 @import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
        font-family: 'Urbanist', sans-serif;
}


/* 1 section hero css */
/* .seohero{
        background: green;
        padding: 20px 0;

} */
.seohero{
    
   
        padding: 40px 0;
        background-image: url(../images/seo/hero.jpg); 
        background-repeat: no-repeat; background-position: center; background-size: cover;
        position: relative;
      
}
.seohero::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; height: 100%;
        background: #000000ab;
        z-index: 222;
        opacity: 0.7;

}
.layer{
          z-index: 999;
}


.counter{
        margin-top: 30px;
        padding: 05px;
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        /* justify-content: center; */
}
.counter .countbox{
        width: 34% !important;
        /* text-align: center; */
        padding: 20px;
        align-content: center !important;
}
.countbox p{
        
        color: #A9BE42;
}

.formdiv h1{
        font-size: 26px;
        font-weight: bold;
}

.formdiv span{
 color: #A9BE42;
/* 
 color:#01928B; */
}


/*2 studio css */

.card2 h5{
        font-size: 24px;
        font-weight: 700;
        
 color:#01928B;
        /* color: #92184B; */
        padding-top: 10px;
        padding-left: 7px;
        text-align: center;
}

.cardimage{
    
        height: 60px;
        text-align: center;
        align-content: center;
     
        /* padding: 10px 0; */
}
.cardimage img{
        height: 40px;
}

.side{
        /* background: #2d3624; */
        display: flex;
        padding-top: 12px;
        align-items: center;
        align-content: center;
        gap: 8px;
        
}

.side img{
        width:30px;
        height: 30px;
        object-fit: cover;
        
}
.side h3{
        margin-top: 10px;
        font-size: 16px;
        font-weight: 700;
}
.sidep p{
font-size: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #b7aeae56;
}

/* 3 cta banner css */
.banner{
        background: #92184B;
}

/* 4 experience css */
.expetext h1{
         font-weight: 800 !important;
}
.expetext span{
color: #92184b;
}


/* service css */

.service-card {
      border-radius: 12px;
      padding: 40px 15px;
      background: #fff;
      height: 100%;
      transition: all 0.3s ease;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      text-align: left;
      display: flex;
      gap: 20px;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }
    .service-icon {
      height:80px;
      width: 80px;
      object-fit: cover;
      /* margin-bottom: 15px; */
    }
    .service-title {
        
 color:#01928B;
      font-weight: 700;
      font-size: 18px;
      /* color: #7AA43C;  */
      margin-bottom: 10px;
    }
    .service-text {
      font-size: 15px;
      color: #555;
    }



/* testimonial css */

  .testimonial-card {
      
      border-radius: 15px;
      padding: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 4px 10px rgba(0,0,0,0.20);
    }
    .testimonial-logo {
        width: 130px;
      max-height: 40px;
      /* padding: 30px; */
      margin-bottom: 15px;
    }
    .testimonial-text {
      flex-grow: 1;
      margin-bottom: 20px;
      font-size: 15px;
      color: #333;
    }
    .testimonial-author {
      font-weight: bold;
      margin-bottom: 2px;
    }
    .testimonial-position {
      color: #777;
      font-size: 14px;
    }
    .testimonial-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .testimonial-img {
      width: 50px;
      height: 50px;
      /* border-radius: 50%; */
      object-fit: cover;
    }


    /* review section css */

 .head img{
height: 40px; width: 40px; object-fit: cover;
    }

.imgbox{
        height: 400px;
        background: #000;
        width: 100%;
}
.imgbox img{
        height: 100%;
        width: 100%;
        object-fit: cover;
}


/* last section CTA CSS */
.ctalast{
     background: #000;
   
        margin-top: 40px;
        /* height: 100vh; */
        padding: 100px 0;
        background-image: url(../images/seo/CTA\ group.jpg); 
        background-repeat: no-repeat; background-position: center; background-size: cover;
        position: relative;
        text-align: center;
}
.ctalast::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; height: 100%;
        background: #27272b;
       
        z-index: 222;
        opacity: 0.7;

}
.ctalast h1{
                color: #fff;
}
.zindex{
        z-index: 999;
}
.ctabtn{
        display: inline-block;
        margin-top: 10px;
        background: #9EB62A;
        /* background: #A9BE42; */
        text-decoration: none;
        color: white;
        padding: 10px 30px;
        font-weight: 700;
        transition: .6s ease;
}
   
.ctabtn:hover{
        background: #B1C555;
        color: white;
}





@media (max-width: 768px) {
        .counter{
                justify-content: center;
        }
        .expetext{
        padding: 25px;
}
.counter .countbox{
        width: 50% !important;
}
}





/* doc content css */

    .content-boxall {
      background: #fff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      height: 500px;
      overflow: auto;
    }

    .content-boxall > h1 {
        font-size: 26px !important;
      font-weight: bold;
      color: #333;
      margin-top: 20px;
    }

     .content-boxall > h2  {
        font-size: 24px !important;
      font-weight: bold;
      color: #333;
      margin-top: 20px;
    }
     .content-boxall > h3 {
        font-size: 22px !important;
      font-weight: bold;
      color: #333;
      margin-top: 20px;
    }

    .content-boxall p, li {
      color: #555;
      line-height: 1.6;
    }

    .content-boxall ul {
      margin-left: 20px;
      
    }

    /* Custom Scrollbar (Chrome, Edge, Safari) */
    .content-boxall::-webkit-scrollbar {
      width: 6px;
    }
    .content-boxall::-webkit-scrollbar-track {
      background: transparent;
    }
    .content-boxall::-webkit-scrollbar-thumb {
      background: rgba(0,0,0,0.2);
      border-radius: 6px;
    }

    /* Firefox Scrollbar */
    .content-boxall {
      scrollbar-width: thin;
      scrollbar-color: rgba(0,0,0,0.2) transparent;
    }



    @media (max-width: 768px) {

         .content-boxall ul {
      margin-left: 2px;
      
    }

    .content-boxall{
        padding: 5px 25px 5px !important;
    }
    .content-boxall > h1 {
        font-size: 22px !important;
      font-weight: bold;
      color: #333;
      margin-top: 20px;
    }

     .content-boxall > h2  {
        font-size: 20px !important;
      font-weight: bold;
      color: #333;
      margin-top: 20px;
    }
     .content-boxall > h3 {
        font-size: 18px !important;
      
    }
   
    }



    /* logo section last */

    .logodiv{
        /* background: #000 !important; */
        width: 200px;
        height: 70px;
        padding: 4px;
    }
    .logodiv img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.logohead{
        display: flex;
        justify-content: center;
        align-items: center;
       
        gap: 45px;
}


    @media (max-width: 768px){
        .logodiv{
height: 35px; 
padding: 0;
/* width: 523px; */
        }
        .logohead{
                gap: 20px;
        }
    }





/* read more btn css */
    .ctabtn5{
        display: inline-block;
        margin-top: 10px;
        
      background: linear-gradient(45deg, #37B4AA,  #01928B);
        /* background: #9EB62A; */
        /* background: #A9BE42; */
        text-decoration: none;
        color: white;
        padding: 10px 30px;
        font-weight: 700;
        
}
   
.ctabtn5:hover{ transition: none;
    opacity: 0.8;
        background: #01928B;
        color: white;
}