/* Style for the main container */
/* .container {
    width: 100%;
    max-width: 1260px;
    margin: 50px auto;
    padding: 20px;

    text-align: center;
    font-family: Arial, sans-serif;

}

.container h1 {
    color: #333;
}

p {
    color: #555;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

} */
* {box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.padding {
    padding: 80px 0px;
}

.row {width: 100%;
    display: flex;
}
body {
    overflow-x: hidden;
}

.text-center {text-align: center;}

.mb-2 {margin-bottom: 20px;}

.mb-4 {margin-bottom: 40px;}

.mb-6 {margin-bottom: 60px;}

/* .container-fluid{
  padding: 0px 30px;
  border-bottom: 1px solid #dbdbdb;
} */

.container {
    max-width: 1260px;
    padding: 0px 16px;
    margin: auto;
    /* border: 1px solid springgreen; */
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
    cursor: pointer;
}



/* header css */

.top-header {display: block;
    background-color: #000;
    padding: 16px 0px;
    font-family: "Inter", sans-serif;
}

.top-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gls-img {display: flex;
    max-width: 136px;}

.top-bar-content {
    display: flex;
    gap: 64px;
    align-items: center;
}

.top-bar-list {
    display: flex;
    color: #ffffff;
    gap: 32px;
}

.top-bar-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.top-bar-list li a {
    color: #ffffff;
}

.enquire-btn {cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 32px;
    padding: 12px 24px;
    background-color: transparent;
    color: #ffffff;
}

.bottom-header {
    background-color: #F7ECE2;
    font-family: "Inter", sans-serif;
    padding: 10px 0px;
}

.bottom-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sohna-img {
    height: 48px;
    width: 161px;
}

.bottom-bar-content {
    display: flex;
    gap: 64px;
    align-items: center;
}

.bottom-bar-list {
    display: flex;
    color: #000000;
    gap: 32px;
}

.bottom-bar-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.bottom-bar-list li a {
    color: #000;
}

/* .opportunity-btn{
  background-color: #E6138D;
  padding: 10px 24px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-icon{
  width: 20px;
  height: 20px;
} */
.btn-primary {
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E6138D;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    transition: background 0.2s ease;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.btn-icon {
    width: 18px;
    height: 18px;
    display: block;
}

/* header css end */


/* Mobile header css start */
.mobile-top-header{
  display: none;
  background-color: #000;
  font-family: "Inter", sans-serif;
  padding: 16px 0px;
}
.mobile-top-bar{
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.mobile-gls-img {display: flex;
  max-width: 136px;
}
.mobile-top-bar-content{
  display: flex;
  gap: 64px;
  align-items: center;
}
.mobile-top-bar-list{
  display: flex;
  color: #ffffff;
  gap: 32px;
  flex-direction: column;
  margin-bottom: 20px;
}
.mobile-top-bar-list li{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.mobile-top-bar-list li a{
  color: #ffffff;
}
.mobile-enquire-btn{
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 32px;
  padding: 12px 24px;
  background-color: transparent;
  color: #ffffff;
}

.mobile-bottom-header{
  display: none;
  background-color: #F7ECE2;
  font-family: "Inter", sans-serif;
  padding: 10px 0px;
}
.mobile-bottom-bar{
   width: 100%;
   display: flex;
  justify-content: space-between;
}
.mobile-sohna-img{
  height: 48px;
    width: 161px;
}
.mobile-bottom-bar-content{
  display: flex;
  gap: 64px;
  align-items: center;
}
.mobile-bottom-bar-list{
  display: flex;
  color: #000000;
  gap: 32px;
  flex-direction: column;
  margin-bottom: 20px;
}
.mobile-bottom-bar-list li{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.mobile-bottom-bar-list li a{
   color: #000;
}
.mobile-btn-primary{
  font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E6138D;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    transition: background 0.2s ease;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

.mobile-bottom-header .hamburger {
  color: #000;
}

.mobile-slide-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: #000; 
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: right 0.3s ease;
  z-index: 1000;
}
.mobile-slide-menu.light {
  background: #f7ece2;
  color: #000;
}
.close-btn {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  margin-bottom: 24px;
  color: inherit;
}
.mobile-slide-menu.active {
  right: 0;
}

/* Responsive at 1024px */



/* Mobile header css end */



/*  */

/* Left block */
.sohna-content {
    flex: 1;
}

.sohna-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-container {width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;}

/* Logo heading image */
.logo-wrap {max-width: 460px;
    padding: 16px 0;
}

.logo-img {
    height: auto;
    object-fit: contain;
    display: block;
}

/* Description */
.desc {
    padding: 16px 15px;
    line-height: 1.5;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
    vertical-align: middle;
}

/* Right visual image block */
.sohna-image {
    flex: 1;
    text-align: right;
}

.sohna-image img {
    max-width: 100%;
    border-radius: 4px;
}
.sohna-content .desc {
    padding-top: 40px;padding-bottom: 32px;
}


/* responsive */


/* map section css end */

/* banner section */
/* full-height chain */

.banner{
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.banner:before {background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";}

.banner img{
  display: block; width: 100%;
}

.text-adjust:before{
  content:"";
  position: absolute;
  top: -88px;
  left: -10px;
  background-image: url(../assets/img/Vector-before.png);
  width: 170px;
  height: 122px;
  background-repeat: no-repeat;
}
.text-adjust:after{
  content:"";
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-image: url(../assets/img/Vector-after.png);
  width: 170px;
  height: 122px;
  background-repeat: no-repeat;
}
.content-adjust{
  position: absolute;
  top:0;
  bottom: 0;
  height: max-content;
  width: 100%;
  left: 0;
  right: 0;
}
.text-adjust{
  max-width: 800px;
  position: relative;
  padding-left: 10px;
}
.you-missed{
  font-family: "Libre Bodoni", serif;
  font-size: 50px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  color: #ffffff;
}
.miss-sohna{
  font-weight: 600;
  font-style: italic;
  font-size: 75px;
  color: #C59333;
}
.mobile-show{
  display: none;
}
.content-adjust {
    margin: auto !important;
}



/* banner section  */


/*section inside css*/

/* ========= INSIDE (namespaced) ========= */
.inside-section{
  position: relative;
  overflow: hidden;
}

/* BG as <img> behind content */

.inside-bg-img{
  object-fit:cover; 
  object-position:center;
  display:block;
}

/* Optional: subtle overlay for readability */
.inside-section::after{
  content:""; position:absolute; inset:0; z-index:0;
  background: linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,0) 45%);
  pointer-events:none;
}

/* Foreground container */
.inside-container{
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: inherit;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;}

/* Right card */
.inside-card{
    background: #eef1f5;
    border: 1px solid #e1e5ea;
    border-radius: 6px;
    padding: 40px 50px;
    max-width: 620px;
    width: 100%;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

/* Kicker + logo */
.inside-kicker{
    margin: 0 0 10px;
    font-family: 'Libre Bodoni';
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #1b1b1b;
    font-size: 46px;
    line-height: 1.1;
    text-align: center;}

.inside-logo {display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    margin: auto auto 29px;}   

.inside-logo img {display: block;}

/* Paragraphs */

.inside-text {
    color: #000;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
}

.inside-card p:not(:last-child) {margin-bottom: 20px;}

/*section inside css*/

/* grid section image */

.key-product{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 0px;
}

.Key-Product .container {max-width: 1300px;}

.key-product h2{
  color: #E6138D;
  font-size: 48px;
  margin: auto;
  line-height: 1;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  text-transform: uppercase;
  font-style: italic;
}
.feature-top{
  display: flex;
  column-gap: 30px;
}
.feature-left{
  width: 34%;
  background-color: #C59333;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: max-content;
}
.feature-left img{
  width: 100%;
}
.feature-content{padding: 0 20px 20px 20px;}


.feature-right {width: 67%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
    column-gap: 20px;}

.bed-homes{
  width: 100%;
  background-color: #C59333;
  display: flex;
}

.bed-homes .feature-img {max-width: 63%;}

.bed-homes img {display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;}

.homes-content {max-width: 37%;
    display: flex;
    flex-direction: column;
    padding: 20px 0px 10px 20px;
    margin-top: auto;}

.key-product h3 {
  font-weight: 600;
  font-size: 36px; 
  font-style: italic;
  font-family: "Libre Bodoni", serif;
  color: #ffffff;
}
.key-product span{
  font-weight: 400;
  font-size: 12px;
  font-family: 'Open Sans';
  color: #ffffff;
  text-transform: capitalize;
}
.small-homes{
  width:calc(50% - 10px);
  background-color: #C59333;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.small-homes img{
  width: 100%;
  display: block;
}

.small-content {padding: 0 20px;}

.lifestyle{
  display: flex;
  column-gap: 20px;
}
.lifestyle-left{
  width: 66.67%;
  background-color:#C59333;
  display: flex;
  flex-direction: column;
}
.lifestyle-left img{
  width: 100%;
  display: block;
}
.lifestyle-content{
  font-weight: 600;
  font-size: 30px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Libre Bodoni", serif;
  text-transform: uppercase;
}
.lifestyle-right{
  width: calc(33.344% - 20px);
  background-color:#C59333;
  display: flex;
  flex-direction: column;
}
.lifestyle-right img{
  width: 100%;
  display: block;
}
.small-content {
  padding: 0px 20px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;}

.text-black {color: #000 !important;}

.key-img-mobile {display: none;}
    .key-product h3 {width: 100%;
        text-transform: uppercase;
    }

/* grid section image */



/* table section */

/* Social Infrastructure Section */
.social-infrastructure {
  background-color: #F9F3EA; /* Light background color for the whole section */
  padding: 50px 0;
}

.container {flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left Image (Map) */
.map-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea; 
  
}

.map-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Right Table */
.info-table {
  flex: 1;
 
}

.info-table h2 {
    color: #E6138D;
    margin-bottom: 20px;
    font-family: Libre Bodoni;
    font-weight: 600;
    font-style: Italic;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.list-social {padding-top: 40px;}

.list-row {display: grid;
    grid-template-columns: 1fr 30% 70px;
    gap: 0.5rem;
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Open Sans';}

 .list-row:nth-of-type(even) {
    background: #fff;
}  

.list-row-header {background: #fff;}

.social-header {font-size: 16px; 
  font-weight: 400;
  padding: 5px 10px;
  color: #fff;
  font-family: 'Open Sans';}

.list-items {margin-bottom: 20px;}  

.dark-yellow {background: #C59333;}

.dark-gray {background: #818285;}

.dark-red {background: #BF1E2D;}

.dark-blue {background: #349FB0;}

.list-row-header {font-weight: 600;} 

.list-distance {text-align: center;}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif;
}

table th, table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table th {
  background-color: #E6138D; /* Pink background for headers */
  color: white;
}

table tbody tr:hover {
  background-color: #f1f1f1; /* Light hover effect */
}

/* Responsive adjustments */

    







/* table css end */













/* by now */

.why-buy-now{
  width: 100%;
  display: flex;
  gap: 32px;
}
.why-left{
  width: 50%;
}
.why-img{
  height: 100%;
  width: 100%;
}
.why-right{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.why-content{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.why-content h2{
  color: #E6138D;
  font-weight: 600;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
   font-family: "Libre Bodoni", serif;
}
.why-content p{
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
   font-family: "Open Sans", sans-serif;
}
.why-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-box {
  display: flex;
  flex-direction: column;}

/* .list-box h3{
  color: #C49232;
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
} */
 .list-box h3 {
  color: #C49232;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
}

.list-box h3 i {
  font-size: 18px;
  color: #C49232; /* same as heading */
}

.list-box p {font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    padding-left: 32px;
    color: #000;}

/*  */


/* contect section */
.contact-section {
    background: #fdf7ec;
    padding: 60px 0;
    font-family: "Open Sans", sans-serif;
}

.contact {
    display: flex;
    margin: auto;
    gap: 40px;
    padding: 0 20px;
}

.contact-image {padding-bottom: 50.35%;
    flex: 1;
    background: url('../assets/img/form-img.jpg') no-repeat center center/cover;
}


.contact-form-area {
    flex: 1;
    background: transparent;
}

.contact-form-area h2 {
    font-size: 38px;
    font-weight: 600;
    font-style: italic;
    color: #E6138D;
    margin-bottom: 32px;
    font-family: "Libre Bodoni", serif;
}

.contact-subtext {
    font-size: 16px;
    margin-bottom: 45px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* JUSTNOW */
    position: relative;
}

.form-group label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    font-size: 14px;
    border: none;
    background: #f1f1f1;
    font-family: "Open Sans", sans-serif;
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.phone-input {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f1f1;
    padding: 0 10px;
}

.phone-input span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.phone-input img {width: 12px;
    filter: brightness(0.1);
    margin-right: 5px;
    max-width: 100%;
    height: auto;}

.phone-input input {
    border: none;
    background: transparent;
    padding: 12px 0;
    flex: 1;
    outline: none;
}

.form-check {
    display: flex;
    gap: 10px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.submit-btn {
    background: #E6138D;
    color: #fff;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}


/* Start Faq Section */

img {max-width: 100%;}

.faq-section .container {flex-wrap: wrap; gap: 0;}

.sub-heding {
    font-size: 40px;
    font-weight: 600;
    color: #E6138D;
    width: 100%;
    font-family: "Libre Bodoni", serif;}

.faq-section {display: flex;
    align-items: flex-start;
    column-gap: 20px;
    padding-top: 0;
    justify-content: space-between;} 
    
#faq-content {flex: 0 0 calc(50% - 10px);}    

.faq-image-section {flex: 0 0 calc(50% - 10px);}

.faq-header {display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px 10px;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.3px;}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), padding 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #000;
  font-family: 'Open Sans';
  font-size: 16px;}

  .accordion-content {padding: 20px 20px 20px 10px;}

.faq-accordion-content p, .faq-accordion-content li {color: #000;
  font-family: 'Open Sans';
  margin-bottom: 5px;
  font-size: 16px;}

.faq-accordion-content ul  {padding-left: 20px;}  

.faq-accordion-content ul li {list-style-type: disc;}

.faq-icon {width: 25px;}  

.faq-icon svg {stroke: #E6138D;} 

/* End Faq Section */

/* footer */
/* ================== FOOTER ================== */
.site-footer {
  background: #201610; /* dark brown background */
  color: #d2d2d2;
  padding: 50px 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: auto;
  gap: 40px;
  justify-content: space-between;
  padding: 0 16px;
}

/* Left Brand Section */
.footer-brand {
  flex: 1 1 220px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.footer-logo img {
  width: 160px;
  height: 45px;
  filter: brightness(0) invert(1);
}

.footer-logo span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555;
  color: #d2d2d2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.3s;
}

.footer-social a:hover {
  background: #e91e63;
  border-color: #e91e63;
  color: #fff;
}

/* Footer Content Blocks */
.footer-block {
  flex: 1 1 200px;
}

.footer-block h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.footer-block p {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.6;
  color: #d2d2d2;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.footer-block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-block a {
  color: #d2d2d2;
  font-size: 14px;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  line-height: 1.6;
  text-transform: uppercase;
}

.footer-block a:hover {
  color: #e91e63;
}

/* Bottom Footer */
.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 40px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-bottom p {
  font-size: 13px;
  color: #ffffff;
}

.footer-bottom .back-top {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}

.footer-bottom .back-top:hover {
  color: #e91e63;
}

.btn-primary:hover {
    border-color: #E6138D;
    color: #E6138D;
    background-color: white;
    transition: all 0.2s ease-in;
}
.btn-primary {
   
    transition: background 0.2s ease;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
}
/* .map-btn:hover, .submit-btn:hover {
    border-color: #E6138D;
    color: #E6138D;
    background-color: white;
    transition: all 0.2s ease-in;
}
.map-btn, .submit-btn {
    border: 2px solid transparent;
} */






/* slider map section */

.bg-color{
  background-color: #F7ECE2;
  padding: 60px 0px;
}
.swiper{
  width: 100%;
}
.unbeatable{
  display: flex;
  gap: 35px;
}
.unbeatable-img{
  width: 55%;
}
.unbeatable-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.unbeatable-content{
  width: 45%;
}

.map-copy {
    padding: 0;
}
.map-head-card {
  margin-bottom: 12px;
}
.map-icon-title {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.map-pill {
    width: 76px;
    height: 76px;
    background-color:#c49232 ;
    color: #fff;
    display: grid;
    place-items: center;
}

/* headline + subcopy */
.map-headline {
    margin: 0;
    line-height: 1.25;
    color:#1b1b1b;
    font-family: "Libre Bodoni", serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 28px;
    vertical-align: middle;
    text-transform: uppercase;
}

.map-sub {
    margin: 15px 0 0;
    color: #1b1b1b;
    max-width: 500px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: Italic;
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
}

/* points list */
.map-points {
    list-style: none;
    padding: 0;
    margin: 8px 0 18px;
    counter-reset: item;
    font-size: 14px;
}

.map-points li {
    position: relative;
        padding: 10px 5px 2px 45px;
    border-bottom: 3px dashed #e3d4b8;
    letter-spacing: 0%;
    max-width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
}

.map-points li:last-child {
    border-bottom: none;
}

.map-points li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color:#E6138D;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    top: 0;
    bottom: 0;
    margin: auto;
}

.map-strong {
    color: #c59232;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}

.powerhouse{
  display: flex;
  gap: 35px;
}
.powerhouse-img{
  width: 55%;
}
.powerhouse-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.powerhouse-content{
  width: 45%;
}
.powerhouse-copy {
    padding: 0;
}
.powerhouse-head-card {
  margin-bottom: 12px;
}

/* points list */
.powerhouse-points {
    list-style: none;
    padding: 0;
    counter-reset: item;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.powerhouse-points li {
        padding: 10px 0px 20px 0px;
    border-bottom: 3px dashed #e3d4b8;
    letter-spacing: 0%;
    max-width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 15px;
}
.powerhouse-points li img {
   height: 29px;
   width: 40px;
}

.nature{
  display: flex;
  gap: 35px;
}
.nature-img{
  width: 55%;
}
.nature-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.nature-content{
  width: 45%;
}
.nature-copy {
    padding: 0;
}
.nature-head-card {
  margin-bottom: 12px;
}

.nature-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.nat-box{
  width: 100%;
  background-color: #c49232;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nat-head{
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 2px dashed #ffffff30;
  padding-bottom: 6px;
}
.nat-head img {
   height: 28px;
   width: 50px;
   padding-left: 20px;
}
.nat-head span{
  font-size: 20px;
  color: #ffffff;
  font-family: "Libre Bodoni", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.nat-desc{
  max-width: 400px;
  padding-left: 20px;
}
.nat-desc p{
  font-size: 18px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
}

.space{
  display: flex;
  gap: 20px;
}
.space-content{
  width: 55%;
}
.space-copy {
    padding: 0;
}
.space-head-card {
  margin-bottom: 12px;
}
.space-sub {
    margin: 25px 0 0;
    color: #1b1b1b;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: Italic;
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
}
.space-img{
  width: 100%;
  padding: 20px 8px 0px;
}
.space-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.space-boxes{
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  /* padding-bottom: 20px; */
}
.space-box{
  width: 100% !important;
  background-color: #c59232;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 10px 70px 25px;
  border-bottom: 2px dashed #ffffff30;
}
.space-box p{
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Bodoni", serif;
  max-width: 350px;
}
.space-box img{
  width: 63px;
  height: 64px;
}
.source{
   font-family: "Open Sans", sans-serif;
   font-weight: 200;
   color: #ffffff;
   font-size: 12px;
}
.space-boxes :last-child {
    border-bottom: none;
}

.news{
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.news-content{
  width: 99%;
}
.news-copy {
  padding: 0;
}
.news-head-card {
  margin-bottom: 12px;
}
.extra{
  align-items: center !important;
}
.news-cards{
 display: flex;
 gap: 20px;
}
.news-card{
  width: calc(33% - 15px);
  border: 1px solid #c59232;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-card-img{
  width: 100%;
}
.news-card-img img{
  width: 100%;
  display: block;
  object-fit: cover;
}
.news-card-content{
  width: 100%;
  background-color: #c59232;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 25px 35px;
  gap: 15px;

}
.img-with-date{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-with-date span{
  font-size: 18px;
  font-weight: 200;
  font-family: "Open Sans", sans-serif;
}
.img-with-date img{
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.news-card-content p{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.news-card-content a{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none !important;
}
.change{
  flex-direction: column;
  gap: 20px;
}
.move{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.btn-more{
  width: 50%;
  display: flex;
  justify-content: end;
}
.btn-more button{
  width: 90%;
  background-color: #E6138D;
  color: #ffffff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 12px 0px;
  border: 2px solid transparent;
  font-size: 16px;
  cursor: pointer;
}
.btn-more button:hover{
  background-color: #ffffff;
  color: #E6138D;
  border-color: #E6138D;
}
/* Align arrows + pagination */
.movers {
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
}
.movers img{
  height: 48px !important;
  width: 48px !important;
}

/* Arrows */
/* .movers .arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
}

.movers .arrow i {
  color: #000;
  font-size: 24px;
} */

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  position: static;
  width: 28% !important;
}

.swiper-pagination-bullet {
  display: block;
  width: 25px !important;
  height: 4px;
  border-radius: 2px;
  background: #e0d8cf;
  opacity: 1;
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #1c1c1c;
}
.movers .swiper-button-prev,
.movers .swiper-button-next {
  opacity: 1 !important;
  pointer-events: auto !important;
  position: static !important; 
  margin: 0 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
  content: none !important;
}


/* slider ,ap section */


/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup box */
.popup-content {
  background: #fff;
  width: 900px;
  max-width: 95%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

/* Close button */
.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}

/* Inner layout */
.popup-inner {
  display: flex;
  flex-direction: row;
}

/* Left Image */
.popup-image {
  flex: 1;
  min-width: 40%;
}
.popup-image img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Right Form */
.popup-form {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
  max-height: 80vh;
}
.popup-form h2 {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    color: #E6138D;
    margin-bottom: 10px;
    font-family: "Libre Bodoni", serif;
}
form#popupContactForm .form-check > label {
    font-size: 12px !important;
}
/* .error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: none;
} */
 .error {
  color: red;
  font-size: 13px;
  height: 16px;   /* Reserve space so layout doesn’t jump */
  margin-top: 5px;
  visibility: hidden;  /* Instead of display:none */
  position: absolute;
  bottom: -20px;
}
.error.show {
  visibility: visible;
}

