.header-area.style-four.sticky-on .navbar::after {
    height: 100px;
}
@media only screen and (min-width: 1400px) {

}

@media only screen and (min-width: 1200px) {
    .why-choose-card .overflow-img {
         position: unset; 
    }
}

.header-area.style-four .navbar-nav li > a:hover, .header-area.style-four .navbar-nav li > a:focus {
    color: red;
}
.header-area.style-four .navbar-nav li.touria-dd:hover > a, .header-area.style-four .navbar-nav li.touria-dd:focus > a {
    color: red;
}
.header-area.style-four .navbar-nav li .touria-dd-menu li > a:hover, .header-area.style-four .navbar-nav li .touria-dd-menu li > a:focus {
    color: red;
}

.header-area.style-two .social-nav.style-two a:hover, .header-area.style-two .social-nav.style-two a:focus {
    background-color: #017522;
    border-color: #017522;
}

.header-area.style-two.sticky-on .navbar {
    height: 100px;
}

@media only screen and (min-width: 1400px) {
    .hero-content h2 {
        font-size: 60px;
    }
}

.hero-section.style-three::after {
    background: rgb(20 20 20 / 37%);
}


.footer-card .card-title::before, .footer-card .card-title::after {
    background:red !important;
}
/* Profile Dropdown Styles */
.profile-dropdown {
    position: relative;
    display: inline-block;
}

.profile-toggle {
    background-color: #001670;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 40px;
    border: none;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 22, 112, 0.2);
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-toggle:hover {
    background-color: #00289e;
    color: white;
    box-shadow: 0 6px 16px rgba(0, 22, 112, 0.3);
}

.profile-toggle i {
    font-size: 1.1rem;
}

.profile-toggle .chevron {
    font-size: 0.8rem;
    opacity: 0.9;
    transition: transform 0.2s ease;
}

.profile-dropdown.open .chevron {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu-custom {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background: white;
    min-width: 220px;
    border-radius: 12px;
    padding: 0.5rem 0;
    box-shadow: 0 15px 35px rgba(0, 22, 112, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07);
    border: 1px solid #eef2f6;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.25s ease;
    z-index: 1050;
}

.profile-dropdown.open .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item-custom {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.8rem 1.5rem;
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.dropdown-item-custom i {
    width: 20px;
    color: #001670;
    font-size: 1rem;
    text-align: center;
}

.dropdown-item-custom:hover {
    background-color: #f5f7ff;
    border-left-color: #001670;
    color: #001670;
    text-decoration: none;
}

.dropdown-item-custom.logout-item {
    color: #dc3545;
}

.dropdown-item-custom.logout-item i {
    color: #dc3545;
}

.dropdown-item-custom.logout-item:hover {
    background-color: #fff5f5;
    border-left-color: #dc3545;
    color: #dc3545;
}

/* Small divider between items */
.dropdown-item-custom:first-child {
    border-bottom: 1px solid #f0f0f0;
}


/*. group section code  */

    /* SECTION */
.our-groups-section {
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
}

/* Sky Background */
.groups-bg {
    position: absolute;
    inset: 0;
    background: url('../img/hero-1.jpg') center/cover no-repeat;
    z-index: -2;
}

/* Light overlay like screenshot */
.groups-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 42%);
}

/* TITLE */
.agency-title {
    background: rgba(80,80,80,0.8);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 18px;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* CARD */
.group-card {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: all .35s ease;
}

.group-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform .4s ease;
}

/* Bottom label */
.group-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(40,40,40,0.85);
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-weight: 600;
    font-size: 18px;
}

/* Hover effect (same feel as image) */
.group-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
    .agency-title {
        font-size: 26px;
        padding: 10px 24px;
    }

    .group-card img {
        height: 150px;
    }

    .group-label {
        font-size: 15px;
    }
}


/* SECTION BACKGROUND */
.about-section {
    background: #f3f3f5;
    padding: 100px 0;
    position: relative;
}

/* MOON DECORATION */
.about-moon {
    position: absolute;
    left: -30px;
    bottom: 40px;
    width: 460px;
    opacity: 0.9;
    z-index: 1;
}

/* HANGING LIGHTS */
.about-lights {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    z-index: 1;
}

/* IMAGE CARD */
.about-thumbnail {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.about-img-lg {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}

/* GREY BOTTOM FADE LIKE SCREENSHOT */
.about-thumbnail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
    border-radius: 0 0 30px 30px;
}

/* DOT PATTERN */
.dot-pattern {
    position: absolute;
    width: 160px;
    height: 160px;
    background-image: radial-gradient(#7c7cbe 2px, transparent 2px);
    background-size: 16px 16px;
    left: -30px;
    top: -30px;
    opacity: 0.4;
    z-index: -1;
}

/* SUBTITLE */
.sub-title {
    color: #3b2a7c;
    font-weight: 600;
}

/* HEADING */
.about-heading {
    font-size: 42px;
    font-weight: 700;
    color: #2d2070;
    position: relative;
    display: inline-block;
}

/* YELLOW UNDERLINE HIGHLIGHT */
.about-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 10px;
    background: #e6e08b;
    z-index: -1;
    border-radius: 6px;
}

/* CHECK ICON */
.about-list .icon {
    width: 28px;
    height: 28px;
    background: #2d2070;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* BUTTON */
.about-btn {
    background: #2d2070;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 500;
    transition: .3s;
}

.about-btn:hover {
    background: #1f1556;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .about-moon,
    .about-lights {
        display: none;
    }

    .about-heading {
        font-size: 30px;
    }
}


/* SECTION BACKGROUND */
.services-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(
        to right,
        #f3f3f3 40%,
        #e8e3c9 100%
    );
    overflow: hidden;
}

/* MOSQUE BACKGROUND IMAGE */
.mosque-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    opacity: 0.18;
    pointer-events: none;
}

/* TITLE */
.services-title {
    font-size: 34px;
    font-weight: 700;
    color: #2d2070;
    position: relative;
    display: inline-block;
}

/* underline highlight */
.services-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 80%;
    height: 8px;
    background: #e6e08b;
    border-radius: 5px;
    z-index: -1;
}

/* SERVICE CARD */
.service-card {
    background: #f4f1e6;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    transition: 0.35s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* IMAGE */
.service-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

/* CONTENT */
.service-content {
    padding: 18px 20px 22px;
}

.service-content h5 {
    font-weight: 700;
    color: #2d2070;
    margin-bottom: 8px;
}

.service-content p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* HOVER EFFECT */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .mosque-bg {
        width: 80%;
        opacity: 0.1;
    }
}

/* SECTION BACKGROUND */
.why-choose-section {
    padding: 90px 0;
    background: #f4f4f4;
    text-align: center;
}

/* SMALL TITLE */
.why-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #6c63ff;
}

/* MAIN TITLE */
.why-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d2070;
    margin: 10px 0 15px;
}

/* DESCRIPTION */
.why-desc {
    max-width: 720px;
    margin: auto;
    color: #666;
    font-size: 15px;
}

/* CARD */
.why-card {
    background: #efeff6;
    border-radius: 18px;
    padding: 35px 25px;
    position: relative;
    border: 2px solid #6a5acd;
    transition: 0.35s;
}

/* CORNER SHAPE */
.why-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #e7e1a8;
    border-bottom-left-radius: 80px;
}

/* ICON */
.icon-circle {
    width: 65px;
    height: 65px;
    background: #2d2070;
    color: #ffd400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
}

.why-card h5 {
    color: #2d2070;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: #555;
}

/* HOVER */
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* CTA SECTION */
.travel-cta {
    background: #FF7A1A;
    padding: 35px 0;
}

/* WRAPPER */
.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

/* LEFT */
.cta-left {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.cta-icon {
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* TEXT */
.cta-left h4 {
    margin: 0;
    font-weight: 700;
}

.cta-left p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

/* BUTTONS */
.cta-buttons a {
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
}

/* SIGNUP */
.btn-signup {
    background: #ffd400;
    color: #000;
}

/* LOGIN */
.btn-login {
    border: 2px solid #ffd400;
    color: #ffd400;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cta-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.footer-wrapper.theme-two .footer-card .social-nav a {
    color: black;
    border: 1px solid black;
}

.footer-wrapper::after {
    background: #F4F1E6;
}
.footer-wrapper.theme-two .footer-card .footer-nav li a {
    color: black;
}


.footer-wrapper.theme-two .copyright-wrapper .copyright {
    color: black;
}