@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    transition: all .2s linear;
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
}

.heading,
.clients .section-header h2,
.section-head h1,
.testimonials .section-header h2,
.section-head-1 h4 {
    margin: 2rem;
    padding-top: 6rem;
    display: inline-block;
    font-size: 3.5rem;
    color: #002e5f;
    position: relative;
    letter-spacing: .2rem;
}

.heading::before,
.heading::after,
.clients .section-header h2::before,
.clients .section-header h2::after,
.section-head h1::before,
.section-head h1::after,
.testimonials .section-header h2::before,
.testimonials .section-header h2::after,
.section-head-1 h4::before,
.section-head-1 h4::after {
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    border-top: .4rem solid #002e5f;
    border-left: .4rem solid #002e5f;
}

.faq .heading::before,
.faq .heading::after {
    border-top: .4rem solid #00bfff;
    border-left: .4rem solid #00bfff;
}

.heading::before,
.clients .section-header h2::before,
.section-head h1::before,
.testimonials .section-header h2::before,
.section-head-1 h4::before {
    top: 5.8rem;
    left: -2rem;
}

.heading::after,
.clients .section-header h2::after,
.section-head h1::after,
.testimonials .section-header h2::after,
.section-head-1 h4::after {
    bottom: -.5rem;
    right: -2rem;
    transform: rotate(180deg);
}

.row .btn {
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .3);
}

.communicate .btn {
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .3);
}

.row .btn:hover {
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #002e5f;
}

.communicate .btn:hover {
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #00bfff;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
}

.header .logo img {
    width: auto;
    height: 5rem;
    object-fit: contain;
}

.header .navbar ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header .navbar ul li {
    margin: 0 1.5rem;
}

.header .navbar ul li a {
    font-size: 1.5rem;
    color: #fff;
}

.header .navbar ul li a:hover {
    margin: 10px;
    padding: 10px;
    border-radius: 40px;
    text-decoration: none;
    background-color: #002244;
}

.header .logo i {
    padding: 0.5rem;
}

.header .fa-bars {
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.home {
    min-height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden;
    transition: background-image 1s ease-in-out;
}

.home h1 {
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 5.5rem;
}

.home h2 {
    margin: 10px;
    color: #fff;
    font-size: 2rem;
}

.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    color: white;
    font-size: 2.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
}

.slide-btn.left {
    left: 10px;
}

.slide-btn.right {
    right: 10px;
}

.home:hover .slide-btn {
    opacity: 1;
}

.slide-btn {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.home .wave {
    position: absolute;
    bottom: -.5rem;
    left: 0;
    height: 11rem;
    width: 100%;
    background: url(../images/wave.png);
    background-size: 100rem 11rem;
    animation: waves 8s linear infinite;
    background-repeat: repeat-x;
}

.home .wave2 {
    animation-direction: reverse;
    animation-duration: 6s;
    opacity: .3;
}

.home .wave3 {
    animation-duration: 4s;
    opacity: .5;
}

@keyframes waves {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 100rem;
    }
}

/* Toggle switch style */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-left: 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:checked+.slider:before {
    transform: translateX(24px);
}

body.dark-mode {
    background-color: #121212;
    color: #f0f0f0;
}

body.dark-mode a {
    color: #90caf9;
}

body.dark-mode .header {
    background-color: #1e1e1e;
}

body.dark-mode {
    background-color: #121212;
    color: #ffffff;
}

body.dark-mode .heading,
body.dark-mode .clients .section-header h2,
body.dark-mode .section-head h1,
body.dark-mode .testimonials .section-header h2,
body.dark-mode .section-head-1 h4 {
    color: #90caf9;
}

body.dark-mode .header {
    background-color: #1e1e1e;
}

body.dark-mode .header .navbar ul li a {
    color: #ffffff;
}

body.dark-mode .header .navbar ul li a:hover {
    background-color: #333333;
    color: #c8e1f5;
}

body.dark-mode .home h1,
body.dark-mode .home h2 {
    color: #ffffff;
}

@media (max-width: 1000px) {
    html {
        font-size: 50%;
    }

    .header .logo img {
        width: auto;
        height: 4.5rem;
        object-fit: contain;
    }

    .header .fa-bars {
        display: block;
        color: white;
        margin-right: 1rem;
    }

    .header .fa-bars:hover {
        color: #00bfff;
    }

    .header .navbar {
        position: fixed;
        top: -120%;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        border-top: .1rem solid rgba(0, 0, 0, .3);
    }

    .header .navbar ul {
        height: 100%;
        width: 100%;
        flex-flow: column;
    }

    .header .navbar ul li {
        margin: 1rem 0;
    }

    .header .navbar ul li a {
        color: grey;
        font-size: 2.4rem;
    }

    .header .fa-times {
        transform: rotate(90deg);
    }

    .header .nav-toggle {
        top: 5.8rem;
    }

    .home h1 {
        color: #fff;
        font-size: 4rem;
    }

    .home h2 {
        color: #fff;
        font-size: 2rem;
    }
}

/* Feature Section */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #e2e7ec;
    padding: 50px 20px;
    gap: 30px;
    text-align: center;
}


.features div {
    flex: 1 1 200px;
    max-width: 350px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.features div:hover {
    transform: translateY(-5px);
}

.feature-box {
    position: relative;
    flex: 1 1 300px;
    max-width: 350px;
    padding: 40px 20px 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    padding-top: 70px;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    background-color: #e3f2fd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.feature-icon:hover {
    width: 90px;
    height: 90px;
}

/* .features h3, p{
   align-items: center;
   justify-content: center;
  } */


.features h3 {
    font-size: 22px;
    margin: 30px 0;
    color: #0d47a1;
}


.features p {
    font-size: 18px;
    color: #333;
}

body.dark-mode .features {
    background-color: #1e1e1e;
}

body.dark-mode .features div,
body.dark-mode .feature-box {
    background-color: #2c2c2c;
    color: #ffffff;
}

body.dark-mode .features h3 {
    color: #90caf9;
}

body.dark-mode .features p {
    color: #dddddd;
}

body.dark-mode .about .row .content h3 {
    color: #90caf9;
}

body.dark-mode .about .row .content p {
    color: #dddddd;
}

@media screen and (max-width: 768px) {
    .features {
        flex-direction: column;
        align-items: center;
        padding: 30px 10px;
    }

    .feature-box {
        margin: 10px 0;
        position: relative;
        max-height: 110px;
    }

    .features div {
        width: 100%;
        max-width: 90%;
    }

    .features h3 {
        font-size: 20px;
    }

    .features p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .features h3 {
        font-size: 18px;
    }

    .features p {
        font-size: 14px;
    }
}

.about {
    min-height: 55vh;
    width: 100vw;
    top: -3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 10rem;
}

.about .row {
    line-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4rem;
}

.about .row .content {
    text-align: center;
}

.about .row .content h3 {
    font-size: 3rem;
    color: black;
}

.about .row .content p {
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

/*  Who We Are */
.who-are-we-section {
    padding: 4rem 2rem;
    text-align: center;
    min-height: 92vh;
}

.who-are-we-section-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #0074cc;
    margin-bottom: 0.5rem;
}

.who-are-we-section-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.who-are-we-section-desc {
    font-size: 22px;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    color: #456;
}

.who-are-we-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.who-are-we-card {
    background: white;
    box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.who-are-we-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 50, 100, 0.2);
}

.who-are-we-card-image {
    height: 220px;
    overflow: hidden;
}

.who-are-we-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.who-are-we-card:hover .who-are-we-card-image img {
    transform: scale(1.08);
}

.who-are-we-card-content {
    padding: 1.5rem;
    text-align: left;
}

.who-are-we-category {
    font-size: 1rem;
    color: #0074cc;
    font-weight: 600;
}

.who-are-we-card-content h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5rem 0 1rem 0;
}

.who-are-we-card-content p {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 1.2rem;
}

.who-are-we-btn {
    font-size: 1.5rem;
    display: inline-block;
    background-color: #e0f0ff;
    color: #0074cc;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.who-are-we-btn:hover {
    background-color: #0074cc;
    color: #fff;
    text-decoration: none;
}

body.dark-mode .who-are-we-section {
    background-color: #1e1e1e;
    color: #ffffff;
}

body.dark-mode .who-are-we-section-desc {
    color: white;
}

body.dark-mode .who-are-we-section-subtitle,
body.dark-mode .who-are-we-section-title {
    color: #90caf9;
}

body.dark-mode .who-are-we-card {
    background-color: #2c2c2c;
    color: #ffffff;
}

body.dark-mode .who-are-we-card-content p {
    color: #cccccc;
}

body.dark-mode .who-are-we-btn {
    background-color: #333;
    color: #90caf9;
}

body.dark-mode .who-are-we-btn:hover {
    background-color: #90caf9;
    color: #000;
    text-decoration: none;
}

@media (max-width: 992px) {
    .who-are-we-section-title {
        font-size: 2.2rem;
    }

    .who-are-we-section-desc {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .who-are-we-cards {
        flex-direction: column;
        align-items: center;
    }

    .who-are-we-card {
        width: 90%;
    }

    .who-are-we-section-title {
        font-size: 2rem;
    }

    .who-are-we-section-subtitle {
        font-size: 1.3rem;
    }
}

/* Why choose us */
.why-choose-us {
    background-color: #f5f8fb;
    color: #003366;
    padding: 40px 20px;
    text-align: center;
    height: 90vh;
    align-items: center;
    justify-content: center;
}

.why-choose-us-hi {
    text-align: justify;
    align-items: baseline;
    justify-content: baseline;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 25px;
}

.why-choose-us-section-title {
    font-size: 40px;
    color: #003366;
    margin-bottom: 50px;
    font-weight: bold;
}

.why-choose-us-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.why-choose-us-feature-box {
    background: #e2ecf8;
    padding: 40px 20px 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.why-choose-us-feature-box:hover {
    transform: translateY(-2%);
}

.why-choose-us-icon {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.why-choose-us-feature-box h3 {
    margin-top: 40px;
    font-size: 20px;
    color: #1a1a1a;
}

.why-choose-us-feature-box p {
    font-size: 18px;
    color: #555;
    margin: 10px 0 20px;
}

.why-choose-us-view-more {
    font-size: 15px;
    padding: 8px 16px;
    background-color: #002bc8;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.why-choose-us-view-more:hover {
    font-size: 18px;
    background-color: #2349d3;
}

.why-choose-us-side-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ccc;
    padding: 20px;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
}

.why-choose-us-side-panel.open {
    right: 0;
}

.why-choose-us-close-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#why-choose-us-panel-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.dark-mode .why-choose-us {
    background-color: #121212;
    color: #f0f0f0;
}

.dark-mode .why-choose-us-hi {
    color: #f0f0f0;
}

.dark-mode .why-choose-us-section-title {
    color: #90caf9;
    font-size: 40px;
}

.dark-mode .why-choose-us-feature-box {
    background: #1e1e1e;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05);
}

.dark-mode .why-choose-us-icon {
    background: #2a2a2a;
    border-color: #444;
    color: #f0f0f0;
}

.dark-mode .why-choose-us-feature-box h3 {
    color: #ffffff;
}

.dark-mode .why-choose-us-feature-box p {
    color: #cccccc;
}

.dark-mode .why-choose-us-view-more {
    background-color: #0056ff;
    color: #fff;
}

.dark-mode .why-choose-us-view-more:hover {
    background-color: #336eff;
}

.dark-mode .why-choose-us-side-panel {
    background: #1e1e1e;
    border-color: #333;
    box-shadow: -4px 0 12px rgba(255, 255, 255, 0.1);
}

.dark-mode .why-choose-us-close-btn {
    color: #f0f0f0;
}

@media (max-width: 768px) {
    .why-choose-us-section-title {
        font-size: 22px;
    }

    .why-choose-us-feature-box h3 {
        font-size: 16px;
    }

    .why-choose-us-feature-box p {
        font-size: 13px;
    }

    .why-choose-us-view-more {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .why-choose-us-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }

    .why-choose-us-feature-box {
        padding: 30px 15px 15px;
    }


    .why-choose-us-side-panel {
        width: 100%;
        max-width: none;
    }
}

/* Product */
#products {
    padding: 60px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.products-container {
    max-width: 1200px;
    margin: auto;
}

.products-header {
    text-align: center;
    margin-bottom: 40px;
}

.products-header h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.products-header p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: auto;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.product-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.product-box:hover {
    transform: translateY(-5px);
}

.product-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #007bff;
}

.product-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}

.product-box p {
    font-size: 14px;
    color: #555;
}

.dark-mode #products {
    background-color: #121212;
    color: #e0e0e0;
}

.dark-mode .products-header h2 {
    font-size: 40px;
    color: #90caf9;
    ;
}

.dark-mode .products-header p {
    color: #d0eaff;
}

.dark-mode .product-box {
    background-color: #1f1f1f;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
}

.dark-mode .product-icon {
    color: #4dabf7;
}

.dark-mode .product-box h4 {
    color: #f0f0f0;
}

.dark-mode .product-box p {
    color: #cccccc;
}

/* Our Services */
.pt-5 .container .row .section-head p {
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.section-head {
    margin-bottom: 60px;
    text-align: center;
    margin-top: -8rem;
}

.section-head p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    /* margin-top: -2rem; */
    border: 5px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover {
    background: #c8d8e4;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item h6 {
    font-size: 2rem;
}

.item:hover h6,
.item:hover p {
    color: #2b6777;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: yellow;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #52ab98;
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #52ab98;
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #52ab98;
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #52ab98;
}

.item p {
    font-size: 15px;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

.counters {
    background-image: url(../images/img2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    padding: 40px 20px;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: #fff;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7 ease 0s;
}

.item:hover {
    background-image: linear-gradient(to bottom right, #66ffcc 0%, #ffccff 100%);
    background-position: right;
    transition: background-position 3s;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.7s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
    color: #2b6777;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: yellow;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #52ab98;
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #52ab98;
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #52ab98;
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #52ab98;
}

.item p {
    font-size: 15px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 20px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #2f2f2f;
}

.communicate {
    text-align: center;
    align-items: center;
    background-image: url(../images/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height: 35vh;
    padding: 40px 20px;
}

.communicate h3 {
    margin-top: 3rem;
    font-size: 3rem;
}

.communicate p {
    font-size: 2rem;
}

.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
}

.testimonials .testimonial-img {
    position: relative;
    background: #000000;
    overflow: hidden;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #4F84C4;
}

.dark-mode #services {
    background-color: #000000 !important;
    color: #e0e0e0;
}

.dark-mode .section-head h1,
.dark-mode .section-head h2,
.dark-mode .section-head p {
    color: #ffffff;
}

.dark-mode .item {
    background-color: #1e1e1e;
    border-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.05);
}

.dark-mode .item .icon {
    background-color: #1e1e1e !important;
    color: #f1c40f !important;
    /* or any visible contrast color */
}

.dark-mode .item:hover {
    background-image: linear-gradient(to bottom right, #44475a 0%, #525764 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.1);
}

.dark-mode .item:hover {
    background-image: none !important;
    background-color: #2a2a2a !important;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.1) !important;
}


.dark-mode .item h6 {
    color: #ffffff;
}

.dark-mode .item p {
    color: #cccccc;
}

.dark-mode .item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #f1c40f;
}

.dark-mode .item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.2);
    color: #e67e22;
}

.dark-mode .item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.2);
    color: #2ecc71;
}

.dark-mode .item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.2);
    color: #3498db;
}

.dark-mode .item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.2);
    color: #9b59b6;
}

.dark-mode .item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.2);
    color: #2980b9;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container>div:nth-of-type(1),
    .counters .container>div:nth-of-type(2) {
        border-bottom: 1px lightskyblue solid;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}

/* Our Solution */
.why-partner-section {
    width: 100%;
    min-height: 100vh;
    padding: 80px 30px;
    background: #f5f8fb;
    font-family: 'Segoe UI', sans-serif;
    color: #223041;
    box-sizing: border-box;
}

.why-partner-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto 60px;
}

.why-partner-header .left {
    flex: 1 1 400px;
}

.why-partner-header .subtitle {
    color: #4d42c1;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px;
}

.why-partner-header .title {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    color: #0a1e40;
}

.why-partner-header .right {
    flex: 1 1 400px;
    font-size: 18px;
    line-height: 1.8;
    color: #5c6770;
}

.why-partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1300px;
    margin: auto;
}

.partner-box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.partner-box:hover {
    transform: translateY(-6px);
}

.partner-box .icon {
    font-size: 42px;
    color: #183153;
    transition: transform 0.4s ease;
}

.partner-box:hover .icon {
    transform: scale(1.2) rotate(5deg);
}

.partner-box h4 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #0a1e40;
}

.partner-box p {
    margin: 0;
    font-size: 16px;
    color: #5c6770;
    line-height: 1.6;
}

.why-partner-section,
.partner-box,
.partner-box .icon,
.why-partner-header .title,
.why-partner-header .right {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dark-mode .subtitle {
    color: plum;
}

.dark-mode .why-partner-section {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
}

.dark-mode .why-partner-header .title {
    color: #90caf9 !important;
}

.dark-mode .why-partner-header .subtitle {
    color: #e9dcf5 !important;
}

.dark-mode .why-partner-header .right {
    color: #afc0c6 !important;
}

.dark-mode .partner-box h4 {
    color: #90caf9 !important;
}

.dark-mode .partner-box p,
.dark-mode .partner-box .icon {
    color: #ffffff !important;
}

.dark-mode .partner-box {
    background-color: #1a1a1a !important;
}

@media (max-width: 768px) {
    .why-partner-header {
        flex-direction: column;
        text-align: center;
    }

    .partner-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .partner-box .icon {
        font-size: 36px;
    }
}

/* Team */
.team {
    min-width: 100vw;
    min-height: 95vh;
    text-align: center;
    background-color: #222;
}

.team .heading {
    color: #00bfff;
}

.team .heading::before,
.team .heading::after {
    border-color: #00bfff;
}

.team .row {
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.team .row .card {
    height: 35rem;
    width: 25rem;
    background-color: #fff;
    text-align: center;
    margin: 5rem 5rem;
    position: relative;
    overflow: hidden;
    -webkit-box-reflect: below 5px linear-gradient(transparent 70%, #0004);
    transition: 0.5s;
}

.team .row .card:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.team .row .card .image {
    margin: 1rem 0;
    padding-top: 4rem;
}

.team .row .card .image img {
    height: 13rem;
    width: 13rem;
    border-radius: 50%;
    border: .5rem solid #fff;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .3);
    object-fit: cover;
}

.team .row .card .info h3 {
    font-size: 2rem;
    color: #333;
}

.team .row .card .info span {
    font-size: 1.8rem;
    color: #00bfff;
}

.team .row .card .info .icons a {
    margin-top: 4rem;
    padding-top: 0 1rem;
    font-size: 2rem;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.team .row .card .info .icons .fa-facebook-f:hover,
.footer .icons .fa-facebook-f:hover {
    color: #4267B2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-twitter:hover,
.footer .icons .fa-twitter:hover {
    color: #1DA1F2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-instagram:hover,
.footer .icons .fa-instagram:hover {
    color: #C13584;
    text-decoration: none;
}

.team .row .card .info .icons .fa-linkedin:hover,
.footer .icons .fa-linkedin:hover {
    color: #2867B2;
    text-decoration: none;
}

.team .row .card::before,
.team .row .card::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 13.5rem;
    width: 13.5rem;
    z-index: -1;
}

.team .row .card::before {
    background: #00bfff;
    top: -3rem;
    right: -4rem;
}

.team .row .card::after {
    background: #ccc;
    bottom: -3rem;
    left: -4rem;
}

.contact {
    text-align: center;
    align-items: center;
}

.contact .heading {
    margin-bottom: 5rem;
}

.dark-mode .team {
    background-color: #121212;
}

.dark-mode .team .card {
    background-color: #1e1e1e;
    color: #f0f0f0;
}

.dark-mode .team .card .info h3 {
    color: #f0f0f0;
}

.dark-mode .team .card .info .icons a {
    color: #ccc;
}

.dark-mode .team .card .info .icons a:hover {
    filter: brightness(1.5);
}

.dark-mode .team .card::after {
    background: #444;
}


@media (max-width: 768px) {
    .team .row {
        flex-direction: column;
        gap: 2rem;
    }

    .team .card {
        margin: 0 auto;
        width: 90%;
    }

    .team .heading {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .team .card .image img {
        height: 10rem;
        width: 10rem;
    }

    .team .card .info h3 {
        font-size: 1.2rem;
    }

    .team .card .info span {
        font-size: 1rem;
    }

    .team .card .info .icons a {
        font-size: 1.3rem;
    }
}

/* Contact us */
.contact-section {
    max-width: 900px;
    margin: auto;
    padding: 60px 20px;
}

.contact-section h2 {
    text-align: center;
    font-size: 2rem;
    color: #0d1c2b;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
}

.row.two-cols>div {
    flex: 1;
    min-width: 260px;
}

.row.full-width {
    flex-direction: column;
}

.contact-section label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.contact-section input,
.contact-section select,
.contact-section textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}

.contact-section textarea {
    resize: vertical;
}

.checkbox-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    flex-wrap: wrap;
}

.submit-wrapper {
    text-align: center;
}

.submit-wrapper button {
    background-color: #0047cc;
    color: white;
    padding: 12px 28px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.submit-wrapper button:hover {
    background-color: #37009e;
}

.contact-section {
    max-width: 800px;
    margin: 50px auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 85, 170, 0.1);
    padding: 40px;
    color: #002244;
}

.contact-section h2 {
    color: #0056b3;
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-section p {
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #cce0ff;
    border-radius: 6px;
    background-color: #f9fcff;
    font-size: 15px;
}

.contact-form button {
    background-color: #007bff;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.contact-details {
    margin-top: 30px;
    border-top: 1px solid #ddeeff;
    padding-top: 20px;
    font-size: 15px;
}

.contact-details p {
    margin: 8px 0;
}

.contact-section,
.contact-form input,
.contact-form textarea {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dark-mode .contact-section {
    background-color: #111111 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

.dark-mode .contact-section h2 {
    color: #66b2ff !important;
}

.dark-mode .contact-section p,
.dark-mode .contact-details p,
.dark-mode .contact-form label {
    color: #dddddd !important;
}

.dark-mode .contact-form input,
.dark-mode .contact-form textarea,
.dark-mode .contact-form select {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}

.dark-mode .contact-form button {
    background-color: #0066cc !important;
    color: #ffffff !important;
}

.dark-mode .contact-form button:hover {
    background-color: #004c99 !important;
}

@media (max-width: 600px) {
    .form-group {
        flex: 1 1 100%;
    }


    .contact-section {
        padding: 20px;
    }


    button {
        width: 100%;
    }


    .row.two-cols {
        flex-direction: column;
    }
}

/* Footer */
.footer {
    background-color: #002244;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    margin-top: 40px;
}

.footer a {
    color: #66b2ff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #333;
}

.footer .footer-top {
    background: #002e5f;
    padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #00bfff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: #00bfff;
    color: #ffffff;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
    color: #00bfff;
}

.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: black;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #00bfff;
    border: 1px solid #00bfff;
    letter-spacing: .2rem;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

.footer {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dark-mode .footer {
    background-color: #000000 !important;
    color: #cccccc !important;
}

.dark-mode .footer a {
    color: #66b2ff !important;
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }

    .footer .copyright {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .footer {
        font-size: 13px;
        padding: 15px;
    }
}

/* Arrow  */
.back-to-top {
    position: fixed;
    display: none;
    background-color: #00bfff;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top i:hover {
    color: black;
}

.dark-mode .back-to-top {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

.dark-mode .back-to-top i {
    color: black;
}

.dark-mode .back-to-top:hover i {
    color: #00bfff;
}

/*Chatbot */

.chatbot {
    position: fixed;
    left: 20px;
    bottom: 80px;
    width: 300px;
    height: 400px;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: none;
    z-index: 1000;
    flex-direction: column;
    overflow: hidden;
}

.chat-header {
    background: #0b5ed7;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    border-radius: 6px;
}

.dark-mode .chat-header {
    background: #333;
    color: #fff;
}

.chat-body {
    padding: 10px;
    flex: 1;
    overflow-y: auto;
    font-size: 18px;
}

.dark-mode .chat-body {
    background: #222;
    color: #fff;
}

.chat-msg {
    margin: 10px 0;
    font-size: 18px;
}

.dark-mode .chat-msg {
    color: #ccc;
}

.chat-option {
    font-size: 16px;
    padding: 10px 16px;
}

.chat-option:hover {
    background: #0b5ed7;
    color: #fff;
}

.dark-mode .chat-option {
    background: #444;
    color: #fff;
}

.dark-mode .chat-option:hover {
    background: #007bff;
}

.chat-toggle {
    background-color: #007bff;
    color: white;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
}

.chat-toggle:hover {
    transform: scale(1.2);
    background-color: #007bff;
}

.dark-mode .chat-toggle {
    background-color: #333;
}

.dark-mode .chat-toggle:hover {
    background-color: #444;
}

.chatbot-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.dark-mode .chatbot-fullscreen {
    background-color: #222;
}

.chat-footer {
    padding: 15px;
    text-align: center;
    color: #777;
    background: #f8f9fa;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.dark-mode .chat-footer {
    background: #333;
    color: #ccc;
}

.chat-close {
    color: red;
    float: right;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    margin-top: -3px;
}

.chat-close:hover {
    color: #ff4d4d;
}

.dark-mode .chat-close {
    color: #ff6b6b;
}

.chatbox-container {
    width: 500px;
    max-width: 90%;
    height: 600px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 20px;
}

.dark-mode .chatbox-container {
    background-color: #333;
    color: #ccc;
}

.chat-header {
    background: #0b5ed7;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
}

.dark-mode .chat-header {
    background: #444;
}

.chat-footer {
    padding: 10px 15px;
    text-align: center;
    color: #777;
    background: #f8f9fa;
    font-size: 0.95rem;
}

.dark-mode .chat-footer {
    background: #333;
    color: #ccc;
}

.chat-msg {
    margin: 10px 0;
    font-size: 16px;
}

.dark-mode .chat-msg {
    color: #ccc;
}

.chat-option {
    background: #f0f0f0;
    color: #333;
    padding: 10px 16px;
    border-radius: 20px;
    margin: 5px 5px 0 0;
    cursor: pointer;
    transition: 0.2s;
    font-size: 15px;
    border: none;
}

.chat-option:hover {
    background: #0b5ed7;
    color: #fff;
}

.dark-mode .chat-option {
    background: #444;
    color: #fff;
}

.dark-mode .chat-option:hover {
    background: #007bff;
}

.dark-mode .chat-close {
    color: #ff6b6b;
}

/* Dark mode styles for chat toggle button */
.dark-mode .chat-toggle {
    background-color: #333;
}

.dark-mode .chat-toggle:hover {
    background-color: #444;
}

