
/* 
New style */

/* Base Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img {
  max-height: 50px;
}

/* Navigation */
.main-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s;
}
.main-nav a:hover {
  color: #c00; /* Highlight color */
}

/* Icons */
.header-icons a {
  margin-left: 15px;
  color: #333;
  font-size: 16px;
  transition: color 0.3s;
}
.header-icons a:hover {
  color: #c00;
}
.footer-dark {
	background-color: #303e4b;
}

.social-icons a.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid #ffffff40; /* light border like helios */
}

.social-icons a.social-icon:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}


.mySwiper,
.swiper-slide,
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

 .home-banner {
    height: 500px; /* Adjust this value to reduce or increase height */
    overflow: hidden;
  }

  .slider-left {
    background-color: #f8f8f8; /* Light gray background for the left side */
    height: 100%;
  }

  .slider-left .swiper,
  .slider-left .swiper-slide img {
    height: 100%;
    object-fit: contain;
  }

  .right-banner img {
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .home-banner {
      height: auto;
    }

    .slider-left,
    .right-banner img {
      height: auto;
    }
  }
	
	/* .slider-left .swiper-slide img {
  	background-color: transparent !important;
	} */

	.swiper-slide.left {
  	background-color: #f7f1eb;
	}

	.feature-links {
  background-color: #f8f9fa;
}

.feature-item a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  max-width: 180px;
}

.feature-icon {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.feature-text {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.feature-item a:hover .feature-icon {
  transform: scale(1.1);
}
#feature-link {
	background-color: #e3e6ed;
}

.home-banner {
    height: 500px; /* Adjust this value to reduce or increase height */
    overflow: hidden;
  }

  .slider-left {
    background-color: #f8f8f8; /* Light gray background for the left side */
    height: 100%;
  }

  .slider-left .swiper,
  .slider-left .swiper-slide img {
    height: 100%;
    object-fit: contain;
  }
	.slider-left {
		background: #e3dbdb !important;
	}
  .right-banner img {
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .home-banner {
      height: auto;
    }

    .slider-left,
    .right-banner img {
      height: auto;
    }
  }
	.feature-icon {
  font-size: 2.5rem;
  color: #D9232D; /* Prestige red or any theme color */
  margin-bottom: 0.5rem;
  display: block;
}
.feature-text {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.feature-item a {
  text-decoration: none;
  color: inherit;
}
.feature-item a:hover .feature-icon {
  color: #000; /* or a highlight color */
}



.pt-influencer {
	a {
		color: #2f2e2e;
    display: inline-block;
		text-decoration: none;
	}
	img {
		border-radius: 10px;
	}
}
.ttk-light {
	background-color: #f4f4f4;
}

.card img {
  height: 240px;
  object-fit: cover;
}

.card h5 {
  color: #000;
}
.category-card {
  position: relative;
  overflow: hidden;
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
} */

.category-card:hover .category-overlay {
  opacity: 1;
}

 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    .innovative-slider {
      padding: 40px 20px;
      background: #f8f8f8;
    }

    .innovative-slider h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 30px;
    }

    .swiper {
      padding-bottom: 30px;
    }

    .swiper-slide {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .item-img {
      position: relative;
      overflow: hidden;
    }

    .item-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    .hover-buttons {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .item-img:hover .hover-buttons {
      opacity: 1;
    }

    .btn.whatsapp {
      background: #25d366;
      color: white;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 14px;
    }

    .swiper-slide p {
      padding: 15px;
      font-weight: bold;
    }
		.innovative-slider {
			span {
				color: red;
			}
		}

		.why-choose-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.why-choose-benefit-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  flex: 1 1 calc(33.333% - 20px);
  text-align: center;
  transition: transform 0.3s ease;
}

.why-choose-benefit-item:hover {
  transform: translateY(-5px);
}

.icon-box {
  font-size: 40px;
  color: #e60000;
  margin-bottom: 15px;
}

.why-choose-benefit-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-choose-benefit-content p {
  font-size: 14px;
  color: #555;
} 
.ttk-light {
	.container {
		max-width: 720px !important;
	}
}
.large-banner {
	img {
		width: 100%;
		height: 100%;
	}
}


.item-img {
  position: relative;
  overflow: hidden;
  height: 250px; /* set fixed height for uniform slides */
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-img img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px; /* or your desired height */
}
.footer-dark  {
	.row {
		display: flex;
		width: 100%;
		a {
			text-decoration: none;
		}
	}
}
.about-us-section {
	.item-img img {
  width: 100%;
  height: 300px; /* or any desired height */
  object-fit: cover; /* Ensures the image fills the area without distortion */
}

}

/* Pressurecooker.html page */
.title-class {
	/* background: #f9d67b; */
	font-size: 15px;
	/* color: white; */
	text-transform: capitalize;
}
.enquire {
	padding-bottom: 10px;
}
.page-bottom {
	background-color: #d1cccc;
	padding: 40px;
}
.google-map {
	padding: 10px;
	.location {
		padding-top: 70px;
		padding-bottom: 70px;
		.pno a{
			color: red;
		}
	}
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2;
}
.text-center {
    text-align: center !important;
}

.sub-title {
    display: block;
    color: var(--title-color);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family

: var(--style-font);
    position: relative;
    margin-bottom: -4px;
}
.about-contact-details-text a {
	color: rgb(19, 18, 18);
	font-size: 20px;
	text-decoration: none;
}
.space {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    padding: 24px 24px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.space {
	color: #113d48;
}
.sub-title {
	font-size: 20px;
	font-style: italic;
}
.about-outer {
	height: 500px;
	position: relative;

}

/* Mobile navigation toggle */
@media (max-width: 768px) {
  .main-nav ul {
    display: none;
    flex-direction: column;
    background: #000;
    padding: 1rem;
  }
  .main-nav ul.show {
    display: flex;
  }
  .header-icons {
    margin-left: auto;
  }
  .faq {
    .container {
      display: block;
    }
  }
}

/* Feature icons on mobile */
@media (max-width: 576px) {
  .feature-links {
    flex-direction: column !important;
  }
  .feature-item {
    width: 100%;
  }
  .text-md-start {
    /* text-align: left !important; */
  }
  .footer-dark {  
    /* .customer-support-list li {
      margin-left: 100px !important;
    } */
    .social {
      text-align: unset !important;
    }
  }
}

/* Mobile menu animation and basic styling */
#mobileNav a {
  display: block;
  padding: 0.5rem;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
#mobileNav a:hover {
  background-color: #f8f9fa;
}

.footer-dark {
  .container {
    display: block;
  }
  .social {
    text-align: center !important;
  }
  .justify-content-md-start {
    justify-content: center !important;
  }
  .quick {
    li{
      a {
        padding-bottom: 12px;
      }
    }
  }
}

.page-title-name h1 a {
  color: red;
  text-decoration: none;
}

.page-title-name {
	position: absolute;
  top: 134px;
  p { 
    color: red;
  }
}
.vision-mission-section {
  background-color: #f8f9fa;
}

.vision-mission-section h2 {
  font-weight: 700;
}

.vision-mission-section img {
  max-width: 100%;
  height: auto;
}
.mission-sec {
  .inner {
    padding-top: 92px;
  }
}