body {
    font-family: "Lora", sans-serif;
    font-size: 16px;
}
.container {
    max-width: 1140px;
}
select,
textarea,
input {
    font-size: 16px;
}
.form-control:focus {
    box-shadow: none;
}
.form-control {
    font-size: 16px;
}
.tar {
    text-align: right;
}
.w-100-p {
    width: 100% !important;
}
.w-100 {
    width: 100px !important;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px !important;
}
.w-300 {
    width: 300px !important;
}
.w-400 {
    width: 400px !important;
}
.h-100 {
    height: 100px !important;
}
.h-150 {
    height: 150px !important;
}
.h-200 {
    height: 200px !important;
}
.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.badge.bg-success {
    background: #11af33 !important;
}
.badge.bg-danger {
    background: #ff3c23 !important;
}

.bg-website {
    background: #f97316 !important;
    border: 0;
}
.ml-auto {
    margin-left: auto !important;
}
a {
    transition: 0.35s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    font-weight: 400;
}

.bg_f3f3f3 {
    background: #f3f3f3;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f97316;
}
.primary-color {
    color: #f97316;
}
.primary-color:hover {
    color: #333;
}
select {
    width: 100% !important;
}

.button-style-1 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #f97316;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f97316;
    border-radius: 30px;
    padding: 14px 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.button-style-1 a:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #f97316;
    color: #f97316;
}
.button-style-2 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #f97316;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f97316;
    border-radius: 30px;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.button-style-2 a:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #f97316;
    color: #f97316;
}



.top {
    min-height: 40px;
    color: #fff;
    background: #f97316 !important;
    font-size: 14px;
    border-bottom: 1px solid #d7d7d7;
}
.top ul {
    margin-bottom: 0;
    padding-left: 0;
}
.top ul li {
    list-style-type: none;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}
.top ul li a {
    color: #fff;
}
.top ul.right {
    float: right;
}
.top ul.right li {
    margin-right: 0;
    padding-left: 15px;
    margin-left: 10px;
}
.top ul.right li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
}
.top ul.right li:first-child:before {
    display: none;
}

@media (max-width: 991px) {
    .top {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .top ul li {
        line-height: 28px;
    }
    .top ul.right {
        padding-top: 12px;
    }
    .top .left-side,
    .top .left-side ul {
        width: 100%;
    }
    .top .left-side ul {
        text-align: center;
    }
    .top .left-side ul li {
        float: none;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    .top .right-side,
    .top .right-side ul {
        width: 100%;
    }
    .top .right-side ul {
        text-align: center;
    }
    .top .right-side ul li {
        float: none;
        display: inline-block;
    }
    .top ul.right {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .top ul {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .top ul li {
        float: none;
        display: inline-block;
    }
    .top ul.right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 0;
    }
    .top ul.right li {
        float: none;
        display: inline-block;
    }
    .top ul.right li:first-child {
        margin-left: 0;
        padding-left: 0;
    }
}


/* Heading Area */
.main-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}
.main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
}
.main-nav nav .navbar-nav .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 68px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 0 !important;
    width: 200px !important;
    z-index: 999999 !important;
}
.main-nav nav .navbar-nav .nav-item a {
    color: #333;
    font-weight: 500;
    text-transform: none !important;
    font-size: 15px !important;
    position: relative;
}
.main-nav nav .navbar-nav .nav-item.active a {
    color: #f97316;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #444;
    border-bottom: 1px solid #dbdbdb;
}
.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #f97316;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f97316 !important;
}
.main-nav img {
    height: 50px;
}
.mobile-nav img {
    height: 40px;
}
.mean-container .mean-bar {
    background-color: #fff;
    height: 60px;
    z-index: 999999 !important;
}
.mean-container .logo {
    top: 5px;
}
.mean-container img {
    height: 50px;
}
/* Override default meanmenu colors for better contrast on light bg */
.mean-container a.meanmenu-reveal .hamburger span { background: #0b0f2a; }
.mean-container a.meanmenu-reveal {
    color: #0b0f2a;
    text-indent: 0; /* ensure label is visible */
}

/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    background: #f97316;
    color: #fff;
    opacity: 0.7;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}

/* Advertisement */
.ad-section-1 img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Home Slider */
.slider .item {
    position: relative;
    height: 620px;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* Responsive PDF viewer */
.pdf-viewer { max-width: 100%; }
.pdf-viewer iframe,
.pdf-viewer object { display: block; max-width: 100%; width: 100% !important; }
@media (max-width: 575.98px) {
    .pdf-viewer iframe,
    .pdf-viewer object { height: 75vh !important; }
}
.slider .item .slide-media {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.slider .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* layered gradient overlays to improve text contrast while keeping image visible */
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(0, 9, 41, 0.55) 0%, rgba(0, 9, 41, 0.35) 40%, rgba(0, 9, 41, 0.2) 100%),
        radial-gradient(100% 60% at 0% 50%, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0) 60%);
}
.slider .text {
	position: relative;
	z-index: 99999;
    height: 100%;
}
.slider .text .container,
.slider .text .row {
    height: 100%;
}
.slider .text-wrapper {
    height: 100%;
    position: relative;
    display: table;
}
.slider .text-content {
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
.slider .text h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}
.slider .text p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.7;
}
.slide-carousel.owl-carousel .owl-nav .owl-prev,
.slide-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.slide-carousel.owl-carousel .owl-nav .owl-prev {
	top: 47%;
    left: 0;
    margin-left: 40px;
}
.slide-carousel.owl-carousel .owl-nav .owl-next {
    top: 47%;
    right: 0;
    margin-right: 40px
}
.slide-carousel.owl-carousel .owl-nav .owl-prev:hover,
.slide-carousel.owl-carousel .owl-nav .owl-next:hover {
    color: #f97316;
    border: 2px solid #f97316;
}
@media (max-width: 1310px) {
    .slider .text {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 767px) {
    .slider .item {
        padding-top: 70px;
        padding-bottom: 70px;
        height: 70vh;
        min-height: 420px;
    }
    /* Prefer img for better cropping on tall phones */
    .slider .item { background-image: none !important; }
    .slider .item .slide-media { display: block; }
    .slider .text h2 { font-size: 30px; line-height: 1.2; }
    .slider .text p { font-size: 14px; line-height: 1.6; }
    .slide-carousel .owl-dots { bottom: 14px; }
    /* strengthen overlay slightly on small screens */
    .slider .item .bg {
        background:
            linear-gradient(180deg, rgba(0, 9, 41, 0.65) 0%, rgba(0, 9, 41, 0.45) 45%, rgba(0, 9, 41, 0.28) 100%),
            radial-gradient(110% 70% at 0% 50%, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0) 65%);
    }
    /* subtle card behind text for readability */
    .slider .text .text-card {
        background: rgba(0, 0, 0, 0.28);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 14px 16px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.18);
        display: inline-block;
    }
    .slider .button-style-1 a {
        font-size: 14px;
        padding: 10px 16px;
        border-radius: 8px;
    }
}
@media (max-width: 560px) {
    .slider .item {
        height: auto;
    }
    .slider .text-wrapper {
        display: block;
    }
    .slider .text { padding-left: 20px; padding-right: 20px; }
    .slider .text h2 { font-size: 24px; }
    .slider .text p { font-size: 14px; }
    .slider .button-style-1 a { font-size: 13.5px; padding: 10px 16px; }
}

/* Slider dots and nav positioning */
.slide-carousel.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.slide-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.6);
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.slide-carousel.owl-carousel .owl-dots .owl-dot.active span {
    width: 24px;
    border-radius: 6px;
    background: #fd540f;
}

/* Ensure background images scale nicely on tall phones */
.slider .item { background-position: center center; }


/* === Modern Special Section === */
.special {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #fef3f2 100%);
	position: relative;
	overflow: hidden;
}

.special::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 50%, rgba(253,84,15,0.05) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(32,177,219,0.05) 0%, transparent 50%);
	pointer-events: none;
}

.special .left-side {
    height: 100%;
    display: table;
	position: relative;
	z-index: 2;
}

.special .left-side .inner {
	padding: 0;
    display: table-cell;
    vertical-align: middle;
	animation: fadeInLeft 0.8s ease-out;
}

/* Glassmorphism Content Card */
.special .left-side .inner .glass-content-card {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: 50px 45px;
	margin: 30px auto;
	max-width: 1140px;
	box-shadow: 
		0 8px 32px rgba(0,0,0,0.08),
		0 0 0 1px rgba(255,255,255,0.5) inset,
		0 20px 60px rgba(32,177,219,0.12);
	border: 1px solid rgba(255, 255, 255, 0.6);
	position: relative;
	overflow: visible;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Gradient border accent on top */
.special .left-side .inner .glass-content-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, #fd540f 0%, #f97316 30%, #20b1db 100%);
	border-radius: 24px 24px 0 0;
}

/* Shimmer effect on hover */
.special .left-side .inner .glass-content-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.3),
		transparent
	);
	transition: left 0.6s ease;
	pointer-events: none;
	border-radius: 24px;
	z-index: 1;
}

.special .left-side:hover .inner .glass-content-card::after {
	left: 100%;
}

/* Hover effect for glass card */
.special .left-side:hover .inner .glass-content-card {
	transform: translateY(-5px);
	box-shadow: 
		0 12px 40px rgba(0,0,0,0.12),
		0 0 0 1px rgba(253,84,15,0.3) inset,
		0 25px 70px rgba(32,177,219,0.18);
	border-color: rgba(253,84,15,0.4);
}

/* Ensure content inside card is above pseudo-elements */
.special .left-side .glass-content-card h2,
.special .left-side .glass-content-card h3,
.special .left-side .glass-content-card p,
.special .left-side .glass-content-card .special-content,
.special .left-side .glass-content-card .button-style-1 {
	position: relative;
	z-index: 2;
}

/* Vertical layout: image on top, text below */
 .special .glass-content-row {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	position: relative;
	z-index: 2;
	/* Glassmorphism container */
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 25px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 
		0 8px 32px rgba(253, 84, 15, 0.25),
		0 8px 32px rgba(32, 177, 219, 0.2),
		0 8px 32px rgba(20, 83, 142, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.2) inset;
	transition: all 0.3s ease;
}

/* Hover effect for main container */
.special .glass-content-row:hover {
	transform: translateY(-2px);
	box-shadow: 
		0 12px 48px rgba(253, 84, 15, 0.3),
		0 12px 48px rgba(32, 177, 219, 0.25),
		0 12px 48px rgba(20, 83, 142, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

.special .glass-content-text {
	flex: 1 1 auto;
	width: 100%;
	order: 2; /* Text comes after image */
	/* Remove separate glassmorphism styling - use main container only */
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-radius: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.special .glass-content-image {
	flex: 0 0 auto;
	width: 100%;
	max-width: none; /* Remove width limitation to match text */
	display: flex;
	flex-direction: column;
	order: 1; /* Image comes first */
}

/* Image card within glassmorphism card */
.special .glass-content-image .image-card {
	background: transparent; /* Remove separate background */
	backdrop-filter: none; /* Remove separate blur */
	-webkit-backdrop-filter: none;
	border-radius: 20px;
	padding: 0; /* Remove padding to merge with main container */
	box-shadow: none; /* Remove separate shadow */
	border: none; /* Remove separate border */
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.special .glass-content-image .image-card:hover {
	transform: none; /* Remove separate hover effect */
	box-shadow: none; /* Remove separate hover shadow */
}

/* Image card gradient accent - keep for visual appeal */
.special .glass-content-image .image-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #fd540f 0%, #20b1db 50%, #14538e 100%);
	border-radius: 20px 20px 0 0;
	z-index: 1;
}

.special .glass-content-image .image-wrapper {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Maintain aspect ratio while filling width */
	aspect-ratio: 16/9; /* You can adjust this ratio as needed */
}

.special .glass-content-image .image-wrapper.has-video {
	display: flex;
	align-items: center;
	justify-content: center;
}

.special .glass-content-image .special-thumbnail {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 16px;
	/* Remove max-height to allow proportional scaling */
}

/* Video button inside image card */
.special .video-button-inline {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 24px 18px 18px 28px;
	transition: transform 0.3s ease;
}

.special .video-button-inline:hover {
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.special .video-button-inline:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #fd540f 0%, #f97316 100%);
	border-radius: 50%;
	animation: video-pop 1500ms ease-out infinite;
	box-shadow: 0 8px 25px rgba(253,84,15,0.4);
}

.special .video-button-inline:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #fd540f 0%, #f97316 100());
	border-radius: 50%;
	transition: all 200ms;
	box-shadow: 0 4px 20px rgba(253,84,15,0.5);
}

.special .video-button-inline span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 28px solid #fff;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.special .left-side h2 {
	color: #0b6f89;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}

.special .left-side h2::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #fd540f 0%, #20b1db 100%);
	border-radius: 2px;
}

.special .left-side h3 {
	color: #1e3a8a;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 25px;
	line-height: 1.2;
	background: linear-gradient(135deg, #fd540f 0%, #f97316 50%, #0b6f89 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.special .left-side p {
	color: #374151;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.special .left-side .read-more {
	margin-top: 30px;
}

.special .left-side .read-more a {
	border: 0;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.special .left-side .read-more a:hover {
	background: transparent;
	border-color: #fff;
}

.special .right-side {
	width: 100%;
	min-height: 500px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
	animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.special .right-side::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(253,84,15,0.1) 0%, rgba(32,177,219,0.1) 100%);
	pointer-events: none;
	z-index: 1;
}

.special .right-side .video-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 24px 18px 18px 28px;
	transition: transform 0.3s ease;
}

.special .right-side .video-button:hover {
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.special .right-side .video-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
    background: linear-gradient(135deg, #fd540f 0%, #f97316 100%);
	border-radius: 50%;
	animation: video-pop 1500ms ease-out infinite;
	box-shadow: 0 8px 25px rgba(253,84,15,0.4);
}

.special .right-side .video-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #fd540f 0%, #f97316 100%);
	border-radius: 50%;
	transition: all 200ms;
	box-shadow: 0 4px 20px rgba(253,84,15,0.5);
}

.special .right-side .video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

@keyframes video-pop {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@media only screen and (max-width: 768px) {
	/* Stack layout on smaller tablets and mobile */
	.special .glass-content-row {
		flex-direction: column;
		gap: 30px;
	}
	
	.special .glass-content-text,
	.special .glass-content-image {
		flex: 1 1 100%;
		min-width: 100%;
	}
	
	.special .glass-content-image .image-wrapper {
		min-height: 300px;
	}
}

@media only screen and (max-width: 768px) {
    .special .left-side {
        margin-bottom: 40px;
        display: block;
        height: auto;
    }
	.special .left-side .inner {
		padding: 0;
	}
	.special .left-side .inner .glass-content-card {
		padding: 35px 30px;
		margin: 20px 15px;
		border-radius: 20px;
	}
	.special .glass-content-row {
		gap: 25px;
	}
	.special .glass-content-image .image-wrapper {
		min-height: 250px;
	}
	.special .left-side h3 {
		font-size: 32px;
	}
	.special .left-side h2 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.special .left-side .inner .glass-content-card {
		padding: 30px 25px;
		margin: 15px 10px;
	}
	.special .glass-content-row {
		gap: 20px;
	}
	.special .glass-content-image .image-card {
		padding: 12px;
	}
	.special .glass-content-image .image-wrapper {
		min-height: 200px;
	}
	.special .left-side h3 {
		font-size: 28px;
	}
	.special .left-side h2 {
		font-size: 14px;
	}
	.special .left-side p {
		font-size: 15px;
	}
}


/* === Equal-height Special Section Enhancement === */
.special .full-section, .special .special-wrapper {
    display: flex;
    flex-direction: column;
}
.special .full-section > .row, .special .special-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
}
.special .full-section > .row > [class*='col-'],
.special .special-wrapper > .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.special .left-side, .special .right-side { /* ensure stretch */
    display: flex;
    flex: 1 1 auto;
}
.special .left-side .inner { /* allow natural content height */
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.special .right-side {
    min-height: unset; /* remove fixed min-height so it matches sibling */
    position: relative;
}
.special .right-side.with-img-bg { /* optional class if using bg-image */
    background-size: cover;
    background-position: center center;
}
.special .right-side img.special-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Maintain spacing when video overlay present */
.special .right-side .video-button { pointer-events: auto; }

/* Mobile fallback: stack naturally */
@media (max-width: 991.98px) {
    .special .full-section > .row, .special .special-wrapper > .row { display: block; }
    .special .left-side, .special .right-side { display: block; height: auto; }
    .special .right-side img.special-image { height: auto; object-fit: contain; }
}
/* End Equal-height Special Section Enhancement */



.cause .heading {
    text-align: center;
    margin-bottom: 30px;
}
.cause .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.cause .heading p {
    color: #696969;
}
.cause .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}
.cause .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transform: scale(1);
	transition: all 0.4s ease;
}
.cause .item:hover .photo img {
    transform: scale(1.1);
}
.cause .item .text h2 {
    font-size: 20px;
    font-weight: 700;
}
.cause .item .text h2 a {
    color: #333;
}
.cause .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}
.cause .item .text .progress {
    background-color: #d7d7d7;
    height: 9px;
}
.cause .item .text .progress-bar {
    background-color: #20b1db;
    width: 0;
}
.cause .item .text .lbl {
    display: flex;
    justify-content: space-between;
}
.cause .item .text .lbl .raised,
.cause .item .text .lbl .goal {
    font-size: 14px;
    color: #696969;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .cause .item .photo img {
        height: 220px;
    }
}
@media (max-width: 991px) {
    .cause .item .photo img {
        height: 290px;
    }
}
@media (max-width: 767px) {
    .cause .item .photo img {
        height: auto;
    }
}



.why-choose {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: transparent !important;
}
.why-choose:after {
    display: none !important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent !important;
    z-index: 1;
}
.why-choose .heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.why-choose .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.why-choose .heading p {
    color: #fff;
}
.why-choose .inner {
    position: relative;
    z-index: 2;
}
.why-choose .inner .icon {
    text-align: center;
    margin-bottom: 20px;
}
.why-choose .inner .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    font-size: 35px;
}
.why-choose .inner .text {
    text-align: center;
}
.why-choose .inner .text h2 {
    font-size: 24px;
    color: #ffffff !important;
    font-weight: 700;
}
.why-choose .inner .text p {
    font-size: 15px;
    color: #ffffff !important;
}

/* --- Enhanced Feature Section Glass Effect --- */
.why-choose {
  --feature-overlay-color: transparent;
  --feature-card-bg: transparent;
  --feature-card-border: transparent;
  --feature-card-shadow: none;
  --feature-card-backdrop: none;
}
.why-choose:after { /* remove all overlays */
  display: none !important;
  background: transparent !important;
  opacity: 0 !important;
}
.why-choose .inner {
  background: var(--feature-card-bg);
  border: 1px solid var(--feature-card-border);
  backdrop-filter: var(--feature-card-backdrop);
  -webkit-backdrop-filter: var(--feature-card-backdrop);
  border-radius: 18px;
  padding: 28px 26px 46px;
  box-shadow: var(--feature-card-shadow);
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, background .4s ease;
}
.why-choose .inner:before { /* subtle inner sheen */
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.03) 60%, rgba(255,255,255,0) 100%);
  pointer-events: none;
  opacity: .85;
  transition: opacity .4s ease;
}
.why-choose .inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px -6px rgba(0,0,0,0.55);
  background: rgba(255,255,255,0.14);
}
.why-choose .inner:hover:before { opacity: 1; }
.why-choose .inner .icon i {
  border: 1px solid rgba(255,255,255,0.55);
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25), 0 4px 14px -2px rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
}
.why-choose .inner .text h2 { letter-spacing: .5px; }
.why-choose .inner .text p { line-height: 1.55; }

/* Responsive tuning */
@media (max-width: 991.98px) {
  .why-choose .inner { margin-bottom: 30px; }
}
/* --- End Enhanced Feature Section Glass Effect --- */

/* === Feature Section Transparent Text Variant Override ===
     Purpose: Make feature cards fully transparent so the background image
     is clearly visible (requested). We do NOT delete original styles (could
     be reused elsewhere); instead we override with higher-specificity or !important.
     Adjust values here (e.g. text-shadow strength) if readability needs tuning. */
.why-choose.feature-parallax:before { /* remove overlay */
    display: none !important;
    background: transparent !important;
}
.why-choose:before { /* remove any before overlays */
    display: none !important;
    background: transparent !important;
}
.why-choose:after { /* remove all overlays completely */
    display: none !important;
    background: transparent !important;
    opacity: 0 !important;
}
.why-choose {
    background-color: transparent !important;
}
.why-choose .inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 20px 10px !important;
    border-radius: 0 !important;
}
.why-choose .inner .icon i {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.why-choose .inner .text h2 {
    color: #ffffff !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}
.why-choose .inner .text p {
    color: #ffffff !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}
.why-choose .inner:before { display: none !important; }
.why-choose .inner .icon { margin-bottom: 14px; }

/* Force white text for features - highest specificity with no effects */
.why-choose .inner .text h2,
.why-choose .inner .text h2 a,
.why-choose .inner .text p,
.why-choose .inner .text p span {
    color: #ffffff !important;
    filter: none !important;
    text-shadow: none !important;
}
.why-choose .inner .icon i {
    color: #ffffff !important;
    filter: none !important;
}

@media (max-width: 767.98px) {
    .why-choose .inner { padding: 10px 5px 40px !important; }
    .why-choose .inner .text h2 { font-size: 22px; }
}
/* === End Feature Section Transparent Text Variant Override === */

/* Event Section */
.event .heading {
    text-align: center;
    margin-bottom: 30px;
}
.event .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.event .heading p {
    color: #696969;
}
.event .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}
.event .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transform: scale(1);
	transition: all 0.4s ease;
}
.event .item:hover .photo img {
    transform: scale(1.1);
}
.event .item .text h2 {
    font-size: 20px;
    font-weight: 700;
}
.event .item .text h2 a {
    color: #333;
}
.event .item .text .short-des {
    margin-bottom: 15px;
}
.event .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}
.event .item .text .date-time {
    font-size: 14px;
    color: #696969;
    font-weight: 600;
    margin-bottom: 15px;
}
.event .item .text .date-time i {
    color: #f97316;
}
@media (max-width: 1199px) {
    .event .item .photo img {
        height: 220px;
    }
}
@media (max-width: 991px) {
    .event .item .photo img {
        height: 290px;
    }
}
@media (max-width: 767px) {
    .event .item .photo img {
        height: auto;
    }
}



.blog .heading {
    text-align: center;
    margin-bottom: 30px;
}
.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.blog .heading p {
    color: #696969;
}
.blog .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}
.blog .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transform: scale(1);
	transition: all 0.4s ease;
}
.blog .item:hover .photo img {
    transform: scale(1.1);
}
.blog .item .text h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.blog .item .text h2 a {
    color: #333;
}
.blog .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}
.blog .item .text .button a {
    background: #f97316;
    border: 0;
}
@media (max-width: 1199px) {
    .blog .item .photo img {
        height: 220px;
    }
}
@media (max-width: 991px) {
    .blog .item .photo img {
        height: 290px;
    }
}
@media (max-width: 767px) {
    .blog .item .photo img {
        height: auto;
    }
}


.cta {
    background: #f97316;
}
.cta .left h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta .left p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.cta .right {
    display: table;
    height: 100%;
    float: right;
}
.cta .right .inner {
    display: table-cell;
    vertical-align: middle;
}
.cta .right a {
    background: #fff;
    color: #f97316;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #fff;
}
.cta .right a:hover {
    background: transparent;
    color: #fff;
}
@media (max-width: 767px) {
    .cta .left {
        text-align: center;
    }
    .cta .right {
        text-align: center;
        padding-bottom: 50px;
        float: none;
        width: 100%;
    }
    .cta .right .inner {
        display: inline-block;
    }
}



.footer {
    background: #2c2c2c;
    color: #fff;
}
.footer h2.heading {
    font-size: 24px;
    margin-bottom: 25px;
}
.footer p,
.footer ul li,
.footer ul li a,
.footer .list-item .right {
    font-weight: 400;
    font-size: 15px;
    color: #a2a2a2;
}
.footer input[type="text"] {
    background: #3f3f3f;
    border: 0;
    color: #a2a2a2;
}
.footer input[type="submit"] {
    width: 100%;
    background: #f97316;
    border: 0;
    margin-top: 10px;
    font-weight: 600;
}
.footer input[type="submit"]:hover {
    background: #fff;
    color: #f97316;
}
.footer .list-item {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer .list-item .left {
    width: 30px;
    height: auto;
    float: left;
    padding-top: 2px;
}
.footer .list-item .left i {
    font-size: 20px;
    color: #a2a2a2;
}
.footer .list-item .right {
    width: calc(100% - 40px);
    height: auto;
    float: left;
}
.footer ul.social {
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
}
.footer ul.social li {
    list-style-type: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.footer ul.social li a {
    color: #fff;
    background: #f97316;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}
.footer ul.social li a:hover {
    color: #f97316;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.footer ul.useful-links {
    padding: 0;
}
.footer ul.useful-links li {
    list-style-type: none;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}
.footer ul.useful-links li a {
    color: #a2a2a2;
}
.footer ul.useful-links li a:hover {
    padding-left: 6px;
    color: #f97316!important;
}


.footer-bottom {
    background: #202020;
    color: #fff;
    border-top: 1px solid #3c3c3c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bottom .copyright {
    text-align: center;
    font-size: 14px;
}

/* Footer Social Media Responsive */
@media (max-width: 767px) {
    .footer ul.social li a {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .footer ul.social li {
        margin-right: 6px;
        margin-bottom: 6px;
    }
}


.page-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.page-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
    z-index: 0;
}
.page-top h2 {
    font-weight: 700;
    font-size: 40px;
    position: relative;
    z-index: 99;
    color: #fff;
    opacity: 1;
    text-align: center;
}
.page-top .button {
    position: relative;
    z-index: 99;
    text-align: center;
}
.page-top .button a {
    background: #f97316;
    border: 0;
}
.page-top .button a:hover {
    background: #f97316;
    opacity: 0.8;
}
.page-top .breadcrumb-container {
    position: relative;
    z-index: 99;
    opacity: 1;
}
.page-top .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
}
.page-top .breadcrumb-item.active {
    color: #ffffff;
}
.page-top .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #ffffff;
}
.page-top .breadcrumb a {
    color: #ffffff;
}
.page-top .breadcrumb a:hover {
    color: #f97316;
}

@media (max-width: 991px) {
    .page-top {
        margin-top: 60px;
    }
    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .page-top-company-single .item .text .detail-1 .category,
    .page-top-company-single .item .text .detail-1 .location,
    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        margin-bottom: 10px;
    }
}



.team .heading {
    text-align: center;
    margin-bottom: 30px;
}
.team .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.team .heading p {
    color: #696969;
}
.team .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}
.team .item .photo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transform: scale(1);
	transition: all 0.4s ease;
}
.team .item:hover .photo img {
    transform: scale(1.1);
}
.team .item .text {
    text-align: center;
}
.team .item .text h2 {
    font-size: 20px;
    font-weight: 700;
}
.team .item .text h2 a {
    color: #333;
}
.team .item .text .designation {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}
.team ul {
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.team ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
}
.team ul li a {
    color: #fff;
    background: #f97316;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.team ul li a:hover {
    color: #f97316;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
    .team .item .photo img {
        height: 280px;
    }
}
@media (max-width: 991px) {
    .team .item .photo img {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .team .item .photo img {
        height: auto;
    }
    
    .team ul li a {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .team-single ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}



.team-single .photo {
    height: 100%;
}
.team-single .photo img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    object-fit: cover;
}
.team-single ul {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}
.team-single ul li {
    list-style-type: none;
    display: inline-block;
}
.team-single ul li a {
    background: #5ac736;
    color: #fff!important;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 6px;
    font-size: 16px;
    transition: all 0.4s ease;
}
.team-single ul li a:hover {
    background: #333;
}
.team-single table {
    background: #fff;
    margin-bottom: 0;
}
.team-single table tr td {
    background: #fff;
}



.page-content .sub {
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page-content .sub .item {
    float: left;
    margin-right: 15px;
    color: #969696;
}
.page-content .sub .item a {
    color: #969696;
    text-decoration: underline;
}
.page-content .main-text {
    margin-bottom: 25px;
}
.page-content h2 {font-weight: 700;}
.page-content h3 {font-weight: 700;}
.page-content h4 {font-weight: 700;}
.page-content h5 {font-weight: 700;}
.page-content h6 {font-weight: 700;}



.contact-form label {
    font-weight: 600;
}
.contact-form textarea {
    height: 200px;
}
.contact-form button {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #f97316;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f97316;
    border-radius: 30px;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.contact-form button:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #f97316;
    color: #f97316;
}
.map iframe {
    width: 100%;
    height: 450px;
}
@media (max-width: 1199px) {
    .map iframe {
        height: 400px;
    }
}



.faq .accordion {
    width: 70%;
}
.faq .accordion-button {
    color: #f97316;
    font-weight: 700;
    background: #ebebeb;
    font-size: 18px;
}
.faq .accordion-button.collapsed {
    background: none;
}
.faq .accordion-button:focus {
    box-shadow: none !important;
}
.faq .accordion-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
    color: #f97316;
}
.faq .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}
.faq .accordion-item .accordion-button {
    border-radius: 0 !important;
}
.faq .accordion-body {
    font-weight: 400;
}
.faq .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media (max-width: 991px) {
    .faq .accordion {
        width: 100% !important;
    }
}



.faq-cause .accordion-header {
    border-bottom: 0!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.faq-cause .accordion-button {
    color: #242424;
    font-weight: 600;
    background: #ebebeb;
    font-size: 16px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.faq-cause .accordion-button.collapsed {
    background: none;
}
.faq-cause .accordion-button:focus {
    box-shadow: none !important;
}
.faq-cause .accordion-item {
    margin-bottom: 8px!important;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faq-cause .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
    color: #f97316;
}
.faq-cause .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}
.faq-cause .accordion-item .accordion-button {
    border-radius: 0 !important;
}
.faq-cause .accordion-body {
    font-weight: 400;
}
.faq-cause .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-cause .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media (max-width: 991px) {
    .faq-cause .accordion {
        width: 100% !important;
    }
}




.testimonial {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.testimonial .bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #242424;
    opacity: 0.4;
}
.testimonial h2.main-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    position: relative;
}
.testimonial .item {
    text-align: center;
    color: #fff;
    padding: 30px;
}
.testimonial .description {
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
}
.testimonial .description p {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.testimonial .description p:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background: #fff;
}
.testimonial .photo {
    width: 160px;
    height: 160px;
    margin: 0 auto 25px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 12px 35px rgba(0, 0, 0, 0.4),
        0 6px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
}

.testimonial .photo::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 3px solid rgba(71, 174, 27, 0.8);
    opacity: 0;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, 
        rgba(253, 84, 15, 0.3) 0%, 
        rgba(71, 174, 27, 0.3) 50%, 
        rgba(32, 177, 219, 0.3) 100%);
    filter: blur(1px);
}

.testimonial .photo::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all 0.4s ease;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.testimonial .photo:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 15px 30px rgba(71, 174, 27, 0.3),
        0 8px 20px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial .photo:hover::before {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(0px);
}

.testimonial .photo:hover::after {
    opacity: 0.7;
    animation: pulse-ring 1.5s infinite;
}

.testimonial .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1.05) contrast(1.1) saturate(1.2);
}

.testimonial .photo:hover img {
    transform: scale(1.08);
    filter: brightness(1.15) contrast(1.2) saturate(1.3);
}
.testimonial .text {
    margin-top: 15px;
}
.testimonial .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.testimonial .text p {
    font-size: 15px;
    margin: 0;
}
.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testimonial-carousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #f97316;
    border: 7px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #313131;
    border: 7px solid #fff;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    background: #fff;
    color: #f97316;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.testimonial-carousel .owl-nav .owl-prev {
    left: 0;
}
.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #f97316;
    background: #fff;
}
@media (max-width: 991px) {
    .testimonial .description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .testimonial .photo {
        width: 140px;
        height: 140px;
        margin-bottom: 20px;
        border-width: 4px;
    }
    
    .testimonial .photo::before {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border-width: 2px;
    }
    
    .testimonial .photo::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
    }
}

@media (max-width: 768px) {
    .testimonial .photo {
        width: 120px;
        height: 120px;
        margin-bottom: 18px;
        border-width: 3px;
    }
    
    .testimonial .photo::before {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        border-width: 2px;
    }
    
    .testimonial .photo::after {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
    }
    
    .testimonial .photo:hover {
        transform: translateY(-6px) scale(1.03);
    }
}

@media (max-width: 576px) {
    .testimonial .photo {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
        border-width: 3px;
    }
    
    .testimonial .photo::before {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1px;
    }
    
    .testimonial .photo::after {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
    }
    
    .testimonial .photo:hover {
        transform: translateY(-4px) scale(1.02);
    }
}

/* Fix testimonial carousel gray preload background */
.testimonial-carousel.owl-carousel {
    background: transparent !important;
}
.testimonial-carousel.owl-carousel:before,
.testimonial-carousel.owl-carousel:after {
    display: none !important;
}
.owl-carousel .owl-stage-outer {
    background: transparent !important;
}
.owl-carousel .owl-stage {
    background: transparent !important;
}
.testimonial-carousel {
    background: transparent !important;
    opacity: 1 !important;
}

/* Remove ALL owl carousel gray backgrounds and preloaders */
.owl-carousel {
    background: transparent !important;
    display: block !important;
    opacity: 1 !important;
}
.owl-carousel.owl-loading {
    background: transparent !important;
    opacity: 1 !important;
    display: block !important;
}
.owl-carousel.owl-hidden {
    background: transparent !important;
    opacity: 1 !important;
    display: block !important;
}
.slide-carousel.owl-carousel,
.testimonial-carousel.owl-carousel {
    background: transparent !important;
    opacity: 1 !important;
    display: block !important;
}
.owl-carousel .owl-item {
    background: transparent !important;
}
.owl-carousel .owl-wrapper {
    background: transparent !important;
}
.owl-carousel .owl-wrapper-outer {
    background: transparent !important;
}

/* Remove any unwanted background colors from page sections */
.page-content {
    background: transparent !important;
    background-color: transparent !important;
}
.container {
    background: transparent !important;
    background-color: transparent !important;
}
.row {
    background: transparent !important;
    background-color: transparent !important;
}

@media (max-width: 767px) {
    .testimonial .photo {
        width: 85px;
        height: 85px;
        margin-bottom: 12px;
        border-width: 3px;
    }
    
    .testimonial .photo::before {
        border-width: 1px;
    }
    
    .testimonial .item {
        padding: 20px 15px;
    }
    
    .testimonial .text h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .testimonial .text p {
        font-size: 13px;
    }
}




.counter-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f2f2f2;
}
.counter-section .counter-items {
    text-align: center;
}
.counter-section .counter-item {
    text-align: center;
    color: #f97316;
}
.counter-section .counter-item .counter {
    font-size: 50px;
    font-weight: 700;
    color: #f97316;
}
.counter-section .counter-item .text {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .counter-section .counter-item {
        margin-bottom: 30px;
    }
}


.clearfix {
    width: 100%;
    clear: both;
}
.page-top-job-single {
    padding-top: 0;
    padding-bottom: 0;
}
.page-top-job-single .job-single {
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 20px;
}
.page-top-job-single .job-single .item {
    border: 0;
}
.page-top-job-single .job-single .item .text h3,
.page-top-job-single .job-single .item .text h3 a {
    color: #fff;
    font-size: 28px;
}
.page-top-job-single .job-single .item .text .detail-1,
.page-top-job-single .job-single .item .text .detail-1 .category:before,
.page-top-job-single .job-single .item .text .detail-1 .location:before,
.page-top-job-single .job-single .item .text .detail-1 .email:before,
.page-top-job-single .job-single .item .text .detail-1 .phone:before,
.page-top-job-single .job-single .item .text .detail-2 .date,
.page-top-job-single .job-single .item .text .detail-2 .date:before,
.page-top-job-single .job-single .item .text .detail-2 .budget,
.page-top-job-single .job-single .item .text .detail-2 .budget:before {
    color: #e3e3e3;
}

.page-top-job-single .job-single .item .text .apply {
    position: absolute;
    right: 0;
    top: 35px;
}
.page-top-job-single .job-single .item .text .apply a {
    background: #f97316;
    border: 0;
    padding: 12px 30px;
    font-weight: 600;
}
.page-top-job-single .job-single .item .text .apply a.save-job {
    background: #bbcdff;
    color: #3661ef;
}
@media (max-width: 991px) {
    .page-top-job-single .job-single .item {
        display: block !important;
    }
    .page-top-job-single .job-single .item .logo {
        margin-right: 0;
    }
    .page-top-job-single .job-single .item .text .apply {
        position: relative;
    }
    .page-top-job-single .job-single .item .text {
        text-align: center;
    }
    .page-top-job-single .job-single .item .text h3 {
        padding-right: 0;
    }
    .page-top-job-single .job-single .item .text .detail-1,
    .page-top-job-single .job-single .item .text .detail-2,
    .page-top-job-single .job-single .item .text .special {
        display: block !important;
        text-align: center;
    }
    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .expired,
    .page-top-job-single .job-single .item .text .special .featured,
    .page-top-job-single .job-single .item .text .special .type,
    .page-top-job-single .job-single .item .text .special .urgent {
        display: inline-block !important;
    }

    .page-top-job-single .job-single .item .text .apply {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 480px) {
    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .expired {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-top-job-single .job-single .item .text .detail-1 .category:before,
    .page-top-job-single .job-single .item .text .detail-1 .location:before,
    .page-top-job-single .job-single .item .text .detail-2 .date:before,
    .page-top-job-single .job-single .item .text .detail-2 .budget:before,
    .page-top-job-single .job-single .item .text .detail-2 .expired:before {
        position: relative;
        top: 2px;
        left: -7px;
    }
}




.event-detail .left-item {
    margin-bottom: 30px;
}
.event-detail .left-item .main-photo {
    margin-bottom: 25px;
}
.event-detail .left-item .main-photo img {
    width: 100%;
    height: auto;
}
.event-detail .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.event-detail .right-item {
    margin-bottom: 30px;
}
.event-detail .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.event-detail .right-item .location-map iframe {
    width: 100%;
    height: 200px;
}
.event-detail .right-item .enquery-form input, 
.event-detail .right-item .enquery-form textarea {
    font-size: 16px;
}
.event-detail .right-item .enquery-form button {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #f97316;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f97316;
    border-radius: 30px;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.event-detail .right-item .enquery-form button:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #f97316;
    color: #f97316;
}
.event-detail .right-item .summary table tr td:nth-of-type(1) {
    width: 120px;
}
.event-detail .right-item .summary table tr tr,
.event-detail .right-item .summary table tr td {
    border: 1px solid #c7c7c7;
    vertical-align: middle;
}
.event-detail .right-item .summary .price {
    font-size: 30px;
    font-weight: 700;
}
.event-detail .right-item .boxes {
	display: flex;
	justify-content: center;
}
.event-detail .right-item .box {
    background: #f97316;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}
.event-detail .right-item .box .num {
	font-size: 36px;
	font-weight: 700;
	padding-top: 8px;
}
.event-detail .right-item .box .name {
	margin-top: -10px;
}
.event-detail .right-item ul {
    padding-left: 0;
}
.event-detail .right-item ul li {
    list-style: none;
    margin-bottom: 10px;
}
.event-detail .right-item ul li a {
    color: #242424;
    font-weight: 400;
}
.event-detail .right-item .pay-sec {
    background: #1e3474;
    padding: 15px;
}
.event-detail .right-item .pay-sec .pay-now {
    font-weight: 600;
    background: #f97316;
    border: 0;
}
@media (max-width: 991px) {
    .event-detail .right-item .location-map iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .event-detail .right-item .location-map iframe {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .event-detail .right-item .location-map iframe {
        height: 350px;
    }
}



.cause-detail .left-item {
    margin-bottom: 30px;
}
.cause-detail .left-item .main-photo {
    margin-bottom: 25px;
}
.cause-detail .left-item .main-photo img {
    width: 100%;
    height: auto;
}
.cause-detail .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.cause-detail .right-item {
    margin-bottom: 30px;
}
.cause-detail .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.cause-detail .right-item .enquery-form input, 
.cause-detail .right-item .enquery-form textarea {
    font-size: 16px;
}
.cause-detail .right-item .enquery-form button {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #f97316;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f97316;
    border-radius: 30px;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.cause-detail .right-item .enquery-form button:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #f97316;
    color: #f97316;
}
.cause-detail .right-item .summary table tr td:nth-of-type(1) {
    width: 160px;
}
.cause-detail .right-item .summary table tr tr,
.cause-detail .right-item .summary table tr td {
    border: 1px solid #c7c7c7;
    vertical-align: middle;
}
.cause-detail .right-item .summary .price {
    font-size: 30px;
    font-weight: 700;
}
.cause-detail .right-item .donate-sec {
    background: #1e3474;
    padding: 15px;
}
.cause-detail .right-item .donate-sec h3 {
    color: #fff;
    font-size: 15px;
}
.cause-detail .right-item .donate-sec .form-control {
    padding: 0;
    border: 0;
}
.cause-detail .right-item .donate-select ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
}
.cause-detail .right-item .donate-select ul li {
    list-style-type: none;
    margin-right: 5px;
}
.cause-detail .right-item .donate-select ul li button {
    background: #fff;
    color: #f97316;
    border: 0;
}
.cause-detail .right-item .donate-select ul li button.selected {
    background: #f97316;
    color: #fff;
}
.cause-detail .right-item .donate-select ul li button:hover {
    background: #bbf5a3;
    color: #f97316;
}
.cause-detail .right-item .donate-sec .donate-now {
    text-transform: uppercase;
    font-weight: 600;
    background: #f97316;
    border: 0;
    margin-top: 15px;
}
.cause-detail .lbl {
    display: flex;
    justify-content: space-between;
}
.cause-detail .lbl .raised,
.cause-detail .lbl .goal {
    font-size: 16px;
    color: #696969;
    font-weight: 700;
}
.cause-detail .right-item ul {
    padding-left: 0;
}
.cause-detail .right-item ul li {
    list-style: none;
    margin-bottom: 10px;
}
.cause-detail .right-item ul li a {
    color: #242424;
    font-weight: 400;
}




.post .left-item {
    margin-bottom: 30px;
}
.post .left-item .main-photo {
    margin-bottom: 25px;
}
.post .left-item .main-photo img {
    width: 100%;
    height: auto;
}
.post .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.post .left-item .sub {
    display: block;
    margin-bottom: 20px;
}
.post .left-item .sub ul {
    padding-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 6px;
    padding-bottom: 6px;
}
.post .left-item .sub ul li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}
.post .left-item .sub ul li a {
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}
.post .left-item .sub ul li i {
    color: #f97316;
}
.post .left-item .description {
    display: block;
}
.post .right-item {
    margin-bottom: 30px;
}
.post .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.post .right-item ul {
    padding-left: 0;
}
.post .right-item ul li {
    list-style: none;
    margin-bottom: 10px;
}
.post .right-item ul li a {
    color: #242424;
    font-weight: 400;
}
.post .right-item ul.tag {
    padding-left: 0;
}
.post .right-item ul.tag li {
    list-style: none;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px;
}
.post .right-item ul.tag li a {
    background: #242424;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px 7px;
    border-radius: 3px;
}
.post .right-item ul.tag li a:hover {
    background: #f97316;
}





.comment {
    margin-top: 40px;
}
.comment h2 {
    font-size: 18px;
    font-weight: 700;
    color: #f97316;
    margin-bottom: 20px;
}
.comment .comment-section {
    margin-bottom: 20px;
}
.comment .comment-box {
    background: #eeeeee;
    padding: 15px;
}
.comment .comment-box .left img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #b6b6b6;
    margin-right: 10px;
}
.comment .comment-box .right .name {
    font-size: 18px;
    font-weight: 600;
}
.comment .comment-box .right .date {
    font-size: 14px;
    color: #515151;
    margin-bottom: 15px;
}
.comment .comment-box .right .text {
    font-size: 16px;
}
.comment .comment-box .right .reply {
    margin-top: 10px;
}
.comment .comment-box .right .reply a {
    color: #f97316;
    font-size: 16px;
}
.comment .reply-box {
    padding-left: 100px;
}
.comment input,
.comment textarea,
.comment button {
    font-size: 14px;
}
.comment textarea {
    height: 200px;
}
.comment button {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #f97316;
    color: #fff;
    text-decoration: none;
    border: 0;
    border-radius: 30px;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.comment button:hover {
    transition: all 0.3s;
    background: #f97316;
    color: #f97316;
}
.comment button:hover {
    background: #000!important;
}
@media only screen and (max-width: 767px) {
    .comment button {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 450px) {
    .comment .reply-box {
        padding-left: 40px;
    }
}






.photo-all .item {
    position: relative;
    margin-bottom: 25px;
}

.photo-all .item-delete {
    margin-bottom: 0px;
}

.photo-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}
.video-all .item {
    position: relative;
    margin-bottom: 25px;
}
.video-all .item-delete {
    margin-bottom: 0px;
}
.video-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}
.photo-all .item .icon,
.video-all .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.photo-all .item .icon {
    font-size: 20px;
}
.video-all .item .icon {
    font-size: 40px;
}
.photo-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}
.video-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
    .photo-all img,
    .video-all img {
        height: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .photo-all img,
    .video-all img {
        height: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .photo-all img,
    .video-all img {
        height: 390px;
    }
}
@media only screen and (max-width: 575px) {
    .photo-all img,
    .video-all img {
        height: 320px;
    }
}
@media only screen and (max-width: 475px) {
    .photo-all img,
    .video-all img {
        height: 280px;
    }
}
@media only screen and (max-width: 400px) {
    .photo-all img,
    .video-all img {
        height: 220px;
    }
}



.login-form .nav-item {
    margin-right: 10px;
}
.login-form .nav-link {
    background: #bbcdff;
    color: #3661ef;
    font-weight: 600;
}



.select2-container {
    z-index: 99999 !important;
}
.select2-container--bootstrap .select2-selection--single {
    height: 36px !important;
    line-height: 36px !important;
    padding-top: 0 !important;
    font-size: 15px !important;
}



.photo-gallery-heading {
	font-weight: 700;
	font-size: 22px;
	color: #f97316;
	text-align: left;
}
.photo-gallery-item {
    position: relative;
}
.photo-gallery-item img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.photo-gallery-item .photo-gallery-item-bg {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.photo-gallery-item:hover .photo-gallery-item-bg {
	opacity: 0.6;
}
.photo-gallery-item .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}
.photo-gallery-item:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.photo-gallery-item img {
		height: 207px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.photo-gallery-item img {
		height: 236px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.photo-gallery-item img {
		height: 364px;
	}
}
@media only screen and (max-width: 575px) {
	.photo-gallery-item img {
		object-fit: fill;
		height: auto;
	}	
}





.video-gallery-heading {
	font-weight: 700;
	font-size: 22px;
	color: #f97316;
	text-align: left;
}
.video-gallery-item {
    position: relative;
}
.video-gallery-item img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.video-gallery-item .video-gallery-item-bg {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.video-gallery-item:hover .video-gallery-item-bg {
	opacity: 0.6;
}
.video-gallery-item .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}
.video-gallery-item:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.video-gallery-item img {
		height: 207px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-gallery-item img {
		height: 236px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.video-gallery-item img {
		height: 364px;
	}
}
@media only screen and (max-width: 575px) {
	.video-gallery-item img {
		object-fit: fill;
		height: auto;
	}	
}

ul.pagination li span {
    height: 40px!important;
    line-height: 40px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
ul.pagination li a {
    height: 40px!important;
    border-radius: 0;
    height: auto;
    line-height: 40px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/* Multi-level Dropdown Styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0; /* was malformed (missing value) */
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.project-image {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-content h3 {
    color: #f97316;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.project-content h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 15px 0;
}

.project-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

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

.project-content ul li {
    color: #666;
    line-height: 1.8;
    margin-bottom: 8px;
}

.project-sidebar {
    position: sticky;
    top: 20px;
}

.project-sidebar .widget {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

.project-sidebar .widget h3 {
    color: #f97316;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

/* Removed empty ruleset: .project-sidebar .widget ul {} */
.img-align-center {
    display: block;
    margin: 0 auto;
}
.img-align-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

/* Image Float Layouts */
.float-image-left {
    float: left;
    margin: 0 20px 12px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.float-image-right {
    float: right;
    margin: 0 0 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.img-center {
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

/* Image Size Presets */
.img-size-thumb { max-width: 100px; height: auto; }
.img-size-sm { max-width: 150px; height: auto; }
.img-size-md { max-width: 300px; height: auto; }
.img-size-lg { max-width: 500px; height: auto; }
.img-size-xl { max-width: 700px; height: auto; }
.img-size-banner { width: 100%; height: auto; }
.img-size-half { width: 50%; height: auto; }

/* Image Padding */
.img-pad-sm { padding: 5px; }
.img-pad-md { padding: 10px; }
.img-pad-lg { padding: 20px; }

/* Image Margins - General */
.img-margin-none { margin: 0; }
.img-margin-sm { margin: 5px; }
.img-margin-md { margin: 15px; }
.img-margin-lg { margin: 25px; }

/* Image Margins - Directional */
.img-margin-top { margin-top: 15px; }
.img-margin-bottom { margin-bottom: 15px; }
.img-margin-left { margin-left: 15px; }
.img-margin-right { margin-right: 15px; }

/* Image Borders - Thickness */
.img-border-thin { border: 1px solid #ddd; }
.img-border-solid { border: 2px solid #ddd; }
.img-border-thick { border: 4px solid #ddd; }

/* Image Borders - Style */
.img-border-dashed { border: 2px dashed #20b1db; }
.img-border-dotted { border: 2px dotted #fd540f; }
.img-border-double { border: 3px double #666; }
.img-border-rounded { border: 2px solid #ddd; border-radius: 10px; }

/* Image Borders - Colored */
.img-border-blue { border: 2px solid #20b1db; }
.img-border-orange { border: 2px solid #fd540f; }

/* Image Shadows */
.img-shadow-none { box-shadow: none; }
.img-shadow-sm { box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.img-shadow-md { box-shadow: 0 4px 8px rgba(0,0,0,0.15); }
.img-shadow-lg { box-shadow: 0 8px 16px rgba(0,0,0,0.2); }
.img-shadow-blue { box-shadow: 0 4px 12px rgba(32,177,219,0.3); }
.img-shadow-orange { box-shadow: 0 4px 12px rgba(253,84,15,0.3); }

/* Special Image Styles */
.image-passport {
    width: 180px;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}

/* Alert Styles */
.alert {
    padding: 12px 16px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeaa7;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* Card Styles */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* Enhanced Button Styles for Content */
.content-area .btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.content-area .btn-primary {
    color: #fff;
    background-color: #20b1db;
    border-color: #20b1db;
}
.content-area .btn-warning {
    color: #212529;
    background-color: #fd540f;
    border-color: #fd540f;
}
.content-area .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.content-area .btn-outline-primary {
    color: #20b1db;
    background-color: transparent;
    border-color: #20b1db;
}
.content-area .btn:hover {
    opacity: 0.85;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Text Utility Classes */
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.text-muted {
    color: #6c757d;
}

/* Table Enhancement Styles */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.075);
}
.table-sm td, .table-sm th {
    padding: 0.3rem;
}
.table-primary { background-color: rgba(32, 177, 219, 0.1); }
.table-secondary { background-color: rgba(108, 117, 125, 0.1); }
.table-success { background-color: rgba(40, 167, 69, 0.1); }
.table-danger { background-color: rgba(220, 53, 69, 0.1); }
.table-warning { background-color: rgba(253, 84, 15, 0.1); }
.table-info { background-color: rgba(23, 162, 184, 0.1); }

/* Hide ReadMore Marker in Frontend */
.readmore-marker {
    display: none !important;
}

/* Events Sidebar Styles */
.events-sidebar {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    height: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 30px;
}

.events-sidebar .events-header h3 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.events-sidebar .event-item {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.events-sidebar .event-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-left-color: #007bff;
}

.events-sidebar .event-image img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.events-sidebar .event-title a {
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.3;
}

.events-sidebar .event-title a:hover {
    color: #007bff;
}

.events-sidebar .event-meta,
.events-sidebar .event-location {
    font-size: 0.8rem;
    line-height: 1.2;
}

.events-sidebar .badge {
    font-size: 0.7rem;
    padding: 0.3em 0.6em;
}

.events-sidebar hr {
    border-color: #dee2e6;
    opacity: 0.5;
}

.events-sidebar .no-events {
    color: #6c757d;
}

.events-sidebar .no-events i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .events-sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .events-sidebar {
        padding: 20px;
        margin-top: 20px;
    }
    
    .events-sidebar .event-item {
        padding: 12px;
    }
    
    .events-sidebar .event-image img {
        height: 60px;
    }
}

/* Responsive Design */
@media (max-width: 576px) {
    .float-image-left, .float-image-right {
        float: none;
        display: block;
        margin: 0 0 12px 0;
        max-width: 100%;
    }
    .image-passport {
        width: 140px;
        height: 186px;
    }
    .content-area .btn {
        display: block;
        width: 100%;
        margin: 0.25rem 0;
    }
    .table-responsive table {
        font-size: 0.875rem;
    }
}
