 @import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap');
@import url('https://unpkg.com/aos@2.3.4/dist/aos.css');
@font-face {
	font-family: 'Aero';
	src: url('fonts/Aero.eot');
	src: url('fonts/Aero.eot') format('embedded-opentype'), url('fonts/Aero.woff2') format('woff2'), url('fonts/Aero.woff') format('woff'), url('fonts/Aero.ttf') format('truetype'), url('fonts/Aero.svg#Aero') format('svg');
}
html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Onest', sans-serif;
	font-size: 16px;
	color: #424242;
	font-weight: 400;
	background-color: #fff;
}
* {
	margin: 0;
	padding: 0;
}
html {
/*overflow-x: hidden;*/

}
img {
	vertical-align: sub;
	border: none;
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
	outline: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}
a:hover {
	color: #002147;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}
p {
	font-weight: 400;
	color: #000;
	font-size: 16px;
	margin: 10px 0px;
	line-height: 26px;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	clear: both;
}
h1 {
	margin: 15px 0 0;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
b, strong {
	font-weight: 500;
}
/* =WordPress Core
/* =WordPress Core

-------------------------------------------------------------- */
.phone-link {
    font-size: 14pt;
    color: #ffff;
    text-decoration: none;
    font-weight: 500;
	background-color:#670d0d;
}

.phone-link i {
    margin-right: 6px;
}

.phone-link:hover {
    color: #f3c065;
}
.ast-container,
.site-content .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
./* ================= RESET FOR ASTRA FLEX ISSUE ================= */

.ast-container,
.site-content,
.entry-content {
    margin:0px !important;
	padding:0px !important;
}
/* ================= SLIDER SECTION ================= */

/* ========================= */
/* HOME SLIDER WRAPPER */
/* ========================= */

.home-slider-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-slider-inner {
    display: flex;
    width: 100%;
    gap: 25px;
    align-items: stretch;
}

/* ========================= */
/* LEFT SIDE (75%) */
/* ========================= */

.home-slider-left {
    width: 75%;
}

.home-slider-left .metaslider,
.home-slider-left .metaslider img {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover;
}

/* ========================= */
/* RIGHT SIDE (25%) */
/* ========================= */

.home-slider-right {
    width: 25%;
    display: flex;
    height: 500px;
}

.enquiry-box {
    background: #ffffff;
    padding: 35px 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ========================= */
/* LARGE TABLET (991px) */
/* ========================= */

@media (max-width: 991px) {

    .home-slider-inner {
        flex-direction: column;
        gap: 0;
    }

    .home-slider-left,
    .home-slider-right {
        width: 100%;
        height: auto;
    }

    .home-slider-left .metaslider,
    .home-slider-left .metaslider img {
        height: 350px !important;
    }

    .home-slider-right {
        margin-top: 20px;
    }

    .enquiry-box {
        height: auto;
    }
}

/* ========================= */
/* MOBILE (768px) */
/* ========================= */

@media (max-width: 768px) {

    .home-slider-left .metaslider,
    .home-slider-left .metaslider img {
        height: 280px !important;
    }

    .enquiry-box {
        padding: 25px 20px;
    }
}

/* ========================= */
/* SMALL MOBILE (480px) */
/* ========================= */

@media (max-width: 480px) {

    .home-slider-left .metaslider,
    .home-slider-left .metaslider img {
        height: 220px !important;
    }

    .enquiry-box {
        padding: 20px 15px;
    }
}
/* ================= PROJECT SECTION ================= */
/* ============================= */
/*        OUR PROJECTS CSS       */
/* ============================= */

/* Section Wrapper */
.s_book
{
background-color:#e0a45e;
	padding:100px 40px;
}

/* Section Title */
.s_overview .section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  color: #412d19;
	
  text-transform: uppercase;
  position: relative;
}



/* Card Container */
.s_overview .crd-ctn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  
}

/* Tablet */
@media (max-width: 991px) {
  .s_overview .crd-ctn {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .s_overview .crd-ctn {
    grid-template-columns: 1fr;
  }
}

/* Card Style */
.s_overview .card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s ease;
  position: relative;
}

.s_overview .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #412d19;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.s_overview .card:hover::before {
  transform: scaleX(1);
}

.s_overview .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* Card Image */
.s_overview .card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.s_overview .card:hover img {
  transform: scale(1.08);
}

/* Card Content */
.s_overview .card-content {
  padding: 20px;
  text-align: center;
}

.s_overview .card-content h3 {
  font-size: 19px;
  margin-bottom: 15px;
  color: #670d0;
	font-weight:800;
  transition: color 0.3s ease;
}

.s_overview .card:hover h3 {
  color: #412d19;
}

/* Button */
.s_overview .btn {
  display: inline-block;
  padding: 10px 22px;
  border: 2px solid #412d19;
  color: #412d19;
  text-decoration: none;
  font-size: 15px;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.s_overview .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #412d19;
  z-index: -1;
  transition: width 0.3s ease;
}

.s_overview .btn:hover::before {
  width: 100%;
}

.s_overview .btn:hover {
  color: #fff;
}

/* Small Mobile */
@media(max-width:480px){
  .s_overview .card img{
    height:200px;
  }
}
.ast-footer-copyright p {
    color: #ffffff !important;
    font-weight: 800 !important;
}
/*  navbar css---------=======================================================================================================*/
#mega-menu-wrap-primary{
    position: sticky !important;
    top: 10;
    z-index: 9999;
    width: 100%;
}
/*  conatct section start-------------------------------------------------------------*/


/* ===============================
   MAIN SPLIT SECTION
=================================*/

.ft-contact-split {
    display: flex;
    width: 100%;
    min-height: 650px;
}

/* ===============================
   LEFT SIDE
=================================*/

.ft-left {
    flex: 1;
    background: url('http://localhost/sharmaestates/wp-content/uploads/2026/02/contactus.jpg') center center/cover no-repeat;
    position: relative;
}

.ft-left-overlay {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.ft-info-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 45px 40px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 4px;
}

.ft-info-box p {
    margin-bottom: 15px;
    color: #333;
    line-height: 1.6;
}

.ft-info-box .email {
    color: red;
}

.ft-facebook a {
    display: inline-block;
    margin-top: 15px;
    font-size: 22px;
    color: #3b5998;
}

/* ===============================
   RIGHT SIDE
=================================*/

.ft-right {
    flex: 1;
    background: #5a3418;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.ft-form-wrapper {
    width: 100%;
    max-width: 600px;
}

.ft-form-wrapper h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 40px;
}

/* ===============================
   FORM GRID (2 COLUMN)
=================================*/

.ft-form-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ft-form-grid li {
    margin: 0;
}

/* Full width items (captcha + button) */
.ft-form-grid .full-width {
    grid-column: 1 / -1;
}

/* ===============================
   INPUT STYLING (Sharp Design)
=================================*/

.s_input1,
.ft-form-wrapper input[type="text"],
.ft-form-wrapper input[type="email"],
.ft-form-wrapper textarea {
    width: 100%;
    padding: 14px;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    font-size: 14px;
    box-sizing: border-box;
}

/* Remove radius from captcha input */
.wpcf7 input {
    border-radius: 0 !important;
}

/* ===============================
   SUBMIT BUTTON (SMALL)
=================================*/

#s_submit {
    background: #d89a5b;  
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    width: auto;
    min-width: 160px;
    border-radius: 0;
}

#s_submit:hover {
    background: #c57e3f;
}
/* FORCE submit button style */
.ft-form-wrapper .wpcf7-submit {
    background: #d89a5b !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 14px !important;
    cursor: pointer;
    width: auto !important;
    min-width: 160px;
    border-radius: 0 !important;
    transition: 0.3s;
}

.ft-form-wrapper .wpcf7-submit:hover {
    background: #c57e3f !important;
}
/* Captcha input only */
.ft-form-wrapper .dscf7captcha input,
.ft-form-wrapper input[name*="dscf7captcha"] {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
/*     color: #fff !important; */
}


.wpcf7-submit {
	 background: #d89a5b;   
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    width: auto;
    min-width: 160px;
    border-radius: 0;
}
/* Align button left (change to center if needed) */
.ft-form-grid .full-width:last-child {
    text-align: left;
}

/* ===============================
   RESPONSIVE
=================================*/

@media (max-width: 992px) {
    .ft-contact-split {
        flex-direction: column;
    }

    .ft-left,
    .ft-right {
        width: 100%;
        min-height: 400px;
    }

    .ft-right {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .ft-form-grid {
        grid-template-columns: 1fr;
    }

    #s_submit {
        width: 100%;
    }
}
/* SECTION BACKGROUND */
.s_about {
  background: #fac867;
  padding: 40px 0;
  text-align: center;
}

/* CENTER CONTAINER */
.about-center h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #402c19;
}

/* LINKS STYLE */
.about-link {
  display: inline-block;
  margin: 0 10px;
  padding: 8px 18px;
  background: #ffffff;
  color: #402c19;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.about-link:hover {
  background: #402c19;
  color: #ffffff;
}

/* POPUP OVERLAY */
.custom-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* POPUP BOX */
.popup-box {
  background: #fac867;
  width: 60%;
  max-height: 80%;
  overflow-y: auto;
  margin: 5% auto;
  padding: 45px;
  position: relative;
  border-radius: 2px;
	border:5px solid white ;
}

/* CLOSE BUTTON */

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  background: #402c19;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 1000;
}

.close-btn:hover {
  background: #ffffff;
  color: #402c19;
}
position: relative;
  overflow: visible; /* Important */
/* POPUP CONTENT */
.popup-content {
  display: none;
  color: #402c19;
}

/* POPUP HEADINGS */
.popup-content h1,
.popup-content h2,
.popup-content h3 {
  color: #402c19;
  margin-top: 0;
}

.popup-content ul {
  list-style: none;
  padding-left: 0;
}

.popup-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.popup-content ul li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #402c19;
  font-weight: bold;
}/* ============================= */
/* TABLET VIEW */
/* ============================= */
@media (max-width: 992px) {

  .about-center h3 {
    font-size: 20px;
    line-height: 1.6;
  }

  .popup-box {
    width: 80%;
    padding: 30px;
  }
}


/* ============================= */
/* MOBILE VIEW */
/* ============================= */
@media (max-width: 576px) {

  .s_about {
    padding: 25px 10px;
  }

  .about-center h3 {
    font-size: 18px;
    line-height: 1.8;
  }

  /* Buttons mobile me neeche aa jayenge */
  .about-link {
    display: block;
    margin: 8px auto;
    width: fit-content;
    padding: 8px 16px;
    font-size: 14px;
  }

  /* Popup mobile responsive */
  .popup-box {
    width: 92%;
    margin: 15% auto;
    padding: 20px;
    max-height: 75%;
  }

  .close-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
    top: 10px;
    right: 10px;
  }
}


/* ============================= */
/* EXTRA SMALL MOBILE */
/* ============================= */
@media (max-width: 400px) {

  .about-center h3 {
    font-size: 16px;
  }

  .about-link {
    font-size: 13px;
    padding: 7px 14px;
  }
}

/* about page css start */
/* ===============================
   GLOBAL WRAPPER
================================= */

.abt-pg {
    padding: 2% 5%;
}

/* ===============================
   COMMON SECTION SPACING
================================= */

.abt-sect,
.abd-blder {
    padding: 60px 0;
}

/* ===============================
   CONTENT SECTION (Our Story / Mission)
================================= */

.abt-sect.content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.abt-sect.content .text-content {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.abt-sect.content .text-content:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.abt-sect.content h2 {
    font-size: 1.8rem;
    color: #402c19;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.abt-sect.content p {
    margin-bottom: 15px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}

/* ===============================
   BUILDER / DEALER HEADER
================================= */

.abt-bld {
    background: #fac867;
    padding: 60px 0;
    text-align: center;
    color: #402c19;
}

.abt-bld h1 {
    font-size: 2.2rem;
    margin: 0;
    font-weight: 600;
}

/* ===============================
   BUILDER / DEALER SECTION
================================= */

.abd-blder {
    padding: 60px 5%;
}

.abd-blder h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #402c19;
}

.abd-blder p {
    font-size: 1.05rem;
    margin-bottom: 25px;
    line-height: 1.7;
    color: #444;
}

/* 2 Column Grid */
.abd-dlr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.abd-dlr div {
    font-size: 1rem;
    color: #222;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* ===============================
   FINAL CTA SECTION
================================= */

.abt-sect.final {
    background: linear-gradient(to right, #402c19, #fac867);
    color: white;
    padding: 80px 5%;
    border-radius: 12px;
    text-align: center;
    margin-top: 60px;
}

.abt-sect.final h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
}

.abt-sect.final p {
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* CTA Button */

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: #ffffff;
    color: #402c19;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cta-button:hover {
    background: #402c19;
    color: #fac867;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* ===============================
   RESPONSIVE DESIGN
================================= */

@media (max-width: 992px) {
    .abt-sect.content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .abt-bld h1 {
        font-size: 1.8rem;
    }

    .abd-dlr {
        grid-template-columns: 1fr;
    }

    .abt-sect.final {
        padding: 60px 5%;
    }
}

@media (max-width: 480px) {
    .abt-bld h1 {
        font-size: 1.6rem;
    }

    .abt-sect.content h2 {
        font-size: 1.4rem;
    }

    .cta-button {
        padding: 12px 30px;
        font-size: 0.95rem;
    }
}
/*  contact banner css*/
/* Force Full Width Banner */
.ctc-bnr {
    display: block;
    width: 100%;
    background: #fac867;
    padding: 60px 0;
    text-align: center;
}

/* Remove unwanted spacing */
.ctc-bnr .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Heading Style */
.ctc-bnr h1 {
    margin: 0;
    font-size: 2.2rem;
    color: #402c19;
    font-weight: 600;
}
/* project pages   css start -------------------------------------  */
.prjct-sect-sld{
width:100%;

}

.prjct-sld-container{
max-width:auto;
margin:auto;
/* padding:0 15px; */
}

.prjct-sld-row{
display:flex;
/* gap:25px; */
align-items:stretch;
}

.prjct-sld-col{
flex:1.5;
}

/* slider */
.prjct-slider-left{
flex:1.5;
}
.prjct-slider-right{
flex:1.5;
}

/* middle image */
.prjct-slider-middle img{
width:100%;
height:100%;
object-fit:cover;
transition:.4s;
/* border-radius:6px; */
}


/* form */
.prjct-slider-right{
background:#fff;
padding:25px;
/* border-radius:8px; */
box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

/* mobile */
@media(max-width:992px){

.prjct-sld-row{
flex-direction:column;
}

}



/* ================= ABOUT SECTION ================= */

.prjct-about-sec{
    padding:90px 0;   /* top bottom spacing */
    background:#ffffff;
}

.prjct-about-container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* row */
.prjct-about-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

/* LEFT CONTENT */
.prjct-about-left{
    flex:1.2;
    padding-right:20px;
}

.prjct-about-title{
    font-size:34px;
    font-weight:800;
    margin-bottom:25px;
    color:#402c19;
}

.prjct-about-left p{
    font-size:18px;
    line-height:1.7;
    color:#555;
/* 	    font-weight:600; */
	text-align:justify;
    margin-bottom:15px;
}

/* RIGHT IMAGE */
.prjct-about-right{
    flex:1;
}

.prjct-about-right img{
    width:100%;
    height:100%;
    border-radius:5px;
    object-fit:cover;
}

/* ================= TABLET ================= */
@media(max-width:991px){

    .prjct-about-sec{
        padding:70px 20px;
    }

    .prjct-about-row{
        gap:40px;
    }

    .prjct-about-title{
        font-size:28px;
    }
}

/* ================= MOBILE ================= */
@media(max-width:767px){

    .prjct-about-row{
        flex-direction:column;
        text-align:center;
    }

    .prjct-about-left{
        padding-right:0;
    }

    .prjct-about-title{
        font-size:24px;
    }

    .prjct-about-left p{
        font-size:15px;
        line-height:1.7;
    }

    .prjct-about-right img{
        margin-top:15px;
    }
}


/* ================= HIGHLIGHTS SECTION ================= */
.prjct-highlight-sec{
    position:relative;
    padding:70px 0;   /* padding kam ki */
    background:linear-gradient(
        to right,
        #5b3a22 30%,
        #ffedc9 30%
    );
}

/* wrapper */
.prjct-highlight-wrap{
    width:100%;
    margin:auto;
    position:relative;
    display:flex;
    justify-content:flex-end;
}

/* IMAGE (same position) */
.prjct-highlight-img{
    position:absolute;
    left:23%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:5;
}

.prjct-highlight-img img{
    width:100%;
    border-radius:2px;
	width:100%;
}

/* CONTENT RIGHT SIDE SHIFT */
.prjct-highlight-content{
    width:50%;
    margin-right:60px;   /* ⭐ text right shift */
}

/* heading */
.prjct-highlight-title{
    font-size:34px;
    font-weight:700;
    margin-bottom:25px;
}

/* LIST */
.prjct-highlight-list{
    list-style:none;
    padding:0;
}

.prjct-highlight-list li{
    margin-bottom:12px;
    line-height:1.7;
}

/* icon */
.prjct-highlight-list img{
    width:20px;
    margin-right:10px;
    vertical-align:middle;
}@media(max-width:992px){

    .prjct-highlight-sec{
        background:#f6ede3;
        padding:50px 20px;
    }

    .prjct-highlight-img{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        text-align:center;
        margin-bottom:25px;
    }

    .prjct-highlight-content{
        width:100%;
/*         margin-right:0; */
    }
}
/*  project location section start css-----------*/
.prjct-location-sec{
    padding:60px 0px 60px 70px;
/*     background:#f6ede3; */
}

.prjct-location-container{
    width:92%;
    margin:auto;
}

/* row */
.prjct-location-row{
    display:flex;
    gap:50px;
    align-items:center;
}

/* LEFT */
.prjct-location-left{
    flex:1;
}

.prjct-location-title{
    font-size:32px;
    margin-bottom:20px;
    color:#5b3a22;
}

.prjct-location-map{
    width:100%;
    height:300px;
    border-radius:10px;
    border:0;
}

/* RIGHT */
.prjct-location-right{
    flex:1;
	background-color:#402c19;
	padding:20px;
}

/* LIST */
.prjct-location-list{
    list-style:none;
    padding:0;
}

.prjct-location-list li{
    margin-bottom:15px;
    font-size:17px;
    display:flex;
	color:#fff;
    align-items:center;
    gap:12px;
}

.prjct-location-list img{
    width:auto;
}

/* BUTTON ROW */
.prjct-location-btn-row{
    text-align:center;
    margin-top:40px;
}

.prjct-location-pdf-btn{
    background:#5b3a22;
    color:#fff;
    padding:14px 35px;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
}

.prjct-location-pdf-btn:hover{
    background:#7b4e2c;
	color:#fff;
}

/*  projet gallery ------------------------*/
.project-gallery-sec{
    padding:60px 0px;
/*     background:#f5f5f5; */
}

.gallery-container{
    max-width:1200px;
/*     margin:auto; */
}

.gallery-container h5{
    color:#777;
    margin-bottom:5px;
	font-size:18px;
}

.gallery-container h2{
    margin-bottom:30px;
	font-size:28px;
	font-weight:700;
}

/* GRID */
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

/* IMAGE BOX */
.gallery-item{
   
}

.gallery-item img{
    width:auto;
    height:auto;
    display:block;
    cursor:pointer;
    transition:.4s; border:2px solid #d4a64a;
    border-radius:12px;
    overflow:hidden;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

/* MODAL */
.gallery-modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    justify-content:center;
    align-items:center;
}

.gallery-modal img{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
}

.close{
    position:absolute;
    top:25px;
    right:40px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}
/* ================= GLOBAL RESPONSIVE SPACING ================= */

section{
    overflow:hidden;
}

.prjct-highlight-sec,
.prjct-location-sec,
.project-gallery-sec{
    padding:80px 60px;
}

/* container spacing */
.prjct-highlight-wrap,
.prjct-location-container,
.gallery-container{
    max-width:1200px;
    margin:auto;
}


/* ================= LAPTOP ================= */
@media (max-width:1200px){


    .prjct-location-row{
        gap:40px;
    }
}


/* ================= TABLET ================= */
@media (max-width:992px){

    /* section padding */
    .prjct-highlight-sec,
    .prjct-location-sec,
    .project-gallery-sec{
        padding:60px 30px;
    }

    /* highlight layout */
    .prjct-highlight-wrap{
        flex-direction:column;
        align-items:center;
        gap:30px;
        text-align:center;
    }

    .prjct-highlight-img{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        width:100%;
        max-width:420px;
        margin:auto;
    }

    .prjct-highlight-content{
        width:100%;
/*         margin:0; */
    }

    /* location */
    .prjct-location-row{
        flex-direction:column;
        gap:35px;
    }

    .prjct-location-right{
        width:100%;
    }

}


/* ================= MOBILE ================= */
@media (max-width:768px){

    .prjct-highlight-sec,
    .prjct-location-sec,
    .project-gallery-sec{
        padding:50px 22px;
    }

    .prjct-highlight-title{
        font-size:26px;
        margin-bottom:18px;
    }

    .prjct-highlight-list li{
        margin-bottom:10px;
    }

    .prjct-location-title{
        font-size:24px;
        text-align:center;
        margin-bottom:18px;
    }

    .prjct-location-map{
        height:260px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

}


/* ================= SMALL MOBILE ================= */
@media (max-width:480px){

    .prjct-highlight-sec,
    .prjct-location-sec,
    .project-gallery-sec{
        padding:40px 16px;
    }

    .prjct-highlight-title{
        font-size:22px;
    }

    .prjct-highlight-list li{
        font-size:14px;
        line-height:1.6;
    }

    .prjct-location-title{
        font-size:21px;
    }

    .prjct-location-map{
        height:220px;
        border-radius:8px;
    }

    .prjct-location-right{
        padding:18px;
    }

    .prjct-location-list li{
        font-size:14px;
        gap:10px;
    }

    .prjct-location-btn-row{
        margin-top:25px;
    }

    .prjct-location-pdf-btn{
        padding:8px 14px;
        font-size:10px;
    }

    .gallery-container h2{
        font-size:20px;
        margin-bottom:20px;
        text-align:center;
    }

}


/* ================= EXTRA SMALL DEVICES ================= */
@media (max-width:360px){

    .prjct-highlight-sec,
    .prjct-location-sec,
    .project-gallery-sec{
        padding:35px 12px;
    }

    .prjct-highlight-title,
    .prjct-location-title{
        font-size:19px;
    }

    .prjct-location-list li{
        font-size:13px;
    }
.prjct-location-btn-row{
    text-align:center;
    margin-top:40px;
	font-size:12px;
}

}

/* ===============================
   MAIN MENU HOVER
=================================*/
#mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background:#e0a45e !important;
    color:#fff !important;
}


/* ===============================
   SUB MENU HOVER
=================================*/
#mega-menu-primary .mega-sub-menu li.mega-menu-item a:hover{
    background:#e0a45e !important;
    color:#fff !important;
}


/* ===============================
   ACTIVE MENU COLOR
=================================*/
#mega-menu-primary li.mega-current-menu-item > a.mega-menu-link{
    background:#e0a45e !important;
    color:#fff !important;
}
/* ===============================
   MAIN MENU LINK STYLE
=================================*/
#mega-menu-primary > li.mega-menu-item > a.mega-menu-link{

    font-size:16px !important;
    font-weight:600 !important;
    line-height:38px !important;
/*     padding: 22px !important; */
    transition:all .3s ease;
}


/* MAIN MENU HOVER */
#mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background:#e0a45e !important;
    color:#fff !important;
}


/* ===============================
   SUB MENU LINK STYLE
=================================*/
#mega-menu-primary .mega-sub-menu li.mega-menu-item a{

    font-size:15px !important;
    font-weight:500 !important;
    line-height:24px !important;
    padding:12px 20px !important;
    transition:all .3s ease;
}


/* SUB MENU HOVER */
#mega-menu-primary .mega-sub-menu li.mega-menu-item a:hover{
    background:#e0a45e !important;
    color:#fff !important;
}
