/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%
}

.vks_header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.vks_header .menu_top {
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #323843;
}

.vks_header .menu_top .top_links {
    display: flex;
    align-items: center;
}

.vks_header .menu_top .top_links p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.vks_header .menu_top .top_links ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.vks_header .menu_top .top_links ul li {
    list-style: none;
    margin-right: 10px;
}

.vks_header .menu_top .top_links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.vks_header .vks_menu {
    width: 100%;
    padding: 12px 0;
}

.vks_header .vks_menu .logo {
    width: 70%;
}

.vks_header .vks_menu .offcanvas-title.logo {
    width: 10%;
}

.vks_header .vks_menu .menu_btn {}

.vks_header .vks_menu .menu_btn img {}

.vks_header .vks_menu .navbar {}

.vks_header .vks_menu .navbar .navbar-collapse {}

.vks_header .vks_menu .navbar .navbar-collapse .navbar-nav {}

.vks_header .vks_menu .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 30px;
}

.vks_header .vks_menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}


/* =============main slider============= */
.main_slider {
    position: relative;
}

.main_slider .slide_frame {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.main_slider .slide_frame:before {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000012 15%, #000000 65%);
    width: 100%;
    display: block;
    height: 100vh;
    position: absolute;
}

.main_slider .slide_frame .slide_bg {
    height: 70vh;
}

.main_slider .slide_frame .slide_bg img {
    max-height: 70vh;
    object-fit: cover;
}

.main_slider .slide_frame .slide_info {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}

.main_slider .slide_frame .slide_info h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.main_slider .slide_frame .slide_info p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.main_slider .slide_frame .slide_info a.page_link {
    width: 200px;
    display: block;
    color: #fff;
    border: 1px #fff solid;
    text-align: center;
    padding: 4px 0;
    margin: 0 auto;
    margin-top: 15px;
    text-decoration: none;
}

.main_slider .slide_frame .slide_info a.page_link:hover,
.main_slider .slide_frame .slide_info a.page_link:active {
    color: #000;
    border: 1px #fff solid;
    background: #fff;
    transition: 0.8s;
}

.main_slider .home_slider {
    position: relative;
}

.main_slider .home_slider .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.main_slider .home_slider .owl-dots span {}

.main_slider .home_slider .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}

/* =============main slider end============= */

/* =============about start============= */
.about_sec {
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
}

.about_sec .about_bg {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    padding-bottom: 141px;
}

.about_sec .about_bg .about_bg1 {
    width: 60%;
}

.about_sec .about_bg .about_bg1 img {}

.about_sec .about_bg .about_bg2 {
    width: 60%;
    position: absolute;
    top: 100px;
    right: 50px;
}

.about_sec .about_bg .about_bg2 img {}

.about_sec .about_inn {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.about_sec .about_inn h3 {
    font-size: 22px;
    color: #f7992a;
}

.about_sec .about_inn h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 24px;
      display: flex;
    flex-direction: column;
}
.about_sec .about_inn h2 span{
    font-size: 14px;
}

.about_sec .about_inn p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.about_sec .about_inn a.about_btn {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 10px 30px;
    border: 1px #f7992a solid;
    margin-top: 20px;
    position: absolute;
}

/* =============about start============= */



/* =============banner slider start============= */


.btn.hover-border-1::before,
.btn.hover-border-1::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}

.btn.hover-border-1::before {
    top: 0;
    left: 0;
    border-left: 1px solid rgb(28, 31, 30);
    border-top: 1px solid rgb(28, 31, 30);
}

.btn.hover-border-1::after {
    bottom: 0;
    right: 0;
    border-right: 1px solid rgb(28, 31, 30);
    border-bottom: 1px solid rgb(28, 31, 30);
}

.btn.hover-border-1:hover::before,
.btn.hover-border-1:hover::after {
    width: 99%;
    height: 98%;
}

/* =============banner slider end============= */
/* =============property list============= */
.vks_property {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(248, 246, 243);
    margin-top: -71px;
    padding: 55px 0px 125px;
}

.vks_property .vks_property_head {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.vks_property .vks_property_head .head_title {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.vks_property .vks_property_head .head_title h3 {
    margin: 0;
    font-size: 22px;
    color: #f7992a;
}

.vks_property .vks_property_head .head_title h2 {
    margin: 0;
    margin-bottom: 14px;
    font-size: 36px;
    font-weight: bold;
}

.vks_property .vks_property_head .head_title p {}

.vks_property .property_frame {
    position: relative;
    box-shadow: 0 2px 8px #00000026;
    border-radius: .5px;
    transition: box-shadow .2s;
    margin: 10px 0;
    background: #fff;
}

.vks_property .property_frame .property_bg {
    overflow: hidden;
}

.vks_property .property_frame .property_bg img {}

.vks_property .property_frame:hover .property_bg img {
    -webkit-transform: scale(1.1, 1.1) rotate(0deg);
    transform: scale(1.1, 1.1) rotate(0deg);
    -webkit-transition: all 3s;
    transition: all 3s;
}

.vks_property .property_frame .property_info {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.vks_property .property_frame .property_info h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    color: #3e4050;
}

.vks_property .property_frame .property_info a {
    font-size: 16px;
    color: #000000;
}


/* =============property list end============= */
/* =============experience start============= */
.vks_experience {
    width: 100%;
    /* background: #f7f7f7; */
    background-color: rgb(248, 246, 243);
    padding: 40px 0;
    margin: 0 auto;
}

.vks_experience .experience_title {
    text-align: center;
    padding: 40px 0;
}

.vks_experience .experience_title h3 {
    margin: 0;
    font-size: 19px;
}

.vks_experience .experience_title h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}

.vks_experience .experience_title h2 span {
    font-weight: 700;
    color: #dbc880;
}

.vks_experience .experience_title p {}

.vks_experience .experience_part {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: all ease 0.5s;
    margin-bottom: 25px;
}

.vks_experience .experience_part .experience_img {}

.vks_experience .experience_part .experience_img img {}

.vks_experience .experience_part .experience_text {
    padding: 10px 20px;
}

.vks_experience .experience_part .experience_text h3 {
    font-size: 19px;
    color: #080808;
    transition: all ease 0.5s;
}

.vks_experience .experience_part .experience_text p {
    padding-bottom: 5px;
    font-size: 14px;
}

/* =============experience end============= */




.side_links {
    position: fixed;
    right: -20px;
    bottom: 30%;
    z-index: 1000;
}

.side_links ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side_links ul li {
    list-style: none;
    border: 1px #fff solid;
    width: max-content;
    padding: 6px 10px;
    background: #000;
    margin-bottom: 9px;
}

.side_links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.side_links ul li.text_verti {
    transform: rotate(90deg);
    display: inline-block;
    margin: 0;
    margin-bottom: 44px;
}

.side_links ul li a i {
    font-size: 14px;
}


.hotel_profile {
    width: 100%;
    padding: 40px 0;
}

.hotel_profile .profile_title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.hotel_profile .profile_title h2 {
    font-size: 36px;
    font-weight: bold;
}

.hotel_profile .profile_title p {}

.hotel_profile .property_profile {
    position: relative;
}

.hotel_profile .property_profile .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    top: 40%;
    align-items: center;
    margin: 0;
}

.hotel_profile .property_profile .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    margin-left: 30px;
}

.hotel_profile .property_profile .owl-nav .owl-prev span {
    font-size: 26px;
}

.hotel_profile .property_profile .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: #fff;
    margin-right: 30px;
}

.hotel_profile .property_profile .owl-nav .owl-next span {
    font-size: 26px;
}


.moment {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.moment .moment_title {
    text-align: center;
}

.moment .moment_title h2 {
    font-size: 36px;
    font-weight: bold;
}

.moment .moment_inn {}

.moment .moment_inn .moment_colum {}

.moment .moment_inn .moment_colum .moment_wrap {}

.moment .moment_inn .moment_colum .moment_wrap .momont_frame {
    position: relative;
    min-height: 274px;
    margin-bottom: 30px;
    overflow: hidden;
}

.moment .moment_inn .moment_colum .moment_wrap .momont_frame.tall_frame {
    max-height: 584px;
}

.moment .moment_inn .moment_colum .moment_wrap .momont_frame::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid red;
    opacity: .5;
    z-index: 1;
    border-color: #ffffff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.moment .moment_inn .moment_colum .moment_wrap .momont_frame:hover::before {
    border-width: 3px;
    background-color: rgba(0, 0, 0, .6);
}

.moment .moment_inn .moment_colum .moment_wrap .momont_frame:hover img {
    opacity: .6;
    -webkit-transform: scale(1.1, 1.1) rotate(1deg);
    transform: scale(1.1, 1.1) rotate(1deg);
    -webkit-transition: all 3s;
    transition: all 3s;
}

.moment .moment_inn .moment_colum .moment_wrap .momont_frame img {}

.moment .moment_inn .moment_colum .moment_wrap .caption {
    position: absolute;
    bottom: 0;
    padding: 40px;
    z-index: 2;
    -webkit-transition: all 720ms cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: all 720ms cubic-bezier(0.52, 0.01, 0.16, 1);
}

.moment .moment_inn .moment_colum .moment_wrap .caption h3 {
    font-size: 24px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
}

.moment .moment_inn .moment_colum .moment_wrap .caption p {
    font-size: 12px;
    color: #fff;
    line-height: 19px;
}

.room_category {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.room_category .category_title {
    text-align: center;
}

.room_category .category_title h2 {
    font-size: 36px;
    font-weight: bold;
}

.recom {
    width: 100%;
    padding: 40px 0;
    background: url('../images/recomendation.jpg') center no-repeat;
    background-size: cover;
}

.recom .recom_inn {
    text-align: center;
}

.recom .recom_inn h3 {
    margin-bottom: 20px;
    color: #fff;
}

.recom .recom_inn a.recom_btn {
    background: #e10606;
    width: 30%;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.recom .recom_inn h4 {
    margin-top: 13px;
    margin-bottom: 0;
}

.recom .recom_inn h4 a {
    background: no-repeat;
    font-size: 33px;
    color: #ffff;
    text-decoration: none;
}

/* Footer */
.vks_footer {
    padding: 40px 0;
    background: #333;
    color: #fff;
    width: 100%;
}

.vks_footer .footer_menu {}

.vks_footer .footer_menu .footer_logo {
    width: 55%;
}

.vks_footer .footer_menu .footer_logo img {}

.vks_footer .footer_menu h3 {
    color: #f79829;
    font-size: 20px;
}

.vks_footer .footer_menu h3:after {
    content: '';
    border-bottom: 1.2px #f7992a solid;
    display: block;
    width: 47%;
    margin-top: 10px;
}

.vks_footer .footer_menu p {}

.vks_footer .footer_menu ul {
    margin: 0;
    padding: 0;
}

.vks_footer .footer_menu ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}

.vks_footer .footer_menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.booking_btn {
    background: #f7992a;
    padding: 3px 15px;
    border-radius: 30px;
}

.booking_btn a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.booking_btn a:hover {}

/* ==========counter style============= */

.count {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.counter-wrapper {
    background: #333;
    background-image: url('../images/banner/slider-1.jpg');
    background: cover;
    background-position: center center;
    position: relative;
}

.counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.count-icon {
    font-size: 48px;
}

/* ==========counter style end============= */
/* ==========testimonial style============= */
.testimonial {
    padding: 70px 0 100px;
    position: relative;
    /* background-color: rgb(248, 246, 243); */
}

.testimonial .testimonial_title {
    text-align: center;
}

.testimonial .testimonial_title h3 {
    margin: 0;
    font-size: 22px;
    color: #f7992a;
}

.testimonial .testimonial_title p {}

.testimonial .testi_bg {
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 42%;
    z-index: -1;
}

.testimonial .testi_bg img {}

.testimonial .testi_frame {
    background: #fff;
    padding: 40px 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 30px 0;
}

.testimonial .testi_frame .testi_txt {
    margin-bottom: 20px;
}

.testimonial .testi_frame .testi_txt p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}

.testimonial .testi_frame .testi_info {
    border-top: 1px #ccc solid;
    padding-top: 22px;
}

.testimonial .testi_frame .testi_info h6 {
    margin: 0;
    font-size: 16px;
    color: #f7992a;
}

.testimonial .testi_frame .testi_info span.post {}

.testimonial .testimoni {}

.testimonial .testimoni .owl-nav {}

.testimonial .testimoni .owl-nav .owl-prev {
    background: #ffeedb;
    border: #f7992a 1px solid;
    width: 30px;
}

.testimonial .testimoni .owl-nav .owl-prev span {}

.testimonial .testimoni .owl-nav .owl-next {
    background: #ffeedb;
    border: #f7992a 1px solid;
    width: 30px;
}

.testimonial .testimoni .owl-nav .owl-next span {}

/* ==========testimonial style end============= */

.vks_rights {}

.vks_rights p {
    text-align: center;
}

/* my css inner pages */
.hotel_sec {
    position: relative;
}

.hotel_sec:before {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000012 46%, #000000 100%);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.hotel_sec .hotel-img {}

.hotel_sec .hotel-img img {}

.hotel_sec .hotel_content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    right: 0;
    text-align: center;
    z-index: 0;
}

.hotel_sec .hotel_content h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.hotel_sec .hotel_content p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.hotel_sec .hotel_content a {
    width: 200px;
    display: block;
    color: #fff;
    border: 1px #fff solid;
    text-align: center;
    padding: 4px 0;
    margin: 0 auto;
    margin-top: 15px;
    text-decoration: none;
}

.hotel-room {
    padding: 12px 0px 47px;
}

.hotel-room .hotel-sec-inn {
    margin-bottom: 50px;
}

.hotel-room .hotel-sec-inn h3 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    color: #f7992a;
}

.hotel-room .hotel-sec-inn h2 {
    margin: 0;
    margin-bottom: 14px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.hotel-room .hotel-room-img {
    position: relative;
}

.hotel-room .hotel-room-img .room-inn {
    display: flex;
    height: 100%;
    align-items: end;
    position: relative;
}

.hotel-room .hotel-room-img .room-inn img {}

.hotel-room .hotel-room-img .room-inn .left {transform: rotate(270deg);font-size: 49px;color: #161616;opacity: 0.7;display: block;width: max-content;white-space: nowrap;background: #c1c1c1;position: absolute;padding: 0 10px;top: 150px;left: -164px;}
.hotel-room .hotel-room-img .room-inn .right {transform: rotate(270deg);font-size: 49px;color: #161616;opacity: 0.7;display: block;width: max-content;white-space: nowrap;background: #c1c1c1;position: absolute;padding: 0 10px;top: 150px;right: -164px;}

.hotel-room .room_info_inn {
    display: flex;
    padding: 24px 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border: 1px solid #ccc;
    gap: 30px;
}

/* Left Side: Room Info */
.hotel-room .room_info_inn .room-info {
    flex: 1;
}

.hotel-room .room_info_inn .room-info h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    position: relative;
}

.hotel-room .room_info_inn .room-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* Right Side: Amenities */
.hotel-room .room_info_inn .our-amentities {
    position: relative;
    padding: 5px 0px;
}

.hotel-room .room_info_inn .our-amentities h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    color: #333;
    /* background: #f7992a; */
    color: #333333;
    position: absolute;
    top: -38px;
    padding: 7px 1px;
}

.hotel-room .room_info_inn .our-amentities ul {
    list-style: none;
    padding: 0px 0px 0px;
    margin: 0;
    display: flex;
    /* border: 1px solid #ccc; */
}

.hotel-room .room_info_inn .our-amentities ul li {
    text-align: center;
    width: 80px;
    border: 1px solid #ccc;
    margin-right: 9px;
    padding: 11px 0px;
    height: 60px;
    border-radius: 7px;
}

.hotel-room .room_info_inn .our-amentities ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #444;
    background: #fff;
    /* padding: 15px; */
    border-radius: 10px;
    transition: all 0.3s ease;
}

.hotel-room .room_info_inn .our-amentities ul li a:hover {}

.hotel-room .room_info_inn .our-amentities ul li a i {
    font-size: 19px;
    color: #ee8203;
    margin-bottom: 1px;
}

.hotel-room .room_info_inn .our-amentities ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.hotel-room .room_info_inn .book-now-btn {
    margin-bottom: 2px;
}

.hotel-room .room_info_inn .book-now-btn a {
    background: #000000;
    padding: 10px 19px;
    color: #ffffff;
    text-decoration: none;
}
.hotel-room .room_info_inn .book-now-btn i {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}


.hotel_gallery{
    padding: 40px 0px;
}
.hotel_gallery .profile_title{}
.hotel_gallery .profile_title h2{
    color: #ee8203;
    font-size: 36px;
    font-weight: bold;
}
.hotel_gallery .profile_title p{}
.hotel_gallery .property_profile {}
.hotel_gallery .property_profile .items{}
.hotel_gallery .property_gallery .item img {
  width: 100%;

  object-fit: cover;
  border-radius: 10px;
}

.hotel_gallery .property_thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel_gallery .property_thumbs .thumb-item {
  cursor: pointer;
}

.hotel_gallery .property_thumbs .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.6;
  transition: opacity 0.3s, border 0.3s;
}

.hotel_gallery .property_thumbs .thumb-item.active img {
  opacity: 1;
  border: 2px solid #ee8203;
}

.hotel_gallery .owl-dots{}


/* Modal content styling */
.modal-content {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border: none;
    overflow: hidden;
}

/* Modal header */
.modal-header {
    background-color: #ee8203;
    color: #fff;
    border-bottom: none;
    padding: 1rem 1.5rem;
    display: flex !important;
    justify-content: center;
}

.modal-title {
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
}


.close-btn {border: none;background: none;position: absolute;top: -2px;right: 0;background: #ffffff;width: 26px;height: 30px;border-radius: 2px;}
.close-btn i{color: #000000;}


.modal-body {
    padding: 2rem 1.5rem;
}


.form-label {
    font-weight: 500;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.modal-footer{
    border-top: none !important;
    padding: 1rem 1.5rem;
    display: flex !important;
    justify-content: center !important;
}

/* Buttons */
.modal-footer .btn {
    border-radius: 8px;
    padding: 10px 20px;
    transition: all 0.3s;
}

.modal-footer .btn-primary {
    background-color: #ee8203;
    border-color: #ee8203;
}

.modal-footer .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.modal-footer .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.modal-footer .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}


.location-form-section {
    padding: 50px 0;
}
.location-form-section iframe{
width: 100%;
}

.location-form-section .location-box {
    background: #f5f5f5;
    padding: 30px 30px;
    height: 100%;
}
.location-form-section .location-box h2{
    text-align: left;
    color: #f7992a;
    font-size: 22px;
}
.location-form-section .location-box p{
    font-size: 13px;
}

.contact-form-box {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-form-box h2{
       text-align: left;
    color: #f7992a;
    font-size: 22px;

}
.contact-form-box form{


}
.contact-form-box form label{


}
.contact-form-box form input{
    box-shadow: inherit;
    background-color:inherit;
     border-color: #000;

}
.contact-form-box form input:focus{
    box-shadow: inherit;
    background-color:inherit;
     border-color: #000;

}
.contact-form-box form textarea{
    box-shadow: inherit;
    background-color:inherit;
    border-color: #000;

}
.contact-form-box form textarea:focus{
    box-shadow: inherit;
    background-color:inherit;
    border-color: #000;

}
.contact-form-box form .btn-send{

    background-color: #f7992a;

    border: none;
    padding: 7px 13px;
    border-radius: 33px;
    color: #fff;
    font-weight: 400;

}




/*=============whatsapp chat ==================*/
.whatsapp_wrap{
    display: none; position: fixed; bottom: 130px; right: 25px; background-color: #fff; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); border-radius: 10px; width: 300px; z-index: 999999; overflow: hidden;
}
.whatsapp_wrap .whatsapp_inn{
    background-color: #198754;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whatsapp_wrap .whatsapp_inn .whatsapp_title{
    display: flex; align-items: center;
}
.whatsapp_wrap .whatsapp_inn .whatsapp_title .support_icon{
    width:40px;
    height:auto;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.whatsapp_wrap .whatsapp_inn .whatsapp_title .support_icon img{}
.whatsapp_wrap .whatsapp_inn .whatsapp_title .title_txt{}
.whatsapp_wrap .whatsapp_inn .whatsapp_title .title_txt .title_name{
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.whatsapp_wrap .whatsapp_inn .whatsapp_title .title_txt .title_post{
    margin: 0;
    font-size: 13px;
}
.whatsapp_wrap .whatsapp_inn .whatsapp_close{
    background: none; 
    border: none; 
    color: #fff; 
    font-size: 18px; 
    cursor: pointer;
}

.whatsapp-icon{
    position:fixed;bottom:70px;right:25px;background-color:#fff;border-radius:50%;width:55px;height:55px;box-shadow:0 4px 10px rgba(0,0,0,0.2);cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:999999
}
.whatsapp-icon img{}
/*=============whatsapp chat end ==================*/
