@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&display=swap");

/* Theme styles start */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  font-style: normal;
}

p,
a {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .custom-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .custom-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .custom-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .custom-container {
    padding-left: 60px !important;
    padding-right: 60px !important;
    max-width: 100%;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .custom-container {
    padding-left: 80px !important;
    padding-right: 80px !important;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .custom-container {
    max-width: 100%;
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.special-headings {
  font-size: 100px;
}

@media screen and (max-width: 576px) {
  .special-headings {
    font-size: 48px;
  }

  .fs-5 {
    font-size: 16px !important;
  }

  .fs-2 {
    font-size: 20px !important;
  }
}

.large-headings {
  font-size: 82px;
}

@media screen and (max-width: 576px) {
  .large-headings {
    font-size: 36px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .large-headings {
    font-size: 48px;
  }

  .fs-5 {
    font-size: 18px !important;
  }

  .special-headings {
    font-size: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .large-headings {
    font-size: 64px;
  }

  .special-headings {
    font-size: 70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .large-headings {
    font-size: 72px;
  }

  .special-headings {
    font-size: 78px;
  }
}

.medium-headings {
  font-size: 80px;
}

@media screen and (max-width: 576px) {
  .medium-headings {
    font-size: 36px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .medium-headings {
    font-size: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .medium-headings {
    font-size: 62px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .medium-headings {
    font-size: 68px;
  }

  .special-headings {
    font-size: 76px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .medium-headings {
    font-size: 70px;
  }
  .special-headings {
    font-size: 80px;
  }
}

.small-headings {
  font-size: 48px;
}

@media screen and (max-width: 576px) {
  .small-headings {
    font-size: 32px;
  }
}

.extra-small-headings {
  font-size: 40px;
}

@media screen and (max-width: 576px) {
  .extra-small-headings {
    font-size: 24px;
  }
}

.semilarge-headings {
  font-size: 64px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .semilarge-headings {
    font-size: 48px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .semilarge-headings {
    font-size: 52px;
  }
}

.btn-primary {
  background-color: #ed7d3a;
  padding: 16px 24px;
  border: none;
  border-radius: 10px;
}

@media screen and (max-width: 576px) {
  .btn-primary {
    background-color: #ed7d3a;
    padding: 16px 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px !important;
  }
}

.btn-primary:hover {
  background-color: #337357;
  transition: all 0.3s ease;
}

.btn-primary-cf7 {
  background-color: #ed7d3a !important;
  padding: 16px 24px;
  border: none !important;
  border-radius: 10px;
  color: #fff !important;
}

.btn-primary-cf7:hover {
  background-color: #337357 !important;
  transition: all 0.3s ease;
}

.btn-secondary {
  background-color: #337357;
  padding: 16px 24px;
  border: none;
  border-radius: 10px;
}

@media screen and (max-width: 576px) {
  .btn-secondary span {
    font-size: 14px;
  }
}

.btn-secondary:hover {
  background-color: #ed7d3a;
  transition: all 0.3s ease;
}

.text-green {
  color: #337357 !important;
}

.text-grey {
  color: #464444;
}

.bg_gradient {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 59.55%
  );
}

.bg_gradient_2 {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 70.39%
  );
}

.bg-green {
  background-color: #337357 !important;
}

.bg-green-gradient {
  background: rgba(51, 115, 87, 0.8);
}

.bg-orange {
  background-color: #ed7d3a;
}

.bg-light-green {
  background-color: #c2eaba;
}

.bg-light-grey {
  background-color: #dedcdc;
}

.bg-light-grey2 {
  background-color: #f6f4f4;
}

.text-orange {
  color: #ed7d3a;
}

.bg-green-shade-1 {
  background-color: #6d9f71 !important;
}

.brd-crmb a:hover{
text-decoration: none;
color: #ED7D3A !important;
}

.brd-crmb a{
text-decoration: none;
color: #fff !important;
}

/* Theme styles end */

/* Header styles start */
.custom-logo {
  height: 100px;
  width: auto;
}

#menu-primary-menu-one li a,
#menu-primary-menu-two li a {
  font-weight: bold;
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

#menu-primary-menu-one li a:hover,
#menu-primary-menu-two li a:hover {
  color: #337357;
}

@media screen and (min-width: 1400px) and (max-width: 1700px) {
  #menu-primary-menu-one li a,
  #menu-primary-menu-two li a {
    font-size: 12px !important;
  }

  .custom-logo {
    height: 100px;
    width: auto;
  }

  .fa-magnifying-glass::before {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #menu-primary-menu-one li a,
  #menu-primary-menu-two li a {
    font-size: 10px !important;
  }

  .fa-magnifying-glass::before {
    color: black;
    font-size: 25px !important;
  }

  .hamburger svg {
    width: 25px !important;
    height: 25px !important;
  }

  .custom-logo {
    height: 90px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #menu-primary-menu-one li a,
  #menu-primary-menu-two li a {
    font-size: 12px !important;
  }
}

.fa-magnifying-glass::before {
  color: black;
  font-size: 30px;
}

/* Hamburger Button */
.hamburger {
  position: relative;
  z-index: 1001;
  cursor: pointer;
}

.hamburger svg {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}

.hamburger .icon-close {
  display: none;
}

.hamburger.active .ham-btn {
  display: none !important;
}

.hamburger.active .icon-close {
  display: block !important;
}

/* Fullscreen Menu Overlay */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fullscreen-menu.active {
  transform: translateY(0);
}

.fullscreen-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
}

.fullscreen-nav li {
  margin: 20px 0;
}

.fullscreen-nav li a {
  font-size: 20px;
  color: #6d9f71;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 700;
  text-transform: uppercase;
}

.fullscreen-nav li a:hover {
  color: #007b5e;
}

.mobile-custom-logo {
  width: auto;
  height: 80px;
}

.navbar-toggler-icon {
  background-size: contain;
}

.navbar.scrolled {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.active-nav-link {
  color: #337357 !important;
}

.fullscreen-bg-gradeint {
  background: #d9d9d9;
}

.fullscreen-nav-wrapper {
  width: 40%;
}

.fullscreen-content-wrapper {
  width: 60%;
}

.fullnav-custom-logo {
  height: 150px;
  width: auto;
}

.bg-light-green1 {
  background: #337357 !important;
}

.fullscreen-logo-wrapper {
  top: 20%;
  left: 50%;
}

.nav-wrapper-bg {
  background: rgb(238 255 234 / 70%);
}

#menu-full-screen-menu {
  padding-left: 150px;
}

.content-wrapper-nav-bg {
  background: rgb(109 159 113 / 60%);
}

.content-wrapper-content {
  padding-right: 150px;
}

.fullscreen-nav {
  padding-left: 150px;
}

.fullscreen-nav ul {
  list-style: none;
}

#custom-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#custom-search-popup .is-search-form {
  width: 60%;
  max-width: 600px;
}

#custom-search-popup.hide {
  display: none;
}
/* Header styles end */

/* Home page styles start */

.banner-img {
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .banner-img {
    min-height: 480px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .banner-img {
    min-height: 540px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-img {
    min-height: 600px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-img {
    min-height: 660px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-img {
    min-height: 680px;
  }
}

.banner-ball {
  position: absolute;
  left: 50%;
  top: 100%; /* Adjust as needed */
  transform: translateX(-50%) scale(0.3);
  width: 250px;
  height: 250px;
  will-change: transform;
}

@media screen and (max-width: 576px) {
  .banner-ball {
    display: none !important;
  }
}

.home-bg-scale {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.banner-area {
  min-height: 110vh;
}

@media screen and (max-width: 576px) {
  .banner-area {
    min-height: 75vh;
  }
}

.experiences-img {
  transform: rotate(-5deg);
  box-shadow: 8px 4px 7.8px 0px #00000040;
  width: 600px;
  height: 600px;
  object-position: center;
}

.experiences-img-2 {
  transform: rotate(2deg);
  box-shadow: 8px 4px 7.8px 0px #00000040;
  width: 600px;
  height: 600px;
  object-position: center;
}

.experiences-img-3 {
  transform: rotate(-2deg);
  box-shadow: 8px 4px 7.8px 0px #00000040;
  width: 600px;
  height: 600px;
  object-position: center;
}

.experiences-img-4 {
  transform: rotate(5deg);
  box-shadow: 8px 4px 7.8px 0px #00000040;
  width: 600px;
  height: 600px;
  object-position: center;
}

@media screen and (max-width: 576px) {
  .experiences-img,
  .experiences-img-2,
  .experiences-img-3,
  .experiences-img-4 {
    height: 378px;
    max-width: 378px;
  }

  .experience-img-wrapper {
    display: flex;
    justify-content: center;
  }
}

.package-cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
}

.lady-img {
  left: -50px;
  max-height: 800px;
  object-fit: contain;
}

.package-title-row {
  border-bottom: 1px solid #000;
}

.package-title-row.last-row {
  border-bottom: none;
}

.featured-packages-list {
  gap: 20px;
}

.package-title-row {
  cursor: pointer;
  transition: color 0.3s ease;
  color: #000 !important;
}

.package-title-row a {
  color: #000;
}

.package-title-row a:hover {
  color: #007b5e !important;
}

.hover-image-container {
  position: fixed; /* FIXED instead of absolute */
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999; /* Stay on top of all elements */
}

.abt-srilanka-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 900px;
}

@media screen and (max-width: 576px) {
  .abt-srilanka-banner {
    min-height: 385px;
  }
}

.culture-card {
  transform: rotate(-3deg);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.culture-card img {
  width: auto;
  height: 500px;
}

.nature-card {
  transform: rotate(2deg);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 576px) {
  .nature-card,
  .culture-card {
    transform: none;
  }
}

.nature-card img {
  width: auto;
  height: 500px;
  object-position: center;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .nature-card img,
  .culture-card img {
    height: 380px;
  }
}

.mailchimp-fields {
  width: 80%;
}

.blogs-card img {
  object-fit: cover;
  width: 100%;
}

.row > div:nth-child(odd) .blogs-card img {
  height: 405px; /* Height for odd cards */
}

.row > div:nth-child(even) .blogs-card img {
  height: 574px; /* Height for even cards */
}

.cta_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 625px;
}

.project-container {
  background-color: #337357;
  padding-left: 84px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 576px) {
  .project-container {
    padding-left: 14px;
  }
}

.project-arrow {
  transition: transform 0.3s ease;
}

.project-container:hover {
  background-color: #ed7d3a;
}

.project-container:hover .arrow-svg {
  transform: translateX(10px);
}

.arrow-svg {
  transition: transform 0.3s ease;
}

@media screen and (max-width:576px) {
  .arrow-svg{
    width:60px;
    height: 60px;
  }
}


@media screen and (max-width: 576px) {
  .owl-carousel-discover-island .owl-prev-icon {
    position: absolute;
    top: 42%;
    left: 0%;
  }

  .owl-carousel-discover-island .owl-next-icon {
    position: absolute;
    top: 42%;
    right: 0%;
  }
}

.blogs-parallax-card {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.blogs-cards-mobile img {
  height: 405px;
  width: 100%;
  object-fit: cover;
}

.owl-carousel-blogs-mobile .owl-prev-icon {
  position: absolute;
  left: 0%;
  top: 53%;
}

.owl-carousel-blogs-mobile .owl-next-icon {
  position: absolute;
  right: 0%;
  top: 53%;
}

.mailchimp-fields {
  padding-left: 15px !important;
}

/* Home page styles end */

/* Footer styles start */

.social-icons-footer .fa-whatsapp {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}
.social-icons-footer .fa-whatsapp {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.social-icons-footer .fa-instagram {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.social-icons-footer .fa-x-twitter {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.social-icons-footer .fa-youtube {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.social-icons-footer .fa-facebook {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.social-icons-footer .fa-linkedin-in {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.footer_menu_one ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 400;
}

.footer_menu_one ul li a:hover {
  color: #007b5e;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer_menu_one ul li a {
    font-size: 16px;
  }
}

.footer_menu_one ul li {
  padding-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .footer_menu_one ul {
    text-align: center !important;
    margin-top: 20px;
  }
}

/* Footer styles end */

/* Golf Experience styles start */
.map-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.map-point {
  position: absolute;
  cursor: pointer;
  text-align: center;
}

.map-card .card-body img {
  max-height: 300px;
  width: auto;
}

.map-card {
  position: absolute;
  display: none;
  z-index: 999;
  /* max-width: 500px; */
  min-width: auto;
}

@media screen and (min-width: 992px) {
  .map-card {
    max-width: 500px;
  }
}

.kandy-card {
  top: 60%;
  left: 49%;
}

@media screen and (max-width: 576px) {
  .kandy-card {
    top: 56.7%;
    left: 42%;
  }
}

.nuwareliya-card {
  top: 66%;
  left: 50%;
}

@media screen and (max-width: 576px) {
  .nuwareliya-card {
    top: 65%;
    left: 47%;
  }
}

.colombo-card {
  top: 66%;
  left: 28.8%;
}

@media screen and (max-width: 576px) {
  .colombo-card {
    left: 7.8%;
  }

  .text-wrapper-map-mobile {
    max-width: 120px;
  }
}

.hambantota-card {
  top: 83.5%;
  left: 53%;
}

.wpcf7 {
  max-width: none !important;
}

.golf-experience-fields,
.select2-selection {
  color: #000 !important;
  font-weight: 300 !important;
  background-color: #f6f4f4 !important;
  border: none !important;
}

.golf-experience-fields::placeholder {
  color: #000 !important;
}

.select2-search__field::placeholder {
  color: #000 !important;
  font-weight: 300 !important;
}

.date-icon {
  position: absolute;
  right: 10px;
  top: 33%;
  transform: translateY(-50%);
  color: #007b5e;
}

.top-subnav {
  position: fixed;
  top: 12%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 2000;
  opacity: 0;
  transition: all 0.5s ease;
}

.top-subnav.show {
  opacity: 1;
}

.subnav-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.top-subnav ul li a {
  color: #fff;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1400px) and (max-width: 1900px) {
  .top-subnav ul li a {
    font-size: 12px !important;
  }
}

.top-subnav ul li a:hover {
  color: #c2eabb;
}

.active-sublink {
  color: #c2eabb !important;
}

.map-wrapper img {
  max-height: 750px;
}

.owl-carousel-century .owl-dots {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .signature-holes-wrapper {
    margin-top: -20px;
  }

  .sig-w-50 {
    width: 58% !important;
  }
}

@media screen and (max-width: 576px) {
  .accomondations-mobile-text {
    font-size: 18px !important;
  }
}

/* Golf Experience styles end */

/* About us page start */
.member-img {
  width: 100%;
  height: 690px;
}

@media screen and (max-width: 576px) {
  .member-img {
    height: 400px;
  }
}

.member-img-wrapper {
  transition: transform 0.1s linear;
  will-change: transform;
  cursor: pointer;
}

.legend-img {
  max-width: 569px;
  height: 670px;
}

@media screen and (max-width: 576px) {
  .legend-img {
    height: 400px;
  }
}

.circle-section {
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
  transform: scale(0.9);
  transition: clip-path 1.2s ease-out, opacity 0.8s ease-out,
    transform 1.2s ease-out;
}

.circle-section.active {
  clip-path: circle(150% at 50% 50%);
  opacity: 1;
  transform: scale(1);
}

.owl-carousel-memory img {
  height: 600px;
}

.owl-carousel-century img {
  height: 600px;
}

.owl-carousel-top-10 img {
  height: 600px;
}

@media screen and (max-width: 576px) {
  .owl-carousel-top-10 img {
    height: 550px;
  }
}

.owl-carousel-memory .owl-nav,
.owl-carousel-memory .owl-dots {
  display: block !important;
}

.owl-carousel-top-10 .owl-nav {
  display: block !important;
}

.owl-carousel-memory .owl-nav .owl-prev-icon {
  position: absolute;
  top: 30%;
  left: 32%;
}

@media screen and (max-width: 576px) {
  .owl-carousel-memory .owl-nav .owl-prev-icon {
    left: 0%;
  }
}

.owl-carousel-top-10 .owl-nav .owl-prev-icon {
  position: absolute;
  top: 36%;
  left: 32%;
}

@media screen and (max-width: 576px) {
  .owl-carousel-top-10 .owl-nav .owl-prev-icon {
    position: absolute;
    top: 41%;
    left: 0%;
  }
}

.owl-carousel-memory .owl-nav .owl-next-icon {
  position: absolute;
  top: 30%;
  left: 65%;
}

@media screen and (max-width: 576px) {
  .owl-carousel-memory .owl-nav .owl-next-icon {
    left: 92%;
  }
}

.owl-carousel-top-10 .owl-nav .owl-next-icon {
  position: absolute;
  top: 36%;
  left: 65%;
}

@media screen and (max-width: 576px) {
  .owl-carousel-top-10 .owl-nav .owl-next-icon {
    position: absolute;
    top: 41%;
    right: 0%;
    display: flex;
    justify-content: end;
  }
}

.memory-carousel-content-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.memory-carousel-content-wrapper.shown {
  opacity: 1;
  visibility: visible;
}

.owl-carousel-memory .owl-dots {
  text-align: center;
  padding-top: 20px;
}

.owl-carousel-top-10 .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel-memory .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel-memory .owl-dot span {
  width: 21px;
  height: 12px;
  background: #ed7d3a;
  display: block;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.owl-carousel-memory .owl-dot.active span {
  width: 300px;
}

.owl-carousel-century .owl-item .image-wrapper img {
  filter: brightness(50%);
  transition: filter 0.3s ease;
}

.owl-carousel-century .owl-item.center .image-wrapper img {
  filter: brightness(100%);
}

.carousel-section {
  position: relative;
}

.carousel-wrapper {
  position: relative;
}

.carousel-wrapper {
  position: relative;
}

.owl-carousel-memory {
  position: sticky;
  top: 10vh;
  height: 100vh;
  z-index: 10;
}

@media screen and (max-width: 576px) {
  .owl-carousel-memory {
    height: 90vh;
  }
}

@media screen and (max-width: 576px) {
  .owl-carousel-memory {
    top: 25vh;
  }
}

.panel {
  position: relative;
  overflow: hidden;
}

.cards-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.memory-card-wrapper {
  flex: 0 0 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.memory-card {
  width: 100vw;
  height: 70vh; /* full screen image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.year-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.memory-card-text {
  max-width: 90%;
  text-align: center;
  margin: 20px auto;
}

@media screen and (min-width: 992px) {
  .modal-dialog {
    /* min-width: 900px; */
    /* max-height:80% !important; */
  }
}
/* About us page end */

/* Packages styles start */
.img-large img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.img-small img {
  height: 522px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.package-card {
  box-shadow: 0px 4px 4px 0px #00000040;
}

.package-detail-card img {
  width: 600px;
  height: 600px;
}

.package-detail-card {
  box-shadow: 0px 4px 7px 0px #00000040;
  border-radius: 15px;
}

.banner-area-single-pck {
  min-height: 95vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-nav-pck {
  position: fixed;
  top: 111px;
  left: 0;
  right: 0;
  gap: 30px;
  padding: 15px;
  background: #ed7d3a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .sub-nav-pck {
    top: 105px;
  }
}

.sub-nav-pck.visible {
  opacity: 1;
  pointer-events: auto;
}

.sub-nav-pck a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: color 0.3s, border-bottom 0.3s;
  font-weight: 800;
}

.sub-nav-pck a.active {
  color: #000;
}

@media (max-width: 767px) {
  #subNav2 {
    flex-wrap: wrap;
    gap: 0px;
  }

  #subNav2 a {
    flex: 0 0 48%;
    text-align: start;
  }
}

.abt-sl-cards-wrapper {
  transition: transform 0.3s ease-out;
  will-change: transform; /* for better GPU performance */
}

.table-1,
.table-1 th,
.table-1 td {
  border-color: #337357 !important;
}

.table-1 tr:last-child td {
  border-bottom: none !important;
}

.table-2 tr:last-child td {
  border-bottom: none !important;
}

.table-4 tr:last-child td {
  border-bottom: none !important;
}

@media screen and (min-width: 992px) {
  table.table-2 td,
  table.table-2 th,
  table.table-3 td {
    width: 50%;
  }
}

table.table-2 td,
table.table-2 tr {
  background-color: #c2eaba !important;
  border-color: #337357 !important;
}

table.table-4 td,
table.table-4 tr {
  background-color: #c2eaba !important;
  border-color: #337357 !important;
}

table.table-4 th:not(:last-child),
  table.table-4 td:not(:last-child) {
    border-right: 1px solid #337357 !important;
  }

@media screen and (min-width: 992px) {
  .table-4 th,
  .table-4 td {
    width: 25%; /* each col gets equal width */
  }
}

table.table-2 th {
  /* border-color:#337357 !important; */
  background-color: #6d9f71 !important;
}

table.table-4 th {
  /* border-color:#337357 !important; */
  background-color: #6d9f71 !important;
}

table.table-3 th {
  border-color: #337357 !important;
  background-color: #dedcdc !important;
}

table.table-3 td,
table.table-3 tr {
  border-color: #337357 !important;
  background-color: #f6f4f4 !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button::after {
  background-image: none !important;
  content: none !important;
  /* content: "\f0d7"; 
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  font-size: 16px;
  margin-right: 0 !important; 
  transition: transform 0.3s;
  color: #fff !important;
  text-align: right;
  flex-shrink: 0;
   transform-origin: center;  */
}

.accordion-button:not(.collapsed)::after {
  /* transform: rotate(-180deg); */
}
.rotate-icon {
  transition: transform 0.3s ease;
  display: inline-block; /* ensures it rotates in place */
  transform-origin: center;
  color: #fff;
  font-size: 20px;
}

.accordion-button:not(.collapsed) .rotate-icon {
  transform: rotate(180deg); /* open state */
}

.accordion-button.collapsed .rotate-icon {
  transform: rotate(0deg); /* closed state */
}

td a {
  color: #337357 !important;
}

/* Packages styles end */

/* Sri lanka page style  */

.map {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  display: none;

  &#standard {
    display: block;
  }
}

.sl-map {
  height: 800px;
}

.map-content {
  display: none;

  &#standard-content {
    display: block;
  }
}

.map-titles {
  font-size: 80px;
}

.map-beach-title {
  color: #153062;
}

.map-culture-title {
  color: #ed7d3a;
}

.map-nature-title {
  color: #337357;
}

.map-cities-title {
  color: #760303;
}

.beach-active {
  border-bottom: 3px solid #153062;
  color: #153062 !important;
  transition: all 0.3s ease;
}

.culture-active {
  border-bottom: 3px solid #ed7d3a;
  color: #ed7d3a;
}

.nature-active {
  border-bottom: 3px solid #337357;
  color: #337357;
}

.cities-active {
  border-bottom: 3px solid #760303;
  color: #760303;
}

@media screen and (min-width: 992px) {
  /* beach map */
  .nilaweli-beach {
    top: 30%;
    left: 69.5%;
  }

  .trincomalee-beach {
    top: 34%;
    left: 72%;
  }

  .passikudah-beach {
    top: 47%;
    left: 76%;
  }

  .batticalo-beach {
    top: 56%;
    left: 82%;
  }

  .arugambay-beach {
    top: 74%;
    left: 84.5%;
  }

  .dickwella-beach {
    top: 89%;
    left: 74%;
  }

  .weligama-beach {
    top: 98.3%;
    left: 57%;
  }

  .mirissa-beach {
    top: 97.9%;
    left: 48%;
  }

  .unawatuna-beach {
    top: 97%;
    left: 36%;
  }

  .galle-beach {
    top: 94.5%;
    left: 40%;
  }

  .hikkaduwa-beach {
    top: 92%;
    left: 33%;
  }

  .bentota-beach {
    top: 86.5%;
    left: 34.5%;
  }

  .beruwala-beach {
    top: 82%;
    left: 32%;
  }

  .port-city-colombo-beach {
    top: 75%;
    left: 30.5%;
  }

  .negombo-beach {
    top: 65%;
    left: 29%;
  }

  .kalpitiya-beach {
    top: 37%;
    left: 28%;
  }

  /* culture map */
  .jaffna-culture {
    top: 1%;
    left: 43%;
  }

  .trincomalee-culture {
    top: 29%;
    left: 69%;
  }

  .galle-culture {
    top: 94%;
    left: 46%;
  }

  .ambalangoda-culture {
    top: 90%;
    left: 43%;
  }

  .kotte-culture {
    top: 74%;
    left: 41%;
  }

  .kandy-culture {
    top: 64%;
    left: 55%;
  }

  .dambulla-culture {
    top: 50%;
    left: 50%;
  }

  .sigiriya-culture {
    top: 46%;
    left: 53.3%;
  }

  .polonaruwa-culture {
    top: 43.9%;
    left: 62.2%;
  }

  .rithigala-culture {
    top: 41%;
    left: 45.6%;
  }

  .mihinthale-culture {
    top: 37%;
    left: 57%;
  }

  .anuradhapura-culture {
    top: 35.5%;
    left: 39.6%;
  }

  /* nature & wildlife */
  .kokilai_text {
    top: 18%;
    left: 65%;
  }

  .madu_walk_sanctuary {
    top: 20%;
    left: 35%;
  }

  .wilpattu {
    top: 34%;
    left: 47%;
  }

  .minneriya {
    top: 36.5%;
    left: 54%;
  }

  .wasgamuwa {
    top: 48%;
    left: 51%;
  }

  .maduru_oya {
    top: 54%;
    left: 73%;
  }

  .gal_oya {
    top: 66%;
    left: 78.5%;
  }

  .horton_plans {
    top: 74%;
    left: 60%;
  }

  .kumana {
    top: 76%;
    left: 83%;
  }

  .yala {
    top: 77%;
    left: 72%;
  }

  .udawalawwa {
    top: 87%;
    left: 59%;
  }

  .sinharaj {
    top: 82%;
    left: 43%;
  }

  /* cities */
  .kotte-city {
    top: 74%;
    left: 44%;
  }

  .anuradhapura-city {
    top: 36%;
    left: 40.5%;
  }

  .dambulla-city {
    top: 50%;
    left: 49%;
  }

  .kandy-city {
    top: 61%;
    left: 60%;
  }

  .polonaruwa-city {
    top: 44%;
    left: 66%;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.map-elements-content {
  transition: opacity 0.5s ease-in-out;
  display: none;
}

.beach-list,
.culture-list,
.city-list,
.nature-list {
  cursor: pointer;
  font-size: 18px;
}

.beach-list .item:hover svg {
  animation: spin 1s;
}

.beach-list .item:hover p {
  color: #07b1f3 !important;
}

.beach-list .item p {
  transition: color 0.3s ease;
}

.culture-list .item:hover p {
  color: #d17f05 !important;
}

.culture-list .item p {
  transition: color 0.5s ease;
}

.nature-list .item:hover p {
  color: #066a1c !important;
}

.nature-list .item p {
  transition: color 0.5s ease;
}

.city-list .item:hover p {
  color: #760303 !important;
}

.city-list .item p {
  transition: color 0.5s ease;
}

.sl-map {
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 678px) {
  .map-card-image {
    width: auto;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  }
}

.standard-map-btn {
  background-color: #000;
  border: none;
  padding: 14px 80px;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.standard-map-btn:hover {
  background-color: #337357;
  color: #000;
}

.menu-list .item {
  cursor: pointer;
}

.map-elements-content .card .card-body .card-title {
  color: #337357 !important;
}

.map-elements-content .card {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
/* Sri lanka page end */

/* contact us start */
.banner-area-contact {
  min-height: 120vh;
}

@media screen and (max-width: 576px) {
  .banner-area-contact {
    min-height: 75vh;
  }
}

.cptlfcf7_left_box {
  display: none !important;
}

.cptlfcf7_title {
  font-weight: normal !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent !important;
}

/* contact us end */

/* Events styles start */
.ect-list-post {
  box-shadow: 0px 4px 4px 0px #00000040 !important;
  padding: 24px 24px !important;
  border-radius: 0px !important;
}

.ect-event-url {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  font-family: "DM Serif Display", serif !important;
}

.ect-event-content p {
  font-size: 18px !important;
  color: #000 !important;
}

.ect-events-read-more {
  padding: 16px 24px !important;
  color: #fff !important;
  background-color: #ed7d3a !important;
  border-radius: 10px !important;
  display: inline-block !important;
  width: max-content !important;
  flex: 0 0 auto !important;
}

.ect-date-highlight {
  display: none !important;
}

.ect-grid-img a img {
  min-height: 600px !important;
  border-radius: 0px !important;
}

@media screen and (max-width: 768px) {
  .ect-grid-img a img {
    min-height: 400px !important;
    border-radius: 0px !important;
  }
}

.ect-event-schedule {
  justify-content: center;
}

.ect-grid-title {
  display: flex;
  justify-content: center;
}

.ect-readmore-cost {
  justify-content: center;
  margin-bottom: 24px;
}

.ect-grid-event-area {
  border-radius: 0px !important;
}

.ect-grid-event-area:hover {
  background: #fff !important;
}

.ect-grid-event.style-4 .ect-readmore-cost .ect-readmore {
  padding: 0px !important;
}
/* Events styles end */

/* Perloader styles start */
/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* or #000 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease;
}

/* Logo style */
#preloader-logo {
  width: 150px; /* adjust */
  height: auto;
  filter: grayscale(100%); /* start B/W */
  transition: filter 0.8s ease;
}
/* Perloader styles end */
