@font-face {
    font-family: 'Vintage Deco';
    src: url('../font/VintageDeco.eot');
    src: local('Vintage Deco'), local('VintageDeco'),
        url('../font/VintageDeco.eot?#iefix') format('embedded-opentype'),
        url('../font/VintageDeco.woff2') format('woff2'),
        url('../font/VintageDeco.woff') format('woff'),
        url('../font/VintageDeco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vintage Deco Demi';
    src: url('../font/VintageDecoDemi.eot');
    src: local('Vintage Deco Demi'), local('VintageDecoDemi'),
        url('../font/VintageDecoDemi.eot?#iefix') format('embedded-opentype'),
        url('../font/VintageDecoDemi.woff2') format('woff2'),
        url('../font/VintageDecoDemi.woff') format('woff'),
        url('../font/VintageDecoDemi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Vintage Deco';
    src: url('../font/VintageDeco-Bold.eot');
    src: local('Vintage Deco Bold'), local('VintageDeco-Bold'),
        url('../font/VintageDeco-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/VintageDeco-Bold.woff2') format('woff2'),
        url('../font/VintageDeco-Bold.woff') format('woff'),
        url('../font/VintageDeco-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vintage Deco';
    src: url('../font/VintageDecoMedium.eot');
    src: local('Vintage Deco Medium'), local('VintageDecoMedium'),
        url('../font/VintageDecoMedium.eot?#iefix') format('embedded-opentype'),
        url('../font/VintageDecoMedium.woff2') format('woff2'),
        url('../font/VintageDecoMedium.woff') format('woff'),
        url('../font/VintageDecoMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vintage Deco';
    src: url('../font/VintageDecoLight.eot');
    src: local('Vintage Deco Light'), local('VintageDecoLight'),
        url('../font/VintageDecoLight.eot?#iefix') format('embedded-opentype'),
        url('../font/VintageDecoLight.woff2') format('woff2'),
        url('../font/VintageDecoLight.woff') format('woff'),
        url('../font/VintageDecoLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/*
font-family: 'Inter', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
body{
	background:#fff;
	font-family: 'Roboto', sans-serif;
	background-repeat:no-repeat;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width:1140px;
}
.form{
	width: 100%;
    padding: 3% 3% 3% 3%;
    background: rgba( 236, 205, 169, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.50 ), inset 0px 0px 45px rgba(255, 255, 255, 0.50);
    backdrop-filter: blur( 11.5px );
    -webkit-backdrop-filter: blur( 11.5px );
    border-radius: 30px;
    max-width: 505px;
    margin-left: auto;
    margin-top: 40px;
    margin-right: 98px;
}
.title,.subtitle{
	font-size: 20pt;
    line-height: 1.3em;
	color: #000;
	text-align:center;
}
.subtitle{
	margin-bottom: 25px;
}
.form label{
	color: #000;
}
.form .form-control{
	border: 1px solid white !important;
    background: transparent;
    border-radius: 50px;
}
.form .form-control::placeholder {
	color:#fff;
}
.form button{
	border-radius: 20px;
    color: white;
    background: transparent;
    text-align: center !important;
    font-family: "Roboto";
    font-weight: 300;
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 2px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: grid;
    text-align: center;
	padding: 10px 60px;
	margin:0 auto;
}
.form button:hover,.form button:focus{
	background:#ECCDA9;
	border-color:#ECCDA9;
	color:#000;
}
.delim_1{
	height:300px;
}
.gallery-item div{
	height: 355px;
    background-size: cover;
	background-position:center;
	border-radius: 25px;
}
.qtxt{
	max-width:1000px;
	margin:0 auto 50px auto;
	border-radius:25px;
	border:3px solid #000;
	padding:50px 15px;
}
.qtxt_title, .qtxt_content{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.qtxt_title{
	font-size: 23pt;
	margin-bottom:15px;
	text-transform:uppercase;
}
.qtxt_content p{
	font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.2px;
    font-weight: 300;
}
.to_form{
	text-align:center;
	padding:25px;
}
.to_form a{
	font-size: 20pt;
    color: black;
	text-decoration:none;
	font-weight:300;
}
.to_form a span{
	display:block;
}
.to_form svg{
	width:40px;
}
.footer{
	padding:25px;
	text-align:center;
	background:#E9CAA7;
}
.footer img{
	max-width: 250px;
}
.success_msg{
	width:100%;
	height:300px;
	text-align:center;
	font-size:28px;
	display:none;
}
.show_success_msg .success_msg{
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width:992px) {
    
    .block1 {
   
min-height: 100vh; /* full viewport height */
    height:full;
    display: flex;
    width: 100%;
    min-height: 450px; /* ensures div has height on mobile */
     background-image: url(/assets/images/home1.jpg?v=2)    ; /* replace with your image path */
    background-size: cover;       /* scale image to cover entire div */
    background-position: center;  /* center image */
    background-repeat: no-repeat; /* prevent repetition */
    display: flex;
    align-items: center;          /* vertically center content */
    justify-content: center;      /* horizontally center content */
     position: relative;
    overflow: hidden;
    padding: 40px 20px;
    box-sizing: border-box;
}

   
}
	

@media screen and (min-width:992px) and (max-width:2500px){
	.block1{
		background-size: cover;
		max-height:804px;
       min-height: 400px;
	}
	.gallery_block{
		padding-top:50px;
		padding-bottom:50px;
	}
}
@media screen and (max-width:992px){
	.gallery_block{
		padding-top:15px;
		padding-bottom:15px;
	}
}
@media screen  and (min-width:1800px){
	.form{
		max-width: 805px;
		margin-left: auto;
		margin-top: 40px;
		margin-right: -161px;
	}
}
@media screen and (min-width:992px) and (max-width:1530px){
	.delim_1 {
		height: 197px;
	}
	.block1 {
		background-size:cover;
	}
}
@media screen and (max-width:1350px){
	.block1{
		background-image:url(/assets/images/005.jpg);
		background-repeat:no-repeat;
	}
	.form{
		margin-right: auto;
	}
	.logo{
		width:100%;
		height:40px;
		background-image:url(/assets/images/logo.png);
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
	}
}
@media screen and (max-width:992px){
	.block1{
		background-image:url(/assets/006.jpg);
	}
	.gallery_block .col-md-3{
		margin-bottom:15px;
	}
	.gallery_block .col-md-3:last-child{
		margin-bottom:0px;
	}
}
@media screen and (max-width:400px){
	.logo{
		margin-bottom: 25px;
	}
	.title, .subtitle {
		font-size: 14pt;
		color: #000;
	}
	.form label{
		color: #000;
		padding-left: 12px;
	}
	.form button{color:#000;}
	.delim_1 {
		height: 80px;
	}
	.form{
		background: rgba( 255, 255, 255, 0.35 );
	}
	.form .form-control::placeholder {
		color:#000;
	}
	.qtxt_title{
		font-size: 16pt;
	}
	.qtxt_content p{
		font-size: 14px;
		line-height: 23px;
	}
	.qtxt{
		padding: 21px 15px;
	}
	.gallery-item div {
		height: 300px;
	}
	.title span{
		display:block;
	}
}
.error span,.error label{color:red;}




/* ===== Gallery Section ===== */
/* ===== Modern Gallery Section ===== */
.gallery_block {
    padding: 100px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/*
/* glowing underline */
.gallery_block h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 123, 255, 0.7);
}

/* grid images */
.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 35px;
}

.gallery-item div {
    width: 100%;
    padding-top: 75%; /* keep square ratio */
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    border-radius: 25px;
}

/* hover zoom */
.gallery-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.gallery-item:hover div {
    transform: scale(1.12);
}

/* overlay effect */
.gallery-item::after {
    content: "🔍 View";
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: rgba(0, 123, 255, 0.9);
    color: #fff;
    font-size: 0.95rem;
    padding: 6px 14px;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-item:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

 /*heading */
.gallery_block h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 60px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}


/* Section container */
.text-ac {
    text-align: center;
    margin: 80px auto;
    max-width: 1100px;
    padding: 0 20px;
}

/* Modern heading style */
.section-heading {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 45px;
    color: #1a1a1a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    opacity: 0;                /* hidden initially */
    transform: translateY(30px); 
    transition: all 0.8s ease;
}

/* Active animation when visible */
.section-heading.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Decorative underline */
.section-heading::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4facfe, #00f2fe);
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Grid layout with tighter gaps */
.text-ac .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;   /* reduced gap between cards */
    margin-top: 20px; 
    margin-left: 110px;
    

   
}

/* Card links */
.text-ac a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;   /* slightly smaller padding */
    background: #ffffffcc;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}


/* Icon */
.text-ac a i {
    font-size: 22px;
    color: #e63946;
    transition: color 0.3s;
}

/* Hover effect */
.text-ac a:hover {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: #fff;
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.text-ac a:hover i {
    color: #fff;
}

/* Modern section wrapper */
.qtxt {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    border-radius: 16px;
    padding: 50px;
    margin: 50px auto;
    max-width: 1000px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.qtxt:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Title styling */
.qtxt_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    line-height: 1.3;
    position: relative;
    display: inline-block;
}

/* Decorative line under title */
.qtxt_title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #3498db;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Paragraphs */
.qtxt_content p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

/* Bold inside text */
.qtxt_content b {
    color: #111;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .qtxt {
        padding: 30px;
    }
    .qtxt_title {
        font-size: 24px;
    }
    .qtxt_content p {
        font-size: 15px;
    }
}

/* Modern phone section */
.text-ac2 {
    background: linear-gradient(135deg, #3498db, #2ecc71);
    border-radius: 16px;
    padding: 30px;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 800px;
}

/* Hover effect */
.text-ac2:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Heading */
.text-ac2 h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

/* Phone link */
.text-ac2 h3 a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    transition: border-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for link */
.text-ac2 h3 a:hover {
    color: #f1f1f1;
    border-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .text-ac2 h3 {
        font-size: 20px;
    }
}

/* Modern header section */
.container.hero-header {
    text-align: center;
    padding: 60px 20px;
    margin: 50px auto;
    max-width: 1000px;
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.container.hero-header:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* Main heading */
.container.hero-header h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #2c3e50;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Accent underline */
.container.hero-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    margin: 20px auto 0;
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .container.hero-header h2 {
        font-size: 22px;
    }
}


/* MAP SECTION */
.map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    margin: 60px auto;
    max-width: 1100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.map:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}
.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* BACK TO FORM BUTTON */
.to_form {
    text-align: center;
    margin: 40px 0;
}
.to_form a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.to_form a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}
.to_form svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* FOOTER */
.footer {
    color: #ecf0f1;
    padding: 30px 20px;
    margin-top: 60px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
}
.footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.footer img {
    max-height: 50px;
    margin-bottom: 10px;
}
.footer a {
    color: #ecf0f1;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer a:hover {
    color: #1abc9c;
}



/* Optional overlay for better text readability */
.block1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block1 .container {
    position: relative;
    z-index: 2; /* ensure form content is above overlay */
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .block1 {
        min-height: 400px;
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .block1 {
        background-attachment: scroll; /* ensures image displays */
        min-height: 100vh;             /* full screen */
    }
}


@media (max-width: 575px) {
    .block1 {
        min-height: 350px;
        padding: 20px 10px;
    }

    .block1 .form .title {
        font-size: 1.5rem;
    }

    .block1 .form .subtitle {
        font-size: 1rem;
    }
    
    .block1 {
    position: relative;
    width: 100%;
    height: 100vh; /* full viewport height */
    background-image: url('../images/home1.jpg?v=2');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.block1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); /* optional overlay */
    z-index: 1;
}

.block1 .content-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* ensures content vertically centered */
    padding: 20px;
}

/* Mobile-specific */
@media (max-width: 767px) {
    .block1 {
        background-attachment: scroll; /* avoid issues on mobile */
        height: 100vh;
    }
}
    

}


