.navbar .logo-dark {
  max-width: 300px;
}

.side-menu .logo-white {
  max-width: 120px;
}

.dropdown-item {
  background: transparent;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 0 0.5rem;
  line-height: 40px;
  display: inline;
  transition: 0.5s ease-in;
  min-width: 13rem;
}

.topnav-dropdown-menu {
  padding: 20px;
  z-index: 5;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
  left: 0;
  top: auto;
  border-top: 1px solid #efefef;
  margin-top: 0;
  cursor: default;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu .dropdown-item {
  background: transparent;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 0 0.5rem;
  line-height: 40px;
  display: inline;
  transition: 0.2s ease-in;
}

a.dropdown-toggle::after {
  transition: all 0s;
}

.dropdown-menu .dropdown-item:hover {
  margin-left: 5px;
}

.topnav-dropdown-menu li {
  list-style: none;
}

.topnav-dropdown-menu ul {
  margin: 0;
}

.portfolio {
  padding-top: 0px;
}

.sub-text {
  max-width: 700px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 20px;
  color: #262626;
  font-weight: 400;
}

.section-title span {
  font-weight: 600;
  background: #f45204;
  padding: 5px 14px;
  color: #ffffff;
  border-radius: 5px;
}

.section-title span.black {
  font-weight: 600;
  color: #262626;
}

.more-button-wrapper {
  padding: 30px 20px;
  text-align: center;
}

.more-button-wrapper span {
  display: block;
  padding-bottom: 20px;
}

.blog p {
  margin: 0;
  margin-top: 20px;
}

.sync-portfolio-carousel {
  max-width: 350px;
  width: 100%;
}

.team-section {
  padding: 120px 0;
  background-color: #f9f9f9;
}

.portfolio-circle-cart {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #c50086;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.portfolio-circle-cart i {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-section .cbp-item:hover .portfolio-circle-cart {
  opacity: 1;
}

.team-section .cbp-l-filters-list .cbp-filter-item {
  color: #000000;
  font-size: 13px;
  border: none;
}

.team-section .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  background-color: transparent;
  color: #000000;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #c50086;
  color: #fff;
  border-color: #c50086;
  cursor: default;
}

.cbp-l-grid-blog-desc {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9b9b9b;
  margin-top: 0px;
}

.cbp-l-grid-blog-title {
  font-weight: 600;
}

.cbp-l-filters-button .cbp-filter-item {
  font: inherit;
  padding: 8px 21px;
  border-radius: 6px;
}

.portfolioHeading {
  margin-bottom: 30px;
}

/* ===================================
           About
           ====================================== */
           .about .heading-area {
            margin-bottom: 50px;
            margin-top: 50px;
          }

          .app-feature {
            text-align: left;
            margin-bottom: 3rem;
          }

          .heading-area .sub-title {
            font-size: 20px;
            font-weight: normal;
            color: #ffffff;
            font-family: "Montserrat", sans-serif;
          }

          .heading-area .title {
            font-weight: 500;
            font-size: 48px;
            font-family: "Montserrat", sans-serif;
            color: #ffffff;
          }

          .app-feature:hover i {
            transform: rotateY(360deg);
            transition: all 1.2s;
          }

          .app-feature:last-child {
            margin-bottom: 0;
          }

          .app-feature i {
            font-size: 50px;
            transition: all 1.2s;
            color: #f94217;
            background: #f94217;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            display: table-cell;
            justify-content: end;
            vertical-align: top;
          }
          
          @supports not (-webkit-background-clip: text) {
            .app-feature i {
              -webkit-text-fill-color: #f94217;
              color: #f94217;
              background: transparent;
            }
          }
          
          @media screen and (max-width: 1024px) {
            #sust .app-feature i,
            .sustainabilityWrapper .app-feature i,
            .app-feature i {
              -webkit-text-fill-color: #f94217 !important;
              color: #f94217 !important;
              background: transparent !important;
              -webkit-background-clip: unset !important;
              background-clip: unset !important;
            }
          }
          
          @media screen and (max-device-width: 1024px) {
            #sust .app-feature i,
            .sustainabilityWrapper .app-feature i,
            .app-feature i {
              -webkit-text-fill-color: #f94217 !important;
              color: #f94217 !important;
              background: transparent !important;
              -webkit-background-clip: unset !important;
              background-clip: unset !important;
            }
          }
          
          @media screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1024px) {
            #sust .app-feature i,
            .sustainabilityWrapper .app-feature i,
            .app-feature i {
              -webkit-text-fill-color: #f94217 !important;
              color: #f94217 !important;
              background: transparent !important;
              -webkit-background-clip: unset !important;
              background-clip: unset !important;
            }
          }
          
          @media screen and (orientation: portrait) and (max-width: 1024px) {
            #sust .app-feature i,
            .sustainabilityWrapper .app-feature i,
            .app-feature i {
              -webkit-text-fill-color: #f94217 !important;
              color: #f94217 !important;
              background: transparent !important;
              -webkit-background-clip: unset !important;
              background-clip: unset !important;
            }
          }
          
          @media screen and (max-width: 1024px) {
            #sust .btn-hvr-effect,
            .sustainabilityWrapper .btn-hvr-effect {
              opacity: 0 !important;
              visibility: hidden !important;
              transform: translate3d(0, 150%, 0) scale(0) !important;
            }
          }
          .app_main_part {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
          }
          .app_div_height {
            background: #fff;
            margin: 15px;
            padding: 20px 30px;
          }
          .app_div_height h4 {
            font-size: 22px;
            font-weight: normal;
            /* color: #ffffff; */
            font-family: "Montserrat", sans-serif;
          }
          .app_div_height h1 {
            font-size: 22px;
            font-weight: normal;
            /* color: #ffffff; */
            font-family: "Montserrat", sans-serif;
            margin-top: 10px;
          }
          .app_div_height .new_h4_image {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: start;
            min-height: 85px;
          }
          .app_div_height p {
            /* font-size: 14px; */
            font-weight: 300;
            /* color: #ffffff; */
            /* line-height: 1.4; */
            text-align: start;
            /* font-family: "Montserrat", sans-serif; */
          }

          .app-image {
            text-align: center;
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
          }

          .app-image img {
            width: 75%;
          }

          .bg-blue {
            background-color: #0e1f39;
          }

          .sustainabilityWrapper .col-lg-4 {
            padding: 0px 30px;
          }
          .sust_modal .modal-content {
            text-align: center;
            max-width: 800px;
            padding: 0px 20px 40px 20px;
            overflow: visible;
            background-color: #ffffff;
          }
          .sust_modal .modal-header {
            border-bottom: 0px !important;
          }
          .sust_modal .text-pink {
            font-size: 16px;
            font-weight: 300;
            color: #000;
          }
          .sust_modal .main-font {
            font-size: 25px;
            color: #403f3f;
            font-weight: 600;
          }
          .sust_modal .text-left {
            font-size: 15px;
            color: #0c0c0c;
            font-weight: 200;
          }
          .dropdown-item.active,
          .dropdown-item:active {
            color: black;
            text-decoration: none;
          }

          .team-placeholder {
            width: 200px;
            height: 200px;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 14px;
            border-radius: 8px;
            margin: 0 auto;
          }

          .blog .text-area {
            padding: 60px 60px;
          }

          .partnerWrapper img {
            max-height: 70px;
          }

          .partnerWrapper {
            width: fit-content;
            margin: 0 auto;
          }

          .partnerImg {
            min-height: 80px;
          }

          .sub-text-2 {
            font-size: 38px;
          }

/*
===================================
            Banner
====================================== 
*/

.height {
  height: 65vh;
}

.banner-text-span {
  font-size: 20px;
  padding: 12px 25px;
  background: #5d5d5d;
  color: white;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
}

.bg-banner {
  background-image: url("../files/hero.webp");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  /* min-height: 600px;
  max-height: 800px; */
}

.hero_section {
  background-image: url("../files/hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90vh;
  min-height: 600px;
  position: relative;
}

.hero_section.webp-supported {
  background-image: url("../files/hero.webp");
}

.hero_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  text-align: left;
  margin-top: 150px;
}


.hero-top-section h3 {
  display: inline-block;
  color: white;
  margin: 0;
  font-size: 25px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: bold !important;
}



.hero-main-section {
  width: 66.67%;
}

.hero-main-section h1 {
  display: block;
  background: #f45204;
  color: white;
  padding: 25px 40px;
  margin: 0;
  font-size: 48px;
  font-weight: bold;
}

.hero-bottom-section {
  width: 50%;
}

.hero-bottom-section p {
  display: block;
  background: #f6833a;
  color: white;
  padding: 15px 30px;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  text-align: start;
  line-height: 35px;
}

/* Responsive styles for phones and tablets */
@media (max-width: 768px) {
  .hero-content {
    margin-top: 90px;
  }
  
  .hero-top-section h3 {
    font-size: 23px;
  }
  
  .hero-main-section {
    width: 87.5%; /* 7/8 of container */
  }
  
  .hero-main-section h1 {
    font-size: 35px;
    padding: 10px;
  }
  
  .hero-bottom-section {
    width: 83.33%; /* 5/6 of container */
  }
  
  .hero-bottom-section p {
    font-size: 25px;
    padding: 10px;
  }
}

/* Banner Centered Layout */
.banner-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Disable hover effects for banner items */
.banner-text:hover,
.banner-heading:hover,
.banner-des:hover {
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* Responsive Banner Styles */
@media (max-width: 1200px) {
  .banner-des {
    font-size: 17px !important;
    padding: 20px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  
}

@media (max-width: 992px) {
  .banner-des {
    font-size: 16px !important;
    padding: 18px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  
  .banner-div {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .banner-des {
    font-size: 15px !important;
    padding: 15px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  
  .banner-div {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 576px) {
  .banner-text {
    text-align: start !important;
    width: 100% !important;
  }
  
  .banner-heading {
    padding: 10px !important;
    font-size: 50px !important;
    background: #f45204 !important;
    border-radius: 0px !important;
    display: inline-block !important;
    width: fit-content !important;
    max-width: 100% !important;
  }
  
  .banner-heading-line {
    font-size: 35px !important;
    text-align: start !important;
  }
  
  .banner-des-line {
    font-size: 25px !important;
    text-align: start !important;
    padding: 15px !important;
  }
  
  .banner-des {
    font-size: 35px !important;
    text-align: start !important;
    width: fit-content;
  }
  
  .banner-div {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 480px) {
  .banner-des {
    font-size: 13px !important;
    padding: 10px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  
  .banner-div {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

.banner-content-wrapper {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.banner-item {
  margin-bottom: 30px;
}

.banner-item:last-child {
  margin-bottom: 0;
}

.banner-company {
  margin-bottom: 40px;
}

.banner-heading-wrapper {
  margin-bottom: 30px;
}

.banner-description-wrapper {
  margin-bottom: 0;
}

.banner-dark-overlay {
  position: relative;
}

.banner-dark-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.banner-dark-overlay .container {
  position: relative;
  z-index: 2;
}

.banner-text {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}

.banner-heading {
  font-size: 50px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 1.3;
  padding: 25px !important;
  background: #f45204;
  border-radius: 0px !important;
  display: inline-block;
  width: fit-content !important;
  max-width: 100%;
}

.banner-heading-line {
  display: flex !important;
}

.banner-des {
  font-size: 18px !important;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 0;

  background: #f6833a;
  border-radius: 0px !important;
  display: flex;
  width: fit-content !important;
  max-width: 100%;
}

.scroll {
  font-size: 18px;
  /* color: #ffffff; */
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 300;
}

.button i {
  font-size: 18px;
  color: #ffffff;
  padding: 7px 7px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  margin-right: 8px;
}

.button:hover {
  color: #ffffff;
}

.button_modal_send_mail {
  font-size: 18px;
  color: #ffffff;
  padding: 7px 7px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  margin-right: 8px;
}

.button:hover i {
  background: #f94217;
  color: #ffffff;
  transition: 0.3s ease;
  border: 1px solid #f94217;
}

.padding-top-70 {
  padding-top: 70px;
}

.navbar-top-default .navbar-nav .nav-link {
  color: black;
}

.header-appear .navbar-top-default .navbar-nav .nav-link {
  color: #000;
}

.sidemenu_btn span {
  background: #888;
}

.newVendorsWrapper .col-lg-3 {
  padding-bottom: 30px;
}

.contactMainWrapper {
  padding: 20px;
  background: #5d5d5d;
  color: white;
  border-radius: 10px;
}

.contactAddress {
  padding-top: 20px;
}

.contactAddress > div {
  display: block;
}

.contactAddress > div > span {
  display: block;
}

.contactAddress > div > span:first-child {
  font-weight: 600;
}

.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pt-50 {
  padding-top: 50px;
}

.prodCapacitySrapper .numbering {
  font-size: 1.3rem;
  margin-top: 6px;
}
.titleDivider {
  height: 4px;
  width: 80px;
  background-color: #c50086;
  display: block;
  margin-top: 3px;
}
.prodCapacitySrapper .stats-box-text {
  /* padding: 10px 10px 4px 10px;
  border: 1px solid #dddddd87; */
}
.box-shadow-contact {
  box-shadow: 0px 0 38px 0 rgb(0 0 0 / 3%);
  overflow: visible;
  padding: 40px 10px;
}
.products-section .card {
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 20px;
}
.products-section .card .subheading {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.products-section .card .text {
  color: #606060;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  margin: auto;
  position: relative;
  line-height: 1.2rem;
  margin-top: 20px;
  display: block;
}
.products-section .overlay-image {
  position: relative !important;
  overflow: hidden;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.products-section .pricing-card .feature-list li {
  color: #535353;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  margin-bottom: 0px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  display: flex;
}
.products-section .pricing-cards {
  margin: 20px;
}
.products-section .pricing-cards > div {
  padding: 20px;
  background: rgb(239 239 239);
}
.products-section .feature-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.products-section .feature-list i {
  font-size: 9px;
  flex-shrink: 0;
  margin-top: 10px;
}
.video-sec.bg-video-img {
  background-image: url(../img/bg3.webp);
  position: relative;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.video-sec .video-btn {
  display: inline-block;
}
.video-sec .video-btn .play-btn {
  background-color: #c50086;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  font-size: 65px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}
.video-sec .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.37);
  opacity: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: none;
  transition: 0.7s ease;
}
.video-heading {
  font-weight: 600;
  /* background: #c50086; */
  padding: 5px 14px;
  color: #ffffff;
  margin-bottom: 30px;
}

.sidemenu_btn span {
  background: black;
}
.header-appear .sidemenu_btn span {
  background: #888;
}
.navbar .social-icons ul li a {
  color: black;
}
.header-appear .navbar .social-icons ul li a{
  color: #707070;
}

/* Navbar responsive fixes for tablet/laptop breakpoints */
#sidemenu_toggle {
  z-index: 1001;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .navbar-top-default .navbar-nav .nav-link {
    font-size: 16px;
    margin-left: 0.45rem;
    margin-right: 0.45rem;
    padding: 8px 10px;
  }

  .navbar .social-icons {
    display: block;
    right: 10px;
  }

  .navbar .social-icons ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }

  #sidemenu_toggle {
    left: 16px;
    margin-left: 0;
  }

  .navbar-top-default .logo-dark {
    max-width: 230px;
  }

  .navbar-top-default .container {
    padding-right: 95px;
  }
}

@media (max-width: 991.98px) {
  .navbar .social-icons {
    display: none !important;
  }

  #sidemenu_toggle {
    left: auto !important;
    right: 14px;
    top: 20px;
    margin: 0;
  }

  .navbar-top-default .container {
    padding-right: 52px;
  }
}

.gallery-images-section {
  background-color: #f9f9f9;
}

.gallery-images-section .gallery-thumb-frame {
  width: 100%;
  aspect-ratio: 2 / 3;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-images-section .gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.gallery-images-section a:hover .gallery-thumb-frame {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .gallery-images-section .gallery-thumb-frame {
    aspect-ratio: 2 / 3;
  }
}

@media (max-width: 575.98px) {
  .gallery-images-section .row > [class*="col-"]:only-child {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

.container {
  position: relative;
  z-index: 9;
}
/* Background Images Responsive */
.bg-top-image {
  top: 80px !important;
  height: calc(100% - 350px) !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  width: auto;
}

.bg-bottom-image {
  height: calc(100% - 350px) !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  width: auto;
}

/* Show background images when certification section is visible */
.bg-images-visible .bg-top-image,
.bg-images-visible .bg-bottom-image {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .navbar-top-default img {
    max-width: 100px !important;
  }

  .sub-text-2 {
    font-size: 28px;
  }

  h2 {
    font-size: 38px;
  }

  .padding-top-70 {
    padding-top: 20px;
  }

  .about-us {
    padding: 70px 0;
    padding-bottom: 5px;;
    background-color: #f9f9f9;
  }

  .modal-content {
    text-align: center;
    max-width: 800px;
    padding: 60px 30px;
    overflow: visible;
    background-color: #ffffff;
  }
  .sust_modal .modal-body {
    padding: 0;
  }

  /* Adjust background images for mobile navbar height - top image below navbar */
  .bg-top-image {
    top: 90px !important;
    height: auto !important;
    width: 14% !important;
    max-width: 200px !important;
    object-fit: contain !important;
    z-index: 10 !important;
  }

  .bg-bottom-image {
    height: calc(100% - 90px) !important;
    width: 14% !important;
    max-width: 200px !important;
    object-fit: contain !important;
    z-index: 10 !important;
  }
}

/* Tablet responsiveness */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .bg-top-image {
    top: 90px !important;
    height: auto !important;
    width: 60% !important;
    max-width: 300px !important;
    z-index: 5 !important;
  }

  .bg-bottom-image {
    height: calc(100% - 90px) !important;
    width: 60% !important;
    max-width: 300px !important;
    z-index: 5 !important;
  }
}

/* Small mobile devices */
@media screen and (max-width: 360px) {
  h2 {
    font-size: 38px;
  }

  .bg-top-image {
    top: 90px !important;
    height: auto !important;
    width: 40% !important;
    max-width: 150px !important;
    z-index: 5 !important;
  }

  .bg-bottom-image {
    height: calc(100% - 90px) !important;
    width: 40% !important;
    max-width: 150px !important;
    z-index: 5 !important;
  }
}

/* =======================================
            Banner Responsive Styles
======================================= */

/* Banner Grid Layout */
.banner-grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.banner-grid-block-full {
  grid-column: 1 / -1;
}

.banner-grid-block-half {
  width: 100%;
}

/* Desktop Layout */
@media (min-width: 992px) {
  .banner-grid-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .banner-grid-block-full {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .banner-grid-block-half {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .banner-grid-block-half:first-of-type {
    grid-column: 1;
    grid-row: 2;
    padding-right: 15px;
  }
  
  .banner-grid-block-half:last-of-type {
    grid-column: 2;
    grid-row: 2;
    padding-left: 15px;
  }
  
  /* Enhanced Desktop Typography */
  .banner-text-span {
    font-size: 24px !important;
    padding: 12px 25px !important;
    letter-spacing: 1px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(93, 93, 93, 0.3);
    transition: all 0.3s ease;
  }
  
  .banner-text-span:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(93, 93, 93, 0.4);
  }
  
  .banner-des {
    font-size: 20px !important;
    padding: 25px !important;
    margin-top: 0 !important;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 25px rgba(246, 131, 58, 0.3);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
  }
  
  .banner-des:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(246, 131, 58, 0.4);
  }
  
  /* Enhanced Banner Height for Desktop */
  .height {
    height: 80vh !important;
    min-height: 600px;
  }
  
  .bg-banner {
    height: 80vh !important;
    min-height: 600px;
    background-attachment: fixed;
    background-position: center center;
  }
  
  /* Add subtle animation */
  .banner-grid-block {
    animation: fadeInUp 0.8s ease-out;
  }
  
  .banner-grid-block:nth-child(1) {
    animation-delay: 0.2s;
  }
  
  .banner-grid-block:nth-child(2) {
    animation-delay: 0.4s;
  }
  
  .banner-grid-block:nth-child(3) {
    animation-delay: 0.6s;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@media (min-width: 1200px) {
  .custom-container {
      max-width: 1550px;
  }
}

/* Contact Section - Remove margin-top on desktop */
@media (min-width: 992px) {
  .contactAddress .col-lg-4:last-child {
    margin-top: 0 !important;
  }
}
  

/* Large Desktop Screens (1200px+) */
@media (min-width: 1200px) {
  .banner-grid-layout {
    max-width: 1400px;
    gap: 40px;
  }
  
  .banner-text-span {
    font-size: 28px !important;
    padding: 15px 30px !important;
  }
  
  .banner-des {
    font-size: 22px !important;
    padding: 30px !important;
  }
  
  .height {
    height: 85vh !important;
    min-height: 700px;
  }
  
  .bg-banner {
    height: 85vh !important;
    min-height: 700px;
  }
}

/* Extra Large Screens (1400px+) */
@media (min-width: 1400px) {
  .banner-grid-layout {
    max-width: 1600px;
    gap: 50px;
  }
  
  .banner-text-span {
    font-size: 32px !important;
    padding: 18px 35px !important;
  }
  
  .banner-des {
    font-size: 26px !important;
    padding: 25px !important;
    text-align: start;
  }
  
  .height {
    height: 90vh !important;
    min-height: 800px;
  }
  
  .bg-banner {
    height: 90vh !important;
    min-height: 800px;
  }
}

/* Mobile Responsive Adjustments */
@media (max-width: 991.98px) {
  .banner-text-span {
    font-size: 20px !important;
    padding: 8px 15px !important;
  }
  
  .banner-des {
    font-size: 16px !important;
    padding: 15px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  
  .height {
    height: 70vh !important;
  }
  
  .bg-banner {
    /* height: 70vh !important; */
  }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
  .banner-text-span {
    font-size: 18px !important;
    padding: 6px 12px !important;
  }
  
  .banner-des {
    font-size: 14px !important;
    padding: 5px !important;
  }
  
  .height {
    height: 60vh !important;
  }
  
  .bg-banner {
    /* height: 60vh !important; */
  }
}

/*_____ Spinner styles for contact form _____*/
.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.125em;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.btn-spinner {
  display: inline-flex;
  align-items: center;
}

.btn-spinner .ms-2 {
  margin-left: 0.5rem;
}

.btn-disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.whatsapp-float i {
  font-size: 28px;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}
