@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');
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&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);
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
    background: #fff!important;
}

.header .logo img{
    width: 89%;
    height: 70px;
    top: 0;
    left: 0;
}

.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: 2rem;
    color: #002e5f;
    text-decoration: none;
    padding: 0.7rem;
}

.header .navbar ul li a:hover{
    color: #6E982F;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 3px solid #6E982F;
    border-top: 3px solid #6E982F;
    transition: 0.3s smooth;
}
.header .logo i{
    padding: 0.5rem;
}

.header .fa-bars{
    color: #002e5f!important;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.home{
    min-height: 70vh;
    width: 100vw;
    background-image: url(../images/img3.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden !important;
}

.home h2{
    color: #fff;
    font-size: 8.1rem;
}
/* Style for the service-box button */
.btn-left {
  margin-top: 20px;
  text-align: left;
}

.btn-left a {
  display: inline-block;
  padding: 10px 25px;
  color: #007bff;
  background-color: #fff;
  border: 2px solid #007bff;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1.4rem;
}

.btn-left a:hover {
  background-color: #28a745; /* Green */
  color: #fff;
  border-color: #28a745;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 6%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* Service Box */
.service-box {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.service-box.reverse {
  flex-direction: column-reverse;
}

/* Icon Section */
.icon {
  background: linear-gradient(135deg, #6366f1, #3b82f6);
  color: #ffffff;
  font-size: 60px;
  padding: 45px 25px;
  text-align: center;
}

.service-box:nth-child(2) .icon {
  background: linear-gradient(135deg, #ec4899, #f472b6);
}
.service-box:nth-child(3) .icon {
  background: linear-gradient(135deg, #10b981, #34d399);
}
.service-box:nth-child(4) .icon {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.service-box:nth-child(5) .icon {
  background: linear-gradient(135deg, #6366f1, #818cf8);
}
.service-box:nth-child(6) .icon {
  background: linear-gradient(135deg, #14b8a6, #2dd4bf);
}
.service-box:nth-child(7) .icon {
  background: linear-gradient(135deg, #f43f5e, #fb7185);
}
.service-box:nth-child(8) .icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}


/* Container */
.container {
  max-width: 1200px;
  margin: 6%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* Service Box */
.service-box {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.service-box.reverse {
  flex-direction: column-reverse;
}

/* Icon Section */
.icon {
  background: linear-gradient(135deg, #6366f1, #3b82f6);
  color: #ffffff;
  font-size: 60px;
  padding: 45px 25px;
  text-align: center;
}

/* Unique gradients per box */
.service-box:nth-child(2) .icon {
  background: linear-gradient(135deg, #ec4899, #f472b6);
}
.service-box:nth-child(3) .icon {
  background: linear-gradient(135deg, #10b981, #34d399);
}
.service-box:nth-child(4) .icon {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.service-box:nth-child(5) .icon {
  background: linear-gradient(135deg, #6366f1, #818cf8);
}
.service-box:nth-child(6) .icon {
  background: linear-gradient(135deg, #14b8a6, #2dd4bf);
}
.service-box:nth-child(7) .icon {
  background: linear-gradient(135deg, #f43f5e, #fb7185);
}
.service-box:nth-child(8) .icon {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}

/* Content Section */
.content {
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content h6 {
  font-size: 3rem;
  margin-bottom: 14px;
  color: #002e5f !important;;
  font-weight: 600;
}

.content p {
  font-size: 1.7rem;
  color: #4b5563;
  margin-bottom: 22px;
  line-height: 1.7;
  text-align: justify;
  text-transform: none;
}

/* Key Features */
.features {
  list-style: none;
  padding-left: 0;
  margin: 25px 0 25px 0;
  text-transform: none;
}

.features li {
    text-transform: none;
  margin-bottom: 12px;
  font-size: 1.6rem;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 9px;
  transition: all 0.3s ease;
}

.features li:hover {
  color: #1d4ed8;
  transform: translateX(5px);
}

.features i {
  color: #10b981;
  font-size: 1.8rem;
}

/* Contact Button */
button {
  background: linear-gradient(to right, #2563eb, #1e40af);
  color: white;
  border: none;
  padding: 12px 26px;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  align-self: start;
  transition: background 0.3s ease, transform 0.2s ease;
}

button:hover {
  background: linear-gradient(to right, #1e40af, #2563eb);
  transform: scale(1.05);
}

/* Responsive Layout */

/* Small screens: icons always on top */
@media (max-width: 767px) {
  .service-box {
    flex-direction: column !important;
  }

  .icon {
    width: 100%;
    font-size: 60px;
    padding: 45px 25px;
    text-align: center;
  }
}

/* Medium and larger screens */
@media (min-width: 768px) {
  .service-box {
    flex-direction: row;
  }

  .service-box.reverse {
    flex-direction: row-reverse;
  }

  .icon {
    flex: 0 0 180px; /* Increased width */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    padding: 50px 30px;
  }

  .content {
    flex: 1;
  }
}



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

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

.contact-in
        {
            width: 80%;
            height: auto;
            margin: auto auto 5rem auto;
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0px 0px 10px 0px #666;
        }

        .contact-map
        {
            width: 100%;
            height: auto;
            flex: 50%;
        }
        .contact-map iframe
        {
            width: 100%;
            height: 100%;
        }
        .contact-form
        {
            width: 100%;
            height: auto;
            flex: 50%;
            text-align: left;
        }
        .contact-form-txt
        {   font-size: 16.2px; 
            margin-left: 2rem;
            width: 95%;
            height: 40px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 50px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
        }
        .contact-form-email
        {   font-size: 16.2px; 
            text-transform: lowercase;
            margin-left: 2rem;
            width: 95%;
            height: 40px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 50px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
        }
        .contact-form-txt::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }
        .contact-form-email::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }
        .contact-form-txtarea
        {   font-size: 16.2px; 
            margin-left: 2rem;
            width: 95%;
            height: 130px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 10px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
            font-family: 'Poppins', sans-serif;
        }
        .contact-form-txtarea::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }

        .contact-form-btn
        {
            margin-left: 2rem;
            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);
        }
        .contact-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
        .contact-form-phone
        {   font-size: 16.2px; 
            margin-left: 2rem;
            width: 95%;
            height: 40px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 50px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
        }
        .contact-form-phone::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }


        .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;
            color: #fff;
            line-height: 1;
            padding: 9px 0;
            margin-right: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            border-radius: 30px;
            border: 1px solid #fff;
        }
        
        .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 {
            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;
            text-transform: none;
        }
        .footer .footer-top .footer-contact a{
             text-transform: none;
             color: #fff;
        }
        
        .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;
        }
        
        @media (min-width: 768px) {
            .footer .credit {
                text-align: right;
            }
            
            .footer .copyright {
                text-align: left;
            }
        }

        .back-to-top {
            position: fixed;
            display: none;
            background-color: #002e5f!important;
            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;
            border-radius: 360px;
            border: 2px solid #fff;
        }
        
        .back-to-top i {
            color: #ffffff;
        }

        .back-to-top i:hover {
            color: #6E982F;
        }

        .faq{
            min-height: 70vh;
            width: 100vw;
            text-align: center;
            padding: 0 2rem;
            background: url(../images/faq.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .faq .row{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 2rem;
        }
        
        .faq .row .accordion-container{
            width: 60%;
            text-align: left;
        }

        .faq .row .accordion{
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header{
            background-color: #002e5f!important;
            margin: 1rem 0;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            cursor: pointer;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header span{
            display: inline-block;
            text-align: center;
            height: 4rem;
            width: 5rem;
            line-height: 4rem;
            font-size: 2rem;
            background: #333;
            color: #fff;
            clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%); 
        }
        
        .faq .row .accordion-container .accordion .accordion-header h3{
            display: inline;
            color: #fff;
            font-weight: 400;
            padding-left: .5rem;
            font-size: 1.5rem;
            text-transform: none;
        }
        
        .faq .row .accordion-container .accordion .accordion-body{
            padding: 1rem;
            color: #444;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            background-color: #fff;
            font-size: 1.3rem;
            display: none;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
@media (max-width: 1200px){
    .faq{
        min-height: 70vh;
    }
}        

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

    .header .logo img{
        width: 90%;
        height: 3rem;
        top: 0;
        left: 0;
        background-size: cover;
    }

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

    .header .fa-bars:hover{
        color: #6E982F!important;
    }

    .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: 6rem;
    }

    .about{
        min-height: 38vh;
        width: 100vw;
        margin-top: -3rem;
        margin-bottom: -2rem;
        top: -2rem;
        text-align: center;
        position: relative;
        overflow: hidden;
        line-height: 6rem;
    }
    
    .about .row{
        line-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 4rem;
    }
    
    .about .row .content{
        text-align: center;
    }
    
    .about .row .content h3{
        font-size: 2rem;
        color: var(--color);
    }
    
    .about .row .content p{
        font-size: 1.5rem;
        color: #333;
        padding: 1rem 3rem;
    } 

    .clients {
        position: relative;
        padding: 90px 0;
        text-align: center;
        margin-top: -15rem;
        margin-bottom: -8rem;
    }

    .clients .section-header p {
        padding-bottom: 10px;
        margin-top: 2.5rem;
        text-align: center;
        font-size: 2rem;
    }

    .team{
        min-height: auto;
    }

    .team .row{
        flex-direction: column;
    }

    .contact{
        text-align: center;
        align-items: center;
    }
    
    .contact .heading{
        margin-bottom: 3rem;
        margin-top: -2rem;
    }

    .contact-in
        {
            width: 80%;
            height: auto;
            margin: auto auto 5rem auto;
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0px 0px 10px 0px #666;
        }

        .contact-map
        {
            width: 100%;
            height: auto;
            flex: 50%;
        }
        .contact-map iframe
        {
            width: 100%;
            height: 100%;
        }
        .contact-form
        {
            width: 100%;
            height: auto;
            flex: 50%;
            text-align: left;
        }
        .contact-form-txt
        {
            width: 90%;
            height: 20px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 50px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
        }
        .contact-form-email
        {
            margin-left: 2rem;
            width: 90%;
            height: 20px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 50px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
        }
        .contact-form-txt::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }
        .contact-form-email::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }
        .contact-form-txtarea
        {
            margin-left: 2rem;
            width: 90%;
            height: 110px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 10px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
            font-family: 'Poppins', sans-serif;
        }
        .contact-form-txtarea::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }

        .contact-form-btn
        {
            margin-left: 2rem;
            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: 12rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
        }
        .contact-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
        .contact-form-phone
        {
            margin-left: 2rem;
            width: 90%;
            height: 20px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 50px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
        }
        .contact-form-phone::placeholder
        {
            color: #aaa;
            font-size: 1.5rem;
        }

        .back-to-top {
            width: 30px;
            height: 30px;
            font-size: 30px;
        }

        .faq{
            padding: 0;
            min-height: 60vh;
        }
    
        .faq .row{
            padding: 0 1.5rem;
            flex-flow: column;
        }
    
        .faq .row .accordion-container{
            width: 100%;
        }
}