/********** Template CSS **********/
:root {
    --primary: #F4830B;
    --light: #F5F5F5;
    --dark: #353535;
}

.bg-primary{
    background: #F4830B !important;
    color: white;
}
.text-primary{
    color: #F4830B !important;
}
.fw-medium {
    font-weight: 500 !important;
}

.form-f input{
    height: 60px !important;
    border-radius: 10px;
} 

.form-f input::placeholder{
    color: #6C767D;
} 

@media(max-width: 768px){
  .navbar-collapse{
  padding-bottom: 100px;
  padding-left: 20px;
}

}

.site-wrapper{
    width: 100%;
    max-width: 1400px; /* choose your width */
    margin: auto;
}


 .hero-text{

font-weight: 350;
font-style: Light;
font-size: 19px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
 color: #16181F;
 }

 .hero-header{
   color: #1F3D7E !important;
font-weight: 900 !important;
font-size: 55px;
line-height: 110%;
letter-spacing: -2%;

 }

 @media(max-width: 760px){
 .hero-header{

 margin-top: 100px;
font-size: 40px;
font-weight: bold;
color: #16181F !important;

 }

 .hero-text{
  font-size: 20px;
 }
 }

 .who-1{
font-weight: 400;
font-size: 24px;
line-height: 130%;
letter-spacing: 0%;
color: #16181F;

 }
 .wwd-text{
font-weight: 350;
font-size: 22px;
line-height: 120%;
letter-spacing: -2%;
color: #16181F;

 }

 .wwd-h2{

font-weight: 800;
font-size: 45px;
line-height: 120%;
letter-spacing: -2%;
color: #16181F;

 }

 @media(max-width: 768px){
   .wwd-h2{
font-size: 38px;
   }
 }

 .wwd-p{

font-weight: 400;

font-size: 17px;

line-height: 125%;
letter-spacing: 0%;
color: #6C767D;

 }

 .wwd-h{

font-weight: 800;
font-size: 20px;
line-height: 120%;
letter-spacing: 0%;
color: #16181F;

 }



 .foot-p{

font-weight: 400;
color: #D0D5DD;
font-size: 15px;

line-height: 23px;
letter-spacing: 0%;

 }

.x-show{
    display: none;
}
@media(max-width: 760px){
.x-hide{
    display: none;
}
.x-show{
    display: block;
}
.display-51{
    font-size: 50px;
    font-weight: bolder;
}
.sml{
    font-size: 15px  !important;
}
.sml2{
    font-size: 16px !important;
}
}

.address-p{
font-weight: 300;
font-style: Light;
font-size: 15px;
leading-trim: NONE;
line-height: 23px;
letter-spacing: 0%;
color: #D0D5DD;

}

.section-style-1{
  padding-top: 70px !important; padding-bottom: 70px !important; 
}
/*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;
}


.icon-design-2{
   width: 50px;
}

.icon-design{
   width: 17px; padding-bottom: 2px;
}

.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;
    }
}

.contact-us{

font-weight: 900;

font-size: 48px;
line-height: 100%;
letter-spacing: -2%;

}

.other-cert{

font-weight: 600;
font-style: italic;
font-size: 35px;
line-height: 100%;
letter-spacing: -2%;

}

.iso-text{
font-weight: 600;

font-size: 18px;
color: #F4830B;
line-height: 120%;
letter-spacing: 0%;

}

.iso-head{

font-weight: 600;
font-style: italic;
font-size: 32px;
line-height: 100%;
letter-spacing: -2%;
color: #1F3D7E;

}

.iso-benefit{

font-weight: 400;
font-style: italic;
font-size: 35px;
line-height: 100%;
letter-spacing: -2%;
color: #1F3D7E;
}

.iso-p{
  
font-weight: 300;

font-size: 24px;

line-height: 100%;
letter-spacing: -2%;
color: #6C767D;
}

@media(max-width: 768px){
 .swiper-slide img {
  
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.contact-us{
  font-size: 40px;
}
}

.swiper-slide{
  margin-left: 20px !important; 
  background: #F9F9F9;
  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 {
  border-left: 3px solid #F4830B;
  padding-left: 12px; /* creates spacing between border and text */
  display: inline-block; /* ensures correct alignment */
}

.b-primary span {
  display: inline-block;
  color: inherit; /* keep text color consistent */
  white-space: normal; /* allows text to wrap properly */
}


.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-bg{
    background: #F4830B !important;
    color: #16181F;
    border: 1px solid #16181F;
    border-radius: 14px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 22px;
    padding-left: 22px;
    transition: 0.5s;
}

.btn-bg {
  transition: color 0.3s ease;
}

.btn-bg img {
  transition: filter 0.3s ease;
}

.btn-bg:hover {
  color: white;
}

.btn-bg:hover img {
  filter: brightness(0) invert(1);
}

.btn-bg:hover img.no-design {
  filter: brightness(0);
}

.btn-bg:hover{
  color: white;
}




.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: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
   font-size: 15px;
    
    outline: none;
     font-weight: bold !important;
    
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


@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;
}


.glass-bg {
  background: rgba(255, 255, 255, 0.2); /* translucent by default */
  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, transform 0.3s ease;
}

.glass-bg-2 {
  background: rgba(255, 255, 255, 0.12); /* darker by reducing the white transparency */
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.3s ease, transform 0.3s ease;
  padding-bottom: 30px;


}

.our-service{
font-weight: 900;
font-size: 40px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #FFFFFF;
}

.iso-header{
font-weight: 600;
font-style: ExtraBold;
font-size: 45px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #16181F;
}

.iso-text{
font-weight: 400;
font-style: Regular;
font-size: 17px !important;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #6C767D;
}

.it-header{

font-weight: 600;
font-style: ExtraBold;
font-size: 40px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #16181F;
}

.sub-header{
font-weight: 600;
font-style: ExtraBold;
font-size: 20px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 0%;
color: #16181F;
}

.service-text{
font-weight: 350 !important;
font-style: Light;
font-size: 15px;
leading-trim: NONE;
line-height: 18px;
letter-spacing: 0%;
color: #6C767D;
}

.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;

}

/* Hide the close icon by default */
.navbar-toggler .close-icon {
  display: none;
  font-size: 32px;
  line-height: 1;
}

/* Default hamburger */
.navbar-toggler .default-icon {
  font-size: 26px;
  line-height: 1;
}

/* When navbar is open - show close icon */
.navbar-toggler.active .default-icon {
  display: none;
}

.navbar-toggler.active .close-icon {
  display: inline-block;
}


.r-service{
font-weight: 300;
font-style: Light;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #6C767D;
}
.s-header{
font-weight: 600;
font-style: ExtraBold;
font-size: 34px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #1F3D7E;

}
.why{
font-weight: 800;

font-size: 42px;
color: #FFFFFF;
line-height: 120%;
letter-spacing: -2%;

}


.bid-text{
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #6C767D;
}

.para{
font-weight: 300;
font-style: Light;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #6C767D;
}

@media(max-width: 768px){
.why{
  font-size: 38px;
}
}

.why-p{
 
font-weight: 800;

font-size: 20px;
color: #FFFFFF;
line-height: 120%;
letter-spacing: 0%;
text-align: center !important;
padding-bottom: 15px;

}

.glass-bg:hover {
  background: rgba(255, 255, 255, 0.25); /* slightly stronger on hover */
  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;
}

.text-sec{
    color: #1F3D7E !important;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url("../img/section-3.jpg") center center no-repeat;
background-size: cover;

}

.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; 

}

.page-header2 {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 15px; /* adjust as needed */
  overflow: hidden; /* important: clips overlay corners */
}

.ts{
    font-size: 48px;
}

@media(max-width: 760px){
.ts{
    font-size: 40px;
}
}


/* Image container for consistent landscape + rounded corners */
.blog-img-container {
    width: 100%;
    aspect-ratio: 16/9;  /* landscape */
    overflow: hidden;
    border-radius: 20px ; /* top rounded only */
}

.blog-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* fills container, crops if needed */
    display: block;
    border-radius: inherit; /* match container rounding */
}

/* Card gutter spacing */
.row.g-5 > .col-lg-4 {
    margin-bottom: 30px;
}

.service-item h4{
    font-size: 20px !important;
    text-align: center;
}

.service-item2 h4{
    font-size: 20px !important;
 
}

.page-header2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: inherit; /* ensures overlay follows the same curve */
  z-index: 1;
}

.page-header2 > .col-md-12 {
  position: relative;
  z-index: 2;
}


#blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.2); /* semi-dark tint */
  z-index: 998; /* below dropdowns, above content */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* When active */
#blur-overlay.active {
  opacity: 1;
  visibility: visible;
}


.page-header3 {
  background: 
      linear-gradient(rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.5)), /* lighter overlay */
    url("../img/section-4.jpg") center bottom no-repeat; /* show bottom of image */
  background-size: cover;

}

.page-header4 {
  background:  /* lighter overlay */
    url("../img/section-7.png") left bottom no-repeat; /* show bottom of image */
  background-size: cover;

}

.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;
}

.btn-outline-primary-1:hover{
    background: #F4830B;
    color: white;

}

.btn-outline-primary-1:hover img{
  filter: brightness(0) invert(1);
}

.br-5{
    border-radius: 20px !important;
}

.br-3{
    border-radius: 10px;
}

.h-text{
    font-size: 25px;
}
/*** Service ***/
.service-item img {
    transition: .5s;
}
.bg-white-1{
    background: white;
    border-radius: 15px;
}

.bg-white-2{
    background: white;
}

.service-item:hover img {
    transform: scale(1.1);
}


.value-item {
  transition: all 0.3s ease; /* optional smooth effect */
}

.value-item:hover {
  background: #1F3D7E;
  color: white;
}

.value-item:hover h4 {
  color: white;
}


.f{
    font-size: 20px;
}

/*** 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);
}

.size{
  width: 50%;
}

@media(max-width: 760px){
  .size{
  width: 100%;
}

}

.section-1{
    color: black;
    font-weight: 500;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.head{
    font-size: 19px;
}

.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: 17px; 
     font-family: 'Open Sauce One', sans-serif;
     font-style: italic;
}

.sml2{
   font-size: 13px; 
     font-family: 'Open Sauce One', sans-serif;
     
}

.sml3{
   font-size: 17px; 
     font-family: 'Open Sauce One', sans-serif;
}

.sml4{
   font-size: 16px; 
     font-family: 'Open Sauce One', sans-serif;
}

/*.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}*/

.footer .btn.btn-link:hover {
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    /*border-top: 1px solid rgba(256, 256, 256, .1);*/
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/* Border design */
.bb {
  border-bottom: 1px solid #D0D5DD;
}

.bl {
  border-left: 1px solid #D0D5DD;
}

.br {
  border-right: 1px solid #D0D5DD;
}

.bt {
  border-top: 1px solid #D0D5DD;
}

/* Mobile view */
@media (max-width: 760px) {
  .bb {
    border-bottom: 1px solid #D0D5DD !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }

  .bl,
  .br,
  .bt {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #D0D5DD !important;
  }
}


/*text design*/

.sml5{
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    color: #16181F;
}

.bt-h{
    font-weight: 600;
}
.bt-h:hover{
    color: #16181F;
}


/*shadow effect*/

.shadow {
    box-shadow: inset 0 30px 30px 30px rgba(0, 0, 0, 0.03) !important;
  transition: box-shadow 0.3s ease; /* optional smooth hover effect */
}



/**/
.hero-section {
  background: url('../img/background.png') center center / cover no-repeat;
  height: 125vh;
  position: relative;
}

/* CSS Carousel */
.css-carousel {
  position: relative;
  width: 88%;
  height: 600px;
  overflow: hidden;
  border-radius: 15px;
}

.css-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeLoop 9s infinite;
}


.css-carousel img {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: fadeLoop 12s infinite;
}

/* Staggered delays */
.css-carousel img:nth-child(1) { animation-delay: 0s; }
.css-carousel img:nth-child(2) { animation-delay: 3s; }
.css-carousel img:nth-child(3) { animation-delay: 6s; }
.css-carousel img:nth-child(4) { animation-delay: 9s; }

/* Keyframes */
@keyframes fadeLoop {
  0% { opacity: 0; }
  8% { opacity: 1; }
  33% { opacity: 1; }
  41% { opacity: 0; }
  100% { opacity: 0; }
}




/* Responsive */
@media (max-width: 768px) {
  .css-carousel {
    height: 400px;
  }
  .display-5 {
    font-size: 1.8rem;
  }

  .hero-section {
    height: 145vh;
  }

  .css-carousel img {

  }
}

/*sub*/

.glass-2{
    background: rgba(255, 255, 255, 0.2); /* translucent by default */
  border-radius: 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, transform 0.3s ease;
}

.text-size{
 font-size: 19px;
 line-height: 130%;
}


.text-size2{
 font-size: 20px;
 line-height: 120%;
 font-weight: 200;
}


.ts2{
    
    font-size: 34px !important;
    font-weight: 400;
}


/* Spinner animation */
  .custom-spinner {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #007bff; /* Primary color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  /* Fade-out transition */
  #spinner {
    transition: opacity 0.5s ease, visibility 0.5s;
    z-index: 9999;
  }

  #spinner.show {
    opacity: 1;
    visibility: visible;
  }

  #spinner:not(.show) {
    opacity: 0;
    visibility: hidden;
  }