/********** Template CSS **********/
:root {
    --primary: #D4AF37;
    --light: #F5F5F5;
    --dark: #353535;
}

.form-f input{
    height: 50px;

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-radius: 10px;
} 


.nav-img{
  height: 50px; border-radius: 5px !important;
}

@media(max-width: 768px){
.nav-img{
  height: 30px; border-radius: 5px !important;
}

}

.form-f2 input{
    height: 50px;

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.form-f3 select{
    height: 50px;

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}


.form-f textarea{
    

    box-shadow: 0px 2px 4px -2px #1018280F;

box-shadow: 0px 4px 8px -2px #1018281A;
border-radius: 10px;
} 

.form-f input::placeholder{
    color: #6C767D;
} 

.form-f textarea::placeholder{
    color: #6C767D;
} 


.bg-primary{
    background: var(--primary) !important;
    color: #000000;
}
.text-primary{
    color: var(--primary) !important;
}
.fw-medium {
    font-weight: 500 !important;
}

.form-f input{
    height: 55px !important;
    border-radius: 10px;
} 

.form-f input::placeholder{
    color: #6C767D;
} 




.form-f2 input{
    height: 55px !important;
} 

.form-f2 select{
    height: 55px !important;
} 

.form-f2 input::placeholder{
    color: #6C767D;
} 



.form-f3 input{
    height: 55px !important;
} 

.form-f3 select{
    height: 55px !important;
} 

.form-f3 input::placeholder{
    color: #6C767D;
} 

@media(max-width: 760px){
.h-text{
color: #D0D5DD; font-weight: 300; font-style: normal; font-size: 14px !important; line-height: 20px; text-align: center;
}

}


body {
      font-family: 'Urbanist', sans-serif !important;
    }

.hero-font{
    font-weight: 600;
    font-size: 90px;
    line-height: 100px !important;
}
.hero-font-3{
    font-weight: 600;
    font-size: 75px;
    line-height: 100px !important;
}



.hero-font-2{
  margin-top: 190px !important;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px !important;
}

.h-image{
  height: 120vh;
}


.h-image-2{
  height: 60vh;
}



@media(max-width: 768px){
.hero-font,.hero-font-2{
    font-weight: 600;
    font-size: 60px;
    line-height: 70px !important;
}

/*.mar-t{
  margin-top: 200px;
}*/

.hero-font-3{
  
    font-weight: 600;
    font-size: 50px;
    line-height: 55px !important;
}

 .h-image{
  height: 100vh !important;
}

 .h-image-2{
  height: 90vh !important;
}
}
#offeringCarousel img {
   height: 600px; object-fit: cover; border-radius: 20px ;
  object-fit: contain;

 
}

@media(max-width: 760px){
    #offeringCarousel img { height: 500px !important;  width: 100% !important;object-fit: cover; }
}

.x-show{
    display: none;
}
@media(max-width: 760px){
.x-hide{
    display: none;
}
.x-show{
    display: block;
}
.display-51 {
   


}

.sml{
    font-size: 17.76px  !important;
}
.sml2{
    font-size: 20px !important;
    line-height: 100%;
}
}


.site-wrapper{
    width: 100%;
  /*  max-width: 1400px;*/ /* choose your width */
    margin: auto;
}


/*Partner Slider*/
.partners-swiper {
  width: 100%;
  overflow: hidden;
  
  
}

.partners-swiper .swiper-slide img {
  height: 130px;          /* adjust logo size */
  width: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
   filter: grayscale(100%);
}

.swiper-slide{
  margin-left: 20px !important; 
  background: #fff;
  /*padding: 9px;*/
  border-radius: 10px;
}

/*optimize mobile*/
@media (max-width: 767px) {
    .partners-swiper .swiper-slide img {
        width: 80px !important;
        height: 50px;
    }


    .swiper-slide {
        width: 90px !important;
    }


    .round-pill-1{
   width: 80% !important; 
}

 .round-pill-2{
   width: 90% !important; 
}

 .round-pill-3{
   width: 80% !important; 
}

}

.round-pill-1{
  background: #1A222EB8; width: 50%; border-radius: 100px;
}

.round-pill-2{
  background: #1A222EB8; width: 60%; border-radius: 100px;
}
.round-pill-3{
  background: #1A222EB8; width: 45%; border-radius: 100px;
}

.navbar .dropdown-item i {
  font-size: 20px;
  vertical-align: middle; 
}


.b-primary {
  position: relative;
  padding-left: 12px;
  display: inline-block;
}

.b-primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; /* adjust vertical alignment */
  width: 3px;
  height: 1em; /* height of one line */
  background-color: #F4830B;
}


.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.display-5{
    font-weight: 500px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* Make input, select, and textarea borders green when focused */
.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: #28a745 !important; /* Green */
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.btn-outline-primary{
    border-color: #222;
    color: #222;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    outline: none;
}
.active{
  color: var(--primary) !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}



.dropdown-menu a{
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active,
.dropdown-menu .active {
    background-color: transparent !important;
    color: inherit !important; /* keeps original text color */
}




.glass-bg {
  /*background: rgba(255, 255, 255, 0.2);*/
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  opacity: 0.8; /* makes entire box semi-transparent */
}


.glass-bg-2 {
  /* Dark frosted glass look */
  /*background: rgba(20, 20, 20, 0.35);*/ /* subtle dark tint behind blur */
/*  border-radius: 10px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0.9;
  transition: 0.3s ease;
           */
border-radius: 20px;
backdrop-filter: blur(10px);
box-shadow: 7px 5px 29.8px 0px #00000030 inset;
background: rgba(20, 20, 20, 0.2);

}


.glass-bg:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
}



@media (min-width: 992px) {
   /* .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }*/

    /*.navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }*/
}

.team-item img {
  width: 100%;            /* fills the parent column */
  height: 250px !important;          /* set a fixed height (adjust as needed) */
  object-fit: contain;      /* crops the image proportionally */
  border-radius: 10px;    /* optional, makes edges smooth */
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.bg-sec{
    background: #1F3D7E;
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url("../img/section-4.jpg") center center no-repeat;
    background-size: cover;
    background: linear-gradient(209.15deg, rgba(0, 0, 0, 0) 3.01%, rgba(0, 0, 0, 0.8) 36.09%);

}

.page-header2 {
  background: 
      linear-gradient(rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.5)), /* lighter overlay */
    url("../img/section-4.jpg") center  no-repeat; /* show bottom of image */
  background-size: cover;
  
  border-radius: 20px; 

}



.logo-text{
   
font-weight: 300;
font-style: italic;
font-size: 15px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;

}

.address{

font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;

}

.copy{
   
font-weight: 300;
font-style: regular;
font-size: 15px;
leading-trim: NONE;
line-height: 26.63px;
letter-spacing: 0%;

}

.admin-text{
color: #101828;
font-weight: 600;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;

}

@media(max-width: 760px){
.resize{
    margin-top: -100px;
}
.offer-header{

font-weight: 900;

font-size: 30px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
margin-bottom: 20px;
}
}



.blog-excert{
font-weight: 400 !important;
font-style: regular !important;
font-size: 11px !important;
leading-trim: NONE;
line-height: 18px !important;
letter-spacing: 0%;
color: #475467 !important;

}



.page-header3 {
  background: linear-gradient(98.32deg, rgba(0, 0, 0, 0) 9.31%, rgba(7, 26, 70, 0.7) 47.98%), /* lighter overlay */
    url("../img/section-4.jpg") center bottom no-repeat; /* show bottom of image */
  background-size: cover;

}


#blur-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

#blur-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.navbar {
  z-index: 1000;
}


.blue{
    color: #1F3D7E !important;
}


/* Default button icon state */
.explore-btn .btn-icon {
  width: 15px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* On hover - make grayscale */
.explore-btn:hover .btn-icon {
  filter: grayscale(100%);
  transform: scale(1.1); /* optional slight zoom for nice effect */
}


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }


}

.second{
    font-family: Urbanist;
font-weight: 500;
font-style: Medium;
font-size: 60px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #000000;
}

/* For Chrome, Edge, and Safari */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary) !important;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #F4830B; /* slightly darker on hover */
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) #f1f1f1;
}

.integrated{

font-weight: 500;
font-style: Medium;
font-size: 50px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.integrated-p{

font-weight: 350;
font-style: Medium;
font-size: 15px !important;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
text-align: center;

}

.btn-outline-primary-1{
    border-color: #D4AF37;
    border-radius: 5px;
    color: #D4AF37;

}

.img-des{
    height: 400px !important; width:100%; border-radius: 20px;object-fit: cover;
}

@media(max-width:768px){
.img-des{
    height: 350px !important; width: 100%; border-radius: 20px;object-fit: cover;
}
}

.btn-outline-primary-1:hover{
    background: #F4830B;
    color: white;
}

.ma{
    object-fit: cover; width: 500px; height: 600px; margin-top: 100px !important; border:1px solid grey; 
}

.navbar-toggler {
  border: none !important;     /* remove the border */
  box-shadow: none !important; /* remove blue outline when clicked */
  outline: none !important;
  font-size: 20px;
  color: black;
}


.navbar-toggler:focus {
  box-shadow: none !important;

}






.team-img {
  width: 100%;
  height: 400px !important;       /* adjust as needed */
  overflow: hidden;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}


.who{

font-weight: 300;
font-style: Light;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;

color: #6C767D;

}

.who-2{
    color: #101828;
font-weight: 600;
font-style: SemiBold;
font-size: 53.27px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-align: center;

}

.who-h4{

font-weight: 600;
font-style: SemiBold;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #101828

}

.who-h2{

font-weight: 700;
font-style: Bold;
font-size: 53.27px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;

}

.broder-custom{
   

opacity: 1;
border-radius: 22.19px;
border-width: 1.11px;
padding-top: 76.57px;
padding-right: 35.51px;
padding-bottom: 76.57px;
padding-left: 35.51px;
border:1px solid #D0D5DD;

}

.drive{

font-weight: 300;
font-style: Light;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;
color: #6C767D;
}

.drive-2{

font-weight: 600;
font-style: SemiBold;
font-size: 50px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;
color: #FFFFFF;

}

.drive-3{

font-weight: 300;
font-style: Light;
font-size: 20px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #FFFFFF;

}

@media(max-width: 760px){
    .ma{
    object-fit: cover; width: 100%; height: 100%; margin-top: 0px !important; border:1px solid grey; 
}

}
.contact{
    font-family: Open Sauce One;
font-weight: 300;
font-style: Light;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #6C767D;
}

.side-shift{
    margin-left: -50px !important;
}

@media(max-width: 760px){
.side-shift{
    margin-left: 0px;
}

}

.arrow-icon{
    width: 20px;
}

.arrow-icon-2{
    width: 20px;
      filter: brightness(0);
}

.btn-outline-primary-1:hover img{
    filter: brightness(0) invert(1);
}

.br-5{
    border-radius: 20px;
}

.br-3{
    border-radius: 10px;
}

.h-text{
    font-size: 25px;
}

.h-text-3{
    font-size: 18px;
}

.h-text-2{
    font-size: 16px  !important;
    color: #F8FAFC;
}
/*** Service ***/
.service-item img {
    transition: .5s;
}
.bg-white-1{
    background: white;
    border-radius: 15px;
}

@media(max-width: 760px){
.our-sub-3{
    margin-left: 0px !important;
}
.h-text-3{
    font-size: 12px !important;
}
}

.bg-white-2{
    background: white;
}


.row.g-4 {
  display: flex;
  flex-wrap: wrap;
}

.service-item {
  display: flex;
  height: 100%;
}

.value-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.capsule-blue{
    background: #35508B; border-radius: 20px; width: 200px !important;
}

.capsule-red{
   background: #FEF9F3; width: 230px; border-radius: 30px;
}
.our-sub {
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 120% !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  color: #16181FD4 !important;
}


.our-sub-2 {

font-weight: 300;

font-size: 18px;
color: #1A222E;
line-height: 35px;
letter-spacing: -2%;

}



.value-item {
  transition: all 0.3s ease; /* optional smooth effect */
}

.value-item:hover {
  background: #1F3D7E;
  color: white !important;
}

.value-item:hover h4 {
  color: white;
}


.value-item:hover p {
  color: white !important;
}

.our-core-2{
font-weight: 700;

font-size: 33px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #101828;

}

.text-ms{
  font-family: "Open Sauce One";
font-weight: 600;
font-style: italic;
font-size: 25px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #F4830B;
}

.f{
    font-size: 25px !important;
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
/*.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}*/

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.section-1{
    color: black;
    font-weight: 500;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #D0D5DD;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;

}

.head{
    font-size: 16px;
}

.align-center{
    width: 60%;font-size: 13px;
}

@media(max-width:760px){
   .align-center{
    width: 100%;font-size: 13px;
} 

.head{
    font-size: 18px;
}
}

.sml{
   font-size: 16px; 
     font-family: 'Open Sauce One';
     font-style: italic;
}

.sml4{
   font-size: 12px; 
     font-family: 'Open Sauce One';
     
     color: #1F3D7E;
}

.transform{

font-weight: 600;
font-style: semiBold;
font-size: 48px;
leading-trim: none;
line-height: 100%;
letter-spacing: -2%;
text-align: center;

}

.transform-text{

font-weight: 300;
font-style: light;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;
color: #D0D5DD;

}

.display-51 {

  font-weight: 900 !important;
  color: black;
  font-size: 40px !important;
  line-height: 1 !important;
  letter-spacing: -2px !important;
}

@media(max-width: 760px){
.display-51 {
  font-size: 35px !important;  
}
}

.offer-text{
   
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #D0D5DD;
}

.industry-text{

font-weight: 900;
font-size: 36px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;

}

.dull-grey{
    color: #D0D5DD;
   
          font-weight: 300;
          font-style: normal;
          font-size: 18px;
          line-height: 33.29px;
          letter-spacing: 0;
          text-align: center;
}

.dull-grey2{
          color: #D0D5DD;
          font-weight: 300;
          font-style: normal;
          font-size: 22.19px !important;
          line-height: 33.29px;
          letter-spacing: 0;
          text-align: center;
}



.explore-button {
  padding: 8px;
  border-radius: 10px;
  color: white;
  font-family: 'Open Sauce One';
  font-weight: 600; /* “SemiBold” corresponds to 600 */
  font-style: normal;
  font-size: 17.76px;
  line-height: 31.07px;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.explore-button:hover{
     color: white;
}

.des-1{
    font-family: Open Sauce One;
font-weight: 300;
font-style: Light;
font-size: 18px !important;
line-height: 120%;
letter-spacing: -2%;

}

.drives{
    font-size: 35px; font-weight: bold;color: black;
}

.impact{
    font-size: 35px;font-weight: bold 
}

@media(max-width: 760px){
.des-1{
    font-size: 20px !important;
}
.map{
    object-fit: cover;
    height: 400px;
}

.map-2{
    margin-top: -20px;
}

.drives{
    font-size: 45px; 
}

.impact{
    font-size: 45px;
}

.our-sub{
    color: #6C767D !important;
}

.h-text{
    font-size: 18px;
}

.capsule-red{
    width: 180px;
}

.industry-text{font-size: 42px;}

.from-energy{
color: #000000 ;
font-weight: 500 !important;
font-style: Regular;
font-size: 15px !important;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -2%;

}

}

.from-energy{
font-weight: 500 !important;
}

.our-core{

font-weight: 300;
font-style: Light;
font-size: 19px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #16181F;

}

.sml2{
   font-size: 15px; 
     
     
}

.sml3{
   font-size: 16px; 
     
     line-height: 27px;

}
.margin-adjust{
    margin-top: -30px; margin-left: -20px;
}

.float{
  animation: floatUpDown 4s ease-in-out infinite;
  transition: transform 0.3s ease;
}

/* Keyframes for smooth floating motion */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


@media(max-width: 760px){
.margin-adjust{
    margin-top: 20px; margin-left: -20px;
}

}

.sml4{
   font-size: 14px; 
     font-family: 'Open Sauce One', sans-serif;
}



.footer .btn.btn-link:hover {
    color: var(--primary);
    /*letter-spacing: 1px;*/
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    
    /*border-top: 1px solid rgba(256, 256, 256, .1);*/
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


 .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.05));
  z-index: 1;
  border-radius: 20px;

}



.carousel-caption-custom {
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 2;
  text-align: left;
}

.carousel-caption-custom h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.carousel-caption-custom p {
  font-size: 1rem;
  max-width: 500px;
  opacity: 0.9;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* Custom toggler wrapper */
.custom-toggler {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.custom-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Bars */
/* Hamburger default (white) */
.custom-bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 
    transform 0.35s ease,
    opacity 0.25s ease,
    background-color 0.3s ease;
}

/* When navbar is scrolled → make hamburger black */
#mainNavbar.scrolled .custom-bar {
  background-color: #000 !important;
}

/* OPEN STATE → Close (X) */
.custom-toggler:not(.collapsed) .bar-top {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler:not(.collapsed) .bar-middle {
  opacity: 0;
}

.custom-toggler:not(.collapsed) .bar-bottom {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* CLOSED STATE → Hamburger */
.custom-toggler.collapsed .bar-top,
.custom-toggler.collapsed .bar-bottom {
  transform: none;
}

.custom-toggler.collapsed .bar-middle {
  opacity: 1;
}


@media (min-width: 992px) {
  .custom-toggler {
    display: none;
  }
}


/* For login page specifically */
body.page #mainNavbar {
    background: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 70px;
}

body.page #mainNavbar .nav-link {
    color: #222 !important;
}

body.page #mainNavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

body.page #mainNavbar .navbar-toggler {
    border-color: rgba(0,0,0,0.5) !important;
}

/* Default transparent navbar */
#mainNavbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999; /* Make sure carousel never covers navbar */
    /*background: transparent;*/
    transition: background .3s ease, box-shadow .3s ease;
    backdrop-filter: blur(20px)
box-shadow: 0px 1px 0px 0px #FFFFFF26 inset;
box-shadow: 0px 4px 10px 0px #1A222E1A;


}
.box-shadow{
   box-shadow: 0px 1px 0px 0px #FFFFFF26 inset !important;
  box-shadow: 0px 4px 10px 0px #1A222E1A !important;
}
#mainNavbar {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  backdrop-filter: blur(20px);
  box-shadow: 0px 1px 0px 0px #FFFFFF26 inset;
  box-shadow: 0px 4px 10px 0px #1A222E1A;
  border-radius: 50px;
  width: calc(100% - 40px);
  max-width: 100%;
}


@media (max-width: 768px) {
  
}

/* navbar links white on hero */
#mainNavbar .nav-link {
    color: #ffffff !important;
}

/* When scrolled */
#mainNavbar.scrolled {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Change text color when scrolled */
#mainNavbar.scrolled .nav-link {
    color: #000 !important;
}

/* When navbar is scrolled → make hamburger black */
/*#mainNavbar.scrolled .custom-bar {
  background-color: #000 !important;
}
*/

/* Default: White toggler icon */
#mainNavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* When scrolled: Black toggler icon */
#mainNavbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Optional: change border color when scrolled */
#mainNavbar.scrolled .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5) !important;
}


/* Mobile: force white background when navbar is expanded */
@media (max-width: 991px) {
    #mainNavbar {
       /* background: #fff !important;*/
    }

    /* Mobile nav links should be dark */
    #mainNavbar .nav-link {
        color: #000 !important;
    }

    /* Mobile toggler border */
    #mainNavbar .navbar-toggler {
        border-color: rgba(0,0,0,0.5) !important;
    }

    /* Mobile toggler icon black */
    #mainNavbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }
}


@media(max-width: 768px){
.navbar-collapse {
  background: #ffffff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.15);
}

}


.logistics-card{
position:relative;
overflow:hidden;
border-radius:14px;
}

.logistics-card img{
width:100%;
height:260px;
object-fit:cover;
transition:.4s ease;
}

.logistics-card:hover img{
transform:scale(1.05);
}



.logistics-card-2{
position:relative;
overflow:hidden;
}

.logistics-card-2 img{
width:100%;
height:260px;
object-fit:cover;
transition:.4s ease;
}

.logistics-card-2:hover img{
transform:scale(1.05);
}


.logistics-card-3{
position:relative;
overflow:hidden;
}

.logistics-card-3 img{
width:100%;
height:260px;
object-fit:contain;
transition:.4s ease;

}

.logistics-card-3:hover img{
transform:scale(1.05);
}



/* Full Image Overlay */
.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:20px;

display:flex;
flex-direction:column;
justify-content:flex-end;

background: linear-gradient(
180deg, 
rgba(26, 34, 46, 0.49) 0%, 
rgba(26, 34, 46, 0) 40%, 
rgba(26, 34, 46, 0.75) 100%
);

color:#fff;
}


/* Bottom Text */
.overlay h5 {
    margin-bottom: 5px;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 8px;
    padding-top: 8px;
    box-shadow: 0 0.5px 0 #D4AF37; /* thinner, more reliable */
}

.overlay p{
margin:0;
font-size:14px;
opacity:.9;
}


/* Arrow Icon */
.card-arrow{
position:absolute;
top:15px;
right:15px;
width:38px;
height:38px;
background:rgba(255,255,255,0.9);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
transition:.3s;
z-index:2;
}

.card-arrow i{
font-size:18px;
color:#000;
}

.logistics-card:hover .card-arrow{
background:#D4AF37;
}

.logistics-card:hover .card-arrow i{
color:#fff;
}


.container-fluid.bg-opacity {
  position: relative;
  overflow: hidden;
}

.container-fluid.bg-opacity::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/background-6.jpg'); 
  background-size: cover;
  background-position: center;
  opacity: 0.2; 
  z-index: 0;
}

.container-fluid.bg-opacity .row {
  position: relative;
  z-index: 1; 
}




.stat-icon {
  width: 40px;
  height: 40px;
  background-color: #d4af37; /* gold-ish circle like your image */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.map-card img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.infrastructure{

font-weight: 500;
font-style: Medium;
font-size: 50px;
leading-trim: NONE;
line-height: 45px;
letter-spacing: 0%;
color: #000000;

}



.infrastructure-3{

font-weight: 500;
font-style: Medium;
font-size: 40px;
leading-trim: NONE;
line-height: 45px;
letter-spacing: 0%;
color: #000000;

}

.infrastructure-5{

font-weight: 500;
font-style: Medium;
font-size: 30px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0%;

}

.dot{
  background-color:#222 !important; width:10px !important; height:10px !important; border-radius:50% !important;
}

.resource-text{
  font-size: 19px; color: #6B7280; line-height: 1.6; margin-bottom: 0;
}


@media(max-width: 768px){
.resource-text{
  font-size: 19px; color: #222; line-height: 1.2; margin-bottom: 0;
}

}


.infrastructure-2{

font-weight: 500;
font-style: Medium;
font-size: 50px;
leading-trim: NONE;
line-height: 70px;
letter-spacing: 0%;

}

.fleet{
font-weight: 300;
font-style: Medium;
font-size: 15px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}



.timeline-wrapper {
  position: relative;
  height: 320px;
}

/* Curve image */
.timeline-curve {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* Timeline items */
.timeline-item {
  position: absolute;
  width: 250px;
  z-index: 2;
}

/* Adjust these to perfectly match your image */
.item-1 {
  top: 100px;
  left: 0%;
}

.item-2 {
  top: 90px;
  left: 38%;
}

.item-3 {
  top: 0px;
  right: 5%;
}

/* Icon styling */
.timeline-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f5f5f5;
  margin: 0 auto 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-icon i {
  font-size: 24px;
  color: #d4a017;
}

.timeline-icon span {
  position: absolute;
  top: 5px;
  right: 0px;
  background: #d4a017;
  color: #000;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 100%;
  font-weight: bold;
}

/* Text */
.timeline-item h6 {
  font-weight: 600;
}

.timeline-item p {
  font-size: 14px;
  color: #1A222E;
  font-weight: 500 !important;
  line-height: 18px;
}




/* =========================
   MOBILE (<= 768px)
========================= */
@media (max-width: 768px) {

  .timeline-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
  }

  /* Hide curve on mobile */
  .timeline-curve {
    display: none;
  }

  /* Reset absolute positioning */
  .timeline-item {
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  /* Remove desktop positioning */
  .item-1,
  .item-2,
  .item-3 {
    top: unset;
    left: unset;
    right: unset;
  }

  /* Smaller icons */
  .timeline-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .timeline-icon img {
    width: 50px !important;
  }

  .timeline-icon span {
    font-size: 12px;
    padding: 4px 7px;
    top: -5px;
    right: -5px;
  }

  /* Text alignment */
  .timeline-item h6,
  .timeline-item p {
    padding-left: 0 !important;
  }

  .timeline-item h6 {
    font-size: 16px;
  }

  .timeline-item p {
    font-size: 13px;
    line-height: 18px;
  }
}


.bg-overlay {
  position: relative;
  background-image: url('../img/bg-6.jpg');
  background-size: cover;
  background-position: center;
}

/* Dark overlay */
.bg-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* adjust darkness here */
  z-index: 1;
}

/* Keep content above overlay */
.bg-overlay > .container {
  position: relative;
  z-index: 2;
}


.view-btn{
background:#0E1A2B;
color:#fff;
padding:10px 20px;
border-radius:25px;
text-decoration:none;
font-size:14px;
display:inline-flex;
align-items:center;
gap:8px;
}

/* Testimonial Card */
.testimonial-card{
background:linear-gradient(120deg,#1b2735,#0e1a2b);
border-radius:12px;
padding:32px;
gap:30px;
color:#fff;
align-items:stretch; /* Important */
}


/* Image Container */
.testimonial-img{
width:180px;
border-radius:12px;
overflow:hidden;
flex-shrink:0;
background:#f1f1f1;
border:3px solid rgba(255,255,255,0.08);
box-shadow:0 8px 20px rgba(0,0,0,0.25);
height: 250px !important;
}

@media(max-width: 768px){
.testimonial-img{
  border-radius:100%;
  height: 50px !important;
  width: 50px !important;
}

.testimonial-img img{
  object-fit: contain;
}
}


/* Image */
.testimonial-img img{
width:100% !important;
height:100% !important;
object-fit:cover;
display:block;
}


/* Content */
.testimonial-content{
display:flex;
flex-direction:column;
justify-content:center;
}


/* Stars */
.stars{
color:#F7B500;
font-size:18px;
letter-spacing:3px;
margin-bottom:14px;
}


/* Bigger Text */
.testimonial-text{
font-size:30px;
line-height:35px;
margin-bottom:14px;
color:#fff;
font-weight:400;
}


/* Author */
.testimonial-author{
font-size:13px;
color:#bfc7d5;
}


/* Section Background */
.advantage-section{
background:#f1f2f4;
padding:40px 50px;
border-radius:14px;
position:relative;
overflow:hidden;
}





@media(max-width:768px){

.advantage-section{
border-radius:0;
height:400px;
position:relative;
overflow:hidden;
}

/* Background Image */
.advantage-section::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:url('../img/truck.png');
background-size:cover;
background-position:left;
filter:blur(3px);
transform:scale(1.05); /* prevents blur edge cut */
z-index:0;
}

/* Keep content above blur */
.advantage-section > *{
position:relative;
z-index:2;
}

/* Optional dark overlay for readability */
.advantage-section::after{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
z-index:1;
}

}




  @media (max-width: 768px) {
  .advantage-section::after {
    display: none;
  }
}

/* Title */
.advantage-title{
font-size:40px;
color:#1A222E;
font-weight: 500;
margin-bottom:12px;
}

@media(max-width: 768px){
  .advantage-title{
    font-size:28px;
  }

  .advantage-sub{
font-size:18px !important;
color:#000000 !important;
margin-bottom:18px;
font-weight: 600;
}
}
/* Sub Text */
.advantage-sub{
font-size:13px;
color:#555;
margin-bottom:18px;
}


/* Button */
.advantage-btn{
background:#D4AF37;
color:#1A222E;
padding:8px 18px;
border-radius:30px;
font-size:13px;
display:inline-flex;
align-items:center;
gap:8px;
text-decoration:none;
font-weight:500;
}


/* Arrow Circle */
.advantage-arrow{
width:24px;
height:24px;
background:#1A222E;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:13px;
}


/* Image */
.advantage-img{
max-width:380px;
width:100%;
object-fit:contain;
filter: drop-shadow(0 20px 25px rgba(0,0,0,0.15));
}


/* Fade effect right side */
.advantage-section::after{
content:'';
position:absolute;
right:0;
top:0px;
width:200px;
height:100%;
background:linear-gradient(to left, #f1f2f4, transparent);
}


.footer-section{
background:#1A222E;
padding-top:60px;
padding-bottom:60px;
height: 400px !important;
}

@media(max-width: 768px){
  .footer-section{

height: 800px !important;
}


}


/* Logo */
.footer-logo{
font-size:14px;
letter-spacing:1px;
}


/* Description */
.footer-text{
font-size:15px;
line-height:1.6;
max-width:320px;
}


/* Heading */
.footer-heading{
font-size:18px;
letter-spacing:1px;
margin-bottom:15px;
color:#fff;
}


/* Links */
.footer-link{
display:block;
padding-top: 0px;
color:#ffffff;
text-decoration:none;
margin-bottom:8px;
font-size:15px;
transition:.3s;
}

.footer-link:hover{
color:#fff;
}


/* Contacts */
.footer-contact{
color:#ffffff;
font-size:15px;
margin-bottom:8px;
}


/* Social Icons */
.footer-social a{
color:#D4AF37;
margin-right:10px;
font-size:20px;
display:inline-block;
}


/* Big Background Text */
.footer-bg-text{
position:absolute;
bottom:0px;
top: 150px;
left:-50px;
font-size:250px;
font-weight:700;
color:rgba(255,255,255,0.3);
white-space:nowrap;
pointer-events:none;
}

.about-text{
  font-size: 37px;
  line-height: 45px;
  text-align: center;
  color: #64748B;
  position: relative;
  z-index: 2;
}

@media(max-width: 768px){
  .about-text{
  font-size: 30px;
  
}
}

.about-header{
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* BIG BACK TEXT FIXED */
.footer-bg-text-2{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-25%, -25%);
  font-size: 350px;
  font-weight: 700;
  color: #D1D3D5; /* faint background */
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
/* Responsive */
@media(max-width:768px){

.footer-bg-text{
font-size:200px;
top: 600px !important;

}

.footer-bg-text-2{
  top: 92%;
  left: 80%;
  transform: translate(-25%, -25%);
  font-size: 250px;
 
}

.margin-t{
  margin-top: 50px !important;
}


}

.margin-t{
  margin-top: 0px !important;
}



@media(max-width: 768px){
.contact-nav{
  padding-left: 20px;
  padding-bottom: 40px;
}


.testimonial-text{
font-size:15px;
line-height: 25px;
}

.infrastructure-2{
  padding-top: 50px;
  font-size: 30px;
leading-trim: NONE;
line-height: 40px;
}

.infrastructure-2-p{
  font-size: 13px;
  color: #f9f9f9;
}

.insurance{
  margin-top: 20px;
}

.trusted{
  font-size: 22px !important;
  line-height: 25px;
  margin-bottom: 20px !important;
}

.second{
      font-size: 35px;
      padding-bottom: 20px;
    }

    .integrated{
      font-size: 30px;
    }

    .bg-integrated{
  background: #EAEDEF !important;
}
.infrastructure{
  font-size: 35px !important;
  padding-bottom: 20px;
}

.infrastructure-4{
  font-size: 30px !important;
  padding-bottom: 20px;
}
}


.trusted{
  font-size: 28px; color: #AAAAAA;
}


.bg-integrated{
  background: #F8FAFC;
}






.quote-title{
font-size:38px;
font-weight:600;
color:#111;
line-height:1.2;
margin-bottom:20px;
}

.quote-text{
color:#6b7280;
font-size:15px;
margin-bottom:30px;
max-width:420px;
}

.quote-contact i{
font-size:16px;
color:#111;
margin-top:4px;
}

.quote-contact span{
color:#333;
font-size:14px;
}

/* Form Card */

.quote-form-card{
background:#f6f8fb;
padding:35px;
border-radius:18px;
box-shadow:0 5px 20px rgba(0,0,0,0.03);
}

/* Inputs */

.quote-input{
border-radius:30px;
padding:14px 20px;
border:none;
background:#fff;
margin-bottom:15px;
font-size:14px;
}

.quote-input-2{
border-radius:30px;
padding:14px 20px;
background:#fff;
margin-bottom:15px;
font-size:14px;
}
.quote-input:focus{
box-shadow:none;
border:none;
}

/* textarea */

.quote-textarea{
border-radius:18px;
padding:18px;
border:none;
margin-top:5px;
margin-bottom:20px;
}

.quote-textarea:focus{
box-shadow:none;
}

/* Button */

.quote-btn{
background:#d4a017;
color:#000;
border:none;
padding:12px 20px;
border-radius:25px;
font-size:14px;
font-weight:500;
display:inline-flex;
align-items:center;
gap:10px;
transition:.3s ease;
}

.spinner-gif{
/*width:80px;
height:80px;*/
filter: brightness(0) saturate(100%) invert(10%) sepia(9%) saturate(1014%) hue-rotate(178deg) brightness(95%) contrast(90%);
}
.quote-btn:hover{
transform:translateY(-2px);
}

.quote-btn .arrow{
background:#111;
color:#fff;
width:24px;
height:24px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:12px;
}


#spinner{
z-index:9999;
overflow:hidden;
}

/* Background Company Name */
.spinner-bg-text{
position:absolute;
font-size:350px;
font-weight:700;
color:rgba(255,255,255,0.3);
white-space:nowrap;
z-index:1;
pointer-events:none;
}

/* Mobile Responsive */
@media(max-width:768px){
.spinner-bg-text{
font-size:150px;
}
}



/* Slow zoom effect for carousel images */
.carousel-item .h-image {
  animation: slowZoom 5s ease-in-out infinite !important;
  transform-origin: center center !important;
  transition: transform 0.3s ease !important;
}

/* Different timing for active slide to create smooth transition */
.carousel-item.active .h-image {
  animation: slowZoomActive 6s ease-in-out forwards !important;
}

@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes slowZoomActive {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

/* Optional: Smooth transition between slides */
.carousel-item {
  transition: transform 1.5s ease-in-out !important;
}

/* Add a subtle scale to the overlay for depth */
.position-absolute.w-100.h-100 {
  transition: transform 0.5s ease !important;
}





.quote-section{
background:#f6f7f9;
padding:60px 0;
}

.quote-header{
position:relative;
margin-bottom:40px;
}

.quote-header h2{
font-weight:600;
margin-bottom:20px;
}

.quote-header-img{
height:120px;
background:url('../img/ship.png') right center/cover no-repeat;
border-radius:10px;
}

/* Form */

.quote-form .row{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.form-group input{
width:100%;
padding:14px 18px;
border-radius:30px;
border:none;
background:#edf0f5;
font-size:13px;
}

.form-group.full{
grid-column:1/3;
}

.select-truck{
margin-top:30px;
margin-bottom:15px;
font-size:14px;
font-weight:600;
color:#555;
}

/* Truck Grid */

.truck-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
margin-bottom:25px;
}

.truck-card{
position:relative;
border-radius:10px;
overflow:hidden;
cursor:pointer;
transition:.3s;
}

.truck-card img{
width:100%;
height:140px;
object-fit:cover;
}

.truck-card span{
position:absolute;
bottom:10px;
left:10px;
background:white;
padding:5px 10px;
border-radius:15px;
font-size:12px;
}

.truck-card.active{
border:3px solid #f5c542;
}

/* Button */

.quote-btn{
background:#f5c542;
border:none;
padding:12px 25px;
border-radius:25px;
font-weight:500;
}

.quote-btn i{
margin-left:8px;
}

/* Responsive */

@media(max-width:991px){

.truck-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.quote-form .row{
grid-template-columns:1fr;
}

.form-group.full{
grid-column:auto;
}

.truck-grid{
grid-template-columns:1fr 1fr;
}

}




/* Custom Cursor Styles */
.custom-cursor {
    width: 20px;
    height: 20px;
    border: 2px solid #D4AF37;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
    transform: translate(-50%, -50%);
}

.cursor-follower {
    width: 40px;
    height: 40px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 99998;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    transform: translate(-50%, -50%);
}

.cursor-hover {
    width: 30px;
    height: 30px;
    background: rgba(212, 175, 55, 0.2);
    border-width: 3px;
    transform: translate(-50%, -50%) scale(1.2);
}

.follower-hover {
    width: 60px;
    height: 60px;
    background: rgba(212, 175, 55, 0.05);
    transform: translate(-50%, -50%) scale(1.1);
}

.cursor-hidden {
    opacity: 0;
}

/* Hide default cursor on interactive elements */
a, button, .truck-card, .btn, input, select, textarea, .info-card {
    cursor: none;
}

@media (max-width: 768px) {
    .custom-cursor, .cursor-follower {
        display: none;
    }
    
    a, button, .truck-card, .btn, input, select, textarea, .info-card {
        cursor: pointer;
    }
}  