/*Theme Name: Mp Holidays
Author Name: CodeMax Media 
Version: 1.0*/
#wpforms-submit-1294{
	background-color: #c4272e;
	border-radius: 8px;
	width: 100%;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.gallery-one {
	  padding: 90px 0 90px!important;
	}
	.slogan-mob{
	 	max-height: 115px!important;
  		padding-top: 5px!important;
	}
	.brand-one{
		padding:10px 0!important;
	}
}

.mb-20{
    margin-bottom: 20px;
}

//video


.tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}

.tab-link {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.tab-link.active {
    background-color: #333;
    color: #fff;
}

.tabs-content {
    margin-top: 20px;
}

.tabs__tab {
    display: none;
}

.tabs__tab.active {
    display: block;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; 
}

.tab-img-box {
    flex: 1 1 calc(33.333% - 15px); 
    margin-bottom: 20px; 
}

.tab-title-box {
    margin-top: 10px;
} 

/* Pagination container */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a, 
.pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #14176C; /* Custom text color */
    background-color: #FFFBF3; /* Light background color */
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #c4272e;
}

.pagination a:hover {
    background-color: #c4272e; /* On hover, change background */
    color: #fff; /* White text on hover */
    border-color: #F7A400;
}

.pagination .current {
    background-color: #c4272e; /* Highlight active page */
    color: #fff;
    border-color: #c4272e;
    pointer-events: none; /* Disable click for current page */
}

.pagination .prev, 
.pagination .next {
    font-weight: bold;
}

.pagination a.disabled {
    color: #ccc;
    pointer-events: none;
}

.pagination a.disabled:hover {
    background-color: #FFFBF3;
    color: #ccc;
}

#show_all{
	padding-top: 50px;
}

.tab-link {
	 margin-left: 20px;
}
.tabs__content{
	    padding-top: 60px;
}
/* CONTACT FORM 7 CLEAN LAYOUT */

.wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Make all fields half width by default */
.wpcf7 form > p {
    width: 48%;
    margin: 0;
}

/* Make message full width */
.wpcf7 textarea {
    height: 160px;
    resize: none;
}

.wpcf7 form > p:has(textarea) ,.wpcf7 form p:nth-child(4){
    width: 100%;
}

/* Acceptance full width */
.acceptance-field {
    width: 100%;
    margin-top: 10px;
}

/* Submit full width */
.wpcf7 input[type="submit"] {
    width: 100%;
}

/* Inputs Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #0073aa;
    background: #ffffff;
    outline: none;
}

/* Labels */
.wpcf7 label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Acceptance link */
.acceptance-field a {
    color: #0073aa;
    font-weight: 600;
    text-decoration: underline;
}

/* Button */
.wpcf7 input[type="submit"] {
    background: #c3272e;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}
.acceptance-field, .wpcf7 input[type="submit"] { width: 100%; }
.wpcf7 input[type="submit"]:hover {
    background: #c3272e;
}

/* Mobile */
@media (max-width: 768px) {
    .wpcf7 form > p {
        width: 100%;
    }
}
.elementor-6199 .elementor-element.elementor-element-7700c55:not(.elementor-motion-effects-element-type-background){
min-height:250px;
}