@charset "utf-8";
html{height:100%; max-width: 100%;}
 body { margin: 0;padding: 0; background:linear-gradient(180deg,#fff8ea 0%,#fff8ea 100%); font-size: 16px; color: #1a1a5e; font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; line-height:1.4; }

h1, h2, h3, h4, h5, h6, p, ul, li, img, a, input, select, div{ margin:0px; padding:0px; outline:none!important; box-shadow:none; border:0px; list-style:none; font-weight:normal;} 
h1, h2, h3, h4, h5, h6, p, header, img, a, span, small, :before, :after{-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
*{-webkit-overflow-scrolling: touch; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust: 100%;}
.center{ text-align:center;}
.right { text-align:right; }
.blockTxt{ display: block;}
.blockTxtP{ display: block;}
.spaceTopMragin{ margin-top: 70px;}
.spaceTop{ padding-top: 70px;}
.spaceBottom{ padding-bottom: 70px;}
.spaceBoth{ padding-top: 70px; padding-bottom: 70px;}
.mt5{margin-top: 50px;}
.mt3{margin-top: 30px;}
.strong{font-weight: 700;}
.hidden{overflow: hidden;}
.lightGray{background-color: #f8faff;}
.white{ color: #fff;}
.black{ color: #000;}
.shadow{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.flexRow{ display: flex; flex-wrap: wrap; min-width: 100%; margin-left: -15px; margin-right: -15px;}
.blackOverlay{position: relative;}
.blackOverlay:before{ content: ""; background-color: rgba(0,0,0,0.6); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
img{ max-width:100%;}
a{text-decoration: none;}
*:focus { outline:none;}
.clear{ clear:both;}
.clearFix:after{ content: ""; display: block; clear:both;}
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1;}
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {opacity:1;}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.w100{width: 100%;}
h2{ font-size: 32px; line-height: 1.2; text-align: center; width: 100%; margin: 0 0 70px 0; font-weight: 700;  position: relative;}
h2 span{position: relative; isolation: isolate; }
h2 span:before,
h2 span:after{content: "";
    display: table;
    width: 70%;
    background: #ffad00;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-70%,10px);
    z-index: -1;
    height: 1px;}
h2 span:before{top: 0%; transform: translate(-30%,-10px);}
.center h2:after{margin:10px auto;}
h2 + p{ margin:-30px 0 40px 0!important;}
h3{ font-size: 25px; line-height: 1.2; margin: 0 0 25px 0; font-weight: 700;}
h4{ font-size: 22px; line-height: 1.2; margin: 0 0 22px 0; font-weight: 700;}
h5{ font-size: 20px; line-height: 1.2; margin: 0 0 20px 0; font-weight: 700;}
h6{ font-size: 18px; line-height: 1.2; margin: 0 0 18px 0; font-weight: 400;}
@media (max-width: 767px) {
h2{ font-size: 26px;     max-width: 80%; margin-inline: auto;}
h3{ font-size: 22px;}
h4{ font-size: 20px;}
h5{ font-size: 18px;}
h6{ font-size: 16px;}
}
p{ font-size: 16px; line-height: 1.7; margin: 0 0 25px 0; font-weight: 400;}
p:last-child{margin-bottom: 0}
p.large{ font-size:22px }
.centerImg{ text-align: center; margin: 0 auto 10px auto; }
.centerImg img{vertical-align: top;}
.txtUppercase { text-transform: uppercase; }
.purple{ color: #e10013; }
.mb-50{margin-bottom: 50px}
.mb-0{margin-bottom: 0px}
.justify-center{justify-content: center;}
.align-end{align-items: flex-end;}
.largeBtn,
.smallBtn{ color: #fff !important; background: #e10013; position: relative; border-radius: 5px; border:1px solid #e10013; display: inline-block; overflow: hidden; padding: 8px 30px !important; font-weight: 400; text-align: center;}
.smallBtn{ padding: 5px 10px; }
.largeBtn:hover,
.smallBtn:hover{ background-color: #054271; border-color:#054271 ; color: #fff!important; text-decoration:none; }
.largeBtn span,
.smallBtn span{-webkit-transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; transition: all 0s ease 0s;}
.row {margin-left: -15px;margin-right: -15px; clear:both; display: flex; flex-wrap: wrap;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,.col-custom {float: left; position: relative; min-height: 1px;padding-left: 15px;padding-right: 15px; width: 100%}
.align-items-center {align-items: center!important; }
.light-secondary-bg {
    background-color: #f1f1f1 !important;
}

@media (min-width: 768px) {
.col-12{width: 100%;}
.col-11{width: 91.66666667%;}
.col-10{width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}
}
img{vertical-align: top;}
a:hover{text-decoration: none;}

  section{padding-inline: 50px; padding-block:70px; width: 100%;}
  @media (max-width:991px){
     section{padding-inline: 20px;}
  }
  section:nth-child(odd){background:#fff;}
/*  section:nth-child(odd) h2 span:after{background: rgb(255 219 73)} */
    .container {
      max-width: 1300px;
      margin: 0 auto;
    }
     .smallContainer {
      max-width: 1000px;
      margin-inline: auto !important;
    }


    /* Header Styles */
    header {
      background-color: #040052;
      color: white;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      padding: 16px 24px;
    }

    .header-container {
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
      width: 150px;
      margin-right: 10px;
    }

    nav {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      align-items: center;
      margin: 10px 0;
    }


    nav a {
      color: white;
      text-decoration: none;
      font-weight: 700;
      transition: color 0.3s;
      position: relative;
    }
   nav a:not(:last-child):after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #ffad00;
    top: 0;
    right: -10px;
   }

    nav a:hover {
      color: #ffad00;
    }

    .cta-button {
      background-color: #ffad00;
      color: #040052;
      padding: 8px 16px;
      border-radius: 20px;
      font-weight: bold;
      transition: background 0.3s, color 0.3s;
      text-decoration: none;
      display: inline-flex;
      gap: 10px;
      align-items: center;
    }
     .cta-button svg {
    width: 14px;
    transition: 0.3s;
    vertical-align: middle;
    }
     .cta-button:hover svg {
    transform: translateX(0.25rem);
}

    .cta-button:hover {
      background-color: white;
      color: #040052;
    }

    .phone {
      font-size: 16px;
    }
    .phone img{width: 30px;}

    .phone a {
      color: white;
      text-decoration: none;
    }

    .phone a:hover {
      text-decoration: underline;
      color: #ffad00;
    }
    @media (max-width:991px){
       nav {gap: 10px;}
       header{font-size: 14px;}
        nav a:not(:last-child):after{display: none;}
    }
    @media (max-width:500px){
      header{font-size: 12px; padding: 15px}
      nav {margin: 10px 0; width: 100%; justify-content: space-between; }
    }

    @media (max-width: 767px) {
      .header-container {
      }

      nav {
        margin: 10px 0;
      }

    }
.hamburgerIcon{display: none;}
@media (max-width: 767px) {
  .mobileHide{display: none;}
  .desktopHide {display: block;}
  .headerInfoContact{padding: 25px 0;}
  .hamburgerIcon { position: relative; width: 40px; height: 40px;  display: block;}
  .hamburgerIcon span {display: block;position: absolute;height: 1px;width: 60%;background: #fff;opacity: 1;left: 20%;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
  .hamburgerIcon span:nth-child(1) {top: 12px;}
  .hamburgerIcon span:nth-child(2),.hamburgerIcon span:nth-child(3) {top: 20px;}
  .hamburgerIcon span:nth-child(4) {top: 28px;}
  .hamburgerIcon.open span:nth-child(1) {top: 18px;  width: 0%;  left: 50%;}
  .hamburgerIcon.open span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
  .hamburgerIcon.open span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
  .hamburgerIcon.open span:nth-child(4) {top: 28px;width: 0%;left: 50%;}

        .phone {position: absolute; right: 70px; top: 18px; font-size: 0} 

  .navBar {display: none; position: absolute; max-height: calc(100svh - 70px); overflow: auto; top: 100%; background: #ffad00; z-index: 99; flex-wrap: wrap; width: 100%; left: 0; margin: 0; padding: 20px; }

  .navBar a {font-size: 18px; margin-inline: 0; text-align: center; margin-block: 10px; width: 100%; display: block; color:#1a1a5e }
  .navBar a:hover{color:#1a1a5e }
  .navBar a.cta-button{    background: #fff;}

}

    /* Hero Banner */
    .hero {
    position: relative;
    background-color: #040052;
    color: white;
    text-align: center;
    padding: 80px 20px;
    isolation: isolate;
    }
    @media (max-width:767px){
      header{position: sticky; top: 0; z-index: 99;} 
      .hero{padding: 40px 20px;}
    }
    .hero:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect  stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse  fill='%23fcfcfc' href='%23s' y='2'/%3E%3Cuse  fill='%23fcfcfc' href='%23s' x='1' y='2'/%3E%3Cuse  fill='%23fafafa' href='%23s' x='2' y='2'/%3E%3Cuse  fill='%23fafafa' href='%23s'/%3E%3Cuse  fill='%23f7f7f7' href='%23s' x='2'/%3E%3Cuse  fill='%23f7f7f7' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg  fill='%23f5f5f5'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg  fill='%23f5f5f5'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg  fill='%23f2f2f2'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg  fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg  fill='%23efefef'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg  fill='%23ffad00'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg  fill='%23ffad00'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg  fill='%23ffad00'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.03;
    z-index: -1;
    }

    .hero h1 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #ffad00;
      font-weight: 700;
    }

    .hero p {
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto 30px;
      line-height: 1.6;
    }

    .hero .hero-cta {
      font-size: 22px;
      padding: 15px 50px;
      background-color: #ffad00;
      color: #040052;
      border: none;
      border-radius: 30px;
      font-weight: 400;
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
      display: inline-flex;
      gap: 10px;
      margin-inline: auto;
    }
    .hero .hero-cta svg {
    width: 14px;
    transition: 0.3s;
    }
    .hero .hero-cta:hover svg {
    transform: translateX(0.25rem);
}

    .hero .hero-cta:hover {
      background-color: white;
      color: #040052;
    }

    .expertise {
  text-align: center;
  width: 100%;
    }

    .expertise-container {
      max-width: 1100px;
      margin: 0 auto;
    }

 

    .expertise ul {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
    }

    .expertise li {

      padding: 15px 20px;
      text-align: left;
      font-weight: 500;
      transition: all 0.3s ease;
      box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
      color: #1a1a5e;      
      border-radius: 4px;
          background: #fcfcfc;
    border: 1px solid #f3f1f1;
        border-left: 5px solid #ffad00;
    }

    .expertise li:hover {
      transform: translateY(-4px);
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    }

    .services {
      width: 100%;
    }

    .services-container {
      display: grid;
      gap: 40px;
    }

    .service-card {
      transition: all 0.3s ease;
      padding: 30px;
      box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
      color: #1a1a5e;      
      border-radius: 4px;
      background: #fcfcfc;
    border: 1px solid #f3f1f1;
    border-left: 5px solid #ffad00;
    }

    .fullWidth .service-card {
      transition: all 0.3s ease;
      padding: 0;
      box-shadow: none;
      color: #1a1a5e;      
      border-radius: 0;
      background: transparent;
    border: 0;
    border-left:0;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-card h2 {
    }

    .service-card p {
      margin-bottom: 20px;
    }

    .why-us {
      list-style: none;
      padding-left: 0;
      margin-bottom: 20px;
    }
    .why-us li span{display: block; font-weight: 700; font-size:110%; }

    .why-us li {
      margin-bottom: 15px;
      font-weight: 400;
      position: relative;
      padding-left: 55px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
    }
    .why-us li img{
      position: absolute;
      left: 0;
      top: 0;
      max-width: 35px;
      max-height: 35px;

    }




    .why-us1 {
      list-style: none;
      padding-left: 0;
      margin-bottom: 20px;
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .why-us1 li span{display: block; font-weight: 700; font-size:110%; }

    .why-us1 li {
      font-weight: 400;
      position: relative;
      background: #00008A;
    background: linear-gradient(90deg,rgba(0, 0, 138, 1) 0%, rgba(0, 0, 102, 1) 100%);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 120px;
    text-align: center;
    }
  .why-us1 li figure.servicesListImg {
    transition: background-color 300ms linear;
    margin: 0;
    width: auto;
    text-align: left;
    background: rgb(35 55 131 / 10%);
    border-radius: 50%;
    display: inline-block;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s ease 0s;
    margin-bottom: 20px;
}
 .why-us1 li figure.servicesListImg svg,
  .why-us1 li figure.servicesListImg img {
    margin: 0;
    width: 42px;
    height: 42px;
}


    @media (max-width:1024px){
      .why-us1 {grid-template-columns: repeat(2, minmax(0, 1fr));}
    }

    @media (max-width:500px){
      .why-us1 {grid-template-columns: repeat(1, minmax(0, 1fr));}
    }

    .service-card .cta-button {
    }

    .service-card .cta-button:hover {
      background-color: #ffad00;
    }

    @media (min-width: 768px) {
      .services-container {
        grid-template-columns: 1fr 1fr;
      }
      .services-container.fullWidth {
        grid-template-columns:auto;
      }
    }

    .agency-support {
      width: 100%;
    }

    .agency-container {
      max-width: 900px;
      margin: 0 auto;
      color: #040052;
    }




    .agency-support h3 {
      font-size: 1.3rem;
      margin: 30px 0 20px;
      color: #ffad00;
    }

    .benefits-list {
      list-style: none;
      padding-left: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:30px;
    }


    .benefits-list li:not(:last-child) {
        background: #fff;
        display: flex;
        align-items: center;
        padding-left: 120px;
        flex-direction: row;
        gap: 20px;
        border-radius: 5px;
        border: 1px solid #0f0f8c;
        position: relative;
    }
    .benefits-list-img{position: absolute; left: 0; top: 0;  max-width: 120px; background: #0f0f8c; height: 100%; display: flex; align-items: center; justify-content: center;}
    .benefits-list-img img{max-width: 60%; max-width: 60%;}

    .benefits-list-txt{
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      padding: 40px 30px;
    }
    .benefit-title {
      font-weight: bold;
      color: #0f0f8c;
      font-size: 20px;
    }

    .benefit-desc {
      width: 100%;
      display: block;
    }
        .summary {
      margin-top: 30px;
      font-weight: 500;
    }
    @media (max-width: 991px) {
      .benefits-list br{display: none;}
    }
    @media (max-width: 767px) {
      .benefits-list {grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 20px}
      .benefits-list-txt{padding:15px 20px}
      .benefits-list-txt br{display: none;}
      .benefits-list-img{max-width: 80px}
      .benefits-list li:not(:last-child){padding-left: 80px;}
      .benefits-list li:last-child{padding:0 30px;}
      .summary{margin: 0}
    }


    .site-footer {
      background-color: #1a1a66;
      color: white;
      padding: 60px 20px 30px;
      font-size: 0.95rem;
    }

    .footer-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 40px;
    }

    .footer-col h3, .footer-col h4 {
      color: #ffad00;
      margin-bottom: 15px;
    }
    .footer-col h3 img{
      width: 120px;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
    }

    .footer-col ul li {
      margin-bottom: 10px;
    }

    .footer-col ul li a {
      color: white;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-col ul li a:hover {
      color: #ffad00;
    }
    .footer-col ul li a svg{
          width: 13px;
    height: auto;
    vertical-align: middle;
    margin-right: 4px;
    }

    .social-icons a {
      font-size: 1.4rem;
      margin-right: 10px;
      color: white;
      text-decoration: none;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #ffad00;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 15px;
      font-size: 0.85rem;
      color: #ccc;
    }

    @media (max-width: 600px) {
      .footer-container {
        text-align: center;
      }

      .social-icons {
        justify-content: center;
      }
    }

     .highlight-box {
          width: 100%;
        }

        .features {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
        }
        .feature {
          width: calc(50% - 10px);
          margin: 10px 0;
          padding: 30px;
          border-radius: 8px;
          font-weight: 400;
          color: #1a1a5e;
          box-shadow: 0 2px 6px rgba(0,0,0,0.05);
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          line-height: 1;
          border-left: 8px solid #ffad00;
          background: #fcfcfc;
    border: 1px solid #f3f1f1;
    border-left: 5px solid #ffad00;
        }
        .feature span{
          font-size: 250%;
          font-weight: 700;
        }
        .note {
          text-align: center;
          margin-top: 25px;
          font-weight: 500;
        }
        @media (max-width: 600px) {
          .feature {
            width: 100%;
          }
        }


        .intro {
          margin-bottom: 30px;
          text-align: center;
        }

        .challenges {
          list-style: none;
          padding-left: 0;
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
        }
        .challenges li {
          padding: 15px;
          font-weight: bold;
          width: calc(50% - 10px);
          border-left: 5px solid #ffad00;
          box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
          
          border-radius: 4px;
          background: #fcfcfc;
        border: 1px solid #f3f1f1;
        border-left: 5px solid #ffad00;
        }
        .challenges li span {
          display: block;
          font-weight: normal;
          margin-top: 5px;
          font-size: 0.95em;
        }
@media (max-width: 767px) {
  .challenges li {
    width: 100%;
  }
  .footer-col.footer-links,
  .footer-col.logo-col{display: none;}
}

      .timeline {
          position: relative;
          margin-left: 20px;
          padding-left: 20px;
        }

        .timeline::before {
          content: '';
          position: absolute;
          left: 15px;
          top: 0;
          bottom: 0;
          width: 4px;
          background: #ffad00;
        }

        .step {
          position: relative;
          margin-bottom: 40px;
          padding-left: 25px;
        }

        .step::before {
          content: '✔';
          position: absolute;
          left: -20px;
          top: 0;
          background: #ffad00;
          color: #1a1a5e;
          font-weight: bold;
          border-radius: 50%;
          width: 34px;
          height: 34px;
          text-align: center;
          font-size: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        @media (max-width: 600px) {
          .step::before {left: -40px;}
        }

        .step-title {
          font-weight: bold;
          color: #ffad00;
          margin-bottom: 5px;
        }

        .step-desc {
          line-height: 1.6;
        }

        .process-heading .process-step-container .process-step{align-items: center;}
        .process-heading .step-title {
            font-weight: bold;
            color: #1a1a5e;
            margin-bottom:0;
        }

        @media (max-width: 600px) {
          .timeline::before {
            left: -5px;
          }
          .step {
            padding-left: 35px;
          }
        }

        .result-grid {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 30px;
        }
        @media (max-width: 767px) {
           .result-grid {
             gap: 10px;
          }
        }

        .result-item {
          border-radius: 12px;
          padding: 30px 20px;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          font-weight: bold;
          font-size: 1.1em;
          box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
          border-radius: 4px;
              background: #fcfcfc;
        text-align: center;
        }

        .result-item:hover {
          transform: translateY(-5px);
          box-shadow: 0 6px 16px rgba(0,0,0,0.2);
        }

        .result-icon {
          font-size: 2em;
          margin-bottom: 15px;
          color: #ffad00;
        }
         .result-icon img{height: 60px}

         .success-section {
          text-align: center;
        }



        .success-story {
          max-width: 1000px;
          margin: 0 auto;
          padding: 30px;
          border-radius: 12px;
          box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
          text-align: left;
              background: #fcfcfc;
    border: 1px solid #f3f1f1;
        border-left: 5px solid #ffad00;
        }

        .success-story h3 {
          margin-top: 0;
          color: #ffad00;
        }



        .metrics {
          margin-top: 30px;
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
        }

        .metric {
          flex: 1 1 200px;
          background-color: #29297d;
          margin: 10px;
          padding: 20px;
          border-radius: 10px;
          color: #ffffff;
          font-size: 18;
          font-weight: bold;
        }
         @media (max-width: 767px) {
           .metric {
            width: 100%;
            flex: 1 1 100%;
           }
         }

        .metric span {
          display: block;
          font-size: 14px;
          color: #ffad00;
          margin-top: 10px;
        }

        @media (max-width: 600px) {
          .metrics {
            flex-direction: column;
            align-items: center;
          }
        }

        .testimonials-section {
          width: 100%;
          margin: 0 auto;
          text-align: center;
        }



        .testimonials-section p.subtitle {
          
          margin-bottom: 40px;
        }

        .testimonial {             
          padding: 25px 20px;
          margin: 20px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 20px;
          box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
          border-radius: 4px;
          background: #fcfcfc;
    border: 1px solid #f3f1f1;
        border-left: 5px solid #ffad00;
        }

        .testimonial h3 {
          font-size: 1.2rem;
          margin: 0;
        }

        .testimonial p {
          margin: 0;
        }

        .testimonial-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        @media (max-width: 768px) {
          .testimonial {
            width: 90%;
          }
        }

        @media (min-width: 769px) {
          .testimonial {
            width: 30%;
          }
        }

         .blogs-section {
          width: 100%;
          margin: 0 auto;
        }

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


        .blogs-grid {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          flex-wrap: wrap;
          gap: 30px;
          justify-content: center;
        }

 @media (max-width: 767px) {
  .blogs-grid {grid-template-columns: repeat(1, minmax(0, 1fr));}
  .blogs-grid .blog-card:not(:first-child){display: none!important;}
 }
        .blog-card {
          overflow: hidden;
          transition: transform 0.3s ease;
          box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
          border-radius: 4px;
          background: #fcfcfc;
        }

        .blog-card:hover {
          transform: translateY(-5px);
        }

        .blog-image {
          width: 100%;
          height: 250px;
          object-fit: cover;
          overflow: hidden;
        }

        .blog-content {
          padding: 20px;
          padding-top: 30px;
        }
        .blog-content .cta-button:hover {
    background-color: #ffad00;
}

        .blog-title {
          font-size: 20px;
          margin: 0 0 20px;
        }

        .blog-snippet {
         line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.36px;
        }




        .faq-section {
          width: 100%;
        }


        .faq-item {
          margin-bottom: 15px;
        }

        .faq-question {
          font-weight: 600;
          padding: 15px;
          padding-right: 50px;
          cursor: pointer;
          position: relative;
          display: flex;
          box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
          border-radius: 4px;
          background: #fcfcfc;
    border: 1px solid #f3f1f1;
        border-left: 5px solid #ffad00;
        }

        .faq-question::after {
          content: '+';
          position: absolute;
          right: 20px;
          font-size: 1.5rem;
          transition: transform 0.3s;
        }

        .faq-answer {
          max-height: 0;
          overflow: hidden;
          background-color: #fff8ea;
          padding: 0 15px;
          transition: max-height 0.4s ease;
        }

        input[type="checkbox"] {
          display: none;
        }

        input[type="checkbox"]:checked ~ .faq-answer {
          max-height: 200px;
          padding: 15px;
        }

        input[type="checkbox"]:checked ~ .faq-question::after {
          content: '−';
        }

    .process-section {
          width: 100%;
        }


        .process-step {
          display: flex;
          align-items: flex-start;
          margin-bottom: 30px;
          gap: 20px;
        }

        .step-number {
          flex-shrink: 0;
          background-color: #ffad00;
          color: #040052;
          font-size: 1.2rem;
          font-weight: bold;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          text-align: center;
          line-height: 40px;
        }

        .step-content {
          flex-grow: 1;
        }


        .step-description {
          font-size: 1rem;
          line-height: 1.6;
        }

        @media (max-width: 768px) {
          .process-step {
            flex-direction: column;
            align-items: flex-start;
          }

          .step-number {
            margin-bottom: 10px;
          }
        }


        .banneerAnimation {
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow: hidden;
    pointer-events: none;
    height: 100%;
    will-change: transform;
    background: url(../images/line-animation.svg) no-repeat 0 50%;
    background-size: 100% auto;}


    .testimonialsBlock{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px;}
        @media (max-width:767px){
           .testimonialsBlock{grid-template-columns: repeat(1, minmax(0, 1fr));}
        }

    .chooseBlock{background:#fff;padding:80px 54px 54px;position:relative;height:100%; display: flex; flex-direction: column; justify-content: space-between;}
    .chooseBlock:before{content:"";width:24px;height:55px;position:absolute;background:#ffad00;top:0px;left:54px}
    .chooseBlock h3 {margin: 0;}
    .chooseBlock h3 span{display: block; font-size: 80%; font-weight: 400; color: #ffad00;}
    @media only screen and (min-width:1199px){
      .chooseBlock h3{font-size:20px}
    }
    .chooseBlock p{line-height:32px;font-size:14px;letter-spacing:0.36px}
    @media (max-width:1199px){
      .chooseBlock{padding:40px 28px 28px 28px}
      .chooseBlock:before{left:28px;height:35px;width:20px}
    }
    @media (max-width:575px){
      .chooseBlock{padding:30px 24px}
    }

.counter-info{background-color: #0e0e4c; border-radius: 500px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 60px 0; padding: 50px 30px;}
.counter-info .counter-txt {background: transparent; text-align: center;  border-left:1px solid rgba(255, 255, 255, 0.2); padding-inline: 30px}
.counter-info .counter-txt:nth-child(4n+1){border: 0}
.counter-info .counter-txt .number {color: #fff; font-size: 43px; line-height: normal; font-weight: 700;}
.counter-info .counter-txt h4 {font-size: 14px; text-transform: uppercase; margin: 5px 0 0px; font-weight: normal; color: #FFC01D; letter-spacing: 0.84px; }
@media (max-width:991px){
  .counter-info {grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 10px; padding: 20px;    gap: 30px 0;}
  .counter-info .counter-txt:nth-child(2n+1) {border: 0;}
  .counter-info .counter-txt{padding-inline: 10px}
  .counter-info .counter-txt .number{font-size: 35px}
  .counter-info .counter-txt h4{font-size: 12px}
}


.ourExpertiseRow{
  display: flex;
  overflow: hidden;
  gap: 15px;
}
.ourExpertiseRow > div{
  min-width: 1300px;
}
.ourExpertiseRow .owl-stage,
.ourExpertiseRow1 .owl-stage{display: flex;}
.o_grid_mode {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    display: grid !important;
    grid-auto-rows: 50px;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 0px;
    column-gap: 0px;
}

.o_grid_mode > div {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
}
.o_grid_mode p{font-weight: 400;}
.o_grid_mode > div a{color: inherit;}
.o_cc2 {
    background-color: #ffad00;
    color: #0e0e4c !important;
}
.o_grid_mode .o_grid_item{display: flex; flex-direction: column; justify-content: space-between; position: relative;}
.o_grid_mode .o_grid_item svg,
.o_grid_mode .o_grid_item img{max-width: 70px; max-height:50px; opacity: 0.4; height: auto; position: absolute; right: 10px; top: 10px}
@media (max-width:767px){
     .o_grid_mode{display: flex !important; gap: 10px !important;}
     .o_grid_mode > div{padding: 15px 20px;}
     .o_grid_mode h3{margin-bottom: 5px;}
     .o_grid_mode .o_grid_item {grid-area:initial!important;}
     .o_grid_mode .o_grid_item br{display: none;}
     .o_grid_mode .o_grid_item svg,
    .o_grid_mode .o_grid_item img{max-width: 40px; max-height:40px;}
    .o_grid_mode > div:nth-child(4) {order: 1;}
}







#contactForm input, #contactForm textarea {
  width: 100%;
  padding: 10px;
  margin: 0 0 4px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#contactForm button {
  cursor: pointer;
  border: 0;
}


#contactForm #formMessage {
  margin-top: 15px;
  text-align: center;
  color: green;
}




.achieveSuccess1{ width: 100%; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; text-align: center;}
.achieveSuccess1 li{width: calc(25% - 20px); position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; background: #fff; padding: 10px 20px; border-radius: 10px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);}
.achieveSuccess1 li p{width: 100%; font-weight: 500; color: #233783; margin: 0; padding: 0; font-size: 14px;}
.achieveSuccess1 li img{width: 50px}
.achieveSuccess1 li:before{content: ""; position: absolute; color: inherit; left: 15px; background: url(../images/icons/arrrow.svg) no-repeat 0 0; background-size:100% auto; width: 20px; height: 10px;}

    @media (max-width:1024px){
      .achieveSuccess1 li{width: calc(50% - 20px); }
    }

    @media (max-width:500px){
      .achieveSuccess1 li{width: 100%; }
    }

.process-step-container{display: grid; column-gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr));}
  @media (max-width: 767px) {
    .process-step-container{grid-template-columns: repeat(1, minmax(0, 1fr));}
  }
.process-step-container .process-step{padding: 20px; border-block: 1px solid #ccc; margin: -1px 0 0 0}

.tool-expertise-list{ display: grid; gap: 10px; grid-template-columns: repeat(5, minmax(0, 1fr));}
.tool-expertise-list li{background: #fff; padding: 20px; border-radius: 50px; text-align: center; font-weight: 700; box-shadow: 0 0 3px rgb(0 0 0 / 25%);} 
@media (max-width: 1199px) {
  .tool-expertise-list{ grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media (max-width: 991px) {
  .tool-expertise-list{ grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width: 400px) {
  .tool-expertise-list{ grid-template-columns: repeat(1, minmax(0, 1fr));}
}

.caltoacion{  background: #ffad00 !important;}
.caltoacion h2 span:after{background: rgb(255, 255, 255, 0.5);}
.caltoacion .cta-button{ background: #fff; border: 1px solid #fff;}

.OurExpertiseLists{display: flex; overflow: hidden; /*grid-template-columns: repeat(5, minmax(0, 1fr));*/ gap: 20px; margin-top: 20px}
.OurExpertiseLists > li{width: 250px; min-width: 250px;  }
.OurExpertiseLists li{ display: flex; gap: 20px; align-items: center; justify-content: flex-start; text-align: left;  padding:10px 20px; min-height: 80px; background: #0f0f8c; border-radius: 10px;  position: relative;}
.OurExpertiseLists img,
.OurExpertiseLists svg{width: 40px; height: auto; fill: #fff}
.OurExpertiseLists li h3{ color: #fff; bottom: 30px; margin: 0; padding: 0; font-size: 18px; font-weight: 500; text-align: left;}
/*@media (max-width: 1199px) {
    .OurExpertiseLists{grid-template-columns: repeat(4, minmax(0, 1fr));}
}
@media (max-width: 1024px) {
    .OurExpertiseLists{grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media (max-width: 767px) {
    .OurExpertiseLists{gap: 10px}
    .OurExpertiseLists li{padding: 25px; padding-bottom: 50px}
    .OurExpertiseLists li h3{bottom: 20px; font-size: 14px}
}
@media (max-width: 400px) {
    .OurExpertiseLists{grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px}
    .OurExpertiseLists li{padding: 35px; padding-bottom: 50px}
}*/


.hrLine{margin-top: 50px; border-color: #f9f9f9; opacity: 0.2}


ul.greencircle-pr-page {margin-top: 70px; position: relative; display: flex; flex-wrap: wrap; justify-content: center;  gap: 10px;}
/*ul.greencircle-pr-page:before {position: absolute; content: ""; border-left: 8px solid #233783; height: 91%; top: 10px; border-radius: 10px; }*/
ul.greencircle-pr-page li {  width: calc(33.33% - 10px); background: #fff; display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start; justify-content: center; text-align: center;
    padding: 20px; min-height: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
    text-align: left;
    background: #fcfcfc;
    border: 1px solid #f3f1f1;
    border-left: 5px solid #ffad00;
}
ul.greencircle-pr-page li .list-content {width: 100% !important; display:flex; flex-wrap:wrap; gap:10px; justify-content:center; text-align:center; }
.step-count {width: 140px; min-height: 70px; position: relative; background-size: 100%; height: inherit; max-height: 100%; }
.step-count:before {position: absolute; content: ""; background: #ffad00; width: 50%; aspect-ratio: 1/1; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.inner-step {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #1a1a5e; font-size: 14px; line-height: 1; width: 50%; aspect-ratio: 1/1; z-index: 99; text-align: center; text-transform: uppercase; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; }
.inner-step img{max-width: 60%;}
.inner-step span {display: block; font-weight: 700; font-size: 200%; color: #1a1a5e; text-align: center; text-transform: uppercase; width: 100%; }
.list-content h5 {display: inline-block; padding: 0; font-size: 18px; font-weight: 700; color: #233783; margin: 0; line-height: 1.2; }
.list-content h6 {display: table; padding: 5px 2px; font-weight: 400; color:#233783; border-top: 1px solid #233783;border-bottom: 1px solid #233783; margin: -10px 0 20px 0; line-height: 1.2; }
ul.greencircle-pr-page.noText li .list-content{display: flex; align-items: center;}
ul.greencircle-pr-page.noText li .list-content h5 { margin-bottom:12px; }
.list-content p {margin-bottom: 0; margin-left: 0 !important; padding: 0; font-size: 16px; display:flex; flex-wrap: wrap; gap:10px;}
.list-content p + h6{margin-top: 25px}
ul.greencircle-pr-page.stepWithBg li:nth-child(2n+1){background-color: #e9eeff; padding:60px 0; }


@media (max-width: 767px) {
  ul.greencircle-pr-page li {  width: 100%;} 
}

.step-wrapper{width: 100%; position: relative;  display: flex; min-height: 180px;    padding-inline: 100px;}
.step-wrapper:before{content: ""; position: absolute; width: calc(100% - 200px); height: 100%; left: 100px; background: url(../images/line-process.svg) no-repeat center center; background-size: 100%; }
.step-wrapper li{width: calc(20% + 40px); position: relative; text-align: center; padding-inline: 10px}
.step-wrapper li .step-count-new{position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); background: #ffad00; color: #0f0f8c; border-radius: 50%; font-weight: 700; font-size: 22px; text-align: center; width: 50px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center;}
.step-wrapper li .list-content-new{width: 100%; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 0}
.step-wrapper li h5{font-size: 16px; width: 100%; margin: 0; padding: 0}
.step-wrapper li p{font-size: 14px; line-height: 1.3}

.step-wrapper li:first-child{margin-left: -100px}
.step-wrapper li:last-child{margin-right: -100px}
.step-wrapper li:nth-child(2n+1) .step-count-new{top: 0; bottom: auto;}
.step-wrapper li:nth-child(2n+1) .list-content-new{margin-top: 30%}
@media (max-width: 767px) {
  .step-wrapper:before{display: none;}
 .step-wrapper{flex-wrap: wrap; padding-inline: 0; gap: 30px;}
 .step-wrapper li{width: 100%; }
 .step-wrapper li .step-count-new{position: static; margin: auto;transform: translateX(0) !important;} 
 .step-wrapper li:first-child{margin-left: 0}
.step-wrapper li:last-child{margin-right: 0}
.step-wrapper li .list-content-new{margin: 20px 0 0 0!important;     }

.popup{max-width: 90%}
}

@-webkit-keyframes scroll {
    0% {-webkit-transform: translateX(0); transform: translateX(0); }
    100% {-webkit-transform: translateX(calc(-250px * 10)); transform: translateX(calc(-250px * 10)); }
    }
    @keyframes scroll {
    0% {-webkit-transform: translateX(0); transform: translateX(0); }
    100% {-webkit-transform: translateX(calc(-250px * 10)); transform: translateX(calc(-250px * 10)); }
}
.toolsTechnologiesMain{overflow: hidden; width: 100%;}
.toolsTechnologiesMain .toolsTechnologies {-webkit-animation: scroll 60s linear infinite; animation: scroll 60s linear infinite; display: flex; width: calc(250px * 20); }


@-webkit-keyframes scroll-right {
  0% {-webkit-transform: translateX(calc(-250px * 10)); transform: translateX(calc(-250px * 10)); }
  100% {-webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes scroll-right {
  0% {-webkit-transform: translateX(calc(-250px * 10)); transform: translateX(calc(-250px * 10)); }
  100% {-webkit-transform: translateX(0); transform: translateX(0); }
}

.toolsTechnologiesMain .toolsTechnologies-right {-webkit-animation: scroll-right 60s linear infinite; animation: scroll-right 60s linear infinite; display: flex; width: calc(250px * 20); }
