/*!
Theme Name: Mount Arch
Theme URI: https://them.es/starter
Author: Shefy Kabeer
Author URI: https://github.com/ShefyKabir
Description: Architectural Theme
Version: 4.1.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mount-arch
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Our styles  *//* Our styles  *//* Our styles  *//* Our styles  */
/* Our styles  *//* Our styles  *//* Our styles  *//* Our styles  */


:root {
	--white:#fff;
	--light:#f2f1f1;
	--grey:#898989;
	--dark:#3E3E3E;
	--black:#000;
	--light-blue:#dadee0;
	--footText:#b6b6b6;
	--theme-blue:#033f70;
  }


  .alfa-slab-one-regular {
	font-family: "Alfa Slab One", serif;
	font-weight: 400;
	font-style: normal;
	}


  body{
	overflow-x: hidden;
	/* font-family: "Alfa Slab One", serif;
	font-weight: 300;
	font-style: normal; */

	/* font-family: "Ubuntu Condensed", sans-serif; */
	
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
	

  h1{

	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-style: normal;
	
  }

  h1, h2, h3, h4, h5, h6 {
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
  }

.bg-white{
	background-color: var(--white);
}
.bg-mid{
	background-color: var(--grey);
}

.bg-light_blue{
	background-color: var(--light-blue);
}


.navbar-brand img {
height: 60px;
}

.nav-link{
	color: var(--white) !important;
	font-size: 1.2rem !important;
	font-weight: 200;
}

/* #main{
	margin-top: 0px!important;
} */

/* Navigation styles */

.navbar-toggler {
display: block!important;
}

.navbar-toggler,
.navbar-toggler:focus,.navbar-toggler:active,
.navbar-toggler:hover,.navbar-toggler:focus-visible
{
border: none !important;
}

.navbar-toggler{
/* outline: none !important; */
box-shadow:none !important;
}



#offcanvasRight .social_box{
	width: 130px;
	display: flex;
	justify-content: space-between;
	border: #fff white 2px;
	margin-top: 1rem;

}

#offcanvasRight .social_box .bi{
font-size: 1.2rem;

}



/* Components  and bootstrap overides */

.offcanvas.offcanvas-end{
	width: 240px!important;
}


.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' %3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }

.btn{
	border-radius: 2px !important;
}

.card{
	border-radius: 30px !important;
	min-height: 350px !important;
	overflow: hidden !important;
}
.card-body{
	padding: .6rem !important;
}

.card button{
	position: absolute;
	bottom: 1rem !important;
}

/* .bg-light{
	background-color: var(--light)!important;
} */

.bg-dark{
	background-color: var(--dark)!important;
}

/* layouts */


/* hero */
/* .hero_content_box{
	border-left: 8px solid rgb(125, 125, 125);
	padding-left: 16px;
	padding-top: 0px !important;
}
.hero_content_box h1{
	font-weight: 200;
	font-size: 3.2rem;

}
.hero_content_box h5{
	font-weight: bold;
} */

/* about */
/* section */

section:not(:first-child){
	padding-bottom: 2rem;
}

section .head_block{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background-color:var(--white);
}

section .head_block img{
	position: absolute;
	width: 30px;
	height: 35px;
	left: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(-50%);
	margin-top: 8px;
}

section .head_block h2{
	text-align: center;
	margin-top: 3rem;
	/* font-weight: 400; */
}

/* dark */

section .head_block--dark{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background-color:var(--dark);
}


section .head_block--dark img{
	position: absolute;
	width: 30px;
	height: 35px;
	left: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(-50%);
	margin-top: 8px;
}

section .head_block--dark h2{
	text-align: center;
	margin-top: 3rem;
	/* font-weight: 400; */
}





section p, #about li{
	font-size: 1.3rem !important;
	font-weight: 200;
	text-align: justify;
}


/* services */
.card .card-text{
	font-size: 1rem !important;
	font-weight: 400;
	text-align: left;
}


/* projects */

#projects .pro_item_box {
	position: relative !important;
}

#projects .pro_item_box img{
	z-index: 0 !important;
	border: 1px solid #757575;
}

#projects .pro_item_box span{
	/* position: absolute; */
	z-index:1 !important;
	font-size: 1rem;
	letter-spacing: 2px;
	color: var(--white);
	padding: .6rem;
	left: 10px;
	bottom: 10px;
	border-radius: 2px !important;
	font-weight: 300;
	background-color: var(--dark);

}


/* testimony */
.testimony_wrap{
height: 260px;
max-height: auto;
background-color: var(--light);
}


/* contact */
#contact .info-box {
color: var(--dark);
background: var(--white);
padding: 30px;
}

/* #contact .info-box i {
font-size: 2rem !important;
line-height: 0;
color:var(--black);
} */

#contact .info-box h3 {
font-size: 20px;
color:var(--dark);
margin-top: 1rem;
margin-bottom: 1rem;
}

#contact .info-box p {
font-size: 1.1rem !important;
margin-bottom: 0;
font-weight: 400 !important;
text-align: left;
}

#contact .social_box{
	width: 100px;
	display: flex;
	justify-content: space-between;
}


/* .social_box_menu{
	width: 160px;
	display: flex;
	justify-content: space-evenly;
} */

.social_box_menu .bi{
	font-size: 1.2rem !important;
}

#contact .bi{
font-size: 1.2rem !important;
}

.bi-facebook {
color: #036799 !important;
margin-left: 0px !important;
}

.bi-instagram {
color: #b63904 !important;
}


/* footer */

#footer{
	margin-bottom: -3rem !important;
}

#footer h5{
	color: var(--light);
	font-weight: 600;
}

#footer p ,  #footer span{
	color: var(--footText) !important;
	font-weight: 300;
	font-size: .96rem;
}

#footer a:link, #footer a:visited{
	color: var(--footText)!important;
}

#footer a:hover{
	color: var(--white)!important;
}

#footer .social_box{
	max-width: 120px;
	display: flex;
	justify-content: space-between;
}


#footer .bi{
	font-size: 1.2rem !important;
	}


/* Small devices  */
@media (max-width: 768px) { 

	.navbar-brand img{
		height: 50px !important;
	}


	section p, #about li{
		font-size: 1.3rem !important;
		font-weight: 300;
		text-align: justify;
	}

	section p, #about li{
		/* color:var(--black) !important; */
		padding: 0 8px 0 8px;
	}




	.access {
	background-color: var(--light);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 70px;
	z-index: 1000;
  }
  
  .acces_box{
	margin-bottom: 40px !important;
  
  }
  .access .bi-whatsapp,
  .access .bi-telephone {
	color: #06930f !important;
	font-size: 2rem;
  
  }
  .access .call {
	padding: 0.8rem;
	display: block;
  }


  .credit_box{
	margin-bottom: 12rem !important;
  }
  

}






 
/* Beautiful Dark Theme Card Styles */

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-img-top {
        height: 180px;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .card-text {
        font-size: 0.9rem;
    }
}

/* Loading animation for images */
.card-img-top {
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

.card-img-top[src] {
    animation: none;
    background: none;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Grid improvements */
.row.g-4 {
    margin: 0 -0.75rem;
}

.col-md-6 {
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

/* Additional enhancement: Subtle glow effect */
.card {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.card:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(102, 126, 234, 0.1);
} */

/* glide  */

.glide__slide {
    padding: 10px;
}
.client-logo-carousel img {
    max-height: 80px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.glide__bullets {
    bottom: -1rem;
    /* background-color: #324c52c7; */
}

.glide__bullet {
    /* bottom: -1rem; */
    background-color: #324c52c7;
}
.glide__bullet--active{
     background-color: #000;
}

.glide__arrows{
    display: none;
}





 /* banner */

 #hero {
  background-image: url('https://patiencerealestate.in/wp-content/uploads/2025/07/PATIENCE-REALESTATE-KOCHI-banner-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: white;
  position: relative;
}

/* #hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.01); 
  z-index: 1;
} */

#hero h1 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;

  z-index: 2;
  margin: 0;
  color: var(--theme-blue);
  letter-spacing: 4px;

   text-shadow:
    -2px -2px 0 var(--light),
     2px -2px 0 var(--light),
    -2px  2px 0 var(--light),
     2px  2px 0 var(--light);

}

@media (min-width: 768px) {
  #hero {
    min-height: 80vh;
  }

  #hero h1 {
    font-size: 4rem;
  }

  #hero h1 span {
    font-size: 6rem;
  }
}
