/* +++++++++++++++++++++++++++++++++++++++++
 STAR - HOME SECTION
+++++++++++++++++++++++++++++++++++++++++ */



/* ============================
 Start -  Banner Section
============================ */

/* Desktop visible, mobile hidden */
.desktop-slider {
	display: block;
}

.mobile-slider {
	display: none;
}

@media only screen and (max-width: 768px) {
	.desktop-slider {
		display: none;
	}

	.mobile-slider {
		display: block;
	}
}

/* ============================
 Start -  Breadcrum Section
============================ */

.breadcrumbContainer {
	background-color: #f3efe8;
	padding: 20px 0;
	border-bottom: 1px solid #e0ddd9;
}

.breadcrumb {
	background: none;
	margin: 0;
	padding-left: 0px;
}

.breadcrumb-item a {
	color: #a65f2b;
	font-weight: 500;
}

.breadcrumb-item.active {
	color: #4e443b;
}

.breadcrumb a {
	color: #a65f2b;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: " / ";
	color: #fff;
}



.product-desc {
	font-family: 'Rubik' !important;
	color: #212121 !important;
}

.vg-section {
	position: relative;
	padding: 80px 0;
	background: url('<?= base_url("assets/frontend/image/vijayaagni/home/bg-slider.jpg") ?>') no-repeat center center/cover;
	color: #fff;
}

.vg-slide-content {
	padding: 20px;
}

.vg-slide-content h2 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 20px;
}

.vg-slide-content p {
	font-size: 16px;
	line-height: 1.6;
}

.vg-slide-content img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
	display: none !important;
	/* Hides navigation and dots */
}

@media screen and (max-width: 768px) {
	.vg-section {
		padding: 50px 20px;
	}

	.vg-slide-content h2 {
		font-size: 24px;
	}
}




/* Desktop visible, mobile hidden */
.desktop-slider {
	display: block;
}

.mobile-slider {
	display: none;
}

@media only screen and (max-width: 768px) {
	.desktop-slider {
		display: none;
	}

	.mobile-slider {
		display: block;
	}
}


.hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1557683316-973673baf926?auto=format&fit=crop&w=1470&q=80');
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 140px 20px;
	position: relative;
}

.hero h1 {
	font-family: 'Rubik', serif;
	font-size: 4em;
	margin-bottom: 0.3em;
}

.hero p {
	font-size: 1.4em;
	max-width: 800px;
}

.cta {
	margin-top: 30px;
	padding: 15px 35px;
	background-color: #e07730;
	color: white;
	border: none;
	border-radius: 30px;
	font-size: 1.1em;
	cursor: pointer;
}

.split-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	padding: 80px 10%;
	align-items: center;
}

.split-section:nth-child(even) {
	background-color: #f2e6da;
}

.split-text h2 {
	font-family: 'Rubik', serif;
	font-size: 2.5em;
	color: #4b2e1f;
}

.split-text p {
	font-size: 1.15em;
	line-height: 1.8;
}

.split-image img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.features {
	padding: 100px 10%;
	background-color: #fffdf8;
	text-align: center;
}

.features h2 {
	font-family: 'Rubik', serif;
	font-size: 2.8em;
	color: #3b281a;
	margin-bottom: 60px;
}

.features-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

.feature-box {
	background: #fef9f1;
	padding: 30px;
	max-width: 450px;
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s;
}

.feature-box:hover {
	transform: translateY(-5px);
}

.feature-box h3 {
	color: #a5562b;
	font-size: 1.4em;
	margin-bottom: 12px;
}

.feature-box p {
	font-size: 1em;
	line-height: 1.6;
}


.vg-section {
	background-image: url('https://yourdomain.com/assets/frontend/image/vijayaagni/home/baa.jpg');
	background-repeat: repeat;
}

/* Hover effect */
.product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.product-card:hover .hover-image {
	opacity: 1 !important;
}

.product-card:hover .product-img {
	transform: scale(1.05);
}

/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}



/* ============================
 Start - Login & Registration Page
============================ */
  .login-card {
        background: #fff;
        border-radius: 12px;
        border: 1px solid #eee;
    }
    .custom-btn {
        width: 48%;
        height: 45px;
        background-color: #f29120;
        color: #fff;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
        text-align: center;
    }
    .custom-btn:hover {
        background-color: #d97f17;
    }
    .custom-btn-outline {
        width: 48%;
        height: 45px;
        background-color: #fff;
        color: #f29120;
        font-weight: 600;
        border: 2px solid #f29120;
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
    }
    .custom-btn-outline:hover {
        background-color: #f29120;
        color: #fff;
    }
    .forgot-link {
        font-size: 14px;
        font-weight: 500;
        color: #f29120;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }
    .forgot-link:hover {
        text-decoration: underline;
        color: #d97f17;
    }

/* ============================
  User Side Bar Navbar
============================ */
.myaccount-sidebar {
    background: #fff;
    border: 1px solid #eee;
}
.myaccount-tab-menu .sidebar-link {
    display: flex;
    align-items: center;
    padding: 16px 15px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.myaccount-tab-menu .sidebar-link i {
    margin-right: 10px;
    font-size: 16px;
    color: #f29120;
}
.myaccount-tab-menu .sidebar-link:hover {
    background: #f29120;
    color: #fff;
}
.myaccount-tab-menu .sidebar-link:hover i {
    color: #fff;
}
.myaccount-tab-menu .active {
    background: #f29120;
    color: #fff !important;
}
.myaccount-tab-menu .active i {
    color: #fff !important;
}


/* ============================
User - Dashboard
============================ */

    .dash-card {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 12px;
        padding: 18px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.08);
        transition: all 0.3s ease-in-out;
    }
    .dash-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.12);
    }
    .dash-icon {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
        margin-right: 15px;
    }
    .dash-info h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #333;
    }
    .dash-info p {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

    /* Brand / Status Colors */
    .bg-total { background-color: #f29120; }
    .bg-success { background-color: #28a745; }
    .bg-warning { background-color: #ffc107; }
    .bg-danger { background-color: #dc3545; }

