.section-evinn1 .evejordanright .socialbtn .bbtn .facebook {
    background-image: url(../images/facebook1.png);
    background-position: 0px 12px;
}

.section-evinn1 .evejordanright .socialbtn .bbtn .instagram {
    background-image: url(../images/instagram1.png);
    background-position: 0px 12px;
}
.gallery-item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	transition: transform 0.3s ease;
}
.gallery-item:hover {
	transform: scale(1.05);
}
.gallery-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: opacity 0.3s ease;
}
.gallery-item:hover img {
	opacity: 0.8;
}
.gallery-video-wrapper {
	position: relative;
}
.gallery-video-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 64px;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	pointer-events: none;
	transition: all 0.3s ease;
}
.gallery-item:hover .gallery-video-overlay {
	font-size: 72px;
}

#calendar_content div.selected-date {
	background-color: #673FD6 !important;
	color: #ffffff !important;
	font-weight: bold;
}
#calendar_content div.in-range {
	border-radius: 0;
	opacity: 0.7;
}
#calendar_content div:not(.blank) {
	cursor: pointer;
	transition: all 0.2s ease;
}
#calendar_content div:not(.blank):hover {
	opacity: 0.8;
	transform: scale(1.05);
}

/* Newsletter Popup Styles */
.newsletter-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
		
.newsletter-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
		
.newsletter-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	padding: 40px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	max-width: 500px;
	width: 90%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
		
.newsletter-popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 30px;
	color: #384657;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	width: 30px;
	height: 30px;
}
		
.newsletter-popup-close:hover {
	color: #101A28;
}

.newsletter-popup-title {
	font-size: 28px;
	color: #101A28;
	margin-bottom: 15px;
	font-family: 'DraftBMedium';
}
html[dir="rtl"] .newsletter-popup-title {
    font-family: '29LTZaridSansMedium';
}
		
.newsletter-popup-text {
	font-size: 16px;
	color: #384657;
	margin-bottom: 25px;
	font-family: 'DraftBRegular';
}
html[dir="rtl"] .newsletter-popup-text {
    font-family: '29LTZaridSansMedium';
}
		
.newsletter-popup-input {
	width: 100%;
	height: 56px;
	padding: 6px 20px 10px;
	font-size: 16px;
	color: #384657;
	background-color: #F5F5F7;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'DraftBMedium';
	box-sizing: border-box;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}
html[dir="rtl"] .newsletter-popup-input {
    font-family: '29LTZaridSansMedium';
}
		
.newsletter-popup-input::placeholder {
	color: #9E9E9E;
}
		
.newsletter-popup-input:focus {
	outline: none;
	border-color: #66C3EA;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 0px 3px rgba(102, 195, 234, 0.1);
}
		
.newsletter-popup-button {
	width: 100%;
	height: 56px;
	background-color: #66C3EA;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'DraftBMedium';
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}
html[dir="rtl"] .newsletter-popup-button {
    font-family: '29LTZaridSansMedium';
}
		
.newsletter-popup-button:hover {
	background-color: #5AB0D6;
}
		
.newsletter-popup-button:disabled {
	background-color: #cccccc;
	cursor: not-allowed;
}
		
@media only screen and (max-width: 767px) {
	.newsletter-popup-content {
		padding: 30px 20px;
	}
			
	.newsletter-popup-title {
		font-size: 24px;
	}
			
	.newsletter-popup-text {
		font-size: 14px;
	}
}


/* Reset button/link styling to default */
.section-evinn1 .evejordanright .buyticketbox .ctidetails .facebook a, .section-evinn1 .evejordanright .buyticketbox .ctidetails .instagram a {padding: 0; background: none; border: none; border-radius: 0; color: inherit; font-size: inherit; display: inline;}

.ctidetails p.social {
	background-image: url(../images/share.svg);
}
/* Flex container for the icons */
.ctidetails > div {
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 10px; /* space between icons */
}
/* Individual icon boxes */
.ctidetails .facebook,
.ctidetails .instagram {
    width: 48px;
    height: 48px;
    border: 0.5px solid #00000033;
    border-radius: 10px;
    display: flex;
    align-items: center;   /* center the img vertically */
    justify-content: center; /* center the img horizontally */
}
/* Optional: make the icons fit nicely */
.ctidetails .facebook img,
.ctidetails .instagram img {
    width: 24px;
    height: 24px;
}

/* Contact Page Specific Styles */
.contact-banner {
    position: relative;
    height: 360px;
    z-index: 20;
    background-color: rgba(35, 20, 72, 0.90);
    background-repeat: no-repeat;
    background-image: url(/ClientTheme/images/bg4.jpg);
    background-position: 50% 100%;
}

.contact-banner .textinfo {
    position: absolute;
    left: 0px;
    bottom: 115px;
    width: 100%;
    z-index: 25;
}

.contact-banner .textinfo h2 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 74px;
}

.section-contact {
    position: relative;
    padding: 90px 0px 180px;
}

.contact-container {
    background-color: #FFFFFF;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 72px;
    /*margin-top: -75px;*/
    z-index: 20;
    position: relative;
}

.contact-intro {
    margin-bottom: 50px;
}

.contact-intro h3 {
    color: #101A28;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-intro p {
    color: #384657;
    font-size: 18px;
    font-family: 'DraftBRegular';
    line-height: 32px;
}
html[dir="rtl"] .contact-intro p {
    font-family: '29LTZaridSansMedium';
}

.contact-form {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 16px;
    color: #101A28;
    font-family: 'DraftBSemiBold';
    margin-bottom: 12px;
}
html[dir="rtl"] .form-group label {
    font-family: '29LTZaridSansSemiBold';
}

.form-group .form-control {
    width: 100%;
    height: 56px;
    padding: 6px 20px 10px;
    font-size: 16px;
    color: #384657;
    background-color: #F5F5F7;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: 'DraftBMedium';
    box-sizing: border-box;
    transition: all 0.3s ease;
}
html[dir="rtl"] .form-group .form-control {
    font-family: '29LTZaridSansMedium';
}

.form-group .form-control:focus {
    outline: none;
    border-color: #673FD6;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 3px rgba(103, 63, 214, 0.1);
}

.form-group textarea.form-control {
    height: 180px;
    resize: vertical;
    padding-top: 15px;
    font-family: 'DraftBRegular';
}
html[dir="rtl"] .form-group textarea.form-control {
    font-family: '29LTZaridSansMedium';
}

.form-group .form-control::placeholder {
    color: rgba(56, 70, 87, 0.4);
}

.form-group .text-danger {
    color: #dc3545;
    font-size: 14px;
    margin-top: 8px;
    display: block;
    font-family: 'DraftBRegular';
}
html[dir="rtl"] .form-group .text-danger {
    font-family: '29LTZaridSansMedium';
}

.submit-btn {
    display: inline-block;
    background-color: #673FD6;
    height: 56px;
    text-align: center;
    line-height: 52px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0px 50px;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-family: 'DraftBMedium';
}
html[dir="rtl"] .submit-btn {
    font-family: '29LTZaridSansMedium';
}

.submit-btn:hover {
    background-color: #9A4A3A;
    color: #FFFFFF;
}

.submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.alert-message {
    padding: 20px 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

.alert-success {
    background-color: rgba(102, 195, 234, 0.1);
    border: 1px solid #66C3EA;
    color: #101A28;
}

.alert-error {
    background-color: rgba(220, 53, 69, 0.1);
    border: 1px solid #dc3545;
    color: #101A28;
}

.contact-content-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-form-column {
    flex: 1;
    min-width: 300px;
}
/*.contact-form-column input[type="email"] {
    direction: rtl !important;
}*/

.contact-info-column {
    flex: 0 0 350px;
}

.contact-info-section {
    background-color: #F5F5F7;
    padding: 40px 30px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    height: fit-content;
}

.contact-info-section h3 {
    font-size: 24px;
    color: #101A28;
    margin-bottom: 30px;
}

.contact-info-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-info-item {
    width: 100%;
}

.contact-info-item h4 {
    font-size: 18px;
    color: #101A28;
    margin-bottom: 12px;
}

.contact-info-item p {
    font-size: 16px;
    color: #384657;
    font-family: 'DraftBRegular';
    line-height: 26px;
}
html[dir="rtl"] .contact-info-item p {
    font-family: '29LTZaridSansMedium';
}
html[dir="rtl"] .contact-info-item p .phoneNum {
    font-family: 'DraftBRegular';
    direction: ltr !important;
    unicode-bidi: embed;
}

.contact-info-item a {
    color: #673FD6;
    text-decoration: none;
}

.contact-info-item a:hover {
    color: #66C3EA;
    text-decoration: underline;
}

/* Responsive Styles */
@media only screen and (max-width: 1199px) {
    .contact-info-column {
        flex: 0 0 320px;
    }

    .contact-info-section {
        padding: 30px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-container {
        padding: 50px;
    }

    .contact-banner .textinfo h2 {
        font-size: 42px;
    }

    .section-contact {
        padding-bottom: 90px;
    }

    .contact-content-wrapper {
        flex-direction: column;
    }

    .contact-form-column,
    .contact-info-column {
        flex: 1 1 100%;
        width: 100%;
    }

    .contact-info-section {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-banner {
        height: 320px;
    }

    .contact-banner .textinfo {
        bottom: 70px;
    }

    .contact-banner .textinfo h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .contact-container {
        padding: 30px 20px;
        /*margin-top: -50px;*/
    }

    .contact-intro h3 {
        font-size: 24px;
    }

    .contact-intro p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-contact {
        padding: 40px 0px 60px;
    }

    .contact-info-section {
        padding: 25px 20px;
        margin-top: 30px;
    }

    .submit-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .contact-container {
        padding: 20px 15px;
    }
}

.email-copy-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background-color: #28a745;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: 'DraftBMedium';
    font-size: 14px;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.3s ease;
}
.email-copy-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.slick-track {margin-left: 0px !important;}
html[dir="rtl"] .slick-track {margin-right: 0px !important;}

/* Make fimgbox work as a clickable link */
.cfeatbox .cfeatinner a.fimgbox {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* Make wishlist span clickable and appear above the image */
.cfeatbox .cfeatinner .fimgbox .wishlist {
    cursor: pointer;
    pointer-events: auto;
}

/* About Page Section H3 Customizations */
.section-h3-about {
    position: relative;
    padding: 90px 0px 124px;
    overflow: hidden;
}

.section-h3-about .about-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/ClientTheme/images/bg.png'); /* Set image URL later */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.section-h3-about .sectionh3-content {
    position: relative;
    z-index: 1;
}

/* Static slider - remove any slider functionality */
.clsslider2-about {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.clsslider2-about .slideritems {
    flex: 0 0 auto;
    width: calc(25% - 36px);
    min-width: 280px;
    padding: 0 18px;
}

/* About slider specific styles */
.cexplinner-about {
    width: 100%;
    float: left;
}

.eimgbox-about {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    cursor: pointer;
}

.eimgbox-about:after {
    width: 100%;
    height: 100%;
    content: "";
    z-index: 13;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.eimgbox-about .about-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

/* Hover overlay with text */
.about-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.85);*/
    opacity: 0;
    z-index: 15;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 20px;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.about-hover-content {
    width: 100%;
    max-height: 100%;
}

.about-hover-content h4 {
    color: #FFFFFF;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-hover-content p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* Hover effect */
.eimgbox-about:hover .about-slider-img {
    filter: blur(8px);
}

.eimgbox-about:hover:after {
    background-color: rgba(0,0,0,0.6);
}

.eimgbox-about:hover .about-hover-overlay {
    opacity: 1;
}

.eimgbox-about:hover .tx {
    opacity: 0;
}

/* Custom scrollbar for hover overlay */
.about-hover-overlay::-webkit-scrollbar {
    width: 6px;
}

.about-hover-overlay::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.about-hover-overlay::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.about-hover-overlay::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Responsive adjustments */
@media only screen and (max-width: 1199px) {
    .clsslider2-about .slideritems {
        width: calc(33.333% - 36px);
        min-width: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .clsslider2-about .slideritems {
        width: calc(50% - 36px);
        min-width: 220px;
    }
    
    .about-hover-content h4 {
        font-size: 18px;
    }
    
    .about-hover-content p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .section-h3-about {
        padding: 40px 0px 60px;
    }
    
    .clsslider2-about .slideritems {
        width: calc(100% - 36px);
        min-width: 200px;
    }
    
    .about-hover-overlay {
        padding: 20px 15px;
    }
    
    .about-hover-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .about-hover-content p {
        font-size: 12px;
    }
}

/* RTL Support */
html[dir="rtl"] .eimgbox-about {
    float: right;
}

html[dir="rtl"] .cexplinner-about {
    float: right;
}

html[dir="rtl"] .about-hover-content h4,
html[dir="rtl"] .about-hover-content p {
    text-align: right;
}

/* Thank You Page Styles */
.thankyou-container {
    background-color: #FFFFFF;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 72px;
    z-index: 20;
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.thankyou-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.thankyou-content {
    margin-bottom: 40px;
}

.thankyou-title {
    color: #101A28;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: 'DraftBMedium';
}
html[dir="rtl"] .thankyou-title {
    font-family: '29LTZaridSansMedium';
}

.thankyou-message {
    color: #384657;
    font-size: 18px;
    font-family: 'DraftBRegular';
    line-height: 32px;
    margin: 0;
}
html[dir="rtl"] .thankyou-message {
    font-family: '29LTZaridSansMedium';
}

.thankyou-info-box {
    background-color: rgba(103, 63, 214, 0.05);
    border: 1px solid rgba(103, 63, 214, 0.2);
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 30px;
    margin-bottom: 40px;
}

.thankyou-info-text {
    color: #384657;
    font-size: 16px;
    font-family: 'DraftBRegular';
    line-height: 28px;
    margin-bottom: 20px;
}
html[dir="rtl"] .thankyou-info-text {
    font-family: '29LTZaridSansMedium';
}

.thankyou-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.thankyou-btn {
    display: inline-block;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0px 40px;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'DraftBMedium';
    text-decoration: none;
}
html[dir="rtl"] .thankyou-btn {
    font-family: '29LTZaridSansMedium';
}

.thankyou-btn-primary {
    background-color: #673FD6;
}

.thankyou-btn-primary:hover {
    background-color: #5630b8;
    color: #FFFFFF;
}

.thankyou-btn-secondary {
    background-color: #9A4A3A;
}

.thankyou-btn-secondary:hover {
    background-color: #7d3b2e;
    color: #FFFFFF;
}

/* Responsive Styles for Thank You Page */
@media only screen and (max-width: 991px) {
    .thankyou-container {
        padding: 50px;
    }

    .thankyou-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .thankyou-container {
        padding: 30px 20px;
    }

    .thankyou-icon svg {
        width: 60px;
        height: 60px;
    }

    .thankyou-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .thankyou-message {
        font-size: 16px;
        line-height: 24px;
    }

    .thankyou-info-box {
        padding: 20px;
    }

    .thankyou-info-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .thankyou-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .thankyou-container {
        padding: 20px 15px;
    }

    .thankyou-title {
        font-size: 24px;
    }
}

/* Venues Page Styles */
.venues-banner {
    position: relative;
    display: flex;
    align-items: center;
    background-image: url('/ClientTheme/images/banner-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 45px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    margin: 50px 0px;
}
html[dir="rtl"] .venues-banner {
    background-image: url('/ClientTheme/images/banner-bg-rtl.png');
}

.venues-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 20, 72, 0.2);
    z-index: 1;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.venues-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.venues-content h1 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'DraftBMedium';
}
html[dir="rtl"] .venues-content h1 {
    font-family: '29LTZaridSansMedium';
}

.venues-content p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'DraftBRegular';
}
html[dir="rtl"] .venues-content p {
    font-family: '29LTZaridSansMedium';
}

.venues-download-btn {
    display: inline-block;
    background-color: #23144833;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0px 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'DraftBMedium';
    text-decoration: none;
}
html[dir="rtl"] .venues-download-btn {
    font-family: '29LTZaridSansMedium';
}

.venues-download-btn:hover {
    background-color: rgba(35, 20, 72, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

/* Responsive Styles for Venues Page */
@media only screen and (max-width: 1199px) {
    .venues-banner {
        padding: 45px 40px;
        margin: 45px 0px;
    }

    .venues-content h1 {
        font-size: 32px;
    }

    .venues-content p {
        font-size: 18px;
    }

    .venues-download-btn {
        font-size: 15px;
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .venues-banner {
        padding: 40px 35px;
        margin: 40px 0px;
        background-image: url('/ClientTheme/images/banner-bg-mob.png');
    }
    html[dir="rtl"] .venues-banner {
        background-image: url('/ClientTheme/images/banner-bg-mob-rtl.png');
    }

    .venues-content h1 {
        font-size: 28px;
    }

    .venues-content p {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .venues-download-btn {
        font-size: 15px;
        height: 48px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .venues-banner {
        padding: 35px 30px;
        margin: 35px 0px;
    }

    .venues-content h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .venues-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .venues-download-btn {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        padding: 0px 25px;
    }
}

@media only screen and (max-width: 575px) {
    .venues-banner {
        padding: 30px 20px;
        margin: 30px 0px;
    }

    .venues-content h1 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .venues-content p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .venues-download-btn {
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .venues-banner {
        padding: 25px 15px;
        margin: 25px 0px;
    }

    .venues-content h1 {
        font-size: 20px;
    }

    .venues-content p {
        font-size: 14px;
    }

    .venues-download-btn {
        font-size: 13px;
    }
}