/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 1.0.0
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/


html, body {
	scroll-behavior: auto !important;
}

#homepage-arrow-down {
	position: absolute !important;
	top: -120px !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 !important;
}

.pt-style-2:not(.page-header):not(.csection-title) .section-title span::after, .pt-style-2:not(.page-header):not(.csection-title) .section-title span::after, .pt-style-2:not(.page-header):not(.csection-title) .section-title span::after {
	background-color: #ae986e !important;
}

#header-section.ha-transparent{
	background: rgba(0,0,0,0.4);
}
#header-section.ha-transparent:hover{
   background: rgba(0,0,0,0.4);
}

/* PORTFOLIO HERO SECTION */
.service-custom-hero-section {
	position: relative !important;
}

.hero-service-inner-column {
	width: fit-content !important;
	margin-right: 30px !important;
}

.hero-section-service-link {
	width: fit-content !important;
}

.hero-section-service-link .ut-custom-link-module {
	background-color: transparent !important;
	padding: 5px 10px !important;
	border-radius: 3px !important;
	transition: 0.3s ease !important;
}

.hero-section-service-link .ut-custom-link-module:hover {
	background-color: rgba(185, 151, 91, 1) !important;
	transition: 0.3s ease !important;
}

.hero-section-scroll-down-icon {
	position: absolute !important;
	bottom: 40px !important;
	right: 0 !important;
	left: 0 !important;
}

@media screen and (max-width: 1024px) {
	.hero-section-scroll-down-icon {
		bottom: 20px !important;
	}
}

.hero-section-scroll-down-icon .ut-custom-link-module i {
	margin: 0 !important;
}

.custom-horizontal-icon-text{
	margin-left:20px;
}

@media (max-width:768px){
	.custom-horizontal-icon-text{
		margin-left:0px;
	}
}

.ut-portfolio-101 .portfolio-style-one figure{
	width: 100%;
	height: 260px;
}
.ut-portfolio-101 .portfolio-style-one figure img{
	object-fit:cover;
	height:100%;
	width: 100%;
}

.ut-portfolio-45 .portfolio-style-one figure {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; 
	

}

.ut-portfolio-45 .portfolio-style-one figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-bg-image-text-section {
	position: relative;
	z-index: 50;
	width: 100%;
	height: 96.5vh;
	background-image: url("/wp-content/uploads/2025/10/MASS-Visual-Apartment-Dusk.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: end;
	justify-content: center;
}

.custom-bg-image-text-section .custom-hero-overlay {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}

.custom-bg-image-text-section h2 {
	position: relative;
	z-index: 100;
	font-size: 140px;
	line-height: 140px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.custom-bg-image-text-section {
		height: 70vh;
	}
	.custom-bg-image-text-section h2 {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 540px) {
	.custom-bg-image-text-section h2 {
		font-size: 50px;
		line-height: 50px;
	}
}
.ut-top-header-border-separator i.fa-phone{
	display:none;
}

.video-card-title{
	color:white;
	font-size:18px;
}

.demo-video-container, .demo-video-container .ut-lozad {
	border-radius:8px!important;
	height:170px;
	min-height:0px!important;
}

.custom-slider-container .vc_column-inner .swiper-container {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}

.custom-slider-container .vc_column-inner .swiper-container .swiper-wrapper {
	transition-timing-function: linear;
	align-items: center;
}

.custom-slider-container .vc_column-inner .swiper-container .swiper-wrapper .swiper-slide {
	width: 12rem;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	margin-bottom: 0;
}

.ut-portfolio-item-container .ut-masonry.gutter-1 {
	margin-bottom:20px!important;
	margin-right:10px!important;
	margin-left:10px!important;
}

.ut-portfolio-item-container.has-gutter.guttersize-1 {
    width: calc(100% + 0px)!important;
}
.bklyn-section-with-overlay .parallax-scroll-container{
	display:none!important;
}

.hero .style_one .hero-title {
	background-image: none!important;
	font-family: "Montserrat"!important;
}

.hero .style_one .hero-description-bottom{
	font-family: "Montserrat"!important;
}


#modal-dynamic-content {
	display: flex;
	align-items: center; /* Vertically centers the slider */
	justify-content: center; /* Horizontally centers the slider */

	/* This ensures the centering works. Adjust as needed
	   if your modal is not full-screen. */
	width: 100%;
	height: 100%;
}


/* *
 * UPDATED RULE:
 * Add 'max-width: 90vw' to your existing slider rule.
 */
.ba-slider {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9; /* <-- Your ratio here */
	overflow: hidden;
	height: auto !important;

	/* Keep this rule */
	max-height: 85vh;

	/* *
	 * ADD THIS LINE:
	 * This prevents it from getting too wide on short screens
	 * and works with the flex centering.
	 */
	max-width: 90vw;

	/* Keep this rule */
	margin: auto;
}

/* --- Keep all your other rules below --- */

.ba-slider .ba-img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .ba-slider .ba-img-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

.ba-slider .ba-img-before {
	z-index: 1;
}

.ba-slider .ba-img-after {
	z-index: 2;
}

.ba-slider .ba-slider-handle {
	z-index: 3;
}

body.modal-is-open {
  overflow: hidden;
}
.lg-outer .lg-object{
	object-fit:contain!important;
}

.call-icon figure, .whatsup-icon figure{
	transition: transform 0.2s ease-in-out;
}

.call-icon figure:hover, .whatsup-icon figure:hover {
  transform: scale(0.7);
	filter: grayscale(70%);
}

.recaptcha-wrapper {
	display: flex; 
	justify-content: flex-end; 
	width: 100%;
	gap: 10px;
}

@media (max-width:768px){ 
	.recaptcha-wrapper { 
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

.recaptcha-wrapper {
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 20px !important;
}

.sub-menu {
	display: none;
}

.author-links {
	display: none !important;
}

.cat-links {
	display: none !important;
}

.ut-hero-meta-category {
	display: none !important;
}

.ut-navigation-for-style-2  .menu-item-9371 {
	display: none !important;
}
/* paggination */

.testimonials-wrapper .wpb_wrapper {
    position: relative;
    min-height: 350px; 
    display: block;
}

.testimonial-item {
    transition: opacity 0.5s ease-in-out;
    width: 100%;
}

.testimonial-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

@media (max-width: 500px) {
	.testimonial-pagination {
		bottom: -5px;
	}
}

.pagination-dot {
    height: 10px;
    width: 10px;
    background-color: transparent; 
    border: 2px solid rgba(0, 0, 0, 0.5); 
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background-color: #ae986e; 
    transform: scale(1.2);
	border: none; 
}

/* Accordion Styling */

    .faq-section {
        max-width: 600px;
        font-family: sans-serif;
    }

    /* The Accordion Wrapper */
    details {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    /* The Question/Header */
    summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        font-weight: bold;
        cursor: pointer;
        background-color: #f8f8f8;
        list-style: none; /* Removes default browser arrow */
    }

    /* Hide default arrow for Safari */
    summary::-webkit-details-marker {
        display: none;
    }

    /* The Icon (Closed state) */
    summary::after {
        content: '\002B'; /* Plus sign (+) */
        font-size: 1.2rem;
        font-weight: bold;
        color: #555;
    }

    /* The Icon (Open state) */
    details[open] summary::after {
        content: '\2212'; /* Minus sign (−) */
    }

    /* The Answer Body */
    .answer-content {
        padding: 15px;
        border-top: 1px solid #ddd;
        line-height: 1.5;
        background-color: #fff;
    }

#internal-cgi-quote {
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 800px) {
	#internal-cgi-quote {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 750px) {
	#massvisual-parallax-quote > div {
	    background-size: auto !important;
	}
}

@media (max-width: 460px) {
	.blog #ut-hero, .page-id-9507 #ut-hero, .page-id-1154 #ut-hero, .page-id-9507 #ut-hero {
		display: none;
	}

	#ut-sitebody .vc_row.testimonials-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}