@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playball&display=swap');

/* Font Family Start*/
@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Bold.eot');
    src: url('../fonts/MinionPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Bold.woff2') format('woff2'),
        url('../fonts/MinionPro-Bold.woff') format('woff'),
        url('../fonts/MinionPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-BoldCn.eot');
    src: url('../fonts/MinionPro-BoldCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-BoldCn.woff2') format('woff2'),
        url('../fonts/MinionPro-BoldCn.woff') format('woff'),
        url('../fonts/MinionPro-BoldCn.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-BoldCnIt.eot');
    src: url('../fonts/MinionPro-BoldCnIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-BoldCnIt.woff2') format('woff2'),
        url('../fonts/MinionPro-BoldCnIt.woff') format('woff'),
        url('../fonts/MinionPro-BoldCnIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-BoldIt.eot');
    src: url('../fonts/MinionPro-BoldIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-BoldIt.woff2') format('woff2'),
        url('../fonts/MinionPro-BoldIt.woff') format('woff'),
        url('../fonts/MinionPro-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Medium.eot');
    src: url('../fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Medium.woff2') format('woff2'),
        url('../fonts/MinionPro-Medium.woff') format('woff'),
        url('../fonts/MinionPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-It.eot');
    src: url('../fonts/MinionPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-It.woff2') format('woff2'),
        url('../fonts/MinionPro-It.woff') format('woff'),
        url('../fonts/MinionPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-MediumIt.eot');
    src: url('../fonts/MinionPro-MediumIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-MediumIt.woff2') format('woff2'),
        url('../fonts/MinionPro-MediumIt.woff') format('woff'),
        url('../fonts/MinionPro-MediumIt.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Semibold.eot');
    src: url('../fonts/MinionPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Semibold.woff2') format('woff2'),
        url('../fonts/MinionPro-Semibold.woff') format('woff'),
        url('../fonts/MinionPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-SemiboldIt.eot');
    src: url('../fonts/MinionPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-SemiboldIt.woff2') format('woff2'),
        url('../fonts/MinionPro-SemiboldIt.woff') format('woff'),
        url('../fonts/MinionPro-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* import css */

/* Font Family End*/


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.container {
    max-width: 1182px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}


body {
    font-family: var(--font-primary);
    color: var(--color-text);
}


/* Root */

:root {
    /* color */
    --color-primary: #3C0F0F;
    --color-primary2: #704949;
    --color-secondary: #424242;
    --color-text: #2E2E2E;
    --color-heading: #030303;
    --white-color: #fff;
    --light-cream: #FFEBCF;
    --dark-gray: #333333;
    --color-black: #000;
    --color-off-white: #FAFAFA;
    --dark-brown: #463420;
    /*  */
    /* font-family */
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: 'Minion Pro';
    --font-Playball: "Playball", cursive;

}


/* ================== Define Css Start Here ================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary);
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1.26;
}

h1 {
    font-size: 55px;
    text-transform: capitalize;
}

h2,
.raised-by-hand-content h3 a {
    font-size: 35px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

p,
li,
span {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 25px;
    color: var(--color-black);
}

p {
   /** margin: 0 0 20px;**/
    opacity: 0.85;
}

p:last-child {
    margin: 0;
}

a {
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    font-family: var(--font-secondary);
    outline: none;
    font-size: 16px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input,
button,
input::placeholder {
    font-family: var(--font-primary);
    outline: none;
}

span {
    display: inline-block;
}

.section-space {
    margin-top: 100px;
}

.sec-pad {
    padding-top: 100px;
}


/* Margin */

.ctm-mt-10 {
    margin-top: 10px;
}

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

.ctm-mt-30 {
    margin-top: 30px;
}

.ctm-mt-40 {
    margin-top: 40px;
}

.ctm-mt-50 {
    margin-top: 50px;
}

.ctm-mt-60 {
    margin-top: 60px;
}

.ctm-mt-70 {
    margin-top: 70px;
}

.ctm-mt-80 {
    margin-top: 80px;
}

.ctm-mt-90 {
    margin-top: 90px;
}

.ctm-mt-100 {
    margin-top: 100px;
}

.ctm-mb-100 {
    margin-bottom: 100px;
}

.common-btn a {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 22px;
    color: #FFF5E7;
    background-color: var(--color-primary2);
    border: 1px solid var(--color-primary2);
    border-radius: 5px;
    font-family: var(--font-secondary);
    cursor: pointer;
    min-width: 118px;
}

.black-btn a {
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
}

.gray-btn a {
    background-color: #464544;
    border: 1px solid #464544;
}

.common-btn a:hover {
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.black-btn a:hover {
    background-color: var(--color-primary2);
    border: 1px solid var(--color-primary2);
}

.gray-btn a:hover {
    background-color: var(--color-primary2);
    border: 1px solid var(--color-primary2);
}

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

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}


/* flex */

.ctm-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}


/* justify */

.ctm-justify-center {
    justify-content: center;
}

.ctm-justify-right {
    justify-content: right;
}

.ctm-justify-between {
    justify-content: space-between;
}


/* align */

.ctm-align-left {
    align-items: left;
}

.ctm-align-center {
    align-items: center;
}

.ctm-align-right {
    align-items: right;
}


/* width */


nav ul li a:hover {
    color: var(--light-cream);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	    background-color: var(--color-primary2);
}


.full-whdth {
    width: 100% !important;
}


.section-space-60 {
    margin-top: 60px;
}


input,
textarea,
select {
    border: 1px solid #C6C6C6;
    color: #3A3A3A;
    padding: 16px 20px;
    background-color: var(--white-color);
    height: 50px;
    font-family: var(--font-primary);
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    width: 100%;
}

input::placeholder,
textarea::placeholder {
    color: #3A3A3A;
}

textarea {
    height: 106px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid var(--color-primary);
}

.circle-list li {
    position: relative;
    padding-left: 25px;
}

.circle-list li+li {
    margin-top: 10px;
}

.circle-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #753915;
    border-radius: 50%;
}

.common-heading-sec p {
    margin-top: 20px;
}

.relative-sec {
    position: relative;
    z-index: 1;
}


input[type="radio"] {
    width: max-content;
    height: auto;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/down.png) no-repeat;
    background-size: 20px;
    background-position: right 20px center;
}

/* ================== Define Css End Here ================== */


/* ================== Header Css Start Here ==================  */
.header-sec-bg {
    position: absolute;
    width: 100%;
    z-index: 1;
}

nav ul {
    display: flex;
    justify-content: space-between;
}

nav ul li {
    display: inline-block;
}

/* nav ul li+li {
    margin-left: 50px;
} */

nav ul li a {
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--color-off-white);
    font-weight: 400;
    text-shadow: 0px 3px 6px #00000029;
    font-family: var(--font-secondary);
    padding: 11px 14px;

}

nav ul li a.active {
    color: var(--light-cream);
}

.logo-sec {
    padding: 30px 0 23px 0;
}

.logo a {
    color: var(--light-cream);
    font-size: 48px;
    line-height: 60px;
    text-shadow: 2px 3px 0px #0000002E;
    font-family: var(--font-Playball);
}

.navmenu {
    background-color: var(--dark-gray);
    border-radius: 5px;
}

.menu-btn a {
    background-color: var(--color-black);
    color: var(--light-cream);
}

/*  */



.ctm-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    animation: slideDown 0.4s ease-in-out;
    background-color: var(--dark-gray);
    padding: 20px 0;
}

.ctm-sticky .logo-sec {
    display: none;
}

.ctm-sticky .navmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.logo-sticky {
    display: none;
}

.ctm-sticky .logo-sticky {
    display: block;
}

.ctm-sticky nav {
    text-align: right;
}

.ctm-sticky nav ul li a {
    padding: 11px 10px;
}

/* .ctm-sticky nav ul li+li {
    margin-left: 20px;
} */

.ctm-sticky .navmenu {
    border-radius: 0;
}

.ctm-sticky .logo a {
    font-size: 30px;
    line-height: normal;
}

.ctm-sticky li.menu-btn {
    margin-left: 20px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

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


.toggle-btn-mobile {
    display: none;
}


/* ================== Header Css End Here ==================  */




/* ================== Banner Css Start Here ==================  */
.banner-bg {
    position: relative;
    padding: 340px 0 145px 0;
}

.inner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.inner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner-sec {
    position: relative;
    z-index: 1;
    max-width: 540px;
}

.inner-banner-sec h1 {
    color: var(--color-off-white);
    font-weight: 600;
}

.inner-banner-sec h2 {
    color: #F2EBE5;
    font-size: 25px;
    font-weight: 600;
    margin: 25px 0 45px 0;
}

/* ================== Banner Css End Here ==================  */





/* ================== Main Css End Here ==================  */





/*  Weekend of Unhurried Time Css Start Here */


.weekend-unhurried-sec-bg {
    background-image: url(../images/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}


.inner-weekend-unhurried {
    gap: 50px;
    row-gap: 30px;
}


.weekend-unhurried-img-top img {
    width: 100%;
    height: 289px;
    border-radius: 5px;
    object-fit: cover;
}

.weekend-unhurried-img-bottom img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 5px;
}

.weekend-unhurried-img-two {
    gap: 20px;
}

.weekend-unhurried-img-bottom {
    width: calc(100% / 2 - 10px);
}

.weekend-unhurried-col-left,
.weekend-unhurried-col-right {
    width: calc(100% / 2 - 25px);
}

.weekend-unhurried-col-right h2 {
    max-width: 425px;
}

.weekend-unhurried-col-right h3 a {
    color: #654715;
    font-weight: 400;
    font-size: 24px;
    font-family: var(--font-Playball);
}

/*  Weekend of Unhurried Time Css End Here */





/*  Raised by hand Css Start Here */

.raised-by-hand-sec-bg {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 92px 0;
}

.raised-by-hand-content h3 a {
    color: #3F3F3F;
    font-weight: 600;
}

.raised-by-hand-image a {
    width: 100%;
    height: 100%;
}

.raised-by-hand-image {
    height: 241px;
    width: 100%;
}

.raised-by-hand-image img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.raised-by-hand-content {
    padding: 20px 10px 0;
}

.raised-by-hand-content p {
    font-size: var(--font-secondary);
    margin: 10px 0 0 0;
    max-width: 260px;
}

.raised-by-hand-col {
    width: calc(100%/3 - 16px);
}

/*  Raised by hand Css End Here */




/*  Schedule a Tour Css Start Here */

.schedule-tour-sec-bg,
.photos-show-sec-bg {
    padding: 72px 0 70px 0;
    position: relative;
}

.schedule-tour-sec-bg::before,
.photos-show-sec-bg::before {
    content: "";
    position: absolute;
    background-color: #000;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.3;
    z-index: 1;
}

.schedule-tour-sec-bg .inner_bg img,
.photos-show-sec-bg .inner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 70%;
}

.inner-schedule-tour {
    max-width: 750px;
    margin: 0 auto;
}

.inner-schedule-tour h2 {
    color: var(--white-color);
}

.inner-schedule-tour p {
    color: var(--white-color);
}

/*  Schedule a Tour Css End Here */




/*  Perfect Event Css Start Here */
.perfect-event-sec-bg {
    background-image: url(../images/home-bg-btm.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 106px 0 146px 0;
}

.inner-perfect-event {
    gap: 46px;
    row-gap: 30px;
}

.perfect-event-col-left,
.perfect-event-col-right {
    width: calc(100%/2 - 23px);
}

.perfect-event-img {
    /**height: 440px;**/
    width: 100%;
}

.perfect-event-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*  Perfect Event Css End Here */







/*  Weekend of Unhurried Time Css Start Here */



/*  Weekend of Unhurried Time Css End Here */





/* ================== Main Css End Here ==================  */








/* ================== Footer Css Start Here ==================  */



/* Footer - Same colors as old footer */
.footer-sec-bg {
    background-color: #463420;  /* Your existing light neutral background */
    padding: 50px 0 30px;
    color: #fff;
    font-size: 0.9rem;
    border-top: 1px solid #e0dcd5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 180px;
}

/* Logo */
.footer-logo a {
  color: var(--light-cream);
    font-size: 43px;
    line-height: 60px;
    text-shadow: 2px 3px 0px #0000002E;
    font-family: var(--font-Playball);
}

.footer-tagline p {
    font-style: italic;
    font-size: 0.85rem;
    color: #fff;
    margin-top: 8px;
}

/* Headings */
.footer-col h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Contact List - Address icon and text on same line */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
}

.footer-contact-list i {
    width: 20px;
    margin-top: 2px;
    color: #fff;
}

.footer-contact-list a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact-list a:hover {
    color: #fff;
}

/* Address - icon and text on same line */
.address-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.address-item i {
    flex-shrink: 0;
    margin-top: 2px;
}

.address-item span {
	line-height: 1.4;
    color: #fff;
    font-family: 'Minion Pro';
    font-size: 14px;
}

/* Navigation List */
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 10px;
}

.footer-nav-list a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-nav-list a:hover {
    color: #fff;
    padding-left: 3px;
}

/* Social Icon */
.footer-social {
    margin-bottom: 20px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #e0dcd5;
    border-radius: 50%;
    color: #463420;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    background-color: #fff;
    color: #463420;
}

/* Copyright */
.footer-copyright p {
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.4;
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-main-row {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .footer-col {
        text-align: center;
    }
    
    .footer-contact-list li {
        justify-content: center;
    }
    
    .address-item {
        justify-content: center;
    }
    
    .footer-social a {
        margin: 0 5px;
    }
}




/***
.footer-sec-bg {
    background-color: var(--dark-brown);
    padding: 34px 0 52px 0;
}

.footer-social-icon {
    margin: 15px 0 23px 0;
}

.footer-social-icon ul li a {
    color: var(--white-color);
    width: 28px;
    height: 28px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact ul {
    gap: 0;
    row-gap: 20px;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon ul li+li {
    margin-left: 16px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-contact ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #95958E;
}

.footer-contact ul li i {
    margin-right: 10px;
    color: var(--white-color);
    font-size: 16px;
}

.footer-contact ul li a {
    font-size: 16px;
    color: var(--white-color);
    font-family: var(--font-secondary);

}**/

/* ================== Footer Css End Here ==================  */



/* ================== The Experience Page Css Start Here ==================  */

.inner-page-banner-bg {
    position: relative;
    padding: 258px 0 100px 0;
}

.inner-page-banner {
    position: relative;
    z-index: 1;
}

.inner-page-banner h1 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 35px;
}

/*  */

.weddings-sec-bg {
    background-image: url(../images/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.inner-for-weddings {
    gap: 46px;
    row-gap: 30px;
}

.for-weddings-col-left,
.for-weddings-col-right {
    width: calc(100%/2 - 23px);
}

.for-weddings-img-bottom {
    width: calc(100% / 2 - 12px);
}

.for-weddings-img-bottom img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.for-weddings-col-right p,
.wedding-plan-col-left p {
    margin: 10px 0 10px 0;
}

.wedding-plan-sec {
    gap: 0;
    row-gap: 30px;
}

.wedding-plan-col-left {
    width: calc(60% - 80px);
    margin-right: 80px;
}

.wedding-plan-col-right {
    width: 40%;
}

.wedding-plan-col-left .small-text {
    font-size: 24px;
}

.wedding-plan-img {
    height: 321px;
    width: 100%;
}

.wedding-plan-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.common-heading-sec h2 {
    margin-bottom: 17px;
}

/*  */

.the-property-sec-bg {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.the-property-sec-bg .container {
    max-width: calc(50vw - -590px);
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
}

.the-property-col-left {
    width: calc(60% - 50px);
    margin-right: 50px;
    padding-left: 20px;
}

.the-property-col-right {
    width: 40%;
}

.inner-the-property {
    gap: 0;
    row-gap: 30px;
}

.the-property-col-left p {
    max-width: 570px;
}

.the-property-img {
    width: 100%;
    height: 337px;
}

.the-property-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* The Barn Section Start */

.barn-sec-bg {
    background-image: url(../images/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.barn-col-left {
    width: 30%;
}

.barn-col-right {
    width: 70%;
}

.inner-barn {
    gap: 0;
    row-gap: 30px;
}

.barn-col-right {
    width: calc(70% - 50px);
    margin-left: 50px;
}

.barn-image-one img {
    width: 100%;
    height: 386px;
    object-fit: cover;
}

.barn-image-two img {
    width: 100%;
    height: 466px;
    object-fit: cover;
}

.barn-col-right p {
    margin: 30px 0 30px 0;
}

/* The Barn Section End */
.guest-house-sec-bg {
    background-image: url(../images/home-bg-btm.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

/*  */
.grounds-capacity-bg {
    background-image: url(../images/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    overflow: hidden;
}

.afer-before-line {
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.afer-before-line::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #909090;
    width: 200px;
    height: 1px;
    left: auto;
    right: -214px;
}

.afer-before-line::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #909090;
    width: 200px;
    height: 1px;
    right: auto;
    left: -214px;
}

.the-grounds,
.capacity-layout {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.inner-photos-show h2 {
    font-size: 25px;
    color: var(--white-color);
    text-align: start;
    margin: 0;
}

.inner-photos-show {
    display: flex;
    gap: 0;
    row-gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.photos-show-col-left {
    width: calc(80% - 10px);
    margin-right: 10px;
}

.photos-show-col-right {
    width: 20%;
}

.photos-show-sec-bg {
    padding: 93px 0 93px 0;
    position: relative;
}

/* ================== The Experience Page Css End Here ==================  */






/* ================== Planning  Page Css Start Here ==================  */

.whats-included-sec-bg {
    padding: 53px 0;
}

.inner-whats-included {
    max-width: 670px;
    margin: 0 auto;
}


.sat-weddings-plan-sec-bg {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0;
}

.content-block h3 {
    font-family: var(--font-primary);
    font-size: 18px;
    color: #2A2A2A;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 14px;
}

.inner-sat-weddings-plan {
    gap: 70px;
    row-gap: 30px;
}

.inner-sat-weddings-plan+.inner-sat-weddings-plan {
    border-top: 1px solid #8D8D8D;
    margin-top: 50px;
    padding-top: 60px;
}

.sat-weddings-plan-col-left,
.sat-weddings-plan-col-right {
    width: calc(100%/2 - 35px);
}

.catering-box h3 {
    margin-bottom: 6px;
}

.you-arrange-sec-bg {
    background-image: url(../images/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 80px 0;
}

.enhanced-support-img {
    height: 337px;
}


.enhanced-support-package-sec-bg {
    background-image: url(../images/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 80px 0;
}


.we-work-sec-bg {
    padding: 70px 0;
}

.questions-tour-sec {
    padding: 60px 0 53px 0;
}

.inner-questions-tour h2 {
    font-size: 25px;
}

.sat-weddings-plan-img img {
    width: 100%;
    height: 372px;
    object-fit: cover;
}

/* ================== Planning  Page Css End Here ==================  */


/* ================== Other Gatherings  Page Css Start Here ==================  */

.gatherings-beyond-sec-bg {
    background-image: url(../images/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 84px 0 75px 0;
}


.gatherings-beyond-sec {
    gap: 70px;
    row-gap: 30px;
}

.gatherings-beyond-col-left {
    width: 40%;
}

.gatherings-beyond-col-right {
    width: calc(60% - 70px);
}

/* Types of Gatherings We Host Css Start */

.gatherings-we-host-sec-bg {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 97px 0;
}

.inner-gatherings-we-host {
    gap: 50px;
    row-gap: 30px;
}

.gatherings-we-host-col-left {
    width: calc(60% - 50px);
}

.gatherings-we-host-col-right {
    width: 40%;
}

.gatherings-we-host-img img {
    width: 100%;
    height: 311px;
    object-fit: cover;
}

.inner-gatherings-we-host h3 {
    color: var(--color-primary);
}

.gatherings-we-host-main {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.inner-gatherings-we-host:nth-child(even) {
    flex-direction: row-reverse;
}

.timing-availability-sec-bg {
    position: relative;
    padding: 53px 0 73px 0;
}

.timing-availability-sec-bg h2 {
    color: #3A3A3A;
}

.inner-timing-availability {
    max-width: 911px;
    margin: 0 auto;
}

/* Types of Gatherings We Host Css End */

/* ================== Other Gatherings  Page Css End Here ==================  */


/* ================== Guest House Page Css Start Here ==================  */
.house-guest-sec {
    gap: 50px;
    row-gap: 30px;
}

.house-guest-col-left,
.house-guest-col-right {
    width: calc(100%/2 - 25px);
    position: relative;
}

.house-guest-img1 {
    position: relative;
    bottom: -50px;
    max-width: 350px;
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: auto;
}

.house-guest-img2 {
    max-width: 350px;
}

.house-guest-img img {
    width: 100%;
    height: 262px;
    object-fit: cover;
}

.house-guest-sec:nth-child(even) {
    flex-direction: row-reverse;
    align-items: flex-end;
}


.house-guest-sec:nth-child(even) .house-guest-img1 {
    margin-left: 0;
    margin-left: 0;
}

.house-guest-sec:nth-child(even) .house-guest-img2 {
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.inner-format-timing {
    gap: 74px;
    row-gap: 30px;
}

.format-timing-col-left,
.format-timing-col-right {

    width: calc(100%/2 - 37px);
}

.format-timing-col-left {
    padding: 0 0 0 20px;
}

.format-timing-img img {
    width: 100%;
    height: 506px;
    object-fit: cover;
}

/* ================== Guest House Page Css End Here ==================  */




/* ================== About US Page Css Start Here ==================  */
.about-us-sec-bg {
    background-image: url(../images/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.inner-about-us {
    gap: 50px;
    row-gap: 30px;
}

.about-us-col-left {
    width: 40%;
}

.about-us-col-right {
    width: calc(60% - 50px);
}

.about-us-img img {
    width: 100%;
    height: 346px;
    object-fit: cover;
}

.inner-note-from-stewards h2 {
    text-align: center;
    margin-bottom: 40px;
}

.note-from-stewards-sec-bg {
    background-image: url(../images/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 58px 0;
}

.reaching-us-sec-bg {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 91px 0 63px 0;
}

.we-work-abt {
    margin-top: 130px;
}

/* ================== About US Page Css End Here ==================  */

.schedule-private-tour-sec-bg {
    background-image: url(../images/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
}

.inner-schedule-private-tour {
    gap: 56px;
}

.schedule-private-tour-col-left {
    width: calc(70% - 56px);
}

.schedule-private-tour-col-right {
    width: 30%;
}

.schedule-private-tour-img img {
    height: 314px;
    width: 100%;
    object-fit: cover;
}

.inner-schedule-private-tour h2 {
    font-size: 32px;
}

/* ================== Schedule a Tour Page Css Start Here ==================  */
.event-reservations-sec-bg {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.inner-event-reservations {
    max-width: 850px;
    margin: 0 auto;
}

.event-reservations-form {
    max-width: 850px;
    margin: 0 auto;
    padding: 76px 110px;
    background: var(--white-color);
    margin-top: 50px;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 39px;
}

.form-col {
    width: calc(100%/2 - 15px);
}

.full-width {
    width: 100%;
}

.radio-group-label {
    margin-bottom: 17px;
}

.dateplace-group-sec {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 20px;
}

.dateplace-label {
    width: 40%;
}

.dateplace {
    width: calc(60% - 20px);
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
}




.map-sec iframe {
    margin-bottom: -4px;
}

.form-col-btn {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}/* ============================================           FAQ PAGE STYLES           Post Slug: our_faq        ============================================ */                                /* Header Section */        .faq-header {            background-color: #463420;            padding: 80px 20px 60px;            text-align: center;            color: white;        }                .faq-header h1 {            font-size: 48px;            font-weight: 700;            margin-bottom: 15px;			    color: #fff;        }                .faq-header p {            font-size: 18px;            max-width: 600px;            margin: 0 auto;            opacity: 0.9;			color: #fff;        }                /* Container */        .faq-container {            max-width: 900px;            margin: 60px auto;            padding: 0 20px;        }                /* FAQ Categories */        .faq-categories {            display: flex;            justify-content: center;            gap: 15px;            flex-wrap: wrap;            margin-bottom: 40px;        }                .category-btn {            background: white;            border: 2px solid #E9ECEF;            padding: 10px 24px;            border-radius: 50px;            font-size: 14px;            font-weight: 500;            color: #5C3E2B;            cursor: pointer;            transition: all 0.3s ease;        }                .category-btn:hover,        .category-btn.active {            background: #5C3E2B;            border-color: #5C3E2B;            color: white;        }                /* FAQ Item */        .faq-item {            background: white;            border-radius: 16px;            margin-bottom: 16px;            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);            overflow: hidden;            transition: all 0.3s ease;        }                .faq-item:hover {            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);        }                .faq-question {            padding: 20px 25px;            cursor: pointer;            display: flex;            justify-content: space-between;            align-items: center;            background: white;            transition: all 0.3s ease;        }                .faq-question h3 {            font-size: 18px;            font-weight: 600;            color: #2D3E50;            margin: 0;            flex: 1;        }                .faq-icon {            color: #5C3E2B;            font-size: 20px;            transition: transform 0.3s ease;            margin-left: 15px;        }                .faq-item.active .faq-icon {            transform: rotate(45deg);        }                .faq-answer {            max-height: 0;            overflow: hidden;            transition: max-height 0.4s ease;            padding: 0 25px;            border-top: 1px solid transparent;        }                .faq-item.active .faq-answer {            max-height: 500px;            padding: 0 25px 20px;            border-top-color: #E9ECEF;        }                .faq-answer p {            font-size: 16px;            color: #6C757D;            line-height: 1.6;            margin: 15px 0 0;        }                .faq-answer ul {            margin: 10px 0 0 20px;            color: #6C757D;        }                .faq-answer li {            margin-bottom: 5px;        }                /* Contact Section */        .contact-section {            text-align: center;            margin-top: 50px;            padding: 40px;            background: white;            border-radius: 20px;            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);        }                .contact-section h3 {            font-size: 24px;            margin-bottom: 15px;            color: #5C3E2B;        }                .contact-section p {            color: #6C757D;            margin-bottom: 20px;        }                .contact-btn {            display: inline-block;            background: #5C3E2B;            color: white;            padding: 12px 30px;            border-radius: 50px;            text-decoration: none;            font-weight: 500;            transition: all 0.3s ease;        }                .contact-btn:hover {            background: #3a2a1f;            transform: translateY(-2px);        }                /* Footer */        .faq-footer {            text-align: center;            padding: 40px 20px;            background: #2D3E50;            color: white;            margin-top: 60px;        }                .faq-footer p {            font-size: 14px;            opacity: 0.8;        }                /* Responsive */        @media (max-width: 768px) {            .faq-header {                padding: 60px 20px 40px;            }                        .faq-header h1 {                font-size: 36px;            }                        .faq-header p {                font-size: 16px;            }                        .faq-question h3 {                font-size: 16px;            }                        .faq-answer p {                font-size: 14px;            }                        .contact-section h3 {                font-size: 20px;            }        }

/* ================== Schedule a Tour Page Css End Here ==================  */



/* ================== Media Css Start Here ==================  */

@media(max-width:1339px) {
    .banner-bg {
        padding: 240px 0 100px 0;
    }

    .format-timing-img img {
        height: 350px;
    }

    .we-work-abt {
        margin-top: 70px;
    }

    .form-row {
        gap: 30px;
    }
}

@media(max-width:1199px) {
    nav ul li a {
        padding: 11px 14px;
    }

    .barn-col-right p {
        margin: 14px 0 20px 0;
    }

    .barn-image-two {
        margin-top: 30px;
    }

    .ctm-sticky li.menu-btn {
        margin-left: 10px;
    }

    nav ul li a {
        font-size: 14px;
    }

    .ctm-sticky .logo a {
        font-size: 22px;
    }
}


@media(max-width:1024px) {
    .section-space {
        margin-top: 70px;
    }

    .sec-pad {
        padding-top: 50px;
    }

    .ctm-mt-70 {
        margin-top: 50px;
    }

    h1 {
        font-size: 46px;
        line-height: normal;
    }

    h2,
    .raised-by-hand-content h3 a,
    .inner-schedule-private-tour h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3 {
        font-size: 26px;
        line-height: normal;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 28px;
    }


    .ctm-mt-50 {
        margin-top: 30px;
    }

    .ctm-mt-40 {
        margin-top: 30px;
    }

    .footer-menu ul li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .inner-banner-sec h2 {
        font-size: 22px;
        margin: 10px 0 24px 0;
    }

    .weekend-unhurried-sec-bg,
    .raised-by-hand-sec-bg,
    .perfect-event-sec-bg,
    .weddings-sec-bg,
    .barn-sec-bg,
    .gatherings-beyond-sec-bg,
    .gatherings-we-host-sec-bg,
    .weekend-unhurried-sec-bg,
    .about-us-sec-bg,
    .note-from-stewards-sec-bg,
    .reaching-us-sec-bg,
    .schedule-private-tour-sec-bg,
    .event-reservations-sec-bg {
        padding: 70px 0;
    }

    .inner-weekend-unhurried {
        gap: 30px;
    }

    .weekend-unhurried-col-left,
    .weekend-unhurried-col-right {
        width: calc(100% / 2 - 15px);
    }

    .weekend-unhurried-col-right h2,
    .raised-by-hand-content p {
        max-width: 100%;
    }

    .inner-perfect-event {
        gap: 30px;
    }

    .perfect-event-col-left,
    .perfect-event-col-right {
        width: calc(100% / 2 - 15px);
    }

    .ctm-sticky .logo a {
        font-size: 20px;
    }

    .logo a {
        font-size: 26px;
    }

    .inner-for-weddings {
        gap: 30px;
    }

    .for-weddings-col-left,
    .for-weddings-col-right {
        width: calc(100% / 2 - 15px);
    }

    .wedding-plan-col-left {
        width: calc(60% - 30px);
        margin-right: 30px;
    }

    .wedding-plan-col-left,
    .wedding-plan-col-right {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .the-property-img {
        height: 300px;
    }

    .barn-col-right {
        width: calc(70% - 30px);
        margin-left: 30px;
    }

    .afer-before-line::after {
        width: 130px;
        right: -180px;
    }

    .afer-before-line::before {
        width: 150px;
        left: -180px;
    }

    .inner-photos-show h2 {
        font-size: 20px;
        line-height: normal;
    }

    .photos-show-col-left {
        width: calc(65% - 10px);
        margin-right: 10px;
    }

    .photos-show-col-right {
        width: 35%;
    }

    .wedding-plan-col-left .small-text {
        font-size: 18px;
        line-height: normal;
    }

    .weekend-unhurried-col-right h3 a {
        font-size: 20px;
    }

    .inner-sat-weddings-plan+.inner-sat-weddings-plan {
        margin-top: 30px;
        padding-top: 40px;
    }

    .inner-sat-weddings-plan {
        gap: 30px;
    }

    .sat-weddings-plan-col-left,
    .sat-weddings-plan-col-right {
        width: calc(100% / 2 - 15px);
    }

    .enhanced-support-package-sec-bg {
        padding: 60px 0;
    }

    .inner-gatherings-we-host,
    .gatherings-beyond-sec,
    .house-guest-sec,
    .inner-about-us {

        gap: 30px;
    }

    .gatherings-we-host-col-left {
        width: calc(60% - 30px);
    }

    .gatherings-we-host-main {
        gap: 50px;
    }

    .gatherings-beyond-col-right {
        width: calc(60% - 30px);
    }

    .house-guest-col-left,
    .house-guest-col-right {
        width: calc(100% / 2 - 15px);
    }

    .format-timing-col-left,
    .format-timing-col-right {
        width: calc(100% / 2 - 25px);
    }

    .inner-format-timing {
        gap: 50px;
    }

    .about-us-col-right {
        width: calc(60% - 30px);
    }

    .inner-note-from-stewards h2 {
        margin-bottom: 18px;
    }

    .we-work-abt {
        margin-top: 50px;
    }

    .inner-schedule-private-tour {
        gap: 30px;
    }

    .schedule-private-tour-col-left {
        width: calc(70% - 30px);
    }

    .event-reservations-form {
        padding: 50px;
    }
}

@media(max-width:991px) {

    .logo-sec {
        display: none;
    }

    .logo-sticky {
        display: block;
    }

    .navmenu nav {
        display: none;
    }

    .logo-sticky {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        flex-wrap: wrap;
    }

    .logo a {
        line-height: normal;
    }

    .ctm-sticky .logo a,
    .logo a {
        font-size: 30px;
    }

    .header-sec-bg {
        background-color: var(--dark-gray);
        padding: 10px 0;
    }

    .close-buttton-icon .navmenu nav {
        display: block;
        width: 100%;
        margin-top: 20px;

    }


    .toggle-btn-mobile {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        max-width: 46px;
        height: 46px;
    }

    .toggle-btn-mobile a {
        color: var(--white-color);
        font-size: 30px;
    }

    .open-icon {
        display: block;
    }

    .close-buttton-icon .open-icon {
        display: none;
    }

    .xmark-icon {
        display: none !important;
    }

    .close-buttton-icon .xmark-icon {
        display: block !important;
    }


    .navmenu-right {
        display: none;
    }

    nav ul li {
        display: block;
        margin: 0 !important;
        padding: 0;
        border: none;
    }

    nav ul li a {
        width: 100%;
        border: 0;
        border-bottom: 1px solid var(--white-color);
        padding: 7px 0;
    }

    .menu-btn a {
        padding: 10px;
    }

    .ctm-sticky nav {
        text-align: start;
    }

    .ctm-sticky nav ul li a {
        padding: 11px 0;
    }

    nav ul li:last-child a {
        border-bottom: 0;
    }

    li.menu-btn {
        margin-top: 14px !important;
    }

    .close-buttton-icon {
        box-shadow: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 3;
        background: var(--dark-gray);
        overflow: auto;
        height: 100%;
        overflow-x: hidden;
    }

    nav ul {
        display: block;
    }

    .close-buttton-icon .header-navbar {
        box-shadow: none;
    }

    li.menu-btn a {
        padding: 10px !important;
    }

    .banner-bg {
        padding: 150px 0 100px 0;
    }

    .inner-page-banner-bg {
        position: relative;
        padding: 150px 0 80px 0;
    }

    .barn-col-right p {
        margin: 10px 0 10px 0;
    }

    .photos-show-sec-bg {
        padding: 70px 0;
    }

    .sat-weddings-plan-col-left,
    .sat-weddings-plan-col-right {
        width: 100%;
    }

    .sat-weddings-plan-img img {
        height: auto;
    }

    .weddings-plan2 {
        flex-direction: column-reverse;
    }
}

@media(max-width:767px) {

    .sec-pad {
        padding-top: 30px;
    }

    h2,
    .raised-by-hand-content h3 a,
    .inner-schedule-private-tour h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .inner-page-banner h1 {
        font-size: 30px;
    }

    input,
    textarea,
    select {
        padding: 12px 14px;
    }

    .section-space {
        margin-top: 50px;
    }

    .section-space-60 {
        margin-top: 50px;
    }

    h1 {
        font-size: 36px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }


    p {
        font-size: 14px;
        margin: 0 0 14px;
    }

    .inner-banner-sec,
    .weekend-unhurried-col-left,
    .weekend-unhurried-col-right,
    .perfect-event-col-left,
    .perfect-event-col-right,
    .for-weddings-col-left,
    .for-weddings-col-right,
    .gatherings-beyond-col-left,
    .gatherings-beyond-col-right,
    .gatherings-we-host-col-left,
    .gatherings-we-host-col-right,
    .house-guest-col-left,
    .house-guest-col-right,
    .about-us-col-left,
    .about-us-col-right,
    .schedule-private-tour-col-left,
    .schedule-private-tour-col-right {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .banner-bg {
        padding: 130px 0 70px 0;
    }

    .weekend-unhurried-sec-bg,
    .raised-by-hand-sec-bg,
    .perfect-event-sec-bg,
    .weddings-sec-bg,
    .barn-sec-bg,
    .grounds-capacity-bg,
    .sat-weddings-plan-sec-bg,
    .you-arrange-sec-bg,
    .we-work-sec-bg,
    .enhanced-support-package-sec-bg,
    .gatherings-beyond-sec-bg,
    .gatherings-we-host-sec-bg,
    .timing-availability-sec-bg,
    .weekend-unhurried-sec-bg,
    .about-us-sec-bg,
    .note-from-stewards-sec-bg,
    .reaching-us-sec-bg,
    .schedule-private-tour-sec-bg,
    .event-reservations-sec-bg,
    .the-property-sec-bg {
        padding: 50px 0;
    }

    .raised-by-hand-image {
        height: 200px;
    }

    .schedule-tour-sec-bg {
        padding: 50px 0;
    }

    .inner-perfect-event,
    .inner-for-weddings {
        flex-direction: column-reverse;
    }

    .perfect-event-img,
    .wedding-plan-img,
    .gatherings-we-host-img img,
    .schedule-private-tour-img img {
        height: auto;
    }

    .footer-sec-bg {
        padding: 30px 0;

    }

    .barn-col-right {
        width: 100%;
        margin-left: 0;
    }

    .barn-col-left,
    .barn-col-right {
        width: 100%;
        text-align: center
    }

    .inner-barn {
        flex-direction: column-reverse;
    }

    .barn-image-one img,
    .barn-image-two img {
        height: 300px;
    }

    .barn-image-two {
        margin-top: 20px;
    }

    .afer-before-line::after {
        width: 70px;
        right: -100px;
    }

    .afer-before-line::before {
        width: 70px;
        left: -100px;
    }

    .photos-show-sec-bg {
        padding: 50px 0;
    }

    .circle-list li,
    .content-block {
        text-align: start;
    }

    .inner-you-arrange {
        text-align: center;
    }

    .gatherings-we-host-main {
        margin-top: 30px;
    }

    .house-guest-img {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .house-guest-img1,
    .house-guest-img2 {
        position: static;
        width: calc(100%/2 - 5px);
        margin: 0;
    }

    .house-guest-sec:nth-child(even) {
        margin-top: 30px;
    }

    .inner-note-from-stewards {
        text-align: center;
    }

    .event-reservations-form {
        margin-top: 30px;
    }

    .dateplace-label,
    .dateplace {
        width: 100%;
    }

    .dateplace-group-sec {
        gap: 10px;
    }

    .form-col-btn {
        margin-top: 0;
    }

    .event-reservations-form {
        padding: 30px 20px;
    }
}

@media(max-width:575px) {
    .ctm-mt-60 {
        margin-top: 30px;
    }

    .common-heading-sec p {
        margin-top: 10px;
    }

    .raised-by-hand-col {
        width: 100%;
    }

    .raised-by-hand-image {
        height: auto;
    }

    .raised-by-hand-content {
        text-align: center;
    }

    .raised-by-hand-content .ctm-mt-30 {
        margin-top: 20px;
    }

    .the-property-col-right {
        width: 100%;
    }

    .the-property-col-left {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .inner-the-property {
        padding: 0 20px;
    }

    .afer-before-line::after,
    .afer-before-line::before {
        display: none;
    }

    .photos-show-col-left,
    .photos-show-col-right {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .inner-photos-show h2 {
        text-align: center;
    }

    .house-guest-img img {
        height: 200px;
    }

    .inner-format-timing {
        gap: 30px;
    }

    .format-timing-col-left,
    .format-timing-col-right {
        width: 100%;
        text-align: center;
    }

    .format-timing-col-left {
        padding: 30px 0 0 20px;
    }

    .format-timing-img img {
        height: auto;
    }

    .about-us-img img {
        height: 300px;
    }

    .for-weddings-img-bottom img {
        height: 200px;
    }

    .form-row {
        gap: 20px;
    }

    .form-col {
        width: 100%;
    }

    .the-property-img {
        height: auto;
    }
}


@media(max-width:479px) {
    .footer-contact ul {
        row-gap: 10px;
        flex-direction: column;
    }

    .footer-contact ul li+li {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

}

/* ================== Media Css End Here ==================  */