.mayday-hero {
  min-height: 720px;
  background-position: center right !important;
  background-size: cover !important;
}

.mayday-hero:before {
  background: linear-gradient(90deg, rgba(3,15,38,.96) 0%, rgba(3,15,38,.86) 38%, rgba(3,15,38,.45) 100%) !important;
}

.mayday-hero .hero-content {
  text-align: left !important;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 40px;
}

.mayday-hero .eyebrow {
  color: #16a3ff;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.mayday-hero h1 {
  max-width: 720px;
  font-size: 4.2rem !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-align: left !important;
}

.mayday-hero p {
  max-width: 660px;
  font-size: 1.15rem;
  line-height: 1.7;
  text-align: left !important;
}

.mayday-hero .button {
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 700;
  margin-right: 12px;
}

/* =========================================
   FEATURE SECTION
========================================= */

.mayday-feature-section {
  background: #f8fbff;
  padding: 80px 0;
}

.feature-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
  transition: all .25s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15,23,42,.14);
}

.feature-card .icon {
  font-size: 42px;
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #1f2937;
}

.feature-card p {
  font-size: .98rem;
  color: #64748b;
  line-height: 1.7;
}

.modular-features h1,
.modular-features h2 {
  text-align: center;
}

/* =========================================
   CONTACT SECTION
========================================= */

.contact-section {
  background: linear-gradient(135deg,#07162f,#0b2447);
  color: #fff;
  padding: 90px 0;
}

.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section p {
  color: #fff !important;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 30px;
  margin-top: 50px;
}

.contact-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 34px 28px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.contact-card .icon {
  font-size: 42px;
  margin-bottom: 18px;
}

.contact-card h3 {
  margin-bottom: 18px;
  font-size: 1.3rem;
}

.contact-card p,
.contact-card a {
  color: rgba(255,255,255,.88) !important;
  text-decoration: none;
  line-height: 1.8;
}

/* =========================================
   HEADER + LOGO IMPROVEMENTS
========================================= */

#header,
.header {
    min-height: 92px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.25s ease;
}

body.header-fixed #header,
body.header-fixed .header {
    min-height: 92px !important;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
}

#logo img,
.logo img,
.header .logo img {
    width: 300px !important;
    height: auto !important;
    max-height: 200px !important;
    transition: all 0.25s ease;
}

body.header-fixed #logo img,
body.header-fixed .logo img {
    width: 300px !important;
    max-height: 200px !important;
}

#navbar a,
.navigation a,
.menu a,
.dropmenu ul li a {
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    letter-spacing: .3px;
    padding: 14px 18px !important;
}

#navbar a:hover,
.navigation a:hover {
    color: #1677ff !important;
}

#navbar,
.navigation {
    align-items: center;
}

/* =========================================
   FOOTER
========================================= */

.footer,
#footer {
  background: #07162f !important;
  color: rgba(255,255,255,.75) !important;
}

.footer a,
#footer a {
  color: #4ea3ff !important;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

  #logo img,
  .logo img {
      width: 220px !important;
  }

  #header,
  .header {
      min-height: 78px !important;
  }

  #navbar a,
  .navigation a {
      font-size: 1rem !important;
  }

  .mayday-hero h1 {
      font-size: 2.8rem !important;
  }

  .mayday-hero .hero-content {
      padding-left: 20px;
      padding-right: 20px;
  }
}

.contact-section {
  background: linear-gradient(135deg,#07162f,#0b2447) !important;
  color: #ffffff !important;
  padding: 90px 20px !important;
}

.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section p,
.contact-section a {
  color: #ffffff !important;
}

.contact-card {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
}


/* =========================================
   PROFESSIONAL FEATURE ICONS
========================================= */

.feature-card .icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 26px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 14px 35px rgba(0,0,0,.15);
    transition: all .25s ease;
}

/* Hover effect */
.feature-card:hover .icon {
    transform: scale(1.08);
}

/* Card 1 */
.feature-card:nth-child(1) .icon {
    background: linear-gradient(135deg,#1677ff,#0052cc);
    color: #ffffff;
}

/* Card 2 */
.feature-card:nth-child(2) .icon {
    background: linear-gradient(135deg,#ff8a00,#ff5e00);
    color: #ffffff;
}

/* Card 3 */
.feature-card:nth-child(3) .icon {
    background: linear-gradient(135deg,#7c3aed,#5b21b6);
    color: #ffffff;
}

/* Card 4 */
.feature-card:nth-child(4) .icon {
    background: linear-gradient(135deg,#00b894,#009970);
    color: #ffffff;
}

/* Card 5 */
.feature-card:nth-child(5) .icon {
    background: linear-gradient(135deg,#00a8ff,#0077cc);
    color: #ffffff;
}

/* Card 6 */
.feature-card:nth-child(6) .icon {
    background: linear-gradient(135deg,#ff4757,#d63031);
    color: #ffffff;
}

/* Card 7 */
.feature-card:nth-child(7) .icon {
    background: linear-gradient(135deg,#2f3542,#111827);
    color: #ffffff;
}

/* Card 8 */
.feature-card:nth-child(8) .icon {
    background: linear-gradient(135deg,#16a085,#0e7490);
    color: #ffffff;
}


/* =========================================
   CONTACT SECTION PROFESSIONAL ICONS
========================================= */

.contact-section {
    background: linear-gradient(135deg,#02142d,#05295a);
    padding: 110px 30px;
    color: #fff;
}

.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section p,
.contact-section a {
    color: #ffffff !important;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 40px;
    margin-top: 70px;
}

.contact-card {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 26px;
    padding: 55px 40px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: all .25s ease;
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.contact-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,.14);
}

.contact-card .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

/* Email */
.contact-card:nth-child(1) .icon {
    background: linear-gradient(135deg,#1677ff,#0047b3);
    color: #ffffff;
}

/* Phone */
.contact-card:nth-child(2) .icon {
    background: linear-gradient(135deg,#00c896,#008f68);
    color: #ffffff;
}

/* Location */
.contact-card:nth-child(3) .icon {
    background: linear-gradient(135deg,#ff7a18,#ff3d00);
    color: #ffffff;
}

.contact-card h3 {
    font-size: 2rem;
    margin-bottom: 22px;
    font-weight: 800;
    color: #ffffff;
}

.contact-card p,
.contact-card a {
    font-size: 1.2rem;
    line-height: 2;
    color: rgba(255,255,255,.92) !important;
    text-decoration: none;
}

.contact-card a:hover {
    color: #6cb2ff !important;
}

/* WhatsApp button */
.whatsapp-button {
    display: inline-block;
    margin-top: 40px;
    padding: 18px 34px;
    border-radius: 14px;
    background: linear-gradient(135deg,#00c853,#009624);
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 14px 35px rgba(0,0,0,.22);
}

.whatsapp-button:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg,#00e676,#00b248);
}

/* Mobile */
@media (max-width: 768px) {

    .contact-card {
        padding: 40px 24px;
    }

    .contact-card .icon {
        width: 95px;
        height: 95px;
        font-size: 44px;
    }

    .contact-card h3 {
        font-size: 1.5rem;
    }

    .contact-card p,
    .contact-card a {
        font-size: 1rem;
    }
}


/* =========================================
   CONTACT CARDS SINGLE ROW
========================================= */

.contact-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 34px;
    margin-top: 70px;
    align-items: stretch;
}

.contact-card {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Mobile responsive */
@media (max-width: 1100px) {
    .contact-grid {
        grid-template-columns: 1fr !important;
    }

    .contact-card {
        min-height: auto;
    }
}

