@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Poppins:wght@300;400;500;600;700&display=swap");

html {
overflow-x: hidden;
}

body {
padding: 0;
margin: 0;
overflow-x: hidden;
box-sizing: border-box;
font-family: "Libre Caslon Display", serif!important;
}

@charset "UTF-8";
/*--------------------------------------------------------------
## All Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Poppins:wght@300;400;500;600;700&display=swap");
/*.cursor {*/
/*position: fixed;*/
/*width: 20px;*/
/*height: 20px;*/
/*background: transparent;*/
/*border: 2px solid #ffffff;*/
/*border-radius: 50%;*/
/*pointer-events: none;*/
/*z-index: 9999;*/
/*transform: translate(-50%, -50%);*/
/*transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);*/
/*}*/

/*Cursor styles start*/
/*.cursor-dot {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*width: 10px;*/
/*height: 10px;*/
/*background: #ffffff;*/
/*border-radius: 50%;*/
/*transform: translate(-50%, -50%);*/
/*transition: all 0.15s ease;*/
/*}*/

/* Active state when moving */
/*.cursor.active {*/
/*width: 40px;*/
/*height: 40px;*/
/*border-color: #c11e2c;*/
/*}*/
/*Cursor styles end*/

/*.cursor.active .cursor-dot {*/
/*width: 6px;*/
/*height: 6px;*/
/*background: #c11e2c;*/
/*}*/

/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
width: 12px; 
}

::-webkit-scrollbar-track {
background: #f0f0f0; 
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background-color: #b00000; 
border-radius: 10px;
border: 3px solid #f0f0f0; 
}

::-webkit-scrollbar-thumb:hover {
background-color: #880000;
}
:root {
  --web-wash: #fff;
  --primary: #1b1b1b;
  --secondary: #7d7e7c;
  --ternary: #d8d8d7;
  --gray: #f7f7f5;
  --border: #eaeaea;
  --accent: #69121b;
  --primary-font: "Libre Caslon Display", serif;
  --secondary-font: "Poppins", sans-serif;
}

.cs_dark {
  --web-wash: #1b1b1b;
  --primary: #fff;
  --secondary: #d8d8d7;
  --gray: #181818;
  --border: #3c3c3c;
}

/*--------------------------------------------------------------
## All Font Variable
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Modal
7. Header
8. Footer
9. Sidebar
10. Hero
11. Iconbox
12. About
13. Testimonial
14. Team
15. Card
16. Image Layer
17. Newsletter
18. Feature Box
19. Custom Slider
20. Posts
21. Dark Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 400;
  overflow-x: clip;
  background-color: var(--web-wash);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--primary);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.2em;
  font-family: var(--primary-font);
}

.cs_primary_font {
  font-family: var(--primary-font);
}

.cs_secondary_font {
  font-family: var(--secondary-font);
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent);
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--secondary);
}
table td,
table th {
  border-top: 1px solid var(--border);
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--secondary);
  border: 1px solid var(--border);
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--secondary);
  border-radius: 5px;
}

input,
textarea {
  color: var(--primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

label {
  margin-bottom: 8px;
}

ol.breadcrumb {
margin-top: 16%;
}
.breadcrumb {
--bs-breadcrumb-divider-color: #fff;
}
.cursor {
position: fixed;
width: 20px;
height: 20px;
background: transparent;
border: 2px solid #ffffff;
border-radius: 50%;
pointer-events: none;
z-index: 9999;
transform: translate(-50%, -50%);
transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/*Cursor styles start*/
.cursor-dot {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
background: #ffffff;
border-radius: 50%;
transform: translate(-50%, -50%);
transition: all 0.15s ease;
}

/* Active state when moving */
.cursor.active {
width: 40px;
height: 40px;
border-color: #c11e2c;
}
/*Cursor styles end*/

.cursor.active .cursor-dot {
width: 6px;
height: 6px;
background: #c11e2c;
}

/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
width: 12px; 
}

::-webkit-scrollbar-track {
background: #f0f0f0; 
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background-color: #b00000; 
border-radius: 10px;
border: 3px solid #f0f0f0; 
}

::-webkit-scrollbar-thumb:hover {
background-color: #880000;
}

/* Banner style start */
.banner {
position: relative;
background: #000;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
height: 920px;
overflow: hidden;
}

.banner-slider-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1.5s ease-in-out;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.slide.active {
opacity: 1;
}

.slide:nth-child(1) {
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

.slide:nth-child(2) {
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

.slide:nth-child(3) {
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

.slide:nth-child(4) {
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
url('https://images.unsplash.com/photo-1590490360182-c33d57733427?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

.banner-btn-container {
position: absolute;
bottom: 30px;
right: 30px;
display: flex;
gap: 15px;
z-index: 10;
}

.banner-btn {
width: 50px;
height: 50px;
background: transparent;
color: #fff;
border: 2px solid rgb(255, 255, 255);
border-radius: 50%;
font-size: 30px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(10px);
}

.banner-btn:hover {
background: rgb(255, 255, 255);
color: #000;
transform: scale(1.1);
border: none;
}

nav.container-fluid {
padding: 16px 60px;
position: relative;
z-index: 10;
}

.toggler {
cursor: pointer;
transition: all 0.3s ease;
}

.toggler:hover {
transform: scale(1.09);
}

.toggler img {
width: 35px;
height: 35px;
filter: brightness(0) invert(1);
}

.hamburger {
width: 30px;
height: 20px;
position: relative;
transform: rotate(0deg);
transition: 0.5s ease-in-out;
}

.hamburger span {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: white;
border-radius: 2px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
top: 0px;
}

.hamburger span:nth-child(2) {
top: 8px;
}

.hamburger span:nth-child(3) {
top: 16px;
}

.hamburger.active span:nth-child(1) {
top: 8px;
transform: rotate(135deg);
}

.hamburger.active span:nth-child(2) {
opacity: 0;
left: -60px;
}

.hamburger.active span:nth-child(3) {
top: 8px;
transform: rotate(-135deg);
}

.overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgb(220 53 69 / 25%);
backdrop-filter: blur(2px);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 1001;
}

.overlay.active {
opacity: 1;
visibility: visible;
}

.mobile-menu {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
background: linear-gradient(135deg, #a81d2a 0%, #5a1017 100%);
box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 1002;
overflow-y: auto;
}

.mobile-menu.active {
left: 0;
}

.menu-header {
padding: 2rem 1.5rem 1rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(0, 0, 0, 0.1);
}

.menu-title {
color: white;
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 0.5rem;
}

.menu-nav {
padding: 1rem 0;
}

.menu-nav ul {
list-style: none;
padding: 0;
margin: 0;
}

.menu-nav li {
margin: 0;
transform: translateX(-20px);
opacity: 0;
transition: transform 0.5s ease, opacity 0.5s ease;
}

.mobile-menu.active .menu-nav li {
transform: translateX(0);
opacity: 1;
}

.mobile-menu.active .menu-nav li:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu.active .menu-nav li:nth-child(2) { transition-delay: 0.2s; }
.mobile-menu.active .menu-nav li:nth-child(3) { transition-delay: 0.3s; }
.mobile-menu.active .menu-nav li:nth-child(4) { transition-delay: 0.4s; }
.mobile-menu.active .menu-nav li:nth-child(5) { transition-delay: 0.5s; }


@keyframes slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}

.menu-nav a {
display: flex;
align-items: center;
padding: 1rem 1.5rem;
color: white;
text-decoration: none;
font-size: 1.1rem;
transition: all 0.3s ease;
border-left: 3px solid transparent;
position: relative;
overflow: hidden;
}

.menu-nav a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
transition: left 0.5s ease;
}

.menu-nav a:hover::before {
left: 100%;
}

.menu-nav a:hover {
background: rgba(255, 255, 255, 0.1);
border-left-color: #fff;
transform: translateX(10px);
}

.menu-nav a .icon {
margin-right: 1rem;
font-size: 1.2rem;
width: 20px;
text-align: center;
}

.logo {
width: 70px;
height: 70px;
margin-left: 10%;
}

.phone {
font-size: 26px;
}

.btn-1 {
background: #000;
color: #fff;
border: none;
padding: 15px 45px;
transition: 0.4s ease, color 0.3s ease;
font-size: 16px;
font-weight: 500;
}

.btn-1:hover {
background: #fff;
color: #000;
}

.btn-2 {
border: none;
color: #fff;
background: transparent;
padding: 13px 45px;
transition: 0.4s ease, color 0.3s ease;
font-size: 16px;
font-weight: 500;
}

.btn-2:hover {
background: #fff;
color: #000;
}

.banner-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
text-align: center;
color: #fff!important;
width: 1000px;
padding: 0 20px;
}

.banner-content h1 {
font-size: 67px;
font-weight: bold;
margin-bottom: 24px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
line-height: 1.2;
}

.banner-content p {
font-size: 23px;
line-height: 1.6;
opacity: 0.9;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-arrow {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
animation: bounce 2s infinite;
cursor: pointer;
}

@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateX(-50%) translateY(0);
}
40% {
transform: translateX(-50%) translateY(-10px);
}
60% {
transform: translateX(-50%) translateY(-5px);
}
}


@media (max-width: 768px) {
.logo {
width: 70px;
height: 70px;
margin-left: 70%;
}
    
.scroll-arrow {
position: absolute;
bottom: 30px;
left: 39%;
transform: translateX(-50%);
z-index: 10;
animation: bounce 2s infinite;
cursor: pointer;
}    

nav.container-fluid {
padding: 20px 20px;
}

.banner {
position: relative;
background: #000;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
height: 680px;
overflow: hidden;
}

.banner-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
text-align: center;
color: white;
width: 400px;
padding: 0 20px;
}

.banner-content h1 {
font-size: 2rem;
}

.banner-content p {
font-size: 1rem;
}

.btn-1, .btn-2 {
padding: 12px 30px;
font-size: 0.9rem;
}

.banner-btn-container {
bottom: 20px;
right: 20px;
gap: 10px;
}

.banner-btn {
width: 50px;
height: 50px;
}
}

@media (max-width: 576px) {
.banner-content h1 {
font-size: 2rem;
}

.banner-content p {
font-size: 0.9rem;
}

.btn-1, .btn-2 {
padding: 10px 25px;
font-size: 0.8rem;
}

.d-flex.gap-2 {
flex-direction: column;
gap: 10px !important;
}

.banner-btn {
width: 45px;
height: 45px;
}
}
/* Banner style end */

/* features style start */
.title{
text-align: center;
font-size: 45px;
color: #69121b;
font-weight: normal;
line-height: 52px;
}

.feature-icon {
scale: 0.7;
}

.feature-title {
font-size: 18px;
font-weight: 500;
margin-top: 5px;
text-align: center;
color: #000;
line-height: 24px;
}

.smx-features-slider {
display: none;
}

.smx-slider-container {
position: relative;
overflow: hidden;
}

.smx-slider-wrapper {
display: flex;
transition: transform 0.3s ease;
}

.smx-slider-item {
min-width: 50%;
flex-shrink: 0;
padding: 0 15px;
}

.smx-slider-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.1);
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}

.smx-slider-nav:hover {
background: rgba(0, 0, 0, 0.2);
}

.smx-slider-nav.smx-prev { left: 10px; }
.smx-slider-nav.smx-next { right: 10px; }

.smx-slider-nav::before {
content: '';
border: solid #333;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
}

.smx-slider-nav.smx-prev::before {
transform: rotate(135deg);
}

.smx-slider-nav.smx-next::before {
transform: rotate(-45deg);
}

.smx-slider-dots {
display: flex;
justify-content: center;
margin-top: 20px;
gap: 8px;
}

.smx-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.3);
cursor: pointer;
transition: background 0.3s ease;
}

.smx-dot.smx-active {
background: #000;
}

@media (max-width: 768px) {
.smx-features-grid {
display: none;
}

.smx-features-slider {
display: block;
}

.feature-title {
font-size: 16px;
}
}

@media (max-width: 480px) {
.smx-slider-item {
min-width: 100%;
}

.feature-title {
font-size: 14px;
}
}
/* features style end */

/* Around-us style start */
.slider-container {
position: relative;
padding: 40px 0;
background: #f7f7f5;
overflow: hidden;
}

.slider-row {
margin-bottom: 20px;
position: relative;
}

.slider-row:last-child {
margin-bottom: 0;
}

.image-slider {
display: flex;
gap: 20px;
transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
will-change: transform;
}

.first-row .image-slider {
transform: translateX(-40%);
}

.first-row .image-slider.slide-in {
transform: translateX(0);
}

.second-row .image-slider {
transform: translateX(40%);
}

.second-row .image-slider.slide-in {
transform: translateX(0);
}

.image-item {
flex: 0 0 auto;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
}

.image-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.first-row .image-item {
width: 500px;
height: 350px;
}

.second-row .image-item {
width: 500px;
height: 350px;
}

.image-item {
position: relative;
overflow: hidden;
}

.image-item:hover {
cursor: pointer;
}

.image-item::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%; 
background: linear-gradient(to top, #69121b, transparent);
opacity: 0;
transform: translateY(100%);
transition: opacity 0.4s ease, transform 0.4s ease;
pointer-events: none;
z-index: 1;
}

.image-item:hover::after {
opacity: 1;
transform: translateY(0);
}

.image-overlay {
position: absolute;
bottom: 80px;
left: 20px;
z-index: 999;
background: #fff;
color: #000;
padding: 8px 20px;
font-size: 15px;
font-weight: 500;
opacity: 0;
transform: translateY(10px);
transition: all 0.3s ease;
pointer-events: none;
}

.image-item:hover .image-overlay {
opacity: 1;
transform: translateY(0);
}

@media (max-width: 1200px) {
.first-row .image-item,
.second-row .image-item {
width: 280px;
height: 200px;
}
}

@media (max-width: 992px) {
.first-row .image-item,
.second-row .image-item {
width: 250px;
height: 180px;
}

.slider-container {
padding: 40px 0;
}
}

@media (max-width: 768px) {
.first-row .image-item,
.second-row .image-item {
width: 220px;
height: 160px;
}

.image-slider {
gap: 15px;
}

.spacer {
font-size: 1.5rem;
}
}

@media (max-width: 576px) {
.first-row .image-item,
.second-row .image-item {
width: 180px;
height: 130px;
}

.image-slider {
gap: 10px;
}

.slider-container {
padding: 30px 0;
}

.slider-row {
margin-bottom: 30px;
}

.image-overlay {
font-size: 0.8rem;
padding: 6px 12px;
bottom: 15px;
left: 15px;
}
}

.second-row .image-slider {
transition-delay: 0.2s;
}

/* Around-us style end */

/* About-us style start */
.about-img {
width: 600px!important;
height: 600px!important;
object-fit: contain;
}

.about-para {
font-size: 20px;
line-height: 36px;
font-weight: 400;
text-align: justify;
color: #000;
}

@media (max-width: 768px) {
.about-para {
font-size: 17px;
text-align: justify;
line-height: 30px;
}
}

@media (max-width: 480px) {
.about-para {
font-size: 16px;
text-align: justify;
line-height: 28px;
}
}
/* About-us style end */

/* Testimonial style start */
/* .testimonial-content {
background-image: url(/asstes/img/royal.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 108px 0px;
overflow: hidden;
}

.testimonial-content p {
font-size: 19px;
line-height: 36px;
font-weight: 400;
text-align: justify;
color: #000;
}

.quote-line {
display: inline-block;
width: 15px;
height: 3px;
background-color: #efc359;
margin-right: 10px;
margin-bottom: 5px;
} */
.testimonial-section {
width: 100%;
position: relative;
}

.testimonial-content {
background-image: url('../img/royal.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 100px 0px!important;
overflow: hidden;
position: relative;
}

.testimonial-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.testimonial-content .container {
position: relative;
z-index: 2;
}

.text-start {
text-align: left;
}

.testimonial-slide {
opacity: 0;
transform: translateY(20px);
transition: all 0.8s ease-in-out;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
}

.testimonial-slide.active {
opacity: 1;
transform: translateY(0);
position: relative;
}

.testimonial-content p {
font-size: 17px;
line-height: 36px;
font-weight: 400;
max-width: 1100px;
text-align: start;
color: #000;
margin-bottom: 20px;
padding: 30px;
transition: all 0.3s ease;
}

.testimonial-content strong {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 600;
color: #333;
transition: all 0.3s ease;
}

.quote-line {
display: inline-block;
width: 15px;
height: 3px;
background-color: #efc359;
margin-right: 10px;
transition: all 0.3s ease;
}

.testimonial-progress {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 10px;
z-index: 10;
}

@media (min-width: 1200px) {
.testimonial-content {
padding: 120px 0px;
}

.testimonial-content p {
font-size: 21px;
line-height: 38px;
}
}

@media (max-width: 1199px) and (min-width: 768px) {
.testimonial-content {
padding: 80px 0px;
}

.testimonial-content p {
font-size: 18px;
line-height: 34px;
padding: 25px;
}

.testimonial-content strong {
padding: 12px 25px;
font-size: 15px;
}
}

@media (max-width: 767px) and (min-width: 481px) {
.testimonial-content {
padding: 60px 0px;
}

.testimonial-content p {
font-size: 16px;
line-height: 30px;
padding: 20px;
text-align: left;
}

.testimonial-content strong {
padding: 10px 20px;
font-size: 14px;
}

.container {
padding: 0 15px;
}
}
/* Testimonial style end */

/* Experience style start */
.accx-experiences-section {
/*background: linear-gradient(135deg, #d4145a 0%, #60363a 100%);*/
background: linear-gradient(135deg, #a81d2a 0%, #5a1017 100%);
padding: 40px 0;
}

.accx-experience-accordion {
background: transparent;
border: none;
}

.accx-accordion-item {
background: transparent;
border: none;
margin-bottom: 0;
}

.accx-accordion-button {
background: transparent;
border: none;
box-shadow: none;
padding: 20px 0;
font-size: 35px;
font-weight: 300;
color: #acacac;
text-align: left;
position: relative;
}

.accx-accordion-button:not(.collapsed) {
background: transparent;
color: #333;
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #3333331a;
}

.accx-accordion-button:focus {
box-shadow: none;
border: none;
}

.accx-accordion-button::after {
display: none;
}

.accx-accordion-body {
padding: 0 0 30px 0;
border-bottom: 1px solid #ffffff75;
}

.accx-experience-content p {
color: #fff;
line-height: 1.6;
font-size: 16px;
}

.accx-read-more-btn {
display: inline-flex;
align-items: center;
color: #fff;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
}

.accx-read-more-btn:hover {
color: #666;
text-decoration: none;
}

.accx-read-more-btn i {
margin-left: 8px;
transition: transform 0.3s ease;
}

.accx-read-more-btn:hover i {
transform: translateX(5px);
}

.accx-experience-image {
height: 600px;
overflow: hidden;
}

.accx-experience-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: opacity 0.5s ease;
}

.accx-image-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease;
}

.accx-image-item.accx-active {
opacity: 1;
}

.accx-accordion-button.accx-active-item {
color: #fff;
font-size: 54px;
font-weight: 400;
}

.accx-accordion-button.accx-active-item::before {
content: '•';
color: #ffffff;
font-size: 2rem;
position: absolute;
left: 300px;
top: 55%;
transform: translateY(-50%);
}

.accordion-button:not(.collapsed) {
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #3333332c;
}


@media (max-width: 768px) {
.accx-experiences-section {
padding: 40px 0;
}

.accx-experience-image {
height: 300px;
margin-top: 30px;
}

.accx-accordion-button {
font-size: 1.25rem;
padding: 15px 0;
}

.accx-accordion-button.accx-active-item::before {
left: 200px;
}
}

@media (max-width: 576px) {
.accx-experience-image {
height: 250px;
}

.accx-accordion-button {
font-size: 1.1rem;
}

.accx-accordion-button.accx-active-item::before {
left: 150px;
}
}
/* Experience style end */

/* time-line style start */
.time-line-hero-section {
position: relative;
min-height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: flex-start;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: background-image 0.8s ease-in-out;
}

.time-line-hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 1;
}

.time-line-hero-content {
position: relative;
z-index: 2;
color: white;
max-width: 600px;
padding: 0 20px;
margin-left: 5%;
}

.time-line-hero-title {
font-size: 4rem;
font-weight: 300;
margin-bottom: 1.5rem;
letter-spacing: 2px;
text-transform: lowercase;
}

.time-line-hero-description {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 3rem;
font-weight: 300;
}

.time-line-slider-controls {
position: absolute;
bottom: 10%;
left: 5%;
right: 5%;
z-index: 3;
}

.time-line-time-display {
color: white;
font-size: 1rem;
font-weight: 500;
padding: 5px 20px;
border: none!important;
background: linear-gradient(135deg, #a81d2a 0%, #5a1017 100%);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
transition: all 0.3s ease;
opacity: 0;
pointer-events: none;
z-index: 3;
}

.time-line-dots-container {
position: relative;
width: 100%;
max-width: 800px;
}

.time-line-slider-line {
width: 100%;
height: 2px;
background: rgba(255, 255, 255, 0.3);
position: relative;
border-radius: 1px;
}

.time-line-slider-progress {
height: 100%;
background: white;
border-radius: 1px;
transition: width 0.3s ease;
width: 10%;
}

.time-line-dots-wrapper {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0;
}

.time-line-dot {
width: 14px;
height: 14px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid transparent;
position: relative;
z-index: 2;
}

.time-line-dot.time-line-active {
background: white;
transform: scale(1.4);
border: 2px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.time-line-dot.time-line-active .time-line-time-display {
opacity: 1;
}

.time-line-dot:hover {
background: rgba(255, 255, 255, 0.8);
transform: scale(1.2);
}

@keyframes time-line-fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}

.time-line-content-fade {
animation: time-line-contentFade 0.5s ease-in-out;
}

@keyframes time-line-contentFade {
0% { opacity: 0; transform: translateX(-20px); }
100% { opacity: 1; transform: translateX(0); }
}

@media (max-width: 768px) {
.time-line-hero-title {
font-size: 2.5rem;
margin-bottom: 1rem;
}

.time-line-hero-description {
font-size: 1rem;
margin-bottom: 2rem;
}

.time-line-hero-content {
margin-left: 0;
text-align: center;
padding: 0 30px;
}

.time-line-slider-controls {
left: 20px;
right: 20px;
bottom: 8%;
}

.time-line-time-display {
font-size: 0.85rem;
padding: 5px 10px;
top: -35px;
}

.time-line-dots-container {
max-width: 600px;
}

.time-line-dot {
width: 12px;
height: 12px;
}

.time-line-dot.time-line-active {
transform: scale(1.3);
}
}

@media (max-width: 480px) {
.time-line-hero-title {
font-size: 2rem;
}

.time-line-hero-description {
font-size: 0.9rem;
}

.time-line-hero-content {
padding: 0 20px;
}

.time-line-slider-controls {
left: 15px;
right: 15px;
}

.time-line-dots-container {
max-width: 400px;
}

.time-line-time-display {
font-size: 0.8rem;
padding: 4px 8px;
top: -30px;
}

.time-line-dot {
width: 10px;
height: 10px;
}

.time-line-dot.time-line-active {
transform: scale(1.2);
}
}
/* Time-line-section-end */


/* Sliderx Style Start */
.sliderx-container {
background-image: url(../img/sliderx-bg.jpg);
background-size: cover;
background-position: center;
padding: 250px 0;
}
.sliderx-hotel-slider {
position: relative;
max-width: 1400px;
margin: 50px auto;
padding: 0 60px;
}

.sliderx-slider-container {
position: relative;
overflow: hidden;
}

.sliderx-slides-wrapper {
display: flex;
transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
gap: 20px;
}

.sliderx-slide {
flex: 0 0 calc(33.333% - 14px);
position: relative;
height: 400px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sliderx-subtopic {
width: 700px;
font-size: 16px;
font-weight: 300;
color: #fff;
margin: 0 auto;
}

.sliderx-slide:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.sliderx-slide img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}

.sliderx-slide:hover img {
transform: scale(1.05);
}

.sliderx-slide-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(0,0,0,0.9));
color: white;
padding: 40px 25px 25px;
transform: translateY(0);
opacity: 1;
transition: all 0.3s ease;
}

.sliderx-room-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 8px;
color: #fff;
}

.sliderx-room-subtitle {
font-size: 0.9rem;
color: #ddd;
margin-bottom: 12px;
line-height: 1.4;
}

.sliderx-price {
font-size: 1.1rem;
font-weight: 300;
color: #fff;
margin-bottom: 12px;
}

.sliderx-book-now-btn {
color: white;
font-weight: 300;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
font-size: 0.9rem;
}

.sliderx-book-now-btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
color: white;
text-decoration: none;
}

.sliderx-slider-nav { 
position: absolute; 
top: 130%; 
transform: translateY(-50%); 
border: 2px solid #fff;
border: none; 
width: 40px; 
height: 40px; 
border-radius: 50%; 
display: flex;  
align-items: center; 
justify-content: center; 
cursor: pointer; 
transition: all 0.3s ease; 
z-index: 10; 
box-shadow: 0 5px 20px rgba(0,0,0,0.2); 
}  

.sliderx-slider-nav:hover { 
transform: translateY(-50%) scale(1.1); 
}  

.sliderx-prev-btn { 
right: 70px; 
}  

.sliderx-next-btn { 
right: 10px; 
}

.sliderx-slider-indicators {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 30px;
}

.sliderx-indicator {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(0,0,0,0.3);
cursor: pointer;
transition: all 0.3s ease;
}

.sliderx-indicator.active {
background: #ff6b35;
transform: scale(1.2);
}

.sliderx-slide.center {
transform: scale(1.05);
z-index: 2;
}

@media (max-width: 1200px) {
.sliderx-hotel-slider {
padding: 0 50px;
}
}

@media (max-width: 992px) {
.sliderx-hotel-slider {
padding: 0 40px;
}

.sliderx-slide {
height: 350px;
}

.sliderx-room-title {
font-size: 1.3rem;
}

.sliderx-slider-nav {
width: 45px;
height: 45px;
}
}

@media (max-width: 768px) {
.sliderx-hotel-slider {
padding: 0 20px;
margin: 30px 15px;
}

.sliderx-slide {
flex: 0 0 calc(50% - 10px);
height: 300px;
}

.sliderx-slides-wrapper {
gap: 15px;
}

.sliderx-room-title {
font-size: 1.2rem;
}

.sliderx-room-subtitle {
font-size: 0.85rem;
}

.sliderx-price {
font-size: 1rem;
}

.sliderx-slider-nav {
width: 40px;
height: 40px;
}
}

@media (max-width: 480px) {
.sliderx-slide {
flex: 0 0 calc(85% - 10px);
height: 280px;
}

.sliderx-slide-content {
padding: 30px 20px 20px;
}

.sliderx-room-title {
font-size: 1.1rem;
}

.sliderx-room-subtitle {
font-size: 0.8rem;
}

.sliderx-price {
font-size: 0.95rem;
}

.sliderx-book-now-btn {
padding: 6px 18px;
font-size: 0.85rem;
}
}

/* Loading animation */
.sliderx-slider-container {
opacity: 0;
animation: sliderx-fadeIn 0.8s ease-in-out 0.2s forwards;
}

@keyframes sliderx-fadeIn {
to {
opacity: 1;
}
}
/* Sliderx Style End */

/* Sliderx Style End */
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
font-size: 1rem;
color: var(--bs-accordion-btn-color);
text-align: left;
background-color: transparent; 
border: 0;
border-radius: 0;
overflow-anchor: none;
transition: var(--bs-accordion-transition);
}
.accordion-button:not(.collapsed) {
color: #333; 
background-color: transparent; 
box-shadow: #ccc; 
}

/* Footer Style Style */

.footer-section {
padding: 40px 0px;
}
.footer-logo {
width: 36px;
height: 45px;
margin-right: 10px;
}
.footer h3 {
font-size: 20px;
color: #333;
margin-bottom: 20px
}
.address p {
margin: 0;
color: #333;
line-height: 30px;
font-size: 14px;
}
.social-icons a {
text-decoration: none;
display: inline-block;
transition: transform 0.3s ease;
}
.social-icons a i {
border-radius: 50%;
color: #dbdbdb;
background: linear-gradient(135deg, #a81d2a 0%, #5a1017 100%);
padding: 6px 13px;
transition: transform 0.4s ease, box-shadow 0.4s ease;
display: inline-block;
}
/* Hover animation */
.social-icons a:hover i {
color: #fff;
background-color: #333;
transform: translateY(-5px) rotate(5deg) scale(1.1);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.contact strong {
display: block;
font-size: 15px;
color: #69121b;
margin-bottom: 6px;
}
.contact p {
margin: 4px 0;
color: #333;
font-size: 15px;
line-height: 1.5;
}
.further-links li {
list-style: none;
}
.further-links li a {
text-decoration: none;
color: #333;
font-size: 15px;
margin-bottom: 6px;
position: relative;
display: inline-block;
transition: color 0.3s ease;
}
.further-links li a::before {
content: '';
position: absolute;
left: 0;
bottom: -2px; /* Adjust as needed */
width: 0;
height: 2px;
background-color: #69121b;
transition: width 0.3s ease;
}
.further-links li a:hover::before {
width: 100%;
}
.subscribe-form {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 400px;
margin-top: 20px;
}
.subscribe-form input[type="email"] {
flex: 1;
padding: 10px 14px;
font-size: 1rem;
border: none;
border-bottom: 1px solid #ccc;
outline: none;
transition: border-color 0.3s;
}
.subscribe-form input[type="email"]:focus {
border-color: #69121b;
}
.submit-btn {
padding: 10px 18px;
background: linear-gradient(135deg, #a81d2a 0%, #5a1017 100%);
color: #fff;
font-size: 1rem;
border: none;
cursor: pointer;
transition: background 0.5s ease;
background-size: 200% 200%;
background-position: right center;
}
.submit-btn:hover {
background: linear-gradient(-135deg, #a81d2a 0%, #5a1017 100%);
background-position: left center;
}
@media (max-width: 767.98px) {
.footer-section {
padding: 30px 0px;
}
.footer h3 {
margin-top: 25px;
}
.footer h3:first-child {
margin-top: 0;
}
}
.footer-logo {
width: 100px;
height: 100px;
overflow: hidden;
}
.footer-logo img {
width: 100%;
height: 100%;
object-fit: contain; 
}
.footer-container {
background-color: #f8f9fa;
border-top: 1px solid #e9ecef;
padding: 20px 0;
font-family: Arial, sans-serif;
}
.footer-nav-links {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0;
}
.footer-nav-link {
color: #333;
font-weight: 500;
text-decoration: none;
font-size: 14px;
padding: 0;
margin: 0;
transition: color 0.3s ease;
}
.footer-nav-link:hover {
color: #495057;
text-decoration: none;
}
.footer-separator {
color: #000;
margin: 0 8px;
font-size: 14px;
}
.footer-gallery-section {
display: flex;
align-items: center;
gap: 8px;
}
.footer-gallery-text {
color: #333;
font-weight: 500;
font-size: 14px;
margin: 0;
}
.footer-dropdown-toggle {
background: none;
border: none;
color: #6c757d;
font-size: 14px;
padding: 0;
cursor: pointer;
display: flex;
align-items: center;
gap: 4px;
}
.footer-dropdown-toggle:hover {
color: #495057;
}
.footer-dropdown-arrow {
font-size: 12px;
transition: transform 0.3s ease;
}
.footer-branding {
display: flex;
align-items: center;
gap: 8px;
}
.footer-branding-text {
color: #6c757d;
font-size: 12px;
margin: 0;
}
.footer-logo-text {
font-weight: bold;
color: #69121b;
font-size: 14px;
letter-spacing: 1px;
}
@media (max-width: 768px) {
.footer-container {
padding: 15px 0;
}
.footer-nav-links {
flex-direction: column;
align-items: flex-start;
gap: 8px;
margin-bottom: 15px;
}
.footer-separator {
display: none;
}
.footer-gallery-section {
margin-bottom: 10px;
}
.footer-branding {
justify-content: flex-start;
}
}
@media (max-width: 576px) {
.footer-nav-links {
gap: 6px;
}
.footer-nav-link,
.footer-gallery-text,
.footer-dropdown-toggle {
font-size: 13px;
}
.footer-branding-text {
font-size: 11px;
}
}
/* Footer Style End */

/* Progress Style Start */
.scroll-progress-btn {
position: fixed;
bottom: 30px;
right: 30px;
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, #a81d2a 0%, #5a1017 100%);
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 25px rgba(168, 29, 42, 0.5);
transform: translateY(100px);
opacity: 0;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1000;
overflow: hidden;
}

.scroll-progress-btn.visible {
transform: translateY(0);
opacity: 1;
}

.scroll-progress-btn:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 8px 25px rgba(168, 29, 42, 0.5);
}

.scroll-progress-btn:active {
transform: translateY(-1px) scale(0.98);
}

/* Progress Circle */
.progress-circle {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.progress-circle svg {
width: 100%;
height: 100%;
transform: rotate(-90deg);
}
.progress-circle circle {
fill: none;
stroke: rgba(255, 255, 255, 0.3);
stroke-width: 3;
}
.progress-circle .progress-ring {
stroke: #ffffff;
stroke-width: 3;
stroke-linecap: round;
transition: stroke-dashoffset 0.1s ease;
}
.arrow-icon {
color: white;
font-size: 24px;
font-weight: bold;
position: relative;
z-index: 2;
}
.arrow-icon::before {
content: '↑';
display: block;
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-4px);
}
60% {
transform: translateY(-2px);
}
}
@media (max-width: 768px) {
.scroll-progress-btn {
width: 50px;
height: 50px;
bottom: 20px;
right: 20px;
}
.arrow-icon {
font-size: 20px;
}
.content {
padding: 30px 15px;
}
/* Progress Style End */