#blog__headings{
    font-family: "Inter", sans-serif;
    font-weight: 650;
    color: black;
    font-size:22px;
}
#blog__main_heading{
    font-size: 38px;
    color: black;
    font-weight: 680;
    font-family: "Inter", sans-serif;
}
.center-heading-1 {
  text-align: center;
}
#heading_social{
    font-size: 38px;
    color: #000;
    font-weight: 650;
    font-family: "Open Sans", sans-serif;
}
.gradient_social{
    background: linear-gradient(to right, #6641AB, #1EB9DD);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

 #heading_services{
        font-family: "Open Sans", sans-serif;
        font-size:38px;
        color:black;
        font-weight:650;
    }
    .gradient_heading{
      background: linear-gradient(to right, #013b6a, #006c5b);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;   
    }
.center-heading-1 .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading-1.colored .section-title {
  color: black;
}

.center-text-1 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text-1.colored {
  color: #C7E5FF;
}

.center-text-1 p {
  margin-bottom: 30px;
}

.services-small-item-1 {
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.services-small-item-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-color:#fff;
 /* background-image: linear-gradient(107deg,#6C2FD7 60%, #C42CB8 40%);
  -webkit-transition: all 0.3s ease 0s;*/
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.services-small-item-1.active:before, .services-small-item-1:hover:before {
  opacity: 1;
}

.services-small-item-1.active .icon:before, .services-small-item-1:hover .icon:before {
  opacity: .26;
}

.services-small-item-1.active .icon i, .services-small-item-1:hover .icon i {
  /*background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.services-small-item-1.active .services-title, .services-small-item-1:hover .services-title {
  color: black;
}

.services-small-item-1.active p, .services-small-item-1:hover p {
  color: black;
}

.services-small-item-1.active .button i, .services-small-item-1:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #2b708b !important;
}

.services-small-item-1:hover {
  margin-top: -15px;
}

.services-small-item-1 .icon-1 {
  width: 139px;
  height: 113px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.services-small-item-1 .icon-1 i {
  display: block;
  height: 67px;
  line-height: 67px;
  position: absolute;
  width: 100%;
  top: 22px;
  z-index: 2;
  font-size: 28px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item-1 .services-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item-1 p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.services-small-item-1 .button {
  position: relative;
  z-index: 2;
}

.services-small-item-1 .button i {
  width: 42px;
  height: 42px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  padding-left: 3px;
}

.services-small-item-1:hover + .item-bg-1 {
  bottom: 30px;
}

.item-bg-1 {
  content: '';
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} 

/*What We Offer*/
  .icon-1 {
    position: relative;
    width: 50px;
    height: 50px;
}

.icon-1 img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.img-item:hover {
            
             background: linear-gradient(to right, #6641AB, #1EB9DD);
           
            color: white;
        }
  .img-item:hover .icon img {
            animation: bounce 0.6s infinite alternate;
        }

        @keyframes bounce {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-10px);
            }
        }
.rotating-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: rotate 2s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
</style>

<style>
        .imgs-items {
            margin: 70px;
            margin-top: -10px;
        }

        .img-item {
            padding: 20px;
            transition: background-color 0.3s ease, color 0.3s ease;
            border-radius: 8px;
            position: relative;
            overflow: hidden; /* To ensure shapes stay within the box */
        }

        .img-item:hover {
            
             background: linear-gradient(to right, #6641AB, #1EB9DD);
           
            color: white;
        }

        .icon img {
            transition: transform 0.3s ease;
        }

        .img-item:hover .icon img {
            animation: bounce 0.6s infinite alternate;
        }

        @keyframes bounce {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-10px);
            }
        }

        .img-item::before,
        .img-item::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            background-color: white;
            transition: transform 0.3s ease, opacity 0.3s ease;
            opacity: 0;
        }

        .img-item::before {
            width: 100px;
            height: 100px;
            top: -50px;
            left: -50px;
        }

        .img-item::after {
            width: 150px;
            height: 150px;
            bottom: -75px;
            right: -75px;
        }

        .img-item:hover::before,
        .img-item:hover::after {
            transform: translate(50px, 50px);
            opacity: 0.3;
        }

        h2 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 45px;
            color: black;
        }

        .ghghgh {
            display: flex;
            align-items: center;
        }

        .fw-bold {
            font-weight: bold;
        }

        p {
            margin: 0;
        }

        .row {
            display: flex;
            flex-wrap: wrap;
        }

        .col-lg-2, .col-lg-10 {
            flex: 0 0 auto;
        }

        .col-lg-2 {
            width: 16.666667%;
        }

        .col-lg-10 {
            width: 83.333333%;
        }

        .my-3 {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .mb-3 {
            margin-bottom: 1rem;
        }

        .pt-10 {
            padding-top: 10px;
        }
        
        
        /*Why Choose Us*/
        .center-heading-1 {
  text-align: center;
}

.center-heading-1 .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading-1.colored .section-title {
  color: black;
}

.center-text-1 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text-1.colored {
  color: #C7E5FF;
}

.center-text-1 p {
  margin-bottom: 30px;
}

.services-small-item-1 {
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.services-small-item-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-color:#fff;
 /* background-image: linear-gradient(107deg,#6C2FD7 60%, #C42CB8 40%);
  -webkit-transition: all 0.3s ease 0s;*/
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.services-small-item-1.active:before, .services-small-item-1:hover:before {
  opacity: 1;
}

.services-small-item-1.active .icon:before, .services-small-item-1:hover .icon:before {
  opacity: .26;
}

.services-small-item-1.active .icon i, .services-small-item-1:hover .icon i {
  /*background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.services-small-item-1.active .services-title, .services-small-item-1:hover .services-title {
  color: black;
}

.services-small-item-1.active p, .services-small-item-1:hover p {
  color: black;
}

.services-small-item-1.active .button i, .services-small-item-1:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #2b708b !important;
}

.services-small-item-1:hover {
  margin-top: -15px;
}

.services-small-item-1 .icon-1 {
  width: 139px;
  height: 113px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.services-small-item-1 .icon-1 i {
  display: block;
  height: 67px;
  line-height: 67px;
  position: absolute;
  width: 100%;
  top: 22px;
  z-index: 2;
  font-size: 28px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item-1 .services-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item-1 p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.services-small-item-1 .button {
  position: relative;
  z-index: 2;
}

.services-small-item-1 .button i {
  width: 42px;
  height: 42px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  padding-left: 3px;
}

.services-small-item-1:hover + .item-bg-1 {
  bottom: 30px;
}

.item-bg-1 {
  content: '';
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} 


 .imgs-items {
            margin: 70px;
            margin-top: -10px;
        }
        
        /*Corporate Gallery*/
        

.img-gallery {
  width: 80%;
  margin: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(300px, 1fr);
  gap: 30px;
  position:center;
}

.img-gallery > img {
  display: block;
  max-width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.6s ease;
}

.img-gallery img:hover {
  scale: 0.85;
  box-shadow: 10px 26px 60px rgba(68, 77, 136, 0.3);
}

/*Contact Page CSS*/
        .contact-details-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.contact-container {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
    height:150px;
}

.contact-detail {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.contact-detail .icon {
    color: #6f42c1;
    margin-right: 10px;
    font-size: 20px;
}

.detail-text {
    color: #333;
    font-size: 18px;
}

.vertical-line {
    width: 1px;
    height: 120px;
    background: linear-gradient(to right, #6641AB, #1EB9DD);
    
    
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        text-align: center;
    }

    .contact-detail {
        padding: 10px 0;
       
    }

    .vertical-line {
        display: none;
        
    }
}

.right_conatct_social_icon{
           background: linear-gradient(to right, #6641AB, #1EB9DD);
     /*background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);*/
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
     background: linear-gradient(to right, #6641AB, #1EB9DD);
 /*   background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);*/
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

/*Service Page CSS*/
.container {
  max-width: 1320px;
}
section {
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon .service-icon {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color:white;
}

#services .box:hover .title a {
  color: white;
}
#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/*Slider CSS*/
.mySlides {
      display: none
  }

  img {
      vertical-align: middle;
  }

  .slideshow-container {
      /* max-width: 1000px;
      position: relative;
      margin: auto; */
  }

  /* Next & previous buttons */
  .prev,
  .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
      right: 0;
      border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
  }

  /* Caption text */
  .text {
      color: #ffffff;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
      color: #ffffff;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: white;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
  }

  .active,
  .dot:hover {
      background-color: #ffffff;
  }


  @-webkit-keyframes fade {
      from {
          opacity: .5
      }

      to {
          opacity: 1
      }
  }

  @keyframes fade {
      from {
          opacity: .5
      }

      to {
          opacity: 1
      }
  }

  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {

      .prev,
      .next,
      .text {
          font-size: 11px
          
      }
  }
  @media only screen and (max-width: 480px) {
.mt-90{
margin-top: 4px;
}
  }
  /*Mome Page CSS*/
   .logo-slider-1 {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider-1:hover .logos-slide-1 {
    animation-play-state: paused;
}

.logos-slide-1 {
    display: inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide-1 img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
}

@keyframes slide {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}  

.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide-1 {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
}

@keyframes slide {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}  

/* Blog Page CSS */
	     .blog_container {
            display: flex;
            flex-direction: column;
            max-width: 1200px;
            margin: auto;
            padding: 20px;
        }
        .blog_main {
            flex: 2;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .blog_header {
            margin-bottom: 20px;
        }
        .blog_author {
            color: #888;
            font-family: "Open Sans", sans-serif;
        }
        .blog_title {
            font-size: 24px;
            margin-top: 5px;
            font-family: "Open Sans", sans-serif;
            color: black;
            line-height: 1.5;
            font-weight:650;
        }
        .blog_image img {
            width: 100%;
            border-radius: 10px;
            margin: 20px 0;
        }
        .blog_content_details{
            font-family: "Open Sans", sans-serif;
            color: black;
            font-size:15px;
            text-align: justify;
        }
        .blog_content {
            font-family: "Open Sans", sans-serif;
            color: black;
            font-size:14px;
            text-align: justify;
        }
        .blog_sidebar {
            background: #ffffff;
            padding: 20px;
            margin-top: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            height: 480px;
        }
        .sidebar_title {
            font-size: 20px;
            margin-bottom: 15px;
            color: black;
            font-family: "Open Sans", sans-serif;
            font-weight: 660;
        }
        .sidebar_list {
            list-style: none;
            font-family: "Open Sans", sans-serif;
        }
        .sidebar_item {
            margin-bottom: 15px;
        }
        .sidebar_date {
            font-size: 14px;
            color: #888;
            opacity: 0.7;
            font-family: "Open Sans", sans-serif;
        }
        .sidebar_blog_title {
            font-size: 16px;
            font-weight: 400;
           font-family: "Open Sans", sans-serif;
           color: black;
        }
        .sidebar_blog_author {
            font-size: 16px;
            font-weight: 400;
           font-family: "Open Sans", sans-serif;
           color: black;
        }
        .view_all_btn {
            display: block;
            width: 100%;
            padding: 10px;
            background: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 16px;
        }
        .view_all_btn:hover {
            background: #0056b3;
        }
          .blog_extra_content {
            max-width: 1200px;
            margin: auto;
            padding: 20px;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
             box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .hr_sidebar{
            background-color: black;
            width: 100%;;
        }
        .heading_extra_content{
            font-family: "Open Sans", sans-serif;
            font-size: 26px;
            color:black;
            font-weight: 650;
        }
        #heading_extra{
            font-family: "Open Sans", sans-serif;
            font-size: 26px;
            color:black;
            font-weight: 650;
        }
        #heading_extra_inner{
             font-family: "Open Sans", sans-serif;
            font-size: 20px;
            color:black;
            font-weight: 650;
        }
        #details_extra_6{
             font-family: "Open Sans", sans-serif;
            color: black;
            font-size:15px;
            text-align: justify;
            line-height: 40px;
        }
        #details_space{
            line-height: 50px;
        }
        #details_extra_5{
             font-family: "Open Sans", sans-serif;
            color: black;
            font-size:26px;
            text-align: justify;
        }
        .hidden{
            display: none;
        }
        .details_extra_content{
            font-family: "Open Sans", sans-serif;
            color: black;
            font-size:15px;
            text-align: justify;
        }
        @media (min-width: 768px) {
            .blog_container {
                flex-direction: row;
                gap: 20px;
            }
            .blog_sidebar {
                flex: 1;
                margin-top: 0;
            }
            .heading_extra_content{
            font-family: "Open Sans", sans-serif;
            font-size: 26px;
            color:black;
            font-weight: 650;
        }
        #heading_extra{
            font-family: "Open Sans", sans-serif;
            font-size: 26px;
            color:black;
            font-weight: 650;
        }
        }
        
        /*Home Page CSS*/
/*         .experience-container {*/
/*    max-width: 1350px;*/
/*    width: 100%;*/
/*    background: white;*/
/*    padding: 40px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*    margin: auto;*/
    /* Centers the section */
/*    margin-top: 30px;*/
/*}*/

/*.experience-section {*/
/*    display: flex;*/
/*    margin-top: -30px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*}*/

/*.image-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    gap: 15px;*/
/*}*/

/*.image-box {*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

/*#banner-about {*/
/*    margin-top: 100px;*/
/*}*/

/*.image-box img {*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    border-radius: 8px;*/
/*    object-fit: cover;*/
/*}*/

/* Text Overlay */
/*.image-text {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    background: rgba(0, 0, 0, 0.6);*/
    /* Semi-transparent background */
/*    color: white;*/
/*    text-align: center;*/
/*    padding: 8px 0;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    border-radius: 0 0 8px 8px;*/
/*}*/

/*.text-section {*/
/*    max-width: 600px;*/
/*    padding: 20px;*/
/*    position: relative;*/
/*    left: 3%;*/
/*}*/

/*.text-section h2 {*/
/*    font-size: 24px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.text-section p {*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*    line-height: 1.5;*/
/*}*/


/*#about-button {*/
/*    width: 140px;*/
/*    height: 40px;*/
/*    background-color: rgb(246, 148, 33);*/
/*    color: white;*/
/*    border-radius: 7px;*/
/*    margin-top: 10px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/

/*#about-button-1 {*/
/*    width: 200px;*/
/*    height: 40px;*/
/*    background-color: rgb(246, 148, 33);*/
/*    box-shadow: 1px 1px 2px 1px #333;*/
/*    color: white;*/
/*    font-weight: 650;*/
/*    border-radius: 7px;*/
/*    margin-top: 10px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/

/*#about-button:hover {*/
/*    transform: scale(1.1);*/
/*    box-shadow: 1px 1px 2px 1px #333;*/
/*}*/

 #Testimonial_center{
     display: flex;
     align-items: center;
     justify-content: center;
 }
        /* Client Section */
        .Gradient_text{
    background: linear-gradient(to right, #6641AB, #1EB9DD);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
      font-size: 40px;
      font-family: "Open Sans", sans-serif;
      font-weight: 650;
}
    ._clients_section {
        text-align: center;
        padding: 40px 20px;
    }

    ._clients_title {
        font-size: 38px;
        font-weight: 650;
        margin-bottom: 20px;
        font-family: "Open Sans", sans-serif;
        margin-top:-50px;
    }

    ._clients_grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
        justify-items: center;
        max-width: 1300px;
        margin: auto;
        margin-top:50px;
    }

    ._client_logo {
        background: white;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        width: 150px;
        height: 100px;
    }

    ._client_logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    @media (max-width: 768px) {
        ._clients_grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }
    }

    @media (max-width: 480px) {
        ._clients_grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
   .bp_section_ {
    text-align: center;
    padding: 40px;
    margin-top:-40px;
    margin-bottom:16px;
    background-color: white;
}

.bp_title_ {
    font-size: 38px;
    color: #000;
    font-weight: 650;
    font-family: "Open Sans", sans-serif;
}

.bp_subtitle_ {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #595959;
   margin: 10px 0px;
    font-weight: 600;
}

.bp_explore_ {
   background: linear-gradient(to right, #6641AB, #1EB9DD);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
   
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-top:10px;
    font-size:14px;
}

.bp_container_ {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    margin-top:30px;

}

.bp_box_ {
    width: 351px;
    height: 341px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 1px;
}

.bp_image_ {
    width: 100%;
    height: 60%;
    border-radius: 10px;
    object-fit: cover;
}

.bp_category_ {
    font-size: 14px;
    color: #595959;
    margin-top: 5px;
    padding: 8px;
    font-family: "Open Sans", sans-serif;
    margin: 10px 0px;
}

.bp_text_ {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding:0px 10px;
    margin-top:-10px;
}


    
    /*Floating Icons CSS*/
    /*Floating Icons*/
        
        .floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px; /* Space between buttons */
      z-index: 1000;
    }
.floating-buttons-1 {
      position: fixed;
      bottom: 90px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px; /* Space between buttons */
      z-index: 1000;
    }

    /* Common Styles for Buttons */
    .floating-button {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.2s ease-in-out;
    }

    .floating-button:hover {
      transform: scale(1.1);
      color: white;
    }

    .floating-button img {
      width: 30px;
      height: 30px;
    }

    /* Call Button Styles */
    .call-button {
      background-color: #1F5B99; /* Blue color for Call */
      color:white;
    }

    /* WhatsApp Button Styles */
    .whatsapp-button {
      background-color: #25D366; /* Green color for WhatsApp */
    }
    
    /* Text CSS */
    #font-decoration{
        color:black;
        font-size: 36px;
        font-weight: 710;
        font-family: "Open Sans", sans-serif;
    }
    #text_Detail{
         color:black;
        font-size: 16px;
        text-align: justify;
        opacity: 1;
        font-family: "Open Sans", sans-serif;
        line-height: 28px;
    }
    .gradient_Text{
    background: linear-gradient(to right, #6641AB, #1EB9DD);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    }
    
    
    /*Contact Us Page Css*/
       .contact_main {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ADD8E6;
  border-radius: 12px;
  margin-bottom: 80px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.heading_contact_main{
     font-size: 2.325rem;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Roboto", serif;
  font-weight:600;
}


.subheading_contact_main {
  text-align: center;
  margin-bottom: 30px;
  color: #555;
  font-size: 0.95rem;
  font-family: "Roboto", serif;
}

.contact-form-new .row_contact_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group-contact-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.full-width {
  width: 100%;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
  font-family: "Roboto", serif;
}

input, select, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  font-family: "Roboto", serif;
  border-radius: 8px;
  font-size: 1rem;
}

textarea {
  resize: vertical;
  font-family: "Roboto", serif;
}

.phone-wrapper {
  display: flex;
  gap: 8px;
}

.phone-wrapper select {
  flex: 0.5;
}

.phone-wrapper input {
  flex: 1;
}

.submit-btn-contact-main {
  padding: 12px 20px;
   cursor: pointer;
    width: 190px;
    height: 50px;
   background: linear-gradient(to right, #6641AB, #1EB9DD);
    color: white;
    font-size: 17px;
    font-family: Roboto, serif;
    border-radius: 7px;
    font-weight: 650;
    border: 1px solid white;
}

.submit-btn:hover {
  background-color: #003dd1;
}

@media screen and (max-width: 768px) {
  .row_contact_main {
    flex-direction: column;
  }

  .submit-btn-contact-main {
    width: 100%;
    text-align: center;
  }
}

/*Contact Section CSS*/
#contact_details_heading{
    font-size:45px;
    font-family: Arial, Helvetica, sans-serif;
    color:black;
    margin-top:-18px;
}

.contact-section {
  font-family: 'Open Sans', sans-serif;

  background-color: #ffffff;
  padding: 2rem 1rem;
max-width:1350px;
  margin: auto;
}
#contact-heading{
    font-size:38px;
    color:black;
    font-weight:650;
     font-family: 'Open Sans', sans-serif;
}
.contact-section h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.contact-details h3{
    font-size:28px;
    color:black;
      font-family: 'Open Sans', sans-serif;
      font-weight:550;
}
.subheading {
  text-align: center;
  color: #555;
  margin-bottom: 2rem;
  font-size:16px;
}
#contact_inner{
    font-size:14px;
    color: black;
    font-weight:400;
        font-family: 'Open Sans', sans-serif;
}
/* Flex container */
.contact-wrapper {
  display: flex;
  gap: 1rem;
}

.office-tag {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border: 1px dotted #1b4a7a;  /* Dotted border */
  border-radius: 5px;
  color: #1b4a7a;
  font-size: 0.8rem;
  float: right;  
   font-family: 'Open Sans', sans-serif;
   font-size:14px;
   color:black;
  margin-bottom: 1rem;
}
.contact-form h3{
    color:black;
      font-family: 'Open Sans', sans-serif;
      font-size:28px;
    font-weight:550;
}
/* Left column */
.contact-details {
  background: #f7fbff;
  border-radius: 10px;
  padding: 1.5rem;
  width: 449px;
  height: 508px;
  flex-shrink: 0;
}

/* Right column */
.contact-form {
  flex: 1;
  background: #f9fafc;
  border-radius: 10px;
  padding: 1.5rem;
 width:800px;
  height: 508px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-item{
      font-family: "Open Sans", sans-serif;
      font-size:16px;
      color:black;
      font-weight:400;
}
/* Form rows */
.form-row {
  display: flex;
  gap: 1rem;
}

.form-row input,
.form-row select {
  flex: 1;
  
}
#select_options input,
#select_options select {
    height: 46px;  /* same height as name/email inputs */
    padding: 0.7rem;  /* keep padding consistent */
}
/* Single textarea */
textarea {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}

/* Submit button */
.btn-submit {
  width:215px;
    height:52px;
    background-color: #fff;
  color: #000;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 30px;
  font-size:16px;
  font-weight:600;
  border:1px solid black;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background:#FEB200;
  color:black;
  font-size:16px;
  font-weight:600;
  border:1px solid black;
}
#btn-outline_contact{
    width:215px;
    height:52px;
    background-color: #FEB200;
    border-radius:30px;
     font-family: "Open Sans", sans-serif;
    border: 2px solid #fff;
    color: #000;
    font-size:16px;
 
 font-weight:600;
 margin-top:35px;
 transition: background 0.3s ease;
}

#btn-outline_contact:hover{
    background-color:white;
    color:black;
        transform: translateY(-3px);
        border:1px solid black;
}

#btn-outline_contact-2{
    width:185px;
    height:52px;
    background-color: #FEB200;
    border-radius:30px;
     font-family: "Open Sans", sans-serif;
    border: 2px solid #fff;
    color: #000;
    font-size:16px;
 
 font-weight:600;
 text-align:center;
 margin-top:35px;
 transition: background 0.3s ease;
 padding:12px;
}
#btn-outline_contact-2:hover{
    background-color:white;
    color:black;
        transform: translateY(-3px);
        border:1px solid black;
}

/* Responsive */
@media (max-width: 1200px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .contact-details, .contact-form {
    width: 100%;
    height: auto;
  }
  .form-row {
    flex-direction: column;
  }
}

/* Testimonial Section Css*/
      .testimonial-section-main {
  padding: 50px 20px;
  text-align: center;
}

.testimonial-section-main h3 {
  text-align: center;
    font-size: 38px;
    color: #000;  
    font-weight:650; 
     margin-top: 20px;
  margin-bottom: 40px;
font-family: "Open Sans", sans-serif;
}

.slider-main {
  overflow: hidden;
  position: relative;
}
.slider-track-main {
  display: flex;
  width: calc(350px*12);
  animation: scroll 45s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.testimonial-card-main {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  flex: 0 0 350px;
  margin: 0px 10px;
}

.testimonial-card-main p {
  font-size: 16px;
  color: black;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0px;
  font-family: "Open Sans", sans-serif;
}

.testimonial-card-main>strong {
  font-size: 14px;
  color: black;
  font-weight: 600;
 font-family: "Open Sans", sans-serif;
}
.stars-main {
  margin: 10px 0px;
  color: black;
}
#gradients_service{
    background: linear-gradient(90deg, #006A4E, #018749, #17B169);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(min-width:768px){
    #contactMobileNav{
        display: none;
    }
}

/*Project Section CSS*/
  .traffic-section {
 
  padding: 40px 110px;
  background: #f9f9f9;
}

.traffic-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
}

.traffic-text {
  flex: 1 1 38%;
}
#portfolio_heading{
     font-size:38px;
    color:black;
    font-weight:650;
     font-family: 'Open Sans', sans-serif;
       margin-bottom: 20px;
}
#portfolio-item-heading{
     font-size:28px;
    color:black;
    font-weight:650;
     font-family: 'Open Sans', sans-serif;
}
#portfolio-heading-details{
      font-size:16px;
    color:#3B3B3B;
    font-weight:400;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: -10px;
}
.traffic-icons {
  display: flex;
align-items:center;
  gap: 15px;
  margin-bottom: 25px;
}

.traffic-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.traffic-item img {
  width: 50px;
  height: 50px;
}

  .btn-primary-1 {
      width:215px;
    height:52px;
    background-color: #FEB200;
    color: #000;
     font-family: "Open Sans", sans-serif;
      font-size:16px;
      border-radius:30px;
      font-weight:650;
      text-align:center;
      margin-top:70px;
      padding: 13px;
  }
  .btn-primary-home-page {
      width:215px;
    height:52px;
    background-color: #FEB200;
    color: #000;
     font-family: "Open Sans", sans-serif;
      font-size:16px;
      border-radius:30px;
      font-weight:650;
      text-align:center;
    
      padding: 13px;
  }
.cta-button {
  display: inline-block;
  background: #ff6b00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  margin-top:55px;
}

.btn-primary-1:hover {
  background: #fff;
  color:black;
  border:1px solid black;
}

/* Slider */
.slider-container {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.slider::-webkit-scrollbar {
  display: none;
}
#heading-slide-card{
    font-size:26px;
    color:black;
     font-family: 'Open Sans', sans-serif;
    font-weight:600;
}
.slide-card {
  flex: 0 0 370px;
  height: 380px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 20px;
}
.slide-card img{
      width: 320px;
  height: 280px;
  margin-bottom: 10px;
}


.arrow {
  position: absolute;
  top: 45%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  width: 35px;
  height: 35px;
}

.arrow.left { left: -10px; }
.arrow.right { right: -10px; }
.slide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.arrow:hover {
  background: #f0f0f0;
}


@media (max-width: 768px) {
  .traffic-section {
    padding: 30px 20px;
  }

  .traffic-content {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .traffic-text {
    flex: 1 1 100%;
    text-align: center;
  }

  .traffic-icons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .slider-container {
    flex: 1 1 100%;
    width: 100%;
    overflow: hidden;
  }

  .slide-card {
    flex: 0 0 80%;
    margin: 0 auto;
  }

  .slide-card img {
    width: 100%;
    height: auto;
  }

  .arrow.left { left: 5px; }
  .arrow.right { right: 5px; }
}

@media (min-width: 900px) {
  .traffic-icons {
    gap: 2rem;
  }

  .slide-card {
    flex: 0 0 320px;
  }
}


/* Home Page Banner CSS */
  .marketing-section {
    background: linear-gradient(135deg, #013b6a 0%, #006c5b 100%);
    color: #fff;
    padding: 3rem 1.5rem;
    /*margin-top:-45px ;*/
  }

  .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }

  .text-content {
    flex: 1;
    text-align: center;
  }
#marketing-heading{
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 1rem;
     font-family: "Open Sans", sans-serif;
     font-weight:650;
    width:850px;
    color:white;
   
    padding: 0px 50px;

}

  /*.text-content>h2 {*/
  /*  font-size: 34px;*/
  /*  line-height: 1.2;*/
  /*  margin-bottom: 1rem;*/
  /*   font-family: "Open Sans", sans-serif;*/
  /*   font-weight:550;*/
  /*}*/

  .text-content h1 span {
    color: #33d69f;
  }
#marketing-para{
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 720px;
    margin-left: 55px;
    margin-right: auto;
    text-align:justify;
    font-weight:400;
    color:white;
    font-family: "Open Sans", sans-serif;
}

  /*.intro-text {*/
  /*  font-size: 1rem;*/
  /*  line-height: 1.4;*/
  /*  margin-bottom: 2rem;*/
  /*  max-width: 730px;*/
  /*  margin-left: 55px;*/
  /*  margin-right: auto;*/
  /*  text-align:justify;*/
  /*  font-weight:400;*/
  /*  font-family: "Open Sans", sans-serif;*/
    
  /*}*/

  .btn-group {
    display: flex;
    flex-wrap: wrap;
  padding: 0px 50px;
    gap: 1rem;
  }

  #btn-primary, .btn-outline {
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.8rem 1.6rem;
    transition: all 0.3s ease;
     font-family: "Open Sans", sans-serif;
  }

  #btn-primary {
     width:200px;
    background-color: #FEB200;
    color: #000;
     font-family: "Open Sans", sans-serif;
      font-size:16px;
      text-align:center;
      padding:12px;
  }

  #btn-primary:hover {
    background-color: #fff;
    color:black;
    transform: translateY(-3px);
    border:1px solid black;
  }

  .btn-outline {
     font-family: "Open Sans", sans-serif;
    border: 2px solid #fff;
    color: #fff;
    font-size:16px;
  }

  .btn-outline:hover {
    background-color: #FEB200;
    transform: translateY(-3px);
    color:black;
  }

  .image-content {
    position: relative;
    flex: 1;
    margin-top: 3rem;
    text-align: center;
  
  }
.image-content>img{
    width: 500px;
    height:441px;
    margin-left:-30px;
}
  .main-image {
    border-radius: 10px;
    transition: transform 0.4s ease;
  }

  .main-image:hover {
    transform: scale(1.05);
  }

  .stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.5rem;
  }

  .stat-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.2rem;
    border-radius: 12px;
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .stat-box:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
  }

  .stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #33d69f;
    display: block;
  }

  /* -------- Responsive Design -------- */
  @media (min-width: 768px) {
    .content-wrapper {
      flex-direction: row;
      text-align: left;
    }

    .text-content {
      flex: 1 1 55%;
      text-align: left;
      padding-right: 2rem;
    }

    .image-content {
      flex: 1 1 45%;
      margin-top: 0;
    }

    .main-image {
      width: 350px;
    }
  }

  @media (min-width: 1024px) {
    .text-content h2 {
      font-size: 2.4rem;
    }

    .intro-text {
      font-size: 1.1rem;
    }
  }
  @media(max-width:768px){
 #marketing-para{
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 100%;
    margin-left: 0px;
    margin-right: auto;
    text-align:justify;
    font-weight:400;
    color:white;
    font-family: "Open Sans", sans-serif;
}

 .btn-group {
    display: flex;
   justify-content: center;
  padding: 0px 50px;
    gap: 1rem;
  }
  .image-content>img{
    width: 100%;
    height:auto; 
}
#marketing-heading{
    color:white;
    width: 100%;
    font-size:26px;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  
  }
  }
  
  
  /*Seo Page CSS*/
   .seo-section {
    padding: 20px;
    max-width: 1400px;
    margin: auto;
  }
  #seo-heading{
        font-size:30px;
        margin:14px 0px;
    color:#fff;
    font-weight:650;
     font-family: 'Open Sans', sans-serif;
  }
  #seo-description{
      font-size:16px;
        margin:14px 0px;
    color:#000;
    text-align: justify;
    font-weight:400;
     font-family: 'Open Sans', sans-serif;
    margin-left:-35px;
  }
  #seo-description-2{
         font-size:16px;
        margin:14px 0px;
    color:#000;
    text-align: justify;
    line-height:20px;
    font-weight:400;
     font-family: 'Open Sans', sans-serif;
    
  }
   #seo-description-3{
         font-size:16px;
        margin:14px 0px;
    color:#fff;
    text-align: justify;
    line-height:20px;
    font-weight:400;
     font-family: 'Open Sans', sans-serif;
    
  }
     #seo-heading-3{
        font-size:24px;
        margin:14px 0px;
    color:black;
    font-weight:650;
  
     font-family: 'Open Sans', sans-serif;
     
  }
   #seo-heading-2{
        font-size:24px;
        margin:14px 0px;
    color:#000;
    font-weight:650;
    margin-left:-35px;
     font-family: 'Open Sans', sans-serif;
     
  }
  #seo-heading-4{
        font-size:24px;
        margin:14px 0px;
    color:white;
    font-weight:650;
   
     font-family: 'Open Sans', sans-serif;
  }

#image_icon_seo{
    width:-25px;
    height:25px;
}
  .top-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .left-box {
   background: linear-gradient(135deg, #013b6a 0%, #006c5b 100%);
    padding: 20px;
    border-radius: 10px;
    width:971px;
    height:339px;
  }

  .left-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color:white;
  }

  .left-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left:-24px;
  }

  .left-box li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 15px;
    color:white;
   
  }

  .left-box li::before {
    content: "";
    position: absolute;
    left: 0;
    color: #ff6600;
  }
#left-box-pointers{
    font-size:16px
    color:black;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;
}
  .right-form {
   
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    width:363px;
    height:608px;
  }

  .right-form h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .right-form label {
    font-size: 17px;
    display: block;
    margin: 8px 0 4px;
    font-family: 'Open Sans', sans-serif;
  }

  .right-form input,
  .right-form select,
  .right-form textarea {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
  }

  .checkbox {
    margin-top: 10px;
    font-size: 13px;
  }

  .btn {
   width:215px;
    height:52px;
    background-color: #FEB200;
    color: #000;
     font-family: "Open Sans", sans-serif;
      font-size:16px;
      border-radius:30px;
    border: none;
    padding: 10px 14px;
    margin-top: 32px;
    font-weight:600;
    cursor: pointer;
    
    
    transition: 0.3s;
  }

  .btn:hover {
    background: #fff;
    color:black;
    border:1px solid black;
    transform: translateY(-2px);
  }

    #btn-contact {
   width:215px;
    height:40px;
    background-color: #FEB200;
    color: #000;
     font-family: "Open Sans", sans-serif;
      font-size:16px;
      border-radius:30px;
    border: none;
  text-align:center;
  
    font-weight:600;
    cursor: pointer;
    
    
    transition: 0.3s;
  }

  #btn-contact:hover {
    background: #fff;
    color:black;
    border:1px solid black;
    transform: translateY(-2px);
  }
  .bottom-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  
    
  }

  .text-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
      margin-top: -240px;
    
  }

  .text-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color:#fff;
  }

  .text-box p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
 
  }
.image-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}
  .image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: 0.3s;
    
margin-top:-320px;
  }

  .image-box img:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: scale(1.02);
  }
  #info-box-id-2{
        background: linear-gradient(135deg, #013b6a 0%, #006c5b 100%);
    padding: 20px;
    border-radius: 10px;
    margin-top:40px;
    margin-left:50px !important;
    height:280px;
  }

  .info-box h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .info-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
  }

  .view-btn {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    color: #00704a;
    transition: 0.3s;
  }

  .view-btn:hover {
    background: #00704a;
    color: #fff;
  }
  @media(max-width:768px){
      .left-box{
          width:100%;
          height:100%;
      }
       .seo-section{
           width:100%;
       }
       .text-box {
    background: #fff;
    padding:0px;
    border-radius: 10px;
      margin-top: 0px;
    
  }
  .image-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}
  .image-box img {
      display:none;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: 0.3s;
    
margin-top:0px;
  }
    #info-box-id-2{
        background: linear-gradient(135deg, #013b6a 0%, #006c5b 100%);
    padding: 20px;
    border-radius: 10px;
    margin-top:40px;
    margin-left:0px !important;
    height:100%;
  }
   #seo-description{
      font-size:16px;
        margin:14px 0px;
    color:#000;
    text-align: justify;
    font-weight:400;
     font-family: 'Open Sans', sans-serif;
    margin-left:0px;
  }
   #seo-heading-2{
        font-size:24px;
        margin:14px 0px;
    color:#000;
    font-weight:650;
    margin-left:0px;
     font-family: 'Open Sans', sans-serif;
     
  }
  .right-form {
   
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    width:100%;
    height:100%;
  }
  }
  @media (min-width: 768px) {
    .top-container {
      flex-direction: row;
      align-items: flex-start;
      gap: 30px;
    }

    .left-box {
      width: 971px;
      min-height: 339px;
    }

    .right-form {
      width: 303px;
      min-height: 618px;
    }

    .bottom-container {
      flex-direction: row;
      align-items: flex-start;
      margin-left:33px;
    }

    .text-box {
      width: 549px;
      min-height: 413px;
    }

    .image-box {
      width: 330px;
      height: 330px;
    }

    .info-box {
      width: 303px;
      height: 238px;
    }
  }
  
  
  .seo-services {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;

  line-height: 1.6;
}
.seo-services h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.intro-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  color: #555;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.service-card {
  background-color: #ffffff;
  width: 301px;
  height: 411px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: left;
  transition: 
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.5s ease,
    color 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
  transition: filter 0.4s ease;
}
.service-icon-card{
    width:70px;
    height:70px;
    padding: 12px;
    margin:15px 0px;
    background-color: #F3F3F3;
}

.service-card h3 {
  font-size:24px;
  color: #000;
  font-weight:600;
  margin-bottom: 0.5rem;
  transition: color 0.4s ease;
      font-family: "Open Sans", sans-serif;
}

.service-card p {
  font-size: 16px;
  color: #555;
  transition: color 0.4s ease;
    font-family: "Open Sans", sans-serif;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #013b6a 0%, #006c5b 100%);
}

.service-card:hover h3,
.service-card:hover p {
  color: #fff;
}

/*.service-card:hover .service-icon {*/
/*  filter: brightness(0) invert(1);*/
/*}*/

@media (max-width: 768px) {
  .seo-services h2 {
    font-size: 1.5rem;
  }

  .service-card {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-card {
    width: 45%;
  }
}

@media (min-width: 1201px) {
  .service-card {
    width: 301px;
  }
}

                               .faq-section {
                                                
                                                margin: 40px auto;
                                                padding: 10px 20px;
                                                 background: #f7fbff;

                                            }

                                            .faq-section h2 {
                                                font-size: 27px;
                                                font-weight: 700;
                                                text-align: center;
                                                margin-bottom: 25px;
                                                color: #000;
                                            }


                                            .faq-container {
                                                max-width: 1150px;
                                                display: flex;
                                                flex-direction: column;
                                                gap: 15px;
                                                 margin: 40px auto;
                                                 
                                            }

                                            /* FAQ card */
                                            .faq-item {
                                                background: #ffffff;
                                                border: 1px solid #e2e8f0;
                                                border-radius: 8px;
                                                transition: transform 0.2s ease, box-shadow 0.2s ease;
                                            }

                                            .faq-item:hover {
                                                transform: translateY(-3px);
                                                box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
                                            }

                                            /* Question button */

                                            .faq-question {
                                                width: 100%;
                                                background: none;
                                                border: none;
                                                text-align: left;
                                                padding: 15px 18px;
                                                font-size: 15px;
                                                font-weight: 600;
                                                cursor: pointer;
                                                color: #0f172a;
                                                display: flex;
                                                justify-content: space-between;
                                                align-items: center;
                                                text-transform: capitalize;
                                            }

                                            .faq-question:focus {
                                                outline: 2px solid #2563eb;
                                            }

                                            /* Answer box */
                                            .faq-answer {
                                                max-height: 0;
                                                overflow: hidden;
                                                padding: 0 18px;
                                                transition: max-height 0.35s ease;
                                            }

                                            .faq-answer p {
                                                padding: 10px 0 18px;
                                                color: #000;
                                                font-weight: 400;
                                                font-size: 16px;
                                                line-height: 1.6;
                                            }

                                            #down-icon {
                                                font-weight: 700;
                                                color: black
                                            }

                                            /* Responsive */
                                            @media (min-width: 768px) {
                                                .faq-section h2 {
                                                    font-size: 30px;
                                                }

                                                .faq-question {
                                                    font-size: 18px;
                                                }
                                            }
                                
        
          .about-section {
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0px auto;
    margin-top:25px;

}

.category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
    margin-bottom: 40px;
}
.category-box {
    width: 305px;
    height: 196px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}
.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}
.category-box:hover .category-img {
    filter: grayscale(0%);
}

.category-text {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.about-content {
    display: flex;
    align-items: center;
    gap: 55px;
    justify-content: center;
    margin-left: 26px;
    margin-top: 70px;
}
.about-text {
    flex: 1;
}

#about-title{
      font-size: 38px;
        font-weight: 650;
        margin-bottom: 20px;
        font-family: "Open Sans", sans-serif;
      
}
.about-text p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;font-family: "Open Sans", sans-serif;
    color:black;
    text-align:justify;
}
.about-image-holder {
    flex: 1;
    display: flex;
    justify-content: center;
}
.about-image {
    width: 100%;
    max-width: 550px;
    border-radius: 8px;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: grayscale(20%);
}
.about-image:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}
@media(max-width:768px){
    .about-content{
        flex-direction: column;
        margin-left: 0px; 
    }

}
@media (min-width: 768px) {
    .about-content {
        flex-direction: row;
        align-items: center;
    }
}
@media (min-width: 1024px) {
    .about-text h2 {
        font-size: 32px;
    }
    .about-text p {
        font-size: 17px;
    }
}