* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow: hidden;
}


br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
    color: #666;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #EB1000 0%, #d10000 100%);
    border: 2px solid #800900;
    color: white;
    /* box-shadow: 0 4px 15px rgba(235, 16, 0, 0.4); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
    user-select: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 8px 25px rgba(235, 16, 0, 0.6); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.4);
}

.btn-secondary {
    background: #f8f9fa;
    color: #1a1a1a;
    border: 2px solid #e9ecef;
}

.btn-secondary:hover {
    background: #e9ecef;
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    color: #EB1000;
    border: 2px solid #EB1000;
}

.btn-outline:hover {
    background: #EB1000;
    color: white;
    transform: translateY(-1px);
}

.btn-large {
    padding: 16px 32px;
    font-size: 18px;
}

.btn-full {
    width: 100%;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(9px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(132deg, #EB1000 0%, #690700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    font-weight: 500;
    color: #666;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #EB1000;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}
  
  

  
  
  .main_div {
    display: block;
    position: relative;
    top: 125px;
    margin: 16px auto 0 auto;
    height: calc(100% - 105px);
    width: 100% !important;
    padding: 0 0 16px 0;
    list-style: none;
    text-align: center;
  }
  
  
  .main_div .highlight {
    /* background: #268BD2; */
    color: #268BD2;
    /* padding: 2px 0; */
  }
  
  
  .main_div h1 {
    line-height: 50px;
    color: #000;
    font-weight: bolder;
    margin: 8px 0;
  }
  
  
  .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    /* line-height: 1.1; */
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}
  
  
  .benefits_div {
    position: relative;
    margin: 70px auto 0 auto;
    width: 80%;
    text-align: left;
  }
  
  .benefits_div h2 {
    font-weight: bolder;
    color: #000;
    line-height: 38px;
  }
  
  .benefits_div h4 {
    color: #000;
    min-height: 116px;
    line-height: 28px;
    margin-top: 0;
    padding: 0 8px 0 0;
  }
  
  .contact_type a {
    font-size: 1.1rem;
    padding: 12px 24px;
    background: #EB1000;
    color: white;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease;
}

.contact_type a:hover {
    background: #d10000;
    transform: translateY(-2px);
}


  .contact_us-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

  
  .benefits_div .benefits_pattern {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
    /* background: rgba(242, 101, 34, 0.22) url('../../assets/bk_large_trans.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center; */
  }
  
  
  .benefits_div .feature_icons {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: 32px;
    pointer-events: none;
  }
  
  
  .benefits_div .feature_icon_help_center {
    height: 90px;
    width: 90px;
    margin-bottom: 10px;
  }
  
  
  
  
  
  /* Footer */
.footer {
    position: relative;
    background: #1a1a1a;
    color: white;
    padding: 0 0 20px 0;
}



.footer_border_div {
    position: relative;
    top: 0px;
    height: 48px;
    margin: 0 0 32px 0;
  }
  
  .footer_border_div svg {
    position: absolute;
    top: -1px;
    z-index: 100;
    display: block;
    height: 48px;
    width: auto;
  }
  

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-social div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social div svg {
    color: #999;
    transition: color 0.2s ease;
    width: 20px;
    height: 18px;
}

.footer-social div svg:hover {
    color: #EB1000;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(29deg) brightness(170%) contrast(103%);
}

.footer-description {
    color: #999;
    line-height: 1.6;
}

.footer-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #999;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #EB1000;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 2rem;
    text-align: center;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-bottom .location {
    display: inline-block;
    /* float: right; */
    /* background: red; */
    margin: 0;
    user-select: none;
  }
  
  .footer .footer-bottom .location * {
    display: inline-block;
    color: #888;
    font-size: 12px;
  }

  .footer .footer-bottom .location p {
    position: relative;
    top: -3px;
  }
  
  .footer .footer-bottom .flag {
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-left: 12px;
    border-radius: 50%;
    object-position: 50% 50%;
    object-fit: cover;
    outline: none;
    user-select: none;
  }

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .nav-container {
        padding: 0 16px;
    }
    
    .nav-logo .logo-text {
        font-size: 20px;
    }
    
    .nav-logo .logo-img {
        width: 28px;
        height: 28px;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .main_div {
        top: 100px;
        padding: 0 16px 16px 16px;
    }
    
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .benefits_div {
        width: 100%;
        margin: 40px auto 0 auto;
    }
    
    .first_top_heading {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .first_top_heading h4 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    .contact_us-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0;
    }
    
    .contact_type {
        text-align: center;
        padding: 2rem 1rem;
        border-radius: 16px;
        background: #f8f9fa;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .contact_type:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    .contact_type h2 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin: 1rem 0;
    }
    
    .contact_type h4 {
        font-size: 1rem;
        line-height: 1.5;
        min-height: auto;
        margin-bottom: 1.5rem;
    }
    
    .contact_type a {
        font-size: 1.1rem;
        padding: 12px 24px;
        background: #EB1000;
        color: white;
        border-radius: 8px;
        display: inline-block;
        transition: all 0.3s ease;
    }
    
    .contact_type a:hover {
        background: #d10000;
        transform: translateY(-2px);
    }
    
    .benefits_div .feature_icons {
        height: 80px;
        width: 80px;
    }
    
    .benefits_div .feature_icon_help_center {
        height: 70px;
        width: 70px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .floating-card {
        display: none;
    }
}

@media (max-width: 480px) {
    
    .nav-container {
        padding: 0 12px;
    }
    
    .nav-logo .logo-text {
        font-size: 18px;
    }
    
    .nav-logo .logo-img {
        width: 24px;
        height: 24px;
    }
    
    .btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .main_div {
        top: 90px;
        padding: 0 12px 12px 12px;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .first_top_heading h4 {
        font-size: 1rem;
    }
    
    .contact_type {
        padding: 1.5rem 1rem;
    }
    
    .contact_type h2 {
        font-size: 1.3rem;
    }
    
    .contact_type h4 {
        font-size: 0.95rem;
    }
    
    .contact_type a {
        font-size: 1rem;
        padding: 10px 20px;
    }
    
    .benefits_div .feature_icons {
        height: 60px;
        width: 60px;
    }
    
    .benefits_div .feature_icon_help_center {
        height: 50px;
        width: 50px;
    }
    
    .footer {
        padding: 0 0 16px 0;
    }
    
    .footer-content {
        gap: 1.5rem;
    }
    
    .footer-title {
        font-size: 1rem;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .first_top_heading h4 {
        font-size: 0.9rem;
    }
    
    .contact_type {
        padding: 1rem 0.8rem;
    }
    
    .contact_type h2 {
        font-size: 1.2rem;
    }
    
    .contact_type h4 {
        font-size: 0.9rem;
    }
    
    .contact_type a {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
    
    .benefits_div .feature_icons {
        height: 50px;
        width: 50px;
    }
    
    .benefits_div .feature_icon_help_center {
        height: 45px;
        width: 45px;
    }
}

/* Tablet specific styles */
@media (min-width: 769px) and (max-width: 1024px) {
    .contact_us-container {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    .contact_type:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .benefits_div {
        width: 90%;
    }
}

/* Landscape mobile orientation */
@media (max-width: 768px) and (orientation: landscape) {
    .main_div {
        top: 80px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .contact_us-container {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    
    .contact_type h4 {
        min-height: 60px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .benefits_div .feature_icons {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Accessibility improvements for mobile */
@media (max-width: 768px) {
    .contact_type a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn {
        min-height: 44px;
    }
    
    .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .contact_type:hover {
        transform: none;
    }
    
    .btn:hover {
        transform: none;
    }
    
    .contact_type a:hover {
        transform: none;
    }
    
    .contact_type:active {
        transform: scale(0.98);
    }
    
    .btn:active {
        transform: scale(0.98);
    }
    
    .contact_type a:active {
        transform: scale(0.98);
    }
}
  
  
  
      .hamburger_icon, .hamburger_icon svg {
        display: none;
      }
  
  
        @media (max-width: 950px) {
  
          .header {
            width: 100%;
          }
  
  
          .first_top_heading {
            margin-bottom: 64px;
          }
  
          .benefits_div .col-lg-4 {
            margin-bottom: 64px;
          }
  
          .benefits_div h4 {
            min-height: auto;
            line-height: 34px;
            font-size: 24px;
          }
  
          .benefits_div a {
            font-size: 24px;
            text-decoration: none !important;
          }
  
        }
  
  
        @media (max-width: 450px) {
  
          .benefits_div h4 {
            line-height: 30px;
            font-size: 20px;
          }
  
          .benefits_div a {
            font-size: 20px;
          }
  
          .header {
            width: 100%;
          }
  
          .header .header_top {
            width: 100%;
          }
  
          .logo {
            left: 0px;
          }
  
          .log_in, .sign_up {
            display: none;
          }
  
          .hamburger_icon {
            display: block;
            position: absolute;
            top: 12px;
            right: 0;
            padding: 6px 16px;
          }
  
          .hamburger_icon #open-menu-svg {
            display: block;
          }
  
          .header .header_bottom {
            padding: 0px 8px 0 8px;
            background-color: #F5F5EE;
            background-color: #FDFDF8;
            box-shadow: 0 5px 10px -3px #0005;
            height: 990px;
            top: 60px;
            right: -110%;
            position: absolute;
            -webkit-transition: right 0.45s;
            -moz-transition:    right 0.45s;
            -ms-transition:     right 0.45s;
            -o-transition:      right 0.45s;
            transition:         right 0.45s;
          }
  
          .nav_ul {
            /* display: none; */
            text-align: center;
            width: 100%;
            padding: 0 8px;
            margin: 0;
          }
  
          .nav_ul li.signin {
            display: block;
            /* border-top: 1px solid #ddd; */
          }
  
          .nav_ul li {
            display: block;
            margin: 0 0 0 0;
            padding: 0;
            font-weight: bold;
            font-size: 18px;
            width: 100%;
            text-align: left;
            background: url('../../assets/chevron-right-dark-24px.png');
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: 98% center;
            border-bottom: 1px solid #ddd;
          }
  
          .nav_ul li a {
            display: block;
            padding: 24px 8px !important;
            color: #444;
            width: 100%;
          }
  
          .main_div {
            display: block;
            position: relative;
            top: 80px;
            margin: 16px auto 0 auto;
            height: calc(100% - 40px);
          }
  
          .footer .logo_div {
            margin-bottom: 24px;
          }
  
          .footer .logo_div .desc {
            margin: 8px 0 16px 8px;
            max-width: 95%;
            font-size: 16px;
            color: #999;
          }
  
          .footer .footer_divs ul {
            list-style: none;
            padding: 0 0 0 10px;
            margin: 32px 0 16px 0;
          }
  
        }
  
  
  
        @media (max-width: 300px) {
  
        }
  