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

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Italic.woff2') format('woff2'), url('../fonts/Baskervville-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Regular.woff2') format('woff2'), url('../fonts/Baskervville-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-SemiBold.woff2') format('woff2'), url('../fonts/Baskervville-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Medium.woff2') format('woff2'), url('../fonts/Baskervville-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Baskervville-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Bold.woff2') format('woff2'), url('../fonts/Baskervville-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-BoldItalic.woff2') format('woff2'), url('../fonts/Baskervville-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-MediumItalic.woff2') format('woff2'), url('../fonts/Baskervville-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden !important;
}

a {
    font-family: "Montserrat", sans-serif !important;
}

a:hover {
    background-image: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
}

p {
    font-family: "Montserrat", sans-serif !important;
    font-weight: normal !important;
    color: #545759 !important;
    font-size: 18px !important;
    line-height: 36px !important;
}

.milenia-body--scheme-custom a:not(.milenia-ln--independent):not(.milenia-btn), .milenia-body--scheme-custom .milenia-colorizer--scheme-dark a:not(.milenia-ln--independent):not(.milenia-btn), .milenia-body--scheme-custom .milenia-btn--scheme-primary.milenia-btn--link {
    background-image: linear-gradient(to bottom, transparent 100%, transparent 100%) !important;
}

.navbar {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}

.wedding-header .container {
    max-width: 1400px !important;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 10px !IMPORTANT;
}
/* Desktop Menus */
.nav-links {
    display: flex;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    font-size: 15px;
    color: #686b6d !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 15px;
    display: block !IMPORTANT;
    position: relative !important;
}

.nav-links a:hover {

    /*    background-image: linear-gradient(to bottom, #686b6d 100%, #686b6d 100%) !important;*/
    color: #686b6d !important;
}
.dropdown-menu{
    position: relative !important;
}
.dropdown-menu .dropdown {
    display: none;
    ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    padding: 10px;
    min-width: 260px;
    top: calc(100% - 15px);
    z-index: 999;
    background-color: #e5e5df;
    opacity: 0;
}
.dropdown-menu .dropdown:before {
    content: "";
    background-color: #e5e5df;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
}
.dropdown-menu.highlight .dropdown{
    display: flex !important;
    z-index: 20;
    opacity: 1;
    transition: 0.25s 0.25s all ease-in-out;
}
.dropdown-menu .dropdown li {
    color: #000 !important;
    text-align: center;
    margin-right: 0;
    display: list-item;
    padding: 10px 0;
}
.wedding-header .nav-links li.dropdown-menu.highlight a:after{
    display: none !important;
}
.wedding-header .nav-links li.dropdown-menu.highlight .dropdown li a:after{
    display: block !important;
}
.wedding-header .dropdown li a {
    padding: 5px 0px !important;
    position: relative !important;
}
.wedding-header .dropdown li a:after {
    position: absolute;
    content: '';
    width: 0%;
    bottom: -4px !important;
    background: #686b6d;
    height: 2px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: 0.5s;
    display: block !important; 
}
.wedding-header .dropdown li a:hover:after {
    opacity: 1;
    width: 100%;
}
.hide-top-header {
    display: none !important;
}
.wedding-header .nav-links li a i {
    position: absolute;
    right: -7px;
    top: 40%;
    transition: 0.5s;
    color: #686b6d !important;
}
.wedding-header .nav-links .dropdown-menu.highlight a i {
    transform: rotate(180deg) !important;
}
.wedding-header .nav-links li a:after {
    position: absolute;
    content: '';
    width: 0%;
    bottom: 16px;
    background: #686b6d;
    height: 2px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: 0.5s;
}

.wedding-header .nav-links li a:hover:after {
    opacity: 1;
    width: 100%;
}
.contact-menu {
    display: flex;
    align-items: center;
}
.contact-menu a {
    background: #393c3f !important;
    color: #fff !important;
    padding: 12px 15px;
}
.contact-menu a:hover{
    background: #000 !important;
    color: #fff !important;
}
.contact-menu a:after{
    display: none !important;
}
/* Logo */
.wedding-header .logo img {
    height: 45px;
    width: auto !important;
}
.wedding-header .header-phone-icon{
    display: none;
}


.wedding-header .header-phone-icon i {
    font-size: 22px;
}
 .desktop-only {
    display: block;
}
.mobile-nav-buttons {
    display: none;
}
/*.mobile-menu li {
    margin-bottom: 20px;
}*/
.mobile-menu li a {
    color: #686b6d !important;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #686b6d;
    display: block;
    padding: 10px 0px;
    text-align: center;
}
.mobile-top-icons .close-btn {
    font-size: 30px;
    margin-bottom: 25px;
    cursor: pointer;
    text-align: right;
    color: #686b6d !important;
    border: 1px solid #686b6d !important;
    padding: 5px 10px !important;
    position: absolute;
    top: 7px;
    right: 15px;
    font-weight: 600;
    transition: 0.5s;
}
.mobile-top-icons .close-btn:hover{
    color: #fff !important;
    background: #686b6d !important;
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 10000;
    backdrop-filter: blur(0px);
}

/* Show overlay */
.overlay.active {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
}

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* NAVBAR */
.wedding-menus .navbar {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.wedding-menus .nav-container {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
}
.wedding-menus .wpb_text_column .wpb_wrapper {
    height: 46px !important;
}
.wedding-menus .nav-container .container {
    display: flex;
    max-width: 1400px !important;
    align-items: center;
    justify-content: space-between !important;
}
/* MENU ITEMS */
#weddings-overlay {
    display: none;
}
.wedding-menus .nav-menu {
    display: flex;
    gap: 30px;
}
.wedding-menus .nav-menu a {
    text-decoration: none;
    color: #686b6d !important;
    font-size: 16px;
    position: relative;
    transition: 0.5s;
    font-weight: 400;
    border-bottom: 0px solid #686b6d;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.wedding-menus .nav-menu a:after {
    position: absolute;
    content: '';
    width: 0%;
    bottom: 2px;
    background: #686b6d;
    height: 2px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: 0.5s;
}

.wedding-menus .nav-menu a:hover:after {
    opacity: 1;
    width: 100%;
}

/* RIGHT SIDE BUTTONS */
.wedding-menus .nav-buttons {
    display: flex;
    gap: 15px;
}

.wedding-menus .btn {
    background: #393c3f !important;
    color: #fff !important;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 0px !important;
    text-transform: uppercase;
    transition: 0.5s;
}
.wedding-menus .btn:hover {
    background: #000 !important;
}

.wedding-menus .dropdown-nav {
    display: flex;
    width: 100%;
}
.dropdown-link-nav, .dropdown-menunav {
    position: relative !important;
}
.dropdown-menu-nav {
    display: none;
    ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    padding: 10px;
    min-width: 260px;
    top: calc(100% - 7px);
    z-index: 999;
    background-color: #e5e5df;
    opacity: 0;
}
.dropdown-menu-nav:before {
    content: "";
    background-color: #e5e5df;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
}
.dropdown-menunav.highlight .dropdown-menu-nav{
    display: flex !important;
    z-index: 20;
    opacity: 1;
    transition: 0.25s 0.25s all ease-in-out;
}
.wedding-menus .dropdown-nav li.dropdown-menunav {
    padding: 0px 1px;
}
.wedding-menus .dropdown-nav li a {
    display: block;
    padding: 10px 15px;
    position: relative !important;
}
.wedding-menus .dropdown-nav li a i{
    position: absolute;
}
.wedding-menus .dropdown-nav li a i {
    position: absolute;
    top: 31%;
    right: -8px;
    transition: 0.5s;
}
.wedding-menus .dropdown-nav li.dropdown-menunav.highlight a i {
   transform: rotate(180deg) !important;
}
.dropdown-menunav li {
    color: #000 !important;
    text-align: center;
    margin-right: 0;
    display: list-item;
    padding: 10px 10px !important;
}
.dropdown-menu-nav li a {
    padding: 5px 0px !important;
    position: relative !important;
}
.dropdown-menu-nav li a:after {
    position: absolute;
    content: '';
    width: 0%;
    bottom: -4px !important;
    background: #686b6d;
    height: 2px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: 0.5s;
}
.dropdown-menu-nav li a:hover:after {
    opacity: 1;
    width: 100%;
}




/* MOBILE TOGGLE */
.wedding-menus .mobile-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
}
.weddings-banner {
    min-height: calc(100vh - 50px);
    position: relative;
}
.weddings-banner h1 {
    text-shadow: 2px 2px 10px #00000070;
}
.weddings-banner p {
    text-shadow: 2px 2px 10px #00000070;
    text-transform: uppercase;
}
.weddings-inner-caption {
    margin: 0px auto !important;
    padding: 0px 15px !important;
    position: absolute;
    max-width: 1400px;
    top: -18%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.weddings-inner-caption-left {
    text-align: right;
}
.weddings-inner-caption p, .weddings-inner-caption p a {
    font-size: 16px !important;
    color: #fff !important;
}
.weddings-inner-caption p a{
    position: relative;
}
.weddings-inner-caption p a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    left: 0px;
    bottom: -8px;
    transition: 0.5s;
}
.weddings-inner-caption p a:hover:after {
    width: 100%;
}
.sb-logo-img img {
    margin-bottom: 20px;
}
.tel-btn {
    text-align: right !important;
    padding-right: 0px;
}
.tel-btn a {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    padding-right: 0px !important;
    transition: 0.5s;
    position: relative;
    padding: 8px 0px 8px 43px !IMPORTANT;
    text-shadow: 2px 2px 10px #00000070;
}
.tel-btn a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    left: 24px;
    bottom: 2px;
    transition: 0.5s;
}
.tel-btn a:hover:after {
    width: 89%;
}
.sub-header-banner {
    letter-spacing: 5px;
    font-size: 34px !important;
    color: #fff !important;
}

.wedding-menus {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.memories-sec {
    padding: 50px 0px !important;
    max-width: 1400px !important;
    margin: 0px auto 20px auto !important;
}
.memories-sec h2 {
    font-size: 40px !important;
}
.memories-sec p {
    width: 68%;
    margin: 0px auto !important;
}
.memories-sec .download-btn {
    margin-top: 30px !important;
}
.wedding-cermeony-sec {
    padding: 0px !important;
}

.box-content {
    padding: 50px 25px !IMPORTANT;
    min-height: 550px !important;
    text-align: center;
}

.box-content h2 {
    margin-bottom: 30px !important;
    font-size: 40px !important;
}

.box-content p {
    margin-bottom: 30px !important;
}

.download-btn {
    margin-bottom: 0px !important;
}

.download-btn a {
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
    color: #393c3f !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    position: relative;
    transition: 0.5s;
    padding-top: 0px !important;
}

.download-btn a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 37%;
    width: 30%;
    height: 5px;
    background: #393c3f;
    transition: 0.5s;
}

.download-btn a:hover:after {
    left: 6%;
    width: 90%;
}

.wedding-accomdation-sec {
    padding: 50px 0px !important;
}
.wedding-accomdation-sec h2 {
    font-size: 40px !important;
}
.wedding-image-grid {
    margin: 15px auto 15px auto !important;
    max-width: 1880px !important;
    padding: 0px !important;
}
.wedding-image-grid .grid-one-img img {
    height: 567px !important;
    object-fit: cover !important;
}
.accomodation-image-grid .grid-one-img img {
    height: auto !important;
    object-fit: cover !important;
}
.grid-three-img img {
    height: 325px !important;
    object-fit: cover;
}

.grid-left-box .vc_column-inner {
    padding: 0px !IMPORTANT;
}
.grid-right-box .vc_column-inner {
    padding-right: 0px !important;
}

.grid-right-box .grid-inner-box .vc_column-inner {
    padding-right: 15px !important;
}

.grid-two-img {
    padding-bottom: 15px;
}

.grid-right-box .grid-inner-box .grid-inner-left .vc_column-inner {
    padding-right: 0px !important;
}

.grid-five-img {
    margin-top: 15px !important;
}

.grid-img.wpb_single_image .vc_figure {
    display: block !important;
}

.grid-img.wpb_single_image .vc_single_image-wrapper {
    display: block !important;
}

.grid-img.wpb_single_image img {
    width: 100% !important;
}

.stories-sec {
    max-width: 1140px !important;
    margin: 60px auto 50px auto !important;
}

.stories-sec .row {
    margin: 0px auto !important;
}

.stories-box {
    text-align: center;
}

.stories-content h4 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    color: #393c3f;
    line-height: 30px;
    padding-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.stories-img {
    height: 450px;
}

.stories-img img {
    width: 100% !important;
    object-fit: cover;
    height: 100% !important;
}

.stories-sec .col-md-4 {
    padding: 0px 25px;
}

.real-stories-sec {
    padding: 50px 0px !important;
}
.real-stories-sec h2 {
    font-size: 40px !important;
}
.category_tag_stories {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    color: #393c3f !IMPORTANT;
}

.category_tag_stories a {
    color: #393c3f !important;
    font-weight: 500 !important;
    background-image: linear-gradient(to bottom, #393c3f 100%, #393c3f 100%) !IMPORTANT;
}

.post_desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.testimonials-div-sec {
    max-width: 1140px !important;
    margin: 60px auto 50px auto !important;
    padding: 0px !important;
}
.testimonials-div-sec h2 {
    font-size: 40px !important;
}
.testimonials-sec {
    margin-top: 70px !IMPORTANT;
    margin-bottom: 24px !important;
}

.testimonials-sec .testimonials-box {
    background: #f9f9f9;
    padding: 50px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonials-sec .stars {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    display: flex;
    font-size: 12px;
    color: #393c3f !important;
}

.testimonials-sec .stars li {
    margin-right: 4px;
}

.review-text {
    flex: 1;  /* Pushes the name to the bottom */
    margin-bottom: 0px;
}

.review-name {
    margin: 0;
    font-weight: bold;
    text-align: left;
}

.mansory-grid-img-three {
    margin-bottom: 15px !important;
}

.mansory-grid-box-five .vc_column-inner {
    padding-right: 0px !important;
}

.mansory-grid-img-three img {
    height: 230px !important;
    object-fit: cover;
}

.mansory-grid-img-six {
    margin-top: 15px !important;
}

.mansory-grid-img-four img {
    height: 450px !important;
    object-fit: cover;
}

.mansory-grid-img-five img, .mansory-grid-img-six img {
    height: 218px !important;
    object-fit: cover;
}

.mansory-grid-img-seven img {
    height: 696px !important;
    object-fit: cover;
}

.mid-banner-sec {
    padding-bottom: 0px !important;
}
.cultural-wedding-inner {
    margin-top: 15px !important;
}
.journey-sec {
    padding: 50px 0px !important;
    margin: 0px auto !important;
}
.journey-sec h2 {
    font-size: 40px !important;
}
.journey-three-box-sec .vc_col-sm-4 .vc_column-inner {
    background: #f9f9f9 !important;
    padding: 0px 0px 20px 0px !important;
}

.journey-three-box-sec {
    margin: 0px auto !important;
}

.journey-three-box-sec h3 {
    margin-top: 2rem;
    padding: 0px 15px;
    font-size: 30px !important;
}

.journey-three-box-sec p {
    padding: 0px 15px 20px 15px;
}

.garden-room-sec {
    margin-top: 15px !important;
}

.save-dream-sec {
    margin: 0px auto !important;
}

.save-dream-sec p {
    color: #fff !important;
    margin-top: 30px;
}

.find-more-btn a {
    background: #0000003d !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: 3px;
    transition: 0.5s !important;
}

.find-more-btn a:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.mansory-grid-sec {
    margin: 15px auto 15px auto !important;
    max-width: 1880px !important;
    padding-bottom: 0px !important;
}
.mansory-grid-box-one .vc_column-inner {
    padding: 0px !important;
}

.mansory-grid-img-two {
    margin-top: 15px !important;
}

.mansory-grid-box-three .vc_column-inner {
    padding: 0px !important;
}

.wedding-faq-sec {
    margin: 0px auto !important;
    padding: 50px 0px 0px 0px !IMPORTANT;
}
.wedding-faq-sec h2 {
    font-size: 40px !important;
}
.faq-inner-box {
    max-width: 1738px !important;
    margin: 50px auto !important;
}

.faq-inner-box .milenia-panels-title button {
    color: #393c3f !important;
    font-size: 20px !important;
    text-transform: lowercase;
    font-family: 'Baskervville' !important;
    font-weight: 500 !important;
}

.faq-inner-box .milenia-panels-title button::first-letter {
    text-transform: uppercase !important;
}

.faq-inner-box .milenia-panels--style-2 .milenia-panels-title > button {
    border-color: #393c3f !important;
}

.insta-sec {
    padding: 50px 0px !important;
    max-width: 1738px !IMPORTANT;
    margin: 0px auto !IMPORTANT;
}

.insta-inner-sec {
    padding: 0px 0px 40px 0px !important;
}
.insta-inner-sec img {
    width: 35px;
}
.insta-inner-sec a, .insta-sec .grid-img a {
    background-image: linear-gradient(to bottom, #fff 100%, #fff 100%) !important;
}

.insta-inner-sec p a {
    color: #393c3f !important;
}

.insta-inner-sec p a:hover {
    color: #393c3f !important;
    background-image: linear-gradient(to bottom, #393c3f 100%, #393c3f 100%) !important;
}

.three-box-btn {
    text-align: center;
    padding: 50px 0px;
}

.three-box-btn .download-btn {
    width: 20%;
}

.three-box-btn .download-btn a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 15%;
    width: 72%;
    height: 5px;
    background: #393c3f;
    transition: 0.5s;
}

.three-box-btn .download-btn a:hover:after {
    left: 8%;
    width: 90%;
}

.footer-memories-sec.memories-sec {
    padding: 50px 0px 0px 0px !important;
    max-width: 1400px !important;
    margin: 50px auto 100px auto !important;
}

.get-in-touch-sec {
    margin: 0px auto !important;
    padding: 50px 0px !IMPORTANT;
}
.get-in-touch-sec h2 {
    font-size: 40px !important;
}
.get-in-touch-inner {
    max-width: 1738px;
    margin: 50px auto 0px auto !important;
}

.get-in-touch-inner h4 {
    margin-bottom: 0px !important;
}

.get-in-touch-inner p a, .get-in-touch-inner p {
    color: #000 !important;
}

.get-in-touch-inner label {
    font-weight: 500;
    color: #393c3f !important;
    font-family: "Montserrat", sans-serif !important;
}

.get-in-touch-inner .footer-form input[type="text"], .get-in-touch-inner .footer-form input[type="email"], .get-in-touch-inner .footer-form input[type="tel"], .get-in-touch-inner .footer-form select {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #b3b3b3 !important;
}

.get-in-touch-inner .footer-form  textarea {
    height: 340px;
    border-radius: 4px;
    border: 1px solid #b3b3b3 !important;
}

.get-in-touch-inner .footer-form input[type="submit"] {
    background: transparent;
    color: #393c3f !important;
    border: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    text-transform: capitalize !important;
    font-weight: 500;
    float: right;
    padding: 0px 0px 10px 0px;
    position: relative;
    margin-top: 20px;
    border-bottom: 5px solid #393c3f !important;
    transition: 0.5s;
}

.get-in-touch-inner .footer-form .row {
    margin-bottom: 15px !important;
}

.map-footer-sec {
    width: 85% !important;
}

.wedding-footer {
    background: #f9f9f9 !important;
    padding: 50px 0px !important;
}

.wedding-footer .container {
    max-width: 1400px !important;
    padding: 0px 30px !important;
}

.social-div {
    display: flex;
}

.social-menus {
    display: flex;
    gap: 7px;
    align-items: center;
    padding-top: 3px;
}

.social-menus li {
    align-items: center;
}

.social-menus li a i {
    color: #393c3f !important;
}

.footer-menus {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 8px 20px; /* spacing between items */
}

.footer-menus li a {
    text-decoration: none;
    color: #393c3f !important;
    font-size: 18px;
    line-height: 38px !important;
    position: relative;
    transition: 0.5s;
}

.footer-menus li {
    margin: 0;
}

.footer-menus li a:after {
    position: absolute;
    content: '';
    width: 0%;
    bottom: -10px;
    background: #686b6d;
    height: 2px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: 0.5s;
}

.footer-menus li a:hover:after {
    opacity: 1;
    width: 100%;
}

.footer-logo {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 40px;
    mix-blend-mode: darken;
}

.wedding-footer p, .wedding-footer p a {
    color: #393c3f !important;
    font-size: 18px;
    margin-bottom: 20px !important;
}
.wedding-footer p a{
    position: relative;
}
.wedding-footer p a:after {
    position: absolute;
    content: '';
    width: 0%;
    bottom: -10px;
    background: #686b6d;
    height: 2px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: 0.5s;
}

.wedding-footer p a:hover:after {
    opacity: 1;
    width: 100%;
}
.wedding-footer p strong, .wedding-footer strong {
    font-family: 'Baskervville' !important;
    font-weight: 500 !important;
    color: #393c3f !important;
}

.footer-menus-bottom {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-top: 50px;
    padding-left: 0px;
}

.footer-menus-bottom li {
    position: relative;
    color: #393c3f !important;
}
.footer-menus-bottom li:first-child a{
    pointer-events: none !important;
}
.footer-menus-bottom li a {
    color: #393c3f !important;
    position: relative;
    transition: 0.5s;
    font-size: 16px;
}

.footer-menus-bottom li a:hover {
    color: #393c3f !important;
    background-image: linear-gradient(to bottom, #393c3f 100%, #393c3f 100%) !important;
}

.footer-menus-bottom li:after {
    position: absolute;
    content: '';
    height: 80%;
    width: 1px;
    background: #b1b1b1 !important;
    right: -50px;
    top: 3px;
}
.footer-menus-bottom li:last-child:after {
    display: none !important;
}

.footer-menus-bottom li a:before {
    position: absolute;
    content: '';
    width: 0%;
    bottom: -10px;
    background: #686b6d;
    height: 2px;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: 0.5s;
}

.footer-menus-bottom li a:hover:before {
    opacity: 1;
    width: 100%;
}
.mobile-close{
    display: none;
}
.nav-container {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    transform: translateY(-20px);
    transition: all 0.5s ease; 
}
.nav-container.sticky {
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    position: fixed;
    width: 100%;
    transform: translateY(0);
    padding: 20px 20px 20px 20px !important;
}
.mobile-menu {
    display: none;
}
.testimonials-sec .slick-prev,.testimonials-sec .slick-next {
    height: 50px;
    background: #393c3f !important;
}
.testimonials-sec .slick-prev:before {
    content: url(../images/left-arrow.png) !important;
    font-size: 0px !important;
}
.testimonials-sec .slick-next:before {
    content: url(../images/right-arrow.png) !important;
    font-size: 0px !important;
}
/*Acccomodation Page*/
.page-template-accommodation .grid-three-img img {
    height: 425px !important;
    object-fit: cover;
}
.page-template-accommodation .grid-two-img img {
    height: 243px !important;
    object-fit: cover;
}
.page-template-accommodation .mid-banner-sec {
    padding-bottom: 0px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.find-more-sec {
    margin: 0px auto !important;
    padding: 50px 0px !important;
}
.find-more-inner-sec {
    max-width: 1400px !important;
    margin: 10px auto 20px auto !important;
    padding: 50px 50px 0px 50px !important;
}
.find-more-sec h2 {
    padding-bottom: 0px;
    font-size: 40px !important;
}
.find-more-inner-sec p {
    padding: 0px 20px 30px 20px;
}
.mobile-accomodation-image-grid{
    display: none !important;
}
/*Food & Drinks*/
.page-template-food-drink .grid-two-img img {
    height: 229px !important;
    object-fit: cover;
}
.page-template-food-drink .grid-three-img img {
    height: 414px !important;
    object-fit: cover;
}
.dining-designed-sec {
    padding: 50px 0px !important;
    margin: 50px auto !important;
}
.dining-designed-sec p {
    width: 68%;
    margin: 0px auto 30px auto !important;
}
.dining-designed-sec h2 {
    padding-bottom: 10px;
    font-size: 40px !important;
}
/*Venues Page*/
.venues-image-grid {
    margin: 15px auto !important;
    padding: 0px !important;
    max-width: 1880px !important;
}
.venues-image-grid .grid-left-box .grid-inner-box .grid-inner-left .vc_column-inner {
    padding-right: 0px !important;
}
.venues-image-grid .grid-left-box .grid-inner-box .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.page-template-venues .find-more-inner-sec p {
    padding: 0px 10px 30px 10px;
}
.venues-image-grid .grid-inner-box .grid-three-img img {
    height: 348px !important;
    object-fit: cover;
}
.venues-image-grid .grid-img.grid-one-img img {
    height: 593px !important;
    object-fit: cover;
}
/* Dry Hire Page CSS */
.dryhire-mid-banner-sec {
    padding: 0px !important;
}
.intro-dry-hire-sec {
    margin: 0px auto !important;
    padding: 70px 0px !important;
}
.key-feature-sec p {
    width: 68%;
    margin: 0px auto !important;
}
.key-feature-sec .find-more-inner-sec p {
    width: 100%;
}
.vision-sec {
    margin: 0px auto 0px auto !important;
    padding: 70px 0px !important;
}
.vision-sec  h2 {
    font-size: 40px !important;
    padding-bottom: 20px;
}
.vision-sec p {
    color: #fff !IMPORTANT;
    width: 78%;
    margin: 0px auto 30px auto !important;
}
.vision-btn {
    margin-bottom: 0px !important;
}
.vision-btn a {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 18px !important;
    border-image: initial !important;
    transition: 0.5s !important;
}
.vision-btn a:hover{
    background: #fff !important;
    color: #000 !important;
}
/*Offer pages*/
.remaining-dates-sec h2 {
    line-height: 50px !important;
}
.remaining-dates-sec ul {
    list-style: none !important;
    font-family: 'Baskervville' !important;
    font-size: 25px;
    color: #393c3f !important;
    width: 80%;
    margin: 50px auto 0px auto !important;
}
.remaining-dates-sec ul li{
    padding-bottom: 20px;
}
.what-else-sec {
    margin-bottom: 70px;
}
.what-else-sec ul {
    list-style: none !important;
    font-family: 'Baskervville' !important;
    font-size: 20px;
    color: #393c3f !important;
    width: 80%;
    margin: 50px auto 0px auto !important;
}
.what-else-sec ul li{
    padding-bottom: 5px;
}
.remaining-dates-sec p {
    width: 85%;
    margin: 20px auto 0px auto !important;
}
.offers-journey-sec h4 {
    padding-bottom: 30px !important;
}
.offers-journey-sec {
    padding-top: 70px !important;
}
.wedding-offers-deal-sec {
    padding: 100px 0px !important;
}
.wedding-offers-deal-sec .deal-offers-inner {
    margin: 70px auto 0px auto !important;
    max-width: 1140px !important;
}
.wedding-offers-deal-sec h2 {
    margin-bottom: 40px;
}
/* Dates Page*/
.dates-inner-btn-sec {
    text-align: center;
    margin-top: 10px;
}
.dates-inner-btn-sec .download-btn {
    margin: 30px 10px 0px 10px !IMPORTANT;
}
.check-dates-sec {
    margin: 0px auto !important;
    padding: 70px 0px !important;
}
.check-dates-sec h2 {
    margin-bottom: 15px !important;
    font-size: 40px !important;
}
.filter-cel {
    padding: 50px 0px 0px 0px;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.filter-cel select {
    outline: none !important;
    background: url(../images/down.png);
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 14px;
    height: 45px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    position: relative;
    background-repeat: no-repeat;
    background-position: center right;
}
.check-dates-sec .bd-calender {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 0px 0px;
}
.check-dates-sec .bd-calender .row .col-md-4 h4 {
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
}
.check-dates-sec .bd-calender  table.table th {
    padding: 1rem .25rem !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
}
.check-dates-sec .table-bordered {
    border: 1px solid #f9f9f9 !important;
    background: #f9f9f9 !important;
}
.check-dates-sec .bd-calender .available {
    background: #f9f9f9 !important;
}
.check-dates-sec .bd-calender  table.table td {
    font-weight: 400 !important;
}
.check-dates-sec .bd-calender .unavailable {
    background: #dadada !important;
    color: #9a9a9a !important;
}
.check-dates-sec .button-hide-show {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.check-dates-sec .button-hide-show ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.check-dates-sec .button-hide-show ul li {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 14px;
}
.check-dates-sec .button-hide-show ul li.available:after {
    position: absolute;
    content: '';
    left: -9px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    top: 2px;
}
.check-dates-sec .button-hide-show ul li.past:after {
    position: absolute;
    content: '';
    left: -9px;
    background: #dadada;
    border: 1px solid #dadada;
    width: 20px;
    height: 20px;
    top: 2px;
}
.button-hide-show button {
    color: #000;
    font-size: 18px;
    padding: 14px 30px;
    border: 1px solid #ccc;
    transition: 0.5s;
    width: 210px;
    margin: 50px auto 0px auto;
}
.button-hide-show button:hover{
    background: #000 !important;
    color: #fff !important;
}
.two-boxes-sec {
    padding: 50px 50px 0px 50px !important;
    max-width: 1400px !important;
    margin: 0px auto !important;
}
.two-boxes-left-sec, .two-boxes-right-sec{
    padding: 30px !important;
}
.two-boxes-left-sec .vc_column-inner, 
.two-boxes-right-sec .vc_column-inner {
    padding: 0px !important;
}
.two-boxes-sec h3{
    padding: 30px 0px 20px 0px !important;
    margin-bottom: 0px !important;
}
.two-boxes-sec p{
    padding: 0px 20px 30px 20px !important;
}
.two-boxes-sec .two-boxes-right-sec p {
    padding: 0px 20px 67px 20px !important;
}
.journey-start-here-sec.find-more-sec {
    margin: 0px auto !important;
    padding: 70px 0px !important;
}
.journey-start-here-sec .find-more-inner-sec p {
    width: 58%;
    margin: 0px auto 30px auto !important;
    padding: 0px 0px !important;
}
/* Galley Page CSS */
.mod_gallery {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.mod_gallery #gallery_slider, .mod_gallery .gallery_page_block {
    height: 800px;
    margin: 50px 0;
}
.mod_gallery #gallery_slider .grid, .mod_gallery .gallery_page_block .grid {
    height: inherit;
    width: 100vw;
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    width: calc(100vw + 40px);
}
.mod_gallery #gallery_slider .grid.main_gallery, .mod_gallery .gallery_page_block .grid.main_gallery {
    margin-left: -15px;
    width: calc(100% + 50px);
}
.mod_gallery #gallery_slider .grid .grid_colum, .mod_gallery .gallery_page_block .grid .grid_colum {
    width: 33.333%;
    float: left;
    height: inherit;
}
.mod_gallery #gallery_slider .grid .grid_item, .mod_gallery .gallery_page_block .grid .grid_item {
    float: left;
    padding: 10px;
}
.mod_gallery #gallery_slider .grid .grid_item.width_4, .mod_gallery .gallery_page_block .grid .grid_item.width_4 {
    width: 100%;
}
.mod_gallery #gallery_slider .grid .grid_item.height_3, .mod_gallery .gallery_page_block .grid .grid_item.height_3 {
    height: 100%;
}
.mod_gallery #gallery_slider .grid .grid_item .grid_inner, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner {
    height: 100%;
    width: 100%;
    background-color: #eceae6;
    overflow: hidden;
}
.mod_gallery #gallery_slider .grid.main_gallery .grid_item .grid_inner img, .mod_gallery .gallery_page_block .grid.main_gallery .grid_item .grid_inner img {
    cursor: pointer;
    transition: 0.5s;
}
.mod_gallery #gallery_slider .grid .grid_item img, .mod_gallery .gallery_page_block .grid .grid_item img {
    position: static !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.image_credit {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 10px;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    opacity: 0.5;
}
.mod_gallery a {
    display: inline-block;
    margin-top: 50px;
}
.image_credit span {
    display: none;
}
.mod_gallery #gallery_slider .grid .grid_item.height_1, .mod_gallery .gallery_page_block .grid .grid_item.height_1 {
    height: 33.333%;
}
.mod_gallery #gallery_slider .grid .grid_item.width_2, .mod_gallery .gallery_page_block .grid .grid_item.width_2 {
    width: 50%;
}
.mod_gallery #gallery_slider .grid .grid_item.height_2, .mod_gallery .gallery_page_block .grid .grid_item.height_2 {
    height: 66.666%;
}
.mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f9;
}
.mod_gallery #gallery_slider .grid .grid_item .grid_inner, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner {
    height: 100%;
    width: 100%;
    background-color: #eceae6;
    overflow: hidden;
}
.mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2 {
    position: relative;
    top: 50px;
    font-size: 40px;
    font-family: 'Baskervville' !important;
    color: #393c3f;
    line-height: 67px;
    display: block;
    margin: 0 auto 100px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}
.mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2::after, 
.mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2::after {
    position: absolute;
    content: '';
    background: #393c3f;
    height: 5px;
    width: 40%;
    left: 30%;
    bottom: -30px;
}
.mod_gallery #gallery_slider .grid .grid_colum.two_column, .mod_gallery .gallery_page_block .grid .grid_colum.two_column {
    width: 66.666%;
}
.mod_gallery #gallery_slider .grid .grid_item.width_1, .mod_gallery .gallery_page_block .grid .grid_item.width_1 {
    width: 25%;
}
.testimonials {
    padding: 100px 40px 60px;
/*    background-image: url("images/artwork/one.png");*/
    background-repeat: no-repeat;
    background-position: 80% 0%;
    text-align: center;
}
.testimonials .wrapper {
    width: 100%;
    max-width: 1150px;
    position: relative;
    margin: 0 auto;
}
.mod_gallery #gallery_slider .grid .grid_item .testimonials p, .mod_gallery .gallery_page_block .grid .grid_item .testimonials p {
    width: 100%;
}
.testimonials p {
    font-family: 'Baskervville' !important;
    font-size: 40px !important;
    color: #545759 !important;
    line-height: 54px !important;
    font-weight: 300;
    text-align: center;
}
.testimonials h6 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 0 0 20px !important;
    color: #393c3f !important;
}
.mod_gallery #gallery_slider .grid .grid_colum.full_column, .mod_gallery .gallery_page_block .grid .grid_colum.full_column {
    width: 99.999% !important;
}
.mod_gallery #gallery_slider .grid .grid_item, .mod_gallery .gallery_page_block .grid .grid_item {
    float: left;
    padding: 10px;
}
.mod_gallery #gallery_slider .grid .grid_item .grid_inner, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner {
    height: 100%;
    width: 100%;
    background-color: #eceae6;
    overflow: hidden;
}
.mod_gallery #gallery_slider .grid .grid_colum.two_column, .mod_gallery .gallery_page_block .grid .grid_colum.two_column {
    width: 66.666%;
}
.mod_gallery #gallery_slider .grid.main_gallery, .mod_gallery .gallery_page_block .grid.main_gallery {
    margin-left: -15px;
    width: calc(100% + 50px);
}
.gallery-sec {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.mod_gallery #gallery_slider .grid.main_gallery .grid_item .grid_inner img:hover, 
.mod_gallery .gallery_page_block .grid.main_gallery .grid_item .grid_inner img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*Broucher Download Form Page*/
.download-form-sec .af-form {
    border-color: #f2f2ef !important;
    background-color: #f2f2ef !important;
}
.download-form-sec .af-form, 
.download-form-sec .af-form .quirksMode {
    max-width: 956px !important;
}
.download-form-sec .af-form-wrapper .af-body label.previewLabel {
    font-weight: 600 !important;
    color: #545759 !important;
    font-family: "Montserrat", sans-serif !important;
    padding-bottom: 10px !important;
    padding-top: 15px !important;
}
.download-form-sec .af-form-wrapper .af-body .af-element {
    width: 50%;
    float: left;
    padding-left: 10px !important;
    padding-right: 10px !important;
} 
.download-form-sec .af-form-wrapper .af-body .af-element input[type="text"],
.download-form-sec .af-form-wrapper .af-body .af-element input[type="email"],
.download-form-sec .af-form-wrapper .af-body .af-element select,
.download-form-sec .af-form-wrapper .af-body .af-element textarea{
    background: #f2f2ef !important;
    border: none !important;
    border-bottom: 1px solid #cec7c1 !important;
    color: #000 !important;
    transition: 0.5s !important;
    outline: none !important;
}
.download-form-sec .af-form-wrapper .af-body .af-element select{
    font-size: 18px !important;
    color: #0007 !important;
}
.download-form-sec .af-form-wrapper .af-body .af-element textarea{
    min-height: 100px;
}
.download-form-sec .af-form-wrapper .af-body .af-element input[type="text"]:focus,
.download-form-sec .af-form-wrapper .af-body .af-element input[type="email"]:focus,
.download-form-sec .af-form-wrapper .af-body .af-element select:focus,
.download-form-sec .af-form-wrapper .af-body .af-element textarea:focus{
    border-bottom: 1px solid #000 !important;
}
.download-form-sec .af-form-wrapper .af-body .af-element .af-dateWrap {
    display: flex !important;
    gap: 20px;
}
/* Second last element */
.download-form-sec .af-form-wrapper .af-body .af-element:nth-last-child(2) {
    width: 100%;
    float: left;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

/* Last element */
.download-form-sec .af-form-wrapper .af-body .af-element:last-child {
    width: 100%;
    float: left;
    margin-top: 20px !important;
    
}
.download-form-sec .af-form-wrapper .af-body .af-element .submit {
    background: transparent !important;
    border: none !important;
    color: #393c3f !important;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0px !important;
    position: relative !important;
    font-weight: 600 !important;
    padding-bottom: 20px;
    font-size: 18px !important;
    cursor: pointer;
    background-image: linear-gradient(#393c3f, #393c3f) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 50% 5px !important;
    transition: background-size 0.5s ease !important;
    text-transform: capitalize !important;
}

.download-form-sec .af-form-wrapper .af-body .af-element .submit:hover {
    background-size: 90% 5px !important;
}
.map-broucher-sec {
    margin: 0px auto !important;
    padding: 50px 0px !important;
}
.map-broucher-sec h2 {
    font-size: 40px !important;
}
.map-broucher-sec .wpb_gmaps_widget {
    max-width: 1400px !important;
    margin: 80px auto 0px auto !important;
}
.map-broucher-sec .wpb_gmaps_widget .wpb_wrapper {
    padding: 0px 50px !important;
    background: #fff !important;
}
.address-broucher-sec {
    margin: 0px auto !important;
    max-width: 1140px !important;
}
.address-broucher-sec h3 {
    color: #393c3f !important;
    font-size: 34px !important;
}
.address-broucher-sec .vc_btn3-container a {
    background: transparent !important;
    border: none !important;
    padding: 0px 0px 0px 30px !important;
    color: #393c3f !important;
    font-size: 16px !important;
    position: relative;
}
.address-broucher-sec .vc_btn3-container a i {
    left: 0px !important;
}
.address-broucher-sec .vc_btn3-container a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    background: #393c3f !important;
    bottom: -7px;
    transition: 0.5s !important;
}
.address-broucher-sec .vc_btn3-container a:hover:after {
    width: 100%;
}
.address-broucher-sec .vc_col-sm-4 p {
    margin-bottom: 30px !important;
}
.wedding-broucher-forms .af-form {
    margin: 0px !important;
}
.wedding-broucher-forms .af-element {
    padding: 0px 8px !important;
    width: 50%;
    float: left;
    margin-bottom: 20px !important;
}
.wedding-broucher-forms .af-element .previewLabel {
    font-size: 14px !important;
    color: #393c3f !important;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif !important;
}
.wedding-broucher-forms .af-element input[type="text"], 
.wedding-broucher-forms .af-element input[type="email"], 
.wedding-broucher-forms .af-element input[type="tel"],
.wedding-broucher-forms .af-element textarea,
.wedding-broucher-forms .af-element select {
    border: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
    color: #393c3f !important;
    background: #fff !important;
    outline: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
}
.wedding-broucher-forms .af-element input[type="text"]:focus, 
.wedding-broucher-forms .af-element input[type="email"]:focus, 
.wedding-broucher-forms .af-element input[type="tel"]:focus,
.wedding-broucher-forms .af-element textarea:focus,
.wedding-broucher-forms .af-element select:focus {
    border-bottom: 1px solid #393c3f !important;
    background: #fff !important;
}
.wedding-broucher-forms .af-element textarea{
    height: 150px !important;
}
.wedding-broucher-forms .af-element .af-dateWrap {
    display: flex !important;
    gap: 20px !important;
}
.wedding-broucher-forms .af-form-wrapper .af-body .af-element:nth-last-child(2) {
    width: 100%;
    float: left;
}
.wedding-broucher-forms .af-form-wrapper .af-body .af-element:last-child {
    width: 100%;
    float: left;
    text-align: left !important;
    margin-top: 20px !important;
    padding: 0px !important;
}
.wedding-broucher-forms input[type="submit"] {
    background: transparent !important;
    border: none !important;
    color: #393c3f !important;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0px !important;
    position: relative !important;
    font-weight: 600 !important;
    padding-bottom: 15px !important;
    font-size: 16px !important;
    cursor: pointer;
    background-image: linear-gradient(#393c3f, #393c3f) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 50% 5px !important;
    transition: background-size 0.5s ease !important;
    text-transform: capitalize !important;
}
.wedding-broucher-forms input[type="submit"]:hover {
    background-size: 90% 5px !important;
}
/*Contact Us Page CSS*/
.contact-form-weddings {
    padding: 0px !important;
    margin: 0px auto 50px auto !important;
}
.contact-form-weddings form#cont_form {
    max-width: 1140px;
    margin: 0px auto;
    width: 100%;
}
.contact-form-weddings .contin-inner {
    width: 100%;
    float: left;
}
.contact-form-weddings .left-form {
    width: 50%;
    float: left;
    padding: 15px 15px;
}
.contact-form-weddings .right-form {
    width: 50%;
    float: right;
    padding: 15px 15px;
}
.contact-form-weddings .full-form {
    width: 100%;
    float: left;
    padding: 15px 15px;
    text-align: left !important;
}
.contact-form-weddings .contin-inner input[type="text"], 
.contact-form-weddings .contin-inner input[type="tel"], 
.contact-form-weddings .contin-inner input[type="email"], 
.contact-form-weddings .contin-inner select {
    height: 40px;
    border: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
    color: #393c3f !important;
    background: #fff !important;
    outline: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    padding-left: 0px;
}
.contact-form-weddings .contin-inner textarea{
    background: transparent !important;
    height: 150px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    border: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
    color: #393c3f !important;
    padding-left: 0px;
}
.contact-form-weddings .contin-inner input[type="text"]::placeholder, 
.contact-form-weddings .contin-inner input[type="tel"]::placeholder, 
.contact-form-weddings .contin-inner input[type="email"]::placeholder{
    color: transparent !important;
}
.contact-form-weddings .contin-inner input[type="text"]:focus, 
.contact-form-weddings .contin-inner input[type="tel"]:focus, 
.contact-form-weddings .contin-inner input[type="email"]:focus, 
.contact-form-weddings .contin-inner select:focus,
.contact-form-weddings .contin-inner textarea:focus{
    border: none !important;
    border-bottom: 1px solid #000 !important;
}
.contact-form-weddings .contin-inner label {
    font-size: 14px !important;
    color: #000 !important;
    font-family: "Montserrat", sans-serif !important;
}
.contact-form-weddings .contin-inner label span{
    color: #545759 !important;
}
.contact-form-weddings .contin-inner .full-form.full-center {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: column;
}
.contact-form-weddings .contin-inner .full-form.full-center label {
    font-family: "Montserrat", sans-serif !important;
    color: #545759 !important;
    font-weight: 600;
}
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio {
    display: flex;
    font-size: 18px !important;
    color: #545759 !important;
    font-family: "Montserrat", sans-serif !important;
}
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio .wpcf7-list-item-label {
    font-size: 14px !important;
    color: #545759 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    padding-left: 0px !important;
}
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio input[type="radio"] {
    -webkit-appearance: radio !important;
}
.contact-form-weddings .wpcf7-checkbox > .wpcf7-list-item, 
.contact-form-weddings .wpcf7-radio > .wpcf7-list-item {
    margin-right: 0px !important;
    margin-top: 0px !IMPORTANT;
}
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio input[type="radio"] {
    display: none;
}
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
    color: #393c3f;
    font-family: "Montserrat", sans-serif;
}
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio label::before {
    content: "";
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 0px solid #393c3f;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before,
.contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio input[type="radio"]:checked + span::before {
    background-color: #000;
    border-color: #000;
    box-shadow: inset 0 0 0 4px #fff;
}
.contact-form-weddings .wpcf7-list-item-label {
    position: relative;
}

/* Add circle before the text */
.contact-form-weddings .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #393c3f;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.contact-form-weddings .alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    padding: 10px 10px !important;
    border-radius: 3px !important;
    text-align: center !important;
}
.contact-form-weddings .alert-danger p{
    color: #721c24 !important;
}
.contact-form-weddings .d-none {
    display: none !important;
}
.contact-form-weddings input[type="submit"] {
    background: transparent !important;
    border: none !important;
    color: #393c3f !important;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0px !important;
    position: relative !important;
    font-weight: 600 !important;
    padding-bottom: 15px;
    font-size: 18px !important;
    cursor: pointer;
    background-image: linear-gradient(#393c3f, #393c3f) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 50% 5px !important;
    transition: background-size 0.5s ease !important;
    text-transform: capitalize !important;
}

.contact-form-weddings input[type="submit"]:hover {
    background-size: 90% 5px !important;
}
.copyright-sec {
    padding-right: 0px !important;
    padding-top: 46px !important;
}
.copyright-para {
    text-transform: uppercase;
    font-size: 16px !important;
    position: relative;
    font-weight: 300 !IMPORTANT;
}
.copyright-para:after {
    position: absolute;
    content: '';
    height: 60%;
    width: 1px;
    background: #b1b1b1 !important;
    right: -22px;
    top: 7px;
}
/* Inner Rooms Pages CSS Start */
.hero-accommodation {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* top bar */
.hero-offer {
    font-size: 16px !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    text-shadow: 2px 2px 10px #00000070;
}
.hero-offer a{
    color: #fff !important;
    position: relative;
    transition: 0.5s;
}
.hero-top {
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    max-width: 1400px !important;
    margin: 0px auto;
    padding: 0px 15px !important;
    width: 100%;
}
.hero-top a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 2px 2px 10px #00000070;
}
.hero-top a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    left: 0px;
    bottom: -8px;
    transition: 0.5s;
}
.hero-top a:hover:after {
    width: 100%;
}
.hero-top ul {
    display: flex;
    gap: 18px;
    align-items: center;
}
.hero-top ul li a.hero-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    text-shadow: 2px 2px 10px #00000070;
    position: relative;
}
.hero-top ul li a.hero-link:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    left: 24px;
    bottom: 2px;
    transition: 0.5s;
}
.hero-top ul li a.hero-link:hover:after {
    width: 89%;
}

/* overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* content */
.hero-content {
    color: #fff;
    max-width: 800px;
    padding: 20px;
}

.hero-logo {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #fff !important;
}

.hero-content p {
    font-size: 34px !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
    color: #fff !important;
    text-shadow: 2px 2px 10px #00000070;
}

.info-section {
    padding: 80px 20px;
    background: #fff;
    font-family: "Georgia", serif;
    color: #444;
}

.info-section .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* heading */
.section-title {
    font-size: 40px;
    color: #393c3f;
}

.section-divider {
    display: block;
    width: 10%;
    height: 5px;
    background: #393c3f;
    margin: 0 auto 35px;
}

/* grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1400px !important;
    margin: 0px auto 20px auto !important;
    padding: 50px 50px 0px 50px !important;
}

.info-card h3 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #393c3f;
}

.info-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 25px;
}

/* contact link */
.contact-link {
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
    color: #393c3f !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    position: relative;
    transition: 0.5s;
    padding: 0px 20px 14px !important;
}

.contact-link:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 37%;
    width: 30%;
    height: 5px;
    background: #393c3f;
    transition: 0.5s;
}
.contact-link:hover:after{
    left: 6%;
    width: 90%;
}
.blunts-section {
    padding: 0px 0px !important;
    text-align: center;
    position: relative;
    background-image: url('https://so-creative-development.co.uk/stockbrook/wp-content/uploads/2025/11/art-wrok-bg.png');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    max-width: 1400px !important;
    margin: 50px auto !important;
}

.blunts-inner {
    max-width: 100%;
    margin: 0 auto;
}

/* title */
.blunts-title {
    position: relative;
    font-size: 40px;
    color: #393c3f;
}

/* divider */
.blunts-divider {
    display: block;
    width: 10%;
    height: 5px;
    background: #393c3f;
    margin: 0 auto 35px;
}

/* text */
.blunts-text {
    width: 68% !important;
    margin: 0px auto 30px auto !important;
}

/* brochure link */
.brochure-link {
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
    color: #393c3f !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    position: relative;
    transition: 0.5s;
    padding: 0px 20px 14px !important;
}

.brochure-link:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 37%;
    width: 30%;
    height: 5px;
    background: #393c3f;
    transition: 0.5s;
}
.brochure-link:hover:after {
    left: 6%;
    width: 90%;
}
.room-gallery-sec {
    margin: 0px auto !important;
    max-width: 1400px !important;
    padding: 0px 0px;
}
.room-gallery-sec .row {
    margin: 0px auto !IMPORTANT;
}
.room-gallery-sec .col-md-6 {
    padding: 30px !important;
}
.room-gallery-sec .room-box-contain {
    position: relative;
    overflow: hidden;
}
.room-gallery-sec .room-box-contain:before {
    content: '';
    position: absolute;
    background: #0004;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.room-gallery-sec .room-box-contain .room-img {
    position: relative;
}
.room-gallery-sec .room-box-contain .room-img img {
    width: 100%;
    object-fit: cover;
}
.room-gallery-sec .room-box-contain .room-title {
    position: absolute !important;
    z-index: 11;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.room-gallery-sec .room-box-contain .room-title h3 {
    color: #fff;
    font-size: 24px !important;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
    position: absolute;
    max-width: 50%;
    width: 40% !important;
    margin: 0px auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-slider img {
  width: 100%;
  border-radius: 8px;
}
.popup-content .popup-slider {
    margin-bottom: 0px !important;
}
.popup-close {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    background: #000;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    font-weight: 600;
}
.popup-btn {
  padding: 12px 25px;
  background: #8b5e3c;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* Inner Rooms Pages CSS End */
/* Landing page CSS Start */
.two-rooms-sec {
    max-width: 1400px !important;
    margin: 30px auto !important;
}
.landing-boxes .vc_column-inner {
    border: 1px solid #5f5055 !important;
}
.click-here-btn a {
    background: #bca2ab !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
    padding: 12px 40px !important;
    transition: 0.5s !important;
}
.click-here-btn a:hover{
    background: #5f5055 !important;
}
.landing-boxes p {
    color: #000 !important;
    font-weight: 300 !IMPORTANT;
}
.page-template-landing-php .contact-menu a,
.page-template-broucher-landing .contact-menu a,
.page-template-thankyou-landing .contact-menu a {
    background: #bca2ab !important;
    color: #fff !important;
}
.page-template-landing-php .contact-menu a:hover,
.page-template-broucher-landing .contact-menu a:hover,
.page-template-thankyou-landing .contact-menu a:hover{
     background: #5f5055 !important;
}
.page-template-landing-php #milenia-footer-section-3 {
    display: none;
}
/*.page-template-landing-php .wedding-header,
.page-template-broucher-landing .wedding-header,
.page-template-catered-wedding .wedding-header,
.page-template-thankyou-landing .wedding-header {
    display: none;
}*/


.page-template-landing-php .dropdown-menu .dropdown,
.page-template-broucher-landing .dropdown-menu .dropdown,
.page-template-catered-wedding .dropdown-menu .dropdown,
.page-template-thankyou-landing .dropdown-menu .dropdown {
    background-color: #f8edf2 !important;
}
.page-template-landing-php .dropdown-menu .dropdown:before,
.page-template-broucher-landing .dropdown-menu .dropdown:before,
.page-template-catered-wedding .dropdown-menu .dropdown:before,
.page-template-thankyou-landing .dropdown-menu .dropdown:before {
    background-color: #f8edf2 !important;
}
/*.page-template-landing-php .footer-landing {
    display: none;
}*/
#milenia-footer.footer-landing {
    background: #f8edf2 !important;
}
#milenia-footer.footer-landing h2.milenia-widget-title {
    color: #5e4f54 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 500 !important;
}
#milenia-footer.footer-landing p span.milenia-text-color--contrast {
    color: #000 !important;
}
#milenia-footer.footer-landing p {
    color: #5f5055 !important;
    font-size: 15px !important;
    font-weight: normal !important;

}
#milenia-footer.footer-landing.milenia-footer address {
    font-style: normal;
    color: #000 !important;
    font-weight: normal !important;
}
#milenia-footer.footer-landing  #milenia-footer-section-1.milenia-footer-row.milenia-footer-row--widget-border .milenia-widget::after {
    border-color: #c0b3b9 !important;
}
#milenia-footer.footer-landing #menu-widget-navigation-1 li a {
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #000), to(#000)) !important;
    background-image: linear-gradient(to bottom, #000 100%, #000 100%) !important;
    font-weight: 400 !IMPORTANT;
}
#milenia-footer.footer-landing  #milenia_social_icons-5 p {
    color: #000 !important;
}
#milenia-footer.footer-landing .milenia-social-icons li a {
    color: #000 !important;
}
#milenia-footer.footer-landing .milenia-social-icons li a:hover{
    color: #5f5055 !important;
}
/* Landing page CSS End */
/*Catered Wedding Page CSS Start*/
.banner-main-heading {
    margin: 0px auto !important;
    padding: 30px 0px !important;
}
.catered-banner {
    margin: 0px auto !important;
    min-height: 500px;
}
.catered-three-box {
    margin: 0px auto !important;
    padding: 30px 0px !important;
}
.catered-three-box h3 {
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}
.catered-three-box p {
    line-height: 28px !important;
    color: #6f5c62 !important;
}
.page-template-catered-wedding .contact-menu a {
    background: #bca2ab !important;
    color: #fff !important;
}
.page-template-catered-wedding .contact-menu a:hover{
     background: #5f5055 !important;
}
.page-template-catered-wedding #milenia-footer-section-3 {
    display: none;
}
.catered-looking-for-sec {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 50px 0px !important;
}
.catered-looking-for-sec h2 {
    margin-bottom: 30px !important;
}
.catered-looking-for-sec  p {
    width: 89%;
    margin: 0px auto;
}
.catered-inner-three-box {
    max-width: 1400px !important;
    margin: 0px auto !important;
}
.catered-left-box-img, .catered-right-box-img {
    max-width: 1400px !important;
    margin: 0px auto 30px auto !important;
    padding: 20px 20px !important;
}
.catered-box-content {
    padding: 30px 42px !important;
}
.catered-left-box-img .catered-box-content {
    padding-right: 0px !important;
}
.catered-right-box-img .catered-box-content {
    padding-left: 0px !important;
}
.catered-box-content .wpb_text_column {
    margin-bottom: 35px !important;
}
.catered-box-content p {
    color: #000 !important;
    font-weight: 400 !important;
}
.box-btn {
    margin: 0px 10px 0px 0px;
}
.box-btn a{
    border-radius: 0px !important;
    background: #bca2ab !important;
    color: #fff !important;
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
    padding: 12px 20px !important;
    transition: 0.5s !important;
    font-size: 20px !important;
    border: none !important;
}
.box-btn a:hover{
    background: #8a747a !important;
}
.box-btn.down-btn a{
    background: #8a747a !important;
}
.box-btn.down-btn a:hover{
     background: #bca2ab !important;
}
.page-template-catered-wedding .testimonials-div-sec h2 {
    margin-bottom: 0px !important;
}
.page-template-catered-wedding .testimonials-sec {
    margin-top: 40px !important;
}
.page-template-catered-wedding .testimonials-sec .testimonials-box {
    background: #f8edf2;
}
.page-template-catered-wedding .testimonials-sec .review-name {
    color: #6f5c62 !important;
}
.page-template-catered-wedding .testimonials-sec .morelink {
    color: #6f5c62 !important;
    font-weight: 500 !important;
}
.page-template-catered-wedding .testimonials-sec .slick-prev, .page-template-catered-wedding .testimonials-sec .slick-next {
    background: #bca2ab !important;
}
.page-template-catered-wedding .testimonials-sec .slick-prev:hover, 
.page-template-catered-wedding .testimonials-sec .slick-next:hover {
    background: #8a747a !important;
}
.package-box-content {
    margin: 50px auto 0px auto !important;
    max-width: 1400px !important;
    padding-bottom: 0px !important;
}
.package-box-content .package-box{
    position: relative !important;
}
.package-box-content .package-box .vc_column-inner {
    padding: 50px 15px 30px 15px  !important;
    border: 1px solid #5f5055 !important;
}
.package-box-content .package-box h4 {
    font-weight: 700 !important;
}
.package-box-content .package-box p {
    font-size: 16px  !important;
    color: #6f5c62 !important;
    font-weight: 400 !important;
}
.most-popular-tags button {
    position: absolute !important;
    top: -9px !important;
    left: 50% !important;
    transform: translateX(-50%);
    background: #8a747a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding: 14px 40px !important;
    pointer-events: none !important;
}
.package-table-sec {
    margin: 0px auto !important;
    max-width: 1400px !important;
    padding-bottom: 0px !important;
}
.package-table-sec .package-table-box .vc_column-inner {
    padding: 0px !important;
    border: 1px solid #5f5055 !important;
}
.package-table-box {
    padding: 0px 15px !important;
}
.pricing-header,
.pricing-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
}
.pricing-header {
    font-weight: 600;
    padding: 10px 10px;
    color: #6f5c62 !important;
}
.pricing-row {
    padding: 10px 10px;
    font-size: 16px;
    color: #6f5c62;
    font-weight: 300 !IMPORTANT;
}
.pricing-row .label {
  text-align: left;
  font-weight: 400;
}

.pricing-row div:not(.label) {
  font-weight: 400;
}

.pricing-note {
    padding: 10px 10px;
    font-size: 15px;
    text-align: center;
    color: #6f5c62;
    font-weight: 700;
}
.packeges-desktop-none {
    display: none !important;
}
.packages-btn-sec {
    margin: 0px auto !important;
    padding: 50px 0px 50px 0px !important;
}
.packages-btn a {
    background: #bca2ab !important;
    color: #fff !important;
    font-size: 25px !important;
    border-radius: 0px !important;
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
    padding: 15px 20px !important;
    transition: 0.5s !important;
    border: none !important;
    width: 370px;
}
.packages-btn a:hover{
    background: #8a747a !important;
}
.packages-btn:first-child a{
    background: #8a747a !important;
}
.packages-btn:first-child a:hover{
    background: #bca2ab !important;
}
.packages-btn:last-child {
    margin-bottom: 0px !important;
}
.page-template-catered-wedding .stories-content h4 {
    color: #6f5c62 !important;
    font-family: 'Baskervville' !important;
}
.page-template-catered-wedding .category_tag_stories {
    color: #6f5c62 !important;
    font-weight: 500 !important;
}
.page-template-catered-wedding .download-btn a {
    background: #bca2ab !important;
    border: none !important;
    font-size: 18px !important;
    color: #fff !important;
    transition: 0.5s !important;
    border-radius: 0px !important;
    font-family: 'Baskervville' !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 14px 30px !important;
}
.page-template-catered-wedding .download-btn a:hover{
    background: #8a747a !important;
}
.page-template-catered-wedding .download-btn a:after{
    display: none !important;
}
.page-template-catered-wedding .wedding-faq-sec {
    margin: 0px auto !important;
    padding: 0px 0px 0px 0px !IMPORTANT;
}
.page-template-catered-wedding .faq-inner-box .milenia-panels-title button {
    color: #6f5c62 !important;
    font-size: 30px !important;
}
.page-template-catered-wedding .faq-inner-box {
    max-width: 1400px !important;
    margin: 50px auto !important;
}
.dry-hire-for-sec {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 0px 0px 50px 0px !important;
    text-align: center;
}
.dry-hire-for-sec .wpb_text_column {
    margin-bottom: 35px !important;
}
.dry-hire-for-sec p{
    width: 89%;
    margin: 0px auto;
}
.dry-hire-for-sec .dry-hire-btn {
    margin: 0px 15px !important;
}
.dry-hire-for-sec .dry-hire-btn a{
    background: #bca2ab !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 0px !important;
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
    padding: 15px 30px !important;
    transition: 0.5s !important;
    border: none !important;
}
.dry-hire-for-sec .dry-hire-btn a:hover{
    background: #8a747a !important;
}
.dry-hire-for-sec .dry-hire-btn:last-child a{
    background: #8a747a !important;
}
.dry-hire-for-sec .dry-hire-btn:last-child a:hover{
    background: #bca2ab !important;
}
.package-box-content .package-box p.monday-sechdule {
    font-weight: 700 !important;
    position: absolute;
    bottom: 1px;
    text-align: center;
    width: 100%;
    left: 0px;
    font-style: italic !important;
}
.brochure-banner-sec {
    padding: 50px 0px !important;
    max-width: 1400px !important;
    margin: 0px auto !important;
}
.brochure-banner-sec .af-form {
    border: none !important;
}
.brochure-banner-sec .af-element input[type="text"],
.brochure-banner-sec .af-element input[type="email"] {
    border: 1px solid #5f5055 !important;
    border-radius: 0px !important;
    height: 45px !important;
}
.brochure-banner-sec .af-element textarea{
    border: 1px solid #5f5055 !important; 
}
#milenia-page-wrapper .brochure-banner-sec .af-element .submit {
    background: #bca2ab !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 0px !important;
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
    padding: 15px 30px !important;
    transition: 0.5s !important;
    border: none !important;
}
#milenia-page-wrapper .brochure-banner-sec .af-element .submit:hover{
    background: #8a747a !important;
}
.thankyou-sub-heading {
    font-size: 30px !important;
    color: #6f5c62 !important;
}
.page-template-thankyou-landing .Brochure_btn_down .milenia-btn {
    margin-top: 32px;
    background: #bca2ab !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 0px !important;
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
    padding: 15px 30px !important;
    transition: 0.5s !important;
    border: none !important;
}
.page-template-thankyou-landing .Brochure_btn_down .milenia-btn:hover{
    background: #5f5055 !important;
}
.page-template-thankyou-landing .small_text_block p {
    font-size: 16px !important;
    text-align: center;
    color: #6f5c62 !important;
}
.page-template-thankyou-landing .wedding_evening_text p {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    line-height: 46px;
    font-size: 18px !important;
    color: #6f5c62 !important;
}
.page-template-thankyou-landing .phone_call {
    font-weight: 900 !important;
    color: #6f5c62 !important;
}
.page-template-thankyou-landing .book_viewing_btn_bottom .milenia-btn {
    background: #bca2ab !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 0px !important;
    font-family: 'Baskervville' !important;
    font-weight: normal !important;
    padding: 15px 50px !important;
    transition: 0.5s !important;
    border: none !important;
    margin-top: 32px;
}
.page-template-thankyou-landing .book_viewing_btn_bottom .milenia-btn:hover{
    background: #5f5055 !important;
}
/*Catered Wedding Page CSS End*/
/* Responsive */
@media (min-width:320px) and (max-width:767px) {
    .package-box-content {
        margin: 0px auto 0px auto !important;
    }
    .two-rooms-sec h2 {
        font-size: 25px !important;
        margin-bottom: 0px !important;
    }
    .click-here-btn {
        margin-bottom: 10px;
    }
    .click-here-btn a {
        font-size: 16px !important;
        padding: 10px 20px !important;
    }
    .landing-boxes {
        margin-bottom: 0px !important;
    }
    .landing-space{
        height: 15px !important;
    }
    .landing-boxes .vc_column-inner {
        padding-top: 15px !important;
    }

    .dry-hire-for-sec h2 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    .catered-looking-for-sec p, .dry-hire-for-sec p {
        width: 100% !important;
    }
    .dry-hire-for-sec .dry-hire-btn {
        margin: 10px 15px !important;
    }
    .dry-hire-for-sec .dry-hire-btn a {
        font-size: 16px !important;
        padding: 15px 15px !important;
        width: 300px;
    }
    .dry-hire-for-sec {
        padding: 0px 0px 30px 0px !important;
    }
    .banner-main-heading {
        padding: 15px 0px !important;
    }
    .catered-banner {
        min-height: 350px;
    }
    .banner-main-heading h1 {
        font-size: 25px !important;
        line-height: 32px !important;
        padding: 0px 15px !important;
    }
    .catered-inner-three-box .vc_col-sm-4 {
        margin-bottom: 1rem !important;
    }
    .catered-inner-three-box h3 {
        font-size: 20px !important;
    }
    .catered-looking-for-sec {
        padding: 30px 0px !important;
    }
    .catered-looking-for-sec h2 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    .catered-box-img {
        margin-bottom: 0px !important;
        min-height: 350px !important;
    }
    .catered-box-content {
        text-align: center !important;
    }
    .catered-left-box-img .catered-box-content {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }
    .catered-right-box-img {
        flex-direction: column-reverse;
    }
   .catered-box-content h2 {
        font-size: 25px !important;
        line-height: 32px !important;
        text-align: center !important;
    }
    .catered-left-box-img, .catered-right-box-img {
        margin: 0px auto 0px auto !important;
        padding: 0px 0px !important;
    }
    .catered-right-box-img .catered-box-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .packeges-desktop-none {
        display: block !important;
        padding-bottom: 0px !important;
    }
    .package-table-sec, .pricing-header {
        display: none !important;
    }
    .package-box-content .package-box {
        margin-bottom: 0px !important;
    }
    .most-popular-tags button {
        font-size: 14px !important;
        padding: 14px 15px !important;
    }
    .packages-btn a {
        font-size: 18px !important;
        padding: 12px 15px !important;
        width: 300px;
    }
    .packages-btn-sec {
        padding: 30px 0px 40px 0px !important;
    }
    .package-box-content  .packeges-desktop-none .vc_column-inner {
        border: none !important;
        padding-bottom: 0px !important;
    }
    .box-btn a {
        padding: 14px 25px !important;
        font-size: 16px !important;
        width: 260px;
    }
    .page-template-catered-wedding .stories-sec {
        margin: 20px auto 50px auto !important;
    }
    .page-template-catered-wedding .faq-inner-box .milenia-panels-title button {
        font-size: 18px !important;
    }
     .page-template-catered-wedding  .testimonials-div-sec {
        margin: 20px auto 0px auto !important;
    }
  .pricing-row {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 10px;
  }

  .pricing-row div {
    display: flex;
    justify-content: space-between;
  }

  .pricing-row div::before {
    font-weight: 600;
  }

  .pricing-row div:nth-child(2)::before {
    content: "2026";
  }

  .pricing-row div:nth-child(3)::before {
    content: "2027";
  }

  .pricing-row div:nth-child(4)::before {
    content: "2028";
  }
    .journey-sec .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .wedding-faq-sec .vc_sep_width_10 {
        width: 25%;
    }
    .map-broucher-sec h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .map-broucher-sec .wpb_gmaps_widget {
        margin: 40px auto 0px auto !important;
    }
    .map-broucher-sec .wpb_gmaps_widget .wpb_wrapper {
        padding: 0px 0px !important;
    }
    .map-broucher-sec .vc_sep_width_10 {
        width: 40% !important;
    }
    .address-broucher-sec {
        padding-bottom: 0px !important;
    }
    .address-broucher-sec h3 {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .address-broucher-sec .wpb_column.vc_col-sm-4 {
        margin-bottom: 1rem !important;
    }
    .wedding-broucher-forms .af-element {
        width: 100%;
    }
    .wedding-broucher-forms .af-element textarea {
        height: 100px !important;
    }
    .wedding-broucher-forms .af-form-wrapper .af-body .af-element:last-child {
        text-align: center !important;
    }
    .popup-content {
        max-width: 75%;
        width: 75% !important;
    }
    .what-else-sec {
        margin-bottom: 0px;
    }
    .hero-top {
        display: none;
    }
    .hero-logo img {
        margin-bottom: 20px;
        width: 30%;
    }
    .hero-content h1 {
        font-size: 41px !important;
        line-height: 50px !important;
    }
    .hero-content {
        max-width: 100%;
    }
    .hero-content p {
        font-size: 28px !important;
        letter-spacing: 3px;
    }
    .hero-accommodation {
        min-height: 500px;
    }
    .blunts-section {
        padding: 50px 0px !important;
        margin: 0px auto !important;
    }
    .blunts-title {
        font-size: 30px;
        line-height: 40px !important;
    }
    .blunts-divider {
        width: 40%;
    }
    .blunts-text {
        width: 100% !important;
        padding: 0px 15px !important;
    }
    .room-gallery-sec {
        margin: 0px auto !important;
        padding: 20px 0px;
    }
    .room-gallery-sec .col-md-6 {
        padding: 7.5px 15px !important;
        margin-bottom: 0px !important;
    }
    .room-gallery-sec .room-box-contain .room-title h3 {
        font-size: 24px !important;
    }
    .info-section {
        padding: 30px 15px;
    }
    .section-divider {
        width: 40%;
    }
    .info-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding: 0px 0px 0px 0px !important;
    }
    .info-card h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px !important;
    }
    .section-title {
        font-size: 30px;
        line-height: 40px;
    }
    .mobile-accomodation-image-grid .owl-carousel .owl-item img {
        object-fit: cover !important;
    }
    .contact-form-weddings .left-form {
        width: 100%;
        padding: 15px 0px;
    }
   .box-content .download-btn.vc_btn3-container.vc_btn3-inline {
        display: inline-block !important;
        width: 48% !important;
        margin: 0 1% 10px !important;
        text-align: center;
    }

    .box-content .download-btn a {
        display: block;
        width: 100%;
        font-size: 16px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .contact-form-weddings .right-form {
        width: 100%;
        padding: 15px 0px;
    }
      .contact-form-weddings .full-form {
        width: 100%;
        padding: 15px 0px;
        text-align: center !important;
    }
    .map-broucher-sec iframe {
        height: 250px;
    }
    .contact-form-weddings .contin-inner textarea {
        height: 150px;
    }
    .contact-form-weddings .contin-inner .full-form.full-center {
        flex-direction: column;
    }
    .contact-form-weddings .contin-inner .full-form.full-center .wpcf7-radio {
        flex-direction: column;
    }
    .download-form-sec .af-form-wrapper .af-body .af-element {
        width: 100%;
    }
    .download-form-sec .af-form-wrapper .af-body .af-element textarea {
        min-height: 65px !important;
    }
    .download-form-sec .af-form-wrapper .af-body label.previewLabel {
        font-size: 16px !important;
    }
    .download-form-sec {
        padding: 50px 0px 70px 0px !important;
    }
    .gallery-sec {
        padding-top: 0px !IMPORTANT;
    }
    .testimonials p {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .testimonials {
        padding: 40px 15px 20px !important;
    }
    .mod_gallery #gallery_slider, .mod_gallery .gallery_page_block {
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: auto;
        margin: 0px !important;
    }
    .mod_gallery #gallery_slider .grid.main_gallery, .mod_gallery .gallery_page_block .grid.main_gallery {
        margin-left: 0;
        width: 100%;
        -ms-transform: none;
        transform: none;
    }
    .mod_gallery #gallery_slider .grid .grid_colum, .mod_gallery .gallery_page_block .grid .grid_colum {
        width: 100% !important;
        margin-left: 0 !important;
        height: auto;
    }
    .mod_gallery #gallery_slider .grid.main_gallery .grid_item, .mod_gallery .gallery_page_block .grid.main_gallery .grid_item {
        height: auto !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item, .mod_gallery .gallery_page_block .grid .grid_item {
        padding: 5px 10px;
        margin: 0;
    }
    .image_credit {
        display: none !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item.width_2, .mod_gallery .gallery_page_block .grid .grid_item.width_2 {
        width: 100% !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item.width_1, .mod_gallery .gallery_page_block .grid .grid_item.width_1 {
        width: 100% !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin: 0 auto 130px !important;
    }

    .two-boxes-sec {
        padding: 50px 0px 0px 0px !important;
    }
    .two-boxes-left-sec, .two-boxes-right-sec {
        padding: 0px 15px !important;
        margin-bottom: 15px !important;
    }
    .two-boxes-sec .two-boxes-right-sec p {
        padding: 0px 10px 20px 10px !important;
    }
    .journey-start-here-sec.find-more-sec {
        padding: 50px 0px !important;
    }
    .journey-start-here-sec .find-more-inner-sec p {
        width: 100%;
        margin: 0px auto 20px auto !important;
    }
    .check-dates-sec h2 {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
    .check-dates-sec .vc_sep_width_10 {
        width: 40%;
    }
    .check-dates-sec {
        margin: 0px auto !important;
        padding: 30px 0px !important;
    }
    .filter-cel {
        padding: 0px 0px 0px 0px !important;
    }
    .check-dates-sec .button-hide-show ul li {
        padding: 0px 10px 0px 20px;
        font-size: 13px;
    }
    .check-dates-sec .bd-calender table.table td, .check-dates-sec .bd-calender table.table th {
        max-width: 50px !important;
        width: 50px !important;
    }
    .check-dates-sec .bd-calender .row .col-md-4 h4 {
        margin-bottom: 0px !important;
    }
    .check-dates-sec .button-hide-show ul {
        justify-content: space-between;
    }
    .remaining-dates-sec ul {
        font-size: 20px;
        width: 100%;
        padding-left: 0px;
        margin: 40px auto 0px auto !important;
    }
    .remaining-dates-sec p {
        width: 100%;
    }
    .wedding-offers-deal-sec {
        padding: 30px 0px !important;
    }
    .wedding-offers-deal-sec h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        padding: 0px 20px !important;
    }
    .wedding-offers-deal-sec .vc_sep_width_10 {
        width: 40%;
    }
    .deal-offers-inner h3 {
        font-size: 20px !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
    .deal-offers-inner-left {
        margin-bottom: 0px !important;
    }
    .deal-offers-inner-right {
        margin-bottom: 50px !important;
    }
    .remaining-dates-sec ul li {
        padding-bottom: 10px;
    }
    .venues-image-grid {
        display: none;
    }
    .vision-sec {
        margin: 30px auto 0px auto !important;
        padding: 50px 0px !important;
    }
    .vision-sec .vc_sep_width_10 {
        width: 40%;
    }
    .vision-sec h2 {
        padding-bottom: 0px;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .vision-sec p {
        width: 100%;
    }
    .key-feature-sec p{
        width: 100% !important;
    }
    .dryhire-mid-banner-sec {
       margin-bottom: 50px;
    }
    .mobile-accomodation-image-grid {
        margin: 0px auto !important;
        padding-bottom: 50px !important;
        display: block !important;
    }
    .mobile-cultural-image-grid {
        margin: 20px auto 0px auto !important;
        padding-bottom: 20px !important;
    }
    .dining-designed-sec {
        padding: 0px 0px 50px 0px !important;
        margin: 0px auto !important;
    }
   .dining-designed-sec h2 {
        padding-bottom: 0px;
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 20px !important;
    }
    .dining-designed-sec .vc_sep_width_10 {
        width: 40%;
    }
    .dining-designed-sec p {
        width: 100%;
    }
    .vision-btn a {
        font-size: 16px !important;
        letter-spacing: 1px !important;
    }
    .find-more-inner-sec .vc_col-sm-4 {
       margin-bottom: 2rem !important;
    }
    .nav-left, .nav-right {
        display: none;
    }
    .stories-img {
        height: 250px;
    }
    .mobile-close {
        display: flex;
        justify-content: flex-start;
        padding: 15px;
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        left: 5px;
    }
    .mobile-close i {
        color: #686b6d !important;
        border: 1px solid #686b6d !important;
        padding: 7px 10px;
        width: 43px !IMPORTANT;
    }
    .mobile-nav-buttons a.btn {
        color: #fff !important;
        font-size: 15px;
    }
    /* Hide desktop buttons on mobile */
    .desktop-only {
        display: none;
    }
    /* MOBILE MENU */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -488px;
            width: 100%;
            height: 100vh;
            background: #fff;
            padding: 60px 20px 30px 20px;
            list-style: none;
            transition: left 0.4s ease;
            box-shadow: 2px 0 8px rgba(0,0,0,0.1);
            z-index: 10001;
            display: block;
        }
        .mobile-menu.active {
            left: 0;
        }

    /* Optional: style mobile buttons */
    .mobile-nav-buttons {
        padding: 0px 0px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .mobile-nav-buttons .btn {
        display: block;
        text-align: center;
    }
    .wedding-header .container {
        padding: 15px 10px !important;
    }

    .wedding-header .navbar {
        padding: 0px 0;
    }
     .wedding-header .header-phone-icon {
        font-size: 20px;
        color: #393c3f !important;
        display: flex;
        align-items: center;
        border: 1px  solid #393c3f;
        padding: 5px;
    }
    .wedding-menus .nav-container {
        padding: 13px 10px;
        background: #393c3f;
        justify-content: center;
    }
    .wedding-header .mobile-toggle {
        display: block;
        border: 1px solid #393c3f;
        padding: 5px 3px 3px 3px;
    }
    .wedding-header .mobile-toggle i{
        color: #393c3f !important;
    }
    .logo {
        margin: auto;
    }
    .wedding-menus .nav-menu {
        position: fixed;
        right: -260px; /* hidden initially */
        top: 0;
        width: 260px;
        height: 100vh;
        background: white;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        transition: 0.4s ease;
        z-index: 999;
        box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    }

    .wedding-menus .nav-menu.active {
        right: 0;
        padding-top: 90px !important;
    }
    .wedding-header .btn {
        background: #393c3f !important;
        color: #fff !important;
        padding: 10px 18px;
        text-decoration: none;
        font-size: 15px;
        border-radius: 0px !important;
    }
    .wedding-menus {
        display: none;
    }
    .weddings-inner-caption {
        display: none !important;
    }
    .wedding-menus .nav-buttons {
        display: none;
    }
    .wedding-menus .mobile-toggle {
        display: block;
        color: #fff;
    }
    .wedding-menus #weddings-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.45);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 998;
    }

    .wedding-menus #weddings-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .memories-sec {
        padding: 50px 0px !important;
        margin: 0px auto !important;
    }
    .memories-sec h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .memories-sec .vc_sep_width_10 {
        width: 40% !important;
    }
    .box-content .vc_sep_width_20 {
        width: 40% !important;
    }
    .memories-sec p {
        width: 100%;
        margin: 0px auto !important;
    }
    .weddings-banner h1 {
        font-size: 41px !important;
        line-height: 50px;
    }
    .sub-header-banner {
        letter-spacing: 3px;
        font-size: 28px !important;
    }
    .sb-logo-img img {
        margin-bottom: 20px;
        width: 60%;
    }
    .weddings-banner {
        min-height: 500px;
    }
    .wedding-cermony-img {
        margin-bottom: 0px !important;
        min-height: 340px !important;
    }
    .box-content {
        padding: 30px 10px !important;
        min-height: auto !important;
    }
    .box-content h2 {
        margin-bottom: 20px !important;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .wedding-accomdation-sec .vc_sep_width_10 {
        width: 40%;
    }
    .wedding-accomdation-sec h2 {
        margin-bottom: 10px !IMPORTANT;
    }
    .journey-sec .vc_sep_width_10 {
        width: 40%;
    }
    .journey-sec h2 {
        margin-bottom: 10px !important;
    }
    .download-btn {
        margin-top: 0px !important;
    }
    .img-height{
        min-height: 340px !important;
    }
    .ballroom-sec {
        flex-direction: column-reverse;
    }
    .ballroom-sec .box-content{
        margin-bottom: 0px !important;
    }
    .food-beverages-sec .img-height {
        margin-bottom: 0px !important;
    }
    .wedding-image-grid{
        display: none !important;
    }
    .rosewood-sec {
        flex-direction: column-reverse;
    }
    .rosewood-sec .box-content {
        margin-bottom: 0px !important;
    }
    .wedding-accomdation-sec h2 {
        font-size: 30px !important;
    }
    .garden-room-sec .img-height {
        margin-bottom: 0px !important;
    }
    .wedding-viewing-day-sec {
        flex-direction: column-reverse;
    }
    .wedding-viewing-day-sec .box-content {
        margin-bottom: 0px !important;
    }
    .journey-sec {
        padding: 30px 0px !important;
    }
    .journey-sec h2{
        font-size: 30px !important;
    }
    .journey-three-box-sec h3 {
        padding: 0px 10px;
        font-size: 24px !important;
        margin-bottom: 0px !IMPORTANT;
    }
    .journey-three-box-sec .vc_col-sm-4 {
        margin-bottom: 0px !important;
    }
    .save-dream-sec h2 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .real-stories-sec h2 {
        margin-bottom: 0px !important;
    }
    .real-stories-sec .vc_sep_width_10 {
        width: 40%;
    }
    .testimonials-div-sec .vc_sep_width_10 {
        width: 40%;
    }
    .wedding-faq-sec h2 {
        margin-bottom: 0px !important;
    }
    .faq-inner-box {
        margin: 50px auto 0px auto !important;
    }
    .save-dream-sec {
        margin: 0px auto !important;
        min-height: 370px;
        padding: 0px  !important;
    }
    .real-stories-sec h2 {
        font-size: 30px !important;
    }
    .real-stories-sec {
        padding: 30px 0px !important;
    }
    .testimonials-div-sec h2 {
        font-size: 30px !important;
        margin-bottom: 0px !IMPORTANT;
    }
    .testimonials-div-sec {
        margin: 20px auto 30px auto !important;
    }
    .testimonials-sec .testimonials-box {
        padding: 30px 20px;
    }
    .testimonials-sec .col-md-4 {
        margin-bottom: 20px !important;
    }
    .testimonials-sec {
        margin-top: 40px !important;
        margin-bottom: 0px !important;
    }
    .mansory-grid-sec{
        display: none !important;
    }
    .wedding-faq-sec {
        padding: 50px 0px !important;
    }
    .wedding-faq-sec h2 {
        font-size: 30px !important;
    }
    .faq-inner-box .vc_column-inner {
        padding: 0px !important;
    }
    .insta-sec .insta-inner-sec .wpb_single_image.vc_align_left {
        text-align: center !important;
    }
    .insta-inner-sec .vc_col-sm-6 {
        padding-bottom: 0px !important;
        margin: 0px !important;
    }
    .insta-inner-sec p {
       text-align: center !important;
       padding-top: 15px !important;
    }
    .get-in-touch-sec {
        padding: 30px 0px !important;
    }
   .get-in-touch-sec h2 {
        font-size: 30px !important;
        margin-bottom: 0px !important;
    }
    .get-in-touch-sec .vc_sep_width_10 {
        width: 40%;
    }
    .get-in-touch-inner h4 {
        font-size: 25px !important;
        text-align: center !important;
    }
    .get-in-touch-inner p {
        text-align: center !important;
    }
    .get-in-touch-inner p br {
        display: none;
    }
    .map-footer-sec {
        width: 100% !important;
    }
    .get-in-touch-inner .col-md-6 {
        margin-bottom: 15px !important;
    }
    .get-in-touch-inner .footer-form .row {
        margin-bottom: 0px !important;
    }
    .get-in-touch-inner .footer-form  textarea {
        height: 100px;
    }
    .get-in-touch-inner .footer-form input[type="submit"] {
        float: none !important;
        display: block !IMPORTANT;
        margin: 20px auto 0px auto !important;
    }
    .get-in-touch-inner {
        margin: 50px auto  0px auto !important;
    }
    .footer-memories-sec.memories-sec {
        margin: 0px auto 50px auto !important;
    }
    .three-box-btn .download-btn {
        width: 33%;
        float: left;
    }
    .wedding-footer {
        padding: 0px 0px !important;
    }
    .wedding-footer .col-md-3 {
        margin-bottom: 20px !important;
    }
    .wedding-footer .container {
        padding: 0px 15px !important;
    }
    .wedding-footer .col-md-3 .footer-logo {
        padding-top: 30px;
        padding-left: 0px;
        display: block;
        margin: 0px auto;
        width: 70%;
        padding-right: 0px !IMPORTANT;
    }
    .footer-menus {
        text-align: center;
        gap: 8px 10px;
    }
    .wedding-footer p {
        text-align: center;
    }
    .wedding-footer .col-md-5 {
        margin-bottom: 30px !important;
    }
    .social-div {
        justify-content: center;
    }
    .footer-menus-bottom {
        justify-content: center;
        margin-top: 30px;
        text-align: center;
        font-size: 16px;
        padding-left: 0px !important;
        flex-direction: column-reverse;
    }
    .footer-menus-bottom li a {
        font-weight: 400;
    }
    .footer-menus-bottom li {
        color: #393c3f !important;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .find-more-sec {
        padding: 50px 0px !important;
    }
    .page-template-venues .find-more-sec {
        padding: 0px 0px !important;
    }
    .find-more-sec h2 {
        padding-bottom: 0px;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .find-more-sec  .vc_sep_width_10 {
        width: 40% !important;
    }
    .find-more-inner-sec {
        margin: 50px auto 20px auto !important;
        padding: 0px 0px 0px 0px !important;
    }
    .find-more-inner-sec p {
        padding: 0px 0px 10px 0px !important;
    }
   .find-more-inner-sec h3 {
    font-size: 25px !important;
    margin-bottom: 0px !important;
}

.mobile-menu .dropdown-menu {
    display: none;
    padding-left: 0px;
    background: #ededed;
}

.mobile-menu .has-dropdown.open > .dropdown-menu {
    display: block;
}

.has-dropdown > a.dropdown-toggle::after {
    content: "\f107";
    float: right;
    transition: 0.3s;
    font-family: 'FontAwesome';
}

.has-dropdown.open > a.dropdown-toggle::after {
    transform: rotate(180deg);
}
.copyright-row {
    flex-direction: column-reverse;
}
.copyright-sec {
    padding-right: 15px !important;
    padding-top: 10px !important;
}
}

@media (min-width:768px) and (max-width:1023px) {
.mod_gallery #gallery_slider, .mod_gallery .gallery_page_block {
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: auto;
        margin: 0px !important;
    }
    .mod_gallery #gallery_slider .grid.main_gallery, .mod_gallery .gallery_page_block .grid.main_gallery {
        margin-left: 0;
        width: 100%;
        -ms-transform: none;
        transform: none;
    }
    .mod_gallery #gallery_slider .grid .grid_colum, .mod_gallery .gallery_page_block .grid .grid_colum {
        width: 100% !important;
        margin-left: 0 !important;
        height: auto;
    }
    .mod_gallery #gallery_slider .grid.main_gallery .grid_item, .mod_gallery .gallery_page_block .grid.main_gallery .grid_item {
        height: auto !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item, .mod_gallery .gallery_page_block .grid .grid_item {
        padding: 5px 10px;
        margin: 0;
    }
    .image_credit {
        display: none !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item.width_2, .mod_gallery .gallery_page_block .grid .grid_item.width_2 {
        width: 100% !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item.width_1, .mod_gallery .gallery_page_block .grid .grid_item.width_1 {
        width: 100% !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin: 0 auto 130px !important;
    }
.mobile-menu .dropdown-menu {
    display: none;
    padding-left: 0px;
    background: #ededed;
}

.mobile-menu .has-dropdown.open > .dropdown-menu {
    display: block;
}

.has-dropdown > a.dropdown-toggle::after {
    content: "\f107";
    float: right;
    transition: 0.3s;
    font-family: 'FontAwesome';
}

.has-dropdown.open > a.dropdown-toggle::after {
    transform: rotate(180deg);
}
.copyright-row {
    flex-direction: column-reverse;
}
.col-md-9.useful-link-sec {
    flex: 0 0 100%;
    max-width: 100%;
}
.wedding-header .container {
    padding: 10px 15px !important;
}
.wedding-menus {
    display: none !important;
}
.wedding-header .mobile-toggle {
    display: block;
    border: 1px solid #393c3f;
    padding: 5px 3px 3px 3px;
}
.wedding-header .mobile-toggle i {
    color: #393c3f !important;
}
.nav-left, .nav-right {
    display: none;
}
.logo {
    margin: auto;
}
.wedding-header .header-phone-icon {
    font-size: 20px;
    color: #393c3f !important;
    display: flex;
    align-items: center;
    border: 1px  solid #393c3f;
    padding: 5px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: -1056px;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 60px 20px 30px 20px;
    list-style: none;
    transition: left 0.4s ease;
    box-shadow: 2px 0 8px rgba(0,0,0,0.1);
    z-index: 10001;
    display: block;
}
.mobile-menu.active {
    left: 0px;
    width: 320px;
}
.weddings-inner-caption {
    padding: 0px 10px !important;
    top: -8%;
}
.weddings-inner-caption .vc_col-sm-6:first-child {
    width: 70%;
}
.weddings-inner-caption .vc_col-sm-6:last-child {
    width: 30%;
}
.memories-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.memories-sec {
    padding: 20px 0px !important;
    margin: 50px auto !important;
}
.memories-sec p {
    width: 100% !important;
}
.memories-sec .vc_sep_width_10 {
    width: 20%;
}
.box-content h2 {
    margin-bottom: 30px !important;
    font-size: 40px !important;
    line-height: 50px !important;
}
.wedding-cermeony-sec .vc_col-sm-6 {
    width: 100% !important;
}
.wedding-cermony-img {
    min-height: 550px !important;
}
.img-height {
    min-height: 550px !important;
}
.box-content {
    padding: 40px 25px !important;
    min-height: auto !important;
}
.ballroom-sec, .rosewood-sec, .wedding-viewing-day-sec {
    flex-direction: column-reverse !important;
}
.grid-three-img img {
    height: 184px !important;
    object-fit: cover;
}
.wedding-image-grid .grid-one-img img {
    height: 325px !important;
    object-fit: cover !important;
}
.wedding-accomdation-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.wedding-accomdation-sec .vc_sep_width_10 {
    width: 20%;
}
.journey-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.save-dream-sec {
    padding: 50px 0px !important;
}
.save-dream-sec h2{
    font-size: 40px !important;
    line-height: 50px !important;
}
.save-dream-sec .find-more-btn {
    margin-bottom: 0px !important;
}
.real-stories-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.real-stories-sec .vc_sep_width_10 {
    width: 20% !important;
}
.stories-img {
    height: 300px;
}
.testimonials-div-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.mansory-grid-img-five img, .mansory-grid-img-six img {
    height: 134px !important;
}
.mansory-grid-img-four img {
    height: 283px !important;
}
.mansory-grid-img-three img {
    height: auto !important;
}
.mansory-grid-img-seven img {
    height: 402px !important;
}
.wedding-faq-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.journey-sec .vc_sep_width_10 {
    width: 20% !important;
}
.save-dream-sec .vc_sep_width_10 {
    width: 20% !important;
}
.testimonials-div-sec .vc_sep_width_10,
.get-in-touch-sec .vc_sep_width_10 {
    width: 20% !important;
}
.get-in-touch-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.wedding-footer .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.wedding-footer .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
}
.wedding-footer .col-md-4{
    flex: 0 0 100%;
    max-width: 100%;
}
.wedding-footer .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
}
.social-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer-logo {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 40px;
    mix-blend-mode: darken;
    width: 45%;
    margin: 0px auto 50px auto;
    display: block;
}
.footer-menus {
    text-align: center;
}
.wedding-footer p strong, .wedding-footer strong {
    display: block;
}
.social-menus {
    justify-content: center;
}
.footer-menus-bottom {
    text-transform: capitalize;
    margin-top: 20px !important;
    padding-left: 0px !important;
}
.footer-menus-bottom li:after {
    right: -18px;
}
.copyright-para {
    text-align: center;
}
.venues-image-grid .grid-img.grid-one-img img {
    height: 350px !important;
}
.venues-image-grid .grid-inner-box .grid-three-img img {
    height: 204px !important;
}
.find-more-sec {
    padding: 50px 0px !important;
}
.find-more-sec h2 {
    margin-bottom: 0px !important;
    font-size: 40px !important;
    line-height: 50px !important;
}
.find-more-sec .vc_sep_width_10 {
    width: 20%;
}
.find-more-inner-sec {
    margin: 50px auto 20px auto !important;
    padding: 0px 0px 0px 0px !important;
}
.find-more-inner-sec h3 {
    font-size: 26px !important;
}
.page-template-accommodation .grid-two-img img {
    height: auto !important;
}
.page-template-accommodation .grid-three-img img {
    height: 236px !important;
}
.wedding-image-grid .grid-one-img img {
    height: 370px !important;
}
.find-more-inner-sec p {
    padding: 0px 0px 20px 0px !important;
}
.check-dates-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.check-dates-sec .vc_sep_width_10 {
    width: 20% !important;
}
.check-dates-sec .bd-calender  table.table td {
    padding: .50rem .25rem !important;
}
.check-dates-sec .bd-calender .row .col-md-4 {
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.check-dates-sec .bd-calender  table.table th {
    padding: 1rem 0rem !important;
    font-size: 14px !important;
}
.two-boxes-sec {
    padding: 0px 0px 0px 0px !important;
}
.journey-start-here-sec .find-more-inner-sec p {
    width: 100%;
    padding: 0px 0px !important;
}
.wedding-offers-deal-sec {
    padding: 40px 0px !important;
    margin: 0px auto !IMPORTANT;
}
.wedding-offers-deal-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.wedding-offers-deal-sec  h3 {
    font-size: 23px !important;
    margin-bottom: 5px !important;
}
.offers-journey-sec {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.page-template-food-drink .grid-two-img img {
    height: auto !important;
}
.page-template-food-drink .grid-three-img img {
    height: 231px !important;
}
.page-template-food-drink .wedding-image-grid .grid-one-img img {
    height: 362px !important;
}
.dining-designed-sec {
    margin: 0px auto !important;
}
.dining-designed-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.dining-designed-sec .vc_sep_width_10 {
    width: 20%;
}
.dining-designed-sec p {
    width: 100% !important;
}
.vision-sec h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.vision-sec .vc_sep_width_10 {
    width: 20%;
}
.vision-sec p {
    width: 100% !important;
}
.key-feature-sec p {
    width: 100%;
}
.contact-form-weddings .contin-inner .full-form.full-center {
    flex-direction: column !important;
}
.download-form-sec .af-form-wrapper .af-body label.previewLabel {
    font-size: 15px !important;
}
}
@media (min-width:1000px) and (max-width:1199px) {
.wedding-header .mobile-toggle{
    display: none !important;
}
.nav-left, .nav-right {
    display: flex;
}
.wedding-header .header-phone-icon{
    display: none;
}
.nav-links a {
    font-size: 12px !important;
    padding: 10px 8px !important;
}
.wedding-header .logo img {
    height: 35px !important;
}
.wedding-header .container {
    padding: 10px 0px !important;
}
.wedding-header .nav-links li a:after {
    bottom: 8px;
}
.wedding-menus {
    display: block !important;
}
.wedding-menus .dropdown-nav li a {
    padding: 10px 8px;
    font-size: 13px !important;
}
.wedding-menus .btn {
    padding: 10px 8px;
    font-size: 13px !important;
}
.wedding-menus .nav-container {
    padding: 20px 5px !important;
}
.wedding-cermeony-sec .vc_col-sm-6 {
    width: 50% !important;
}
.ballroom-sec, .rosewood-sec, .wedding-viewing-day-sec {
    flex-direction: row !important;
}
.grid-three-img img {
    height: 246px !important;
}
.wedding-image-grid .grid-one-img img {
    height: 433px !important;
}
.memories-sec .vc_sep_width_10 {
    width: 10%;
}
.mansory-grid-img-three img {
    height: 200px !important;
}
.mansory-grid-img-four img {
    height: 313px !important;
}
.mansory-grid-img-five img, .mansory-grid-img-six img {
    height: 149px !important;
}
.mansory-grid-img-seven img {
    height: 528px !important;
}
.venues-image-grid .grid-inner-box .grid-three-img img {
    height: 267px !important;
}
.venues-image-grid .grid-img.grid-one-img img {
    height: 457px !important;
}
.wedding-accomdation-sec .vc_sep_width_10,
.journey-sec .vc_sep_width_10,
.save-dream-sec .vc_sep_width_10,
.real-stories-sec .vc_sep_width_10,
.testimonials-div-sec .vc_sep_width_10, 
.get-in-touch-sec .vc_sep_width_10,
.find-more-sec .vc_sep_width_10,
.check-dates-sec .vc_sep_width_10,
.dining-designed-sec .vc_sep_width_10 {
    width: 10% !important;
}
.page-template-accommodation .grid-three-img img {
    height: 318px !important;
}
.wedding-image-grid .grid-one-img img {
    height: 492px !important;
}
.offers-journey-sec {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
.page-template-food-drink .grid-three-img img {
    height: 312px !important;
}
.page-template-food-drink .wedding-image-grid .grid-one-img img {
    height: 481px !important;
}
.mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2, .mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2 {
    font-size: 30px
}
.box-content h2 {
    margin-bottom: 30px !important;
    font-size: 40px !important;
    line-height: 30px !important;
}
}
@media (min-width:1200px) and (max-width:1300px) {
    .weddings-inner-caption {
        top: -8% !important;
        padding: 0px 15px !important;
    }
    .grid-three-img img {
        height: 305px !important;
    }
    .wedding-image-grid .grid-one-img img {
        height: 531px !important;
    }
    .accomodation-image-grid .grid-one-img img {
        height: auto !important;
    }
    .mansory-grid-img-three img {
        height: 210px !important;
    }
    .mansory-grid-img-four img {
        height: 426px !important;
    }
    .mansory-grid-img-five img, .mansory-grid-img-six img {
        height: 205px !important;
    }
    .mansory-grid-img-seven img {
        height: 652px !important;
    }
    .get-in-touch-inner .footer-form  textarea {
        height: 310px;
    }
    .page-template-accommodation .grid-two-img img {
        height: 232px !important;
    }
    .page-template-accommodation .grid-three-img img {
        height: 394px !important;
    }
    .page-template-food-drink .grid-two-img img {
        height: 215px !important;
        object-fit: cover;
    }
    .page-template-food-drink .grid-three-img img {
        height: 387px !important;
        object-fit: cover;
    }
    .wedding-menus .nav-menu a {
        font-size: 15px !important;
    }
    .find-more-inner-sec {
        padding: 50px 0px 0px 0px !important;
    }
    .footer-menus-bottom li:after {
        height: 60%;
        right: -10px;
        top: 5px;
    }
    .venues-image-grid .grid-inner-box .grid-three-img img {
        height: 327px !important;
    }
    .venues-image-grid .grid-img.grid-one-img img {
        height: 557px !important;
    }
    .nav-links a {
        font-size: 13px;
        padding: 20px 14px;
    }
}
@media (min-width:1400px) and (max-width:1499px) {
     .landing-space {
        height: 133px !important;
    }
    .weddings-inner-caption {
        top: -8% !important;
        padding: 0px 0px !important;
    }
    .wedding-image-grid .grid-one-img img {
        height: 595px !important;
    }
    .accomodation-image-grid .grid-one-img img {
        height: 708px !important;
    }
    .page-template-food-drink .accomodation-image-grid .grid-one-img img {
        height: 681px !important;
    }
    .mansory-grid-img-three img {
        height: 265px !important;
    }
    .mansory-grid-img-seven img {
        height: 731px !important;
    }
    .grid-three-img img {
        height: 342px !important;
    }
    .page-template-accommodation .grid-two-img img {
        height: 250px !important;
    }
    .page-template-accommodation .grid-three-img img {
        height: 442px !important;
    }
    .page-template-food-drink .grid-two-img img {
        height: 235px !important;
        object-fit: cover;
    }
    .page-template-food-drink .grid-three-img img {
        height: 430px !important;
        object-fit: cover;
    }
    .venues-image-grid .grid-inner-box .grid-three-img img {
        height: 367px !important;
    }
    .venues-image-grid .grid-img.grid-one-img img {
        height: 624px !important;
    }
}
@media (min-width:1500px) and (max-width:1599px) {
     .landing-space {
        height: 133px !important;
    }
    .weddings-inner-caption {
        top: -8% !important;
        padding: 0px 0px !important;
    }
    .grid-three-img img {
        height: 359px !important;
    }
    .wedding-image-grid .grid-one-img img {
        height: 623px !important;
    }
    .accomodation-image-grid .grid-one-img img {
        height: 734px !important;
    }
    .page-template-food-drink .accomodation-image-grid .grid-one-img img {
        height: 709px !important;
    }
    .mansory-grid-img-three img {
        height: 295px !important;
    }
    .mansory-grid-img-seven img {
        height: 761px !important;
    }
    .page-template-accommodation .grid-two-img img {
        height: 250px !important;
    }
    .page-template-accommodation .grid-three-img img {
        height: 468px !important;
    }
    .page-template-food-drink .grid-two-img img {
        height: 237px !important;
        object-fit: cover;
    }
    .page-template-food-drink .grid-three-img img {
        height: 457px !important;
    }
    .venues-image-grid .grid-inner-box .grid-three-img img {
        height: 381px !important;
    }
    .venues-image-grid .grid-img.grid-one-img img {
        height: 649px !important;
    }
}
@media (min-width:1600px) and (max-width:1899px) {
     .landing-space {
        height: 133px !important;
    }
    .grid-three-img img {
        height: 385px !important;
    }
    .weddings-inner-caption {
        top: -8% !important;
        padding: 0px 0px !important;
    }
    .page-template-accommodation .grid-three-img img {
        height: 501px !important;
    }
    .page-template-food-drink .grid-three-img img {
        height: 489px !important;
    }
    .wedding-image-grid .grid-one-img img {
        height: 665px !important;
    }
    .accomodation-image-grid .grid-one-img img {
        height: 760px!important;
    }
    .page-template-food-drink .accomodation-image-grid .grid-one-img img {
        height: 735px!important;
    }
    .venues-image-grid .grid-inner-box .grid-three-img img {
        height: 406px !important;
    }
    .venues-image-grid .grid-img.grid-one-img img {
        height: 692px !important;
    }
    .mansory-grid-img-three img {
        height: 325px !important;
    }
    .mansory-grid-img-four img {
        height: 470px !important;
    }
    .mansory-grid-img-five img, .mansory-grid-img-six img {
        height: 227px !important;
    }
    .mansory-grid-img-seven img {
        height: 809px !important;
    }
}
@media (min-width:1900px) and (max-width:5000px) {
    .landing-space {
        height: 137px !important;
    }
    .mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2, 
    .mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2 {
        font-size: 50px;
    }
    .mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2::after, 
    .mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2::after {
        bottom: -50px;
    }
    .find-more-inner-sec p {
        padding: 0px 30px 30px 30px;
    }
    .vision-sec p {
        width: 68%;
    }
    .vision-sec {
        padding: 100px 0px !important;
    }
    .wedding-image-grid .grid-one-img img {
        height: 787px !important;
    }
    .accomodation-image-grid .grid-one-img img {
        height: auto !important;
    }
    .venues-image-grid .grid-inner-box .grid-three-img img {
        height: 481px !important;
    }
    .venues-image-grid .grid-img.grid-one-img img {
        height: 817px !important;
    }
    .weddings-inner-caption {
        top: -8% !important;
        padding: 0px 0px !important;
    }
    .page-template-accommodation .grid-two-img img {
        height: 338px !important;
    }
    .page-template-accommodation .grid-three-img img {
        height: 597px !important;
    }
     .page-template-food-drink .grid-two-img img {
        height: 316px !important;
        object-fit: cover;
    }
    .page-template-food-drink .grid-three-img img {
        height: 583px !important;
        object-fit: cover;
    }
    .box-content .download-btn {
        margin-top: 70px !important;
    }
    .wedding-header .logo {
        margin-left: -20px !IMPORTANT;
    }
    .wedding-image-grid {
        max-width: 1880px !important;
    }

    .mansory-grid-sec {
        max-width: 1880px !important;
    }

    .grid-three-img img {
        height: 457px !important;
    }

    .box-content {
        padding: 50px 100px !IMPORTANT;
        min-height: 750px !important;
    }

    .memories-sec p {
        width: 64%;
        margin: 0px auto !important;
    }

    .wedding-accomdation-sec .owl-carousel--vadaptive .owl-item {
        height: auto !important;
    }

    .save-dream-sec {
        min-height: 600px;
    }

    .mansory-grid-img-three img {
        height: 350px !important;
    }

    .mansory-grid-img-four img {
        height: 593px !important;
    }

    .mansory-grid-img-five img, .mansory-grid-img-six img {
        height: 289px !important;
        object-fit: cover;
    }

    .mansory-grid-img-seven img {
        height: 958px !important;
        object-fit: cover;
    }

    .journey-sec {
        max-width: 1738px;
    }

}