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 {
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    /* background: transparent; */
    background-color: #102735;

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

}

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



@media (min-width: 992px) {
    .navbar-custom .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}



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

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

.black-logo {
    display: none !important;
}

.sticky-scroll .white-logo {
    display: none !important;
}

.sticky-scroll .black-logo {
    display: block !important;
}

.sticky-scroll .navbar-nav a {
    color: #ffffff !important;
}

.sticky-scroll .header-btn {
    /* border-color: #000000; */
    background: #bb995c;
    color: #ffffff;
}



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



.offcanvas-body {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 0;
}


.navbar-nav {
    display: flex;
    gap: 38px;
}

.navbar-nav a {
    color: #ffffff !important;
    margin: 0;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;

    transition: color 0.3s ease;
    position: relative;
    text-transform: uppercase;



    /* text-align: center !important; */
}


.navbar-nav a:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #bb995c;
    transition: width 0.3s ease;
}

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

.navbar-nav a:not(.dropdown-toggle):hover::after {
    width: 100%;
}



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




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

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

}


.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 28px;
    padding: 11px 22px;
    /* border: 1px solid #005955; */
    border-radius: 50px;
    background: #bb995c;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    transition: all .3s ease;
    
}

.header-btn:hover {
    background: transparent;
    border: 1px solid #bb995c;
    color: #bb995c;
    /* transform: translateY(-2px); */
}







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

    .header-btn {
        display: none;
    }

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

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

    }

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

    .navbar-nav {
        gap: 0;
    }

    .navbar-custom .dropdown-menu {
        box-shadow: none;
        padding: 0 0 0 16px;
    }

    .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 */


.parents-banner {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    background-image: url("..//image/banner-1.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Overlay */
/* .parents-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 89, 85, 0.88);
    z-index: 1;
} */


/* .parents-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 89, 85, 0.96) 0%,
            rgba(0, 89, 85, 0.88) 30%,
            rgba(0, 89, 85, 0.60) 55%,
            rgba(0, 89, 85, 0.20) 80%,
            rgba(0, 89, 85, 0.05) 100%);
    z-index: 1;
} */


.parents-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.96) 0%,
            rgba(0, 0, 0, 0.88) 30%,
            rgba(0, 0, 0, 0.60) 55%,
            rgba(0, 0, 0, 0.20) 80%,
            rgba(0, 0, 0, 0.05) 100%);
    z-index: 1;
}


/* Content */
.parents-banner .container {
    position: relative;
    z-index: 2;
}

.min-vh-75 {
    min-height: 650px;
}

.parents-banner-content {
    max-width: 720px;
    padding: 70px 0;
    color: #ffffff;
}

/* Small Brand Text */
.banner-subtitle {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

/* Main Heading */
.parents-banner-content h1 {
    margin: 0 0 25px;
    font-family: "Doppio One", sans-serif;
    font-size: 65px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -1px;
    color: #ffffff;
}

.parents-banner-content h1 span {
    color: #bb995c;
}

/* Description */
.parents-banner-content p {
    max-width: 620px;
    margin: 0 0 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
}

/* Button */
.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 25px;
    background: #bb995c;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    transition: all 0.35s ease;
    font-family: "Poppins", sans-serif;
}

.banner-btn-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.banner-btn i {
    font-size: 14px;
    transition: transform 0.35s ease;
}

.banner-btn:hover {
    background: #f5f5dd;
    color: #005955;
}

.banner-btn:hover i {
    transform: translateX(6px);
}

.theology-btn {
    background: #ffffff;
    color: #102735;
}

.theology-btn:hover {
    background: #bb995c;
    color: #ffffff;
}



@media (max-width: 991px) {

    .parents-banner {
        min-height: 580px;
        background-position: center;
    }

    .min-vh-75 {
        min-height: 580px;
    }

    .parents-banner-content {
        max-width: 650px;
        padding: 60px 0;
    }

    .parents-banner-content h1 {
        font-size: 52px;
    }

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


@media (max-width: 767px) {



    .parents-banner-overlay {
        background: rgba(0, 0, 0, 0.62);
    }

    .parents-banner {
        min-height: 620px;
        background-position: center;
        text-align: center;
    }

    .min-vh-75 {
        min-height: 620px;
    }

    .parents-banner .row {
        justify-content: center;
    }

    .parents-banner-content {
        max-width: 100%;
        padding: 50px 15px;
        margin: 0 auto;
    }

    .banner-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .parents-banner-content h1 {
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
    }

    .parents-banner-content p {
        font-size: 15px;
        line-height: 1.7;
        margin: 0 auto 28px;
    }

    .banner-btn-group {
        justify-content: center;
    }

    .banner-btn {
        padding: 14px 20px;
        font-size: 12px;
    }
}



@media (max-width: 480px) {

    .parents-banner {
        min-height: 580px;
    }

    .min-vh-75 {
        min-height: 580px;
    }

    .parents-banner-content h1 {
        font-size: 34px;
    }

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

    .banner-btn {
        padding: 12px 25px;
        font-size: 14px;
        justify-content: center;
    }

    .banner-btn-group {
        gap: 8px;
    }
}

/* banner 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: #bb995c;
}

/* end */

/* bootom to top */

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

/* end */





/* footer section */


.site-footer {
    width: 100%;
    background: #ffffff;
    color: #222222;
    padding: 50px 0 25px;
    overflow: hidden;
}

.site-footer .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}



.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


.footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer-logo img {
    display: block;
    width: 100px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-brand p {
    max-width: 320px;
    margin: 0 0 25px;

    font-size: 13px;
    line-height: 1.8;

    color: #222222;
}


.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    /* border: 1px solid rgba(187, 153, 92, 0.35); */
    border-radius: 50%;
    background-color:#bb995c ;

    color: #ffffff;
    

    text-decoration: none;

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.footer-social a:hover {
    background:  transparent;
    border: 1px solid #bb995c;
    
    color: #bb995c;

    transform: translateY(-4px);
}

.footer-social i {
    font-size: 13px;
}



.footer-column h4 {
    margin: 5px 0 25px;

    font-size: 17px;
    line-height: 1.2;

    font-weight: 600;
    letter-spacing: 1px;

    color: #000000;
    text-transform: uppercase;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    position: relative;

    font-size: 14px;

    color: #222222;

    text-decoration: none;
    letter-spacing: 0.5px;

    transition: color 0.3s ease;
}

.footer-column ul li a::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -4px;

    width: 0;
    height: 1px;

    background: #bb995c;

    transition: width 0.3s ease;
}

.footer-column ul li a:hover {
    color: #bb995c;
}

.footer-column ul li a:hover::after {
    width: 100%;
}



.footer-contact > a,
.footer-contact > p {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin: 0 0 17px;

    font-size: 14px;
    line-height: 1.6;

    color: #222222;

    text-decoration: none;

    transition: color 0.3s ease;
}

.footer-contact > a:hover {
    color: #bb995c;
}

.footer-contact i {
    width: 15px;
    flex-shrink: 0;

    margin-top: 4px;

    color: #bb995c;

    font-size: 12px;
}



.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding-top: 25px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-copyright p {
    margin: 0;

    font-size: 13px;
    line-height: 1;

    color: #222222;
}

.powered-by {
    margin: 0;

    font-size: 13px;
    line-height: 1;

    color: #222222;
}

.powered-by a {
    margin-left: 4px;

    color: #222222;

    text-decoration: none;
    font-size: 13px;

    transition: color 0.3s ease;
}

.powered-by a:hover {
    color: #222222;
}


/* =========================================================
   LARGE SCREEN
========================================================= */

@media (min-width: 1600px) {

    .site-footer {
        padding-top: 90px;
    }

    .footer-top {
        gap: 80px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .site-footer {
        padding: 65px 0 25px;
    }

    .site-footer .container {
        padding: 0 25px;
    }

    .footer-top {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 45px;
    }

    .footer-brand {
        grid-column: span 3;
    }

    .footer-contact {
        grid-column: span 1;
    }

}


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

@media (max-width: 767px) {

    .site-footer {
        padding: 55px 0 20px;
    }

    .site-footer .container {
        padding: 0 18px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;

        gap: 40px 25px;

        padding-bottom: 45px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .footer-contact {
        grid-column: span 2;
    }

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

    .footer-brand p {
        font-size: 12px;
    }

    .footer-column h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .footer-column ul li {
        margin-bottom: 11px;
    }

    .footer-column ul li a,
    .footer-contact > a,
    .footer-contact > p {
        font-size: 12px;
    }


    /* BOTTOM */

    .footer-bottom {
        align-items: center;
        flex-direction: column;

        gap: 18px;
        padding-top: 22px;
    }

    .footer-copyright {
        width: 100%;

        justify-content: center;

        gap: 15px;

        text-align: center;
        flex-wrap: wrap;
    }

    .footer-copyright p,
    .powered-by {
        font-size: 12px;
        text-align: center;
    }

}


@media (max-width: 400px) {

    .site-footer {
        padding-top: 45px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 1;
    }

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

    .footer-copyright {
        flex-direction: column;
        gap: 10px;
    }

}


/* footer end */




/* Articles */


.articles-section {
    position: relative;

    padding: 50px 0;

    background: #f7f8fa;

    overflow: hidden;
}



.articles-header {
    max-width: 650px;

    margin: 0 auto 45px;

    text-align: center;
}


.articles-header h2 {
    margin: 0 0 12px;

    color: #111111;

    font-family: "Doppio One", sans-serif;

    font-size: 42px;
    font-weight: 400;

    line-height: 1.25;

    letter-spacing: -0.5px;
}


.articles-header h2 span {
    color: #bb995c;
}


.articles-header p {
    max-width: 580px;

    margin: 0 auto;

    color: #777777;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.7;
}


/* =========================================================
   CARD
========================================================= */

.article-card {
    position: relative;

    display: flex;
    flex-direction: column;

    height: 100%;

    padding: 0;

    background: #ffffff;

    border: 1px solid rgba(0, 0, 0, 0.05);

    border-radius: 15px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


.article-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.11);
}


/* =========================================================
   IMAGE
========================================================= */

.article-image {
    position: relative;

    width: 100%;

    height: 190px;

    overflow: hidden;

    background: #eeeeee;
}


.article-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.6s ease;
}


.article-card:hover .article-image img {
    transform: scale(1.06);
}


/* =========================================================
   CATEGORY
========================================================= */

.article-category {
    position: absolute;

    left: 14px;
    bottom: 13px;

    display: inline-flex;
    align-items: center;

    padding: 6px 11px;

    color: #ffffff;

    background: #111111;

    border-radius: 50px;

    font-family: "Doppio One", sans-serif;

    font-size: 8px;
    font-weight: 400;

    line-height: 1;

    letter-spacing: 0.8px;

    text-transform: uppercase;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.article-card:hover .article-category {
    background: #bb995c;
    color: #ffffff;
}



.article-content {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 20px 18px 18px;

    text-align: center;
}



.article-content h3 {
    min-height: 10px;

    margin: 0 0 9px;

    color: #171717;

    font-family: "Doppio One", sans-serif;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.4;

    transition: color 0.3s ease;
}


.article-card:hover .article-content h3 {
    color: #bb995c;
}

.article-content p {
    min-height: 58px;

    margin: 0 0 18px;

    color: #777777;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.65;
}



.article-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    align-self: center;

    gap: 8px;

    padding: 6px 7px 6px 15px;

    color: #ffffff;

    background: #111111;

    border: 1px solid #111111;

    border-radius: 50px;

    text-decoration: none;

    

    font-size: 13px;
    font-weight: 400;

    letter-spacing: 0.8px;

    

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}


.article-btn-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;

    color: #111111;

    background: #ffffff;

    border-radius: 50%;

    font-size: 8px;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease;
}


.article-btn:hover {
    color: #ffffff;

    background: #bb995c;

    border-color: #bb995c;

    transform: translateY(-2px);
}


.article-btn:hover .article-btn-icon {
    color: #ffffff;

    background: #111111;

    transform: translateX(3px);
}


.articles-bottom {
    display: flex;

    align-items: center;
    justify-content: center;

    margin-top: 45px;
}


.view-all-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 11px 12px 11px 20px;

    color: #ffffff;

    background: #bb995c;
    

    /* border: 1px solid #111111; */

    border-radius: 50px;

    text-decoration: none;

    

    font-size: 13px;
    font-weight: 400;

    letter-spacing: 1px;

    

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}


.view-all-btn span:last-child {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    color: #bb995c;

    background: #ffffff;

    border-radius: 50%;

    font-size: 8px;

    transition:
        transform 0.35s ease,
        background 0.35s ease;
}


.view-all-btn:hover {
    color: #ffffff;

    background: #111111;

    border-color: #bb995c;

    transform: translateY(-2px);
}


.view-all-btn:hover span:last-child {
    color: #bb995c;

    background: #ffffff;

    transform: translateX(4px);
}



@media (max-width: 1199px) {

    .articles-section {
        padding: 60px 0;
    }

    .article-image {
        height: 175px;
    }

    .article-content {
        padding: 18px 15px 17px;
    }

    .article-content h3 {
        font-size: 16px;
    }

}



@media (max-width: 991px) {

    .articles-section {
        padding: 60px 0;
    }

    .articles-header {
        margin-bottom: 35px;
    }

    .articles-header h2 {
        font-size: 38px;
    }

    .article-image {
        height: 220px;
    }

}



@media (max-width: 767px) {

    .articles-section {
        padding: 60px 0;
    }

    .articles-header {
        padding: 0 15px;

        margin-bottom: 32px;
    }

    .articles-header h2 {
        font-size: 34px;
    }

    .articles-header p {
        font-size: 12px;
    }

    .article-image {
        height: 230px;
    }

}



@media (max-width: 575px) {

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

    .articles-header h2 {
        font-size: 30px;
    }

    .articles-header p {
        font-size: 12px;

        line-height: 1.65;
    }

    .article-image {
        height: 210px;
    }

    .article-content {
        padding: 19px 17px 18px;
    }

    .article-content h3 {
        font-size: 17px;
    }

    .article-content p {
        font-size: 12px;
        min-height: 10px;
    }

    .articles-bottom {
        margin-top: 35px;
    }

    .view-all-btn{
        font-size: 12px;
    }

}


/* articles end */




/* cta start */

.article-cta-section {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
}

.article-cta {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    gap: 70px;

    padding: 60px 65px;

    background-color: #102735;

    border-radius: 5px;

    overflow: hidden;
}


.cta-decoration {
    position: absolute;

    border: 1px solid rgba(187, 153, 92, 0.18);

    border-radius: 50%;

    pointer-events: none;
}


/* TOP RIGHT */

.cta-decoration-one {
    width: 420px;
    height: 420px;

    top: -290px;
    right: -150px;
}


/* BOTTOM LEFT */

.cta-decoration-two {
    width: 260px;
    height: 260px;

    bottom: -190px;
    left: -140px;
}



.article-cta-content {
    position: relative;
    z-index: 2;

    flex: 1 1 55%;

    max-width: 570px;
}


/* LABEL */

.article-cta-label {
    display: inline-block;

    margin-bottom: 16px;

    color: #bb995c;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.4;

    text-transform: uppercase;
    letter-spacing: 2px;
}


/* HEADING */

.article-cta-content h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 46px;
    font-weight: 500;

    /* font-family: "Doppio One", sans-serif; */
    line-height: 1.15;
}


/* GOLD WORD */

.article-cta-content h2 span {
    color: #bb995c;
}


/* DESCRIPTION */

.article-cta-content p {
    max-width: 500px;

    margin: 0;

    color: rgba(255, 255, 255, 0.70);

    font-size: 13px;
    font-weight: 400;

    line-height: 1.8;
}


/* =========================================
   FORM AREA
========================================= */

.article-cta-form {
    position: relative;
    z-index: 2;

    flex: 0 1 470px;

    width: 100%;
    max-width: 470px;
}


/* FORM TITLE */

.cta-form-title {
    margin-bottom: 13px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.5;
}


/* =========================================
   INPUT WRAPPER
========================================= */

.cta-input-wrap {
    display: flex;
    align-items: center;

    width: 100%;

    min-height: 58px;

    padding: 5px;

    background: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 4px;

    box-sizing: border-box;
}


/* =========================================
   EMAIL INPUT
========================================= */

.cta-input-wrap input {
    flex: 1 1 auto;

    width: 100%;
    min-width: 0;

    height: 48px;

    padding: 0 16px;
    margin: 0;

    border: none;
    outline: none;

    background: transparent;

    color: #000000;

    font-family: inherit;

    font-size: 12px;
    font-weight: 400;

    line-height: 48px;

    box-sizing: border-box;
}


/* PLACEHOLDER */

.cta-input-wrap input::placeholder {
    color: #888888;

    opacity: 1;
}


/* FOCUS */

.cta-input-wrap input:focus {
    outline: none;
}


/* =========================================
   SUBSCRIBE BUTTON
========================================= */

.cta-input-wrap button {
    flex: 0 0 135px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 135px;
    height: 48px;

    padding: 0 15px;
    margin: 0;

    gap: 9px;

    border: none;
    border-radius: 3px;

    background: #bb995c;
    color: #ffffff;

    font-family: inherit;

    font-size: 10px;
    font-weight: 600;

    line-height: 1;

    text-transform: uppercase;
    letter-spacing: 0.8px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


/* BUTTON ARROW */

.button-arrow {
    display: inline-block;

    font-size: 15px;
    line-height: 1;

    transition: transform 0.3s ease;
}


/* BUTTON HOVER */

.cta-input-wrap button:hover {
    background: #000000;
    color: #ffffff;
}

.cta-input-wrap button:hover .button-arrow {
    transform: translateX(4px);
}


/* =========================================
   FORM NOTE
========================================= */

.article-cta-form small {
    display: block;

    margin-top: 10px;

    color: rgba(255, 255, 255, 0.45);

    font-size: 9px;
    font-weight: 400;

    line-height: 1.5;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (max-width: 1199px) {

    .article-cta {
        gap: 50px;

        padding: 55px 50px;
    }

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

    .article-cta-form {
        flex-basis: 430px;
    }

    .cta-input-wrap button {
        flex-basis: 125px;
        width: 125px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .article-cta-section {
        padding: 70px 0;
    }

    .article-cta {
        gap: 35px;

        padding: 45px 35px;
    }

    .article-cta-content {
        flex-basis: 52%;
    }

    .article-cta-form {
        flex-basis: 48%;

        max-width: 100%;
    }

    .article-cta-content h2 {
        font-size: 34px;
    }

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

    .cta-input-wrap {
        min-height: 55px;
    }

    .cta-input-wrap input {
        height: 45px;
        line-height: 45px;

        padding: 0 13px;
    }

    .cta-input-wrap button {
        flex-basis: 115px;

        width: 115px;
        height: 45px;

        padding: 0 12px;
    }

}


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

@media (max-width: 767px) {

    .article-cta-section {
        padding: 60px 0;
    }

    .article-cta {

        flex-direction: column;

        align-items: stretch;
        justify-content: flex-start;

        gap: 32px;

        padding: 40px 28px;
    }


    /* CONTENT */

    .article-cta-content {
        width: 100%;
        max-width: 100%;

        flex: none;
    }

    .article-cta-label {
        margin-bottom: 13px;

        font-size: 9px;
        letter-spacing: 1.7px;
    }

    .article-cta-content h2 {
        margin-bottom: 15px;

        font-size: 34px;

        line-height: 1.2;
    }

    .article-cta-content p {
        max-width: 100%;

        font-size: 12px;

        line-height: 1.75;
    }


    /* FORM */

    .article-cta-form {
        width: 100%;
        max-width: 100%;

        flex: none;
    }

    .cta-form-title {
        margin-bottom: 11px;

        font-size: 13px;
    }


    /* INPUT */

    .cta-input-wrap {
        width: 100%;

        min-height: auto;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 6px;

        padding: 6px;
    }

    .cta-input-wrap input {
        flex: none;

        width: 100%;

        height: 50px;

        padding: 0 14px;

        line-height: 50px;

        font-size: 12px;
    }


    /* BUTTON */

    .cta-input-wrap button {
        flex: none;

        width: 100%;
        height: 50px;

        padding: 0 15px;

        margin: 0;

        border-radius: 3px;
    }


    /* NOTE */

    .article-cta-form small {
        margin-top: 9px;

        font-size: 8px;
    }


    /* DECORATION */

    .cta-decoration-one {
        width: 280px;
        height: 280px;

        top: -190px;
        right: -150px;
    }

    .cta-decoration-two {
        width: 180px;
        height: 180px;

        left: -110px;
        bottom: -130px;
    }

}


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

@media (max-width: 575px) {

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

    .article-cta {
        gap: 28px;

        padding: 35px 20px;

        border-radius: 4px;
    }


    /* CONTENT */

    .article-cta-label {
        font-size: 8px;

        letter-spacing: 1.5px;
    }

    .article-cta-content h2 {
        font-size: 30px;

        line-height: 1.2;
    }

    .article-cta-content p {
        font-size: 11px;

        line-height: 1.75;
    }


    /* FORM */

    .cta-form-title {
        font-size: 12px;
    }

    .cta-input-wrap {
        gap: 5px;

        padding: 5px;
    }

    .cta-input-wrap input {
        width: 100%;

        height: 48px;

        padding: 0 13px;

        font-size: 11px;

        line-height: 48px;
    }

    .cta-input-wrap button {
        width: 100%;

        height: 48px;

        font-size: 9px;
    }

    .article-cta-form small {
        font-size: 8px;
    }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .article-cta-section {
        padding: 40px 0;
    }

    .article-cta {
        padding: 30px 16px;

        gap: 25px;
    }

    .article-cta-content h2 {
        font-size: 26px;
    }

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

    .cta-input-wrap {
        padding: 4px;
    }

    .cta-input-wrap input {
        height: 46px;

        padding: 0 12px;

        font-size: 10px;

        line-height: 46px;
    }

    .cta-input-wrap button {
        height: 46px;

        font-size: 9px;
    }

}

/* cta end */



/* about page */


.about-section {
    position: relative;

    padding: 60px 0;

    background: #ffffff;

    overflow: hidden;
}


.about-wrapper {
    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    align-items: center;

    gap: 85px;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.about-visual {
    position: relative;

    min-height: 650px;
}


/* =========================================================
   IMAGE WRAPPER
========================================================= */

.about-image-wrap {
    position: relative;

    width: calc(100% - 45px);

    height: 590px;

    overflow: hidden;

    border-radius: 20px;

    z-index: 1;
}


.about-image {
    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #102735;
}


.about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 1s cubic-bezier(.2, .7, .2, 1);
}


.about-image-wrap:hover .about-image img {
    transform: scale(1.045);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.about-image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(16, 39, 53, 0.02) 30%,
            rgba(16, 39, 53, 0.35) 100%
        );

    pointer-events: none;
}


/* =========================================================
   IMAGE GOLD BORDER
========================================================= */

.about-image-wrap::before {
    content: "";

    position: absolute;

    inset: 12px;

    border: 1px solid rgba(255, 255, 255, 0.25);

    border-radius: 14px;

    z-index: 2;

    pointer-events: none;
}


/* =========================================================
   BADGE
========================================================= */

.about-badge {
    position: absolute;

    right: 0;
    top: 70px;

    display: flex;
    align-items: center;

    gap: 13px;

    min-width: 170px;

    padding: 13px 17px;

    background: #102735;

    border-radius: 10px;

    box-shadow:
        0 15px 35px rgba(16, 39, 53, 0.18);

    z-index: 5;
}


.about-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    color: #102735;

    background: #bb995c;

    border-radius: 50%;

    font-size: 14px;
}


.about-badge div {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.about-badge strong {
    color: #ffffff;

    font-family: "Doppio One", sans-serif;

    font-size: 13px;
    font-weight: 400;
}


.about-badge div span {
    color: rgba(255, 255, 255, 0.6);

    font-size: 9px;

    letter-spacing: 0.5px;
}


/* =========================================================
   SCRIPTURE QUOTE
========================================================= */

.about-quote {
    position: absolute;

    left: 25px;
    bottom: 0;

    width: 330px;

    padding: 28px 30px;

    background: #ffffff;

    border-radius: 14px;

    box-shadow:
        0 20px 50px rgba(16, 39, 53, 0.13);

    z-index: 6;
}


/* GOLD TOP DETAIL */

.about-quote::before {
    content: "";

    position: absolute;

    top: 0;
    left: 30px;

    width: 45px;
    height: 3px;

    background: #bb995c;

    border-radius: 0 0 5px 5px;
}


/* QUOTE MARK */

.quote-mark {
    position: absolute;

    top: 10px;
    right: 23px;

    color: #bb995c;

    font-family: Georgia, serif;

    font-size: 55px;

    line-height: 1;

    opacity: 0.35;
}


.about-quote p {
    position: relative;

    margin: 0 0 20px;

    padding-right: 15px;

    color: #102735;

    font-family: "Doppio One", sans-serif;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.65;
}


/* QUOTE BOTTOM */

.quote-bottom {
    display: flex;
    align-items: center;

    gap: 10px;
}


.quote-line {
    width: 25px;
    height: 1px;

    background: #bb995c;
}


.quote-reference {
    color: #bb995c;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}



.about-content {
    position: relative;

    padding: 20px 0;

    overflow: hidden;
}



.about-label {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 11px;

    margin-bottom: 17px;

    color: #bb995c;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 2.5px;

    line-height: 1;

    text-transform: uppercase;
}


.about-label::before {
    content: "";

    width: 28px;
    height: 1px;

    background: #bb995c;
}


/* =========================================================
   HEADING
========================================================= */

.about-content h2 {
    position: relative;

    max-width: 620px;

    margin: 0 0 25px;

    color: #102735;

    font-family: "Doppio One", sans-serif;

    font-size: 48px;
    font-weight: 400;

    line-height: 1.2;

    letter-spacing: -1px;
}


.about-content h2 span {
    color: #bb995c;
}


/* =========================================================
   INTRO
========================================================= */

.about-intro {
    max-width: 610px;

    margin: 0 0 16px;

    color: #444444;

    font-size: 15px;
    font-weight: 500;

    line-height: 1.85;
}


.about-description {
    max-width: 610px;

    margin: 0 0 30px;

    color: #777777;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.85;
}



.about-points {
    display: grid;

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

    gap: 12px;

    margin-bottom: 32px;
}


/* =========================================================
   POINT
========================================================= */

.about-point {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 155px;

    padding: 18px 16px;

    background: #f8f7f4;

    border: 1px solid rgba(16, 39, 53, 0.055);

    border-radius: 12px;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.about-point:hover {
    transform: translateY(-5px);

    background: #ffffff;

    border-color: rgba(187, 153, 92, 0.3);

    box-shadow:
        0 12px 28px rgba(16, 39, 53, 0.07);
}


/* =========================================================
   POINT ICON
========================================================= */

.about-point-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    margin-bottom: 14px;

    color: #bb995c;

    background: #ffffff;

    border: 1px solid rgba(187, 153, 92, 0.25);

    border-radius: 50%;

    font-size: 11px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}


.about-point:hover .about-point-icon {
    color: #ffffff;

    background: #102735;

    transform: rotate(8deg);
}



.about-point-content h3 {
    margin: 0 0 7px;

    color: #102735;

    font-family: "Doppio One", sans-serif;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.4;
}




.about-point-content p {
    margin: 0;

    color: #777777;

    font-size: 12px;

    line-height: 1.65;
}




.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    padding: 13px 18px 13px 23px;

    color: #ffffff;

    background: #bb995c;

    border: 1px solid #bb995c;

    border-radius: 50px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

    letter-spacing: 0.5px;

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.about-btn:hover {
    color: #ffffff;

    background: #102735;

    border-color: #102735;

    transform: translateY(-3px);

    
}



.about-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    color: #bb995c;

    background: #ffffff;

    border-radius: 50%;

    font-size: 10px;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease;
}


.about-btn:hover .about-btn-arrow {
    color: #bb995c;

    background: #ffffff;

    transform: translateX(3px);
}



@media (max-width: 1199px) {

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


    .about-wrapper {
        gap: 55px;
    }


    .about-visual {
        min-height: 590px;
    }


    .about-image-wrap {
        height: 535px;
    }


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


    .about-points {
        gap: 9px;
    }


    .about-point {
        padding: 16px 13px;
    }

}





@media (max-width: 991px) {

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


    .about-wrapper {
        grid-template-columns: 1fr;

        gap: 55px;
    }


    .about-visual {
        width: 85%;

        min-height: 600px;

        margin: 0 auto;
    }


    .about-image-wrap {
        width: calc(100% - 40px);

        height: 560px;
    }


    .about-content {
        padding: 0;
    }


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


    .about-points {
        grid-template-columns: repeat(3, 1fr);
    }

}




@media (max-width: 767px) {

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


    .about-wrapper {
        gap: 45px;
    }


    .about-visual {
        width: 100%;

        min-height: 520px;
    }


    .about-image-wrap {
        width: calc(100% - 25px);

        height: 460px;

        border-radius: 16px;
    }


    .about-image-wrap::before {
        inset: 9px;

        border-radius: 11px;
    }


    .about-badge {
        top: 35px;
        right: 0;

        min-width: 155px;

        padding: 11px 13px;
    }


    .about-badge-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }


    .about-quote {
        left: 15px;
        bottom: 0;

        width: 285px;

        padding: 23px 23px;
    }


    .about-quote p {
        font-size: 13px;
    }


    .about-content h2 {
        font-size: 34px;

        line-height: 1.25;

        letter-spacing: -0.5px;
    }


    .about-intro {
        font-size: 14px;

        line-height: 1.8;
    }


    .about-description {
        font-size: 12px;

        line-height: 1.8;
    }


    .about-points {
        grid-template-columns: 1fr;

        gap: 10px;

        margin-bottom: 27px;
    }


    .about-point {
        flex-direction: row;

        align-items: flex-start;

        min-height: auto;

        padding: 15px;
    }


    .about-point-icon {
        flex: 0 0 35px;

        margin: 0 13px 0 0;
    }


    .about-point-content h3 {
        margin-bottom: 5px;

        font-size: 14px;
    }


    .about-point-content p {
        font-size: 12px;
    }


}




@media (max-width: 575px) {

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


    .about-visual {
        min-height: 455px;
    }


    .about-image-wrap {
        width: calc(100% - 15px);

        height: 395px;

        border-radius: 14px;
    }


    .about-badge {
        top: 25px;
        right: 0;

        min-width: 140px;

        gap: 9px;

        padding: 9px 11px;
    }


    .about-badge-icon {
        width: 31px;
        height: 31px;

        flex-basis: 31px;

        font-size: 12px;
    }


    .about-badge strong {
        font-size: 11px;
    }


    .about-badge div span {
        font-size: 8px;
    }


    .about-quote {
        left: 8px;

        width: 260px;

        padding: 21px 20px;

        border-radius: 12px;
    }


    .about-quote p {
        margin-bottom: 15px;

        font-size: 12px;
    }


    .quote-mark {
        right: 15px;

        font-size: 45px;
    }


    .quote-reference {
        font-size: 8px;
    }


    .about-label {
        font-size: 8px;

        letter-spacing: 2px;
    }


    .about-label::before {
        width: 22px;
    }


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


    .about-intro {
        font-size: 13px;
    }


    .about-description {
        font-size: 12px;
    }


    .about-point {
        padding: 14px;
    }


    .about-btn {
        padding: 11px 14px 11px 19px;

        font-size: 12px;
    }


    .about-btn-arrow {
        width: 27px;
        height: 27px;
    }

}




@media (max-width: 375px) {

    .about-visual {
        min-height: 420px;
    }


    .about-image-wrap {
        height: 365px;
    }


    .about-quote {
        width: 240px;

        padding: 18px;
    }


    .about-quote p {
        font-size: 11px;
    }


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


    .about-intro {
        font-size: 12px;
    }


    .about-point-content h3 {
        font-size: 12px;
    }


    .about-point-content p {
        font-size: 9px;
    }

}

/* about end */



/* faqs start */


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



.faq-wrapper {
    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 90px;

    align-items: start;
}



.faq-intro {
    position: sticky;

    top: 100px;
}



.faq-label {
    display: inline-block;

    margin-bottom: 17px;

    color: #bb995c;

    font-size: 10px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 1.8px;
}




.faq-intro h2 {
    margin: 0 0 22px;

    color: #102735;

    font-family: "Doppio One", sans-serif;

    font-size: 43px;
    font-weight: 400;

    line-height: 1.3;
}

.faq-intro h2 span {
    color: #bb995c;
}




.faq-intro > p {
    max-width: 430px;

    margin: 0;

    color: #666666;

    font-size: 14px;

    line-height: 1.85;
}



.faq-btn {
    display: inline-flex;
    align-items: center;

    gap: 12px;

    margin-top: 28px;

    padding: 13px 21px;

    background: #bb995c;

    border: 1px solid #bb995c;

    color: #ffffff;
    border-radius: 50px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

   
    letter-spacing: 0.8px;

    transition: all 0.3s ease;
}

.faq-btn span {
    font-size: 15px;

    transition: transform 0.3s ease;
}

.faq-btn:hover {
    background: #102735;

    border-color: #102735;

    color: #ffffff;
}

.faq-btn:hover span {
    transform: translateX(5px);
}


/* =========================================
   FAQ LIST
========================================= */

.faq-list {
    width: 100%;

    border-top: 1px solid #dedede;
}



.faq-item {
    border-bottom: 1px solid #dedede;
}



.faq-question {
    position: relative;

    display: grid;

    grid-template-columns: 45px 1fr 35px;

    align-items: center;

    width: 100%;

    padding: 22px 5px;

    
    border: 0;

    background: transparent;

    color: #102735;

    text-align: left;

    cursor: pointer;
}



.faq-number {
    color: #bb995c;

    font-family: "Doppio One", sans-serif;

    font-size: 14px;
}



.faq-title {
    padding-right: 20px;

    color: #102735;

    font-size: 15px;
    font-weight: 600;

    line-height: 1.55;

    transition: color 0.3s ease;
}



.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border: 1px solid #bb995c;

    border-radius: 50%;

    color: #bb995c;

    font-size: 17px;
    font-weight: 300;

    line-height: 1;

    transition: all 0.35s ease;
}



.faq-question:hover .faq-title {
    color: #bb995c;
}



.faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    padding-left: 45px;

    transition: grid-template-rows 0.35s ease;
}

.faq-answer p {
    overflow: hidden;

    max-width: 650px;

    margin: 0;

    color: #777777;

    font-size: 14px;

    line-height: 1.8;

    opacity: 0;

    transition:
        opacity 0.3s ease,
        padding 0.3s ease;
}



.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-answer p {
    padding-bottom: 23px;

    opacity: 1;
}


/* ACTIVE ICON */

.faq-item.active .faq-icon {
    background: #bb995c;

    color: #ffffff;

    transform: rotate(45deg);
}




@media (max-width: 991px) {

    .faq-section {
        padding: 80px 0;
    }

    .faq-wrapper {
        gap: 50px;
    }

    .faq-intro h2 {
        font-size: 34px;
    }

    .faq-intro > p {
        font-size: 14px;
    }

    .faq-question {
        grid-template-columns: 38px 1fr 32px;

        padding: 20px 0;
    }

    .faq-title {
        font-size: 15px;
    }

    .faq-answer {
        padding-left: 38px;
    }

}


@media (max-width: 767px) {

    .faq-section {
        padding: 65px 0;
    }

    .faq-wrapper {
        display: flex;

        flex-direction: column;

        gap: 45px;
    }


    /* INTRO */

    .faq-intro {
        position: static;

        width: 100%;
    }

    .faq-label {
        margin-bottom: 13px;

        font-size: 9px;
    }

    .faq-intro h2 {
        margin-bottom: 17px;

        font-size: 31px;
    }

    .faq-intro > p {
        max-width: 100%;

        font-size: 14px;

        line-height: 1.75;
    }

    .faq-btn {
        margin-top: 22px;
        font-size: 12px;
    }


    /* FAQ */

    .faq-list {
        width: 100%;
    }

    .faq-question {
        grid-template-columns: 32px 1fr 30px;

        gap: 8px;

        padding: 18px 0;
    }

    .faq-number {
        font-size: 14px;
    }

    .faq-title {
        padding-right: 5px;

        font-size: 15px;

        line-height: 1.55;
    }

    .faq-icon {
        width: 25px;
        height: 25px;

        font-size: 15px;
    }

    .faq-answer {
        padding-left: 32px;
    }

    .faq-answer p {
        font-size: 10px;

        line-height: 1.7;
    }

    .faq-item.active .faq-answer p {
        padding-bottom: 18px;
    }

}



@media (max-width: 575px) {

    .faq-section {
        padding: 55px 0;
    }

    .faq-wrapper {
        gap: 35px;
    }

    .faq-intro h2 {
        font-size: 30px;
    }

    .faq-intro > p {
        font-size: 14px;
    }

    .faq-question {
        grid-template-columns: 27px 1fr 27px;

        gap: 7px;

        padding: 16px 0;
    }

    .faq-number {
        font-size: 14px;
    }

    .faq-title {
        font-size: 14px;
    }

    .faq-icon {
        width: 24px;
        height: 24px;

        font-size: 14px;
    }

    .faq-answer {
        padding-left: 27px;
    }

    .faq-answer p {
        font-size: 14px;

        line-height: 1.7;
    }

}



@media (max-width: 375px) {

    .faq-section {
        padding: 45px 0;
    }

    .faq-intro h2 {
        font-size: 24px;
    }

    .faq-question {
        grid-template-columns: 24px 1fr 25px;

        gap: 6px;
    }

    .faq-title {
        font-size: 14px;
    }

    .faq-icon {
        width: 22px;
        height: 22px;

        font-size: 13px;
    }

}

/* faq end */





/* foundation */


.foundation-section {
    position: relative;

    padding: 50px 0;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(187, 153, 92, 0.09),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(16, 39, 53, 0.035),
            transparent 25%
        ),
        #f8f7f4;

    overflow: hidden;
}



.foundation-header {
    max-width: 720px;

    margin: 0 auto 55px;

    text-align: center;
}


/* LABEL */

.foundation-label {
    position: relative;

    display: inline-flex;
    align-items: center;

    margin-bottom: 16px;

    color: #bb995c;

    font-family: "Doppio One", sans-serif;

    font-size: 10px;
    font-weight: 400;

    line-height: 1;

    letter-spacing: 2.8px;

    text-transform: uppercase;
}


/* LABEL LINES */

.foundation-label::before,
.foundation-label::after {
    content: "";

    display: block;

    width: 23px;
    height: 1px;

    background: #bb995c;
}


.foundation-label::before {
    margin-right: 12px;
}


.foundation-label::after {
    margin-left: 12px;
}


/* HEADING */

.foundation-header h2 {
    margin: 0 0 17px;

    color: #102735;

    font-family: "Doppio One", sans-serif;

    font-size: 45px;
    font-weight: 400;

    line-height: 1.2;

    letter-spacing: -0.8px;
}


.foundation-header h2 span {
    color: #bb995c;
}


/* DESCRIPTION */

.foundation-header p {
    max-width: 620px;

    margin: 0 auto;

    color: #707070;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.85;
}


/* =========================================================
   FOUNDATION CARD
========================================================= */

.foundation-card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    min-height: 340px;

    padding: 27px 24px;

    background: #ffffff;

    border: 1px solid rgba(16, 39, 53, 0.055);

    border-radius: 15px;

    overflow: hidden;

    isolation: isolate;

    box-shadow:
        0 8px 28px rgba(16, 39, 53, 0.045);

    transition:
        transform 0.45s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.45s ease,
        border-color 0.35s ease;
}


/* CARD HOVER */

.foundation-card:hover {
    transform: translateY(-9px);

    border-color: rgba(187, 153, 92, 0.38);

    box-shadow:
        0 22px 45px rgba(16, 39, 53, 0.105),
        0 5px 18px rgba(187, 153, 92, 0.07);
}


/* =========================================================
   DECORATIVE BACKGROUND NUMBER
========================================================= */

.foundation-number {
    position: absolute;

    top: -5px;
    right: 12px;

    z-index: -1;

    color: #102735;

    font-family: "Doppio One", sans-serif;

    font-size: 88px;
    font-weight: 400;

    line-height: 1;

    letter-spacing: -6px;

    opacity: 0.055;

    pointer-events: none;

    user-select: none;

    transition:
        color 0.45s ease,
        opacity 0.45s ease,
        transform 0.45s ease;
}


/* NUMBER HOVER */

.foundation-card:hover .foundation-number {
    color: #bb995c;

    opacity: 0.14;

    transform: translateY(-5px);
}


/* =========================================================
   DECORATIVE CIRCLE
========================================================= */

.foundation-card::before {
    content: "";

    position: absolute;

    right: -75px;
    bottom: -80px;

    width: 180px;
    height: 180px;

    background: rgba(187, 153, 92, 0.045);

    border: 1px solid rgba(187, 153, 92, 0.07);

    border-radius: 50%;

    z-index: -1;

    transition:
        transform 0.55s ease,
        background 0.55s ease;
}


.foundation-card:hover::before {
    transform: scale(1.35);

    background: rgba(187, 153, 92, 0.08);
}


/* =========================================================
   ICON
========================================================= */

.foundation-icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin-bottom: 31px;

    color: #bb995c;

    background:
        linear-gradient(
            145deg,
            #fffefa,
            #f6f3ec
        );

    border: 1px solid rgba(187, 153, 92, 0.25);

    border-radius: 14px;

    font-size: 21px;

    z-index: 2;

    transition:
        color 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* INNER ICON BORDER */

.foundation-icon::before {
    content: "";

    position: absolute;

    inset: 5px;

    border: 1px solid rgba(187, 153, 92, 0.12);

    border-radius: 10px;

    pointer-events: none;

    transition:
        border-color 0.4s ease;
}


/* ICON HOVER */

.foundation-card:hover .foundation-icon {
    color: #ffffff;

    background: #102735;

    border-color: #102735;

    transform: translateY(-4px);

    box-shadow:
        0 10px 22px rgba(16, 39, 53, 0.16);
}


.foundation-card:hover .foundation-icon::before {
    border-color: rgba(255, 255, 255, 0.13);
}


/* =========================================================
   CONTENT
========================================================= */

.foundation-content {
    position: relative;

    z-index: 2;

    flex: 1;
}


/* =========================================================
   MINI LABEL
========================================================= */

.foundation-mini-label {
    display: block;

    margin-bottom: 8px;

    color: #bb995c;

    font-size: 8px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.foundation-content h3 {
    margin: 0 0 12px;

    color: #102735;

    font-family: "Doppio One", sans-serif;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.4;

    letter-spacing: -0.2px;

    transition:
        color 0.3s ease;
}


.foundation-card:hover .foundation-content h3 {
    color: #bb995c;
}



.foundation-content p {
    max-width: 300px;

    margin: 0;

    color: #727272;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;

    transition:
        color 0.3s ease;
}


.foundation-content::after {
    content: "";

    display: block;

    width: 28px;
    height: 2px;

    margin-top: 22px;

    background: #bb995c;

    border-radius: 50px;

    transition:
        width 0.45s ease;
}


.foundation-card:hover .foundation-content::after {
    width: 50px;
}


/* =========================================================
   CARD TOP GOLD DETAIL
========================================================= */

.foundation-card {
    background-image:
        linear-gradient(
            90deg,
            transparent 0%,
            transparent 8%,
            rgba(187, 153, 92, 0.45) 8%,
            rgba(187, 153, 92, 0.45) 20%,
            transparent 20%
        );

    background-size: 100% 1px;

    background-position: top left;

    background-repeat: no-repeat;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .foundation-section {
        padding: 85px 0;
    }


    .foundation-header {
        margin-bottom: 45px;
    }


    .foundation-header h2 {
        font-size: 40px;
    }


    .foundation-card {
        min-height: 325px;

        padding: 24px 21px;
    }


    .foundation-number {
        font-size: 80px;
    }


    .foundation-icon {
        width: 58px;
        height: 58px;

        margin-bottom: 27px;

        font-size: 19px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .foundation-section {
        padding: 75px 0;
    }


    .foundation-header {
        margin-bottom: 40px;
    }


    .foundation-header h2 {
        font-size: 36px;
    }


    .foundation-header p {
        font-size: 13px;
    }


    .foundation-card {
        min-height: 315px;

        padding: 24px 20px;
    }


    .foundation-number {
        font-size: 76px;
    }


    .foundation-card-top {
        margin-bottom: 0;
    }


    .foundation-content h3 {
        font-size: 17px;
    }

}


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

@media (max-width: 767px) {

    .foundation-section {
        padding: 65px 0;
    }


    .foundation-header {
        margin-bottom: 35px;

        padding: 0 10px;
    }


    .foundation-label {
        font-size: 9px;

        letter-spacing: 2px;
    }


    .foundation-header h2 {
        font-size: 31px;

        line-height: 1.25;
    }


    .foundation-header p {
        font-size: 13px;

        line-height: 1.75;
    }


    .foundation-card {
        min-height: 295px;

        padding: 23px 20px;

        border-radius: 14px;
    }


    .foundation-number {
        top: 1px;
        right: 10px;

        font-size: 75px;
    }

}


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

@media (max-width: 575px) {

    .foundation-section {
        padding: 55px 0;
    }


    .foundation-header {
        margin-bottom: 30px;
    }


    .foundation-label::before,
    .foundation-label::after {
        width: 16px;
    }


    .foundation-header h2 {
        font-size: 28px;
    }


    .foundation-header p {
        font-size: 12px;

        line-height: 1.75;
    }


    .foundation-card {
        min-height: 280px;

        padding: 21px 18px;

        border-radius: 13px;
    }


    .foundation-number {
        top: 3px;
        right: 9px;

        font-size: 68px;

        letter-spacing: -4px;
    }


    .foundation-icon {
        width: 54px;
        height: 54px;

        margin-bottom: 25px;

        border-radius: 12px;

        font-size: 18px;
    }


    .foundation-content h3 {
        font-size: 17px;

        margin-bottom: 9px;
    }


    .foundation-content p {
        font-size: 13px;

        line-height: 1.75;
    }


    .foundation-mini-label {
        font-size: 7px;
    }

}



@media (max-width: 375px) {

    .foundation-header h2 {
        font-size: 26px;
    }


    .foundation-card {
        min-height: 270px;

        padding: 19px 16px;
    }


    .foundation-number {
        font-size: 62px;
    }


    .foundation-icon {
        width: 50px;
        height: 50px;

        margin-bottom: 23px;

        font-size: 17px;
    }


    .foundation-content h3 {
        font-size: 16px;
    }


    .foundation-content p {
        font-size: 11px;
    }

}