/* =========================== hero-section Desing ==================================== */

.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Background Video */
.hero-section .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Dark Overlay */
.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55) !important;
    z-index: -1;
}

/* Hero Content */
.hero-section .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-section .hero-content h1 {
    font-size: 50px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 30px;
}

.hero-section .hero-content p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 35px;
}

.hero-section .hero-btn {
    display: inline-block;
    background: #ebcc7a;
    padding: 18px 42px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.hero-section .hero-btn:hover {
    background: #fff;
    color: #222;
}

.hero-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    left: 0;
    top: 0;
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-section .hero-content h1 {
    font-size: 72px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 30px;
}

.hero-section .hero-content p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 35px;
    color: #f5f5f5;
}

.hero-section .hero-btn {
    display: inline-block;
    background: #ebcc7a;
    padding: 18px 42px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .4s;
}

.hero-section .hero-btn:hover {
    background: #fff;
    color: #222;
}

.feature-area {
    margin-top: -90px;
    position: relative;
    z-index: 5;
    padding-bottom: 80px;
}

.feature-box {
    background: #2f2f2f;
    padding: 25px 20px;
    height: 100%;
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-10px);
    background: #202020;
}

.icon {
    font-size: 42px;
    margin-bottom: 25px;
    color: #ebcc7a;
}

.feature-box h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.feature-box p {
    font-size: 16px;
    line-height: 30px;
    color: #bbb;
}

@media(max-width:991px) {

    .hero-section {
        height: auto;
        padding: 140px 0;
    }

    .hero-section .hero-content {
        text-align: center;
    }

    .hero-section .hero-content h1 {
        font-size: 40px;
    }

    .hero-section .hero-content p {
        font-size: 17px;
        line-height: 30px;
    }
}



/* =========================== About Desing ==================================== */


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

.about-section .about-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.about-section .counter-box {
    background: #f5f5f5;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s;
}

.about-section .counter-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.about-section .counter-box h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    color: #ebcc7a;
    margin: 0;
}



.about-section .sub-title {
    color: #ebcc7a;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}

.about-section .main-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 1.1;
    margin: 25px 0;
}

.about-section .text-muted {
    font-size: 18px;
    line-height: 34px;
}

.discover-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 16px 40px;
    background: #ebcc7a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

.discover-btn:hover {
    background: #222;
    color: #fff;
}

@media(max-width:991px) {

    .about-section .about-img {
        height: 600px;
        margin-bottom: 30px;
    }

    .about-section .main-title {
        font-size: 25px;
    }

    .about-section .counter-box h2 {
        font-size: 48px;
    }

}



/* =========================== questionnaire-section  Desing ==================================== */

.questionnaire-section {
    padding: 40px 0 !important;
    margin: 60px 0 0 0;
    background: #f8f7f2;
}

.sub-title {
    display: block;
    color: #ebcc7a;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 20px;
}

.main-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px !important;
    line-height: 1.1;
    color: #222;
}

.top-text {
    color: #808080;
    font-size: 16px !important;
    line-height: 30px;
}

.question-box {
    background: #fff;
    border: 1px solid #ececec;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    transition: .35s;
    min-height: 80px;
    display: flex;
    align-items: center;

}

.question-box.active {
    background: #ebcc7a;
    color: #fff;
    transform: translateY(-6px);
}

.question-box:hover {
    background: #ebcc7a;
    color: #fff;
    transform: translateY(-6px);
}

@media(max-width:991px) {

    .main-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .top-text {
        font-size: 16px;
        line-height: 30px;
    }

    .question-box {
        font-size: 18px;
        min-height: 90px;
        padding: 25px;
    }

}



/* =========================== questionnaire-section  Desing ==================================== */

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

.services-section .service-card {
    position: relative;
    overflow: hidden;
    height: 500px;
    border-radius: 5 px !important;
}

.services-section .service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px !important;
    transition: .6s;
}

.services-section .service-card:hover img {
    transform: scale(1.08);
    border-radius: 5px !important;
}

.services-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
}

.service-content .service-titels {
    color: #202020 !important;
}

.service-content .service-headings {
    color: #ebcc7a !important;
}

.services-section .service-content-heading h2 {
    color: #2f2f2f;
}

.services-section .service-content {
    position: absolute;
    padding: 0px 15px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
}

.services-section .service-content h2 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.services-section .service-content p {
    font-size: 16px;
    line-height: 28px;
    color: #f5f5f5;
}

@media(max-width:991px) {

    .services-section .service-card {
        height: 550px;
    }

    .services-section .service-content {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .services-section .service-content h2 {
        font-size: 36px;
    }

    .services-section .service-content p {
        font-size: 17px;
        line-height: 30px;
    }

}



/* =========================== six-strings  Desing ==================================== */


.six-strings .content-box {

    background: #2f2f2f;
    color: #fff;
    padding: 70px;
    height: 100%;
}

.six-strings .sub-title {

    color: #ebcc7a;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.six-strings .content-box h2 {
    color: #fff;
    font-size: 35px;
    font-family: Georgia, serif;
    margin: 25px 0;
    line-height: 1.1;
}

.six-strings .content-box p {
    color: #b8b8b8;
    line-height: 30px;
    font-size: 16px;
}

.six-strings .feature i {
    color: #ebcc7a;
    font-size: 38px;
    margin-bottom: 20px;
}

.six-strings .feature h5 {
    font-family: Georgia, serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.six-strings .feature p {
    font-size: 14px;
    line-height: 20px;
}

.six-strings .image-box {

    height: 100%;
}

.six-strings .image-box img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:991px) {

    .six-strings .content-box {

        padding: 40px;
    }

    .six-strings .content-box h2 {

        font-size: 42px;
    }

    .six-strings .image-box {

        height: 450px;
    }

}



/* =========================== mint-ecosystem  Desing ==================================== */


.mint-ecosystem {
    background: #f8f7f2;
}

.sub-title {
    color: #ebcc7a;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}

.main-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 65px;
    line-height: 1;
    margin: 20px 0;
}

.top-text {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}

.eco-item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.eco-item h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    margin-bottom: 15px;
}

.eco-item p {
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
}

.eco-item a {
    color: #ebcc7a;
    text-decoration: none;
    font-weight: 600;
}

.right-image {
    height: 100%;
}

.right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:991px) {

    .main-title {
        font-size: 45px;
    }

    .right-image {
        margin-top: 40px;
    }

    .right-image img {
        height: 500px;
    }

}

@media(max-width:576px) {

    .main-title {
        font-size: 36px;
    }

    .eco-item h4 {
        font-size: 24px;
    }

    .top-text {
        font-size: 16px;
    }

}



/* =========================== cta-section  Desing ==================================== */

.cta-section {

    position: relative;

    padding: 120px 0;

    background: url("https://i.pinimg.com/1200x/4a/9b/1c/4a9b1cc9d97d514b629352be72919792.jpg") center center;

    background-size: cover;

    background-repeat: no-repeat;

    overflow: hidden;

}

.cta-section .overlay {

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, .45);

}

.cta-section .container {

    position: relative;

    z-index: 5;

}

.cta-box {

    background: rgba(35, 35, 35, .55);

    backdrop-filter: blur(8px);

    padding: 40px;

}

.cta-box h2 {

    font-family: "Cormorant Garamond", serif;

    color: #fff;

    font-size: 40px;

    line-height: 1;

    margin-bottom: 30px;

    font-weight: 700;

}

.cta-box p {

    color: #fff;

    font-size: 18px;

    line-height: 38px;

    margin-bottom: 35px;

}

.cta-box a {

    display: inline-block;

    background: #ebcc7a;

    color: #fff;

    padding: 18px 45px;

    text-decoration: none;

    font-weight: 600;

    transition: .4s;

}

.cta-box a:hover {

    background: #fff;

    color: #222;

}

@media(max-width:991px) {

    .cta-section {

        padding: 80px 0;

    }

    .cta-box {

        padding: 40px;

    }

    .cta-box h2 {

        font-size: 48px;

    }

    .cta-box p {

        font-size: 18px;

        line-height: 30px;

    }

}

@media(max-width:576px) {

    .cta-box {

        padding: 30px 20px;

    }

    .cta-box h2 {

        font-size: 38px;

    }

    .cta-box p {

        font-size: 16px;

        line-height: 28px;

    }

    .cta-box a {

        width: 100%;

        text-align: center;

    }

}



/* ==================== testimonals ===================== */

/* Equal Box Height */
.testimonials-item-three {
    height: 360px;
    /* Apne design ke hisab se increase/decrease kar sakte ho */
    padding: 30px;
    display: flex;
    flex-direction: column;
}

/* Text Limit */
.testimonials-item-three .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* Approx. 30 words */
    -webkit-box-orient: vertical;
    line-height: 1.7;
    min-height: 170px;
}

/* Bottom Always Same Position */
.testimonials-item-three .testi-des {
    margin-top: auto;
}


/*========================== Floating Contact ==========================*/

.jk-floating-contact {
    position: fixed;
    bottom: 6rem;
    left: 0;
    width: 100%;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}

.jk-floating-contact a {
    pointer-events: auto;
    text-decoration: none;
}

/* Call Button */

.jk-call-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .20);
    animation: jkPulse 2s infinite;
    transition: .3s;
}

.jk-call-button:hover {
    transform: translateY(-4px) scale(1.05);
    color: #fff;
}

/* WhatsApp Button */

.jk-whatsapp-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 50px;
    background: linear-gradient(135deg, #25D366, #25D366);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .20);
    transition: .3s;
}

.jk-whatsapp-button i {
    font-size: 22px;
}

.jk-whatsapp-button:hover {
    transform: translateY(-4px);
    color: #fff;
}

/* Pulse Animation */

@keyframes jkPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, .7);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(245, 158, 11, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }

}

/* Mobile */

@media(max-width:767px) {

    .jk-floating-contact {
        padding: 0 15px;
        bottom: 120px;
    }

    .jk-call-button {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .jk-whatsapp-button {
        padding: 12px 18px;
        font-size: 14px;
    }

    .jk-whatsapp-button i {
        font-size: 20px;
    }

}



/* ====================  founder-section ========================== */

.founder-section {
    background: #fff;
    margin-top: 60px;
}

.founder-section .sub-title {
    color: #c89b3c;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.founder-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0;
}

.founder-section h5 {
    color: #777;
    margin-bottom: 20px;
}

.founder-section p {
    line-height: 1.9;
    color: #555;
}

.founder-section .founder-img {
    position: relative;
    display: inline-block;
}

.founder-section .founder-img img {
    width: 100%;
    max-width: 360px;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.founder-section .experience-box {
    position: absolute;
    right: -20px;
    bottom: 30px;
    background: #c89b3c;
    color: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.founder-section .experience-box h3 {
    margin: 0;
    font-size: 30px;
    color: #fff;
}

.founder-section .info-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
}

.founder-section .info-box h4 {
    color: #c89b3c;
    font-size: 34px;
    font-weight: 700;
}



@media(max-width:768px) {

    .founder-section h2 {
        font-size: 30px;
    }

    .founder-section .experience-box {
        right: 10px;
        bottom: 10px;
        padding: 12px 18px;
    }

}



/* =====================  service-gallery ===================== */
    .service-gallery {
        background: #f8f9fa;
    }

    .service-gallery .gallery-subtitle {
        color: #c59d5f;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .service-gallery .gallery-title {
        font-size: 38px;
        font-weight: 700;
        margin-top: 10px;
    }

    .service-gallery .gallery-card {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    }

    .service-gallery .gallery-card img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        transition: .5s;
    }

    .service-gallery .gallery-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: .4s;
    }

    .service-gallery .gallery-overlay i {
        color: #fff;
        font-size: 35px;
        transform: scale(.5);
        transition: .4s;
    }

    .service-gallery .gallery-card:hover img {
        transform: scale(1.12);
    }

    .service-gallery .gallery-card:hover .gallery-overlay {
        opacity: 1;
    }

    .service-gallery .gallery-card:hover .gallery-overlay i {
        transform: scale(1);
    }


