*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* ===== Premium Sticky Navbar ===== */
#mainNavbar {
position: relative;
transition: all 0.45s ease;
}
/* Scroll hone par */
#mainNavbar.scrolled {
position: fixed;
top: -100px;              /* pehle upar chhupa */
left: 0;
width: 100%;
z-index: 9999;
background: linear-gradient(90deg, #ff7a00, #ffb347);
box-shadow: 0 15px 40px rgba(0,0,0,0.35);
animation: dropDown 0.55s ease forwards;
}
/* Drop animation */
@keyframes dropDown {
from {
top: -100px;
opacity: 0;
}
to {
top: 0;
opacity: 1;
}
}
/* Scroll ke baad links thode bold */
#mainNavbar.scrolled .nav-link {
font-weight: 600;
}
/* Mobile fix */
@media (max-width: 768px) {
#mainNavbar.scrolled {
padding: 10px 0;
}
}
html, body{
width: 100%;
overflow-x: hidden;
}
body{
background: #f6f5f5;
font-family: "Segoe UI", system-ui, sans-serif;
}
.special-heading{
text-align: center;
margin: 40px 0 30px;
}
.special-heading h1{
font-size: 42px;
font-weight: 800;
color: #f18807;
margin-bottom: 8px;
}
.special-heading p{
font-size: 16px;
color: #1e0d0d;
letter-spacing: 0.3px;
}
/* .carousel-inner img {
width: 100%;
height: 70%;
} */
.custom-carousel {
width: 100%;
height: 80vh; /* 80% of screen height */
}
.custom-carousel .carousel-inner,
.custom-carousel .carousel-item {
height: 100%;
}
.carousel-img {
height: 100%;
width: 100%;
object-fit: cover; /* fills area nicely */
}
#swtimg
{
width: 100%;
height: 200px;
border-radius: 8px;
margin-bottom: 12px;   /* ✅ image ke niche space */
transition: transform 0.6s cubic-bezier(.22,1,.36,1),
filter 0.6s ease;
filter: contrast(1.1) brightness(1.08);
}
#swtimg:hover
{
transform: scale(1.04);
box-shadow: 0 20px 60px rgba(0,0,0,0.35);
/* filter: contrast(1.1) brightness(1.08); */
}
span
{
display: inline-block;
background: #ff9800;
color: #fff;
padding: 6px 14px;
border-radius: 20px;
font-size: 14px;
margin-top: 5px;
}
span:hover{
background-color: yellow;
color: black;
}
.social a{
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 10px;
width: 30px;
height: 30px;
border-radius: 50%;
background: #fdfefd;
color: #333;
font-size: 20px;
transition: 0.3s;
}
#call{
color: white;
background-color: blue;
width: 30px;
height: 30px;
border-radius: 50%;
justify-content: center;
align-items: center;
display: inline-flex;
font-size: 20px;
transition: 0.3s;
margin-top: 10px;
}
#whatsapp{
color: white;
background-color: green;
width: 30px;
height: 30px;
border-radius: 50%;
justify-content: center;
align-items: center;
display: inline-flex;
font-size: 20px;
transition: 0.3s;
margin-top: 10px;
}
/* ===== Premium Snack Cards ===== */
.sweet-card {
background: #ffffff;
border-radius: 18px;
padding: 10px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
transition: all 0.35s ease;
height: 100%;
}
.sweet-card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 14px;
}
.sweet-card h5 {
margin-top: 12px;
font-size: 16px;
font-weight: 600;
color: #333;
}
/* Hover effect (Desktop premium) */
.sweet-card:hover {
transform: translateY(-8px);
box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}
.blink-animate{
color: #fff !important;
padding: 8px 18px;
border-radius: 30px;
font-weight: 700;
animation: glowBlink 1s infinite alternate;
}
/* Glow blink */
@keyframes glowBlink{
0%{
background: #ff5722;
box-shadow: 0 0 10px #ff5722;
}
100%{
background: #ffc107;
box-shadow: 0 0 25px #ffc107;
}
}
.col-sm-3.text-center{
background: #ffffff;
border-radius: 18px;
padding: 15px;
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
transition: transform 0.3s ease;
}
.col-sm-3.text-center:hover{
transform: translateY(-6px);
}
.container
{
background-color: aliceblue;
border: 1px solid yellow;
}
@media (max-width: 600px) {
/* Navbar */
.premium-nav{
padding: 10px 0;
}
.navbar-brand img{
width: 65px;
}
.premium-menu .nav-item{
margin: 8px 0;
}
.premium-menu .nav-link{
font-size: 15px;
}
/* Carousel */
.carousel-inner img{
height: 200px;
width: 100%;
object-fit: cover;
border-radius: 0 0 15px 15px;
}
.carousel,
.carousel-inner,
.carousel-item{
height: 200px;
}
/* Product section */
#swtimg{
height: 115px;
border-radius: 12px;
}
.col-sm-3{
margin-bottom: 25px;
background: #fff;
padding: 15px;
border-radius: 15px;
box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
h4{
font-size: 16px;
margin-top: 10px;
font-weight: 600;
}
span{
display: inline-block;
background: #ff9800;
color: #fff;
padding: 6px 14px;
border-radius: 20px;
font-size: 14px;
margin-top: 5px;
}
/* About section */
.container{
padding: 20px;
border-radius: 20px;
}
.container h1,
.container h2{
text-align: center;
}
.container img{
border-radius: 15px;
margin-bottom: 15px;
}
/* Horizontal scroll gallery */
.scrl{
height: 220px;
margin-top: 30px;
}
.scrl img{
width: 260px;
height: 200px;
border-radius: 15px;
}
/* Shop image section */
.row.mt-5.border{
border-radius: 20px;
padding: 15px;
}
.row.mt-5.border img{
width: 100%;
border-radius: 15px;
margin-bottom: 15px;
}
/* Google map */
iframe{
width: 100%;
height: 250px;
border-radius: 15px;
}
}
/* Gallery Section */
.gallery-grid{
column-count:3;
column-gap:18px;
}
.gallery-item{
margin-bottom:18px;
overflow:hidden;
border-radius:18px;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
break-inside:avoid;
cursor:pointer;
transition:all .4s ease;
}
.gallery-item img{
width:100%;
display:block;
border-radius:18px;
transition:transform .5s ease;
height: 220px;
}
.gallery-item:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.gallery-item:hover img{
transform:scale(1.08);
}
/* Tablet */
@media(max-width:991px){
.gallery-grid{
column-count:2;
}
}
/* Mobile */
@media(max-width:576px){
.gallery-grid{
column-count:1;
}
}
/* video section */
.video-card{
background:#fff;
border-radius:15px;
padding:15px;
box-shadow:0 4px 15px rgba(0,0,0,0.1);
transition:0.3s;
height:100%;
}
.video-card:hover{
transform:translateY(-5px);
box-shadow:0 8px 25px rgba(0,0,0,0.15);
}
.video-card h4{
font-size:18px;
font-weight:600;
margin-bottom:15px;
text-align:center;
}
.video-wrapper{
position:relative;
width:100%;
padding-bottom:56.25%; /* 16:9 Ratio */
overflow:hidden;
border-radius:10px;
}
.video-wrapper iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
@media(max-width:768px){
.video-card h4{
font-size:16px;
}
}
/* Navbar link underline effect */
/* Premium Navbar */
.premium-nav{
background: linear-gradient(90deg, #ff8c00, #ffa500);
padding: 15px 0;
box-shadow: 0 8px 25px rgba(0,0,0,0.25);
position: sticky;
top: 0;
z-index: 999;
}
/* Menu spacing */
.premium-menu .nav-item{
margin: 0 18px;
}
/* Links */
.premium-menu .nav-link{
color: #fff !important;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
position: relative;
transition: all 0.3s ease;
}
/* Hover underline animation */
.premium-menu .nav-link::after{
content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 0%;
height: 2px;
background: #fff;
transition: 0.3s;
}
.premium-menu .nav-link:hover::after{
width: 100%;
}
.premium-menu .nav-link:hover{
color: #2c2c2c !important;
}
/* Highlight menu (Premium CTA) */
.premium-menu .highlight{
background: #fff;
color: #ff8c00 !important;
padding: 8px 18px;
border-radius: 30px;
font-weight: 600;
}
.premium-menu .highlight:hover{
background: #2c2c2c;
color: #fff !important;
}
.scrl{
width: 100%;
height: 55vh;
overflow: hidden;
position: relative;
}
.scrl-track{
display: flex;
gap: 15px;
width: max-content;
}
.scrl-track img{
width: 300px;
height: 300px;
object-fit: cover;
flex-shrink: 0;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
/* Smooth scroll */
.scrl::-webkit-scrollbar{
height: 8px;
}
.scrl::-webkit-scrollbar-thumb{
background: #ff9800;
border-radius: 10px;
}
/* ===== Map + Form Section ===== */
.container{
margin-top: 60px;
}
/* Map styling */
.col-sm-6 iframe{
width: 100%;
height: 420px;
border-radius: 18px;
box-shadow: 0 15px 40px rgba(0,0,0,0.2);
transition: 0.4s;
}
.col-sm-6 iframe:hover{
transform: scale(1.01);
}
/* Form Card */
.col-sm-6 form{
background: #ffffff;
padding: 35px 30px;
border-radius: 18px;
box-shadow: 0 15px 45px rgba(0,0,0,0.18);
max-width: 420px;
margin: auto;
}
/* Inputs */
.col-sm-6 form input{
width: 100%;
padding: 14px 16px;
margin-bottom: 18px;
border-radius: 30px;
border: 1.5px solid #ddd;
font-size: 15px;
background: #fafafa;
transition: 0.3s;
}
.col-sm-6 form textarea{
width: 100%;
padding: 14px 16px;
margin-bottom: 18px;
border-radius: 30px;
border: 1.5px solid #ddd;
font-size: 15px;
background: #fafafa;
transition: 0.3s;
}
.col-sm-6 form textarea::placeholder{
color: #888;
font-weight: 500;
}
/* Placeholder */
.col-sm-6 form input::placeholder{
color: #888;
font-weight: 500;
}
/* Focus */
.col-sm-6 form input:focus{
outline: none;
border-color: #ff9800;
box-shadow: 0 0 0 3px rgba(255,152,0,0.25);
background: #fff;
}
/* Button */
.col-sm-6 form button{
width: 100%;
padding: 14px;
border-radius: 30px;
border: none;
background: linear-gradient(90deg, #ff8c00, #ffa500);
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.5px;
box-shadow: 0 10px 25px rgba(255,140,0,0.5);
transition: 0.35s;
}
/* Button hover */
.col-sm-6 form button:hover{
background: linear-gradient(90deg, #ffa500, #ff8c00);
transform: translateY(-3px);
box-shadow: 0 15px 35px rgba(255,140,0,0.65);
}
/* Mobile Responsive */
@media (max-width: 768px){
.col-sm-6 iframe{
height: 280px;
margin-bottom: 30px;
}
.col-sm-6 form{
padding: 25px 20px;
}
}
/* Premium Marquee */
.marquee-wrapper{
width: 100%;
overflow: hidden;
background: linear-gradient(90deg, #ff8c00, #ffa500);
padding: 10px 0;
box-shadow: 0 6px 20px rgba(0,0,0,0.25);
position: relative;
z-index: 998;
}
.marquee{
display: inline-block;
white-space: nowrap;
color: #fff;
font-size: 16px;
font-weight: 600;
padding-left: 100%;
animation: marqueeMove 18s linear infinite;
}
/* Hover par pause */
.marquee-wrapper:hover .marquee{
animation-play-state: paused;
}
/* Animation */
@keyframes marqueeMove{
0%{
transform: translateX(0);
}
100%{
transform: translateX(-100%);
}
}
/* Mobile font size */
@media(max-width: 768px){
.marquee{
font-size: 14px;
}
}
/* Notice Message */
.notice-container {
max-width: 800px;
margin: 40px auto;
padding: 0 15px;
font-family: Arial, sans-serif;
}
.notice-container h1 {
text-align: center;
margin-bottom: 20px;
color: #222;
font-size: 32px;
}
.notice-card {
background: #ffffff;
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
border-left: 5px solid #0d6efd;
}
.notice-card ol {
list-style: none;
padding: 0;
margin: 0;
}
.notice-card ol li {
padding: 15px;
margin-bottom: 12px;
background: #f8f9fa;
border-radius: 8px;
font-size: 16px;
color: #444;
border-left: 4px solid #0d6efd;
transition: all 0.3s ease;
}
.notice-card ol li:hover {
background: #eef5ff;
transform: translateX(5px);
}
.notice-card ol li:last-child {
margin-bottom: 0;
}
/* Mobile Responsive */
@media (max-width: 768px) {
.notice-container h1 {
font-size: 26px;
}
.notice-card {
padding: 20px;
}
.notice-card ol li {
font-size: 15px;
padding: 12px;
}
}
/* ===== Premium Footer ===== */
.premium-footer{
width: 100%;
background: linear-gradient(135deg, #ff8c00, #ffa500);
color: #FFF;
padding-top: 50px;
margin-top: 60px;
}
.footer-top{
padding: 0 40px;
}
.footer-box h3,
.footer-box h4{
font-weight: 700;
margin-bottom: 20px;
}
.footer-box p{
font-size: 15px;
line-height: 1.8;
opacity: 0.95;
}
.footer-box ul{
list-style: none;
padding: 0;
}
.footer-box ul li{
margin-bottom: 10px;
}
.footer-box ul li a{
color: #FFF;
text-decoration: none;
font-size: 15px;
transition: 0.3s;
}
.footer-box ul li a:hover{
padding-left: 6px;
color: #2c2c2c;
}
/* Social icons */
.footer-social a{
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin-right: 10px;
border-radius: 50%;
background: #fff;
color: #ff8c00;
font-size: 18px;
transition: 0.3s;
}
.footer-social a:hover{
background: #2c2c2c;
color: #fff;
transform: translateY(-4px);
}
/* Bottom bar */
.footer-bottom{
margin-top: 40px;
padding: 15px;
background: rgba(0,0,0,0.2);
font-size: 14px;
}
/* Mobile Responsive */
@media (max-width: 768px){
.footer-top{
padding: 0 20px;
}
.footer-box{
margin-bottom: 30px;
}
.footer-social a{
margin: 6px;
}
}
/* ===== Search inside navbar ===== */
.search-wrapper{
display: flex;
align-items: center;
position: relative;
}
/* default hidden */
.search-input{
width: 0;
opacity: 0;
margin-left: 8px;
transition: all 0.35s ease;
border-radius: 20px;
font-size: 14px;
}
/* active state */
.search-wrapper.active .search-input{
width: 180px;
opacity: 1;
}
/* 🔥 Mobile view fix */
@media (max-width: 768px){
.search-wrapper{
width: 100%;
margin-top: 10px;
}
.search-wrapper.active .search-input{
width: 100%;
}
.search-input{
margin-left: 0;
margin-top: 8px;
}
}
/* snacks CSS Code */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* ===== Premium Sticky Navbar ===== */
#mainNavbar {
position: relative;
transition: all 0.45s ease;
}
/* Scroll hone par */
#mainNavbar.scrolled {
position: fixed;
top: -100px;              /* pehle upar chhupa */
left: 0;
width: 100%;
z-index: 9999;
background: linear-gradient(90deg, #ff7a00, #ffb347);
box-shadow: 0 15px 40px rgba(0,0,0,0.35);
animation: dropDown 0.55s ease forwards;
}
/* Drop animation */
@keyframes dropDown {
from {
top: -100px;
opacity: 0;
}
to {
top: 0;
opacity: 1;
}
}
/* Scroll ke baad links thode bold */
#mainNavbar.scrolled .nav-link {
font-weight: 600;
}
/* Mobile fix */
@media (max-width: 768px) {
#mainNavbar.scrolled {
padding: 10px 0;
}
}
html, body{
width: 100%;
overflow-x: hidden;
}
body{
background: #f6f7fb;
font-family: "Segoe UI", system-ui, sans-serif;
}
.carousel-inner img {
width: 100%;
}
#swtimg
{
width: 100%;
height: 200px;
border-radius: 8px;
}
#swtimg:hover
{
transform: translateY(-5px);
transition: .3s;
}
.blink-animate{
color: #fff !important;
padding: 8px 18px;
border-radius: 30px;
font-weight: 700;
animation: glowBlink 1s infinite alternate;
}
/* Glow blink */
@keyframes glowBlink{
0%{
background: #ff5722;
box-shadow: 0 0 10px #ff5722;
}
100%{
background: #ffc107;
box-shadow: 0 0 25px #ffc107;
}
}
#call{
color: white;
background-color: blue;
width: 30px;
height: 30px;
border-radius: 50%;
justify-content: center;
align-items: center;
display: inline-flex;
font-size: 20px;
transition: 0.3s;
margin-top: 10px;
}
#whatsapp{
color: white;
background-color: green;
width: 30px;
height: 30px;
border-radius: 50%;
justify-content: center;
align-items: center;
display: inline-flex;
font-size: 20px;
transition: 0.3s;
margin-top: 10px;
}
/* ===== Premium Snack Cards ===== */
.snack-card {
background: #ffffff;
border-radius: 18px;
padding: 10px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
transition: all 0.35s ease;
height: 100%;
}
.snack-card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 14px;
}
.snack-card h5 {
margin-top: 12px;
font-size: 16px;
font-weight: 600;
color: #333;
}
/* Hover effect (Desktop premium) */
.snack-card:hover {
transform: translateY(-8px);
box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}
/* ===== Mobile Optimization ===== */
@media (max-width: 576px) {
.snack-card img {
height: 140px;
}
.snack-card h5 {
font-size: 14px;
}
}
/* Navbar link underline effect */
/* Premium Navbar */
.premium-nav{
background: linear-gradient(90deg, #ff8c00, #ffa500);
padding: 15px 0;
box-shadow: 0 8px 25px rgba(0,0,0,0.25);
position: sticky;
top: 0;
z-index: 999;
}
/* Menu spacing */
.premium-menu .nav-item{
margin: 0 18px;
}
/* Links */
.premium-menu .nav-link{
color: #fff !important;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
position: relative;
transition: all 0.3s ease;
}
/* Hover underline animation */
.premium-menu .nav-link::after{
content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 0%;
height: 2px;
background: #fff;
transition: 0.3s;
}
.premium-menu .nav-link:hover::after{
width: 100%;
}
.premium-menu .nav-link:hover{
color: #2c2c2c !important;
}
/* Highlight menu (Premium CTA) */
.premium-menu .highlight{
background: #fff;
color: #ff8c00 !important;
padding: 8px 18px;
border-radius: 30px;
font-weight: 600;
}
.premium-menu .highlight:hover{
background: #2c2c2c;
color: #fff !important;
}
/* ===== Premium Footer ===== */
.premium-footer{
width: 100%;
background: linear-gradient(135deg, #ff8c00, #ffa500);
color: #fff;
padding-top: 60px;
margin-top: 60px;
}
.footer-top{
padding: 0 40px;
}
.footer-box h3,
.footer-box h4{
font-weight: 700;
margin-bottom: 20px;
}
.footer-box p{
font-size: 15px;
line-height: 1.8;
opacity: 0.95;
}
.footer-box ul{
list-style: none;
padding: 0;
}
.footer-box ul li{
margin-bottom: 10px;
}
.footer-box ul li a{
color: #fff;
text-decoration: none;
font-size: 15px;
transition: 0.3s;
}
.footer-box ul li a:hover{
padding-left: 6px;
color: #2c2c2c;
}
/* Social icons */
.footer-social a{
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin-right: 10px;
border-radius: 50%;
background: #fff;
color: #ff8c00;
font-size: 18px;
transition: 0.3s;
}
.footer-social a:hover{
background: #2c2c2c;
color: #fff;
transform: translateY(-4px);
}
/* Bottom bar */
.footer-bottom{
margin-top: 40px;
padding: 15px;
background: rgba(0,0,0,0.2);
font-size: 14px;
}
/* Mobile Responsive */
@media (max-width: 768px){
.footer-top{
padding: 0 20px;
}
.footer-box{
margin-bottom: 30px;
}
.footer-social a{
margin: 6px;
}
}
/* About Section Css Code */
/* ===== Premium Sticky Navbar ===== */
#mainNavbar {
position: relative;
transition: all 0.45s ease;
}
/* Scroll hone par */
#mainNavbar.scrolled {
position: fixed;
top: -100px;              /* pehle upar chhupa */
left: 0;
width: 100%;
z-index: 9999;
background: linear-gradient(90deg, #ff7a00, #ffb347);
box-shadow: 0 15px 40px rgba(0,0,0,0.35);
animation: dropDown 0.55s ease forwards;
}
/* Drop animation */
@keyframes dropDown {
from {
top: -100px;
opacity: 0;
}
to {
top: 0;
opacity: 1;
}
}
/* Scroll ke baad links thode bold */
#mainNavbar.scrolled .nav-link {
font-weight: 600;
}
/* Mobile fix */
@media (max-width: 768px) {
#mainNavbar.scrolled {
padding: 10px 0;
}
}
/* Premium Navbar */
.premium-nav{
background: linear-gradient(90deg, #ff8c00, #ffa500);
padding: 15px 0;
box-shadow: 0 8px 25px rgba(0,0,0,0.25);
position: sticky;
top: 0;
z-index: 999;
}
/* Menu spacing */
.premium-menu .nav-item{
margin: 0 18px;
}
/* Links */
.premium-menu .nav-link{
color: #fff !important;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
position: relative;
transition: all 0.3s ease;
}
/* Hover underline animation */
.premium-menu .nav-link::after{
content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 0%;
height: 2px;
background: #fff;
transition: 0.3s;
}
.premium-menu .nav-link:hover::after{
width: 100%;
}
.premium-menu .nav-link:hover{
color: #2c2c2c !important;
}
/* Highlight menu (Premium CTA) */
.premium-menu .highlight{
background: #fff;
color: #ff8c00 !important;
padding: 8px 18px;
border-radius: 30px;
font-weight: 600;
}
.premium-menu .highlight:hover{
background: #2c2c2c;
color: #fff !important;
}
.blink-animate{
color: #fff !important;
padding: 8px 18px;
border-radius: 30px;
font-weight: 700;
animation: glowBlink 1s infinite alternate;
}
/* Glow blink */
@keyframes glowBlink{
0%{
background: #ff5722;
box-shadow: 0 0 10px #ff5722;
}
100%{
background: #ffc107;
box-shadow: 0 0 25px #ffc107;
}
}
.about-section {
padding: 80px 0;
background: linear-gradient(to right, #fffaf4, #fff);
display: flex;
flex-direction: column;
align-items: center;
font-family: 'Poppins', sans-serif;
}
.about-title {
font-size: 42px;
font-weight: 700;
letter-spacing: 3px;
color: #7a3e00;
margin-bottom: 40px;
position: relative;
}
.about-title::after {
content: "";
width: 90px;
height: 4px;
background: linear-gradient(to right, #c59d5f, #f4c430);
display: block;
margin: 12px auto 0;
border-radius: 10px;
}
.about-card {
background: #ffffff;
padding: 45px;
border-radius: 22px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 60px;
position: relative;
max-width: 700px;
}
.about-card::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 6px;
height: 100%;
background: linear-gradient(to bottom, #c59d5f, #f4c430);
border-radius: 20px 0 0 20px;
}
.about-card h2 {
font-size: 23px;
font-weight: 600;
color: #8b4a00;
margin-top: 28px;
margin-bottom: 12px;
}
.about-card p {
font-size: 16px;
line-height: 1.9;
color: #444;
}
.special-list {
padding-left: 20px;
margin-top: 10px;
}
.special-list li {
font-size: 16px;
color: #444;
margin-bottom: 8px;
position: relative;
}
.special-list li::marker {
color: #f4c430;
font-size: 18px;
}
.tagline {
text-align: center;
margin-top: 40px;
font-size: 22px;
font-weight: 700;
color: #b85c00;
background: #fff3d6;
padding: 25px;
border-radius: 18px;
box-shadow: inset 0 0 12px rgba(0,0,0,0.05);
}
/* Responsive */
@media (max-width: 768px) {
.about-title {
font-size: 32px;
}
.about-card {
padding: 30px;
}
.about-card h2 {
font-size: 20px;
}
.tagline {
font-size: 18px;
}
}
/* ===== Premium Footer ===== */
.premium-footer{
width: 100%;
background: linear-gradient(135deg, #ff8c00, #ffa500);
color: #FFF;
padding-top: 50px;
margin-top: 60px;
}
.footer-top{
padding: 0 40px;
}
.footer-box h3,
.footer-box h4{
font-weight: 700;
margin-bottom: 20px;
}
.footer-box p{
font-size: 15px;
line-height: 1.8;
opacity: 0.95;
}
.footer-box ul{
list-style: none;
padding: 0;
}
.footer-box ul li{
margin-bottom: 10px;
}
.footer-box ul li a{
color: #FFF;
text-decoration: none;
font-size: 15px;
transition: 0.3s;
}
.footer-box ul li a:hover{
padding-left: 6px;
color: #2c2c2c;
}
/* Social icons */
.footer-social a{
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin-right: 10px;
border-radius: 50%;
background: #fff;
color: #ff8c00;
font-size: 18px;
transition: 0.3s;
}
.footer-social a:hover{
background: #2c2c2c;
color: #fff;
transform: translateY(-4px);
}
/* Bottom bar */
.footer-bottom{
margin-top: 40px;
padding: 15px;
background: rgba(0,0,0,0.2);
font-size: 14px;
}
/* Mobile Responsive */
@media (max-width: 768px){
.footer-top{
padding: 0 20px;
}
.footer-box{
margin-bottom: 30px;
}
.footer-social a{
margin: 6px;
}
}

/* Lgin $ Signup Form Css */

.btn-warning{
    border-radius:30px;
    padding:8px 20px;
    font-weight:600;
}

.btn-outline-light{
    border-radius:30px;
    padding:8px 20px;
    font-weight:600;
}

.modal-content{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.2);
}

.modal-header{
    padding:18px 25px;
}

.modal-body{
    padding:25px;
}

.form-control{
    height:50px;
    border-radius:12px;
}

textarea.form-control{
    height:auto;
}
li.nav-link{
    list-style-type: none;
}