.elementor-9758 .elementor-element.elementor-element-2bd13f4{--display:flex;--min-height:650px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.5;}.elementor-9758 .elementor-element.elementor-element-2bd13f4:not(.elementor-motion-effects-element-type-background), .elementor-9758 .elementor-element.elementor-element-2bd13f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-9758 .elementor-element.elementor-element-2bd13f4::before, .elementor-9758 .elementor-element.elementor-element-2bd13f4 > .elementor-background-video-container::before, .elementor-9758 .elementor-element.elementor-element-2bd13f4 > .e-con-inner > .elementor-background-video-container::before, .elementor-9758 .elementor-element.elementor-element-2bd13f4 > .elementor-background-slideshow::before, .elementor-9758 .elementor-element.elementor-element-2bd13f4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-9758 .elementor-element.elementor-element-2bd13f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-9758 .elementor-element.elementor-element-0ce225a > .elementor-widget-container{margin:580px 0px 0px 0px;}.elementor-9758 .elementor-element.elementor-element-0ce225a .elementor-button{font-size:18px;font-weight:900;}.elementor-9758 .elementor-element.elementor-element-699c050{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9758 .elementor-element.elementor-element-434b30f .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-9758 .elementor-element.elementor-element-7a069d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9758 .elementor-element.elementor-element-b204ee7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-9758 .elementor-element.elementor-element-699c050{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9758 .elementor-element.elementor-element-79fe7aa > .elementor-widget-container{margin:-7px 0px 0px 0px;}.elementor-9758 .elementor-element.elementor-element-800ce77 > .elementor-widget-container{margin:-45px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-800ce77 *//* ==== SECTION WRAPPER ==== */
.subsidy-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* ==== HEADING AREA ==== */
.subsidy-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px auto;
}

.subsidy-heading h2 {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0f233a;
    margin-bottom: 12px;
}

.subsidy-heading p {
    font-size: 15px;
    line-height: 1.7;
    color: #5f6c7b;
}

/* ==== GRID LAYOUT ==== */
.subsidy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

@media (max-width: 991px) {
    .subsidy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .subsidy-grid {
        grid-template-columns: 1fr;
    }
}

/* ==== CARD BASE ==== */
.subsidy-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 22px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
    height: 100%;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.subsidy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.13);
    border-color: rgba(37, 99, 235, 0.55);
}

/* ==== BADGE ==== */
.subsidy-badge {
    display: inline-block;
    padding: 4px 11px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.subsidy-badge.badge-green {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.subsidy-badge.badge-orange {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
}

/* ==== TEXT ==== */
.subsidy-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0f233a;
}

.subsidy-card-subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 10px;
}

/* ==== LIST ==== */
.subsidy-card-list {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.subsidy-card-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 7px;
    font-size: 13px;
    color: #374151;
}

.subsidy-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

/* ==== BUTTON ==== */
.subsidy-card-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    border-radius: 999px;
    background-image: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: white !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.18s ease;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.35);
}

.subsidy-card-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.45);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14697d7 *//* ========= 360° SECTOR SECTION – PREMIUM VERSION ========= */

.sector360-wrapper {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 90px 20px 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    z-index: 1;
}

/* Soft background glow behind whole section */
.sector360-bg {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 1200px;
    border-radius: 40px;
    background:
        radial-gradient(circle at 0% 0%, rgba(59,130,246,0.14) 0, transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(16,185,129,0.12) 0, transparent 55%);
    opacity: 0.45;
    z-index: -2;
}

/* ===== Heading ===== */

.sector360-heading {
    text-align: center;
    margin-bottom: 52px;
}

.sector360-kicker {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: #4f46e5;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(79,70,229,0.08);
    margin-bottom: 10px;
}

.sector360-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.sector360-heading h2 span {
    background: linear-gradient(135deg, #4f46e5, #0ea5e9);
    -webkit-background-clip: text;
    color: transparent;
}

.sector360-heading p {
    font-size: 14px;
    color: #6b7280;
    max-width: 720px;
    margin: 0 auto;
}

/* ===== Layout ===== */

.sector360-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 1.2fr;
    gap: 30px;
    align-items: center;
    position: relative;
}

/* Left & right columns */
.sector360-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Slight offset for depth */
.offset-up    { transform: translateY(-5px); }
.offset-down  { transform: translateY(5px); }

/* ===== Orbit Core ===== */

.sector360-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sector360-orbit {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at 20% 0%, #eef2ff 0, #e0f2fe 35%, #ffffff 80%);
    box-shadow:
        0 18px 50px rgba(15,23,42,0.18),
        0 0 0 1px rgba(148,163,184,0.35);
    overflow: hidden;
}

/* Animated ring */
.sector360-orbit-ring {
    position: absolute;
    width: 88%;
    height: 88%;
    border-radius: 50%;
    border: 1px dashed rgba(129,140,248,0.7);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4) inset;
    animation: orbit-rotate 22s linear infinite;
}

@keyframes orbit-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.sector360-orbit-core {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 24px 22px;
}

.sector360-orbit-core h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 10px 0 6px;
}

.sector360-orbit-core p {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6;
}

.core-pill {
    display: inline-block;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(59,130,246,0.12);
    color: #1d4ed8;
}

/* ===== Sector Cards ===== */

.sector360-item {
    position: relative;
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    padding: 12px 14px 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(148,163,184,0.25);
    box-shadow: 0 12px 28px rgba(15,23,42,0.08);
    backdrop-filter: blur(10px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.sector360-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(15,23,42,0.16);
    border-color: rgba(59,130,246,0.7);
    background: linear-gradient(135deg, rgba(219,234,254,0.95), #ffffff);
}

/* Bottom big card */
.sector360-bottom {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.sector360-bottom-card {
    max-width: 520px;
    width: 100%;
}

/* ===== Icon Bubble ===== */

.sector360-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: conic-gradient(from 210deg, #4f46e5, #0ea5e9, #22c55e, #4f46e5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(59,130,246,0.6);
    position: relative;
    overflow: hidden;
}

.sector360-icon::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background: radial-gradient(circle at 30% 0%, rgba(255,255,255,0.7) 0, transparent 40%);
    opacity: 0.9;
}

/* ===== Content Text ===== */

.sector360-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.sector360-content p {
    font-size: 12px;
    color: #4b5563;
    margin: 0 0 6px;
}

/* CTA link */
.sector360-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
    color: #2563eb;
}

.sector360-cta::after {
    content: "↗";
    font-size: 10px;
}

.sector360-item:hover .sector360-cta {
    color: #1d4ed8;
}

/* ===== Connectors (lines from cards to orbit) ===== */

.sector360-connector {
    position: absolute;
    width: 70px;
    height: 1px;
    background: linear-gradient(to right, rgba(148,163,184,0.3), rgba(79,70,229,0.75));
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.connector-left {
    right: 100%;
    margin-right: 8px;
}

.connector-right {
    left: 100%;
    margin-left: 8px;
}

/* Slight curve illusion via pseudo-element */
.sector360-connector::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 1px solid rgba(129,140,248,0.8);
    background: #f9fafb;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* you can tweak vertical offset per connector if needed */
.connector-1 { top: 35%; }
.connector-2 { top: 50%; }
.connector-3 { top: 65%; }
.connector-4 { top: 80%; }

.connector-5 { top: 30%; }
.connector-6 { top: 45%; }
.connector-7 { top: 60%; }
.connector-8 { top: 75%; }

/* ===== Responsive behaviour ===== */

@media (max-width: 1100px) {
    .sector360-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sector360-center {
        order: -1;
    }

    .sector360-column {
        max-width: 520px;
        margin: 0 auto;
    }

    .sector360-connector {
        display: none; /* lines hide on mobile / tablet for clarity */
    }

    .sector360-orbit {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 640px) {
    .sector360-wrapper {
        padding: 70px 16px 80px;
    }

    .sector360-heading h2 {
        font-size: 26px;
    }

    .sector360-item {
        padding: 11px 12px;
    }

    .sector360-icon {
        width: 42px;
        height: 42px;
        font-size: 12px;
    }
}/* End custom CSS */