html,
body {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    font-size: 1rem;
    transition: 0.5s;
}

* {
    transition: ease-in-out;
}

a,
a:hover {
    text-decoration: none;
    color: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    word-wrap: break-word;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    font-family: 'Marcellus', serif;
}

.social-header {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.logo {
    width: 20%;
    text-align: center;
}

.logo img {
    width: 180px;
    margin: 10px auto;
    display: block;
}

img.mobile-logo {
    width: 162px;
    margin: 0px auto;
}

.social-header ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}

.social-header ul li a {
    color: #000;
    margin-left: 19px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link i {
    font-size: 11px;
    color: #000;
    opacity: 0.5;
}

.single-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.single-content {
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.breadcrumbs {
    margin-bottom: 2rem;
    font-size: 0.8125rem;
    color: #5c5c5c;
}

.breadcrumbs a {
    color: #5c5c5c;
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 5px;
}

.breadcrumbs .separator:before {
    content: "-";
}

.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.post-categories li {
    display: inline-block;
}

.post-categories a {
    color: #000000;
    text-decoration: none;
}

/* .entry-title {
    font-size: 4rem;
    margin-bottom: 0;
    word-wrap: break-word;
    font-family: 'Marcellus', serif;
} */
.entry-subtitle {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.entry-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.25s;
}

.meta-author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-right: 20px;
}

.entry-post-meta a {
    color: #7b7b7b;
    font-size: inherit;
    text-decoration: none;
    transition: 0.25s;
}

.entry-post-meta .photo img {
    flex: none;
    width: 34px;
    height: 34px;
    padding: 0px 0;
    border-radius: 50%;
    overflow: hidden;
}

.entry-post-meta .by {
    font-style: italic;
    margin: 0px 5px;
}

span.author {
    text-decoration: underline;
}

.entry-header-infobar {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}

.entry-labeltab a {
    background: #fff;
    border: 1px solid #000;
    flex: 1 1 100%;
    padding: 0 10px;
}

.entry-labeltab a:hover {
    background: #281b17;
    border: 1px solid #281b17;
    color: #fff;
}

.singleImg-wrap p {
    padding-top: 16px;
}

div#myCarousel a {
    display: block;
    width: 100%;
}

div#myCarousel a img {
    width: 100%;
    height: auto;
}

.meta-comments {
    margin-right: 20px;
}

.meta-comments i {
    color: #7b7b7b;
}

.meta-date {
    color: #7b7b7b;
}

.entry-wrap {
    padding-top: 30px;
}

.entry-content {
    font-size: 1.125rem;
    color: #5c5c5c;
    line-height: 1.5;
}

.entry-content p,
.entry-excerpt {
    font-size: 1.125rem;
    color: #5c5c5c;
    line-height: 1.5;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    word-wrap: break-word;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    font-family: 'Marcellus', serif;
    color: black !important;
}

.entry-content ul,
.entry-content ol {
    padding: revert !important;
}

.entry-content p a {
    color: #ff991c;
}

.entry-content p a:hover {
    text-decoration: underline;
}

.entry-content p img {
    margin-bottom: -15px;
}

.posts-area-outer {
    display: flex;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 30px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.entry-inner {
    width: 220px;
    position: relative;
    overflow: hidden;
}

.entry-inner span.labels,
.main-post span.labels {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #281b17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    z-index: 10;
}

.entry-inner:hover span.labels,
.main-post:hover span.labels {
    background: #f2e6e6;
}

.entry-inner:hover span.labels a,
.main-post:hover span.labels a {
    color: #281b17;
}

.entry-inner span.labels a,
.main-post span.labels a {
    color: #fff;
    text-decoration: none;
}

.main-post {
    position: relative;
}

.entry-inner-content {
    width: calc(100% - 220px);
    padding-left: 25px;
}

.entry-title {
    word-wrap: break-word;
    font-family: 'Marcellus', serif;
    font-size: 3rem;
}

.entry-title a {
    color: #000;
    text-decoration: none;
}

.entry-inner-content .entry-post-meta {
    margin-top: 10px;
}

.entry-inner img {
    position: relative;
    transition: 0.5s;
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.entry-inner:hover img {
    transform: scale(1.05);
}

span.counter {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.carousel-item img {
    height: 732px;
    object-fit: cover;
    object-position: center;
}

header.main-page,
header.sticky_header {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: transparent;
}

header.sticky_header {
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #f7f6f5;
}

.instagram-outer {
    background: #f7f6f5;
    padding: 50px 0px;
}

.insta-heading img {
    width: 250px;
}

.instagram-outer .owl-carousel .owl-item img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    padding: 6px;
}

.insta-heading {
    margin-bottom: 30px;
}

.main-page .navbar-light .navbar-nav .nav-link,
.main-page .navbar-light .navbar-nav .nav-link i,
.main-page .social-header ul li a {
    color: #fff;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #00000038;
}

.carousel-caption {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-caption h5 a {
    position: relative;
    z-index: 2;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.carousel-caption h5 {
    font-weight: 400;
}

.carousel-caption h2.entry-title span {
    font-size: 4.375rem !important;
}

.carousel-caption h2 {
    width: 80%;
    margin: 15px auto;
}

.carousel-caption .entry-post-meta {
    justify-content: center;
    color: #fff;
}

.carousel-caption .entry-post-meta .meta-author-inner,
.carousel-caption .entry-post-meta .meta-comments a,
.carousel-caption .entry-post-meta .meta-comments i,
.carousel-caption .entry-post-meta .meta-date {
    color: #fff;
}

.slider-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
}

.main-slider {
    position: relative;
}

.options {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    margin: 0 auto;
    bottom: 80px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.options h5 {
    font-size: 18px;
    margin: 0;
}

.item-img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.item-img img {
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50%;
    object-fit: cover;
}

.itemContent {
    width: calc(100% - 80px);
    padding-left: 15px;
    font-family: 'Marcellus', serif;
}

.itemContent h5 a {
    color: #fff;
    text-decoration: none;
}

.list wrapper .entry-inner {
    width: 50%;
}

.list.wrapper .entry-inner-content {
    width: 60%;
}

.list.wrapper .entry-inner {
    width: 40%;
}

.list.wrapper .entry-inner img.img-fluid {
    height: initial;
}

.main-content.list.wrapper .posts-area-outer {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
}

/* Css By Pradeep TR Sharma */
/* .breadcrumbs css */
.cs-breadcrumbs {
    font-size: 0.8rem;
    margin-bottom: 24px;
}

.cs-breadcrumbs a {
    text-decoration: underline;
    margin-right: 8px;
    color: #5c5c5c;
}

/* Sidebar Css Start */
/* Post Widget Css */
.sidebar {
    position: sticky;
    top: 110px;
    margin-bottom: 50px;
}

.widget {
    padding: 3px 3rem 3rem 3rem !important;
}

.widget-item {
    display: flex;
    margin: 20px 0;
}

.widget-item:last-child {
    margin-bottom: 0;
}

.post-widget .widget-content {
    padding-left: 24px;
    width: 100%;
}

.widget-thumb {
    position: relative;
}

.widget-item+hr {
    background: #333;
}

.widget-thumb img {
    width: 74px;
    height: 74px;
    object-fit: cover;
}

.widget-content h5 {
    margin-bottom: 8px;
    font-size: 18px;
}

.widget-title {
    margin-bottom: 30px;
    font-family: 'Marcellus', serif;
    letter-spacing: inherit;
    font-size: 18px;
    color: #000;
    padding: 8px;
    text-align: left;
    border: 1px solid #808080;
}

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

.category-list li {
    border-top: 1px solid #ccc;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-list li:last-child {
    padding-bottom: 0;
}

.category-list li a {
    color: #281b17;
    font-family: 'Marcellus', serif;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

ul.category-list li a:hover {
    color: #5c5c5c;

}

.cat-count {
    font-size: 13px;
    color: #5c5c5c;
    font-weight: 500;
}

/* Posts Css Start */
.posts a {
    position: relative;
}

.post-title a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #626262;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.post-title a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.single {
    position: relative;
    margin-bottom: 36px;
}

.single .post-thumb {
    height: 480px;
}

.single .post-info {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 2;
}

.single .post-info * {
    color: #fff;
}

.single .post-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
}

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

.post-item {
    margin-bottom: 24px;
}

.posts .grid .post-item {
    width: 48%;
}

.list .post-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.post-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.grid .post-thumb {
    max-width: 100%;
    height: 300px;
}

.list .post-thumb {
    height: auto;
    max-width: 345px;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    object-fit: cover;
}

.list .post-thumb img,
.entry-post-related .post-thumb img {
    height: 250px;
}

.post-item:hover .post-thumb img {
    transform: scale(1.05);
}

.post-thumb .labels {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #281b17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding: 4px 10px;
    transition: 0.5s ease;
}

.post-item:hover .labels {
    background: #f2e6e6;
}

.post-thumb .labels a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.post-item:hover .labels a {
    color: #000;
}

.list .post-info {
    padding: 0px 0px 0px 20px;
}

.grid .post-info {
    padding: 20px 0px 0px 0px;
}

.post-title a {
    color: #000;
    text-decoration: none;
}

.post-excerpt {
    font-size: 1.125rem;
    color: #5c5c5c;
}

.load-more {
    border: 1px solid #e0e0e0;
    background-color: transparent;
    color: #5c5c5c;
    width: 200px;
    max-width: 100%;
    padding: 1rem 2rem;
    transition: 1s;
}

.load-more:hover {
    border-color: #381918;
    background-color: #381918;
    color: #fff;
}

/* Posts Css Start */

/* NewsLetter Css Start */
.newsletter {
    display: flex;
    background: #f7f6f5;
    padding: 7rem 0;
}

.newsletterContainer {
    max-width: 1000px;
    margin: 0 auto;
}

.subtitle {
    text-transform: unset;
    margin-bottom: 12px;
    color: #5c5c5c;
}

.newsletter .form-control {
    flex: 1 1 auto;
    width: 1%;
    height: 48px;
    border-radius: 0;
}

.newsletter button.btn-primary {
    margin-left: 1rem;
    width: auto;
    border: none;
    line-height: 1rem;
    transition: 0.25s;
    box-shadow: none;
    cursor: pointer;
    padding: 16px 40px;
    border-radius: 0;
    background-color: #281b17;
    color: #fff;
}

/* NewsLetter Css End */

/* Footer Css Start */
footer {
    padding-top: 3rem;
}

footer .footer-logo {
    width: 180px;
    margin-right: 20px;
}

.footer-logos a {
    display: inline-block;
    width: 180px;
    margin: 0 10px;
}

.iata-logo {
    width: 200px !important;
}

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

footer ul a {
    color: #5c5c5c;
    text-decoration: none;
    margin: 0px 15px;
    transition: 0.5s;
    font-size: 0.9375rem;
}

footer ul a:hover {
    color: #333;
}

footer li {
    padding: 0.25rem 0;
}

footer li:not(:last-child) {
    margin-right: 0.25rem;
}

.copyRight {
    border-top: 1px solid #ccc;
    padding: 1.125rem 0;
    margin-top: 3rem;
    text-align: center;
}

.copyRight p {
    color: #5c5c5c;
    text-decoration: none;
    margin: 0px 15px;
    transition: 0.5s;
    font-size: 0.9375rem;
}

blockquote {
    font-size: 20px;
    width: 100%;
    font-family: initial;
    font-style: italic;
    color: #555555;
    padding: 25px 25px 10px 50px;
    border-left: 8px solid #ff991c;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #ff991c;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

/* Footer Css End */

/* Responsive Media Css */
@media screen and (max-width:1024px) {
    footer .footer-logo {
        margin: 0;
    }
}

@media (max-width:990px) {
    header.main-page {
        position: fixed;
        z-index: 10;
        width: 100%;
        background: #f7f6f5;
    }

    .main-page .navbar-light .navbar-nav .nav-link,
    .main-page .navbar-light .navbar-nav .nav-link i,
    .main-page .social-header ul li a {
        color: #000;
    }
}

@media screen and (max-width:959px) {

    /* Slider */
    .carousel-caption h2.entry-title span {
        font-size: 2.5rem !important;
    }

    .options {
        max-width: 320px;
    }

    .options .itemContent {
        display: none;
    }
}

@media screen and (max-width:767px) {

    /* Post Widget */
    .widget.post-widget,
    .widget.category-widget {
        padding: 32px !important;
    }

    .widget-item {
        margin: 24px 0;
    }

    /* Posts grid-list */
    .posts .grid {
        flex-flow: row wrap;
    }

    .posts .grid .post-item {
        width: 100%;
    }

    .list .post-item {
        max-width: 100%;
        flex-direction: column;
    }

    .list .post-thumb {
        max-width: 100%;
        height: auto;
    }

    .list .post-info {
        padding: 16px 0 0 0;
    }

    /* Bloglist */
    .bloglist .wp-content h4 a {
        font-size: 1rem;
    }

    .bloglist .wp-content h4 {
        line-height: 1;
    }

    /* Newsletter */
    .subscription .form-group {
        flex-direction: column;
    }

    .newsletter .form-control {
        width: 100%;
        margin-bottom: 1rem;
    }

    .newsletter button.btn-primary {
        margin-left: 0rem;
    }

    /* Footer */
    footer ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .footer-logo {
        margin: 0 auto 20px auto;
    }
}


.consent-banner {
    display: none;
    background-color: #00000080;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.consent-banner-content {
    background-color: #aa8453;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 700px;
    box-shadow: 0 0 12px 0 #343434
}

.accept_consent_btn,
.reject_consent_btn {
    outline: 0;
    border: 1px solid #fff;
    padding: 10px 20px
}

.consent-banner-content p {
    color: #fff;
    font-size: 17px
}

.reject_consent_btn {
    background: 0 0;
    color: #fff;
    margin: 0 10px 0 0
}

.accept_consent_btn {
    background: #fff;
    color: #000
}

@media(max-width:767px) {
    .consent-banner-content {
        max-width: 375px
    }
}


.inquiry-now-btn {
    position: fixed;
    top: 50%;
    left: 15px;
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    z-index: 1040;
    background-color: #aa8453;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    font-family: 'Barlow'
}

.inquiry-now-btn:hover {
    background-color: #000;
    transition: .5s;
    cursor: pointer
}

.shk_this {
    animation-name: shakeMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes shakeMe {

    2%,
    18% {
        transform: rotate(-90deg) translate(-50%, 50%)
    }

    4%,
    16% {
        transform: rotate(-90deg) translate(-40%, 50%)
    }

    6%,
    10%,
    14% {
        transform: rotate(-90deg) translate(-50%, 50%)
    }

    8%,
    12% {
        transform: rotate(-90deg) translate(-40%, 50%)
    }

    18.1% {
        transform: rotate(-90deg) translate(-50%, 50%)
    }
}

@media(max-width:767px) {
    .inquiry-now-btn {
        position: fixed;
        bottom: 0;
        transform: translate(-50%, -50%);
        left: 50%;
        top: auto;
        font-size: 16px;
        padding: 10px 15px;
        box-shadow: 0 0 10px -2px #000
    }

    .shk_this {
        animation-name: shakeMe;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }

    @keyframes shakeMe {

        2%,
        18% {
            transform: translate(-50%, -50%)
        }

        4%,
        16% {
            transform: translate(-40%, -50%)
        }

        6%,
        10%,
        14% {
            transform: translate(-50%, -50%)
        }

        8%,
        12% {
            transform: translate(-40%, -50%)
        }

        18.1% {
            transform: translate(-50%, -50%)
        }
    }
}

@media(max-width:767px) {
    .appointment-form-section .col-md-6:first-child {
        margin-bottom: 20px
    }
    .consent-banner-content{
        max-width: 375px;
    }
}

input {
    position: relative
}

#date-range {
    position: relative
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.inqiry_form .fa-star:before {
    color: #cba36e
}

.inqiry_form input[type="checkbox"],
.inqiry_form input[type="radio"] {
    margin: 0 5px 0 0
}

#second_email {
    display: none
}

#second_phone {
    display: none
}

.show_error p {
    display: none;
    margin: 0;
    background-color: #e64a4a;
    color: #fff;
    padding: 10px 10px
}

/* Plan Your Trip Sticky Button Styles */
.inquiry-now-btn {
    position: fixed;
    top: 50%;
    left: 15px;
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    z-index: 1040;
    background-color: #aa8453;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    font-family: 'Barlow'
}

.inquiry-now-btn:hover {
    background-color: #000;
    transition: .5s;
    cursor: pointer
}

.shk_this {
    animation-name: shakeMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes shakeMe {
    2%, 18% {
        transform: rotate(-90deg) translate(-50%, 50%)
    }
    4%, 16% {
        transform: rotate(-90deg) translate(-40%, 50%)
    }
    6%, 10%, 14% {
        transform: rotate(-90deg) translate(-50%, 50%)
    }
    8%, 12% {
        transform: rotate(-90deg) translate(-40%, 50%)
    }
    18.1% {
        transform: rotate(-90deg) translate(-50%, 50%)
    }
}

@media(max-width:767px) {
    .inquiry-now-btn {
        position: fixed;
        bottom: 0;
        transform: translate(-50%, -50%);
        left: 50%;
        top: auto;
        font-size: 16px;
        padding: 10px 15px;
        box-shadow: 0 0 10px -2px #000
    }

    .shk_this {
        animation-name: shakeMe;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }

    @keyframes shakeMe {
        2%, 18% {
            transform: translate(-50%, -50%)
        }
        4%, 16% {
            transform: translate(-40%, -50%)
        }
        6%, 10%, 14% {
            transform: translate(-50%, -50%)
        }
        8%, 12% {
            transform: translate(-40%, -50%)
        }
        18.1% {
            transform: translate(-50%, -50%)
        }
    }
}

/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    background-color: rgb(0 0 0 / 68%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    overflow: auto
}

.popup-inner {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    top: 5%;
    border: 10px solid #fff;
    margin: 0 auto;
    margin-bottom: 80px
}

.popup-header {
    background-color: #8a6e49;
    text-align: center;
    padding: 20px;
    margin-top: -1px
}

.popup-header h3 {
    color: #fff;
    max-width: 90%;
    margin: 0 auto
}

.popup-header span {
    color: #fff;
    font-size: 18px;
    margin-top: 10px
}

.close_popup {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #222;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 !important
}

.popup-body {
    padding: 20px 20px 50px 20px
}

.form-inputs {
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding: 7px 20px;
    background-color: #fff;
    vertical-align: middle
}

.form-label {
    color: #000;
    display: block;
    margin: 0;
    padding: 0
}

select.form-inputs {
    appearance: unset;
    background: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z' fill='%23212121'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    border-radius: 2px;
    padding: .25rem 2rem .25rem .75rem
}

input[type="checkbox"].form-inputs {
    border-radius: 0;
    width: 20px
}

input[type='checkbox'] {
    accent-color: #8a6e49
}

input[type="radio"].form-inputs {
    border-radius: 0;
    width: 20px
}

input[type='radio'] {
    accent-color: #8a6e49
}

.inqiry_form .fa-star:before {
    color: #cba36e
}

.inqiry_form input[type="checkbox"],
.inqiry_form input[type="radio"] {
    margin: 0 5px 0 0
}

#second_email {
    display: none
}

#second_phone {
    display: none
}

.popup .butn-dark {
    text-align: center;
    margin-top: 20px
}

.popup .butn-dark a {
    width: 60%
}

.butn-dark button {
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    background: #ab8a62;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
    border: 0;
    cursor: pointer;
    width: 100%;
}

@media(max-width:430px) {
    .popup-body {
        padding: 10px 20px 50px 10px
    }
}

/* Popup Layout */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    z-index: 9999;
}

/* Mobile popup container fixed height */
@media (max-height: 790px) {
    .popup-overlay {
        align-items: flex-start;
        overflow: auto;
    }
    .popup-container{
        margin-top: 20px;
    }
}

.popup-container {
    background-color: #e2d8cc;
    border-radius: 24px;
    padding: 35px 32px;
    max-width: 420px;
    width: 100%;
    min-height: 580px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Close Button */
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.close-button:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    transform: scale(1.05);
}

/* Content Styles */
.subscribe-tag {
    background: linear-gradient(135deg, #aa8453, #9a7548);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(170, 132, 83, 0.3);
}

.main-heading {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
    line-height: 1.4;
}

/* Form Styles */
.form-group {
    margin-bottom: 24px;
}

.email-input {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    outline: none;
}

.email-input:focus {
    border-color: #aa8453;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(170, 132, 83, 0.15);
}

.email-input::placeholder {
    color: #999;
    font-weight: 500;
}

/* Button Styles */
.subscribe-button {
    width: 100%;
    background: linear-gradient(135deg, #aa8453, #9a7548);
    color: white;
    border: none;
    padding: 18px 24px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(170, 132, 83, 0.3);
}

.subscribe-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.subscribe-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(170, 132, 83, 0.4);
}

.subscribe-button:hover::before {
    left: 100%;
}

.subscribe-button:active {
    transform: translateY(0);
}

/* Footer Styles */
.footer-text {
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-top: 24px;
    line-height: 1.5;
}

.privacy-link {
    color: #aa8453;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.privacy-link:hover {
    color: #9a7548;
}


/* Mobile responsive */
@media (max-width: 480px) {
    .popup-container {
        margin: 20px;
        padding: 32px 24px;
    }
    
    .main-heading {
        font-size: 36px;
    }
    
    .subtitle {
        font-size: 16px;
    }
}