@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

@font-face {
font-family: 'Vintage Glamour';
src: url('../fonts/VintageGlamour-Extrabold.woff2') format('woff2'), /* Modern browsers */
url('../fonts/VintageGlamour-Extrabold.woff') format('woff'),   /* Older browsers */
url('../fonts/VintageGlamour-Extrabold.ttf') format('truetype'); /* Legacy fallback */
font-weight: 800;
font-style: normal;
}

/* General styles */
body {
    margin: 0;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:
    "slnt" 0,
    "CRSV" 0,
    "SHRP" 0;
    line-height: 1.5em;
    background-color: #3c276f;
    font-size: 18px;
    color:#3c276f;
    overflow-x: hidden;
}

    @media screen and (max-width: 479px) {
        h1 {
            margin-top:20px;
        }

        h1, h2 {
            text-align: center;
        }

        p {
              font-size: 20px;
        }
    }


h1 {
	font-size: 2.5em;
	line-height:1em;
	margin-top:40px;
}

    @media (min-width: 800px) {
        h1 {
            margin-top:80px;
        }
    }


h2 {
	font-size: 2em;
	line-height:1em;
}

h1, h2 {
	font-family: 'Vintage Glamour', Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}





/* Content Area */ /* Content Area */ /* Content Area */ /* Content Area */ /* Content Area */

/* Content Wrapper */
.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 0;
}

    @media screen and (max-width: 480px) {
        .content-wrapper {
            padding: 0;
        }
    }

.content {
    flex: 1;
    padding: 20px;
}

section {
    margin-bottom: 40px;
}

.upper-curve {
    width:100%;
    margin-top:0px;
    background-image: url(../images/upper-curve.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.upper-curve h1 {
    font-size: 40px;
    line-height: 44px;
    margin-top:0;
}

    @media (min-width: 800px) {		
      .upper-curve h1 {
          font-size: 45px;
          line-height: 50px;
      }
    }


    @media (min-width: 1440px) {
      .upper-curve h1 {
          font-size: 60px;
          line-height: 68px;
      }
    }



.header-img {
    width:100%;
    height:30vw;
    min-height:500px;
    background-size: cover;
}

    @media (min-width: 600px) {
        .header-img {
            height:35vw;
        }
    }


.header-img .upper-curve h1,
.header-img .upper-curve p {
    color:#efeae2!important;
    text-align: left;
}

.header-img .upper-curve h1 {
    max-width: 500px;
	font-size: 32px;
    line-height: 34px;
    margin-top:30px;
}

.header-img .upper-curve p {
    max-width: 215px;
    font-size: 1.15em;
    line-height: 1.25em;
    font-weight:600;
}

    @media (min-width: 360px) {
        .header-img .upper-curve h1 {
              font-size: 36px;
              line-height: 39px;
        }
    }

    @media (min-width: 380px) {
        .header-img .upper-curve h1 {
              font-size: 38px;
              line-height: 41px;
        }
    }

    @media (min-width: 400px) {
        .header-img .upper-curve h1 {
              font-size: 40px;
              line-height: 44px;
        }
    }

    @media (min-width: 800px) {
        .header-img {
            min-height:600px;
        }

        .header-img .upper-curve h1 {
            font-size: 45px;
            line-height: 50px;
            margin-top:5vw;
			max-width: 650px;
        }

        .header-img .upper-curve p {
            max-width: 300px;
        }
    }

	 @media (min-width: 1200px) {

        .header-img .upper-curve h1 {
            font-size: 52px;
            line-height: 56px;;
        }
    }

    @media (min-width: 1440px) {
        .header-img {
            min-height:600px;
        }

        .header-img .upper-curve h1 {
            font-size: 60px;
            line-height: 68px;
            margin-top:5vw;
			max-width: 800px;
        }

        .header-img .upper-curve p {
            max-width: 400px;
        }
    }
		
.light-sections {
    width:100%;
    background-color: #efeae2;	
}

.purple-sections {
    width:100%;
    background-color: #3c276f;
    color:#efeae2;
}

.separator-scroll {
    background-image: url(../images/divider-m.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width:100%;
    height:20vw;
}
		
    @media (min-width: 600px) {
        .separator-scroll {
            background-image: url(../images/divider.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width:100%;
            height:7vw;
            max-height: 100px;
        }
    }

.separator {
    height: 20px;
    background: repeating-linear-gradient(
        45deg,
        #3c276f,
        #3c276f 10px,
        #efeae2 10px,
        #efeae2 20px
        );
    width: 100%;
}



/* Header */ /* Header */ /* Header */ /* Header */ /* Header */
header {
    background: #3c276f;
    color: #efeae2;
    padding: 16px 0px 10px 0px;
    position: relative;
    z-index: 1000;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

/* Navigation links */
.nav-links {
    display: flex;
}

.nav-links.left-links a,
.nav-links.right-links a {
    margin-right: 10px;
    padding-top: 120px;
}

.nav-links.left-links a:last-child {
    margin-right: 0;
}

.nav-links a {
    color: #efeae2;
    text-decoration: none;
    padding: 5px 5px;
    border-radius: 5px;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight:400;
}

.nav-links a:hover {
    transform: translateY(-6px);
    color: #efeae2;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #efeae2;
    bottom: 0;
    left: 20%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

/* Logo */
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}

.logo img {
    height: 140px;
}

	@media (min-width: 1024px) {
      .logo img {
          height: 150px;
      }
    }

    @media (min-width: 1440px) {
      .logo img {
          height: 180px;
      }
    }

	@media (min-width: 1920px) {
      .logo img {
          height: 200px;
      }
    }

/* Phone Icon */
.phone-icon {
    position: absolute;
    top: -20px;
    left: 0px;
    display: none;
}

.phone-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}

.phone-icon img {
    width: 28px;
    height: auto;
}

    @media screen and (max-width: 800px) {
        .phone-icon {
            display: block;
        }
    }

/* Wiggle and Scale Animation */
@keyframes wiggle {
  0%, 83.33% {
    transform: rotate(0) scale(1);
  }
  86.67% {
    transform: rotate(10deg) scale(1.15);
  }
  90% {
    transform: rotate(-10deg) scale(1.15);
  }
  93.33% {
    transform: rotate(10deg) scale(1.15);
  }
  96.67% {
    transform: rotate(-10deg) scale(1.15);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}

.phone-icon img {
    animation: wiggle 4s linear infinite;
    transform-origin: center;
    animation-delay: 0s;
}

.phone-icon:hover img {
    animation-play-state: paused;
}

/* Burger Menu */ /* Burger Menu */ /* Burger Menu */ /* Burger Menu */ /* Burger Menu */

.burger-menu {
    position: relative;
    width: 30px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

.burger-menu span,
.burger-menu::before,
.burger-menu::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #efeae2;
    border-radius: 2px;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.burger-menu span {
    top: 10px;
}

.burger-menu::before {
    top: 0;
}

.burger-menu::after {
    bottom: 0;
}

.burger-menu.open span {
    transform: scale(0);
}

.burger-menu.open::before {
    transform: rotate(45deg);
    top: 10px;
}

.burger-menu.open::after {
    transform: rotate(-45deg);
    top: 10px;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    background: #3c276f;
    position: fixed;
    top: 170px;
    left: 0;
    width: 100%;
    z-index: 500;
    overflow-y: auto;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
	box-shadow: 0 20px 0 #1e153a;
}

.mobile-menu.open {
    max-height: 100vh;
}

.mobile-menu a {
    padding: 16px 10px;
    text-align: center;
    border-bottom: 1px solid #efeae2;
    color: #efeae2;
    text-decoration: none;
    font-size: 20px;
}

.mobile-menu a:first-of-type {
	border-top: 1px solid #efeae2;
}


.mobile-menu a:hover {
    background: #efeae2;
    color: #3c276f;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 39, 111, 1);
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#overlay.open {
    display: block;
    opacity: 1;
}

	
	
.burger-menu.fixed {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1000;
	background-color: rgba(140, 126, 162, 1);
	border:rgba(140, 126, 162, 1) 12px solid;
	border-radius: 6px;
}
	
/* Responsive styles */
    @media screen and (max-width: 800px) {
        .nav-links {
            display: none;
        }

        .icon {
            display: flex;
        }

        .burger-menu {
            position: absolute;
            top: 2px;
            right: 20px;
        }

        .logo {
            margin: 0 auto;
        }

        .nav-links a:hover::after {
            transform: scaleX(0);
        }
    }

    @media screen and (min-width: 801px) {
        .icon {
            display: none;
        }
    }




/* Testimonials Section */ /* Testimonials Section */ /* Testimonials Section */

.testimonials {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 10px 0 50px 0;
    overflow: hidden;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.slide p {
    text-align: center;
    padding: 0 160px;
    color: #efeae2;
    margin-bottom: -40px;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #efeae2;
}

.details .location {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    color: #efeae2;
}

/* swiper button css */
.nav-btn {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #6df2ab;
    transition: 0.2s;
    border: 2px solid #3c276f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #3c276f;
    position: relative;
}

/* Remove default icons */
.nav-btn::after,
.nav-btn::before {
    display: none;
}

/* Set the left and right arrow SVG backgrounds */
.swiper-button-prev {
    background-image: url('../images/arrow-left.svg');
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    background-image: url('../images/arrow-right.svg');
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Move the 'prev' arrow 2px to the left */
.swiper-button-prev {
    background-position: calc(50% - 2px) center;
}

/* Move the 'next' arrow 2px to the right */
.swiper-button-next {
    background-position: calc(50% + 2px) center;
}

/* Hover state for entire swiper button */
.nav-btn:hover {
    transform: scale(0.97) translateY(3px);
    background-color: #6df2ab;
    color: #3c276f;
}

/* Pagination bullets */
.swiper-pagination-bullet {
    background-color: rgba(60, 40, 112, 1);
}

.swiper-pagination-bullet-active {
    background-color: #3c276f;
}

    @media screen and (max-width: 768px) {
        .slide p {
            padding: 0 20px;
        }
        .nav-btn {
            display: none !important;
        }
    }


/* FAQ Section */ /* FAQ Section */ /* FAQ Section */ /* FAQ Section */



/* FAQ Container */
.faq-container {
    width: 100%;
    color: #3c276f;
}

/* FAQ Items */
.faq-item {
    border: 2px solid #3c276f;
    background-color: #efeae2;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-item.active .faq-question {
    background-color: #3c276f;
    color: #efeae2;
}

/* FAQ Question */
.faq-question {
    width: 100%;
    padding: 15px;
    margin:-1px 0;
    text-align: left;
    font-weight: bold;
    font-size: 19px;
    color: #3c276f;
    background-color: #efeae2;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Arrow Styling */
.faq-question .arrow {
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 12px;
    height: 12px;
    fill: #3c276f;
    flex-shrink: 0;
}

.faq-item.active .faq-question .arrow {
    transform: rotate(180deg);
    fill: #ffffff;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background-color: #3c276f;
}

.faq-answer p {
    padding: 0px 15px;
    line-height: 1.5;
    color: #efeae2;
    margin-top: 0;
}

.faq-answer a {
    color: #efeae2;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}


/* BLOG */ /* BLOG */ /* BLOG */ /* BLOG */ /* BLOG */ /* BLOG */


/* Basic blog grid container */
.blog {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.grid {
    columns: 18rem;
    column-gap: 1.6rem;
    overflow: visible;
}

.item {
    display: inline-block;
    break-inside: avoid;
    margin-bottom: 1.6rem;
    background: #3c276f;
    color: #efeae2;
    border: 2px solid #3c276f;
    overflow: hidden;
    transition: transform 0.2s ease;
    transform: translateZ(0);
    will-change: transform;
}

.item img {
    width: 100%;
    height: auto;
    display: block;
}

.post-text {
    padding: 1rem;
    position: relative;
}

.item h2 {
    text-align: left;
    font-size: 2rem;
    margin: 0 0 0.5rem;
}

.item p {
    margin: 1rem 0 25px 0;
}

.item span {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
	margin-bottom:6px;
}

.item:hover {
    transform: scale(1.0);
    cursor: pointer;
}

.circle-arrow {
    position: absolute;
    bottom: 17px;
    right: 19px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #6df2ab;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.arrow-icon {
    width: 12px!important;
    height: 12px!important;
    transform: translateX(1px);
}

/* Disable hover effects for touch devices */
    @media (hover: none) {
        .item:hover {
            transform: none;
            cursor: default;
        }
    }

/* Responsive behavior: Single column for smaller screens */
    @media screen and (max-width: 768px) {
        .grid {
            columns: 1;
        }
    }


/* Column 1: Main Content */
.blog-content {
      flex: 1 1 100%;
      box-sizing: border-box;
      margin-top: 5vw;
}

/* Column 2: Sidebar */
.sidebar {
      flex: 1 1 100%;
      padding: 0px 10px;
      box-sizing: border-box;
      margin-top: 0;
}

 /* Two-Column Layout for Larger Screens */
    @media (min-width: 1024px) {
          .blog-content {
                flex: 1;
                margin-right: 40px;
                max-width: calc(100% - 300px);
          }

          .sidebar {
                flex: 0 0 280px;
                margin-top: 80px;
          }
    }

/* Images in Main Content */
.blog-content img {
	width: 100%;
    height: auto;
    margin-bottom: 0px;
}


.athour-date {
    font-size: 0.85em;
    margin-bottom: 20px;
    font-weight: 600;
}

p.athour-date {
    margin-top: 0;
}

/* Author Bio */
.author-bio {
    display: flex;
    margin-top: 20px;
    background-color: #3c276f;
    color: #efeae2;
    padding:20px;
}

   .author-bio p{
    margin:0;
}

.author-bio img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom:0;
}


/* Recent Posts Alignment */
.recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom:3px dotted #3c276f;
}

.recent-post img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.recent-post .post-details {
    display: flex;
    flex-direction: column;
}

.post-details a {
    color:#3c276f;
    text-decoration: none;
}

.recent-post .post-title {
    font-weight: bold;
    margin: 0;
}

.recent-post .post-meta {
    font-size: 0.85em;
    margin: 0;
}

.blog-intro-section h2 {
    margin-top:0;
}



/* Navigation Buttons */
.blog-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 100px;
}

.blog-buttons .button-all {
    margin-right: auto;
}

.blog-buttons .button-group {
    display: flex;
    gap: 10px;
}




/* Fancy Button */ /* Fancy Button */ /* Fancy Button */ /* Fancy Button */

.fancy-button {
    all: unset;
    cursor: pointer !important;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.fancy-button:hover {
    transform: scale(0.97);
    cursor: pointer !important;
}

.fancy-button .button-text,
.fancy-button .button-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.fancy-button .button-text {
    z-index: 2;
    transform: translateY(-4px);
}

.fancy-button .button-shadow {
    z-index: 1;
    transform: translateY(3px);
}

.fancy-button:hover .button-text {
    transform: translateY(0px);
}

.fancy-button:hover .button-shadow {
    transform: translateY(4px);
}

/* Fancy Button Specific Styles */

.button-booking-request,
.button-booking-request-d {
    width: 267px;
    height: 48px;
}

.button-booking-request .button-text {
    background-image: url('../images/booking-request.svg');
}

.button-booking-request .button-shadow {
    background-image: url('../images/booking-request-shadow.svg');
}

.button-booking-request-d .button-text {
    background-image: url('../images/booking-request-d.svg');
}

.button-booking-request-d .button-shadow {
    background-image: url('../images/booking-request-shadow-d.svg');
}

.button-make-booking-request {
    width: 267px;
    height: 48px;
}

.button-make-booking-request .button-text {
    background-image: url('../images/make-booking-request.svg');
}

.button-make-booking-request .button-shadow {
    background-image: url('../images/make-booking-request-shadow.svg');
}

.button-make-booking-request-dark {
    width: 267px;
    height: 48px;
}

.button-make-booking-request-dark .button-text {
    background-image: url('../images/make-booking-request.svg');
}

.button-make-booking-request-dark .button-shadow {
    background-image: url('../images/booking-request-shadow-d.svg');
}


.button-return-home {
    width: 173px;
    height: 48px;
}

.button-return-home .button-text {
    background-image: url('../images/return-home.svg');
}

.button-return-home .button-shadow {
    background-image: url('../images/return-home-shadow.svg');
}


.button-get-directions {
    width: 183px;
    height: 48px;
}

.button-get-directions .button-text {
    background-image: url('../images/get-directions.svg');
}

.button-get-directions .button-shadow {
    background-image: url('../images/get-directions-shadow.svg');
}

.button-send-enquiry {
    width: 169px;
    height: 48px;
}

.button-send-enquiry .button-text {
    background-image: url('../images/send-enquiry.svg');
}

.button-send-enquiry .button-shadow {
    background-image: url('../images/send-enquiry-shadow.svg');
}


.button-read-more {
    width: 118px;
    height: 39px;
}

.button-read-more .button-text {
    background-image: url('../images/read-more.svg');
}

.button-read-more .button-shadow {
    background-image: url('../images/read-more-shadow.svg');
}

.button-all {
    width: 62px;
    height: 48px;
}

.button-all .button-text {
    background-image: url('../images/all.svg');
}

.button-all .button-shadow {
    background-image: url('../images/all-shadow.svg');
}


.button-prev {
    width: 77px;
    height: 48px;
}

.button-prev .button-text {
    background-image: url('../images/prev.svg');
}

.button-prev .button-shadow {
    background-image: url('../images/prev-shadow.svg');
}

.button-next {
    width: 80px;
    height: 48px;
}

.button-next .button-text {
    background-image: url('../images/next.svg');
}

.button-next .button-shadow {
    background-image: url('../images/next-shadow.svg');
}

.button-learn-more {
    width: 153px;
    height: 48px;
}

.button-learn-more .button-text {
    background-image: url('../images/learn-more.svg');
}

.button-learn-more .button-shadow {
    background-image: url('../images/learn-more-shadow.svg');
}

.button-learn-more-dark {
    width: 153px;
    height: 48px;
}

.button-learn-more-dark .button-text {
    background-image: url('../images/learn-more.svg');
}

.button-learn-more-dark .button-shadow {
    background-image: url('../images/learn-more-dark-shadow.svg');
}





/* Form Styling */ /* Form Styling */ /* Form Styling */ /* Form Styling */  
form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}

.form-group {
    flex: 1 1 calc(50% - 20px);
}

.form-group.full-width {
    flex: 1 1 100%;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    font-size: inherit;
    font-family: inherit;
    background-color: #efeae2;
    color: #3c276f;
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

select option[disabled] {
    color: #999;
}

.submit-button {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #3c276f;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
}

.submit-button:hover {
    background-color: #2e2058;
}

/* Custom checkbox-style radio buttons styling */
label.container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    color: #efeae2;
}

label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.container .checkmark {
    position: relative;
    display: inline-block;
    height: 44px;
    width: 44px;
    background-color: #efeae2;
    border: none;
    flex-shrink: 0;
}

/* Change border color on hover */
label.container:hover input ~ .checkmark {
    border-color: #2e2058;
}

/* Checked state styling */
label.container input:checked ~ .checkmark {
    background-color: #efeae2;
    border-color: #3c276f;
}

/* Create the checkmark/indicator (hidden when not checked) */
label.container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
    left: 15px;
    top: 6px;
    width: 8px;
    height: 20px;
    border: solid #3c276f;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
}

/* Responsive Layout for Narrow Screens */
    @media (max-width: 600px) {
        .form-grid {
            flex-direction: column;
        }

        .form-group {
            flex: 1 1 100%;
        }

        .form-group.full-width {
            flex: 1 1 100%;
        }
    }

/* General Dropdown Styling */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #efeae2;
    color: #3c276f;
    padding: 10px;
    font-size: inherit;
    font-family: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
}

/* Add a custom dropdown arrow */
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%233c276f' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

/* Ensure the dropdown looks interactive */
select:hover, select:focus {
    outline: none;
    background-color: #f0e7dc;
}

/* Placeholder ("Please select") styling */
select option[disabled] {
    color: #999;
}

/* Dropdown Placeholder Styling ("Please select") */
select option[disabled] {
    color: rgba(60, 39, 111, 0.5);
}

/* Strong purple for selected options */
select {
    color: #3c276f; 
}

/* Ensure the dropdown text starts with the placeholder color */
select:invalid {
    color: rgba(60, 39, 111, 0.5);
}

/* Reset to strong purple when a valid option is selected */
select:not(:invalid) {
    color: #3c276f;
}

/* Textarea Placeholder Styling */
textarea::placeholder {
    color: rgba(60, 39, 111, 0.5);
}

/* Strong purple when user types */
textarea {
    color: #3c276f;
}

/* Focused textarea placeholder remains tinted */
textarea:focus::placeholder {
    color: rgba(60, 39, 111, 0.5);
}

.form-container .container {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}



/* Footer Styles */ /* Footer Styles */ /* Footer Styles */ /* Footer Styles */
footer {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

/* Curve Section */
.footer-curve {
    background: url('../images/footer-curve.svg') no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 6vw;
    position: relative;
}

.footer-curve .footer-logo {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    z-index: 2;
}

/* Content Section */
.footer-content {
    background: #3c276f;
    color: #efeae2;
    text-align: left;
    padding: 40px 20px;
    margin-top:-1px;
    line-height: 1.3em;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Footer Columns */
.footer-column {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    min-width: 200px;
    margin: 10px 0;
}

/* Adjust Quick Links Column in 3-Column Layout */
    @media screen and (min-width: 1040px) {
        .footer-column:nth-of-type(3) {
            transform: translateX(2.3vw);
        }
    }

/* Two-Column Layout */
    @media screen and (max-width: 1039px) {
        .footer-columns {
            max-width: 500px;
            justify-content: space-between;
        }

        .footer-column {
            flex: 1 1 calc(50% - 20px);
            max-width: 230px;
        }
    }

/* Single-Column Layout */
    @media screen and (max-width: 600px) {
        .footer-columns {
            max-width: 100%;
            text-align: center;
        }

        .footer-column {
            flex: 1 1 100%;
            max-width: 100%;
        }

        .footer-column table {
            margin: 0 auto;
        }

        .footer-column p {
            text-align: center;
        }
    }

/* Opening Times Table */
.opening-times {
    width: 100%;
    border-collapse: collapse;
    max-width: 230px;
    margin: 0;
}

.opening-times td {
    padding: 0px 4px 0px 0px;
    color: #efeae2;
    vertical-align: top;
}

.opening-times td:first-child {
    font-weight: normal;
    text-align: left;
}

.opening-times td:last-child {
    text-align: left;
}

/* Footer Links */
.footer-column a {
    color: #efeae2;
    text-decoration: none;
}

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

/* Footer Accreditation Styles */
.footer-accreditations {
    text-align: center;
    padding-top: 1em;
}

.accreditations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.accreditation {
    width: auto;
    height: 60px;
    max-width: 100%;
}

/* Left-align logos for 2 or 4-column layouts */
    @media screen and (min-width: 600px) {
        .footer-accreditations {
            text-align: left;
        }

        .accreditations-wrapper {
            align-items: flex-start;
        }
    }

/* Center logos for single-column layout */
    @media screen and (max-width: 599px) {
        .footer-accreditations {
            text-align: center;
        }

        .accreditations-wrapper {
            align-items: center;
        }
    }