  :root {
            --primary: #fe0706;
            --secondary: #1e3a8a;
            --light: #f8f9fa;
            --dark: #212529;
            --accent: #f9e0d9;
            --gray: #6c757d;
            --fh900:900;
            --fh700:700;
              --rotate-speed: 40;
            --count: 8; /* Default count, the DOM element should override this */
            --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
            --easing: cubic-bezier(0.000, 0.37, 1.000, 0.63);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            overflow-x: hidden;
        }

/* Base styles */
.section-title {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 1rem;
}

.section-title.padding {
    text-align: center;
    margin-bottom: 0px !important;
}

.section-title h2 {
    font-size: 36px;
    color: var(--secondary);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.section-title .highlight {
    color: var(--primary);
}

.section-title p {
    font-size: 18px;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 27-inch screens and larger (2560px+) */
@media screen and (min-width: 2560px) {
    .section-title {
        margin-bottom: 100px;
        padding: 0 4rem;
    }
    
    .section-title h2 {
        font-size: 56px;
        margin-bottom: 25px;
        line-height: 1.1;
    }
    
    .section-title p {
        font-size: 24px;
        max-width: 1000px;
        line-height: 1.7;
    }
}

/* Large desktops (1920px - 2559px) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .section-title {
        margin-bottom: 85px;
        padding: 0 3rem;
    }
    
    .section-title h2 {
        font-size: 48px;
        margin-bottom: 22px;
        line-height: 1.1;
    }
    
    .section-title p {
        font-size: 22px;
        max-width: 900px;
        line-height: 1.65;
    }
}

/* Standard desktops (1200px - 1919px) */
@media screen and (min-width: 1200px) and (max-width: 1919px) {
    .section-title {
        margin-bottom: 75px;
        padding: 0 2rem;
    }
    
    .section-title h2 {
        font-size: 42px;
        margin-bottom: 20px;
        line-height: 1.15;
    }
    
    .section-title p {
        font-size: 20px;
        max-width: 800px;
        line-height: 1.6;
    }
}

/* Small desktops/laptops (992px - 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        margin-bottom: 65px;
        padding: 0 1.5rem;
    }
    
    .section-title h2 {
        font-size: 38px;
        margin-bottom: 18px;
        line-height: 1.2;
    }
    
    .section-title p {
        font-size: 19px;
        max-width: 750px;
        line-height: 1.6;
    }
}

/* Tablets (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        margin-bottom: 50px;
        padding: 0 1rem;
    }

     .benfitDiv{
            margin-top: 440px;

    }
    
    
    .section-title h2 {
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 1.25;
    }
    
    .section-title p {
        font-size: 17px;
        max-width: 650px;
        line-height: 1.6;
    }
}

/* Mobile landscape and small tablets (576px - 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .section-title {
        margin-bottom: 40px;
        padding: 0 1rem;
    }
    
 .benfitDiv{
            margin-top: 440px;

    }
    

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 14px;
        line-height: 1.3;
    }
    
    .section-title p {
        font-size: .95rem;
        max-width: 500px;
        line-height: 1.65;
    }
}

/* Mobile portrait (up to 575px) */
@media screen and (max-width: 575px) {
    .section-title {
        margin-bottom: 35px;
        padding: 0 1rem;
        margin: 0 !important;
    }

     .benfitDiv{
            margin-top: 440px;

    }
    
    
    .section-title h2 {
        font-size: 22px !important;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .section-title p {
        font-size: .95rem;
        max-width: 100%;
        line-height: 1.65;
    }
}

/* Extra small devices (up to 375px) */
@media screen and (max-width: 375px) {
    .section-title {
        margin-bottom: 30px;
        padding: 0 0.75rem;
        margin: 0 !important;
    }
     .benfitDiv{
            margin-top: 440px;

    }
    
    
    .section-title h2 {
        font-size: 22px  !important;
        margin-bottom: 10px;
        line-height: 1.35;
    }
    
    .section-title p {
        font-size: .95rem;
        line-height: 1.7;
    }
}

/* Very small devices (up to 320px) */
@media screen and (max-width: 320px) {
    .section-title {
        margin-bottom: 25px;
        padding: 0 0.5rem;
        margin: 0 !important;
    }

    .benfitDiv{
            margin-top: 440px;

    }
    
    .section-title h2 {
        font-size: 22px  !important;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    
    .section-title p {
        font-size: .95rem;
        line-height: 1.7;
    }
}

/* Landscape orientation for mobile devices */
@media screen and (max-width: 991px) and (orientation: landscape) {
    .section-title {
        margin-bottom: 30px;
        margin: 0 !important;
    }
    
    .section-title h2 {
        font-size: 24px  !important;
        margin-bottom: 10px;
    }
    
    .section-title p {
        font-size: .95rem;
        max-width: 600px;
    }
}

/* High DPI screens adjustments */
@media screen and (-webkit-min-device-pixel-ratio: 2), 
       screen and (min-resolution: 192dpi) {
    .section-title h2 {
        font-weight: 700; /* Ensure crisp text on retina displays */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .section-title p {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}


/* Print styles */
@media print {
    .section-title {
        margin-bottom: 40px;
        padding: 0;
    }
    
    .section-title h2 {
        font-size: 24px;
        color: black;
        margin-bottom: 10px;
    }
    
    .section-title .highlight {
        color: black;
        font-weight: 800;
    }
    
    .section-title p {
        font-size: 12px;
        color: black;
        max-width: 100%;
    }
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .section-title * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for accessibility */
.section-title h2:focus,
.section-title p:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* Improved readability for dyslexia */
@media (prefers-contrast: high) {
    .section-title h2 {
        font-weight: 800;
    }
    
    .section-title p {
        font-weight: 500;
    }
}


.back-gradient-blue{
    background-color: unset;
   
        
         background: linear-gradient(0deg, var(--accent) 0%, var(--light) 100%);
    /* background: linear-gradient(to bottom, #f0f4ff 0%, #f8fafc 100%); */
    /* background: linear-gradient(135deg, #f1f5f9 0%, #f8fafc 100%); */
    /* background: linear-gradient(to bottom right, rgba(254, 7, 6, 0.05) 0%, var(--light) 100%); */
    /* background: linear-gradient(to bottom right, #fff 0%, var(--accent) 50%, rgba(30, 58, 138, 0.05) 100%); */

     .section-title{
        background-color: transparent;
    }

  
}

.back-gradient-red{
    background-color: unset;
   
        background: linear-gradient(45deg, rgba(30, 58, 138, 0.08) 0%, var(--light) 100%);
    /* background: linear-gradient(to bottom, #f0f4ff 0%, #f8fafc 100%); */
    /* background: linear-gradient(135deg, #f1f5f9 0%, #f8fafc 100%); */
    /* background: linear-gradient(to bottom right, rgba(254, 7, 6, 0.05) 0%, var(--light) 100%); */
   

     .section-title{
        background-color: transparent;
    }

  
}