@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --black : #2C221D;
    --white: #fff;
    --brown: #A15B45;
    --green: #9baf92;
    --peach: #E4BEB2;
    --light-yellow: #FAF6F0;
    --darkgrey: #6B6B6B;
    --body-font: "Inter", sans-serif;
    --heading-font: "Cormorant Garamond", serif;
}
body, html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    background: var(--white);
    color: var(--darkgrey);
    font-size: 13px;
    line-height: 1.4;
    font-family: var(--body-font);
    font-weight: 400;
    padding-right: 0 !important;
}
p{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--body-font);
    color: var(--darkgrey);
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font);
}
a{
    text-decoration: none !important;
    font-family: var(--body-font);
}
img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec-space{
    padding: 98px 0;
}
.btn, input[type="submit"] {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 0 24px;
    min-width: 120px;
    border-radius: 45px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.btn-primary{
    background: var(--brown);
    color: var(--white);
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, input[type="submit"]:hover{
    background: var(--black);
    color: var(--peach);
    border-color: var(--black);
    box-shadow: none;
}
.btn-outline{
    color: var(--brown);
    border-color: var(--brown);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active{
    border-color: var(--black);
    background: transparent;
    color: var(--black);
}
/* .btn-outline:hover .bi, .btn-outline:focus .bi, .btn-outline:active .bi{
    color: var(--white);
} */
.btn-line{
    font-size: 13px;
    font-weight: 500;
    padding: 0 !important;
    height: auto !important;
    line-height: 1 !important;
    min-width: auto;
    color: var(--green);
    border-radius: 0;
}
.btn-line:hover, .btn-line:focus, .btn-line:active{
    color: var(--black);
}
.btn-line .bi{
    font-size: 16px;
}
.myHeader .btn-outline, .banner-text .btn-outline, .footer-top .btn-outline{
    border-color: var(--white);
    color: var(--white);
}
.myHeader .btn-outline:hover, .myHeader .btn-outline:focus, .myHeader .btn-outline:active,
.banner-text .btn-outline:hover, .banner-text .btn-outline:focus, .banner-text .btn-outline:active,
.footer-top .btn-outline:hover, .footer-top .btn-outline:focus, .footer-top .btn-outline:active{
    background: var(--white);
    color: var(--brown);
}
.section-heading{
    margin-bottom: 32px;
    max-width: 60%;
}
.form-group{
    margin-bottom: 12px;
}
.form-control, .es-form-field-container .gjs-cell input{
    height: 36px !important;
    font-size: 13px;
    border-radius: 4px !important;
    background: #F5F5F5;
    border: 1px solid #6B6B6B40 !important;
    color: var(--darkgrey) !important;
    font-weight: 500;
}
.form-control::placeholder{
    color: var(--darkgrey);
    text-transform: uppercase;
    font-size: 11px;
}
textarea {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    background: #F5F5F5;
    border-color: #6B6B6B40;
    padding: 12px;
}
.form-control:focus, textarea:focus{
    border-color: var(--brown) !important;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.contact-form label{
    font-size: 13px !important;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--black);
    margin-bottom: 4px;
}
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 16px 4px #00000010;
}

/* Header  */
.myHeader{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    background: #00000012;
    backdrop-filter: blur(4px);
    border-bottom: 1px solid #ffffff2e;
}
/* .myHeader.fixed{
    position: fixed;
    top: 0;
    left: 0;
    background: var(--brown);
    width: 100%;
    z-index: 99;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
.navbar-brand img {
    height: 68px;
    width: auto;
}
.navbar-nav .nav-item .nav-link, .navbar-nav .menu-item a{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-family: var(--body-font);
    color: var(--white);
    position: relative;
    transition: 0.4s ease-in-out;
}
.navbar-nav .nav-item .nav-link::after, .navbar-nav .menu-item a::after{
    content: "";
    height: 2px;
    width: 18px;
    border-radius: 6px;
    background: var(--white);
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.navbar-nav .nav-item.active .nav-link::after, .navbar-nav .menu-item.active a::after,
.navbar-nav .nav-item:hover .nav-link::after, .navbar-nav .menu-item:hover a::after{
    opacity: 1;
}
.navbar-nav .nav-item, .navbar-nav .menu-item{
    margin: 0 14px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link,
.navbar-nav .menu-item.active a{
    color: var(--white);
}

/* Banner  */
.banner{
    z-index: 1;
}
.banner::before, .footer-top::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000ab;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.banner::after, .main-footer::before {
    content: "";
    width: 100%;
    height: 80px;
    background: url(../images/shape-1.png) no-repeat center;
    background-size: cover !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.banner-img {
    position: relative;
    padding-top: 48%;
    width: 100%;
    z-index: 1;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-wrapper{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}
.banner-text{
    max-width: 68%;
}
.banner-text h1 {
    font-size: 54px;
    line-height: 1.2;
    color: var(--white);
    font-weight: 700;
    font-family: var(--heading-font);
    text-transform: capitalize;
}
.banner-text h1 strong, .about-text h2 strong, .section-heading h2 strong{
    color: var(--golden) !important;
    font-weight: 700;
    display: inline-block;
}
.banner-text p {
    font-size: 14px;
    color: #ffffffb0;
    letter-spacing: 0.2px;
}
.banner-slider .owl-dots {
    position: absolute;
    top: 50%;
    left: -67%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.banner-slider.owl-carousel button.owl-dot.active{
    width: 8px;
    height: 42px;
}

/* Statistics  */
.statistics{
    background: var(--brown);
}
.stat-icon{
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    margin-right: 12px;
}
.stat-text h3{
    font-size: 24px;
    color: var(--white);
    margin-bottom: 4px;
    font-family: var(--body-font);
}
.stat-text p{
    color: var(--peach);
}

/* package  */
.package{
    background: #FAF1F0;
}
.package-box{
    background: var(--white);
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
/* .package-box:hover, .package-slider .owl-item.center .package-box{
    background: var(--brown);
} */
.package-img, .gallery-img{
    position: relative;
    padding-top: 68%;
}
.package-img img, .gallery-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.package-box h3{
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 0;
    font-family: var(--heading-font);
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.serv-row, .whyus-row{
    margin: 0 -8px;
    row-gap: 20px;
}
.serv-row [class*="col-"], .whyus-row [class*="col-"]{
    padding: 0 8px;
}
/* .package-box:hover h3, .package-box:hover p, .package-box:hover, 
.package-slider .owl-item.center .package-box h3, 
.package-slider .owl-item.center .package-box p, .package-slider .owl-item.center .package-box{
    color: var(--white);
} */
.serv-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.package-slider .owl-item.center .package-box .btn-line, .package-box:hover .btn-line{
    color: var(--white);
}
.sameheight.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}
.sameheight .item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 1px;
}

.package-text{
    padding: 20px;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 420px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  border-radius: 20px;
}
.flip-card-back hr {
    border-bottom: 1px dashed #ffffffab;
    width: 100%;
    background: transparent;
}
.flip-card-back h5{
    font-size: 12px;
    font-family: var(--body-font);
    margin-bottom: 0;
    color: #ffffffa3;
}
.flip-card-back h5 span{
    display: block;
    font-size: 28px;
    color: var(--white);
}
.flip-card-back .btn-primary{
    background: var(--white);
    color: var(--brown);
}
.flip-card-back .btn-outline{
    border-color: var(--white);
    color: var(--white);
}
.flip-card-back h3{
    padding-bottom: 4px;
    position: relative;
}
.flip-card-back h3::after{
    content: "";
    height: 1px;
    width: 14%;
    background: var(--white);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pack-content {
    color: #ffffffa3;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.flip-card-front {
  background-color: var(--white);
  color: black;
  padding: 0; 
  display: block;
}

.flip-card-back {
  background-color: var(--brown);
  color: white;
  transform: rotateY(180deg);
}
.flip-card .btn{
    padding: 0 16px;
}
.option-group {
    display: flex;
    align-items: center;
    flex: 0 0 32%;
    max-width: 32%;
}

/* Process Flow */
span.step-icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: var(--brown);
    color: var(--white);
    font-size: 14px;
    border-radius: 4px;
}
.process-box, .mission-box{
    background: linear-gradient(45deg, #F6EFE3, #fbfbfa, #F6EFE3);
    border-radius: 12px;
    padding: 40px 20px;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
}
.process-box:hover{
    margin-top: 8px;
}
.process-box h3, .mission-box h3{
    font-size: 22px;
    font-weight: 700;
    color: var(--brown);
    font-family: var(--heading-font);
    margin-top: 40px;
}
.process-icon , .mission-icon{
    height: 90px;
    width: 90px;
    background: var(--white);
    border-radius: 50%;
    padding: 20px;
    outline-offset: 4px;
    box-shadow: rgb(99 99 99 / 9%) 0px 4px 8px 0px;
}
.process-icon img, .mission-icon img{
    filter: brightness(0) saturate(100%) invert(37%) sepia(100%) saturate(299%) hue-rotate(328deg) brightness(88%) contrast(87%);
}


/* Gallery  */
.gallery, .mission{
    background: #FAF6F0;
}
.gallery-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}
.grid-item:nth-child(1), .grid-item:nth-child(3), .grid-item:nth-child(6), .grid-item:nth-child(8){
    grid-column: span 2;
}
.gallery-img{
    border-radius: 12px;
    overflow: hidden;
}
.gallery-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #ADC2A4c6;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.gallery-img::after{
    content: "\F4FB";
    color: var(--white);
    font-size: 40px;
    font-family: 'Bootstrap-icons';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: 0.3s ease-in-out;
}
.gallery-img:hover::before, .gallery-img:hover::after{
    opacity: 1;
    visibility: visible;
}


/* Experience */
.exp-slider .owl-stage-outer {
    padding-bottom: 12px;
}
.exp-text{
    background: var(--white);
    padding: 16px 20px;
    border-radius: 6px;
    width: 90%;
    margin: -40px auto 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 12px;
}
.exp-text h3, .loc-box a h3{
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
}
.exp-slider .package-img, .loc-box .package-img, .serv-row .package-img{
    border-radius: 12px;
    overflow: hidden;
}


/* About start  */
.ab-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}
.about-img{
    position: relative;
    padding-top: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.about-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.about-img2{
    grid-row: span 2;
    height: 80%;
    margin: auto 0;
}
.about-text h6, .section-heading h6{
    font-size: 14px;
    color: var(--brown);
    font-family: var(--body-font);
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.about-text h2, .section-heading h2{
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black);
    font-family: var(--heading-font);
    position: relative;
}
.section-heading h6::before, .section-heading h6::after,
.about-text h6::before{
    content: "";
    height: 1px;
    width: 40px;
    background: var(--brown);
    position: absolute;
    top: 48%;
}
.section-heading h6::before, .about-text h6::before{
    left: -48px;
}
.section-heading h6::after{
    right: -48px;
}
.package .section-heading h6::after{
    display: none;
}
.package .section-heading h6, .about-text h6{
    margin-left: 48px;
}
.about-text ul, .about-text ol{
    list-style-type: none;
    margin-bottom: 0;
    gap: 20px;
    padding-left: 0;
}
.about-text ul li{
    position: relative;
    padding-left: 20px;
}
.about-text ul li:not(:last-child){
    margin-bottom: 12px;
}
.about-text li::before{
    content: "\F26A";
    font-family: 'Bootstrap-icons';
    color: var(--brown);
    position: absolute;
    top: 2px;
    left: 0;
}



/* Video  */
.mid-video .section-heading h2, .mid-video .section-heading p{
    color: var(--white);
}
.video-box{
    border-radius: 12px;
    overflow: hidden;
}
.mid-video::before, .locations::before{
    content: "";
    width: 100%;
    height: 50%;
    background: var(--green);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.play-button-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 99;
}
#circle-play-b .bi, #circle-play-b1 .bi {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 84px;
    outline: 20px solid #adc2a43d;
    font-size: 36px;
    color: var(--white);
    text-align: center;
    border-radius: 50%;
    background: var(--green);
}

/* Why Us  */
.whyus-box{
    padding: 0 40px;
}
.whyus-icon{
    height: 68px;
    width: 68px;
}
.whyus-icon img{
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(37%) sepia(100%) saturate(299%) hue-rotate(328deg) brightness(88%) contrast(87%);
}
.whyus-box h5{
    color: var(--brown);
    font-weight: 700;
    letter-spacing: 0;
}
.why-row  [class*="col-"]:not(:last-child)::before{
    content: "";
    height: 60%;
    width: 1px;
    background: #E8E8E6;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* Locations  */
.locations{
    min-height: 480px;
}
.locations::before{
    background: #FEF9F3;
    top: auto;
    bottom: 0;
    height: 90%;
}
.loc-block{
    top: 0;
    right: 0;
    width: 50%;
}
.loc-box .package-img{
    padding-top: 136%;
}
.loc-box .package-img img{
    transition: 0.6s ease-in-out;
}
.loc-box:hover .package-img img{
    transform: scale(1.1);
}



/* Testimonial  */
.test-box{
    background: #F5F5F5;
    border-radius: 12px;
    overflow: hidden;
}
.test-review{
    padding: 40px 40px 40px 20px;
}
.quote-icon{
    height: 57px;
    width: auto;
    object-fit: contain;
    object-position: left;
}
.review {
    height: 120px;
    overflow-y: auto;
}
.review p, .review{
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0;
}
.client-img{
    flex-shrink: 0;
    border: 2px solid var(--white);
    border-radius: 50%;
    overflow: hidden; 
}
.client-img img{
    width: 48px !important;
    height: 48px;
    object-fit: cover;
}
.client-name{
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
}
.client-data .desg{
    color: var(--brown);
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 8px;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: var(--brown);
    border: 1px solid var(--brown);
    border-radius: 4px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 45%;
    left: -48px;
    transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -48px;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active{
    background: var(--brown);
    color: var(--white);
    border-color: var(--brown);
    outline: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 24px;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background: var(--brown);
}
.owl-carousel button.owl-dot.active{
    background: var(--green);
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next, 
.testimonial-slider.owl-carousel .owl-nav button.owl-prev{
    top: 60%;
    left: -38%;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next{
    left: -33%;
}

/* brands  */
.brand-logo img{
    height: 104px;
    width: 100%;
    object-fit: contain;
    opacity: 0.4;
    transition: 0.3s ease-in-out;
}
.brand-logo:hover img{
    opacity: 1;
}


/* Footer  */
.footer-top {
    padding: 80px 60px;
    margin-bottom: -180px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.footer-top::before{
    background: #00000075;
    z-index: -1;
}
.footer-top h2{
    color: var(--white);
}
.footer-top p{
    color: var(--white);
    margin-bottom: 0;
}
.email-subscribers{
    display: flex;
}
.footer-logo img {
    height: 84px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.main-footer {
    background: url(../images/footer-bg.jpg) no-repeat center, #a15a45e0;
    overflow: hidden;
    padding-top: 120px;
    background-blend-mode: darken;
    z-index: 1;
}
.main-footer::before{
    bottom: auto;
    top: 0;
    background: url(../images/shape-2.png) no-repeat center;
    background-size: cover !important;
    z-index: -1;
}
.footer-row{
    padding: 140px 0 20px;
}
.main-footer h3{
    font-size: 18px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    color: var(--white);
    padding-bottom: 8px;
    margin-bottom: 28px;
    position: relative;
}
.main-footer h3::after{
    content: "";
    width: 40px;
    height: 2px;
    background: var(--white);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.myFooter .navbar-nav li a::after{
    display: none !important;
}
.myFooter .navbar-nav li a{
    font-size: 13px !important;
    font-family: var(--body-font) !important;
    color: #ffffffb3 !important;
    font-weight: 500 !important;
    padding: 4px 0 !important;
}
.myFooter .navbar-nav li a:hover{
    color: var(--white) !important;
}
.myFooter .navbar-nav li.active a{
    color: var(--white) !important;
}
.myFooter .navbar-nav li{
    background: transparent !important;
    margin: 4px 0;
}
.myFooter .con-box{
    margin-bottom: 20px;
}
.social-list .bi{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #ffffff60;
    margin-left: 4px;
}
.social-list li:not(:last-child){
    margin-right: 12px;
}
.con-box h5 {
    font-size: 12px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 2px;
}
.con-box, .con-box a, .main-footer p{
    font-size: 14px;
    line-height: 1.4;
    color: var(--white);
}
.top-header .con-box a{
    color: var(--white);
}
.myFooter hr{
    background: var(--white);
    margin-top: 0;
}
.copyright{
    padding: 0 0 20px 0;
}
.copyright p, .main-footer p{
    color: #ffffffb3;
    margin-bottom: 0;
}
.copyright p a{
    color: var(--white);
    text-decoration: underline !important;
}


/* Inner Pages  */
.inner-banner {
    padding: 160px 0 60px;
}
.inner-banner{
    background-size: cover !important;
    width: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner::before {
    content: "";
    background: linear-gradient(90deg, #a15b45e6, #6b3b2ce6);;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.inner-banner-text h2 {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 600;
}
.inner-banner .breadcrumb{
    background: transparent;
    color: var(--white);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    content: " // ";
}
.inner-banner .breadcrumb-item a{
    color: var(--white);
    text-decoration: underline !important;
}
.inner-banner .breadcrumb-item{
    color: var(--white);
}


/* About Us  */
.ab-row .about-img {
    padding-top: 64%;
}
.about-cms .ab-row:nth-child(even){
    flex-direction: row-reverse;
}
.about-cms .ab-row:not(:last-child){
    margin-bottom: 60px;
}
.mission-box{
    padding: 40px;
    background: var(--white);
}

/* Contact Page  */
.contact-info{
    background: var(--green);
    padding: 24px;
    border-radius: 12px;
}
.contact-info h5{
    color: var(--white);
}
.contact-info .con-box:not(:last-child){
    margin-bottom: 20px;
    border-bottom: 1px dashed #ffffff60;
    padding-bottom: 20px;
}
.contact-info .bi {
    padding: 7px 10px;
    font-size: 16px;
    color: var(--white);
    background: #ffffff40;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
    transition: 0.3s ease-in-out;
    /* position: absolute;
    top: 0;
    left: 0; */
}
.contact-info .social-list .bi:hover{
    background: var(--white);
    color: var(--green);
}

/* Gallery Page  */
.gallery-cms .nav-item button {
    background-color: var(--brown) !important;
    border-color: var(--brown) !important;
    color: var(--white) !important;
    border-radius: 40px !important;
    min-width: 86px;
    margin: 0 4px;
}
.gallery-cms .nav-item button.active{
    background-color: var(--black) !important;
    border-color: var(--black);
}
button:focus{
    border: none !important;
    outline: none !important;
}


/* Single package  */
.package-details .ab-wrap:nth-child(odd){
    background: #FDF9ED;
}
.package-details .ab-wrap:nth-child(odd) .ab-row{
    flex-direction: row-reverse;
}
.modal{
    padding-right: 0 !important;
}
.modal-content .contact-form {
    padding: 20px;
}
.modal-content [class*="col-"] p{
    margin-bottom: 0;
}
.modal-content .form-check-input{
    position: static !important;
}
.contact-form input:focus{
    outline: none !important;
}
.contact-form input[type=checkbox], .contact-form input[type=radio] {
    width: 16px !important;
    height: 16px !important;
    border: 1px solid var(--black) !important;
    border-radius: 2px;
}
.modal-title{
    color: var(--white);
}

.module-accordion .card{
    border: none;
    border-bottom: 1px solid #d4d4d4 !important;
}
.module-accordion .card-header{
    padding: 8px 20px;
    background-color: transparent;
}
.module-accordion .btn-link {
    font-size: 15px;
    font-weight: 500;
    background-color: transparent !important;
    color: var(--brown) !important;
    border-radius: 0;
    padding: 0;
}
.module-accordion .btn-link:hover, .module-accordion .btn-link:focus{
    border: none !important;
}

.emaillist{
    width: 100%;
}
.es-form-field-container {
    width: 100%;
    display: flex;
}
.es-form-field-container .gjs-row:nth-child(2) {
    flex-grow: 1;
    flex-basis: 100%;
}
.es-form-field-container .gjs-cell input{
    width: 100%;
    border-radius: 45px !important;
    height: 40px !important;
    background: transparent !important;
    border-color: var(--white) !important;
    color: var(--white) !important;
}
.es-form-field-container .gjs-cell input[type="submit"]{
    background: var(--white) !important;
    color: var(--brown) !important;
    margin-left: 8px;
}