/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');*/
/*@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}*/

/*header css*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #004080, #b03060);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  color: #f0f0f0;
  line-height: 1.5;
}

h1,
h2 {
  text-align: center;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.hidden_header {
  height: 80px;
}

/*header{position:fixed; z-index:91; top:0; left:0; right:0; background:#0073e6; padding:5px 0;}*/
header {
  position: fixed;
  z-index: 91;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 40, 80, 0.9);
  backdrop-filter: blur(5px);
  padding: 5px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

nav {
  display: flex;
}

ul,
ol {
  list-style-position: inside;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 50px;
  width: auto;
}

.menu input[type=checkbox],
.menu label {
  display: none;
}

.menu {
  width: 62%;
  margin-left: auto;
}

.nav_links {
  line-height: 70px;
  text-align: right;
}

.nav_links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav_links ul li {
  flex: 1 1 auto;
  list-style: none;
}

.nav_links ul li a {
  color: #ffffff;
  text-transform: uppercase;
}

.call_now {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  line-height: 32px;
}

.call_now a {
  color: #ffffff;
  font-weight: 500;
}

.call_now img {
  width: 20px;
  display: inline-flex;
  position: relative;
  bottom: -3px;
  margin-right: 7px;
}

.container {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-sm-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-sm-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-sm-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-sm-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-sm-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-sm-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-sm-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-sm-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}

h1 {
  margin: 0 0 1.5rem;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  margin: 0 0 1.5rem;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.desk-top {
  display: block !important;
}

.mobile {
  display: none !important;
}

/*.banner{
    padding:0;
    background:url(../images/banner.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 580px;
}
.banner img{width:100%;}*/

.banner {
  position: relative;
  width: 100%;
  height: 580px;
  background: url(../images/banner.webp) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

/* Soft dark overlay with luxury tone */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 40, 80, 0.4));
  z-index: 1;
}

/* Content styling */
.banner-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 800px;
}

.banner-title {
  display: block;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #f1f1f1;
  text-transform: capitalize;
  margin-bottom: 15px;
  animation: fadeInUp 1s ease forwards;
}

.banner-subtitle {
  display: block;
  font-size: 18px;
  color: #d9d9d9;
  line-height: 1.6;
  margin-bottom: 30px;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.3s;
}

/* Button */
.banner-btn {
  display: inline-block;
  background: linear-gradient(45deg, #1a1a1a, #004080);
  color: #fff;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.6s;
}

.banner-btn:hover {
  background: linear-gradient(45deg, #004080, #1a1a1a);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 64, 128, 0.3);
}

/* Fade animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .banner {
    height: 460px;
  }

  .banner-title {
    font-size: 32px;
  }

  .banner-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 380px;
  }

  .banner-title {
    font-size: 26px;
  }

  .banner-subtitle {
    font-size: 17px;
  }
}


section {
  padding: 4em 0;
  min-height: 233px;
}

.heading_main {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}

.heading {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  line-height: normal;
  letter-spacing: .7px;
}

.escorts {
  color: #ffffff;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2rem;
}

.escorts figure {
  margin: 0;
  position: relative;
  border: 1px solid #ffcc00;
}

.escorts figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0073e6;
  opacity: 0;
}

.escorts:hover figure:before {
  opacity: 0.4;
}

.pr_head {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding: 15px 15px;
  background: linear-gradient(to right, #ff6600, #ffcc99, #ff6600);
  border: 1px solid #ffcc00;
  transition: all 0.2s ease-in-out 0s;
}

.pr_head h2 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding: 0px;
  margin: 0
}

.escorts:hover .pr_head {
  background: linear-gradient(to right, #330033, #cc6699);
  color: #ffffff;
  border-color: #ff3399;
}

.escorts_link {
  position: absolute;
  top: 65%;
  width: 100%;
}

.escorts_link .btn {
  position: relative;
  top: -100px;
  display: inline-block;
  z-index: 5;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.escorts:hover .escorts_link .btn {
  opacity: 1;
  top: 0;
}

.type {
  background: linear-gradient(to right, #330033, #cc6699);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 15px;
  text-shadow: #660066 3px 3px 3px;
}

.btn {
  background: linear-gradient(to right, #ff6600, #ffcc99, #ff6600);
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  padding: 15px 30px;
  border-radius: 30px;
  border: #ffcc00 solid 1px;
}

.btn:hover {
  background: linear-gradient(to right, #330033, #cc6699);
  color: #ffffff;
  border-color: #ff3399;
}

.bg {
  background: url(../images/bg.webp) #004080;
}

.border {
  border: #0073e6 solid 2px;
  padding: 15px;
  margin-bottom: 1.5rem;
}

.border:last-child {
  margin-bottom: 0;
}

p {
  margin: 0 0 10px 0;
}

p a,
p strong {
  color: #ffd700;
  font-weight: 500;
}

.about p {
  text-align: justify;
}

.about a {
  color: #ffd700;
  font-weight: 500;
  text-decoration: none;
}


.about a:hover {
  color: #e3d274;
}

.location_bg {
  background: url(../images/bg.webp) #004080;
}

.area {
  text-align: center;
  margin-bottom: 2rem;
}

.area figure {
  margin: 0;
  position: relative;
  border: 1px solid #ffcc00;
}

.area .pr_head {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

p+h4,
p+h3 {
  margin-top: 2rem;
}

.border h1 {
  font-size: 35px;
}

/*-- move top --*/
#toTop {
  bottom: 20px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background: #ffbf00;
  border-radius: 10px;
  opacity: 0.8;
}

#toTop:after {
  color: #ffffff;
  content: '';
  font-size: 18px;
  line-height: 37px;
  font-family: 'FontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/arrow-up-icon.png) no-repeat 12px 11px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*-- //move top --*/
/*-- footer --*/
footer {
  background: #993300;
  padding-top: 4em;
}

.f_heading {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  border-left: #ff9933 solid 3px;
  padding-left: 15px;
  line-height: normal;
}

.footer-grids ul {
  margin: 0px;
  padding: 0;
}

.footer-grids ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

.footer-grids ul li a {
  color: #cccccc;
  font-weight: normal;
  position: relative;
}

.footer-grids ul li a:hover {
  color: #ff9933;
}

.footer-grids ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #cccccc;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}

.footer-grids ul li:last-child {
  margin-bottom: 0;
}

.footer-grids ul.pr {
  margin-right: 4rem;
}

.copyright {
  border-top: #663300 solid 1px;
  padding: 1.2rem 0;
  margin-top: 2rem;
  color: #cccccc;
  text-align: center;
  display: flex;
}

/*-- //footer --*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.add img {
  border: #ffcc66 solid 4px;
  margin-top: 1.5rem;
}

.rate {
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(to right, #004080, #b30000);
  overflow: hidden;
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 2rem;
  box-shadow: #800000 0 0 24px;
  border: #ffffff solid 2px;
}

.rate .heading {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
  background: #0073e6;
  padding: 20px 20px;
  display: block;
}

.rate .price {
  font-size: 45px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
}

.rate .price sub {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  bottom: 10px;
}

.rate ul {
  margin: 0 0 20px;
  padding: 0;
}

.rate ul li {
  margin: 0;
  padding: 15px 0px;
  list-style: none;
  position: relative;
  border-top: #cc3300 solid 1px;
}

.rate ul li.no_avail {
  cursor: no-drop;
  color: #ff9966;
}

.sub_footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 40px 0;
  background: #993300;
}

.contact {
  background: #cc6600;
  border-radius: 20px;
  font-family: Roboto;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 35px 20px;
  margin: 2rem 0;
}

.contact img {
  height: 60px;
  width: auto;
  display: inline-block;
  margin-bottom: 1rem;
}

.a_head {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact_form {
  background: #993300;
  padding: 25px;
  border-radius: 10px;
}

.form-group {
  margin-bottom: 15px;
  display: flex;
}

.contact_form label {
  width: 30%;
}

input,
textarea {
  border: #b22222 solid 1px;
  height: 45px;
  background: #8b0000;
  padding: 5px 15px;
  width: 70%;
  color: #ffffff;
}

.contact_form .btn {
  margin-left: 30%;
}

.profile_text p {
  text-align: justify;
}

.profile_text h1 {
  font-size: 35px;
}

.detail {
  margin-top: 2rem;
}

.detail ul {
  display: flex;
  margin: 0;
  padding: 0;
  background: #0073e6;
  text-align: center;
  border: #cc9966 solid 1px;
  border-left: none;
}

.detail ul li {
  margin: 0;
  padding: 15px;
  list-style: none;
  flex: 1 1 auto;
  border-left: #cc9966 solid 1px;
}

.detail ul li span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: .5rem;
}

.profile_rate {
  margin-top: 2rem;
}

.profile_rate ul {
  display: flex;
  margin: 0;
  padding: 0;
  background: #0073e6;
  border: #cc9966 solid 1px;
  border-bottom: none;
}

.profile_rate ul:last-child {
  border-bottom: #cc9966 solid 1px;
}

.profile_rate ul li {
  margin: 0;
  padding: 12px 15px;
  list-style: none;
  width: 33.33%
}

.profile_rate ul li span {
  font-weight: 500;
  font-size: 17px;
}

.other_escort .col-sm-3 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width:1024px) {
  .container {
    max-width: 990px;
  }

  .desk-top {
    min-height: 410px !important;
  }

  .logo img {
    height: 42px;
  }

  .call_now {
    margin-left: 1rem;
  }

  .call_now a {
    font-size: 17px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 25px;
  }

  .area .pr_head {
    font-size: 14px;
  }

  .footer-grids .col-sm-5 {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .footer-grids .col-sm-4 {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .footer-grids ul.pr {
    margin-right: 15px;
  }
}

@media (max-width:823px) {
  .container {
    max-width: 100%;
  }

  .hidden_header {
    height: 72px;
  }

  header {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .call_now a {
    font-size: 17px;
  }

  .logo img {
    height: 50px;
  }

  .menu {
    width: auto;
  }

  .nav_links {
    display: block;
    position: fixed;
    top: 70px;
    left: -100%;
    right: 0;
    background: #004080;
    padding: 20px;
    line-height: 55px;
    transition: all .5s ease;
    z-index: 999;
  }

  .menu input[type=checkbox] {
    display: none;
  }

  .menu :checked+.nav_links {
    display: block;
    left: 0;
    overflow: auto;
  }

  .menu label {
    display: block;
    position: absolute;
    left: 10px;
    top: 17px;
  }

  .menu .nav_links {
    display: none;
  }

  .menu label img {
    height: 35px;
  }

  .menu .nav_links ul {
    display: block;
    text-align: left;
  }

  .menu .nav_links ul li {
    border-bottom: #d2691e solid 1px;
  }

  .logo {
    margin-left: 4rem;
  }

  .desk-top {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .escorts_bg .col-sm-3,
  .location_bg .col-sm-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .border .col-sm-5,
  .border .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .border:nth-child(odd) .col-sm-5,
  .border:nth-child(even) .col-sm-7 {
    margin-bottom: 1rem;
  }

  .add .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-grids .col-sm-5,
  .footer-grids .col-sm-4,
  .footer-grids .col-sm-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .footer-grids .pull-left,
  .footer-grids .pull-right {
    float: none;
    margin-top: 12px;
  }


  .escort_detail .col-sm-5,
  .escort_detail .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .profile_text {
    margin-top: 2rem;
  }

  .other_escort .col-sm-3,
  .other_location_bg .col-sm-3,
  .cat_escort .col-sm-3,
  .top_rated_bg .col-sm-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .type {
    font-size: 15px;
  }

  .rate_bg .col-sm-4,
  .op_hour_bg .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact_form {
    margin-top: 2rem;
  }
}

@media (max-width:736px) {

  .location_bg .col-sm-3,
  .other_location_bg .col-sm-3,
  .ad_row .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .heading {
    font-size: 33px;
  }

  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .banner {
    background: url(../images/1.webp) no-repeat;
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    /* This will create a parallax effect on desktop */
  }
}

@media (max-width:667px) {

  .escorts_bg .col-sm-3,
  .other_escort .col-sm-3,
  .cat_escort .col-sm-3,
  .top_rated_bg .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:568px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (max-width:480px) {
  .hidden_header {
    height: 70px;
  }

  .logo {
    margin: 0.4rem 0 0.4rem 2.5rem;
  }

  .logo img {
    height: 35px;
  }

  .location_bg .col-sm-3,
  .escorts_bg .col-sm-3,
  .add .col-sm-3,
  .other_escort .col-sm-3,
  .other_location_bg .col-sm-3,
  .cat_escort .col-sm-3,
  .top_rated_bg .col-sm-3,
  .ad_row .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-grids .col-sm-5,
  .footer-grids .col-sm-4,
  .footer-grids .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .copyright {
    margin-top: 0;
  }

  .call_now a {
    font-size: 17px;
  }

  .call_now img {
    width: 15px;
    margin-right: 2px;
  }

  h1,
  .border h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  .detail ul {
    display: block;
    text-align: left;
  }

  .detail ul li span {
    display: inline-block;
    margin-bottom: 0;
    width: 115px;
  }

  .detail ul li {
    border-top: #cc9966 solid 1px;
  }

  .detail ul li:first-child {
    border-top: None;
  }

  .rate .price {
    font-size: 35px;
  }

  .rate .price sub {
    font-size: 17px;
  }
}

@media (max-width:360px) {
  .call_now a {
    font-size: 11px;
  }
}

@media (max-width:320px) {
  .heading {
    font-size: 25px;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  .logo {
    margin: 0.55rem 0 0.55rem 2.2rem;
  }

  .logo img {
    height: 30px;
  }

  .call_now a {
    font-size: 10px;
  }

  .call_now img {
    width: 10px;
  }

  .profile_rate {
    font-size: 12px;
  }

  .profile_rate ul li span {
    font-size: 13px;
  }
}
}

.social a {
  display: inline-block
}

.social a img {
  width: 25px;
  margin-right: 10px
}

.nowcalling {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.lcol,
.rcol {
  float: left;
  width: 50%;
}

.lcol a,
.rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
}

.lcol {
  background-color: #008000;
}

.rcol {
  background-color: #20b2aa;
}

.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.faq-section h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.faq-checkbox {
  display: none;
}

.faq-question {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  color: #990000;
  position: relative;
  padding-left: 30px;
}

.faq-question::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  color: #000000;
}

.faq-checkbox:checked+.faq-question::before {
  content: '-';
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-checkbox:checked~.faq-answer {
  max-height: 200px;
}

.faq-answer p {
  margin: 0;
  padding: 10px 0;
  color: #666;
}

/* Responsive Design */
@media (max-width: 600px) {
  .faq-section {
    padding: 15px;
  }

  .faq-section h1 {
    font-size: 1.5rem;
  }

  .faq-question {
    font-size: 1rem;
  }
}

footer {
  background: #111;
  color: #ddd;
  padding: 50px 0 0;
  padding-bottom: 50px;
}

footer .f_heading {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

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

footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-links li {
  margin-bottom: 8px;
}

footer .footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s ease;
}

footer .footer-links a:hover {
  color: #f15a29;
  padding-left: 5px;
}

footer p {
  color: #ccc;
  font-size: 17px;
}

footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

footer .footer-contact li {
  margin-bottom: 10px;
  font-size: 17px;
}

footer .footer-contact li a {
  font-size: 17px;
}

footer .footer-contact i {
  margin-right: 8px;
  color: #f15a29;
}

footer .social-icons {
  margin-top: 15px;
}

footer .social-icons a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

footer .social-icons a:hover {
  color: #f15a29;
  transform: scale(1.2);
}

footer .footer-bottom {
  background: rgba(0, 40, 80, 0.9);
  text-align: center;
  padding: 15px 0;
  margin-top: 40px;
  font-size: 18px;
  color: #999;
}

footer .footer-bottom a {
  color: #f15a29;
  text-decoration: none;
}

footer .footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  footer .footer-col {
    margin-bottom: 30px;
  }

  footer .social-icons a {
    margin: 0 5px;
  }
}

.nowcalling {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;
  }

  .lcol {
    background-color: #ff0000;
  }

  .rcol {
    background-color: #018f99;
  }

  .lcol a,
  .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
  }

  .lcol,
  .rcol {
    float: left;
    width: 50%;
  }
}

.hotel-section {
  padding: 40px 5px;
  text-align: center;
}

.hotel-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.hotel-section h2 span {
  color: #f50762;
  /* highlight color */
  border-bottom: 3px solid #f50762;
  padding-bottom: 4px;
}

/* --- Grid Layout --- */
.hotel-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  margin: 0 auto;
}

/* --- Links --- */
.hotel-list li a {
  display: block;
  background: #f8f8f8;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.hotel-list li a:hover {
  background: #f50762;
  color: #fff;
  transform: translateY(-2px);
}

/* --- Tablet View (≥ 600px) --- */
@media (min-width: 600px) {
  .hotel-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* --- Desktop View (≥ 992px) --- */
@media (min-width: 992px) {
  .hotel-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* center it horizontally */
  font-size: 15px;
  color: #666;
  margin: 20px 0;
}

.breadcrumb a {
  color: #f50762;
  /* your brand color */
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #222;
  text-decoration: underline;
}

.breadcrumb .divider {
  margin: 0 8px;
  color: #999;
}

.breadcrumb .current {
  color: #333;
  font-weight: 600;
}

/* optional small-screen spacing */
@media (max-width: 600px) {
  .breadcrumb {
    font-size: 14px;
  }

  .breadcrumb .divider {
    margin: 0 5px;
  }
}

.nowcalling {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999
}

.lcol,
.rcol {
  float: left;
  width: 50%
}

.lcol {
  background-color: #245970
}

.rcol {
  background-color: #0B6530
}

.lcol a,
.rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #fff
}