.section-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-sub {
    font-size: 18px;
    color: #ccc;
    max-width: 720px;
}

.img-rounded {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.icon-card i {
    font-size: 45px;
    margin-bottom: 15px;
    color: var(--primary-color, #f39c12);
}

.icon-card {
    padding: 25px;
    border-radius: 20px;
    background: #141414;
    transition: 0.3s;
}

.icon-card:hover {
    background: #1f1f1f;
    transform: translateY(-5px);
}

.ministry-card img {
    border-radius: 20px;
    height: 320px;
    object-fit: cover;
    width: 100%;
}

.ministry-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.cta-section {
    background: #111;
    padding: 80px 0;
    text-align: center;
    border-radius: 20px;
}

.trod-hero {
    position: relative;
    width: 100%;
    height: 280px;
    background-image: url('../images/banner-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trod-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.trod-hero-content {
    position: relative;
    z-index: 10;
    padding-top: 30px;
}

.trod-hero-content h1 {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
}

.trod-hero-content p {
    max-width: 750px;
    margin: 20px auto 0;
    color: #e6e6e6;
    font-size: 18px;
}

/* Visit Qatar About Section Style */
/* ABOUT SECTION */
.trod-about-main {
    background: #f8f6f1;
    padding: 90px 0;
}

.trod-about-title {
    font-size: 42px;
    color: #003049;
    font-weight: 600;
}

.trod-about-text {
    max-width: 780px;
    margin: 0 auto;
    font-size: 19px;
    color: #444;
    line-height: 1.8;
}

/* IMAGE ROW */
.trod-image-row {
    background: #f8f6f1;
    padding: 60px 0 80px;
}

.trod-about-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
}

/* DEPARTMENT SECTION */
.trod-dept-section {
    background: #f8f6f1;
    padding: 10px 0;
}

.trod-dept-title {
    font-size: 42px;
    color: #003049;
    font-weight: 600;
}

.trod-dept-text {
    font-size: 18px;
    color: #444;
    margin-top: 20px;
    margin-bottom: 25px;
}

.trod-dept-btn {
    background: #82002b;
    color: #fff;
    padding: 12px 26px;
    border-radius: 8px;
}

/* SWIPER OVERRIDES (VERY IMPORTANT!) */
.deptSwiper {
    overflow: visible !important;
    padding-bottom: 25px;
}

.swiper-slide {
    width: 370px !important;
}

/* CARDS */
.trod-dept-card {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

.trod-dept-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.trod-dept-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.trod-dept-caption h4 {
    color: #fff;
    font-size: 20px;
}

/* ARROWS */
.dept-arrow {
    color: #82002b !important;
}

/* FIX 1 — Move arrows *outside* the slider like Visit Qatar */
.deptSwiper .swiper-button-prev,
.deptSwiper .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    color: #82002b !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Position PREV arrow to the LEFT */
.deptSwiper .swiper-button-prev {
    left: -30px;
}

/* Position NEXT arrow to the RIGHT */
.deptSwiper .swiper-button-next {
    right: -30px;
}

/* FIX 2 — Remove overlap issue */
.trod-dept-card {
    position: relative;
    overflow: visible; /* allows caption to stay clean */
}

.trod-dept-caption {
    z-index: 3;
}

.deptSwiper .swiper-button-next::after,
.deptSwiper .swiper-button-prev::after {
    font-size: 18px; /* reduce arrow icon size */
}

/* Add space on the left of slider so arrow does NOT touch text */
.deptSwiper {
    padding-left: 50px !important;
    padding-right: 50px !important;
    overflow: visible;
}

/* Keep arrows aligned but NOT inside the text */
.deptSwiper .swiper-button-prev {
    left: 0px !important;
}

.deptSwiper .swiper-button-next {
    right: 0px !important;
}

/* Keep arrows circular and clean */
.deptSwiper .swiper-button-prev,
.deptSwiper .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #82002b;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    z-index: 20;
}

.deptSwiper {
    margin-top: 40px; /* pushes slider DOWN */
    padding-top: 20px;
}

.trod-dept-card img {
    height: 320px !important; /* reduce height so the slider stops shifting */
}

/* STORY SECTION (Visit Qatar Style) */
.trod-story-section {
    background: #f8f6f1; /* Qatar cream background */
    padding: 100px 0;
}

.trod-story-title {
    font-size: 42px;
    color: #003049; /* Qatar blue */
    font-weight: 600;
    margin-bottom: 20px;
}

.trod-story-text {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 550px;
}

/* IMAGE STYLING */
.trod-story-img-wrapper {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    transition: 0.3s ease;
}

.trod-story-img-wrapper:hover {
    transform: translateY(-6px); /* subtle hover lift */
}

.trod-story-img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 22px;
}

/* BUTTON */
.trod-story-btn {
    background: #82002b; /* Your TROD brand */
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.trod-story-btn:hover {
    background: #a20036;
    color: #fff;
}

/* PREMIUM DIVIDER WRAPPER */
.trod-divider-section {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url("../images/banner-2.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    animation: dividerZoom 12s ease-in-out infinite alternate;
}

/* Smooth Zoom Animation */
@keyframes dividerZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.06);
    }
}

/* Dark + Gold-Tint Gradient */
.trod-divider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.3)
    );
    z-index: 2;
}

/* TEXT CONTENT */
.trod-divider-content {
    position: relative;
    z-index: 5;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.trod-divider-content h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.trod-divider-content p {
    font-size: 20px;
    color: #f7f7f7;
    margin-top: 12px;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

/* CURVED BOTTOM TRANSITION */
.trod-divider-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #f8f6f1;
    border-top-left-radius: 100% 40px;
    border-top-right-radius: 100% 40px;
    z-index: 4;
}

/* PURPOSE SECTION — Visit Qatar Style */
.trod-purpose-section {
    background: #f8f6f1;
    padding: 0 0 60px;
    position: relative;
}

.trod-purpose-title {
    font-size: 44px;
    font-weight: 600;
    color: #003049;
}

.trod-purpose-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin: 10px auto 0;
    line-height: 1.7;
}

/* Purpose Cards */
.purpose-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 40px 30px;
    text-align: center;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.purpose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

/* Icon Container */
.purpose-icon {
    width: 80px;
    height: 80px;
    background: #fff3f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.purpose-icon i {
    font-size: 34px;
    color: #82002b; /* TROD brand color */
}

/* Card Text */
.purpose-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #003049;
    margin-bottom: 12px;
}

.purpose-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

/* MINISTRY SECTION — Visit Qatar Style */
.trod-ministries-section {
    background: #f8f6f1;
    padding: 40px 0;
}

.trod-ministries-title {
    font-size: 44px;
    font-weight: 600;
    color: #003049;
}

.trod-ministries-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 15px auto 0;
    line-height: 1.7;
}

/* Ministry Card */
.trod-ministry-card {
    background: #ffffff;
    border-radius: 26px;
    padding-bottom: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transition: 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.trod-ministry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.11);
}

/* IMAGE WRAPPER */
.trod-ministry-img-wrapper {
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.trod-ministry-img-wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .5s ease;
}

.trod-ministry-card:hover img {
    transform: scale(1.08);
}

/* Text Styling */
.trod-ministry-card h4 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #003049;
}

.trod-ministry-card p {
    margin-top: 8px;
    font-size: 16px;
    color: #777;
}

/* JOIN US THIS SUNDAY — Visit Qatar Style */
.trod-join-section {
    background: #f8f6f1; /* Qatar cream */
    padding: 100px 0;
}

.trod-join-img {
    width: 100%;
    height: 360px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    transition: .3s ease;
}

.trod-join-img:hover {
    transform: translateY(-6px);
}

/* TEXT */
.trod-join-title {
    font-size: 42px;
    font-weight: 600;
    color: #003049; /* Qatar blue */
    margin-bottom: 15px;
}

.trod-join-text {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 500px;
}

/* Button */
.trod-join-btn {
    background: #82002b;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.trod-join-btn:hover {
    background: #a00035;
}

/* GALLERY SECTION */
.trod-gallery-section {
    background: #f8f6f1;
    padding: 100px 0;
}

.trod-gallery-title {
    font-size: 44px;
    font-weight: 600;
    color: #003049;
}

.trod-gallery-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin: 10px auto 40px;
    line-height: 1.7;
}

.trod-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.trod-gallery-item img {
    transition: transform .4s ease;
    border-radius: 20px;
}

.trod-gallery-item:hover img {
    transform: scale(1.08);
}

@media (max-width: 992px) {
    .trod-gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .trod-gallery-grid {
        column-count: 1;
    }
}

/* PAGE SECTIONS */
.trod-contact-section,
.trod-form-section {
    background: #f8f6f1;
    padding: 80px 0;
}

/* TITLES */
.trod-contact-title,
.trod-form-title {
    font-size: 42px;
    font-weight: 600;
    color: #003049;
}

.trod-contact-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin: 10px auto 20px;
}

/* CONTACT CARDS */
.trod-contact-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.trod-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.trod-contact-icon {
    width: 75px;
    height: 75px;
    background: #fff3f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.trod-contact-icon i {
    font-size: 32px;
    color: #82002b;
}

/* FORM */
.trod-input {
    border-radius: 12px !important;
    padding: 12px 14px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.trod-submit-btn {
    background: #82002b;
    color: #fff;
    padding: 12px 26px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600;
}

.trod-submit-btn:hover {
    background: #a00035;
    color: #fff;
}

/* MAP */
.trod-map-wrapper {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* LIVESTREAM SECTION */
.trod-livestream-section {
    background: #f8f6f1;
    padding: 80px 0;
}

.trod-live-title {
    font-size: 42px;
    font-weight: 600;
    color: #003049;
}

.trod-live-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin: 10px auto 0;
}

/* Video Container */
.trod-live-card {
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* UPCOMING SERVICES */
.trod-upcoming-section {
    background: #f8f6f1;
    padding: 80px 0;
}

.trod-upcoming-title {
    font-size: 40px;
    font-weight: 600;
    color: #003049;
}

.trod-upcoming-subtitle {
    font-size: 18px;
    color: #555;
}

.trod-upcoming-card {
    background: #fff;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    text-align: center;
    transition: .3s;
}

.trod-upcoming-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.trod-upcoming-card h4 {
    color: #003049;
    font-size: 22px;
    font-weight: 600;
}

.trod-upcoming-card .time {
    color: #82002b;
    font-weight: 600;
    margin-top: 5px;
}

.trod-upcoming-card .desc {
    margin-top: 10px;
    color: #555;
}

/* Make livestream video fill container */
.trod-live-card {
    background: #fff;
    border-radius: 22px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.trod-live-card .ratio {
    width: 100%;
}

.trod-live-card iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.trod-donate-section {
    background: #f8f6f1;
    padding: 80px 0;
}

.trod-donate-title {
    font-size: 36px;
    font-weight: 600;
    color: #003049;
}

.trod-donate-text {
    color: #555;
    font-size: 17px;
}

.trod-input {
    background: #fff;
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.trod-submit-btn {
    background: #82002b;
    color: #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s;
}

.trod-submit-btn:hover {
    background: #a00035;
}

/* BANK PANEL */
.trod-bank-title {
    font-size: 32px;
    font-weight: 600;
    color: #003049;
}

.trod-bank-box {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.bank-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.bank-icon {
    background: #ffe7d1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b14a00;
    font-size: 20px;
}

.bank-item small {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #777;
}

.bank-item h4 {
    margin: 0;
    color: #003049;
    font-weight: 600;
}

/* Dropdown Styling */
.navbar-nav .dropdown-menu {
    background: #0e0e0e;
    border-radius: 10px;
    padding: 10px 0;
    border: 1px solid rgba(255,255,255,0.1);
}

.navbar-nav .dropdown-item {
    padding: 10px 20px;
    color: #f5f5f5 !important;
    font-size: 15px;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item.active {
    background-color: #82002b !important;
    color: #fff !important;
}
.dropdown-toggle::after {
    margin-left: 6px;
}

.navbar {
    position: relative;
    z-index: 999999 !important;
}

.navbar .dropdown-menu {
    position: absolute;
    z-index: 999999 !important;
}

/* Fix modal background to white */
.modal-content {
    background: #ffffff !important;
    color: #333 !important;
}

/* Fix input text color */
.modal-content .form-control {
    background: #ffffff !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
}

/* Fix modal close button if needed */
.modal-header .close,
.modal-header .btn-close {
    color: #333 !important;
}
