/*
Template Name: Fable - Restaurant Site Template
Author URI: http://themeforest.net/user/bogdan_09
Author Name: Bogdan
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. HEADER
03. FOOTER
		1. Footer General Styles
		2. Footer Social Icons
		3. Footer Gallery
		4. Footer List
04. HERO SECTIONS
05. MENU
06. BLOG
07. REGISTER
08. CONTACT
09. MOBILE DEVICES

--- */

/* ========================================================== */
/* 			            01. GENERAL LAYOUT                    */
/* ========================================================== */

ul,
ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

ul li,
ol li {
	font-size: 14px;
	line-height: 28px;
}

ul li i {
	vertical-align: middle;
}

ul.features-list li {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}

ul.features-list li img {
	max-width: 55px;
	margin-right: 20px;
	float: left;
}

p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	margin-bottom: 25px;
}

p.hero-text {
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 30px 0;
	color: #eee;
}

p.hero-text:before {
	position: absolute;
	content: "";
	background-color: #f2b410;
	height: 3px;
	width: 50px;
	top: 0px;
	left: 50%;
	margin-left: -25px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	margin-bottom: 20px;
	color: #000000;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h2.section-title {
	color: #252525;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 50px;
	margin: 0 0 20px 0;
}

h3.section-title {
	color: #252525;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
}

h2.section-title.white,
h3.section-title.white {
	color: #fff;
}

h2.section-title.small-margin,
h3.section-title.small-margin {
	margin: 0 0 20px 0;
}

h2.section-title.no-margin,
h3.section-title.no-margin {
	margin-bottom: 0;
}

span.comic-text {
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	font-family: "Bailey", cursive;
}

p.section-subtitle {
	font-size: 16px !important;
}

p.section-subtitle.grey {
	color: #bbb;
}

.separator_wrapper,
.separator_wrapper_white {
	margin-bottom: 10px;
}

.separator_wrapper::after,
.separator_wrapper::before {
	background-color: #e74c3c;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after,
.separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

h3.medium-text {
	font-size: 32px;
	margin-top: 10px;
}

h3.large-text {
	font-size: 48px;
	line-height: 1.1;
	font-weight: 400;
}

iframe {
	max-width: 100%;
	border: none;
}

.width-100 {
	width: 100%;
}

.width-25 {
	width: 25%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.lyla {
	color: #9e5fba;
}

.green {
	color: #16a085;
}

.blue {
	color: #3498db;
}

.red {
	color: #e74c3c;
}
.grey {
	color: #ddd;
}

.white {
	color: #fff;
}

.section-white {
	background-color: #fff;
	padding: 50px 0;
}

.section-yellow {
	background-color: #ffffff;
	padding: 50px 0;
}

.section-grey {
	background-color: #f5f5f5;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 90px 0;
}

.section-grey.small-padding,
.section-white.small-padding {
	padding: 50px 0;
}

.section-grey.no-padding-bottom,
.section-white.no-padding-bottom,
.section-dark.no-padding-bottom,
.section-blue.no-padding-bottom {
	padding: 90px 0 0 0;
}

.section-grey.small-padding-bottom,
.section-white.small-padding-bottom,
.section-dark.small-padding-bottom,
.section-blue.small-padding-bottom {
	padding: 90px 0 60px 0;
}

.section-grey.no-padding,
.section-white.no-padding,
.section-dark.no-padding,
.section-blue.no-padding {
	padding: 0;
}

.section-white.about-padding {
	padding: 85px 0 100px 0;
}

.section-dark.portfolio-padding {
	padding: 60px 0 75px 0;
}

.section-dark {
	background-color: #393f43;
	padding: 90px 0;
}

.section-blue {
	background-color: #34b1c4;
	padding: 90px 0;
}

/* margin and padding classes */

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-110 {
	margin-bottom: 110px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-110 {
	padding-top: 110px !important;
}

.padding-bottom-110 {
	padding-bottom: 110px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 30px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

/* -----  Photos Hover Animations ----- */
.popup-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

.popup-gallery {
	display: inline-block;
	position: relative;
}

.popup-gallery::after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.first-gallery {
	margin-bottom: 15px;
}

.popup-gallery img {
	z-index: 10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 2;
	height: 100% !important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	color: #fff;
	text-align: center;
	font-weight: 300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
	position: absolute;
	display: inline-block;
	font-size: 48px;
	z-index: 3;
	top: 50% !important;
	margin-top: -24px !important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span {
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.image-wrapper {
	display: inline-block;
	position: relative;
}

.image-wrapper:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

/* ----- Instagram Feed ----- */
#instafeed {
	position: relative;
	display: block;
	overflow: hidden;
}

#instafeed a {
	position: relative;
	display: inline-block;
	width: 12.5%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#instafeed a img {
	display: inline-block;
	width: 100%;
}

#instafeed a:hover:before {
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#instafeed a:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.instagram-text {
	position: absolute;
	z-index: 100;
	top: 158px;
	left: 50%;
	margin-left: -158px;
	width: 100%;
	max-width: 315px;
	padding: 26px 0 29px 0;
	text-align: center;
	background-color: #000;
}

.instagram-text a.instagram-icon {
	color: #fff;
	font-size: 32px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.instagram-text a.instagram-icon:hover {
	color: #f8bf2c;
}

.instagram-text p {
	color: #fff;
	margin: 10px 0 0 0;
}

/* ----- Buttons ----- */
.btn,
btn:hover {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-margin {
	display: inline-block;
	margin: 10px 10px;
}

.btn-white-transparent {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	padding: 16px 32px;
	font-size: 13px;
	letter-spacing: 2px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
	color: #f2b410;
	background-color: #fff;
	border-color: #fff;
}

.btn-yellow,
.btn-yellow-small,
.btn-yellow-x-small {
	position: relative;
	color: #fff;
	background-color: #f2b410;
	border-color: #f2b410;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	padding: 18px 32px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
}

.btn-yellow-small {
	padding: 14px 28px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

.btn-yellow-x-small {
	color: #fff !important;
	padding: 12px 26px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

.btn-yellow:before,
.btn-yellow-small:before {
	display: block;
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: 1px solid #fff;
}

.btn-yellow-x-small:before {
	display: block;
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 1px solid #fff;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow,
.btn-yellow-small:hover,
.btn-yellow-small:focus,
.btn-yellow-small:active,
.btn-yellow-small.active,
.open .dropdown-toggle.btn-yellow-small,
.btn-yellow-x-small:hover,
.btn-yellow-x-small:focus,
.btn-yellow-x-small:active,
.btn-yellow-x-small.active,
.open .dropdown-toggle.btn-yellow-x-small {
	color: #fff;
	background-color: #ff3d00;
}

/* ----- Page Loader ----- */
#loader {
	background: #eeece3;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 90000;
	left: 0%;
	top: 0%;
}

.sk-three-bounce {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #cf564b;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ========================================================== */
/* 			                02.HEADER                    */
/* ========================================================== */

        .header {
            background: #fff;
            border-bottom: 1px solid #e5e5e5;
            position: sticky;
            top: 0;
            z-index: 1000;
			padding-top: 2.5%;
			font-family: 'Montserrat', sans-serif;
        }

        .header-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
			font-family: 'Montserrat', sans-serif;
        }

        .logo-placeholder {
            display: flex;
            align-items: center;
        }

        .logo-placeholder img {
            width: 90px;
            height: auto;
        }

        .nav {
            display: flex;
            list-style: none;
            gap: 0;
            align-items: center;
			font-family: 'Montserrat', sans-serif;
        }

        .nav-item {
            position: relative;
			font-family: 'Montserrat', sans-serif;
        }

        .nav-link {
            text-decoration: none;
            font-weight: 400;
            font-size: 14px;
            padding: 25px 30px;
            display: block;
            transition: color 0.2s ease;
            letter-spacing: 1px;
            text-transform: uppercase;
			font-family: 'Montserrat', sans-serif;
			font-weight: 600;
        }

		.nav-link::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			height: 1.2px;
			width: 100%;
			background-color: #f57c00;
			transform: scaleX(0);
			transform-origin: left;
			transition: transform 0.4s ease;
		}

        .nav-link.hovering {
            color: #f57c00;
        }

		.nav-link.hovering::after {
			transform: scaleX(1);
			transform-origin: left;
		}

		.nav-link.leaving::after {
			transform: scaleX(0);
			transform-origin: right;
		}
		

        .header-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .shop-now-btn {
            background: #333;
            color: white;
            border: none;
            padding: 12px 24px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.2s ease;
            border: 1px solid #333;
            text-decoration: none;
            display: inline-block;
			font-family: 'Montserrat', sans-serif;
			font-weight: 700;
        }

        .shop-now-btn:hover {
            background: white;
            color: #f57c00;
        }

        .mobile-menu-btn {
            display: none;
            flex-direction: column;
            cursor: pointer;
            padding: 8px;
            gap: 4px;
            background: none;
            border: none;
            position: relative;
            z-index: 1001;
        }

        .mobile-menu-btn span {
            width: 25px;
            height: 2px;
            background: #333;
            transition: all 0.3s ease;
            transform-origin: center;
        }

        .mobile-menu-btn.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .mobile-menu-btn.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-btn.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        /* Mobile Menu Overlay */
        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 300px;
            height: 100vh;
            background: #fff;
            z-index: 1000;
            transition: right 0.3s ease;
            overflow-y: auto;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-menu-header {
            padding: 20px;
            border-bottom: 1px solid #e5e5e5;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mobile-menu-logo {
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }

        .mobile-close-btn {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #333;
            padding: 5px;
        }

        .mobile-nav {
            padding: 20px 0;
        }

        .mobile-nav-item {
            list-style: none;
        }

        .mobile-nav-link {
            display: block;
            padding: 15px 20px;
            color: #333;
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            transition: all 0.2s ease;
            border-bottom: 1px solid #f5f5f5;
        }

        .mobile-nav-link:hover {
            background: #f8f8f8;
            color: #666;
            padding-left: 30px;
        }

        .mobile-shop-btn {
            margin: 20px;
            background: #333;
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            width: calc(100% - 40px);
            transition: all 0.2s ease;
            text-decoration: none;
            display: block;
            text-align: center;
        }

        .mobile-shop-btn:hover {
            background: #555;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav {
                display: none;
            }
            
            .mobile-menu-btn {
                display: flex;
            }
            
            .header-container {
                padding: 0 20px;
            }
            
            .header-content {
                height: 60px;
            }

            .shop-now-btn {
                display: none;
            }

            .logo-placeholder img {
                width: 70px;
            }
			
			.header {
        		padding-top: 5vh;
   			}
			
			.mobile-menu.active {
				padding-top: 5vh;
        	}
        }

        /* Prevent body scroll when menu is open */
        body.menu-open {
            overflow: hidden;
        }

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

        .footer {
            background-color: #efd6c9;
            padding: 80px 0 60px;
            position: relative;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 60px;
        }

        /* Desktop Layout */
        .desktop-layout {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .footer-left {
            flex: 1;
            max-width: 400px;
			font-family: Montserrat, sans-serif;
        }

        .footer-right {
            flex: 1;
            max-width: 500px;
            text-align: left;
        }

        /* Mobile Layout */
        .mobile-layout {
            display: none;
        }

        .mobile-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
            cursor: pointer;
        }

        .expand-button {
            width: 30px;
            height: 30px;
            background: none;
            border: none;
            cursor: pointer;
            position: relative;
            transition: transform 0.3s ease;
        }

        .expand-button::before,
        .expand-button::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: #f57c00;
            transition: transform 0.3s ease;
        }

        .expand-button::before {
            width: 20px;
            height: 2px;
            transform: translate(-50%, -50%);
        }

        .expand-button::after {
            width: 2px;
            height: 20px;
            transform: translate(-50%, -50%);
        }

        .expand-button.expanded::after {
            transform: translate(-50%, -50%) rotate(90deg);
            opacity: 0;
        }

        .mobile-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out;
        }

        .mobile-content.expanded {
            max-height: 800px;
        }

        .mobile-content-inner {
            padding-bottom: 20px;
        }

        .brand-title {
            color: #f57c00;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 30px;
            font-family: 'Montserrat', sans-serif;
        }

        .company-name {
            color: #2d2d2d;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 35px;
            letter-spacing: 0.5px;
            font-family: 'Montserrat', sans-serif;
        }

        .address-block {
            color: #4a4a4a;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 35px;
            font-family: 'Montserrat', sans-serif;
        }

        .address-line {
            margin-bottom: 4px;
			font-family: 'Montserrat', sans-serif;
        }

        .contact-info {
            color: #4a4a4a;
            font-size: 15px;
            line-height: 1.7;
            font-family: 'Montserrat', sans-serif;
        }

        .contact-label {
            font-weight: 500;
            color: #4a4a4a;
			font-family: 'Montserrat', sans-serif;
        }

        .contact-link {
            color: #4a4a4a;
            text-decoration: none;
            transition: color 0.2s ease;
			font-family: 'Montserrat', sans-serif;
        }

        .contact-link:hover {
            color: #f57c00;
        }

        .newsletter-section {
            text-align: left;
        }

        .newsletter-title {
            color: #2d2d2d;
            font-size: 36px;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 40px;
            font-family: 'Cormorant', sans-serif;
        }

        .newsletter-form {
            display: flex;
            align-items: center;
            gap: 0;
            margin-bottom: 35px;
            max-width: 450px;
        }

        .newsletter-input {
            flex: 1;
            padding: 18px 24px;
            border: none;
            border-radius: 50px 0 0 50px;
            background-color: #ffffff;
            font-size: 15px;
            color: #666;
            outline: none;
            font-family: 'Inter', sans-serif;
        }

        .newsletter-input::placeholder {
            color: #999;
            font-size: 15px;
            font-family: 'Inter', sans-serif;
        }

        .newsletter-button {
            padding: 18px 32px;
            background-color: #2d2d2d;
            color: #ffffff;
            border: none;
            border-radius: 0 50px 50px 0;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.3s ease;
            white-space: nowrap;
            font-family: 'Inter', sans-serif;
        }

        .newsletter-button:hover {
            background-color: #1a1a1a;
        }

        .social-links {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .social-link {
            width: 45px;
            height: 45px;
            background-color: #2d2d2d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #ffffff;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background-color: #1a1a1a;
            transform: translateY(-2px);
        }

        /* Social Icons using text/symbols */
        .social-facebook::before {
            content: "f";
            font-weight: bold;
            font-size: 20px;
        }

        .social-twitter::before {
            content: "𝕏";
            font-size: 16px;
            font-weight: bold;
        }

        .social-instagram::before {
            content: "📷";
            font-size: 16px;
        }

        /* Responsive Breakpoints */
        @media (max-width: 768px) {
            .footer {
                padding: 60px 0 40px;
            }

            .footer-container {
                padding: 0 20px;
            }

            .desktop-layout {
                display: none;
            }

            .mobile-layout {
                display: block;
            }

            .brand-title {
                font-size: 14px;
                letter-spacing: 1.5px;
                margin-bottom: 0;
            }

            .newsletter-title {
                font-size: 28px;
                margin-bottom: 30px;
                text-align: center;
            }

            .newsletter-form {
                flex-direction: column;
                gap: 15px;
                max-width: 100%;
            }

            .newsletter-input {
                border-radius: 25px;
                width: 100%;
                padding: 16px 20px;
            }

            .newsletter-button {
                border-radius: 25px;
                align-self: center;
                padding: 16px 40px;
                width: auto;
            }

            .social-links {
                justify-content: center;
                margin-top: 20px;
            }

            .social-link {
                width: 50px;
                height: 50px;
            }

            /* Mobile content styles */
            .mobile-content .company-name {
                font-size: 16px;
                margin-bottom: 25px;
                margin-top: 30px;
            }

            .mobile-content .address-block,
            .mobile-content .contact-info {
                font-size: 14px;
                margin-bottom: 25px;
            }
        }

        @media (max-width: 480px) {
            .newsletter-title {
                font-size: 24px;
            }

            .social-link {
                width: 45px;
                height: 45px;
            }

            .newsletter-button {
                padding: 14px 32px;
            }
        }

/* ========================================================== */
/* 			              04. HERO SECTIONS                   */
/* ========================================================== */

.menu-hero-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% top no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.menu-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.about-hero-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% top no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.about-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.gallery-hero-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% top no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.gallery-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.reservation-hero-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% top no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.reservation-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.hero-gallery-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% top no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.hero-gallery-section .image-overlay {
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact-hero-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% top no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.contact-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact2-hero-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% top no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 90px 0 90px 0;
}

.contact2-hero-section .image-overlay {
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section {
	width: 100%;
	position: relative;
	background: url("../images/temple.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0 auto;
	padding: 190px 0 140px 0;
}

.image-section p {
	font-size: 30px;
	color: #f57c00;
}

.image-section .image-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	backdrop-filter: blur(10px); /* Initially blurred */
	transition: backdrop-filter 0.2s ease-out;
}

.image-section-inside {
	position: relative;
	z-index: 100;
}

/* ========================================================== */
/* 					          05. MENU                        */
/* ========================================================== */

/* ----- 1. Featured Menu ----- */
.featured-menu-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% 0 no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0 80px 0;
}

.featured-menu-section .image-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

/* ----- 2. Menu Homepage ----- */
.home-menu-section {
	width: 100%;
	position: relative;
	background: url(../images/metrics.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0;
}

.home-menu-section .image-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.menu-wrapper {
}

.home-menu-list {
	display: block;
	clear: both;
}

.home-menu-list h5 {
	font-size: 18px;
	line-height: 24px;
	vertical-align: bottom;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #fff;
	float: left;
	letter-spacing: 2px;
	max-width: 70%;
	padding-right: 10px;
	margin-bottom: 10px;
}

.home-menu-list p.price {
	color: #f2b410;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
	vertical-align: bottom;
	float: right;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.dot-line {
	border-bottom: 2px dotted #fff;
	height: 29px;
	overflow: hidden;
	display: block;
}

p.home-menu-ingredients {
	display: block;
	clear: both;
	width: 100%;
	color: #eee;
}

/* ----- 3. Menu First Version ----- */
.first-menu-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% 0 no-repeat fixed;
	background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0;
}

.first-menu-section .image-overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.menu-wrapper {
	display: inline-block;
	padding-right: 20px;
	margin-bottom: 10px;
}

h2.menu-section-title {
	font-size: 28px;
	position: relative;
	margin-bottom: 50px;
	margin-right: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

h2.menu-section-title::after {
	position: absolute;
	content: "";
	background-color: #f8c12c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}

.menu-image {
	float: left;
	width: 20%;
}

.menu-image a img {
}

.menu-description {
	float: left;
	padding-left: 5%;
	width: 75%;
}

.menu-list {
	display: block;
	clear: both;
}

.menu-list h5 {
	font-size: 18px;
	line-height: 22px;
	vertical-align: bottom;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	float: left;
	letter-spacing: 2px;
	max-width: 70%;
	padding-right: 12px;
	margin: 5px 0;
}

.menu-list p.price {
	color: #f2b410;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	display: inline-block;
	vertical-align: bottom;
	float: right;
	padding-top: 7px;
	padding-left: 12px;
	margin-bottom: 5px;
}

.menu-dot-line {
	border-bottom: 2px dotted #f2b410;
	height: 22px;
	overflow: hidden;
	display: block;
}

p.menu-ingredients {
	display: block;
	clear: both;
	width: 100%;
}

/* ========================================================== */
/* 						      06. BLOG                        */
/* ========================================================== */

.blog-item {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.blog-item-pic {
	display: inline-block;
	position: relative;
}

.blog-item-pic:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.blog-item-inner {
	padding: 1px 25px 20px 25px;
}

.blog-item-inner p {
	margin: 10px 0 20px 0;
}

h3.blog-title {
	margin-top: 20px;
	margin-bottom: 1px;
}

h3.blog-title a {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #252525;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

h3.blog-title a:hover {
	color: #ff3d00;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 					       07. REGISTER                       */
/* ========================================================== */

.register-inner {
	padding: 40px 0;
}

#register-form {
	padding: 25px 0 20px 0;
}

input.register-input {
	width: 100%;
	height: 52px;
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
	color: #999;
	border: 1px solid #e1e1e1;
	background-color: transparent;
	font-size: 14px;
}

select.register-input {
	width: 100%;
	height: 52px;
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
	color: #999;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	font-size: 14px;
}

input.register-submit {
	position: relative;
	display: inline-block;
	color: #fff;
	border: 1px solid #f2b410;
	background-color: #f2b410;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	padding: 16px 0;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

input.register-submit:hover {
	color: #fff;
	background-color: #ff3d00;
	border: 1px solid #ff3d00;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
	border-color: #e8e8e8;
	outline: none;
}

p.register_success_box {
	text-align: center;
	display: inline-block;
	color: #454545;
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px 0;
	padding: 20px 20px;
	border: 1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 						    08. CONTACT                       */
/* ========================================================== */

#contact-form {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	text-align: center;
	padding: 30px 0 10px 0;
}

input.contact-input {
	width: 100%;
	height: 55px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 20px;
	color: #656565;
	border: 2px solid #454545;
	background-color: transparent;
	font-size: 14px;
	float: left;
}

textarea {
	height: 205px;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #656565;
	border: 2px solid #454545;
	background-color: transparent;
	font-size: 14px;
	float: left;
}

input.contact-submit {
	color: #fff;
	border: 2px solid #f2b410;
	background-color: #f2b410;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	padding: 16px 30px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

input.contact-submit:hover {
	color: #ff3d00;
	background-color: transparent;
	border: 2px solid #f2b410;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #656565;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #656565;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #656565;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #656565;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
	border-color: #f2b410;
	outline: none;
}

p.contact_success_box {
	text-align: center;
	display: inline-block;
	color: #454545;
	font-size: 20px;
	font-style: italic;
	padding: 20px 20px;
}

.wow:first-child {
	visibility: hidden;
}

/* ========================================================== */
/* 		    Background Images - max-width: 1024px             */
/* ========================================================== */

@media only screen and (max-width: 1024px) {
	.image-section,
	.featured-menu-section,
	.home-menu-section,
	.first-menu-section,
	.menu-hero-section,
	.about-hero-section,
	.gallery-hero-section,
	.reservation-hero-section,
	.hero-gallery-section,
	.contact-hero-section,
	.contact2-hero-section,
	.footer {
		background-attachment: scroll !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
}

/* ========================================================== */
/* 					    19. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld, only screen and (max-width: 800px) {
	.footer {
		text-align: center;
	}

	.footer h4::after {
		left: 50%;
		margin-left: -20px;
	}

	ul.footer_social {
		float: none;
		margin-top: 25px;
	}

	.instagram-text {
		display: none;
	}
}

/* featured products */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
}

.featured-products h5 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #f57c00;
	font-weight: 400;
	margin-bottom: -10px;
}

.featured-products {
	text-align: center;
	padding: 50px 10%;
	background-color: #ffffff;
}

.featured-products h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.product-container {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	scroll-behavior: smooth;
	padding: 20px 0; /* Top, Right, Bottom, Left */
}

.product-container::-webkit-scrollbar {
	display: none; /* Hide scrollbar for cleaner look */
}

.product-info {
	margin-top: 10px;
}

.product-card {
	flex: 0 0 auto; /* Stops the cards from shrinking or growing */
	width: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	border-radius: 1px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-image {
	width: 100%;
	height: 350px; /* Adjust height */
	background-size: cover;
	background-position: center;
	position: relative; /* Needed for absolute positioning of hover image */
	overflow: hidden;
}

/* Add the hover image using the ::after pseudo-element */
.product-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	z-index: 0;
}

/* On hover, make the hover image visible */
.product-image:hover::after {
	opacity: 1;
}

.product-details {
	width: 100%;
	padding: 15px;
	text-align: center;
}

/* Hover effect on card */
.product-card:hover {
	transform: scale(1.03);
}

/* Zoom in image on hover */
.product-card img {
	width: 100%;
	border-radius: 1px;
	transition: transform 0.3s ease;
}

.product-image:hover img {
	background-image: url("/images/prod 2.jpg"); /* Hover Image */
}

.product-image:hover .end-deal {
	bottom: 10px;
	opacity: 1;
	visibility: visible;
}

.product-name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding-top: 5px;
}

.product-price {
	color: #333;
	font-size: 16px;
	margin: 1px, 0px, 20px, 0px;
	padding-top: 10px;
}

.end-deal {
	position: absolute;
	bottom: -50px; /* Start hidden below */
	left: 50%;
	transform: translateX(-50%);
	width: 65%;
	padding: 12px 20px;
	background-color: white;
	border: none;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	position: absolute; /* Make sure it's positioned relative to .product-image */
	overflow: hidden;
	z-index: 1;
}

/* Show the button on hover and slide it up */
.product-image:hover .end-deal {
	bottom: 20px; /* Moves up from the bottom */
	opacity: 1;
	visibility: visible;
}

/* Background Fill Effect */
.end-deal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f57c00; /* Fill color */
	transform: translateY(100%); /* Initially hidden */
	transition: transform 0.25s ease-in-out;
	z-index: 0;
	border-radius: 0px;
	transform-origin: bottom left; /* Starting point */
}

/* Ensure text stays on top */
.end-deal span {
	position: relative;
	z-index: 1;
}

/* Activate the fill effect on hover */
.end-deal:hover::before {
	transform: translateY(0); /* Fill effect moves in */
}

.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.nav-button {
	width: 55px; /* Equal width and height for a perfect circle */
	height: 50px;
	background-color: #ffffff; /* Button color */
	color: #333; /* Icon color */
	border: 2px solid #ddd; /* Border color */
	border-radius: 50%; /* Makes it a perfect circle */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 18px; /* Arrow size */
	position: relative;
}

.nav-button.right {
	margin-left: 20px; /* Adjust the value as needed */
}

.nav-button.left {
	margin-right: 5px; /* Adjust the value as needed */
}

/* Hover effect */
.nav-button:hover {
	background-color: #ff3d00;
	color: #fff; /* Icon color on hover */
	transform: scale(1.1); /* Slight zoom on hover */
}

/* Active click effect */
.nav-button:active {
	transform: scale(0.95);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* About Parimal */
.about-agency {
	padding: 80px 0;
	background-color: #fff;
}

.about-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start; /* Stick content to the top */
	justify-content: space-between;
	gap: 40px;
	margin-top: 60px;
}

.about-image {
	flex: 1;
	min-width: 300px;
}

.about-image img {
	width: 100%;
	border-radius: 10px;
}

.about-text {
	flex: 1;
	min-width: 300px;
	justify-content: flex-start;
	min-height: 525px; /* Adjust based on the tallest content */
}

.about-text .subtitle {
	display: block;
	color: rgba(255, 123, 0, 0.8);
	font-weight: 400;
	font-size: 18px;
	margin-bottom: -10px;
}

.about-text h2 {
	font-size: 36px;
	font-weight: 800;
	color: #333;
	margin-bottom: 15px;
	line-height: 1;
	letter-spacing: normal;
}

.about-text p {
	color: #666;
	margin-bottom: 15px;
	line-height: 1.8;
}

/* Tabs */
.tabs {
	display: flex;
	margin-bottom: 20px;
}

.tab-button {
	background: none;
	border: none;
	outline: none;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: #333;
	position: relative;
}

.tab-button.active {
	color: #f57c00;
}

.tab-button.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 3px;
	background-color: #f57c00;
	border-radius: 2px;
}

/* Tab Content Wrapper */
.tab-wrapper {
	min-height: 150px; /* Set a minimum height to prevent layout shift */
	position: relative;
	width: 100%;
}

/* Tab Content */
.tab-content {
	display: none;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.tab-content.active {
	display: block;
	opacity: 1;
	position: relative;
}

/* Feature List */
.feature-list {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

.feature-list li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	color: #666;
	font-size: 16px;
	font-style: italic;
}

.check-icon {
	color: rgba(255, 123, 0, 0.8);
	margin-right: 10px;
	font-style: normal;
	font-weight: bold;
}

/* Button */
.btn-primary {
	display: inline-block;
	padding: 12px 30px;
	background-color: #eeeeee;
	color: rgba(255, 123, 0, 0.8);
	font-weight: 700;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-primary:hover {
	background-color: rgba(255, 123, 0, 0.8);
	color: #fff;
}




/* brands */
.recent-works {
	text-align: center;
	padding: 60px 0;
	background-color: #fff;
}

.section-header {
	margin-bottom: 40px;
	text-align: center;
}

.subtitle {
	font-size: 20px;
	font-weight: 200;
	color: #f57c00;
}

.section-header h2 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 10px;
}

.section-header p {
	font-size: 16px;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}

/* Use CSS Grid to fit 5 items in a row */
.work-gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr); /* 5 equal-width columns */
	gap: 15px;
	justify-content: center;
}

/* Work Items */
.work-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
	width: 100%; /* Auto-size to fit grid */
	max-width: 220px; /* Adjust for spacing */
}

.work-item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: transform 0.4s ease-in-out;
}

/* Hover Overlay */
.hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(255, 0, 0, 0) 0%,
		rgba(255, 123, 0, 0.8) 100%
	);
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	transform: scale(1.1);
	padding: 20px;
}

.overlay-content {
	text-align: center;
	color: white;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.category {
	font-size: 14px;
	font-weight: 400;
}

.overlay-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
	letter-spacing: normal;
	color: #fff;
}

/* Hover Effects */
.work-item:hover img {
	transform: scale(1.1);
}

.work-item:hover .hover-overlay {
	opacity: 1;
	transform: scale(1);
}

.work-item:hover .overlay-content {
	opacity: 1;
	transform: translateY(0);
}

/* Responsive Fixes */
@media (max-width: 1200px) {
	.work-gallery {
		grid-template-columns: repeat(
			3,
			1fr
		); /* 3 items per row on medium screens */
	}
}

@media (max-width: 768px) {
	.work-gallery {
		grid-template-columns: repeat(
			2,
			1fr
		); /* 2 items per row on small screens */
	}
}

@media (max-width: 480px) {
	.work-gallery {
		grid-template-columns: repeat(1, 1fr); /* 1 item per row on mobile */
	}
}



.brand-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.brand-modal-content {
  background: white;
  padding: 3rem 6rem;
  border-radius: 8px;
  max-width: 60%;
  width: 80%;
  text-align: left;
  position: relative;
}

.brand-modal-content h2{
  color: #f57c00;
}

.brand-modal-content p{
	text-align: justify;
	font-size: 1.75rem;
	color: #3e3e3e;
}

.brand-modal .close {
  position: absolute;
  top: 10%;
  right: 4%;
  font-size: 30px; /* Bigger size */
  font-weight: 300;
  color: #000000;
  cursor: pointer;
  transition: color 0.2s;
}

.brand-modal .close:hover {
  color: #f57c00; 
}









/* stats section */

/* Counter Section */
.counter-section {
	padding: 1px 0;
	text-align: center;
}

/* Counter Wrapper */
.counter-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

/* Counter Box */
.counter-box {
	flex: 1 1 200px;
	letter-spacing: normal;
}

/* Counter Styling */
.counter-container {
	font-size: 75px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #ff3d00;
	display: flex;
	justify-content: center;
	align-items: baseline; /* Align numbers and "+" properly */
}

/* Plus Symbol */
.plus {
	font-size: 75px;
	font-weight: 700;
	color: #ff3d00;
	margin-left: 5px; /* Space between number and "+" */
}

.counter-box p {
	font-size: 25px;
	font-weight: 500;
	color: #ffffff;
}

/* testimonials */

.testimonial-area {
	padding: 100px 20px;
	background-color: #ffffff;
}

.testimonial-inner {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
}

.testimonial-content {
	flex: 1;
	min-width: 300px;
	position: relative;
}

.quote-icon {
	font-size: 180px;
	color: rgba(0, 0, 0, 0.05);
	position: absolute;
	left: -40px;
	top: -70px;
	line-height: 1;
	z-index: 0;
}

.testimonial-content p {
	font-size: 28px;
	color: #1f1f25;
	font-weight: 400;
	line-height: 1.6;
	z-index: 2;
	position: relative;
	margin-bottom: 30px;
}

.testimonial-author h4 {
	font-size: 16px;
	color: #999999;
	z-index: 2;
	position: relative;
}

#author-name {
	color: #f81f01;
	font-weight: 600;
}

.testimonial-images {
	flex: 1;
	min-width: 300px;
}

.testimonial-images .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.testimonial-images img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 10px;
	opacity: 0.4;
	transition: all 0.3s ease;
	box-shadow: none;
	cursor: pointer;
}

.testimonial-images img.active {
	opacity: 1;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
}




/* media */

.news-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1200px; /* Limits width to prevent horizontal scrolling */
	justify-content: center;
}

.card {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	width: 320px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}

.card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.content {
	padding: 15px;
}

.tag {
	display: inline-block;
	background: #e74c3c;
	color: white;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 10px;
	font-size: 14px;
}

.thinking {
	background: #e67e22;
}

.date {
	color: #777;
	font-size: 14px;
}

.content h3 {
	font-size: 18px;
	margin: 10px 0;
}

.read-more {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: black;
}

.card:hover img {
	transform: scale(1.05);
	transition: ease-in-out 0.35s;
}

/* Use-case section */
.fragrance-section {
	text-align: center;
	font-family: "Inter", sans-serif;
	margin-bottom: -50px;
	margin-top: -20px;
}

.fragrance-section h2 {
	padding-bottom: 30px;
}

.fragrance-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
	margin-top: 20px;
}

.fragrance-item {
	text-align: center;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}

.fragrance-image {
	width: 130px;
	height: 130px;
	border-radius: 10%;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}

.fragrance-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}

.fragrance-item p {
	font-size: 16px;
	color: #2d0c5e;
	font-weight: 400;
	position: relative;
	display: inline-block;
	margin-top: 8px;
}

.fragrance-item p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background-color: #2d0c5e;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
}

.fragrance-item:hover .fragrance-image img {
	transform: scale(1.1);
}

.fragrance-item:hover p::after {
	transform: scaleX(1);
}

/* Icons section */
.incense-section {
	text-align: center;
	font-family: "Inter", sans-serif;
	margin: 40px 0;
}

.incense-section h2 {
	font-weight: 600;
	letter-spacing: normal;
	margin-bottom: 50px;
}

.incense-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4vw;
	margin-top: 20px;
}

.incense-container2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 20px;
}

.incense-item {
	text-align: center;
	max-width: 150px;
}

.incense-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f57c00; /* Icon background */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.incense-icon2 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ffedda; /* icon background */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.incense-icon img {
	width: 100%;
	height: auto;
}

.incense-icon img:hover {
	transform: scale(1.1);
}

.incense-item p {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}





/* Video Section */
.video-section {
	text-align: center;
	font-family: "Inter", sans-serif;
	margin: 40px 0;
}

.video-section h2 {
	letter-spacing: normal;
}

.video-section .highlight {
	color: #f57c00; /* Change this to any color you like */
}

.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	transition: transform 0.3s ease-in-out;
	border-radius: 15px;
	overflow: hidden;
	max-width: 80%;
	margin: auto;
}

.video-container:hover {
	transform: scale(1.03);
}

video {
	width: 100%;
	max-width: 1200px;
	border-radius: 12px;
}







/* about - history */
.timeline-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
	align-items: center;
}

h1 {
	font-size: 48px;
	line-height: 1.6;
	margin: 0 0 60px;
	padding-bottom: 10px;
	text-align: center;
}

.timeline-highlight {
	color: #f57c00;
}

.timeline {
        padding: 0px 5%;
        max-width: 1300px;
        margin: 0 auto;
      }
      .timeline > .timeline-item {
        display: flex;
        align-items: flex-start;
      }
      .timeline > .timeline-item > div {
        flex: 1;
        padding: 0px 40px;
      }
      .timeline > .timeline-item > div:last-child {
        text-align: left;
        padding-bottom: 40px !important;
      }
      .timeline > .timeline-item > div:first-child::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #f57c00;
        top: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
      }
      .timeline > .timeline-item:nth-child(odd) > div:first-child {
        text-align: right;
        position: relative;
      }
      .timeline > .timeline-item:nth-child(odd) > div:first-child::after {
        right: -17px;
      }
      .timeline > .timeline-item:nth-child(odd) > div:last-child {
        text-align: left;
        border-left: 2px solid #e0e0e0;
      }
      .timeline > .timeline-item:nth-child(odd) > .timeline-date > div {
        margin-right: 0px;
      }

      .timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
        text-align: left !important;
      }

      .timeline > .timeline-item:nth-child(even) > div:first-child {
        order: 2;
        text-align: left;
        position: relative;
      }
      .timeline > .timeline-item:nth-child(even) > div:first-child::after {
        left: -1px;
      }
      .timeline > .timeline-item:nth-child(even) > div:last-child {
        order: 1;
        text-align: right;
        border-right: 2px solid #e0e0e0;
      }
      .timeline > .timeline-item:nth-child(even) > .timeline-date > div {
        margin-left: 0px;
      }
      .timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
        text-align: right !important;
      }
      .timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
        left: inherit;
        right: 15px;
      }
      .timeline > .timeline-item .timeline-date {
        position: relative;
		font-weight: 700;
      }
      .timeline > .timeline-item .timeline-date > div {
        background-image: linear-gradient(to right, #f57c00, #fcb415);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        border-radius: 50px;
        color: #ffffff;
        text-align: center;
        max-width: max-content;
        margin: auto;
        padding: 10px 30px;
      }
      .timeline > .timeline-item .timeline-content .fa-icon {
        font-size: 80px;
      }
      .timeline > .timeline-item .timeline-content > h2 {
        color: #f57c00;
        margin: 0px;
        font-size: 1.5em;
        font-weight: bold;
        margin: 7px 0px;
      }
      .timeline > .timeline-item .timeline-content > h2 span {
        color: #f57c00;
        font-weight: bold;
        font-size: 0.6em;
        letter-spacing: 2px;
        margin-left: 5px;
      }
      .timeline > .timeline-item .timeline-content > p {
        font-size: 1em;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        position: relative;
        line-height: 25px;
        padding-bottom: 20px;
        min-height: 10px;
      }
      .timeline > .timeline-item .timeline-content > p > button:hover {
        background: rgba(0, 0, 0, 0.7);
        box-shadow: 0 5px 10px rgba(103, 58, 183, 0.1);
        color: #ffffff;
      }
      @media (max-width: 767px) {
        .timeline > .timeline-item {
          flex-direction: column;
          border-left: 2px solid #e0e0e0;
        }
        .timeline > .timeline-item > div {
          border-width: 0px !important;
          text-align: left !important;
          order: unset !important;
        }
        .timeline > .timeline-item > div::after {
          left: 0% !important;
        }
        .timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
          text-align: left !important;
        }
        .timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
          text-align: left !important;
        }
        .timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
          left: 15px;
          right: inherit;
        }
      }








/*team*/
.find-passion-section {
	display: flex;
	align-items: center;
	padding: 12vh 12vw 12vh 12vw;
	background: #fff;
	gap: 40px;
	flex-wrap: wrap;
}

.text-side {
	flex: 1;
	min-width: 200px;
}

.text-side h1 {
	font-size: 45px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
	text-align: left;
}

.team-highlight {
	color: #f57c00;
}

.cards-side {
	display: flex;
	flex: 3;
	min-width: 300px;
	gap: 20px;
}

.card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #eee;
	transition: all 0.9s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 400px;
}

.card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 70%);
	z-index: 1;
	pointer-events: none;
}

.card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.main-card {
	flex: 3;
}

.small-card {
	flex: 0.5;
}

.card-content,
.small-card-label {
	position: relative;
	z-index: 2;
	padding: 20px;
	color: #fff;
}

.small-card-label {
	text-align: center;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 18px;
	padding: 10px 20px;
}

/* HOVER EFFECT */
.cards-side:hover .card {
	flex: 0.5;
}

.cards-side .card:hover {
	flex: 2;
}
.cards-side .card:hover .small-card-label {
	text-align: center;
	writing-mode: horizontal-tb;
	transform: rotate(0deg);
	font-size: 18px;
}

/* Popup Modal Styles */
.modal {
	display: none; /* Hidden by default */
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

.modal-content {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	max-width: 45vw;
	width: 90%;
	position: relative;
	animation: fadeIn 0.3s ease;
	display: flex;
	align-items: center;
	gap: 30px;
	text-align: left;
}

.modal-content img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 5%;
	margin-bottom: 20px;
}

.modal-left {
	flex: 0 0 40%;
}

.modal-left img {
	width: 90%;
	height: auto;
	border-radius: 10px;
}

.modal-right {
	flex: 1;
}

.modal-right h2 {
	margin: 0 0 10px;
	font-size: 24px;
	color: #333;
}

.modal-right p {
	font-size: 16px;
	color: #666;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

/* Simple fade animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* how we work */
.spacer {
	height: 10vh;
}

.spacer2 {
	height: 45vh;
}

.how-container {
    position: relative;
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
    height: 85vh;
}

.card1-wrapper {
	position: relative;
	top: 3vh; /* Add vertical space below heading */
  }

.how-heading {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 5rem;
	font-weight: 700;
	color: #000;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.howcard {
	position: absolute; /* Important for positioning inside container */
	width: 100%;
	height: auto;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	transition: transform 0.2s ease-out;
	padding-bottom: calc(70vw * (3.5 / 7));
	overflow: hidden;
}

@media (max-width: 768px) {
	.howcard {
		padding-bottom: calc(70vw * (7 / 3.5));
	}
}

#howcard1 {
	position: absolute;
	top: 10vh;
	z-index: 1;
	background-image: url("../images/about/howcard1.png");
	background-size: cover;
}






/* why us */
.why-section {
	text-align: center;
	font-family: "Inter", sans-serif;
	padding: 5vh 0 7vh 0;
	background-color: #f0f0f0;
}

.why-section h1 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 50px;
}


.why-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 70px;
	margin-top: 20px;
}

.why-container2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 20px;
}

.why-item {
	text-align: center;
	max-width: 150px;
}

.why-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ffb000; /* Icon background */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.why-icon2 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ffb000; /* icon background */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.why-icon img {
	width: 100%;
	height: auto;
}

.why-icon img:hover {
	transform: scale(1.1);
}

.why-item p {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}




/* ecosystem */
.ecosystem {
	text-align: center;
	padding: 80px 30px;
}

.ecosystem h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
}

.highlight {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 4px;
	text-decoration-color: #f57c00;
}

.dot {
	color: #f57c00;
}

.eco-main {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Fixed 3 columns */
	gap: 40px 40px;
	padding: 40px 1vw;
	max-width: 60vw;
	margin: auto;
}

.eco {
	display: flex;
	flex-direction: column;
	align-items: center; /* centers image */
	text-align: left;
}

.eco img {
	width: 100%;
	object-fit: contain;
	margin-bottom: 20px;
}

.eco h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
	align-self: flex-start;
}

.eco p {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
	max-width: 280px;
	align-self: flex-start;
}





/* r&d */
.rd-card-container {
	padding: 30px 0px;
	padding-top: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rd-card {
	width: 60vw;
	height: 55vh;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding: 20px;
	padding-left: 3%;
	padding-right: 30%;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
}

.rd-card-bg {
	position: absolute;
	inset: 0;
	background-image: url("../images/about/rd.png");
	background-size: cover;
	background-position: center;
	transition: transform 0.7s ease;
	z-index: 0;
	left: 0px;
	top: -25px;
}

.rd-card:hover .rd-card-bg {
	transform: scale(1.05);
}

.rd-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		#f57c00 0%,
		/* Deep orange at start */ rgba(255, 142, 0, 0.6) 70%,
		/* Mid orange */ rgba(255, 183, 0, 0) 100% /* Light orange fade */
	);
	z-index: 1;
}

.rd-card-text {
	position: static;
	color: #fff;
	z-index: 2;
	box-sizing: border-box;
}

.rd-card-text h2 {
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	margin-bottom: 10%;
	margin-top: 10%;
	color: white;
}

.rd-card-text p {
	font-size: clamp(1rem, 1.1vw, 1.8rem);
	line-height: 1.5;
	color: white;
}

@media (max-width: 768px) {
  .rd-card {
    flex-direction: column;
    padding: 20px;
  }

  .rd-card-text {
    width: 90%;
  }

  .rd-card-text p {
	font-size: clamp(1rem, 2.8vw, 2rem);
  }
}







/* about us landing */

.about-landing {
	background: linear-gradient(135deg, #00000050, #00000050),
		url("/images/about/about-bg.jpg") center/cover no-repeat;
	color: white;
	text-align: center;
	margin-top: 4rem;
	padding-top: 10rem;
	position: relative;
	overflow: hidden;
}

.about-landing h1:hover {
	color: #f57c00;
	transition: 0.5s ease-in-out;
}

.about-landing h1 {
	font-size: 5rem;
	font-weight: 800;
	line-height: 1.2;
	color: white;
	position: relative;
	z-index: 2;
}

.about-landing-text {
	background: #fff;
	border-radius: 2rem;
	color: black;
	padding: 2rem;
	margin: 6rem auto;
	max-width: 1000px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 3;
}

.about-landing-text p {
	padding: 2% 3%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	text-align: justify;
	color: #555;
	margin-bottom: 0;
}

.bottom-rectangle {
	width: 100%;
	height: 250px;
	background: white;
	position: absolute;
	bottom: -10%;
	left: 0;
	z-index: 1;
}





/* top banner above header */

.top-banner {
            position: fixed;
            top: 0;
            width: 100%;
            background-color: #f57c00;
            color: white;
            text-align: center;
            padding: 10px 0 0 0;
            font-weight: 600;
            font-size: 16px;
            z-index: 1050;
        }

        .top-banner p {
            font-size: 1.5rem;
            line-height: 24px;
            font-weight: 400;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .navbar-fixed-top {
            top: 4.5%;
        }

        .marquee {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .marquee-content {
            display: flex;
            width: max-content;
            animation: scroll-marquee 20s linear infinite;
        }

        .marquee-content span {
            white-space: nowrap;
            padding-right: 50px;
            font-weight: 600;
            font-size: 14px;
        }

        /* Animation that shifts the entire content leftwards */
        @keyframes scroll-marquee {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(-50%);
            }
        }
