/********** Template CSS **********/
:root {
    --primary: #F4830B;
    --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;
} 

.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: #F4830B !important;
    color: white;
}
.text-primary{
    color: #F4830B !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;
} 




body{
    font-family: 'Open Sauce One', sans-serif !important;
}

.hero-font{
    font-weight: 600;
    font-size: 52px;
    line-height: 70px;
}

@media(max-width: 760px){
.hero-font{
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
}
}
#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;
  padding: 20px 0;
  
}

.partners-swiper .swiper-slide img {
  height: 100px;          /* adjust logo size */
  width: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.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: 60px;
        height: 50px;
    }


    .swiper-slide {
        width: 90px !important;
    }
}

.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;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@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{
    color: #1F3D7E;
}

/* For Chrome, Edge, and Safari */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #F4830B;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #F4830B; /* slightly darker on hover */
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #F4830B #f1f1f1;
}



.btn-outline-primary-1{
    border-color: #F4830B;
    border-radius: 5px;
    color: #F4830B;

}

.img-des{
    height: 400px; width:350px; border-radius: 20px;object-fit: cover;
}

@media(max-width:760px){
.img-des{
    height: 350px; 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;
}
/*** 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;
}
}

.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: #6C767D;
line-height: 120%;
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: #D0D5DD !important;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -2%;

}

}



.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 */
.custom-bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #222;
  margin: 6px 0;
  transition: 
    transform 0.35s ease,
    opacity 0.25s ease;
}

/* 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;

}

/* navbar links white on hero */
#mainNavbar .nav-link {
    color: transparent !important;
    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;
}



/* 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);
}

}