/* ============ Poppins Font Import ============ */
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    src: url("../fonts/Poppins/Poppins-Light.ttf") format("ttf"),
        url("../fonts/Poppins/Poppins-Light.ttf") format("ttf");
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format("ttf"),
        url("../fonts/Poppins/Poppins-Regular.ttf") format("ttf");
}

@font-face {
    font-family: "Poppins";
    font-weight: 500;
    src: url("../fonts/Poppins/Poppins-Medium.ttf") format("ttf"),
        url("../fonts/Poppins/Poppins-Medium.ttf") format("ttf");
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("ttf"),
        url("../fonts/Poppins/Poppins-SemiBold.ttf") format("ttf");
}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format("ttf"),
        url("../fonts/Poppins/Poppins-Bold.ttf") format("ttf");
}

@font-face {
    font-family: "Poppins";
    font-weight: 800;
    src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("ttf"),
        url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("ttf");
}


body {
    font-family: "Poppins", sans-serif;
    /* Other CSS properties */
}


/* ################### NavBar #################### */
.nav-bg-color {
    background-color: #591411;
}

.header-logo {
    height: 100px;
}

.li-logo-w {
    width: 160px;
}

.header-li-logo {
    height: 125px;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    z-index: 10;
    padding: 0.5%;
    overflow: visible;
    background: #591411;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.nav-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.navbar .active {
    border-bottom: 2px solid #D6A839;
}

.nav-link .nav-text:hover {
    color: #D6A839;
}

/* ################ Banner Slider ################## */
.mbr-slider .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.mbr-slider .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

.mbr-slider .carousel-control {
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -1.5rem;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .3s;
}

.mbr-slider .carousel-control .mbr-iconfont {
    font-size: 2rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 1.5rem;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 34%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.banner-title {
    font-family: 'Poppins';
    font-size: 52px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
}
.banner-subtitle {
    font-size: 22px;
}
#myCarousel .carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Black with 20% opacity */
    pointer-events: none; /* Allow interaction with the underlying content */
}
/* ################## Booking Form ################### */

.error
{
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 14px;
    color: #ff2e2e;
}
.bg-input-color::placeholder {
    color: white;
    opacity: 1; 
  }
.date-text::placeholder {
    color: white;
    opacity: 1; 
  }
.datepicker 
{
    padding: .8%;
}
.hero {
    margin-top: -100px;
    padding-bottom: 0px;
    z-index: 10;
}

.bg-form {
    background-color: #4A110F;
    z-index: 10;
}

.input-group-append {
    cursor: pointer;
    position: absolute;
    background-color: #4A110F;
    color: #ffffff;
    right: 0;
}

.date-text {
    background-color: #4A110F;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 0;
    margin-bottom: 16px;
    padding: 6px;
}

.filter__form {
    background: #4A110F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 30px 40px;
    position: relative;
}

.date {
    position: relative;
    border: 1px solid #4A110F;
}

.filter__form__item {
    padding: 10px;
    width: 20%;
    float: left;
    margin-right: 6px;
    border: 1px solid #D6A83980
}

.filter__form__item p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #D6A839;
    margin-bottom: 5px;
}

.filter__form__item .filter__form__input {
    position: relative;
}

.filter__form__item .filter__form__input input {
    border: 1px solid #4A110F;
    font-size: 20px;
    color: #1d1c1c;
    width: 100%;
    height: 48px;
    padding-left: 15px;
    padding-right: 40px;
    font-family: 'Poppins';
}


.filter__form__item .filter__form__datepicker input {
    border: 1px solid #4A110F;
    font-size: 20px;
    color: #1d1c1c;
    width: 100%;
    padding-left: 48px;
    height: 48px;
    font-family: 'Poppins';
}

.filter__form__item.filter__form__item--select {
    width: 230px;
}

.filter__form__item .filter__form__select {
    position: relative;
    height: 48px;
    border: 1px solid #4A110F;
}

.filter__form__item .filter__form__select .nice-select {
    float: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #4A110F;
    border-radius: 0;
    padding-top: 3px;
    height: auto;
    width: 100%;
    font-family: 'Poppins';
}

.filter__form__item .filter__form__select .nice-select .current {
    font-size: 20px;
    color: #1d1c1c;
    position: relative;
    top: 0;
}

.filter__form__item .filter__form__select .nice-select .list {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.filter__form__item_button {
    width: 20%;
    float: left;
    margin-right: 30px;
}

.filter__form button {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #D6A839;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    width: 100%;
    float: left;
    text-align: center;
    right: 0;
    top: 0;
    height: 100%;
}
.card-footer:last-child
{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.card-img, .card-img-top
{
    aspect-ratio: 1.6/1;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
/* ################## Services ################# */
.service-image
{
    aspect-ratio: 1;
}
.service-img-area {
    box-shadow: 0px 0px 5px 0px #00000040;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    margin: 5px 0px;
}

.service-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
}

.service-abs {
    position: absolute;
    transform: translate(0%, -100%);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    text-align: center;
    width: 100%;
}

/* ################ Our Rooms ################# */
.card-room {
    box-shadow: 0px 0px 4.5px 0px #00000040;
}

.img-rooms {
    width: -webkit-fill-available;
    width: -moz-available;
    aspect-ratio: 1.2/1;
}

.room-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.room-content {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #4A4545;
}

.fa-room {
    height: 50px;
    width: 50px;
    color: #ffffff;
    background-color: #D6A839;
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    border-radius: 50%;
}

.fa-room-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    color: #7C7B7B;
    padding-top: 8px;
}

.hr-btm {
    position: absolute;
    bottom: 21%;
    z-index: 999;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 22px 16px;
    border-bottom: 0.5px solid #6B6B6B;
}

.button-bottom {
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 22px 16px;
}

.btn-room-price {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    background-color: #D6A839;
    padding: 0px 10px;
    border: none;
    text-decoration: none;
}

.price-small {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
}

.btn-room-book {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #686868;
    padding: 8px 10px;
    background-color: #ffffff;
    border: 0.69px solid #686868;
    text-decoration: none;
}

.btn-room-book:hover {
    color: #591411;
    background-color: #ffffff;
    border: 0.69px solid #515151;
    text-decoration: none;
}

/* ############### Why Choose Us ################ */
.img-why-choose {
    height: 500px;
    width: auto;
    position: relative;
    z-index: 999;
}

.img-abs1 {
    height: 200px;
    width: auto;
    top: 14%;
    left: 9%;
}

.img-abs2 {
    height: 150px;
    width: auto;
    bottom: -20%;
    right: 6%;
}

.why-choose-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
    color: #591411;
}

.why-choose-content {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #555151;
    text-align: justify;
}

.why-choose-text ul {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #4B4747;
    padding-left: 18px;
    text-decoration: none;
    list-style-type: disc;
}

.btn-why-choose {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #848484;
    padding: 4px 12px;
    background-color: #ffffff;
    border: 1.16px solid #848484;
    text-decoration: none;
    border-radius: 0;
}

.btn-why-choose:hover {
    color: #515151;
    background-color: #ffffff;
    border: 1.16px solid #515151;
    text-decoration: none;
}

/* ################ Pricing ################## */
.bg-pricing {
    background-color: #F5F3EF;
}

#pricing .card:hover {
    transform: scale(0.98);
}

#pricing .card {
    transition: transform 0.5s;
}

.main-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    color: #591411;
    padding-left: 10px;
}

.main-heading::before {
    position: absolute;
    content: "";
    left: 4.45%;
    margin-top: 0px;
    height: 40px;
    width: 2px;
    background-color: #D6A839;
  }

.main-heading::after {
    position: absolute;
    content: "";
    left: 3.95%;
    margin-top: 11px;
    height: 18px;
    width: 6px;
    border-radius: 4px;
    background-color: #591411;
}

.btn-all a {
    color: #515151;
}

.btn-all {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    background-color: transparent;
    color: #515151;
    border: 0.5px solid #848484;
}

.card-border {
    box-shadow: 0px 1px 0px 1px #00000040;
    border-radius: 18px;
    margin: 5px 0px;
}

.price-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: #591411;
    padding-bottom: 11px;
    border-bottom: 1px solid #D6A839;
}

.price-title:before {
    position: absolute;
    content: "";
    left: 43%;
    right: 50%;
    margin-top: 33px;
    height: 6px;
    width: 44px;
    border-radius: 4px;
    background-color: #591411;
}

.price-text ul {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #4B4747;
    margin-top: 10px;
}

.plan-price {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
    color: #591411;
    margin-bottom: 5px;
}

.plan-validity {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #4B4747;
    margin-bottom: 15px;
}

.btn-price {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    padding: 2px;
    border: 1px solid #591411;
    background: transparent;
    color: #555151;
    margin-bottom: 10px;
}

.btn-price:hover {
    background: #591411;
    color: #ffffff;
}

/* ################ Testimonials ################### */
#testimonial_area {
    padding: 6% 0;
}

.box-area {
    padding: 20px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 22px;
}

.bg-testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../img/testimonial-back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-img {
    height: 110px;
    width: auto !important;
}

.testimonial-heading {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 38px;
    color: #FFFFFF;
}

.hr-bottom {
    border-bottom: 2px solid #D6A839;
    border-inline-width: 100px;
}

.testimonial-heading::before {
    position: absolute;
    content: "";
    left: 48.5%;
    right: 50%;
    margin-top: 56px;
    height: 6px;
    width: 50px;
    border-radius: 4px;
    background-color: #591411;
}

.testimonial-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    color: #696767;
    margin-bottom: 0px;
}

.testimonial-des {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    color: #696767;
}

.testimonial-content {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #696767;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}

#testimonial_area .owl-prev {
    left: -50px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -50px;
    top: -30px;
}

/* ################ Footer ################### */
.bg-footer {
    border-top: 6px solid #D6A839 !important;
    background-color: #591411;
}

.bg-abs {
    position: absolute;
    margin-top: -76px;
    background-color: #48110e;
    width: 320px;
}

.img-footer {
    height: 130px;
}

.faa-foot-fa {
    color: #D6A839;
}

.faa-footer-fa {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #48110e;
    background-color: white;
    border-radius: 50%;
}

.faa-footer-fa:hover {
    color: #48110e;
    background-color: #D6A839;
}

.footer-text-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: white;
}

.footer-text-content {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.list-styled {
    list-style-type: disc;
}

.copyright {
    font-size: 14px;
    color: #817B7B;
}

.ash1:before {
    width: 180px;
    height: 2px;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    background: #D6A839;
    position: absolute;
    margin: auto;
}

.ash1 {
    font-family: 'Poppins';
    position: relative;
    font-size: 36px !important;
    text-align: center !important;
    padding: 5px 0 !important;
    font-weight: 400;
    margin-left: 0 !important;
    color: #000 !important;
}

/* ###################### About Us Page ######################## */
.bg-aboutus {
    background-image: url('../../img/about-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-title {
    font-family: "Poppins";
    font-size: 46px;
    font-weight: 500;
}

.about-img {
    height: 450px;
    width: auto;
}

.about-content p {
    font-family: "Poppins";
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}

.facility-card {
    border: 1px solid #591411;
}

.facility-fa-icon {
    height: 60px;
    width: 60px;
    background-color: white;
    border-radius: 50%;
}

.facility-title {
    font-family: "Poppins";
    color: #591411;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.facility-content {
    font-family: "Poppins";
    color: #4A4545;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}
.form-sort
{
    float:right;
    margin-left:auto;
    width:100%;
}
.form-control-text
{
    font-size: 16px;
}
.form-control-sort
{
    margin-right: 5px;
}

/* ################ Room Details Page ################ */
.roomdetail-img {
    width: 100%;
}

.img-thumb {
    border: 5px solid #FFFFFF;
}

.roomdetails-carousel .carousel-indicators {
    bottom: 4%;
}

.carousel-indicators button.thumbnail {
    width: 200px;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.roomdetail-card {
    box-shadow: 0px 0px 2.3443398475646973px 0px #00000040;
    background-color: #ffffff;
}

.roomdetail-title {
    font-family: "Poppins";
    color: #7C7B7B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.roomdetail-content {
    font-family: "Poppins";
    color: #4A4545;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.bg-new-form {
    background-color: #591411;
    z-index: 10;
}

.filter_new_form {
    background: #591411;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 30px 30px 30px 30px;
    position: relative;
}

.filter__form_new_item {
    padding: 10px 0px;
    width: 100%;
    float: left;
    margin-right: 6px;
}

.filter__form_new_item p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #D6A839;
    margin-bottom: 5px;
}

.bg-input-color {
    color: #ffffff;
    background-color: #3C0D0B;
    border: none;
    border-radius: 0px;
}

.btn-trns {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #591411;
}

.filter__form_new_item_button {
    width: 60%;
    text-align: center;
    background-color: #D6A839;
    color: #ffffff;
}

.form-select {
    color: #ffffff;
    background-color: #3C0D0B;
    border: none;
    border-radius: 0px;
}


/* ################ Restaurant Page ################ */
.main-heading-restaurant
{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 26px;
    color: #591411;
    padding-left: 10px;
    border-left: 2px solid #D6A839;
}
.img-rest-circle
{
    border: 2px solid #D6A839;
    border-radius: 50%;
    height: 85px;
    width: 85px;
}
.abs-images-rest
{
    position: relative;
    overflow: hidden;
}
.abs-restaurant-img {
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-fill-available;
    width: -moz-available;
    width: auto;
    z-index: 1;
}

.abs-restaurant-pizza-img {
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-fill-available;
    width: -moz-available;
    width: auto;
    z-index: 0;
}

.abs1-restaurant-img {
    width: auto;
    position: absolute;
    left: 0;
}

.product-title {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 5px;
}

.product-price {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 5px;
}

.product-content {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #818080;
    text-align: justify;
    margin-bottom: 5px;
}

/* #################### Gallery page ################ */
.heading span {
    display: block;
}

.gallery-item {
    overflow: hidden;
}

.gallery-image {
    display: block;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.gallery-image:hover {
    transform: scale(1.05);
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    font-family: 'Poppins';
    font-size: 16px;
    padding: 4px 12px;
    font-weight: 500;
    color: #7C7B7B;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-family: 'Poppins';
    font-size: 16px;
    padding: 4px 12px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #591411;
    border-radius: 6px;
}

/* Styles for the enlarged image container */
.enlarged-image-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

/* Styles for the enlarged image */
.enlarged-image {
    max-width: 90%;
    max-height: 90%;
}

/* Styles for the close button */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* ################### Blog page ################ */
.blog-img {
    width: 100%;
}

.blog-heading {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding-top: 10px;
}

.blog-title {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    color: #7C7C7C;
}

.blog-content {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #555151;
}

.blog-content p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #555151;
}

.btn-blog {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #591411;
    background-color: transparent;
    border: none;
    padding: 0px;
}

.btn-blog-search {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: auto;
}

.input-group-blog {
    background: #F1F1F1;
    border: 1px solid #B7B7B7;
}

.sidebar-blog-title {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    color: #591411;
    text-transform: uppercase;
}

.sidebar-blog-category {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #5B5959;
    text-decoration: none;
    border: none;
}

.blog-card-title {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: #5B5959;
}

.blog-card-text {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    color: #7C7C7C;
    margin-bottom: 0px;
}

.list-style-blog {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    border-bottom: 0.5px solid #ADADAD;
}

.form-outline .form-control {
    color: #A1A1A1;
    min-height: auto;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border: 0;
    background: #F1F1F1;
    transition: all .2s linear;
}

.form-outline .form-control~.form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0.75rem;
    padding-top: 0.37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: var(--mdb-form-control-label-color);
    margin-bottom: 0;
}

.form-outline .form-control~.form-notch {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
}

.active-page {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background-color: #591411;
    box-shadow: 0px 0px 2.5px 0px #00000040;
    padding: 0px 10px;
    text-decoration: none;
    margin: 0px 5px;
}

.blog-page-link {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    color: #591411;
    background-color: transparent;
    box-shadow: 0px 0px 2.5px 0px #00000040;
    padding: 0px 10px;
    text-decoration: none;
    margin: 0px 5px;
}

/* ############## Activity ############# */
.color-1 {
    background-color: #ffffff;
}

.color-2 {
    background-color: #591411;
}

.color-3 {
    background-color: #ffffff;
}

.color-4 {
    background-color: #F5F3EF;
}

.color-2 .activity-title {
    color: #ffffff;
}

.color-2 .activity-content {
    color: #ffffff;
}

.color-2 .btn-blog {
    color: #ffffff;
}

.activity-img {
    height: 350px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.activity-title {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    color: #591411;
    margin-bottom: 10px;
}

.activity-content {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #555151;
    text-align: justify;
    margin-bottom: 0px;
}
.servicedetail-img
{
    width: -webkit-fill-available;
    width: -moz-available;
}
.activitydetail-img
{
    width: -webkit-fill-available;
    width: -moz-available;
}

/* #################### Contact Us Page ################### */
.form-brd
{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border: 1px solid #DFDFDF;
}
.contact-heading
{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: #474242;
    text-align:center;
}
.contact-text
{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #591411;
}
.bg-contact-icon
{
    background-color: #591411;
}

#loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9999;
}

#loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #591411;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

#loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #333;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
