
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');
  
    .s7-container h1, .s7-container h2, .s7-container h3 {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }

    /* Page Layout */
    .s7-min-h-screen {
      min-height: 100vh;
    }
    
    .s7-container {
      max-width: 90%;
      margin: 0 auto;
      padding: 0 2rem;
    }
    
    .s7-container p {
    margin-top:1rem;
    }
    
    /* Hero Section */
    .s7-hero-section {
      position: relative;
      background: linear-gradient(135deg, #003d85 0%, #0055b8 50%, #2277cc 100%);
      padding: 3rem 0 6rem;
      overflow: hidden;
    }
    
    .s7-hero-gradient {
      position: absolute;
      inset: 0;
      background: 
        radial-gradient(circle at 15% 50%, rgba(16, 185, 129, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 85% 30%, rgba(245, 158, 11, 0.15) 0%, transparent 50%);
    }
    
    .s7-hero-pattern {
      position: absolute;
      inset: 0;
      background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
      background-size: 50px 50px;
      opacity: 0.5;
    }
    
    .s7-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }
    
    .s7-hero-logo {
      width: 240px;
      height: auto;
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
      animation: fadeInUp 0.8s ease-out;
    }
    
    .s7-hero-title {
      color: white;
      font-size: 3.0rem;
      font-weight: 800;
      display: block;
      line-height: 2.25rem;
      letter-spacing: 0.03rem;
      margin: 24px 0px 12px 0px;
      animation: fadeInUp 0.8s ease-out 0.2s both;
    }
    
    .s7-hero-subtitle {
      color: rgba(255, 255, 255, 0.95);
      font-size: 1.25rem;
      font-weight: 500;
      margin: 0;
      letter-spacing: 0.02em;
      animation: fadeInUp 0.8s ease-out 0.4s both;
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .s7-hero-wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      line-height: 0;
    }
    
    .s7-hero-wave svg {
      position: relative;
      display: block;
      width: calc(100% + 1.3px);
      height: 70px;
    }
    
    /* Main Section */
    .s7-main-section {
      padding: 1.5rem 0 4rem;
    }
    
    /* Introduction Section */
    .s7-intro-section {
      display: flex;
      align-items: center;
      gap: 2.5rem;
      margin: 0 auto 3.0rem auto;
      background: white;
      padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    }
    
    .s7-intro-badge {
      flex-shrink: 0;
      width: 170px;
      height: 170px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
      border-radius: 12px;
      padding: 1.25rem;
      box-shadow: 
        0 0 0 1px rgba(0, 85, 184, 0.1),
        0 3px 8px rgba(0, 85, 184, 0.05);
    }
    
    .s7-intro-logo {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    
    .s7-intro-content h2 {
      color: #1a202c;
      font-size: 2rem;
      margin-bottom: 0.875rem;
      font-weight: 800;
      line-height: 1.2;
    }
    
    .s7-intro-content p {
      color: #64748b;
      font-size: 1.05rem;
      line-height: 1.7;
      margin-bottom: 0.875rem;
    }
    
    .s7-intro-content p:last-child {
      margin-bottom: 0;
    }
    
    /* Guarantees Grid */
    .s7-guarantees-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
      gap: 2rem;
      margin-bottom: 3.5rem;
    }
    
    /* Card Styles */
    .s7-guarantee-card {
      position: relative;
      background: white;
      border-radius: 0;
      padding: 2.25rem;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.08);
    }
    
    /* Alternating card styles */
    .s7-card-style-a {
      border: 1px solid rgba(0, 85, 184, 0.12);
      background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    }
    
    .s7-card-style-b {
      border: 1px solid rgba(0, 85, 184, 0.12);
      background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    }
    
    /* Background pattern */
    .s7-card-background-pattern {
      position: absolute;
      top: -50px;
      right: -50px;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      opacity: 0.04;
      transition: all 0.6s ease;
    }
    
    .s7-card-style-a .s7-card-background-pattern {
      background: radial-gradient(circle, #10b981 0%, transparent 70%);
    }
    
    .s7-card-style-b .s7-card-background-pattern {
      background: radial-gradient(circle, #10b981 0%, transparent 70%);
    }
    
    .s7-guarantee-card:hover .s7-card-background-pattern {
      transform: scale(1.3) rotate(90deg);
      opacity: 0.08;
    }
    
    /* Shine effect */
    .s7-card-shine {
      position: absolute;
      top: 0;
      left: -100%;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
      transition: left 0.6s ease;
    }
    
    .s7-guarantee-card:hover .s7-card-shine {
      left: 100%;
    }
    
    /* Large number */
    .s7-card-number-large {
      position: absolute;
      top: 1.5rem;
      right: 2rem;
      font-size: 3rem;
      font-weight: 900;
      line-height: 1;
      opacity: 0.15;
      font-family: 'Inter', sans-serif;
      pointer-events: none;
      transition: all 0.5s ease;
    }
    
    .s7-card-style-a .s7-card-number-large {
      color: #0055b8;
    }
    
    .s7-card-style-b .s7-card-number-large {
      color: #0055b8;
    }
    
    .s7-guarantee-card:hover .s7-card-number-large {
      opacity: 0.25;
      transform: scale(1.1);
    }
    
    /* Icon container */
    .s7-card-icon-container {
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
      box-shadow: 
        0 4px 12px rgba(16, 185, 129, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    
    .s7-guarantee-card:hover .s7-card-icon-container {
      transform: translateY(-8px) rotate(-5deg) scale(1.05);
      box-shadow: 
        0 8px 20px rgba(16, 185, 129, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    
    /* Icon glow */
    .s7-icon-glow {
      position: absolute;
      inset: -10px;
      border-radius: 16px;
      opacity: 0;
      transition: opacity 0.5s ease;
      background: radial-gradient(circle, rgba(16, 185, 129, 0.4) 0%, transparent 70%);
    }
    
    .s7-guarantee-card:hover .s7-icon-glow {
      opacity: 1;
    }
    
    .s7-card-icon {
      width: 30px;
      height: 30px;
      color: white;
      stroke-width: 2;
      position: relative;
      z-index: 1;
    }
    
    /* Card content */
    .s7-card-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 1;
    }
    
    /* Card header with icon and title side by side */
    .s7-card-header {
      display: flex;
      align-items: center;
      gap: 1.25rem;
      margin-bottom: 1rem;
      position: relative;
      z-index: 1;
    }
    
    .s7-card-title {
      color: #1a202c;
      font-size: 1.35rem;
      font-weight: 800;
      line-height: 1.3;
      letter-spacing: -0.01em;
      margin: 0;
    }
    
    .s7-card-description {
      color: #64748b;
      font-size: 1rem;
      line-height: 1.65;
      margin-bottom: 0;
    }
    
    .s7-card-footnote {
      color: #64748b;
      font-size: 0.875rem;
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 2px solid rgba(0, 0, 0, 0.06);
      font-style: italic;
      line-height: 1.6;
    }
    
    .s7-guarantee-footnote-section {
      text-align: center;
      margin: -1rem auto 3rem auto;
      max-width: 900px;
    }
    
    .s7-guarantee-footnote-text {
      color: #64748b;
      font-size: 0.8125rem;
      line-height: 1.5;
      font-style: italic;
    }
    
    .s7-guarantee-card:hover {
      transform: translateY(-6px);
      box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08);
    }
    
    .s7-card-style-a:hover {
      border-color: rgba(0, 85, 184, 0.3);
    }
    
    .s7-card-style-b:hover {
      border-color: rgba(0, 85, 184, 0.3);
    }
    
    /* CTA Section */
    .s7-cta-section {
      background: linear-gradient(135deg, #003d85 0%, #0055b8 50%, #2277cc 100%);
      padding: 3.5rem 3rem;
      border-radius: 0;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-bottom: 2.5rem;
      box-shadow: 0 8px 25px rgba(0, 85, 184, 0.2);
    }
    
    .s7-cta-pattern {
      position: absolute;
      inset: 0;
      background-image: 
        radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
      background-size: 40px 40px;
    }
    
    .s7-cta-content {
      position: relative;
      z-index: 2;
    }
    
    .s7-cta-badge {
      display: inline-block;
      background: #10b981;
      backdrop-filter: blur(10px);
      color: white;
      padding: 0.5rem 1.25rem;
      font-weight: 700;
      font-size: 0.8125rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 1.25rem;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .s7-cta-content h2 {
      color: white;
      font-size: 2.5rem;
      font-weight: 900;
      margin-bottom: 1rem;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
      letter-spacing: -0.02em;
    }
    
    .s7-cta-content p {
      color: rgba(255, 255, 255, 0.95);
      font-size: 1.2rem;
      margin-bottom: 2rem;
      max-width: 650px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
    }
    
    .s7-cta-buttons {
      display: flex;
      gap: 1rem;
      justify-content: center;
      flex-wrap: wrap;
    }
    
    .s7-btn-primary,
    .s7-btn-secondary {
      padding: 1.125rem 2.5rem;
      border-radius: 50px;
      font-weight: 700;
      font-size: 1.0625rem;
      border: none;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      font-family: 'Inter', sans-serif;
      letter-spacing: 0.01em;
      text-decoration:none;
    }
    
    .s7-btn-primary {
      background: white;
      color: #0055b8;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .s7-btn-primary:hover {
      transform: translateY(-3px) scale(1.02);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }
    
    .s7-btn-secondary {
      background: rgba(255, 255, 255, 0.12);
      color: white;
      border: 2px solid rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(10px);
    }
    
    .s7-btn-secondary:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: white;
      transform: translateY(-3px) scale(1.02);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }



/* Airexperts site layout specific classes */

.s7-airexperts {
margin-top:120px;
@media (max-width: 768px) {
margin-top:60px;
}
@media (max-width: 991px) {
margin-top:60px;
}
}

    
    /* Responsive */
    @media (max-width: 1200px) {
      .s7-guarantees-grid {
        grid-template-columns: 1fr;
      }
    }
    
    /* Center 7th card on laptop and above */
    @media (min-width: 1201px) {
      .s7-guarantee-card:nth-child(7) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: calc(50% - 1rem);
      }
    }
    
    @media (max-width: 768px) {
      .s7-hero-section {
        padding: 3rem 0 5rem;
      }
    
      .s7-hero-wave svg {
     
        height: 38px;
    }
      .s7-hero-title {
        font-size: 2.25rem;
      }
    
      .s7-hero-subtitle {
        font-size: 1.2rem;
        white-space: wrap;
        width: 180px;
        line-height: 1.25rem;
    
      }
      
      .s7-hero-logo {
        width: 260px;
      }
    
      .s7-intro-section {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
      }
    
      .s7-intro-badge {
        width: 160px;
        height: 160px;
      }
    
      .s7-intro-content h2 {
        font-size: 1.875rem;
        text-align: center;
      }
    
      .s7-intro-content p {
        font-size: 1.05rem;
        text-align: center;
      }
    
      .s7-guarantees-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }
    
      .s7-guarantee-card {
        padding: 1.5rem;
        min-height: auto;
      }
    
      .s7-card-number-large {
        font-size: 2rem;
      }
    
      .s7-card-icon-container {
        width: 50px;
        height: 50px;
        border-radius: 18px;
      }
    
      .s7-card-icon {
        width: 25px;
        height: 25px;
      }
    
      .s7-card-header {
        margin-bottom: 0rem;
    }
    
    
    
      .s7-card-title {
        font-size: 1.2rem !important;
        line-height: 1.4rem !important;
        max-width: 184px;
      }
    
      .s7-card-description {
        font-size: 1rem;
      }
    
      .s7-cta-section {
        padding: 3.5rem 2rem;
        border-radius: 20px;
      }
    
      .s7-cta-content h2 {
        font-size: 2.25rem;
      }
    
      .s7-cta-content p {
        font-size: 1.15rem;
      }
      
      .s7-cta-buttons {
        flex-direction: column;
        align-items: stretch;
      }
      
      .s7-btn-primary,
      .s7-btn-secondary {
        width: 100%;
      }
    }
    
    @media (max-width: 640px) {
      .s7-guarantees-grid {
        grid-template-columns: 1fr;
      }
    }
    