@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --primary: #185e62;
    --bg: #fbf6ef;
    --Heading-font: "Fraunces", serif;
    --Primary-font: "Inter", sans-serif;
    --ligh-red: #e87461;
    --btn_hover: #f3eadb;
    --text: #2b2118;
}

body {
    background-color: var(--bg)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--Heading-font)
}

a {
    color: inherit
}

.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffffd1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

::selection {
    background: var(--primary);
    color: #fff;
}

::-moz-selection {
    background: var(--primary);
    color: #fff;
}

.header,
.features-section,
.founder-section,
.stats-section {
    background: var(--bg)
}

.custom-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.navbar-brand {
    margin: 0;
    flex-shrink: 0
}

.logo {
    width: 150px !important;
}

.desktop-menu {
    flex: 1
}

.desktop-menu .navbar-nav {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: nowrap;
    flex-direction: row
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 10px !important;
    border-radius: 10px;
    transition: .3s
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background: #e5ddd1
}

.header-actions,
.mobile-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

.ask_ai,
.cart-icon {
    align-items: center;
    display: flex
}

.ask_ai {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 30px;
    padding: 10px 14px;
    gap: 10px
}

.ask_ai span {
    /* background: #eee3d2; */
    padding: 4px 9px;
    border-radius: 8px;
    font-size: 12px
}

.es_subscription_message.success {
    color: #00ff00 !important;
}

.cart-icon {
    width: 38px;
    height: 38px;
    position: relative;
    justify-content: center
}

.cart-icon i {
    font-size: 21px
}

.cart-icon .badge {
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-login {
    background: var(--primary);
    color: #fff;
    padding: 13px 24px;
    border-radius: 50px;
    font-weight: 600
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
    padding: 0
}

.floating-card,
.stats-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08)
}

.mobile-toggle {
    font-size: 28px;
    line-height: 1
}

.offcanvas {
    width: 300px !important
}

.mobile-menu .nav-link {
    padding: 14px 0 !important;
    border-bottom: 1px solid #eee;
    border-radius: 0 !important
}

.mobile-actions {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.mobile-header-right {
    display: none
}

.hero-section {
    padding: 95px 0;
    background: var(--bg)
}

.hero-content {
    max-width: 620px
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 40px;
    background: #efe5d8;
    color: #1b6b70;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.hero-content h1 {
    font-size: 75px;
    color: #241815;
    margin-bottom: 28px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1
}

.hero-content h1 span {
    position: relative;
    background-image: linear-gradient(120deg, #e8746140, #e8746140);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 100% .35em
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #706762;
    max-width: 560px;
    margin-bottom: 40px
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 45px;
    flex-wrap: wrap
}

.btn-outline-custom,
.btn-primary-custom {
    padding: 16px 29px;
    display: inline-flex;
    align-items: center;
    font-size: 16px
}

.btn-primary-custom {
    background: #0f676c;
    color: #fff;
    border-radius: 60px;
    font-weight: 600;
    gap: 12px;
    transition: .3s
}

.btn-primary-custom:hover {
    background: #0b5458;
    color: #fff
}

.btn-outline-custom {
    border: 1px solid #d7cec5;
    color: #2b211d;
    border-radius: 60px;
    font-weight: 500;
    gap: 8px
}

.review-content,
.review-users,
.review-wrap,
.stars {
    display: flex
}

.btn-outline-custom i {
    color: #e47265
}

.review-wrap {
    align-items: center;
    gap: 18px;
    flex-wrap: wrap
}

.review-users img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #f7f2eb;
    margin-left: -12px;
    object-fit: cover
}

.review-users img:first-child {
    margin-left: 0
}

.review-content {
    flex-direction: column;
    gap: 4px
}

.stars {
    align-items: center;
    gap: 4px;
    color: #d5a06d;
    font-size: 16px
}

.stars span {
    color: #241815;
    font-size: 20px;
    font-weight: 700;
    margin-left: 6px
}

.review-content p {
    margin: 0;
    color: #8a817b;
    font-size: 16px
}

.hero-image-wrap {
    position: relative;
    display: flex;
    justify-content: center
}

.hero-bg-shape,
.hero-bg-shape2 {
    position: absolute;
    border-radius: 40px
}

.floating-card,
.floating-icon {
    align-items: center;
    display: flex
}

.hero-bg-shape {
    width: 85%;
    height: 93%;
    background: #e8d9c7;
    top: -35px;
    left: 25px;
    transform: rotate(-5deg)
}

.hero-bg-shape2 {
    width: 78%;
    height: 94%;
    background: #d1d9d5;
    bottom: -30px;
    right: 34px;
    transform: rotate(4deg)
}

.hero-image {
    position: relative;
    z-index: 2;
    max-width: 520px;
    width: 100%;
    border-radius: 38px;
    min-height: 600px
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.floating-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 12px 19px;
    gap: 14px;
    z-index: 5
}

.floating-card.top {
    top: 20px;
    left: 25px;
    animation: 4s ease-in-out infinite floatUpDown
}

.floating-card.bottom {
    bottom: 30px;
    right: 40px;
    animation: 4s ease-in-out 1s infinite floatDownUp
}

.floating-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f7dfd9;
    color: #de7f6f;
    justify-content: center;
    font-size: 22px
}

.feature-card,
.stats-card {
    background: #fff;
    height: 100%
}

.floating-icon.green {
    background: #dce8e4;
    color: #0f676c
}

.floating-content small {
    display: block;
    color: #9c948e;
    font-size: 12px;
    margin-bottom: 2px
}

.floating-content h5 {
    margin: 0;
    font-size: 14px;
    color: #2b211d;
    font-weight: 700
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }
}

@keyframes floatDownUp {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(12px)
    }
}

.stats-card {
    backdrop-filter: blur(10px);
    border: 1px solid #e8dfd2;
    border-radius: 24px;
    padding: 35px 20px;
    transition: .3s
}

.stats-card:hover {
    transform: translateY(-5px)
}

.event-card:hover,
.feature-card:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08)
}

.stats-card h3 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
    line-height: 1
}

.stats-card p {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    margin: 0
}

.feature-card {
    border: 1px solid #e8dfd2;
    border-radius: 28px;
    padding: 32px 24px;
    transition: .35s
}

.feature-card:hover {
    border-color: var(--primary);
    transform: translateY(-6px)
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(24, 94, 98, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.feature-icon i {
    font-size: 20px;
    color: var(--primary)
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 10px;
    line-height: 1.4
}

.feature-card p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(31, 41, 55, .7);
    margin: 0
}

.title_wrapper>span {
    color: var(--ligh-red)
}

.title_wrapper h2 {
    font-size: 48px;
    color: #2b2118;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 0
}

.shop_sec {
    padding: 40px 0
}

.head_sec {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-flow: wrap
}

.shop_sec .title_wrapper {
    flex: 1
}

.view_all {
    color: var(--primary);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border-radius: 5px;
    transition: .3s
}

.view_all:hover {
    background: var(--btn_hover)
}

.product-card {
    background: #fff;
    border: 1px solid #e7ddd1;
    border-radius: 28px;
    transition: .35s;
    height: 100%;
    display: flex;
    flex-direction: column
}

.product-top,
.quick-view {
    align-items: center;
    display: flex
}

.character-card:hover,
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08)
}

.product-image {
    position: relative;
    aspect-ratio: 4/3;
    background: var(--secondary)
}

.product-badge,
.quick-view {
    position: absolute;
    top: 16px
}

.event-image img,
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.event-card:hover .event-image img,
.product-card:hover .product-image img {
    transform: scale(1.08)
}

.product-badge {
    left: 16px;
    background: var(--ligh-red);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 50px
}

.quick-view {
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    justify-content: center;
    opacity: 0;
    transition: .3s
}

.product-card:hover .quick-view {
    opacity: 1
}

.quick-view i {
    color: var(--text);
    font-size: 15px
}

.product-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.product-top {
    justify-content: space-between;
    margin-bottom: 10px
}

.product-category {
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--primary);
    font-weight: 700
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #666
}

.product-rating i {
    color: var(--ligh-red)
}

.product-rating span {
    opacity: .6
}

.product-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px;
    color: var(--text)
}

.product-content p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(31, 41, 55, .7);
    margin-bottom: 22px;
    flex: 1
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--text)
}

.product-btn {
    border: 0;
    background: var(--primary);
    color: #fff;
    height: 44px;
    padding: 0 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s
}

.product-btn:hover {
    background: #12484b
}

.custom-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 99999
}

.custom-popup.active {
    opacity: 1;
    visibility: visible
}

.popup-box {
    width: 100%;
    max-width: 800px;
    background: #f5efe8;
    border-radius: 9px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform: translateY(20px) scale(.96);
    transition: .35s;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .25);
    border: 1px solid #fff
}

.popup-btn,
.story-btn {
    transition: .3s;
    font-weight: 600
}

.custom-popup.active .popup-box {
    transform: translateY(0) scale(1)
}

.popup-image {
    height: 100%
}

.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.popup-content {
    padding: 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    background: 0 0;
    font-size: 20px;
    color: #6d655e;
    cursor: pointer
}

.popup-category {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 16px;
    display: inline-block
}

.popup-bottom,
.popup-tags {
    display: flex;
    margin-bottom: 28px
}

.popup-content h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #2d221d;
    margin-bottom: 18px
}

.popup-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #6e655e;
    margin-bottom: 22px
}

.popup-tags {
    flex-wrap: wrap;
    gap: 10px
}

.popup-tags span {
    background: #e7ddd2;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 13px;
    color: #6d655d
}

.popup-bottom {
    align-items: center;
    justify-content: space-between
}

.popup-review,
.review-flex {
    display: flex;
    align-items: center
}

.popup-price {
    font-size: 33px;
    font-weight: 700;
    color: #2d221d;
    line-height: 1;
    font-family: var(--Heading-font)
}

.review-flex {
    justify-content: space-between;
    margin-bottom: 20px
}

.popup-review {
    gap: 8px;
    font-size: 15px;
    color: #7b7069
}

.popup-review i {
    color: #e1aa55
}

.popup-btn {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background: var(--ligh-red);
    color: #fff;
    font-size: 17px;
    border: none;
    margin: 1rem 0
}

.popup-btn:hover {
    background: #d56456
}

.popup-link {
    text-align: center;
    display: block;
    margin-top: 14px;
    color: #8d827a;
    font-size: 15px
}

.founder-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--primary);
    border-radius: 42px;
    padding: 70px 60px;
    color: #fff
}

.shape {
    position: absolute;
    border-radius: 50%
}

.shape-1 {
    width: 320px;
    height: 320px;
    background: #0a4449;
    top: -74px;
    right: -60px
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: rgba(232, 116, 97, .15);
    bottom: -120px;
    left: -80px
}

.founder-image {
    position: relative;
    max-width: 360px;
    margin: auto
}

.image-glow {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .18);
    border-radius: 50%;
    filter: blur(70px)
}

.founder-image img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, .08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18)
}

.founder-content {
    position: relative;
    z-index: 2
}

.quote-icon {
    font-size: 44px;
    color: var(--ligh-red);
    margin-bottom: 22px
}

.founder-content h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    font-family: var(--Heading-font);
    margin-bottom: 35px
}

.founder-info span,
.story-btn {
    font-family: var(--Primary-font)
}

.founder-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px
}

.founder-info span {
    color: var(--ligh-red);
    font-size: 16px
}

.story-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgba(232, 116, 97, .5);
    padding-bottom: 4px
}

.character-card,
.event-card {
    transition: .35s;
    overflow: hidden
}

.story-btn:hover {
    border-color: var(--ligh-red);
    color: var(--ligh-red)
}

.events-section,
.meet_cast_sec {
    padding: 40px 0;
    background: var(--bg)
}

.character-card {
    background: #fff;
    border-radius: 30px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .06)
}

.character-top {
    height: 130px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.coral-bg {
    background: var(--ligh-red)
}

.gold-bg {
    background: #d4a574
}

.primary-bg {
    background: var(--primary)
}

.dark-bg {
    background: #6b4423
}

.character-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -42px;
    border: 5px solid var(--bg);
    font-size: 34px;
    font-weight: 700;
    font-family: var(--Heading-font);
    color: #222
}

.character-content {
    padding: 58px 24px 28px;
    text-align: center
}

.character-content h3 {
    font-size: 28px;
    margin-bottom: 6px;
    font-family: var(--Heading-font)
}

.character-role {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .45);
    margin-bottom: 18px;
    font-family: var(--Primary-font)
}

.character-verse,
.event-date {
    color: var(--primary);
    font-family: var(--Primary-font)
}

.character-content p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 18px;
    font-family: var(--Primary-font)
}

.character-verse {
    font-size: 13px;
    font-style: italic;
    line-height: 1.7
}

.event-card {
    display: block;
    background: #fff;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, .06);
    height: 100%
}

.event-image {
    overflow: hidden;
    aspect-ratio: 16/10
}

.event-content {
    padding: 24px
}

.event-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px
}

.event-content h3 {
    font-size: 18px;
    line-height: 1.4;
    color: var(--text);
    margin-bottom: 6px
}

.event-content p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(0, 0, 0, .65);
    margin: 0;
    font-family: var(--Primary-font)
}

.testimonial_sec {
    padding: 70px 0;
    background: #f6eee3;
}

.testimonial-card {
    background: #fff;
    border-radius: 30px;
    padding: 20px 20px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .06);
    transition: .35s;
}

.testimonial-card:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08)
}

.testimonial-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(232, 116, 97, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px
}

.testimonial-icon i {
    color: var(--ligh-red);
    font-size: 22px
}

.testimonial-text,
.testimonial-user h4 {
    font-size: 16px;
    font-family: var(--Primary-font)
}

.testimonial-text {
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 28px;
    font-size: 18px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.testimonial-user img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover
}

.testimonial-user h4 {
    margin-bottom: 4px;
    color: #222
}

.testimonial-user span {
    font-size: 13px;
    color: rgba(0, 0, 0, .55);
    font-family: var(--Primary-font)
}

.cta-section {
    background: var(--bg)
}

.cta-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 42px;
    background: #f3eadb;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 90px 40px;
    text-align: center
}

.cta-bg {
    position: absolute;
    inset: 0;
    opacity: .18
}

.cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto
}

.cta-content h2 {
    font-size: 68px;
    line-height: 1.2;
    color: var(--text);
    margin-bottom: 40px;
    font-family: var(--Heading-font)
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.cta-btn {
    height: 54px;
    padding: 0 32px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    font-family: var(--Primary-font)
}

.primary-btn {
    background: var(--primary);
    color: #fff
}

.primary-btn:hover {
    background: #12484b;
    color: #fff
}

.secondary-btn {
    border: 1px solid rgba(0, 0, 0, .12);
    color: #222;
    background: rgba(255, 255, 255, .4)
}

.secondary-btn:hover {
    background: var(--btn_hover);
    color: #222
}

.footer-badge,
.footer-logo {
    align-items: center;
    display: flex
}

.footer-badge,
.footer-logo h3,
.footer-logo-icon {
    font-family: var(--Heading-font)
}

.footer-badge,
.footer-logo-icon {
    border-radius: 50%;
    background: var(--ligh-red)
}

.footer-links ul li a,
.footer-policy a,
.footer-social a {
    text-decoration: none;
    transition: .3s
}

.footer-section {
    position: relative;
    background: #114448;
    color: #fff;
    padding: 120px 0 40px;
    margin-top: 100px
}

.footer-badge {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    justify-content: center;
    font-size: 38px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

.footer-logo {
    gap: 14px;
    margin-bottom: 22px
}

.footer-logo-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.footer-logo h3 {
    font-size: 24px;
    margin-bottom: 4px
}

.footer-logo span {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .65);
    font-family: var(--Primary-font)
}

.footer-contact ul li,
.footer-links ul li a {
    color: rgba(255, 255, 255, .75);
    font-family: var(--Primary-font)
}

.footer-brand p,
.footer-newsletter p {
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .75);
    font-family: var(--Primary-font)
}

.footer-contact h4,
.footer-links h4,
.footer-newsletter h4 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: var(--Heading-font)
}

.footer-contact ul,
.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-newsletter form,
.footer-social {
    margin-top: 24px
}

.footer-contact ul li,
.footer-links ul li {
    margin-bottom: 14px
}

.footer-links ul li a:hover {
    color: #fff;
    padding-left: 4px
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.7
}

.footer-contact ul li i {
    margin-top: 4px
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer-bottom,
.footer-social a {
    align-items: center;
    display: flex
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .18);
    justify-content: center;
    color: #fff
}

.footer-social a:hover {
    background: var(--ligh-red);
    border-color: var(--ligh-red)
}

.footer-newsletter input {
    width: 100%;
    height: 54px;
    border-radius: 50px;
    border: 0;
    padding: 0 20px;
    outline: 0;
    margin-bottom: 12px;
    background: #fff;
    font-family: var(--Primary-font)
}

.footer-newsletter button {
    width: 100%;
    height: 54px;
    border-radius: 50px;
    border: 0;
    background: var(--ligh-red);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    font-family: var(--Primary-font)
}

.footer-bottom p,
.footer-policy a {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    font-family: var(--Primary-font)
}

.footer-newsletter button:hover {
    opacity: .9
}

.footer-bottom {
    margin-top: 70px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.footer-bottom p {
    margin: 0
}

.footer-policy {
    display: flex;
    align-items: center;
    gap: 18px
}

.footer-policy a:hover {
    color: #fff
}

.ask_ai,
.btn-login,
.navbar-nav .nav-link {
    font-size: 14px;
    white-space: nowrap
}

.floating-content h5,
body {
    font-family: var(--Primary-font)
}

.desktop-menu,
.hero-image,
.hero-section,
.popup-box,
.popup-image,
.product-card,
.product-image {
    overflow: hidden
}

.character-role,
.popup-category,
.product-category,
.title_wrapper>span {
    text-transform: uppercase
}

.event-card,
.popup-link,
.story-btn,
a {
    text-decoration: none
}


.about-sec,
.cta-section,
.founder-section,
.partner-cta-section,
.stats-section2 {
    background: var(--bg);
    overflow-x: hidden;
}

.about-sec,
.what-stand-sec {
    padding: 50px 0
}

.stats-wrapper {
    border: 1px solid #d3ccc1;
    border-radius: 24px;
    overflow: hidden
}

.stats-wrapper .col-md-3 {
    margin: 0
}

.stat-box {
    padding: 40px 20px;
    height: 100%;
    border-right: 1px solid #d3ccc1
}

.col-6:last-child .stat-box,
.col-md-3:last-child .stat-box {
    border-right: 0
}

.stat-box h3 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
    font-family: var(--Heading-font);
    line-height: 1
}

.founder-text,
.stat-box p {
    font-family: var(--Primary-font);
    color: var(--text)
}

.stat-box p {
    margin: 0;
    font-size: 14px;
    opacity: .7
}

.founder-image-wrap {
    max-width: 450px
}

.founder-shape {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: var(--btn_hover);
    border-radius: 32px
}

.founder-image2 {
    position: relative;
    z-index: 2;
    border-radius: 32px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12)
}

.founder-text {
    font-size: 18px;
    line-height: 1.8;
    opacity: .8;
    margin-bottom: 30px
}

.founder-quote {
    border-left: 4px solid var(--ligh-red);
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
    color: var(--text);
    margin-bottom: 35px;
    font-family: var(--Heading-font)
}

.founder-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--text);
    font-family: var(--Primary-font)
}

.cta-title,
.partner-cta-title,
.timeline-item h3,
.timeline-year,
.value-card h3,
.value-icon {
    font-family: var(--Heading-font)
}

.timeline-item p,
.value-card p {
    line-height: 1.7;
    opacity: .75;
    font-family: var(--Primary-font)
}

.founder-item i {
    color: var(--primary);
    margin-top: 5px;
    font-size: 14px
}

.value-card {
    background: #fff;
    border: 1px solid var(--btn_hover);
    border-radius: 28px;
    padding: 32px 24px;
    height: 100%;
    transition: .3s
}

.value-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(232, 116, 97, .15);
    color: var(--ligh-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.value-card h3 {
    font-size: 22px;
    color: var(--text);
    margin-bottom: 12px
}

.value-card p {
    font-size: 15px;
    color: var(--text);
    margin: 0
}

.timeline-wrapper {
    position: relative;
    padding-left: 35px;
    border-left: 2px solid var(--btn_hover);
    max-width: 900px;
    margin: 0 auto
}

.timeline-item {
    position: relative;
    padding-bottom: 50px
}

.timeline-item:last-child {
    padding-bottom: 0
}

.timeline-dot {
    position: absolute;
    left: -46px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: var(--ligh-red);
    border-radius: 50%;
    border: 4px solid var(--bg)
}

.timeline-year {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px
}

.timeline-item h3 {
    font-size: 22px;
    color: var(--text);
    margin-bottom: 10px
}

.timeline-item p {
    font-size: 15px;
    color: var(--text);
    margin: 0;
    max-width: 500px
}

.partner-cta-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: var(--primary);
    padding: 60px 50px
}

.partner-cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .15
}

.partner-cta-title {
    position: relative;
    z-index: 2;
    font-size: 48px;
    line-height: 1.2;
    color: var(--bg);
    margin: 0;
    max-width: 700px
}

.partner-cta-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ligh-red);
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--Primary-font);
    transition: .3s
}

.partner-cta-btn:hover {
    background: #d96553;
    color: #fff
}

.partner-cta-btn i {
    font-size: 14px
}

.shop2-search,
.top-sale-bar,
.top-sale-inner {
    position: relative
}

.shop2-search i,
.top-sale-close {
    top: 50%;
    transform: translateY(-50%)
}

.meeet-the-sec {
    padding: 40px 0
}

.character2-story-section,
.plush2-section {
    background: var(--bg)
}

.character2-story-row {
    margin-bottom: 110px
}

.character2-box {
    width: 350px;
    height: 350px;
    /* border-radius: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e47265;
    margin-left: auto
}

.pup-box2 {
    background: #d2a478
}

.bunny-box2 {
    background: var(--primary)
}

.owlie-box2 {
    background: #6a4327
}

.character2-box span {
    font-size: 110px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-family: var(--Heading-font)
}

.character2-content {
    max-width: 100%
}

.character2-content p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text);
    opacity: .8;
    margin-bottom: 28px;
    font-family: var(--Primary-font)
}

.character2-verse-card {
    background: #e9dece;
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 100%
}

.character2-verse-card i {
    color: var(--primary);
    font-size: 15px;
    margin-top: 3px
}

.character2-verse-card span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--primary);
    margin-bottom: 4px;
    font-family: var(--Primary-font)
}

.character2-verse-card h6,
.plush2-content h2 {
    font-family: var(--Heading-font);
    color: var(--text)
}

.character2-verse-card h6 {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-style: italic;
    font-weight: 400
}

.plush2-wrapper {
    background: var(--btn_hover);
    border-radius: 32px;
    padding: 60px
}

.plush2-image img {
    width: 100%;
    border-radius: 24px;
    aspect-ratio: 4/3;
    object-fit: cover
}

.plush2-content h2 {
    font-size: 39px;
    line-height: 1.1;
    margin-bottom: 20px
}

.plush2-btn,
.plush2-content p {
    font-family: var(--Primary-font)
}

section.meeet-the-sec .title_wrapper p {
    max-width: 700px;
    margin: 20px auto;
    font-size: 18px
}

.plush2-content p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text);
    opacity: .8;
    margin-bottom: 30px;
    max-width: 500px
}

.plush2-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    color: var(--bg);
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s
}

.plush2-btn i,
.shop2-tab {
    font-size: 14px
}

.plush2-btn:hover {
    background: var(--text);
    color: var(--bg)
}

.the-shop-sec {
    padding: 40px 0;
    background: var(--btn_hover)
}

.the-shop-sec .title_wrapper p {
    max-width: 700px;
    margin-top: 20px;
    font-size: 18px
}

.shop2-section {
    background: #f5f1ea
}

.shop2-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 45px
}

.list_event_top_left,
.shop2-tabs {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.shop2-tab {
    border: 1px solid #ddd5c8;
    background: #fff;
    padding: 9px 16px;
    border-radius: 50px;
    font-weight: 500;
    color: #1f1f1f;
    transition: .3s;
    cursor: pointer
}

.shop2-tab.active,
.shop2-tab:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.shop2-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.shop2-search i {
    position: absolute;
    left: 18px;
    color: #8a8a8a;
    font-size: 15px
}

.shop2-search input {
    width: 290px;
    height: 46px;
    border-radius: 50px;
    border: 1px solid #ddd5c8;
    background: #fff;
    padding: 0 18px 0 46px;
    font-size: 14px;
    outline: 0
}

.shop2-search input:focus,
.shop2-sort select:focus {
    border-color: var(--primary)
}

.shop2-sort select {
    width: auto;
    height: 46px;
    border-radius: 50px;
    border: 1px solid #ddd5c8;
    background: #fff;
    padding: 0 18px;
    font-size: 15px;
    outline: 0;
    cursor: pointer
}

.top-sale-bar {
    background: var(--primary);
    padding: 12px 0;
    z-index: 999
}

.top-sale-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.top-sale-inner p {
    margin: 0;
    color: var(--btn_hover);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5
}

.top-sale-inner p strong {
    color: #ffd6a8
}

.top-sale-inner p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 4px
}

.top-sale-close {
    position: absolute;
    right: 0;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
    padding: 0
}

.top-sale-close:hover {
    opacity: .7
}

.event-wrpper-2 {
    padding: 40px 0;
    background: var(--primary);
    color: #fff
}

.event-wrpper-2 .title_wrapper h2 {
    color: #fff;
    font-size: 52px;
    padding-right: 20%
}

.list_event_section {
    background: #f7f1e8
}

.list_event_calendar_card {
    background: #fff;
    border: 1px solid #e8dccd;
    border-radius: 30px;
    padding: 25px
}

.list_event_title_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px
}

.list_event_badge,
.list_event_featured_info {
    margin-bottom: 20px
}

.list_event_icon {
    width: 42px;
    height: 42px;
    background: #0f6a67;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.list_event_title_wrap h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #172033
}

.list_event_calendar_wrap {
    background: #faf7f2;
    border-radius: 24px;
    padding: 20px
}

.ui-datepicker,
.ui-datepicker-header {
    background: 0 0 !important;
    border: 0 !important
}

.ui-datepicker {
    width: 100%;
    padding: 0 !important;
    font-family: inherit
}

.ui-datepicker-header {
    padding: 0 0 20px !important;
    position: relative
}

.ui-datepicker-title {
    font-size: 18px;
    font-weight: 700;
    color: #222
}

.ui-datepicker-next,
.ui-datepicker-prev {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    cursor: pointer;
    top: 0 !important;
    transition: .3s
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background: #0f6a67 !important;
    border-color: #0f6a67 !important
}

.ui-datepicker-prev {
    left: 0 !important
}

.ui-datepicker-next {
    right: 0 !important
}

.ui-datepicker th {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 !important
}

.ui-datepicker td {
    padding: 5px !important
}

.ui-datepicker td a,
.ui-datepicker td span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .3s;
    color: #222 !important
}

.ui-datepicker td a:hover,
.ui-state-active {
    background: #0f6a67 !important;
    color: #fff !important
}

.ui-datepicker-today a {
    border: 2px solid #0f6a67 !important
}

.list_event_dot_text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #666;
    font-size: 14px
}

.list_event_dot_text span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ef8d7d
}

.list_event_featured_card {
    background: #eadfd0;
    border-radius: 30px;
    padding: 30px;
    margin-top: 25px;
    border: 1px solid #e1d4c2
}

.list_event_badge {
    display: inline-block;
    background: #0f6a67;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600
}

.list_event_featured_card h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    color: #172033;
    margin-bottom: 22px
}

.list_event_featured_info div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #555;
    font-size: 15px
}

.list_event_featured_info i {
    color: #0f6a67;
    font-size: 15px
}

.list_event_featured_card p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 24px
}

.list_event_btn {
    border: 0;
    background: #ef8d7d;
    color: #fff;
    height: 54px;
    padding: 0 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s
}

.list_event_btn:hover {
    background: #e56f5b
}

.list_event_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px
}

.list_event_top h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    color: #172033
}

.list_event_top span {
    color: #666;
    font-size: 16px
}

.list_event_card {
    background: #fff;
    border: 1px solid #e7dccc;
    border-radius: 34px;
    overflow: hidden;
    margin-bottom: 28px;
    transition: .4s
}

.list_event_card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.list_event_img {
    height: 100%;
    min-height: 270px;
    overflow: hidden
}

.list_event_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.list_event_card:hover .list_event_img img {
    transform: scale(1.05)
}

.list_event_content {
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.list_event_card_top {
    margin-bottom: 18px
}

.list_event_outline_badge {
    border: 1px solid #ef8d7d;
    color: #ef8d7d;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600
}

.list_event_card_top small {
    color: #777;
    font-size: 14px
}

.list_event_content h3 {
    font-size: 20px;
    line-height: 1.2;
    color: var(--text);
    font-weight: 600
}

.list_event_content p,
.list_event_meta span {
    color: #666;
    font-size: 15px
}

.list_event_content p {
    line-height: 1.8;
    margin-bottom: 25px
}

.list_event_meta {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.list_event_meta i {
    margin-right: 8px;
    color: #777
}

.list_event_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    flex-wrap: wrap
}

.list_event_bottom small {
    font-size: 15px;
    color: #666
}

.list_event_small_btn {
    border: 0;
    background: #0f6a67;
    color: #fff;
    height: 52px;
    padding: 0 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s
}

.list_event_small_btn:hover {
    background: #0a4f4d
}

.list_event_small_btn i {
    margin-left: 8px
}




/* New Start inner Page */
.gallery_item img,
.get_involved_img img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.contact_sec,
.gallery_sec {
    padding: 40px 0
}

.gallery_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

@media (min-width:768px) {
    .gallery_grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1200px) {
    .gallery_grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.gallery_item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 1/1;
    display: block;
    background: #ddd
}

.gallery_item img {
    transition: .5s;
    display: block
}

.gallery_item:hover img {
    transform: scale(1.08)
}

.gallery_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .1), transparent);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: .4s
}

.gallery_item:hover .gallery_overlay {
    opacity: 1
}

.gallery_overlay span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5
}

.lg-sub-html {
    background: rgba(0, 0, 0, .7);
    padding: 18px 20px !important
}

.lg-sub-html h4 {
    color: #fff;
    margin: 0;
    font-size: 19px;
    font-weight: 300;
    text-align: center
}

.get_involved_hero {
    padding: 40px 0;
    overflow: hidden
}

.get_involved_content p {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(23, 32, 51, .75);
    max-width: 560px;
    margin: 0
}

.get_involved_content .title_wrapper h2 {
    font-size: 60px
}

.get_involved_img {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    aspect-ratio: 4/3
}

.get_involved_img img {
    display: block
}

.involved_card {
    background: #fff;
    border: 1px solid #e7dccc;
    border-radius: 30px;
    padding: 32px 28px;
    height: 100%;
    transition: .4s
}

.action_tip_card:hover,
.involved_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06)
}

.involved_icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(239, 141, 125, .15);
    color: #ef8d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 20px
}

.involved_card h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 14px
}

.involved_card p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin: 0
}

.action_tip_card {
    background: #fff;
    border: 1px solid #e7dccc;
    border-radius: 30px;
    padding: 32px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    transition: .4s
}

.action_tip_number {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: rgba(15, 106, 103, .25);
    flex-shrink: 0;
    font-family: var(--Heading-font)
}

.action_tip_content h3 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px
}

.action_tip_content p {
    font-size: 16px;
    color: rgba(23, 32, 51, .7);
    margin: 0
}

.tracker_download_box {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background: #0f6a67;
    padding: 70px 60px
}

.tracker_download_bg {
    position: absolute;
    inset: 0
}

.tracker_download_btn_wrap,
.tracker_download_content {
    position: relative;
    z-index: 2
}

.tracker_download_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .18
}

.tracker_download_content h3 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 500;
    color: #f8f2ea;
    margin-bottom: 20px;
    max-width: 720px
}

.tracker_download_content h3 span {
    color: #f0c46c
}

.tracker_download_content p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(248, 242, 234, .85);
    margin: 0;
    max-width: 620px
}

.tracker_download_btn_wrap {
    display: flex;
    flex-direction: column;
    align-items: end
}

.tracker_download_btn,
.tracker_partner_link {
    display: inline-flex;
    font-size: 15px;
    text-decoration: none;
    transition: .3s
}

.tracker_download_btn {
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--ligh-red);
    color: #fff;
    height: 56px;
    padding: 0 34px;
    border-radius: 50px;
    font-weight: 600;
    width: fit-content
}

.tracker_download_btn:hover {
    background: #e56f5b;
    color: #fff
}

.tracker_partner_link {
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #f0c46c
}

.tracker_partner_link:hover {
    color: #fff
}

.tracker_partner_link i {
    font-size: 13px
}

.contact_sec .title_wrapper h2 {
    font-size: 60px;
    margin-bottom: 15px
}

.contact_info_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact_info_card {
    background: #fff;
    border: 1px solid #e7dccc;
    border-radius: 30px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px
}

.contact_info_icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(15, 106, 103, .1);
    color: #0f6a67;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0
}

.contact_info_content span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(23, 32, 51, .5);
    margin-bottom: 8px
}

.contact_info_content h4 {
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
    margin-bottom: 6px;
    font-family: var(--Primary-font)
}

.contact_info_content p {
    margin: 0;
    color: rgba(23, 32, 51, .6);
    font-size: 15px
}

.contact_info_img {
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 4/3
}

.contact_info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.contact_form_box {
    background: #fff;
    border: 1px solid #e7dccc;
    border-radius: 30px;
    padding: 40px
}

.contact_form_box h3 {
    font-size: 25px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 35px
}

.contact_input_wrap label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 10px
}

.contact_input_wrap input,
.contact_input_wrap select,
.contact_input_wrap textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 14px 18px;
    font-size: 15px;
    background: #fff;
    color: var(--text);
    outline: 0;
    transition: .3s
}

.contact_input_wrap input,
.contact_input_wrap select {
    height: 54px
}

.contact_input_wrap textarea {
    resize: none
}

.contact_input_wrap input:focus,
.contact_input_wrap select:focus,
.contact_input_wrap textarea:focus {
    border-color: var(--primary);
    box-shadow: none;
    outline: 0
}

.contact_submit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    background: var(--primary);
    color: #fff;
    height: 54px;
    padding: 0 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s
}



/* New Start inner Page end */

a.added_to_cart.wc-forward {
    display: inline-block;
    padding: .375rem .75rem;
    background: #e87461;
    border: 1px solid #e87461;
    border-radius: .375rem;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: all .15s ease-in-out;
}

a.added_to_cart.wc-forward:hover {
    background: #e46450;
    border-color: #e46450;
    color: #fff !important;
}

.search-btn {
    border: none;
    background: #e46450;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    white-space: nowrap;
}

.search-btn:hover {
    background: #d45743;
}

.search-wrapper {
    gap: 12px;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}