/*@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tagesschrift&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");*/

/*@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pacifico&family=Tagesschrift&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");*/

/*@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');*/



@font-face {
  font-family: 'Fontin';
  src: url('assets/fonts/Fontin-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
font-family: 'Fontin' !important;

}
.goog-te-gadget .goog-te-combo {
  margin: 0px !important;
    padding: 3px!important;
    border: 1px solid #808080 !important;
    border-radius: 5px !important;
    color: #808080 !important ;
}
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget span {
  display: none !important;
}
/* root */
:root {
	--primary-color: #016a42;
	--secondary-color: #FFF8D9;
	--tertery-color: #000;
	--quaternary-color: #fff;
	/* --font-family-serif: 'Pacifico', cursive; */
	--font-family-sans-serif: "Fira Sans", sans-serif;
}


.blog-highlight-section {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-highlight-section .card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.blog-highlight-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.blog-highlight-section .card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
}


/* Input Box */
.subscribe-input {
  max-width: 400px;
  padding: 0.8rem 1rem;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
}

/* Button Styling */
.btn-outline-dark {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.btn-outline-dark:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* Responsive tweaks */
@media (max-width: 576px) {


  .subscribe-input {
    width: 100%;
  }
}

@font-face {
	font-family: 'MyCustomFont';
	src: url('/assets/fonts/Fontin-Regular.otf') format('opentype');
}

body {
	overflow-x: hidden !important;
}

header {
	position: sticky;
	top: 0px;
	z-index: 999;
}

.navbar-nav .nav-link {
	margin: 0 10px;
	font-weight: 500;
}

.icon-group {
	display: flex;
	align-items: center;
	gap: 10px;
	/* spacing BETWEEN icons */
}

.icon-group .bi {
	color: #000;
	font-size: 20px !important;
}

.icon-group .bi:hover {
	color: var(--primary-color);
}

.card-item {
	height: 100%;
}

.cart-icon {
	position: relative;
	cursor: pointer;
}

.cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	background-color: var(--primary-color);
	color: white;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 50%;
}

.search-bar {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	padding: 15px;
	z-index: 99999;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.search-bar.active {
	display: block;
}

.hero {
	padding-top: 10px !important;
}

.herocrausl-1 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.carousel-item1 {
	height: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}



.about_img_111 img {
	width: 80% !important;
	height: auto;
	/*object-fit: contain !important;*/

}

.driv11 {
  margin-top: -140px; /* adjust as needed */
  position: relative;
  z-index: 5;
}

@media screen and (max-width:550px) {
	.carousel-item1 {
		height: 100vh !important;
	}


}

.hero h1 {
	font-family: 'MyCustomFont';
	font-weight: 700;
	font-style: italic;
	color: black;
}

.nav-item {
	position: relative;
	/* Needed for submenu positioning */
}

.sub_menu {
	visibility: hidden;
	width: 230px !important;
	opacity: 0;
	position: absolute;
	top: 100%;
	/* Position below the parent */
	left: 0;
	background-color: white;
	/* Optional: for visibility */
	transition: visibility 0.2s ease, opacity 0.2s ease;
	z-index: 1000;
	min-width: 150px;
	/* Optional: adjust as needed */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* Optional: subtle shadow */
}

.sub_menu ul {
	list-style-type: none;
	/* Removes bullets from the list */
	padding: 0;
	margin: 0;
}

.sub_menu ul li a {
	text-decoration: none !important;
	/* Removes underline from links */
	display: block;
	/* Optional: makes each link take full width */
	padding: 5px 10px;
	/* Optional: better spacing */
	color: var(--tertery-color);
	font-size: 14px;
}

.nav-item:hover .sub_menu {
	visibility: visible;
	opacity: 1;
}

.nav-item a:hover,
.nav-item a.active {
	color: var(--primary-color) !important;
	/* Highlight on hover or active */
}

/* off canvas bog screen  */
.list-unstyled li a,
.submenu_cont {
	color: var(--tertery-color);
	text-decoration: none;
	transition: color 0.3s;
}

/* Main link hover and active */
.list-unstyled li a:hover,
.list-unstyled li a.active {
	color: var(--primary-color) !important;
}

/* Submenu hover and active */
.submenu_cont:hover,
.submenu_cont.active {
	color: var(--primary-color) !important;
}

/* Submenu style */
.sub_menu2 {
	display: none;
	padding-left: 5px;
}

.sub_menu2 ul {
	list-style-type: none;
}

.has-submenu:hover .sub_menu2 {
	display: block;
}

.list-unstyled {
	list-style-type: none;
}

/* hero section */
.hero h5 {
	font-family: "Fira Sans", sans-serif;
	font-weight: 600;
	font-style: italic;
	/*color: #e60000 !important;*/
	z-index: 45;
}

.mainbtn {
	text-decoration: none;
	color:#000;
	font-weight: 700;
	border: 1px solid #000;
	border-radius: 50px !important;

}
.mainbtn121 {
	text-decoration: none;
	color:#fff;
	font-weight: 700;
	border: 1px solid #016a42;
	border-radius: 90px !important;
	background-color: #016a42;

}
.mainbtn121:hover {

	background-color: #000;

}

.mainbtn888 {
	text-decoration: none;
	color:#000;
	font-weight: 700;
	border: none !important;
	border-radius: 50px !important;
	background-color: transparent !important;
}

.mainbtn888:hover {
	text-decoration: none;
	background-color: black !important;
	color: white;

}

.mainbtn2 {
	text-decoration: none;
	background-color: #fff;
	color: black;
	font-weight: 700;
	box-shadow: 0px 0px 5px #988b8b;
}

.mainbtn2:hover {
	background-color: var(--primary-color);
	color: white;
}

.mainbtn:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}






/* Keyframes */
@keyframes slideInLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(-50%);
		opacity: 1;
	}
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(20%);
		opacity: 1;
	}
}

.heroimg2 {
	width: 600px !important;
   align-items: center !important;

}



/* Fade In Animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0px);
	}
}

/* Floating Effect */
@keyframes float {

	0%,
	100% {
		transform: translateX(-50%) translateY(0px);
	}

	50% {
		transform: translateX(-50%) translateY(-10px);
	}
}

.swiper-button-prev {
	color: var(--primary-color) !important;
}

.swiper-button-next {
	color: var(--primary-color) !important;
}

.maintitle h3 {
	font-family: "Fira Sans", sans-serif;
	font-weight: 600;
	font-style: italic;
	color: var(--primary-color);
}
.maintitle h2 {
	font-family: "Fira Sans", sans-serif;
	font-weight: 600;
	font-style: italic;
	color: var(--primary-color);
}

.titleimgg {
	color: black !important;
	background-size: 100% 100%;
	display: inline-block;
	background-position: center;
}

.herocart {
	height: 100%;
	position: relative;
	background-color: #ffffff
}

.hideimg {
	position: absolute;
	top: 250px;
	left: -70px;
	width: 400px;
	opacity: 0;
	visibility: hidden;

	transform: scale(0.9);
	z-index: -1;
	transition: all 0.5s ease;
}

.hideimg2 {
	position: absolute;
	top: 100px;
	right: -100px;
	width: 400px;
	opacity: 0;
	visibility: hidden;

	transform: scale(0.9);
	z-index: -1;
	transition: all 0.5s ease;
}

.herocart:hover .hideimg {
	opacity: 1;
	visibility: visible;
	transform: scale(1.2) rotate(-30deg);
}

.herocart:hover .hideimg2 {
	opacity: 1;
	visibility: visible;
	transform: scale(1.2) rotate(-40deg);
}

.differentsection {
	overflow: hidden;
	background-color: #FFF8D9;
}

/* about */
/* Container Padding & Alignment */
.about-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* Decorative Side Images */
.about-decor-left,
.about-decor-left2,
.about-decor-left3,
.about-decor-right {
    position: absolute;
    max-width: 150px;
    z-index: 0;
    pointer-events: none;
}

.about-decor-left {
    left: 0;
    top: 20px;
       z-index: 0;
}
.about-decor-left112 {
    left: 0;
    bottom:0px;
     position: absolute;
    max-width: 120px;
    z-index: 0;
}
.about-decor-left3 {
    left: 0;
    top:0px;
    
}

.about-decor-left23 {
    right: 0;
    bottom:150px;
    position: absolute;
    max-width: 85px;
    z-index: 0;
    pointer-events: none;
    
}
.about-decor-left114{
      left: 0;
    bottom: 0px;
       z-index: 3;
        position: absolute;
    max-width: 120px;

}
.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.about-decor-left33 {
    right: 0;
    bottom:0px;
      position: absolute;
    max-width: 150px;
    z-index: 1;
    pointer-events: none;
}

.about-decor-right {
    right: 0;
    top: 20px;
 
}
.about-decor-right1 {
    right: 0;
    top: 10px;
    position: absolute;
    max-width: 90px;
    z-index: 0;
 
 
}
.about-decor-left11 {
    left: 0px;
    top: -100px;
    position: absolute;
    max-width: 200px;
    z-index: 0;
 
 
}
.about-decor-left901 {
    left: 0px;
    top: 0px;
    position: absolute;
    max-width: 200px;
    z-index: 2;
 
 
}
.about-decor-left12 {
    left: 0px;
    top: 10px;
    position: absolute;
    max-width: 200px;
    z-index: 0;
 
 
}

/* Responsive adjustments for decorative images */
@media (max-width: 768px) {
    .about-decor-left,
    .about-decor-right {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .about-decor-left,
    .about-decor-right {
        max-width: 120px;
    }
}

/* Optional Styling for Highlight Title Span */
.titleimgg {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
/* Optional Styling for Highlight Title Span */
.titleimgg121 {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 10px;

    position: relative;
    z-index: 1;
}

/* Optional: Style paragraph */
.maintitle p {
    color: #666;
    font-size: 1.2rem;
}

.Aboutimg {

	width: 300px;
	height: 300px;
	position: absolute;
	z-index: 22;
	top: 40px;
	right: 30px;

}

.Aboutimg img {
	height: 100% !important;
	transition: 1s;
}

.Aboutimg img:hover {
	transform: scale(1.2, 1.3);
}

.Aboutimg2 {
	position: absolute;
	z-index: 22;
	top: 20px;
	left: 20px;
	height: 200px;
	width: 200px;

}

.Aboutimg2 img {
	height: 100% !important;
	transition: 1s;
}

.Aboutimg2 img:hover {
	transform: scale(1.2, 1.3);
}

.Aboutimg3 {
	height: 250px;
	width: 300px;
	position: absolute;
	z-index: 22;
	bottom: 0px;

}

.Aboutimg3 img {
	height: 100%;
	transition: 1s;


}

.Aboutimg3 img:hover {
	transform: scale(1.2, 1.3);
}

.mainAboutimg {
	height: 500px;
	text-align: end;
}


.abouttitle {
	line-height: 1.16em;
	font-family: "Fira Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.abouttitle2 {
	color: black;
}

.card_slider {
	overflow-x: hidden;
}

/* Latest Blogs */
.Blogimg {
	background-color: #FFF8D9;
}

.Blogimg img {
	background-color: #FFF8D9;
	border-radius: 10px 10px 0px 0px !important;
}

.card {
	box-shadow: 0px 0px 4px #ccc;
	height: 100%;
}

.card-body {
	color: #f0a900;
}

.card-body p {
	color: #434343;
	text-align: justify !important;
}

.card-title {
	color: black;
}

/* video section */
.video-section {
	/*background: url("https://www.purti.net/wp-content/uploads/2019/10/comapny-banner.jpg");*/
	/*background-size: cover;*/
	/*background-attachment: fixed;*/
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	overflow: hidden;
}

.multiplvideo {
	z-index: 1;
}

.video-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.video-thumb img {
	transition: transform 0.3s ease;
}

.video-thumb:hover img {
	transform: scale(1.05);
}






.video-section h1 {
	z-index: 33;
}

.play-button {
	width: 80px;
	height: 80px;
	border: 2px solid white;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	cursor: pointer;
	transition: 0.3s ease;
	z-index: 33;
}

.play-button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

/* Faq */

.accordion-button .icon {
	display: inline-block;
	width: 25px;
	text-align: center;
	font-size: 20px;
}

/* + or - icon */
.accordion-button.collapsed .icon::before {
	content: "+";
}

.accordion-button:not(.collapsed) .icon::before {
	content: "-";
}

/* Common styles */
.accordion-button {
	box-shadow: none !important;
	font-weight: 700 !important;
	background-color: white !important;
}

/* Active button style */
.accordion-button:not(.collapsed) {
	background-color: #FFF8D9 !important;
	border-radius: 0px !important;
}

/* trivia highlight */
.trivia_high_left_sec {
	width: 100%;
	height: 500px;
	object-fit: cover;
	position: relative;
}

.trivia_high_left_sec img {

	h eight: 100%;
	po5242sition: absolute;
	top: -5px !important;
	left: 120px !important;
}

/* Dealer/HORECA Enquiry Button  */

.enquiry-section {
  background-color: #fff;
}

.enquiry-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: 0.3s ease;
}

.enquiry-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.enquiry-icon {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

/* Buttons */
.btn-enquiry {
  font-weight: 500;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  color: #000;
  transition: 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

/* Background Colors */
.bg-green {
  background-color: #c4dacf;
}

.bg-purple {
  background-color: #dcd9f6;
}

.bg-pink {
  background-color: #ffe2e2;
}

.bg-yellow {
  background-color: #fef4b7;
}

.btn-enquiry:hover {
  opacity: 0.9;
}

.enquiry-title {
	font-size: 2rem;
	font-weight: 700;
	color: #d89d1c;
}

.enquiry_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enquiry_img img {
	width: 100% !important;
}

/* news letter  */


/* news letter  */
.newsletter-section2 {
	background-color: #fff;
	
}

.newsletter-title {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
}

@media (max-width: 576px) {

	/* .input-group {
    flex-direction: column;
  } */
	.subscribe-input,
	.subscribe-btn {
		width: 100%;
		border-radius: 8px;
		margin-bottom: 10px;
	}
}


/* Footer */
.footer_main {
	background-color: #f9f6f1;
	color: #000 !important;
}

.footer_heading h1 {
	font-family: var(--font-family-sans-serif) !important;
	color: #000 !important;
	font-size: 30px;
}

.footer_heading p {
	font-size: 18px;
	color: #000 !important;
}

.social_icons a {
	font-size: 14px;
	color: var(--quaternary-color);
	background-color: var(--primary-color);
	margin-right: 6px;
	border: 1px solid var(--primary-color);
	padding: 5px 8px;
	transition: 0.4s ease-in-out;
	border-radius: 5px;
}

.social_icons a:hover {
	background-color: var(--tertiary-color);
	color: var(--primary-color) !important;
	border: 1px solid var(--primary-color);
}

.form-control {
	box-shadow: none !important;
}

.form-control:focus {
	border: 1px solid var(--primary-color) !important;
}

.form-control:hover {
	border: 1px solid var(--primary-color) !important;
}

.footer-links a {
	color: #000 !important;
	text-decoration: none;
	display: block;
	padding: 6px 0;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: var(--primary-color);
}

/* product */

.pagehero {
	background-repeat: no-repeat;
	background-size: contain;
	height: 100vh !important;
}

.product-img-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.main-product-img {
	width: 50%;
	height: 300px;
	border-radius: 10px;
	box-shadow: 15px 15px 0px var(--primary-color);
	z-index: 1;
	position: relative;
}

.overlay-product-img {
	position: absolute;
	width: 60%;
	top: 20px;
	right: -20px;
	border-radius: 10px;
	box-shadow: 10px 10px 0px var(--primary-color);
	z-index: 0;
	transition: transform 0.3s ease;
}

.product-img-wrapper:hover .overlay-product-img {
	transform: scale(1.05);
}


.benefit-card {
	background-color: #fff;
	border-radius: 15px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #eee;
}

.benefit-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.07);
}

.benefit-icon i {
	font-size: 36px;
	color: #ffb700;
}


/* description */
.tabs {
	display: flex;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.tab {
	padding: 10px 20px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
}

.tab.active {
	color: black;
	border-bottom: 2px solid var(--primary-color);
}

.tab-content {
	display: none;
	padding: 20px 0;
}

.tab-content.active {
	display: block;
}

.enquiry-section .form-control,
.enquiry-section .form-select {
	border-radius: 8px;
	border: 1px solid #ccc;
}

.enquiry-section .btn-warning {
	background-color: #ffb700;
	border-radius: 25px;
	font-weight: 600;
	padding: 10px 30px;
}

.enquiry-section .btn-warning:hover {
	background-color: #e0a200;
}

.fa-circle-check {
	color: var(--primary-color);
	padding-right: 20px;
}

/* dealership */
.value-icon {
	font-size: 3rem;

}

.distribution_img img {
	width: 50vw;
}

.product_portfolio {
	text-align: center;
	border: 2px solid #FFF8D9 !important;
}

.product_portfolio:hover {
	box-shadow: 0px 0px 5px var(--primary-color);
}

.product_portfolio img {
	width: 300px;
}

/* Testimonials001 */

.Testimonials001 {
	border: 2px solid black;
}

/* contect form */
.contact-section {
	background-color: #f6f9fc;
}

.contact-info-box i {
	min-width: 30px;
}

.titleimgg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	/*padding-left: 40px;*/
	display: inline-block;
}

.contact-info-box {
	border-left: 5px solid #016a42;
}

input.form-control,
select.form-select,
textarea.form-control {
	border-radius: 6px;
	border: 1px solid #ccc;
}

button.btn-warning {
	border-radius: 30px;
}


/* career */


.maintitle h3 {
	font-size: 3rem;
	font-weight: bold;
}

@media (max-width: 576px) {
	.maintitle h3 {
		font-size: 2rem !important;
		font-weight: bold;
	}
}

.btn-warning {
	background-color: #f5a623;
	border: none;
	color: #fff;
}

.btn-warning:hover {
	background-color: #e6950e;
}

input[type="file"] {
	padding: 0.375rem 0.75rem;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.careers-section {
	background-color: #FFF8D9;
}

/* about */
.section-title {
	font-weight: 700;
	font-size: 1.8rem;
	color: #333;
	position: relative;
}

.section-title::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #f5a623;
	display: block;
	margin-top: 8px;
}

.timeline {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.timeline-item {
	text-align: center;
	flex: 1;
	min-width: 120px;
}

.timeline-item h6 {
	font-weight: bold;
	color: #f5a623;
}

.timeline-item p {
	font-size: 0.9rem;
}

.blockquote {
	font-style: italic;
	border-left: 4px solid #ccc;
	padding-left: 1rem;
}

.bg-warning {
	background-color: #f5a623 !important;
}

/* Global Title Style */
.section-title {
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-bottom: 0.5rem;
}

.section-title::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #f0b31a;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* Vision & Mission */
.vision-text,
.mission-text {
	font-size: 1.1rem;
	max-width: 700px;
	margin: 0 auto 10px;
	color: #555;
}

/* Leadership */
.leadership-section {
	background-color: #fff;
}

.leadership-section img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border: 4px solid #eee;
}

/* CSR */
.csr-list {
	list-style: none;
	padding-left: 0;
}

.csr-list li {
	padding: 10px 0;
	font-size: 1rem;
	border-bottom: 1px solid #ddd;
}

/* Manufacturing */
.manufacturing-section {
	background-color: #FFF8D9;
}

.infra-box {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/* Certifications */
.certification-section img {
	width: 200px;
}

/* Media Coverage */
.media-coverage-section {
	background-color: #FFF8D9;
	text-align: center;
}

.media-coverage-section h6 {
	font-weight: 600;
}

.media-coverage-section p {
	font-size: 0.9rem;
}

.media-coverage-section img {
	width: 200px;
}

/* blog detail */
.blog-wrapper {
	padding: 50px 15px;
}

.blog-image {
	text-align: center;
}

.blog-image img {
	width: 300px;
	border-radius: 10px;
	object-fit: cover;
}

.blog-content {
	font-size: 16px;
	line-height: 1.8;
	color: #212529;
}

.blog-content p {
	margin-bottom: 1.5rem;
}

.card-style {
	background: #ffffff;
	padding: 30px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.blogdetailimg {
	/*height: 400px;*/
	object-fit: cover;
	border-radius: 10px 10px 0px 0px;
}

/* recipes */

.recipe-img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	background: #f1f1f1;
}

.recipe-body {
	padding: 25px;
}

.recipe-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.recipe-text {
	font-size: 15px;
	color: #555;
}


.recipe-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	transition: all 0.3s ease;
}

.recipe-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* video */

.video-thumb {
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.video-thumb:hover {
	transform: scale(1.03);
}

.video-thumb img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	height: 80px;
	width: 80px;
	transition: transform 0.3s ease;
	text-align: center;
	padding-top: 3px;
}

.video-thumb:hover .play-icon {
	transform: translate(-50%, -50%) scale(1.1);
}

.modal-dialog {
	max-width: 800px;
}

.modal-header {
	border: none;
	padding: 10px 15px;
}

.modal-body {
	padding: 0;
}

.modal-footer {
	justify-content: space-between;
	border-top: none;
	padding: 15px;
}

.modal-footer button {
	min-width: 100px;
}

.video-frame {
	width: 100%;
	height: 450px;
	border: none;
}

@media (max-width: 768px) {
	.video-frame {
		height: 280px;
	}
}

/* privacypolicy */
.policy-container {

	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.policy-title {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #1a1a1a;
	text-align: center;
}

.policy-section {
	margin-top: 40px;
}

.policy-section h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.policy-section p {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}

.highlight {
	background-color: #e6f4ea;
	padding: 10px 15px;
	border-left: 5px solid #28a745;
	margin: 20px 0;
	border-radius: 6px;
}

@media (max-width: 768px) {
	.policy-container {
		padding: 25px 20px;
	}

	.policy-title {
		font-size: 28px;
	}
}


.infrastructure-section .glass-box:hover {
	transform: scale(1.03);
}

.infrastructure-section ul li i {
	font-size: 1.1rem;
}

.object-fit-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.news-section .card-title {
	font-weight: bold;
	color: #212529;
}

.news-section .card-text {
	font-size: 0.95rem;
}

.news-section .btn {
	margin-top: 10px;
}

.expandable-text {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease;
}

.expandable-text.show {
	max-height: 500px;
	/* adjust based on expected content */
}

.custom-news-card {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.custom-news-card .card-title {
	font-weight: bold;
	color: #212529;
}

.custom-news-card .card-text {
	font-size: 0.95rem;
}

.custom-news-card .expandable-text {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease;
}

.custom-news-card .expandable-text.show {
	max-height: 500px;
	/* adjust as needed */
}

.vision-mission-section ul {
	padding-left: 1.2rem;
	margin-top: 0.5rem;
}

.vision-mission-section ul li {
	margin-bottom: 0.5rem;
	position: relative;
}

.vision-mission-section ul li::before {
	content: "✔";
	color: #dc3545;
	font-weight: bold;
	margin-right: 0.5rem;
}

.toggle-icon {
	font-weight: bold;
	margin-left: 5px;
	transition: transform 0.2s ease;
}

.sub_menu {
	display: none;
}

.nav-item.open .sub_menu {
	display: block;
}

.hero-section {
	background: url('https://i.imgur.com/wUdvV5H.jpg') center center/cover no-repeat;
	color: #fff;
	padding: 100px 20px 60px;
	text-align: center;
	position: relative;
}

.hero-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.hero-content {
	position: relative;
	z-index: 1;
}


.highlight-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 25px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease;
	height: 100%;
	text-align: center;
}

.highlight-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.highlight-card img {
	max-height: 80px;
	margin-bottom: 20px;
}

.highlight-number {
	font-size: 1.3rem;
	font-weight: 600;
	color: #f4a300;
	margin-bottom: 5px;
}

.highlight-desc {
	font-size: 0.95rem;
	color: #555;
}


.img-text-section img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.img-text-section ul li {
	font-size: 1.05rem;
	margin-bottom: 8px;
}

@media (max-width: 768px) {
	.hero-section h1 {
		font-size: 2.2rem;
	}
}
.testimonial-header {
	background: url('https://i.imgur.com/NK0I3Ei.jpg') center center/cover no-repeat;
	padding: 100px 20px 60px;
	text-align: center;
	color: #fff;
	position: relative;
}

.testimonial-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.testimonial-header .content {
	position: relative;
	z-index: 1;
}

.testimonial-header h1 {
	font-size: 3rem;
	font-weight: 700;
}

.testimonial-header h1 span {
	color: #f4b100;
	font-style: italic;
}

.testimonial {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	padding: 30px;
	margin-bottom: 30px;
	transition: 0.3s;
}

.testimonial:hover {
	transform: translateY(-5px);
}

.testimonial .icon {
	font-size: 2rem;
	color: #f4b100;
}

.testimonial p {
	font-style: italic;
	color: #555;
}

.testimonial .name {
	font-weight: bold;
	margin-top: 15px;
	color: #222;
}

.testimonial .role {
	font-size: 0.9rem;
	color: #888;
}
.formcol11{
    box-shadow: 0px 0px 40px #ccc;
    border-radius: 10px;
}

/* Proper Card UI */
.enquiry-card {
  max-width: 750px;
  margin: 0 auto; /* center the card */
  border-radius: 12px;
  padding: 40px 30px !important;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.enquiry-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Inputs beautified slightly but clean */
.enquiry-card .form-control,
.enquiry-card .form-select {
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: 0.25s;
}

.enquiry-card .form-control:focus,
.enquiry-card .form-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

.enquiry-card textarea {
  resize: none;
}

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
z-index:99999;
}

.whatsapp-icon{
width:60px;
height:60px;
cursor:pointer;
transition:transform 0.3s ease;
}

.whatsapp-icon:hover{
transform:scale(1.1);
}

@media (max-width:768px){
.whatsapp-icon{
width:50px;
height:50px;
}
}

@media (max-width: 768px) {
  .enquiry-card {
    padding: 25px 20px !important;
  }
}
header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.breadcrumb-custom{
    margin-top: 30px;
}

