﻿html {
    overflow-x: hidden;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

nav.desktop-menu-wrap ul li {
    list-style: none;
}

nav.desktop-menu-wrap ul.desktop-menu-only {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    margin: 0;
}

nav.desktop-menu-wrap {
    width: 100%;
    position: relative;
    z-index: 9999;
}

.logo-menus-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

a.sk__mobile-main-logo {
    display: inline-block;
    position: relative;
    max-width: 230px;
}
nav.desktop-menu-wrap ul.desktop-menu-only li:not(:last-child) {
    margin: 0 20px 0 0;
}

.desktop-big-header {
    padding: 15px 0;
}
body.sk__scrolling-started .desktop-big-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #000;
    box-shadow: 0 0 40px 0 #ffffff1c;
}
div#codeModal {
    display: none;
}

.color-styler-wrapper {
    display: none;
}

.sp-container.sp-hidden.sp-light.sp-alpha-enabled.sp-clear-enabled.sp-palette-buttons-disabled.sp-initial-disabled {
    display: none;
}

li.commons, li {
    position: relative;
    list-style: none;
}

img.png-icon {
    height: 40px;
    position: absolute;
    left: 0;
    top: -20px;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    padding: 5px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(255deg) brightness(105%) contrast(108%);
}

ul, ol {
    padding: 0;
    margin: 0;
}

footer p, footer a {
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}

.third-colunm ul.footer-links-wrap li {
    padding: 0 0 20px 50px;
}

    .third-colunm ul.footer-links-wrap li p, .third-colunm ul.footer-links-wrap li a {
        margin: 0;
    }

.second-colunm ul.footer-links-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

.copy-right-wrap p {
    text-align: center;
    margin: 0px;
}

.copy-right-wrap {
    padding: 15px 0;
    border-top: 1px solid #ffffff63;
    margin: 30px 0 0 0;
}


/*authority-credibility-snapshot-section*/
.section-authority {
    padding: 30px 0;
}

.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 24px;
}
.section-heading {
    font-size: 44px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}
.credibility-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 30px;
    margin-bottom: 40px;
}
.credibility-item {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    position: relative;
    padding: 20px 50px;
    background: #111111;
    box-shadow: 0 0 0 1px #ffffff45;
    counter-increment: item;
    font-weight: 300;
}

    .credibility-item::before {
        content: counter(item) ". ";
        position: absolute;
        left: 9px;
        top: 24px;
        background: #ffffff;
        border-radius: 50%;
        height: 28px;
        width: 30px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

.section-paragraph {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 70px;
}

.cta-link {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 5px;
    transition: all 0.3s ease;
}


/*advisory-pathways-section*/
section.advisory-pathways-section {
    padding: 30px 0;
    background: #1A1A1A;
}

.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 30px;
}

.section-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 40px;
    color: #ffffff;
}
.section-body {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
    margin: 30px 0 30px 0;
}
.feature-item {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding-left: 44px;
    position: relative;
    font-weight: 300;
}
    .feature-item::before, .bullet-item::before, .promise-item::before {
        content: "";
        background-image: url('../img/img-png.png');
        background-repeat: no-repeat;
        position: absolute;
        top: 9px;
        width: 30px;
        height: 20px;
        background-size: 100% 100%;
        left: 0;
        bottom: 0;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(56deg) brightness(105%) contrast(102%);
    }
.section-closing {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    border-left: 4px solid #fff;
    padding: 10px 0 10px 20px;
}

.cta-container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 70px;
}

.cta-link {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 6px;
    transition: all 0.3s ease;
}


/*the-chief-philosophy-section*/

/* Section Container */
.section-philosophy {
    padding: 30px 0;
}

/* Label */
.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6c6c6c;
    margin-bottom: 40px;
}

/* Main Heading */
.section-title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 30px;
}


/* Bullet Blocks */
.bullet-block {
    margin: 15px 0;
    padding-left: 30px;
    border-left: 4px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}
.bullet-item {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 40px;
}

/* Signal Highlight */
.signal-highlight {
    margin: 140px 0 100px 0;
    padding: 80px 60px;
    background: linear-gradient(145deg, #111118, #0d0d12);
    border: 1px solid rgba(255,255,255,0.08);
}

.signal-title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #ffffff;
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 50px;
}
.signal-item h4 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 31px;
}
.signal-item p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
}

/* Divider */
.section-divider {
    margin: 120px 0;
    height: 1px;
    background: rgba(255,255,255,0.08);
}

/*institutional-trust-section*/
.section-institutional {
    padding: 30px 0;
    background: #29292c;
}

.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 35px;
}

.section-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.section-subtitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 32px;
}
.institution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.institution-card {
    padding: 40px 35px;
    background: linear-gradient(160deg, #111118, #0d0d13);
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
}
    .institution-card h3 {
        margin-bottom: 25px;
        color: #ffffff;
    }

    .institution-card p {
        margin-bottom: 25px;
    }

.cta-group {
    margin-top: 20px;
}
    .cta-group > a:not(:last-child) {
        margin-bottom: 20px;
    }
.section-working {
    padding: 30px 0;
}
.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 40px;
}

.section-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 60px;
    color: #ffffff;
}
.section-text {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 17px;
    font-weight: 300;
}
.promise-block {
    margin: 0px 0;
    padding: 40px 40px;
    background-image: url('../img/bnr-last-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
    .promise-block h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 35px;
        color: #ffffff;
        position: relative;
    }
.promise-item {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 11px;
    padding-left: 42px;
    position: relative;
}
/*
    .promise-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 6px;
        height: 6px;
        background: #ffffff;
        border-radius: 50%;
    }*/
    .cta-panel a {
        font-size: 18px;
        text-decoration: none;
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding-bottom: 6px;
        transition: all 0.3s ease;
    }


/* Banner section wrap */

/* Hero Banner */
.hero {
    position: relative;
    height: 100vh;
    min-height: 640px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: url('../img/img.jpg');
    padding: 74px 0 0 0;
}
section.hero.banner-section-wraap::before {
    content: "";
    background: #0000005e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(10,10,13,0.65); /* Dark overlay */
    }

/* Hero Content */
.hero-content {
    position: relative;
    max-width: 100%;
    padding: 0 30px;
    z-index: 2;
}

.hero-headline {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 30px;
}
.hero-subtext {
    font-size: 22px;
    line-height: 32px;
    font-family: 'poppins', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px 0 0 0;
}
.common-design > a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 65px;
    padding: 0 20px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0px;
}
    .common-design > a:hover {
        background: #fff;
        color: #000;
        box-shadow: none;
    }
/* Primary CTA */
.cta-primary {
    background: #ff4d5a;
    color: #ffffff;
    border: none;
}
/* Secondary CTA */
.cta-secondary {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}









/* Accordion Item */
.accordion-item {
    background: #111111;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #1A1A1A;
}
.accordion-header {
    cursor: pointer;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    border: 1px solid #fff;
    border-radius: 8px;
}
.accordion-item.active {
    border: 1px solid #ffffff9e;
    border-radius: 8px;
}
    .accordion-header:hover {
        background: #1A1A1A;
    }
    .accordion-header::after {
        content: '+';
        font-size: 35px;
        transition: transform 0.3s ease;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #000;
        border-radius: 5px;
    }
.accordion-item.active .accordion-header::after {
    content: '−';
    background: #000;
    color: #fff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    background: #111111;
    font-size: 16px;
    line-height: 1.8;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.accordion-item.active .accordion-content {
    max-height: 530px;
    padding: 20px 30px;
}
.accordion-item.active .accordion-header {
    background: #fff;
    color: #000;
}



/*******my-css********/
section:not(.banner-section-wraap) .container {
    max-width: 1300px;
}
.ScrollSmoother-wrapper {
    display: none;
}
.authority-credibility-snapshot-section .common-design {
    text-align: center;
}
ul.ul-li-design li {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding: 0 0 15px 32px;
}
    ul.ul-li-design li::before {
        content: "";
        background-image: url('../img/desgnpng.png');
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(56deg) brightness(105%) contrast(102%);
        background-size: 100% 100%;
    }
.promise-block::before {
    content: "";
    background: #000000d4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
p.para-footer {
    margin: 15px 0;
}