:root {
    --gold: #ab966b;
    --black: #29303a;
    --pron:#87744a;
    --pronbg:#87744a40;
    
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Segoe UI;
    background:#fff;
}
section{
   overflow-x: hidden;
   width:100%;
}
.d-none{
    display:none;
}
.navbar {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .container-fluid.bg>* {
    padding: 0 15px;
}

.bg {
    background: #ffffffe8;
    border-radius: 52px;
    width: 98%;
    text-align: center;
    padding: 15px;
}

.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-center a {
    color: var(--black);
    margin: 0 20px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.nav-center a:hover {
    color: var(--gold);
}

.logo {
    color: 000;
    font-size: 22px;
    letter-spacing: 2px;
}

.nav-left a {
    color: white;
    margin-left: 30px;
    text-decoration: none;
    font-weight: 500;
}

.nav-right a {
    color: var(--black);
    margin-left: 25px;
    text-decoration: none;
}
/* MENU BUTTON */

.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
}


/* ================= */
/* MOBILE */
/* ================= */

@media (max-width:768px){

    .navbar .container-fluid{
        flex-wrap:wrap;
    }

    .menu-toggle{
        display:block;
        margin-left:auto;
    }

    .nav-center{
        position:static;
        transform:none;
        width:100%;
        display:none;
        flex-direction:column;
        text-align:center;
        margin-top:20px;
    }
    .nav-center a{
        display:block;
        margin:10px 0;
    }

    .nav-right{
        width:100%;
        text-align:center;
        margin-top:10px;
    }

    .nav-center.active{
        display:flex;
    }

}
.exclusive-btn {
    border: 1px solid var(--black);
    color: var(--black);
    padding: 8px 18px;
    border-radius: 6px;
}

.exclusive-btn:hover {
    background: var(--gold);
    color: var(--black);
    transition: .3s;
}

.hero {
    height: 100vh;
    background: linear-gradient(#87744a99, #ab966b78), url(../img/hero.webp) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 60px;
    font-weight: 600;
    color: white;
}

.hero p {
    color: #fff;
    margin-top: 10px;
}

.hero-btn {
    border: 1px solid white;
    padding: 12px 24px;
    margin: 10px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    border-radius: 7px;
    background: #ffffff94;
}

.hero-btn:hover {
    background: white;
    color: black;
}

.hero-btn-gold {
    background: var(--gold);
    border: none;
    color: black;
}

.hero-btn-gold:hover {
    background: var(--pronbg);
    transition:0.3s;
}

.purpose-section {
    padding: 120px 0;
    background: #fff;
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
}

.purpose-title {
    color:  var(--pron);
    font-size: 40px;
    margin-bottom: 20px;
}

.purpose-text {
    color: var(--black);
    line-height: 1.8;
    font-size: 16px;
    max-width: 550px;
}

.purpose-image {
    border-radius: 25px;
}


.values-section {
    padding: 120px 0;
    background: #fff;
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
}

.value-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 2px 2px 12px #00000012, -2px -2px 12px #00000012;
    transition: .3s;

}

.value-card:hover {
    transform: translateY(-6px);
    transition:0.3s;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);

}

.value-number {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: var(--pron);
    margin-bottom: 15px;
}

.value-card h5 {
    color: var(--pron);
    font-size: 18px;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: var(--black);
    line-height: 1.7;
}

.value-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pronbg);
    border-radius: 10px;
}

.value-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--pronbg);
}

.about-section {
    padding: 100px 0;
    background: #f9f8f8;
}

.section-title {
    color: var(--pron);
    font-size: 42px;
}

/* TEXT */

.about-text {
    color: var(--black);
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 15px;
    max-width: 550px;
}

/* IMAGE */

.about-image-wrapper {
    position: relative;
}

.about-image {
    border-radius: 25px;
}

/* CHAIRMAN CARD */

.chairman-card {
    background: #fff;
    padding: 60px;
    margin-top: 40px;
    border-left: 4px solid var(--pron);
}

.chairman-card h4 {
    color: var(--pron);
    margin-bottom: 20px;
    font-size: 26px;
}

.chairman-text {
    color: var(--black);
    font-size: 16px;
    line-height: 1.9;
    font-style: italic;
}

.partners-section {
    padding: 100px 0;
    background: #f9f8f8;
    color: #fff;
    background:linear-gradient(#14141485, #1414149e), url(../img/hero.webp) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.section-title {
    color: var(--pron);
    font-size: 40px;
}

.partner-card {
    background: #fff;
    padding: 40px 30px;
    border: 1px solid rgba(240, 193, 38, 0.2);
    transition: 0.3s;
    height: 100%;
    border-radius: 25px;
}

.partner-card:hover {
    transform: translateY(-8px);
    border-color: var(--pron);
    box-shadow: 0 10px 30px rgba(240, 193, 38, 0.25);
}

.partner-logo {
    max-height: 90px;
    margin-bottom: 20px;
    object-fit: contain;
    width:100%;
}

.partner-card h5 {
    color: var(--pron);
    margin-bottom: 10px;
}

.partner-card p {
    color: var(--black);
    font-size: 14px;
    line-height: 1.7;
}

.footer {
    background: #000;
    padding: 80px 0 30px;
    color: #ccc;
}

.footer-logo {
    color: var(--pron);
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.footer-title {
    color: var(--pron);
    margin-bottom: 20px;
}

.footer-text {
    line-height: 1.8;
    max-width: 350px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--pron);
}

/* SOCIAL */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icon {
    width: 42px;
    height: 42px;
    border: 1px solid var(--pron);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.social-icon:hover {
    background: var(--pron);
}

.social-icon:hover svg {
    fill: #000;
}

/* LINE */
.footer-line {
    border-color: #333;
    margin: 40px 0 20px;
}

/* BOTTOM */
.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #777;
}

.vision-section {
    padding: 120px 0;
    background: #f9f8f8;
    background-image: url(../img/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.vision-title {
    font-size: 42px;
    color: var(--pron);
    margin-bottom: 70px;
}

/* TEXT ITEMS */

.vision-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    align-items: flex-start;
}

.vision-item h5 {
    color: var(--pron);
    font-weight: 600;
    margin-bottom: 8px;
}

.vision-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    max-width: 500px;
}

/* ICON DIAMOND */

.icon-diamond {
    width: 60px;
    height: 60px;
    background: var(--pronbg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.icon-diamond svg {
    width: 25px;
    height: 25px;
    fill: var(--pronbg);
    transform: rotate(-45deg);
}

/* IMAGE */

.vision-image-wrapper {
    text-align: center;
}

.vision-image {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);

}

/* RESPONSIVE */

@media(max-width:991px) {
    .vision-image {
        margin-top: 40px;
    }
}

.chairman {
    background: var(--pron);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.services-section {
    padding: 120px 0;
    background: #fff;
    background-image: url(../img/bgs.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.services-title {

    font-size: 42px;

    color: #29303a;

    line-height: 1.3;

}

.services-title span {
    color: var(--pron);
}

.services-desc {
    margin-top: 20px;
    color: #666;
}

.services-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    background: var(--pron);
    color: #29303a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
}

.services-btn:hover {
    background: #29303a;
    color: #fff;
}

/* CARD */
.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* ICON */
.service-icon {
    width: 50px;
    height: 50px;
    background: var(--pronbg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.service-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--pronbg);
}

.service-card h5 {
    color: var(--pron);
    margin-bottom: 8px;
}

.service-card p {
    font-size: 14px;
    color: #666;
}

/* ================= */
/* RESPONSIVE */
/* ================= */

/* TABLET */

@media (max-width: 992px) {
    .nav-center a {
        margin: 0 12px;
        font-size: 14px;
    }
    .logo {
        font-size: 20px;
    }

}


/* MOBILE */

@media (max-width: 768px) {
       .values-section {
        background-image: none;
    }
    .purpose-title{
        margin-top:45px;
    }
    .d-none{
        display:block !important;
    }
    .nav-center {
        position: static;
        transform: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .nav-center a {
        display: inline-block;
        margin: 6px 10px;
        font-size: 14px;
        text-align: left;
    }

    .nav-right {
        text-align: center;
        margin-top: 10px;
        text-align: left;
        display: none;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .hero p {
        width: 90% !important;
        font-size: 14px;
    }
    .partners-section,.services-section,.about-section,.values-section,.vision-section,.purpose-section{
        padding: 45px 0 !important;
    }
}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .hero {
        height: auto;
        padding: 120px 20px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero-btn {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
   .partners-section,.services-section,.about-section,.values-section,.vision-section,.purpose-section{
        padding: 45px 0 !important;
    }
}




