/*
Theme Name: royalviewhotel
*/


/* main css starts */
body{
     font-family: "Marcellus", serif!important;  
     overflow-x: hidden;
}

p{
     font-family: "Marcellus", serif!important;  
     font-weight: 400;
}
a{
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: smooth;
}

 

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #33879d;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */

.custom-container{
    padding: 100px 6%;
     max-width: 1400px;
}

/* == header section == */
.header-wrapper .custom-header-container {
    padding: 0 6%;
}

.header-wrapper {
       width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
    transition: all .3s 
ease-in-out;
}

.header-wrapper .top-header {
    background: #33879d;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    transition: all .3s 
ease-in-out;
}

.header-wrapper .top-left span {
    margin-right: 15px;
        font-size: 17px;
}

.header-wrapper .top-right {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}

.header-wrapper .top-right span{
    font-size: 17px;
    text-decoration: none !important;
}

.header-wrapper .top-social a {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.header-wrapper .top-social a:hover {
    color: #c7aa3f;
    border: 1px solid #c7aa3f;
}

.top-social {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.header-wrapper .main-header {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff4a;
}

.header-wrapper .header-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.header-wrapper .header-toggle span {
    width: 30px;
    height: 1px;
    background: #ffffff;
}

.header-wrapper .header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-wrapper .header-menu ul {
    display: flex;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-wrapper .header-menu ul li a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
}

.header-wrapper .header-logo-sec {
    text-align: center;
}

.header-wrapper .header-logo-sec img {
    max-height: 100px;
    background-color: #ffffffc9;
    border-radius: 100%;
    padding: 1px 10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

 
.header-wrapper .language {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-wrapper .language img {
    width: 22px;
}

.header-wrapper .language select {
    display: none;
}

.header-wrapper .header-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-wrapper .header-button a {
    padding: 10px 22px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    background-color: #ccaa46;
    border-radius: 6px;
    text-transform: uppercase;
}

.header-wrapper .header-button a:hover {
     background-color: #33879d;
}

.header-wrapper .menu-overlay {
    position: fixed;
    inset: 0;
    background: linear-gradient(rgb(0 188 212 / 93%), rgb(0 0 0));
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-wrapper .menu-overlay.active {
    transform: translateY(0);
    visibility: visible;
}

.header-wrapper .overlay-content {
    text-align: center;
    color: #fff;
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 0.35s ease 0.25s, opacity 0.35s ease 0.25s;
    pointer-events: auto;
}

.header-wrapper .menu-overlay.active .overlay-content {
    transform: translateY(0);
    opacity: 1;
}

.header-wrapper .overlay-content h4 {
    margin-bottom: 18px;
    font-size: 40px;
}

.header-wrapper .overlay-social {
    display: flex;
    gap: 22px;
    justify-content: center;
    margin-top: 20px;
}

.header-wrapper .overlay-social a {
    color: #fff;
    font-size: 18px;
}

.header-wrapper .overlay-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
    pointer-events: auto;
}

a.glink {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border: 1px solid #c7aa3f00;
    background-color: #c7aa3f00 !important;
}

.gt_container-pu5rna a.glink span {
    color: #fff !important;
}

.col-lg-2.col-4.social-media {
    text-align: right;
} 
 
.header-wrapper .header-logo-sec img {
    transition: width 0.35s ease, height 0.35s ease, transform 0.35s ease;
}

.f-nav .header-wrapper .header-logo-sec img {
    width: 70px;
    height: 70px;
}

.f-nav .header-wrapper .main-header {
    background-color: #000000c2;
    border: none;
}

.f-nav .header-wrapper .header-logo-sec img {
    width: 70px;
    height: 70px;
}


/* == header section == */

/* == banner secton == */

.banner-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-wrapper .banner-slider,
.banner-wrapper .banner-slide {
    height: 100vh;
}

.banner-wrapper .banner-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-wrapper .banner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(0 0 0), rgb(70 135 158 / 46%), rgb(19 32 37 / 92%));
}

.banner-wrapper .banner-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.banner-wrapper .banner-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: 700;
}

.banner-wrapper .banner-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.15;
    max-width: 900px;
}

.banner-wrapper .banner-services {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
    background: rgb(70 135 158 / 72%);
    border: 1px solid #ffffff87;
    padding: 18px 30px;
    border-radius: 10px;
}

.banner-wrapper .services-slider {
    display: flex;
    align-items: center;
}

.banner-wrapper .service-item {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    border-right: 1px solid rgba(255,255,255,0.25);
    text-transform: uppercase;
}

.banner-wrapper .service-item:last-child {
    border-right: none;
}

.banner-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0;
}

.banner-wrapper .slick-prev {
    left: 40px;
}

.banner-wrapper .slick-next {
    right: 40px;
}

.banner-wrapper .slick-prev::before,
.banner-wrapper .slick-next::before {
    font-size: 22px;
    color: #fff;
    border-radius: 0px;
}

.banner-wrapper .slick-prev::before {
    content: "←";
}

.banner-wrapper .slick-next::before {
    content: "→";
}


 

/* == banner secton == */

/* == about secton == */
.about-section {
    position: relative;
    background: #faf9f7;
    overflow: hidden;
}

.about-section::before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: 40px;
    width: 520px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg width='520' height='260' viewBox='0 0 520 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 220 V120 H60 V80 H110 V160 H160 V60 H220 V140 H260 V100 H300 V40 H350 V160 H400 V90 H450 V130 H500 V220' stroke='%23c7aa3f' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='1200' stroke-dashoffset='1200'%3E%3Canimate attributeName='stroke-dashoffset' values='1200;0;1200' dur='5s' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
}


.about-section::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: 40px;
    width: 520px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg width='520' height='260' viewBox='0 0 520 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 220 V120 H60 V80 H110 V160 H160 V60 H220 V140 H260 V100 H300 V40 H350 V160 H400 V90 H450 V130 H500 V220' stroke='%23c7aa3f' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='1200' stroke-dashoffset='1200'%3E%3Canimate attributeName='stroke-dashoffset' values='1200;0;1200' dur='5s' begin='1s' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
}

.about-section .about-content {
    position: relative;
    z-index: 2;
}

.about-section .custom-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-section .about-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    animation: aboutFadeUp 1.2s ease forwards;
}

.about-section .about-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b89b5e;
    margin-bottom: 12px;
}

.about-section h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 18px;
    color: #111;
}

.about-section h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #000;
}

.about-section .about-divider {
    width: 70px;
    height: 2px;
    background: #c7a93f;
    margin: 0 auto 30px;
    animation: dividerGrow 1.2s ease forwards;
}

.about-section p {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
}

@keyframes aboutFadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dividerGrow {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 70px;
        opacity: 1;
    }
}


 .room-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.room-card {
    background: #ffffff82;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid rgb(199 170 63 / 52%);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.room-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.room-count {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #b88b4a;
    margin-bottom: 8px;
}

.room-card h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #333;
}

.luxury-facilities {
    padding: 100px 20px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

.luxury-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.luxury-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4af37;
}

.luxury-title {
    font-size: 38px;
    color: #ffffff;
    margin: 15px 0 60px;
}

.luxury-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.luxury-card {
    position: relative;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.4s ease;
    text-align: left;
}

.luxury-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(120deg, transparent, rgba(212, 175, 55, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.luxury-card:hover::before {
    opacity: 1;
}

.luxury-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.accent-line {
    display: block;
    width: 50px;
    height: 4px;
    background: #d4af37;
    margin-bottom: 18px;
    border-radius: 10px;
}

.luxury-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.luxury-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #e5e7eb;
}

/* Responsive */
@media (max-width: 768px) {
    .luxury-title {
        font-size: 30px;
    }
}



/* == about secton == */

/* == about image secton == */

.about-image-section {
    background: #faf9f7;
    overflow: hidden;
}

.about-image-section .custom-container {
    padding: 0px 6% 100px;
}

.about-image-section .custom-container {
    margin: 0 auto;
}

.about-image-section .row {
    margin: 0;
}

.about-image-section .about-img-left img,
.about-image-section .about-img-right img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.about-image-section .about-img-center {
    position: relative;
    height: 520px;
    background-image: url('./assets/img/royal-view-hotel.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image-section .about-img-center::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(56 138 159 / 86%);
    pointer-events: none;
}

.about-image-section .about-img-center::after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid rgba(184, 155, 94, 0.8);
    animation: borderFadeIn 1.6s 
ease forwards;
    pointer-events: none;
}

.about-image-section .about-center-box {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 420px;
}

.about-image-section .about-center-box span {
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: 600;
}
.about-image-section .about-center-box h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 28px;
}

.about-image-section .about-center-box a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #b89b5e;
    padding-bottom: 6px;
        font-weight: 800;
}

.about-image-section .about-center-box a:hover {
    color: #c7aa3f;
}

@keyframes borderFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

 

/* == about image secton == */

/* == counter section == */

.hotel-counter-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.hotel-counter-section .counter-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hotel-counter-section .counter-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 188 212 / 93%), rgb(0 0 0));
    z-index: 1;
}

.hotel-counter-section .custom-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 00px 6%;
}

.hotel-counter-section .counter-item {
    text-align: center;
    color: #fff;
    padding: 30px 15px;
}

.hotel-counter-section .counter-item i {
    font-size: 36px;
    color: #b89b5e;
    margin-bottom: 18px;
}

.hotel-counter-section .counter-number {
    display: block;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 12px;
}

.hotel-counter-section .counter-bar {
    width: 50px;
    height: 2px;
    background: #b89b5e;
    margin: 0 auto 14px;
}

.hotel-counter-section .counter-item p {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e5e5e5;
}

 

/* == counter section == */


/* == scrolling section == */

.service-scrolling-section {
    width: 100%;
    overflow: hidden;
    background: #34879d;
    padding: 30px 0;
}

.service-scrolling-section .service-scroll-wrapper {
    width: 100%;
    overflow: hidden;
}

.service-scrolling-section .service-scroll-track {
    display: flex;
    width: max-content;
    animation: serviceScroll 40s linear infinite;
}

.service-scrolling-section .service-scroll-track span {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    margin-right: 80px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.9;
}

@keyframes serviceScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.service-scrolling-section::before,
.service-scrolling-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* == scrolling section == */

/* == service section == */

.main-services-section {
   background-color: #91771917;
}

.main-services-section .custom-container {
    max-width: 1400px;
    margin: 0 auto;
    
}

.main-services-section .services-left {
    position: sticky;
    top: 140px;
}

.main-services-section .services-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b89b5e;
    margin-bottom: 14px;
}

.main-services-section .services-title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 22px;
    color: #111;
}

.main-services-section .services-desc {
    font-size: 16px;
    color: #121212;
   
}

.main-services-section .services-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.main-services-section .service-item {
    position: relative;
}

.main-services-section .service-item img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.main-services-section .service-content {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 90%;
    padding: 26px 28px;
    background: rgb(13 13 13 / 60%);
    text-align: center;
    border-radius: 15px;
}

.main-services-section .service-content h4 {
        font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.main-services-section .service-content p {
    font-size: 16px;
    color: #ffffff;
}

.main-services-section .services-big-heading {
    font-size: 28px;
    font-weight: 400;
    margin: 28px 0 18px;
    color: #111;
    line-height: 1.4;
}

.main-services-section .services-buttons {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 300px;
}

.main-services-section .services-main-btn {
    display: inline-block;
    padding: 14px 26px;
    text-align: center;
    background: #b89b5e;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s ease;
    border-radius: 6px;
  
}

.main-services-section .services-main-btn:hover {
    background: #000;
    color: #fff;
}

.main-services-section .services-icon-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #111;
    transition: all 0.35s ease;
        border-radius: 6px;
}

.main-services-section .services-icon-btn i {
    font-size: 16px;
}

.main-services-section .services-icon-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.main-services-section .services-icon-btn.call-btn i {
    color: #b89b5e;
    transform: rotate(90deg);
}

.main-services-section .services-icon-btn.whatsapp-btn i {
    color: #06943b;
}

.main-services-section .services-icon-btn:hover i {
    color: #fff;
}
 

/* == service section == */


/* == gallery section == */

.gallery-section {
    background: #fff;
}

.gallery-section .custom-container {
    margin: 0 auto;
}

.gallery-section .gallery-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px;
}

.gallery-section .gallery-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b89b5e;
    margin-bottom: 14px;
}

.gallery-section .gallery-title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111;
}

.gallery-section .gallery-desc {
   font-size: 16px;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.gallery-section .gallery-btn {
  display: inline-block;
    padding: 14px 26px;
    text-align: center;
    background: #b89b5e;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s 
ease;
    border-radius: 6px;
}

.gallery-section .gallery-btn:hover {
    background: #b89b5e;
    color: #000;
}

 

/* == Form Section == */

.contact-map-section {
    background: #cacaca30;
}

.contact-map-section .custom-container {
   
    margin: auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111;
}

.section-heading p {
    font-size: 16px;
    color: #2b2b2b;
}

.form-section,
.map-section {
    background: #388a9f24;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.form-section h3, .map-section h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #111;
}

.form-section form {
    margin: 0;
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="tel"],
.form-section textarea {
    width: 100%;
    padding: 12px 14px;
    
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
}

.form-section textarea {
    resize: none;
    height: 100px;
}

.form-section input:focus,
.form-section textarea:focus {
    outline: none;
    border-color: #b78b3e;
}

.form-section input[type="submit"] {
       background: #c7aa3f;
    color: #ffffff;
    border: none;
    padding: 12px 34px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s 
ease;
}

.form-section input[type="submit"]:hover {
    background: #9c7330;
}

.form-section .wpcf7-response-output {
    margin-top: 15px;
    font-size: 14px;
}

.map-wrapper {
    width: 100%;
    min-height: 280px;
    border-radius: 10px;
    overflow: hidden;
}

.map-wrapper iframe {
        width: 100%;
    height: 340px;
    border: 0;
}
 

/* == Form Section == */

/* ==inner page title == */

.page-title-section {
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(./assets/img/royal-view-hotel-banner.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    overflow: hidden;
    background-position: top;
}

.page-title-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(70 135 158), rgba(0, 0, 0, 0.75));
    z-index: 1;
}

.page-title-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 140px;
    animation: titleContainerFade 1.2s ease forwards;
}

.page-title {
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 16px;
    animation: titleSlideUp 1.2s ease forwards;
}

.page-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    animation: breadcrumbsFade 1.6s ease forwards;
}

.page-breadcrumbs a {
    color: #b89b5e;
    text-decoration: none;
}

.page-breadcrumbs span {
    color: #fff;
}

.page-title-section::after {
    content: "";
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: #b89b5e;
    animation: lineGrow 1.6s 
ease forwards;
    z-index: 2;
}

@keyframes titleSlideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes breadcrumbsFade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes titleContainerFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes lineGrow {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 120px;
        opacity: 1;
    }
}
 

/* ==inner page title == */

/* == contact page == */

.contact-page-section {
    background: #faf9f7;
}

.contact-page-section .custom-container {
    max-width: 1400px;
    margin: 0 auto;
}

.contact-page-section .contact-section-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.contact-page-section .contact-section-heading span {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: #b89b5e;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-page-section .contact-section-heading h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #000;
}

.contact-page-section .contact-section-heading p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}

.contact-page-section .contact-top-row {
    margin-bottom: 100px;
}

.contact-page-section .contact-info-box {
    background: #46879e;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-radius: 10px;
}

.contact-page-section .contact-box-title {
    font-size: 24px;
    margin-bottom: 22px;
    color: #ffffff;
}

.contact-page-section .contact-box-title.mt {
    margin-top: 40px;
}

.contact-page-section .contact-detail {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 16px;
}

.contact-page-section .contact-detail i {
    width: 38px;
    height: 38px;
    background: rgb(255 255 255 / 40%);
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}


.contact-page-section .contact-detail a,
.contact-page-section .contact-detail span {
    color: #ffffff;
    text-decoration: none;
}

.contact-page-section .contact-reserve-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 36px;
    border: 1px solid #b89b5e;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s 
ease;
    background: #c7aa3f;
    border-radius: 6px;
}

.contact-page-section .contact-reserve-btn:hover {
    background: #b89b5e;
}

.contact-page-section .contact-map {
    height: 100%;
    min-height: 460px;
}

.contact-page-section .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #c7aa3f80;
    padding: 6px;
    border-radius: 6px;
}

.contact-page-section .contact-bottom-row {
    align-items: stretch;
}

.contact-page-section .contact-image-wrap {
    height: 100%;
}

.contact-page-section .contact-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.contact-page-section .contact-form-wrapper {
    background: #46879e;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-radius: 6px;
}

.contact-page-section .contact-form-wrapper input, .contact-page-section .contact-form-wrapper textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    margin-bottom: 18px;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 6px;
}

.contact-page-section .contact-form-wrapper input[type="submit"] {
    background: #c7aa3f;
    border: none;
    color: #ffffff;
    padding: 14px 40px;
    font-size: 18px;
    cursor: pointer;
}

.contact-page-section .contact-form-wrapper textarea {
    height: 100px;
}
 

/* == contact page == */

/* == about page == */

.about-overview-section {
    background: #faf9f7;
    overflow: hidden;
}

.about-overview-section .custom-container {
    margin: 0 auto;
    padding: 100px 6% 180px;
}

.about-overview-section .about-images-col,
.about-overview-section .about-images-wrap,
.about-overview-section .about-image-border {
    position: relative;
}

.about-overview-section .about-images-wrap {
    padding-right: 90px;
}

.about-overview-section .about-image-border {
    padding: 40px;
    display: inline-block;
}

.about-overview-section .border-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
}

.about-overview-section .border-svg rect {
    fill: none;
    stroke: #b89b5e;
    stroke-width: 2;
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    animation: aboutBorderDraw 6s ease-in-out infinite;
}

.about-overview-section .about-img img {
    width: 350px;
    height: 310px;
    object-fit: cover;
}

.about-overview-section .img-one {
    width: 75%;
    box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

.about-overview-section .border-svg rect {
    fill: none;
    stroke: #b89b5e;
    stroke-width: 0.2;
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    animation: aboutBorderDraw 3.5s ease-in-out infinite;
}


.about-overview-section .img-two {
    width: 55%;
    position: absolute;
    right: -30px;
    bottom: -70px;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* Content */
.about-overview-section .about-content-col {
    padding-left: 40px;
}

.about-overview-section .about-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b89b5e;
    margin-bottom: 14px;
}

.about-overview-section .about-title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #000000;
}

.about-overview-section .about-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 34px;
}

.about-overview-section .about-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.35s ease;
    border-radius: 6px;
}

.about-overview-section .about-btn:hover {
    background: #b89b5e;
    color: #000000;
}

/* Border Animation */
@keyframes aboutBorderDraw {
    0% {
        stroke-dashoffset: 420;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: -420;
        opacity: 0;
    }
}

 

.about-principles-section {
    background: #ffffff;
}

.about-principles-section .custom-container {
    max-width: 1400px;
    margin: 0 auto;
}

.principles-header {
    text-align: center;
    margin-bottom: 60px;
}

.principles-title {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin-bottom: 18px;
}

.principles-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
}

.principles-cards-row {
    margin-bottom: 60px;
   
}

.principle-card {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #eee;
    transition: 0.3s ease;
    background: #faf9f7;
}

.principle-card:hover {
    transform: translateY(-8px);
    border-color: #b89b5e59;
}

.principle-icon {
    font-size: 36px;
    color: #b89b5e;
    margin-bottom: 18px;
}

.principle-title {
    font-size: 22px;
    margin-bottom: 12px;
    color: #000;
}

.principle-text {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}

.principles-footer-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.principles-footer-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #000000;
}
 

/* == about page == */


/* == footer section == */

.footer-section {
    background: linear-gradient(180deg, rgb(0 0 0) 30%, rgb(52 135 157 / 95%) 100%), url(./assets/img/footer-bg.webp) center / cover no-repeat;
    color: #ffffff;
}

.footer-section .custom-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 6% 0px;
}

.footer-top {
    padding-bottom: 30px;
}

.footer-left {
    padding-right: 60px;
}

.footer-logo {
    max-height: 170px;
    margin-bottom: 22px;
}

.footer-text {
    font-size: 16px;
    line-height: 1.9;
    max-width: 520px;
    margin-bottom: 26px;
}

.footer-social {
    display: flex;
    gap: 14px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #b89b5e;
    border-color: #b89b5e;
    color: #000;
}

/* RIGHT */
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-block h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.footer-block h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #b78b3e;
    margin-top: 8px;
}

.footer-mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-mega-menu ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-mega-menu ul li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #b89b5e;
}

.footer-mega-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.footer-mega-menu ul li a:hover {
    color: #b89b5e;
}

.footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 16px;
}

.footer-contact i {
    color: #b89b5e;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #b89b5e;
}

.footer-booking-row {
    border-top: 1px solid rgba(255, 255, 255, 0.221);
    padding: 30px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-book-btn {
    display: inline-block;
    padding: 16px 42px;
    border: 1px solid #b89b5e;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    transition: all 0.35s 
ease;
    background: #b89b5e;
    border-radius: 6px;
}

.footer-book-btn:hover {
    background: #b89b5e;
    color: #000;
}

.footer-book-text {
    font-size: 16px;
    color: #ffffff;
   margin-bottom: 0px;
}

.footer-bottom {
    position: relative;
    text-align: center;
    padding: 18px 0;
    font-size: 14px;
    color: #ffffff;
}

.footer-bottom p{
    margin-bottom: 0px;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgb(255 255 255 / 36%);
}

 

/* == contact page == */

/* Responsive section */

@media (max-width: 767.98px) {
    .header-wrapper .top-left span {
        display: none;
    }
    .header-wrapper .top-right {
        justify-content: center;
    }
    .header-wrapper .top-right span {
        font-size: 15px;
    }
    .col-lg-2.col-4.social-media {
        text-align: right;
        display: none;
    }
    .header-book{
        display: none;
    }
    .header-wrapper .header-logo-sec img {
        width: 70px;
        height: 70px;
 
    }
    .f-nav .header-wrapper .header-logo-sec img {
        width: 40px;
        height: 40px;
 
    }
    
    .banner-wrapper .service-item {
        font-size: 16px;
        padding: 0px 10px;
    }
    .banner-wrapper .banner-inner {
        align-items: flex-start;
     
    }
        .page-container {
        overflow: hidden;
    }
    .justify-content-menu {
        justify-content: space-around!important;
    }

    .header-wrapper .custom-header-container {
        padding: 0 10px;
    }
    .banner-wrapper .slick-arrow {
        top: 70%;
    }
    
    .banner-wrapper .slick-prev {
        left: 25px;
    }
    
   .banner-wrapper .slick-next {
        right: unset;
        left: 80px;
    }
    
    .gtranslate_wrapper .gt_container-32yggq a.glink span {
        font-size: 10px!important;
    }
    .header-wrapper .header-button a {
        padding: 10px 10px;
        
    }
    p {
        line-height: 1.5!important;
    }
    .custom-container {
        padding: 100px 6% 50px;
    }

    .hotel-counter-section .counter-item {
        padding: 15px 15px;
    }

    .footer-block h4::after {
        margin-top: 8px !important;
        margin: auto;
    }
    .header-wrapper .header-menu ul {
        gap: 0px;
    }
    .col-lg-4.about-img-left.aos-init.aos-animate {
        padding: 0px;
    }
    .col-lg-4.about-img-right.aos-init.aos-animate {
          padding: 0px;
	}
	.room-card { 
		padding: 5px 10px;
	}
	.room-count {
       font-size: 28px;
	}
	.room-card h4 {
		font-size: 12px;
	}
 
}
 


@media (max-width: 992px) {

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
        width: 18px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        width: 30px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        width: 40px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 
    .mega-toggle-animated-slider .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 
    .mega-toggle-animated-slider .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 
    .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        animation: widthPulse 1.8s ease-in-out infinite;
    }

    /* Stagger animation */
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 
    .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        animation-delay: .2s;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 
    .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        animation-delay: .4s;
    }

     
    @keyframes widthPulse {
        0% {
            width: 18px;
        }
        50% {
            width: 40px;
        }
        100% {
            width: 18px;
        }
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #ffffff;
    }

    .header-wrapper .header-toggle {
        display: none;
    }

    .header-wrapper .header-menu {
        display: flex;
        justify-content: flex-end;
        order: 3;
    }

    .header-wrapper .header-menu ul {
        display: none;
    }

   .header-wrapper .header-logo-sec {
        text-align: center;
        order: 1;
    }

    .header-wrapper .language {
        justify-content: flex-end;
    }

    .header-wrapper .header-button {
        display: block !important;
        order: 2;
        text-align: right;
    }
       .banner-wrapper {
        margin-top: 0px;
        height: 80vh;
    }

    .banner-wrapper .banner-slider, .banner-wrapper .banner-slide {
        height: 80vh;
    }

    .banner-wrapper .banner-title {
        font-size: 36px;
        text-align: left;
    }

    .banner-wrapper .banner-services {
        width: 90%;
        bottom: 20px;
    }

    .about-section::before {
        width: 360px;
        left: -120px;
        bottom: 20px;
        opacity: 0.25;
    }

    .about-section h2 {
        font-size: 30px;
    }

   
    .about-image-section .about-img-left img,
    .about-image-section .about-img-right img,
    .about-image-section .about-img-center {
        height: 300px;
    }

    .about-image-section .about-img-center::after {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .about-image-section .about-center-box h2 {
        font-size: 26px;
    }

       .hotel-counter-section {
        padding: 40px 0;
    }

    .hotel-counter-section .counter-number {
        font-size: 40px;
    }

      .service-scrolling-section .service-scroll-track span {
                font-size: 15px;
        margin-right: 40px;
    }

    .main-services-section .services-left {
        position: static;
        margin-bottom: 60px;
    }

    .main-services-section .services-title {
        font-size: 30px;
    }

    .main-services-section .service-item img {
        height: 450px;
    }

    .main-services-section .services-right {
        gap: 50px;
    }
      .main-services-section .services-buttons {
        max-width: 100%;
    }

    .main-services-section .services-big-heading {
        font-size: 24px;
    }

    .contact-map-section .custom-container {
        padding: 70px 6% 50px;
    }

    .gallery-section .gallery-title {
        font-size: 30px;
    }

    .gallery-section .gallery-header {
        margin-bottom: 50px;
    }

       .section-heading h2 {
        font-size: 30px;
    }

    .form-section,
    .map-section {
        margin-bottom: 25px;
        height: auto;
    }

        .page-title-section {
        height: 360px;
        margin-top: 20px;
    }

    .page-title-inner {
        padding-top: 120px;
    }

    .page-title {
        font-size: 34px;
    }

    .page-breadcrumbs {
        font-size: 14px;
    }
 

    .contact-page-section .contact-top-row {
        margin-bottom: 70px;
    }

    .contact-page-section .contact-info-box,
    .contact-page-section .contact-form-wrapper {
               padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .contact-page-section .contact-image-wrap img {
        margin-bottom: 20px;
    }

    .contact-page-section .contact-image-wrap {
        height: auto;
    }

    .about-overview-section .about-images-wrap {
        padding-right: 0;
        margin-bottom: 70px;
    }

    .about-overview-section .img-one {
        width: 100%;
        box-shadow: 0 30px 60px rgb(0 0 0 / 0%);
    }

    .about-overview-section .about-img img {
        width: 250px;
        height: 230px;
        object-fit: cover;
    }

    .about-overview-section .about-image-border {
        padding: 20px;
        display: inline-block;
    }

    .about-overview-section .img-two {
       position: relative;
        width: 100%;
        right: 0px;
        bottom: 0;
        margin-top: -35px;
        left: 25px;
    }

    .about-overview-section .custom-container {
        margin: 0 auto;
        padding: 100px 6% 100px;
    }

    .about-overview-section .about-content-col {
        padding-left: 0;
        text-align: center;
    }

    .about-overview-section .about-title {
        font-size: 30px;
    }

    
    .principles-cards-row {
        gap: 24px;
    }

    .principle-card {
        padding: 24px 12px;
    }

    .principles-title {
        font-size: 30px;
    }

    .principles-intro,
    .principles-footer-text p {
        font-size: 15px;
    }
 
    .footer-left {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-right {
        text-align: center;
    }

    .footer-contact .contact-item,
    .footer-mega-menu ul li {
        justify-content: center;
    }
    .main-services-section .service-content h4 {
        font-size: 15px;
       
    }
    .main-services-section .service-content {
        width: 95%;
        padding: 26px 10px;
    }
    .main-services-section .service-content p {
      font-size: 12px;
        color: #ffffff;
        margin-bottom: 0px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
   .page-container {
    overflow: hidden;
}
    .col-lg-2.col-4.social-media {
        text-align: right;
        display: none;
    }
        .header-book {
        display: none;
    }
}

@media (min-width: 991.98px) and (max-width: 1350px) {
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px;
        font-size: 11px;
     
    }
    .header-wrapper .header-button a {
        padding: 10px 8px;
        font-size: 10px;
    }
}