/* Karnal Immigration Consultancy - Custom Styles */
:root {
    --primary-red: #dc3545;
    --dark-red: #c82333;
    --white: #ffffff;
    --black: #000000;
    --dark-gray: #212529;
    --light-gray: #f8f9fa;
    /* Slider Heading Colors - Change these values to customize */
    --slider-heading-color: #000000; /* Black - Change to any color you want */
    --slider-text-color: #ffffff; /* White for description text */
}

/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 148px; /* Increased for top strip + taller navbar */
    color: var(--black);
    background-color: #ffffff;
}

/* Home Page Background */
body.home-page {
    background-color: #e9ecef;
    background: linear-gradient(to bottom, #e9ecef 0%, #dee2e6 100%);
}

/* Section Headings - Optimized Fonts */
section .display-4 {
    font-size: 2.5rem !important;
    line-height: 1.2;
}

section .display-5 {
    font-size: 2rem !important;
    line-height: 1.3;
}

section h2.fw-bold,
section h2:not(.display-4):not(.display-5) {
    font-size: 1.75rem !important;
    line-height: 1.4;
}

section h3,
section h3.text-muted,
section h3.h4 {
    font-size: 1.3rem !important;
    line-height: 1.5;
}

section h4 {
    font-size: 1.25rem !important;
    line-height: 1.5;
}

section h5 {
    font-size: 1.15rem !important;
    line-height: 1.5;
}

section .lead {
    font-size: 1.1rem !important;
    font-weight: 400;
    line-height: 1.6;
}

    .page-header .display-4 {
        font-size: 2.75rem !important;
        line-height: 1.2;
    }

    .page-header .lead {
        font-size: 1.2rem !important;
        font-weight: 400;
    }

    /* Page Header Responsive */
    @media (max-width: 768px) {
        .page-header {
            padding-top: 180px !important;
            padding-bottom: 60px !important;
            min-height: 300px;
            background-attachment: scroll;
        }

        .page-header .display-4 {
            font-size: 2rem !important;
        }

        .page-header .lead {
            font-size: 1rem !important;
        }

        .breadcrumb {
            padding: 0.5rem 1rem;
            font-size: 0.85rem;
        }

        .breadcrumb-item + .breadcrumb-item::before {
            padding: 0 0.5rem;
            font-size: 1rem;
        }
    }

/* Text Justification for Main Content */
section p,
section .lead,
.about-content p,
.service-card p,
.card-body p,
.container p:not(.text-center):not(.text-start):not(.text-end),
.col-lg-8 p,
.col-lg-6 p,
.col-md-8 p,
.col-md-6 p {
    text-align: justify;
    text-justify: inter-word;
}

/* Exclude specific elements from justification */
.text-center p,
.text-start p,
.text-end p,
.nav-link p,
.btn p,
.list-unstyled p,
footer p,
.top-strip p {
    text-align: inherit;
}

/* Top Black Strip */
.top-strip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 0;
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    color: var(--white);
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.social-icon:hover {
    color: var(--white);
    background: var(--primary-red);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
}

.top-contact-buttons {
    font-size: 0.875rem;
    gap: 10px;
}

.top-strip-btn {
    color: var(--white);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 6px 14px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    font-size: 0.85rem;
    white-space: nowrap;
}

.top-strip-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.top-strip-btn .btn-text {
    display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-strip-btn .btn-hover-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    font-weight: 600;
}

.top-strip-btn:hover {
    background: var(--primary-red);
    border-color: var(--primary-red);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.top-strip-btn:hover i {
    transform: scale(1.1);
}

.top-strip-btn:hover .btn-text {
    opacity: 0;
    transform: translateY(-20px);
}

.top-strip-btn:hover .btn-hover-text {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.email-btn:hover {
    background: linear-gradient(135deg, var(--primary-red), #ff6b7a);
}

.phone-btn:hover {
    background: linear-gradient(135deg, var(--primary-red), #ff6b7a);
}

/* Premium Navbar Styles */
.premium-navbar {
    background-color: var(--white) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 1rem 0;
    min-height: 80px;
    top: 48px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.98) !important;
}

.premium-navbar.scrolled {
    box-shadow: 0 6px 30px rgba(0,0,0,0.12);
    padding: 0.75rem 0;
}

.premium-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.premium-navbar .navbar-brand {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.premium-navbar .navbar-toggler {
    border: 2px solid var(--primary-red);
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
}

.premium-navbar .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .premium-navbar .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: auto;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .premium-navbar .navbar-nav {
        margin: 0 auto;
        flex-direction: row;
        width: auto;
        gap: 0;
    }

    .premium-navbar .navbar-nav .nav-item {
        width: auto;
    }

    .premium-navbar .d-lg-block {
        margin-left: 1rem;
    }
}

.navbar-logo {
    height: 55px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.navbar-logo:hover {
    transform: scale(1.05);
}

.brand-text {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--black);
}

/* Premium Nav Link Styles */
.nav-link-premium {
    position: relative;
    font-weight: 500;
    margin: 0 3px;
    color: var(--black) !important;
    padding: 0.6rem 1.2rem !important;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: inline-block;
}

.nav-link-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-red), var(--dark-red));
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    z-index: -1;
}

.nav-link-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-red);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-premium:hover::before {
    left: 0;
}

.nav-link-premium:hover::after {
    width: 100%;
}

.nav-link-premium:hover {
    color: var(--white) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
}

.nav-link-premium .nav-link-text {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.nav-link-premium:hover .nav-link-text {
    transform: translateX(2px);
    font-weight: 600;
}

/* Active State */
.nav-link-premium.active {
    background: linear-gradient(135deg, var(--primary-red), var(--dark-red));
    color: var(--white) !important;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.nav-link-premium.active::before {
    opacity: 1;
    transform: scale(1);
}

/* Premium Button Style Nav Link */
.nav-link-btn-premium {
    position: relative;
    font-weight: 600;
    margin: 0 3px;
    color: var(--white) !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: 25px;
    background: linear-gradient(135deg, var(--primary-red), var(--dark-red));
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: inline-block;
}

.nav-link-btn-premium::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.nav-link-btn-premium:hover::before {
    width: 300px;
    height: 300px;
}

.nav-link-btn-premium:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.5);
    background: linear-gradient(135deg, var(--dark-red), var(--primary-red));
}

.nav-link-btn-premium .nav-link-text {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.nav-link-btn-premium:hover .nav-link-text {
    transform: scale(1.1);
}

/* Premium Dropdown Menu */
.dropdown-menu-premium {
    border: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    background: var(--white);
    animation: dropdownFadeIn 0.3s ease;
    min-width: 220px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Smooth hover transitions for desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu-premium {
        display: block !important;
        opacity: 1;
        transform: translateY(0);
    }
    
    .navbar .dropdown .dropdown-menu-premium {
        pointer-events: auto;
    }
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* PNP Dropdown Mega Menu - Two Column Design */
.pnp-dropdown-mega {
    min-width: 500px !important;
    max-width: 550px !important;
    padding: 0 !important;
    overflow: hidden !important;
    left: auto !important;
    right: auto !important;
}

/* Adjust dropdown position on smaller screens to prevent overflow */
@media (max-width: 1200px) {
    .pnp-dropdown-mega {
        min-width: 450px !important;
        max-width: 500px !important;
    }
}

@media (max-width: 991.98px) {
    .pnp-dropdown-mega {
        min-width: 400px !important;
        max-width: 450px !important;
    }
}

.pnp-dropdown-header {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.05), rgba(220, 53, 69, 0.02));
    border-bottom: 1px solid rgba(220, 53, 69, 0.1);
    overflow: hidden;
}

.pnp-dropdown-header .dropdown-item-premium {
    padding: 0.5rem 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pnp-dropdown-content {
    padding: 0.5rem 0;
    overflow: hidden;
}

.pnp-dropdown-content .row {
    margin: 0;
    overflow: hidden;
}

.pnp-dropdown-column {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    min-width: 0;
}

.pnp-dropdown-column:last-child {
    border-right: none;
}

.pnp-dropdown-column .dropdown-item-premium {
    padding: 0.65rem 1rem;
    margin: 0;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.pnp-dropdown-column .dropdown-item-premium:hover {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.08), rgba(220, 53, 69, 0.03));
    border-left-color: var(--primary-red);
    color: var(--primary-red);
    padding-left: 1.25rem;
}

.dropdown-item-premium {
    padding: 0.75rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--black);
    position: relative;
    border-radius: 0;
    margin: 0 0.5rem;
    border-radius: 6px;
}

.dropdown-item-premium::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--primary-red);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    border-radius: 0 4px 4px 0;
}

.dropdown-item-premium:hover {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.1), transparent);
    color: var(--primary-red);
    transform: translateX(5px);
    padding-left: 2rem;
}

.dropdown-item-premium:hover::before {
    transform: scaleY(1);
}

/* Nested Dropdown Submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-item-premium {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Remove down arrow from submenu items */
.dropdown-submenu > .dropdown-item-premium::after {
    display: none !important;
}

.dropdown-submenu > .dropdown-item-premium .bi-chevron-right {
    transition: transform 0.3s ease;
    font-size: 0.75rem;
    margin-left: auto;
    padding-left: 0.5rem;
}

.dropdown-submenu:hover > .dropdown-item-premium .bi-chevron-right {
    transform: translateX(3px);
}

.dropdown-submenu-premium {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0.5rem;
    min-width: 220px;
    background: var(--white);
    border: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 0.5rem 0;
    display: none;
    z-index: 1000;
    animation: dropdownFadeIn 0.3s ease;
}

.dropdown-submenu:hover > .dropdown-submenu-premium {
    display: block;
}

.dropdown-submenu-premium .dropdown-item-premium {
    margin: 0 0.5rem;
}

/* Adjust submenu position on right edge */
.dropdown-submenu.dropdown-submenu-end > .dropdown-submenu-premium {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.5rem;
}

/* Mobile: Stack submenus */
@media (max-width: 991.98px) {
    .dropdown-submenu-premium {
        position: static !important;
        margin-left: 1.5rem !important;
        margin-top: 0.25rem !important;
        margin-right: 0 !important;
        box-shadow: none !important;
        border-left: 2px solid rgba(220, 53, 69, 0.2);
        border-radius: 0 !important;
        padding-left: 1rem !important;
        min-width: auto !important;
    }
    
    .dropdown-submenu:hover > .dropdown-submenu-premium {
        display: block;
    }
    
    .dropdown-submenu > .dropdown-item-premium {
        cursor: pointer;
    }
}

/* Navbar Toggler */
.navbar-toggler {
    border: 2px solid var(--primary-red);
    border-radius: 8px;
    padding: 0.4rem 0.6rem;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background: var(--primary-red);
    transform: scale(1.05);
}

.navbar-toggler:hover .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28220, 53, 69, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: all 0.3s ease;
}

/* Hero Slider - Exact Dimensions */
.hero-slider {
    margin-top: -148px; /* Adjusted for top strip + navbar */
    width: 100%;
    height: 700px; /* Exact height: 700px */
    position: relative;
    z-index: 1;
}

.hero-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3));
    z-index: 2;
    pointer-events: none;
}

/* Hero Carousel Item - Specific to Hero Section Only */
#heroCarousel .carousel-item,
.hero-slider .carousel-item {
    width: 100%;
    height: 700px; /* Exact height: 700px for hero */
}

.hero-slide {
    width: 100%;
    height: 700px; /* Exact height: 700px */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)); /* 20% black transparency */
    padding-top: 80px; /* Move content down */
}

.hero-slide .container {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align to left */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 3rem;
    padding-right: 3rem;
}

/* Responsive Slider Heights - Exact Dimensions */
@media (max-width: 991.98px) {
    .hero-slider {
        width: 100%;
        height: 500px; /* Exact height: 500px for tablet */
    }
    
    /* Hero Carousel Item - Tablet */
    #heroCarousel .carousel-item,
    .hero-slider .carousel-item {
        width: 100%;
        height: 500px; /* Exact height: 500px for tablet */
    }
    
    
    .hero-slide {
        width: 100%;
        height: 500px; /* Exact height: 500px for tablet */
    }
    
    .hero-slide .container {
        box-sizing: border-box;
        overflow: hidden;
        padding-left: 2rem;
        padding-right: 2rem;
}

.hero-content {
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* ============================================
   MOBILE SLIDER - SEPARATE FROM TABLET
   ============================================
   All styles below are ONLY for mobile (below 768px)
   Text content sizes can be adjusted independently
   ============================================ */
@media (max-width: 767.98px) {
    .hero-slider {
        width: 100% !important;
        height: 400px !important; /* Exact height: 400px for mobile */
        margin-top: -110px !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* Hero Carousel Item - Mobile */
    #heroCarousel .carousel-item,
    .hero-slider .carousel-item {
        width: 100% !important;
        height: 400px !important; /* Exact height: 400px for mobile */
        overflow: visible !important;
    }
    
    
    .hero-slide {
        width: 100% !important;
        height: 400px !important; /* Exact height: 400px for mobile */
        padding-top: 20px !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
        position: relative !important;
    }
    
    .hero-slide .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin: 0 auto !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0.75rem !important;
        position: relative !important;
        z-index: 2 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .hero-content {
        width: 70% !important;
        max-width: 70% !important;
        flex: 0 0 70% !important;
        padding: 0 !important;
        padding-right: 0.5rem !important;
        padding-top: 0 !important;
        text-align: left !important; /* Left align on mobile */
        margin: 0 !important;
        position: relative !important;
        z-index: 3 !important;
        display: block !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
    }
    
    /* Hero Image Container for Mobile */
    .hero-image-container {
        width: 30% !important;
        max-width: 30% !important;
        flex: 0 0 30% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0.5rem !important;
        position: relative !important;
        z-index: 3 !important;
        box-sizing: border-box !important;
    }
    
    .hero-image-container img {
        width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
        object-fit: contain !important;
        border-radius: 10px !important;
    }
    
    /* Mobile Slider Text - Override for better mobile readability */
    .hero-content h1,
    .hero-content h1.display-3 {
        font-size: clamp(0.9rem, 3vw, 1.1rem) !important; /* Mobile: 0.9rem to 1.1rem */
        margin-bottom: 0.4rem !important;
        padding: 0 !important;
        display: block !important;
    }
    
    .hero-content .lead {
        font-size: clamp(0.65rem, 2vw, 0.85rem) !important; /* Mobile: 0.65rem to 0.85rem */
        line-height: 1.3 !important;
        margin-bottom: 0.5rem !important;
        padding: 0 !important;
        display: block !important;
    }
    
    .hero-content .btn {
        padding: 0.4rem 0.8rem !important;
        font-size: clamp(0.6rem, 1.5vw, 0.75rem) !important; /* Mobile: 0.6rem to 0.75rem */
        width: auto !important;
        max-width: 100% !important;
        display: inline-block !important;
        white-space: normal !important;
        position: relative !important;
        z-index: 4 !important;
    }
    
    /* Ensure carousel is visible */
    #heroCarousel {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    #heroCarousel .carousel-inner {
        display: block !important;
        visibility: visible !important;
    }
    
    #heroCarousel .carousel-item {
        display: block !important;
        visibility: visible !important;
    }
    
    #heroCarousel .carousel-item.active {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Carousel indicators visible on mobile */
    #heroCarousel .carousel-indicators {
        display: flex !important;
        visibility: visible !important;
        z-index: 5 !important;
    }
    
    /* Carousel controls visible on mobile */
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        display: flex !important;
        visibility: visible !important;
        opacity: 0.7 !important;
        z-index: 5 !important;
    }
}

/* Extra small devices */
@media (max-width: 575.98px) {
    /* Hero Slider - Extra Small Mobile */
    .hero-slider,
    #heroCarousel .carousel-item,
    .hero-slider .carousel-item,
    .hero-slide {
        height: 400px !important;
    }
    
    .hero-slide .container {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        gap: 0.5rem !important;
    }
    
    .hero-content {
        padding-right: 0.4rem !important;
    }
    
    .hero-image-container {
        padding-left: 0.4rem !important;
    }
    
    /* Extra Small Mobile - Minimum sizes */
    .hero-content h1,
    .hero-content h1.display-3 {
        font-size: clamp(1.3rem, 2.5vw, 1rem) !important;
    }
    
    .hero-content .lead {
        font-size: clamp(0.6rem, 1.8vw, 0.75rem) !important;
    }
    
    .hero-content .btn {
        font-size: clamp(0.55rem, 1.2vw, 0.7rem) !important;
        padding: 0.35rem 0.7rem !important;
    }
}

/* ============================================
   SLIDER TEXT CONTENT - RESPONSIVE FONTS
   ============================================
   Responsive font sizes using clamp() for smooth scaling
   ============================================ */
.hero-content {
    font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    z-index: 2;
    animation: fadeInUp 1s ease;
    padding-top: 40px; /* Additional spacing to move content down */
    text-align: left; /* Left align content */
    max-width: 50%; /* Allow space for image on right */
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Responsive Slider Heading - Smooth scaling from mobile to desktop */
.hero-content h1.display-3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(1rem, 2.5vw + 0.5rem, 3.5rem); /* Responsive: 1rem (mobile) to 3.5rem (desktop) */
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #ffffff !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0px 0px 15px rgba(0, 0, 0, 0.5);
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Responsive Slider Description - Smooth scaling from mobile to desktop */
.hero-content .lead {
    font-family: 'Inter', 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(0.7rem, 1.2vw + 0.3rem, 1.25rem); /* Responsive: 0.7rem (mobile) to 1.25rem (desktop) */
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: black !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Tablet Adjustments (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-content h1.display-3 {
        font-size: clamp(1.8rem, 2vw, 1.8rem); /* Tablet: 1.2rem to 1.8rem */
        letter-spacing: -0.3px;
    }
    
    .hero-content .lead {
        font-size: clamp(0.85rem, 1vw, 1rem); /* Tablet: 0.85rem to 1rem */
        line-height: 1.5;
    }
}


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

/* Page Header */
.page-header {
    margin-top: -148px; /* Adjusted for top strip + navbar */
    padding-top: 220px !important;
    padding-bottom: 100px !important;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/images/banner1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 0;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    margin-bottom: 1.5rem;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--white);
}

.breadcrumb-item.active {
    color: var(--white);
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0.75rem;
    font-size: 1.2rem;
    line-height: 1;
}

/* Service Cards */
.service-card {
    padding: 0;
    border-radius: 15px;
    background: #e1e1e1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.3);
}

.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(220, 53, 69, 0.7), rgba(220, 53, 69, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-overlay-icon {
    font-size: 4rem;
    color: var(--white);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.service-card:hover .service-overlay-icon {
    transform: scale(1);
}

.service-card h4 {
    padding: 1.5rem 1.5rem 0.5rem;
    color: var(--dark-gray);
}

.service-card p {
    padding: 0 1.5rem;
    color: #6c757d;
    line-height: 1.6;
}

.service-card ul {
    padding: 0 1.5rem;
}

.service-card ul li {
    padding: 0.25rem 0;
    font-size: 0.9rem;
}

.service-card .text-center {
    padding: 0 1.5rem 1.5rem;
}

.service-card .btn {
    margin: 0;
    padding: 0.4rem 1.5rem;
    font-size: 0.875rem;
}

.service-icon {
    font-size: 3rem;
    color: var(--primary-red);
}

.service-feature {
    transition: all 0.3s ease;
}

.service-feature:hover {
    background-color: var(--light-gray);
    border-color: var(--primary-red) !important;
}

/* PNP Cards - Simplified Design */
.pnp-card {
    padding: 0;
    border-radius: 15px;
    background: #e1e1e1;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pnp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(220, 53, 69, 0.25);
}

/* PNP Image Wrapper */
.pnp-image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.pnp-card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.pnp-card:hover .pnp-card-image {
    transform: scale(1.08);
}

/* PNP Card Content */
.pnp-card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: -1px;
}

.pnp-card-content h4 {
    color: var(--dark-gray);
    font-weight: 600;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.pnp-card-content p {
    color: #6c757d;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 0;
}

.pnp-card-content .text-center {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 1rem;
    margin-top: 1rem;
}

.pnp-card-content .btn {
    margin-top: auto;
    align-self: center;
}

/* Responsive adjustments for PNP cards */
@media (max-width: 768px) {
    .pnp-card-image {
        height: 200px;
    }
    
    .pnp-card-content {
        padding: 1.25rem;
    }
}

/* Review Mirror Section */
.review-card {
    background: #e1e1e1;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: visible;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Client Image Icon in Right Corner - Round */
.review-client-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.review-card:hover .review-client-image {
    border-color: var(--primary-red);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.review-card:hover .review-client-image img {
    transform: scale(1.05);
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-red), var(--dark-red));
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.review-card:hover::before {
    transform: scaleY(1);
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.15);
    border-color: rgba(220, 53, 69, 0.2);
}

.review-header {
    position: relative;
    z-index: 1;
}

.review-stars {
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.review-text {
    color: #6c757d;
    line-height: 1.8;
    font-style: italic;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.review-footer {
    text-align: right;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.review-footer i {
    position: absolute;
    bottom: -10px;
    right: -10px;
    opacity: 0.1;
}

/* Review Carousel */
#reviewCarousel {
    position: relative;
    padding: 1rem 0 0;
    margin-bottom: 0;
    overflow: visible;
}

#reviewCarousel .carousel-inner {
    padding: 1rem 0 0;
    margin-bottom: 0;
    overflow: visible;
}

#reviewCarousel .carousel-item {
    transition: transform 0.6s ease-in-out;
    margin-bottom: 0;
}


#reviewCarousel .carousel-control-prev,
#reviewCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: var(--primary-red);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

#reviewCarousel .carousel-control-prev {
    left: 10px;
}

#reviewCarousel .carousel-control-next {
    right: 10px;
}

#reviewCarousel .carousel-control-prev:hover,
#reviewCarousel .carousel-control-next:hover {
    opacity: 1;
    background-color: var(--dark-red);
    transform: translateY(-50%) scale(1.1);
}

#reviewCarousel .carousel-control-prev-icon,
#reviewCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

#reviewCarousel .carousel-indicators {
    margin-bottom: 0.5rem;
    position: relative;
    bottom: auto;
    z-index: 5;
}

#reviewCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-red);
    opacity: 0.3;
    transition: all 0.3s ease;
}

#reviewCarousel .carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.2);
}

/* Responsive adjustments for Review Carousel */
@media (max-width: 991.98px) {
    #reviewCarousel {
        padding: 1rem 0 0;
        overflow: visible;
    }
    
    #reviewCarousel .carousel-control-prev {
        left: 10px;
    }
    
    #reviewCarousel .carousel-control-next {
        right: 10px;
    }
    
    #reviewCarousel .carousel-control-prev,
    #reviewCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    #reviewCarousel .carousel-control-prev-icon,
    #reviewCarousel .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }
    
    #reviewCarousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    #reviewCarousel {
        padding: 0.5rem 0 0;
        margin-bottom: 0;
        overflow: visible;
    }
    
    #reviewCarousel .carousel-control-prev {
        left: 5px;
    }
    
    #reviewCarousel .carousel-control-next {
        right: 5px;
    }
    
    #reviewCarousel .carousel-control-prev,
    #reviewCarousel .carousel-control-next {
        width: 35px;
        height: 35px;
    }
    
    #reviewCarousel .carousel-indicators {
        margin-bottom: 0.5rem;
        position: relative;
        bottom: auto;
    }
}

/* Instagram Reels Section */

.instagram-placeholder {
    padding: 3rem 2rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    margin: 0 auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.instagram-reel-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: var(--white);
    width: 100%;
    aspect-ratio: 9/16;
    margin: 0 auto;
}

/* Instagram embed blockquote styling */
.instagram-reel-item blockquote.instagram-media {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 12px !important;
    display: block !important;
}

.instagram-reel-item iframe {
    width: 100% !important;
    min-width: 100% !important;
    border-radius: 12px !important;
}

.instagram-reel-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.2);
}

.instagram-reel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-reel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-reel-item:hover .instagram-reel-overlay {
    opacity: 1;
}

.instagram-reel-overlay i {
    color: var(--white);
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.instagram-reel-overlay span {
    color: var(--white);
    font-weight: 600;
}


.pnp-stream-card {
    transition: all 0.3s ease;
}

.pnp-stream-card:hover {
    background-color: var(--light-gray);
    border-color: var(--primary-red) !important;
}

/* Process Steps */
.process-steps {
    position: relative;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-red);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.step-content h5 {
    color: var(--primary-red);
    font-weight: 600;
}

/* Section Styling - Alternating Backgrounds with Visual Appeal */
.section-white {
    background-color: var(--white);
    position: relative;
    padding: 5rem 0 0 !important;
    margin: 3rem 0 0 0;
    margin-bottom: 0 !important;
    border-radius: 0;
    box-shadow: 
        0 -3px 15px rgba(0, 0, 0, 0.08),
        0 3px 15px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    overflow: hidden;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    background-image: 
        linear-gradient(var(--white), var(--white)),
        radial-gradient(circle at top right, rgba(220, 53, 69, 0.03) 0%, transparent 50%),
        radial-gradient(circle at bottom left, rgba(220, 53, 69, 0.03) 0%, transparent 50%);
    background-size: 100% 100%, 400px 400px, 400px 400px;
    background-position: center, top right, bottom left;
    background-repeat: no-repeat;
}


.section-white:hover {
    box-shadow: 
        0 -5px 20px rgba(0, 0, 0, 0.1),
        0 5px 20px rgba(0, 0, 0, 0.1);
}

.section-white .container {
    position: relative;
    z-index: 1;
}

/* Section Vector Decorations */
.section-with-vectors {
    position: relative;
    overflow: hidden;
}

.section-with-vectors::before,
.section-with-vectors::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.1;
}

/* Enhanced Vector Patterns for All Sections */
.section-with-vectors::before {
    top: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: 
        radial-gradient(circle at 30% 30%, rgba(220, 53, 69, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(220, 53, 69, 0.1) 0%, transparent 50%);
    border-radius: 50%;
    animation: floatVector 12s ease-in-out infinite;
    filter: blur(40px);
}

.section-with-vectors::after {
    bottom: -150px;
    right: -150px;
    width: 600px;
    height: 600px;
    background: 
        radial-gradient(circle at 40% 40%, rgba(220, 53, 69, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(220, 53, 69, 0.08) 0%, transparent 50%);
    border-radius: 50%;
    animation: floatVector 15s ease-in-out infinite reverse;
    filter: blur(50px);
}

@keyframes floatVector {
    0%, 100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
    33% {
        transform: translate(40px, -40px) scale(1.1) rotate(5deg);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.95) rotate(-3deg);
    }
}

/* Section-Specific Vector Designs */
.section-white.section-with-vectors {
    background-image: 
        linear-gradient(var(--white), var(--white)),
        radial-gradient(circle at top right, rgba(220, 53, 69, 0.05) 0%, transparent 60%),
        radial-gradient(circle at bottom left, rgba(220, 53, 69, 0.05) 0%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(220, 53, 69, 0.02) 10px, rgba(220, 53, 69, 0.02) 20px);
    background-size: 100% 100%, 500px 500px, 500px 500px, 40px 40px;
    background-position: center, top right, bottom left, 0 0;
}

.section-white.section-with-vectors::before {
    background: 
        radial-gradient(circle at 30% 30%, rgba(220, 53, 69, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(220, 53, 69, 0.1) 0%, transparent 50%);
    opacity: 0.12;
}

.section-white.section-with-vectors::after {
    background: 
        radial-gradient(circle at 40% 40%, rgba(220, 53, 69, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(220, 53, 69, 0.08) 0%, transparent 50%);
    opacity: 0.1;
}

.section-light.section-with-vectors {
    background-image: 
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 30%, #f8f9fa 100%),
        radial-gradient(circle at top left, rgba(220, 53, 69, 0.04) 0%, transparent 50%),
        radial-gradient(circle at bottom right, rgba(220, 53, 69, 0.04) 0%, transparent 50%),
        repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(220, 53, 69, 0.015) 15px, rgba(220, 53, 69, 0.015) 30px);
    background-size: 100% 100%, 450px 450px, 450px 450px, 50px 50px;
    background-position: center, top left, bottom right, 0 0;
}

.section-light.section-with-vectors::before {
    background: 
        radial-gradient(circle at 30% 30%, rgba(220, 53, 69, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(220, 53, 69, 0.08) 0%, transparent 50%);
    opacity: 0.1;
}

.section-light.section-with-vectors::after {
    background: 
        radial-gradient(circle at 40% 40%, rgba(220, 53, 69, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(220, 53, 69, 0.06) 0%, transparent 50%);
    opacity: 0.08;
}

.section-cta.section-with-vectors::before {
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
    top: -200px;
    left: -200px;
    width: 700px;
    height: 700px;
    opacity: 0.15;
    filter: blur(60px);
}

.section-cta.section-with-vectors::after {
    background: 
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 50%);
    bottom: -200px;
    right: -200px;
    width: 800px;
    height: 800px;
    opacity: 0.12;
    filter: blur(70px);
}

/* Ensure content stays above vectors */
.section-with-vectors .container {
    position: relative;
    z-index: 1;
}

/* Qualifications & Experience Section */
.qualification-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    overflow: hidden;
}

.qualification-image-wrapper img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.qualification-image-wrapper:hover img {
    transform: scale(1.02);
}

.qualification-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-red);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    z-index: 2;
}

.qualification-badge i {
    font-size: 1.2rem;
}

.qualification-content {
    padding: 20px 0;
}

.qualification-list {
    margin-top: 2rem;
}

.qualification-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    background: var(--white);
    border-radius: 12px;
    border-left: 4px solid var(--primary-red);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.qualification-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.15);
    border-left-width: 6px;
}

.qualification-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, var(--primary-red), var(--dark-red));
    color: var(--white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.2);
}

.qualification-details {
    flex: 1;
}

.qualification-details h5 {
    color: var(--dark-gray);
    margin-bottom: 5px;
    font-size: 1.15rem;
}

.qualification-details p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

@media (max-width: 991.98px) {
    .qualification-image-wrapper {
        height: 500px;
        margin-bottom: 2rem;
    }
    
    .qualification-item {
        padding: 15px;
    }
    
    .qualification-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 1.3rem;
    }
    
    .qualification-badge {
        top: 15px;
        right: 15px;
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .qualification-image-wrapper {
        height: 400px;
    }
}

/* Appointment Modal Styles */
#appointmentModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#appointmentModal .modal-header {
    background: linear-gradient(135deg, var(--primary-red), var(--dark-red));
    color: var(--white);
    border-radius: 15px 15px 0 0;
    padding: 1.5rem;
}

#appointmentModal .modal-title {
    color: var(--white);
    font-size: 1.75rem;
}

#appointmentModal .btn-close {
    filter: invert(1);
}

#appointmentModal .modal-body {
    padding: 2rem;
}

#appointmentModal .form-step h3 {
    color: var(--dark-gray);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

#appointmentModal .time-slot-btn {
    padding: 10px 20px;
    border: 2px solid #dee2e6;
    background: var(--white);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.4s ease, border-color 0.4s ease;
    z-index: 1;
}

#appointmentModal .time-slot-btn:hover {
    border-color: var(--primary-red);
    color: var(--primary-red);
}

#appointmentModal .time-slot-btn.selected {
    background: var(--primary-red);
    color: var(--white);
    border-color: var(--primary-red);
}

.section-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 30%, #f8f9fa 100%);
    position: relative;
    padding: 5rem 0 0 !important;
    margin: 3rem 0 0 0;
    margin-bottom: 0 !important;
    border-radius: 0;
    box-shadow: 
        0 -3px 15px rgba(0, 0, 0, 0.05),
        0 3px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    background-image: 
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 30%, #f8f9fa 100%),
        radial-gradient(circle at top left, rgba(220, 53, 69, 0.02) 0%, transparent 50%),
        radial-gradient(circle at bottom right, rgba(220, 53, 69, 0.02) 0%, transparent 50%);
    background-size: 100% 100%, 350px 350px, 350px 350px;
    background-position: center, top left, bottom right;
    background-repeat: no-repeat;
}

.section-light .container {
    position: relative;
    z-index: 1;
}

.section-light:hover {
    box-shadow: 
        0 -5px 20px rgba(0, 0, 0, 0.08),
        0 5px 20px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #f0f1f2 0%, #ffffff 30%, #f0f1f2 100%);
}

/* ============================================
   INDIVIDUAL SECTION MARGIN/PADDING SYSTEM
   ============================================
   Each section has its own bottom margin/padding
   to prevent sections from merging
   ============================================ */

/* About Section - Independent Spacing */
#about-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* PNP Programs Section - Independent Spacing */
#pnp-programs-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* Services Section - Independent Spacing */
#services-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* Why Choose Us Section - Independent Spacing */
#why-choose-us-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* Client Reviews Section (Carousel) - Independent Spacing */
#client-reviews-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* Instagram Reels Section (Carousel) - Independent Spacing */
#instagram-reels-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* CTA Section - Independent Spacing */
#cta-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* News Section - Independent Spacing */
#news-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* Services List Section - Independent Spacing */
#services-list-section {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

/* Ensure Hero Section is NOT affected */
.hero-slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.section-cta {
    position: relative;
    padding: 5rem 0 !important;
    margin-top: 3rem;
    margin-bottom: 0;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* News and Latest Updates Section */
.news-updates-section {
    position: relative;
    overflow: hidden;
}

.news-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(220, 53, 69, 0.2);
    border-color: rgba(220, 53, 69, 0.3);
}

.news-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-image {
    transform: scale(1.1);
}

.news-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary-red);
    color: var(--white);
    padding: 12px 16px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    z-index: 2;
}

.news-day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.news-month {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
    margin-top: 2px;
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.news-card:hover .news-overlay {
    opacity: 1;
}

.news-read-more {
    color: var(--white);
    font-size: 3rem;
    transition: transform 0.3s ease;
}

.news-read-more:hover {
    transform: scale(1.2);
    color: var(--white);
}

.news-content {
    padding: 1.75rem;
}

.news-category {
    display: inline-block;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
    color: var(--primary-red);
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.news-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--dark-gray);
    line-height: 1.4;
    transition: color 0.3s ease;
}

.news-card:hover .news-title {
    color: var(--primary-red);
}

.news-excerpt {
    color: var(--dark-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    opacity: 0.8;
}

.news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.news-author {
    color: var(--dark-gray);
    font-size: 0.85rem;
    opacity: 0.7;
}

.news-link {
    color: var(--primary-red);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-link:hover {
    color: var(--dark-red);
    transform: translateX(5px);
}

.news-link i {
    transition: transform 0.3s ease;
}

.news-link:hover i {
    transform: translateX(5px);
}


/* Why Choose Us Section - Creative Design */
.why-choose-us-section {
    padding: 5rem 0 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

.why-choose-us-bg-decoration {
    position: absolute;
    top: 0;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-30px) translateX(20px);
    }
}

.why-choose-us-section .container {
    position: relative;
    z-index: 1;
}

/* Creative Feature Boxes */
.feature-box-creative {
    background: #e1e1e1;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.feature-box-creative::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-red), var(--dark-red));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.feature-box-creative:hover::before {
    transform: scaleX(1);
}

.feature-box-creative:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 15px 40px rgba(220, 53, 69, 0.2);
    border-color: rgba(220, 53, 69, 0.2);
    background: #e1e1e1;
}

.feature-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
    border-radius: 50%;
    transform: scale(0.8);
    transition: all 0.5s ease;
    z-index: 0;
}

.feature-box-creative:hover .feature-icon-bg {
    transform: scale(1.2);
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.2), rgba(220, 53, 69, 0.1));
}

.feature-icon {
    font-size: 3.5rem;
    color: var(--primary-red);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    display: block;
}

.feature-box-creative:hover .feature-icon {
    transform: scale(1.2) rotate(5deg);
    color: var(--dark-red);
}

.feature-box-creative h4 {
    color: var(--dark-gray);
    font-size: 1.35rem;
    transition: color 0.3s ease;
}

.feature-box-creative:hover h4 {
    color: var(--primary-red);
}

.feature-box-creative p {
    color: #6c757d;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
}

.feature-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4rem;
    font-weight: 900;
    color: rgba(220, 53, 69, 0.08);
    line-height: 1;
    transition: all 0.5s ease;
    z-index: 0;
}

.feature-box-creative:hover .feature-number {
    color: rgba(220, 53, 69, 0.15);
    transform: scale(1.1);
}

/* Feature Boxes - Old Style (for backward compatibility) */
.feature-box {
    padding: 1.5rem;
}

.stat-box {
    padding: 2rem;
}

/* Stat Card with Progress Bar */
.stat-card-progress {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.stat-card-progress::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-red), var(--dark-red));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.stat-card-progress:hover::before {
    transform: scaleX(1);
}

.stat-card-progress:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(220, 53, 69, 0.15);
    border-color: rgba(220, 53, 69, 0.2);
}

.stat-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.stat-icon-wrapper i {
    font-size: 2.5rem;
    color: var(--primary-red);
    transition: all 0.4s ease;
}

.stat-card-progress:hover .stat-icon-wrapper {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.2), rgba(220, 53, 69, 0.1));
    transform: scale(1.1) rotate(5deg);
}

.stat-card-progress:hover .stat-icon-wrapper i {
    transform: scale(1.1);
}

.progress-wrapper {
    margin-top: 1.5rem;
}

.progress-label {
    font-size: 0.875rem;
}

.progress {
    overflow: visible;
    position: relative;
}

.progress-bar {
    border-radius: 10px;
    position: relative;
    transition: width 2s ease-in-out;
}

.progress-bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--primary-red);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

/* Animate progress bars on scroll */
@keyframes progressAnimation {
    from {
        width: 0%;
    }
}

.stat-card-progress.animated .progress-bar {
    animation: progressAnimation 2s ease-out forwards;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .stat-card-progress {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .stat-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .stat-icon-wrapper i {
        font-size: 2rem;
    }
    
    .stat-card-progress h3 {
        font-size: 2.5rem;
    }
}

/* Footer */
.footer {
    background-color: var(--dark-gray) !important;
    color: var(--white);
}

.footer-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.footer a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--primary-red) !important;
}

.footer .row:last-child .col-md-6:last-child {
    text-align: right !important;
}

@media (max-width: 767.98px) {
    /* Footer - Mobile Center Alignment */
    .footer .row {
        text-align: center;
    }

    .footer .row > div {
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer .row > div:last-child {
        margin-bottom: 1rem;
    }

    .footer-logo {
        margin: 0 auto;
        display: block;
    }

    .footer p {
        text-align: center;
    }

    .footer .social-icons {
        justify-content: center;
    }

    .footer ul {
        text-align: center;
        padding-left: 0;
    }

    .footer ul li {
        text-align: center;
    }

    .footer h5 {
        text-align: center;
    }

    .footer-contact-buttons {
        align-items: center;
        justify-content: center;
    }

    /* Footer Contact Buttons - Mobile Smaller Size */
    .footer-contact-btn {
        font-size: 0.75rem !important;
        padding: 0.5rem 0.9rem !important;
        width: auto;
        max-width: 280px;
    }

    .footer-contact-btn i {
        font-size: 0.85rem !important;
    }

    .footer-contact-btn .btn-text {
        font-size: 0.7rem !important;
    }

    .footer .row:last-child {
        text-align: center;
    }

    .footer .row:last-child .col-md-6 {
        text-align: center !important;
        margin-bottom: 0.5rem;
    }

    .footer .row:last-child .col-md-6:last-child {
        text-align: center !important;
    }
}

.footer .social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer .social-icon {
    color: var(--white);
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.footer .social-icon:hover {
    color: var(--white);
    background: var(--primary-red);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
}

/* Footer Contact Buttons */
.footer-contact-buttons {
    margin-top: 1rem;
}

.footer-contact-btn {
    color: var(--white);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    font-size: 0.9rem;
    white-space: nowrap;
    width: 100%;
    justify-content: flex-start;
}

.footer-contact-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.footer-contact-btn .btn-text {
    display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-contact-btn .btn-hover-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.footer-contact-btn:hover {
    background: var(--primary-red);
    border-color: var(--primary-red);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.footer-contact-btn:hover .btn-text {
    opacity: 0;
    transform: translateY(-10px);
}

.footer-contact-btn:hover .btn-hover-text {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.footer-contact-btn:hover i {
    transform: scale(1.1);
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: var(--white);
}

/* Agent Signup Floating Button */
.agent-signup-float {
    position: fixed;
    width: auto;
    min-width: 60px;
    height: 60px;
    bottom: 110px;
    right: 30px;
    background: linear-gradient(135deg, #dc3545 0%, #000000 100%);
    color: var(--white);
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulseAgent 2s infinite;
}

.agent-signup-float:hover {
    transform: scale(1.05);
    color: var(--white);
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.6);
}

.agent-signup-text {
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

@keyframes pulseAgent {
    0% {
        box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    }
    50% {
        box-shadow: 0 4px 25px rgba(220, 53, 69, 0.8);
    }
    100% {
        box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 25px rgba(37, 211, 102, 0.8);
    }
    100% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }
}

/* Appointment Form */
.form-step {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.time-slot-btn {
    padding: 10px 20px;
    border: 2px solid #dee2e6;
    background: var(--white);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, color 0.3s ease;
    z-index: 1;
}

.time-slot-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(220, 53, 69, 0.15);
    transform: translate(-50%, -50%);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.5s ease;
    opacity: 0;
    z-index: -1;
}

.time-slot-btn:hover {
    border-color: var(--primary-red);
    color: var(--primary-red);
}

.time-slot-btn:hover::before {
    width: 300px;
    height: 300px;
    opacity: 1;
}

.time-slot-btn.selected {
    background: var(--primary-red);
    color: var(--white);
    border-color: var(--primary-red);
}

/* Smooth Circular Background Expansion Animation for Appointment Buttons */
#appointmentForm .btn,
#appointmentForm .btn-danger,
#appointmentForm .btn-outline-secondary {
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease, border-color 0.4s ease;
    z-index: 1;
}

#appointmentForm .btn::before,
#appointmentForm .btn-danger::before,
#appointmentForm .btn-outline-secondary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.6s ease;
    opacity: 0;
    z-index: -1;
}

#appointmentForm .btn-danger::before {
    background: rgba(255, 255, 255, 0.25);
}

#appointmentForm .btn-outline-secondary::before {
    background: rgba(108, 117, 125, 0.2);
}

#appointmentForm .btn:hover::before,
#appointmentForm .btn-danger:hover::before,
#appointmentForm .btn-outline-secondary:hover::before {
    width: 400px;
    height: 400px;
    opacity: 1;
}

#appointmentForm .btn span,
#appointmentForm .btn .btn-text,
#appointmentForm .btn-danger span,
#appointmentForm .btn-outline-secondary span {
    position: relative;
    z-index: 1;
}

#appointmentForm .btn:active,
#appointmentForm .btn-danger:active,
#appointmentForm .btn-outline-secondary:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
}

/* Google Maps */
.google-map-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.google-map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

@media (max-width: 768px) {
    .google-map-wrapper iframe {
        height: 350px;
    }
}

/* Gallery */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background: #f8f9fa;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    transition: transform 0.3s ease;
    display: block;
}

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

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 53, 69, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: var(--white);
    font-size: 2rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Gallery Tabs */
.gallery-tabs {
    border-bottom: 2px solid #dee2e6;
    justify-content: center;
}

.gallery-tabs .nav-link {
    color: var(--dark-gray);
    font-weight: 600;
    padding: 1rem 2rem;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    margin: 0 0.5rem;
}

.gallery-tabs .nav-link:hover {
    color: var(--primary-red);
    border-bottom-color: rgba(220, 53, 69, 0.5);
}

.gallery-tabs .nav-link.active {
    color: var(--primary-red);
    background-color: transparent;
    border-bottom-color: var(--primary-red);
}

/* About Section */
.about-content {
    padding: 1rem 0;
}

/* Center align About section content */
.about-content.text-center h2,
.about-content.text-center h3,
.about-content.text-center h4 {
    text-align: center;
}

@media (min-width: 992px) {
    .about-content.text-center.text-lg-start h2,
    .about-content.text-center.text-lg-start h3,
    .about-content.text-center.text-lg-start h4 {
        text-align: left;
    }
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.about-image-wrapper img {
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

/* Circular Progress Bars - Statistics */
.stat-card {
    padding: 1rem 0.5rem;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.circular-progress {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: conic-gradient(var(--primary-red) 0deg, #e9ecef 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.circular-progress::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.progress-value {
    position: relative;
    z-index: 1;
    text-align: center;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-red);
    line-height: 1;
}

.stat-symbol {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-red);
}

.stat-icon {
    font-size: 2rem;
}

.stat-icon i {
    color: var(--black) !important;
}

.stat-card h5 {
    color: var(--dark-gray);
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.stat-card p {
    font-size: 0.8rem;
}

/* Animate progress bars on scroll */
@keyframes progressAnimation {
    from {
        background: conic-gradient(var(--primary-red) 0deg, var(--primary-red) 0deg, #e9ecef 0deg);
    }
}

/* Buttons - Soft Animations & Transitions */
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    opacity: 0;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
    opacity: 1;
}

.btn:active {
    transform: translateY(0) scale(0.98);
    transition: transform 0.1s ease;
}

.btn-danger {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: var(--white);
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-danger:hover {
    background-color: var(--dark-red);
    border-color: var(--dark-red);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
    color: var(--white);
}

.btn-danger:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-outline-danger {
    color: var(--primary-red);
    border-color: var(--primary-red);
    background-color: transparent;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-outline-danger::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-red);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn-outline-danger:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: var(--white);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
}

.btn-outline-danger:hover::after {
    left: 0;
}

.btn-outline-danger:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-light {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: var(--dark-gray);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-light:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-secondary {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(108, 117, 125, 0.3);
}

.btn-secondary:active {
    transform: translateY(-1px) scale(0.98);
}

/* Button Text Animation */
.btn span,
.btn .btn-text {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.btn:hover span,
.btn:hover .btn-text {
    transform: translateY(-1px);
}

/* Button Icon Animation */
.btn i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn:hover i {
    transform: translateY(-2px) scale(1.1);
}

/* Button Sizes with Animations */
.btn-sm {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-sm:hover {
    transform: translateY(-2px) scale(1.03);
}

.btn-lg {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-lg:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-lg:active {
    transform: translateY(-2px) scale(0.99);
}

/* Disabled Button State */
.btn:disabled,
.btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.btn:disabled:hover,
.btn.disabled:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Focus State for Accessibility */
.btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

.btn:focus:not(:hover) {
    transform: scale(1.01);
}

/* Cards */
.card {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 991px) {

    .premium-navbar .navbar-nav {
        gap: 0.25rem;
    }

    .nav-link-premium {
        padding: 0.5rem 0.8rem !important;
        font-size: 0.9rem;
    }

    .navbar-logo {
        height: 50px;
    }

    .nav-link-btn-premium {
        padding: 0.5rem 1rem !important;
        font-size: 0.9rem;
    }
}

/* Responsive */
@media (max-width: 768px) {
    body {
        padding-top: 168px; /* Adjusted for mobile */
    }

    .top-strip {
        font-size: 0.75rem;
        padding: 0.65rem 0 !important;
    }

    .top-contact-buttons {
        justify-content: center !important;
        width: 100%;
        gap: 8px;
    }

    .top-strip-btn {
        padding: 5px 10px;
        font-size: 0.75rem;
        flex: 1;
        min-width: 0;
        justify-content: center;
    }

    .top-strip-btn .btn-text {
        font-size: 0.7rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-strip-btn i {
        font-size: 0.9rem;
    }

    .social-icons {
        display: none !important;
    }

    /* Text justification on mobile */
    section p,
    section .lead,
    .about-content p,
    .service-card p,
    .card-body p {
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }

    .premium-navbar {
        min-height: 70px;
        padding: 0.5rem 0;
    }

    .premium-navbar .container {
        padding: 0 15px;
    }

    .premium-navbar .navbar-brand {
        margin-right: auto;
    }

    .premium-navbar .navbar-toggler {
        margin-left: auto;
    }

    .premium-navbar .navbar-collapse {
        position: fixed !important;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        background: var(--white);
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        margin-top: 0;
        padding-top: 80px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border-top: none;
        z-index: 1050;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .premium-navbar .navbar-collapse.show {
        left: 0;
    }

    .premium-navbar .navbar-collapse.collapsing {
        left: -100%;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        height: auto;
    }
    
    /* Prevent menu from closing when dropdown is active */
    .premium-navbar .navbar-collapse.show .dropdown.show {
        pointer-events: auto;
    }
    
    /* Ensure dropdown toggles don't trigger menu close */
    .premium-navbar .navbar-collapse .dropdown-toggle,
    .premium-navbar .navbar-collapse [data-bs-toggle="dropdown"] {
        pointer-events: auto;
    }
    
    /* Overlay when menu is open - separate element */
    .navbar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1049;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }
    
    .navbar-overlay.show {
        opacity: 1;
        visibility: visible;
    }
    
    @keyframes fadeInOverlay {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    /* Close button removed - using overlay to close */

    .premium-navbar .navbar-nav {
        text-align: center;
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .premium-navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .nav-link-premium {
        padding: 0.75rem 1.5rem !important;
        margin: 0;
        width: 100%;
        text-align: left;
        display: block;
        border-radius: 8px;
    }

    .nav-link-premium:hover {
        transform: translateX(5px);
    }

    .nav-link-btn-premium {
        margin: 0;
        width: 100%;
        text-align: center;
        display: block;
        padding: 0.75rem 1.5rem !important;
    }

    .premium-navbar .d-lg-none {
        width: 100%;
    }

    /* PNP Dropdown Responsive - Single Column on Mobile */
    .pnp-dropdown-mega {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .pnp-dropdown-header {
        padding: 0.75rem 1rem !important;
    }
    
    .pnp-dropdown-column {
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
    
    .pnp-dropdown-column:last-child {
        border-bottom: none;
    }
    
    .pnp-dropdown-content .row {
        flex-direction: column;
        margin: 0 !important;
    }
    
    .pnp-dropdown-content .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    
    .pnp-dropdown-column .dropdown-item-premium {
        padding: 0.65rem 1rem !important;
        font-size: 0.9rem;
        white-space: normal !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .pnp-dropdown-column .dropdown-item-premium:hover {
        padding-left: 1.15rem !important;
    }

    .dropdown-menu-premium {
        margin-top: 0.5rem;
        border-radius: 8px;
        position: static !important;
        float: none;
        width: 100%;
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: rgba(248, 249, 250, 0.5);
    }

    .dropdown-item-premium {
        padding: 0.75rem 2rem;
        text-align: left;
    }

    .dropdown-item-premium:hover {
        transform: translateX(8px);
        background: rgba(220, 53, 69, 0.1);
    }

    .navbar-logo {
        height: 45px;
    }

    /* Section Headings - Mobile */
    section .display-4 {
        font-size: 2rem !important;
    }

    section .display-5 {
        font-size: 1.75rem !important;
    }

    section h2.fw-bold,
    section h2:not(.display-4):not(.display-5) {
        font-size: 1.5rem !important;
    }

    section h3,
    section h3.text-muted,
    section h3.h4 {
        font-size: 1.2rem !important;
    }

    section h4 {
        font-size: 1.15rem !important;
    }

    section h5 {
        font-size: 1.05rem !important;
    }

    section .lead {
        font-size: 1rem !important;
    }

    .page-header .display-4 {
        font-size: 2.25rem !important;
    }

    .page-header .lead {
        font-size: 1.1rem !important;
    }

    /* Section Styling - Mobile */
    .section-white,
    .section-light {
        padding: 3rem 0 0 !important;
        margin: 2rem 0 0 0;
        overflow: hidden;
    }

    /* Individual Section Spacing - Mobile */
    #about-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #pnp-programs-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #services-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #why-choose-us-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #client-reviews-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #instagram-reels-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #cta-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #news-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    #services-list-section {
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    /* Ensure Hero Section is NOT affected on Mobile */
    .hero-slider {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .section-cta {
        padding: 3rem 0 !important;
        margin-top: 2rem;
    }

    /* Why Choose Us Section - Mobile */
    .why-choose-us-section {
        padding: 3rem 0 !important;
    }

    .why-choose-us-section h2 {
        font-size: 1.75rem !important;
    }

    .feature-box-creative {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .feature-box-creative h4 {
        font-size: 1.2rem !important;
    }

    .feature-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .feature-icon {
        font-size: 2.5rem;
    }

    .feature-box-creative h4 {
        font-size: 1.1rem;
    }

    .feature-number {
        font-size: 3rem;
        top: 15px;
        right: 15px;
    }

    .why-choose-us-bg-decoration {
        width: 300px;
        height: 300px;
        right: -20%;
    }

    /* Touch-friendly dropdown */
    .dropdown-toggle::after {
        margin-left: 0.5em;
        vertical-align: 0.15em;
    }

    /* Active dropdown on mobile */
    .nav-item.dropdown.show .dropdown-toggle {
        background: rgba(220, 53, 69, 0.1);
        color: var(--primary-red) !important;
    }

    /* Hero slider mobile styles moved to @media (max-width: 767.98px) above */

    /* Review Cards - Mobile */
    .review-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .review-stars {
        font-size: 1rem;
    }

    .review-text {
        font-size: 0.95rem;
    }

    /* Instagram Reels - Mobile - Responsive */
    .instagram-reel-item {
        margin: 0 auto;
        max-width: 280px;
        width: 100%;
        height: auto;
        aspect-ratio: 9/16;
    }

    .instagram-placeholder {
        padding: 2rem 1rem;
        max-width: 100%;
        width: 100%;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .instagram-placeholder i {
        font-size: 2.5rem;
    }
    
    .instagram-placeholder p {
        font-size: 0.9rem;
        text-align: center;
    }

    /* Instagram Section Header - Mobile */
    .section-light .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
        gap: 1rem;
    }

    .section-light .d-flex.justify-content-between > div:first-child {
        width: 100%;
        text-align: center;
    }

    .section-light .d-flex.justify-content-between > div:last-child {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-light .d-flex.justify-content-between > div:last-child .btn {
        width: auto;
    }

    /* Instagram Follow Button - Mobile - Smaller Size */
    .instagram-follow-btn {
        font-size: 0.75rem !important;
        padding: 0.4rem 0.8rem !important;
    }

    .instagram-follow-btn i {
        font-size: 0.85rem !important;
    }


    /* News Section - Mobile */
    .news-card {
        margin-bottom: 1.5rem;
    }

    .news-image-wrapper {
        height: 200px;
    }

    .news-content {
        padding: 1.5rem;
    }

    .news-title {
        font-size: 1.15rem;
    }

    .news-excerpt {
        font-size: 0.9rem;
    }

    .news-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    /* PNP Cards - Mobile */
    .pnp-card {
        margin-bottom: 1.5rem;
    }

    .pnp-card-image {
        height: 180px;
    }

    .pnp-card-content {
        padding: 1.25rem;
    }

    .page-header {
        margin-top: -168px;
        padding-top: 200px !important;
    }

    .brand-text {
        font-size: 0.9rem;
    }

    .navbar-logo {
        height: 40px;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }

    .agent-signup-float {
        width: auto;
        min-width: 50px;
        height: 50px;
        bottom: 80px;
        right: 20px;
        font-size: 20px;
        padding: 0 1rem;
    }

    .agent-signup-text {
        font-size: 0.75rem;
    }

    /* Statistics Section - All 4 in one line on mobile */
    .stat-card {
        padding: 0.75rem 0.25rem;
    }

    .circular-progress {
        width: 90px;
        height: 90px;
    }

    .circular-progress::before {
        width: 70px;
        height: 70px;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-symbol {
        font-size: 0.85rem;
    }

    .stat-icon {
        font-size: 1.5rem;
    }

    .stat-card h5 {
        font-size: 0.85rem;
    }

    .stat-card p {
        font-size: 0.7rem;
    }
}

/* Extra small devices - Ensure all 4 in one line */
@media (max-width: 576px) {
    .stat-card {
        padding: 0.5rem 0.1rem;
    }

    .circular-progress {
        width: 80px;
        height: 80px;
    }

    .circular-progress::before {
        width: 60px;
        height: 60px;
    }

    .stat-number {
        font-size: 1rem;
    }

    .stat-symbol {
        font-size: 0.75rem;
    }

    .stat-icon {
        font-size: 1.3rem;
    }

    .stat-card h5 {
        font-size: 0.75rem;
        margin-bottom: 0.1rem;
    }

    .stat-card p {
        font-size: 0.65rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: var(--white);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Extra Small Devices */
@media (max-width: 576px) {
    .top-strip-btn {
        padding: 4px 8px;
        font-size: 0.7rem;
    }

    .top-strip-btn .btn-text {
        font-size: 0.65rem;
    }

    .top-strip-btn i {
        font-size: 0.85rem;
    }

    .top-contact-buttons {
        gap: 6px;
    }
}

