@import url('https://googleapis.com');

/* ==========================================================================
   Premium Unified Color-Engine Sync 
   ========================================================================== */

.premium-hero-wrap {
    font-family: 'Plus Jakarta Sans', sans-serif;
    /* Immersive, dark professional studio learning backdrop */
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 27, 75, 0.88) 100%), 
                url('https://unsplash.com') no-repeat center center;
    background-size: cover;
    background-position: center;
    padding: 130px 0 150px 0;
    position: relative;
    overflow: hidden;
}

/* Base structural image layouts for the features block */
.premium-features-img-frame {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.premium-brand-img {
    border-radius: 20px !important;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.15) !important;
    border: 1px solid rgba(15, 23, 42, 0.05);
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* Unified Typography Colors */
.premium-hero-wrap .premium-title {
    color: #ffffff !important;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.premium-hero-wrap .premium-subtitle {
    color: #94a3b8 !important; /* Premium silver tint for clear contrast */
}

/* Glass Badge Variant */
.premium-hero-wrap .premium-badge {
    background: rgba(0, 147, 175, 0.15) !important;
    border: 1px solid rgba(0, 147, 175, 0.3) !important;
    color: #00e5ff !important; /* Luminous cyan indicator badge */
    backdrop-filter: blur(8px);
    margin-bottom: 24px;
}

/* Glassmorphism Main Search Bar Box Wrapper with Visible Border */
.premium-hero-wrap .premium-glass-card {
    background: rgba(15, 23, 42, 0.65) !important; /* Rich translucent background */
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    
    /* Premium visible dual-layer border layout */
    border: 1px solid rgba(255, 255, 255, 0.18) !important; /* Increased opacity makes it clearly visible */
    outline: 1px solid rgba(0, 147, 175, 0.25) !important; /* Soft outer brand-teal frame highlight */
    
    box-shadow: 0 40px 80px -15px rgba(2, 6, 17, 0.8) !important;
    border-radius: 20px;
    padding: 10px;
}

/* Make inner cell divider lines highly visible against dark layout */
.premium-input-cell:not(:last-of-type)::after {
    content: '';
    position: absolute;
    right: 0; top: 25%; bottom: 25%;
    width: 1px;
    background: rgba(255, 255, 255, 0.12) !important; /* Sharp white accent divider lines */
}


/* Premium Inset Input Fields Setup */
.premium-hero-wrap .premium-input-cell .form-control {
    background: rgba(255, 255, 255, 0.04) !important; /* Subtle frosted input slot */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    height: 46px !important;
    padding: 10px 16px !important;
    color: #ffffff !important; /* Pure white text for reading data entries */
    font-size: 14px !important;
    margin-top: 6px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-hero-wrap .premium-input-cell .form-control::placeholder {
    color: #64748b !important; /* Deep placeholder value font color tint */
}

/* Interactive cell glows when user interacts with input data fields */
.premium-hero-wrap .premium-input-cell .form-control:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #0093AF !important; /* High contrast brand accent border color */
    box-shadow: 0 0 0 4px rgba(0, 147, 175, 0.25) !important;
}

/* Balanced interface text colors */
.premium-hero-wrap .premium-input-cell label {
    color: #cbd5e1 !important; /* High-contrast clean silver metadata labels */
    font-size: 11px !important;
}

.premium-hero-wrap .premium-input-cell label i {
    color: #0093AF !important; /* Signature brand color matching icons */
}

.premium-hero-wrap .premium-cell-hint {
    color: #64748b !important;
}

/* Master Premium Dynamic Button Styling Sync */
.premium-hero-wrap .premium-action-btn {
    background: linear-gradient(135deg, #0093AF 0%, #00768c 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(0, 147, 175, 0.4) !important;
    border-radius: 12px !important;
    height: 52px;
    font-weight: 600;
    box-shadow: 0 10px 25px -5px rgba(0, 147, 175, 0.5) !important;
    transition: all 0.2s ease-in-out;
}

.premium-hero-wrap .premium-action-btn:hover {
    background: linear-gradient(135deg, #00a4c2 0%, #00849e 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 15px 30px -4px rgba(0, 147, 175, 0.6) !important;
}


.premium-hero-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.premium-badge {
    background: #ffffff;
    border: 1px solid rgba(79, 70, 229, 0.15);
    color: #4f46e5;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.04);
    margin-bottom: 24px;
}

.premium-title {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.premium-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 580px;
    margin: 0 auto 50px auto;
    line-height: 1.65;
    font-weight: 400;
}

.premium-glass-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(15, 23, 42, 0.04);
    max-width: 1040px;
    margin: 0 auto;
}

.premium-search-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.premium-input-cell {
    flex: 1 1 240px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

.premium-input-cell:not(:last-of-type)::after {
    content: '';
    position: absolute;
    right: 0; top: 25%; bottom: 25%;
    width: 1px;
    background: #e2e8f0;
}

.premium-input-cell label {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.premium-input-cell label i {
    color: #94a3b8;
    font-size: 14px;
}

.premium-input-cell .form-control {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    height: 32px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    box-shadow: none !important;
}

.premium-input-cell .form-control::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.premium-cell-hint {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
}

.premium-btn-cell {
    padding: 8px;
    flex: 0 0 auto;
}

.premium-action-btn {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
    color: #ffffff !important;
    height: 60px;
    padding: 0 36px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    box-shadow: 0 10px 20px -6px rgba(79, 70, 229, 0.4);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.premium-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -4px rgba(79, 70, 229, 0.5);
    background: linear-gradient(135deg, #4338ca 0%, #2e268f 100%);
}

@media (max-width: 991px) {
    .premium-input-cell:not(:last-of-type)::after { display: none; }
    .premium-input-cell { border-bottom: 1px solid #f1f5f9; }
    .premium-btn-cell { width: 100%; padding: 16px; }
    .premium-action-btn { width: 100%; }
    .premium-title { font-size: 36px; }
}

/* --- Header & Hero Sync Integration --- */
header.header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08) !important; /* Soft bridge shadow onto image */
    position: relative;
    z-index: 999;
}

header.header .main-nav > li > a {
    color: #334155 !important;
    font-weight: 600 !important;
}

header.header .main-nav > li:hover > a,
header.header .main-nav > li.active > a {
    color: #0093AF !important; /* Matches Dusstak brand teal color */
}

/* --- Search Input Box Harmonization --- */
.premium-hero-wrap .premium-glass-card {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.25) !important;
}

/* Give the input cells a modern, premium inset color background */
.premium-input-cell .form-control {
    background: rgba(0, 147, 175, 0.04) !important; /* Very elegant, ultra-faint brand teal fill */
    border: 1px solid rgba(0, 147, 175, 0.1) !important;
    border-radius: 8px !important;
    height: 42px !important;
    padding: 8px 16px !important;
    margin-top: 4px;
    font-size: 14px !important;
    transition: all 0.2s ease-in-out;
}

/* Interactive glow when user clicks into a search cell */
.premium-input-cell .form-control:focus {
    background: #ffffff !important;
    border-color: #0093AF !important;
    box-shadow: 0 0 0 4px rgba(0, 147, 175, 0.15) !important;
}

/* Soft color syncing for layout text details */
.premium-hero-wrap .premium-input-cell label {
    color: #1e293b !important;
    font-size: 11px !important;
    letter-spacing: 0.06em;
}

.premium-hero-wrap .premium-input-cell label i {
    color: #0093AF !important; /* Icons match input accents */
}

.premium-hero-wrap .premium-cell-hint {
    color: #64748b !important;
    margin-top: 2px;
}

/* Master Premium CTA Button Color Override */
.premium-hero-wrap .premium-action-btn {
    background: linear-gradient(135deg, #0093AF 0%, #00768c 100%) !important;
    box-shadow: 0 10px 20px -6px rgba(0, 147, 175, 0.4) !important;
}

.premium-hero-wrap .premium-action-btn:hover {
    background: linear-gradient(135deg, #00a4c2 0%, #00849e 100%) !important;
    box-shadow: 0 12px 24px -4px rgba(0, 147, 175, 0.5) !important;
}

/* ==========================================================================
   Premium White Frosted Glass Search Engine Architecture
   ========================================================================== */

.hero-search-glass-card {
    /* Bright white frosted glass foundation */
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    
    /* Clean, crisp structural perimeter lines */
    border: 1px solid rgba(255, 255, 255, 1) !important;
    outline: 1px solid rgba(15, 23, 42, 0.08) !important; 
    
    /* High-end natural shadow mapping */
    border-radius: 24px;
    padding: 10px;
    max-width: 1040px;
    margin: 0 auto;
    box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.15) !important;
}

.hero-search-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.hero-search-cell {
    flex: 1 1 240px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

/* Thin slate grey vertical dividing markers */
.hero-search-cell:not(:last-of-type)::after {
    content: '';
    position: absolute;
    right: 0; top: 25%; bottom: 25%;
    width: 1px;
    background: rgba(15, 23, 42, 0.1) !important;
}

.hero-search-cell label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #334155 !important; /* Premium dark slate header label fonts */
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.hero-search-cell label i {
    color: #0093AF !important; /* Signature brand teal for icons */
    font-size: 14px;
}

/* Clean, modern light-themed text entry slots */
.hero-search-cell .form-control {
    border: 1px solid #cbd5e1 !important;
    background: #f8fafc !important; /* Light crisp grey input slots */
    border-radius: 10px !important;
    height: 46px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0f172a !important; /* Jet black reader text */
    margin-top: 6px !important;
    box-shadow: none !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-search-cell .form-control::placeholder {
    color: #94a3b8 !important; /* Distinct placeholder visibility */
}

/* Elegant active interactive glowing border state */
.hero-search-cell .form-control:focus {
    background: #ffffff !important;
    border-color: #0093AF !important;
    box-shadow: 0 0 0 4px rgba(0, 147, 175, 0.15) !important;
    color: #0f172a !important;
}

.hero-search-cell .premium-cell-hint {
    font-size: 11px;
    color: #64748b !important;
    font-weight: 500;
    margin-top: 2px;
}

/* Responsive adjustment rulesets */
@media (max-width: 991px) {
    .hero-search-cell:not(:last-of-type)::after { display: none; }
    .hero-search-cell { border-bottom: 1px solid #e2e8f0; }
}

/* ==========================================================================
   Master Frosted Translucent Header Architecture Sync
   ========================================================================== */

header.header {
    background: rgba(255, 255, 255, 0.05) !important; /* Translucent glass tint layer */
    backdrop-filter: blur(12px) !important; /* Premium organic blurred underlying layer visibility */
    -webkit-backdrop-filter: blur(12px) !important;
    
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; /* Delicate glowing highlight separation line */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
    
    position: absolute !important; /* Pulls image layout natively completely flush to top edge */
    top: 0; left: 0; right: 0;
    z-index: 999;
    padding: 14px 0 0 0 !important;
}

/* Offset top padding context of hero so it clears the absolute header bounds smoothly */
.premium-hero-wrap {
    padding-top: 160px !important; 
}

/* White contrast theme overrides for perfect legibility across the transparent menu layer */
header.header .main-nav > li > a {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #f1f5f9 !important; /* Pure high contrast crisp silver-white tabs text */
    font-weight: 600 !important;
    font-size: 14px !important;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.2);
}

header.header .main-nav > li:hover > a,
header.header .main-nav > li.active > a {
    color: #38bdf8 !important; /* Sky Blue accent response on active tab hovers */
}

/* Header Contact Meta Details Sync */
header.header .header-contact-detail .contact-header {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #94a3b8 !important; /* Silver text description label frames */
    font-size: 11px !important;
}

header.header .header-contact-detail .contact-info-header {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #ffffff !important; /* Pure white crisp value data font rendering */
    font-size: 14px !important;
}

header.header .header-contact-img i {
    color: #38bdf8 !important; /* Accent sync for education support cap icon */
}

/* High Contrast Login/Signup Action Callout Button Component */
header.header .header-login {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background: linear-gradient(135deg, #0093AF 0%, #00768c 100%) !important; /* Matches brand teal color engine button profile layout */
    border: 1px solid rgba(0, 147, 175, 0.2) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 26px !important;
    box-shadow: 0 8px 20px -4px rgba(0, 147, 175, 0.4) !important;
}

header.header .header-login:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #00a4c2 0%, #00849e 100%) !important;
    box-shadow: 0 12px 24px -4px rgba(0, 147, 175, 0.5) !important;
    color: #ffffff !important;
}


/* ==========================================================================
   Sub-Part B: Premium Streams & Subjects Grid Architecture
   ========================================================================== */

.premium-subjects-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.premium-section-title-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.premium-section-title-wrap h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.premium-section-title-wrap p {
    font-size: 16px;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Custom Flex Grid (Bypasses old slick distortion entirely) */
.premium-subject-flex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Luxury Interactive Subject Card */
.premium-subject-card {
    flex: 1 1 calc(16.66% - 24px); /* Desktop default grid math */
    min-width: 170px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02), 0 2px 4px -1px rgba(15, 23, 42, 0.01);
}

/* Distinctive Soft Glow Graphic Wrapper */
.premium-subject-card .subject-icon-box {
    width: 76px;
    height: 76px;
    background: rgba(0, 147, 175, 0.05); /* Faint brand teal background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: all 0.4s ease;
}

.premium-subject-card .subject-icon-box img {
    max-height: 38px;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-subject-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.premium-subject-card .card-action-text {
    font-size: 12px;
    font-weight: 600;
    color: #0093AF;
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Premium Card Hover State Engine */
.premium-subject-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: rgba(0, 147, 175, 0.2);
    box-shadow: 0 20px 30px -10px rgba(0, 147, 175, 0.12);
}

.premium-subject-card:hover .subject-icon-box {
    background: #0093AF; /* Flips color profile on hover */
}

.premium-subject-card:hover .subject-icon-box img {
    transform: scale(1.1) rotate(4deg);
    filter: brightness(0) invert(1); /* Forces standard icons to turn pure white on hover */
}

.premium-subject-card:hover .card-action-text {
    opacity: 1;
    transform: translateY(0);
}

/* Tablet & Mobile Breakpoints */
@media (max-width: 991px) {
    .premium-subject-card { flex: 1 1 calc(33.33% - 24px); }
    .premium-section-title-wrap h2 { font-size: 32px; }
}
@media (max-width: 575px) {
    .premium-subject-card { flex: 1 1 calc(50% - 24px); }
}


/* ==========================================================================
   Sub-Part C: Safe Native Layout Grid - Tutors Showcase
   ========================================================================== */

/* Native text utility overrides to prevent squishing */
.premium-native-tutors h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}

.premium-native-tutors .lead {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

/* Beautiful custom tutor widget styling using safe template classes */
.premium-native-tutors .profile-widget {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-native-tutors .profile-widget:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 147, 175, 0.25) !important;
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.08) !important;
}

/* Standard profile image box override */
.premium-native-tutors .doc-img {
    height: 220px !important;
    position: relative;
    overflow: hidden;
}

.premium-native-tutors .doc-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Custom overlay subject pill tag inside image wrapper */
.native-tutor-subject-tag {
    position: absolute;
    top: 15px; left: 15px;
    background: rgba(15, 23, 42, 0.8) !important;
    color: #ffffff !important;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    z-index: 5;
}

/* Clean text paddings inside body box */
.premium-native-tutors .pro-content {
    padding: 24px !important;
}

.premium-native-tutors .title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

.premium-native-tutors .title a {
    color: #0f172a !important;
    text-decoration: none;
}

.premium-native-tutors .speciality {
    color: #0093AF !important; /* Signature brand teal text color */
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

/* Safe interactive buttons padding layout overrides */
.native-action-row .btn {
    height: 42px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

.native-btn-view {
    background: #f8fafc !important;
    color: #334155 !important;
    border: 1px solid #e2e8f0 !important;
}

.native-btn-view:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

.native-btn-book {
    background: linear-gradient(135deg, #0093AF 0%, #00768c 100%) !important;
    color: #ffffff !important;
    border: none !important;
}

.native-btn-book:hover {
    background: linear-gradient(135deg, #00a4c2 0%, #00849e 100%) !important;
}

/* Premium Explore All Tutors Button Hover Engine */
.premium-explore-action-btn:hover {
    background: linear-gradient(135deg, #0093AF 0%, #00768c 100%) !important;
    color: #ffffff !important;
    border-color: #00768c !important;
    box-shadow: 0 8px 20px rgba(0, 147, 175, 0.25) !important;
    transform: translateY(-1px);
}

.premium-explore-action-btn:hover i {
    transform: translateX(4px); /* Interactive arrow movement effect */
}

/* Premium Footer Interaction Architecture Overrides */
.footer-menu ul li a:hover, 
.copyright-menu ul.policy-menu li a:hover {
    color: #0093AF !important; /* Forces link text to smoothly shift to brand teal */
    padding-left: 4px; /* Tiny modern interactive slide animation */
}

.footer .social-icon a:hover {
    background: linear-gradient(135deg, #0093AF 0%, #00768c 100%) !important;
    border-color: #00768c !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Erase old healthcare arrow symbols globally from all footer elements */
.footer-menu ul li::before,
.footer ul li::before {
    display: none !important;
    content: "" !important;
}
.footer-menu ul li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}


