@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-blue: #05303e;
    --theme-yellow: #dfb222;
    --theme-yellow-2: #ffcf35;
    --theme-gold: #997844;
    --theme-gold-2: #c2954f;
    --font-default: "Montserrat", sans-serif;
    --font-title: "Cinzel", serif;
}

body {
    font-family: var(--font-default);
    font-size: 15px;
    line-height: 29px;
    font-weight: 300;
}

html {
    overflow-x: hidden;
    /* Hide horizontal scroll */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title);
    font-weight: 400;
}

.swiper-container {
    overflow: hidden;
    /* Ensures Swiper content doesn't overflow */
}

.swiper-wrapper {
    will-change: transform;
    /* Optimizes transitions */
}

a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
    max-width: inherit;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}
.bg-gray
{
    background: #EEE;
}

/*Header*/
header {
    padding: 5px 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.hz-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 37px;
}

.hz-menu ul li a {
    color: #FFF;
    display: block;
    padding: 30px 0;
    font-weight: 500;
    font-size: 15px;
    font-family: var(--font-title);
}

.vertical {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.skewback {
    clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
}

.content {
    padding: 2em;
    color: white;
    max-width: 600px;
}

.nav-button {
    display: none;
}

.hz-logo img {
    width: 160px;
}

.section-padding-1 {
    padding: 70px 0;
}


/*header*/
header {
    transition: .3s;
}

header.sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.sticky.sticky-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 9%);
}

header.sticky.sticky-active .hz-menu li a {
    color: #000;
    padding: 21px 0;
}

.hz-logo .logo-dark {
    display: none;
    width: 100px;
}

header.sticky-active .hz-logo .logo-dark {
    display: block;
}

header.sticky-active .hz-logo .logo {
    display: none;
}

/*header*/

nav {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e5242c;
    transform: translate3d(-100%, 0, 0);
    height: 100vh;
}

.hz-menu ul {
    gap: 17px;
}

.nav-button {
    display: block;
}

nav {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--theme-blue);
    transform: translate3d(-100%, 0, 0);
    height: 100vh;
}

nav ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    list-style: none;

    li {
        margin-bottom: 10px;
        visibility: hidden;
    }
}

.hz-menu ul li a,
header.sticky.sticky-active .hz-menu li a {
    color: #FFF;
    padding: 4px 0;
    font-size: 20px;
}

.hz-menu ul li a:hover,
header.sticky.sticky-active .hz-menu li a:hover {
    color: var(--theme-gold-2);
}
.menu-button {
    display: block;
}


.menu-button {
    border: none;
    background: none;
    color: var(--theme-yellow);
}

.menu-button:hover, header.sticky-active .menu-button:hover {
    color: var(--theme-yellow-2);
}
.menu-button svg {
    fill: var(--theme-yellow);
    width: 25px;
    height: 25px;
}
.menu-button:hover svg {
    fill: var(--theme-yellow-2);
}


header.sticky-active .menu-button {
    color: var(--theme-yellow);
}

.close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 25px;
    color: #FFF !important;
}

.header-booking-button {
    background: var(--theme-yellow);
    border-radius: 30px;
    padding: 8px 15px;
    gap: 8px;
    display: inline-flex;
    align-items: center;
    transition: .3s all;
}

.header-booking-button:hover {
    background: var(--theme-yellow-2);
    transition: .3s all;
}
.header-booking-button svg {
    width: 18px;
    height: 18px;
}

.header-call-button {
    padding-left: 7px;
    transition: .3s all;
}

.header-call-button svg {
    width: 36px;
    height: 36px;
    fill: var(--theme-yellow);
}
.header-call-button:hover svg {
    fill: var(--theme-yellow-2);
    transition: .3s all;
}


/*header Ends*/

/*Slider*/
.main-slider img {
    width: 100%;
}

.main-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFF;
}

.main-slider .swiper-pagination-bullet-active {
    width: 23px;
    border-radius: 50px;
}

/*Slider Ends*/


/*WhatsApp floating*/
.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    z-index: 99;
    background: #4dc247;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    align-items: center;
    justify-content: center;
}

.floatingwhatsapp svg {
    width: 31px;
    height: 31px;
    fill: #FFF;
}

/*WhatsApp floating ends*/
/*Phone floating*/
.floatingphone {
    position: fixed;
    bottom: 67px;
    right: 10px;
    z-index: 99;
    background: var(--theme-blue);
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: -4px 4px 7px 0px rgb(0 0 0 / 20%);
    justify-content: center;
    align-items: center;
}

.floatingphone svg {
    width: 27px;
    height: 27px;
    fill: #FFF;
}

/*Phone floating ends*/

/*Button Styles*/
.btn-style-1 {
    background: var(--theme-yellow);
    border-radius: 50px;
    padding: 10px 30px;
    transition: .3s all;
}
.btn-style-1:hover {
    background: var(--theme-yellow-2);
    transition: .3s all;
}

.btn-style-2 {
    background: var(--theme-gold);
    border-radius: 50px;
    padding: 10px 30px;
    color: #FFF;
    transition: .3s all;
}

.btn-style-2:hover {
    background: var(--theme-gold-2);
    transition: .3s all;
}


/*Button Styles ends*/

/*Title Styles*/
.title-style-1 {
    font-size: 36px;
    margin: 0 0 20px;
}

.title-style-2 {
    font-size: 22px;
    margin: 0 0 16px;
    font-weight: 200;
}
.title-style-3 {
    font-size: 23px;
    margin: 0 0 16px;
    font-weight: 400;
}

/*Title Styles ends*/



/*Quick Booking Section*/
.quick-booking-section {
    background: var(--theme-blue);
    color: #FFF;
}

.quick-booking-section h2 {
    font-size: 28px;
}

.quick-booking-section h3 {
    font-family: var(--font-default);
    font-size: 22px;
    font-weight: 200;
}

.feature-style-1 {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    text-align: center;
}

.feature-style-1 li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-family: var(--font-title);
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 19px;
}

.feature-style-1 li .fs-icons {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: left;
}

.feature-style-1 li .main-icon {
    width: 31px;
    height: 31px;
    fill: #FFF;
    position: absolute;
    z-index: 9;
    left: 12px;
    top: 10px;
}

.feature-style-1 li .bg-icon {
    fill: var(--theme-gold);
    width: 55px;
    height: 55px;
    position: absolute;
}

/*Quick Booking Section ends*/

/*Welcome Section*/
.welcome-img-left {
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    position: relative;
    left: -50px;
}

.welcome-img-right {
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    position: relative;
    right: -50px;
}

/*Welcome Section ends*/


/*Houseboat Carousel*/
.houseboat-carousel-section {
    background-image: url(../img/texture-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.houseboat-carousel .swiper-slide {
    padding: 50px 20px;
}

.houseboat-carousel-item {
    background: #FFF;
    text-align: center;
    border-radius: 19px;
    position: relative;
    overflow: visible;
    padding: 0 0 30px;
}
.innerpage .houseboat-carousel-item
{border: 1px solid #efefef;margin: 0 0 30px;border-radius: 0px;}

.houseboat-carousel-item img {
    width: 105%;
    position: relative;
    z-index: 9;
    margin-top: -40px;
    /* This lifts the image outside */
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 10px;
}

.innerpage .houseboat-carousel-item img
{
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
}
.houseboat-carousel-item h3 {
    margin: 13px 0 5px;
    font-size: 23px;
}

.houseboat-carousel-item p {padding: 0 15px;}
    
.houseboat-carousel .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--theme-gold);
}

.houseboat-carousel .swiper-pagination-bullet-active {
    border-radius: 50px;
}

/*Houseboat Carousel ends*/


/*Illam Section*/
.illam-section {
    background: var(--theme-blue);
    color: #FFF;
}

.leaves-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 270px;
}

.plants-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 360px;
}


/*Testimoanils Section*/
.testimonial-box {
    background: #efefef;
    display: flex;
    flex-direction: column;
    padding: 25px 30px 22px 30px;
    border-radius: 10px;
    position: relative;
    align-content: flex-start;
}

.c1 {
    background: #EAEFFC;
    border: 1px solid #d7e0f2;
}

.c2 {
    background: #e8f4f6;
    border: 1px solid #e2f6fa;
}

.c3 {
    background: #f9f4e3;
    border: 1px solid #fbf4dc;
}

.c4 {
    background: #e8f9e8;
    border: 1px solid #d8f9d8;
}

.c5 {
    background: #f7eae4;
    border: 1px solid #fae6dc;
}

.c6 {
    background: #e9ecf4;
    border: 1px solid #dae0f0;
}

.testimonial-author {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin: 7px 0 11px;
}

.testimonial-box img {
    width: 52px;
    border-radius: 50%;
    border: 3px solid #FFF;
}

.testimonial-box h4 {
    font-family: var(--font-default);
    font-size: 17px;
    font-weight: 500;
}

.testimonial-box p {
    line-height: 24px;
    margin: 0;
    font-size: 15px;
    min-height: 196px;
}

.testimonial-box ul {
    position: absolute;
    right: 15px;
    top: 15px;

}

.rating-stars {
    display: flex;
    gap: 5px;
}

.rating-stars li svg {
    width: 17px;
    height: 17px;
    fill: #CCC;
}

.rating-stars li.filled svg {
    fill: #FFC107;
}

.google-review {
    display: flex;
    margin: 15px 0 0;
    gap: 7px;
    justify-content: center;
    font-weight: 400;
}

.google-review img {
    border: none;
    border-radius: 0px;
    width: 20px !important;
    margin: 0;
}
.testimonials-carousel {
    box-sizing: border-box;
    overflow: hidden;
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0deg 0% 100%) 3%, hsl(0deg 0% 100%) 97%, hsl(0 0% 0% / 0));
}

.testimonials-carousel .swiper-slide {
    box-sizing: border-box;
}

.google-review-link {
    display: inline-flex;
    align-content: center;
    margin: 30px 0 0;
    gap: 10px;
}

.google-review-link span {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
}

.google-review-link img {
    width: 28px;
    position: relative;
    top: -1px;
}

.verified-reviews {
    font-size: 10px;
    font-weight: 600;
    line-height: 21px;
}


/*Footer*/
footer {
    background: var(--theme-blue);
    color: #FFF;
    padding: 130px 0 50px;
}

footer .container{
    position:relative;
    z-index: 9;
}
.footer-socialmedia-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 30px 0 30px;
}


.footer-socialmedia-links li a svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
    transition: .3s all;
}

.footer-socialmedia-links li a:hover svg {
    fill: var(--theme-gold-2);
    transition: .3s all;
}


.footer-address {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-address li {
    display: flex;
    align-items: flex-start;
    /* Align icon with the first line of text */
    gap: 10px;
    line-height: 24px;
}

.footer-address li a {
    display: block;
}

.footer-address li svg {
    width: 27px;
    height: 28px;
    fill: #e6b373;
    flex-shrink: 0;
    margin: 0px 0 0;
}

footer a {
    color: #FFF;
}

footer h3 {
    font-family: var(--font-default);
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 22px;
}


.footer-whatsapp-button {
    background: #26d366;
    font-size: 23px;
    font-weight: 700;
    border-radius: 50px;
    padding: 4px 25px;
    display: inline-flex;
    align-items: center;
    transition: .3s all;
    color: var(--theme-blue);
    gap: 6px;
}

.footer-whatsapp-button:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(37 211 102 / 90%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(37 211 102 / 90%);
    box-shadow: 0px 0px 20px 0px rgb(37 211 102 / 90%);
    transition: .3s all;
    color: var(--theme-blue);
}

.footer-whatsapp-button svg {
    fill: var(--theme-blue);
    width: 32px;
    height: 40px;
}


.quick-links {
    display: flex;
    flex-direction: column;
    gap: 7px;
}


footer a:hover{
    color: var(--theme-gold-2);
}

.footer-base-links {
    display: flex;
    justify-content: flex-end;
    gap: 23px;
}

.footer-art {
    width: 100%;
}

.footer-art2 {
    width: 100%;
    transform: translateY(11.2vw);
    display: block;
    margin-top: -11.2vw;
}


/*Innerpage*/
.page-header {
    background: url(../img/header-bg.webp) var(--theme-blue);
    padding: 181px 0 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.page-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--theme-blue);
    opacity: 0.8;
    top: 0px;
}

.page-header h2 {
    text-align: center;
    color: var(--theme-gold-2);
    font-size: 42px;
}

.hz-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 33px;
}

.hz-breadcrumb li {
    color: var(--theme-gold-2);
    position: relative;
}

.hz-breadcrumb li svg {
    fill: var(--theme-gold-2);
    position: absolute;
    right: -24px;
    top: 9px;
    width: 12px;
    height: 12px;
}

.hz-breadcrumb li:last-child::after {
    display: none;
}

.hz-breadcrumb li a {
    color: #FFF;
}

.innerpage {
    padding: 80px 0;
}

/*Innerpage Ends*/


/*Quality Service*/
.quality-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.5rem;
}

.quality-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #f9f9f9;
  padding: 19px 21px 17px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.quality-service-list li:hover {
  background: #dfb2230d;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.quality-service-list .icon {
  width: 28px;
  height: 28px;
  fill: var(--theme-yellow); /* Gold tone for elegance */
  flex-shrink: 0;
  margin-top: 3px;
}

.quality-service-list span {
  font-size: 1rem;
  color: #475268;
  line-height: 1.5;
}

/*Quality Service ends*/


/*Why choose area*/
.features-list {
  list-style: none;
  display: grid;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.features-list .icon {
  width: 36px;
  height: 36px;
  fill: #dfb222; /* luxury gold tone */
  flex-shrink: 0;
  margin-top: 3px;
}

.features-list span {
  font-size: 1rem;
  color: #475268;
  line-height: 1.6;
}

/*Why choose area ends*/



/*Gallery Popup*/
.gallery img {
    cursor: pointer;
    border-radius: 5px;
}

.gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.gallery-popup img {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
}

.gallery-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.gallery-controls i {
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
}
.gallery-controls i svg
{
    fill:#FFF;
    width: 40px;
    height: 40px;
}
.gallery-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}
.gallery-close-btn svg{
    position: absolute;
    top: 20px;
    right: 20px;
    position: absolute;
    fill:#FFF;
    width: 30px;
    height: 30px;
}
/*Gallery Popup ends*/



/*House Boat Facility icons*/
.facility-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0 0 40px;
}

.facility-list li {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.facility-list i {
  width: 46px;
  height: 46px;
  background: #eeeeee;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
}

.facility-list .icon {
  width: 40px;
  height: 40px;
  fill: var(--theme-gold-2);
  padding: 5px;
}

.facility-list span {line-height: 20px;}
/*House Boat Facility icons ends*/

/*Houseboat Fetures*/
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  justify-content: center;
}

.features-grid li {
background-color: #fdfaf3;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;        /* Vertically center icon + text */
  justify-content: flex-start;/* Keep icon left-aligned */
  gap: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  line-height: 1.4;           /* Ensure text lines are evenly spaced */
}

.features-grid li:hover {
  background-color: #fff8ea;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.features-grid .icon {
  width: 32px;
  height: 32px;
  fill: #dfb222;
  flex-shrink: 0;
}

.features-grid span {
  line-height: 19px;
}
/*Houseboat Fetures ends*/


/*Bookig form*/
.booking-section {
  background-color: #f7f5ee;
}

.booking-form .form-label {
  color: #000000;
  font-weight: 300;
    font-size:14px;
}

.booking-form input,
.booking-form select {
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.65rem 1rem;
}

.booking-form input,
.booking-form select {
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.65rem 1rem;
}
.booking-form input[type='checkbox'] {
  border-radius: 0;
  font-size: 1rem;
  padding: 1px 7px;
  margin-right: 10px;
  margin-top: 7px;
}
.booking-form input:focus,
.booking-form select:focus {
  border-color: #dfb222;
  box-shadow: 0 0 0 0.15rem rgba(223, 178, 34, 0.25);
}

.btn-gold {
  background-color: var(--theme-gold-2);
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: var(--theme-gold-2);
  color: #fff;
}
/*Bookig form ends*/


/*Blog*/
.blog-box {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 0 30px;
}

.blog-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-box:hover img {
  transform: scale(1.03);
}

.blog-box h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2b2b2b;
  padding: 1rem 1rem 0.5rem;
  margin: 0;
}

.blog-box p {
  font-size: 0.95rem;
  color: #5c5c5c;
  padding: 0 1rem 1rem;
  margin: 0;
}

.blog-box .btn-style-2 {
  display: inline-block;
  margin: 0 1rem 1.2rem;
  padding: 0.5rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--theme-gold);
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  display: flex;
  justify-content: center;
}

.blog-box .btn-style-2:hover {
  background-color: var(--theme-gold-2);
}

.pagination-container .pagination {
  gap: 8px;
  margin: 0;
  padding: 0;
}

.pagination-container .page-link {
  color: #475268;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.pagination-container .page-link:hover {
  background-color: #f4e3ad;
  color: #2b2b2b;
  border-color: #dfb222;
}

.pagination-container .page-item.active .page-link {
  background-color: var(--theme-blue);
  border: var(--theme-blue);
  color: #fff;
  font-weight: 600;
}

.pagination-container .page-item.disabled .page-link {
  opacity: 0.5;
  background-color: #f9f9f9;
  border-color: #ddd;
  color: #999;
  pointer-events: none;
}

/*Blog ends*/


/*Contact us page*/
.contact-info-box {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.contact-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2b2b2b;
}

.contact-info-box a {
  text-decoration: none;
  display: inline-block;
}

.contact-info-box a:hover {
  text-decoration: underline;
}

.contact-info-box svg.icon {
  width: 20px;
  height: 20px;
  fill: #dfb222;
  flex-shrink: 0;
}

.contact-social-media {
  list-style: none;
  padding-left: 0;
  gap: 12px;
}

.contact-social-media li {
  display: inline-block;
}

.contact-social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-social-media a:hover {
  background-color: #dfb222;
}

.contact-social-media .icon {
  width: 18px;
  height: 18px;
  fill: #475268;
  transition: fill 0.3s;
}

.contact-social-media a:hover .icon {
  fill: #fff;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
}

/*Contact us page ends*/

/*Policy*/
.policy-wrapper {
  max-width: 800px;
  margin: auto;
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}

.policy-title {
  font-size: 2rem;
  color: #2b2b2b;
  font-weight: 600;
  border-bottom: 2px solid #dfb222;
  padding-bottom: 10px;
}

.policy-wrapper h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #475268;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #dfb222;
  font-size: 1.2rem;
  line-height: 1;
}

.contact-info {
  list-style: none;
  padding-left: 0;
}

/*Policy ends*/

/*splash-screen*/
.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--theme-blue); /* or any background color */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.splash-screen img {
  max-width: 100%;
  height: auto;
}
/*splash-screen ends*/


/*Route Map Items*/
.route-map-container
{
    position: relative;
}
.riverline
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 102%;
    width: 16px;
    background: #2db9f4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-bottom: 30px;
}
.riverline img
{
    position: sticky;
    top: 50%;
    margin-left: -7px;
}
.route-title
{display: flex;flex-direction: column;align-items: flex-start;font-size: 30px;}
.route-title i
{
    font-style: normal;
    background: var(--theme-gold-2);
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    color: #FFF;
    line-height: 40px;
    margin: 0 0 10px;
}
.route-title span
{
    font-size: 19px;
}
.locationimage
{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 40px;
    padding: 10px;
    width: 100%;
}
/*Route Map Items Ends*/
