/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #035E73;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Manrope", sans-serif;
}

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", serif;
}

h4 {
    font-family: "Corinthia", cursive;
}

::selection {
    background: var(--primary);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0.75rem 1.4em;
    border-radius: 50px;
    line-height: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 2px;
}

.themeBtn:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    transform: translateY(100%);
    transition: 0.5s ease;
    z-index: -1;
}

.themeBtn:hover:before {
    transform: translateY(0);
}

.themeBtn:hover {
    color: var(--white);
}

/* !GLOBAL CSS */

/* Main Banner Css Start */

.mainBanner {
    background: url(../images/mainBanner.png)center/cover fixed;
    height: 900px;
    display: flex;
    align-items: center;
}

.bannerContent h1 {
    font-size: 5em;
    color: #001A35;
    font-weight: 400;
    width: 90%;
    line-height: 1.1;
}

.bannerContent h1 span {
    color: var(--primary);
}

.bannerContent p {
    color: #505A69;
    font-size: 1.125rem;
    margin: 1rem 0 1.875rem 0;
}

.bannerContent .btn-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.themeBtn1 {
    font-size: 0.875rem;
}

.watchVideo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #001A35;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.watchVideo i {
    color: var(--primary);
    font-size: 1.5rem;
}

.hicksWraps h4 {
    font-size: 2.5rem;
    color: var(--primary);
    font-weight: bold;
}

.hicksWraps small {
    font-size: 1rem;
    font-weight: bold;
    color: #DAB86D;
}

.hicksWraps {
    border-left: 3px solid #E8E6E1;
    padding-left: 24px;
    margin-top: 1.875rem;
}

.modernCircle {
    background: var(--white);
    width: 180px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #DAB86D;
    position: absolute;
    left: 37%;
    bottom: 5.3125rem;
}

.modernCircle h3 {
    margin: 0;
    color: #001A35;
    font-size: 1.125rem;
    font-weight: 400;
}

/* Main Banner Css End */

/* Gift Sec Css Start */

.giftSec {
    background: #FAF8F5;
    border-top: 1px solid #E8E6E1;
    border-bottom: 1px solid #E8E6E1;
    box-shadow: 0 10px 14px 0 rgb(0 0 0 / 10%);
    z-index: 1;
}

.giftWraps {
    display: flex;
    justify-content: space-between;
    margin: 2.375rem 0;
}

.giftBox {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.giftBox h5 {
    flex: 1;
    font-size: 1rem;
    font-weight: bold;
    color: #001A35;
    margin: 0;
    line-height: 1.5;
}

.giftBox h5 span {
    display: block;
    font-weight: 400;
    color: #505A69;
    font-size: 0.875rem;
}

.giftBox+.giftBox {
    border-left: 1px solid #DAB86D;
    padding-left: 1.25rem;
}

.charmingBox {
    background: #F4F2ED;
    text-align: center;
    border: 1px solid #DAB86D;
    border-top: unset;
    border-radius: 0 0 14px 14px;
    padding: 3.125rem 0;
    width: 89%;
    margin-left: auto;
    margin-bottom: -1.25rem;
}

.charmingBox h4 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #0B4A60;
}

.charmingBox span {
    font-size: 0.6875rem;
    font-weight: bold;
    color: #DAB86D;
}

/* Gift Sec Css End */

/* About Sec Css Start */

.aboutSec {
    background: url(../images/aboutBg.png)center/cover fixed;
    padding: 10rem 0;
}

.aboutContent {
    padding-left: 5rem;
}

.smallHeading {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary);
    display: block;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

.secHeading {
    color: #001A35;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
}

.aboutContent p {
    font-size: 1.125rem;
    color: #505A69;
    width: 80%;
    margin: 0;
}

.aboutContent h4 {
    font-size: 2.5rem;
    color: #0B4A60;
    margin: 1.5rem 0;
}

.aboutContent p+p {
    margin-top: 1.5rem;
}

.lineTwo {
    margin-bottom: 0.625rem;
}

/* About Sec Css End */

/* Explore Sec Css Start */

.exploreSec {
    padding: 6.25rem 0;
}

.exploreWraps {
    display: flex;
    justify-content: space-between;
    margin: 3.75rem 0;
    text-align: center;
}

.exploreBox h5 {
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: #001A35;
}

.exploreBox span {
    font-size: 0.875rem;
    color: #505A69;
}

.exploreBtn .themeBtn {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.exploreBtn .themeBtn:hover {
    color: white;
    border-color: var(--black);
}

/* Explore Sec Css End */

/* Author Sec Css Start */

.authorSec {
    background: #FBF9F6;
}

.authorImage img {
    border-radius: 20px 0 0 20px;
}

.authorContent {
    padding-left: 4rem;
}

.authorContent p {
    font-size: 1.125rem;
    color: #505A69;
    width: 92%;
    margin: 0.625rem 0 1.25rem 0;
}

.authorBox {
    background: #035E73;
    border-radius: 0 20px 20px 0;
    text-align: center;
    padding: 10.625rem 0px;
}

.authorBox h4 {
    font-size: 3.125rem;
    color: #DAB86D;
    margin-bottom: 1rem;
}

.authorBox span {
    font-size: 0.875rem;
    color: var(--white);
    opacity: 80%;
}

/* Author Sec Css End */

/* Party Sec Css Start */

.partySec {
    padding: 2.5rem 0;
}

.partyBg {
    background: url(../images/partyBg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 6.25rem 0;
}

.partyLeft {
    text-align: center;
}

.partyLeft small {
    color: #C59B27;
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
}

.partyLeft h2 span {
    display: block;
    font-size: 2.5rem;
}

.partyLeft h2 {
    font-style: italic;
    margin-bottom: 1rem;
}

.partyLeft h4 {
    color: #DAB86D;
    font-size: 3.125rem;
    margin: 0;
}

.partyRight {
    display: flex;
    align-items: center;
    gap: 7.5rem;
    margin-left: 4rem;
}

.partyRight span {
    color: #E8E6E1;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.partyRight small {
    color: #C59B27;
    text-transform: uppercase;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 1.25rem;
}

.partyRight .themeBtn {
    background: transparent;
    border: 1px solid var(--white);
}

/* Party Sec Css End */

/* Graduation Sec Css Start */

.graduationSec {
    background: url(../images/gradutaionBg.png)no-repeat;
    background-size: 100% 100%;
    padding: 6.25rem 0;
}

.graduationWraps {
    display: flex;
    gap: 2rem;
}

.graduationWraps h5 {
    font-size: 0.6875rem;
    font-weight: bold;
    color: #0B4A60;
}

.graduationWraps span {
    font-size: 0.875rem;
    color: #505A69;
    display: block;
}

.graduationBox+.graduationBox {
    border-left: 1px solid #D4C9BC;
    padding-left: 2rem;
}

.lineFive {
    margin: 1rem 0 2.375rem 0;
}

.graduationContent .smallHeading {
    margin-bottom: 2rem;
}

/* Graduation Sec Css End */

/* Journal Sec Css Start */

.journalSec {
    background: url(https://asanerlife.com/wp-content/uploads/2026/08/image.jpg)center/cover;
    padding: 11.25rem 0;
}

.journalContent span {
    margin-bottom: 1.5rem;
}

.journalContent p {
    color: #505A69;
    font-size: 1.125rem;
    margin: 0.9375rem 0 1.625rem 0;
    width: 90%;
}

/* Journal Sec Css End */

/* Inspired Sec Css Start */

.inspiredSec {
    background: url(../images/inspiredBg.png)center/cover;
    padding: 7.5rem 0;
}

.inspiredContent {
    text-align: center;
}

.inspiredContent h4 {
    font-size: 3.125rem;
    color: #DAB86D;
    margin-bottom: 1.25rem;
}

.inspiredContent p {
    margin: 0;
    color: var(--white);
    font-size: 1.125rem;
    opacity: 85%;
}

.inspiredBox {
    background: var(--white);
    border-radius: 1rem;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 10%);
    padding: 2.5rem 2.5rem;
    width: 91%;
    margin-left: auto;
}

.inspiredBox h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: var(--primary);
}

.inspiredBox input {
    width: 100%;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #E8E6E1;
    border-radius: 50px;
    height: 45px;
    padding-left: 1rem;
    font-size: 0.875rem;
    color: rgb(80 90 105 / 60%);
}

.inspiredBox input::placeholder {
    color: rgb(80 90 105 / 60%);
}

.inspiredBox button {
    background: var(--primary);
    display: block;
    border: unset;
    outline: unset;
    color: var(--white);
    font-size: 0.8125rem;
    font-weight: bold;
    border-radius: 50px;
    width: 100%;
    padding: 0.8125rem 0px;
    margin: 0.75rem 0;
}

.inspiredBox span {
    text-align: center;
    display: block;
    font-size: 0.875rem;
    color: #505A69;
}

/* Inspired Sec Css End */

/* Faq Sec Css Start */

.faqSec {
    padding: 6.25rem 0;
}

.faqWraps div#accordion {
    padding-top: 1.5rem;
}

.faqWraps #accordion .card {
    border: none;
    border-bottom: 1px solid #E8E6E1;
    padding: 0 0 1rem 0;
    background: transparent;
    margin-bottom: 1rem;
    border-radius: unset;
}

.faqWraps #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #505A69;
    padding: 0;
    border: 0;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 5px;
    letter-spacing: -0.83px;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
}

.faqWraps #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DAB86D;
    margin-left: auto;
    background: 000;
    font-size: 1rem;
}

.faqWraps #accordion .card .btn-link i::before {
    content: "\f068";
}

.faqWraps #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faqWraps #accordion .card+.card {
    margin-top: 0;
}

.faqWraps #accordion .card .card-body {
    padding: 0rem 4rem 0.5rem 0rem;
}

.faqWraps #accordion .card .card-body p {
    color: #505A69;
    font-size: 1.125rem;
    margin: 1.5rem auto 0;
}

.faqWraps h2,
.graceContent h2 {
    font-weight: 500;
    color: #0B4A60;
}

.graceContent p {
    font-size: 1.125rem;
    color: #505A69;
    margin: 1rem 0 1.875rem 0;
}

.graceContent {
    border-left: 1px solid #DAB86D;
    padding-left: 5em;
}

.graceContent span {
    margin-bottom: 1.5rem;
}

/* Faq Sec Css End */

/* Footer Css Start */

footer {
    background: url(../images/footerBg.png)center/cover;
    padding-top: 5rem;
}

.footWraps {
    display: flex;
    justify-content: space-between;
}

.footLinks {
    position: relative;
}

.footLinks:before {
    content: "";
    position: absolute;
    background: url(../images/footBorder.png)no-repeat;
    width: 2px;
    height: 190px;
    right: -100%;
}

.footWraps .footLinks:last-child:before {
    display: none;
}

.footWraps h5 {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
    color: #C59B27;
    margin-bottom: 1rem;
}

.footWraps ul li a {
    color: var(--white);
    font-size: 1.125rem;
    opacity: 80%;
}

.footWraps ul li+li {
    margin-top: 1rem;
}

.copyRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyRight ul {
    display: flex;
    gap: 1.25rem;
}

.copyRight ul li a {
    color: #C59B27;
    font-size: 1.25rem;
}

.copyRight p {
    margin: 0;
    color: var(--white);
    font-size: 0.875rem;
    opacity: 60%;
}

.copyRight {
    border-top: 1px solid #0B4A60;
    padding: 1.5rem 0 1.875rem 0;
    margin-top: 3.75rem;
}

/* Footer Css End */

/* Inner Css Start */

.aboutBanner {
    background: url(../images/aboutBanner.png)center/cover;
    height: 720px;
    display: flex;
    align-items: center;
}

.aboutBan h2 {
    font-size: 4.5rem;
    font-weight: 400;
    color: #001A35;
}

.aboutBan h2 span {
    color: var(--primary);
}

.aboutBan p {
    margin: 1rem 0 0 0;
    font-size: 1.25rem;
    color: #505A69;
}

.aboutInner {
    padding: 5rem 0;
    background: #FBF9F6;
}

.abtImage img {
    border-radius: 20px;
}

.abtText h2,
.journeyHeading h2 {
    font-size: 3rem;
}

.abtText p {
    color: #505A69;
    font-size: 1.125rem;
    margin: 0;
}

.abtText h4 {
    color: var(--primary);
    font-size: 2.625rem;
    margin: 1.5rem 0 0 0;
}

.abtText p+p {
    margin-top: 1.5rem;
}

.abtText img {
    margin: 1rem 0 1.5rem 0;
}

.abtText span {
    margin-bottom: 1.5rem;
}

.journeySec {
    background: #F3F3F3;
    padding: 5rem 0;
}

.journeyBox {
    border: 1px solid #DAB86D;
    border-radius: 1rem;
    background: #FBF9F6;
    padding: 1.5rem 1.5rem;
    margin-top: 2.5rem;
}

.journeyBox h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #C59B27;
    margin: 0;
    line-height: 1;
}

.journeyBox span {
    font-size: 1.125rem;
    font-weight: bold;
    color: #001A35;
    margin: 1rem 0;
    display: block;
}

.journeyBox p {
    font-size: 0.875rem;
    color: #505A69;
    margin: 0;
}

.partnerSec {
    border-top: 1px solid #E8E6E1;
    border-bottom: 1px solid #E8E6E1;
}

.partnerWraps {
    text-align: center;
}

.partnerWraps span {
    font-size: 0.75rem;
    font-weight: bold;
    color: #505A69;
    display: block;
    margin-bottom: 2.5rem;
}

.partnerWraps ul {
    display: flex;
    justify-content: space-around;
}

.partnerWraps ul li h3 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: bold;
    color: #001A35;
    opacity: 35%;
}

.reviewSec {
    padding: 7.5rem 0;
}

.reviewContent h3 {
    font-size: 2rem;
    color: var(--primary);
    font-style: italic;
    font-weight: 400;
    width: 90%;
    margin: auto;
}

.reviewContent span {
    font-size: 0.875rem;
    font-weight: bold;
    display: block;
    margin: 1.5rem 0 0 0;
    color: #C59B27;
}

.thebookBanner .bannerContent h1 {
    width: 100%;
}

.thebookBanner .bannerContent {
    margin-top: 6rem;
}

.bookexploreSec {
    padding: 7.5rem 0;
    background: #F3F3F3;
}

.bookexploreSec .exploreWraps {
    margin-bottom: 0;
}

.sampleSec {
    padding: 7.5rem 0;
    background: #FBF9F6;
}

.sampleWraps h2 {
    font-size: 3rem;
    margin: 0;
}

.sampleWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.75rem;
}

.sampleWraps .themeBtn {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.sampleBox {
    border: 1px solid #E8E6E1;
    border-radius: 1rem;
    background: var(--white);
    padding: 3rem 3rem;
}

.sampleBox h3 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary);
    margin: 0;
}

.sampleBox p {
    color: #505A69;
    margin: 1.5rem 0;
}

.sampleBox h4 {
    margin: 0;
    font-size: 2.25rem;
    color: #C59B27;
}

.purchaseSec .secHeading {
    font-size: 3rem;
}

.purchaseBox {
    border: 1px solid #E8E6E1;
    border-radius: 1rem;
    background: #FBF9F6;
    padding: 2.5rem 2.5rem;
    transition: 0.5s ease;
    margin-top: 5rem;
}

.purchaseBox h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #001A35;
}

.purchaseBox span {
    font-size: 0.875rem;
    color: #505A69;
    display: block;
    margin-bottom: 1.5rem;
}

.purchaseBox h5 {
    font-family: 'Cormorant Garamond';
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary);
}

.purchaseBox .themeBtn {
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    margin: 1.25rem 0;
}

.purchaseBox ul li {
    font-size: 0.875rem;
    color: #505A69;
}

.purchaseBox ul li+li {
    margin-top: 8px;
}

.purchaseBox:hover {
    border-color: #DAB86D;
}

.purchaseBox:hover .themeBtn {
    background: var(--primary);
    color: var(--white);
}

.bookFaq {
    background: #FBF9F6;
    border-top: 1px solid #E8E6E1;
    border-bottom: 1px solid #E8E6E1;
}

.bookFaq .faqWraps #accordion .card .btn-link {
    font-size: 1.125rem;
    color: #001A35;
    font-weight: bold;
}

.bookFaq .faqWraps div#accordion {
    padding-top: 3.75rem;
}

.authorBanner .bannerContent h4 {
    color: var(--primary);
    font-size: 3rem;
    margin-top: 1.25rem;
}

.authorSect {
    background: unset;
    background-color: #FBF9F6;
    padding: 7.5rem 0;
}

.authorSect .aboutContent h2 {
    font-size: 3rem;
}

.authorSect .aboutContent p {
    width: 97%;
}

.authorSect .aboutContent span {
    margin-bottom: 1.5rem;
}

.authorPic img {
    border-radius: 20px;
}

.philosophySect {
    padding: 7.5rem 0;
}

.philosophySect .journeyBox {
    margin-top: 3.75rem;
    padding: 2rem 1.5rem;
}

.philosophySect .journeyBox h3 {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.philosophySect .journeyBox p {
    font-size: 1rem;
}

.appearanceSect {
    background: #FBF9F6;
}

.appearanceBox {
    border: 1px solid #E8E6E1;
    border-radius: 12px;
    background: var(--white);
    margin-top: 3.75rem;
    padding: 1.5rem 1.5rem;
}

.appearanceBox span {
    font-size: 14px;
    font-weight: bold;
    color: #C59B27;
    display: block;
    margin-bottom: 10px;
}

.appearanceBox h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #001A35;
}

.appearanceBox p {
    color: #505A69;
    margin: 0;
}

.lifestyleBox {
    border: 1px solid #DAB86D;
    border-radius: 1rem;
    overflow: hidden;
    background: #FBF9F6;
    margin-top: 3.125rem;
}

.lifestyleBox figure img {
    width: 100%;
}

.lifestyleContent {
    padding: 3.125rem 2rem 2rem 2rem;
}

.lifestyleContent h3 {
    color: #001A35;
    font-weight: bold;
    font-size: 1.75rem;
}

.lifestyleContent span {
    color: #505A69;
}

.getintouchSec {
    background: url(../images/getintouchBg.png)center/cover;
    padding: 7.5rem 0;
}

.getintouchContent h2 {
    font-size: 3rem;
}

.getintouchContent p {
    color: #505A69;
    font-size: 1.125rem;
    margin: 0.625rem 0 1.875rem 0;
}

.insightsBanner {
    padding: 7.5rem 0 5rem 0;
    height: unset !important;
}

.insightText span {
    color: #C59B27;
}

.insightText p {
    width: 90%;
}

.insightText h4 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.insightText h2 {
    font-size: 3.5rem;
}

.insightSect {
    background: unset;
}

.insighttabsSec {
    background: #FAF8F5;
    padding: 2.5rem 0 7.5rem 0;
    border-top: 1px solid #E8E6E1;
}

.insightTabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    border-bottom: 1px solid #E8E6E1;
    padding-bottom: 2.5rem;
    margin-bottom: 3.75rem;
}

.insightTabs a {
    font-size: 0.875rem;
    font-weight: bold;
    color: #505A69;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 6px 1.1em;
}

.insightTabs a.active,
.insightTabs a.current {
    color: var(--primary);
    border-color: var(--priamry);
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

.insightBox {
    border: 1px solid #E8E6E1;
    border-radius: 1rem;
    background: var(--white);
    padding: 1.5rem 1.5rem;
    margin-top: 3.75rem;
}

.insightBox figure img {
    width: 100%;
}

.insighttabContent {
    padding-top: 1.5rem;
}

.insighttabContent span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: bold;
    color: #C59B27;
    margin-bottom: 0.75rem;
}

.insighttabContent small {
    font-size: 0.8125rem;
    color: #505A69;
    font-weight: 400;
}

.insighttabContent h3 {
    font-weight: 400;
    color: #001A35;
    font-size: 1.75rem;
}

.insighttabContent p {
    font-size: 0.9375rem;
    color: #505A69;
}

.insighttabContent a {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.eventParty .partyLeft {
    text-align: left;
}

.eventParty .partyLeft h4 {
    font-size: 2.5rem;
}

.eventParty .partyRight small {
    font-size: 1rem;
    color: #DAB86D;
}

.eventParty .partyText h2 {
    font-size: 3rem;
}

.eventParty .partyRight {
    margin-left: 16rem;
}

.eventParty .partyBg {
    padding: 7.5rem 7.5rem;
    background: url(../images/eventBgs.png) no-repeat;
}

.eventParty .partyLeft small {
    color: #DAB86D;
}

.eventInner {
    background: #FBF9F6;
    padding: 7.5rem 0;
}

.eventCard {
    border: 1px solid #E8E6E1;
    border-radius: 1rem;
    background: var(--white);
    padding: 2.5rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.eventDate span {
    display: grid;
    font-size: 0.875rem;
    font-weight: bold;
    color: #C59B27;
}

.eventDate span small {
    font-weight: 400;
    color: #505A69;
    font-size: 1rem;
}

.eventDetails h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #001A35;
}

.eventDetails span {
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    margin-bottom: 8px;
}

.eventDetails p {
    margin: 0;
    color: #505A69;
}

.eventDetails {
    width: 70%;
}

.hostSec {
    padding: 7.5rem 0;
}

.hostImage img {
    border-radius: 20px 0 0 20px;
}

.hostContent {
    background: #FBF9F6;
    border-radius: 0 20px 20px 0;
    padding: 7.5rem 3.75rem 7.5rem 5rem;
}

.hostContent p {
    color: #505A69;
    margin: 8px 0 1.375rem 0;
}

.celebrationSec {
    background: #FAF8F5;
    padding: 7.5rem 0;
}

.celebrationCard {
    border: 1px solid #E8E6E1;
    border-radius: 1rem;
    background: var(--white);
    overflow: hidden;
    margin-top: 3.75rem;
}

.celebrationCard figure img {
    width: 100%;
}

.celebrationContent {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.celebrationContent span {
    color: #C59B27;
    font-size: 0.75rem;
    font-weight: bold;
}

.celebrationContent h3 {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 400;
    color: #001A35;
}

.contactInner {
    padding: 7.5rem 0;
    background: #FBF9F6;
}

.contactBox {
    border: 1px solid #E8E6E1;
    border-radius: 24px;
    background: var(--white);
    padding: 3.125rem 3.125rem;
    width: 90%;
}

.contactBox h3 {
    color: #001A35;
    font-weight: 400;
    font-size: 2.25rem;
}

.contactBox p {
    font-size: 0.9375rem;
    color: #505A69;
    margin-bottom: 2.5rem;
}

.contactBox label {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
}

.contactBox .form-control {
    border: 1px solid #E8E6E1;
    border-radius: 8px;
    height: 52px;
    outline: unset;
    box-shadow: unset;
    font-size: 0.9375rem;
    color: rgb(80 90 105 / 60%);
}

.contactBox .form-control::placeholder {
    color: rgb(80 90 105 / 60%);
}

.contactBox textarea {
    height: 160px !important;
    padding-top: 1rem;
}

.contactBox .themeBtn {
    outline: unset;
    border: unset;
    padding: 0.85rem 1.85em;
}

.contactBox .form-group {
    margin-bottom: 1.5rem;
}

.contactRight p {
    color: #505A69;
    margin: 0.75rem 0 2.5rem 0;
}

.contactBlock {
    border: 1px solid #E8E6E1;
    border-radius: 12px;
    background: var(--white);
    padding: 1.5rem 1.5rem;
    margin-top: 1.25rem;
}

.contactBlock span {
    font-size: 0.875rem;
    font-weight: bold;
    color: #C59B27;
    text-transform: uppercase;
}

.contactBlock p {
    margin: 0;
    font-size: 0.9375rem;
    color: #505A69;
    margin: 8px 0;
}

.contactBlock a {
    font-weight: bold;
    color: var(--primary);
}

.contactFaq{
    background: #F3F3F3;
}

/* Inner Css End */
.footWraps .menu li {
    display: block;
}
.inspiredBox .wpcf7-submit.has-spinner {
    /* background: var(--primary); */
    background: var(--primary);
    display: block;
    border: unset;
    outline: unset;
    color: var(--white) !important;
    font-size: 0.8125rem;
    font-weight: bold;
    border-radius: 50px;
    width: 100%;
    padding: 0.8125rem 0px;
    margin: 0.75rem 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    width: 400px !important;
    margin: auto;
}
.productScetion {
    padding: 100px 0px 0px 0px !important;
}