/* =========================================================

           BRAND COLORS

        ========================================================= */



:root {



    --ss-blue: #003B73;



    --ss-gold: #F3B31C;



    --ss-orange: #F78C1E;



    --ss-red: #E31E24;



    --ss-deep-orange: #F15A24;



    --ss-teal: #00A887;



    --ss-medium-blue: #0082C8;



    --ss-cyan-teal: #1BB89B;



    --ss-white: #FFFFFF;



}





/* =========================================================

           GLOBAL

        ========================================================= */



* {

    box-sizing: border-box;

}



html {

    scroll-behavior: smooth;

}



body {

    margin: 0;

    padding: 0;

    font-family: 'Poppins', sans-serif !important;

    color: var(--ss-blue);

    background: #fff;

}



:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {

    content: var(--fa) / "";

    font-size: 15px !important;

}



a {

    text-decoration: none;

    font-family: 'Poppins', sans-serif !important;

}

p{

    font-family: 'Poppins', sans-serif !important;

}

h1,h2,h3,h4,h5,h6{

    font-family: 'Poppins', sans-serif !important;

}



     /* =========================================================

           TOP BAR

    ========================================================= */



.ss-topbar {

    background: var(--ss-blue);

    /* height: 30px; */

    color: var(--ss-white);

    font-size: 9px;

}



.ss-topbar .container-fluid {

    height: 100%;

}



.ss-contact-info {

    height: 100%;

    display: flex;

    align-items: center;

    gap: 22px;

}



.ss-contact-info span {

    display: inline-flex;

    align-items: center;

    font-size: 13px;

    margin: 6px;

    white-space: nowrap;

}



.ss-contact-info i {

    color: var(--ss-gold);

    margin-right: 5px;

    font-size: 15px;

}



/* =========================================================

           SOCIAL ICONS

        ========================================================= */



.ss-socials {

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 18px;

}



.ss-socials a {

    color: var(--ss-white);

    font-size: 9px;

    transition: all .3s ease;

}



.ss-socials a:hover {

    color: var(--ss-gold);

    transform: translateY(-1px);

}





/* =========================================================

           NAVBAR

        ========================================================= */

.ss-navbar {

    background: var(--ss-white) !important;

    min-height: 68px;

    padding: 4px 0 !important;

    box-shadow: 0 2px 12px rgba(0, 59, 115, .10);

    position: fixed !important;

    /* top: 52px; */

    left: 0;

    width: 100%;

    z-index: 1000;

    transition: top 0.3s ease;

}



.ss-navbar.scrolled {

    top: 0;

}





/* =========================================================

           LOGO

        ========================================================= */



.ss-logo {

    display: flex;

    align-items: center;

}



.ss-logo img {

    width: 210px;

    height: 58px;

    object-fit: contain;

    display: block;

}





/* =========================================================

           NAV MENU

        ========================================================= */



.ss-navbar .navbar-nav {

    gap: 1px;

}



.ss-navbar .nav-link {

    color: var(--ss-blue) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    padding: 13px 9px !important;

    white-space: nowrap;

    transition: all .3s ease;

}



.ss-navbar .nav-link:hover {

    color: var(--ss-gold) !important;

}



.ss-navbar .nav-link.active {

    color: var(--ss-gold) !important;

}





/* =========================================================

           NAVBAR TOGGLER

        ========================================================= */



/* =========================================================

   MOBILE MENU BUTTON

========================================================= */



.ss-navbar .navbar-toggler {

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

    padding: 7px 8px;

    background: transparent;

}



.ss-navbar .navbar-toggler:focus,

.ss-navbar .navbar-toggler:active {

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

}



.ss-navbar .navbar-toggler i {

    color: #003B73;

    font-size: 23px;

}


.ss-menu-close {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .ss-menu-open {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .ss-menu-close {
    display: inline-block;
}

.navbar-toggler[aria-expanded="false"] .ss-menu-open {
    display: inline-block;
}

.navbar-toggler[aria-expanded="false"] .ss-menu-close {
    display: none;
}

        /* =========================================================

           HERO SECTION

        ========================================================= */



.ss-hero {

    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    padding: 60px 0;

    /* background-image:

        url('<?php echo get_template_directory_uri(); ?>/webdemo/default.jpeg'); */

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    overflow: hidden;

}





/* =========================================================

           HERO OVERLAY

        ========================================================= */



.ss-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    /* background:

        linear-gradient(90deg,

            rgba(0, 59, 115, .96) 0%,

            rgba(0, 59, 115, .84) 40%,

            rgba(0, 59, 115, .55) 70%,

            rgba(0, 59, 115, .25) 100%); */

    z-index: 1;

}



.ss-hero .container {

    position: relative;

    z-index: 2;

}





/* =========================================================

           HERO TITLE

        ========================================================= */



.ss-hero-title {



    color: var(--ss-white);



    margin: 0;



    font-size: 48px;



    line-height: 1.05;



    font-weight: 700;



    letter-spacing: 1px;



}



.ss-hero-title span {



    color: var(--ss-gold);



}



.ss-hero-title strong {



    display: block;



    color: var(--ss-gold);



    font-size: 38px;



    font-weight: 500;



    letter-spacing: 5px;



    margin-top: 4px;



}





/* =========================================================

           HERO TAGLINE

        ========================================================= */



.ss-tagline {



    color: var(--ss-white);



    font-size: 17px;



    font-weight: 600;



    margin-top: 14px;



}



.ss-tagline span {



    color: var(--ss-gold);



    padding: 0 7px;



}





/* =========================================================

           CATEGORIES

        ========================================================= */



.ss-categories {



    margin-top: 18px;



    color: var(--ss-white);



    font-size: 11px;



    font-weight: 500;



    letter-spacing: .4px;



    line-height: 2;



}



.ss-categories span {



    color: var(--ss-gold);



    padding: 0 5px;



}





/* =========================================================

           HERO DESCRIPTION

        ========================================================= */



.ss-hero-description {



    color: var(--ss-white);



    font-size: 13px;



    line-height: 1.7;



    font-weight: 500;



    margin: 18px auto 25px;



    max-width: 750px;



}





/* =========================================================

           HERO BUTTONS

        ========================================================= */



.ss-hero-buttons {



    display: flex;



    justify-content: center;

    align-items: center;

    gap: 15px;

    flex-wrap: wrap;

}



.ss-hero-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 175px;

    min-height: 40px;

    padding: 10px 20px;

    border-radius: 10px;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    transition: all .3s ease;



}





/* =========================================================

           GOLD BUTTON

        ========================================================= */



.ss-btn-gold {

    background: var(--ss-gold);

    color: #000;

    border: 2px solid var(--ss-gold);

}



.ss-btn-gold:hover {



    background: var(--ss-white);



    border-color: var(--ss-white);



    color: var(--ss-blue);



    transform: translateY(-2px);



}





/* =========================================================

           OUTLINE BUTTON

        ========================================================= */



.ss-btn-outline {



    background: transparent;



    color: var(--ss-white);



    border: 2px solid var(--ss-white);



}



.ss-btn-outline:hover {



    background: var(--ss-white);



    color: var(--ss-blue);



    transform: translateY(-2px);



}





/* =========================================================

           ABOUT SECTION

        ========================================================= */



.ss-about-section {



    background: var(--ss-white);



    padding: 50px 0;



}





/* =========================================================

           ABOUT LABEL

        ========================================================= */



.ss-about-label {



    color: var(--ss-gold);



    font-size: 12px;



    font-weight: 700;



    margin-bottom: 7px;



    letter-spacing: .5px;



}





/* =========================================================

           ABOUT TITLE

        ========================================================= */



.ss-about-title {

    color: var(--ss-blue);

    font-size: 25px;

    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 12px;

}





/* =========================================================

           ABOUT DESCRIPTION

        ========================================================= */



.ss-about-description {

    color: #3e4658;

    max-width: 410px;

    font-size: 14px;

    line-height: 1.8;

    margin: 0 0 18px;

}





/* =========================================================

           ABOUT BUTTON

        ========================================================= */



.ss-about-btn {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    background: var(--ss-blue);

    color: var(--ss-white);

    padding: 10px 17px;

    font-size: 13px;

    font-weight: 600;

    transition: all .3s ease;

}



.ss-about-btn:hover {

    background: var(--ss-gold);

    color: var(--ss-blue);

    transform: translateY(-2px);

}





/* =========================================================

           STAT CARD

        ========================================================= */



.ss-stat-card {

    width: 100%;

    min-height: 175px;

    background: var(--ss-white);

    border-radius: 8px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 20px 10px;

    box-shadow: 0 5px 25px rgba(0, 59, 115, .10);

    border-top: 4px solid var(--ss-blue);

    transition: all .3s ease;

}



.ss-stat-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 12px 30px rgba(0, 59, 115, .15);

}





/* =========================================================

           CARD 1 - ORANGE

        ========================================================= */



.ss-stat-card:nth-child(1) {

    border-top-color: var(--ss-orange);

}



.ss-stat-card:nth-child(1) .ss-stat-icon {

    color: var(--ss-orange);

}





/* =========================================================

           CARD 2 - RED

        ========================================================= */



.ss-stat-card:nth-child(2) {

    border-top-color: var(--ss-red);

}



.ss-stat-card:nth-child(2) .ss-stat-icon {

    color: var(--ss-red);

}





/* =========================================================

           CARD 3 - TEAL

        ========================================================= */



.ss-stat-card:nth-child(3) {

    border-top-color: var(--ss-teal);

}



.ss-stat-card:nth-child(3) .ss-stat-icon {

    color: var(--ss-teal);

}





/* =========================================================

           CARD 4 - BLUE

        ========================================================= */



.ss-stat-card:nth-child(4) {

    border-top-color: var(--ss-medium-blue);

}



.ss-stat-card:nth-child(4) .ss-stat-icon {

    color: var(--ss-medium-blue);

}





/* =========================================================

           STAT ICON

        ========================================================= */



.ss-stat-icon {

    font-size: 31px;

    margin-bottom: 12px;

}





/* =========================================================

           STAT NUMBER

        ========================================================= */



.ss-stat-number {



    color: var(--ss-blue);



    font-size: 27px;



    line-height: 1;



    font-weight: 700;



    margin-bottom: 8px;



}





/* =========================================================

           STAT TITLE

        ========================================================= */



.ss-stat-title {

    color: var(--ss-blue);

    font-size: 14px;

    font-weight: 500;

}





/* =========================================================

           COLORFUL BOTTOM LINE

        ========================================================= */



.ss-color-line {



    display: flex;



    width: 100%;



    height: 5px;



}



.ss-color-line span {



    flex: 1;



}



.ss-color-line span:nth-child(1) {



    background: var(--ss-gold);



}



.ss-color-line span:nth-child(2) {



    background: var(--ss-orange);



}



.ss-color-line span:nth-child(3) {



    background: var(--ss-red);



}



.ss-color-line span:nth-child(4) {



    background: var(--ss-deep-orange);



}



.ss-color-line span:nth-child(5) {



    background: var(--ss-teal);



}



.ss-color-line span:nth-child(6) {



    background: var(--ss-medium-blue);



}



.ss-color-line span:nth-child(7) {



    background: var(--ss-cyan-teal);



}





/* =========================================================

           TABLET

        ========================================================= */



@media (max-width: 1199px) {



    .ss-navbar .nav-link {



        font-size: 8px !important;



        padding: 10px 6px !important;



    }



    .ss-logo img {



        width: 190px;



    }



    .ss-hero-title {



        font-size: 42px;



    }



    .ss-hero-title strong {



        font-size: 34px;



    }



    .ss-hero-buttons {



        gap: 12px;



    }



}





/* =========================================================

           MOBILE

        ========================================================= */



@media (max-width: 991px) {



    .ss-navbar {



        padding: 7px 0 !important;



    }



    .ss-logo img {



        width: 180px;



        height: 52px;



    }



    .ss-navbar .navbar-collapse {



        background: var(--ss-white);



        margin-top: 8px;



        padding: 10px 15px;



        border-radius: 6px;



        box-shadow:

            0 5px 20px rgba(0, 59, 115, .15);



    }



    .ss-navbar .navbar-nav {



        gap: 0;



    }



    .ss-navbar .nav-link {



        font-size: 10px !important;



        padding: 11px 5px !important;



        border-bottom: 1px solid #e9eef4;



    }



    .ss-navbar .nav-link:hover,

    .ss-navbar .nav-link.active {



        color: var(--ss-gold) !important;



    }





    /* HERO */



    .ss-hero {



        min-height: 500px;



        padding: 55px 15px;



    }



    .ss-hero-title {



        font-size: 38px;



    }



    .ss-hero-title strong {



        font-size: 29px;



    }



    .ss-tagline {



        font-size: 15px;



    }



    .ss-categories {



        font-size: 10px;



    }



    .ss-hero-description {



        font-size: 12px;



    }





    /* BUTTONS */



    .ss-hero-buttons {



        flex-direction: column;



        gap: 12px;



    }



    .ss-hero-btn {



        width: 210px;



    }





    /* ABOUT */



    .ss-about-section {



        padding: 45px 0;



    }



}





/* =========================================================

           SMALL MOBILE

        ========================================================= */



@media (max-width: 575px) {



    .ss-topbar {



        height: auto;



        padding: 6px 0;



    }



    .ss-contact-info {



        justify-content: center;



        gap: 10px;



        font-size: 7px;



    }



    .ss-socials {



        display: none;



    }





    /* LOGO */



    .ss-logo img {



        width: 165px;



        height: 48px;



    }





    /* HERO */



    .ss-hero {



        min-height: 535px;



        padding: 45px 12px;



        background-position: center;



    }



    .ss-hero-title {



        font-size: 29px;



        letter-spacing: .5px;



    }



    .ss-hero-title strong {



        font-size: 23px;



        letter-spacing: 3px;



    }



    .ss-tagline {



        font-size: 12px;



        line-height: 1.8;



    }



    .ss-tagline span {



        padding: 0 3px;



    }



    .ss-categories {



        font-size: 9px;



        line-height: 2.1;



        margin-top: 13px;



    }



    .ss-hero-description {



        font-size: 11px;



        line-height: 1.7;



        margin-top: 15px;



    }





    /* BUTTON */



    .ss-hero-btn {



        width: 205px;



        min-height: 38px;



        font-size: 9px;



    }





    /* ABOUT */



    .ss-about-title {



        font-size: 22px;



    }



    .ss-about-description {



        font-size: 10px;



    }





    /* STATS */



    .ss-stat-card {



        min-height: 145px;



    }



    .ss-stat-icon {



        font-size: 27px;



    }



    .ss-stat-number {



        font-size: 23px;



    }



    .ss-stat-title {



        font-size: 9px;



    }



}



/* =========================================================

   COMMON SECTION HEADING

========================================================= */



.section-heading {

    margin-bottom: 20px;

}



.section-label span {

    display: block;

    font-size: 12px;

    font-weight: 700;

    color: var(--ss-gold);

    letter-spacing: .5px;

    margin-bottom: 3px;

}



.section-label {

    display: block;

    font-size: 12px;

    font-weight: 700;

    color: var(--ss-gold);

    letter-spacing: .5px;

    margin-bottom: 3px;

}



.section-heading h2 {

    font-size: 21px;

    font-weight: 600;

    margin: 0;

    color: var(--ss-white);

}





/* =========================================================

   EVENTS SECTION

========================================================= */



.events-section {

    position: relative;

    padding: 22px 0 12px;

    background: #021f3b;

}





/* Event Card */



.event-card {

    height: 100%;

    overflow: hidden;

    background: var(--ss-white);

    border-radius: 6px;

    border: 1px solid rgba(255, 255, 255, .45);

    box-shadow: 0 5px 15px rgba(0, 0, 0, .18);

    transition: all .35s ease;

}



.event-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 12px 25px rgba(0, 0, 0, .3);

}





/* Event Image */

.event-image {

    height: 175px;

    overflow: hidden;

    background: var(--ss-medium-blue);

}



.event-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: transform .5s ease;

}



.event-card:hover .event-image img {

    transform: scale(1.06);

}



/* Event Content */



.event-content {

    padding: 11px 13px 13px;

    text-align: left;

}



.event-content h3 {

    color: var(--ss-blue);

    font-size: 13px;

    line-height: 1.3;

    font-weight: 700;

    min-height: 34px;

    margin-bottom: 8px;

}



.event-content h3 span {

    display: block;

    font-size: 11px;

    font-weight: 700;

}



.event-content p {

    color: #34495e;

    font-size: 14px;

    line-height: 1.65;

    min-height: 49px;

    margin-bottom: 10px;

}



/* =========================================================

   BUTTONS

========================================================= */



.ss-btn {

    display: inline-block;

    padding: 7px 17px;

    border-radius: 2px;

    background: #042952;

    color: var(--ss-white);

    font-size: 12px;

    font-weight: 600;

    letter-spacing: .2px;

    transition: all .3s ease;

}



.ss-btn:hover {

    background: var(--ss-medium-blue);

    color: var(--ss-white);

}





.outline-btn {

    display: inline-block;

    padding: 8px 19px;

    border: 1px solid rgba(255, 255, 255, .7);

    border-radius: 3px;

    color: var(--ss-white);

    font-size: 12px;

    font-weight: 600;

    transition: all .3s ease;

}



.outline-btn:hover {

    background: var(--ss-gold);

    border-color: var(--ss-gold);

    color: var(--ss-blue);

}



/* Events Bottom Button */

.events-button {

    margin-top: 8px;

}





/* =========================================================

   INITIATIVES

========================================================= */



.initiatives-section {

    padding: 10px 0 12px;

    background: var(--ss-white);

}



.initiatives-section .section-heading {

    margin-bottom: 5px;

}



.initiatives-section .section-label {

    color: #B48A13;

}



.initiatives-section .section-heading h2 {

    color: var(--ss-blue);

}





/* Initiative Box */



.initiative-box {

    position: relative;

    height: 100%;

    text-align: center;

    padding: 5px 8px 4px;

    border-right: 1px solid #eeeeee;

}



.initiatives-row>div:last-child .initiative-box {

    border-right: none;

}



/* Icon */



.initiative-icon {



    width: 58px;



    height: 58px;



    margin: 0 auto 3px;



    display: flex;



    align-items: center;



    justify-content: center;



    color: #aaa277;



    font-size: 37px;



    transition: all .3s ease;



}



.initiative-box:hover .initiative-icon {



    color: var(--ss-teal);



    transform: translateY(-4px);



}





/* Initiative Heading */



.initiative-box h3 {

    color: var(--ss-blue);

    font-size: 15px;

    line-height: 1.35;

    font-weight: 700;

    margin-bottom: 5px;

}



.initiative-box h3 span {

    display: block;

}





/* Initiative Text */



.initiative-box p {

    color: #4b5563;

    font-size: 14px;

    line-height: 1.55;

    margin: 0 auto;

    max-width: 150px;

}





/* Initiative Button */

.initiatives-button {

    margin-top: 5px;

}



.initiatives-button .ss-btn {



    background: var(--ss-blue);



}



.initiatives-button .ss-btn:hover {



    background: var(--ss-teal);



}





/* =========================================================

   INTERNATIONAL SECTION

========================================================= */



.international-section {

    position: relative;

    overflow: hidden;

    padding: 13px 0 13px;

    min-height: 170px;

    background-color: #040d12;

    /* 

    background-image:



        linear-gradient(

            rgba(0,59,115,.72),

            rgba(0,59,115,.72)

        ),



        url("images/international-bg.jpg"); */

    background-size: cover;

    background-position: center;

}





/* Optional Overlay */



.international-overlay {

    position: absolute;

    inset: 0;

    /* background:

        linear-gradient(90deg,

            rgba(0, 59, 115, .92),

            rgba(0, 59, 115, .65),

            rgba(0, 59, 115, .92)); */

    pointer-events: none;

}





/* International Heading */



.international-section .section-heading {

    margin-bottom: 8px;

}





/* International Items */

.international-row {

    align-items: center;

}



.international-box {

    text-align: center;

    padding: 4px 8px;

    color: var(--ss-white);

}



/* International Icon */

.international-icon {

    width: 48px;

    height: 48px;

    margin: 0 auto 3px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 29px;

    color: #d9d9d9;

    transition: all .3s ease;

}



.international-box:hover .international-icon {

    color: var(--ss-gold);

    transform: translateY(-4px);

}





/* International Text */



.international-box h3 {

    color: var(--ss-white);

    font-size: 14px;

    line-height: 1.4;

    font-weight: 500;

    margin: 0;

}



.international-box h3 span {

    display: block;

}





/* International Button */

.international-button {

    margin-top: 6px;

}





/* =========================================================

   RESPONSIVE

========================================================= */



@media (max-width: 991px) {

    .event-image {

        height: 150px;

    }



    .initiative-box {

        border-right: none;

        border-bottom: 1px solid #eee;

        padding-bottom: 15px;

    }



    .international-row>div {

        margin-bottom: 15px;

    }



}





@media (max-width: 767px) {



    .events-section {

        padding: 25px 0;

    }



    .section-heading h2 {

        font-size: 17px;

    }



    .event-image {

        height: 180px;

    }



    .event-content h3 {

        font-size: 13px;

    }



    .event-content p {

        font-size: 10px;

    }



    .initiative-box {

        padding: 15px 10px;

    }



    .international-section {

        padding: 25px 0;

    }



}





@media (max-width: 575px) {



    .event-image {

        height: 170px;

    }



    .initiatives-section {

        padding: 25px 0;

    }



    .initiative-icon {

        width: 50px;

        height: 50px;

        font-size: 32px;

    }



    .international-box {

        padding: 10px;

    }



}



/* =========================================================

   PARTICIPATE / SUBMIT SECTION

========================================================= */



.participate-section {



    padding: 10px 0 8px;



    background: var(--ss-white);



}





/* Common Heading */



.common-title {



    margin-bottom: 8px;



}



.common-title span {



    display: block;

    color: #b38a18;

    font-size: 11px;

    font-weight: 600;

    margin-bottom: 1px;

}



.common-title h2 {

    color: var(--ss-blue);

    font-size: 17px;

    line-height: 1.25;

    font-weight: 600;

    margin: 0;

}





/* Participate Card */



.participate-card {

    height: 182px;

    border-radius: 4px;

    padding: 14px 18px;

    display: flex;

    align-items: center;

    gap: 15px;

    color: var(--ss-white);

    position: relative;

    overflow: hidden;

}





/* Purple */



.film-card {



    background: #542477;



}





/* Gold */



.award-card {



    background: #C99216;



}





/* Teal */



.partner-card {



    background: #087B82;



}





/* Card Icon */



.participate-icon {



    flex: 0 0 55px;



    width: 55px;



    height: 55px;



    display: flex;



    align-items: center;



    justify-content: center;



    font-size: 36px;



    color: var(--ss-gold);



}



.award-card .participate-icon {



    color: #ffe39a;



}



.partner-card .participate-icon {



    color: #d7ffff;



}





/* Content */

.participate-content {

    flex: 1;

}



.participate-content h3 {

    color: var(--ss-white);

    font-size: 13px;

    font-weight: 600;

    margin: 0 0 4px;

}



.participate-content p {

    color: rgba(255, 255, 255, .92);

    font-size: 14px;

    line-height: 1.5;

    margin: 0 0 7px;

    max-width: 250px;

}





/* Participate Button */

.participate-btn {

    display: inline-block;

    padding: 4px 15px;

    border: 1px solid var(--ss-gold);

    color: var(--ss-gold);

    font-size: 12px;

    font-weight: 600;

    border-radius: 3px;

    transition: .3s;

}



.award-card .participate-btn,

.partner-card .participate-btn {

    background: #ffe08a;

    border-color: #ffe08a;

    color: var(--ss-blue);

}



.participate-btn:hover {

    background: var(--ss-gold);

    color: var(--ss-blue);

}







/* =========================================================

   GALLERY + NEWS

========================================================= */



.gallery-news-section {

    padding: 9px 0 11px;

    background: #fff;

    border-top: 1px solid #eeeeee;

    border-bottom: 1px solid #eeeeee;

}



.gallery-column {

    padding-right: 28px;

    border-right: 1px solid #eeeeee;

}



.news-column {

    padding-left: 28px;

}





/* Gallery */

.gallery-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 2px;

    margin-top: 5px;

}



.gallery-grid a {

    display: block;

    height: 84px;

    overflow: hidden;

}



.gallery-grid img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: .4s;

}





.gallery-grid a:hover img {

    transform: scale(1.07);

}





/* Dark Button */

.dark-btn {

    display: inline-block;

    background: var(--ss-blue);

    color: var(--ss-white);

    padding: 5px 20px;

    border-radius: 2px;

    font-size: 12px;

    font-weight: 600;

    transition: .3s;

}



.dark-btn:hover {

    background: var(--ss-medium-blue);

    color: var(--ss-white);

}



/* =========================================================

   NEWS

========================================================= */



.news-item {

    display: flex;

    gap: 12px;

    padding: 5px 0;

    border-bottom: 1px solid #ddd;

}



.news-image {

    flex: 0 0 128px;

    width: 128px;

    height: 51px;

    overflow: hidden;

    border-radius: 3px;

}



.news-image img {

    width: 100%;

    height: 100%;

    object-fit: inherit;

}



.news-content {

    flex: 1;

}



.news-content small {

    display: block;

    color: #777;

    font-size: 12px;

    margin-bottom: 1px;

}





.news-content h3 {

    color: var(--ss-blue);

    font-size: 14px;

    font-weight: 600;

    line-height: 1.25;

    margin: 0 0 1px;

}



.news-content a {

    color: #b98b17;

    font-size: 12px;

    font-weight: 500;

}



.news-content a i {

    font-size: 7px;

}



/* =========================================================

   PARTNERS

========================================================= */



.partners-section {

    padding: 8px 0 10px;

    background: linear-gradient(

    135deg,

    #fdfdfd 0%,

    #f4f9fc 35%,

    #eef8f6 65%,

    #fff8e8 100%

);

}



.partners-section .common-title {

    margin-bottom: 7px;

}



.partner-logo {

    height: 60px;

    background: var(--ss-white);

    border-radius: 5px;

    box-shadow: 0 1px 8px rgba(0, 0, 0, .08);

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 8px 15px;

    transition: .3s;

}



.partner-logo:hover {

    transform: translateY(-3px);

    box-shadow: 0 5px 15px rgba(0, 0, 0, .12);

}



.partner-logo img {

    max-width: 100%;

    max-height: 46px;

    object-fit: contain;

}



.partner-button {

    margin-top: 7px;

}



/* =========================================================

   FOOTER

========================================================= */



.main-footer {

    background: var(--ss-blue);

    color: var(--ss-white);

    padding: 15px 0 7px;

}





.footer-logo img {

    width: 95px;

    max-width: 100%;

    height: auto;

    margin-bottom: 7px;

}



.footer-about p {

    color: rgba(255, 255, 255, .9);

    font-size: 14px;

    line-height: 1.5;

    margin-bottom: 7px;

}



.footer-heading {

    color: var(--ss-gold);

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 7px;

}



.footer-links {

    display: flex;

    flex-direction: column;

    gap: 3px;

}



.footer-links a {

    color: var(--ss-white);

    font-size: 12px;

    transition: .3s;

}



.footer-links a:hover {

    color: var(--ss-gold);

    padding-left: 3px;

}





/* Social */

.social-icons {

    display: flex;

    gap: 9px;

}





.social-icons a {

    color: var(--ss-white);

    font-size: 17px;

    transition: .3s;

}





.social-icons a:hover {

    color: var(--ss-gold);

}



/* Contact */



.contact-info p {

    display: flex;

    align-items: flex-start;

    gap: 7px;

    color: var(--ss-white);

    font-size: 12px;

    line-height: 1.5;

    margin-bottom: 6px;

}



.contact-info i {

    color: var(--ss-gold);

    font-size: 15px;

    min-width: 12px;

}



/* Footer Bottom */

.footer-bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

    border-top: 1px solid rgba(255, 255, 255, .15);

    margin-top: 10px;

    padding-top: 7px;

    color: rgba(255, 255, 255, .75);

    font-size: 15px;

}



.footer-bottom a {

    color: rgba(255, 255, 255, .85);

}



.footer-bottom span {

    margin: 0 6px;

}



/* =========================================================

   RESPONSIVE

========================================================= */



@media (max-width: 991px) {

    .participate-card {

        height: 145px;

    }



    .gallery-column {

        padding-right: 15px;

        border-right: none;

        padding-bottom: 20px;

    }



    .news-column {

        padding-left: 15px;

    }



}





@media (max-width: 767px) {

    .participate-section {

        padding: 20px 0;

    }



    .participate-card {

        height: auto;

        min-height: 130px;

        margin-bottom: 3px;

    }



    .gallery-column {

        padding-right: 0;

    }



    .news-column {

        padding-left: 0;

        margin-top: 20px;

    }



    .gallery-grid a {

        height: 100px;

    }



    .footer-about {

        margin-bottom: 20px;

    }



    .main-footer .col-md-6 {

        margin-bottom: 15px;

    }



    .footer-bottom {

        flex-direction: column;

        gap: 6px;

        text-align: center;

    }



}





@media (max-width: 575px) {

    .participate-card {

        padding: 12px;

    }



    .participate-icon {

        flex-basis: 45px;

        width: 45px;

        font-size: 30px;

    }



    .participate-content h3 {

        font-size: 11px;

    }



    .participate-content p {

        font-size: 8px;

    }



    .gallery-grid a {

        height: 80px;

    }



    .news-image {

        flex-basis: 105px;

        width: 105px;

    }



}



/* ================================

   SANJHI SANSKRITI ABOUT SECTION

================================ */



.ss-about-sec {

    position: relative;

    padding: 50px 0;

    background: linear-gradient(

    135deg,

    #fdfdfd 0%,

    #f4f9fc 35%,

    #eef8f6 65%,

    #fff8e8 100%

);

    overflow: hidden;

}



.ss-about-content {

    padding-right: 50px;

}



/* Section Tag */

.ss-section-tag {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--ss-blue);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 18px;

}



.ss-section-tag span {

    width: 35px;

    height: 3px;

    display: inline-block;

    background: linear-gradient(90deg,

            var(--ss-orange),

            var(--ss-red));

}



/* Heading */

.ss-about-content h2 {

    margin: 0 0 25px;

    color: var(--ss-blue);

    font-size: 45px;

    line-height: 1.15;

    font-weight: 700;

}



.ss-about-content h2 strong {

    color: var(--ss-orange);

    font-weight: 700;

}



/* Paragraphs */

.ss-about-content p {

    color: #555;

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 17px;

}



.ss-about-content p strong {

    color: var(--ss-blue);

    font-weight: 700;

}



.ss-about-intro {

    font-size: 15px !important;

    line-height: 1.75 !important;

    color: #333 !important;

}



/* ================================

   RIGHT VISUAL

================================ */



.ss-about-visual {

    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    justify-content: center;

}



/* Decorative Circles */

.ss-color-circle {

    position: absolute;

    border-radius: 50%;

}



.ss-circle-one {

    width: 250px;

    height: 250px;

    top: 10px;

    right: 20px;

    background: var(--ss-gold);

    opacity: .18;

}



.ss-circle-two {

    width: 170px;

    height: 170px;

    bottom: 25px;

    left: 15px;

    background: var(--ss-teal);

    opacity: .18;

}



.ss-circle-three {

    width: 100px;

    height: 100px;

    top: 80px;

    left: 25px;

    background: var(--ss-red);

    opacity: .15;

}



/* Main Card */

.ss-visual-card {

    position: relative;

    width: 85%;

    padding: 55px 40px;

    background: #fff;

    border-radius: 25px;

    text-align: center;

    box-shadow: 0 20px 60px rgba(0, 59, 115, .13);

    border: 1px solid rgba(0, 59, 115, .08);

    z-index: 2;

}



/* Icon */

.ss-visual-icon {

    width: 90px;

    height: 90px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(135deg,

            var(--ss-blue),

            var(--ss-medium-blue));

    color: var(--ss-white);

    font-size: 38px;

    box-shadow: 0 12px 30px rgba(0, 130, 200, .25);

}



.ss-visual-card h3 {

    color: var(--ss-blue);

    font-size: 27px;

    font-weight: 700;

    margin-bottom: 15px;

}



.ss-visual-card p {

    color: #666;

    font-size: 15px;

    line-height: 1.7;

    margin: 0 auto 25px;

    max-width: 330px;

}



/* Bottom Decorative Lines */

.ss-mini-line {

    display: flex;

    justify-content: center;

    gap: 6px;

}



.ss-mini-line span {

    display: block;

    height: 4px;

    border-radius: 10px;

}



.ss-mini-line span:nth-child(1) {

    width: 35px;

    background: var(--ss-orange);

}



.ss-mini-line span:nth-child(2) {

    width: 20px;

    background: var(--ss-red);

}



.ss-mini-line span:nth-child(3) {

    width: 35px;

    background: var(--ss-teal);

}





/* ================================

   TABLET

================================ */



@media (max-width: 991px) {



    .ss-about-section {

        padding: 75px 0;

    }



    .ss-about-content {

        padding-right: 0;

        margin-bottom: 50px;

    }



    .ss-about-content h2 {

        font-size: 38px;

    }



    .ss-about-visual {

        min-height: 420px;

    }



}





/* ================================

   MOBILE

================================ */



@media (max-width: 575px) {



    .ss-about-section {

        padding: 55px 0;

    }



    .ss-about-content h2 {

        font-size: 31px;

        line-height: 1.2;

    }



    .ss-about-content p {

        font-size: 15px;

        line-height: 1.7;

    }



    .ss-about-intro {

        font-size: 16px !important;

    }



    .ss-about-visual {

        min-height: 360px;

    }



    .ss-visual-card {

        width: 90%;

        padding: 40px 22px;

    }



    .ss-visual-icon {

        width: 75px;

        height: 75px;

        font-size: 30px;

    }



    .ss-visual-card h3 {

        font-size: 23px;

    }



    .ss-circle-one {

        width: 190px;

        height: 190px;

    }



    .ss-circle-two {

        width: 120px;

        height: 120px;

    }



}









/* =========================================================

   COMMON

========================================================= */



.ss-professional-section {

    font-family: "Poppins", sans-serif;

}



.ss-eyebrow {

    display: flex;

    align-items: center;

    gap: 12px;

    color: var(--ss-orange);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;

}



/* .ss-eyebrow:before {

    content: "";

    width: 38px;

    height: 2px;

    background: var(--ss-orange);

} */





/* =========================================================

   WHAT WE DO

========================================================= */



.ss-what-section {

    padding: 90px 0;

    /* background: #f7f8fa; */

    font-family: "Poppins", sans-serif;

}





/* =========================================================

   TOP CENTER CONTENT

========================================================= */



.ss-what-heading {

    max-width: 850px;

    margin: 0 auto 55px;

    text-align: center;

}



.ss-eyebrow {

    display: flex;

    align-items: center;

    /* justify-content: center; */

    gap: 12px;

    color: var(--ss-orange);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

}



.ss-eyebrow span {

    width: 35px;

    height: 2px;

    background: var(--ss-orange);

    display: inline-block;

}



.ss-what-heading h2 {

    margin: 18px 0 20px;

    color: var(--ss-blue);

    font-size: 44px;

    line-height: 1.2;

    font-weight: 700;

}



.ss-what-heading h2 strong {

    color: var(--ss-orange);

    font-weight: 700;

}



.ss-what-heading p {

    max-width: 700px;

    margin: 0 auto;



    color: #666;

    font-size: 15px;

    line-height: 1.8;

}





/* =========================================================

   POINTS WHITE BOX

========================================================= */



.ss-work-box {

    background: #fff;

    padding: 15px 35px;



    border: 1px solid #e7e9ec;



    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);

}





/* =========================================================

   6 + 6 GRID

========================================================= */



.ss-work-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0 45px;

}



.ss-work-column {

    border-top: 1px solid #e1e4e7;

}





/* =========================================================

   ITEM

========================================================= */



.ss-work-item {

    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 19px 10px;

    /* min-height: 92px; */

    border-bottom: 1px solid #e1e4e7;

    transition: all .3s ease;

}



.ss-work-item:hover {

    background: #fafafa;

    padding-left: 18px;

}



/* Number */



.ss-work-item>span {

    min-width: 30px;

    padding-top: 2px;

    color: var(--ss-orange);

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1px;

}



/* Content */



.ss-work-item h3 {

    margin: 0 0 5px;

    color: var(--ss-blue);

    font-size: 15px;

    line-height: 1.35;

    font-weight: 600;

}



.ss-work-item p {

    margin: 0;

    color: #777;

    font-size: 15px;

    line-height: 1.55;

}





/* =========================================================

   RESPONSIVE

========================================================= */



@media (max-width: 991px) {



    .ss-what-section {

        padding: 70px 0;

    }



    .ss-what-heading {

        margin-bottom: 40px;

    }



    .ss-what-heading h2 {

        font-size: 38px;

    }



    .ss-work-box {

        padding: 15px 20px;

    }



    .ss-work-grid {

        gap: 0 25px;

    }



}





@media (max-width: 767px) {



    .ss-what-section {

        padding: 55px 0;

    }



    .ss-what-heading {

        margin-bottom: 30px;

    }



    .ss-eyebrow {

        font-size: 10px;

        letter-spacing: 2px;

    }



    .ss-eyebrow span {

        width: 25px;

    }



    .ss-what-heading h2 {

        font-size: 30px;

        line-height: 1.25;

    }



    .ss-what-heading p {

        font-size: 13px;

        line-height: 1.7;

    }



    .ss-work-box {

        padding: 10px 15px;

    }



    .ss-work-grid {

        grid-template-columns: 1fr;

        gap: 0;

    }



    .ss-work-item {

        min-height: auto;

        padding: 16px 5px;

    }



    .ss-work-item h3 {

        font-size: 14px;

    }



    .ss-work-item p {

        font-size: 11px;

    }

}





/* =========================================================

   VISION

========================================================= */



.ss-vision-professional {

    position: relative;

    padding: 10px 0;

    background: var(--ss-blue);

    overflow: hidden;

}



/* .ss-vision-professional:before {

    content: "VISION";

    position: absolute;

    right: -30px;

    bottom: -70px;

    color: rgba(255, 255, 255, .035);

    font-size: 190px;

    font-weight: 800;

    line-height: 1;

} */



.ss-vision-number {

    color: rgba(255, 255, 255, .3);

    font-size: 90px;

    line-height: 1;

    font-weight: 700;

    margin-bottom: 25px;

}



.ss-vision-professional h2 {

    color: #fff;

    font-size: 54px;

    line-height: 1.1;

    font-weight: 700;

    margin: 0;

}



.ss-vision-professional h2 span {

    color: var(--ss-gold);

}



.ss-vision-right {

    padding-left: 70px;

}



/* .ss-vision-right:before {

    content: "";

    display: block;

    width: 55px;

    height: 3px;

    background: var(--ss-orange);

    margin-bottom: 30px;

} */



.ss-vision-right p {

    color: rgba(255, 255, 255, .78);

    font-size: 15px;

    font-weight: 500;

    line-height: 1.9;

    margin: 0 0 22px;

}



.ss-vision-right p strong {

    color: #fff;

    font-weight: 600;

}





/* =========================================================

   MISSION

========================================================= */



.ss-mission-professional {

    padding: 95px 0;

    background: #fff;

}

.ss-mission-section {

    padding: 95px 0;

    background: #f7f8fa;

    font-family: "Poppins", sans-serif;

}





/* =========================

   CENTER TITLE

========================= */



.ss-mission-title {

    max-width: 850px;

    margin: 0 auto 60px;

}



.ss-eyebrow {

    display: flex;

    align-items: center;

    gap: 10px;



    color: var(--ss-orange);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

}



.ss-eyebrow span {

    width: 32px;

    height: 2px;

    background: var(--ss-orange);

    display: inline-block;

}



.ss-mission-title h2 {

    margin: 18px 0 15px;

    color: var(--ss-blue);

    font-size: 44px;

    line-height: 1.2;

    font-weight: 700;

}



.ss-mission-title h2 span {

    color: var(--ss-orange);

}



.ss-mission-title p {

    margin: 0;

    color: #777;

    font-size: 15px;

}





/* =========================

   MAIN CONTENT

========================= */



.ss-mission-main {

    margin-top: 10px;

}





/* =========================

   MISSION LIST

========================= */



.ss-mission-list {

    background: #fff;

    border-top: 2px solid var(--ss-blue);

    box-shadow: 0 15px 40px rgba(0,0,0,.05);

}



.ss-mission-item {

    display: flex;

    align-items: flex-start;

    gap: 18px;



    padding: 17px 22px;



    border-bottom: 1px solid #e5e5e5;



    transition: all .3s ease;

}



.ss-mission-item:hover {

    padding-left: 28px;

    background: #fafafa;

}



.ss-mission-item > span {

    min-width: 30px;

    color: var(--ss-orange);

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1px;

    padding-top: 3px;

}



.ss-mission-item h3 {

    margin: 0 0 3px;



    color: var(--ss-blue);



    font-size: 16px;

    font-weight: 600;

}



.ss-mission-item p {

    margin: 0;

    color: #777;

    font-size: 15px;

    line-height: 1.5;

}





/* =========================

   IMAGE

========================= */



.ss-mission-image {

    position: relative;

    margin-left: 25px;

}



.ss-mission-image img {

    width: 100%;

    height: 560px;

    object-fit: cover;



    display: block;

}





/* Image overlay */



.ss-mission-image:after {

    content: "";

    position: absolute;

    inset: 0;



    background: linear-gradient(

        to top,

        rgba(0,59,115,.65),

        transparent 50%

    );

}





/* Image bottom box */



.ss-mission-image-box {

    position: absolute;

    z-index: 2;



    left: 30px;

    bottom: 30px;



    color: #fff;

}



.ss-mission-image-box span {

    display: block;



    margin-bottom: 6px;



    color: var(--ss-gold);



    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

}



.ss-mission-image-box strong {

    font-size: 22px;

    font-weight: 600;

}





/* =========================

   TABLET

========================= */



@media (max-width: 991px) {



    .ss-mission-section {

        padding: 70px 0;

    }



    .ss-mission-title {

        margin-bottom: 45px;

    }



    .ss-mission-title h2 {

        font-size: 38px;

    }



    .ss-mission-image {

        margin: 40px 0 0;

    }



    .ss-mission-image img {

        height: 450px;

    }



}





/* =========================

   MOBILE

========================= */



@media (max-width: 767px) {



    .ss-mission-section {

        padding: 55px 0;

    }



    .ss-mission-title {

        margin-bottom: 35px;

    }



    .ss-mission-title h2 {

        font-size: 30px;

    }



    .ss-mission-title p {

        font-size: 13px;

    }



    .ss-mission-item {

        padding: 15px;

        gap: 12px;

    }



    .ss-mission-item:hover {

        padding-left: 20px;

    }



    .ss-mission-item h3 {

        font-size: 14px;

    }



    .ss-mission-item p {

        font-size: 10.5px;

    }



    .ss-mission-image {

        margin-top: 30px;

    }



    .ss-mission-image img {

        height: 380px;

    }



    .ss-mission-image-box {

        left: 20px;

        bottom: 20px;

    }



    .ss-mission-image-box strong {

        font-size: 18px;

    }



}



/* =========================================================

   ABOUT SECTION

========================================================= */



.ss-about-section {

    padding: 100px 0;

    background: #fff;

    font-family: "Poppins", sans-serif;

}





/* =========================================================

   IMAGE

========================================================= */



.ss-about-image {

    position: relative;

    padding-right: 25px;

}



.ss-about-image img {

    width: 100%;

    height: 520px;

    object-fit: cover;

    display: block;

}





/* Decorative frame */



.ss-about-image:before {

    content: "";

    position: absolute;



    top: -18px;

    left: -18px;



    width: 90px;

    height: 90px;



    border-top: 4px solid var(--ss-orange);

    border-left: 4px solid var(--ss-orange);



    z-index: 1;

}



.ss-about-image:after {

    content: "";

    position: absolute;



    right: 8px;

    bottom: -18px;



    width: 90px;

    height: 90px;



    border-right: 4px solid var(--ss-teal);

    border-bottom: 4px solid var(--ss-teal);

}





/* Image Badge */



.ss-about-badge {

    position: absolute;



    left: 25px;

    bottom: 25px;



    z-index: 2;



    padding: 15px 22px;



    background: var(--ss-blue);

    color: #fff;



    min-width: 190px;

}



.ss-about-badge strong {

    display: block;



    color: var(--ss-gold);



    font-size: 20px;

    font-weight: 600;

}



.ss-about-badge span {

    display: block;



    margin-top: 3px;



    font-size: 10px;

    letter-spacing: 1px;

    text-transform: uppercase;

}





/* =========================================================

   CONTENT

========================================================= */



.ss-about-content {

    padding-left: 55px;

}



.ss-about-content .ss-eyebrow {

    display: flex;

    align-items: center;

    gap: 10px;



    margin-bottom: 18px;



    color: var(--ss-orange);



    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

}



.ss-about-content .ss-eyebrow span {

    width: 32px;

    height: 2px;



    display: inline-block;



    background: var(--ss-orange);

}





.ss-about-content h2 {

    margin: 0 0 25px;



    color: var(--ss-blue);



    font-size: 43px;

    line-height: 1.15;

    font-weight: 700;

}



.ss-about-content h2 span {

    color: var(--ss-orange);

}





.ss-about-content > p {

    margin: 0 0 15px;

    text-align: justify;

    color: #666;

    font-size: 15px;

    line-height: 1.8;

}



.ss-about-content > p strong {

    color: var(--ss-blue);

    font-weight: 600;

}





/* =========================================================

   HIGHLIGHT BOX

========================================================= */



.ss-about-highlight {

    display: flex;

    align-items: flex-start;



    gap: 15px;



    margin-top: 25px;

    padding: 18px;



    background: #f7f8fa;



    border-left: 3px solid var(--ss-orange);

}



.ss-about-icon {

    min-width: 42px;

    height: 42px;



    display: flex;

    align-items: center;

    justify-content: center;



    background: var(--ss-blue);

    color: var(--ss-gold);



    border-radius: 50%;



    font-size: 16px;

}



.ss-about-highlight p {

    margin: 0;



    color: #666;



    font-size: 14px;

    line-height: 1.7;

}



.ss-about-highlight strong {

    color: var(--ss-blue);

    font-weight: 600;

}





/* =========================================================

   TABLET

========================================================= */



@media (max-width: 991px) {



    .ss-about-section {

        padding: 75px 0;

    }



    .ss-about-image {

        padding-right: 15px;

        margin-bottom: 50px;

    }



    .ss-about-image img {

        height: 450px;

    }



    .ss-about-content {

        padding-left: 0;

    }



    .ss-about-content h2 {

        font-size: 38px;

    }



}





/* =========================================================

   MOBILE

========================================================= */



@media (max-width: 767px) {



    .ss-about-section {

        padding: 55px 0;

    }



    .ss-about-image {

        padding-right: 10px;

        margin-bottom: 40px;

    }



    .ss-about-image img {

        height: 360px;

    }



    .ss-about-image:before {

        top: -10px;

        left: -10px;

        width: 60px;

        height: 60px;

    }



    .ss-about-image:after {

        right: 0;

        bottom: -10px;

        width: 60px;

        height: 60px;

    }



    .ss-about-badge {

        left: 15px;

        bottom: 15px;

        padding: 12px 16px;

        min-width: 160px;

    }



    .ss-about-badge strong {

        font-size: 17px;

    }



    .ss-about-content h2 {

        font-size: 30px;

    }



    .ss-about-content > p {

        font-size: 12px;

        line-height: 1.75;

    }



    .ss-about-highlight {

        padding: 15px;

    }



}

/* =========================================================

   WHAT WE DO

========================================================= */



.ss-what-section {

    padding: 70px 0;

   background: linear-gradient(

    135deg,

    #fdfdfd 0%,

    #f4f9fc 35%,

    #eef8f6 65%,

    #fff8e8 100%

);

    font-family: "Poppins", sans-serif;

}





/* =========================================================

   CENTER TITLE

========================================================= */



.ss-what-title {

    max-width: 850px;

    margin: 0 auto 55px;

}



.ss-what-title .ss-eyebrow {

    display: flex;

    align-items: center;

    gap: 10px;



    color: var(--ss-orange);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

}



.ss-what-title .ss-eyebrow span {

    width: 32px;

    height: 2px;

    background: var(--ss-orange);

    display: inline-block;

}



.ss-what-title h2 {

    margin: 18px 0 15px;



    color: var(--ss-blue);

    font-size: 43px;

    line-height: 1.2;

    font-weight: 700;

}



.ss-what-title h2 span {

    color: var(--ss-orange);

}



.ss-what-title p {

    max-width: 680px;

    margin: 0 auto;



    color: #777;

    font-size: 14px;

    line-height: 1.8;

}





/* =========================================================

   MAIN

========================================================= */



.ss-what-main {

    margin-top: 10px;

}





/* =========================================================

   LIST

========================================================= */



.ss-what-list {

    background: #fff;



    border-top: 3px solid var(--ss-blue);



    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);

}



.ss-what-item {

    position: relative;



    display: flex;

    align-items: center;



    gap: 20px;



    min-height: 58px;

    padding: 13px 20px;



    border-bottom: 1px solid #e6e6e6;



    transition: all .3s ease;

}



.ss-what-item:hover {

    padding-left: 28px;

    background: #fafafa;

}



.ss-what-item > span {

    min-width: 32px;



    color: var(--ss-orange);



    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1px;

}



.ss-what-item h3 {

    margin: 0;



    color: var(--ss-blue);



    font-size: 15px;

    line-height: 1.5;

    font-weight: 500;



    transition: .3s ease;

}



.ss-what-item:hover h3 {

    color: var(--ss-orange);

}





/* =========================================================

   IMAGE

========================================================= */



.ss-what-image {

    position: relative;



    margin-left: 25px;



    overflow: hidden;

}



.ss-what-image img {

    width: 100%;

    height: 650px;



    object-fit: cover;

    display: block;



    transition: transform .5s ease;

}



.ss-what-image:hover img {

    transform: scale(1.04);

}





/* IMAGE OVERLAY */



.ss-what-image:after {

    content: "";



    position: absolute;

    inset: 0;



    background: linear-gradient(

        to top,

        rgba(0, 59, 115, .80),

        rgba(0, 59, 115, 0) 60%

    );

}



.ss-what-image-overlay {

    position: absolute;



    left: 28px;

    bottom: 28px;



    z-index: 2;



    color: #fff;

}



.ss-what-image-overlay span {

    display: block;



    margin-bottom: 7px;



    color: var(--ss-gold);



    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

}



.ss-what-image-overlay strong {

    font-size: 22px;

    line-height: 1.3;

    font-weight: 600;

}





/* =========================================================

   TABLET

========================================================= */



@media (max-width: 991px) {



    .ss-what-section {

        padding: 70px 0;

    }



    .ss-what-title {

        margin-bottom: 40px;

    }



    .ss-what-title h2 {

        font-size: 38px;

    }



    .ss-what-image {

        margin: 35px 0 0;

    }



    .ss-what-image img {

        height: 450px;

    }



}





/* =========================================================

   MOBILE

========================================================= */



@media (max-width: 767px) {



    .ss-what-section {

        padding: 55px 0;

    }



    .ss-what-title {

        margin-bottom: 30px;

    }



    .ss-what-title h2 {

        font-size: 30px;

    }



    .ss-what-title p {

        font-size: 12px;

    }



    .ss-what-item {

        gap: 12px;

        padding: 13px 15px;

    }



    .ss-what-item:hover {

        padding-left: 20px;

    }



    .ss-what-item h3 {

        font-size: 12px;

    }



    .ss-what-image {

        margin-top: 25px;

    }



    .ss-what-image img {

        height: 380px;

    }



    .ss-what-image-overlay {

        left: 20px;

        bottom: 20px;

    }



    .ss-what-image-overlay strong {

        font-size: 18px;

    }

}



/* banner */



.inner-banner-section {

    position: relative;

    min-height: 460px;

    margin-top: 80px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    display: flex;

    align-items: center;

}



.inner-banner-overlay {

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.45);

}



.inner-banner-section .container {

    position: relative;

    z-index: 2;

}



.inner-banner-content {

    text-align: center;

    color: #fff;

}



.inner-banner-content h1 {

    margin: 0;

    color:#fff;

    font-size: 48px;

    font-weight: 700;

    line-height: 1.2;

}



@media (max-width: 767px) {



    .inner-banner-section {

        min-height: 220px;

    }



    .inner-banner-content h1 {

        font-size: 32px;

    }



}



/* =========================================

   CONTACT PAGE

========================================= */



.ss-contact-page {

    padding: 90px 0;

    background: #ffffff;

    font-family: "Poppins", sans-serif;

    overflow: hidden;

}





/* =========================================

   HERO

========================================= */



.ss-contact-hero {

    max-width: 850px;

    margin-bottom: 65px;

}



.ss-contact-eyebrow {

    display: flex;

    align-items: center;

    gap: 10px;



    color: var(--ss-orange);



    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

}



.ss-contact-eyebrow span {

    width: 35px;

    height: 2px;

    background: var(--ss-orange);

}



.ss-contact-hero h1 {

    margin: 18px 0 20px;



    color: var(--ss-blue);



    font-size: 62px;

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -1.5px;

}



.ss-contact-hero h1 em {

    display: block;



    color: var(--ss-orange);



    font-style: normal;

}



.ss-contact-hero p {

    max-width: 650px;

    margin: 0;

    text-align: justify;

    color: #777;

    font-size: 15px;

    line-height: 1.9;

}





/* =========================================

   MAIN AREA

========================================= */



.ss-contact-area {

    margin-bottom: 100px;

}





/* =========================================

   IMAGE

========================================= */



.ss-contact-visual {

    position: relative;



    height: 600px;



    overflow: hidden;



    background: var(--ss-blue);

}



.ss-contact-visual img {

    width: 100%;

    height: 100%;



    object-fit: cover;



    transition: transform .7s ease;

}



.ss-contact-visual:hover img {

    transform: scale(1.04);

}



.ss-visual-overlay {

    position: absolute;

    inset: 0;



    background:

        linear-gradient(

            to top,

            rgba(0, 59, 115, .90),

            rgba(0, 59, 115, .05) 70%

        );

}



.ss-visual-text {

    position: absolute;



    left: 40px;

    bottom: 40px;



    z-index: 2;

}



.ss-visual-text span {

    color: var(--ss-gold);



    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

}



.ss-visual-text h2 {

    margin: 12px 0 0;



    color: #fff;



    font-size: 38px;

    line-height: 1.2;

    font-weight: 500;

}



.ss-visual-text h2 strong {

    color: var(--ss-gold);

    font-weight: 600;

}



.ss-visual-number {

    position: absolute;



    top: 25px;

    right: 25px;



    z-index: 2;



    color: #fff;



    font-size: 11px;

    font-weight: 600;

    letter-spacing: 2px;



    padding: 10px 13px;



    border: 1px solid rgba(255,255,255,.5);

}





/* =========================================

   CONTACT DETAILS

========================================= */



.ss-contact-details {

    height: 100%;



    padding: 45px 45px;



    background: #f6f8fa;

}



.ss-detail-heading > span {

    color: var(--ss-orange);



    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

}



.ss-detail-heading h2 {

    margin: 10px 0 30px;



    color: var(--ss-blue);



    font-size: 31px;

    line-height: 1.25;

    font-weight: 600;

}





/* =========================================

   CONTACT CARDS

========================================= */



.ss-contact-card {

    display: flex;

    align-items: center;



    gap: 15px;



    position: relative;



    padding: 17px 0;



    border-bottom: 1px solid #dfe3e7;



    color: inherit;



    text-decoration: none;



    transition: .3s ease;

}



.ss-contact-card:hover {

    padding-left: 8px;

    text-decoration: none;

}



.ss-card-icon {

    width: 44px;

    height: 44px;



    min-width: 44px;



    display: flex;

    align-items: center;

    justify-content: center;



    background: #fff;



    color: var(--ss-orange);



    border-radius: 50%;



    box-shadow: 0 5px 15px rgba(0,0,0,.05);

}



.ss-card-content {

    flex: 1;

}



.ss-card-content small {

    display: block;

    margin-bottom: 4px;

    color: #999;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

}



.ss-card-content h3 {

    margin: 0;



    color: var(--ss-blue);



    font-size: 13px;

    font-weight: 600;

}



.ss-card-arrow {

    color: #aaa;



    font-size: 11px;



    transition: .3s ease;

}



.ss-contact-card:hover .ss-card-arrow {

    color: var(--ss-orange);



    transform: translate(3px,-3px);

}





/* =========================================

   SOCIAL

========================================= */



.ss-social-area {

    padding-top: 28px;

}



.ss-social-area > span {

    color: #999;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

}



.ss-socials {

    display: flex;

    gap: 8px;

    margin: 5px 5px;

    /* margin-top: 12px; */

}



.ss-socials a {

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;



    color: var(--ss-blue);



    background: #fff;



    border-radius: 50%;



    text-decoration: none;



    transition: .3s ease;

}



.ss-socials a:hover {

    color: #fff;

    background: var(--ss-orange);



    transform: translateY(-3px);

}





/* =========================================

   MESSAGE SECTION

========================================= */



.ss-message-section {

    padding-top: 75px;



    border-top: 1px solid #e3e5e8;

}



.ss-message-intro {

    padding-right: 45px;

}



.ss-message-intro h2 {

    margin: 15px 0;



    color: var(--ss-blue);



    font-size: 32px;

    line-height: 1.25;

    font-weight: 600;

}



.ss-message-intro h2 strong {

    display: block;



    color: var(--ss-orange);



    font-weight: 600;

}



.ss-message-intro p {

    color: #777;

    font-size: 15px;

    text-align: justify;

    line-height: 1.8;

}





/* =========================================

   FORM

========================================= */



.ss-modern-form {

    padding: 35px;



    background: #f6f8fa;



    border-top: 3px solid var(--ss-blue);

}



.ss-input {

    margin-bottom: 22px;

}



.ss-input label {

    display: block;

    margin-bottom: 8px;

    color: var(--ss-blue);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

}



.ss-input input,

.ss-input textarea {

    width: 100%;



    padding: 12px 14px;



    background: #fff;



    border: 1px solid #e1e5e8;



    color: #333;



    font-family: "Poppins", sans-serif;

    font-size: 12px;



    outline: none;



    transition: .3s ease;

}



.ss-input textarea {

    resize: vertical;

}



.ss-input input:focus,

.ss-input textarea:focus {

    border-color: var(--ss-orange);



    box-shadow: 0 0 0 3px rgba(247,140,30,.08);

}



.ss-input input::placeholder,

.ss-input textarea::placeholder {

    color: #aaa;

}





/* =========================================

   BUTTON

========================================= */



.ss-send-btn {

    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 13px 20px;

    background: var(--ss-blue);

    color: #fff;

    border: 0;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    cursor: pointer;

    transition: .3s ease;

}



.ss-send-btn span {

    width: 28px;

    height: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--ss-orange);

}



.ss-send-btn:hover {

    background: var(--ss-orange);

}



.ss-send-btn:hover span {

    background: var(--ss-blue);

}





/* =========================================

   TABLET

========================================= */



@media (max-width: 991px) {



    .ss-contact-page {

        padding: 70px 0;

    }



    .ss-contact-hero h1 {

        font-size: 48px;

    }



    .ss-contact-visual {

        height: 500px;

    }



    .ss-contact-details {

        padding: 35px 25px;

    }



    .ss-visual-text {

        left: 25px;

        bottom: 25px;

    }



}





/* =========================================

   MOBILE

========================================= */



@media (max-width: 767px) {



    .ss-contact-page {

        padding: 55px 0;

    }



    .ss-contact-hero {

        margin-bottom: 40px;

    }



    .ss-contact-hero h1 {

        font-size: 35px;

        letter-spacing: -.5px;

    }



    .ss-contact-hero p {

        font-size: 12px;

    }



    .ss-contact-area {

        margin-bottom: 60px;

    }



    .ss-contact-visual {

        height: 400px;

        margin-bottom: 25px;

    }



    .ss-visual-text h2 {

        font-size: 28px;

    }



    .ss-contact-details {

        padding: 30px 20px;

    }



    .ss-detail-heading h2 {

        font-size: 27px;

    }



    .ss-message-section {

        padding-top: 50px;

    }



    .ss-message-intro {

        padding-right: 0;

        margin-bottom: 30px;

    }



    .ss-message-intro h2 {

        font-size: 27px;

    }



    .ss-modern-form {

        padding: 25px 20px;

    }



}