/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/* Pruned unused vendor imports for performance; keep only core CSS loaded via link tags */

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    --top-bar-offset: 0px;
    margin: 0 !important;
    padding: 0 !important;
}

/* =================== Design Tokens =================== */
:root {
    --color-primary:#272b91;
    --color-primary-dark:#1a1d6b;
    --color-accent:#f47c2b;
    --hero-gradient-primary:linear-gradient(135deg,#272b91 0%, #1d216f 100%);
    --space-section-y:70px;
    --color-accent-hover:#d9681f;

/* ================= Utility Classes (extracted from repeated inline styles) ================= */
.bg-hero-primary{background:var(--hero-gradient-primary); color:#fff;}
.pad-hero-default{padding:90px 0 70px 0;}
.section-pad{padding:60px 0;}
.section-pad-sm{padding:40px 0;}
.section-pad-xs{padding:30px 0;}
.section-pad-lg{padding:70px 0;}
.btn-gradient-orange{background:linear-gradient(135deg,#f47c2b 0%,#d9681f 100%); color:#fff;}
.btn-gradient-orange:hover{filter:brightness(1.05); color:#fff;}
.text-shadow-soft{text-shadow:0 2px 6px rgba(0,0,0,.25);}
.u-maxw-760{max-width:760px;}

/* Compact Layout Utilities */
.layout_padding { padding: 50px 0; }
.layout_padding_sm { padding: 40px 0; }
.layout_padding_xs { padding: 30px 0; }

/* Optimized Card Styles for Better Screen Fit */
@media (min-width: 992px) {
    .hosting-card, .dedicated-card {
        height: auto;
        min-height: 450px;
    }
    
    .hosting-card .feature-list li,
    .dedicated-card .feature-list li {
        padding: 3px 0 !important;
        font-size: 0.85rem !important;
    }
    
    .hosting-card .additional-features li,
    .dedicated-card .additional-features li {
        padding: 2px 0 !important;
        font-size: 0.8rem !important;
    }
}

/* Responsive spacing adjustments */
@media (max-width: 1199px) {
    .col-lg-4 .hosting-card,
    .col-lg-4 .dedicated-card {
        font-size: 0.9rem;
    }
}

/* Ensure cards fit on smaller laptops */
@media (min-width: 992px) and (max-width: 1366px) {
    .hosting-card h3,
    .dedicated-card h3 {
        font-size: 1.1rem !important;
    }
    
    .hosting-card .storage-label,
    .dedicated-card .storage-label {
        font-size: 0.65rem !important;
        padding: 3px 6px !important;
    }
}
.u-maxw-900{max-width:900px;}
.rounded-lg{border-radius:12px;}
.shadow-soft{box-shadow:0 4px 15px rgba(0,0,0,.08);} 
.shadow-elevated{box-shadow:0 6px 25px rgba(0,0,0,.15);} 

/* Canonical footer marker (for maintainers) */
/* === BEGIN CANONICAL FOOTER STRUCTURE === */
/* Columns: Company | Our Services | Quick Links | Contact Information
   Phone Display: +256703145493 (single authoritative contact)
   To update site-wide: search for 'BEGIN CANONICAL FOOTER STRUCTURE' */
/* === END CANONICAL FOOTER STRUCTURE === */
    --color-accent-gradient-start:rgba(244,140,70,0.9);
    --color-accent-gradient-end:rgba(239,116,42,0.85);
    --color-text:#222;
    --color-text-light:#666;
    --radius-sm:4px;
    --radius-md:8px;
    --radius-lg:15px;
    --shadow-soft:0 4px 15px rgba(0,0,0,0.08);
    --shadow-elevated:0 6px 25px rgba(0,0,0,0.15);
    --transition-fast:0.2s ease;
    --transition-base:0.3s ease;
    --sticky-nav-height:70px;
}

/* ================= Brand & Navigation Refinements ================= */
.brand-text {color:#ffffff; font-weight:700; font-size:1.2em; letter-spacing:.5px; display:inline-block;}
@media (max-width:575.98px){.brand-text{font-size:1.05em;}}

/* Parent dropdown active highlight (when a child page is active) */
.nav-item.dropdown.parent-active > .nav-link {background:#272b91; color:#fff !important; font-weight:600;}
.nav-item.dropdown.parent-active > .nav-link i.fa-caret-down {transform:rotate(180deg); transition:transform .3s ease;}

/* Accessible Skip Link */
.skip-link {position:absolute;left:-999px;top:-999px;background:#000;color:#fff;padding:8px 14px;z-index:2000;border-radius:4px;font-weight:600;line-height:1.2;}
.skip-link:focus,.skip-link:active {left:10px;top:10px;outline:2px solid var(--color-accent);outline-offset:2px;}

/* Removed obsolete carousel & legacy services icon styles (.services_icon, #main_slider*, .wordpress_text, .opposed_text) */

/* Utility classes for new services grid */
.service-stripe-orange {background:linear-gradient(90deg,#f47c2b,#f9a55a);}
.service-stripe-blue {background:linear-gradient(90deg,#272b91,#4f55c7);}
.service-stripe-blue-dark {background:linear-gradient(90deg,#272b91,#1a1d6b);} 
.service-stripe-orange-soft {background:linear-gradient(90deg,#f47c2b,#f8b47a);} 

.service-card-topbar {position:absolute; top:0; left:0; width:100%; height:4px;}
.service-icon-wrap {width:56px; height:56px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.service-icon-soft-orange {background:linear-gradient(135deg,#ffe8d9,#ffd1b3);} 
.service-icon-soft-blue {background:linear-gradient(135deg,#dfe3ff,#c7cdf9);} 
.service-icon-soft-peach {background:linear-gradient(135deg,#ffe4e0,#ffc8bb);} 
.service-icon-soft-cyan {background:linear-gradient(135deg,#d5e9ff,#b9dcff);} 
.service-icon-soft-pink {background:linear-gradient(135deg,#ffe9ef,#ffd0db);} 
.service-icon-soft-green {background:linear-gradient(135deg,#e5ffe4,#c5f3c3);} 

.service-meta-list {list-style:none; padding:0; margin:0 0 18px; font-size:0.85rem; color:#444;}
.service-meta-list li {margin-bottom:6px;}
.service-meta-list li i {margin-right:6px;}

.service-cta-btn {display:inline-block; padding:9px 20px; border-radius:22px; font-size:0.78rem; font-weight:600; letter-spacing:.5px; text-decoration:none;}
.service-cta-orange {background:#f47c2b; color:#fff;}
.service-cta-blue {background:#272b91; color:#fff;}
.service-cta-orange:hover,.service-cta-blue:hover {opacity:.9; color:#fff;}

@media (max-width: 767px){
  .services_section .row [class*='col-'] {margin-bottom:15px;}
  .service_card {padding:22px 20px;}
  .service_card h3 {font-size:1rem;}
  .service-card-topbar {height:3px;}
}
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    height: auto;
    background: #575cfa;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
    border: none !important;
}

.header_section.sticky-nav-active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #575cfa !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 999 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Remove any unwanted white space and scrolling effects for sticky elements */
body.sticky-nav-on {
    margin: 0 !important;
    padding-top: 0 !important;
}

.sticky-nav-active {
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

/* Top contact bar should NOT be sticky - remove all sticky styles */
.top-contact-bar {
    position: relative !important; /* Keep it relative, not fixed */
}

/* Ensure no white space or gaps */
.header_section.sticky-nav-active {
    border-top: none !important;
    border-bottom: none !important;
    outline: none !important;
}

/* External link indicators */
.external-indicator {
    display: inline;
}

.external-indicator i {
    transition: opacity 0.2s ease;
}

a:hover .external-indicator i {
    opacity: 1 !important;
}

/* Ensure sticky navbar works on all devices - ONLY MAIN NAVBAR */
@media (max-width: 991px) {
    .header_section.sticky-nav-active {
        position: fixed !important;
        top: 0 !important;
        z-index: 999 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    body.sticky-nav-on {
        padding-top: 0 !important;
    }
    
    /* Top contact bar should NOT be sticky */
    .top-contact-bar {
        position: relative !important;
    }
}

@media (max-width: 768px) {
    .header_section.sticky-nav-active {
        position: fixed !important;
        top: 0 !important;
        z-index: 999 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    body.sticky-nav-on {
        padding-top: 0 !important;
    }
    
    /* Top contact bar should NOT be sticky */
    .top-contact-bar {
        position: relative !important;
    }
}

@media (max-width: 480px) {
    .header_section.sticky-nav-active {
        position: fixed !important;
        top: 0 !important;
        z-index: 999 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    body.sticky-nav-on {
        padding-top: 0 !important;
    }
    
    /* Top contact bar should NOT be sticky */
    .top-contact-bar {
        position: relative !important;
    }
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-nav.ml-auto {
    display: flex;
}

/* Enhanced active link styling for sticky and primary nav */
.navbar-nav .nav-link[aria-current="page"],
.navbar-nav .nav-link.active {
    position: relative;
    font-weight:600;
    color:#f47c2b !important;
}
.navbar-nav .nav-link[aria-current="page"]:after,
.navbar-nav .nav-link.active:after {
    content:"";
    position:absolute;
    left:8px; right:8px; bottom:-6px;
    height:3px;
    border-radius:2px;
    background:linear-gradient(90deg,#f47c2b,#f8b47a);
    box-shadow:0 0 4px rgba(244,124,43,.3);
}
@media (max-width: 991px){
    .navbar-nav .nav-link[aria-current="page"],
    .navbar-nav .nav-link.active {background:rgba(244,124,43,.08); border-radius:6px;}
  .navbar-nav .nav-link[aria-current="page"]:after,
  .navbar-nav .nav-link.active:after {display:none;}
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    padding: 8px 12px;
    margin: 5px 6px 0px 0px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #575cfa !important;
    background-color: #ffffff !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #575cfa !important;
    background-color: #ffffff !important;
}

/* Ensure navbar links have proper default styling */
.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    background-color: transparent !important;
}

/* Dropdown toggle arrow styling */
.navbar-light .navbar-nav .dropdown-toggle::after {
    border-top-color: #ffffff !important;
}

.navbar-light .navbar-nav .dropdown-toggle:hover::after,
.navbar-light .navbar-nav .dropdown-toggle:focus::after {
    border-top-color: #575cfa !important;
}

/* Dropdown menu styling */
.dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.dropdown-item {
    color: #575cfa !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f8f9fa !important;
    color: #575cfa !important;
}

/* Override Bootstrap's navbar-light defaults to ensure proper contrast */
.header_section .navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}

.header_section .navbar-light .navbar-nav .nav-link:hover,
.header_section .navbar-light .navbar-nav .nav-link:focus {
    color: #575cfa !important;
    background-color: #ffffff !important;
}

.header_section .navbar-light .navbar-nav .nav-link.active,
.header_section .navbar-light .navbar-nav .active > .nav-link {
    color: #575cfa !important;
    background-color: #ffffff !important;
}

/* Brand text styling */
.navbar-brand .brand-text {
    color: #ffffff !important;
    font-weight: 700;
}

.navbar-brand {
    margin: 0px;
    margin-left: -15px;
    width: auto;
    text-align: left;
    padding-left: 0px;
}

/* Responsive adjustments for navbar brand on mobile */
@media (max-width: 768px) {
    .navbar-brand {
        margin-left: 0px !important; /* Remove negative margin on mobile */
        margin-right: 15px !important; /* Add some space from toggle button */
    }
}

@media (max-width: 480px) {
    .navbar-brand {
        margin-left: 0px !important; /* Remove negative margin on mobile */
        margin-right: 10px !important; /* Smaller space on very small screens */
    }
}

.navbar-brand img {
    height: 45px;
    width: auto;
}

.navbar {
    padding: 15px 0px;
}

/* Extend logo to extreme left margin */
.header_section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Add responsive padding for mobile devices */
@media (max-width: 768px) {
    .header_section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 480px) {
    .header_section .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.header_section .navbar {
    padding-left: 0px;
    padding-right: 0px;
}

/* Add responsive navbar padding for mobile devices */
@media (max-width: 768px) {
    .header_section .navbar {
        padding-left: 0px; /* Keep 0 since container has padding */
        padding-right: 0px; /* Keep 0 since container has padding */
    }
}

.custom_bg {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.custom_menu {
    width: 80%;
    float: left;
    padding: 15px 0px 15px 0px;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
}

.custom_menu li a{
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0px 7px;
    border-radius: 5px;
}

.custom_menu li a:hover{
    color: #ffffff;
    background-color: #ed1c24;
}

.custom_menu li.active a{
    color: #ffffff;
    background-color: #ed1c24;
}


.search_btn ul {
    margin: 0px;
    padding: 0px;
}

.search_btn li {
    float: left;
    font-size: 18px;
    color: #dedcdc;
    padding: 0px 35px 0px 35px;
}

.search_btn li a {
    color: #dedcdc;
}

.search_btn li a:hover {
    color: #ed1c24;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-bottom: 100px;
}

/* ================= Hero Banner Redesign ================= */
.hero-banner {position:relative; min-height:78vh; display:flex; align-items:stretch; overflow:hidden; background:radial-gradient(circle at 18% 25%, #4a5bc7 0%, #2c3794 55%, #1a2370 100%);} 
.hero-banner.hero-dark {background:radial-gradient(circle at 30% 40%, #1e2556 0%, #14193d 45%, #0a0e24 100%);} 
.hero-banner.hero-dark .hero-gradient-overlay {background:linear-gradient(120deg,rgba(20,25,56,0.4) 0%, rgba(15,20,45,0.85) 60%, rgba(10,14,36,0.97) 100%);} 
.hero-banner.hero-dark .hero-title .accent {text-shadow:0 0 0 transparent; filter:drop-shadow(0 2px 8px rgba(74,91,199,0.35));}
.hero-banner:before {content:""; position:absolute; inset:0; background:linear-gradient(165deg,rgba(255,255,255,0.07),transparent 60%), radial-gradient(circle at 70% 20%,rgba(74,91,199,0.18),transparent 60%); mix-blend-mode:overlay; pointer-events:none;}
.hero-gradient-overlay {position:absolute; inset:0; background:linear-gradient(120deg,rgba(74,91,199,0.2) 0%, rgba(44,55,148,0.85) 55%, rgba(26,35,112,0.95) 100%); pointer-events:none;}

/* Slide background decorative layers */
/* (Replaced by single shared background) */
.hero-slide-bg,.hero-media-layer,.hero-media-layer video,.hero-media-fallback {display:none!important;}
.hero-slide-1,.hero-slide-2,.hero-slide-3 {background:none!important;}

/* Shared static background (single image used across slides) */
/* ===== Minimal Hero Variant ===== */
.hero-banner.hero-minimal {min-height:82vh; display:flex; align-items:center; background:linear-gradient(100deg,#262f9f 0%, #1f258e 40%, #151c76 70%, #101651 100%); position:relative; overflow:hidden;}
.hero-minimal-bg:before,.hero-minimal-bg:after {content:""; position:absolute; border-radius:50%; filter:blur(60px); opacity:.28;}
.hero-minimal-bg {position:absolute; inset:0; background:radial-gradient(circle at 78% 42%,rgba(255,255,255,0.06),rgba(255,255,255,0) 60%);}
.hero-minimal-bg:before {width:420px; height:420px; top:55%; left:62%; background:linear-gradient(135deg,#4d2dfc,#2a4fe6); transform:translate(-50%,-50%);}
.hero-minimal-bg:after {width:300px; height:300px; top:25%; left:82%; background:linear-gradient(135deg,#3d5af7,#2847d9); transform:translate(-50%,-50%); opacity:.18;}
.hero-minimal-copy {
    padding-top: 40px; 
    padding-bottom: 40px; 
    position: relative; 
    z-index: 2;
    text-align: left;
}

@media (max-width: 991px) {
    .hero-minimal-copy {
        text-align: center;
    }
}
/* (Removed hero-minimal-title/btn styles after restoring original hero title & buttons) */
.hero-minimal-art {margin:0; position:relative; max-width:620px; width:100%;}
.hero-minimal-art img {width:100%; height:auto; filter:drop-shadow(0 25px 45px rgba(0,0,0,.55)); animation:floatY 9.5s ease-in-out infinite;}
@media (max-width:991px){.hero-minimal-art img {max-width:520px;}}
@media (max-width:767px){.hero-minimal-art {margin-top:50px;} .hero-banner.hero-minimal {padding-top:40px; padding-bottom:40px;}}
@media (max-width:575px){.hero-minimal-btn {padding:14px 46px; font-size:.95rem;}}

/* Hide carousel-specific UI when minimal variant is active */
/* Show indicators for carousel; keep nav arrows hidden */
.hero-banner.hero-minimal .hero-nav {display:none;} /* reset from earlier full suppression */
.hero-banner.hero-minimal .hero-nav.hero-nav-minimal {display:flex!important; opacity:.65;}
.hero-banner.hero-minimal .hero-nav.hero-nav-minimal .hero-nav-icon {background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.18); color:rgba(255,255,255,0.85); box-shadow:0 4px 18px -6px rgba(0,0,0,.55);}
.hero-banner.hero-minimal .hero-nav.hero-nav-minimal:hover .hero-nav-icon {background:rgba(255,255,255,0.22); border-color:rgba(255,255,255,0.35); opacity:1;}
.hero-banner.hero-minimal .hero-nav.hero-nav-minimal .hero-nav-icon i {text-shadow:0 2px 6px rgba(0,0,0,0.4);} 

.hero-copy {
    position: relative; 
    z-index: 2; 
    padding-top: 40px; 
    padding-bottom: 40px;
    text-align: left;
}

@media (max-width: 991px) {
    .hero-copy {
        text-align: center;
    }
}
.hero-title {font-weight:700; line-height:1.15; color:#fff; margin-bottom:22px; font-size:2.65rem; letter-spacing:-.5px;}
@media (max-width: 991px){.hero-title {font-size:2.15rem;}}
@media (max-width: 575px){.hero-title {font-size:1.85rem;}}
.hero-title .accent {color:var(--color-accent); text-shadow:0 4px 18px rgba(244,124,43,0.3);}
.hero-lead {color:rgba(255,255,255,0.92); font-size:1.05rem; line-height:1.6; max-width:540px; margin-bottom:28px;}
@media (max-width:575px){.hero-lead {font-size:.95rem; margin-bottom:20px;}}

.hero-cta-group {
    display: flex; 
    flex-wrap: wrap; 
    gap: 16px; 
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.btn.btn-cta-primary {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%); 
    color: #fff; 
    font-weight: 600; 
    padding: 14px 32px; 
    border-radius: 10px; 
    box-shadow: 0 8px 24px -6px rgba(244,124,43,0.42); 
    font-size: 0.95rem; 
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-cta-primary:hover {transform:translateY(-3px); box-shadow:0 12px 32px -6px rgba(244,124,43,0.52); color:#fff;}
.btn.btn-cta-outline {
    background: rgba(255,255,255,0.08); 
    color: #fff; 
    border: 2px solid rgba(255,255,255,0.55); 
    padding: 12px 30px; 
    border-radius: 10px; 
    font-weight: 600; 
    font-size: 0.95rem; 
    letter-spacing: 0.5px; 
    backdrop-filter: blur(4px);
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} 
.btn.btn-cta-outline:hover {background:#fff; color:var(--color-primary); box-shadow:0 6px 20px -4px rgba(255,255,255,0.4);}

.hero-visual {position:relative; z-index:2;}
.hero-art {margin:0; position:relative;}
.hero-art img {width:92%; max-width:560px; filter:drop-shadow(0 20px 45px rgba(0,0,0,0.45)); animation:floatY 8s ease-in-out infinite;}
@keyframes floatY {0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)}}

/* Aspect ratios to prevent CLS */
.hero-aspect-illustration {aspect-ratio:16/11; width:92%; max-width:560px; display:flex; align-items:center; justify-content:center;}
.hero-aspect-illustration img {width:100%; height:100%; object-fit:contain;}

/* Hero Carousel Controls */
.hero-nav {width:56px; height:56px; top:50%; transform:translateY(-50%); opacity:0.88;}
.hero-nav .hero-nav-icon {display:flex; align-items:center; justify-content:center; width:56px; height:56px; background:linear-gradient(135deg,rgba(255,255,255,0.15),rgba(255,255,255,0.05)); border:1px solid rgba(255,255,255,0.25); backdrop-filter:blur(6px); border-radius:50%; color:#fff; font-size:1.65rem; box-shadow:0 6px 18px -4px rgba(0,0,0,0.5); transition:var(--transition-base);}
.hero-nav:hover .hero-nav-icon {background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover)); border-color:var(--color-accent); box-shadow:0 6px 24px -2px rgba(244,124,43,0.5);}
.hero-nav.carousel-control-prev {left:20px;}
.hero-nav.carousel-control-next {right:20px;}
@media (max-width: 767px){.hero-nav {width:46px; height:46px;} .hero-nav .hero-nav-icon {width:46px; height:46px; font-size:1.3rem;}}

/* Hero Indicators */
.hero-indicators {position:absolute; bottom:28px; left:0; right:0; margin:0 auto; display:flex; justify-content:center; gap:12px; z-index:3;}
.hero-indicators li {width:14px; height:14px; border-radius:50%; background:rgba(255,255,255,0.3); border:2px solid transparent; position:relative; cursor:pointer; transition:var(--transition-base);}
.hero-indicators li:before {content:""; position:absolute; inset:0; border-radius:inherit; background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover)); opacity:0; transform:scale(.4); transition:var(--transition-base); box-shadow:0 0 0 0 rgba(244,124,43,0.35);} 
.hero-indicators li.active, .hero-indicators li:hover {background:rgba(255,255,255,0.6);} 
.hero-indicators li.active:before {opacity:1; transform:scale(1); animation:pulseRing 1.6s ease-in-out infinite;}
/* Blue variant for minimal hero */
.hero-indicators.hero-indicators-blue li {background:rgba(255,255,255,0.18); border-color:transparent;}
.hero-indicators.hero-indicators-blue li:hover {background:rgba(255,255,255,0.38);} 
.hero-indicators.hero-indicators-blue li.active {background:linear-gradient(135deg,#2f3dbd,#1a247d);} 
.hero-indicators.hero-indicators-blue li.active:before {background:linear-gradient(135deg,#3d4be3,#222f9d); box-shadow:0 0 0 0 rgba(45,66,200,0.45);} 
@media (prefers-reduced-motion:reduce){
    * {animation:none!important; transition:none!important;}
    .hero-art img {animation:none!important;}
    .hero-indicators li.active:before {animation:none!important;}
    .hero-nav .hero-nav-icon:hover {transform:none!important;}
}
@keyframes pulseRing {0%{box-shadow:0 0 0 0 rgba(244,124,43,0.4);} 70%{box-shadow:0 0 0 10px rgba(244,124,43,0);} 100%{box-shadow:0 0 0 0 rgba(244,124,43,0);}}

@media (max-width:575px){.hero-indicators {bottom:18px;} .hero-indicators li {width:11px; height:11px;}}

/* Compact testimonial indicators (override original) */
.testimonial_section .carousel-indicators {bottom:-35px;}
.testimonial_section .carousel-indicators li {width:10px; height:10px; background:rgba(39,43,145,0.35); margin:0 4px;}
.testimonial_section .carousel-indicators .active {background:var(--color-accent);}

/* Accessibility focus for controls */
.hero-nav:focus .hero-nav-icon, .hero-indicators li:focus {outline:3px solid var(--color-accent); outline-offset:3px;}

/* Mobile stacking adjustments */
@media (max-width:991px){
    .hero-banner {min-height:70vh;} 
    .hero-copy {text-align:center;} 
    .hero-visual {margin-top:30px;} 
    .hero-art img {width:75%;}
    .hero-cta-group {
        justify-content: center;
        gap: 12px;
        margin-top: 25px;
    }
}

@media (max-width:768px){
    .hero-cta-group {
        gap: 10px;
    }
    .btn.btn-cta-primary,
    .btn.btn-cta-outline {
        min-width: 150px;
        padding: 13px 28px;
    }
    .hero-title {
        font-size: 2rem;
        margin-bottom: 18px;
    }
    .hero-lead {
        font-size: 1.05rem;
        margin-bottom: 22px;
    }
}
@media (max-width:575px){
    .btn.btn-cta-primary,
    .btn.btn-cta-outline {
        padding: 12px 24px; 
        font-size: 0.9rem;
        min-width: 160px;
        width: 100%;
        max-width: 280px;
        margin-bottom: 8px;
    } 
    .hero-copy {
        padding-top: 25px;
        text-align: center;
    }
    .hero-cta-group {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 25px;
        width: 100%;
    }
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .hero-lead {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 25px;
    }
}

/* ===== Video Overlay Utility ===== */
.hero-video-overlay-gradient {position:absolute; inset:0; background:linear-gradient(160deg, rgba(5,7,20,0.65) 0%, rgba(5,6,15,0.6) 40%, rgba(5,6,12,0.92) 100%); mix-blend-mode:normal;}

/* ===== Preload Hint Style (optional visual debug) ===== */
.preload-hint {position:absolute; top:-9999px; left:-9999px; width:1px; height:1px; overflow:hidden;}

.banner_taital_1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fccf6d;
    padding-bottom: 0px;
    padding-top: 70px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    padding-top: 90px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #262626;
    margin: 0px;
    padding-top: 30px;
}

.read_bt {
    width: 180px;
    float: left;
    padding-top: 50px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #ed1c24;
    color: #fefefd;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.read_bt a:hover {
    color: #fefefd;
    background-color: #333333;
}

#my_slider a.carousel-control-prev {
    left: 20px;
    top: 170px;
}

#my_slider a.carousel-control-next {
    right: 20px;
    top: 170px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 30px;
    color: #3f4140;
    background-color: #ffffff;
    border-radius: 100%;
    font-weight: bold;
    border: 6px solid #232884;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #232884;
}


/* banner section end */

/* domain section start */

.domain_section{
    width: 100%;
    float: left;
    margin-top: 40px;
}

.domain_box {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    height: auto;
    border-radius: 40px;
    padding: 40px 0px;
    box-shadow: 0px 0px 20px 0px;
    position: relative;
    top: -20px;
}

.domain_rate {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.domain_rate ul {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    display: inline-block;
}

.domain_rate li{
    float: left;
    font-size: 16px;
    color: #272b91;
    padding: 0px 50px;
}

.domain_rate li a{
    color: #272b91;
}

.domain_rate li a:hover{
    color: #8b2791;
}

.domain_main {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}


* {
  box-sizing: border-box;
}

form.example input[type=text] {
    color: #000;
    padding: 10px;
    font-size: 17px;
    border: 0px;
    float: left;
    width: 78%;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px #ededed;
}

form.example button {
  float: right;
  width: 20%;
  padding: 10px;
  background: #ed1c24;
  color: white;
  font-size: 17px;
  border-left: none;
  cursor: pointer;
  border-radius: 4px;
}

form.example button:hover {
    background: #ed1c24;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

/* domain section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.about_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 0px 20px 30px 20px;
    box-shadow: 0px 0px 50px 0px #ebebeb;
    position: relative;
}

.icon_1 {
    width: 100%;
    text-align: center;
    top: -40px;
    position: relative;
}

.faster_text{
    width: 100%;
    font-size: 20px;
    color: #3f3f41;
    text-align: center;
    font-weight: bold;
}

.lorem_text {
    width: 80%;
    font-size: 16px;
    color: #3f3f41;
    margin: 0 auto;
    text-align: center;
}

/* about section end */

/* hosting section start */

.hosting_section {
    width: 100%;
    float: left;
    padding: 40px 0px 60px 0px;
    background-image: none;
    background: transparent;
    height: auto;
}

.hosting_img {
    display: none;
}

.hosting_taital{
    width: 100%;
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Sen', sans-serif;
}

.hosting_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    border: 1px solid #fff;
    padding: 40px 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.click_bt{
    width: 170px;
    float: left;
    margin-top: 30px;
}

.click_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ed1c24;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.click_bt a:hover{
    color: #252525;
    background-color: #ffffff;
}

/* hosting section end */

/* pricing section start */

.pricing_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.pricing_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070101;
    text-align: center;
    font-weight: bold;
    font-family: 'Sen', sans-serif;
}

.pricing_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #070101;
    text-align: center;
    margin: 0px;
}

.pricing_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.pricing_box {
    width: 100%;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #ad9ed5;
    padding: 30px;
}

.number_text {
    width: 55px;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0 auto;
    border: 1px solid #000;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 10px 5px;
    font-weight: bold;
}

.cloud_text{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #070101;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}

.dolor_text{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #363637;
    padding-bottom: 0px;
}

.monthly_text{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #272b91;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.band_text {
    width: 60%;
    text-align: center;
    font-size: 16px;
    color: #2f2f2f;
    margin: 0 auto;
    padding-top: 10px;
}

.signup_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.signup_bt a {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #3d51d0;
    padding: 12px 51px;
    border-radius: 5px;
}

.signup_bt a:hover {
    color: #ffffff;
    background-color: #ed1c24;
}

.pricing_box:hover {
    border: 1px solid #272b91;
    background-color: #272b91;
}

.pricing_box:hover .number_text{
    border: 1px solid #272b91;
    color: #37139a;
}

.pricing_box:hover .cloud_text{
    color: #ffffff;
}
.pricing_box:hover .monthly_text{
    color: #ffffff;
}
.pricing_box:hover .dolor_text{
    color: #ffffff;
}

.pricing_box:hover .band_text{
    color: #ffffff;
}

.pricing_box:hover .signup_bt a{
    color: #ffffff;
    background-color: #ed1c24;
}

/* pricing section start */

/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-color: #272b91;
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
}

/* New summarized services grid cards */
.service_card {
    background:#fff;
    border:1px solid #e4e9f2;
    border-radius:14px;
    padding:28px 24px;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,0.06);
    transition:all .3s ease;
}
.service_card:hover {
    transform:translateY(-6px);
    box-shadow:0 10px 28px rgba(0,0,0,0.12);
}
.service_card h3 { font-size:1.08rem; font-weight:700; color:#272b91; }
.service_card p { font-size:0.95rem; line-height:1.55; }
.service_card ul li { font-size:0.8rem; }
.service_card a { text-decoration:none; font-weight:600; }
.service_card a:hover { opacity:.9; }

/* Minor utilities */
.service-card-head {display:flex; align-items:center; gap:15px; margin-bottom:18px;}
.service-icon-wrap img {width:34px; height:auto;}
.services-section-spacer {margin-top:15px;}
.light-bg {background:#f8f9fc;}
.services_taital.dark-on-light {color:#272b91 !important; font-weight:700;}
.services_text.constrained {max-width:760px; margin:10px auto 0; color:#555;}

.services_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-family: 'Sen', sans-serif;
}
.services_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 90px;
}

.services_icon {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    min-height: 160px;
    justify-content: center;
    align-items: center;
}

.wordpress_text {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
}

.opposed_text {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.services_icon .image_2 {
    display: none;
}

.services_icon:hover .image_2 {
    display: block;
}

.services_icon:hover .image_1 {
    display: none;
}


#main_slider a.carousel-control-prev {
    left: 0px;
    top: 365px;
    right: 70px;
}

#main_slider a.carousel-control-next {
    right: 0px;
    top: 365px;
    left: 70px;
    color: #8f9091;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 65px;
    height: 65px;
    opacity: 1;
    font-size: 30px;
    color: #3f4140;
    background-color: #ffffff;
    border-radius: 100%;
    font-weight: bold;
    border: 6px solid #232884;
    margin: 0 auto;
    text-align: center;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #8f9091;
}


/* services section end */

/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 200px;
}

.testimonial_taital{
    width: 100%;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #040403;
    font-family: 'Sen', sans-serif;
}

.testimonial_text{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #070101;
    margin: 0px;
}

.testimonial_section_2 {
    width: 100%;
    border: 6px solid #e1e1e1;
    border-radius: 10px;
    padding: 40px;
    margin-top: 50px;
}

.ipsum_text{
    width: 100%;
    font-size: 16px;
    color: #030000;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}

.quick_img {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.client_img {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.client_name{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #030000;
    font-weight: bold;
    margin-top: 20px;
}

.carousel-indicators .active {
    background-color: #272b91;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #ed1c24;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -50px;
}

/* testimonial section end */

/* newslatter section start */

.newslatter_section {
    width: 100%;
    float: left;
    background-color: #e4e4e4;
    height: auto;
    background-size: 100%;
    padding: 60px 0px;
}

.newslatter_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

input.mail {
    border-radius: 5px;
    padding: 10px 15px !important;
}

/* newslatter section end */
/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070101;
    font-weight: bold;
    text-align: center;
    font-family: 'Sen', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 60%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #414140;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 11px 20px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #414140;
}

.massage-bt {
    color: #414140;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 40px 20px 0px 20px;
    height: 110px;
    margin-top: 20px;
}

textarea#comment.massage-bt::placeholder {
    color: #414140;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #ed1c24;
    padding: 14px;
    margin-top: 40px;
    display: block;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #252525;
}


/* contact section end */


/* footer section start */

.footer_section{
    width: 100%;
    float: left;
    background-color: #272b91;
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
}
.footer_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Sen', sans-serif;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #ffffff;
}

span.angle_icon {
    font-size: 14px;
    padding-right: 10px;
}

span.angle_icon:hover{
    color: #ed1c24;
}

span.angle_icon.active{
    color: #ed1c24;
}

.footer_main {
    width: 50%;
    float: right;
}

p.dummy_text {
    width: 70%;
    font-size: 16px;
    color: #fff;
    margin: 0px;
}

.social_icon {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 10px 15px;
    background-color: #272b91;
    border: 1px solid #ffffff;
    color: #fefefd;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #ed1c24;
    border: 1px solid #ffffff;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
}

.location_text li a {
    color: #ffffff;
    display: flex;
}

.location_text li a:hover {
    color: #ed1c24;
}

.padding_left_10 {
    padding-right: 10px;
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #ed1c24;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* Devtown Hosting Package Cards */
.hosting-card {
    border: 2px solid #f47c2b;
    border-radius: 12px;
    background: #f7faff;
    box-shadow: 0 2px 8px rgba(39,43,145,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    margin-bottom: 24px;
}
.hosting-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 18px rgba(39,43,145,0.15);
}
.hosting-card-header {
    background: #f47c2b;
    color: #fff;
    padding: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}
.hosting-card-body {
    padding: 16px;
    text-align: center;
}   

/* Modern Banner Responsive Styles */
@media (max-width: 768px) {
    .banner_section h1 {
        font-size: 2.2rem !important;
    }
    
    .banner_section p {
        font-size: 1rem !important;
    }
    
    .banner_section [style*="position:absolute"] {
        position: relative !important;
        display: inline-block;
        margin: 10px;
    }
    
    .banner_section [style*="flex-wrap:wrap"] a {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Floating animation for banner elements */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.banner_img [style*="position:absolute"] {
    animation: float 3s ease-in-out infinite;
}

.banner_img [style*="position:absolute"]:nth-child(2) {
    animation-delay: 1s;
}

.banner_img [style*="position:absolute"]:nth-child(3) {
    animation-delay: 2s;
}

/* Enhanced carousel controls */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(244, 124, 43, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* Compact hosting cards */
.hosting-card {
    max-width: 380px;
    margin: 0 auto;
    min-height: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.hosting-card .card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.hosting-card .card-footer {
    margin-top: auto;
    padding-top: 10px;
}

.hosting-card.selected {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
    border-color: #272b91 !important;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(39, 43, 145, 0.25) !important;
}

.hosting-card h3 {
    font-size: 1.5rem !important;
}

.hosting-card .price-display {
    font-size: 1.7rem !important;
}

.hosting-card .circular-tag {
    width: 65px;
    height: 65px;
    top: -12px;
    right: 15px;
}

.hosting-card .circular-tag span:first-child {
    font-size: 0.8rem;
}

.hosting-card .circular-tag span:last-child {
    font-size: 0.6rem;
}

.hosting-card .card-body {
    padding: 10px;
}

.hosting-card .feature-list {
    margin: 12px 0 !important;
}

.hosting-card .feature-list li {
    padding: 3px 0;
    font-size: 0.85rem;
}

.hosting-card .expand-btn {
    background: transparent;
    border: 1px solid #ddd;
    color: #666;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.hosting-card .expand-btn:hover {
    background: #f0f4ff;
    border-color: #272b91;
    color: #272b91;
}

.hosting-card .additional-features {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e6ff;
}

.hosting-card .additional-features.show {
    display: block;
}

/* Reduce spacing for ideal-for sections and general card content */
.hosting-card [style*="margin:16px 0"] {
    margin: 8px 0 !important;
}

.hosting-card [style*="padding:12px"] {
    padding: 8px !important;
}

/* Fade sharp borders to softer colors */
.hosting-card {
    border: 2px solid rgba(255, 102, 0, 0.3) !important;
}

.hosting-card > div:first-child {
    border: 2px solid rgba(255, 102, 0, 0.3) !important;
}

/* Fade blue borders for Custom package */
#card-custom {
    border: 2px solid rgba(39, 43, 145, 0.3) !important;
}

#card-custom > div:first-child {
    border: 2px solid rgba(39, 43, 145, 0.3) !important;
}

/* Best Value Badge */
.best-value-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    z-index: 10;
}

.best-value-badge::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4caf50;
}

/* Premium package with softer orange border */
#card-premium {
    border: 3px solid rgba(255, 102, 0, 0.4) !important;
}

#card-premium > div:first-child {
    border: 2px solid rgba(255, 102, 0, 0.4) !important;
}

/* Further compact feature lists */
.hosting-card .feature-list li {
    padding: 1px 0 !important;
    font-size: 0.8rem !important;
}

/* Compact expand buttons */
.hosting-card .expand-btn {
    margin: 5px 0 !important;
    padding: 3px 8px !important;
    font-size: 0.75rem !important;
}

/* Subtle Premium highlight while maintaining equality */
#card-premium {
    position: relative;
}

#card-premium::before {
    content: "POPULAR";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #f47c2b;
    color: white;
    padding: 3px 8px;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 10px;
    z-index: 10;
}

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

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

/* Modern button hover effects */
.banner_section a[style*="background:linear-gradient"] {
    position: relative;
    overflow: hidden;
}

.banner_section a[style*="background:linear-gradient"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

/* ===== SCROLL-TRIGGERED STICKY NAV ===== */


/* Login/Client Area Buttons */
.sticky-nav .btn {
    font-size: 0.8rem;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* === Enhanced Footer (Dark Navy Gradient) === */
.site-footer {background:linear-gradient(160deg,#1a206d 0%,#202a84 55%,#28369c 100%); color:#ffffff; padding:70px 0 0; font-family:'Poppins',sans-serif; position:relative; overflow:hidden;}
.site-footer::before {content:""; position:absolute; inset:0; background:radial-gradient(circle at 85% 20%, rgba(255,255,255,0.08), transparent 60%); pointer-events:none;}
.site-footer a {color:#ffffff; text-decoration:none; transition:color .25s ease;}
.site-footer a:hover, .site-footer a:focus {color:#ff9040; outline:none;}
.site-footer a:focus-visible {outline:2px solid #f47c2b; outline-offset:2px; border-radius:4px;}
.site-footer h4 {font-size:1.25rem; font-weight:700; color:#f47c2b; margin:0 0 26px; padding:0 0 8px; letter-spacing:.5px; position:relative;}
.site-footer h4::after {content:""; position:absolute; left:0; bottom:0; width:42px; height:3px; background:#f47c2b; border-radius:3px; box-shadow:0 0 8px rgba(244,124,43,.45);} 
.site-footer p, .site-footer li {font-size:15px; line-height:1.55; margin:0;}
.footer-logo {margin-bottom:20px;}
.footer-logo img {border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.2);}
.social-icons {display:flex; gap:12px; margin-top:15px;}
.social-link {width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; transition:all .25s ease; border:1px solid rgba(255,255,255,.2);}
.social-link:hover {background:#f47c2b; transform:scale(1.05); box-shadow:0 4px 12px rgba(244,124,43,.36);}
.footer-menu {list-style:none; padding:0; margin:0;}
.footer-menu li {margin-bottom:8px;}
.footer-menu a {color:#ffffff; text-decoration:none; transition:color .25s ease; display:block;}
.footer-menu a:hover, .footer-menu a:focus {color:#ff9040;}
.footer-contact li {display:flex; align-items:flex-start; gap:10px; margin-bottom:12px;}
.footer-contact .label {flex-shrink:0; width:20px; text-align:center; margin-top:2px;}
.footer-contact .label i {color:#f47c2b;}
.footer-divider {height:1px; background:linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); margin:40px 0 30px;}
.footer-bottom {text-align:center; padding:20px 0 10px;}
.footer-badge {background:#f47c2b; color:#fff; padding:2px 6px; border-radius:3px; font-size:11px; font-weight:600; margin-left:6px;}
.footer-col {margin-bottom:44px;}
.footer-menu {list-style:none; padding:0; margin:0;}
.footer-menu li {margin:0 0 10px;}
.footer-menu li:last-child {margin-bottom:0;}
.footer-contact li {display:flex; gap:10px; align-items:flex-start;}
.footer-contact li span.label {min-width:42px; font-weight:600; color:#f47c2b;}
.social-icons {display:flex; gap:15px; margin-top:20px;}
.social-icons a {width:48px; height:48px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05)); border:1px solid rgba(255,255,255,0.25); border-radius:16px; color:#fff; backdrop-filter:blur(10px); transition:all 0.3s ease; position:relative; overflow:hidden;}
.social-icons a::before {content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(135deg, rgba(255,255,255,0.1), transparent); opacity:0; transition:opacity 0.3s ease;}
.social-icons a:hover {transform:translateY(-2px); box-shadow:0 8px 25px rgba(255,255,255,0.15); border-color:rgba(255,255,255,0.4);}
.social-icons a:hover::before {opacity:1;}
.social-icons svg {width:22px; height:22px; z-index:1; position:relative;}
.social-link.facebook:hover {background:linear-gradient(135deg, #1877f2, #42a5f5);}
.social-link.whatsapp:hover {background:linear-gradient(135deg, #25d366, #4caf50);}
.footer-bottom {background:rgba(0,0,0,0.4); padding:15px 0 20px; text-align:center; font-size:12px; border-top:1px solid rgba(255,255,255,0.1);}
.footer-bottom a {color:#f47c2b;}
.footer-badge {display:inline-block; background:#272b91; color:#fff; padding:3px 10px; border-radius:12px; font-size:11px; margin-left:8px; letter-spacing:.5px;}
.link-new::after {content:'NEW'; background:#f47c2b; color:#fff; font-size:10px; padding:2px 6px; border-radius:10px; margin-left:6px; position:relative; top:-1px;}
.policy-grid {columns:2; column-gap:40px;}
@media (max-width: 992px){
    .policy-grid {columns:1;}
    .site-footer {padding-top:50px;}
    .site-footer h4 {margin-bottom:16px;}
}

/* === Layout / Footer Visibility Helpers === */
html, body {height:100%;}
.page-wrapper {min-height:100vh; display:flex; flex-direction:column;}
.page-content {flex:1 0 auto;}
.site-footer {flex-shrink:0;}

/* Hidden state for primary non-sticky header (applied via inline JS) */
#primaryNavWrapper.hidden-nav {opacity:0; transform:translateY(-20px); pointer-events:none;}

/* === Page Hero Utilities === */
.page-hero {padding:80px 0 40px; color:#fff; background:linear-gradient(135deg,#1d2379 0%, #272b91 55%, #303cb3 100%);} 
.page-hero.tall {padding:90px 0 50px;} 
.page-hero h1 {font-weight:700; font-size:2.2rem; color:#f47c2b; margin:0 0 12px;} 
@media (max-width: 576px){
    .page-hero h1 {font-size:1.85rem;}
}

/* Reset header section to normal positioning */
.header_section {
    position: relative;
}

/* Responsive adjustments */

/* =====================================================
     Accessibility: Reduce Motion Support
     Users with prefers-reduced-motion should not get large
     transforms / transitions.
===================================================== */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition:none !important; scroll-behavior:auto !important; }
}

.banner_section a[style*="background:linear-gradient"]:hover:before {
    left: 100%;
}

/* ===== TOP CONTACT BAR ===== */
.top-contact-bar {
    background-color: #6b7280;
    color: white;
    padding: 4px 30px; /* More space from edges */
    font-size: 11px; /* Keep same font size */
    position: relative;
    z-index: 1001;
    line-height: 1.2; /* Keep line height */
    margin: 0 !important;
    border: none !important;
}

/* Responsive padding for different screen sizes */
@media (max-width: 1200px) {
    .top-contact-bar {
        padding: 4px 25px; /* Slightly reduce on medium screens */
    }
}

@media (max-width: 768px) {
    .top-contact-bar {
        padding: 4px 20px; /* Reduce on tablets */
    }
}

@media (max-width: 480px) {
    .top-contact-bar {
        padding: 4px 15px; /* Smaller padding on mobile */
    }
}

/* Ensure Font Awesome icons display properly */
.top-contact-bar .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* Force Font Awesome icons to show with explicit character codes */
.fa-phone:before,
.top-contact-bar .fa-phone:before {
    content: "\f095" !important;
    font-family: FontAwesome !important;
}

.fa-envelope:before,
.top-contact-bar .fa-envelope:before {
    content: "\f0e0" !important;
    font-family: FontAwesome !important;
}

/* Top contact bar - DISABLED sticky behavior */
.top-contact-bar.sticky-top-active {
    /* Remove all sticky styles - top bar should not be sticky */
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 1001 !important;
    width: auto !important;
    background-color: #6b7280 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    margin: 0 !important;
    padding: 4px 30px !important;
}

.top-contact-bar .contact-info {
    display: flex;
    gap: 25px;
}

.top-contact-bar .search-form {
    max-width: 34px; /* Increased from 30px to 34px to accommodate larger button */
    transition: max-width 0.3s ease;
    position: relative;
}

.top-contact-bar .search-form .form-control {
    display: none; /* Hidden by default */
    position: absolute;
    right: 40px;
    top: 0;
    width: 200px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 12px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.top-contact-bar .search-form .form-control::placeholder {
    color: #666;
}

.top-contact-bar .search-form .form-control:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(39, 43, 145, 0.2);
}

.top-contact-bar .search-form .input-group {
    width: auto;
}

.top-contact-bar .search-form .input-group-append {
    margin-left: 0;
}

.top-contact-bar .search-form .btn-outline-light {
    border: none;
    border-radius: 50%;
    color: white;
    background: transparent;
    padding: 4px; /* Keep same padding */
    width: 32px; /* Increased from 28px to 32px */
    height: 32px; /* Increased from 28px to 32px */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.top-contact-bar .search-form .btn-outline-light:hover {
    background: var(--color-primary); /* Blue background on hover */
    color: white;
    transform: scale(1.15); /* Slightly larger scale */
    box-shadow: 0 3px 6px rgba(39, 43, 145, 0.4);
}

.top-contact-bar .search-form .btn-outline-light i {
    font-size: 14px; /* Keep same size */
    font-weight: normal; /* Removed bold - back to normal */
}

/* Auth buttons styling */
.top-contact-bar .auth-links .btn {
    padding: 3px 10px; /* Increased from 1px 6px for larger buttons */
    font-size: 13px; /* Increased from 11px to 13px */
    border-radius: 3px; /* Slightly increased border radius */
    min-width: 60px; /* Increased from 50px */
    line-height: 1.2; /* Slightly increased line height */
    font-weight: normal; /* Keep normal weight */
    text-transform: capitalize; /* Keep capitalize */
    letter-spacing: 0.5px; /* Keep letter spacing */
    transition: all 0.2s ease; /* Smooth transitions */
    cursor: pointer; /* Better cursor indication */
}

.top-contact-bar .auth-links .btn-sm {
    padding: 2px 8px; /* Increased from 1px 4px for larger buttons */
    font-size: 12px; /* Increased from 10px to 12px */
    font-weight: normal; /* Keep normal weight */
    text-transform: capitalize; /* Keep capitalize */
    letter-spacing: 0.5px; /* Keep letter spacing */
    transition: all 0.2s ease; /* Smooth transitions */
    cursor: pointer; /* Better cursor indication */
    min-width: 55px; /* Added min-width for consistency */
}

/* Enhanced hover effects for auth buttons */
.top-contact-bar .auth-links .btn:hover {
    background: var(--color-primary) !important; /* Blue background on hover */
    border-color: var(--color-primary) !important; /* Blue border */
    color: white !important;
    transform: scale(1.08);
    box-shadow: 0 3px 8px rgba(39, 43, 145, 0.4); /* Blue shadow */
    font-weight: 500;
    transition: all 0.2s ease;
}

/* Active/pressed state for auth buttons */
.top-contact-bar .auth-links .btn:active {
    transform: scale(0.98);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Focus state for accessibility */
.top-contact-bar .auth-links .btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

/* Make auth buttons slightly more visible with better borders */
.top-contact-bar .auth-links .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    transition: all 0.2s ease;
}

/* Purchase hosting button - Shopping Cart Icon */
.top-contact-bar .top-cta .btn-purchase-hosting {
    padding: 4px; /* Adjust padding for icon */
    font-size: 14px; /* Icon size */
    border-radius: 50%; /* Make it circular */
    line-height: 1; /* Center the icon */
    font-weight: normal; /* Keep normal weight */
    width: 28px; /* Fixed width */
    height: 28px; /* Fixed height */
    display: flex; /* Flexbox for centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    background: rgba(255, 255, 255, 0.1); /* Subtle background */
    color: white; /* White icon */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
    transition: all 0.2s ease; /* Smooth transitions */
}

/* Hover effect for shopping cart */
.top-contact-bar .top-cta .btn-purchase-hosting:hover {
    background: var(--color-primary); /* Blue background on hover */
    border-color: var(--color-primary); /* Blue border */
    transform: scale(1.15);
    box-shadow: 0 3px 8px rgba(39, 43, 145, 0.4); /* Blue shadow */
    color: white;
}

.top-contact-bar .contact-item {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px; /* Keep same gap */
    padding: 1px 4px; /* Keep same padding */
    border-radius: 2px; /* Keep same border radius */
    transition: all 0.3s ease;
    font-size: 12px; /* Keep same font size */
    line-height: 1.1; /* Keep tight line height */
    font-weight: normal; /* Removed bold - back to normal */
}

.top-contact-bar .contact-item:hover {
    background: var(--color-primary); /* Blue background on hover */
    color: white;
    text-decoration: none;
    transform: translateY(-1px); /* Slight lift effect */
    box-shadow: 0 2px 4px rgba(39, 43, 145, 0.3);
}

/* Font Awesome icons - ONLY for top contact bar */
/* ===== NAVBAR DISPLAY FIXES ===== */

/* Force auth buttons to display on medium+ screens */
.top-contact-bar .auth-links {
    display: none !important;
}

@media (min-width: 768px) {
    .top-contact-bar .auth-links {
        display: flex !important;
        gap: 8px;
    }
}

/* Ensure top contact bar displays properly */
.top-contact-bar {
    display: block !important;
    background-color: #6b7280 !important;
    color: white !important;
    position: relative !important;
    z-index: 1001 !important;
}

/* Fix navbar header section */
.header_section {
    background: #575cfa !important;
    position: relative !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Ensure contact icons display */
.top-contact-bar .contact-icon-emoji {
    display: inline !important;
    margin-right: 2px !important;
}

/* Hide FontAwesome icons ONLY in contact info, show emojis instead */
.top-contact-bar .contact-info .contact-icon-fa {
    display: none !important; /* Hide FontAwesome in contact info only */
}

/* Ensure shopping cart FontAwesome icon is visible */
.top-contact-bar .fa-shopping-cart {
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    color: white !important;
}

/* Ensure search FontAwesome icon is visible */
.top-contact-bar .fa-search,
.top-contact-bar .fa-times {
    display: inline-block !important;
    font-family: FontAwesome !important;
}

/* Fix search button visibility */
.top-contact-bar .search-form .btn-outline-light {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Fix shopping cart icon - ensure it's always visible */
.top-contact-bar .top-cta {
    display: block !important;
}

.top-contact-bar .top-cta .btn-purchase-hosting {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    text-decoration: none !important;
}

.top-contact-bar .top-cta .btn-purchase-hosting i {
    font-size: 14px !important;
    color: white !important;
}

/* ===== END NAVBAR FIXES ===== */

.top-contact-bar .contact-item .contact-icon-fa {
    color: white !important;
    font-size: 13px; /* Keep same size */
    min-width: 15px; /* Keep same width */
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 3px; /* Keep same margin */
    font-family: "Font Awesome 6 Free", "FontAwesome", "Font Awesome 5 Free" !important;
    font-weight: 900 !important; /* Ensure solid icons for Font Awesome 6 */
}

/* Emoji fallback - ONLY for top contact bar */
.top-contact-bar .contact-item .contact-icon-emoji {
    color: white !important;
    font-size: 13px; /* Keep same size */
    min-width: 15px; /* Keep same width */
    text-align: center;
    transition: all 0.3s ease;
    display: none;
    margin-right: 3px; /* Keep same margin */
    font-weight: normal; /* Removed bold - back to normal */
}

/* Show emoji if Font Awesome is not loaded - ONLY for top contact bar */
.top-contact-bar .contact-item .contact-icon-fa:not(:before),
.top-contact-bar .contact-item .contact-icon-fa[data-fa-fallback] {
    display: none;
}

.top-contact-bar .contact-item .contact-icon-fa:not(:before) + .contact-icon-emoji,
.top-contact-bar .contact-item .contact-icon-fa[data-fa-fallback] + .contact-icon-emoji {
    display: inline-block;
}

/* Hover effects - ONLY for top contact bar */
.top-contact-bar .contact-item:hover .contact-icon-fa,
.top-contact-bar .contact-item:hover .contact-icon-emoji {
    color: white !important;
}

/* Restore general Font Awesome icons for main navbar and other elements */
.fa {
    font-family: "Font Awesome 6 Free", "FontAwesome", "Font Awesome 5 Free" !important;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Ensure dropdown icons work properly */
.dropdown-item .fa,
.nav-link .fa,
.btn .fa {
    margin-right: 8px;
    font-size: 14px;
}

/* Specific icon rules with stronger selectors */
.top-contact-bar .contact-item i.fa.fa-phone:before {
    content: "\f095" !important;
    font-family: FontAwesome !important;
}

.top-contact-bar .contact-item i.fa.fa-envelope:before {
    content: "\f0e0" !important;
    font-family: FontAwesome !important;
}

/* Modern Font Awesome 6 icons */
.top-contact-bar .contact-item i.fas.fa-phone-alt:before {
    content: "\f879" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.top-contact-bar .contact-item i.fas.fa-envelope:before {
    content: "\f0e0" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Fallback for when Font Awesome doesn't load - use only after Font Awesome fails */
.top-contact-bar .contact-item i.fa-phone:not(:before) {
    content: "📞";
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.top-contact-bar .contact-item i.fa-envelope:not(:before) {
    content: "✉";
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.top-contact-bar .contact-item i.fa-phone-alt:not(:before) {
    content: "📞";
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* Custom white phone icon using CSS */
.top-contact-bar .contact-item .contact-icon-emoji {
    display: none !important; /* Hide emoji fallback */
}

/* Simple white Unicode icons as visible fallback */
.top-contact-bar .contact-item .white-phone-icon {
    display: inline-block !important;
    color: white !important;
    font-size: 13px;
    margin-right: 3px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
}

.top-contact-bar .contact-item .white-phone-icon::before {
    content: "☎" !important;
    color: white !important;
}

.top-contact-bar .contact-item .white-envelope-icon {
    display: inline-block !important;
    color: white !important;
    font-size: 13px;
    margin-right: 3px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
}

.top-contact-bar .contact-item .white-envelope-icon::before {
    content: "✉" !important;
    color: white !important;
}

/* Hide Font Awesome icons that aren't working */
.top-contact-bar .contact-item .contact-icon-fa {
    display: none !important;
}

/* Ensure all icons are white */
.top-contact-bar .contact-item i.fa,
.top-contact-bar .contact-item i.fas {
    color: white !important;
}

/* Specific overrides for new Font Awesome 6 icons */
.top-contact-bar .contact-item .fas.fa-phone-alt,
.top-contact-bar .contact-item .fas.fa-envelope {
    color: white !important;
    font-weight: 900 !important;
}

.top-contact-bar .contact-item:hover i {
    color: white !important;
    transform: scale(1.1);
}

.top-contact-bar .btn-purchase-hosting {
    background-color: #4a90e2;
    color: white;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.top-contact-bar .btn-purchase-hosting:hover {
    background-color: #357abd;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Responsive adjustments for top bar */
@media (max-width: 768px) {
    .top-contact-bar {
        padding: 12px 0;
        font-size: 13px;
        text-align: center;
    }
    
    .top-contact-bar .contact-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 10px;
    }
    
    .top-contact-bar .contact-item {
        font-size: 13px;
        justify-content: center;
    }
    
    .top-contact-bar .contact-item i {
        font-size: 14px;
        margin-right: 6px;
    }
    
    .top-contact-bar .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .top-contact-bar .btn-purchase-hosting {
        font-size: 13px;
        padding: 10px 20px;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .top-contact-bar {
        padding: 10px 0;
        font-size: 12px;
    }
    
    .top-contact-bar .contact-info {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    
    .top-contact-bar .contact-item {
        font-size: 12px;
        padding: 10px 12px;
        min-height: 44px; /* Touch target accessibility */
        justify-content: center;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .top-contact-bar .contact-item:active {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(0.98);
    }
    
    .top-contact-bar .contact-item i {
        font-size: 13px;
    }
    
    .top-contact-bar .btn-purchase-hosting {
        font-size: 12px;
        padding: 10px 18px;
        white-space: nowrap;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Mobile-only contact display rules */
@media (min-width: 769px) {
    /* Show all contact info on desktop and tablet */
    .top-contact-bar .contact-info {
        display: flex !important;
    }
    
    /* Show all elements on desktop */
    .top-contact-bar .search-form {
        display: flex !important;
    }
    
    .top-contact-bar .auth-links {
        display: flex !important;
    }
    
    .top-contact-bar .top-cta {
        display: block !important;
    }
}

@media (max-width: 768px) {
    /* MOBILE: Hide search, auth buttons, and shopping cart */
    .top-contact-bar .search-form {
        display: none !important;
    }
    
    .top-contact-bar .auth-links.d-none.d-md-flex {
        display: none !important;
    }
    
    .top-contact-bar .top-cta {
        display: none !important;
    }
    
    /* MOBILE: Hide email contact, show only phone */
    .top-contact-bar .contact-info a[href^="mailto:"] {
        display: none !important;
    }
    
    /* MOBILE: Center the phone number */
    .top-contact-bar .d-flex.justify-content-between {
        justify-content: center !important;
    }
    
    .top-contact-bar .contact-info {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    /* MOBILE: Make phone number more prominent */
    .top-contact-bar .contact-item {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
}

/* Main Header Button Styles */
.header_section .btn {
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-left: 5px;
}

.header_section .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.header_section .btn-outline-light:hover {
    background-color: #fff;
    color: #272b91;
    border-color: #fff;
    transform: translateY(-1px);
}

.header_section .btn-light {
    background-color: #fff;
    color: #272b91;
    border-color: #fff;
}

.header_section .btn-light:hover {
    background-color: #272b91;
    color: #fff;
    border-color: #272b91;
    transform: translateY(-1px);
}

/* =================== Dropdown Menu Styling =================== */
.dropdown-menu {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-elevated);
    padding: 8px 0;
    margin-top: 8px;
    min-width: 220px;
    border: 1px solid rgba(39, 43, 145, 0.1);
    position: absolute;
    z-index: 1050;
}

/* Fix Contact Us dropdown positioning - ensure it's visible on all screens */
.navbar-nav .nav-item.dropdown:last-child .dropdown-menu,
.navbar-nav .nav-item.dropdown:nth-last-child(1) .dropdown-menu,
.navbar-nav .nav-item.dropdown:nth-last-child(2) .dropdown-menu {
    left: auto;
    right: 0;
    transform-origin: top right;
}

.dropdown-item {
    color: var(--color-text);
    padding: 12px 20px;
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition-fast);
    border-radius: var(--radius-sm);
    margin: 2px 8px;
    position: relative;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #ffffff !important;
    transform: translateX(4px);
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: var(--color-primary);
    color: #ffffff;
}

.dropdown-divider {
    margin: 8px 0;
    border-top: 1px solid rgba(39, 43, 145, 0.15);
    height: 0;
}

.dropdown-toggle::after {
    display: none !important;
}

.fa-caret-down {
    margin-left: 5px;
    font-size: 12px;
    transition: transform var(--transition-fast);
}

.dropdown-toggle:hover .fa-caret-down,
.dropdown-toggle:focus .fa-caret-down {
    transform: translateY(2px);
}

/* Desktop hover caret rotation & smooth persistence */
@media (min-width: 992px){
    .navbar-nav .nav-item.dropdown:hover > a .fa-caret-down,
    .navbar-nav .nav-item.dropdown.show > a .fa-caret-down {transform:rotate(180deg);}
    .navbar-nav .nav-item.dropdown {position:relative;}
    .navbar-nav .nav-item.dropdown .dropdown-menu {display:none; opacity:0; visibility:hidden; transform:translateY(6px); transition:opacity .22s ease, transform .22s ease;}
    .navbar-nav .nav-item.dropdown.hover-open .dropdown-menu {display:block; opacity:1; visibility:visible; transform:translateY(0);}
    .navbar-nav .nav-item.dropdown.delaying > a {opacity:.7;}
}

/* Mobile nav adjustments */
@media (max-width: 575.98px){
    .top-contact-bar .search-form {display:none;} /* hide search on very small screens */
    .top-contact-bar .auth-links {display:none !important;} /* move auth to collapse */
    .mobile-auth-inline {display:flex !important; margin-top:10px; gap:10px;}
    .mobile-auth-inline a {flex:1; text-align:center;}
}

/* Navbar dropdown hover effects */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInDown 0.3s ease-out;
}

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

/* Responsive dropdown adjustments */
@media (max-width: 991px) {
    .dropdown-menu {
        background: #ffffff;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        border-radius: var(--radius-sm);
        margin-top: 0;
        position: static;
        float: none;
        width: 100%;
        padding: 0;
    }
        /* Nav caret icon styling */
        .nav-link .fa-caret-down {
            font-size:.7em; 
            margin-left:4px; 
            opacity:.85; 
            transition:transform .25s ease;
        }
        .dropdown.show > .nav-link .fa-caret-down {
            transform:rotate(180deg);
        } 

    .dropdown-item {
        margin: 0;
        border-radius: 0;
        padding: 15px 20px;
    }

    .dropdown-item:hover {
        transform: none;
        background: var(--color-primary);
    }
}

/* =================== Hosting Page Styles =================== */

.hosting_section {
    padding: 100px 0 !important;
    background: url(../images/hosting-bg.png) no-repeat center center;
    background-size: cover;
    color: #fff !important;
    position: relative;
    text-align: center;
}

/* Hero two-column layout enhancements */
.hosting-hero {overflow:hidden;}
.hosting-hero .hero-title {font-size:2.3rem; font-weight:700; line-height:1.15; margin-bottom:25px; letter-spacing:.5px; text-align:left;}
.hosting-hero .hosting-description {font-size:1.05rem; line-height:1.65; text-align:left; margin-bottom:25px; padding:0; background:transparent; border:0;}
.hero-ctas .hero-btn {padding:12px 26px; font-weight:600; border-radius:40px; font-size:.95rem; letter-spacing:.5px; position:relative; overflow:hidden;}
.hero-ctas .btn-primary {background:linear-gradient(90deg,#f47c2b,#f8b47a); border:0;}
.hero-ctas .btn-primary:hover {filter:brightness(1.08); transform:translateY(-2px); box-shadow:0 8px 18px -6px rgba(0,0,0,.35);} 
.hero-ctas .btn-outline-light {border:2px solid #fff; color:#fff;}
.hero-ctas .btn-outline-light:hover {background:#fff; color:#272b91;}
.hero-ctas .hero-btn:after {content:""; position:absolute; top:0; left:-100%; width:50%; height:100%; background:linear-gradient(120deg,rgba(255,255,255,.15),rgba(255,255,255,0)); transform:skewX(-20deg); transition:all .7s ease;}
.hero-ctas .hero-btn:hover:after {left:130%;}
.hero-meta {gap:14px;}
.hero-meta .meta-item {background:rgba(255,255,255,.1); padding:8px 14px; border-radius:30px; font-size:.78rem; font-weight:500; display:flex; align-items:center; gap:6px; margin:0 10px 10px 0; backdrop-filter:blur(4px); border:1px solid rgba(255,255,255,.15);} 
.hero-meta .meta-item i {color:#ffcf9d;}

.hero-image-wrapper {position:relative;}
.hero-image-wrapper:before {content:""; position:absolute; top:8%; left:10%; right:10%; bottom:8%; background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), rgba(255,255,255,0)); filter:blur(25px); z-index:0;}
.hero-image {position:relative; z-index:1; max-width:85%; animation:floatY 6s ease-in-out infinite;}

@keyframes floatY {0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}

@media (max-width: 991px){
  .hosting-hero .hero-title {font-size:2rem; text-align:center;}
  .hosting-hero .hosting-description {text-align:center;}
  .hero-meta {justify-content:center;}
  .hero-image {max-width:70%; margin-top:30px;}
}
@media (max-width: 575px){
  .hosting-hero {padding-top:70px !important;}
  .hosting-hero .hero-title {font-size:1.75rem;}
  .hero-image {max-width:78%;}
}.hosting-content {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    color: #fff !important;
}

.hosting-description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff !important;
}

.hosting-subtitle {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.hosting-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff !important;
}

.hosting-features-list li {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.8;
    padding: 5px 0;
}

.pricing_section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.pricing_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="10" cy="50" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="90" cy="30" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.pricing_taital {
    color: var(--color-primary);
    margin-bottom: 20px;
    text-align: center;
}

.pricing_text {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.hosting-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 24px rgba(39, 43, 145, 0.2);
}

.hosting-card.selected {
    transform: none;
    box-shadow: 0 4px 12px rgba(39, 43, 145, 0.1);
}

.card-header {
    background: #fff;
    color: var(--color-primary);
    border: 2px solid var(--color-accent);
    border-radius: 12px 12px 0 0;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.1);
    position: relative;
}

.card-header.premium {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);
    color: #fff;
}

.card-header.custom {
    border-color: var(--color-primary);
}

.storage-badge {
    position: absolute;
    top: -10px;
    right: 12px;
    width: 55px;
    height: 55px;
    background: var(--color-accent);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    border: 3px solid #fff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.storage-badge.premium {
    background: var(--color-primary);
    box-shadow: 0 4px 12px rgba(39, 43, 145, 0.4);
}

.storage-badge.custom {
    background: var(--color-primary);
    box-shadow: 0 4px 12px rgba(39, 43, 145, 0.3);
}

.storage-badge span {
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
}

.storage-badge .storage-text {
    font-size: 0.55rem;
}

.card-title {
    margin: 0;
    font-weight: bold;
    font-size: 1.3rem;
    color: var(--color-primary);
}

.card-price {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

.card-price.custom {
    font-size: 1.3rem;
}

.price-period {
    font-size: 0.9rem;
    color: var(--color-text-light);
}

.card-body {
    padding: 8px;
}

.storage-label {
    background: #f0f4ff;
    color: var(--color-primary);
    padding: 5px 10px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    border: 1px solid #e0e6ff;
    font-size: 0.75rem;
}

.storage-label.custom {
    background: #f0f4ff;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.feature-list li {
    padding: 4px 0;
    border-bottom: 1px solid #e0e6ff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: var(--color-accent);
    margin-right: 8px;
    font-size: 0.8rem;
    width: 16px;
    text-align: center;
}

.feature-list li i {
    color: var(--color-accent);
    margin-right: 8px;
}

.feature-list.custom li {
    border-bottom-color: #d0dcf0;
}

.feature-list.custom li i {
    color: var(--color-primary);
}

.expand-btn {
    background: transparent;
    border: 1px solid #ddd;
    color: var(--color-text-light);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: var(--transition-base);
}

.expand-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
}

.additional-features {
    display: none;
}

.additional-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional-features li {
    padding: 4px 0;
    font-size: 0.9rem;
}

.additional-features li i {
    color: var(--color-accent);
    margin-right: 8px;
}

.additional-features.custom li i {
    color: var(--color-primary);
}

.ideal-badge {
    padding: 12px;
    border-radius: 8px;
    margin: 16px 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.ideal-badge.standard {
    background: #f0f4ff;
    color: var(--color-primary);
}

.ideal-badge.premium {
    background: #fff3e0;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
}

.ideal-badge.ultimate {
    background: #f0f4ff;
    color: var(--color-primary);
}

.ideal-badge.corporate {
    background: #f0f4ff;
    color: var(--color-primary);
}

.ideal-badge.custom {
    background: var(--color-primary);
    color: #fff;
}

.purchase-btn {
    display: block;
    padding: 15px 0;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.1rem;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.purchase-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.purchase-btn:hover::before {
    left: 100%;
}

.purchase-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.purchase-btn.standard,
.purchase-btn.plus,
.purchase-btn.ultimate,
.purchase-btn.corporate {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);
    color: #fff;
    border-color: var(--color-accent);
}

.purchase-btn.standard:hover,
.purchase-btn.plus:hover,
.purchase-btn.ultimate:hover,
.purchase-btn.corporate:hover {
    background: linear-gradient(135deg, var(--color-accent-hover) 0%, var(--color-accent) 100%);
    border-color: var(--color-accent-hover);
}

.purchase-btn.premium,
.purchase-btn.custom {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #fff;
    border-color: var(--color-primary);
}

.purchase-btn.premium:hover,
.purchase-btn.custom:hover {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    border-color: var(--color-primary-dark);
}

.purchase-btn i {
    margin-right: 8px;
}

/* Enhanced Contact Page Styles */
.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.contact-info-card h4 {
    font-family: 'Sen', sans-serif;
}

@media (max-width: 768px) {
    .contact-info-card {
        margin-bottom: 20px;
    }
}

/* Enhanced Cookie Consent Banner */
#cookieConsentBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #272b91 0%, #1a1d6b 100%);
  color: #fff;
  padding: 0;
  z-index: 10000;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    border-top: 3px solid #f47c2b;
  font-family: 'Poppins', sans-serif;
}

.cookie-consent-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.cookie-consent-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie-consent-text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cookie-consent-text strong {
    color: #f47c2b;
  font-size: 1.1rem;
  margin-bottom: 5px;
  display: block;
}

.cookie-consent-text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #e8f1ff;
}

.cookie-consent-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.cookie-btn-primary {
  background: linear-gradient(135deg, #1a2b5c 0%, #0f1a3d 100%);
  color: #fff;
  border: 2px solid #fff;
}

.cookie-btn-primary:hover {
  background: linear-gradient(135deg, #162a56 0%, #0a1225 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 43, 92, 0.4);
  border-color: #fff;
}

.cookie-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cookie-btn-outline:hover {
  background: #fff;
  color: #272b91;
  transform: translateY(-2px);
}

.cookie-btn-secondary {
  background: #f0f4ff;
  color: #272b91;
}

.cookie-btn-secondary:hover {
  background: #e0e6ff;
  transform: translateY(-2px);
}

/* Cookie Settings Panel */
.cookie-consent-settings {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.cookie-consent-settings h4 {
    color: #f47c2b;
  margin: 0 0 15px 0;
  font-size: 1.2rem;
}

.cookie-setting {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
}

.cookie-setting-info strong {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.cookie-setting-info p {
  margin: 0;
  font-size: 0.85rem;
  color: #e8f1ff;
  line-height: 1.4;
}

/* Custom Toggle Switch */
.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .cookie-slider {
    background: linear-gradient(135deg, #f47c2b 0%, #d9681f 100%);
}

input:checked + .cookie-slider:before {
  transform: translateX(26px);
}

input:disabled + .cookie-slider {
  background: #666;
  cursor: not-allowed;
}

.cookie-settings-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cookie-consent-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .cookie-consent-text {
    flex-direction: column;
    text-align: center;
  }

  .cookie-consent-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookie-btn {
    flex: 1;
    min-width: 120px;
    justify-content: center;
  }

  .cookie-setting {
    flex-direction: column;
    text-align: center;
  }

  .cookie-toggle {
    align-self: center;
  }

  .cookie-settings-buttons {
    flex-direction: column;
  }

  .cookie-settings-buttons .cookie-btn {
    width: 100%;
  }
}

/* Legacy support - remove old styles */
#cookiePopup {
  display: none !important;
}

/* ================= Scroll to Top Button ================= */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
    background: linear-gradient(135deg, #f47c2b 0%, #d9681f 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
    box-shadow: 0 4px 15px rgba(244, 124, 43, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, #d9681f 0%, #c45918 100%);
  transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 104, 31, 0.38);
}

.scroll-to-top:active {
  transform: translateY(0);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/* ================= Mobile Topbar Customization ================= */
@media (max-width: 768px) {
    /* Hide contact info, auth links, and purchase button on mobile */
    .top-contact-bar .contact-info {
        display: none !important;
    }
    
    .top-contact-bar .auth-links {
        display: none !important;
    }
    
    .top-contact-bar .top-cta {
        display: none !important;
    }
    
    /* Center the search bar perfectly */
    .top-contact-bar .d-flex.justify-content-between {
        justify-content: center !important;
        align-items: center !important;
    }
    
    /* Beautiful search bar for mobile */
    .top-contact-bar .search-form {
        display: flex !important;
        margin: 0 !important;
        max-width: 280px;
        width: 90%;
    }
    
    .top-contact-bar .search-form .input-group {
        display: flex !important;
        width: 100%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        border-radius: 25px;
        overflow: hidden;
    }
    
    .top-contact-bar .search-form .form-control {
        display: block !important;
        font-size: 14px;
        padding: 12px 16px;
        height: auto;
        border: 2px solid rgba(255,255,255,0.3);
        background: rgba(255,255,255,0.1);
        color: #fff;
        border-radius: 25px 0 0 25px;
        border-right: none;
        flex: 1;
    }
    
    .top-contact-bar .search-form .form-control::placeholder {
        color: rgba(255,255,255,0.7);
        font-size: 14px;
    }
    
    .top-contact-bar .search-form .form-control:focus {
        outline: none;
        background: rgba(255,255,255,0.2);
        border-color: rgba(255,255,255,0.5);
        box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
    }
    
    .top-contact-bar .search-form .input-group-append {
        display: flex !important;
    }
    
    .top-contact-bar .search-form .btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 12px 16px;
        border: 2px solid rgba(255,255,255,0.3);
        border-left: none;
        background: rgba(255,255,255,0.1);
        color: white;
        border-radius: 0 25px 25px 0;
        transition: all 0.3s ease;
    }
    
    .top-contact-bar .search-form .btn:hover {
        background: rgba(255,255,255,0.2);
        transform: translateY(-1px);
    }
    
    .top-contact-bar .search-form .btn i {
        font-size: 14px;
    }
    
    /* Compact topbar */
    .top-contact-bar {
        padding: 10px 0 !important;
    }
    
    /* Ensure container has proper padding */
    .top-contact-bar .container-fluid {
        padding: 0 15px;
    }
}

/* Hide mobile-specific elements on desktop */
@media (min-width: 769px) {
    .mobile-search-icon,
    .mobile-whatsapp {
        display: none !important;
    }
}

/* Hide mobile WhatsApp on desktop */
@media (min-width: 769px) {
    .mobile-whatsapp {
        display: none !important;
    }
}

/* HIDE TOP NAVBAR ON MOBILE DEVICES - HIGH PRIORITY */
@media (max-width: 768px) {
    /* Completely hide the top contact bar on mobile */
    .top-contact-bar {
        display: none !important;
    }
    
    /* Mobile video background */
    .mobile-video-bg {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1 !important;
        overflow: hidden !important;
    }
    
    .mobile-video-bg iframe {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 100vw !important;
        height: 56.25vw !important; /* 16:9 aspect ratio */
        min-height: 100vh !important;
        transform: translate(-50%, -50%) !important;
        border: none !important;
        outline: none !important;
    }
    
    /* Ensure hero content is above video */
    .hero-banner .carousel,
    .hero-banner .carousel-inner,
    .hero-banner .carousel-item {
        position: relative !important;
        z-index: 2 !important;
    }
    
    /* Add overlay for better text readability */
    .hero-banner.hero-minimal::after {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.4) !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }
    
    /* Ensure carousel content is above overlay */
    .hero-banner #heroCarousel {
        position: relative !important;
        z-index: 3 !important;
    }
}

