       
              .get_in_touch_form {                
                padding: 25px;
                border-radius: 27px;
		border-top: 6px solid #e7c084;
              }

            /* Labels */
            .get_in_touch_form label {
                
                font-size: 14px;
                margin-bottom: 6px;
            }
		.cpadd2{
			padding:11px 13px;
		}

            /* Inputs */
            .get_in_touch_form .contact_input {
                border: 1px solid #b1845770 !important;
                border-radius: 8px !important;
              }
	   .get_in_touch_form .contact_input2 {
                border: 1px solid #b1845770 !important;
                border-radius: 8px !important;
		padding: 13px 10px 13px 38px;
              }

	   .cipadd{
		padding:11px 10px 11px 38px;
            }

            /* Focus */
            .get_in_touch_form .contact_input:focus {
                box-shadow: none !important;
            }
		.input-group{
		gap:20px;
		}

            /* Input group fix */
            .get_in_touch_form .input-group .form-control,
            .get_in_touch_form .input-group .form-select {
               
                border: 1px solid #b1845770 !important;
            }

            /* Button */
            .get_in_touch_form button {
                width: 100%;
                background: linear-gradient(135deg, #0B0B4F, #1E2A8A, #1A0F5E);
		color:#fff;
                border: none;
                padding: 12px;
                border-radius: 8px;
                font-weight: 600;
                transition: 0.3s;
            }
           

            .get_in_touch_form button:hover {
                background: #ccc;
            }

            /* Remove ugly bootstrap glow */
            .form-control:focus,
            .form-select:focus {
                box-shadow: none !important;
            }
            .contact_input2::placeholder{
                color: #d4d4d4;
            }
            .contact_input::placeholder{
                color: #d4d4d4;
            }
            .btn-close-dark{
                position: absolute;
                top: 1.5rem;
                right: 1.5rem;
                z-index: 11;
                border: 1px solid black !important;
    		padding: 10px;
    		border-radius: 25px;
            }
              #room_type {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: none;
        }

        #room_type::-ms-expand {
            display: none;
        }

        p {
            text-align: justify;
        }

        .fixed-book-btn {
            display: none;
        }

        .ciodf1 input {
            width: 100%;
            border: none;
            background-color: #fff;
        }

        .ciodf2 input {
            width: 100%;
            border: none;
            background-color: #fff;
        }
        .fdd_box_shadow{
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

        .gredientbgcolor{
            background-color: #f7ecdf;
        }
        .ciodf1p2:focus,
        .ciodf1p2:focus-visible {
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
        }
        .fddd{
          display: contents;
        }
        .fddd2 {
            display: flex;
            align-items: center;
        }
         .fidddicon {
            width: 47px;
            height: 47px;
        }
        .fidddicon i{
         background-color: #e7c084;
         font-size: 18px;
         padding: 10px;
         width: 40px;
         text-align: center;
         height: 40px;
         border-radius: 40px;
         align-content: center;
        }
        .fidddiconlm{
            margin-left: 10px;
            }
        .fidddiconrm{
            margin-right: 10px;
        }
        .booking-list-content{
            display: flex;
            align-items: center;
            padding: 45px 10px 17px 18px;
            border-radius: 15px 15px 0 0
        }
        .fid{
            width: 60px;
            height: 60px;
        }
        .fid i{
            background-color: #e7c084;
            font-size: 25px;
            padding: 12px;
            border-radius: 40px;
        }

          .gredient_bgcolor {
               background-color: rgba(156, 205, 251, 0.1);
            }

            .banner_big_img_mobile {
                position: relative;
            }

            .banner_big_img_mobile img {
                width: 100%;
                margin: 8px 0;
                max-height: 450px;
                border-radius: 10px;
                object-fit: cover;
            }
            .banner_big_img_mobile .carousel-indicators {
                bottom: 20px;
                margin-bottom: 0;
            }

            .banner_big_img_mobile .carousel-indicators button {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 0;
                margin: 0 4px;
                opacity: .5;
            }

            .banner_big_img_mobile .carousel-indicators .active {
                opacity: 1;
                transform: scale(1.2);
            }

            @media (min-width: 768px) {
                .banner_big_img_mobile {
                    display: none;
                }
            }
            @media (max-width: 767px) {
                .banner_big_img {
                    display: none;
                }
	     .cpadd2{
		padding:11px 13px;
		margin-bottom:1rem;
	     }

            }
      
 
                        /* Desktop */
        @media (min-width: 768px) {
            #bookformmobileview {
                display: none;
            }

            #bookingForm {
                display: block !important;
            }
        }

                        /* Mobile */
        @media (max-width: 767px) {
            #bookformmobileview {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 18px 18px;
                /* background: linear-gradient(135deg, #0B0B4F, #1E2A8A, #1A0F5E); */
                background-color: #0b0b4f;
                border-radius: 50px;
                z-index: 999;
                display: flex;
                border: 2px solid #e7c084;
                justify-content: space-between;
                align-items: center;
            }
            #bookformmobileview h5 {
                color: #e7c084;
                font-size: 20px;
                margin-bottom: 6px;
                font-weight: 600;
            }
            #bookformmobileview p {
                color: #eceaea;
                font-size: 13px;                
                font-weight: 600;
                margin-bottom: 2px;
            }
            #bookingForm {
                display: block !important;
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 85vh;
                background: #fff;
                z-index: 1050;
                overflow-y: auto;
                transform: translateY(100%);
                transition: transform .35s ease-in-out;
                border-radius: 20px 20px 0 0;
                /* padding: 15px; */
            }
            #bookingForm.show-form {
                transform: translateY(0);
            }
            .form-overlay {
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, .5);
                z-index: 1049;
                display: none;
            }
            .form-overlay.show {
                display: block;
            }
            .mobile-form-close {
                position: fixed;
                top: 10px;
                right:20px;
                /* background: #fff; */
                text-align: right;
                padding-bottom: 10px;
            }
            .mobile-form-close button {
                border: none;
                background: none;
                font-size: 24px;
            }
        }

        @media (max-width: 767.9px) {
            .tab_menu_vdp .fixed_tab {
                overflow-x: scroll;
                flex-wrap: unset !important;
                white-space: nowrap !important;
                gap: 18px;
            }
            .tab_menu_vdp{
                 overflow-x: scroll;
                flex-wrap: unset !important;
                white-space: nowrap !important;
                gap: 18px;
            }
            footer{
                display: none;
            }
            .banner_small_imgs img{
                display: none;
            }
            .bsi_img_overlay{
                display: none;
            }
        }

        .tab_menu_vdp_outer {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .tab_menu_vdp {
            display: flex;
            white-space: nowrap;
            gap: 10px;
        }

        .tab_menu_vdp a {
            flex: 0 0 auto;
        }

        .baf_img {
            border-radius: 30px;
            padding: 10px;
        }
        .amenity-text {
            word-break: break-word;
            overflow-wrap: break-word;
            white-space: normal;
        }
        .custom_header {
            width: 100%;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            position: relative;
            top: 0;
            z-index: 999;
            transition: all 0.3s ease;
        }
        .moreReviewPopop_btn{
            border: 1px solid #252525;
            padding: 10px 20px;
            border-radius: 5px;
            background-color: #fff;
        }
        .btn-btn-dark{
            border: 1px solid #252525;
            padding: 6px 14px;
            border-radius: 5px;
            background-color: #fff;
        }

        .input-icon {
            position: relative;
        }

        .input-icon i {
            position: absolute;
            left: 12px;
            top: 25px;
            transform: translateY(-50%);
            z-index: 1;
        }

        .get_in_touch_form .section-title {
            text-align: center;
            margin-bottom: 20px;
        }

        .get_in_touch_form .section-title h3 {
            margin: 0;
            font-size: 32px;
            font-family: serif;
        }

        /* crown wrapper */
        .get_in_touch_form .crown {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            font-size: 18px;
            margin-top: 0px;
        }

        /* left line */
        .get_in_touch_form .crown::before {
            content: "";
            position: absolute;
            top: 59%;
            right: 100%;
            width: 85px;
            height: 2px;
            background: #e7c084;
            transform: translateY(-50%);
            margin-right: 10px;
        }

        /* right line */
        .get_in_touch_form .crown::after {
            content: "";
            position: absolute;
            top: 59%;
            left: 100%;
            width: 85px;
            height: 2px;
            background: #e7c084;
            transform: translateY(-50%);
            margin-left: 10px;
        }

        .text-danger.error {
            font-size: 13px;
        }

        .is-invalid {
            border: 1px solid #dc3545 !important;
        }
        
        /* Tablet */
        @media (max-width: 768px) {
            .whatsapp_float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 130px;
            left: 20px;
            background-color: #25D366;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            font-size: 28px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: 0.3s ease;
        }
     
            .digirushchaticon{
            opacity:0 !important;
            visibility:hidden !important;
        }
       
            .booking_form_section {
                position: static !important;
                top: auto !important;
                margin-top: 20px;
            }
        }

        /* Mobile */
        @media (max-width: 480px) {
           .whatsapp_float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 130px;
            left: 20px;
            background-color: #25D366;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            font-size: 28px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: 0.3s ease;
        }

	@media (max-width: 768px) and (min-width: 375px) {
 	  .fixed-book-btn2 {                                
                 background-color: #e7c084;
                 color: var(--theme_blue_dark_3);
                 border-radius: 30px;
                 padding:15px 20px;
                 border: none;
        	font-size: 17px;
        	font-weight: 700;
             }

	}
	@media (max-width: 374px) {
 	  .fixed-book-btn2 {                                
                 background-color: #e7c084;
                 color: var(--theme_blue_dark_3);
                 border-radius: 30px;
                 padding:14px 13px;
                 border: none;
        	font-size: 13px;
        	font-weight: 700;
             }

	}


        
    