/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 About Section
		3.1 About Style 2
		3.2 About Style 3
		3.3 About Style 4
    4.0 Service Section
		4.1 Service Style 2
		4.2 Service Style 3
    5.0 Projects Section
		5.1 Project Style 2
    6.0 Projects Single Section
    7.0 Counter Section
    8.0 Team Section
    9.0 Testimonial Section
    10.0 CTA Section
    11.0 Hero Section
		11.1 Video Hero
    12.0 Page Header Section
    13.0 404 Error Section
    14.0 Contact Section
		14.1 Form Style
		14.2 Google Map
    15.0 Blog Section
		15.1 Pagination
		15.2 Sidebar Style
		15.3 Search Form Style
		15.4 Thumbnails Post Style
		15.5 Tag Cloud Style
    16.0 Blog Single Section
		16.1 Blog Quote
		16.2 Post Tags Style
		16.3 Author Box Style
		16.4 Post Navigation
		16.5 Comments Style
    17.0 Sponsor Section
    18.0 Widget Section
	19.0 Footer Section
	20.0 Scroll To Top
    
    ==========================================================================
    Arkit By DynamicLayers
    ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:600,700|Work+Sans:600&display=swap");

/*  ==========================================================================
    Common Styles
    ========================================================================== */

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

::selection {
    background-color: #c59d60;
    color: #fff;
}

-webkit-::selection {
    background-color: #c59d60;
    color: #fff;
}

::-moz-selection {
    background-color: #c59d60;
    color: #fff;
}

.mh650 {
    min-height: 650px!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #263a4f;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
    color: #fff;
}

.bg-dark p,
.bg-dark span {
    color: #999;
}

h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 10px;
    color: #263a4f;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #263a4f;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
    background: none;
}


/* Helper Class */

.padding {
    padding: 60px 0;
}

.padding-60 {
    padding: 60px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f9fafa;
}

.bg-dark {
    background-color: #242323 !important;
}

.bd-top {
    border-top: 1px solid #e5e5e5;
}

.bd-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


/* Preloader Styles */

.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.site-preloader-wrap .spinner {
    background-color: #c59d60;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/* Button Style */

.btn_group {}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    background-color: #263a4f;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    border-radius: 30px;
}

.default-btn:hover {
    background-color: #c59d60;
    color: #fff;
}


/*section-heading*/

.section-heading h2 {
    font-size: 32px;
    display: block;
}

.section-heading span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    color: #263a4f;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}


/* .section-heading span:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: -15px;
    top: -5px;
    border: 3px solid #c59d60;
    opacity: 0.5;
    z-index: -1;
} */

.section-heading span:before {
    position: absolute;
    content: "";
    width: 40px;
    /* adjust size to fit your image */
    height: 40px;
    left: -45px;
    /* adjust positioning */
    top: -10px;
    background-image: url("../img/favicon.png");
    /* replace with your image path */
    background-size: contain;
    /* keep full image */
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 1;
    /* optional */
}


/*Section Heading For Dark Background*/

.bg-dark .section-heading span {
    color: #ddd;
}

.bg-dark .section-heading h2 {
    color: #fff;
}


/* Transition Effect */

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* ==========================================================================
   Header Section
   ========================================================================== */

.header-section {
    /* background-color: #fff; */
    background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    /* height: 80px; */
    z-index: 99999999;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 0 10px;
}

.navbar-fixed-top.header-section {
    background: #fff !important;
    -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
    box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
    height: 120px;
    border-bottom: 0;
    padding: 0px 0 0px;
    position: fixed;
}

.navbar-fixed-top ul.nav>li>a {
    color: #263a4f;
}

.navbar-fixed-top ul.nav>li>a:hover,
.navbar-fixed-top ul.nav>li>a:focus,
.navbar-fixed-top ul.nav>li.active>a {
    color: #263a4f;
}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #333;
    font-family: "Poppins", sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

.navbar-brand .logo {
    width: 200px;
}


/*Dropdown Style
==================*/

#mainmenu li ul {
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

#mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
    padding: 0;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #8d9aa8;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li>ul>li:hover a {
    background-color: #c59d60;
    color: #fff;
}

#mainmenu li>ul ul {
    background-color: #fff;
    left: 200px;
}

#mainmenu li>ul li:hover>ul li a {
    color: #777;
}

#mainmenu li ul li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#mainmenu li>ul li:hover>ul li>a:hover {
    background-color: transparent;
    color: #fff;
}

#mainmenu li ul li li a:hover {
    color: #ffca3f !important;
}


/* Nav Menu */

#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav {}

ul.nav>li {
    position: relative;
}

ul.nav>li>a {
    color: #ffffff;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
}

ul.nav li.phone {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #263a4f;
    font-weight: 600;
    line-height: 80px;
    padding-left: 15px;
}

ul.nav li.phone button {
    display: inline-block;
    padding: 10px 24px;
    margin: 5px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

ul.nav li.phone i {
    color: #c59d60;
    margin-right: 5px;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    background: none;
    color: #c59d60;
    opacity: 1;
}

.menu-btn {
    margin-left: 10px;
    margin-top: 10px;
}


/*Mobile Menu */

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    z-index: 999;
}

.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_btn {
    background-color: transparent;
    margin: 15px 10px 27px;
}

.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: #444;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #333;
}


/* ==========================================================================
   About Section
   ========================================================================== */

.about-section {}

.about-wrap {}

.about-content {}

.about-content h2 {
    margin-bottom: 30px;
}

.about-content .default-btn {
    margin-top: 10px;
}

.about-bg {
    background-image: url(../img/about.webp);
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    top: 0;
    right: 0;
    position: relative;
}

.dots {
    position: absolute;
    left: -80px;
    top: 150px;
    width: 50%;
    height: 50%;
    background: url(../img/dots.png) 0 0 repeat;
    z-index: -1;
}

.year-content {
    position: absolute;
    width: auto;
    height: auto;
    left: 80px;
    top: 150px;
}

.year-content h2 {
    color: #263a4f;
    font-size: 100px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.year-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border: 5px solid #c59d60;
    left: -10px;
    top: -80px;
    z-index: -1;
}

.year-content span {
    font-family: "Poppins", sans-serif;
    color: #263a4f;
    text-transform: uppercase;
    font-weight: 600;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    /* max-width: 500px; */
}

.image-wrapper .dots {
    position: absolute;
    left: -62px;
    top: 0px;
    width: 30%;
    height: 100%;
    background: url(../img/dots.png) 0 0 repeat;
    z-index: -1;
}

.image-wrapper img {
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.image-wrapper img.main-img {
    width: 100%;
    visibility: hidden;
}

.image-wrapper img.overlap-img {
    position: absolute;
    width: 90%;
    bottom: -90px;
    right: -40px;
    border: 4px solid #fff;
    z-index: 1;
}


/* Play Button */

.play-btn {
    position: absolute;
    top: 15%;
    left: 70%;
    transform: translate(-50%, -50%);
    background: #c59d60;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

#videoModal {
    z-index: 10500000;
}

.play-btn:hover {
    background: #d72d4f;
}


/* Ripple Animation */

.play-btn::before,
.play-btn::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border: 2px solid #c59d60;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.8s infinite;
    z-index: -1;
}

.play-btn::after {
    animation-delay: 0.9s;
    /* second ripple */
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}


/* About Style 2
===============*/

.about-wrap {
    display: flex;
    align-items: center;
}

.section-2 .about-content {}

.section-2 .about-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-list {}

.about-list li {
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #263a4f;
}

.about-list li i {
    font-size: 10px;
    color: #c59d60;
    margin-right: 10px;
}

.year-box {
    padding-left: 150px;
}

.year-text-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.year-bg {
    padding: 60px;
    background-size: 100%;
    background-position: top center;
    width: auto;
    position: relative;
}

.year-bg:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff;
}

.year-info {
    color: #263a4f;
    font-size: 30px;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
}

.year-tittle {
    background: inherit;
    font-size: 200px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    font-weight: 700;
    letter-spacing: -2px;
}

.year-description {
    font-family: "Poppins", sans-serif;
    color: #263a4f;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}


/* About Syle 3*/

.about-section.bg-dark {}

.about-section.bg-dark .about-list li {
    color: #fff;
}


/* Video Box
=============*/

.about-section.bg-dark .video-play-bg {
    background-image: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.about-section.bg-dark .play-icon {
    background-color: #c59d60;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.about-section.bg-dark .play-icon:hover {
    transform: scale(1.1);
    color: #fff;
}


/* About Style 4*/

.about-section .about-slider-wrap {
    background-image: url(../img/about-slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
    padding-right: 30px;
}

.about-carousel {
    width: 400px;
    height: auto;
    padding: 100px 0;
    margin-left: auto;
}


/* Nav Style
=============*/

.about-carousel.carousel-nav .owl-nav div {
    background-color: #fff;
    width: 80px;
}

.carousel-nav .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    bottom: 100px;
    z-index: 1;
    display: inline-block;
}

.carousel-nav .owl-nav div {
    background-color: #f2f2f2;
    display: inline-block;
    color: #999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.carousel-nav .owl-nav div:hover {
    color: #222;
}


/* ==========================================================================
   Service Section
   ========================================================================== */

.service-section {
    position: relative;
    z-index: 1;
}

.service-wrap {}

.service-item {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-thumb {
    overflow: hidden;
    z-index: -1;
}

.service-item:hover {
    cursor: pointer;
}

.service-content {
    padding: 0 30px 30px 30px;
    margin-top: -30px;
}

.service-content i {
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 1;
    font-size: 35px;
}

.service-content i:before {
    background-color: #c59d60;
    border-radius: 2px;
    padding: 10px;
}

.service-item a {
    color: #263a4f;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    /*display: none;*/
    text-decoration: underline;
    text-underline-position: under;
}

.service-item a:hover {
    color: #c59d60;
}


/* Service Style 2
====================*/

.section-2 .service-item {
    background-color: #fff;
    padding: 40px;
    padding-top: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.section-2 .service-item:hover {
    background-color: #c59d60;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.section-2 .service-item:hover i,
.section-2 .service-item:hover h3,
.section-2 .service-item:hover p,
.section-2 .service-item:hover a {
    color: #fff;
}

.section-2 .service-item i {
    color: #c59d60;
    margin-bottom: 10px;
    display: block;
}

.section-2 .service-item h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1px;
}


/*Dark Background*/

.bg-dark .service-item {
    background-color: #242323;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid #c59d60;
}


/* Service Style 3
====================*/

.service-box {
    display: flex;
    align-items: center;
}

.service-box i {}

.service-box i:before {
    background-color: #c59d60;
    padding: 15px;
    color: #fff;
    border-radius: 2px;
}

.service-box .service-info {
    padding-left: 20px;
}

.service-box .service-info h3 {
    margin-bottom: 5px;
}

.service-box .service-info p {
    margin-bottom: 0;
}


/* ==========================================================================
   Projects Section
   ========================================================================== */

.projects-section {}

.projects-section .container-fluid {
    padding: 0;
}

.projects-carousel {}

.project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-item .overlay {
    background-color: rgb(238 59 94 / 54%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.project-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
}

.projects-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 50px;
    z-index: 1;
    transform: translateY(20px);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .projects-content {
    transform: translateY(0);
}

.projects-content .category {
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.projects-content .tittle {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
}

.project-item .view-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 40px;
    top: 30px;
    display: block;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .view-icon {
    cursor: pointer;
    right: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}


/* Project Style 2
===================*/

.project-2 {
    position: relative;
    z-index: 1;
}

.project-2 .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-2 .project-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.project-2 .project-item .project-thumb {
    width: 100%;
    height: 100%;
}

.project-2 .project-item .project-content {
    padding: 50px;
}

.project-2 .project-item .project-content h3 a {
    color: #263a4f;
}

.project-2 .project-item .project-content h3 a:hover {
    text-decoration: underline;
    color: #c59d60;
}

.project-2 .project-item .project-content p {
    margin-bottom: 30px;
}


/* ==========================================================================
   Projects Single Section
   ========================================================================== */

.project-single-section {
    position: relative;
    z-index: 1;
}

.project-single-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-single-content {
    background-color: #fff;
    padding: 50px 30px;
}

.project-single-content p,
.project-single-content h2 {
    margin-bottom: 20px;
}

.project-single-content .project-details li {
    line-height: 40px;
}

.project-single-content .project-details span {
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #263a4f;
    font-size: 14px;
    letter-spacing: 0;
    width: 150px;
    display: inline-block;
}


/* ==========================================================================
   Counter Section
   ========================================================================== */

.counter-content {
    text-align: center;
}

.counter-content h2 {
    font-size: 48px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.counter-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: -55px;
    top: -20px;
    border: 5px solid #c59d60;
    opacity: 0.5;
    z-index: -1;
}

.counter-content span {
    font-family: "Poppins", sans-serif;
    font-style: 12px;
    color: #263a4f;
    font-weight: 600;
    padding-left: 20px;
    display: block;
}

.counter-section.bg-dark {}

.counter-section.bg-dark span {
    color: #fff;
}


/* ==========================================================================
   Team Section
   ========================================================================== */

.team-section {}

.bg-dark {
    position: relative;
    z-index: 1;
}

.team-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.team-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-item img {
    width: 100%;
}

.team-item .team-content {
    display: block;
}

.team-item .team-content h3 {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: -58px;
    background-color: #fff;
    box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, 0.15);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding: 10px 15px;
    font-size: 16px;
    z-index: 2;
}


/*Dark Background*/

.bg-dark .team-item .team-content h3 {
    color: #263a4f;
}

.team-item .team-content span {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
    padding: 5px 10px;
    background-color: #c59d60;
    box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

.team-item .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s linear;
}

.team-item .team-social li {
    transform: translateX(100px);
    transition: all 0.3s linear;
}

.team-item .team-social li:nth-child(1) {
    transition-delay: 0ms;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: 100ms;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: 150ms;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: 200ms;
}

.team-item:hover .team-social li {
    transform: translateX(0);
}

.team-item .team-social li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.team-item:hover img {
    transform: scale(1.08);
    cursor: pointer;
}

.team-item:hover .team-social {
    visibility: visible;
    opacity: 1;
}

.team-item .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.team-item:hover .overlay {
    visibility: visible;
    opacity: 1;
}


/* ==========================================================================
   Testimonial Section
   ========================================================================== */


/*.testimonial-section {
    position: relative;
    z-index: 1;
}

.testimonial-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}



.bg-dark .dots {
    opacity: 0.1;
}

.testi-item img {
    width: 100px !important;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.testi-content {
    padding-left: 20px;
}

.testi-content h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
}

.testi-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
}

.testi-item {
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-left: 4px solid #c59d60;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #c59d60;
    opacity: 0.5;
}



.testi-content .rattings {
    display: inline-block;
    margin-left: 5px;
}

.testi-content .rattings li {
    display: inline-block;
}

.testi-content .rattings li i {
    font-size: 10px;
    color: #c59d60;
    display: inline-block;
}



.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #555;
    margin: 0 3px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #c59d60;
}*/


/* ==========================================================================
   Testimonial Section
   ========================================================================== */

.testimonial-section {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-color: #f8f8f8;
    /* soft grey background */
}

.testimonial-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
}


/* Dark background support */

.bg-dark .testimonial-section .dots {
    opacity: 0.1;
}


/* Testimonial item card */

.testi-item {
    background-color: #ffffff;
    position: relative;
    padding: 32px 32px 40px;
    border-radius: 18px;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}


/* Main quote icon */

.testi-quote-icon {
    font-size: 30px;
    color: #c59d60;
    margin-bottom: 16px;
}


/* Quote text */

.testi-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
    font-style: italic;
}


/* Hide old layout dependencies */

.testi-content {
    padding-left: 0;
}


/* Ratings (stars) */

.testi-content .rattings {
    display: inline-flex;
    gap: 4px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.testi-content .rattings li {
    display: inline-block;
}

.testi-content .rattings li i {
    font-size: 11px;
    color: #c59d60;
}


/* Owl dots styling */

.testimonial-carousel .owl-dots {
    width: 100%;
    margin-top: 28px;
    text-align: center;
    position: relative;
}

.testimonial-carousel .owl-dot {
    display: inline-block;
}

.testimonial-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background-color: #c4c4c4;
    margin: 0 4px;
    display: inline-block;
    transition: all 0.25s ease;
}

.testimonial-carousel .owl-dot.active span {
    width: 24px;
    background-color: #c59d60;
}


/* Optional: small hover effect on card */

.testi-item:hover {
    transform: translateY(-3px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
}


/* Responsive tweak */

@media (max-width: 575px) {
    .testi-item {
        padding: 24px 20px 30px;
    }
}


/* ==========================================================================
   CTA Section
   ========================================================================== */

.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.cta-content h2 {
    color: #fff;
}

.cta-content p {
    color: #ddd;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
    background-image: url(../img/home-classic-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 62px;
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.hero-content p {
    color: #ddd;
}

.hero-section .scroll-down {
    width: 2px;
    height: 80px;
    position: absolute;
    left: calc(50% - 1px);
    bottom: 100px;
    overflow: hidden;
}

.hero-section .scroll-down:before {
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: scroll-down 2s ease-in-out forwards infinite;
    animation: scroll-down 2s ease-in-out forwards infinite;
}

@-webkit-keyframes scroll-down {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

@keyframes scroll-down {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}


/*Video Hero
=============*/

.hero-section.video-hero {}

.hero-section.video-hero {
    background-image: url(../img/home-video-background.jpg);
}

.hero-section.video-hero:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-hero h1 {
    font-size: 42px;
}

.hero-section .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* ==========================================================================
   Page Header Section
   ========================================================================== */

.page-header {
    background-image: url(../img/page-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-header:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-content {}

.page-content h2 {
    color: #fff;
    font-size: 45px;
}

.page-content p {
    color: #ddd;
    margin: 0;
}


/* ==========================================================================
   404 Error Section
   ========================================================================== */

.error-section {}

.error-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content img {
    max-width: 100%;
}

.error-content .error-info {
    padding-left: 50px;
    text-align: center;
}

.error-content .error-info h2 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}

.error-content .error-info a {
    color: #263a4f;
    font-weight: 600;
    text-decoration: underline;
}

.error-content .error-info a:hover {
    color: #c59d60;
}


/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.contact-info h3 {
    line-height: 28px;
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px;
}

.contact-info span {
    text-transform: uppercase;
    margin-right: 5px;
}


/* Form Style
===============*/

.form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #c59d60;
    box-shadow: none;
    outline: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}


/* Google Map*/

#google-map {
    width: 100%;
    height: 400px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-section {
    background: #f6f2ec;
}

.blog-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.blog-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.blog-wrap {}

.blog-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: #c59d60;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    margin-bottom: -14px;
}

.blog-item .blog-thumb .category a {
    color: #fff;
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
}

.blog-content {
    background-color: #f9fafa;
    padding: 25px;
}

.amenities {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px 0px 0px 0px;
}

.amenities li {
    font-size: 15px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #444;
    text-align: center;
}

.tb {
    color: #000;
}

.amenities li i {
    color: #8e8e8e;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
    transition: transform 0.3s ease, color 0.3s ease;
}

.amenities li:hover i {
    transform: scale(1.2);
    color: #c59d60;
    /* darker shade on hover */
}


/* Center button group */

.btn-group-center {
    /*display: flex;*/
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}


/* Base style for both buttons
.btn-read,
.btn-book {
    display: inline-block;
    padding: 10px 24px;
    margin: 5px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-read {
    background-color: transparent;
    border: 2px solid #263a4f;
    color: #263a4f;
}

.btn-read:hover {
    background-color: #c59d60;
    color: #fff;
    box-shadow: 0 4px 10px rgba(238, 59, 94, 0.4);
    transform: translateY(-2px);
	border: 2px solid #c59d60;
}


.btn-book {
    background-color: #263a4f;
    color: #fff;
    border: 2px solid #263a4f;
}

.btn-book:hover {
    background-color: #c59d60;
    darker shade
    box-shadow: 0 4px 10px rgba(238, 59, 94, 0.4);
    transform: translateY(-2px);
	border: 2px solid #c59d60;
}
 */

.btn-read {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
    color: #263a4f;
}

.btn-read:hover {
    color: #c59d60;
    /* text-decoration: underline; */
    text-underline-position: under;
    transform: translateY(-2px);
}

.btn-book {
    background-color: #263a4f;
    color: #fff;
    /* border: 2px solid #263a4f; */
    /* float: right; */
    padding: 1px 5px;
}

.btn-book:hover {
    background-color: #c59d60;
    /* box-shadow: 0 4px 10px rgba(238, 59, 94, 0.4); */
    transform: translateY(-2px);
    /* border: 2px solid #c59d60; */
}


/*Bg-dark*/

.bg-dark .blog-content {
    background-color: #242323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 5px solid #c59d60;
}

.bg-dark .blog-content h3 a {
    color: #fff;
}

.bg-dark .blog-content p {
    color: #999;
}

.bg-dark .blog-content .read-more {
    color: #fff;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: #263a4f;
    font-size: 18px;
    line-height: 24px;
}

.blog-content h3 a:hover {
    color: #c59d60;
}

.blog-content .read-more {
    font-family: "Work Sans", sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: #c59d60;
}

.blog-content .read-more:before {
    background-color: #c59d60;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);
}


/* Pagination 
=============== */

.pagination-wrap {}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #c59d60;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #c59d60;
    border: 1px solid #c59d60;
    color: #fff;
}


/* Sidebar Style
===============*/

.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #c59d60;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}


/* Search Form Style
===================*/

.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #8d9aa8 !important;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d9aa8 !important;
}

.search-form input:-ms-input-placeholder {
    color: #8d9aa8 !important;
}


/* Thumbnails Post Style
========================*/

.thumb-post {}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;
}

.thumb-post li a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #c59d60;
    text-decoration: underline;
}


/* Tag Cloud Style
==================*/

.widget-content .tags {}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #c59d60;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


/* ==========================================================================
   Blog Single Section
   ========================================================================== */

.blog-thumb {}

.blog-thumb img {
    margin-bottom: 20px;
}

.blog-single-content {}

.blog-single-content h2 a {
    font-size: 28px;
    color: #263a4f;
}

.blog-single-content h2 a:hover {
    color: #c59d60;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #c59d60;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
}


/* Blog Quote
===============*/

blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #c59d60;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

blockquote p {
    color: #263a4f;
    font-size: 20px;
}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #263a4f;
}


/* Faq Section
=============== */

.footer-about-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}

.footer-about-social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-about-social-list a+a {
    margin-left: 15px;
}

.footer-about-social-list a:hover {
    background-color: transparent;
    color: #aa8453;
}

.footer-explore-list li+li {
    margin-top: 3px;
}

.faq-section {
    padding: 0px 0px 20px 0;
}

.faq-image {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer;
}

.faq-item h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-size: 1.1rem; */
    margin-bottom: 0 !important;
}

.faq-item p {
    display: none;
    margin-top: 10px;
    color: #555;
}

.faq-item ul {
    display: none;
    margin-top: 10px;
    color: #555;
}

.faq-item.active ul {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}

.faq-item.active p {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}

.faq-icon {
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Post Tags Style
==================*/

.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #c59d60;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


/* Author Box Style
====================*/

.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #c59d60;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #263a4f;
}

.author-box .social-icon li a:hover {
    color: #c59d60;
}


/* Post Navigation
====================*/

.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #c59d60;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}


/* destination section
=======================*/

.destination-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.destination-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.destination-card img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.destination-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.destination-card .card-body {
    text-align: center;
    padding: 20px;
    border-bottom: 2px solid #eee;
    box-shadow: 2px 2px 3px #999;
}

.destination-card h5 {
    color: #2b6777;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-weight: 700;
    color: #1a2e35;
}

.service-section .default-btn {
    margin-top: 40px;
}


/* Comments Style
==================*/

.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li>div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li>div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c59d60;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #c59d60;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #c59d60;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Work Sans", sans-serif;
    max-width: 180px;
    background-color: #c59d60;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}


/* ==========================================================================
   Sponsor Section
   ========================================================================== */

.sponsor-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.sponsor-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.sponsor-item {}

.sponsor-item img {
    opacity: 0.5;
}

.sponsor-item:hover img {
    opacity: 1;
    cursor: pointer;
}


/* ==========================================================================
   Widget Section
   ========================================================================== */

.widget-section {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}


/*Dark Background*/

.widget-section.bg-dark {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget-content {}

.widget-content img {
    margin-bottom: 20px;
}

.widget-content h4 {}

.widget-content p {}

.widget-content span {
    display: block;
}

.widget-content .widget-links {}

.widget-content .widget-links li {}

.widget-content .widget-links li a {
    color: #8d9aa8;
    line-height: 1.9;
}

.widget-content .widget-links li a:hover {
    color: #c59d60;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 140px;
    border-radius: 2px;
}

.subscribe-form .submit-btn {
    background-color: #c59d60;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/* ==========================================================================
   Footer Section
   ========================================================================== */

.footer-section {
    background-color: #fff;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.footer-section p {
    font-size: 12px;
    color: #ababc7;
    margin: 0;
}


/* ==========================================================================
   Scroll To Top
   ========================================================================== */

#scroll-to-top {
    /* background-color: #c59d60; */
    display: none;
    /* width: 45px; */
    /* height: 45px; */
    text-align: center;
    font-size: 14px;
    /* border-radius: 50%; */
    line-height: 45px;
    color: #dc3545;
    position: fixed;
    bottom: 60px;
    right: 120px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #c59d60;
    color: #fff;
    opacity: 0.8;
    padding: 0 20px;
}

.social-dropdown {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
}

.social-toggle {
    width: 45px;
    height: 45px;
    background-color: #c59d60;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.social-toggle:hover {
    background-color: #5b4cdb;
}

.social-menu {
    position: absolute;
    bottom: 50px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-dropdown:hover .social-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.social-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-item:hover {
    transform: scale(1.1);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.instagram {
    background-color: #ff1462;
}

.linkedin {
    background-color: #0077b5;
}

.whatsapp {
    background-color: #48c859;
}


/* Contact Form Styles */

.contact-form {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 280px;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    transition: all 0.3s ease;
}

.contact-form.show {
    display: block;
}

.form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #6c757d;
}

.form-close:hover {
    color: #000;
}

.whatsapp_float {
    position: fixed;
    bottom: 30px;
    right: 20px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp_float img {
    width: 175px;
}


/* .parties .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
} */

.parties {
    position: relative;
    .card {
        border: none;
        background: #fff;
    }
    .card h6 {
        color: #c59d60;
        font-weight: 600;
        border-left: 4px solid #000000;
        padding-left: 8px;
        font-size: 22px;
    }
    .btn-primary {
        background-color: #c59d60;
        border: none;
    }
    .btn-primary:hover {
        background-color: #7b1638;
    }
    .form-control:focus {
        border-color: #c59d60;
        box-shadow: none;
    }
}

.video_section {
    position: relative;
    width: 100%;
    height: 100vh;
    /* FULL VIEWPORT HEIGHT */
    overflow: hidden;
}

.video_section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* IMPORTANT: covers without distortion */
}

.video_content {
    position: absolute;
    top: 60%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 0 15px;
}

.video_content h1 {
    white-space: nowrap;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 54px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    /* text-align: center; */
    /* font-family: "Bebas Neue", sans-serif; */
}

.video_content .dl-btn {
    background-color: #c59d60;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 12;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
}

.video_content p {
    color: #fff;
    margin: 15px 0 25px;
    font-size: 20px;
    line-height: 28px;
}

.video_content h2 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

.navbar-brand {
    position: relative;
}

.navbar-brand small {
    position: absolute;
    right: 30px;
    /* border: 0; */
    bottom: -2px;
    font-size: 12px;
    font-style: italic;
    color: #6d6c6c;
}


/* ============================
   Raga – Modern Events Section
   ============================ */


/*.Raga-eventsModern {
    padding: 80px 0 70px;
    background: #f6f2ec;
    position: relative;
}

.Raga-eventsModern:before {
    content: "";
    position: absolute;
    top: -80px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(200, 138, 56, 0.12);
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.Raga-eventsModern-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.09);
}

.Raga-eventsModern-media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.Raga-eventsModern-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(22,22,22,0.9);
    color: #fff;
    padding: 10px 18px 10px 14px;
    border-radius: 14px;
    font-size: .8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.Raga-eventsModern-badge span {
    background: #c08a38;
    color: #fff;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.Raga-eventsModern-small {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 170px;
    height: 120px;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 16px 35px rgba(0,0,0,0.15);
}

.Raga-eventsModern-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.Raga-eventsModern-content {
    padding-left: 35px;
}

.Raga-eventsModern-tag {
    display: inline-block;
    background: rgba(192, 138, 56, .12);
    color: #a86f26;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.Raga-eventsModern-content h2 {
    font-size: 2rem;
    color: #1f2733;
    line-height: 1.2;
    margin-bottom: 15px;
}

.Raga-eventsModern-content p {
    color: #5e677a;
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: 22px;
}

.Raga-eventsModern-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.Raga-eventsModern-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px 16px 12px;
    flex: 1 1 30%;
    min-width: 180px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    border: 1px solid rgba(192, 138, 56, 0.08);
}

.Raga-eventsModern-card h4 {
    font-size: .85rem;
    margin-bottom: 8px;
    color: #1b2430;
    font-weight: 700;
}

.Raga-eventsModern-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Raga-eventsModern-card ul li {
    font-size: .78rem;
    color: #677188;
    margin-bottom: 4px;
}

.Raga-eventsModern-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.Raga-eventsModern-btn {
    background: #c08a38;
    color: #fff;
    padding: 10px 25px;
    border-radius: 999px;
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
    transition: .2s;
}

.Raga-eventsModern-btn:hover {
    background: #a8712b;
    color: #fff;
}

.Raga-eventsModern-note {
    font-size: .78rem;
    color: #5e677a;
}

.Raga-eventsModern-note i {
    color: #c08a38;
    margin-right: 4px;
}


@media (max-width: 991px) {
    .Raga-eventsModern {
        padding: 60px 0 55px;
    }
    .Raga-eventsModern-content {
        padding-left: 0;
        margin-top: 35px;
    }
    .Raga-eventsModern-media img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .Raga-eventsModern-cards {
        flex-direction: column;
    }
    .Raga-eventsModern-media img {
        height: 300px;
    }
    .Raga-eventsModern-small {
        width: 130px;
        height: 95px;
    }
}*/


/* ============================
           Raga – Modern Events Section
           ============================ */

.Raga-eventsModern {
    padding: 70px 0 70px;
    background: #f6f2ec;
    position: relative;
}


/* .Raga-eventsModern:before {
    content: "";
    position: absolute;
    top: -145px;
    right: -150px;
    width: 320px;
    height: 320px;
    background: rgba(200, 138, 56, 0.12);
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
} */


/* Media / images */

.Raga-eventsModern-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
}

.Raga-eventsModern-media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.Raga-eventsModern-small {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 170px;
    height: 120px;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
    display: none;
}

.Raga-eventsModern-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* content */

.Raga-eventsModern-content {
    padding-left: 35px;
}

.Raga-eventsModern-tag {
    display: inline-block;
    background: rgba(192, 138, 56, 0.12);
    color: #a86f26;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.Raga-eventsModern-content h2 {
    font-size: 2rem;
    color: #1f2733;
    line-height: 1.2;
    margin-bottom: 15px;
}

.Raga-eventsModern-content p {
    color: #5e677a;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 22px;
}


/* ============================
           Seating Capacity – NEW layout
           ============================ */

.Raga-eventsModern-capacity {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 22px;
    margin-bottom: 22px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(192, 138, 56, 0.14);
    display: none;
}

.Raga-eventsModern-capacity-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.Raga-eventsModern-capacityMain-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(192, 138, 56, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.Raga-eventsModern-capacityMain-icon i {
    font-size: 1.2rem;
    color: #c08a38;
}

.Raga-eventsModern-capacity-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2733;
    line-height: 1.3;
}

.Raga-eventsModern-capacity-title span {
    display: block;
    font-weight: 400;
    font-size: 0.78rem;
    color: #7a8295;
    margin-top: 2px;
}


/* NEW grid layout */

.Raga-eventsModern-capacity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.Raga-eventsModern-capacity-item {
    background: #f9f4eb;
    border-radius: 14px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(192, 138, 56, 0.18);
}

.Raga-eventsModern-capacityItem-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.Raga-eventsModern-capacityItem-icon i {
    font-size: 0.9rem;
    color: #c08a38;
}

.Raga-eventsModern-capacityItem-text h4 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1b2430;
    margin: 0 0 2px;
}

.Raga-eventsModern-capacityItem-text p {
    font-size: 0.78rem;
    color: #5e677a;
    margin: 0;
}

.Raga-eventsModern-capacityItem-text p span {
    font-weight: 700;
    color: #c08a38;
}

.birthdaysec {
    margin-top: 30px;
    display: none;
}

.birthdaysec h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #1f2733;
    line-height: 1.2;
    margin-bottom: 15px;
}

.birthdaysec a {
    font-size: 40px;
    color: black;
    text-decoration: none;
    font-weight: 900;
}


/* Responsive */

@media (max-width: 991px) {
    .Raga-eventsModern-content {
        padding-left: 0;
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .Raga-eventsModern-media img {
        height: 320px;
    }
    .Raga-eventsModern-capacity-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================
   Raga – Dining Section
   ========================= */

.Raga-dining {
    /* background: #fff; */
    padding: 0px 0px 0px 0;
    position: relative;
    top: -70px;
}

.Raga-dining *,
.Raga-dining *::before,
.Raga-dining *::after {
    box-sizing: border-box;
}

.Raga-dining__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}


/* left floating photo */

.Raga-dining__float-img {
    position: absolute;
    top: 10px;
    left: -40px;
    width: 170px;
    aspect-ratio: 4/5;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 3;
}


/* show only on big screens */

@media (min-width: 1200px) {
    .Raga-dining__float-img {
        display: block;
    }
}


/* top bar */

.Raga-dining__hero {
    background: #f5f6f7;
    border-radius: 14px;
    padding: 26px 28px;
    display: flex;
    gap: 26px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.Raga-dining__hero-text {
    flex: 1 1 auto;
    text-align: center;
}

.Raga-eyebrow {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 11px;
    color: #c49337;
    margin-bottom: 0px;
    font-family: "Work Sans", sans-serif;
    margin-top: 10px;
}

.Raga-title {
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 10px 0;
    color: #181818;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.Raga-subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    /* max-width: 520px; */
    font-size: 14px;
    text-align: center;
}


/* hero buttons */

.Raga-dining__hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Raga-btn {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 999px;
    font-weight: 500;
    font-size: 13px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.Raga-btn--primary {
    background: #e1b952;
    color: #fff;
    padding: 9px 18px;
    box-shadow: 0 8px 18px rgba(225, 185, 82, 0.35);
}

.Raga-btn--ghost {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #101010;
    padding: 9px 18px;
}

.Raga-btn--primary-sm {
    background: #e1b952;
    color: #fff;
    padding: 7px 14px;
    font-size: 12.5px;
    box-shadow: 0 6px 13px rgba(225, 185, 82, 0.25);
}

.Raga-btn:hover {
    transform: translateY(-2px);
}


/* vertical text */

.Raga-dining__vertical-label {
    position: absolute;
    left: 4px;
    top: 330px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.3em;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    display: none;
}

@media (min-width: 1200px) {
    .Raga-dining__vertical-label {
        display: block;
    }
}


/* main layout wrapper – now using Bootstrap row/cols */

.Raga-dining__grid {
    /* margin-top: 55px;*/
    margin-top: 0px;
}

.Raga-dining__inner .Raga-dining__grid {
    padding-bottom: 40px;
    border-bottom: 2px solid #cea240;
}


/* card base */

.Raga-card {
    /* background: #f5f6f7; */
    /* border: 1px solid rgba(0, 0, 0, 0.03); */
    border-radius: 16px;
    padding: 26px 26px 22px 26px;
    /* box-shadow: 0 16px 36px rgba(0, 0, 0, 0.03); */
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.ml-105 {
    margin-left: -105px;
}

.mr-105 {
    margin-right: -105px;
}

.splbx img {
    width: 40%;
    position: absolute;
    right: 10px;
    bottom: 25px;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

.verc {
    display: flex;
    align-items: center;
    /* Vertically center */
    justify-content: center;
    /* Horizontally center */
}

.Raga-card__title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0f0f0f;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.Raga-card__desc {
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.6;
}


/* floating image inside left card (if you use it later) */

.Raga-card__float-img {
    position: absolute;
    right: -110px;
    top: -50px;
    width: 220px;
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    display: none;
}

@media (min-width: 1280px) {
    .Raga-card__float-img {
        display: block;
    }
}


/* enhanced details with icons */

.Raga-details--icons .Raga-details__row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.Raga-details.Raga-details--icons {
    display: none;
}

.Raga-details--icons dt {
    flex: 0 0 160px;
    font-weight: 500;
    color: #2e2e2e;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
}

.Raga-details--icons dd {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 13.5px;
}

.Raga-details--icons i {
    font-size: 16px;
    color: #c49337;
}


/* highlight info */

.Raga-highlight {
    background: rgba(225, 185, 82, 0.09);
    border: 1px solid rgba(225, 185, 82, 0.35);
    border-radius: 12px;
    padding: 10px 12px;
}

.Raga-highlight__title {
    margin: 0;
    font-size: 12.5px;
    color: #111;
    font-weight: 500;
}

.Raga-highlight__text {
    margin: 2px 0 0 0;
    font-size: 12.5px;
    color: rgba(0, 0, 0, 0.6);
}


/* right side stack */

.Raga-dining__right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}


/* top image card (Poornima) */

.Raga-visual-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /* min-height: 550px; */
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.Raga-visual-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 7px 14px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #111;
}

.Raga-dot {
    width: 9px;
    height: 9px;
    background: #c49337;
    border-radius: 999px;
    display: inline-block;
}

.Raga-visual-card__tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 12.5px;
}


/* right info card */

.Raga-card--info {
    background: #f7f8f8;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.Raga-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 6px;
}


/* chips */

.Raga-chip-group {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.Raga-chip {
    background: #fff;
    border: 1px solid rgba(226, 179, 63, 0.35);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11.5px;
    color: #111;
}


/* bottom wide image */

.Raga-dining__bottom-img {
    margin-top: 38px;
    width: 100%;
    margin-left: auto;
    background-size: cover;
    background-position: bottom;
    height: 250px;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .Raga-dining__bottom-img {
        width: 100%;
        margin-left: 0;
    }
}


/* responsive tweaks */

@media (max-width: 991.98px) {
    .Raga-dining__hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

.room-highlights {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.highlight-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    font-size: 16px;
    color: #5a3b1a;
    font-weight: 600;
}

.highlight-box i {
    font-size: 22px;
    color: #c89647;
    background: #fff8ee;
    padding: 10px;
    border-radius: 50%;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

.highlight-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    background: #fff9f2;
}


/* Mobile Responsive */

@media (max-width: 768px) {
    .room-highlights {
        gap: 20px;
        padding: 25px 15px;
    }
    .highlight-box {
        width: 100%;
        justify-content: center;
    }
}


/* -------------------------------------- */


/* -----------Accomidation-------------- */


/* ------------------------------------ */

.room-header-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-bottom: 100px;
}


/* Background image */

.room-header-section .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* KEY: makes it background-like */
    z-index: 0;
}


/* Dark overlay mask */

.room-header-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}


/* Content above image + overlay */

.room-header-section .container {
    position: relative;
    z-index: 2;
}


/* Title */

.room-title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}


/* Subheading */

.room-subheading {
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #eaeaea;
    margin-top: 12px;
}

.room-type {
    margin-bottom: 80px;
}

.room-type .about-room {
    padding-top: 80px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.parent {
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    grid-template-rows: repeat(2, 220px);
    gap: 12px;
}

.div1 {
    grid-row: span 2;
}

.div2,
.div3 {
    height: 100%;
}

.parent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.room-book-sticky {
    background: #fff;
    padding: 32px 26px;
    border-radius: 16px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.12);
    position: sticky;
    top: 150px;
}

.room-book-sticky h5 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
    border-bottom: 2px solid #c29b61;
    display: inline-block;
    padding-bottom: 4px;
}

.room-book-sticky ul {
    margin: 18px 0;
    padding-left: 0px;
}

.room-book-sticky ul li {
    font-size: 1rem;
    margin-bottom: 6px;
    color: #555;
}

.room-book-sticky p {
    color: #c29b61;
}

.room-book-sticky a {
    background: #c29b61;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease;
}

.room-book-sticky a:hover {
    background: #a5824d;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .room-book-sticky {
        position: static;
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .parent {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 200px);
    }
    .div1 {
        grid-row: auto;
    }
}


/* Room Content Section */

.room-content {
    padding: 30px 0px 0px 0px;
}

.room-content .about-room {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.8;
    font-size: 1rem;
    color: #444;
}

.room-content .about-room p {
    margin-bottom: 20px;
}

.room-content .room-amenities-section {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.07);
}

.room-content .room-amenities-section h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 28px 0 10px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 10px;
}

.room-content .room-amenities-section h5 i {
    font-size: 1.3rem;
    color: var(--primary-color);
}

.room-content .amenity-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 20px;
}

@media (min-width: 992px) {
    .room-content .amenity-list {
        grid-template-columns: 1fr 1fr;
    }
}

.amenity-list li {
    padding: 6px 0;
    color: #555;
    border-bottom: 1px solid #eee;
}

.amenity-list li:last-child {
    border-bottom: none;
}


/* ========== EVENTS & GATHERINGS CUSTOM STYLES ========== */

.Raga-ea-hero {
    padding: 0 0 40px;
}

.Raga-ea-hero.events-gatherings-hero {
    padding-top: 60px;
}

.Raga-ea-hero-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.Raga-ea-hero-text p {
    color: #555;
    margin-bottom: 10px;
}

.Raga-ea-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #f1e4d2;
    color: #7c5a2e;
    margin-bottom: 8px;
}

.Raga-ea-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.Raga-ea-pill {
    font-size: 13px;
    border-radius: 999px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e2d6c5;
    color: #444;
}

.Raga-ea-pill i {
    margin-right: 6px;
    color: #b0803f;
}


/* Hero Media */

.Raga-ea-hero-media {
    position: relative;
}

.Raga-ea-hero-main {
    width: 100%;
    padding-top: 65%;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.Raga-ea-hero-overlay-card {
    position: absolute;
    bottom: -60px;
    right: 10px;
    width: 70%;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.Raga-ea-hero-overlay-card h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.Raga-ea-hero-overlay-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.Raga-ea-hero-overlay-card li {
    font-size: 13px;
    color: #555;
}

.Raga-ea-hero-overlay-card li i {
    color: #b0803f;
    margin-right: 6px;
}


/* Section head */

.Raga-ea-section-head span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #b0803f;
    font-weight: 600;
}

.Raga-ea-section-head h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
}


/* Layout cards */

.Raga-ea-layout {
    padding: 70px 0 60px;
    background: #ffffff;
}

.Raga-ea-layout-card {
    text-align: center;
    padding: 20px 18px;
    border-radius: 16px;
    background: #faf7f3;
    border: 1px solid #eee0cf;
    transition: 0.3s ease;
    height: 100%;
}

.Raga-ea-layout-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.Raga-ea-layout-icon {
    font-size: 28px;
    color: #b0803f;
    margin-bottom: 10px;
}

.Raga-ea-layout-card h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

.Raga-ea-layout-card p {
    font-size: 14px;
    color: #555;
}


/* Features */

.Raga-ea-features {
    padding: 50px 0 40px;
    background: #f6f2ed;
}

.Raga-ea-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: left;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.Raga-ea-feature-card i {
    font-size: 24px;
    color: #b0803f;
    margin-bottom: 8px;
}

.Raga-ea-feature-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.Raga-ea-feature-card p {
    font-size: 14px;
    color: #555;
}


/* Split Cards */

.Raga-ea-split {
    padding: 50px 0;
    background: #fff;
}

.Raga-ea-split-card {
    border-radius: 18px;
    padding: 24px 22px;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #000;
}

.Raga-ea-split-card--wedding {
    background: #f5f6f7;
}

.Raga-ea-split-card--corporate {
    background: #faf7f3;
}

.Raga-ea-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 12px;
    margin-bottom: 10px;
}

.Raga-ea-chip i {
    font-size: 13px;
}

.Raga-ea-split-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}


/* Why section */

.Raga-ea-why {
    padding: 45px 0;
    background: #faf7f3;
}

.Raga-ea-why-item {
    text-align: center;
    padding: 18px 16px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eee0cf;
    height: 100%;
}

.Raga-ea-why-item i {
    font-size: 22px;
    color: #b0803f;
    margin-bottom: 6px;
}

.Raga-ea-why-item h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.Raga-ea-why-item p {
    font-size: 13px;
    color: #555;
}


/* CTA */

.Raga-ea-cta {
    position: relative;
    padding: 70px 0;
    background-image: url('../img/cta.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}

.Raga-ea-cta h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.Raga-ea-cta p {
    font-size: 15px;
    margin-bottom: 14px;
}

.Raga-ea-cta-contact {
    font-size: 14px;
    margin-top: 10px;
}


/* Responsive tweaks */

@media (max-width: 991.98px) {
    .Raga-ea-hero {
        padding-top: 40px;
    }
    .Raga-ea-hero-main {
        margin-bottom: 30px;
    }
    .Raga-ea-hero-overlay-card {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .Raga-ea-hero-text h2 {
        font-size: 26px;
    }
    .Raga-ea-section-head h2 {
        font-size: 24px;
    }
}


/* ========== TRAVEL DESK – NEW DESIGN ========== */

.Rg-Td-section {
    padding: 50px 0 55px;
    background-color: #fff;
}

.Rg-Td-shell>.row,
.Rg-Td-bottom {
    position: relative;
    z-index: 1;
}


/* Left text */

.Rg-Td-left {
    padding-right: 10px;
}

.Rg-Td-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #c59d60;
}

.Rg-Td-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 0;
}


/* Right layout */

.Rg-Td-right {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 16px;
    align-items: stretch;
}

.Rg-Td-imageBox {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(197, 157, 96, 0.3);
    background-color: #f5f6f7;
}

.Rg-Td-image {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}


/* List card */

.Rg-Td-listCard {
    border-radius: 18px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 14px 16px;
}

.Rg-Td-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Rg-Td-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #444444;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f3f3f3;
}

.Rg-Td-list li:last-child {
    border-bottom: none;
}

.Rg-Td-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #c59d60;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}


/* Bottom strip */

.Rg-Td-bottom {
    margin-top: 20px;
}

.Rg-Td-bottomInner {
    border-radius: 16px;
    background: #f5f6f7;
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    border-left: 4px solid #c59d60;
}

.Rg-Td-bottomLeft {
    flex: 0 0 auto;
}

.Rg-Td-bottomRight {
    flex: 1 1 0;
}

.Rg-Td-bottomTitle {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #c59d60;
}

.Rg-Td-bottomText {
    font-size: 14px;
    margin: 0;
    color: #444444;
}


/* Responsive */

@media (max-width: 991.98px) {
    .Rg-Td-section {
        padding-top: 45px;
    }
    .Rg-Td-left {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .Rg-Td-right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .Rg-Td-shell {
        padding: 20px 16px 18px;
    }
    .Rg-Td-title {
        font-size: 24px;
    }
    .Rg-Td-text {
        font-size: 15px;
    }
    .Rg-Td-bottomInner {
        padding: 10px 12px;
    }
    .Rg-Td-bottomTitle {
        font-size: 16px;
    }
    .Rg-Td-bottomText {
        font-size: 13px;
    }
}


/* ========== DAY-USE PACKAGES – NEW STYLE ========== */

.Rg-Du-section {
    padding: 50px 0 55px;
    background-color: #fff;
}

.Rg-Du-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 26px 24px 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}


/* soft decorative background shapes */

.Rg-Du-card::before,
.Rg-Du-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(197, 157, 96, 0.09);
    z-index: 0;
}

.Rg-Du-card::before {
    width: 200px;
    height: 200px;
    top: -80px;
    right: -50px;
}

.Rg-Du-card::after {
    width: 140px;
    height: 140px;
    bottom: -60px;
    left: -40px;
}


/* keep real content above shapes */

.Rg-Du-card>.row {
    position: relative;
    z-index: 1;
}


/* Left column */

.Rg-Du-left {
    padding-right: 10px;
}

.Rg-Du-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #c59d60;
}

.Rg-Du-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 10px;
}

.Rg-Du-note {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
}


/* Right column */

.Rg-Du-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


/* Image block */

.Rg-Du-media {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(197, 157, 96, 0.4);
    background-color: #f5f6f7;
    margin-top: 40px;
}

.Rg-Du-image {
    width: 100%;
    padding-top: 56%;
    background-size: cover;
    background-position: center;
}


/* Ideal For box */

.Rg-Du-idealBox {
    border-radius: 18px;
    background-color: #f5f6f7;
    padding: 14px 16px 16px;
    border: 1px solid #ececec;
}

.Rg-Du-idealTitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #c59d60;
}


/* pill grid */

.Rg-Du-idealGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.Rg-Du-pill {
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 999px;
    background-color: #ffffff;
    color: #444444;
    border: 1px solid #e6e6e6;
}


/* Responsive tweaks */

@media (max-width: 991.98px) {
    .Rg-Du-section {
        padding-top: 45px;
    }
    .Rg-Du-left {
        padding-right: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .Rg-Du-card {
        padding: 20px 16px 18px;
    }
    .Rg-Du-heading {
        font-size: 24px;
    }
    .Rg-Du-text {
        font-size: 15px;
    }
    .Rg-Du-idealGrid {
        grid-template-columns: 1fr;
    }
}


/* ========== GALLERY PAGE CUSTOM STYLES (Rg-Gal-) ========== */

.Rg-Gal-section {
    padding: 50px 0 55px;
    background-color: #fff;
}


/* Filter buttons */

.Rg-Gal-filterWrap {
    text-align: center;
    margin-bottom: 25px;
}

.Rg-Gal-filterBtn {
    display: inline-block;
    margin: 4px 6px;
    padding: 6px 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 999px;
    border: 1px solid #c59d60;
    background: #ffffff;
    color: #c59d60;
    cursor: pointer;
    transition: all 0.25s ease;
}

.Rg-Gal-filterBtn:hover,
.Rg-Gal-filterBtn.active {
    background: #c59d60;
    color: #ffffff;
}


/* Grid */

.Rg-Gal-grid {
    position: relative;
}

.Rg-Gal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}


/* Image Wrapper */

.Rg-Gal-imgWrap {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 25px;
}


/* Image */

.Rg-Gal-imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}


/* Overlay */

.Rg-Gal-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}


/* Image Wrapper */

.Rg-Gal-imgWrap {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 25px;
}


/* Image */

.Rg-Gal-imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}


/* Overlay Hidden Initially */

.Rg-Gal-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 60%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0;
    transition: 0.4s ease;
}


/* Show Overlay on Hover */

.Rg-Gal-imgWrap:hover .Rg-Gal-overlay {
    opacity: 1;
}


/* Optional: Slight zoom effect */

.Rg-Gal-imgWrap:hover img {
    transform: scale(1.08);
}


/* Hover Zoom */

.Rg-Gal-imgWrap:hover img {
    transform: scale(1.08);
}


/* Zig-Zag Effect (Safe Way) */

.Rg-Gal-item:nth-child(even) {
    margin-top: 50px;
}


/* Responsive */

@media (max-width: 992px) {
    .Rg-Gal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .Rg-Gal-item:nth-child(even) {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .Rg-Gal-grid {
        grid-template-columns: 1fr;
    }
}


/* FAQ PAGE STYLES */

.faq-section {
    padding: 10px 0 70px;
    overflow: hidden;
}

.faq-image img {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}


/* FAQ items */

#faqList {
    border-radius: 18px;
    background-color: #f5f6f7;
    padding: 18px 20px;
}

.faq-item {
    border-radius: 12px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 12px 14px;
    cursor: pointer;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid #eeeeee;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-icon {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    color: #c59d60;
}

.faq-item p,
.faq-item ul {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}

.faq-item ul {
    padding-left: 18px;
}

.faq-item.active {
    border-color: #c59d60;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}


/* Hide content when collapsed */

.faq-item p,
.faq-item ul {
    display: none;
}

.faq-item.active p,
.faq-item.active ul {
    display: block;
}


/* Responsive tweaks */

@media (max-width: 767.98px) {
    .faq-section {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .faq-item {
        padding: 10px 12px;
    }
    .faq-item h5 {
        font-size: 14px;
    }
    .faq-item p,
    .faq-item ul {
        font-size: 13px;
    }
}


/* ========== GOOGLE REVIEWS BLOCK (Rg-RvG-) ========== */

.Rg-RvG-section {
    padding: 0px 0 70px;
    background-color: #fff;
}


/* Left panel */

.Rg-RvG-panel {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 22px 20px 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0efe9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Rating badge */

.Rg-RvG-badge {
    text-align: left;
    margin-bottom: 14px;
}

.Rg-RvG-scoreBox {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.Rg-RvG-score {
    font-size: 40px;
    font-weight: 700;
    color: #c59d60;
}

.Rg-RvG-scoreOutOf {
    font-size: 18px;
    color: #777777;
}

.Rg-RvG-stars {
    font-size: 18px;
    color: #c59d60;
    margin: 4px 0 4px;
}

.Rg-RvG-label {
    font-size: 13px;
    color: #555555;
    margin-bottom: 0;
}


/* Text + buttons */

.Rg-RvG-text {
    font-size: 14px;
    color: #444444;
    margin-bottom: 12px;
}

.Rg-RvG-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Rg-RvG-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #c59d60;
    transition: all 0.2s ease;
}

.Rg-RvG-btnPrimary {
    background-color: #c59d60;
    color: #ffffff;
}

.Rg-RvG-btnPrimary:hover {
    background-color: #a27f45;
    color: #ffffff;
}

.Rg-RvG-btnGhost {
    background-color: #ffffff;
    color: #c59d60;
}

.Rg-RvG-btnGhost:hover {
    background-color: #f5f6f7;
}


/* Right map */

.Rg-RvG-mapWrap iframe {
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}


/* Explore Features */

.hotel-features {
    padding: 60px 0;
    /* background: #000000; */
    color: #fff;
    background-image: url(../img/Raga.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.feature-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.feature-box {
    border-bottom: 1px solid rgba(255, 215, 160, 0.3);
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-box h5 {
    color: #e2a42c;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.feature-box p {
    font-size: 14px;
    color: #ddd;
    margin: 0;
    line-height: 1.6;
}

.feature-box .icon {
    font-size: 28px;
    color: #e2a42c;
    margin-bottom: 10px;
    max-width: 100px;
}

.feature-box .icon img {
    max-width: 100%;
    height: auto;
}


/* Explore Features */


/* ================================
   Careers Section – RAGA Boutique
================================ */

.career-section {
    padding: 90px 0;
    background: #0f172a;
    /* deep elegant background */
    position: relative;
    overflow: hidden;
}

.career-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(206, 162, 64, 0.15);
    filter: blur(120px);
    border-radius: 50%;
}

.career-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 280px;
    height: 280px;
    background: rgba(206, 162, 64, 0.12);
    filter: blur(120px);
    border-radius: 50%;
}


/* Image Box */

.career-section .career-section__image {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.career-section .career-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.6s ease;
}

.career-section .career-section__image:hover img {
    transform: scale(1.12);
}

.career-section .career-section__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.7));
}


/* Content */

.career-section .career-section__content {
    padding-left: 40px;
    color: #e5e7eb;
}

.career-section .career-section__tagline {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #cea240;
    margin-bottom: 14px;
    font-weight: 600;
}


/* Heading */

.career-section .career-section__content h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 18px;
    line-height: 1.3;
}


/* Description */

.career-section .career-section__content p {
    font-size: 16px;
    line-height: 1.9;
    color: #cbd5e1;
    margin-bottom: 28px;
}


/* Points */

.career-section .career-section__points {
    list-style: none;
    padding: 0;
    margin-bottom: 36px;
}

.career-section .career-section__points li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #e2e8f0;
}

.career-section .career-section__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cea240;
    box-shadow: 0 0 0 4px rgba(206, 162, 64, 0.25);
}


/* CTA */

.career-section .career-section__cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 38px;
    background: transparent;
    border: 1px solid #cea240;
    color: #cea240;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
}

.career-section .career-section__cta a:hover {
    background: #cea240;
    color: #0f172a;
    box-shadow: 0 10px 30px rgba(206, 162, 64, 0.35);
}

.career-section .career-section__cta span {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #9ca3af;
    letter-spacing: 0.5px;
}


/* CTA Section */

.creative-cta {
    position: relative;
    padding: 100px 20px 100px;
    background: url(../img/Banners/Executive-rooms.webp) right center / cover no-repeat;
    display: flex;
    align-items: center;
}


/* Dark Overlay */

.creative-cta .creative-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}


/* Wrapper */

.creative-cta .creative-cta-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
}


/* Content Panel */

.creative-cta .creative-cta-panel {
    background: #dbdbdb;
    padding: 70px 60px;
    max-width: 100%;
    position: relative;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}


/* Gold Accent Frame */

.creative-cta .creative-cta-panel::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid #d1a643;
    z-index: -1;
}

.creative-cta .creative-cta-panel::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid #d1a643;
    z-index: -1;
}


/* Tag */

.creative-cta .creative-cta-tag {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #d1a643;
}


/* Title */

.creative-cta .creative-cta-title {
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0;
    color: #111;
    line-height: 1.3;
}


/* Text */

.creative-cta .creative-cta-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 35px;
}


/* Buttons */

.creative-cta .creative-cta-buttons {
    display: flex;
    gap: 15px;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.creative-cta .creative-btn {
    padding: 14px 35px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
    letter-spacing: 1px;
}


/* Book Button */

.creative-cta .creative-btn-book {
    background: #d1a643;
    color: #ffffff;
}

.creative-cta .creative-btn-book:hover {
    background: #111;
    color: #fff;
}


/* Call Button */

.creative-cta .creative-btn-call {
    border: 2px solid #d1a643;
    color: #111;
}

.creative-cta .creative-btn-call:hover {
    background: #d1a643;
}

.catering-card {
    background: #dfdfdf;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: 0.3s ease;
    position: relative;
    padding: 20px 35px 20px 20px;
    display: flex;
    gap: 20px;
    text-align: start;
}

.catering-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}


/* Perfect Circle Image */

.catering-img img {
    width: 190px;
    height: 170px;
    object-fit: cover;
    border-radius: 14px;
}


/* Content */

.catering-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 05px;
    color: #000;
}

.catering-content p {
    color: #000;
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 500px;
}

.read-link {
    color: #ff2d2d;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.read-link span {
    margin-left: 6px;
    transition: 0.3s ease;
}

.read-link:hover span {
    margin-left: 12px;
}


/* rooms */

.room-tabs-section {
    padding: 0px 0 0px;
    /* background: #f9fafb; */
    overflow: hidden;
    margin-top: 60px;
}

.room-carousel {
    position: relative;
}

.room-carousel .carousel-control-prev,
.room-carousel .carousel-control-next {
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.room-carousel .carousel-control-prev {
    left: 12px;
}

.room-carousel .carousel-control-next {
    right: 12px;
}

.room-carousel .carousel-control-prev-icon,
.room-carousel .carousel-control-next-icon {
    filter: invert(1);
}

.room-img {
    border-radius: 14px;
    height: auto;
    object-fit: cover;
}

.room-tabs .nav-link {
    border-radius: 50px;
    padding: 10px 28px;
    margin: 0 8px;
    font-weight: 600;
    color: #444;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    background: #fff;
}

.room-tabs .nav-link {
    position: relative;
}

.room-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #e1b952;
    /* gold triangle */
}

.room-tabs .nav-link.active {
    background: #e1b952;
    color: #fff;
    border-color: #dbb34c;
}

.room-card {
    background: #f9fafb;
    border-radius: 18px;
    padding: 0px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
}

.room-img {
    border-radius: 0px;
    width: 100%;
    object-fit: cover;
}


/* ===== ROOM CONTENT PREMIUM STYLE ===== */

.room-content {
    padding: 0px 30px;
    background: #f9fafb;
    border-radius: 16px;
    position: relative;
}


/* Title */

.room-content h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    color: #222;
}


/* Intro price label */

.room-content .room-tag-line {
    font-size: 16px;
    color: #666;
    margin: 0px 0 20px;
}

.price-tag {
    display: inline-block;
    background: #c89b3c15;
    color: #c89b3c;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}


/* Price lines */

.room-content p {
    font-size: 16px;
    margin-bottom: 6px;
    color: #444;
}

.room-content p strong {
    color: #000;
    font-weight: 600;
}


/* Features grid */

.room-features {
    margin: 22px 0 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
}

.room-features li {
    font-size: 15px;
    padding-left: 0px;
    position: relative;
    color: #555;
    list-style: none;
}


/* Buttons alignment */

.room-buttons {
    margin-top: 10px;
}


/* Responsive tuning */

.room-buttons a {
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    margin-right: 10px;
    transition: 0.3s ease;
}

.btn-read {
    border: 1px solid #000;
    color: #000;
}

.btn-read:hover {
    background: #000;
    color: #fff;
}

.btn-book {
    background: #c89b3c;
    color: #fff;
}

.btn-book:hover {
    background: #a97e27;
}

.restaurant-details {
    padding: 60px 0;
    background: #f9f9f9;
    margin-top: 70px;
}


/* Box */

.restaurant-details .detail-box {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.restaurant-details .detail-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}


/* Icon */

.restaurant-details .detail-icon {
    font-size: 28px;
    color: #dbb34c;
    margin-bottom: 12px;
}


/* Title */

.restaurant-details .detail-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}


/* Text */

.restaurant-details .detail-text {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}


/* Mobile spacing */

@media(max-width:576px) {
    .restaurant-details {
        padding: 40px 10px;
    }
    .restaurant-details .detail-text {
        font-size: 14px;
    }
}

.restaurant-features {
    padding: 50px 0;
    background: #ffffff;
}

.restaurant-features .feature-box-restaurant {
    padding: 25px 25px;
    border-radius: 10px;
    background: #f8f9fa;
    transition: 0.3s;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.restaurant-features .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}


/* Icon + Heading Row */

.restaurant-features .feature-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}


/* Icon */

.restaurant-features .feature-icon {
    font-size: 30px;
    color: #dbb34c;
}


/* Heading */

.restaurant-features h5 {
    margin: 0;
    font-weight: 600;
}


/* Text */

.restaurant-features p {
    margin: 0;
    color: #666;
    font-size: 16px;
}


/* Responsive */

@media (max-width: 991px) {
    .room-card {
        padding: 0px;
    }
    .room-content {
        padding: 30px;
    }
    .room-tabs .nav-link {
        padding: 10px 20px;
    }
    .room-tabs .nav-link {
        margin: 0 4px;
    }
}

@media(max-width:991px) {
    .room-content {
        padding: 25px 15px;
    }
    .room-content h3 {
        font-size: 24px;
    }
    .room-features {
        grid-template-columns: 1fr;
    }
    .room-tabs-section {
        padding: 50px 24px 50px;
        background: #e9eaeb;
        overflow: hidden;
    }
}


/* rooms */


/* Responsive */

@media (max-width: 768px) {
    .creative-cta {
        background-position: center;
    }
    .creative-cta .creative-cta-panel {
        padding: 40px 25px;
    }
    .creative-cta .creative-cta-title {
        font-size: 26px;
    }
}


/* Responsive */

@media (max-width: 991px) {
    .career-section {
        padding: 70px 0;
    }
    .career-section .career-section__content {
        padding-left: 0;
        margin-top: 30px;
    }
    .career-section .career-section__content h2 {
        font-size: 30px;
    }
}


/* Center oval image */


/* Responsive */

@media (max-width: 991px) {
    .feature-col {
        gap: 25px;
        text-align: center;
    }
    .feature-box {
        border: none;
    }
}


/* Responsive */

@media (max-width: 991.98px) {
    .Rg-RvG-section {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .Rg-RvG-panel {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .Rg-RvG-panel {
        padding: 18px 16px;
    }
    .Rg-RvG-score {
        font-size: 32px;
    }
    .Rg-RvG-text {
        font-size: 13px;
    }
    .Rg-RvG-btn {
        font-size: 12px;
        padding: 7px 9px;
    }
}

@media (max-width: 768px) {
    .image-wrapper img.overlap-img {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        border: 4px solid #fff;
        z-index: 1;
    }
    .Raga-dining__right {
        width: 100%;
    }
    .Raga-eventsModern {
        overflow: hidden;
    }
    .navbar-fixed-top.header-section {
        height: 150px;
    }
    .ml-105 {
        margin-left: 0px;
    }
    .Raga-dining__inner {
        max-width: auto;
        padding: 0px 0px;
    }
    .video_content {
        top: 80%;
    }
    .video_content h1 {
        white-space: unset;
        line-height: 35px;
        font-weight: 600;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 33px;
    }
    .Raga-dining {
        /* background: #fff; */
        padding: 0px 0px 0px 0;
        position: relative;
        top: 0;
        overflow: hidden;
    }
}


/* --------------------------------- */

.mobile-only {
    display: none;
}




    #bookNowBtn {
      background-color: #dbb24c;
      color: #fff;
      border: none;
      padding: 10px 24px;
      font-size: 15px;
      font-family: 'Georgia', serif;
      cursor: pointer;
      border-radius: 3px;
      transition: background 0.2s;
    }
    #bookNowBtn:hover { background-color: #c9a03c; }

    .overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.4);
      z-index: 999;
      align-items: center;
      justify-content: center;
    }
    .overlay.active { display: flex; }

    .popup {
      background: #fff;
      border-radius: 8px;
      padding: 36px 40px 32px;
      width: 280px;
      text-align: center;
      box-shadow: 0 8px 32px rgba(0,0,0,0.15);
      position: relative;
      animation: fadeUp 0.22s ease;
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .close-btn-two{
      position: absolute;
      top: 10px;
      right: 14px;
      background: none;
      border: none;
      font-size: 20px;
      color: #bbb;
      cursor: pointer;
      line-height: 1;
    }
    .close-btn-two:hover { color: #666; }

    .tick-wrap {
      display: flex;
      justify-content: center;
      margin-bottom: 16px;
    }
    .tick-circle {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: #e8f9ee;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: popIn 0.3s cubic-bezier(0.34,1.56,0.64,1) both;
    }
    @keyframes popIn {
      from { transform: scale(0); opacity: 0; }
      to   { transform: scale(1); opacity: 1; }
    }
    .tick-circle svg {
      width: 28px;
      height: 28px;
      fill: none;
      stroke: #22c55e;
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .tick-circle svg polyline {
      stroke-dasharray: 40;
      stroke-dashoffset: 40;
      animation: drawTick 0.3s ease 0.25s forwards;
    }
    @keyframes drawTick {
      to { stroke-dashoffset: 0; }
    }

    .popup h3 {
      margin: 0 0 22px;
      font-size: 17px;
      color: #2c2c2c;
      font-weight: 600;
      letter-spacing: 0.3px;
    }

    .book-link {
      display: block;
      background: #dbb24c;
      color: #fff;
      text-decoration: none;
      padding: 11px;
      border-radius: 3px;
      font-size: 14px;
      letter-spacing: 0.5px;
      font-family: 'Georgia', serif;
      transition: background 0.2s;
    }
    .book-link:hover { background: #c9a03c; }