/* ======= Root Variables ======= */
:root {
	--primary-color: #180f5e;
	--accent-color: #f71f1f;
	--text-dark: #333;
	--text-light: #666;
	--bg-light: #f8f9fa;
	--border-color: #e0e0e0;
}
body{
	overflow-x: hidden !important;
}
.full_wrapper {
	margin: 0 auto;
	background-color: white !important;
}

.hom-top {
	transition: all 0.5s ease;
	background: none;
	box-shadow: none;
}

.top-ser {
	display: none;
}

.dmact .top-ser {
	display: block;
}

.caro-home {
	margin-top: 90px;
	width: 100%;
}

.carousel-item:before {
	background: none;
}

/* Basic Overrides CSS */

.full_wrapper .hom-top {
	padding: 10px 0 !important;
}

.full_wrapper .hom-head {
	padding: 0px !important;
	margin-bottom: 0 !important;
}

.full_wrapper .hom-head:after {
	content: unset !important;
	display: unset !important;
	background: unset !important;
	position: unset !important;
	width: unset !important;
	height: unset !important;
}

.full_wrapper .ban-ql {
	margin-top: 0 !important;
}

/* Basic Overrides CSS */

/* ======= Reset & Base ======= */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Poppins", sans-serif;
	line-height: 1.6;
	color: var(--text-dark);
	background: #fff;
}

.container {
	max-width: 1200px !important;
}

/* ======= Banner Section ======= */
.new_banner {
	background: linear-gradient(
		135deg,
		var(--primary-color) 0%,
		#2a1a7f 50%,
		var(--accent-color) 100%
	);
	padding: 120px 0 80px 0;
	position: relative;
	overflow: hidden;
}

.new_banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.3;
}

.new_banner .banner-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: white;
}

.new_banner .banner-title {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	animation: fadeInUp 1s ease;
}

.new_banner .banner-subtitle {
	font-size: 1.3rem;
	margin-bottom: 40px;
	opacity: 0.9;
	animation: fadeInUp 1s ease 0.2s both;
}

.new_banner .search-box {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	animation: fadeInUp 1s ease 0.4s both;
}

.new_banner .search-input {
	padding: 16px 60px 16px 24px;
	border: none;
	border-radius: 50px;
	font-size: 1.15rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 54px;
	background: #fff;
}

.new_banner .search-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--accent-color);
	border: none;
	padding: 10px 22px;
	border-radius: 50px;
	color: white;
	font-size: 1.25rem;
	transition: all 0.3s ease;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new_banner .search-btn:hover {
	background: #d11d1d;
	transform: translateY(-50%) scale(1.05);
}

/* ======= Category Tabs ======= */
.category-tabs {
	background: white;
	padding: 20px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 100;
}

.new_category .nav-pills .nav-link {
	color: var(--text-dark);
	background: transparent;
	border-radius: 25px;
	padding: 10px 25px;
	margin: 0 5px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.new_category .nav-pills .nav-link:hover {
	background: var(--primary-color);
	color: white;
	transform: translateY(-2px);
}

.new_category .nav-pills .nav-link.active {
	background: var(--accent-color);
	color: white;
	box-shadow: 0 5px 15px rgba(247, 31, 31, 0.3);
}

/* ======= Main Content Layout ======= */
.main-content {
	padding: 40px 0;
	background: var(--bg-light);
}

.main-content-flex {
	display: flex;
	gap: 40px;
}

.main-content-flex .main-area {
	width: 70%;
	min-width: 0;
}

.main-content-flex .sidebar {
	width: 30%;
	min-width: 260px;
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.main-content-flex {
		flex-direction: column;
		gap: 0;
	}

	.main-content-flex .main-area,
	.main-content-flex .sidebar {
		width: 100%;
		min-width: 0;
		padding-left: 0;
	}

	.sidebar {
		margin-top: 40px;
	}
}

/* ======= Section Titles ======= */
.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	position: relative;
	display: inline-block;
}

.section-title::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 4px;
	background: var(--accent-color);
	border-radius: 2px;
}

/* ======= Swiper Slider ======= */
.swiper {
	width: 100%;
	height: 400px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center;
	background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
}

.slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	color: white;
	padding: 40px 30px 30px;
}

.slide-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.slide-meta {
	font-size: 0.9rem;
	opacity: 0.8;
	margin-bottom: 15px;
}

/* ======= News Cards ======= */
.news-card {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(24, 15, 94, 0.07);
	transition: all 0.3s ease;
	margin-bottom: 0;
	height: 100%;
}

.news-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
	height: 200px;
	background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.card-category {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--accent-color);
	color: white;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 500;
}

.card-content {
	padding: 0 0 0.5rem 0;
}

.card-title {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 15px;
	line-height: 1.4;
}

.card-excerpt {
	color: var(--text-light);
	margin-bottom: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 4.8em;
	max-height: 4.8em;
}

.card-bullets {
	margin: 0 0 8px 0;
	padding-left: 18px;
	color: var(--text-light);
	font-size: 0.95rem;
}

.card-tags .badge {
	margin-right: 5px;
	margin-bottom: 2px;
	background: #e0e0e0;
	color: #333;
	font-size: 0.8rem;
	border-radius: 12px;
	padding: 3px 10px;
}

.card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text-light);
	font-size: 0.9rem;
}

.card-meta img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 6px;
	object-fit: cover;
	vertical-align: middle;
}

.read-more {
	color: var(--accent-color);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.read-more:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.col-md-4,
.col-sm-6,
.col-md-6 {
	padding: 10px !important;
}

/* ======= Sidebar ======= */
.sidebar {
	padding-left: 30px;
}

.widget {
	background: white;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.widget-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 20px;
	position: relative;
}

.widget-title::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 40px;
	height: 3px;
	background: var(--accent-color);
	border-radius: 2px;
}

.trending-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid var(--border-color);
	transition: all 0.3s ease;
}

.trending-item:last-child {
	border-bottom: none;
}

.trending-item:hover {
	background: var(--bg-light);
	margin: 0 -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;
}

.trending-number {
	background: var(--accent-color);
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-right: 15px;
	flex-shrink: 0;
}

.trending-content h6 {
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--text-dark);
	margin-bottom: 5px;
	line-height: 1.4;
}

.trending-meta {
	font-size: 0.8rem;
	color: var(--text-light);
}

.newsletter-form {
	display: flex;
	margin-top: 15px;
}

.newsletter-input {
	flex: 1;
	padding: 12px 15px;
	border: 2px solid var(--border-color);
	border-radius: 25px 0 0 25px;
	border-right: none;
}

.newsletter-btn {
	background: var(--accent-color);
	color: white;
	border: none;
	padding: 12px 20px;
	border-radius: 0 25px 25px 0;
	transition: all 0.3s ease;
}

.newsletter-btn:hover {
	background: var(--primary-color);
}

/* Calendar */

#sidebar-calendar {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(24,15,94,0.10);
    padding: 0;
    overflow: hidden;
    width: 100%;
}

#sidebar-calendar .fc {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(24,15,94,0.06);
    width: 100%;
}

.fc .fc-toolbar {
    margin-bottom: 6px;
    padding: 10px 10px 0 10px;
}

.fc .fc-toolbar-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color, #2a1a7f);
    letter-spacing: 0.5px;
}

.fc .fc-button {
    background: var(--accent-color, #f71f1f);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 0.15em 0.7em;
    font-size: 0.95rem;
    box-shadow: 0 2px 6px rgba(24,15,94,0.08);
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}
.fc .fc-button svg {
    width: 18px;
    height: 18px;
    display: block;
}
.fc .fc-button:hover,
.fc .fc-button:focus {
    background: #d11d1d;
    color: #fff;
}
.fc .fc-button:disabled {
    background: #eee;
    color: #aaa;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #e9f0ff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(24,15,94,0.06);
}

.fc .fc-col-header-cell-cushion {
    font-weight: 600;
    color: var(--primary-color, #2a1a7f);
    font-size: 0.93rem;
    padding: 2px 0;
}

.fc .fc-daygrid-day-number {
    font-size: 0.93rem;
    font-weight: 500;
    color: #333;
    padding: 2px 0 2px 2px;
}

.fc .fc-daygrid-day {
    height: 32px;
}

.fc .fc-scrollgrid {
    border-radius: 10px;
    overflow: hidden;
}

.fc .fc-event {
    border-radius: 8px;
    font-size: 0.89em;
    padding: 1px 6px;
    font-weight: 600;
    border: none;
    box-shadow: 0 1px 4px rgba(24,15,94,0.07);
    letter-spacing: 0.2px;
}
.fc .fc-event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc .fc-daygrid-event-dot {
    display: none;
}

.fc .fc-daygrid-event {
    margin-top: 2px;
}

.fc .fc-daygrid-day-frame {
    padding: 0 1px;
}
.fc .fc-button .fc-icon{
	font-size: 0 !important;
}

@media (max-width: 576px) {
    #sidebar-calendar {
        padding: 0;
    }
    #sidebar-calendar .fc {
        padding: 0;
    }
    .fc .fc-toolbar-title {
        font-size: 0.95rem;
    }
    .fc .fc-col-header-cell-cushion {
        font-size: 0.9rem;
    }
    .fc .fc-daygrid-day-number {
        font-size: 0.9rem;
    }
}

/* Calendar */

/* Weather Widget Styles */
.weather-widget {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(24,15,94,0.08);
    padding: 22px 20px 18px 20px;
    margin-bottom: 30px;
}

.weather-current {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 18px 18px 14px 18px;
    margin-bottom: 10px;
    min-height: 80px;
}

.weather-current-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.weather-current-temp {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2a1a7f;
    line-height: 1;
}

.weather-current-details {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

.weather-current-meta {
    font-size: 0.92rem;
    color: #666;
    margin-top: 2px;
    line-height: 1.4;
}

#weather-forecast {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px 8px;
	margin-top: 15px;
}

.weather-forecast-day {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 6px 8px 6px;
    text-align: center;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: none;
}

.weather-forecast-label {
    font-size: 0.93rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 2px;
}

.weather-forecast-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 2px;
}

.weather-forecast-temp {
    font-size: 1.08rem;
    font-weight: 700;
    color: #f71f1f;
    margin-bottom: 0;
}

.weather-forecast-desc {
    font-size: 0.82rem;
    color: #666;
    line-height: 1.2;
    min-height: 24px;
    margin-top: 2px;
}

@media (max-width: 576px) {
    #weather-forecast {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 6px 4px;
    }
    .weather-forecast-day {
        padding: 8px 2px 6px 2px;
    }
}
/* Weather Widget Styles */

.featured-section {
	margin-bottom: 30px;
}

/* =========================
   LIVE & VIDEO NEWS HIGHLIGHTS SECTION STYLES
   ========================= */
.video-highlights-section {
	/* Section spacing and background */
	background: #f8f9fa;
	border-radius: 18px;
	box-shadow: 0 8px 32px rgba(24, 15, 94, 0.08);
	padding: 30px 0 10px 0;
}
.video-highlights-section .section-title {
	margin-top: 0px !important;
}
.video-highlights-section .section-title svg {
	color: #f71f1f;
}

.video-card {
	transition: box-shadow 0.2s, transform 0.2s;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.video-card:hover {
	box-shadow: 0 12px 32px rgba(24, 15, 94, 0.13);
	transform: translateY(-6px) scale(1.02);
}

.video-thumb {
	position: relative;
	background: #222;
}

.video-tag {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 4px 14px 4px 8px;
	border-radius: 16px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #fff;
	background: #f71f1f;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 8px rgba(24, 15, 94, 0.1);
	z-index: 2;
	letter-spacing: 0.5px;
}

.live-tag {
	background: #f71f1f;
}

.watch-tag {
	background: #2a1a7f;
}

.video-title {
	font-size: 1.13rem;
	color: #180f5e;
	font-weight: 700;
}

.video-meta .badge {
	font-size: 0.82rem;
	vertical-align: middle;
	margin-left: 2px;
	font-weight: 600;
	border-radius: 10px;
	padding: 3px 10px;
	color: #fff;
}

@media (max-width: 991.98px) {
	.video-highlights-section .row > div {
		margin-bottom: 24px;
	}
}

@media (max-width: 767.98px) {
	.video-highlights-section .row {
		flex-direction: column;
	}

	.video-highlights-section .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.video-thumb iframe {
		height: 180px !important;
	}
}

@media (max-width: 576px) {
	.video-thumb iframe {
		height: 150px !important;
	}

	.video-title {
		font-size: 1rem;
	}

	.video-meta {
		font-size: 0.9rem;
	}
}

.btn-learn-more {
	border-radius: 22px;
	padding: 8px 22px;
	font-weight: 600;
	font-size: 1rem;
	color: #2a1a7f !important;
	background: #fff !important;
	border: none;
	box-shadow: 0 2px 8px rgba(24, 15, 94, 0.08);
	transition: background 0.2s, color 0.2s;
}

.btn-learn-more:hover {
	background: #f1f1f1 !important;
	color: #f71f1f !important;
}

/* ======= Buttons ======= */
.btn-view-more,
.btn.btn-outline-primary {
	background: var(--primary-color);
	color: #fff !important;
	border: none;
	border-radius: 25px;
	padding: 12px 36px;
	font-weight: 600;
	font-size: 1.1rem;
	box-shadow: 0 4px 16px rgba(24, 15, 94, 0.08);
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	letter-spacing: 0.5px;
}

.btn-view-more:hover,
.btn.btn-outline-primary:hover {
	background: var(--accent-color);
	color: #fff !important;
	box-shadow: 0 8px 24px rgba(247, 31, 31, 0.12);
}

/* ======= Animations ======= */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	animation: fadeInUp 0.6s ease;
}

/* ======= Swiper Custom ======= */
.swiper-button-next,
.swiper-button-prev {
	color: white !important;
	background: rgba(24, 15, 94, 0.8);
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	margin-top: -25px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px !important;
}

.swiper-pagination-bullet {
	background: white !important;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	background: var(--accent-color) !important;
	opacity: 1;
}

/* ======= List Group ======= */
.list-group-item {
	border: none !important;
	padding: 15px 0 !important;
	border-bottom: 1px solid var(--border-color) !important;
	transition: all 0.3s ease;
}

.list-group-item:hover {
	background: var(--bg-light) !important;
	padding-left: 15px !important;
	border-radius: 10px !important;
	margin: 0 -15px !important;
}

.list-group-item:last-child {
	border-bottom: none !important;
}

.badge-primary {
	background: var(--accent-color) !important;
}

/* ======= Interactive Effects ======= */
.pulse {
	animation: pulse 1s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.clicked {
	transform: scale(0.98);
	transition: transform 0.1s ease;
}

.animate {
	animation: fadeInUp 0.6s ease forwards;
}

/* ======= Ripple Effect ======= */
.ripple {
	position: absolute;
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 0.6s linear;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.5);
}

@keyframes ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

/* ======= Responsive ======= */
@media (max-width: 992px) {
	.swiper {
		height: 300px;
	}

	.slide-title {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	.main-content-flex {
		flex-direction: column;
		gap: 0;
	}

	.main-content-flex .main-area,
	.main-content-flex .sidebar {
		width: 100%;
		min-width: 0;
		padding-left: 0;
	}

	.sidebar {
		margin-top: 40px;
		padding-left: 0;
	}

	.section-title {
		font-size: 2rem;
	}

	.banner-title {
		font-size: 2.5rem;
	}
}

@media (max-width: 576px) {
	.banner-title {
		font-size: 2rem;
	}

	.banner-subtitle {
		font-size: 1.1rem;
	}

	.search-input {
		padding: 12px 48px 12px 16px;
		font-size: 1rem;
		height: 44px;
	}

	.nav-pills .nav-link {
		padding: 8px 15px;
		margin: 2px;
		font-size: 0.9rem;
	}

	.card-title {
		font-size: 1.1rem;
	}

	.swiper {
		height: 250px;
	}

	.slide-content {
		padding: 20px 20px 20px;
	}

	.slide-title {
		font-size: 1.2rem;
	}

	.custom-ad-banner {
		padding: 18px 12px 18px 12px;
	}

	.ad-title {
		font-size: 1.1rem;
	}

	.ad-badge {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		font-size: 0.95rem;
	}
}

/* ======= Scoped Styles for .new_style ======= */
.new_style {
	/* Section Titles */
}
.new_style .section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-top: 2.5rem;
	margin-bottom: 2.5rem !important;
	position: relative;
	display: inline-block;
}
.new_style .section-title::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 60px;
	height: 4px;
	background: var(--accent-color);
	border-radius: 2px;
}

/* Swiper Slider */
.new_style .swiper {
	width: 100%;
	height: 400px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.new_style .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center;
	background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
}
.new_style .slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(22%);
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	color: white;
	padding: 40px 30px 30px 100px;
}
.new_style .slide-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.new_style .slide-meta {
	font-size: 0.9rem;
	opacity: 0.8;
	margin-bottom: 15px;
}

/* News Cards */
.new_style .news-card {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(24, 15, 94, 0.07);
	transition: all 0.3s ease;
	margin-bottom: 0;
	height: 100%;
}
.new_style .news-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.new_style .card-image {
	height: 200px;
	background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.new_style .card-category {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--accent-color);
	color: white;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 500;
}
.new_style .card-content {
	padding: 0 0 0.5rem 0;
}
.new_style .card-title {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 15px;
	line-height: 1.4;
}
.new_style .card-excerpt {
	color: var(--text-light);
	margin-bottom: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 4.8em;
	max-height: 4.8em;
}
.new_style .card-bullets {
	margin: 0 0 8px 0;
	padding-left: 18px;
	color: var(--text-light);
	font-size: 0.95rem;
}
.new_style .card-tags .badge {
	margin-right: 5px;
	margin-bottom: 2px;
	background: #e0e0e0;
	color: #333;
	font-size: 0.8rem;
	border-radius: 12px;
	padding: 3px 10px;
}
.new_style .card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text-light);
	font-size: 0.9rem;
}
.new_style .card-meta img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 6px;
	object-fit: cover;
	vertical-align: middle;
}
.new_style .read-more {
	color: var(--accent-color);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}
.new_style .read-more:hover {
	color: var(--primary-color);
	text-decoration: none;
}
.new_style .col-md-4,
.new_style .col-sm-6,
.new_style .col-md-6 {
	padding: 10px !important;
}

/* Responsive */
@media (max-width: 992px) {
	.new_style .swiper {
		height: 300px;
	}
	.new_style .slide-title {
		font-size: 1.4rem;
	}
}
@media (max-width: 576px) {
	.new_style .section-title {
		font-size: 2rem;
	}
	.new_style .slide-title {
		font-size: 1.2rem;
	}
	.new_style .swiper {
		height: 250px;
	}
	.new_style .slide-content {
		padding: 20px 20px 20px;
	}
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Listing Page CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.all-list-wrapper .all-list-item {
	display: unset !important;
}
.all__listing__page .col-md-8 .inn {
	padding: 50px 0 40px 0px !important;
	border-left: none !important;
	float: left;
	margin-left: 0px !important;
}
.all__listing__page .fil-mob-view {
	padding: 50px 0 40px 0px !important;
}
.all-listing-pg {
	background-image: linear-gradient(358deg, #fff 0%, #fcfeff 100%) !important;
}
.all__listing__page .hom-top {
	background: #090b52 !important;
}
.all__listing__page .listing-box .quo {
	color: white !important;
	border: 2px solid #090b52 !important;
	background-color: #090b52 !important;
}
.all__listing__page .shop_local_banner .banner-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.all__listing__page .shop_local_banner .banner-footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.all__listing__page .news-subsc {
	margin: unset !important;
}
.all-list-sh .list-con {
	z-index: 1;
}
.all-list-sh .list-con a {
	text-transform: capitalize;
}

.listing-box .al-img {
	z-index: 1;
}

.rating_wrapper {
	background-color: var(--light-bg);
	padding: 50px 0;
}

.rating_section {
	background-color: var(--light-bg);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(24, 15, 94, 0.12);
	padding: 32px;
	margin: 30px auto;
}

.rating_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(24, 15, 94, 0.1);
	padding-bottom: 16px;
}

.rating_title {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary-dark);
	margin: 0;
}

.rating_count {
	background-color: var(--primary-color);
	color: white;
	border-radius: 50px;
	padding: 6px 16px;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.rating_overview {
	display: flex;
	gap: 40px;
	margin-bottom: 32px;
}

.rating_average {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 40px;
	border-right: 1px solid rgba(24, 15, 94, 0.1);
}

.rating_score {
	font-size: 64px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1;
	margin-bottom: 8px;
}

.rating_stars {
	display: flex;
	gap: 4px;
	margin-bottom: 8px;
}

.rating_star {
	color: #ffc107;
}

.rating_total {
	color: var(--text-muted);
	font-size: 14px;
}

.rating_bars {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
}

.rating_bar_item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rating_label {
	font-weight: 600;
	color: var(--text-dark);
	width: 32px;
	text-align: center;
	font-size: 14px;
}

.rating_bar_wrap {
	height: 16px;
	background-color: rgba(108, 117, 125, 0.2);
	border-radius: 10px;
	flex-grow: 1;
	overflow: hidden;
}

.rating_bar_fill {
	height: 100%;
	border-radius: 10px;
}

.rating_bar_fill.excellent {
	background-color: #28a745;
	width: 30%;
}

.rating_bar_fill.good {
	background-color: #5fa25f;
	width: 45%;
}

.rating_bar_fill.average {
	background-color: #ffc107;
	width: 15%;
}

.rating_bar_fill.poor {
	background-color: #ff9800;
	width: 7%;
}

.rating_bar_fill.terrible {
	background-color: #dc3545;
	width: 3%;
}

.rating_percent {
	font-size: 14px;
	color: var(--text-muted);
	width: 40px;
	text-align: right;
}

.rating_stats {
	display: flex;
	gap: 20px;
	margin-top: 32px;
	justify-content: space-around;
	text-align: center;
}

.rating_stat {
	flex: 1;
	padding: 16px;
	background-color: white;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(24, 15, 94, 0.08);
}

.rating_stat_icon {
	width: 32px;
	height: 32px;
	margin: 0 auto 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(24, 15, 94, 0.1);
	border-radius: 50%;
	color: var(--primary-color);
}

.rating_stat_value {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 4px;
}

.rating_stat_label {
	font-size: 13px;
	color: var(--text-muted);
}

.rating_cta {
	margin-top: 24px;
	text-align: center;
}

.rating_button {
	background-color: var(--primary-color);
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.rating_button:hover {
	background-color: #0070d2;
	transform: translateY(-2px);
	color: white;
}

@media (max-width: 768px) {
	.rating_section {
		padding: 24px 16px;
		border-radius: 12px;
	}

	.rating_overview {
		flex-direction: column;
		gap: 24px;
	}

	.rating_average {
		border-right: none;
		border-bottom: 1px solid rgba(24, 15, 94, 0.1);
		padding-right: 0;
		padding-bottom: 24px;
	}

	.rating_stats {
		flex-wrap: wrap;
		gap: 12px;
	}

	.rating_stat {
		flex: 0 0 calc(50% - 6px);
	}
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Listing Detail Page CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.listing_details_page {
}
.listing_details_page .hom-top {
	background: #090b52 !important;
}

.listing_details_page .pg-list-ser-p1:before {
	background: linear-gradient(1deg, #000000cc, #00000000) !important;
}

.listing_details_page .rat-more-cta-ic {
	padding-right: 20px !important;
}
.listing_details_page .cta-buy-now {
	background: var(--primary-color) !important;
}
.listing_details_page .all-pro-txt .pri b {
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color) !important;
}
.near-ser-list ul li .near-bx .ne-3 span,
.rat-small-num {
	background: var(--primary-color) !important;
}
.list-enqu-btn ul li:last-child a {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.share-new,
.list-sh .share-new {
	background: var(--primary-color) !important;
}
.share-new,
.list-sh .share-new:hover {
	background: var(--primary-dark) !important;
}
.near-ser-list ul li .near-bx .ne-3 span,
.rat-small-num {
	background: var(--primary-color) !important;
}
.slick-dots li.slick-active button {
	background: var(--primary-color) !important;
	border: 2px solid var(--primary-color) !important;
}
.pg-list-ser-area ul li span {
	color: var(--primary-color) !important;
	background-color: #f2f8fd;
	border: 1px solid #e9eff4;
}

.listing_details_page .home_ad_wrapper {
	top: 30px !important;
}
.listing_details_page .web_design_banner {
	width: 100%;
}
.listing_details_page .web_design_banner .banner-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.listing_details_page .web_design_banner .banner-footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.listing_details_page .shop_local_banner .banner-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.listing_details_page .shop_local_banner .banner-footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.listing_details_page .rating_wrapper {
	background-color: unset !important;
	padding-bottom: 0 !important;
}
.listing_details_page .rating_wrapper .rating_cta {
	text-align: left !important;
	margin-top: 40px !important;
}
.listing_details_page .rating_wrapper .rating_section {
	border-radius: 10px 10px 0 0 !important;
}
.listing_details_page .news-subsc {
	margin-top: 10px !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}
.v3-list-ql-inn {
	padding-top: 8px !important;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> About Us Page CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.about_page .hom-top {
	background: #090b52 !important;
}
.about_page .container {
	margin: 0 auto;
	padding: 0 20px;
}

.about_page .page-title {
	padding: 50px 0 20px;
	text-align: center;
}

.about_page .page-title h1 {
	color: var(--primary-color);
	font-size: 36px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}

.about_page .page-title h1::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background-color: var(--accent-color);
}

.about_page .intro {
	background-color: white;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about_page .intro p {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}

.about_page .section {
	background-color: white;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
}

.about_page .section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background-color: var(--primary-light);
}

.about_page .section h2 {
	color: var(--primary-color);
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 15px;
}

.about_page .section p {
	margin-bottom: 15px;
	padding-left: 15px;
}

.about_page .section a {
	color: var(--primary-light);
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.about_page .section a:hover {
	color: var(--accent-color);
}

.about_page .highlights {
	background-color: var(--primary-dark);
	color: white;
	padding: 30px;
	border-radius: 8px;
	margin: 40px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.about_page .highlights h2 {
	color: black;
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
}

.about_page .highlights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.about_page .highlight-item {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 20px;
	border-radius: 6px;
	text-align: center;
}

.about_page .highlight-item svg {
	margin-bottom: 16px;
	color: var(--accent-color);
	width: 48px;
	height: 48px;
}

.about_page .highlight-item h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: black !important;
}

.about_page .highlight-item p {
	font-size: 15px;
	color: #1e1e1e !important;
}

.about_page .cta {
	background-color: #180f5e;
	color: white;
	padding: 40px;
	border-radius: 8px;
	text-align: center;
	margin: 40px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.about_page .cta h2 {
	margin-bottom: 20px;
	font-size: 28px;
}

.about_page .cta p {
	margin-bottom: 30px;
	font-size: 18px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.about_page .btn {
	display: inline-block;
	background-color: white;
	color: var(--primary-color);
	padding: 12px 30px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about_page .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
	.about_page .section h2 {
		font-size: 22px;
	}

	.about_page .intro p {
		font-size: 16px;
	}

	.about_page .highlights-grid {
		grid-template-columns: 1fr;
	}
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Privacy Policy Page CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.privacy_policy_page .hom-top {
	background: #090b52 !important;
}

.privacy_policy_page .container {
	padding: 0 20px;
}

.custom_breadcrumb {
	margin-top: 50px;
	padding: 8px 0;
}

.custom_breadcrumb .breadcrumb {
	display: flex;
	align-items: center;
	color: var(--text-muted);
	font-size: 14px;
}

.custom_breadcrumb .breadcrumb a {
	color: var(--primary-color);
	text-decoration: none;
	transition: all 0.3s ease;
}

.custom_breadcrumb .breadcrumb a:hover {
	color: var(--accent-color);
}

.custom_breadcrumb .breadcrumb span {
	margin: 0 10px;
}

.privacy_policy_page .page-title {
	padding: 50px 0 20px;
	text-align: center;
}

.privacy_policy_page .page-title h1 {
	color: var(--primary-color);
	font-size: 36px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}

.privacy_policy_page .page-title h1::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background-color: var(--accent-color);
}

.privacy_policy_page .privacy-content {
	background-color: white;
	border-radius: 8px;
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.privacy_policy_page .privacy-content h2 {
	color: var(--primary-color);
	font-size: 24px;
	margin: 30px 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--primary-light);
}

.privacy_policy_page .privacy-content h2:first-child {
	margin-top: 0;
}

.privacy_policy_page .privacy-content p {
	margin-bottom: 20px;
	line-height: 1.8;
}

.privacy_policy_page .privacy-content ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

.privacy_policy_page .privacy-content li {
	margin-bottom: 10px;
}

.privacy_policy_page .privacy-section {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.privacy_policy_page .privacy-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.privacy_policy_page .highlight-box {
	background-color: rgba(45, 31, 151, 0.05);
	border-left: 4px solid var(--primary-light);
	padding: 20px;
	margin: 20px 0;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.privacy_policy_page .privacy-content {
		padding: 20px;
	}

	.privacy_policy_page .privacy-content h2 {
		font-size: 22px;
	}

	.privacy_policy_page .page-title h1 {
		font-size: 28px;
	}
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Contact Us Page CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.contact_page_wrapper .hom-top {
	background: #090b52 !important;
}
.contact_page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.contact_page .contact-header {
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
}

.contact_page .contact-header h1 {
	color: var(--primary-color);
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
}

.contact_page .contact-header h1::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background-color: var(--accent-color);
	border-radius: 2px;
}

.contact_page .contact-header p {
	color: var(--text-muted);
	max-width: 700px;
	margin: 0 auto;
}

.contact_page .contact-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.contact_page .contact-card {
	flex: 1;
	min-width: 300px;
	background: white;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_page .contact-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact_page .card-header {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background-color: transparent !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.contact_page .icon {
	width: 40px;
	height: 40px;
	background-color: var(--primary-light);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 1rem;
	color: white;
	padding: 8px;
}

.contact_page .icon svg {
	width: 100%;
	height: 100%;
	fill: white;
}

.contact_page .card-title {
	color: var(--primary-color);
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.contact_page .contact-details {
	list-style: none;
}

.contact_page .contact-item {
	margin-bottom: 1rem;
	position: relative;
	padding-left: 1.5rem;
}

.contact_page .contact-item::before {
	content: "→";
	position: absolute;
	left: 0;
	color: var(--accent-color);
	font-weight: bold;
}

.contact_page .contact-item.location {
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.contact_page .contact-item.address {
	color: var(--text-muted);
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	padding-left: 0;
}

.contact_page .contact-item.address::before {
	display: none;
}

.contact_page .contact-link {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
	display: inline-block;
}

.contact_page .contact-link:hover {
	color: var(--accent-color);
}

.contact_page .social-links {
	display: flex;
	gap: 1rem;
	margin-top: 1.5rem;
}

.contact_page .social-link {
	width: 36px;
	height: 36px;
	background-color: var(--primary-light);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	transition: background-color 0.2s ease;
	padding: 8px;
}

.contact_page .social-link svg {
	width: 100%;
	height: 100%;
	fill: white;
}

.contact_page .social-link:hover {
	background-color: var(--accent-color);
}

/* Contact Form Styles */
.contact_page .contact-form-section {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 3rem;
	margin-top: 2rem;
}

.contact_page .section-title {
	color: var(--primary-color);
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}

.contact_page .section-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: var(--accent-color);
	border-radius: 1.5px;
}

.contact_page .form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.contact_page .form-group {
	margin-bottom: 1.5rem;
}

.contact_page .form-group.full-width {
	grid-column: span 2;
}

.contact_page .form-label {
	display: block;
	margin-bottom: 0.5rem;
	color: var(--text-dark);
	font-weight: 500;
}

.contact_page .form-control {
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact_page .form-control:focus {
	border-color: var(--primary-light);
	outline: none;
	box-shadow: 0 0 0 3px rgba(45, 31, 151, 0.15);
}

.contact_page textarea.form-control {
	min-height: 150px;
	resize: vertical;
}

.contact_page .btn {
	background-color: var(--primary-color);
	color: white;
	border: none;
	padding: 0.75rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.contact_page .btn svg {
	width: 18px;
	height: 18px;
	fill: white;
}

.contact_page .btn:hover {
	background-color: var(--primary-light);
	transform: translateY(-2px);
}

.contact_page .btn:active {
	transform: translateY(0);
}

@media (max-width: 768px) {
	.contact_page .contact-content {
		flex-direction: column;
	}

	.contact_page .contact-card {
		min-width: 100%;
	}

	.contact_page .form-grid {
		grid-template-columns: 1fr;
	}

	.contact_page .form-group.full-width {
		grid-column: span 1;
	}

	.contact_page .contact-form-section {
		padding: 2rem;
	}
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Terms of use Page CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.terms_page .hom-top {
	background: #090b52 !important;
}

.terms_page .terms_content {
	margin: 0 auto;
	padding: 110px 20px 0 20px;
}

.terms_page nav {
	background-color: var(--primary-light);
	position: sticky;
	top: 58px;
	z-index: 100;
}

.terms_page .nav_container {
	display: flex;
	justify-content: center;
}

.terms_page .nav_link {
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 500;
	transition: background-color 0.3s;
}

.terms_page .nav_link:hover {
	background-color: var(--primary-dark);
}

.terms_page .terms_content section {
	padding: 40px 0;
	border-bottom: 1px solid #e9ecef;
}

.terms_page .terms_content .section_title {
	color: var(--primary-color);
	margin-bottom: 20px;
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent-color);
}

.terms_page .terms_content .terms_section h3,
.terms_page .terms_content .privacy_section h3,
.terms_page .terms_content .aup_section h3 {
	color: var(--primary-light);
	margin: 25px 0 15px;
	font-size: 20px;
}

.terms_page .terms_content p {
	margin-bottom: 15px;
}

.terms_page .terms_content ul,
.terms_page .terms_content ol {
	margin-bottom: 15px;
	padding-left: 25px;
}

.terms_page .terms_content li {
	margin-bottom: 8px;
}

.terms_page .terms_content .highlight {
	background-color: rgba(255, 107, 107, 0.1);
	border-left: 4px solid var(--accent-color);
	padding: 15px;
	margin: 20px 0;
}

.terms_page .terms_content a {
	color: var(--primary-light);
	text-decoration: none;
}

.terms_page .terms_content a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.terms_page .terms_content .nav_container {
		flex-direction: column;
	}

	.terms_page .terms_content .nav_link {
		padding: 10px;
		width: 100%;
		text-align: center;
	}
}




/* ................................................. 😊 New CSS for setuped new logo 😊 ................................................ */

.fhns .hom-nav .ic-logo{
	width: 150px !important;
	margin-top: 0 !important;
}
.fhns .menu{
	margin-top: 40px !important;
}
.fhns .hom-nav .bl{
	padding-top: 34px !important;
}
.fhns .new_banner{
	padding: 160px 0 110px 0 !important;
}

@media only screen and (max-width: 767px) {
    .px-10{
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.mob-me-ic{
		top: 25px !important;
		right: 15px;
		cursor: pointer;
	}
	.mob-me-clo{
		cursor: pointer;
	}
	.hom-nav{
		padding: 0 20px;
	}
	.featured-section .swiper-button-next, .featured-section .swiper-button-prev{
		display: none;
	}
	.category-tabs{
		display: none !important;
	}
	.hom-top{
		background: unset !important;
	}
}