body{
font-family: Arial, sans-serif;
}

/* Premium Florist Navbar */
/* Premium Navbar */

.premium-navbar{
position:sticky;
top:0;
z-index:1000;
background:linear-gradient(90deg,#dba502,#360161);
padding:5px 0;
box-shadow:0 3px 12px rgba(0,0,0,0.15);
}

.navbar-brand{
font-weight:700;
font-size:24px;
color:#ffffff !important;
letter-spacing:1px;
}

.logo{
height:70px;
width: auto;
}

/* Nav Links */

.premium-navbar .nav-link{
position:relative;
margin-left:20px;
font-weight:500;
color:#ffffff !important;
transition:0.3s;
}

/* Animated underline */

.premium-navbar .nav-link::after{
content:"";
position:absolute;
width:0;
height:2px;
left:0;
bottom:-4px;
background:#ffffff;
transition:0.4s;
}

.premium-navbar .nav-link:hover::after{
width:100%;
}

.premium-navbar .nav-link:hover{
color:#ffd9cc !important;
}

@media (max-width:991px){

.premium-navbar{
padding:12px 0;
}

.premium-navbar .nav-link{
margin-left:0;
padding:10px 0;
}

}

/* Hero Section */

.hero-section{
background:linear-gradient(120deg,#f7f3f1,#ffffff);
padding:80px 0;
height:600px;
}

.hero-section h1{
font-size:40px;
font-weight:600;
color:#014a31;
line-height:1.4;
}


/* Button */

.btn-pink{
background:#310147;
color:white;
border-radius:30px;
padding:10px 25px;
font-weight:500;
transition:0.3s;
}

.btn-pink:hover{
background:#872304;
color:white;
}

.carousel-item{
padding:60px 0;
}

@media (max-width:768px){

.hero-section h1{
font-size:26px;
text-align:center;
}

.hero-section img{
margin-top:30px;
}

}

/* Premium Features Section */

.features-premium{
background: linear-gradient(135deg,#dba502,#360161);
padding:80px 0;
}

/* Feature Cards */

.feature-card{
background:#ffffff;
padding:35px 25px;
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,0.1);
transition:all 0.35s ease;
height:100%;
}

.feature-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}

/* Icon Circle */

.icon-box{
width:70px;
height:70px;
background:#310147;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
}

.icon-box i{
font-size:30px;
color:#ffffff;
}

/* Text */

.feature-card h5{
font-weight:600;
color:#872304;
margin-bottom:10px;
}

.feature-card p{
font-size:14px;
color:#666;
margin:0;
}

/* Responsive */

@media (max-width:768px){

.feature-card{
padding:30px 20px;
}

.icon-box{
width:60px;
height:60px;
}

.icon-box i{
font-size:24px;
}

}


/* Category Section */
.category-section{
background:#f9f6f4;
}

/* Category Card */
.category-card{
position:relative;
overflow:hidden;
border-radius:12px;
cursor:pointer;
}

.category-card img{
width:100%;
height:260px;
object-fit:cover;
transition:0.5s;
}

/* Overlay */

.category-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(transparent,rgba(0,0,0,0.6));
display:flex;
align-items:flex-end;
justify-content:center;
padding-bottom:20px;
}

.category-overlay h5{
color:#fff;
font-weight:600;
letter-spacing:0.5px;
}

/* Hover Effect */

.category-card:hover img{
transform:scale(1.1);
}

/* Section Title */

.section-title{
color:#014a31;
font-weight:700;
}

/* Responsive */

@media (max-width:768px){

.category-card img{
height:220px;
}

}

/* Product Cards */

.product-card .card-body{
padding:18px;
}

.product-card{
border-radius:12px;
overflow:hidden;
transition:0.3s;
}

/* .product-card img{
width:100%;
height:260px;
object-fit:cover;
object-position:center;
transition:0.4s;
} */

.product-card img{
width:100%;
height:260px;
object-fit:contain;
padding:15px;
background:#fff;
}

.product-card:hover img{
transform:scale(1.05);
}

.product-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.product-card h6{
color:#014a31;
font-weight:600;
margin-bottom:5px;
}

.product-card p{
color:#872304;
font-weight:500;
margin:0;
}

@media (max-width:768px){

.product-card img{
height:200px;
}

}

/* Banner Section */

.banner-section{
background:linear-gradient(120deg,#dba502,#360161);
padding:80px 0;
}

.banner-section h2{
font-weight:600;
}

/* Certification Section */

.certification-section{
background:#f4f4f4;
padding:90px 0;
}

.cert-title{
font-size:34px;
font-weight:700;
color:#222;
margin-bottom:10px;
}

.cert-line{
width:60px;
height:3px;
background:#6a1b9a;
margin:15px auto 30px;
border-radius:10px;
}

/* Highlights */

.cert-highlights p{
font-size:20px;
color:#333;
margin-bottom:6px;
font-weight:500;
}

/* Description */

.cert-desc{
max-width:850px;
margin:20px auto 35px;
color:#555;
font-size:16px;
line-height:1.7;
}

/* Button */

.cert-btn{
background:#4a148c;
color:#fff;
padding:12px 35px;
border-radius:30px;
font-weight:500;
transition:0.3s;
}

.cert-btn:hover{
background:#872304;
color:#fff;
transform:translateY(-2px);
box-shadow:0 8px 18px rgba(0,0,0,0.15);
}

/* Responsive */

@media (max-width:768px){

.cert-title{
font-size:28px;
}

.cert-highlights p{
font-size:18px;
}

.cert-desc{
font-size:15px;
padding:0 10px;
}

}

/* ==========================
BLOG SECTION
========================== */

.blog-section{
padding:80px 0;
background:#f8f9fb;
}

.blog-title{
font-size:34px;
font-weight:700;
color:#222;
}

.blog-subtitle{
color:#6c757d;
margin-top:10px;
}

.title-line{
width:60px;
height:3px;
background:#6c8ebf;
margin:12px auto 18px;
border-radius:3px;
}


/* ==========================
BLOG CARD
========================== */

.blog-card{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:all .35s ease;
height:100%;
display:flex;
flex-direction:column;
}

.blog-card:hover{
transform:translateY(-10px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}


/* IMAGE */

.blog-card img{
width:100%;
height:230px;
object-fit:cover;
transition:transform .5s ease;
}

.blog-card:hover img{
transform:scale(1.08);
}


/* CONTENT */

.blog-content{
padding:22px;
flex:1;
display:flex;
flex-direction:column;
}

.blog-content h5{
font-size:19px;
font-weight:700;
margin-bottom:12px;
line-height:1.4;
color:#222;
}

.blog-content p{
font-size:14px;
color:#666;
line-height:1.6;
margin-bottom:15px;
}


/* READ MORE */

.read-more{
color:#0d6efd;
font-weight:600;
font-size:14px;
text-decoration:none;
position:relative;
width:max-content;
}

.read-more:after{
content:"";
width:0;
height:2px;
background:#0d6efd;
position:absolute;
left:0;
bottom:-3px;
transition:.3s;
}

.read-more:hover:after{
width:100%;
}


/* RESPONSIVE */

@media (max-width:768px){

.blog-card img{
height:200px;
}

.blog-content h5{
font-size:17px;
}

}

/* Cards */

.card{
border:none;
transition:0.3s;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.card img{
transition:0.4s;
}

.card:hover img{
transform:scale(1.05);
}

.card h6{
color:#014a31;
font-weight:600;
}


/* Responsive Design */

/* Tablet */

@media (max-width:991px){

.hero-section{
padding:70px 0;
}

.hero-section h1{
font-size:32px;
text-align:center;
}

.hero-section img{
margin-top:30px;
}

}


/* Mobile */

@media (max-width:768px){

.hero-section h1{
font-size:26px;
}

.banner-section h2{
font-size:24px;
}

.product-card img{
height:200px;
}

}


/* Small Mobile */

@media (max-width:480px){

.hero-section{
text-align:center;
}

.hero-section h1{
font-size:22px;
}

.btn-pink{
padding:8px 20px;
}

}

/* Premium Ecommerce Footer */
.ecommerce-footer{
background:linear-gradient(120deg,#dba502,#360161);
color:#ffffff;
padding:70px 0 30px;
margin-top:60px;
}

/* Logo */

.footer-logo{
font-size:26px;
font-weight:700;
margin-bottom:15px;
}

.footer-desc{
color:#f1f1f1;
font-size:15px;
line-height:1.7;
}

/* Footer Titles */

.footer-title{
font-size:18px;
font-weight:600;
margin-bottom:18px;
}

/* Links */

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#f1f1f1;
text-decoration:none;
transition:0.3s;
}

.footer-links a:hover{
color:#ffd9cc;
padding-left:5px;
}

/* Contact */

.footer-contact{
font-size:14px;
margin-bottom:8px;
}

.footer-contact i{
margin-right:8px;
}

/* Social Icons */

.footer-social a{
display:inline-flex;
align-items:center;
justify-content:center;
width:38px;
height:38px;
background:rgba(255,255,255,0.15);
border-radius:50%;
margin-right:8px;
color:#fff;
font-size:18px;
transition:0.3s;
}

.footer-social a:hover{
background:#ffffff;
color:#872304;
transform:translateY(-3px);
}

/* Newsletter */

.footer-newsletter{
display:flex;
margin-top:15px;
}

.footer-newsletter input{
flex:1;
border:none;
padding:10px;
border-radius:5px 0 0 5px;
outline:none;
}

.footer-newsletter button{
border:none;
background:#4a148c;
color:#fff;
padding:10px 18px;
border-radius:0 5px 5px 0;
transition:0.3s;
}

.footer-newsletter button:hover{
background:#872304;
}

/* Divider */

.footer-divider{
margin:40px 0 20px;
border-color:rgba(255,255,255,0.2);
}

/* Bottom */

.footer-bottom p{
margin:3px 0;
font-size:14px;
}

.footer-bottom a{
color:#ffd9cc;
text-decoration:none;
}

.footer-bottom a:hover{
color:#fff;
}

/* Responsive */

@media (max-width:768px){

.ecommerce-footer{
text-align:center;
}

.footer-newsletter{
flex-direction:column;
}

.footer-newsletter input{
border-radius:5px;
margin-bottom:10px;
}

.footer-newsletter button{
border-radius:5px;
}

}

/* ABOUT HERO */
.about-hero{
background:linear-gradient(120deg,#dba502,#360161);
color:#fff;
padding:120px 0;
}

.about-hero h1{
font-size:42px;
font-weight:700;
}

.about-hero p{
font-size:18px;
opacity:0.9;
}


/* STORY */

.about-story{
padding:80px 0;
}

.about-img{
width:80%;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.about-benefits{
list-style:none;
padding:0;
}

.about-benefits li{
margin-bottom:8px;
font-weight:500;
}

.about-benefits i{
color:#014a31;
margin-right:8px;
}


/* SECTION TITLE */

.section-title{
font-weight:700;
margin-bottom:40px;
color:#872304;
}


/* WHY US */

.why-us{
background:#f8f8f8;
padding:80px 0;
}

.why-card{
background:#fff;
padding:30px;
border-radius:12px;
text-align:center;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
transition:0.3s;
}

.why-card i{
font-size:40px;
color:#014a31;
margin-bottom:15px;
}

.why-card:hover{
transform:translateY(-8px);
}


/* PROCESS */

.process-section{
padding:80px 0;
}

.process-card{
background:#310147;
color:#fff;
padding:30px;
border-radius:10px;
text-align:center;
}

.process-card h4{
font-size:32px;
margin-bottom:10px;
}


/* CTA */

.about-cta{
background:linear-gradient(120deg,#dba502,#360161);
color:#fff;
padding:80px 0;
}

.about-cta h2{
margin-bottom:10px;
}

/* PRODUCTS HERO */
.products-hero{
background:linear-gradient(120deg,#dba502,#360161);
color:#fff;
padding:120px 0;
text-align:center;
}

.products-hero h1{
font-size:42px;
font-weight:700;
margin-bottom:10px;
}

.products-hero p{
opacity:0.9;
font-size:16px;
}


/* ===============================
   PRODUCTS SECTION
================================ */

.products-section{
padding:80px 0;
}

.product-title{
font-weight:700;
margin-bottom:40px;
color:#872304;
font-size:28px;
}

.product-desc{
max-width:700px;
margin:auto;
margin-bottom:40px;
color:#555;
font-size:15px;
}


/* ===============================
   PRODUCT CARD
================================ */

.product-box{
text-align:center;
padding:18px;
border-radius:14px;
background:#fff;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:all 0.35s ease;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
}

.product-box img{
width:100%;
height:170px;
object-fit:contain;
margin-bottom:12px;
transition:transform 0.35s ease;
}

.product-box p{
font-weight:600;
font-size:14px;
margin:0;
color:#333;
}


/* Hover Effect */

.product-box:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,0.15);
}

.product-box:hover img{
transform:scale(1.08);
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width:992px){

.product-box img{
height:150px;
}

}

@media (max-width:768px){

.products-hero{
padding:90px 0;
}

.products-hero h1{
font-size:32px;
}

.product-title{
font-size:24px;
}

.product-box img{
height:140px;
}

}

@media (max-width:480px){

.product-box img{
height:120px;
}

.product-box p{
font-size:13px;
}

}

/* CONTACT HERO */

.contact-hero{
padding:80px 0 40px;
text-align:center;
}

.contact-hero h1{
font-size:36px;
font-weight:700;
}

.title-line{
width:60px;
height:3px;
background:#872304;
margin:10px auto 20px;
}

.contact-hero p{
color:#666;
}


/* CONTACT INFO CARDS */

.contact-info{
padding:40px 0;
}

.contact-card{
background:#fff;
border-radius:12px;
padding:25px;
display:flex;
gap:15px;
align-items:flex-start;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
transition:0.3s;
}

.contact-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.contact-icon{
width:45px;
height:45px;
background:#f2ebff;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
color:#872304;
}

.contact-card h5{
margin-bottom:5px;
font-weight:600;
}

.contact-card p{
margin:0;
color:#555;
font-size:14px;
}


/* CONTACT FORM */

.contact-form-section{
padding:50px 0 80px;
}

.contact-form-box{
background:#fff;
border-radius:15px;
padding:40px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.contact-form-box h3{
font-weight:700;
margin-bottom:10px;
border-left:4px solid #872304;
padding-left:10px;
}

.contact-form-box p{
color:#555;
margin-bottom:25px;
}

.form-control{
border-radius:8px;
padding:12px;
border:1px solid #ddd;
}

.form-control:focus{
border-color:#014a31;
box-shadow:none;
}


/* SEND BUTTON */

.send-btn{
background:#872304;
color:#fff;
border-radius:30px;
padding:10px 30px;
margin-top:10px;
font-weight:600;
}

.send-btn:hover{
background:#014a31;
color:#fff;
}

/* =========================
PARTNER PAGE HERO
========================= */

.partner-hero{
padding:80px 0 40px;
text-align:center;
}

.partner-hero h1{
font-size:36px;
font-weight:700;
}

.partner-hero p{
color:#666;
margin-top:10px;
}


/* =========================
FORM CONTAINER
========================= */

.partner-form-section{
padding:40px 0 80px;
}

.partner-form-box{
background:#fff;
padding:40px;
border-radius:15px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}


/* =========================
FORM INPUTS
========================= */

.partner-form-box label{
font-weight:600;
margin-bottom:6px;
display:block;
}

.form-control{
border-radius:8px;
padding:12px;
border:1px solid #ddd;
}

.form-control:focus{
border-color:#014a31;
box-shadow:none;
}


/* =========================
SUBMIT BUTTON
========================= */

.partner-submit{
background:#872304;
color:#fff;
border-radius:30px;
padding:10px 35px;
font-weight:600;
margin-top:10px;
}

.partner-submit:hover{
background:#014a31;
color:#fff;
}
/* =============================
PRIVACY PAGE
============================= */

.privacy-hero{
padding:80px 0 30px;
text-align:center;
}

.privacy-hero h1{
font-size:36px;
font-weight:700;
}

.title-line{
width:60px;
height:3px;
background:#872304;
margin:12px auto 0;
}

.privacy-section{
padding:20px 0 80px;
}

.privacy-content{
max-width:900px;
margin:auto;
line-height:1.7;
font-size:15px;
color:#555;
}

.privacy-content h4{
margin-top:30px;
font-weight:700;
color:#872304;
}

.privacy-content ul{
padding-left:20px;
}

.privacy-content li{
margin-bottom:6px;
}