@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-48: 48px;
    --fs-64: 64px;
    --fw-600: 600;
    --none: none;
    --black: #000000;
    --primary-green: #26B574;
    --primary-dark-green: #1D8857;
    --active-green: #1E915D;
    --green-light-hover: #DEF4EA;
    --light-green: #E9F8F1;
    --primary-light-color: #FDFEFF;
    --grey-light: #EAEAF4;
    --golden: #D4AF37;
    --white: #FFFFFF;
    --blue-light-hover: #DFE0EF;
    --dark-blue-hover: #1A1D58;
    --heading-color: #1D2B30;
    --blue-dark-active: #141642;
    --blue-normal: #2C3192;
    --green-light: #E9F8F1;
    --blue-light:#EAEAF4;
    --green-darker:#0D3F29;
    --dark-green-hover: #176D46;


}

* {
    margin: 0;
    padding: 0;
}

html {
    transition: 0.3s ease-in-out;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
}
header{
  position: sticky;
  top: 0;
  z-index: 999;
}
/* Top Header */
.top-bar {
    background: #21256E;
    color: var(--primary-light-color);
    font-size: var(--fs-16);
    font-weight: 700;
    padding: 6px 0;
}

.top-bar img {
    width: 17px;
    height: 17px;
}

a {
    text-decoration: var(--none);
    list-style: var(--none);
}

.top-bar a {
    color: var(--primary-light-color);
}
.navbar-expand-lg {
    background-color: var(--white);
        box-shadow: 0 0 2px 0 #0000001a;
}
.navbar-nav .nav-link {
    font-size: var(--fs-16);
    color: var(--black);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-green);
    text-decoration: underline;
    font-weight: var(--fw-600);
}

.navbarButton,
.primarybtn {
    border: 1px solid var(--primary-dark-green);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: var(--fw-600);
    font-size: var(--fs-14);
    color: var(--black);
}

.green-primarybtn {
    background-color: var(--active-green);
    color: var(--white);
}

/* Hero Section */
.grey-pill-badge {
    background-color: var(--grey-light);
    padding: 10px 25px;
    border-radius: 82px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.navbarButton:hover, .primarybtn:hover {
    background-color: var(--dark-green-hover);
    color: var(--white);
}
select.form-input-rounded{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 30px;
}
.form-group {
  position: relative; /* container for pseudo-element */
}

select.form-input-rounded {
  appearance: none;        /* hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  
}

/* Add Font Awesome icon */
select.form-group::after {
  content: "\f078";          /* fa-chevron-down unicode */
  font-family: "Font Awesome 6 Free"; /* specify FA font */
  font-weight: 900;           /* solid icon */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;       /* allows clicking select */
  font-size: 16px;
  color: #333;
}
.footer-links .nav-link:hover {
    color: var(--primary-dark-green);
}
.about-us-points p{
    background-color: var(--blue-light);
    border-radius: 6px;
    padding: 16px 19px;
    margin-bottom: 0;
}
.about-us-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hero-heading {
    font-size: var(--fs-64);
    font-weight: var(--fw-600);
    color: var(--black);
}

.hero-heading span {
    color: var(--golden);
}

.w-fit {
    width: fit-content;
}


.image-column-relative {
    position: relative;
}

.main-image {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}
.btn-close-white {
    filter: none;
}
/* Floating Card */
.trusted-box {
    position: absolute;
    top: 0;
    right: 20px;
    background: var(--blue-light-hover);
    padding: 19px 23px 14px 31px;
    border-radius: 20px;
    align-items: center;
    text-align: end;
    width: 170px;
    height: 149px;
    font-size: 16px;

}

.trusted-box h3 {
    font-weight: 700;
}

.small-text {
    font-weight: 700;
}

/* Users images */
.users {
    display: flex;
    justify-content: center;
}

.users img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin-left: -10px;
}

.stats-section {
    background: var(--dark-blue-hover);
    color: var(--white);
}

.stats-title {
    font-size: var(--fs-48);
    font-weight: 600;
}

.stat-box h2 {
    font-size: var(--fs-64);
    margin-bottom: 5px;
    color: var(--primary-light-color);
}

.stat-box p {
    font-size: 14px;
}

.main-heading {
    font-size: var(--fs-48);
    font-weight: var(--fw-600);
}

.main-heading span {
    color: var(--golden);
}

.w-962 {
    max-width: 962px;
}

.w-528 {
    max-width: 528px;
}

.services-card {
    box-shadow: 0 0 4px 0 #00000026;
    border-radius: 32px;
    padding: 21px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    height: 100%;
}

.services-card:hover {
    background-color: var(--light-green);
    box-shadow: none;
}

.service-icon {
    background-color: var(--green-light-hover);
    padding: 16px;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;

}

.services-card h6 {
    font-weight: var(--fw-600);
    color: var(--heading-color);
    font-size: 22px;
}

.services-card p {
    color: var(--heading-color);
    font-size: 16px;
}

.grey-section {
    background: #FAFAFA;
}

.industry-card {
    background: var(--white);
    padding: 21px;
    border-radius: 32px;
    box-shadow: 0 0 4px 0 #00000026;
}

.industry-card img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 32px;
    margin-bottom: 15px;
}

.industry-card h4 {
    font-size: 22px;
    font-weight: var(--fw-600);
    margin-bottom: 8px;
    color: var(--black);
}

.industry-card p {
    font-size: 16px;
    color: var(--black);
}

.nav-btn {
    padding: 10px 12px;
    border-radius: 50%;
    border: none;
    margin-left: 10px;
    font-size: 20px;
    box-shadow: 0 0 4px 0 #00000040;
    background-color: var(--white);
    color: var(--black);
}
.nav-btn:hover {
    background-color: var(--blue-normal);
    color: var(--white);
}
.client-card {
    position: relative;
    border: 1.2px solid #EDEDED;
    box-shadow: 0 2.22px 3.77px 0 #31313106;
    border-radius: 32px;
    background-color: var(--white);
    
}
.client-card i {
    color: var(--golden);
}
.client-detail {
    border-top: 1.2px solid #EAEFF3;
    align-items: center;
    padding: 10px 20px 20px;
}
.client-comment {
    padding: 60px 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.client-card img {
    width: 43px !important;
    height: 43px;
}
.couts{
position:absolute;
top:-25px;     /* moves it half outside */
left:25px;    /* adjust horizontal position */
z-index:2;
background:var(--golden);
padding:6px;
border-radius:50%;
}
.couts img {
    padding: 10px;
}
.client-carousel .owl-stage-outer{
padding-top:25px;
}
.client-detail .name {
    color: #453232;
    font-weight: 700;
}
.client-card-carousel-btn {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 20px;
    padding-top: 40px;
}
span.blue-normal {
    color: var(--blue-normal) ;
}
.form-input-rounded {
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid #BEBFDD;
    width: 100%;
}
.contact-icon-card {
    border: 1px solid #EAEAF4;
    background-color: var(--primary-light-color);
    padding: 24px 32px;
    border-radius: 32px;
}
.contact-card-detail h6 {
    font-size: 22px;
    color: var(--black);
}
.contact-card-detail a{
    font-size: 16px;
    color: var(--black);
    font-weight: var(--fw-600);
}
.section-wrapper{
    position: relative;
}

.bg-shape
 {
    position: relative;
    width: 539px;
    height: 500px;
    background: var(--green-light);
    border-radius: 32px;
    left: 20px;
    top: 40px;
    z-index: 0;
}


.service-img{
    border-radius:32px;
    width:100%;
    height:auto;
    max-width: 426px;
}

.img-top{
        position: absolute;
    z-index: 2;
    top: -10px;
    right: 20px;
}

.img-bottom{
    position: absolute;
    z-index: 2;
    bottom: -75px;
    left: -20px;
}

.info-card{
    position:absolute;
    display:flex;
    align-items:center;
    gap:15px;
    background:#F5F5F4;
    padding:18px;
    border-radius:18px;
    border: 0.76px solid var(--primary-green);
    box-shadow:0 18px 38px #00000026;
    z-index: 3;
}

.info-icon{
    width:48px;
    height:48px;
    background:var(--primary-green);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:var(--white);
    font-size:20px;
}

.card-review{
    left:40px;
    top:90px;
}

.card-work{
    right:60px;
    bottom:-40px;
}

.review-number{
    font-weight:600;
    font-size:22px;
}

.review-text{
    font-size:16px;
    color:var(--black);
    font-weight: 400;
}
.light-blue-bg{
    background-color: #F5F8FB;
}

.industries-points p {
    color: var(--green-darker);
    background-color: var(--green-light);
}
.industries-last-bg {
    position: relative;
background-image: url("../images/industries-last-bg.jpg");
background-size: cover;
background-position: center;
padding: 120px 0;
color: var(--white);
}
.overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000B5; /* overlay color */
z-index: 1;
}
.industries-trust-img img {
    width: 100%;
    border-radius: 32px;
}
.industries-trust-box {
    border-radius: 32px;
    background-color: var(--dark-green-hover);
    height: 100%;
    color: var(--white);
    padding: 48px 19px;
        display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: end;
    align-items: end;
}
.industries-trust-box i {
    color: var(--golden);
}
.service-stats-last-bg {
    position: relative;
background-image: url("../images/service-stats.jpg");
background-size: cover;
background-position: center;
padding: 120px 0;
}
.stats-overlay {
    position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #26B5745E; /* overlay color */
z-index: 1;
}
.stats-service-card {
    background-color: var(--white);
    padding: 70px 96px;
    border-radius: 36px;
}
.stats-service-card .stat-box {
    background-color: var(--green-light);
    padding: 10px 17px;
    color: var(--black);
}
.stats-service-card .counter {
    color: var(--black);
}
.skilled-service-card {
    border-radius: 32px;
    box-shadow: 0 0 4px 0 #00000026;
    padding: 24px;
    height: 100%;
}
.skilled-service-card:hover {
    background-color: var(--green-light-hover);
}
.service-card-icon {
        padding: 10px 12px;
        height: fit-content;
    transform: rotate(323deg);
    background-color: var(--white);
    border: none;
    color: #515559;
    box-shadow: 0 0 2px 0 #2E31920A;
}
.skilled-service-card:hover .service-card-icon {
    background-color: var(--dark-green-hover);
    color: var(--white);
}
.skilled-service-card img {
    width: 100%;
    border-radius: 32px;
}
.service-right-banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    
}
.service-banner-1 ,.service-banner-2 ,.service-banner-3,.service-banner-4 {
    padding: 0 5px;
}
.service-banner-1 img {
    border-radius: 8px;
    border-top-left-radius: 32px;
}
.service-banner-2 img {
    border-radius: 8px;
    border-top-right-radius: 32px;
}
.service-banner-3 img {
    border-radius: 8px;
    border-bottom-left-radius: 32px;
}
.service-banner-4 img {
    border-radius: 8px;
    border-bottom-right-radius: 32px;
}
.contact-form-card {
    border: 1px solid var(--blue-light-hover);
    padding: 48px;
    border-radius: 36px;
}
.ticker-section{
overflow:hidden;
background:var(--blue-normal);
padding:20px 0;
}

.ticker-track{
display:flex;
gap:50px;
width:max-content;
animation: scrollTicker 25s linear infinite;
}

.ticker-item{
display:flex;
align-items:center;
gap:10px;
white-space:nowrap;
font-weight:600;
font-size: 18px;
color:var(--white);
}


@keyframes scrollTicker{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}
.green-text {
    color: var(--primary-dark-green);
}
.contact-skilled-card {
    background-color: var(--green-light);
    padding: 32px 15px 32px 28px;
    border-radius: 16px;
}
.contact-skilled-card h6 {
    font-size: 28px;
    font-weight: 600;
    color: var(--black);
}
.contact-skilled-card ul {
    list-style: none;
    padding-left: 0;
}
.contact-skilled-card ul li {
    font-size: 16px;
    color: var(--green-darker);
    font-weight: 500;
    display: flex;
    gap: 5px;
}
.contact-skilled-card ul li i{
    margin-top: 5px;
}
.contact-trust-box {
    background-color: var(--dark-green-hover);
    border-radius: 16px;
    padding: 32px 32px 0px 0;
    height: 100%;
    min-height: 450px;
}
.contact-trust-box p{
    font-size: 28px;
    font-weight: 500;
    color: var(--white);
}
.contact-trust-box i {
    color: var(--golden);
}
.core-service-icon-card {
    border-radius: 32px;
    box-shadow: 0 0 4px 0 #0000001C;
    text-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.core-service-icon-card:hover {
    background-color: var(--dark-green-hover);
    color: var(--white);
}
.core-service-icon-card img {
    background-color: var(--green-light);
    padding: 16px;
    border-radius: 6px;
    width: 60px;
}
.core-service-icon-card:hover img {
    background-color: var(--white);
}
.dark-green-card {
    background-color: var(--dark-green-hover);
    padding: 48px 43px 47px 54px;
    color: var(--white);
    border-radius: 32px;
}
.dark-green-card h6 ,.light-green-card h6 {
    font-size: 28px;
    font-weight: 600;
}
.light-green-card {
    background-color: var(--green-light);
    padding: 48px 43px 47px 54px;
    color: var(--black);
    border-radius: 32px;
    margin-top: 15px;
}
.about-blue-icon-card {
    border-left: 6px solid var(--blue-normal);
    background-color: var(--white);
    box-shadow: 0 0 4px 0 #00000030;
    padding: 11px 11px 11px 16px;
    border-radius: 6px;
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.about-img-top {
    position: absolute;
    z-index: 2;
    top: -40px;
    left: -5px;
    border-radius: 32px;
    width: 100%;
    height: 512px;
    max-width: 492px;
    object-fit: cover;
}
.about-img-bottom {
    position: absolute;
    z-index: 2;
    right: -5px;
    border-radius: 32px;
    width: 100%;
    height: 330px;
    max-width: 356px;
    
    bottom: -80px;
    object-fit: cover;
}
.about-card-review {
    left: -50px;
}
.video-wrapper{
position:relative;
width:100%;
height:auto;
}

.video-thumbnail{
width:100%;
display:block;
border-radius:10px;
}

.video-player{

width:100%;
height:100%;
object-fit:cover;
display:none;
border-radius:10px;
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:70px;
height:70px;
border-radius:50%;
border:none;
background:#fff;
font-size:26px;
cursor:pointer;
box-shadow:0 10px 25px rgba(0,0,0,0.3);
}
.industries-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer {
    background-color: var(--blue-dark-active);
    color: var(--white);
}

.footer-links {
    list-style: none;
    justify-content: space-between;
}
@media (max-width:1200px) {
    .bg-shape {
        width: 100%;
     }
     .hero-heading {
    font-size: 58px;
     }
     .stats-service-card {
        padding: 40px 26px;
     }
     .contact-form-card {
        padding: 38px;
     }
     .about-card-review {
    left: 0px;
}
}

@media (max-width:768px) {
    .hero-heading ,.stat-box h2 
 {
    font-size: 40px;
 }
 .stats-title ,.main-heading {
    font-size: 35px;
 }
 .bg-shape {
    width: 90%;
    max-width: 100%;
    height: 450px;
 }
 .service-img {
    max-width: 300px;
 }
 .img-bottom {
    left: 0;
 }
 
 
}
@media (max-width:550px) {
     .bg-shape {
        height: 350px;
     }
     .contact-form-card {
        padding: 18px;
     }
     .trusted-box { 
    right: 11px;
        padding: 14px 13px 14px 21px;
        width: auto;
        height: auto;
 }
 .about-img-bottom { 
    height: 200px;
    max-width: 256px;
        bottom: -125px;
 }
}