@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
  --h1size: 52px;
  --h2size: 42px;
  --h3size: 26px;
  --h4size: 22px;
  --h5size: 20px;
  --h6size: 18px;
  --bodysize: 16px;
  --h1height: 60px;
  --h2height: 50px;
  --h3height: 34px;
  --h4height: 30px;
  --h5height: 28px;
  --h6height: 30px;
  --bodyheight: 30px;
  --pfamily: "Rubik", sans-serif;
  --red: #ff3838;
  --gray: #777777;
  --text: #555555;
  --blue: #1494a9;
  --white: #ffffff;
  --chalk: #f5f5f5;
  --green: #11b76b;
  --purple: #b12fad;
  --orange: #e86121;
  --yellow: #ffab10;
  --body: #f5f6f7;
  --border: #e8e8e8;
  --heading: #1e5128;
  --secondary: #E2D7AB;
  --primary1: #F2EFC9 ;
	--primary: #0F4414;
  --background: #f6f1eb;
  --sub-heading: #4e9f3d;
  --green-chalk: #ddffd5;
  --green-dark: #072f17;
  --gray-chalk: #cccccc;
  --light-shade: #d8e9a8;
  --intro-bg: #f8fffa;
  --facebook: #3b5998;
  --linkedin: #0e76a8;
  --twitter: #00acee;
  --google: #e60023;
  --instagram: #f77737;
  --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}
#showLess {
  margin-top: 0px;
  display: none; /* Initially hidden */
  width: 100px;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none !important;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  padding: 0px !important;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
  margin-bottom: 0px;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}
.Heading {
  color: var(--primary);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.r-img {
  /* clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 19% 50%, 0% 0%); */
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

/* Section Background */
.recognized-section {
  background: #f8f9fa; /* Light Grey Background */
  padding: 40px 0;
}

/* Title Styling */
.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid var(--primary);
  padding-bottom: 5px;
}

/* Paragraph Styling */
.description {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Feature List */
.feature-list ul {
  list-style: none;
  padding: 0;
  margin-right: 30px;
}

.feature-list ul li {
  font-size: 17px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.feature-list i {
  color: var(--primary);
  margin-right: 8px;
  font-size: 20px;
}

/* Image Styling */
.elevator-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.elevator-image:hover {
  transform: scale(1.05);
}

/* ========================================= */
.bgset18 {
  background-image: url(../images/Background-images/Blog-Pic-4.jpg);
  background-position: center center;
  padding: 120px 20px; /* Increased padding */
  display: flex;
  background-repeat: no-repeat;
  justify-content: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 700px; /* Increased height */
}

.bg-shadow {
  background: #00000071;
  padding: 40px; /* Increased padding */
  width: 85%; /* Slightly wider */
  max-width: 1200px; /* Restrict max width for responsiveness */
  border-radius: 15px;

  h5,
  h3 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 2rem; /* Bigger text */
  }

  p {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 32px; /* Improved readability */
    font-size: 1.2rem;
    padding-top: 20px;
  }

  span a {
    font-size: 1.2rem;
    font-weight: bold;
  }
}



/*<================================ company section =================================> */
.grid-box {
 border-radius: 10px;
  border: 6px solid var(--primary1);
  background-color: var(--primary1);
}

.product-gallery {
  text-align: center;
}

.product-gallery h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.product-gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  transition: filter 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.btn-success {
  background-color: var(--primary);
  color: #fff;
}

.grid-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
  grid-auto-flow: dense;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .tall {
  grid-row: span 1;
}

.grid-wrapper .big {
  grid-row: span 2;
}

.grid-box a img {
  transition: all 0.5s linear 0s, filter 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.grid-box:hover a img {
  transform: scale(0.95);
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
	.product-gallery .grid-wrapper {
		grid-template-columns: repeat(1, 1fr);
		/* 2 equal-sized images per row */
		grid-auto-rows: auto;
		/* Auto height */
	}

	.product-gallery .grid-wrapper .wide,
	.product-gallery .grid-wrapper .tall,
	.product-gallery .grid-wrapper .big {
		grid-column: span 1;
		/* Ensures images take equal space on mobile */
		grid-row: span 1;
	}
}
@media (max-width: 992px) {
	.product-gallery .grid-wrapper {
		grid-template-columns: repeat(1, 1fr);
		/* 2 equal-sized images per row */
		grid-auto-rows: auto;
		/* Auto height */
	}

	.product-gallery .grid-wrapper .wide,
	.product-gallery .grid-wrapper .tall,
	.product-gallery .grid-wrapper .big {
		grid-column: span 1;
		/* Ensures images take equal space on mobile */
		grid-row: span 1;
	}
}


/* Fullscreen Overlay */
.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Fullscreen Overlay */
.fullscreen-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Enlarged Full-Screen Image */
.fullscreen-overlay img {
  padding: 30px;
  background: #000;
  width: 95vw;
  height: 95vh;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

/* Close Button (Perfect Circle) */
.fullscreen-close-btn {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 40px;
  color: var(--primary);
  cursor: pointer;
  background: #fff;
  width: 50px;  /* Set width */
  height: 50px; /* Set height (same as width to make a circle) */
  display: flex;
  padding-bottom: 9px;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Ensures it remains a perfect circle */
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

/* Hover Effect */
.fullscreen-close-btn:hover {
  background: #D8E9A8;
  transform: scale(1.1);
}







/***************************************************/

/* .swiper-container-banner {
	width: 100%;
	
	margin: auto;
	overflow: hidden;
	border-radius: 10;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
	color: white !important;
	background: var(--primary);
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.swiper-pagination {
	bottom: 10px;
} */

.about-2 {
  background: linear-gradient(
      rgba(255, 255, 255, 0.863),
      rgba(255, 255, 255, 0.842)
    ),
    url(../images/Background-images/liftt.jpeg); /* Replace with your actual image path */
  background-size: cover; /* Ensures the image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-attachment: fixed; /* Optional: keeps the background fixed on scroll */
}
.single-contact--info-wrapper {
  background: #d8e9a8c5;
  text-align: center;
  border-radius: 0 0 5px 5px;
  height: 100%;
}

.single-contact--info-wrapper .thumbnail {
  position: relative;
}

.single-contact--info-wrapper .thumbnail img {
  width: 100%;
}

.single-contact--info-wrapper .thumbnail .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.single-contact--info-wrapper .thumbnail .icon path {
  fill: var(--primary);
}

.single-contact--info-wrapper .content {
  padding: 35px 5px;
}

.single-contact--info-wrapper .content span {
  color: var(--color-primary);
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.single-contact--info-wrapper .content .titlee {
  margin-bottom: 0;
  transition: 0.3s;
  color: #383737;
}
.contact-section-form {
  background-color: #fff;
  padding-top: 20px;
}
.contact-form {
  border-radius: 8px;
  padding: 30px 30px;
  margin: 0px 2.5px 30px;
  background: #c0c0c0;
}
.form--area {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  border: 5px double #777777;
}
.contact-form .btn-primm a {
  color: #f8f0f0;
  background-color: #3f3f3f;
  padding: 5px;
  border: 1px solid #3f3f3f;
}
.btn-primm a {
  color: #f8f0f0;
  background-color: #3f3f3f;
  padding: 5px;
  border: 1px solid #3f3f3f;
}
.btn-primm a:hover {
  transition: all 0.2s linear;
  color: #3f3f3f;
  background-color: #f8f0f0;
}
.btn-prim {
  background-color: #4b4b4b;
  padding: 4px;
  color: #fff1d4;
  border-radius: 3px;
  border: 1px solid #333333;
}
.btn-prim:hover {
  background-color: transparent;
  color: #333333;
}

.certificate-section {
  text-align: center;
  padding: 50px 20px;

  
}

/* Certificate Container */
.certificate-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Certificate Cards */
.certificate-card {
 padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.certificate-card img {
  width: 100%;

  display: block;
}

/* Blog Section */
.blog-section {
  
  padding: 50px 20px;
 
  background-color: #f7f7f7a1;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}



/* Blog Cards */
.blog-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  
  
  border: 2px solid #ffffff;
}

.blog-card img {
  width: 100%;
  object-fit: cover;
}

.blog-content {
  padding: 15px;

  padding-bottom: 20px;
  
}





.blog-content .read-more {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #106432;
}
.blog-content .read-more:hover {
  background-color: var(--primary);
  color: #fffbe6;
}

/* Swiper Navigation */
/* .swiper-button-next,
.swiper-button-prev {
  color: var(--primary) !important;
  background-color: var(--primary);
} */

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.header-blog {
  text-align: center;
  background-color: var(--primary);

  color: white;
  padding: 20px;
}

.header-blog h1 {
  margin: 0;
  font-size: 2.5em;
}

.header-blog p {
  font-size: 1.2em;
  opacity: 0.9;
}

/* Blog Content Section */
/* Section Styling */
.blog-content1 {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.blog-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left Side: Text Content */
.text-content {
  flex: 1;
  text-align: left;
}

.text-content h2 {
  font-size: 24px;
  color: var(--primary);
  margin-top: 20px;
}

.text-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Right Side: Image */
.image-content {
  flex: 1;
  text-align: right;
}

.image-content img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
  .blog-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .image-content {
    text-align: center;
    margin-top: 20px;
  }
}

/* Header Styling */
.blog-main-header {
  text-align: center;
  padding-top: 40px;
  color: var(--primary);
}

.blog-main-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.blog-main-header p {
  font-size: 18px;
  opacity: 0.9;
}

/* Section Styling */
.smart-mobility {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.wrapper-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Flexbox for Layout */
.mobility-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left Side: Text Content */
.mobility-text {
  flex: 1;
}

.mobility-text h1 {
  font-size: 32px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.mobility-text h2 {
  font-size: 24px;
  color: var(--primary);
  margin-top: 20px;
}

.mobility-text h3 {
  font-size: 20px;
  color: #333;
  margin-top: 15px;
}

.mobility-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul.mobility-features li,
ul.mobility-info li {
  font-size: 16px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

ul.mobility-features li i,
ul.mobility-info li i {
  color: var(--primary);
  margin-right: 10px;
}

/* Blockquote Styling */
blockquote {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
  margin: 20px 0;
  padding: 10px;
  border-left: 5px solid var(--primary);
  background: var(--light-shade);
}

/* Right Side: Image */
.mobility-image {
  flex: 1;
  text-align: right;
}

.mobility-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
  .mobility-layout {
    flex-direction: column;
    text-align: center;
  }

  .mobility-image {
    text-align: center;
    margin-top: 20px;
  }
}
#stylecraft-wrapper {
  background-position: center bottom;
  background-attachment: fixed; /* Keeps the background image fixed */
  background-image: linear-gradient(to bottom, rgba(42, 42, 42, 0.825), rgba(53, 53, 53, 0.715)), 
url(../images/Background-images/golden-lift-doors-set_1441-3994.avif)!important;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 15px; /* Reduced padding */
  width: 100%;
  min-height: 80vh; /* Decreased height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: #fff;

  position: relative;
}

#stylecraft-header {
  font-size: clamp(1.5em, 4vw, 2.5em); /* Decreased font size */
  font-weight: bold;
  margin-bottom: 20px;
}

#stylecraft-overview {
  font-size: clamp(0.9em, 2vw, 1.1em); /* Reduced font size */
  color: #fff;
  margin: 0 auto 25px;
  line-height: 1.5;
  max-width: 750px;
}

#stylecraft-media {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr; /* Image - Text - Image */
  align-items: center;
  gap: 15px;
  
  width: 100%;
}

.stylecraft-media-img {
  width: 100%;
  height: 350px; /* Adjust as needed */
  border-radius: 8px;
  border: 2px solid var(--primary);
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.stylecraft-media-img:hover {
  transform: scale(1.05); /* Hover effect */
}

.stylecraft-media-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 15px;
}

#stylecraft-metrics {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
}

.metric-item {
  flex: 1;
  min-width: 160px; /* Decreased size */
  margin-bottom: 15px;
  padding: 15px;
  background-color: rgba(88, 88, 88, 0.8);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.metric-item h2 {
  font-size: clamp(1.3em, 3.5vw, 2em); /* Reduced font size */
  color: #ffffff;
  margin: 0;
}

.metric-item p {
  font-size: clamp(0.8em, 1.8vw, 0.9em); /* Decreased font size */
  color: #e0e0e0;
  margin-top: 10px;
}

.icon-facebook { color: #1877F2; }  /* Facebook Blue */
.icon-instagram { color: #E4405F; } /* Instagram Gradient Red-Pink */
.icon-youtube { color: #FF0000; }   /* YouTube Red */
.icon-whatsapp { color: #25D366; }  /* WhatsApp Green */

/* Optional: Hover effect */
.hotline a:hover { opacity: 0.8; transform: scale(1.1); transition: 0.3s ease-in-out; }
/* Optional: Hover effect */
.hotline a:hover { opacity: 0.8; transform: scale(1.1); transition: 0.3s ease-in-out; }


/* Improved Responsive Design */
@media (max-width: 1024px) {
  #stylecraft-media {
    grid-template-columns: repeat(2, 1fr);
  }

  .stylecraft-media-img {
    height: 280px; /* Reduced height */
  }
}

@media (max-width: 768px) {
  #stylecraft-wrapper {
    padding: 30px 10px; /* Further reduced padding */
    min-height: 70vh; /* Decreased height */
  }

  #stylecraft-media {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .stylecraft-media-img {
    height: 250px; /* Reduced height */
  }

  .metric-item {
    min-width: 130px;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  #stylecraft-wrapper {
    padding: 20px 10px;
    min-height: 65vh; /* Further decreased height */
  }

  #stylecraft-media {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stylecraft-media-img {
    height: 220px;
    max-width: 100%;
  }

  .metric-item {
    min-width: 100%;
    padding: 10px;
  }
}

@media (max-width: 320px) {
  .stylecraft-media-img {
    height: 200px;
  }
}

/* Blog Card */
.blog-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.blog-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-info {
  padding: 20px;
}

.blog-info h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

/* Read More Button */
.blog-link {
  display: inline-block;
  color: var(--primary);
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-link:hover {
  color: var(--primary);
}

/* Footer */
.blog-footer {
  text-align: center;
  background: var(--primary);
  color: white;
  padding: 20px;
  margin-top: 30px;
}

.about-sec h3 span {
  color: #115f30
}
.about-sec {

  background-size: cover;
  background-repeat: no-repeat;
  color: rgb(32, 32, 32);
}
@media only screen and (max-width: 1199px) {
  .single-contact--info-wrapper .content .titlee {
    font-size: 22px;
  }
}

.single-contact--info-wrapper .content .titlee.under-line {
  text-decoration: underline;
}

.single-contact--info-wrapper .content .titlee:hover {
  color: var(--primary);
}
.titlee {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  text-transform: lowercase;
}
.mySwiper .swiper-wrapper {
  display: flex !important;
}
.mySwiper .swiper-slide {
  margin-right: 20px !important; /* Alternative way to add spacing */
}

.home-banner {
  padding-bottom: 20px;
}
.mySwiper98 img {
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: contain;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  padding: 25px;
  text-align: center;
  align-items: center;
}

/* Hover effect */
.certificate-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.certificate-img:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
/* Certificate Section */
.certificate-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.certificate-card {
  cursor: pointer;
  transition: transform 0.3s;
}

.certificate-card:hover {
  transform: scale(1.05);
}

.certificate-img {
  width: 200px;
  height: auto;
  border-radius: 5px;
}

/* Full-Screen Popup */
.fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#fullscreenImage {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

/* Close Button */
#closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

/* Fullscreen effect */
/* Fullscreen popup */
/* .fullscreen-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}



  
  /* product image */
.title {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  color: var(--primary);
  text-transform: uppercase;
}
.t-border {
  display: block;
  width: 80px;
  height: 3px;
  background: var(--primary);
  margin: 10px auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.features-heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #004080;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

/* Adding an underline effect */
.features-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #d8e9a8;
  margin: 8px auto 0;
  border-radius: 2px;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

/* Responsive Grid */
@media (max-width: 1024px) {
  .features-container {
    grid-template-columns: repeat(2, 1fr); /* 2 items per row */
  }
}

@media (max-width: 768px) {
  .features-container {
    grid-template-columns: repeat(1, 1fr); /* 1 item per row */
  }
}

.feature-box {
  display: flex;
  align-items: center;
  background: #f1f1f1b6;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease-in-out, background 0.3s;
  cursor: pointer;
  border-left: 6px solid var(--primary);
  position: relative;
}

.client-scope-list {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  max-width: 800px;
}

.client-scope-list li {
  background: rgb(255, 255, 255);
  padding: 12px 18px;
  margin-bottom: 20px;
  gap: 5px;
  border-radius: 6px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  font-size: 16px;
  color: #333;
  
}

/* Hover effect */
.feature-box:hover {
  background: #d8e9a8;
  transform: scale(1.06);
  border-left-color: var(--primary);
}

/* Icon Styling */
.feature-icon {
  font-size: 28px;
  margin-right: 12px;
  color: #004080;
  transition: color 0.3s;
}

.feature-box:hover .feature-icon {
  color: #2c5f2d;
}

/* Text Styling */
.feature-box p {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.img-text img:hover {
  filter: brightness(100%);
  transition: 0.3s ease;
  transform: scale(0.98);
}

.img-text {
  position: relative;
}
.overlay-text {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 80%;
}

.q-card {
  margin-right: 0px;
  padding: 1px;
  border-radius: 4px;
  position: relative;
}

.q-card:hover {
  filter: brightness(100%);
}

.q-card:hover .overlay-text {
  display: none;
}

.ql-img {
  transform: skew(5deg);
  filter: brightness(40%);
  border-radius: 30px;
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.q-bg {
  background: linear-gradient(
      rgba(255, 255, 255, 0.596),
      rgba(255, 255, 255, 0.514)
    ),
    url(../images/Background-images/bg-img.jpeg); /* Replace with your actual image path */
  background-size: cover; /* Ensures the image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-attachment: fixed; /* Optional: keeps the background fixed on scroll */
  padding: 5px; /* Adds some padding to ensure content is not too close to the edges */
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.5s ease-in-out;
}

/* Popup Content */
.popup-content {
  position: relative;
  background: white;
  color: black;
  padding: 30px;
  text-align: center;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.5s ease-in-out;
}

/* Title & Paragraph */
.popup-content h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

/* Buttons */
.popup-btn {
  background: var(--primary, #007bff);
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1rem;
  transition: 0.3s;
}
.popup-btn:hover {
  background: green;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}
.close-btn:hover {
  color: black;
}

/* Enquiry Form (Initially Hidden) */
.enquiry-form {
  display: none;
  text-align: left;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.5s ease-in-out;
}

/* Input Fields */
.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  background: var(--primary, #007bff);
  color: white;
  padding: 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1rem;
  transition: 0.3s;
}
.submit-btn:hover {
  background: green;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .product-categories{
  background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255,255,255,0.8)),url(../images/Background-images/99.jpg);
} */


/***********************************************/
/* Ensure all cards have the same height */
    .p-card {
      height: 300px !important; /* Fixed height for desktop */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      background:#f2efc9;
    }

    /* Ensure image container takes consistent space */
    .p-img {
      flex: 0 0 80%; /* Image takes 80% of card height */
      overflow: hidden;
    }

    .p-img img {
      height: 100%;
      object-fit: cover; /* Ensure images scale uniformly */
    }

    /* Ensure title container has fixed height and handles long text */
    .p-title {
      flex: 0 0 20%; /* Title takes 20% of card height */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
    }

    .p-title h6 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; /* Truncate long titles with ellipsis */
      width: 100%;
      margin: 0;
      padding: 0 5px;
    }
@media (max-width: 600px) {
  .p-card{
height: 300px !important;
  }
}
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .p-card {
        height: 300px !important; /* Smaller height for tablets */
      }
    }

    @media (max-width: 576px) {
      .p-card {
        height: 300px !important; /* Even smaller for mobile */
      }

      .p-title h6 {
        font-size: 0.9rem; /* Slightly smaller font for mobile */
      }
    }

    /* Ensure Swiper slide height matches card */
    .swiper-slide {
      height: auto; /* Allow Swiper to adjust to card height */
    }
/************************************************/
.p-card {
  text-align: center;
  justify-content: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 6px;
  overflow: hidden;

  img:hover {
    transform: scale(0.96);
    overflow: hidden;
    background-color: #f2efc9 !important;
    transition: all 0.2s linear;
  }

  a {
    color: #fff2af;
  }

}
.p-img {
  padding: 10px;
  background-color: var(--primary1);
}
.p-title {
  background-color: var(--primary1);
  padding: 5px;

}
.p-title h6 {
  color: rgb(46, 46, 46) !important;
}


/* Header Section */
.gallery-header {
  text-align: center;
  background: var(--primary);
  color: white;
  padding: 50px 0;
}

.gallery-header h1 {
  font-size: 2.5rem;
}

.gallery-header p {
  font-size: 1.2rem;
  opacity: 0.8;
}

/* Gallery Grid */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  padding: 15px;
}

.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-box img {
  width: 100%;
  height: 250px; /* Set fixed height */
  object-fit: cover; /* Crop the image to fill box without distortion */
  transition: transform 0.3s ease;
}

.gallery-box:hover img {
  transform: scale(1.1);
}

/* Hover Effect */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-box:hover .overlay {
  opacity: 1;
}

.overlay i {
  color: white;
  font-size: 2rem;
}

.s1 {
  align-items: center;
  background-color: #effaec;
  p{
    margin: 0 !important;
  }
}
.s2 {
  background-color: #707472;
  h4,
  p {
    color: rgb(248, 248, 248) !important;
    margin: 0 !important;
  }
}
.s3 {
  background-color: var(--primary);
  h4,
  p {
    color: #fff !important;
    margin: 0 !important;
  }
}
.accordion-button {
  padding: 15px !important;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}
.faq {
  background: url(../images/Background-images/BG4.jpg) linear-gradient(#ffffffb2);
}
.faq-btn {
  background: rgb(80, 80, 80);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px;
}
.faq-btn:hover {
  color: rgb(36, 36, 36);
  background: #fff;
  border: 1px solid #39404a;
}
.form-section {
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  width: 100%;
  background-color: #fff;
}

.btn {
  background-color: #e9a301;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #690101;
  color: #fff;
}

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  display: flex; /* Flexbox for centering */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Modal header */
.modal-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
  font-size: 24px;
  color: #690101;
}

.close {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* Modal body */
.modal-body {
  padding: 10px 0;
}

.mb-3 {
  margin-bottom: 15px;
}

.form-label {
  display: block;
  font-size: 16px;
  color: #690101;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #690101;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

/* Modal footer */
.modal-footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.herroBc {
  position: relative;
  text-align: center;
  /* padding: 20px; */
  color: #fff;
}

.herroBc img {
  width: 100%;
  height: auto;
  display: block;
}

.herroBc h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
/* Responsive breakpoints */
@media (max-width: 992px) {
  .herroBc h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .herroBc h1 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .herroBc h1 {
    font-size: 22px;
    padding: 10px;
  }
}

.r-bg {
  background: linear-gradient(rgba(255, 255, 255, 0.684),rgba(255,255,255,0.5)),url(../images/Background-images/BG1.jpg);
}
.r-bg h3 {
  margin-left: 0;
  color: var(--primary);
}

.image2 {
  background-image: url("https://res.cloudinary.com/dswp5qfpm/image/upload/v1597476033/animal/cat_hfwcwm.jpg");
}

.table-container {
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
.table-container th,
td {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
.table-container th {
  background-color: var(--primary);
  color: white;
}
.table-container tr:nth-child(even) {
  background-color: #fff;
  color: rgb(39, 39, 39);
}
.table-container tr:nth-child(odd) {
  background-color: #d8e9a8;
  color: rgb(39, 39, 39);
}


.label {
  font-weight: bold;
  color: #555;
}

.Specifications {
  padding-top: 40px !important;
  text-align: center;
  font-size: 24px;
  color: #004080;
  font-weight: bold;
  background-image: url(../images/Background-images/BG3.jpg);
}
.Specifications1 {
  padding-top: 40px !important;
  text-align: center;
  font-size: 24px;
  color: #004080;
  font-weight: bold;
  background-image: url(../images/Background-images/BG1.jpg);
}
.Sample {
  background: #fffae2;
}
.image-gallery {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.image-container {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1f1b7a8;
  border: var(--primary) 2px solid;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  transition: opacity 0.5s ease;
}
.image-container span {
  color: rgb(39, 39, 39);
}

.image-container:hover img {
  opacity: 1;
}

/* Welcome Section Styles */
/* .welcome-section {
    position: relative;
    width: 100%;
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--primary);
    overflow: hidden;
}


.flip-container {
    width: 80%;
    height: 70vh;
    position: relative;
    perspective: 1200px;
}


.flipper {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s ease-in-out;
}


.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.front {
    background: var(--light-shade); 
}

.front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.back {
    background: url('assets/images/escalator-bg.jpg') no-repeat center center/cover;
    transform: rotateY(180deg);
    color: var(--primary);
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-shade); 
}


.welcome-content {
    position: relative;
    max-width: 700px;
    z-index: 1;
}

.welcome-content h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.welcome-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}


.cta-btn {
    display: inline-block;
    background: var(--primary); 
    color: white;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #4E9F3D; 
    color: white;
}


.flip-container:hover .flipper {
    transform: rotateY(180deg);
} */

.mySwiper98 .swipper-wrapper img {
  height: 120%;
}

.blue span {
  margin-left: 30px;
}
.fw-bold {
  margin-left: 20px;
}
/* ================================ Why choose us section ========================== */

.whychoose-ussection {
  background-position: center bottom 0px;
  background-image: url(../images/Background-images/curve.png),
    radial-gradient(circle at top right, var(--primary) 0%, var(--primary) 5%) !important;
  background-size: cover;
  padding-top: 10px;
  .content-points {
    /* border: 2px solid var(--secondary); */
    border-radius: 10px;
    margin: 4px;
    /* box-shadow: 0px 10px 60px 0px rgba(10, 45, 97, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    background: white;

    div {
      display: flex;
      justify-content: flex-start;
      padding: 10px 20px;
      align-items: center;
      gap: 20px;
      /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
      /* border: 1px solid red; */

      h5 {
        color: rgb(31, 40, 57);
        transition: all 0.3s linear;
        font-size: 16px;
      }
    }

    p {
      border: 2px solid var(--primary);
      border-radius: 100%;
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s linear;
      padding: 5px;
      margin: 0 !important;
      i {
        font-size: 18px;
        color: var(--primary);
        text-align: center;
        transition: all 0.3s linear;
      }
    }

    &:hover p {
      border: 2px solid rgb(31, 40, 57);
    }

    &:hover i {
      color: rgb(31, 40, 57);
    }

    &:hover div h5 {
      color: var(--primary);
    }
  }

  .contact-in {
    display: flex;
    justify-content: flex-start;

    align-items: center;
    gap: 10px;
    margin-bottom: 0px;

    p {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: justify;
      padding: 10px;

      i {
        color: var(--primary);
        font-size: 16px;
      }
    }

    a {
      color: white;
      font-size: 16px;
      align-self: flex-start;
    }
  }
}

.accordion {
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-header {
  background-color: #fcfcfc;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  transition: linear 0.3s ease;
}

.accordion-header:hover {
  background-color: #f5f5f5;
}

.accordion-content {
  padding: 16px;
  display: none;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.accordion-item.active .accordion-content {
  display: block;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 4px;

  background-color: #fff;
  height: 300px;
}
/************************************************************/
.testimonial {
  background: linear-gradient(
      rgba(233, 255, 211, 0.911),
      rgba(233, 255, 211, 0.911)
    ),
    url(../images/Background-images/half.jpeg); /* Replace with your actual image path */
  background-size: cover; /* Ensures the image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-attachment: fixed; /* Optional: keeps the background fixed on scroll */
}
.testimonial p {
  margin-left: 30px;
}
.accordion {
  background-color: rgba(224, 224, 224, 0.541);
  color: #302f2f;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 1px solid #d3d3d3;
}
.inputName3 {
  color: green;
}
.active,
.accordion:hover {
  background-color: rgba(182, 182, 182, 0.541);
}
.faq h2 {
  color: rgb(17, 17, 17);
}
.faq-chevron {
  float: inline-end;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: #e8fab66c;
  overflow: hidden;
}
.faq-chevron {
  float: inline-end;
}


.yt-video {
  width: 100%;
  height: 100%;

  .youtuberee {
    width: 100%;
    height: 100%;
  }

}

.service-area{
  background: radial-gradient(white,rgba(255, 255, 255, 0.562));
}

.service-img{
  margin-top: 30px;
  
  
}

.service-item {
  width: 100%;
  height: auto;
  border: 2px solid #e7e7e7;
  border-radius: 15px;
  text-align: center;
  padding: 60px 25px 30px;
  margin-top: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-icon {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  

}

.service-item img {
  
  background: radial-gradient(gray,white);
  border-radius: 50%;
  top: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-item{
  background: #c0dfb9;
}
.service-item:hover{

    background:#fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
img {
  max-width: 100%;
  height: auto;
}
.service-icon:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 40px;
  text-align: center;
  top: 45%;
  left: 30%;
  border-bottom: 2px solid #e7e7e7;
  background-color: #fff;
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  transform: rotate(26deg);
}

.service-icon:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 40px;
  text-align: center;
  top: 45%;
  right: 30%;
  border-bottom: 2px solid #e7e7e7;
  background-color: #fff;
  -webkit-transform: rotate(-26deg);
  -moz-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  -o-transform: rotate(-26deg);
  transform: rotate(-26deg);
}


.why-choose-us {
  background: linear-gradient(135deg, #eef2f3, #ffffff);
  text-align: center;
  padding: 60px 20px;
}
.section-title {
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.section-subtitle {
  font-size: 1.2rem;
  color: #777;
  margin-bottom: 40px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  
  margin: auto;
}
.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.feature-box:hover {
  transform: translateY(-5px);
}
.feature-box i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 15px;
}
.feature-box h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.luxury-section {
 
  color: white;
  padding: 60px 20px;



  

.header {
  margin-bottom: 40px;
}
.lux-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}
.subtitle {
  font-size: 1.2rem;
  opacity: 0.8;
  color: #000;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
 
}
.grid-item {
  background-color: #5e5e5e;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.grid-item:hover {
  transform: translateY(-10px);
  background: rgba(133, 133, 133, 0.567);
}
}

.industry-elevators {
  background-color: #f1f5f9;
  padding: 25px 0;
}



.section-title {
  text-transform: uppercase;
  font-size: 2.0em;
  font-weight: 600;
  margin-bottom: 50px;
  color: #072f17;
}

.elevator-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.elevator-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.elevator-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.elevator-text {
  margin-top: 10px;
}

.elevator-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #34495e;
}

.elevator-description {
  font-size: 1.1em;
  color: #7f8c8d;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .elevator-item {
      width: 100%;
  }
  
  .section-title {
      font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  .elevator-title {
      font-size: 1.8em;
  }
  
  .elevator-description {
      font-size: 1em;
  }
}
.cert-bg{
  background-color: var(--primary1);
}

.certificates-section {
  padding: 30px 20px;
 
}

.certificates-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.certificate-item {
  width: 300px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 6px;
  background: #fff;
}

.certificate-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  padding: 15px;
}

.certificate-item:hover {
  transform: scale(1.05);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
}

.modal-content {
  margin: auto;
  display: block;
 
  
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.pbg{
  background:linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),url(../images/Background-images/whitee.jpg);
  background-size: contain;
  background-repeat: repeat;
   }

   .pr-card{
		text-align: center;
    border-radius: 20px;
    padding: 2px;
    background-color: var(--primary1);
    border: 5px solid #595959;
		h6{
			background-color: rgb(255, 255, 255);
			padding: 6px;
			color: #303030;
		}
    

   
	}




  .img-card {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .img-card img {
    width: 100%;
    display: block;
    filter: brightness(75%);
    transition: filter 0.4s ease;
  }
  
  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.481);
    transition: background-color 0.4s ease;
  }
  
  .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.4s ease;
  }
  
  .elevator-card {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .elevator-title {
    font-weight: bold;
    font-size: 37px;
    margin-bottom: 8px;
    color: #fff2af;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.866)
  }
  
  .elevator-info .label {
    font-weight: bold;
    font-size: 22px;
    color: #fff2af;
  }
  .elevator-info{
    font-size: 22px;
    
  }
  /* Hover Effects */
  .img-card:hover img {
    filter: brightness(100%);
  }
  
  .img-card:hover .img-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .img-card:hover .text-overlay {
    opacity: 0;
  }
  

  
    /* Certificates Section */
    .certificates-section {
width: 100%;
      margin: 0 auto;
      text-align: center;
    }

    /* Custom styling for Bootstrap card */
    .certificate-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid #e0e0e0;
    }

    .certificate-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    }

      /* Certificate Icon */
      .certificate-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        fill: #4B6CB7; /* Matches the previous icon color */
      }
    /* Download Button */
    .download-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(90deg, #1a7824, #0F4414);
      border: none;
      transition: background 0.5s ease;
    }

    .download-btn:hover {
      background: linear-gradient(90deg, #0F4414, #1a7824);
    }

    .download-btn svg {
      width: 18px;
      height: 18px;
      fill: white;
    }

    .client {
      text-align: center;
  }
  .client img {
      max-width: 150px;
      max-height: 150px;
      margin-bottom: 10px;
  }
  .client p {
      font-size: 18px;
      font-weight: bold;
      margin: 0;
  }

  .safe1{
    background-color: #eeeeee;

    border: 1px solid #6f6f6f;
  }

  .client{
  background: linear-gradient(135deg, rgba(222, 222, 222, 0.9), rgba(29, 133, 18, 0.6));
    padding: 20px;
    border-top-left-radius: 30px;
    border: 1px solid #c8c4c4;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }

 /* Default: hidden on mobile */
.more-text {
  display: none;
}

/* Hide button and show full content on large screens */
@media (min-width: 768px) {
  .more-text {
    display: inline !important;
  }

  .read-more-btn {
    display: none;
  }
}
.read-more-btn{
  background-color: transparent;

  text-decoration: underline;
  color: #46902c;
  border: none;
}

.banner-border{
  border: 3px solid #686868;
}




    .features-container {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }

    .feature-box {
      background: #f5f5f5;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      width: 250px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .feature-icon {
      font-size: 24px;
      margin-bottom: 10px;
      display: block;
    }

    .client-scope-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .client-scope-list li {
      margin-bottom: 10px;
      font-size: 16px;
      position: relative;
      padding: 20px;
    }

    /* .client-scope-list li:before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #0F4414;
        
        } */
    .t-border {
      width: 100px;
      height: 3px;
      background: #0F4414;
      margin: 10px auto;
    }

    .Heading {
      font-size: 32px;
      color: #1E5128;
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px;
    }


    .header {
      background-color: #343a40;
      color: white;
      padding: 20px;
      text-align: center;
      margin-bottom: 30px;
    }

    .section-title {
      color: #dc3545;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .card {
      margin-bottom: 20px;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .card-header {
      background-color: #e9ecef;
      font-weight: bold;
    }

    .img-placeholder {
      background-color: #e9ecef;
     
      display: flex;
      align-items: center;
      justify-content: center;
      color: #6c757d;
      font-style: italic;

      img{
         height: 350px;
      object-fit: cover;
      }
    }

    .img-container {
      position: relative;
      display: inline-block;
    }

    .overlay-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      background: rgba(0, 0, 0, 0.6);
      padding: 10px 20px;
      border-radius: 8px;
      font-size: 1.5rem;
      transition: opacity 0.3s;
      pointer-events: none;
      /* So the download link is clickable */
    }

    .img-container:hover .overlay-text {
      opacity: 0;
    }

    .download-btn {
      display: block;
      margin-top: 10px;
      text-align: center;
      background: #007bff;
      color: white;
      padding: 8px 16px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      width: fit-content;
    }

    .download-btn:hover {
      background: #0056b3;
    }

    .door-card {
      max-width: 700px;
      margin: auto;
    }

    .door-images {
      display: flex;
      gap: 1rem;
      justify-content: center;
      margin-bottom: 1rem;
    }

    .door-title {
      text-align: center;
      font-weight: 600;
      font-size: 1.4rem;
      margin-bottom: 0;
    }

    .door-images img {
      width: 48%;
      height: 220px;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
      cursor: pointer;
      transition: box-shadow 0.2s;
    }

    .door-images img:hover {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    }

    .modal-img {
      width: 100%;
      height: auto;
      max-height: 70vh;
      object-fit: contain;
      display: block;
      margin: auto;
    }


        .main-wrapper {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
            padding: 40px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .primary-heading {
            font-size: 3rem;
            font-weight: 700;
                background: linear-gradient(135deg, #0F4414 0%, #2faa60 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }
        
        .primary-heading::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
             background: linear-gradient(135deg, #0F4414 0%, #2faa60 100%);
            border-radius: 2px;
        }
        
        .requirements-panel {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(102, 126, 234, 0.1);
        }
        
        .requirements-panel .panel-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #2c5030;
            margin-bottom: 25px;
            position: relative;
            padding-left: 20px;
        }
        
        .requirements-panel .panel-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 30px;
               background: linear-gradient(135deg, #0F4414 0%, #2faa60 100%);
            border-radius: 2px;
        }
        
        .detailed-items {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .detailed-items .item-card {
            background: white;
            margin-bottom: 15px;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            position: relative;
            padding-left: 70px;
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
        }
        
        .detailed-items .item-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            border-left-color: #8eea66;
        }
        
        .detailed-items .item-card:before {
            content: attr(data-index);
            background: linear-gradient(135deg, #0F4414 0%, #2faa60 100%);
            color: white;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            left: 20px;
            top: 20px;
            box-shadow: 0 4px 12px rgba(13, 130, 15, 0.3);
        }
        
        .item-heading {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }
        
        .item-detail {
            color: #5a6c7d;
            font-size: 0.95rem;
            line-height: 1.5;
        }
        
        .summary-panel {
            background: linear-gradient(135deg, #0F4414 0%, #2faa60 100%);
            border-radius: 15px;
            padding: 30px;
            color: white;
            box-shadow: 0 10px 30px rgba(13, 130, 15, 0.3);
        }
        
        .summary-panel .panel-title {
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 25px;
            text-align: center;
        }
        
        .quick-items {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .quick-items .summary-item {
            padding: 15px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            padding-left: 35px;
            transition: all 0.3s ease;
        }
        
        .quick-items .summary-item:last-child {
            border-bottom: none;
        }
        
        .quick-items .summary-item:hover {
            padding-left: 40px;
        }
        
        .quick-items .summary-item:before {
            content: "✓";
            color: #4CAF50;
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 18px;
            background: white;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        }
        
        @media (max-width: 768px) {
            .main-wrapper {
                padding: 20px;
                margin: 10px;
            }
            
            .primary-heading {
                font-size: 2.2rem;
            }
            
            .requirements-panel, .summary-panel {
                margin-bottom: 30px;
            }
        }
        
        .entrance-animation {
            animation: slideIn 0.8s ease-in;
        }
        
        @keyframes slideIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .drawing-btn{
           background: linear-gradient(135deg, #0F4414 0%, #2faa60 100%);
           color: #fff;
        border-radius: 10px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            padding: 10px;
            font-weight: bold;
            text-transform: uppercase;
        }

         .drawing-btn:hover{
          color: #e6e6e6;
         }

     /* Ensure cards have a fixed height matching typical paragraph height */
    .h-card {
      height: 200px; /* Approximate height of the paragraph in col-lg-3 */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
    }

    /* Ensure testimonial text container fits within card */
    .h-card > div:first-child {
      flex: 1;
      overflow: hidden;
    }

    .h-card p {
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis; /* Truncate long testimonials */
      display: -webkit-box;
      -webkit-line-clamp: 4; /* Limit to 4 lines */
      -webkit-box-orient: vertical;
    }

    /* Ensure bottom section (stars and name) has fixed height */
    .h-card .d-flex.align-items-center {
      flex: 0 0 60px; /* Fixed height for stars and name */
    }

    .h-card h6 {
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; /* Truncate long names */
    }

    /* Ensure Swiper slide height matches card */
    .swiper-slide {
      height: auto; /* Allow Swiper to adjust to card height */
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .col-lg-3,
      .col-lg-8 {
        width: 100%; /* Stack columns vertically */
      }

      .h-card {
        height: 180px; /* Slightly smaller height for tablets */
      }

      .h-card p {
        -webkit-line-clamp: 3; /* Reduce to 3 lines for tablets */
      }

      .swiper.mySwiper {
        margin-top: 20px; /* Add spacing between stacked sections */
      }
    }

    @media (max-width: 576px) {
      .h-card {
        height: 150px; /* Smaller height for mobile */
      }

      .h-card p {
        font-size: 0.9rem; /* Smaller font for mobile */
        -webkit-line-clamp: 2; /* Reduce to 2 lines for mobile */
      }

      .h-card h6 {
        font-size: 0.85rem; /* Smaller name font for mobile */
      }

      .h-card .d-flex.align-items-center {
        flex: 0 0 50px; /* Slightly smaller for mobile */
      }
    }




    /* Certificate Cards Styling */
.certificate-card {
  height: 300px !important; /* Fixed height for all cards */
  transition: transform 0.3s ease;
}

.certificate-card:hover {
  transform: translateY(-5px);
}

.certificate-card .card-body {
  padding: 1rem !important; /* p-3 equivalent */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important; /* text-center equivalent */
}

.certificate-card .certificate-icon {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 1rem !important; /* mb-3 equivalent */
  color: #0d6efd; /* Bootstrap primary color */
}

.certificate-card .card-title {
  font-size: 1.25rem !important; /* fs-5 equivalent */
  font-weight: 600 !important; /* fw-semibold equivalent */
  margin-bottom: 1rem !important; /* mb-3 equivalent */
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100% !important; /* w-100 equivalent */
}

.certificate-card .download-btn svg {
  width: 16px !important;
  height: 16px !important;
  margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .certificate-card {
    height: 280px !important;
  }
  
  .certificate-card .card-title {
    font-size: 1.1rem !important;
  }
}

/* Ensure swiper slides have proper spacing */
.swiper-slide {
  padding: 0 5px;
  height: auto;
}


/* Blog Cards Equal Height Styling */
.blog-slider {
  padding: 20px 0;
}

.blog-card {
  height: 100%; /* Take full height of swiper-slide */
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 200px; /* Fixed image height */
  object-fit: cover;
  object-position: center;
}

.blog-content {
  padding: 20px;
  flex: 1; /* Takes remaining space */
  display: flex;
  flex-direction: column;
}

.blog-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  flex: 1; /* Makes title take available space */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px; /* Fallback for line-clamp */
}

.read-more {
  margin-top: auto; /* Pushes to bottom */
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0a58ca;
  text-decoration: underline;
}

/* Swiper Slide Settings */
.swiper-slide {
  height: auto; /* Important for equal height */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .blog-card img {
    height: 160px;
  }
  
  .blog-content h5 {
    font-size: 1rem;
    min-height: 54px; /* Adjust for smaller screens */
  }
}

@media (max-width: 576px) {
  .blog-card img {
    height: 140px;
  }
  
  .blog-content {
    padding: 15px;
  }
}

