
.no-margin{
    font-size: 37px;
}
.no-margin1{
    font-size: 15px;
}
.contact-item-center {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex
;
    position: relative;
}
.contact-decoration-two {
    background-image: linear-gradient(135deg, #2768ca, #059dcb 60%, #2b5ec4);
}
@media screen and (max-width:768px){
    .grid-contact-split {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
}
.section-spacing1 {
    padding-top: 2px;
    padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
    .section-spacing1 {
        padding-top: 0px;
        /* padding-bottom: 80px; */
    }
}
@media screen and (max-width: 479px) {
    .section-spacing-sm {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .grid-contact-item {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid-contact-item {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}
h1{
    font-size: 42px;
}
.contact-hero-description{
    text-align: center;
}
@media screen and (max-width: 479px) {
    .section-spacing-sm {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (min-width: 993px) {
    .section-spacing-sm {
        padding-top: 4%;
        /* padding-bottom: 0px; */
    }
}
    .footer-logo {
      width: 100%;
      height: 63px;
    }

    @media screen and (min-width:992px) {
		@media screen and (max-width: 991px) {
.footer-link-item-wrap_1{
  margin-top: 14px;
}}
      .footer-link-item-wrap1 {
        width: 50%;
        margin-left: 20%;

      }

      .grid-footer {
        z-index: 2;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-rows: auto;
        grid-template-columns: .75fr 1fr 1fr .9fr;
        margin-bottom: 20px;
        position: relative;
      }

      .footer-link-item-wrap1 .grid-footer-link-inner1 {
        margin-top: 9%;
      }
    }

    .footer-decoration-one {
      background-image: linear-gradient(180deg, #35c8e1 40%, #bde7f7);
    }

    .footer-contact-link:hover {
      color: #38bde1;
    }

    .footer-simple-link:hover,
    .footer-simple-link.w--current {
      color: #38bde1;
    }

    .footer-bottom-wrap {
      margin-top: 0%;
    }

    /* .grid-footer {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr 1fr .9fr;
    margin-bottom: 20px;
    position: relative;
} */
    .about-benefit-icon-wrap {
      background-image: linear-gradient(135deg, #2768ca, #059dcb 60%, #2b5ec4);
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      padding: 1px;
      display: flex;
    }


    .w-webflow-badge {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    @media screen and (max-width: 991px) {
      .menu-button.w--open {
        border-color: var(--color--gray-3);
        background-color: #1696e1;
      }
    }

    .content {
      flex: 1;
      max-width: 100%;
    }

    .client-image-wrap {
      background-color: white;
    }

    .client-image {
      width: 103%;
      height: 130px;
      margin-top: -13%;
      margin-bottom: -13%;
    }
    .footer-copyright-link:hover {
    color:  #12a0e9;
}
 .form-input:focus {
      border-color: #38a9df;
    }

    .footer-award-image {
      width: 100%;
      height: 137px;
    }

    .footer-form-button {
      background-color: #12a0e9;
      border-radius: 21%;
    }
     .footer-contact-wrap a{
        font-size:16px;
    }
    .grid-footer-link-wrap a{
        font-size:16px;
    }
  
   
   
     @media screen and (min-width:992px) and (max-width:1024px){
        .w-nav-menu{
              margin-left: 16px;
        }
         .w-nav-link{
              font-size:15px;
        }
    } 
     @media screen and (min-width:1025px) and (max-width:1100px){
        .w-nav-menu{
              margin-left: 230px;
        }
     }
     /* @media screen and (min-width:1101px and max-width:1199px){*/
     /*   .w-nav-menu{*/
     /*         margin-left: 240px;*/
     /*   }*/
     /*}*/
    @media screen and (min-width:1100px) and (max-width:1300px){
        .w-nav-menu{
            margin-left:250px;
        }
    }
     @media screen and (min-width:1300px){
        .w-nav-menu{
            margin-left:287px;
        }
    }
    .hero-section-split1{
        margin-top:80px;
    }
    

    
.navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #040114;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* optional shadow */
      padding-top: 16px;
    padding-bottom: 13px;
}


/* .grid-about-benefit {
  display: grid;
  grid-template-columns: repeat(6, 1fr); 
  gap: 2rem;
}

.grid-about-benefit .about-benefit-item:nth-child(1),
.grid-about-benefit .about-benefit-item:nth-child(2),
.grid-about-benefit .about-benefit-item:nth-child(3) {
  grid-column: span 2;
}

.grid-about-benefit .about-benefit-item:nth-child(4),
.grid-about-benefit .about-benefit-item:nth-child(5) {
  grid-column: span 3;
} */

p, h6, li{
    font-size:15px;
}

h3, h2{
  font-size: 37px;
}
.feature-title {
    margin-bottom: 5px;
    font-size: 21px;
}
   .section-spacing {
    padding-top: 130px;
    padding-bottom: 100px;
}
	  @media screen and (min-width: 768px) {
    .footer-link-item-wrap2 {
        margin-left: -50px;
    }
}
     @media screen and (min-width: 1200px) {
    .footer-link-item-wrap2 {
        margin-left: -90px;
    }
}
@media screen and (min-width: 992px) {
    .footer-link-item-wrap1 {
        width: 60%;
        margin-left: 20%;
    }
}
	  @media screen and (max-width: 991px) {
    .footer-link-item-wrap_1 {
        margin-top: 14px;
    }
}

.grid-about-benefit {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

/* Shared row styles */
.grid-about-benefit-row {
  display: grid;
  gap: 30px;
}
.w-layout-blockcontainer {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}
/* Desktop: 3 columns for row 1, 2 centered in row 2 */
@media (min-width: 1024px) {
  .row-1 {
    grid-template-columns: repeat(3, 1fr);
  }

  .row-2 {
    display: flex;
    justify-content: center;
    gap: 82px
  }

  .about-benefit-item {
    width:        338px; /* or max-width: 30%; */
  }
}

.about-benefit-item:hover{
  border: 1px solid #178feb;
  }
/* Tablet: 2 per row */
@media (max-width: 1023px) {
  .grid-about-benefit-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 per row */
@media (max-width: 767px) {
  .grid-about-benefit-row {
    grid-template-columns: 1fr;
  }
}
    .feature-section {
      text-align: center;
        padding: 50px 9px 0px 9px;
    }
.feature-item p{
  text-align: center;
}
    .grid-feature {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 50px;
      max-width: 1200px;
      margin: auto;
    }

    
    .feature-item:hover {
      transform: translateY(-5px);
    }

   
    .what-we-do {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 60px 10%;
      background: #f8f9fa;
    }

    .content {
      flex: 1;
      max-width: 100%;
    }

    .content h2 {
      font-size: 36px;
      color: #333;
      margin-bottom: 20px;
    }

    .content p {
      font-size: 15px;
      color: #555;
      line-height: 1.6;
    }

    .image-collage {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      max-width: 50%;
    }

    .image-collage img {
      width: 100%;
      border-radius: 10px;
      transition: transform 0.3s ease-in-out;
    }

    .image-collage img:hover {
      transform: scale(1.1);
    }

    .floating {
      animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
      0% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(-10px);
      }

      100% {
        transform: translateY(0px);
      }
    }

    @media (max-width: 768px) {
      .what-we-do {
        flex-direction: column;
        text-align: center;
          padding: 35px 10%;
      }

      .content,
      .image-collage {
        max-width: 100%;
      }
    }
	  .grid-client{
		  opacity:1;
	  }
    .about-section.section-spacing{
margin-top: 0px;
    }
    @media screen and (min-width: 1280px) {
    .grid-about {
        /* margin-top: 220px; */
        padding: 140px 70px 70px;
    }
}
.about-benefit-title, .no-margin1{
  text-align: left;
}
    @media screen and (max-width: 600px) {
.benefit-section{
      margin-top: -23%;
}
    }

   @media  screen and (max-width:768px) {
    .feature-section1{
   margin-top: -97px;
    }
   }

   @media screen and (max-width:768px){
    .section-spacing {
    padding-top: 0px;
    padding-bottom: 100px;
}
   }

   .feature-image-split-wrap {
    border: 1px solid var(--color--gray-3);
    border-radius: var(--border-radius--border-radius);
    background-color: var(--color--gray-2);
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    display: flex
;
    position: relative;
    overflow: hidden;
}

.feature-item-list
 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-top: 60px;
    display: flex
;
}

.feature-item
 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
;
}
.feature-icon-wrap
 {
    background-image: linear-gradient(135deg, var(--color--primary-1), #000fd7 60%, var(--color--primary-4));
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex
;
}
.feature-title {
    margin-bottom: 5px;
    font-size: 21px;
}

.feature-icon {
    width: 30px;
    height: 30px;
}.container-small {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background: transparent; /* default - transparent */
}

/* ✅ Style when scrolled */
.navbar.scrolled {
  background: black; /* change this color */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}