@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 0px 0;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #7f858f;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ecf0f8;
  border-radius: 0 0 350px 0;
}

.sub_page .hero_area {
  /* min-height: auto; */
  border-radius: 0 0 45px 0;
}

.header_section {
  padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
   
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  

.brand-fox {
  font-weight: bold;
  color: #550769 ;
  font-size: 38px;
}

.brand-gloves {
  font-weight: bold;
  color: #ff6600;
  font-size: 38px;
}

.brand-subtitle {
  font-size: 11px;
  color: #0e0d0c;
  font-weight: normal;
  margin-top: -10px;
  display: block;
}
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #121111;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #e34d07;
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #a0a1a3;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #7f858f;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ff6600;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ff6600;
}

.quote_btn-container .quote_btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/*end header section*/

/* slider section */

/* Hero Area / Slider Section */
 .slider_section {
  position: relative;
  background-color: #fff;
  overflow: hidden; 
  margin-top: 0;
  padding-top: 0;
}


    .carousel-item {
        position: relative;
    }

    .img-box img {
        width: 100%;  /* Make image responsive */
        height: auto;
    }

    .carousel-inner {
        max-width: 100%;
        position:relative;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .detail-box {
        padding: 20px;
        text-align: left;
    }

    .carousel-item h3 {
        font-size: 1.75rem;
        margin-bottom: 10px;
    }

    .carousel-item p {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .btn-box .btn1 {
        padding: 10px 20px;
        font-size: 1rem;
        color: white;
        background-color: #ff6600;
        text-decoration: none;
        border-radius: 5px;
    }
/* === Base Styles === */
.slider_section .carousel-item {
  height: 100vh;
  background-color: #7f858f;
  border-bottom-right-radius: 200px;
  position: relative;
  overflow: hidden;
}

.slider_section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

.slider_section .detail-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 10;
  padding: 20px;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_section .detail-box p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.slider_section .btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* .slider_section .btn1 {
  padding: 10px 20px;
  background-color: #ff6600;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  font-size: 1rem;
}

.slider_section .btn1:hover {
  background-color: #ff4500;
  transform: scale(1.05);
}

/* Carousel Indicators */
/* .slider_section .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #f8842b;
}  */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.4); /* Optional dark background for contrast */
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  justify-content: center;
}

.service_section {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.service_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
        }


.service_section .box {
  margin-top: 25px;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  height:300px;
  width:250px;
  justify-content: center;
}

.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px; 
  background-color: #fff;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: none;
  transition: none;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height:150px;
  border-radius: 15px;
  -webkit-transition:none;
  transition: none;
}

.service_section .box .img-box img {
  width: 270px;
  height: 200px;
  -webkit-transition: none;
  transition: none;
  object-fit: cover;
}
.service_section .box .img-box img:hover {
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.service_section .box .detail-box {
  margin-top:35px;
  transition: none !important;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
  transition: none !important;

}

.service_section .box .detail-box a {
  color: inherit;
  transition: none !important;

}

.service_section .box:hover {
  color: #ffffff;
  transition: none !important;

}

.service_section .box:hover::before {
  -webkit-transform: scale(5);
          transform: scale(5);
  background-color: #ff782a;
  transition: none !important;
  justify-content: center;


}

.service_section .box:hover img {
  -webkit-filter:none;
          filter:none;
          transition: none !important;

}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  transition: none !important;
}


.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #bfcce0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: none;
  transition: none;
  border: 1px solid #cbd3de;
}

.service_section .btn-box a:hover {
  color: #ffffff;
  -webkit-transform: none;
          transform: none;
}

.carousel-item.active .container > .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Center the card */
.carousel-item .col-md-4, 
.carousel-item .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about_section {
  background-image: url('../images/about-bg.jpg'); /* Replace with actual image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color:#7f858f;
  justify-content: flex-end;  /* Push content to the right */
  border-radius: 210px 0 210px 0; /* keep this if curve is needed */
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #7f858f;/* overlay for contrast */
  z-index: -1;
  border-radius: 210px 0 210px 0; /* match the section's border-radius */
  color:#141414;
}

.about_section .row {
  align-items: center;
}

.about_section .img-box {
  position: relative;
  width: fit-content;
  margin-left: auto;        /* move to right */
  top: -7px;               /* move upward */
  position: relative;       /* required for 'top' to work */
}

.about_section .img-box img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.about_section .detail-box h2,
.about_section .detail-box p {
  color: #ffffff;
  position: relative;
  z-index: 4;
  margin-top: 10px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f8842b;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #f8842b;
  margin-top: 15px;
  position: relative;
  z-index: 4;
}

.about_section .detail-box a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.mission-section h2 {
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mission-section p {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 15px;
}

.mission-section, .container, .detail-box {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 576px) {
  .detail-box h2 {
    font-size: 2rem;
    text-align: center;
  }

  .detail-box p {
    font-size: 1rem;
    text-align: center;
  }
}

.case_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case_section .box {
  margin-top: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.case_section .box .img-box {
  position: relative;
}

.case_section .box .img-box img {
  width: 100%;
}
.case_section .box .detail-box {
  padding: 25px;
  text-align: center; /* Centers the text inside the box */
}

.case_section .box .detail-box h5 {
  font-weight: bold;
}

.case_section .box .detail-box p {
  font-size: 15px;
}

.case_section .box .detail-box a {
  color: #d5d7db;
}


.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
  text-align: center;
}

.client_section .box .img-box {
  width: 150px;
  height: 150px;
  min-width: 125px;
  position: relative;
  margin-bottom: -62.5px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #ecf0f8;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 40px;
}

.client_section .box p {
  margin-top: 10px;
}

.client_section .box .detail-box {
  background-color: #e45b10;
  color: #ffffff;
  border-radius: 15px;
  padding: 95px 85px 25px 85px;
  width: 70%; /* Adjust the width as per your requirement */
  margin: 0 auto; /* Centers the box horizontally */
  text-align: center; /* Centers the text inside */
}


.client_section .carousel-indicators {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
            justify-content: center;
            display: flex !important;
            position: relative; /* or absolute if you want it over the carousel */
            margin-top: 20px; /* space from the carousel bottom */
          }
          

.client_section .carousel-indicators li {
  background-color: #070808;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  justify-content: center;
  background-color: #f8842b;
}

.contact_section {
  position: relative;
  margin-bottom: 50px;

}

.contact_section form {
  margin-top: 45px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #210c0c;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #ef6407;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #a5a8ad;
  color: #fff;
  margin-top: 10px;
}

.contact_section button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}


.contact_section .map_container {
  width: 100%;
  min-height: 400px; 
  overflow: hidden;
  margin-left: 0; 
}
.contact_section .map_container .map {
  width: 100%;
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  width: 100%;
  height: 100%;
  min-height: 400px; 
  margin-bottom:50px;
}
.map-gap {
  margin-left: 30px; /* adjust the gap as you like */
}


.footer_container {
  background-color:  #ecf0f8;
  color: #ea580a;
  border-radius: 250px 0 0 0;
  padding-top: 40px;
  margin-top: 0px;
}

/* info section */
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #161414;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #f8842b;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d1c1c;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #f8842b;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #110303;
}

.info_section .info_links a:hover {
  color: #f8842b;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #0a0a0a;
  background-color: #ecf0f8;
  width: 100%;
  height: 45px;
  color: #0b0b0b;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #131212;
}

.info_section form input:-ms-input-placeholder {
  color: #131212;
}

.info_section form input::placeholder {
  color: #131212;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #f8842b;
  color: #151313;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f8842b;
  margin-top: 15px;
}

.info_section form button:hover {
  color: #1a1a1a;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* end info section */
/* footer section*/
.footer_section {
  text-align: center;
  padding: 0px 0;
  margin: 0;
}

.footer_section p {
  margin: 0;
  padding: 10px 0;
  color: #1d1b1b;
}

.footer_section p a {
  color: #161616;
}

/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container-fluid {
  padding: 0 15px;
}

/* Services Section */
.services {
  background-color: #f8f9fa; 
  padding: 50px 0;
}

.services__title {
  text-align: center;
  margin-bottom: 30px;
}

.primary--heading {
  font-size: 2.5rem;
  color: #333; /* Dark text color */
  margin: 0;
}

.elementor-20098 .elementor-element.elementor-element-30b73d84 {
  width: auto;
  max-width: auto;
  bottom: 0px;
}
.elementoricon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ec3f05;
  color: white;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.elementoricon:hover {
  background-color: #ff4500;
  transform: scale(1.1);
}

html {
  scroll-behavior: smooth;
}


/* Carousel Caption Styling */
.carousel-caption {
  background: rgba(0, 0, 0, 0.6);  /* semi-transparent background */
  padding: 15px 25px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: 35%;
  left: 50%;                       /* Center horizontally */
  transform: translate(-50%, -50%);
  width: 60%;                      /* Adjust size */
  text-align: center;
}


/* Caption Heading */
.carousel-caption h1 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Caption Paragraph */
.carousel-caption p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Optional Button Styling */
.carousel-caption .btn1 {
  background-color: #ff6600;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.carousel-caption .btn1:hover {
  background-color: #e65500;
}
.statement {
  background-image: url('railways.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0; 
  color: white; 
}
/* General Styles */
body {
  font-family: Arial, sans-serif; /* Use a clean, modern font */
  line-height: 1.6;
}

.turnkey_section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  padding: 50px 20px;
  border-radius: 250px 0 250px 0;
  overflow: hidden;
}

.turnkey_section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(2px); */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 250px 0 250px 0;
}

.turnkey_section .content-wrapper {
  position: relative;
  z-index: 2;
}

.turnkey_section .card {
  height: 100%;
  border: none;
  transition: transform 0.3s;
}

.turnkey_section .card:hover {
  transform: translateY(-5px);
}

.industries-section {
  margin:0px;
  padding:20px;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.industries-box {
  background: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(8px); */
  border-radius: 20px;
  padding: 35px;
  max-width: 780px;
  width: 80%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  overflow: hidden;
}

.industries-box h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #c9ef1e;
}

.industries-list {
  column-count: 2;
  column-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  color: #f1f1f3;
}

.industries-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.industries-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #92ea05;
}



.housekeeping-section {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.5); 
  color: white;
}
.housekeeping-box {
  position: relative;
  z-index: 2;
  color: white;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.6); /* Optional dark background for contrast */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  padding: 40px;
  border-radius: 15px;
}

.housekeeping-box h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
  }


.housekeeping-box p,
.housekeeping-box ul {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.housekeeping-list {
  list-style-type: disc;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 15px;
}

/* Container and general styles */
.container {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Centering the header */
h1 {
  text-align: center;
  font-size: 32px;
}

/* Map container styling */
.map-container {
  position: relative;
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
}

.map-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* State details styling */
.state-details {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.state-details h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.state-details .list-group-item {
  font-size: 16px;
  padding: 10px;
}

.state-details .list-group-item strong {
  color: #9fa6ae;
}

/* If no state data is available */
p {
  text-align: center;
  font-size: 18px;
  color: #888;
}



/* public/frontend/css/custom.css */

#headingText {
  font-family: 'Montserrat' !important;
  font-size: 3rem !important;
  font-weight: 600;
  color: #eeeaea !important;
  text-transform: uppercase;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 3px;
  line-height: 1.2;
}

#paraText {
  color: #dbe6db !important;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 10px;
  font-family: 'Arial', sans-serif;
  line-height: 1.8;
}
/* public/frontend/css/about.css */

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

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

#headingText {
    color: #ecd5d5 !important;
    font-size: 4rem;
    font-family: 'Times New Roman', serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#paraText {
    color: #dbe6db !important;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
}

/* public/frontend/css/training.css */

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

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

#headingText {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: #eeeaea;
  text-transform: uppercase;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 3px;
  line-height: 1.2;
}

#paraText {
  color: #dbe6db;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 10px;
  font-family: 'Arial', sans-serif;
  line-height: 1.8;
}




.heading_container {
  text-align: center;
  margin-bottom: 40px;
}

.heading_container h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}



