body,
p {
    font-family: 'Poppins', sans-serif;
    color: #777777;
    line-height: 28px;
    font-size: 16px;
}
a, a:hover {
    color: #777777;
    text-decoration: none;
    transition: ease all 0.3s;
}

.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.nav-bg {
    background-color: #e11313;
    background-color: #ffffff;
    padding: 8px 10px;
    /*box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 16%), 0 8px 8px rgb(0 0 0 / 20%);*/
    background: rgb(245, 245, 245);
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
    border-bottom: 1px solid rgb(236, 236, 236)
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-brand img {
    max-width: 94px;
}


.nav-top-menu {
    color: #8d2424;
    display: block;
    position: absolute;
    top: 38px;
    right: 21px;
    font-size: 27px;
    cursor: pointer;
    transition: ease all 0.3s;
}

.nav-top-menu:hover {
    color: #dfb189;
    transition: ease all 0.3s;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display';
    color: #8d2424;
    font-weight: 800;
}

.slider-bg {
    height: 80vh;
}

.slider-for .slick-prev {
    left: 15px;
    z-index: 3;
}

.slider-for .slick-next {
    right: 15px;
}

.slider-for .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 2rem;
}

.slider-for .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 2rem;
}

.the-r-forms {
    position: relative;
}

.the-r-forms-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    top: -300px;
}

.the-r-forms h2 {
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-align: center;
    margin-bottom: 20px;
}

.forms-design {
    background: rgb(0 0 0 / 76%);
    padding: 30px 20px 40px 20px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.forms-design label {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    /*color: #6c7578;*/
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.search-btn {
    padding: 10px 20px;
    background: rgb(224, 13, 13);
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-top: 14px;
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: ease all 0.3s;
}

.search-btn:hover {
    background-color: #f31616;
    color: #ffffff;
    transition: ease all 0.3s;
}

.ctm-inp {
    background-color: transparent;
    border: 0px;
    height: 46px;
    border-radius: 2px;
}

.calender-custom {
    position: relative;
    border: 1px solid #f5f5f5;
    height: 46px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    background: #ffffff;
    border-radius: 2px;

}

.calender-custom:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    font-size: 24px;
    right: 10px;
    color: #dfb189;
    top: 5px;
}

.social-icons {
    width: 32px;
    height: 32px;
    background: #dfb189;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    line-height: 32px;
    position: relative;
    top: 0px;
    transition: ease all 0.3s;
}

.social-icons:hover {
    background: #8d2424;
    top: -4px;
    transition: ease all 0.3s;
}

.social-links a {
    color: #ffffff;
}

.mobile-dk {
    display: inline-block;
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.mobile-dk:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2a0";
    font-size: 24px;
    left: 2px;
    color: #8d2424;
    /*top: 5px;*/
    top: 13px;
    border: 1px solid #8d2424;
    padding: 2px 8px;
    left: -16px;
}

.social-dk {
    display: inline-block;
}

.justify-content-ctm {
    justify-content: space-evenly;
}

.mobile-dk-sm-txt {
    font-weight: 700;
    font-size: 12px;
    color: #8d2424;
}

.mboile-dk-bg-txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #8d2424;
}

.hotelswrap {
    position: relative;
    padding: 0;
    margin: 20px 12px 20px 12px;
    padding: 0px 0px 0px 0px;
    top: 0;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
    border-radius: 4px;
    background: #ffffff;
    transition: ease all 0.5s;
}

.hotelswrap-inner {
    border-radius: 0px 0px 4px 4px;
    padding: 30px 4px;
}

.hotelswrap-inner img {
    max-width: 200px;
    margin-bottom: 5px;
    margin-top: 10px;
}


.hotelswrap img {

    border-radius: 4px 4px 0px 0px;
}

.hotelswrap h5 {
    margin-bottom: 0px;
}

.hotelswrap:hover {
    /*top: -16px;
    transition: ease all 0.5s;
    background-color: #981919;
    background-image: linear-gradient(315deg, #981919 0%, #6d1009 74%);
    background-color: #981919;*/
}

.hotelswrap:hover h5,
.hotelswrap:hover p {
    /*color: #dfb189; */
}

.hotelswrap p {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Playfair Display', serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /*color: #c51111;*/
    color: #7c7c7c;
}

.border-btm {
    max-width: 200px;
}

.inner-title {
    color: rgb(141, 36, 36);
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    font-weight: 700;
}

a {
    text-decoration: none;
}

.hbg-1 {
    padding: 80px 10px;
    background-image: url('../img/bggg1.jpg');
    background-repeat: repeat;
}

.hbg-2 {
    padding: 80px 10px;
    background-image: url('../img/hbg-2.jpg');
    background-repeat: repeat;
}

.hbg-3 {
    padding: 80px 10px;
    background-image: url('../img/hbg-3.jpg');
    background-repeat: repeat;
}

.hbg-5 {
    padding: 80px 10px;
    background-image: url('../img/hbg-5.jpg');
    background-repeat: repeat;
}

.hbg-6 {
    padding: 110px 10px;
    background-image: url('../img/hbg-6.jpg');
    background-size: cover;
    background-position: center;
}

.abt-outer {
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

.the-team {
    padding: 80px 10px;
    background-image: url('../img/hotel.png');
    background-size: cover;
    background-position: center;
}

.team-content-wrap {
    padding: 80px 40px 80px 60px;
}

/*CARD */
.cardBox {
    float: left;
    font-size: 1.2em;
    margin: 1% 0 0 1%;
    perspective: 1000px;
    transition: all 0.3s ease 0s;
    width: 31.6%;
}

.cardBox:hover .card1 {
    transform: rotateY(180deg);
}

.card1 {

    cursor: default;
    height: 300px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease 0s;
    width: 100%;
    -webkit-animation: giro 1s 1;
    animation: giro 1s 1;
}

.card1 p {
    margin-bottom: 1.8em;
}

.card1 .front,
.card1 .back {
    backface-visibility: hidden;
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 1.2em;
    height: 100%;
    padding: 0.8em;
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card1 .front strong {
    background: #fff;
    border-radius: 100%;
    color: #222;
    font-size: 1.5em;
    line-height: 30px;
    padding: 0 7px 4px 6px;
}

.card1 .back {
    transform: rotateY(180deg);
}

.card1 .back a {
    padding: 0.3em 0.5em;
    color: #fff;
    text-decoration: none;
    border-radius: 1px;
    font-size: 0.9em;
    transition: all 0.2s ease 0s;
}

.card1 .back a:hover {
    background: #fff;
    color: #333;
    text-shadow: 0 0 0px #333;
}


.cardBox:nth-child(1) .card1 {
    background-image: url('../img/jaipurdiaries.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.cardBox:nth-child(1) .card1 .back {
    background-image: url('../img/jaipurdiaries1.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}


.cardBox:nth-child(2) .card1 {
    background-image: url('../img/virasat.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.cardBox:nth-child(2) .card1 .back {
    background-image: url('../img/virasat1.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}


.cardBox:nth-child(3) .card1 {
    background-image: url('../img/tour2rajesthan.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.cardBox:nth-child(3) .card1 .back {
    background-image: url('../img/tour2rajesthan1.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}



.cardBox:nth-child(2) .card1 {
    -webkit-animation: giro 1.5s 1;
    animation: giro 1.5s 1;
}

.cardBox:nth-child(3) .card1 {
    -webkit-animation: giro 2s 1;
    animation: giro 2s 1;
}


@-webkit-keyframes giro {
    from {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

@keyframes giro {
    from {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .cardBox {
        margin-left: 2.8%;
        margin-top: 3%;
        width: 92%;
    }

    .card1 {
        height: 285px;
    }

    .cardBox:last-child {
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 480px) {
    .cardBox {
        width: 94.5%;
    }

    .card1 {
        height: 260px;
    }
}

.inner-card-wrap {
    border: 1px solid #f9e6ac;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-card-wrap h5 {
    color: #ebc181;
}



/* Image zoom on hover + Overlay colour */
.parent {
    width: 30.6%;
    margin: 1% 0 0 2%;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    border-radius: 4px;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-stay-inner {
    position: absolute;
    color: white;
    background: rgb(0 0 0 / 78%);
    bottom: 13px;
    left: 0;
    right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 12px 2px;
}

.home-stay-inner img {
    max-width: 200px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.home-stay-inner h5 {
    font-family: 'Playfair Display';
    color: #ebc181;
    font-weight: 800;
    margin-bottom: 0px;
}

/* Several different images */
.bg-one {
    background-image: url('../img/kalimpongvillageretreat.jpg');
}

.bg-two {
    background-image: url('../img/Krishna Niwas Guest House.jpg');
}

.bg-three {
    background-image: url('../img/Shri Vatika Amer.jpg');
}



.parent:hover .child,
.parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: ease-in-out 1.3s;
}

.parent:hover .child:before,
.parent:focus .child:before {
    display: block;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {
        width: 100%;
        margin: 20px 0px
    }

    .wrapper {
        padding: 20px 20px;
    }

    .slider-bg {
        height: 100vh;
    }
}

.hello {
    display: none
}

/*food*/
.food-wrap {
    font-size: inherit;
    position: relative;
    margin: 20px;
    top: 0px;
    transition: ease all 0.3s;
}

.food-wrap:hover {
    top: -20px;
    transition: ease all 0.3s;

}

.food-wrap img {
    border-radius: 4px;
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;

}

.food-wrap h5 {
    padding: 10px 5px;
}


.bg-7 {
    background: #8d2424;
    padding: 60px 10px 54px 10px;
    color: #fdf4c8;
    font-size: 22px;
    border-bottom: 1px solid #310404;
}

.bg-7 a {
    color: #fdf4c8;
}

.span-ft-1 {
    background: #fdf4c8;
    color: #8d2424;
    border-radius: 50px;
    padding: 2px 20px;
    display: inline-block;
    margin: 0px 20px 10px 20px;
}

.second-line {
    margin-top: 10px;
    display: block;
}

.footer-2 img {
    max-width: 300px;
    margin: 50px 10px 10px 10px;
}

.footer-2 p {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 0px;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000000;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(67, 2, 2, 0.96);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #dfb189;
    display: block;
    transition: 0.3s;
    font-family: 'Playfair Display';
    font-weight: bold;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.cover-menu-img-1 {
    max-width: 300px;
    margin-bottom: 40px;
}

.cover-menu-img-2 {
    max-width: 300px;
    margin-top: 40px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.central-hall-wrap {
    margin: 10px 40px 30px 40px;
}

.central-hall {
    border-radius: 6px;
}

.central-hall-mob {
    margin: 40px 30px 30px 30px;
}

.home-about {
    padding: 80px 10px;
    background-image: url('../img/bg-logo.jpg');
    background-size: 100%;
    background-position: bottom;
}

@media screen and (max-width: 767px) {
    .home-about {
        padding: 80px 10px;
        background-image: url('../img/bg-logo.jpg');
        background-size: cover;
        background-position: bottom;
    }

}

.home-about p {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 300;
}


.home-contact-btn {
    -webkit-appearance: none;
    background: -webkit-gradient(to right, #e99b58 0%, #c81717 40%, #e99b58 100%);
    background: linear-gradient(to right, #e99b58 0%, #c81717 40%, #f0b53d 100%);
    background-size: 500%;
    border: none;
    border-radius: 5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    font: 1.5em Raleway, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.5px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 600;
    transition: ease all 0.3s;
    margin-top: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.home-contact-btn:hover {
    animation-name: the-gradient;
    -webkit-animation-name: the-gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    color: #ffffff;
    transition: ease all 0.3s;
}

@keyframes the-gradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100%;
    }
}

.footer-bg {
    background-image: url('../img/footer-aryaniwas-2.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 10px 10px 10px;
    text-align: center;
    border-bottom: 10px solid rgb(49, 0, 0);
}

.footer-bg ul {
    padding: 0px;
    margin: 0px;
}

.footer-bg ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 20px;
}

.footer-bg ul li a {
    color: #fdf4c8;
}

.hotelswrap-inner ul {
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.hotelswrap-inner ul li {
    display: inline-block;
    text-decoration: none;
    padding: 0px;
}

.hotelswrap-inner ul li a {
    padding: 8px 18px;
    font-size: 13.6px;
    color: #ffffff;
    background-color: #bd7b49;
    background-size: 500%;
    transition: ease all 0.3s;
    border-radius: 20px;
    margin-left: 4px;
    margin-right: 4px;
    background: -webkit-gradient(to right, #e99b58 0%, #c81717 40%, #e99b58 100%);
    background: linear-gradient(to right, #e99b58 0%, #c81717 40%, #f0b53d 100%);
    background-size: 500%;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-top: 10px;
}

.hotelswrap-inner ul li a:hover {
    animation-name: the-gradient;
    -webkit-animation-name: the-gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    color: #ffffff;
    transition: ease all 0.3s;
}

.about-header {
    background-image: url('../img/about-us.jpg');
    padding: 200px 10px;
    background-size: cover;
    background-position: center;
}

.about-header h1 {
    text-align: center;
    color: #ffffff;
    font-size: 44px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.about-us-sec {
    padding: 100px 10px;
    background-image: url('../img/bg-9.jpg');
    background-repeat: repeat;
}

.about-us-sec ul li {
    list-style: none;
}

.about-us-sec ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0a9";
    margin: 0 10px 0 -15px;
    color: #dfb189;
    font-size: 13px;
}

.about-us-sec-3 {
    padding: 100px 10px;
    background-image: url('../img/hbg-5.jpg');

}

.abt-hotels-wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.abt-hotels-inner-wrap {
    padding: 20px 5px 10px 5px;
    text-align: center;
    background:#ffffff;
}

.abt-hotels-inner-wrap h5 {
    font-weight: 600;
    font-size: 15px;
}

.abt-hotels-inner-wrap p {
    font-weight: 400;
    font-size: 13px;
}


@media(max-width: 425px) {
    .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media(min-width: 426px) and (max-width: 961px) {
    .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 50%;
    }
}


.about-us-sec-4 {
    padding: 100px 10px;
    background: #f0ead9;
}

.abt-travel-wrap {
    margin: 30px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;

}

.abt-travel-inner-wrap {
    padding: 20px 12px 10px 12px;
    min-height: 130px;
}

.abt-travel-inner-wrap h5 {
    font-size: 16px;
}

.abt-travel-inner-wrap p {
    font-size: 13.5px;
    line-height: 20px;
}

.about-us-sec-5 {
    padding: 100px 10px;
    background: #f0ead9;
    background-image: url('../img/bg-6.jpg');
    background-repeat: repeat;
}

.abt-food-wrap {
    margin: 30px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;

}

.abt-food-inner-wrap {
    padding: 20px 12px 10px 12px;
    min-height: 200px;
}

.abt-food-inner-wrap h5 {
    font-size: 16px;
}

.abt-food-inner-wrap p {
    font-size: 13.5px;
    line-height: 20px;
}


.about-us-sec-6 {
    padding: 100px 10px;
    background-image: url('../img/hbg-5.jpg');

}

.about-us-sec-6 ul li {
    list-style: none;
}

.about-us-sec-6 ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0a9";
    margin: 0 10px 0 -15px;
    color: #dfb189;
    font-size: 13px;
}

.about-us-sec-7{
    padding: 100px 10px;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    background: rgb(246,246,246);
background: linear-gradient(184deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 35%, rgba(249,249,249,1) 100%);
}

.light-brown {
    color: #dfb189;
}
.contact-header {
    background-image: url('../img/contact-banner.jpg');
    padding: 200px 10px;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.inner-titles {
    color: #ffffff!important;
}
.contact-bg {
    padding: 60px 10px;
    background-image: url('../img/contact-bg.jpg');
    background-repeat: repeat;
}

.contact-us-left {
    padding: 50px 40px;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height:100%;
    border-radius: 4px;
}

.contact-us-left a {
    display: block;
    font-size: 20px;
    margin: 10px 1px;
}

.contact-us-right {
    padding: 50px 40px;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height:100%;
    border-radius: 4px;
}
.g-recaptcha {
    display: inline-block;
}

.form-label {
    margin-bottom: 0.2rem;
    font-size: 13.5px;
    font-weight: 600;
    margin-left: 3px;
}

.contact-text {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 40px;
}

.form-control:focus {
    outline: 0;
    color: #212529;
    background-color: #fff;
    border-color: #afafaf;
    box-shadow: 0 0 0 0rem rgb(255 235 176);
}

.btn-ht {
    padding: 13px 50px;
}

.franchise-header {
    background-image: url('../img/contact-banner.jpg');
    padding: 200px 10px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.careers-header {
    background-image: url('../img/careers-banner.jpg');
    padding: 200px 10px;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.img-d-1 {
    border-radius: 4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs-header {
    background-image: url(../img/blog-header.jpg);
    background-repeat: repeat;
    padding: 80px 10px;
    text-align: center;
}
.img-tripadvisor {
    border-radius: 4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 50px;
    width:150px;
}
.wtsapp {
    position: fixed;
    z-index: 30;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
}


.country-dropdown {
  position: relative;
  width: 72px;
}

.country-dropdown-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #222!important;
}

.country-dropdown-btn img {
  width: 26px;
  height: 26px;
  object-fit: cover;
}

.country-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 0px;
  display: none;
  z-index: 10;
  font-size: 14px;
  color: #222;
}

/* Desktop & laptop: hover only */
@media (hover: hover) and (pointer: fine) {
  .country-dropdown:hover .country-dropdown-list {
    display: block;
  }
}

/* Mobile: click only */
.country-dropdown.country-open .country-dropdown-list {
  display: block;
}

.country-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #333!important;
  font-weight: 700;
}

.country-item:hover {
  background: #f0f0f0;
}

.country-item img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}


