/* .header .header-container{
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #000;
} */

:root {
    --speed: 28s;
    --speed-reverse: 22s;
  }

.hero{    
    background-image: url(../../assets/img/clicx-lpbg.jpg);
    background-size: cover;
    min-height: 60rem;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #F1F5FF;
}
.hero .hero-content h1{
    color: #191E24;
    font-size: 4.42857rem;
    font-style: normal;
    font-weight: 700;
}

.hero .hero-content h1 .accent-text{
    display: block;
}

.hero-content p {
    color: #fff;
    font-size: 1.28rem;
    font-weight: 300;
    line-height: normal;
    max-width: 85%;
}

.btngetstarted{
    margin-left: 2rem;
}

.keycount {
    background-image: url(../img/keycount-bg.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.keycount-wrapper {
    display: flex;
    justify-content: center;
}


.keycount-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.keycount-vhr {
    width: 1px;
    height: 100%;
    background: #fff;
    min-height: 7rem;
    margin: auto;
    text-align: center;
}


.keycount-item p{
    margin-bottom: 0px;
    white-space: nowrap;
    color: #CCC;
    font-size: 1.28rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.keycount-item h3{    
    color: #FFF;
    font-size: 2.43rem;
    font-weight: 500;
    line-height: 1.29;
}


.about .image-wrapper .small-image{
    position: absolute;
        bottom: -11%;
    right: -5%;
    width: 68%;
}

.about {
    background-color: #E6F3FD;  
    background-image: url(../img/aboutsec-bg.jpg);  

}

.section-padding{
padding: 7.14rem 0px;
}

.section-heading{
    color: #222;
    font-size: 3rem !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 129.167% !important;
    margin-bottom: 2.5rem !important;
}
.section-txt{
        color: #333 !important;
    font-size: 1.07rem;
    font-weight: 400;
    line-height: normal;
        max-width: 90%;
}

.section-heading span{ 
    color: #367DF9;;
}

.feature-content h3 {
    color: #191E24;
    font-size: 1.14rem;
    font-weight: 700;
}

.feature-icon {
    width: 6rem;
    height: 6rem;
    aspect-ratio: 1 / 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* .about .about-title span{
    display: block;
} */


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:focus{
  border-color: none;
  box-shadow: none;
}

.accordion_item_tray {
    background-color: #fff;
    border: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.accordion-item:first-of-type .accordion-button{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0.85714rem 0.85714rem 0 0;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0B4387;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 0.85714rem 0.85714rem 0 0;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background: #edf1fc;
    margin-bottom: 1rem;
    border-radius: 0.85714rem 0.85714rem 0 0;
}

.accordion-body-text{
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
}

.accordion-body-heading{
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-decoration: underline;
}

.accordion-body-list li{
 color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
}

.accordion_buttonwrapp{
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-button-icon{
  max-width: 1.43rem;
  max-height: 1.43rem;
  margin-right: 15px;
  margin-top: -10px;
}

.accordion-button-icon img{
  max-width: 1.43rem;
  max-height: 1.43rem;
  object-fit: cover;
}

.accordion_buttonwrapp span{
  font-weight: 200;
  margin-left: 10px;
  font-size: 12px;
}

.faq .faq-description{
    color: #666;
    font-size: 17px;
}

.accordion-item:last-of-type{
    border-bottom: none;
}
.about .about-meta{
    line-height: 1.4;
}
.about-meta{
    color: #0B4387;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.about .about-meta::after {
    position: absolute;
    content: '';
    width: 3.21rem;
    height: 2px;
    background: #0B4387;
    bottom: -3px;
    left: 0;
}

.about-meta::after {
    position: absolute;
    content: '';
    width: 3.21rem;
    height: 2px;
    background: #0B4387;
    bottom: -3px;
    left: 0;
}

.features-2{
    background: #111111;
}


.features-2 .section-heading::after{
    display: none;
}

.features-2 .section-title{
    text-align: start;
}

.features-2 .section-heading{
    color: #fff !important;
}

.about-meta.expertxt::after {
    left: 50%;
    transform: translate(-34%, 0%);
    width: 4rem;
}

.features-2 .feature-item .feature-icon{
    background: linear-gradient(136deg, #6E9FFC 1.16%, #013BC1 100%);
    border-radius: 0.85714rem;
    width: 6.35rem;
    height: 6.35rem;
    padding: 10px;
}

.features-2 .feature-item .feature-content p {
    color: #838383;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.features-2 .feature-item {
    border-radius: 0.85714rem;
    background: #232323;
    padding: 2.5rem;
    height: 100%;
    min-height: 30rem;
    max-height: 30rem;
}

.w-90{
    max-width: 95%;
}
.techskill-sec{
    background-color: #000820;
    background-image: url(../img/corporate-branding-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.techskill-row {
    display: block;
    text-align: center;
}

.branding-heading {
    color: #FFF !important;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.branding-text {
    color: #FFF !important;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.43rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 70%;
    margin: auto;
}

.branding-btn {
    border-radius: 0.42857rem;
    border: 2px solid #FFF;
    background: #FFF;
    color: #367DF9;
    font-family: Poppins;
    font-size: 1.07rem;
    min-width: 13rem;
}

.branding-btn:hover {
    border-color: #FFF;
    background: linear-gradient(93deg, #013BC1 0%, #367DF9 100.92%);
    transition: all 0.3s ease;
    color: #FFF;
}


.techskill-name {
    border-radius: 0.42857rem;
    border: 1px solid #002855;
    background: #FFF;
    color: #002855;
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    padding: 0.75rem 1.5rem;
    text-align: center;
    max-width: 19rem;
}

.techskill-wrapp {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.techskill-name:hover,.techskill-name.active {
    border-color: #FFF;
    background: var(--new, linear-gradient(127deg, #007BC4 0%, #003B5E 99.81%));
    transition: all 0.3s ease;
    color: #FFF;
}

.key-strengths-wrapp {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.key-strengths-box {
    border-radius: 0.85714rem;
    background: #FFF;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 19%;
    flex: 0 0 19%;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
    
}

.key-strengths-name{
    color: #002855;
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 0.85rem;
}

.key-strengths-box:hover,.key-strengths-box.active{
    background: linear-gradient(133deg, #007BC4 0%, #0B4387 98.84%);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10);
    color: #fff;
}

.key-strengths-box:hover .key-strengths-name,.key-strengths-box.active .key-strengths-name{
    color: #fff;
}

.key-strengths-box:hover .key-strengths-boxicon svg path{
    fill: #fff;
}


.keystrengths-sec{
    background: #EDF1FC;
    background-image: url(../../assets/img/keystrengths-secbg.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.scrolled .header.fixed-top{
    /* background: rgba(255, 255, 255, 0.9); */
    padding-bottom: 0px;
}
.contact .info-box{
    padding: 3rem 2rem;
}
.contact .info-box h3{
    font-family: "Merriweather" !important;
    font-size: 2.43rem !important;
    font-style: normal;
    font-weight: 700;
}

.contact{
    background-image: url(../img/contact-leftsvg.svg), url(../img/contact-rightsvg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 55px left 220px, top 75px right 227px;
    padding-top: 11rem;
}

.contact-row {
    border-radius: 1.28571rem;
    background:linear-gradient(127deg, #007BC4 0%, #003B5E 99.81%);
}



.contact .info-box,.contact .contact-form{
    background-color: transparent;
    box-shadow: none;
}

.contact .info-item{
    margin-bottom: 0.5rem;
        align-items: center;
}

.php-email-form label{
    color: #909090;
font-size: 1rem;
font-style: normal;
font-weight: 400;
margin-bottom: 0.5rem;
}

.info-box .about-meta{
    color: #FFF;
}

.info-box .about-meta::after{
    background: #FFF;
}

.info-hr {
    width: 100%;
    height: 1px;
    background: #A7A7A7;
    margin: 1rem 0px;
}

.contact .info-item .icon-box{
    width: auto;
    height: auto;
    background: transparent;
    border-radius: none;

}

.contact .info-item:hover .icon-box{
    background-color: transparent;

}

.contact .contact-form .btn {
    color: var(--contrast-color);
    padding: 1rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: 0.3s;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: auto;
    border-radius: 0.42857rem;
    background: #007BC4;
}

.contact .info-box p{
    margin-bottom: 4rem;
}


.footer {
    background: #00112B;
    color: #FFF;
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
}

.footer .copyright p{
    color: #FFF;
    font-size: 1rem;
}


.footer .footer-links ul a {
    display: flex;
    align-items: center;
}

.footicon {
    width: 1.43rem;
    height: 1.43rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    margin-right: 10px;
    margin-top: -1px;
    line-height: 1;
}
.footer .footer-about .logo{
    margin-bottom: 20px;
    max-width: 6rem;
    height: auto;
}

.footer .footer-contact p {
    margin-bottom: 5px;
    color: #333;
    font-family: "Open Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 80%;
}



.marquee-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    animation: up 0.8s cubic-bezier(0.22,1,0.36,1) 0.4s forwards;
    padding: 3rem 0px;
  }
 
  .marquee-row {
    display: flex;
    overflow: hidden;
    border-top: 1px solid rgba(240,236,228,0.08);
    border-bottom: 1px solid rgba(240,236,228,0.08);
    padding: 0.6rem 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  }
 
  .marquee-row:nth-child(even) {
    background: rgba(240,236,228,0.025);
  }
 
  .track {
    display: flex;
    gap: 0;
    white-space: nowrap;
    will-change: transform;
    flex-shrink: 0;
  }
 
  .row-1 .track { animation: scroll-left var(--speed) linear infinite; }
  .row-2 .track { animation: scroll-right var(--speed-reverse) linear infinite; }
  .row-3 .track { animation: scroll-left calc(var(--speed) * 1.4) linear infinite; }
 
  .marquee-row:hover .track { animation-play-state: paused; }
 
  @keyframes scroll-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  @keyframes scroll-right {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
  }
 
  .item {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.8rem 1.89rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    user-select: none;
    border-radius: 0.85714rem;
    background: linear-gradient(92deg, #DBEFFE 0%, #BEE3FF 99.79%);
  }
 
  .row-1 .item {
    font-size: clamp(1.5rem, 5vw, 1.5rem);
    color: #222;
    -webkit-text-stroke: 1.5px rgba(240,236,228,0.55);
  }
  .row-1 .item.filled {
    color: #222;
    -webkit-text-stroke: 0;
  }
 
  .row-2 .item {
    font-size: clamp(1.5rem, 5vw, 1.5rem);
    color: #222;
  }
 
  .sep {
    display: inline-block;
    width: 16px; height: 5px;
    border-radius: 50%;
    background: rgba(240,236,228,0.22);
    flex-shrink: 0;
    vertical-align: middle;
  } 
 
 
  @keyframes up {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }


  .explore-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.explore-col-left {
    width: 100%;
    max-width: 40%;
    flex: 0 0 40%;
}


.explore-col-right h2{
    color: #222;
font-size: 3rem;
font-style: normal;
font-weight: 600;
line-height: 4.42857rem; /* 129.167% */
}

.explore-col-right h2 span {color: #367DF9;}   
.explore-col-right p{
        color: #333;
    font-size: 1.07rem;
    font-weight: 400;
    line-height: normal;
    max-width: 90%;
 }

 .btn.explore-btn {
    border-radius: 0.42857rem;
    background: linear-gradient(93deg, #013BC1 0%, #367DF9 100.92%);
    color: #FFF;
    font-size: 1.07rem;
    font-weight: 300;
    line-height: normal;
    min-width: 13rem;
    margin-top: 2rem;
    border: none;
}

.btn.explore-btn:hover {
    background: linear-gradient(180deg, #013BC1 0%, #367DF9 100.92%);
    transition: all 0.3s ease;
    color: #FFF;
    box-shadow: 3px 5px 7px rgba(50, 120, 245, 0.35);
}


.form-wrapper {
    border-radius: 1.42857rem;
    background: #222;
    padding: 2.5rem;
}

.form-control,.form-select{
    border-radius: 0.42857rem;
border: 1px solid #4E4E4E;
background: #363535;
    color: rgb(255 255 255 / 75%);
}

.form-control:focus, .form-select:focus{
    background: #363535;
    box-shadow: none;
    border-color: transparent;
    color: #fff;
}

input:focus-visible {
    outline: none;
    outline-offset: 0px;
}

::-webkit-input-placeholder {
  color: rgb(255 255 255 / 50%);
}
::-moz-placeholder {
  color: rgb(255 255 255 / 50%);
}
:-ms-input-placeholder {
  color: rgb(255 255 255 / 50%);
}
:-moz-placeholder {
  color: rgb(255 255 255 / 50%);
}


.btn.form-btn{
        border-radius: 0.42857rem;
    background: linear-gradient(93deg, #013BC1 0%, #367DF9 100.92%);
    width: 100%;
    color: #FFF !important;
    padding: 0.75rem 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.btn.form-btn i{
    margin-left: 0.5rem;
    line-height: 1;
        margin-top: 0.25rem;
}

.btn.form-btn:hover{
    background: linear-gradient(180deg, #013BC1 0%, #367DF9 100.92%);
    transition: all 0.3s ease;
    color: #FFF;
    box-shadow: 3px 5px 7px rgba(50, 120, 245, 0.35);
}
.form-select{
    color: rgb(255 255 255 / 50%);
}
.form-control::placeholder,.form-select::placeholder{ 
    color: rgb(255 255 255 / 50%);
    font-size: 0.85rem;
}

.form-title {
    color: #F4F4F4;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2rem;
}