body 
{
	overflow-x:hidden;
}
.logo-block-slider.slick-initialized .slick-slide {
    display: flex;
    margin-left: 12px;
}
.wp-block-uagb-container.logo-block-slider.slick-slider
{
    display: flex;
}
.wp-block-uagb-container.testimonial-slider.slick-slider {
    display: block;
}
.testimonial-slider.slick-initialized .slick-slide {
    display: flex;
}
.wp-block-uagb-container.image-slider {
    display: flex;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    z-index: 10;
    position: absolute !important;
    top: unset;
    bottom: 0;
    border: none;
    background: url(../images/slide-arow.svg) no-repeat center;
    padding: 0;
	width: 46px !important;
    margin-top: 0;
    height: 44px;
    color: #e4002b;
    padding: 2px;
    border: 1px solid #C5C8C7;
}

.testimonial-slider .slick-prev {
    right: 50%;
    transform: translateX(-10px);
}

.testimonial-slider .slick-next {
    left: 50%;
    transform: translateX(10px) rotatey(180deg);
}
        
.testimonial-slider .slick-arrow svg {
	display:none;
}
.wp-block-uagb-container.testimonial-slider.slick-slider {
    padding-bottom: 80px;
}
.custom-tabs-btn.active-tab a {
    background: #EB2127 !important;
    border-color: #EB2127 !important;
    color: #fff !important;
}

.custom-tabs-content {
    display: none;
}

.custom-tabs-content.active-tab-content {
    display: block;
}

p:empty {
    display: none;
}
.single-locationbanner,
.single-location-features {
    box-sizing: border-box;
}
.single-locationbanner *,
.single-location-features * {
    box-sizing: border-box;
}
.single-location-features, .single-location-features * {
    box-sizing: border-box;
}
.single-locationbanner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.locationcountry {
    color: #EB2127;
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
}
.single-location-left h1 {
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    margin: 4px 0 15px;
    color: #FFFFFF;
}
.locationaddess {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
}
.single-location-left {
    width: 50%;
    padding: 30px 30px 30px 0;
}
/*.location-image {
    padding: 120px 0 150px 0;
    position: relative;
    z-index: 1;
}*/
.location-image {
    padding: 120px 0 150px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.location-image img.location-featured-image {
    border-radius: 6px;
    display: block;
    max-width: 100%;
        height: auto;
	    max-height: 600px;
}
/*.location-image::before {
    content: "";
    position: absolute;
    left: 70px;
    top: 0;
    background: #C5C8C7;
    height: 100%;
    width: 100%;
    z-index: -1;
}*/
.single-location-right {
    width: 50%;
}


.single-location-features {
    display: flex;
    box-shadow: 0px 4px 44px 0px #B4ADCC40;
    background: #FFFFFF;
    z-index: 1;
    padding: 20px 40px;
    border-radius: 6px;
    margin-top: -52px;
}
.single-location-box {
    width: 20%;
}
.single-location-box label {
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #EB2127;
    margin: 0 0 8px;
    display: block;
}
.single-location-box span {
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    color: #676868;
    display: block;
}
.single-location-link {
    width: 20%;
}
.single-location-link a {
    background: #EB2127;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding:16px 35px 15px;
    border-radius: 6px;
    border: 2px solid #EB2127;
}
.single-location-link a:hover {
    background: #fff;
    color: #EB2127;
}

.single-location-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
}
.single-location-gallery-image img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
        max-width: 100%;
}
div#lightgallery br {
    display: none;
}

/*assests page css start*/
.location-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.location-tab {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    background: #FBFBFB;
    border: 1px solid #C7C7C7;
    color: #7D7D7D;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 6px;
}
.location-tab.active {
    background: #EB2127;
    color: #fff;
    border-color: #EB2127;
}

.location-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(360px,1fr));
    gap: 60px 29px;
}
.location-thumb {
    height: 300px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 6px;
}
.location-thumb img {
    border-radius: 6px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.location-country {
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #EB2127;
    margin: 23px 0 10px;
}
.location-item h3.location-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0px 0 8px;
    color: #222222;
}
.location-item h3.location-title a{
    text-decoration: none;
}
.location-address {
    color: #676868;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    padding: 4px 0 4px;
}
.location-readmore {
    padding: 23px 0 0 0;
}
.location-readmore a {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 18px;
    background: #EB2127;
    border-radius: 6px;
        display: inline-block;
    border: 2px solid #EB2127;
}
.location-readmore a:hover{
    background: transparent;
    color: #EB2127;
}
/*assests page css end*/

@media (max-width:1200px)
{
.single-location-left h1 {
    font-size: 50px;
}
.single-campaign-left h1 {
    font-size: 50px;
}
.single-location-link a {
    padding: 16px 26px 15px;
}
.single-location-features {
    padding: 16px 20px;
    margin-top: -52px;
}
.single-location-box {
    padding-right: 10px;
}
	img.campaign-featured-image.wp-post-image {
    height: 395px;
}
.full-width-img  .wp-block-uagb-image__figure {
    height: auto !important;
}		
}
@media (max-width:992px)
{
.wp-block-uagb-container.media-header.padding-r-to-l.uag-hide-mob.uag-blocks-common-selector.uagb-block-24cf3ad3.alignfull.uagb-is-root-container {
    display: none;
}
img.campaign-featured-image.wp-post-image {
    height: 300px;
}	
 .single-location-link a {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 26px 12px;
    border: 2px solid #EB2127;
}
.single-location-box span {
    font-size: 12px;
    line-height: 19px;
}
.single-location-gallery {
    gap: 12px;
}
}
@media (max-width:767px)
{
/*.red-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw !important;
    height: 52% !important;
    background: url("https://sevnstudio.com/media24/wp-content/uploads/2025/10/Rectangle-230.svg") no-repeat center / cover;
    z-index: -1;
}*/

.single-location-left {
    width: 100%;
    padding: 0px 0px 40px 0;
}   
.location-image {
    padding: 20px 20px 70px;
}
.single-location-right {
    width: 100%;
}
.single-location-features {
    padding: 10px 10px;
    margin-top: -52px;
        flex-wrap: wrap;
}
.single-location-box {
    padding-right: 10px;
    width: 50%;
    padding-bottom: 20px;
}

.single-location-link {
    width: 100%;
}
.single-location-gallery {
    grid-template-columns: repeat(2, 1fr);
}
.single-location-left h1 {
    font-size: 35px;
}
.location-posts-grid {
    grid-template-columns: repeat(auto-fill,minmax(330px,1fr));
    gap: 25px;
}
.single-campaign-banner {
    flex-wrap: wrap;
}	
.single-campaign-right {
    width: 100%;
}
.single-campaign-left {
    width: 100%;
}	
img.campaign-featured-image.wp-post-image {
    height: 346px;
    width: 100%;
}
.single-campaign-image {
    padding: 50px 0px 100px;
}	
}
