/*
Theme name: Oceanwp Child
Author: Arjun Mishra
Template: oceanwp
*/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #FFFFFF;
    --dark: #00171F;
    --primary: #003459;
    --secondary: #007EA7;
    --accent: #00A8E8;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: var(--dark);
    overflow-x: hidden;
    background: var(--white);
}

#top-bar-wrap {
    border-bottom: unset !important;
}
#top-bar{
    width: 1440px !important;
}

#site-header{
    background-color: #003459 !important;
}
#site-header-inner{
    width: 1440px !important;
    background-color: white !important;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 50px;
    margin-bottom: 10px;
}

/* h1{
    font-size: clamp(2.5rem, 5vw, 5.5rem) !important; 
}
h1 span{
    font-size: clamp(2.5rem, 5vw, 5.5rem) !important;
}
h2{
    font-size: clamp(1.5rem, 2vw, 3.5rem) !important;
}
h3{
    font-size: clamp(1.2rem, 1.8vw, 3.2rem) !important;
}
p,span,a,li{
    font-size: clamp(1rem, 1.3rem, 1.8rem) !important;
} */

#outer-wrap h1{
    font-size: 5.5rem; 
}
#outer-wrap h1 span{
    font-size:  5.5rem ;
}
#outer-wrap h2{
    font-size:  3.5rem ;
}
#outer-wrap h3{
    font-size: 2.9rem;
}
#outer-wrap p,#outer-wrap a,#outer-wrap li{
    font-size:  1.8rem ;
}
#outer-wrap #footer p,#outer-wrap #footer a,#outer-wrap #footer li{
    font-size:  1.3rem ;
}



/* Top Bar */
.top-bar {
    background: var(--primary);
    color: var(--white);
    padding: 0.5rem 2rem;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar a {
    color: var(--white);
    text-decoration: none;
    margin-left: 1.5rem;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.top-bar a:hover {
    opacity: 1;
}

/* Header Navigation */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--white);
    box-shadow: 0 2px 20px rgba(0, 23, 31, 0.08);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-box::before,
.logo-box::after {
    content: '';
    position: absolute;
    background: var(--accent);
}

.logo-box::before {
    width: 30px;
    height: 3px;
    top: 20px;
}

.logo-box::after {
    width: 3px;
    height: 30px;
    left: 20px;
}

.logo-text h1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: -0.5px;
}

.logo-text p {
    font-size: 0.75rem;
    color: var(--secondary);
    font-weight: 500;
}

.main-nav {
    display: flex;
    list-style: none;
    gap: 0;
    align-items: center;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 1.5rem 1.5rem;
    display: block;
    transition: all 0.3s ease;
}

.main-nav a:hover {
    color: var(--accent);
    background: rgba(0, 168, 232, 0.05);
}

.search-btn {
    padding: 0.8rem 2rem;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.search-btn:hover {
    background: var(--secondary);
    transform: translateY(-2px);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}



#site-header .sub-menu .menu-item .menu-link{
    font-size: 13px;
    color:#003459 !important;
}
#site-header .sub-menu .menu-item .menu-link:hover{
    color: #0068b2 !important;
}

.state-hero {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgba(0,52,89,0.95), rgba(0,23,31,0.92)),
                url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?q=80');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: var(--white);
}
.state-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.state-title span {
    color: var(--accent);
}
.state-title .title-w{
    color: var(--white);
    font-size: clamp(2.5rem, 5vw, 5.5rem) !important;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 600px;
    background: linear-gradient(135deg, rgba(0, 52, 89, 0.95) 0%, rgba(0, 23, 31, 0.92) 100%),
                url('http://demosuny.qlogic.io/wp-content/uploads/2025/12/hone-hello-banner.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    overflow: hidden;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 168, 232, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.title-animate {
font-size: clamp(2.5rem, 5vw, 4.5rem);
font-weight: 900;
margin-bottom: 1rem;
line-height: 1.1;
letter-spacing: -2px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}

/* All text starts blue */
.title-animate span.highlight{
color: var(--white);
}
.title-animate span {
color: var(--accent); /* starting color = blue */
position: relative;
display: inline-block;
}

/* The white sweep layer */
.title-animate span::after {
content: attr(data-text);   /* repeat text */
position: absolute;
inset: 0;
color: var(--white);        /* sweeping white */
transform: translateX(100%);
animation: titleSweep 1.8s ease-out forwards;
white-space: nowrap;
}
.title-animate span.highlight::after {
color: var(--accent)
}

/* Control sweep timing for each part */
.title-animate span:nth-child(1)::after {
animation-delay: 0s;   /* THE */
}

.title-animate span:nth-child(2)::after {
animation-delay: 0.5s; /* DATA GATEWAY */
}

/* The sweep animation */
@keyframes titleSweep {
from { transform: translateX(100%); }

to   { transform: translateX(0%); }
}

.hero-text h1 {
    font-size: clamp(2.5rem, 5vw, 5.5rem);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -2px;
}

.hero-text .highlight {
    color: var(--accent);
}

.hero-text h2 {
    font-size: clamp(1.2rem, 2vw, 3.5rem);
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-text p {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.hero-button {
    padding: 1.2rem 3rem;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-button:hover {
    background: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 168, 232, 0.3);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.badge {
    padding: 0.5rem 1.2rem;
    background: rgba(0, 168, 232, 0.2);
    border: 1px solid rgba(0, 168, 232, 0.4);
    border-radius: 4px;
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-image {
    /* position: relative;
    background: linear-gradient(135deg, rgba(0, 52, 89, 0.65) 0%, rgba(0, 23, 31, 0.52) 100%),
                url('http://localhost/TestingModels/qlogic/wp-content/uploads/2025/12/markus-winkler-u6teD83wIZ4-unsplash.jpg');

    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    overflow: hidden;
    border-radius: 50px; */
}
.hero-image {
    position: relative;
    background: url(http://demosuny.qlogic.io/wp-content/uploads/2025/12/markus-winkler-u6teD83wIZ4-unsplash.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    overflow: hidden;
    border-radius: 50px;
    justify-content: end;
}

/* Rotating gradient layer */
.hero-image::before {
content: "";
position: absolute;
inset: -50%;   /* make gradient 200% size so rotation never shows corners */
border-radius: 50%; 
z-index: 0;
pointer-events: none;

background: linear-gradient(
-169deg,
rgba(0, 52, 89, 0.55) 50%,
rgba(0, 0, 0, 0.62) 50%
);

animation: rotateGradient 10s linear infinite;
transform-origin: center;
}

/* Keep content above */
.hero-image > * {
position: relative;
z-index: 1;
}

/* Rotate */
@keyframes rotateGradient {
from { transform: rotate(0deg); }
to   { transform: rotate(360deg); }
}









.hero-card {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: floatCard 3s ease-in-out infinite;
}
@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.hero-card h3 {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.hero-card-stat {
    display: flex;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 1.2rem;
}

.stat-info h4 {
    font-size: 1.8rem;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 0px;
}

.stat-info p {
    font-size: 0.9rem;
    color: var(--secondary);
    margin-bottom: 5px;
}

/* What is Integration Section */
.integration-section {
    padding: 6rem 2rem;
    background: var(--white);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.integration-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.content-text h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 2rem;
    line-height: 1.2;
}

.content-text p {
    font-size: 1.8rem;
    color: var(--secondary);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}


/* Statistics Section */
.stats-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
    padding: 5rem 2rem;
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.stat-box {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.stat-box:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--accent);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.8rem;
    font-weight: 500;
}

/* Features Grid Section */
.features-section {
    padding: 6rem 2rem;
    background: var(--white);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-label {
    /* display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 168, 232, 0.1);
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    border-radius: 4px;
 */

    display: inline-block;
    background: linear-gradient(135deg,rgba(0, 52, 89, 0.85) 0%,rgba(0, 52, 89, 0.85) 30%, rgba(0, 23, 31, 0.82) 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    width: fit-content;
    box-shadow: 0 4px 15px rgba(0, 168, 232, 0.3);
    animation: wii-slideInLeft 0.6s ease-out 0.3s both;
}
@keyframes wii-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.feature-card {
    background: var(--white);
    border: 1px solid rgba(0, 52, 89, 0.1);
    border-radius: 8px;
    padding: 3rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 52, 89, .65);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--accent);
    transition: height 0.3s ease;
}

.feature-card:hover::before {
    height: 100%;
}

.feature-card:hover {
    border-color: var(--accent);
    box-shadow: 0 10px 40px rgba(0, 168, 232, 0.15);
    transform: translateY(-5px);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}


.feature-card h3 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.feature-card p {
    font-size: 1.8rem;
    color: var(--secondary);
    line-height: 1.7;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);
    padding: 5rem 2rem;
    text-align: center;
}

.cta-content h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    padding: 1.2rem 3rem;
    background: var(--white);
    color: var(--primary);
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Resources Section */
.resources-section {
    padding: 6rem 2rem;
    background: #f8fafb;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.resource-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 23, 31, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 52, 89, 0.1);
}

.resource-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 168, 232, 0.15);
}

.resource-image {
    height: 200px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    position: relative;
    overflow: hidden;
}

.resource-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.05) 15px,
        rgba(255, 255, 255, 0.05) 30px
    );
}

.resource-content {
    padding: 2rem;
}

.resource-label {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: rgba(0, 168, 232, 0.1);
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.resource-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.resource-content p {
    font-size: 0.95rem;
    color: var(--secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.resource-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s ease;
}

.resource-link:hover {
    gap: 0.8rem;
}

/* Footer */
.footer {
    background: var(--dark);
    color: var(--white);
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.footer-section p,
.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    line-height: 2;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    display: block;
}

.footer-section a:hover {
    color: var(--accent);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-logo-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);
    position: relative;
}

.footer-logo-box::before,
.footer-logo-box::after {
    content: '';
    position: absolute;
    background: var(--white);
}

.footer-logo-box::before {
    width: 25px;
    height: 2px;
    top: 17px;
    left: 12px;
}

.footer-logo-box::after {
    width: 2px;
    height: 25px;
    left: 17px;
    top: 12px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--accent);
    transform: translateY(-3px);
}
@media (max-width: 1485px) and (min-width: 1238px) {
    #site-navigation-wrap .dropdown-menu>li>a{
        padding: 0 8px !important;
        letter-spacing: .2px !important;
    }
    #site-logo {
        width: 200px !important;
    }
}
@media (max-width: 1237px) and (min-width: 1025px) {
    .container{
        max-width: 95% !important;
    }
    #site-header-inner{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #site-logo {
        width: 165px !important;
    }
    #site-navigation-wrap .dropdown-menu>li>a{
        padding: 0 5px !important;
        letter-spacing: 0px !important;
    }
    
}
@media (max-width: 1024px) and (min-width: 768px) {
    .hero-image::before{
        inset: -106% !important;
        height: 145vh !important;
    }
    #site-navigation-wrap{
        right: 0px !important;
    }
    .container{
        max-width: 98% !important;
    }
    #site-logo{
        width: 100%;
        display: flex !important;
        justify-content: center;
    }
    #site-logo #site-logo-inner{
        width: 20rem !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    
    /* #site-navigation-wrap { 
        width: 70% !important;
    } */
    #site-navigation-wrap .dropdown-menu >li >a{
        padding: 0 4.3px !important;
        letter-spacing: 0px !important;
    }
    #site-header-inner{
        padding-left: .2rem;
        padding-right: .2rem;
    }
    /* #site-logo {
        width: 165px !important;
    } */
    #site-navigation-wrap{
        width: 100%;
    }
    #site-navigation{
        display: flex !important;
        justify-content: center !important;
    }
    #site-navigation-wrap .dropdown-menu>li>a .nav-arrow{
        padding-left: 3px !important;
    }
    #site-navigation-wrap .dropdown-menu li a.menu-link i{
        padding-right: 0px;
    }
}
@media (max-width: 767px) and (min-width: 624px) {
    .hero-image::before{
        inset: -75% !important;
        height: 100vh !important;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .hero-content,
    .integration-content {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .nav-container {
        padding: 1rem;
    }

    .hero {
        padding: 3rem 1.5rem;
    }

    section {
        padding: 4rem 1.5rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    h1{
    font-size: clamp(2.5rem, 5vw, 5.5rem) !important; 
    }
    h1 span{
        font-size: clamp(2.5rem, 5vw, 5.5rem) !important;
    }
    h2{
        font-size: clamp(1.5rem, 2vw, 3.5rem) !important;
    }
    h3{
        font-size: clamp(1.2rem, 1.8vw, 3.2rem) !important;
    }
    p,span,a,li{
        font-size: clamp(1rem, 1.3rem, 1.8rem) !important;
    }
    .sidr .sidr-inner .sidr-class-main-menu .sidr-class-menu-item .sidr-class-menu-link{
        color:#003459 !important;
    }

}

@media (max-width: 512px) {

    h1{
        font-size: 2.5rem !important; 
    }
    h1 span{
        font-size: 2.5rem !important;
    }
    h2{
        font-size: 2rem !important;
    }
    h3{
        font-size: 1.8rem !important;
    }
    h4{
        font-size: 1.5rem !important;
    }
    h5{
        font-size: 1.2rem !important;
    }
    p,span,a,li{
        font-size: 1.2rem !important;
    }
    p {
        margin: 0px 0 5px !important;
    }
    .footer-box .span_1_of_4 col .col-3{
        margin: 0px !important;
    }

    .state-text li{
        font-size: 1.2rem !important;
    }



    /* .integration-image{
        height: 300px;
    } */
    .footer-box.span_1_of_4.col.col-1 .wp-block-heading{
        margin-top: 25px;
        font-size: 2rem !important;
        color: white;
        border-bottom: 2px solid white;
        margin-bottom: 0px !important;
    }
    #site-header-inner{
        margin-bottom: 0px;
    }
    #site-header{
        padding: 10px;
    }
    #site-logo{
        width: 50%;
    }
    .footer-box.span_1_of_4.col.col-4 #block-38{
        order: -1;
    }
    #footer-widgets.mobile-1-col .footer-box:not(:last-child){
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    #footer-widgets.mobile-1-col .footer-box{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #footer-widgets{
        padding-bottom: 0px !important;
    }
    .footer-box.span_1_of_4.col.col-1 .widget_media_image{
        margin-bottom: 0px !important;
    }
    .footer-box.span_1_of_4.col.col-1 .widget_media_image .wp-block-image{
        margin-bottom: 0px;
    }
    .footer-box.span_1_of_4.col.col-1 .widget_media_image .wp-block-image img{
        border-radius: 10px;
        overflow: hidden;
    }
    .footer-box.span_1_of_4.col.col-1 .wp-block-heading{
        margin-top: 20px !important;
    }

    .wii-image-side{
        padding: 20px !important;
    }
    .features-section{
        padding: 4rem 2rem;
    }
    .section-header{
        margin-bottom: 3rem;
    }
    .stat-box {
        padding: 1.5rem;
    }
    .stat-number{
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 0.3rem;
    }
    .stat-label {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.5rem;
        font-weight: 500;
    }
   .wii-content-side{
        padding: 20px 15px !important;
    }
    .wii-label{
        margin-bottom: 15px !important;
    }
    .wii-title{
        margin-bottom: 8px !important;
    }
    
}
#footer .footer-box ul.wp-block-page-list li{
    margin-bottom: 5px;
}
#footer .footer-box ul.wp-block-page-list li a {
    position: relative;
    text-decoration: none;
    padding-right: 20px; /* space for arrow */
}

#footer .footer-box ul.wp-block-page-list li a::before {
    content: "➤"; /* arrow */
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 1;
}

/* Existing underline effect */
#footer .footer-box ul.wp-block-page-list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

#footer .footer-box ul.wp-block-page-list li a:hover::after {
    width: 100%;
}


#footer .wp-block-accordion .wp-block-accordion-heading__toggle{
    align-items: center;
    background-color: inherit !important;
    border: none;
    color: inherit !important;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    overflow: hidden;
    padding: var(--wp--preset--spacing--20, 1em) 0;
    text-align: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
    word-spacing: inherit;
    font-size: 1.3rem;
    color: #ffffff !important;
}


#footer .wp-block-social-links li {
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
}
#footer .wp-block-social-links li a{
    font-size: 2.4rem !important;
}

#site-header #searchform-dropdown{
    background-color: transparent !important;
}
#site-header #searchform-dropdown .searchform{
    background-color: white !important;
    border-radius: 50px !important;
}
#site-header #searchform-dropdown .searchform input[type="search"]{
    border-radius: 50px !important;
}

.footer-box.span_1_of_4.col.col-4 .footer-widget >  p{
    display: none !important;
}
.footer-box.span_1_of_4.col.col-4{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer-box.span_1_of_4.col.col-4 .footer-widget:nth-child(2){

}



.footer-box.span_1_of_4.col.col-1 .wp-block-heading{
    margin-top: 45px;
    font-size: 2rem !important;
    color: white;
    border-bottom: 2px solid white;
}

.footer-box.span_1_of_4.col.col-1 .widget_media_image .wp-block-image{
    border-radius: 10px;
    overflow: hidden;
}


.footer-card {
    background: rgba(0, 65, 115, 0.8);
    padding: 16px 8px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 300px;
}

/* Icon wrapper */
.icon-section .location-icon {
    background: rgba(255, 255, 255, 0.12);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.icon-section .location-icon i {
    color: #64b5f6;
    font-size: 18px !important;
}

/* Title */
.info-section h2 {
    color: #64b5f6;
    font-size: 12px !important;
    font-weight: 600;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Text */
.info-section p {
    font-size: 14px;
    color: #e0e0e0;
    margin: 0;
    line-height: 1.6;
}
.info-section p{
    word-break: break-all;
}
.footer-card:hover .location-icon {
    background: rgba(100, 181, 246, 0.4);
    transform: rotate(360deg) scale(1.1);
}
.footer-box .wp-block-social-links .wp-social-link{
    background-color: transparent !important;
}
#site-navigation-wrap .dropdown-menu>li.search-toggle-li i{
    font-weight: 900;
}