/* ===================================
    Crafto - Charity
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Otomanopee+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

/* variable */
:root {
    --white: #ffffff;
    --base-color: #c6961c;
    --dark-gray: #384744;
    --medium-gray: #7c7a75;
    --alt-font: 'Rufina', serif;
    --primary-font: 'Manrope', sans-serif;
    --cream-mid: #EDE3D1;
    --cream-deep:#e0d4bc;
}

/* reset */
body {
    font-size: 17px;
    line-height: 28px;
    overflow-x: hidden;
}

.bg-light-grey {
    background-color: #f4f1ed;
}

.alt-font {
    word-spacing: -5px;
}

.map .alt-font {
    word-spacing: normal;
}

.ws-minus-10px {
    word-spacing: -10px;
}

.ws-minus-3px {
    word-spacing: -3px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

html,
body {
    overflow-x: hidden;
}

.h-700 {
    height: 650px !important;
}

/* header */
header .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.3px;
    padding: 10px 15px;
}

header .navbar-brand {
    padding: 18px 0;
}

/* bg color */
.bg-gradient-corduroy-green-dark-goldenrod {
    background-image: linear-gradient(to right,
            #000000,
            #1A1A1A,
            #4D3D16,
            #7A6225,
            #A28231);
}


.main-color {
    color: var(--base-color);
}

.bg-gradient-corduroy-green-dark-goldenrod-dark {
    background: linear-gradient(34deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(77, 61, 22, 1) 50%,
            rgba(162, 130, 49, 1) 100%);
}

.bg-gradient-corduroy-green-dark-goldenrod-transparent {
    background-image: linear-gradient(to top right,
            rgba(0, 0, 0, .95),
            rgba(26, 26, 26, .85),
            rgba(77, 61, 22, .75),
            rgba(122, 98, 37, .80),
            rgba(162, 130, 49, .95));
}

.bg-zircon-grey {
    background-color: #D7E2E0;
}

.bg-racing-green {
    background-color: #242E2C;
}

.bg-white-yellow {
    background-color: #f9f4e8;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}

/* text color */
.text-gradient-corduroy-green-dark-goldenrod {
    background-image: linear-gradient(to right,
            #000000,
            #4D3D16,
            #7A6225,
            #A28231,
            #D4B96E);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-light-conch-green {
    color: #A7B3B1;
}

.text-dark-golden-yellow {
    color: var(--base-color);
}

/* heading */
h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h3 {
    line-height: 3rem;
}

/* border color */
.border-color-dark-golden-yellow {
    border-color: var(--base-color) !important;
}

/* btn */
.btn {
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: 1px;
}

.btn.with-rounded>span {
    border-radius: 4px;
}

.btn.with-rounded.btn-large>span {
    line-height: 32px;
}

.btn.with-rounded.btn-large>span {
    right: 12px;
}

.btn.with-rounded.btn-extra-large>span {
    right: 14px;
}

.btn.with-rounded.btn-medium>span {
    right: 10px;
}

.btn.btn-very-small {
    padding: 8px 16px;
    font-size: 12px;
}

.btn.with-rounded.btn-extra-large {
    padding-right: 75px;
}

.btn.with-rounded.btn-large {
    padding-right: 60px;
}

.btn.with-rounded.btn-medium {
    padding-right: 55px;
}

.btn.with-rounded.btn-small {
    padding-right: 50px;
}

.btn.with-rounded.btn-very-small {
    padding-right: 40px;
}

.btn-gradient-green-goldenrod-yellow {
    background-image: linear-gradient(to right,
            #000000,
            #A28231,
            #000000);
    background-size: 200% auto;
    color: #ffffff !important;
}

.btn.btn-base-color {
    color: var(--white);
}

.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}

/* progress bar style */
.progress-bar-style-01 .progress {
    height: 7px;
    border-radius: 6px;
}

.progress-bar-style-01 .progress .progress-bar {
    border-radius: 6px;
}

/* pag title style */
.page-title-extra-large h1 {
    font-size: 3.8rem;
    line-height: 3.8rem;
    word-spacing: -8px;
}

.page-title-extra-large h2 {
    font-size: 19px;
    line-height: 34px;
}

.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

.placeholder-light::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.7;
}

.placeholder-light::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.7;
}

.placeholder-light:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.7;
}

/* contact form style 03 */
.contact-form-style-03 {
    margin-bottom: -125px;
}

/* interactive banner */
.interactive-banner-style-02.hover-box * {
    will-change: auto;
}

/* footer */
footer {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

footer .footer-logo img {
    max-height: 41px;
}

footer .nav-link {
    color: #A7B3B1;
    font-size: 15px;
    line-height: normal;
}

footer .medium-icon a {
    font-size: 18px;
}

footer .medium-icon li {
    margin: 0 3px;
}

/* google map */
#map .gmnoprint[data-control-width="40"] {
    bottom: 30px !important;
    top: auto !important;
}

.social-icon-style-09 ul.light li a {
    border-color: rgba(255, 255, 255, 0.2);
}

/* media query responsive */
@media (max-width: 1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 16px;
    }

    footer .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .contact-form-style-03 {
        margin-bottom: 75px;
    }

    .md-h-500 {
        height: 500px !important;
    }
}

@media (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    footer {
        padding-top: 90px;
    }

    .contact-form-style-03 {
        margin-bottom: 50px;
    }

    .sm-h-400 {
        height: 400px !important;
    }
}

@media (max-width: 575px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer {
        padding-top: 110px;
    }

    .large-icon a {
        font-size: 22px;
        width: 50px;
        height: 50px;
    }
}

.gvi-overlapping-tagline {
    position: relative;
    margin-bottom: -115px !important;
    z-index: 10;
    width: 100%;
    margin-top: 65px;
}

@media (max-width: 991px) {
    .gvi-overlapping-tagline {
        margin-bottom: -35px !important;
    }
}

.gvi-counter-plus {
    font-size: 54px;
    letter-spacing: -2px;
    line-height: 1;
    margin-left: 2px;
}

@media (max-width: 575px) {
    .gvi-counter-plus {
        font-size: 40px;
    }
}

/* ===== Parents / Channel Section ===== */

.gvi-channel-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.gvi-channel-card .parents-icon {
    background: var(--base-color);
}

.gvi-card2 {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.gvi-card2 .gvi-card-content {
    padding: 40px 30px;
    height: 100%;
}

/* .hilight-text {
    display: inline-block;
    background: rgba(162, 130, 49, 0.08);
    color: var(--base-color);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(162, 130, 49, 0.15);
} */

.gvi-channel-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background:  var(--base-color);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gvi-channel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
}

.gvi-channel-card:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.gvi-quote-card:hover::after {
    opacity: 0;
}


.parents-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 20px rgba(182, 132, 13, 0.15);
    transition: transform 0.3s ease;
}

.gvi-pill-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 5px;
    width: 100%;
}


.gvi-channel-card:hover .parents-icon {
    transform: scale(1.1) rotate(5deg);
}

.parent-title {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 15px;
    line-height: 1.3;
}

.parent-text {
    font-size: 15px;
    color: var(--dark-gray);
    line-height: normal;
    margin-bottom: 25px;
    flex-grow: 1;
    font-family: var(--primary-font);
}

.gvi-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.heighlight-box {
    background-color: var(--cream-deep);
    color: var(--base-color);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 10px;
    letter-spacing: .03em;
}

.gvi-channel-card:hover .heighlight-box {
    background-color: var(--base-color);
    color: #ffffff;
    border-color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(182, 132, 13, 0.2);
}

@media (max-width: 767px) {
    .gvi-card-content {
        padding: 30px 25px;
    }
}

/* ===== Retailers / Testimonial Cards ===== */


.gvi-retailer-author {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.retailers-name {
    font-family: var(--alt-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-gray);
    margin: 0px;

}

.gvi-retailer-author span {
    font-size: 13px;
    color: var(--base-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.gvi-retailer-card .gvi-img {
    margin: -45px -35px 30px -35px;
    height: 240px;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
}

.gvi-retailer-card .gvi-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gvi-retailer-card:hover .gvi-img img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .gvi-retailer-card {
        padding: 35px 25px;
    }

    .gvi-retailer-card .gvi-img {
        margin: -35px -25px 25px -25px;
        height: 200px;
    }
}

/* ===== Exclusive Partners Section ===== */
.gvi-exclusive-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.gvi-exclusive-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}

.gvi-exclusive-card .feature-box-icon i {
    transition: transform 0.4s ease;
}

.gvi-exclusive-card .feature-box-icon img {
    height: 120px;
    width: 100%;
    object-fit: contain;
}

.gvi-exclusive-card:hover .feature-box-icon i {
    transform: scale(1.1) rotate(-5deg);
}

.hlight-text {
    background: rgba(182, 132, 13, 0.08);
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    color: #4a5a58;
    display: inline-block;
    border: 1px solid rgba(182, 132, 13, 0.15);
    margin: 0;
}


.feature-item {
    color: var(--dark-gray);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item i {
    font-size: 14px;
}

/* ===== CTA Section ===== */
.gvi-cta-section {
    background-color: #2e2d24;
    /* background-image: linear-gradient(135deg, #1a2321 0%, #242e2c 100%); */
    z-index: 1;
}

.gvi-cta-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(182, 132, 13, 0.1) 0%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}


@media (max-width: 767px) {
    .gvi-cta-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
/* ===== Premium CTA Divider ===== */

.gvi-cta-divider{
    width: 180px;
    height: 1px;
    margin: 35px auto 35px;
    position: relative;
    background: linear-gradient(
        to right,
        transparent,
        rgba(198,150,28,0.25),
        #c6961c,
        rgba(198,150,28,0.25),
        transparent
    );
}

/* Center premium dot */

.gvi-cta-divider::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #c6961c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(198,150,28,0.45);
}

/* Small side dots */

.gvi-cta-divider::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 1px;
    transform: translate(-50%, -50%);
    border-top: 1px dashed rgba(198,150,28,0.25);
}

/* Mobile */

@media(max-width:767px){

    .gvi-cta-divider{
        width: 130px;
        margin: 28px auto;
    }
}
/* ===== Footer Enhancements ===== */
.footer-dark .footer-navbar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-dark .footer-navbar li {
    margin-bottom: 10px;
}

.footer-dark .nav-link {
    color: rgba(255, 255, 255, 0.6);
    padding: 0;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-dark .nav-link:hover {
    color: var(--base-color);
    padding-left: 5px;
}

.newsletter-form-container .form-control {
    background: #ffffff !important;
    border: none;
    padding: 18px 25px;
    border-radius: 50px 0 0 50px;
    height: 60px;
}

.newsletter-form-container .btn {
    border-radius: 0 50px 50px 0;
    padding: 0 0px;
    height: 60px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 575px) {
    .newsletter-form-container form {
        flex-direction: column;
        gap: 15px;
    }

    .newsletter-form-container .form-control {
        border-radius: 50px !important;
        text-align: center;
    }

    .newsletter-form-container .btn {
        border-radius: 50px !important;
        width: 100%;
    }
}

.social-icon-style-02 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.social-icon-style-02 li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    transition: all 0.3s ease;
}

.social-icon-style-02 li a:hover {
    background: var(--base-color);
    transform: translateY(-3px);
}

.text-dark-golden-yellow {
    color: var(--base-color) !important;
}

.hover-text-decoration-line-bottom:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* .quote_wrapper{
    background-color: #f7e6cb;
} */