:root {
--accent: #fe5b2c !important;
--primary: #18333b !important;
--secondary: #67797e !important;
--primary-font: Quicksand, sans-serif;
--secondary-font: Roboto, sans-serif;
--hcf-primary: linear-gradient(45deg, rgb(255 51 51), rgb(237, 143, 3)); !important;
}

.hcf-gradient{
background: linear-gradient(45deg, rgb(255 51 51), rgb(237, 143, 3));
}
/* =========================================
1. RESPONSIVE HERO BANNER
========================================= */
.cause-banner-wrapper {
width: 100%;
position: relative;
overflow: hidden;
background-color: #f0f0f0;
margin-top: 0; /* Adjust if your header covers it */
}
/* Mobile Height */
.cause-banner-wrapper { height: 250px; }
/* Tablet Height */
@media (min-width: 768px) { .cause-banner-wrapper { height: 400px; } }
/* Desktop Height */
@media (min-width: 1200px) { 
    .cause-banner-wrapper { height: 500px; } 
    .cs_nav .cs_nav_list > li {
        margin-right: 30px;
    }
}

@media (max-width: 600px) { 
    #photogallery-1765907440874 .col-xl-3 {
        width: 100% !important;
    }
    .cs_partner_section{
        padding-bottom: 0 !important;
    }
}

.cause-banner-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

/* =========================================
2. STICKY NAVIGATION BAR
========================================= */
.cause-sticky-nav {
<!-- position: -webkit-sticky; /* Safari support */ -->
<!-- position: sticky; -->
top: 100px;
z-index: 1020;
background-color: #fff;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
border-bottom: 1px solid #eee;
height: 60px;
display: flex;
align-items: center;
margin:20px 0;
}

.cause-sticky-nav .container {
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
width: 100%;
}

.cause-nav-list {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 20px;
overflow-x: auto;
white-space: nowrap;
scrollbar-width: none; /* Firefox */
-webkit-overflow-scrolling: touch;
height: 100%;
}
.cause-nav-list::-webkit-scrollbar { display: none; } /* Chrome/Safari */

.cause-nav-item {
font-weight: 600;
font-size: 0.9rem;
color: #555;
cursor: pointer;
display: flex;
align-items: center;
height: 100%;
border-bottom: 3px solid transparent;
transition: all 0.3s ease;
}

.cause-nav-item:hover, .cause-nav-item.active {
color: #ff8c00;
border-bottom-color: #ff8c00;
}

/* Social Widget Wrapper (Desktop Only) */
.nav-social-wrapper {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #eee;
display: none;
}
@media (min-width: 992px) { .nav-social-wrapper { display: block; } }


/* =========================================
3. MOBILE DONATION ELEMENTS
========================================= */
/* Top Card (Input) - Visible Mobile Only */
.mobile-donation-card {
background: #fdfdfd;
border: 1px solid #eee;
border-radius: 12px;
padding: 20px;
margin-top: 20px;
box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

/* Sticky Bottom Footer - Visible Mobile Only */
.mobile-sticky-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
padding: 12px 15px;
box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
z-index: 1030;
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
border-top: 1px solid #f0f0f0;
}

/* Add padding to body on mobile so footer doesn't hide content */
@media (max-width: 991px) {
body { padding-bottom: 80px; }
}

/* Hide these on Desktop */
@media (min-width: 992px) {
.mobile-donation-card,
.mobile-sticky-footer {
display: none !important;
}
}


/* =========================================
4. DESKTOP SIDEBAR DONATION CARD
========================================= */
.sidebar-sticky-wrapper {
position: -webkit-sticky;
position: sticky;
top: 130px;
z-index: 10;
}

.img-wrapper img{
    object-fit: cover;
}

.edit-secton{
    position: relative !important;
}
.sticky_img{
    position: sticky !important;
    top: 150px !important;
    left: 0 !important;
    z-index: 1 !important;
    width:100% !important;
}
.edit-secton .content {
    position: relative !important;
    z-index: 2 !important;
    padding: 20px !important;
    background-color: rgb(248 246 234) !important;
}

.donation-card {
background: #ffffff;
border: 1px solid #eee;
border-radius: 16px;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
padding: 24px;
overflow: hidden;
}

.donation-card-header { margin-bottom: 20px; text-align: center; }
.donation-card-header h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 5px; color: #222; }

/* Amount Buttons */
.amount-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-bottom: 20px;
}

.amount-btn {
border: 1px solid #e0e0e0;
background: #fff;
color: #555;
padding: 10px 5px;
border-radius: 8px;
font-weight: 600;
font-size: 0.9rem;
transition: all 0.2s ease;
width: 100%;
}
.amount-btn:hover { 
    border-color: #ff8c00; 
    color: #ff8c00; 
    background: #fffaf5; 
}
.amount-btn.active { 
    background: linear-gradient(45deg, rgb(255 51 51), rgb(237, 143, 3)); 
    color: #fff; 
    border-color: #ff8c00; 
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3); 
}

/* Inputs */
.donation-card .input-group:focus-within,
.mobile-donation-card .input-group:focus-within {
border-color: #ff8c00 !important;
box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.15) !important;
}
.donation-card input[type=number]::-webkit-inner-spin-button,
.donation-card input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* Donate Button Style */
.btn-donate-lg {
background: linear-gradient(45deg, rgb(255 51 51), rgb(237, 143, 3));
color: white;
border: none;
width: 100%;
padding: 14px;
font-size: 1.1rem;
font-weight: 700;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
transition: transform 0.2s;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.btn-donate-lg:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 140, 0, 0.5); color: white; }
.btn-donate-lg:disabled, .btn-donate-lg.disabled { background: #e0e0e0; color: #999; cursor: not-allowed; box-shadow: none; pointer-events: none; }

/* Trust Badges */
.trust-badges { margin-top: 15px; display: flex; justify-content: center; gap: 15px; font-size: 0.8rem; color: #888; }
.trust-item { display: flex; align-items: center; gap: 5px; }

.sidebar-video-card {
border-radius: 12px;
overflow: hidden;
margin-top: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* =========================================
5. CARDS (GIFTS & PRODUCTS)
========================================= */
.cause-card {
border: 1px solid #eee;
background: #fff;
transition: all 0.3s ease;
border-radius: 12px;
}
.cause-card:hover { transform: translateY(-5px); box-shadow: 0 12px 24px rgba(0,0,0,0.08) !important; border-color: #ffdec2; }


.cause-card .cause-card-img-wrapper .top-0 + img {
    height: calc(100% - 35px) !important;
}

.cause-card-img-wrapper {
background-color: #f9f9f9;
position: relative;
overflow: hidden;
}
.cause-card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.cause-card:hover .cause-card-img-wrapper img { transform: scale(1.05); }

.cause-card-title {
font-size: 22px;
line-height: normal;
font-weight: 600;
color: #222;
margin-bottom: 0.5rem;
}
.cause-card-price { color: #ff8c00; font-weight: 700; font-size: 1.1rem; }
.cause-card-desc { font-size: 0.85rem; color: #666; margin-bottom: 10px; }

/* Qty Controls */
.qty-control { background: #f8f9fa; border-radius: 50px; padding: 2px; border: 1px solid #e9ecef; }
.qty-btn { width: 30px; height: 30px; border-radius: 50%; border: none; background: #fff; font-weight: bold; color: #333; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.qty-btn:hover:not(:disabled) { background: #ff8c00; color: #fff; }


/* =========================================
6. TRANSPARENCY GALLERY (MIXED MEDIA)
========================================= */
.transparency-gallery-section {
/* Soft Orange Gradient */
background: linear-gradient(135deg, #fff8f3 0%, #ffecd9 100%);
border: 1px solid #ffdec2;
position: relative;
overflow: hidden;
}
.transparency-gallery-section .section-title { color: #333; font-size: 1.75rem; }
.transparency-gallery-section .separator { width: 60px; height: 3px; background-color: #ff8c00; border-radius: 2px; }

/* Video/Iframe Resets */
.transparency-gallery-section iframe,
.transparency-gallery-section video { width: 100%; height: 100%; border: none; object-fit: cover; }
.gallery-card:has(iframe):hover, .gallery-card:has(video):hover { transform: none !important; cursor: default; } /* No zoom on video */


/* =========================================
7. COMPACT MODAL STYLES
========================================= */
.modal-content { border: none; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); }
.modal-header { padding: 1rem 1.25rem; border-bottom: 1px solid #f0f0f0; background: #fff; border-radius: 12px 12px 0 0; }
.modal-body { padding: 1.25rem; }

/* Compact Inputs */
.form-floating > .form-control { height: 45px !important; min-height: 45px !important; font-size: 0.9rem; padding-top: 1.25rem !important; padding-bottom: 0.25rem !important; line-height: 1; }
.form-floating > textarea.form-control { height: 80px !important; padding-top: 1.5rem !important; }
.form-floating > label { padding: 0.5rem 0.75rem; font-size: 0.85rem; color: #888; }
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label { transform: scale(0.85) translateY(-0.5rem) translateX(0.1rem); opacity: 1; color: #ff8c00; }
.form-floating > .form-control:focus { border-color: #ff8c00; box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1); }

/* Payment Grid */
.payment-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; margin-bottom: 15px; }
.payment-option-card { border: 1px solid #eee; border-radius: 6px; padding: 8px; text-align: center; cursor: pointer; transition: all 0.2s ease; background: #fff; position: relative; height: 100%; }
.payment-option-card:hover { border-color: #ffdec2; background: #fffaf5; }
.payment-option-card.selected { border-color: #ff8c00; background: #fff8f0; }
.payment-check-badge { position: absolute; top: -6px; right: -6px; background: #ff8c00; color: white; border-radius: 50%; width: 18px; height: 18px; font-size: 10px; display: flex; align-items: center; justify-content: center; }
.payment-name { font-weight: 600; font-size: 0.75rem; color: #444; margin-top: 4px; display: block; }
.section-label { font-size: 0.75rem; font-weight: 700; color: #6c757d; text-transform: uppercase; margin-bottom: 8px; display: block; }


/* =========================================
8. RICH CONTENT
========================================= */
.rich-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.5rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.rich-content iframe, .rich-content video { width: 100%; aspect-ratio: 16 / 9; height: auto; border-radius: 12px; margin: 1.5rem 0; }

/* =========================================
TEAM GROUPING & SLIDING HOVER
========================================= */

/* 1. Filter Buttons */
.cs_team_filter_wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.cs_filter_btn {
    padding: 8px 22px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #eee;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.cs_filter_btn:hover { border-color: #ff8c00; color: #ff8c00; }
.cs_filter_btn.active {
    background: linear-gradient(45deg, rgb(255 51 51), rgb(237, 143, 3));
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

/* 2. Team Card & Sliding Overlay */
.cs_team.cs_style_2 {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    transition: transform 0.3s ease;
}

.cs_team_hover_description {
    position: absolute;
    bottom: -100%; /* Hidden at bottom */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 140, 0, 0.97); /* Solid Aesthetic Orange */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.cs_team_hover_description p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s;
}

/* 3. Interaction */
.cs_team.cs_style_2:hover .cs_team_hover_description {
    bottom: 0; /* Slide Up */
    opacity: 1;
    visibility: visible;
}
.cs_team.cs_style_2:hover .cs_team_hover_description p { opacity: 1; }

/* Simple fade animation for filter switching */
.col-xl-3.col-sm-6 {
    animation: csFadeUp 0.4s ease-out forwards;
}
@keyframes csFadeUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

 /* Gallery Filter Buttons */
.cs_gallery_filter_wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.cs_filter_btn {
    padding: 8px 25px;
    border-radius: 50px;
    border: 1px solid #eee;
    background: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cs_filter_btn.active {
    background: linear-gradient(45deg, rgb(255 51 51), rgb(237, 143, 3));
    color: white;
    border: none;
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3);
}

/* 4-Column Item Styling */
.cs_gallery_item.cs_type_mixed {
    height: 280px; /* Fixed height for consistent 4-column look */
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Video Play Icon */
.cs_video_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3333;
    font-size: 20px;
    z-index: 2;
    transition: all 0.3s ease;
}

.cs_gallery_item:hover .cs_video_play_icon {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ff3333;
    color: #fff;
}

/* Hover Content */
.cs_gallery_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.cs_gallery_item:hover .cs_gallery_text {
    transform: translateY(0);
    opacity: 1;
}

.cs_video_container {
    width: 80vw;
    height: 80vh;
    max-width: 1000px;
    max-height: 560px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .cs_video_container {
        width: 95vw;
        height: 50vh;
    }
}

/* Custom Floating Tooltip Style */
.custom-floating-tooltip {
    position: absolute;
    bottom: 30px; /* Space above the icon */
    left: 50%;
    transform: translateX(-50%);
    background: #fff4e6; /* Light Professional Orange */
    color: #000000;      /* Pure Black Text */
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.4;
    width: 240px;
    z-index: 999;
    text-align: center;
    font-weight: 500; /* Medium weight for clarity */
    border: 1px solid #ffe8cc; /* Subtle border for definition */
    animation: fadeInTooltip 0.2s ease-out;
}

/* Tooltip Animation: Smooth slide up */
@keyframes fadeInTooltip {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Tooltip Arrow pointing down */
.tooltip-arrow-down {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff4e6 transparent transparent transparent;
}

/* Definition for cleaner UI */
.cursor-pointer { cursor: pointer; }


/* Square Social Buttons */
.cs_social_square {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
    color: #fff !important;
    border-radius: 6px; /* Professional rounded square */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cs_social_square:hover {
    background: #fff; /* Flip to white on hover */
    color: var(--accent-color, #ff8c00) !important; /* Use your brand orange */
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Ensure the top header aligns them properly */
.cs_top_header_right {
    display: flex;
    align-items: center;
}


.product-design,
.product-card {
  height: 100%;
  display: flex;
  gap: 10px;
  padding: 15px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  position: relative;
}
.product-design.design2{
  flex-direction: column;
}
.product-design .product-image{
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.product-card .product-img {
    width:100%;
    height: 100px;
}

.product-card .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-content h6 {
    margin: 0 0 10px;
    font-size: 18px !important;
    font-weight: bold !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-content p {
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.price-details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}

.price-details span {
    font-weight: bold;
}

.product-qty {
    display: flex;
    gap: 10px;
    align-items: center;
}

.qtyBtn {
    border: none;
    outline: none;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.qty-wrapper {
    width: 50px;
    height: 26px;
    border-radius: 5px;
    background-color: #ffffff;
    color: var(--main-clr);
    text-align: center;
    cursor: default;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--main-clr);
    overflow: hidden;
}

.qty-wrapper input {
    background-color: transparent !important;
    border-radius: 5px;
    text-align: center;
    outline: none;
    border: none;
    width: 80px !important;
    height: 80px !important;
    padding: 0 !important;
}


.donation-wrapper {
    --gap: 20px;
    --item: 3;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.price-list{
    --gap: 10px;
    --item: 2;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}
.price-item{
    width: calc((100% - ((var(--item) - 1) * var(--gap))) / var(--item));
    height: auto;
    border: 1px solid var(--main-clr);
    background:linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%) !important;
    color: #fff;
    padding: 5px 0;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14px !important;
    cursor: pointer;
}
.price-item.checked span::after {
    content: "\f00c";
    background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%) !important;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}


.cs_btn.cs_style_1{
    font-weight: bold;
    text-transform: uppercase;
}
.cs_site_branding img {
max-height: 60px;
}

.sidebar-video-card {
box-shadow: none !important;
}

.sidebar-video-card div.text-dark{
padding-left: 10px;
margin-left: 15px;
font-size: 20px;
border-left: 4px solid var(--accent);
color: #000;
margin-top: 0.8rem !important;
margin-bottom: 1rem !important;
}

.sidebar-video-card .ratio{
border-radius:20px;
overflow: hidden;
aspect-ratio: 4/3;
height: auto !important;
}

.cause-sticky-nav{
display: none;
}
.cause-banner-wrapper{
height: auto !important;
margin-top: 7.5rem !important;
border-radius: 10px;
}
.swiper-pagination-bullet-active{
background: var(--accent) !important;
}
.cs_cta.cs_style_1{
background: #fff;
padding: 5rem 0;
}
.img-wrapper {
    height: 100% !important;
    aspect-ratio: 4 / 5;
}
.cs_split_header{
margin-bottom: 1rem !important;
}
.head-title {
    border-left: 4px solid var(--accent);
    padding-left: 10px;
    margin-left: 15px;
    font-size: 20px;
}
.cs_custom_hero_btn span {
display: none !important;
}
.cs_partner_card{
padding: 0 !important;
}
.cs_insurance_form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px 10px;
    background: #fff;
}
.cs_header_contact_list li:nth-child(3) {
display: none;
}
.cause-card{
padding: 10px 10px !important;
}
.cause-card-img-wrapper img{
height: 100% !important;
border-radius: 30px;
padding: 10px;
object-fit: scale-down;
}
.cause-card .text-highlight{
font-size: 14px;
}
.cause-card-title{
font-size: 18px;
}
.cause-card-img-wrapper {
object-fit: contain;
width: 25% !important;
min-height: 100px;
border-radius: 1rem;
border: none;
aspect-ratio: 3 / 2;
background-color: #ffffff;
}
.rich-content img{
margin: 0;
}
.rich-content b, strong img {
display: none;
}
.rich-content ul li img {
display: none;
}
.amount-btn {
border-color: #ff8c00;
color: #ff8c00;
background: #fffaf5;
}

li.cause-nav-item {
background-color: #fff;
color: #000;
font-weight: bold;
font-size: 12px;
letter-spacing: 0;
padding: 22px 28px;
line-height: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
display: -moz-box;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
grid-gap: 16px;
gap: 0px;
position: relative;
text-transform: uppercase;
border-radius: 19px;
box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.glass {
position: relative;
width: 100%;
max-width: 500px;
height: 100%;
padding: 30px 10px;
background: linear-gradient(#fff2, transparent);
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
transition: 0.5s;
border-radius: 10px;
margin: 0 auto;
backdrop-filter: blur(10px);
transform: rotate(calc(var(--r) * 1deg));
transition: all 1.5s ease;
}

.cs_hero.cs_style_4 {
height: 100%;
max-height: 1028px;
min-height: 466px;
padding: 3px 0 0px;
}

media screen and (max-width: 991px) {
.cs_height_lg_80 {
height: 35px;
}
.cs_hero.cs_style_4 {  
height: 100%;
min-height: 150px;
 padding: 10px 0 0px;
}
}
@media screen and (min-width: 992px) {
.cs_height_120 {
height: 35px;
}
}
#content-section .rich-content.bg-white {
background: #fff;
box-shadow: 0 15px 30px hsla(0, 0%, 48%, .18);
border-radius: 40px;
padding: 1.5rem;
}
.cs_video_section .container {
background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);
padding: 20px;
border-radius: 20px;
color: #fff;
}
#hero-1770394405049 .cs_hero.cs_style_4 {
min-height: 718px;
}

section#about-1745055748456 {
background-position: 100%;
background-repeat: repeat;
background-size: contain;
}
#about-1745055748456 p.cs_cta_subtitle {
color: white;
}
#about-1745055748456  .cs_cta.cs_style_2 .cs_cta_uptitle{
color: white;
font-size: 50px;
}
div#content-section .rich-content
 {
background: #fff;
box-shadow: 0 15px 30px hsla(0, 0%, 48%, .18);
border-radius: 40px;
padding: 1.5rem;
}
.qty-btn {
background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);
}
.qty-control {
float: right;
margin-top: -15px;}
.cs_team.cs_style_2 {
padding: 16px;
border: 0 solid #e5e7eb;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
text-align: center;
border-radius: 18px;
position: relative;
overflow: hidden;
min-height:100%;
}
img.cs_team_member_thumb {
max-height: 100%;
border-radius: 24px;
height:235px;
width:235px;
}
.cs_site_header.cs_style_1.cs_size_md .cs_main_header_in, .cs_site_header.cs_style_2.cs_size_md .cs_main_header_in
 {
height: 70px;
}
.cs_brand.cs_style_2 img
 {
height: 150px;
}
.cs_address_title {
font-size: 11px !important;
}
.cs_address_text.cs_ternary_color.small.d-flex.align-items-start {
font-size: 11px;
color: white;
text-align: left !important;
}
.cs_footer_grid_item {
color: white;
font-size: 13px;
}
p.cs_section_subtitle.cs_fs_18.text-muted.mx-auto {
max-width: 100% !important;
}
.cs_main_header_in {
height: 65px !important;
}
.cs_top_header_in {
height: 35px !important;
color: #fff;
}
.cause-card-img-wrapper .shadow-sm {
background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%) !important;
font-size: 16px !important;
border-radius: 1rem 1rem 0 0;
}
svg.me-2.text-primary.mt-1.iconify.iconify--mdi {
color: #ffffff !important;
}
 .cs_height_150 {
height: 20px;
}
.cs_bottom_footer {
padding: 7px 0;
}
#cause-1765809142610 .cs_gap_y_30 {
justify-content: center;
}

.rich-content:empty {
display: none;
}
.rich-content:not(:empty) {
display: block;
}
.cs_text_widget p{
font-size: 14px;
}
.cs_copyright a, .cs_footer_links a, .cs_menu_widget a, .cs_text_widget a {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
}
.cs_text_widget img{
height: 60px;
}
.cs_text_widget h3 {
display: none;
}

.cs_widget_title{
border-bottom: 2px solid #7c4dff;
display: inline-block;
padding-bottom: 9px;
font-size: 16px;
}

.cs_address_title{
font-size: 16px !important;
}

.cs_bg_filed.rounded img{
border-radius: 20px;
}
.cs_address_text.cs_ternary_color.small.d-flex.align-items-start,
.cs_footer_grid_item{
font-size: 14px;
}

.cs_footer .cs_footer_grid_5 .cs_footer_grid_item:nth-child(3){
min-width: 200px;
}

.cs_footer .cs_footer_grid_5 .cs_footer_grid_item:first-child,
.cs_footer .cs_footer_grid_5 .cs_footer_grid_item:last-child{
min-width: 280px;
}
.cs_gallery_item{
border-radius: 20px;

}
.cs_nav .cs_nav_list li{
font-weight: bold;
text-transform: uppercase;
}

.sidebar-video-card .ratio {
height: 350px;
}

.mobile-sticky-footer span.text-primary{
color: var(--accent) !important;
}
.mobile-sticky-footer button{
background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%) !important
}
.cs_moving_section{
background: #fff;
padding: 20px;
margin: 0;
}

.cs_brand.cs_style_2 img{
border-radius: 14px;
}

body{
padding: 0 !important;
}
@media only screen and (max-width: 1199px) {
.cs_nav .cs_nav_list_wrap{
padding-top: 120px;
}
}
.accordion-body.rich-content,
.accordion-button {
background: #f8f6ea !important;
color: #000 !important;
padding: 8px 20px !important;
}
.cs_zoom_effect_wrap h2 a {
    font-size: 14px !important;
}


@media only screen and (max-width: 600px) {
body{
padding: 30px 0 0 !important;
}
section#team-1745149410584{
}
.cs_zoom_effect_wrap a.cs_zoom_effect{
height: 120px !important;
}
.cs_zoom_effect_wrap h2 a{
font-size: 12px !important;
}
.cs_footer_main{
padding: 30px 20px;
}
.cs_address_text,
.cs_footer_address_list,
.cs_menu_widget{
padding-left: 12px;
}
.cs_gallery_item{
height: 250px;
}
.cs_section_title {
font-size: 28px !important;
}
.cs_height_lg_80{
height: 30px;
}
.cs_split_header *{
padding: 5px 12px !important;
font-size: 12px;
}
}
&lt;!-- From Global css code --&gt;

.rtl .cs_planing_thumb::before {
  left: initial;
  right: 30%;
}
.rtl .cs_counter_1_wrap.cs_type_1 .cs_counter.cs_style_1:not(:nth-child(4n+0))::before {
  right: initial;
  left: 0;
}
.rtl .cs_hamburger_header.cs_start_right .cs_close_hamburger {
  right: 420px;
}
.rtl .cs_case_study.cs_style_2 .cs_case_study_number {
  margin-right: 0;
  padding-right: 0;
  margin-left: 32px;
  padding-left: 26px;
}
.rtl .cs_case_study.cs_style_2 .cs_case_study_number::after {
  right: initial;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .rtl .cs_nav + .cs_toolbox {
    margin-left: 0px;
    margin-right: 40px;
  }
}
.rtl .cs_radius_50_0_0_0 {
  border-radius: 0 50px 0 0;
}
.rtl .cs_section_heading.cs_style_1 .cs_shape_1 {
  right: initial;
  left: 10%;
}
@media (min-width: 1400px) {
  .rtl .cs_right_sidebar {
    padding-left: 0px;
    padding-right: 80px;
  }
}
.rtl .cs_list.cs_style_5 li {
  padding-left: 0;
  padding-right: 17.5%;
}
@media (max-width: 767px) {
  .rtl .cs_list.cs_style_5 li {
    padding-left: 0px;
    padding-right: 50px;
  }
}
.rtl .cs_list.cs_style_5 li::before {
  left: initial;
  right: 0;
}
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.rtl .widget_archive ul li,
.rtl .widget_categories ul li {
  padding-left: 0;
  padding-right: 35px;
}
.rtl .widget_archive ul li::before,
.rtl .widget_categories ul li::before {
  left: initial;
  right: 0;
}
.rtl .widget_archive ul li::after,
.rtl .widget_categories ul li::after {
  left: initial;
  right: 5px;
  transform: rotateY(180deg) rotate(45deg);
}
.rtl .cs_blog_details blockquote {
  border-left: 0;
  border-right: 5px solid var(--ternary);
}
.rtl .breadcrumb-item {
  display: flex;
}
.rtl .cs_casestudy_details {
  padding-left: 0;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .rtl .cs_casestudy_details {
    padding-right: 0px;
  }
}
@media (min-width: 1400px) {
  .rtl .cs_pr_70 {
    padding-right: 0;
    padding-left: 70px;
  }
}

.booking-success-icon div {
  width: 250px;
  margin: 0 auto;
}

.booking-card {
  border: none;
}

.booking-btn-custom {
  background-color: #28a745;
  color: white;
  border: none;
}

.booking-btn-custom:hover {
  background-color: #218838;
  color: #ffffff;
}

.quick-login-link .cs_btn.cs_style_1 {
  background-color: transparent;
  border: 1px solid var(--ternary);
  color: var(--primary);
  padding: 11px 30px;
}

.quick-login-link .cs_btn.cs_style_1:hover {
  color: #fff;
}

.cs_footer_bg {
  background: #1c2331;
}
.about_us{
  margin: 3rem 0 !important;
  background-color: transparent !important;
}
.text-highlight{
  color: var(--accent);
}

.accordion-body.rich-content, .accordion-button{
line-height: normal !important;
padding: 15px 20px !important;
}

@media only screen and (max-width:600px){
.cs_section_heading.cs_style_2{
display: none;
}
.cs_blog_details h3{
font-size: 26px;
}
#app #banner-1766076631715,
#app #hero-1745044805539{
padding-top: 5rem !important;
}
.cause-banner-wrapper{
margin-top: 5.5rem !important;
}
div#content-section .rich-content{
border-radius: 1rem;
}
.rich-content h2{
font-size: 26px;
}
.rich-content h4{
font-size: 20px;
}
.about_us{
background-size: cover !important;
}
.cs_video_section{
padding: 0 !important;
}
.cs_hero.cs_style_10{
height: 400px !important;
}
#cause-1765809142610 .cs_gap_y_30{
gap: 0 !important;
}
.row.cs_gap_y_30 .col-xl-3.col-lg-4.col-6.my-3:nth-child(2n) {
    padding-left: 0;
}
.accordion-body.rich-content, .accordion-button{
font-size: 14px !important;
}
.cause-card div.text-highlight{
line-height: normal;
margin: 0.5rem 0 0.8rem;
}
.cause-card-img-wrapper{
min-height: 80px !important;
}
.transparency-gallery-section .section-title{
font-size: 1.2rem !important;
}
}
