@import url('https://fonts.googleapis.com/css2?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=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

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

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


h1,
h2,
h3,
h4,
h5,
h6,p,ul {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #efa0a0; /* Black */
  --c2: #2e6171; /* White */
}

.top-header ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-header {
    background: var(--c1);
    padding: 8px 0px 8px;
}

.top-header ul li a {
    font-size: 14px;
    color: white;
}

.top-header ul li a i, .top-header ul li i {
    color: white;
    font-size: 14px;
    transition: .3s all;
}

.top-header ul li a:hover {
    text-decoration: underline;
}

.top-header-social ul {
    justify-content: end;
}
.top-header ul li {
    color: white;
}
.navbar-brand {
    color: black;
}

li.nav-item a {
    color: black;
    font-size: 16px;
    padding: 30px;
    position: relative;
    z-index: 9;
}
ul.dropdown-menu li a {
    font-size: 14px;
    padding: 10px;
}
li.nav-item a:hover {
    color: var(--c1);
}

li.nav-item a.nav-link.active {
    color: var(--c1);
}

ul.navbar-nav {
    gap: 20px;
}

nav.navbar {
    padding: 10px 0px 10px;
}

.navbar-nav .nav-link.show {
    color: var(--c1);
}
.banner.home-banner {
    background-image: url(/wp-content/uploads/2025/08/resized_image-1.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: fixed;
}
.banner-content {
    color: white;
    position: relative;
}

.banner-content h5 {
    font-size: 20px;
    margin-bottom: 15px;
    background: white;
    width: fit-content;
    padding: 7px 20px;
    color: var(--c2);
    border-radius: 200px;
    font-family: "Kaushan Script", cursive;
}

.banner-content h1 {
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 110%;
    font-weight: 600;
}

.banner-content p {
    font-size: 17px;
    line-height: 180%;
    width: 80%;
}

.primary-btn a {
    color: white;
    width: fit-content;
    background: var(--c1);
    padding: 12px 30px;
    font-size: 17px;
    margin-top: 40px;
    transition: .4s all;
    border-radius: 5px;
}

.primary-btn a:hover {
    background: var(--c2);
}

.top-header ul li a i:hover {
    color: var(--c2);
}

.banner.home-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008a;
    left: 0px;
    top: 0px;
}
.spacer {
    padding: 100px 0px 100px;
}

.Box-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Box-content h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: 'Lora';
    font-weight: 100;
}
.Box-content p {
    padding-top: 13px;
}
.Box-content h3 {
    font-size: 27px;
    margin-top: 20px;
    font-family: 'Lora';
}
.Box-content ul {
    margin-top: 20px;
}
.About-us-box-checks ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.About-us-box-checks ul li i {
    color: var(--c1);
    padding-right: 7px;
}
.Box-content h5 {
    font-size: 20px;
    margin-bottom: 15px;
    background: var(--c2);
    width: fit-content;
    padding: 7px 20px;
    color: white;
    border-radius: 200px;
    font-family: "Kaushan Script", cursive;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 65px;
    font-family: 'Lora';
    font-weight: 100;
    margin-bottom: 10px;
    color: black;
}
.section-title h2 span {
    color: var(--c1);
    font-family: 'Lora';
}

.section-title p {
    width: 75%;
    margin: 0 auto;
    line-height: 180%;
}

.service-content {
    text-align: center;
}

.service-content h2 {
    font-size: 30px;
    font-family: 'Lora';
    font-weight: 100;
    padding-bottom: 10px;
}

.service-content p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.service-item-btn a {
    background: var(--c1);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    transition: .4s all;
}

section.services .row {
    row-gap: 50px;
}

.service-item-btn a:hover {
    background: var(--c2);
}
.spacer-btootm {
    padding-bottom: 100px;
}
.testimonials img {
    width: 60px;
}
.navbar-brand img {
    width: 200px;
}
.section-title h5 {
    font-size: 20px;
    background: var(--c2);
    width: fit-content;
    padding: 7px 20px;
    color: white;
    border-radius: 200px;
    font-family: "Kaushan Script", cursive;
    margin: 0 auto 10px;
}
.contact-section h2 span {
    color: var(--c1);
    font-family: 'Lora';
}

.contact-info i {
  font-size: 1.1rem;
}

.social-icons a {
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #c084fc; /* Brand accent color */
}

.contact-section h2 {
    font-size: 34px;
    font-family: 'Lora';
}

.contact-info li a {
    color: black;
	transition:.4s all:
}
.contact-info li a:hover {
    color: var(--c1);
}

.contact-info li i {
    color: var(--c1) !important;
}

.social-icons a {
    background: var(--c1);
    color: white !important;
    border-radius: 250px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a:hover {
    background: var(--c2);
}

.contact-form-placeholder, .booking-main{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    border-radius: 20px;
}

.contact-form-placeholder p, .booking-main p {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lora';
    margin-bottom: 20px;
}

div#frm_form_1_container fieldset, div#frm_form_3_container fieldset {
    padding: 0px;
}

div#frm_field_11_container, div#frm_field_12_container {
    margin-bottom: 0px;
}

div#frm_form_1_container button, div#frm_form_3_container button {
    width: 100%;
    background: var(--c1);
    font-size: 20px;
    border: unset;
    border-radius: 5px;
    transition: .4s all;
}

div#frm_form_1_container button:hover, div#frm_form_3_container button:hover {
    background: var(--c2);
}
footer ul li {
    margin-bottom: 5px;
}

footer ul li a:hover {
    color: var(--c1) !important;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    align-items: center;
  }

  .gallery-grid img {
    width: 100%;
    height: 250px;
	  object-fit: contain;
    border-radius: 10px;
    display: block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
  }

  .gallery-grid img:hover {
    transform: scale(1.03);
  }
  .banner.inner-banner {
    padding: 120px 0px 120px;
    background-image: linear-gradient(270deg, #FDE2E4 0%, #FDE2E4 100%);
    
}

.inner-banner-content h1 {
    font-size: 45px;
    font-family: 'Lora';
}

.Inner-banner-btn ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.Inner-banner-btn ul li a {
    color: var(--c2);
}
.spacer-bottom {
    padding-bottom: 100px;
}
.booking-main {
    width: 70%;
    margin: 0 auto;
}
.service-item img {
    height: 320px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
li.nav-item.Book-now-nav a {
    color: white;
    width: fit-content;
    background: var(--c1);
    padding: 10px 25px !important;
    font-size: 16px;
    transition: .4s all;
    border-radius: 5px;
    position: relative;
    z-index: 9;
}

li.nav-item.Book-now-nav a:hover {
    background: var(--c2);
}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    font-size: 34px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: transform 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
  }

ul.dropdown-menu {
    top: 70px;
    width: 200px;
}

li.nav-item.Book-now-nav {
    display: flex;
    align-items: center;
}
.gallery-section .primary-btn {
    display: flex;
    justify-content: center;
}
.footer-box h4, .footer-box h5 {
    font-size: 35px;
    font-family: 'Lora';
    border-bottom: 2px solid var(--c1);
    width: fit-content;
    padding-bottom: 10px;
}

.footer-box h5 {
    font-size: 20px;
}

footer ul li a {
    transition: .3s all;
}
.service-image img {
      max-width: 100%;
      border-radius: 10px;
    }
    .table th, .table td {
      vertical-align: middle;
    }