body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {


    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    /* top: 0; */
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 150px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* .offcanvas-body {

    display: flex !important;
    justify-content: center !important;
} */


.navbar-nav {
    display: flex;
    justify-content: end;
}

.navbar-nav a {
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;

}


.navbar-nav a:hover {
    color: #b18c3e !important;
}


.navbar-nav .active a {
    color: #b18c3e !important;
}


.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}

/* drop down menu start */

.dropdown-menu {
    background-color: #b18c3e;
    border: none;
}

.dropdown-menu a {
    color: #ffffff !important;
}

.dropdown-menu a:hover{
    color: #000000 !important;
}


/* drop down menu end */


@media(max-width:992px) {
    /* .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    } */

   

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 100px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */



/* banner start */

.banner-section {
    background-image: url(..//image/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.banner-content-row{
    height: 650px;
    display: flex;
    justify-content: center;
}

.banner-content h2 {
    color: #b18c3e;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    font-family: "Courgette", cursive;
    
}

.banner-content p {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}



.banner-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    
}

.banner-btn-one a {
    background: #b18c3e;
    color: #ffffff;
    padding: 7px 26px;
    border-radius: 50px;
}

.banner-btn-two a {
    background: #ffffff;
    color: #b18c3e;
    padding: 7px 26px;
    border-radius: 50px;
}

.banner-btn-one a:hover {
    background: #ffffff;
    color: #b18c3e;
}

.banner-btn-two a:hover {
    background: #b18c3e;
    color: #ffffff;
}


@media(max-width:768px) {

    .banner-content h2{
        font-size: 45px;
    }

    .banner-content p{
        font-size: 15px;
    }
}


@media(max-width:432px) {

    .banner-content-row{
        height: 480px;
    }

    .banner-content h2 {
        font-size: 40px;
    }
}


@media(max-width:374px) {

    .banner-btn-one a{
        padding: 7px 15px;
    }

    .banner-btn-two a{
        padding: 7px 15px;
    }
}


/* banner end */




/* footer start */


.footer-section {
    padding-bottom: 15px;
    background-color: #000000;

    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px; */
}

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 140px;
}

.footer-about p {
    margin-top: 15px;
    color: #e6e5e5;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #e6e5e5;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #b18c3e;
}




.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #ffffff;

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #e6e5e5;

    font-weight: 300;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #b18c3e;
}

.copy-right {
    display: flex;

    justify-content: space-between;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #e6e5e5;

}

.copy-right a {
    color: #e6e5e5;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */





/* about start */

.about-section {
    padding: 50px 0px;
}



.about-btn {
    padding-top: 10px;
}

.about-btn a {
    padding: 7px 26px 7px 26px;
    background-color: #b18c3e;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
}

.about-btn a:hover {
    border: 1px solid #b18c3e;
    color: #b18c3e;
    background: transparent;
}

.about-image-col{
    display: flex;
    align-items: center;
}

.about-image img {
    border-radius: 10px;
}

.about-content h2 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    font-family: "Courgette", cursive;
}

.about-content span {
    color: #b18c3e;
    text-transform: uppercase;
}

.about-content p {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}


@media(max-width:992px) {
    .about-content {
        padding-top: 30px;
    }
}


@media(max-width:432px) {
    .about-section {
        padding-top: 27px;
    }

    .about-content h2 {
        font-size: 35px;
    }

    .about-content p {
        font-size: 14px;
        text-align: left;
    }
}

/* about end */


/* cta section */

.cta-section{
    padding: 50px 0px;
}

.cta-bg-row{
    position: relative;
    background-image: url("../image/cta-bg.jpg");
    background-position:  center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 50px 0px;
    overflow: hidden;
}


.cta-bg-row::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    border-radius: 20px;
    z-index: 1;
}

.cta-card{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.cta-content h2{
    font-size: 50px;
    color: #b18c3e;
    text-align: center;
    
}

.cta-content p{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.cta-btn{
    font-weight: 400;
    font-size: 16px;
    background-color: #b18c3e;
    padding: 6px 26px 6px 26px;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.cta-btn:hover{
    background-color: #000000;
    color: #ffffff;
}

@media(max-width:432px) {
    .cta-content h2{
        font-size: 30px;
    }

    .cta-content p{
        font-size: 15px;
    }

    .cta-bg-row{
        border-radius: 35px;
    }

    .cta-bg-row::before{
        border-radius: 35px;
    }
}

/* cta end */


/* contact page */

.address-section{
    padding: 50px 0px;
}

.address-card{
    background-color: #b18c3e;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    transition: all 0.3s ease;
}


.address-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.address-icon{
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-icon i{
    color: #ffffff;
    font-size: 20px;
}

.address-content a{
    color: #ffffff;
    text-decoration: none;
}

/* address end */

/* form */

.form-section{
 
    margin-bottom: 20px;
    padding: 50px 0px;
    
}



.contact-form{
    padding: 35px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contact-form h2{
    color: #b18c3e;
    margin-bottom: 25px;
    text-align: left;
}


.form-btn{
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: #b18c3e;
    color: #ffffff;
    font-weight: 400;
    transition: 0.3s;
}

.form-btn:hover{
    background: #8fb32f;
}


@media(max-width:992px) {
    .google-maps{
        padding-top: 20px;
    }
}


@media(max-width:432px) {
    .address-card{
        justify-content: left;
    }
}

/* contact page end */




/* mission start */

.mission-section {
    padding: 50px 0;
    background-color: #f8f7f7;
}

.mission-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 18px;
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
}

.mission-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 0.4s;
}

.mission-card:hover::before {
    opacity: 0.08;
}

.mission-card:hover {
    transform: translateY(-8px);
}

.mission-icon {
    width: 70px;
    height: 70px;
    /* background: linear-gradient(135deg, #b18c3e, #dab86e); */
    background-color: #b18c3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mission-icon i {
    font-size: 28px;
    color: #fff;
}

.mission-content h2 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    color: #b18c3e;
    text-transform: uppercase;
}

.mission-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.vision-card .mission-icon {
    background-color: #b18c3e;
}


/* mission end */




/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #000000;
}
/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #b18c3e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}
/* end */



/* blog start*/

.blog-section {
    background: #fffdf6;
    padding: 50px 0px;
    /* background-color: #ffffff; */
}

.blog-head-title h2{
    color: #000000;
    font-size: 45px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
}

/* .blog-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
} */

.blog-card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
}

.blog-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0c2e55, #b18c3e);
}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-content {
    padding: 22px;
}

.blog-date {
    font-size: 13px;
    color: #b18c3e;
    font-weight: 600;
}

.blog-content h5 {
    margin: 10px 0;
    font-weight: 500;
    color: #000000;
}

.blog-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.blog-btn {
    color: #b18c3e;
    font-weight: 400;
    text-decoration: none;
}

.blog-btn:hover {
    text-decoration: underline;
}

/* blog end */



/* blog detail page start */

.blog-detail-section {
    padding: 50px 0px;
    background: #ffffff;
}

.blog-main-img {
    border-radius: 16px;
    margin-bottom: 20px;
}

.blog-detail-date {
    font-size: 14px;
    color: #b18c3e;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-detail h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;
}

.blog-detail p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
}

.blog-bottom-btn{
    text-align: center;
}

.blog-bottom-btn a{
    padding: 7px 26px 7px 26px;
    background-color: #b18c3e;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
}

@media(max-width:432px){
    .blog-detail h2{
        font-size: 25px;
    }
}

/* blog detail end */

/* annual page */

.annual-section {
    padding: 50px 0px;
    background: #ffffff;
}

.annual-head-title h2{
    font-size: 45px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
}

.annual-head-title p {
    color: #212529;
}

.annual-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.annual-card:hover {
    transform: translateY(-8px);
}

.annual-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.annual-content {
    padding: 20px;
    text-align: left;
}

.annual-content h5 {
    font-weight: 500;
    margin-bottom: 6px;
    color: #000000;
}

.annual-date {
    font-size: 14px;
    color: #b18c3e;
    font-weight: 600;
}

/* annual page end */



/* membership page */


.membership-section {
    padding: 50px 0px;
    background: #fffdf6;
}

.membership-content h2 {
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 20px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
}

.membership-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.membership-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.membership-form h4 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
    
}

.membership-form .form-control {
    border-radius: 8px;
    padding: 12px 14px;
    border: 1px solid #ddd;
}

.membership-form .form-control:focus {
    box-shadow: none;
    border-color: #b18c3e;
}

.membership-btn {
    background: #b18c3e;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 50px;
    border: none;
}

.membership-btn:hover {
    background: #9d7b34;
}


@media(max-width:432px){
    .membership-content h2{
        font-size: 30px;
        text-align: center;
    }

    .membership-form h4{
        text-align: center;
    }

    .membership-form{
        padding: 15px;
    }
}

/*membership page end  */


/* governance page start*/

.governance-section {
    padding: 50px 0px;
    background: #f8f9fc;
}



.governance-head-title p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

/* .governance-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    overflow: hidden;
} */

.governance-card {
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    overflow: hidden;
}

.governance-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0c2e55, #b18c3e);
}


.governance-card:hover {
    transform: translateY(-8px);
}

.governance-card .icon {
    width: 60px;
    height: 60px;
    background: #0c2e55;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.governance-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.governance-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* governance page end*/


/* initiative page start */

.initiatives-section {
    padding: 50px 0px;
    background: #ffffff;
}

.initiatives-head-title h2{
    font-size: 45px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
}

.initiatives-head-title p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

.initiative-card {
    position: relative; /* REQUIRED */
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 12px 30px rgba(12,46,85,0.08);
}

.initiative-card:hover {
    transform: translateY(-6px);
}


.initiative-row {
    display: flex;
    align-items: stretch;
}


.initiative-row.reverse {
    flex-direction: row-reverse;
}


.initiative-img {
    flex: 0 0 45%;
}

.initiative-img img {
    width: 100%;
    height: 300px;
    /* height: 100%; */
    /* min-height: 260px; */
    object-fit: cover;
}


.initiative-content {
    flex: 0 0 55%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.initiative-content h5 {
    font-weight: 600;
    color: #b18c3e;
    margin-bottom: 12px;
}

.initiative-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}


.initiative-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0c2e55, #b18c3e);
}


@media (max-width: 991px) {
    .initiative-row,
    .initiative-row.reverse {
        flex-direction: column;
    }

    .initiative-img,
    .initiative-content {
        flex: 100%;
    }

    .initiative-img img {
        /* min-height: 220px; */
        height: 220px;
    }
}


@media (max-width: 432px) {
    .initiative-content{
        padding: 20px;
    }

    .initiatives-head-title h2{
        font-size: 35px;
    }
}




/* initiative page end */



/* what work agicai start*/

.what-works-section {
    background: #f8f9fc;
}

.what-works-head-title h2 {
    font-size: 45px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
    margin-bottom: 12px;
}

.what-works-head-title p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

.what-works-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 12px 30px rgba(12,46,85,0.08);
}

.what-works-card:hover {
    transform: translateY(-8px);
}

.what-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0c2e55, #b18c3e);
    color: #ffffff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.what-works-card h5 {
    font-weight: 600;
    color: #0c2e55;
    margin-bottom: 12px;
}

.what-works-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 432px) {
    .what-works-head-title h2{
        font-size: 35px;
    }
}

/* what work agicai start*/




/* home initiietive point s start */

.home-initiatives-section {
    background: #ffffff;
}

.home-initiatives-img img {
    width: 100%;
    border-radius: 18px;
}

.home-initiatives-head-title h2 {
    font-size: 45px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
    margin-bottom: 12px;
    margin-bottom: 15px;
}

.home-Initiatives-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 25px;
}

.initiative-points {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.initiative-points li {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #0c2e55;
    font-weight: 500;
    margin-bottom: 14px;
}

.point-icon {
    width: 38px;
    height: 38px;
    background: #b18c3e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px;
}

.initiatives-btn {
    padding: 7px 26px 7px 26px;
    background-color: #b18c3e;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.initiatives-btn:hover {
    border: 1px solid #b18c3e;
    color: #b18c3e;
}


@media (max-width: 432px) {

    .home-initiatives-head-title h2{
        font-size: 35px;
    }

    .initiative-points li{
        font-size: 15px;
    }

    
}

/* home  initiatives points end  */


/* who we are start*/

.who-we-section {
    background-color: #fffdf6;
    padding: 50px 0px;
}

/* .who-we-content {
    padding-right: 20px;
} */

.who-tag {
    display: inline-block;
    background: #b18c3e;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.who-we-content h2 {
    font-size: 35px;
    font-weight: 500;
    color: #0c2e55;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: "Courgette", cursive;
}

.who-we-content h2 span {
    color: #b18c3e;
}

.who-we-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}


.who-highlights {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.highlight-box {
    flex: 1;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(12,46,85,0.08);
}

.highlight-box i {
    font-size: 24px;
    color: #0c2e55;
    margin-bottom: 8px;
}

.highlight-box span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #0c2e55;
}



.who-we-visual img {
    border-radius: 20px;
}




@media (max-width: 991px) {
    .who-highlights {
        flex-direction: column;
    }

    .who-we-visual img {
        width: 100%;
    }
}


@media (max-width: 432px) {
    .who-we-content h2{
        font-size: 30px;
    }
}

/* who we are end */




/* purpose section start */

.our-purpose-section {
    /* background: #fffdf6; */
    background-color: #ebf1f8;
    padding: 50px 0;
}

.purpose-badge {
    display: inline-block;
    background: #b18c3e;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.purpose-title {
    font-size: 35px;
    font-weight: 500;
    color: #b18c3e;
    line-height: 1.3;
    font-family: "Courgette", cursive;
}

.purpose-line {
    width: 80px;
    height: 4px;
    background: #0c2e55;
    margin-top: 20px;
}

.purpose-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.purpose-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.purpose-point {
    background: #ffffff;
    padding: 15px 20px;
    border-left: 4px solid #0c2e55;
    font-size: 16px;
    color: #000000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.purpose-point:hover{
    background-color: #0c2e55;
    color: #ffffff;
}


@media (max-width: 432px) {
    .purpose-title{
        font-size: 30px;
    }

    .purpose-text{
        padding-top: 15px;
        font-size: 15px;
    }

    .purpose-points {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

/* purpose end */


/* core section start */


.core-values-section {
    background: #fffdf6;
    padding: 50px 0;
}

.core-values-title{
    margin-bottom: 20px;
}

.core-values-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #b18c3e;
    font-family: "Courgette", cursive;
    margin-bottom: 15px;
}

.core-values-title p {
    color: #555;
}

.core-value-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border-bottom: 4px solid #b18c3e;
}

.core-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(12,46,85,0.15);
}

.core-value-card .icon {
    width: 70px;
    height: 70px;
    background: rgba(177,140,62,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.core-value-card .icon i {
    font-size: 28px;
    color: #b18c3e;
}

.core-value-card h5 {
    color: #0c2e55;
    font-weight: 600;
    margin-bottom: 10px;
}

.core-value-card p {
    font-size: 15px;
    color: #666;
}


@media (max-width:432px) {
    .core-value-card{
        padding: 20px 20px;
    }

    .core-values-title h2{
        font-size: 35px;
    }

    .core-values-title p{
        font-size: 15px;
    }
}

/* core setion end */


/* hisory start */


.history-founding-section {
    padding: 50px 0;
    background: #ffffff;
}

.history-head-title{
    margin-bottom: 20px;
}

.history-head-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #b18c3e;
    font-family: "Courgette", cursive;
    margin-bottom: 15px;
}

.history-head-title p {
    margin: auto;
    color: #555;
    font-size: 15px;
}

.history-content h4 {
    color: #b18c3e;
    font-weight: 500;
    font-size: 30px;
    font-family: "Courgette", cursive;
    margin-bottom: 15px;
}

.history-content p {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
}

.history-timeline {
    position: relative;
    padding-left: 30px;
}

.history-timeline::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #0c2e55, #b18c3e);
}

.timeline-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #b18c3e;
    border-radius: 50%;
}

.timeline-item .year {
    display: block;
    font-weight: 600;
    color: #0c2e55;
    margin-bottom: 5px;
}

.timeline-item p {
    color: #555;
    font-size: 15px;
}


@media (max-width:432px) {
    .history-head-title h2{
        font-size: 35px;
    }
}

/* history  end */


/* how we operate sect strart */

.how-we-operate-section {
    padding: 50px 0;
    background: #ffffff;
}

.how-operate-head-title{
    margin-bottom: 15px;
}

.how-operate-head-title h2 {
    font-size: 45px;
    color: #b18c3e;
    font-family: "Courgette", cursive;
    margin-bottom: 12px;
}

.how-operate-head-title p {
    color: #555;
    font-size: 15px;
}

.operate-step {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 14px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.operate-step::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0c2e55, #b18c3e);
}

.operate-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(12,46,85,0.15);
}

.step-number {
    font-size: 42px;
    font-weight: 700;
    color: rgba(12,46,85,0.15);
    display: block;
    margin-bottom: 10px;
}

.operate-step h5 {
    color: #0c2e55;
    font-weight: 600;
    margin-bottom: 10px;
}

.operate-step p {
    color: #555;
    font-size: 15px;
}

@media (max-width:432px) {
    .how-operate-head-title h2{
        font-size: 35px;
    }
}

/*  how operate sec end*/