@charset "UTF-8";

/*
Theme Name: GHC 2024 V3
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Chamila Jayawardana
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ghc2024 
s
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
 
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*  
 font-family: "Barlow",   sans-serif;
font-family: "Unna", serif;
font-family: "Inter", serif;
font-family: "Oswald", sans-serif; 
} */

body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  display: block;
  font-family: "Poppins", sans-serif;
}
strong {
  font-weight: 500 !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.g-review-wrap {
  PADDING: 40PX 0PX;
}
/* .sub-menu-toggle {
  display: none !important;
} */
.small-font{
  font-size: 12px; font-weight: 400;
}
.contact-details a {
  color: #f15a29;
  text-decoration: none;
}
span.contact-item { 
  padding: 0 !important;
}
span.contact-item h2{
  margin-bottom: 0px;
  margin-top: 0px;
}
h1 {
  font-family: "Poppins", sans-serif;
  color: #747474;
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}

h2 {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin: 25px 0 3px 0;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 5px 0 3px 0;
  font-size: 18px;
}

p a {
  color: green;
}

span.wpcf7-form-control-wrap {
  margin-bottom: 0px !important;
  display: block;
}

.tour-includes-wrap h2 {
  margin-top: 0;
}

.btn-green {

  background: #f15a29;
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  padding: 10px 25px;
  transition: all ease-in 0.3s;
  margin-top: 20px;
  display: block;
  margin: 10px auto 0;
  font-family: 'Barlow', sans-serif;
  letter-spacing: .05em;
}

.btn-green:hover {
  background-color: black;
}

.rounded-white-btn {
  border-radius: 20px;
  text-align: center;
  color: #f15a29;
  text-decoration: none;
  margin-left: 20px;
  padding: 8px 0px 8px 25px;
  transition: all ease-in 0.3s;
}

.rounded-white-btn:hover {
  color: black;
}
.hdr-logo-wrap {
  position: relative;
}
a.header-logo {
  position: absolute;
  z-index: 999999;
  background-color: white;
  padding: 10px;
  box-shadow: 0 0 3px #ccc;
}

@media screen and (max-width: 980px) {
  a.header-logo {
    width: 100px !important;
  }
  
}
@media screen and (min-width: 981px) {
  a.header-logo {
    width: 150px !important;
  }
  
}


#wrap,
#main-header,
#home-content-wrap,
#main-footer {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

#main-header {
  position: relative;
  clear: both;
  display: block;
}

#main-header .nav-wrap {
  padding-top: 10px;
  display: block;
  background: #ffffff;
  padding-bottom: 10px;
}

.inside-page-header {
  display: block !important;
  clear: both !important;
}

.inside-page-header .nav-wrap {
  background: none !important;
  position: relative !important;
}

.inside-page-header .rounded-white-btn {
  text-shadow: none !important;
  color: black !important;

}

.inside-page-header .rounded-white-btn:hover {
  background-color: #419639 !important;
  color: white !important;
}

#main-header .nav-wrap .nav-top {
  gap: 0;
  width: 96%;
  margin: 0px auto;
  display: grid;
}

.htlpkgnavwrap.nav-wrap {
  padding-bottom: 10px !important;
}

button.sub-menu-toggle {
  display: none !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt--20 {
  margin-top: -20px;
}

.txt-center {
  text-align: center !important;
}

.bg-black {
  background-color: rgb(0, 0, 0);
}


.bc-wrap {
  font-size: 11px;
  padding: 8px 0;
  display: block;
  clear: both;
  color: rgb(234, 177, 65);
  text-align: left;
}

.bc-wrap a {
  text-decoration: none;
  color: rgb(170, 170, 170);
}

.bc-wrap a:hover {
  text-decoration: underline;
}


@media (min-width: 0) {
  #main-header .nav-wrap .nav-top {
    grid-template-columns: 180px auto 45px;
    gap: 5px;
  }

  #main-header .nav-wrap .nav-top .header-mail-wrap,
  #main-header .nav-wrap .nav-top .header-tel-wrap {
    display: none !important;
  }

  #main-header .nav-wrap .nav-top .header-logo {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
  }

  #main-header .nav-wrap .nav-top .header-logo img {
    width: 100% !important;
  }

  #main-header .nav-wrap .nav-top .toggle__menu {
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .nav-top .header-contact-dtl {
    display: none;
  }
}

@media (min-width: 480px) {
  
  #main-header .nav-wrap .nav-top {
    grid-template-columns: 180px auto 45px;
    gap: 10px;
  }

  #main-header .nav-wrap .nav-top .header-mail-wrap,
  #main-header .nav-wrap .nav-top .header-tel-wrap {
    display: none !important;
  }

  #main-header .nav-wrap .nav-top .header-logo {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
  }

  #main-header .nav-wrap .nav-top .header-logo img {
    width: 100% !important;
  }

  #main-header .nav-wrap .nav-top .toggle__menu {
    grid-column: 3/4;
    grid-row: 1/2;
  }

}

@media (min-width: 720px) {
  
  #main-header .nav-wrap .nav-top {
    grid-template-columns: 180px 1fr 1fr 40px !important;
    gap: 10px;
  }

  #main-header .nav-wrap .nav-top a {
    font-size: 12px !important;
  }

  #main-header .nav-wrap .nav-top .header-logo {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
  }

  #main-header .nav-wrap .nav-top .header-logo img {
    width: 100% !important;
  }

  #main-header .nav-wrap .nav-top .toggle__menu {
    grid-column: 4/5;
    grid-row: 1/2;
  }

  #main-header .nav-wrap .nav-top .header-tel-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
    display: block !important;
  }

  #main-header .nav-wrap .nav-top .header-mail-wrap {
    margin-left: 30px;
    grid-row: 1/2;
    grid-column: 3/4;
    display: block !important;
  }
}

@media (min-width: 960px) {
  #main-header .nav-wrap .nav-top {
    grid-template-columns: 200px 1fr 1fr 60px;
  }

  #main-header .nav-wrap .nav-top .header-logo {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
  }

  #main-header .nav-wrap .nav-top .header-logo img {
    width: 100% !important;
  }

  #main-header .nav-wrap .nav-top .header-tel-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: right;
  }

  #main-header .nav-wrap .nav-top .header-mail-wrap {
    margin-left: 30px;
    grid-row: 1/2;
    grid-column: 3/4;
  }
}

@media (min-width: 1200px) {
  #main-header .nav-wrap .nav-top {
    grid-template-columns: 230px auto !important;
    grid-template-rows: auto auto;
    gap: 2px;
    max-width: 1200px;
  }
}

#main-header .nav-wrap .nav-top .header-mail-wrap {
  display: flex;
  align-self: center;
  justify-content: start;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  #main-header .nav-wrap .nav-top .header-mail-wrap {
    grid-column: 3/4;
  }

  .header-email, .header-tel {
     background-repeat: no-repeat;
     background-size: 20px;
     background-position: left center;
   
  }
  .header-email{
    background-image: url(images/mail.png);
  }
  .header-tel {
    background-image: url(images/telephone.png);
  }
}

#main-header .nav-wrap .nav-top .header-mail-wrap .header-email {
  font-size: 14px;
  text-align: left;
  
}

@media (min-width: 1200px) {
  #main-header .nav-wrap .nav-top .header-logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .header-contact-dtl {
    display: block !important;
    text-align: right;

  }

}

#main-header .nav-wrap .nav-top .header-logo img {
  max-width: 300px;
}

#main-header .nav-wrap .nav-top .header-tel-wrap {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  #main-header .nav-wrap .nav-top .header-tel-wrap {
    grid-column: 3/4;
    text-align: right;
    margin-right: 30px;
  }
}

#main-header .nav-wrap .nav-top .header-tel-wrap .header-tel {
  font-size: 14px;
  text-align: center !important;
}

#main-header .nav-wrap .nav-top .toggle__menu {
  cursor: pointer;
  padding-top: 3px;
}

#main-header .nav-wrap .nav-top .toggle__menu span {
  transition: 0.3s ease;
  width: 2.5rem;
  height: 3px;
  background-color: rgb(80, 80, 80);
  margin-bottom: 0.5rem;
  display: block;
}

.inside-page-header .nav-wrap .nav-top .toggle__menu span {
  background-color: black !important;
}

@media (min-width: 1200px) {
  #main-header .nav-wrap .nav-top .toggle__menu {
    display: none !important;
  }

  li.menu-item-has-children {
    position: relative !important;
  }

  li.menu-item-has-children::after {
    content: "+";
    position: absolute;
    transition: .3s all;
    transform: rotate(90deg);
    transform-origin: center;
    margin-left: 3px;
    margin-top: 1px;
  }

  li.menu-item-has-children:hover::after {
    transform: rotate(270deg);
  }

  ul.sub-menu {
    display: none !important;
    transition: all .3s ease-in;
    opacity: 0 !important;
    padding: 0 !important;
  }

  li.menu-item-has-children:hover .sub-menu {
    position: absolute;
    background-color: rgb(211, 56, 0);
    z-index: 9999;
    min-width: max-content;
    display: flex !important;
    flex-direction: column;
    top: 25px;
    padding: 0px;
    margin: 0;
    opacity: 1 !important;
  }

  .sub-menu li {
    display: block;
    border: none;
    margin: 0 !important;
  }

  .sub-menu li a {
    padding: 10px 15px !important;
    display: block;
    border-bottom: none !important;
    text-shadow: none !important;
    color: white !important;
  }

  .sub-menu li a:hover {
    background-color: #003a25;
    color: white !important;
  }

}

#main-header .nav-wrap .nav-top .toggle__menu.open span:nth-child(1) {
  transform: translate(-0.2rem, 1rem) rotate(45deg);
  transition: 0.3s ease;
}

#main-header .nav-wrap .nav-top .toggle__menu.open span:nth-child(2) {
  opacity: 0;
  transition: 0.3s ease;
}

#main-header .nav-wrap .nav-top .toggle__menu.open span:nth-child(3) {
  transform: translate(-0.2rem, -0.4rem) rotate(-45deg);
  transition: 0.3s ease;
}

#main-header .nav-wrap .mobile__menu.slideOut {
  transform: translateX(-90%);
}

#main-header .nav-wrap .mobile__menu.slideIn {
  right: 0;
  z-index: 9999;
}

#main-header .nav-wrap .mobile__menu {
  background-color: #ffffff;
  position: absolute;
  right: -100%;
  display: block;
  max-width: 400px;
  overflow-x: hidden;
  transition: 0.5s ease;
  cursor: pointer;
}

#main-header .nav-wrap .mobile__menu .btn__back {
  position: absolute;
  top: 2rem;
  right: 1rem;
  text-transform: uppercase;
  display: none;
  text-decoration: none;
  font-weight: 700;
  color: rgb(53, 53, 53);
}

#main-header .nav-wrap .mobile__menu .btn__back.show {
  display: block;
}

#main-header .nav-wrap .mobile__menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  position: relative;
  padding: 2rem;
  transition: 0.5s ease;
  list-style: none;

}

#mobile_menu li.menu-item-has-children {
  position: relative;
}

#mobile_menu li.menu-item-has-children:hover ul {
  width: 95% !important;
  height: auto !important;
  display: block !important;
  opacity: 1;
  margin: 0 0 0 30px !important;
  padding: 20px !important;
  transition: 0.5s ease;
  padding-top: 0 !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  max-width: 400px;

}

#mobile_menu li.menu-item-has-children::after {
  content: "+";
  position: absolute;
  transition: .3s all;
  transform: rotate(90deg);
  transform-origin: center;
  margin-left: 3px;
  margin-top: 1px;
  left: -18px;
  top: -1px;
}


#mobile_menu li.menu-item-has-children:hover::after {
  transform: rotate(270deg);
}

#mobile_menu li.menu-item-has-children ul {
  height: 0 !important;
  margin: 0 0 0 30px !important;
  padding: 0px !important;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  transition: 0.5s ease;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background-color: rgba(255, 255, 255, 0.111);
}

#mobile_menu li.menu-item-has-children ul li a:hover {
  color: rgb(0, 0, 0);
}

#main-header .nav-wrap .mobile__menu ul li {
  margin-bottom: 1rem;
}

#main-header .nav-wrap .mobile__menu ul li a {
  font-size: .9rem;
  text-decoration: none;
  color: rgb(95, 95, 95);
}

@media (min-width: 1200px) {
  #main-header .nav-wrap .mobile__menu {
    display: none !important;
  }

}

@media (min-width: 960px) {
  #main-header .nav-wrap .desktop__menu {
    display: none;
  }
}

#main-header .nav-wrap .desktop__menu {
  margin-top: 00px;
}

@media (min-width: 1200px) {
  #main-header .nav-wrap .desktop__menu {
    display: block !important;
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .header-contact-dtl {
    margin-bottom: 20px;
  }
}

@media (min-width: 960px) {
  #main-header .nav-wrap .desktop__menu {
    display: none;
  }
}

@media (min-width: 720px) {
  #main-header .nav-wrap .desktop__menu {
    display: none;
  }


}

@media (max-width: 479px) {
  .mobile__menu .header-contact-dtl {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 20px;
  }
}

@media (min-width: 480px) {
  #main-header .nav-wrap .desktop__menu {
    display: none;
  }

  .mobile__menu .header-contact-dtl {
    margin-top: 20px;
  }
}

@media (min-width: 0) {
  #main-header .nav-wrap .desktop__menu {
    display: none;
  }
}

#main-header .nav-wrap .desktop__menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#main-header .nav-wrap .desktop__menu ul li.has__submenu {
  position: relative;
}

#main-header .nav-wrap .desktop__menu ul li.has__submenu ul {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #ffffff;
  padding: 0px !important;
  justify-content: flex-start;
  margin: 0;
  left: 0rem;
  top: 1.4rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.5s ease;
  min-width: -moz-max-content;
  min-width: max-content;
}

#main-header .nav-wrap .desktop__menu ul li.has__submenu ul li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#main-header .nav-wrap .desktop__menu ul li.has__submenu ul li a {
  text-shadow: none;
  padding: 10px 20px !important;
  width: 100%;
  display: block;
}

#main-header .nav-wrap .desktop__menu ul li.has__submenu ul li a:hover {
  background-color: #ffffff;
}

#main-header .nav-wrap .desktop__menu ul li.has__submenu:hover ul {
  transition: 0.5s ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#main-header .nav-wrap .desktop__menu ul li {
  margin: 0 0 0 30px;
}

#main-header .nav-wrap .desktop__menu ul li a {
  text-decoration: none;
  color: rgb(86, 86, 86);
  text-transform: uppercase;
  font-size: 14px; 
  padding-bottom: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: all ease-in 0.3s;
  font-weight: 500;
  letter-spacing: 0.01rem;
}

.inside-page-header .nav-wrap .desktop__menu ul li a {
  color: black !important;
  text-shadow: none !important;
}

.inside-page-header .nav-wrap .desktop__menu ul li a:hover {
  color: #d52700 !important;
}

#main-header .nav-wrap .desktop__menu ul li a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid rgb(238, 72, 0);
  transition: all ease-in 0.3s;
}


.inside-page-header .nav-wrap .desktop__menu ul li a:hover {

  border-bottom: 2px solid rgb(0, 84, 46) !important;
}

#main-header .main-banner {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-content: center;
}


#main-header .main-banner img {
  width: 100% !important;
  height: auto;
  max-width: 100% !important;
}

#main-header .main-banner .banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

#main-header .main-banner .banner-caption h2 {
  font-family: "Unna", serif;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  #main-header .main-banner .banner-caption h2 {
    font-size: 56px;
  }
}

#main-header .main-banner .banner-caption p {
  font-style: italic;
  font-size: 26px;
  margin-top: 0px;
  font-weight: 500;
}

.home-intro {
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 70px;
  float: none;
  text-align: center;
}

.home-intro .intro-text a {
  float: left;
}

.home-intro h1 {
  font-family: "Poppins", serif;
  font-weight: 700;
  color: #f15a29;
  text-transform: uppercase;
}

.home-intro h3 {
  color: #000000;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
  clear: right;
  display: block;
  margin-top: 10px;
}

.home-intro p {
  font-family: "Inter", sans-serif;
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 5px;
}

@media (min-width: 0) {
  .home-intro {
    margin-bottom: 40px;
    clear: both;
    padding: 30px 20px;
  }

  .home-intro .intro-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-intro .intro-text h1 {
    font-size: 28px;
  }

  .home-intro .intro-text h1,
  .home-intro .intro-text h3 {
    text-align: center;
  }

  .home-intro .intro-text p {
    text-align: justify;
  }

  .home-intro .intro-text a.btn-green {
    margin-top: 10px;
    text-align: center;
  }

  .home-intro .intro-banner {
    display: none;
  }
}

@media (min-width: 480px) {
  .home-intro {
    width: 100%;
    padding: 3%;
  }

  .home-intro .intro-banner {
    display: none;
  }
}

@media (min-width: 960px) {
  .home-intro {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    margin: 5%;
    width: 90% !important;
  }

  .home-intro h1 {
    font-size: 48px;
  }

  .home-intro .intro-text {
    padding: 0;
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .home-intro {
    display: grid;
    max-width: 1200px;
    padding-left: 0% !important;
    padding-right: 0% !important;
    margin: 60px auto 60px;
  }

  .home-intro .intro-banner {
    border-radius: 20px;
    overflow: hidden;
    width: 70%;
    display: block;
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .home-intro .intro-banner img {
    width: 100%;
    height: auto;
    float: left;
  }

  .home-intro .intro-text {
    padding: 60px 0px 60px 60px !important;
    position: absolute;
    background-color: white;
    z-index: 99;
    width: 50%;
    right: 0;
    align-self: center;
    align-items: left !important;
  }

  .home-intro .intro-text h1 {
    text-align: left !important;
    font-size: 36px;
  }

  .home-intro .intro-text h3 {

    text-align: left;
  }

  .home-intro .intro-text p {
    font-family: 'Inter', sans-serif;
    color: #4E4E4E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 5px;
  }

  .home-intro .intro-text .btn-green {
    margin-left: 0;
  }
}

.owl-nav {
  margin: 15px auto 0px;
  text-align: center;
  font-size: 48px;
}

.owl-nav button {
  margin-left: 30px;
  margin-right: 30px;
}

.all-tour-btn-wrap {
  margin: 0 auto;
  text-align: center;
}

.home-tour-section {
  background-color: #f7f7f7;
  display: block;
  clear: both;
  padding: 10px 0px;
}

@media (min-width: 0) {
  .home-tour-section {
    padding: 50px 20px;
  }

  /* .home-tour-section .owl-dots {
    display: none;
  } */

  .section-title h2 {
    font-family: "Poppins", sans-serif;
    margin: 0;
  }

  .highlight-green-text {
    color: #f15a29;
  }


}

@media (min-width: 1200px) {
  .section-title {
    max-width: 1180px;
    margin: 0 auto;
  }

  .home-tours-wrap {
    max-width: 1180px;
    margin: 0 auto;
    grid-template-columns: 32% 65% !important;
    gap: 3% !important;
  }

  .od-tours-content-wrap {
    max-width: 1180px;
    margin: 0 auto;
    grid-template-columns: 65% 32% !important;
    gap: 3% !important;
  }

}

.small-title {
  color: #f15a29;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 5px;
  clear: right;
  display: block;
}


.tour-grid .tour-item {
  position: relative;
}

.tour-grid .tour-item a {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 300px !important;
  max-height: 300px !important;
  ;
}



.tour-grid .tour-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: all .3s ease;
  overflow: hidden;
}

.tour-grid .tour-item a:hover>img {
  height: 105% !important;
  width: 105% !important;
  object-fit: cover;
  transition: all .6s ease-in-out;
}

.tour-grid .tour-item .tour-itm-ftr {
  /* position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 99;*/
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 99;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
}

.tour-grid .tour-item .tour-itm-ftr h3 {
  text-transform: uppercase;
}

@media (min-width: 780px) {
  .tour-grid {
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 5px !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }

  .tour-grid .tour-item {
    max-height: 350px !important;
    overflow: hidden !important;
  }

  .tour-grid .tour-item a {
    height: 285px !important;
    max-height: 285px !important;
  }
/* 
  .tour-grid .tour-item:nth-child(1) {
    grid-column: 1/3 !important;
    grid-row: 1/2 !important;
  }

  .tour-grid .tour-item:nth-child(2) {
    grid-column: 3/4 !important;
    grid-row: 1/2 !important;
  }

  .tour-grid .tour-item:nth-child(3) {
    grid-column: 1/2 !important;
    grid-row: 2/3 !important;
  }

  .tour-grid .tour-item:nth-child(4) {
    grid-column: 2/3 !important;
    grid-row: 2/3 !important;
  }

  .tour-grid .tour-item:nth-child(5) {
    grid-column: 3/4 !important;
    grid-row: 2/3 !important;
  } */
}

@media (min-width: 580px) {
  .tour-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    grid-template-rows: repeat(3, 285px);
  }

  .tour-grid .tour-item {
    max-height: 350px;
    overflow: hidden !important;
  }

  .tour-grid .tour-item a {
    overflow: hidden !important;
    min-height: 260px;
    height: 260px !important;
    max-height: 260px !important;
  }

  /* .tour-grid .tour-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .tour-grid .tour-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .tour-grid .tour-item:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .tour-grid .tour-item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .tour-grid .tour-item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  } */
}

@media (max-width: 579px) {
  .tour-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 285px);
    gap: 5px;
  }

  .home-tours-wrap .tour-item {
    overflow: hidden;
  }

  /* .tour-grid .tour-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .tour-grid .tour-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .tour-grid .tour-item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .tour-grid .tour-item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .tour-grid .tour-item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 5/6;
  } */

  .home-tours-wrap .tour-item a {
    overflow: hidden;
    height: 275px !important;
    max-height: 275px !important;
  }
}


@media (min-width: 980px) {
  .home-tours-wrap {
    display: block !important;
  }

  .home-tours-wrap .tour-item a {
    overflow: hidden;
  }

  .od-tours-content-wrap {
    display: grid !important;
    grid-template-columns: 65% 30%;
    gap: 5%;
  }

  .od-tour-intro-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .od-tour-carousel-wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 10px;
  }

  .tour-intro-wrap {
    max-width: 1180px;
    margin: 0 auto;
  }

  .tour-intro-wrap {
    font-size: 13px;
  }

 

  .tour-intro-wrap .btn-green,
  .od-tour-intro-wrap .btn-green {

    margin-left: 0;
  }

  .home-tours-wrap .section-title h2 {
    text-align: left;
  }

  .home-od-tours-wrap .section-title h2,
  .home-od-tours-wrap .section-title p {
    text-align: left;
  }

}

@media (max-width: 979px) {
  /* .section-title h2 {
    text-align: center;
    font-size: 28px !important;
    font-weight: 700;
  } */

  .tour-intro-wrap .tour-intro {
    text-align: center !important;
    font-size: 14px;
  }

  .tour-intro-wrap .btn-green,
  .od-tour-intro-wrap .btn-green {
    margin: 10px auto 20px !important;
  }
}

.home-tours-wrap,
.od-tours-content-wrap {
  display: block;
}

.section-title h2 {
  text-transform: uppercase;
  font-size: 42px;
}

.home-tours-wrap h2,
.home-tours-wrap p.tour-intro {
  text-align: left;
}

.home-tours-wrap p {
  font-family: 'Inter', sans-serif;
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 5px;
}

.home-tours-wrap .tour-carousel-wrap {
  display: block;
  /* width: 97%; */
  clear: both;
  margin-top: 10px;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel {
  position: relative;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item {
  position: relative;
  overflow: hidden;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a {
  position: relative;
  border: none;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

@media (max-width: 1024px) {

  .home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a .tour-itm-ftr,
  .od-tour-carousel .tour-item a .tour-itm-ftr,
  .tour-pg-content .tour-item a .tour-itm-ftr {
    bottom: 0 !important;
  }
}


.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a .tour-itm-ftr,
.tour-pg-content .tour-item a .tour-itm-ftr {
  padding: 20px;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
}

.od-tour-carousel .tour-item a .tour-itm-ftr,
.tour-pg-content .tour-item a .tour-itm-ftr {
  padding: 20px;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
}

.od-tour-carousel .tour-item a:hover .tour-itm-ftr {
  bottom: 0;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a:hover .tour-itm-ftr,
.tour-pg-content .tour-item a:hover .tour-itm-ftr {
  bottom: 0;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a .line,
.tour-pg-content .tour-item a .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.601);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 10px;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.home-od-tours-wrap .od-tour-carousel-wrap .od-tour-carousel .tour-item a .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.601);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 10px;
}

.home-od-tours-wrap .od-tour-carousel-wrap .od-tour-carousel .tour-item a:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.act-img-wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.activity-item {
  overflow: hidden;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a img,
.od-tour-carousel .tour-item a img,
.activity-item a img,
.tour-pg-content .activity-item a img {
  transition: all .5s;
  -webkit-transition: all .5s;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a:hover img,
.tour-pg-content .tour-item a:hover img .od-tour-carousel .tour-item a:hover img,
.activity-item a:hover img,
.tour-pg-content .tour-item a:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.tour-item-price-wrap {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 8px;
  background-color: #f43703;
  color: black;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  z-index: 9;
}

.tour-item-price-wrap .pp {
  font-weight: 400;
  font-size: 13px;
  color: white;
}



.tour-itm-ftr h3 {
  color: white;
  font-family: "Inter", sans-serif;
  text-shadow: 0 0 3px #000000;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}

.tour-itm-dtl span {
  padding-left: 20px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  color: white;
  font-size: 13px;
  font-family: 'Barlow', sans-serif
}

.tour-itm-dtl span.tour-duration {
  background-image: url(images/clock.png);
  margin-right: 10px;
}

.tour-itm-dtl span.tour-g-size {
  background-image: url(images/user.png);
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a img {

  float: left;
  display: block;
  object-fit: cover;
  min-height: 320px;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item a .tour-item-header {
  padding: 20px;
  grid-row: 1/2;
  grid-column: 1/2;
  background: linear-gradient(180deg, rgb(0 0 0 / 76%), transparent);
  height: 100px;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item .tour-item-header h3 {
  font-family: "Unna", serif;
  color: white;
  font-size: 22px;
  padding-bottom: 3px;
  text-shadow: 0 0 5px black;
  margin-top: 0px;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item .tour-item-header .tour-duration {
  color: white;
  text-shadow: 0 0 5px black;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  display: block;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item .tour-item-footer {
  grid-column: 1/2;
  grid-row: 2/3;
  background: #27AE60;
  padding: 10px;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item .tour-item-footer .tour-price {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item .tour-item-footer .pp {
  font-size: 11px;
  color: black;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item .tour-item-footer .tour-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: black;
  font-weight: 700;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid black;
  transition: all ease-in 0.3s;
}

.home-tours-wrap .tour-carousel-wrap .tour-carousel .tour-item .tour-item-footer .tour-link:hover {
  color: white;
}

.parallax-window {

  display: flex;
  flex-direction: row;
}



.home-tailor-made,
.home-mice {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tmd-pg-intro {
  max-width: 1200px;
  margin: 0 auto;
}

.home-tailor-made {
  background-image: url("images/sri-lanka-beach-arial.jpg");
}

.home-mice {
  background-image: url("images/MICE-Tourism-in-Sri-Lanka.jpeg");
}

@media (min-width: 0) {
  .parallax-window {
    min-height: 400px;
  }

  .parallax-window .tailor-made-banner-content {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    align-self: center;
  }

  .parallax-window .tailor-made-banner-content h2 {
    font-size: 32px;
    color: white;
    text-shadow: 0 0 3px black;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  }

  .parallax-window .tailor-made-banner-content p {
    font-weight: 700;
    color: white;
    text-shadow: 0 0 3px black;
    font-size: 18px;
  }

  .parallax-window .mice-banner-content {
    padding: 5%;
    align-self: center;
    text-align: center;
  }

  .parallax-window .mice-banner-content .btn-green {
    border: 1px solid white;
  }

  .parallax-window .mice-banner-content h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: white;
    text-shadow: 0 0 5px #00000069;
  }




  .parallax-window .mice-banner-content p {
    font-family: "Unna", serif;
    font-weight: 800;
    font-style: italic;
    line-height: 1.8em;
    color: white;
    text-shadow: 0 0 3px black;
    font-size: 18px;
  }
}

@media (max-width:479px) {
  .parallax-window .mice-banner-content h2 {
    font-size: 32px;
  }
}

@media (min-width: 480px) {
  .parallax-window .tailor-made-banner-content h2 {
    font-size: 32px;
  }

  .parallax-window .mice-banner-content h2 {
    font-size: 42px;
  }

  .parallax-window .mice-banner-content p {
    font-size: 26px;
    font-weight: 800;
  }
}

@media (min-width: 720px) {
  .parallax-window .tailor-made-banner-content h2 {
    font-size: 34px;
  }

  .parallax-window .mice-banner-content h2 {
    font-size: 56px;
  }
}

@media (min-width: 960px) {


  .parallax-window {
    min-height: 500px;
  }

  .parallax-window .mice-banner-content {
    text-align: right;
    width: 98%;
    margin: 0 auto;
    justify-content: flex-end;
  }

  .parallax-window .mice-banner-content h2 {
    font-size: 62px;
  }

  .parallax-window .mice-banner-content p {
    font-size: 32px;
    font-weight: 800;
  }

  .parallax-window .mice-banner-content .btn-green {
    margin-right: 0;
    border: 1px solid white;
  }
}

@media (min-width: 1200px) {
  .parallax-window {
    min-height: 500px;
  }

  .parallax-window .tailor-made-banner-content {
    text-align: left;
    max-width: 1180px;
    padding: 5% 0;
    justify-content: flex-start;
  }

  .parallax-window .tailor-made-banner-content h2 {
    font-size: 56px;
  }

  .parallax-window .tailor-made-banner-content p {
    font-size: 22px;
    font-weight: 600;
  }

  .parallax-window .tailor-made-banner-content .btn-green {
    margin-left: 0;
    border: 1px solid white;
  }

  .parallax-window .mice-banner-content {
    width: 92%;
  }
}

.home-od-tours-wrap {
  display: block;
  margin: 60px auto;
}

.home-od-tours-wrap h2 {
  text-align: center;
}

.home-od-tours-wrap p.tours-intro {
  text-align: left;
  font-family: 'Inter', sans-serif;
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (min-width: 0) {
  .home-od-tours-wrap {
    padding: 0 5%;
  }

  .parallax-window .tailor-made-banner-content .btn-green {

    border: 1px solid white;
  }
}

@media (min-width: 960px) {
  .home-od-tours-wrap {
    padding: 0px 5%;
  }
}

@media (min-width: 1200px) {
  .home-od-tours-wrap {
    max-width: 1200px;
    padding: 0;
  }
}

.home-od-tours-wrap .od-tour-carousel .tour-item {
  position: relative;
  overflow: hidden;
}

.home-od-tours-wrap .od-tour-carousel .tour-item img {
  grid-column: 1/2;
  grid-row: 1/3;
  object-fit: cover;
  min-height: 340px;
}

.home-od-tours-wrap .od-tour-carousel .tour-item .tour-item-header {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 20px;
  background: linear-gradient(180deg, rgb(0 0 0 / 76%), transparent);
}

.tour-intro {
  line-height: 1.6em;
}

.home-od-tours-wrap .od-tour-carousel .tour-item .tour-item-header h3 {
  font-family: "Unna", serif;
  font-style: italic;
  color: white;
  text-align: center;
  text-shadow: 0 0 3px black;
  font-size: 22px;
  margin-top: 0px;
}

.home-od-tours-wrap .od-tour-carousel .tour-item .tour-item-footer {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.home-od-tours-wrap .od-tour-carousel .tour-item .tour-item-footer .tour-price {
  color: white;
  font-weight: 700;
  font-size: 28px;
  text-shadow: 0 0 3px black;
}

.home-od-tours-wrap .od-tour-carousel .tour-item .tour-item-footer .pp {
  color: white;
  font-size: 12px;
  text-shadow: 0 0 3px black;
}

.home-od-tours-wrap .od-tour-carousel .tour-item .tour-item-footer .tour-link {
  text-decoration: none;
  padding: 10px 20px;
  background-color: white;
  color: black;
  margin-top: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  transition: all ease-in 0.3s;
}

.home-od-tours-wrap .od-tour-carousel .tour-item .tour-item-footer .tour-link:hover {
  color: white;
  background-color: black;
}

.activities-wrap {
  padding: 30px 0;
  display: grid;
  margin: 0 auto;
  padding: 70px 0px;
  display: grid;
}

.activities-wrap .small-title {
  text-align: center;
}

.activities-wrap h2 {
  text-align: center !important;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.activities-wrap p {
  font-family: 'Inter', sans-serif;
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 5px;
  text-align: center !important;
}

@media (min-width: 0) {
  .activities-wrap {
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {
  .activities-wrap {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 50px auto !important;
    display: block;
  }

  .activities-wrap .activities-intro {
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 0px 0px 0px;
  }

  .activities-wrap h2 {
    font-size: 42px;

  }

  .activities-wrap h2,
  .activities-wrap p {
    text-align: center;
  }

  .activities-wrap .activities-intro {
    grid-row: 1/4 !important;
    grid-column: 1/2 !important;
  }

  .activities-wrap .actvities-list {
    grid-template-columns: repeat(4, 1fr) !important;
    display: grid;
    gap: 1px;
  }

  .activities-wrap a.btn-green {

    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto !important;
  }
}



@media (min-width: 480px) {

  .activities-wrap h2,
  .section-title h2 {
    font-size: 28px;
    font-weight: 700;
  }

  .activities-wrap {
    padding: 60px 0;
  }

  .activities-wrap p {
    margin-bottom: 10px;
  }

  .activities-wrap .actvities-list {

    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 719px) {
  .activities-wrap .actvities-list {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 720px) {

  .activities-wrap h2,
  .section-title h2 {
    font-size: 34px;
  }

  .activities-wrap .actvities-list {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
  }

  .activities-wrap .actvities-list .btn-green {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media (min-width: 960px) {

  .activities-wrap h2,
  .section-title h2 {
    font-size: 42px;
  }

  .activities-wrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .activities-wrap P {
    margin-bottom: 10px;
  }

  .activities-wrap a.btn-green {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 10px auto 30px
  }

  .activities-wrap .activities-intro {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 10px 3% 5px;
  }

  .activities-wrap .actvities-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
  }
}

.activities-wrap .activity-item {
  display: block;
  position: relative;
}

.activities-wrap .activity-item a {
  background-color: white;
  box-sizing: border-box;
  display: grid;
  height: 100%;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 720px) {
  .activities-wrap .activity-item a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto;
  }


}

.activities-wrap .activity-item a img {
  width: 100%;
  object-fit: cover;
  grid-row: 1/2;
  height: 100% !important;
}

.activities-wrap .activity-item a:hover img {
  transition: all .3s ease;
  background-size: 105%;
}

.activities-wrap .activity-item a:hover .act-itm-ftr {
  bottom: 0;
}

.act-itm-ftr {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(0, 0, 0, 0.75) 90%);
}



.activities-wrap .activity-item a h3 {
  color: white;
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  text-align: center;
  transition: all .3s ease;
  margin: 0;
  font-family: 'Barlow',
    sans-serif;
}



#why-section-wrap {
  display: block;
  padding: 70px 3%;
  background-color: #2f4656;
}

#why-section-wrap #why-section {
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

#why-section-wrap #why-section .why-list {
  display: grid;
  gap: 30px;
}

.archive-wrap {
  background-color:
    white !important;
  padding-top: 10px !important;
}

#why-section-wrap #why-section .why-list .why-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 20px 20px auto;
  position: relative;
}

#why-section-wrap #why-section .why-list .why-item .icon {
  z-index: 999;
  grid-row: 1/3;
  width: 40px;
  height: 40px;
  background-color: #ea5e10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  left: 0;
  right: 0;
}

#why-section-wrap #why-section .why-list .why-item .icon img {
  width: 25px;
  align-self: center;
}

#why-section-wrap #why-section .why-list .why-item .why-content {
  grid-row: 2/4;
  background-color: white;
  padding: 40px 20px 20px 20px;
  text-align: center;
}

#why-section-wrap #why-section .why-list .why-item .why-content h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #f15a29;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
}

#why-section-wrap #why-section .why-list .why-item .why-content p {
  font-family: 'Inter', sans-serif;
  color: #4E4E4E;

  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.2em;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}

#why-section-wrap #why-section .why-list .why-item .why-content p:last-child {
  border: none;
  padding-bottom: 0;
}

#why-section-wrap #why-section .why-list img.gov-logo {
  width: 100px;
  height: auto;
}

@media (min-width: 1200px) {
  #why-section-wrap #why-section {
    max-width: 1200px;
  }

  #why-section-wrap #why-section .why-list {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
  }
}

@media (min-width: 960px) {
  #why-section-wrap #why-section .why-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

#why-section-wrap #why-section h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  color: #f15a29;
}
#why-section-wrap #why-section p{
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 1.8em;
}
#main-footer {
  background-color: #4E4E4E;
}

#main-footer #footer-content-wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#main-footer #footer-content-wrap #footer-newsletter {
  margin-bottom: 30px;
  padding-bottom: 30px;
  grid-column: 1/5;
  border-bottom: 1px solid rgba(193, 193, 193, 0.4509803922);
}

#main-footer #footer-content-wrap #footer-newsletter h2 {
  color: #E2E2E2;
  font-family: "poppins",
    sans-serif;
}

#main-footer #footer-content-wrap #footer-newsletter p {
  color: #FFFFFF;
  font-size: 15px;
}

#main-footer #footer-content-wrap #footer-newsletter form>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main-footer #footer-content-wrap #footer-newsletter form>div ::-moz-placeholder {
  color: black;
}

#main-footer #footer-content-wrap #footer-newsletter form>div ::placeholder {
  color: black;
}

#main-footer #footer-content-wrap #footer-newsletter form>div input {
  border: none;
  background-color: #999999;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 5px 10px;
}

#main-footer #footer-content-wrap #footer-newsletter form>div button {
  background-color: #4D726D;
  border: none;
  padding: 10px 20px;
  margin: 5px 10px;
  border-radius: 3px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  transition: all ease-in 0.3s;
}

#main-footer #footer-content-wrap #footer-newsletter form>div button:hover {
  background-color: #27AE60;
  color: black;
}

#main-footer #footer-content-wrap #footer-newsletter h2,
#main-footer #footer-content-wrap #footer-newsletter p {
  text-align: center;
}

#main-footer #footer-content-wrap #footer-menus-wrap {
  grid-column: 1/5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(193, 193, 193, 0.4509803922);
  padding-bottom: 30px;
  padding-top: 20px;
  gap: 30px;
}

#main-footer #footer-content-wrap #footer-menus-wrap .footer-menu-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

#main-footer #footer-content-wrap #footer-menus-wrap .footer-menu-item ul {
  list-style: none;
  padding: 0;
}

#main-footer #footer-content-wrap #footer-menus-wrap .footer-menu-item ul li {
  margin-bottom: 8px;
}

#main-footer #footer-content-wrap #footer-menus-wrap .footer-menu-item ul li a {
  text-decoration: none;
  color: #B4B4B4;
  font-size: 13px;
  transition: all ease-in 0.3s;
}

#main-footer #footer-content-wrap #footer-menus-wrap .footer-menu-item ul li a:hover {
  color: white;
}

#main-footer #footer-content-wrap #footer-social {
  grid-column: 1/5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(193, 193, 193, 0.4509803922);
}

#main-footer #footer-content-wrap #footer-social a {
  margin: 0 20px;
  width: 36px;
  float: left;
}

#main-footer #footer-content-wrap #footer-social a img {
  width: 100%;
  height: auto;
}

#main-footer #footer-content-wrap #footer-copy {
  grid-column: 1/5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#main-footer #footer-content-wrap #footer-copy p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #FFFFFF;
}

@media (min-width: 0) {
  #main-footer #footer-content-wrap {
    padding: 40px 0%;
  }

  #main-footer #footer-content-wrap #footer-newsletter {
    grid-column: 1/5;
    grid-row: 1/2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 3%;
  }

  #main-footer #footer-content-wrap #footer-newsletter h2 {
    font-size: 28px;
  }

  #main-footer #footer-content-wrap #footer-newsletter p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div ::-moz-placeholder {
    text-align: center;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div ::placeholder {
    text-align: center;
  }

  #main-footer #footer-content-wrap #footer-menus-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    text-align: center;
    padding: 0px 2%;
  }

  #main-footer #footer-content-wrap #footer-social a {
    margin: 15px;
    width: 34px;
  }

  #main-footer #footer-content-wrap #footer-copy {
    padding-top: 20px;
    line-height: 1.4em;
  }
}

@media (min-width: 480px) {
  #main-footer #footer-content-wrap #footer-newsletter {
    grid-column: 1/5;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #main-footer #footer-content-wrap #footer-newsletter h2 {
    font-size: 28px;
    grid-column: 1/3;
    grid-row: 1/2;
    text-align: center;
  }

  #main-footer #footer-content-wrap #footer-newsletter p {
    font-size: 13px;
    margin-bottom: 10px;
    grid-column: 1/3;
    grid-row: 2/3;
  }

  #main-footer #footer-content-wrap #footer-newsletter form {
    grid-column: 1/3;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    flex-direction: column;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div ::-moz-placeholder {
    text-align: center;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div ::placeholder {
    text-align: center;
  }

  #main-footer #footer-content-wrap #footer-menus-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
  }

  #main-footer #footer-content-wrap #footer-social a {
    margin: 15px;
    width: 34px;
  }

  #main-footer #footer-content-wrap #footer-copy {
    padding-top: 20px;
    line-height: 1.4em;
  }
}

@media (min-width: 720px) {
  #main-footer #footer-content-wrap {
    width: auto;
    padding: 3% 2%;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    flex-direction: column;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div ::-moz-placeholder {
    text-align: left;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div ::placeholder {
    text-align: left;
  }

  #main-footer #footer-content-wrap #footer-menus-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: left;
    padding-bottom: 30px;
  }
}

@media (min-width: 960px) {
  #main-footer #footer-content-wrap {
    width: auto;
    padding: 3%;
  }

  #main-footer #footer-content-wrap #footer-newsletter form {
    grid-column: 1/7 !important;
  }

  #main-footer #footer-content-wrap #footer-newsletter form>div {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  #main-footer #footer-content-wrap {
    padding: 60px 0% 10px;
    max-width: 1200px;
  }
  
}
@media (min-width: 720px) {
  #footer-newsletter form {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 100px;
    gap: 10px;
    width: 100%;
  }
 }
 @media (max-width: 720px) {
  #footer-newsletter form {
    display: grid;
    grid-template-columns:1fr;
    gap: 10px;
    width: 100%;
  }
 }

#footer-newsletter form input {
   padding: 15px 10px;
   border: none;
   border-radius: 5px;
}
#footer-newsletter form button{
  cursor: pointer; border: none; 
  transition: all ease-in 0.3s;
  padding: 15px 10px; border-radius: 5px; background-color: #f15a29; color: white; font-weight: 700;
}
#footer-newsletter form button:hover{
  background-color: #27AE60;
  
}
.page-banner img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.req-form-wrap p {
  margin-bottom: 15px;
}

@media (min-width: 0) {
  .page-banner img {
    height: 300px !important;
  }
}

@media (min-width: 480px) {
  .page-banner img {
    height: 350px !important;
  }
}

@media (min-width: 720px) {
  .page-banner img {
    height: 400px !important;
  }
}

@media (min-width: 960px) {
  .page-banner img {
    height: 450px !important;
  }
}

@media (min-width: 1200px) {
  .page-banner img {
    height: 500px !important;
  }
}

header.page-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 80%;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.inside-page-header header.page-title {
  position: relative !important;
  margin-bottom: 10px;
}

header.page-title h1.tour-title {
  color: white;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-style: normal;
  width: auto;
  text-transform: uppercase;
}

.page-title h1 {
  color: #000000;
}

.inside-page-header header.page-title h1.tour-title {
  color: #f15a29;
  font-style: normal !important;
  text-shadow: none;
}

header.page-title .header-sub {
  text-align: center;
  background-color: rgba(244, 244, 244, 0.516);
  padding: 10px 25px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

header.page-title .header-sub .price-in-title {
  font-weight: 700;
}

.tour-plan {
  grid-row: 2/3;
  padding-top: 30px;
  padding-bottom: 30px;

}

.tour-plan h2 {
  color: #f15a29;
  font-family: "Poppins", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 0 3% 10px 3%;
  text-transform: uppercase;
}

@media (min-width: 0) {
  header.page-title h1.tour-title {
    font-size: 28px;
  }

  .price-validity {
    grid-column: 1/2;
    grid-row: 4/5;
    font-size: 13px;
  }

  .tour-price-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    text-align: center;
    gap: 30px;
    display: grid;
  }

  .tour-price-wrap .grp-size {
    color: #8d8d8d;
    font-size: 24px;
    font-weight: 600;
  }

  .tour-price-wrap .price {
    font-size: 32px;
    font-weight: 800;
  }

  .tour-price-wrap .price-pp {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
  }
}

@media (min-width: 480px) {
  header.page-title h1.tour-title {
    font-size: 38px;
  }


}

@media (min-width: 720px) {
  header.page-title h1.tour-title {
    font-size: 42px;
  }
}

@media (min-width: 960px) {
  header.page-title h1.tour-title {
    font-size: 46px;
  }

  .tour-price-wrap {
    display: grid;
    max-width: 1180px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 0 3%;
    grid-template-rows: auto auto;
  }

  .price-section {
    text-align: left;
    grid-row: 1 / 2 !important;
  }

  .tour-price-wrap .grp-size {
    color: #8d8d8d;
    font-size: 24px;
    font-weight: 600;
  }

  .tour-price-wrap .price {
    font-size: 32px;
    font-weight: 800;
  }

  .tour-price-wrap .price-pp {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
  }

  .price-validity {
    grid-column: 1/4;
    grid-row: 2/3;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  header.page-title h1.tour-title {
    font-size: 54px;
  }

  .accordion-header,
  .accordion-body__contents {
    max-width: 1180px;
    margin: 0 auto;
  }

  .tour-price-wrap {
    display: grid;
    max-width: 1180px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 0;
  }

  .price-section {
    grid-row: 1/2;
  }

  .tour-price-wrap .grp-size {
    color: #8d8d8d;
    font-size: 26px;
    font-weight: 600;
  }

  .tour-price-wrap .price {
    font-size: 36px;
    font-weight: 800;
  }

  .tour-price-wrap .price-pp {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
  }

  .price-validity {
    grid-column: 1/4;
    grid-row: 2/3;
  }

  div#tour-plan-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    max-width: 1520px;
    margin: 0 auto;
  }

  .tour-plan h2 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
}

.tour-content-wrap {
  display: grid;
  clear: both;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.tour-content-wrap .nav-heading {
  width: 90px;
}

@media (min-width: 0) {
  .tour-content-wrap {
    grid-template-columns: 1fr;
  }

  .tour-content-wrap .tour-nav {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: #77A22F;
    padding: 20px 3%;
    display: flex;
  }

  .tour-content-wrap .tour-nav .nav-heading {
    color: white;
    font-family: "Unna", serif;
    font-style: italic;
    font-size: 18px;
    margin-right: 15px;
  }

  .tour-content-wrap .tour-nav a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
    font-weight: 800;
    transition: 0.3s ease;
  }

  .tour-content-wrap .tour-nav a:hover {
    color: white;
  }

  .tour-info {
    grid-row: 1/2;
    display: block;
    clear: both;
    grid-column: 1 / 2;
    background-color: #f8f8f8;
    padding: 30px 0;
  }

  .tour-info-content {
    margin: 0 5%;
    line-height: 1.8em;
  }

  .tour-info-content h2 {
    color: #f15a29;
    font-family: "Poppins", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin: 0 3px 10px 0;
    text-transform: uppercase;
  }

  .tour-info-content p {
    line-height: 1.8em;
    text-align: left;
    font-size: 16px;
    color: #4E4E4E;
    font-family: "Inter", serif;
  }

  .tour-content-wrap .tour-overview {
    display: grid;
    grid-column: 1/2;
    grid-row: 3/4;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100% !important;
  }

  .tour-content-wrap .tour-overview .tour-top-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tour-content-wrap .tour-overview .tour-content {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 3%;
  }

  .tour-content-wrap .tour-overview .tour-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .tour-content-wrap .tour-overview .tour-content ul {
    margin-left: 30px;
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #4D4D4D;
  }

  .tour-content-wrap .tour-overview .tour-content ul li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
  }

  .tour-content-wrap .tour-overview .tour-price-table {
    grid-row: 2/3;
    background-color: #DEF2E9;
    margin: 15px 3%;
    border-radius: 5px;
  }

  .tour-content-wrap .tour-overview .tour-price-table ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 20px;
  }

  .tour-content-wrap .tour-overview .tour-price-table ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid white;
  }

  .tour-content-wrap .tour-overview .tour-price-table ul li.price-heading {
    font-weight: 900;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    font-family: "Unna", serif;
    font-style: italic;
  }

  .tour-content-wrap .tour-overview .tour-price-table ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .tour-content-wrap .tour-overview .tour-includes {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 3%;
  }

  .tour-content-wrap .tour-overview .tour-includes .tour-includes-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #DEF2E9;
    border-radius: 5px;
  }

  .tour-content-wrap .tour-overview .tour-includes .tour-includes-wrap h2 {
    font-size: 24px;
    border-radius: 5px 5px 0 0;
    background-color: #f15a29;
    padding: 10px 20px;
    color: white;
    margin-top: 0px;
  }

  .tour-content-wrap .tour-overview .tour-includes .tour-includes-wrap ul {
    padding: 10px;
    margin-left: 30px;
    margin-top: 5px;
    display: block;
    font-size: 14px;
    display: block;
  }

  .tour-content-wrap .tour-overview .tour-includes .tour-includes-wrap ul li {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
  }

  .tour-content-wrap .tour-overview .tour-includes .tour-includes-wrap a.btn__inquery {
    border-radius: 5px;
    text-decoration: none;
    margin: 20px;
    display: block;
    clear: both;
    background-color: #77A22F;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: 800;
    transition: 0.3s ease;
  }

  .tour-content-wrap .tour-overview .tour-includes .tour-includes-wrap a.btn__inquery:hover {
    background-color: black;
  }

  .tour-content-wrap .tour-overview .tour-itinerary {
    grid-column: 1/2;
    grid-row: 3/4;
    background-color: #ececec;
  }

  .tour-content-wrap .tour-overview .tour-itinerary h2 {
    background-color: #f15a29;
    color: white;
    padding: 10px 20px;
    font-size: 24px;
  }

  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary {
    padding: 5%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary ul,
  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary ol {
    display: block;
    padding-left: 40px;
  }

  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary ul li,
  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary ol li {
    margin-bottom: 5px;
  }

  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary h2,
  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary h3,
  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary h4 {
    font-family: "Unna", serif;
    font-style: italic;
    font-weight: 700;
  }

  .tour-content-wrap .tour-overview .tour-itinerary .one-day-tour-itinerary p {
    line-height: 1.6em;
    margin-bottom: 15px;
  }

  .tour-content-wrap .tour-overview .tour-map {
    grid-column: 1/2;
    grid-row: 4/5;
    min-height: 400px;
  }

  #tour-price {
    background-color: #f0f0f0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    grid-row: 3/4;
    grid-column: 1/2;
  }
}

@media (min-width: 720px) {
  .tour-content-wrap {
    padding-bottom: 0px;
  }

  .tour-content-wrap .tour-nav {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tour-content-wrap .tour-overview {
    grid-template-columns: repeat(2, 1fr);
  }

  .tour-content-wrap .tour-overview .tour-top-row {
    grid-column: 1/3;
    grid-row: 5/6;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 5%;
  }

  .tour-content-wrap .tour-overview .tour-top-row .tour-content {
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: left;
    flex-direction: column;
  }

  .tour-content-wrap .tour-overview .tour-top-row .tour-price-table {
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 15px 10px 30px;
  }

  .tour-content-wrap .tour-overview .tour-top-row .tour-includes {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .tour-content-wrap .tour-overview .tour-itinerary {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .tour-content-wrap .tour-overview .tour-map {
    grid-column: 1/3;
    grid-row: 3/4;
    min-height: 500px;
  }
}

@media (min-width: 960px) {
  .tour-info {
    grid-row: 1/2;
    padding: 3% 0;
    width: 100%;
    clear: both;
    background-color: #f2f2f2;
  }

  .tour-info-content {
    margin: 0 5%;
    line-height: 1.8em;
  }

  .tour-info-content p {
    line-height: 1.8em;
  }




  .tour-content-wrap .tour-overview {
    margin: 0 auto;
    grid-row: 3/4 !important
  }

  .tour-content-wrap .tour-overview .tour-top-row {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .tour-content-wrap .tour-overview .tour-top-row .tour-content {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .tour-content-wrap .tour-overview .tour-top-row .tour-price-table {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .tour-content-wrap .tour-overview .tour-top-row .tour-includes {
    grid-column: 3/4;
    grid-row: 5/6;
    height: -moz-min-content;
    height: min-content;
  }

  .tour-content-wrap .tour-overview .tour-itinerary {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .tour-content-wrap .tour-overview .tour-map {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.contact-content {
  margin: 0 auto 0;
  z-index: 1;
}

@media (min-width: 0) {
  .contact-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 3%;
  }

  .contact-content h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .contact-content .contact-form p {
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .contact-content .contact-form form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .contact-content .contact-form form input,
  .contact-content .contact-form form textarea,
  .contact-content .contact-form form select {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
    font-family: 'Inter', sans-serif;
    width: 100%;


  }

  .contact-content .contact-form form button,
  .wpcf7-submit {
    font-family: 'Inter', sans-serif;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    width: max-content !important;
    background-color: #ad661f;
    transition: 0.3s ease;
    color: #fff;
    cursor: pointer;
    border: none !important;
  }

  .wpcf7-submit:hover {
    background-color: #ad661f;
    color: white;
  }

  .contact-content .contact-details {
    padding: 20px;
    background-color: #0e4966;
    height: max-content;
  }

  .contact-content .contact-details .contact-item {
    display: block;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .contact-content .contact-details .contact-item:last-child {
    border: none;
    margin-bottom: 0;
  }

  .contact-content .contact-details .contact-item a {
    color: rgb(215, 215, 215);
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    transition: 0.3s ease;
    font-family: 'Barlow', sans-serif;
  }

  .contact-content .contact-details .contact-item a:hover {
    color: white;
  }

  .contact-content .contact-details .contact-item p {
    color: rgb(215, 215, 215);
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
  }

  .contact-content .contact-details h2 {
    color: white;
    font-size: 22px;
  }
}

@media (min-width: 480px) {
  .contact-content {
    padding: 0;
  }

  .contact-content .contact-form {
    padding: 50px;
  }

  .contact-content .contact-details {
    padding: 50px;
  }
}

@media (min-width: 720px) {
  .contact-content .contact-form button {
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 960px) {
  .contact-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .contact-content .contact-form {
    grid-column: 1/5;
  }

  .contact-content .contact-details {
    grid-column: 5/7;
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .contact-content {
    max-width: 1200px;
  }

  .tour-info {
    grid-row: 1/2;
    padding: 3% 0;
    width: 100%;
    clear: both;
    background-color: #f2f2f2;
  }

  .tour-info-content {
    margin: 0 auto;
    line-height: 1.8em;
    max-width: 1180px;
  }

  .tour-info-content p {
    line-height: 1.8em;
  }




  .tour-content-wrap .tour-overview {
    margin: 0 auto;
    grid-row: 3/4 !important
  }
}

.location-map {
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.single-content {
  display: block;
  clear: both;
}

.single-content article {
  padding: 5%;
}

.single-content article p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  color: #484848;
}

.single-content article h2 {
  font-size: 24px;
  margin-top: 30px;
}

 

.single-content article img {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.single-content article a {
  color: #ca8439;
}

.single-content article a:hover {
  color: #e7aa42;
}

.single-content article ul,
.single-content article ol {
  font-weight: 400;
  display: block;
  clear: both;
  list-style-position: inside;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 13px;
}

.single-content article ul li,
.single-content article ol li {
  margin-bottom: 5px;
  margin-bottom: 10px;
}

.single-content .sgl-aside {
  display: block;
}

.sgl-aside .aside-cta {
  background-color: #eaeaea;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.aside-cta .cta-whatapp {
  text-decoration: none;
  background-image: url(images/whatsapp.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  padding: 10px 0px 10px 35px;
  background-size: 30px;
  font-size: 14px;
  color: #f15a29;
  font-weight: 700;
  transition: 0.3s ease;
}

 .aside-cta .cta-whatapp:hover {
  color: black;
}

@media (min-width: 0) {
  .single-content .sgl-aside {
    text-align: center;
    margin: 30px;
  }

  .single-content .sgl-aside h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #f15a29;
    text-transform: uppercase;
  }

  .single-content .sgl-aside p {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
  }

  .single-content .sgl-aside .cta-whatapp {
    display: block;
  }

  .single-content .sgl-aside .cat-button {
    margin: 20px 0 0;
    background-color: #f15a29;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
  }

  .single-content .sgl-aside .cat-button:hover {
    background-color: #993b1b;
  }
}

@media (min-width: 960px) {
  .single-content {
    display: grid;
    grid-template-columns: auto 400px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin: 0px 50px;
  }

  .single-content article {
    padding: 0;
    margin: 50px 0;
  }

  .single-content .sgl-aside {
    margin: 50px 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .single-content {
    max-width: 1200px;
    margin: 0 auto;
  }

  .single-content article {
    padding: 0;
    margin: 50px 0;
  }

  .single-content .sgl-aside {
    margin: 50px 0;
    padding: 0;
  }
}

.tour-pg-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.tour-pg-content .tour-item {
  background-color: white;
  position: relative;
  display: grid;

}

.tour-pg-content .tour-item img {
  width: 100%;
  float: left;
  display: block;
  object-fit: cover;
  min-height: 230px;
}

.tour-pg-content .tour-item .tour-item-header {

  position: relative;
  display: block;
  margin: 10px 20px;
}

.tour-pg-content .tour-item .tour-item-header h3 {
  font-family: 'Inter',
    sans-serif;
  font-weight: 700;
  color: black;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.tour-pg-content .tour-item .tour-item-header .tour-duration {
  font-weight: 700;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 5px auto;
  display: block;
  color: rgb(100, 100, 100);
  text-transform: uppercase;
  font-size: 14px;
}

.tour-pg-content .tour-item .tour-item-footer {
  display: flex;
  padding: 5px 20px 10px;
  padding: 10px 20px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  align-items: flex-end;
}

.tour-pg-content .tour-item .tour-item-footer .tour-price {
  color: rgb(57, 57, 57);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.tour-pg-content .tour-item .tour-item-footer .pp {
  color: rgb(130, 130, 130);
  font-size: 14px;
}

.tour-pg-content .tour-item .tour-item-footer .tour-link {
  background-color: #419639;
  padding: 8px 20px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: 0.3s ease;
}

.tour-pg-content .tour-item .tour-item-footer .tour-link:hover {
  background-color: #014d31;
}

@media (min-width: 480px) {
  .tour-pg-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 720px) {
  .tour-pg-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 960px) {
  .tour-pg-content {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tour-pg-content {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
  }
}

.tmd-content-wrap {
  display: block;
  padding: 3%;
  background-color: #f1f1f1;
}

@media (min-width: 0) {

  .tmd-pg-intro {
    padding: 2% 3%;
  }

  .tmd-content-wrap .tmd-form-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .tmd-content-wrap .tmd-form-wrap form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .tmd-content-wrap .tmd-form-wrap form h2 {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .tmd-content-wrap .tmd-form-wrap form p {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
    font-weight: 600;
  }

  .tmd-content-wrap .tmd-form-wrap form p input,
  .tmd-content-wrap .tmd-form-wrap form p textarea {
    margin-bottom: 20px;
    margin-top: 5px;
    display: block;
    padding: 10px 15px;
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    line-height: 1.5em;
  }

  .tmd-content-wrap .tmd-form-wrap form p .wpcf7-submit {
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    background-color: #00713e;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .tmd-content-wrap .tmd-form-wrap form p .wpcf7-submit:hover {
    background-color: black;
  }
}

@media (min-width: 960px) {
  .tmd-content-wrap {
    display: grid;
    grid-template-columns: auto 330px;
    gap: 30px;
  }

  .tmd-content-wrap .tmd-form-wrap {
    grid-column: 1/2;
    border: none;
  }
}

@media (min-width: 1200px) {
  .tmd-pg-intro {
    padding: 0 !important;
  }

  .tmd-content-wrap {
    max-width: 1200px;
    margin: 50px auto;
  }
}

.tmd-content-wrap .tmd-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  background-color: white;
}

@media (min-width: 0) {
  .tmd-content-wrap .tmd-sidebar {
    padding: 30px;
  }

  .tmd-content-wrap .tmd-sidebar .tmd-call {
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  .tmd-content-wrap .tmd-sidebar .tmd-call img {
    width: 56px;
    display: block;
    margin-bottom: 10px;
  }

  .tmd-content-wrap .tmd-sidebar .tmd-call h3 {
    font-family: "Unna", serif;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .tmd-content-wrap .tmd-sidebar .tmd-call a {
    text-decoration: none;
    font-weight: 700;
    color: rgb(67, 67, 67);
    margin: 10px 0;
    font-size: 18px;
  }

  .tmd-content-wrap .tmd-sidebar .tmd-call p {
    text-align: center;
    font-size: 16px;
    color: #4D4D4D;
  }

  .tmd-content-wrap .tmd-sidebar .offic-hours {
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tmd-content-wrap .tmd-sidebar .offic-hours img {
    width: 56px;
    display: block;
    margin-bottom: 10px;
  }

  .tmd-content-wrap .tmd-sidebar .offic-hours h3 {
    font-family: "Unna", serif;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .tmd-content-wrap .tmd-sidebar .offic-hours a {
    text-decoration: none;
    font-weight: 800;
    color: rgb(67, 67, 67);
    margin: 10px 0;
    font-size: 18px;
  }

  .tmd-content-wrap .tmd-sidebar .offic-hours p {
    text-align: center;
    font-size: 16px;
    color: #4D4D4D;
  }

  .tmd-content-wrap .tmd-sidebar .offic-hours ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
  }

  .tmd-content-wrap .tmd-sidebar .offic-hours ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4D4D4D;
  }
}

@media (min-width: 960px) {
  .tmd-content-wrap .tmd-sidebar {
    grid-column: 2/3;
  }
}

.htl-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}

.htl-item img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.htl-item .htl-item-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078), transparent);
}

.htl-item .htl-item-header h3 {
  font-family: "Unna", serif;
  font-style: italic;
  text-align: center;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.536);
}

.htl-item a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 14px;
  padding: 8px 30px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background: green;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.htl-item a:hover {
  background-color: black;
}


.tour-req-form {
  display: block;
  padding: 3% 0;
  background-color: #f7f7f7;
  margin-bottom: 40px;
}

.req-form-wrap {
  padding-top: 20px;
}

.tour-req-form .req-form-wrap h2 {
  font-size: 35px;
  margin: 0 20px;
  color: #f15a29;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.tour-req-form .req-form-wrap form {
  border-radius: 5px;
  padding: 20px;
  background-color: #f7f7f7;
}

.tour-req-form .req-form-wrap form p {

  width: 100%;
  font-size: 14px;
}

.tour-req-form .req-form-wrap form p input,
.tour-req-form .req-form-wrap form p select,
.tour-req-form .req-form-wrap form p textarea {
  width: 100%;
  display: block;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.tour-req-form .req-form-wrap form p input[type=submit] {
  background-color: #f15a29;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s ease;
}

.tour-req-form .req-form-wrap form p input[type=submit]:hover {
  background-color: #d55125;
}

@media (min-width: 1200px) {
  .tour-req-form {
    max-width: 1180px;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .tour-req-form .req-form-wrap form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .tour-req-form .req-form-wrap form p:nth-child(2) {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .tour-req-form .req-form-wrap form p:nth-child(3) {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .tour-req-form .req-form-wrap form p:nth-child(4) {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .tour-req-form .req-form-wrap form p:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3/4;
  }

  .tour-req-form .req-form-wrap form p:nth-child(6) {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .tour-req-form .req-form-wrap form p:nth-child(7) {
    grid-column: 1 / 3;
    grid-row: 4/5;
  }

  .tour-req-form .req-form-wrap form p:nth-child(8) {
    grid-column: 1 / 2;
    grid-row: 5/6;
  }

  .tour-req-form .req-form-wrap {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }
}

@media (min-width: 720px) {
  .tour-req-form {
    grid-column: 1/3;
  }
}

#main-header article,
#main-header .page-header {
  margin: 20px 5% !important;
}



.ue-item a {
  text-decoration: none;
  text-align: center;
  background-color: #f4eeee74;
  display: block;
  height: 100%;
  transition: all .3s ease-in;
}

.ue-item a:hover {
  background-color: #111111;
}

.ue-item a img {
  width: 100%;
  height: 60%;
  object-fit: cover;
}

.ue-item a h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303030;
  font-size: 16px;
  padding: 20px;
  line-height: 1.6em;
}

.ue-item a:hover h3 {
  color: white;
}


.perahera-content {
  max-width: 1200px;
  margin: 20px auto;
  display: grid;
  margin: 20px 3%;

}

.perahera-type {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Oswald", sans-serif !important;

}

.perahera-period {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #cf6c18;
}

.p-details {
  display: block;
}

.p-d-main h2 {
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  color: #5c310a;
  font-size: 32px;
  margin-top: 0 !important;
}

span.p-gal-loc {
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 500;
}

.p-price {
  font-family: "Oswald", sans-serif !important;
  font-size: 46px;
  font-weight: 700;
}

.skltbs-tab-group {
  display: flex;
}

.skltbs-tab-item {
  flex: 1 1 auto;
}

.skltbs-tab-item button {
  transition: all .3s ease;
  width: 100%;
  cursor: pointer;
  height: 100%;
}

.skltbs-theme-light .skltbs-panel,
.skltbs-theme-dark .skltbs-panel {
  padding: 0 !important;
}

.p-s-list {
  list-style: none;
  margin: 0;
  padding: 0px !important;
}

.p-s-list li {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin-bottom: 30px;
}

.p-d-main {
  display: grid;
  grid-template-columns: 50px auto 200px;
  column-gap: 20px;
}

a.map-link {
  display: block;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

a.map-link img {
  width: 45px;
  height: auto;
}

.p-date {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.p-d-main h2 {
  margin-top: 10px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size: 36px;
}

span.p-gal-loc {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.p-price {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
  align-content: flex-start;
}

.p-price .currency {
  font-weight: 300;
  color: #eba034;
}

.seats-avl {
  font-size: 16px;
  display: block;
  clear: both;
  width: 100%;
  color: #5c310a;
  font-weight: 400;
}

.p-d-main .p-date {
  font-family: "Oswald", sans-serif !important;
  color: #0096eb;
  font-size: 22px;
}

.p-d-main h2 {
  margin-top: 10px;
}

.p-book-frm {
  background-color: #e9e9e9;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;

}

label[for="no-seats"] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  align-self: center;
  margin-right: 10px;
}

#no-seats {
  padding: 10px;
  border: 2px solid #e3e3e3;
  max-width: 60px;
  margin-right: 10px;
  border-radius: 10px;
}

.p-book-frm #book-btn {
  font-family: "Poppins", sans-serif;
  border: none;
  background-color: #b82000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: white;
  border-radius: 10px;
  border: 4px solid white;
  transition: all .3s ease-in;
  cursor: pointer;
}

.p-book-frm #book-btn:hover {
  background-color: #350e06;
}

@media (max-width: 768px) {
  .p-price {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    align-content: flex-start;
    margin-top: 15px;
  }

  .p-date,
  .p-d-main h2,
  .p-gal-loc {
    grid-column: 2 / 4 !important;
  }

  .p-d-main h2 {
    font-size: 26px;
  }

  .p-date {
    font-size: 16px !important;
  }





}

.seat-dtl-tbl .row-1,
.seat-dtl-tbl .row-2 {
  display: grid;
  clear: both;
  grid-template-columns: repeat(3, 1fr) 120px;
  font-family: "Poppins", sans-serif;

}

.seat-dtl-tbl .row-2 {
  border-bottom: 1px dashed #ccc;
}

.seat-dtl-tbl .row-2 .lc {
  text-align: right !important;
}

.seat-dtl-tbl .row-3 {
  text-align-last: right;
  padding: 5px;
  background-color: #f4f4f4;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.seat-dtl-tbl .head {
  background-color: #551609;
  color: white;
  text-align: left;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
}

.seat-dtl-tbl .bdy {
  font-weight: 400;
  font-size: 13px;
  padding: 5px 10px;

}

.seat-dtl-tbl {
  margin-bottom: 30px;
}


#perahera-conf-dtl form p {
  display: block;
  padding: 0;
  margin: 0;
}

#perahera-conf-dtl form p label {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

#perahera-conf-dtl form p label span {
  margin-bottom: 0px !important;
}

#perahera-conf-dtl form p label span input,
#perahera-conf-dtl form p label span textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

@media (min-width: 1200px) {

  .perahera-content {
    grid-template-columns: auto 300px;
    grid-gap: 40px;
    margin: 0 auto;

  }

}


/* Hotel packag Single page template */
.htlpkg-header {
  display: grid;
}

.pkg-dtl .validity {
  font-size: 13px;
  margin: 5px 0px;
  display: block;
}

.pkg-dtl h1 {
  font-family: "Poppins", sans-serif;
  color: #111111;
}

.pkg-dtl p {
  font-family: "Poppins", sans-serif;
  color: #2b2b2b;
  font-weight: 500;
}

.price-box {
  background-color: #10c2a7;
  float: left;
  padding: 15px 30px;
  margin-top: 20px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 10px;
}

.price-box h2 {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  font-style: normal;
}

.price-box p {
  font-weight: 300;
  color: black;
  font-variant-east-asian: 13pxs;
}

.htlpkg-content {
  display: grid;
  clear: both;
  margin: 30px auto;
}

.htl-gallery {
  margin: 20px 0px;
  display: block;
  clear: both;
}

.htl-row2 {
  display: grid;
  clear: both;
  margin-bottom: 30px;
}

.htlpkg-description p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.htl-booking-frm {
  display: block;
  /* box-shadow: 0 0 3px #00000047; */
  padding: 25px;
  font-family: "Poppins", sans-serif;
  background-color: #f4f4f4;
  height: max-content !important;
}

.htl-booking-frm form {
  font-size: 13px;
}

.htl-booking-frm form input,
.htl-booking-frm form textarea {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

.htl-booking-frm h2 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0 0 5px 0;
}

.htlpkg-description {
  margin: 3%;
}

@media (min-width: 1200px) {
  .htlpkg-header {
    grid-template-columns: 1fr 200px 1fr;
    grid-template-rows: 1fr 80% 1fr;
    max-width: 1200px !important;
    margin: 0 auto;
  }

  .pkg-dtl {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    background-color: #ffffffb8;
    z-index: 9;
    padding: 20px;
  }

  .pkg-img {
    grid-column: 2 / 4;
    grid-row: 1 / 4;
  }

  .pkg-dtl h1 {
    font-size: 36px !important;
  }

  .pkg-dtl p {
    font-size: 16px;
  }

  .price-box h2 {
    font-size: 24px;
  }

  .htlpkg-content {
    max-width: 1200px;
  }

  .htl-row2 {
    grid-template-columns: auto 400px;
    gap: 30px;
  }

  .htl-booking-frm h2 {
    font-size: 20px;
  }

}

@media (min-width: 960px) {
  .htlpkg-header {
    grid-template-columns: 1fr 200px 1fr;
    grid-template-rows: 1fr 80% 1fr;
    max-width: 96%;
    margin: 0 auto;
  }

  .pkg-dtl {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    background-color: #ffffffb8;
    z-index: 9;
    padding: 20px;
  }

  .pkg-img {
    grid-column: 2 / 4;
    grid-row: 1 / 4;
  }

  .pkg-dtl h1 {

    font-size: 28px;
  }
}

@media (max-width: 959px) {

  .htlpkg-header {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }

  .pkg-img {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }

  .pkg-dtl {
    margin: 3%;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .pkg-dtl h1 {
    font-size: 22px;
  }

  .htlpkg-content {
    margin-top: 10px;
  }

}


/* HTL PKGS page */

.pkg-pg-content-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  clear: both;
}

.pkg-pg-intro-wrap {
  display: block;
}

.pkg-pg-intro-wrap p {
  line-height: 1.6em;
  font-size: 16px;
  margin-bottom: 10px;
  color: #111111;
}

.pkg-itms-wrap {
  display: grid !important;
  clear: both;
  width: 100%;
  margin: 30px 0px;
}

.htl-item {
  text-decoration: none;
  display: block;
  clear: both;
  transition: all .3s ease;
}

.htl-item:hover {
  background-color: #f15a29;
  columns: white;
}

.htl-item:hover h2,
.htl-item:hover .htl-price .pkg-amount,
.htl-item:hover .htl-price .pp {
  color: white;
}

.htl-item img {
  border: none;
  width: 100% !important;
  height: auto;
}

.htl-item .htl-item-dtl h2 {
  margin: 15px 0px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.htl-item-dtl span.pkg-amount {
  color: #f15a29;
}

.pkg-pg-content-wrap {
  padding: 3%;
}

.htl-item {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}

.htl-item-dtl {
  padding: 20px;
}

.htl-item-dtl h2 {
  font-size: 22px;
  margin-top: 0px !important;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.htl-item-dtl .htl-price {
  font-size: 30px;
  font-weight: 800;
}

.htl-item-dtl .pp {
  font-weight: 400;
  font-size: 16px;
  color: black;
}

@media (min-width: 1200px) {
  .wide-content {
    max-width: 1200px;
    margin: 20px auto !important;
  }

  .pkg-pg-content-wrap {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .pkg-itms-wrap {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 30px;
    grid-template-rows: auto;
  }

  .htl-item img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover !important;
    height: 65% !important;
  }

  .htl-item-dtl h2 {
    font-size: 20px !important;
    font-weight: 500;
  }

  .htl-item-dtl span.pkg-amount {
    font-weight: 800;
    color: black;
    font-size: 30px;
  }

  .htl-item-dtl span.pp {
    font-weight: 300;
    color: black;
    font-size: 13px;
  }

  #tour-conditions-wrap {
    grid-template-columns: auto 1180px auto !important;
  }

  #tour-conditions-content {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0px;
  }

}

@media (min-width: 960px) {
  .accordion {
    padding-left: 10px;
  }

  .pkg-pg-content-wrap {
    margin: 3%;
  }

  .pkg-itms-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .htl-item img {
    height: 50% !important;
  }

  .htl-item-dtl h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .htl-item-dtl .htl-price {
    font-size: 30px;
    font-weight: 800;
  }

  .htl-item-dtl .pp {
    font-weight: 400;
    font-size: 16px;
    color: black;
  }

  #tour-plan-wrap {
    display: grid;
    grid-template-columns: 65% 35%;
  }

  #tour-conditions-wrap {
    grid-template-columns: 3% 1fr 3%;
  }

  #tour-conditions-content {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0px;
  }

  #tour-conditions-wrap .first-col {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tour-req-form {
    grid-column: 2/3;
  }

  #tour-conditions-wrap .tour-map {
    grid-column: 3/5;
    grid-row: 1/2;
  }
}

@media (max-width: 959px) {
  .tour-map {
    height: 400px;
  }

  #tour-conditions-wrap .first-col {
    padding: 30px 3% !important;
  }

  #tour-conditions-wrap .tour-map {
    min-height: 400px;
  }

  .price-section {
    text-align: left;
    padding: 0 3%;
  }

  .price-validity {
    text-align: left;
    padding: 0 3%;
  }
}

@media (min-width: 680px) {
  .pkg-pg-content-wrap {
    margin: 3%;
  }

  .pkg-itms-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .htl-item img {
    height: 45%;
  }

  .htl-item-dtl h2 {
    font-size: 22px;
  }

  .htl-item-dtl .htl-price {
    font-size: 30px;
    font-weight: 800;
  }

  .htl-item-dtl .pp {
    font-weight: 400;
    font-size: 16px;
    color: black;
  }

}

#tour-conditions-wrap .first-col h2 {
  font-size: 22px;
  font-weight: 700;
}

.tour-includes-wrap ul {
  list-style: none;
}

.tour-includes-wrap ul li {
  background-image: url(images/check-mark.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  padding: 3px 0px 13px 25px;
  background-size: 16px;
}

.tour-excludes-wrap ul {
  list-style: none;
}

.tour-excludes-wrap ul li {
  background-image: url(images/cross-mark.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  padding: 3px 0px 13px 25px;
  background-size: 16px;
}

div#htl-icons {
  display: grid;
  grid-template-columns: 110px auto;
  gap: 30px;
  margin: 0px 0px 20px;
}

div#htl-icons p {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
}

.icon-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.icon-section img {
  width: 30px !important;
  height: 35px !important;
  display: block;
  margin-right: 5px;
}

.wide-content {
  padding: 0 3%;
}

.wide-content p {
  line-height: 1.8em;
}


#tour-conditions-wrap {
  display: grid;
}



/*
TOURS PAGE STYLE
*/
.tour-pg-content .tour-item {
  overflow: hidden;
}

.tour-pg-content .tour-item .tur-img-wrap img {
  min-height: 340px;
  transition: all .3s ease-in-out;
}

.single-page-itineraries .tour-intro {
  margin-bottom: 20px;
}

.single-page-itineraries {
  padding: 0px 0px 50px;
}

@media (max-width: 1199px) {
  .page-tours-wrap {
    padding: 0 3% 50px;
  }
}

@media (min-width: 1200px) {
  .single-page-itineraries {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .tour-pg-content .tour-item .tur-img-wrap img {
    min-height: 380px;
  }
}


/* 
ONE DAY TOURS SINGLE PAGE STYLE
*/

.day-tour-content-wrap article.tour-content-wrap {
  display: block;
}

@media (min-width: 1200px) {
  article.tour-content-wrap {
    display: block;

  }

  .day-tour-content-wrap .tour-plan {
    padding-bottom: 0px;
  }

  .day-tour-content-wrap .tour-plan .accordion {
    padding-bottom: 30px;
  }

  .day-tour-content-wrap .tour-plan h2 {
    margin: 0 auto !important;
    max-width: 1200px !important;

  }

  .day-tour-dtls {
    padding: 0px !important;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
  }
}


.tour-map iframe {
  height: 100%;
  min-height: 450px;
}

.day-tour-content-wrap #tour-plan-wrap {
  display: block;
}

.day-tour-dtls {
  padding: 0px 3% 30px;
  font-size: 14px;
}

.day-tour-dtls p {
  font-size: 14px;
  margin-bottom: 8px;
}

.day-tour-dtls ul {
  margin-left: 30px;
}


@media (max-width: 979px) {

  .activities-wrap h2,
  .section-title h2 {
    text-align: center !important;
  }

  .tour-info-content h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .tour-plan h2 {
    margin: 0 3%;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
  }
}

@media (max-width: 480px) {
  .tour-plan h2 {
    font-size: 24px !important;
  }
}

.list-page-content {
  padding-bottom: 30px;
  line-height: 1.8em;
  font-size: 14px;
}


.activities-page .tour-item a .tour-itm-ftr {
  bottom: -20px !important;
}

.activities-page .tour-item a:hover .tour-itm-ftr {
  bottom: 0px !important;
}





/* .archive-content article.post {} */

.archive-content article.post h2 a {
  text-decoration: none;
  color: #f15a29;
  font-size: 24px;
}

.archive-content .entry-content p {
  font-size: 13px;
}

.archive-content .entry-content a.more-link {
  clear: both;
  /* float: left; */
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  margin: 10px 0px;
  color: #ef6232;
}

.archive-content .entry-content footer.entry-footer {
  font-size: 12px;
}

.archive-content #main-header article,
#main-header .page-header {
  margin: 10px 0px !important;
}

.archive-content article.post .entry-header h2 {
  margin-top: 0px !important;
}

@media (min-width: 781px) {

  .archive-content {
    display: grid !important;
    grid-template-columns: 48% 48%;
    row-gap: 30px !important;
    column-gap: 4% !important;
    max-width: 1200px;
    margin: 0 auto !important;
  }

  .archive-content .page-header {
    grid-column: 1/3;
    grid-row: 1/2;
  }

}

@media (max-width: 780px) {
  .archive-content {
    display: grid !important;
    grid-template-columns: 1fr;
    row-gap: 25px;
    max-width: 96%;
    margin: 0 auto !important;
  }
}





/*
TRANSFERS PAGE STYLES
*/

.vehicle-sections-wrap,
.vehicle-image,
.vehicle-details {
  display: block;
}

.trf-sgl-content .vehicle-details {
  margin-top: 20px !important;
  padding: 0 !important;
}

.vehicle-details h2 {
  margin: 0;
}

.vehicle-details p {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.vehicle-section {
  display: grid;
  margin-bottom: 50px;
  position: relative;
}

.vehicle-details>.btn-green {
  margin-left: 0px !important;
}

.vehicle-sections-wrap {
  margin: 0 auto;
}

.vehicle-image img {
  width: 100%;
  height: auto !important;
}

.sgl-trf-frm {
  display: block;
  padding: 15px;
  background-color: #ddedff;
  margin-bottom: 30px;
  text-align: left;
}

.sgl-trf-frm h2 {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 22px;
  border-bottom: 1px solid #f15a29;
}

.sgl-trf-frm p {
  font-size: 13px;
  margin-bottom: 10px;
}

.sgl-trf-frm p input[type="text"],
.sgl-trf-frm p input[type="date"],
.sgl-trf-frm p input[type="tel"],
.sgl-trf-frm p input[type="email"],
.sgl-trf-frm p input[type="number"],
.sgl-trf-frm p textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 3px;
  width: 100%;
}

.pkg-content-wrap {
  position: relative;
}

.t-price {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #ff002bfc;
  padding: 10px 20px;
  font-weight: 300;
  z-index: 99;
}

.t_pkg_price {
  font-weight: 600;
  font-size: 18px;
}


@media (min-width: 1200px) {
  .vehicle-sections-wrap {
    max-width: 1200px;
  }

  .vehicle-details {
    padding-right: 0px !important;
  }

  .trf-sgl-wrap {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
}

@media (min-width: 980px) {
  .vehicle-section {
    grid-template-columns: 450px auto;
    column-gap: 30px;
  }

  .vehicle-details {
    padding-right: 20px;
  }

  .trf-sgl-wrap {
    display: grid;
    grid-template-columns: auto 350px;
    column-gap: 30px;
    padding: 0 20px;
  }
}

@media (max-width: 979px) {
  .trf-sgl-wrap {
    display: block;
    width: 96%;
    margin: 0 auto;
  }

  .vehicle-section {
    margin: 0 5% 40px;
    background-color: #eeeeee;
  }

  .vehicle-image {
    display: block;
    clear: both;
  }

  .vehicle-details {
    padding: 20px;
  }

  .vehicle-details h2 {
    font-size: 26px;
    font-weight: 700;
  }
}

.banner-carousel {
  position: relative;
}

.banner-carousel .owl-nav {
  position: absolute;
  top: 0;
  height: max-content;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* align-items: center; */
  /* align-content: center; */
  /* vertical-align: middle; */
  height: 100%;
  z-index: 99 !important;
}



.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
  background: none !important;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  /* margin: 0 auto; */
  /* text-align: center; */
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 99 !important;
}

.banner-carousel .owl-nav {
  margin-top: 0px !important;
}

.banner-carousel .owl-nav button {
  width: 25% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.449) !important;
}

figure.wp-block-gallery.has-nested-images {
  margin-bottom: 25px;
}


.side-pkg-price-wrp {
  background-color: #e8e8e8;
  padding: 20px;
  margin-bottom: 20px;
}

.side-pkg-price-wrp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.side-pkg-price-wrp ul.side-price-list li {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.side-pkg-price-wrp ul.side-price-list li:last-child {

  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

span.pkg-side-price {
  font-weight: 700;
  font-size: 32px;
}

.ps-description {
  color: #3d3d3d;
    font-weight: 500;
  font-size: 13px;
}

span.price-for {
  font-size: 13px;
  clear: left;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.tour-points-wrap {
  margin-bottom: 20px;
}

.tour-points-wrap h3 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

.tour-points-wrap ul li {
  font-size: 13px;
  background-position: left 5px;
  background-repeat: no-repeat;
  padding: 3px 0px 0px 25px;
  background-size: 12px;
}

.tour-points-wrap.includes ul li {
  background-image: url(images/check-mark.png);
}

.tour-points-wrap.excludes ul li {
  background-image: url(images/cross-mark.png);
}



.vehicle-crousel-wrap {
  max-width: 1200px;
  margin: 30px auto 20px auto;
}

.vehicle-item {
  display: block;
  text-decoration: none;
  position: relative;
}

.vehicle-item img {
  height: 200px !important;
  object-fit: cover;
  display: block;
}

.vehicle-item h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: black;

}

@media (max-width: 580px) {
  .vehicle-crousel-wrap {
    margin: 10px;
  }

  .vehicle-item img {
    height: 300px !important;
    object-fit: cover;
    display: block;
    width: 100% !important;
  }

}


.service-grid a {
  text-decoration: none;
  display: block;
}

.service-grid a figure {
  display: inline;
}

@media (max-width: 579px) {
  .service-grid a {
    margin-bottom: 25px;
  }

  .service-grid a .sqImgWrap {
    height: 0;
    width: 40% !important;
    padding-bottom: 40% !important;
    background-color: red;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #b8b8b899;
    box-sizing: content-box;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all .3s ease-in;
  }
}

@media (min-width: 580px) {
  .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .service-grid a .sqImgWrap {
    height: 0;
    width: 40%;
    padding-bottom: 40%;
    background-color: red;
    margin: 0 auto;
    border-radius: 50%;
    border: 8px solid #ffffff85;
    box-sizing: content-box;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all .3s ease-in;
  }
}

@media (max-width: 1199px) {
  .service-grid {
    margin: 30px 20px !important;
  }
}

@media (min-width: 780px) {
  .service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: 50px auto;
    gap: 30px;
    text-align: center;
  }
}

.service-grid a {
  transition: all .3s ease-in;
}

.service-grid a .sqImgWrap {
  height: 0;
  width: 80%;
  padding-bottom: 80%;
  background-color: red;
  margin: 0 auto;
  border-radius: 50%;
  border: 8px solid #acacac85;
  box-sizing: content-box;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  transition: all .3s ease-in;
}

.service-grid a:hover .sqImgWrap {
  transition: all .3s ease-in;
  border: 8px solid #b74018;
}


.service-grid a h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.htl-fas-list {
  display: flex !important;
  flex-direction: row;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  font-weight: normal !important;
  font-size: 13px !important;
  flex-wrap: wrap;
}
.htl-fas-list li {
  margin-right: 15px;
  padding-left: 26px;
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: 24px;
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-weight: 500 !important;
  color: black;
}
.fas-swimming-pool, .fas-swimming-pools {
  background-image: url(assets/images/hotel-facilities/swimming-pool.png);
}
.fas-spa  {
  background-image: url(assets/images/hotel-facilities/spa.png);
}
.fas-restaurant ,
.fas-restaurants  {
  background-image: url(assets/images/hotel-facilities/restaurant.png);
}
.fas-non-smoking  {
  background-image: url(assets/images/hotel-facilities/non-smoking.png);
}
.fas-fitness-center  {
  background-image: url(assets/images/hotel-facilities/fitness-center.png);
}
.fas-room-service  {
  background-image: url(assets/images/hotel-facilities/room-service.png);
} 
.fas-disable-guest-facilities  {
  background-image: url(assets/images/hotel-facilities/disable-guest-facilities.png);
}
.fas-bar  {
  background-image: url(assets/images/hotel-facilities/bar.png);
}
.fas-beach-front  {
  background-image: url(assets/images/hotel-facilities/beach-front.png);
}
.fas-wifi  {
  background-image: url(assets/images/hotel-facilities/wifi.png);
} 
.fas-tea-coffee-maker-in-all-rooms  {
  background-image: url(assets/images/hotel-facilities/tea-coffee-maker-in-all-rooms.png);
}
.fas-balcony  {
  background-image: url(assets/images/hotel-facilities/balcony.png);
}
.fas-sea-view   {
  background-image: url(assets/images/hotel-facilities/sea-view.png);
}
.fas-private-bathroom  {
  background-image: url(assets/images/hotel-facilities/private-bathroom.png);
}
.req-btn-wrap {
  width: max-content;
}

.req-btn-wrap a.bh-req-btn {
  width: max-content !important;
}
a.bh-req-btn {
  display: block;
  background-color:#e51111;
  padding: 10px 20px;
  text-decoration: none;
  color: white !important;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 30px;
  transition: all .3s ease-in;
}
a.bh-req-btn:hover{
  background-color: rgb(255, 0, 0);
  color: black !important;
}

.htl-fac h4 {
  margin-bottom: 5px;
}
.htl-fac {
  background-color: #eeeeee;
  padding: 10px;
margin-bottom: 10px;
margin-top: 10px;
}
.hotel-loc-map {  margin-bottom: 20px;
}
.hotel-loc-map iframe{
  height: 100% ;
}
.ac-bh-list {
  margin-bottom: 30px;
}
.sgl-bh-wrap {
  display: block;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 10px;
}
.sgl-bh-wrap img{
  width: 100%;
  height: 250px !important;
  object-fit: cover !important;
}
.sgl-bh-wrap h2 {
  font-size: 15px; 
  color: #006f34;
  font-weight: 600;
  margin: 0px 10px ;
}
.sgl-bh-wrap p {
  font-size: 12px;
  display: block;
  padding: 5px 10px; 
  color: #000000;
  font-weight: 500;
}
.sgl-bh-wrap .htl-fas-list {
  margin: 5px 10px 10px  !important;
}
.sgl-bh-wrap .htl-fas-list li {
  padding-left: 17px !important;
  background-size: 17px !important;
}
@media (min-width: 1200px) {
  .bh-archive-content {
    max-width: 1180px;
    margin: 0 auto;
  }
  
}
 

@media (min-width: 1024px) {
.bh-archive-content { 
    margin: 0 auto;
    width: 96%;
   
  }
.ac-bh-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
 column-gap: 20px;
 row-gap: 30px;
}
}

@media (max-width: 1023px) {
  .bh-archive-content { 
    margin: 0 auto;
    width: 96%;
  }
  .ac-bh-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
   column-gap: 20px;
   row-gap: 30px; 
  }
}
@media (max-width: 780px) {
  .ac-bh-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   column-gap: 20px;
   row-gap: 30px; 
  }
}
@media (max-width: 540px) {
  .ac-bh-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
   column-gap: 20px;
   row-gap: 30px; 
  }
}
.sgl-bh-wrap {
  position: relative !important;
}
.bhpkg-price {
  position: absolute;
  top: 20px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.701);
  color: red;
  padding: 8px;
  font-weight: 600;

}
span.bhpkg-pp {
  color: white;
  font-weight: 200;
  font-size: 12px;
}
.sgl-bh-wrap  { 
  transition: all .2s ease-in;
}
.sgl-bh-wrap:hover { 
  transition: all .2s ease-in;
}
.sgl-bh-wrap  .bhpkg-price {  
  transition: all .2s ease-in;
}
.sgl-bh-wrap:hover .bhpkg-price { 
  padding-left: 20px;
  transition: all .2s ease-in;
  background-color: rgb(0, 0, 0);
}


.bhp-filter form {
  margin: 20px 0; 
    border-radius: 5px;
    border: 3px solid #ffb700;
    display: grid;
    grid-template-columns: auto auto auto 150px;
    background: #ffb700;
}



.bhp-filter form select{
  border: 2px solid #fbb450;
  float: left; 
  padding: 17px 10px;
  border-radius: 5px;
}
.bhp-filter form input[type="submit"] {
  background-color: #006ce4;
    border: none;
    border-radius: 5px;
    margin-left: 2px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease-in;
    padding-left: 10px;
    padding-right: 10px;
}
.bhp-filter form input[type="submit"]:hover {
  background-color: #004ca2;
}

@media (max-width: 780px) {
  .bhp-filter form { 
    grid-template-columns: auto auto auto max-content;
  }
}
@media (max-width: 710px) {
  .bhp-filter form {
    grid-template-columns: 1fr;
   }
   .bhp-filter form input[type="submit"]{
    padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 2px;
        margin-bottom: 1px;
        display: block;
   }
}
.not-found {
  margin-bottom: 30px;
}
@media (min-width: 780px) {
.cst-frm-wrap {
  display: grid;
  grid-template-columns: auto 350px;
  gap: 30px;
}
}

 

.cst-frm-wrap form .wpcf7-submit {
  padding: 10px 20px;
}
.cst-frm-wrap form input, .cst-frm-wrap form textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 20px;
  width: 100%;
}
.no-result .sgl-aside .aside-cta {
  background-color: #ddedff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.htl-list-fas {
  background-repeat: no-repeat;
  padding-left: 26px;
  background-size: 22px;
  font-size: 11px;
  margin-left: 10px;
  color: #1e1e1e;
  background-position: left center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  clear: both;
}
.apt-trf {
  background-image: url(assets/images/car.png);
  
}
.htl-list-mp {
  background-image: url(assets/images/mp.png);
}
.htl-list-rt {
  background-image: url(assets/images/hotel-facilities/room-type.png);
  display: flex;
    margin-left: 0;
    margin-bottom: 20px;
}
.ac-bh-list .htl-list-rt {
  
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; 
}
.sgl-htl-pkg-ad-ons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sgl-htl-pkg-ad-ons span{
  background-size: 26px;
    padding-left: 32px;
}
.sgl-htl-pkg-ad-ons :first-child{
  margin-left: 0 !important;
  background-size: 32px;
  padding-left: 36px;
  margin-right: 15px;
}
.intl-tel-input {
  margin-bottom: 10px !important;
}

nav.navigation.pagination {
  display: block;
  clear: both;
  margin: 20px 0;font-size: 13px;
  font-weight: 600;
}
.nav-links {
  display: flex;
}
a.page-numbers {
  text-decoration: none;
    margin: 0 5px;
    color: #f15a29;
    align-items: center; 
    display: flex;
    transition: all .3s ease-in;
}
a.page-numbers:hover {
  color: #003a25;
  transition: all .3s ease-in;
}

/*# sourceMappingURL=style.css.map */