/*
style by ASP Consultants.
author - saru
*/
//font-family: 'TitilliumWeb-Regular';
@font-face {
    font-family: 'LatoLatin-Regular 3';
    src: url('../fonts/LatoLatin-Regular 3.ttf');

}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf');

}

@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('../fonts/TitilliumWeb-Bold.ttf');

}

@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('../fonts/TitilliumWeb-Regular.ttf');

}

@font-face {
    font-family: 'Amalfi Coast';
    src: url('../fonts/Amalfi Coast.ttf');

}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.ttf');

}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham Medium Regular.ttf');

}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay.ttf');

}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.ttf');

}
@font-face {
    font-family: 'Inter Thin';
    src: url('../fonts/Inter.ttf');

}
@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.ttf');

}
@font-face {
    font-family: 'Noto Serif Condensed Regular';
    src: url('../fonts/NotoSerif_Condensed-Regular.ttf');

}

body {
    font-family: 'Montserrat Regular';
    font-size: 14px;
    color: #0f1113;

}

html {
    scroll-behavior: smooth;
    font-family: 'TitilliumWeb-Regular';
    font-size: 14px;
    color: #0f1113;
    overflow: auto;
    scroll-padding-top: 70px;
}

h2 {
    font-size: 25px;
}

p {
    font-size: 1.3rem;
    
    color: #;
    line-height: 30px;
    font-family:Montserrat Regular ;
    font-weight: 150;

}
/* Premium background band */
.location-strip {
  background:
    #0d103a;
  padding: 14px 0;
}

/* White pill card for the text */
.headline-fade {
  max-width: 620px;
  margin: 0 auto;
  padding: 10px 22px;
  background: #efe1c3;
  border-radius: 1px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d103a;
  text-align: center;
  letter-spacing: 0.02em;
}

/* Icon color + spacing */
.headline-fade i {
  color: #0d103a;
  margin-right: 8px;
  
}
/* Desktop already fine; mobile: keep single line */
@media (max-width: 767.98px) {
  .headline-fade {
    white-space: nowrap;
    font-size: 0.88rem;
    padding: 8px 18px;
  }

  .location-strip {
    padding: 10px 0;
  }
}


.sectiongap {
    padding-top: 10px;
    padding-bottom: 40px;
}

.linebreak {
    background-image: url("../images/div0.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    height: 45px;
    margin-bottom: 30px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.table td {
    padding: 1rem;
    vertical-align: middle;

}

.navfont {
    font-size: 1.3rem;
    font-weight: 300;
    color: #fff !important;
    font-family:Playfair Display;
    
}

.nav-item {
    padding-right: 20px;
}

.nav-item a:hover {
    color: #efe1c3 !important;
}

.reverse {
    background-color: #f2df80;
    color: #181818;
}

.themebackground {
    background-color: #0d103a!important; //D86D12 
    color: #fff7ee;
}

.fonttangerine-big {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 600;
    //text-shadow: 4px  4px 4px #aaa;
    line-height: 30px;
    /* Dark translucent box */
    
    padding: 10px 42px;
    border-radius: 5px;
}

.fonttangerine-big-white {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 500;
    //text-shadow: 4px 4px 4px #aaa;
    line-height: 30px;
    background: #fff;/* Dark translucent box */
    display: inline-block;
    padding: 10px 20px;
    /* Soft black shadow */
    border-radius: 5px;
}

.fonttangerine-medium {
    font-family: 'TitilliumWeb-Regular', serif;
    font-size: 40px;
    text-shadow: 3px 3px 3px #aaa;
}

.timeline {
    list-style-type: none;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 0px;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: 0px;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.li.complete .status {
    border-top: 2px solid #ddd;
}

.status {
    padding: 0px 10px;
    /* display: flex; */
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

.li.complete .status h4 {
    color: #222;
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.status h4 {
    font-weight: 600;
}
.text-info{
    /*font-weight:bold;*/
    color:#3C372F  !important; 
}
.li.complete .status:before {
    /* background-color: #ddd;*/
    border: none;
    transition: all 200ms ease-in;
    /* background-image:url('../images/favicon.ico');*/
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top;
    top: -24px;
    transform: rotate(0deg);
}

.status:before {
    content: '';
    width: 45px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 41%;
    transition: all 200ms ease-in;
}

.locationBox1 {
    /* margin: 18px 0px; */
    /* margin-top: 65px; */
}

.locationBox1 .location-icon {
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 65px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.locationBox1 .location-icon:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    border-radius: 150px 150px 0px 50px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #222222; */
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    box-shadow: 3px 3px 10px #222222;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.location-icon span {
    color: #b79766;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 52px;
    /* margin: 0 auto 40px; */
    /* display: block; */
    position: relative;
    z-index: 1;
    top: -33px;
}

#map {
    height: ;
    width: 100%;
}
/* Section background */
/* Section background: light overlay over about.jpg */
#configuration {
  background:
    linear-gradient(rgba(247, 244, 238, 0.94), rgba(247, 244, 238, 0.96)),
    url("../images/about.jpg") center/cover no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 60vh;
}

/* White premium card for the table */
.config-glass {
  margin: 0 auto;
  width: 70%;
  padding: 26px 34px;
  background: rgba(255, 255, 255, 0.98);        /* crisp white */
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

/* Remove Bootstrap borders */
#configuration table {
  border: none !important;
}
#configuration table thead th,
#configuration table tbody td {
  border-top: none !important;
}

/* Header row typography */
#configuration thead h5 {
  font-family: "Montserrat Regular", serif;
  font-weight: 600;
  font-size: 1rem;
  color: #22252f;
  margin: 0;
}
.input-group-text{
    font-weight:bold !important;
}
/* Body rows typography */
#configuration tbody td {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 0.97rem;
  color: #333;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Subtle row separator */
#configuration tbody tr + tr td {
  border-top: 1px solid rgba(0,0,0,0.04);
}

/* CTA buttons */
#configuration .buttoncolor {
  padding: 20px 20px !important;
  background-color: #0d103a !important;
  color: #fff !important;
  font-family: "Playfair Display", serif !important;
  font-size: 0.9rem;
  border-radius: 4px;
  border: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

#configuration .buttoncolor:hover {
  background-color: #fff !important;
  color: #0d103a !important;
  border: 1px solid #0d103a;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .config-glass {
    width: 100%;
    padding: 20px 18px;
  }
}
    

.plan-box {
  width: 420px;              /* set the preview box size you want */
  height: 520px;
  border: 1px solid #0d103a;
  overflow: hidden;
  display: inline-block;
}

.plan-box img {
  width: 100%;
  object-fit: contain;       /* show full image, no cropping */
  object-position: center;
  background: #fff;
  filter:blur(10px);
  
}


.plan-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Section background */
#amenities {
  padding: 50px 0;
  color: #111;
  background:
    linear-gradient(rgba(247, 244, 238, 0.94), rgba(247, 244, 238, 0.96)),
    url("../images/about.jpg") center/cover no-repeat;  /* soft image overlay [web:21] */
}

/* Heading */
.spaces-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom:20px;
}

/* Outer grid borders */
.spaces-grid {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-radius:18px !important;
  box-shadow:0 18px 50px rgba(0, 0, 0, 0.14);
}

/* Cells */
.space-item {
  padding: 24px 32px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

/* Icon + text frame */
.space-inner {
  display: flex;                 /* classic media-object style using flexbox [web:15][web:24] */
  align-items: flex-start;
  gap: 3px;
}

/* Icon column */
.space-icon {
  flex: 0 0 32px;                /* fixed column for icon */
  display: flex;
  justify-content: center;
  margin-top: 2px;               /* fine-tune vertical */
}

.space-icon i {
  font-size: 18px;
}

/* Text column */
.space-copy {
  flex: 1;
}

/* Title */
.space-title {
  margin: 0 0 6px;
  font-family: "Montserrat Regular", serif;
  font-size: 18px;
}

/* Body text */
.space-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .space-item {
    padding: 20px 18px;
  }

  .space-inner {
    gap: 10px;
  }
}
#configuration .buttoncolor{
    padding:20px 14px !important;
}


.form-control1 {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem 1.00rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.icon-wrapper {
    width: 65px;
    height: 65px;
    background-color: #F0E6D1   ;
    border-radius: 50%;

    justify-content: center;
    align-items: center;
    margin: auto;
}
.iconcss {
    font-size: 75px;
    color: #ddd;
    padding-top: 12px;
    width:60%;
    //background-color:#eee;
}

.rounded-circle1 {
    border-radius: 10% !important;
}

.modal-body input {
    margin: 15px;
    height: 40px;
    width: 85% !important;
    margin-left: 0px;
}

.modal-body,
.modal-footer {
    background: #ccc;
    padding-left: 30px;
}

.modal-body i {
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 767px) {
    .timeline {
        list-style-type: none;
        display: grid;
        /* align-items: center; */
        justify-content: center;
        padding: 0px;
        /*overflow:hidden;*/
    }

    .tbl-holder {
        /*overflow: hidden;*/
    }

    h2 {
        font-size: 1.1rem;
    }

    .modal-body input {
        margin: 5px;
        height: 30px;
        width: 80% !important;
        margin-left: 0px;
    }

    .modal-body i {
        height: 30px;
        width: 30px;
    }

    .navbar-collapse {
        background: #0d103a;
        margin: 1.5rem 0rem;
        padding: .5rem 1rem;
    }
}

.artistic-impression {
    position: absolute;
    bottom:5px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.8);
    text-align:center;
    /* Grey background with transparency */
    padding: 1px 7px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 9px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */


}
/* Band background */
.project-facts-strip {
  background-color: #ffffff;
  padding: 32px 0;
}

/* Web layout: single row, centered */
.facts-row {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}

/* Each fact block */
.fact {
  text-align: center;
  padding: 0 10px;
}

/* Number / main text */
.fact-number {
  font-family: "Montserrat Regular", serif;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #0d103a; /* premium blue */
}

/* Label */
.fact-label {
  margin-top: 4px;
  font-family: "Montserrat Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7b8190;
}

/* Vertical divider */
.fact-divider {
  width: 1px;
  height: 46px;
  background: linear-gradient(to bottom, transparent, #d0d4de, transparent);
}

/* Mobile: stack in two columns, hide vertical lines */
@media (max-width: 767.98px) {
  .project-facts-strip {
    padding: 24px 0;
  }

  .facts-row {
    max-width: 320px;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 0;
  }

  .fact {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 4px;
  }

  .fact-divider {
    display: none;
  }

  .fact-number {
    font-size: 2.1rem;
  }

  .fact-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }
}


.artistic-impression-master {
    position: absolute;
    top: 40px;
    left: 15px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

.artistic-impression-banner1 {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 20px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

.artistic-impression-banner1-m {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

/* new css start */
.floorplan-block {
    position: relative;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 20px;
    font-family:'Roboto Thin';
}

.floorplan-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.floorplan-block img {
    filter: blur(10px);
    height:220px;
}

.floorplan-img {
    border: 1px solid #00000030;
    border-radius: .25rem;
}

.tab-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-links li {
    margin: 0;
}

.tab-links li a {
    padding: 4px 40px;
    text-decoration: none;
    color: #333;
    border: 1px solid #0d103a;
    background-color: #fff;
    cursor: pointer;
    display: block;
}

.tab-links li.active a {
    background-color: #0d103a;
    color: #efe1c3;
    font-family:Roboto Light;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.splide__arrow {
    background: #d5d5d5 !important;
    color: #000;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    padding: 7px !important;
    outline: 0 !important;
}

.splide__arrow svg {
    stroke-width: 2 !important;
    width: 100% !important;
    height: 100% !important;
    fill: unset !important;
}

.splide__arrow svg path {
    fill: transparent;
}

.tab-content .splide__arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 5px;
}

.tab-content .splide__arrow {
    position: static;
    transform: unset;
}

.splide__arrow:disabled {
    /* pointer-events: none !important; */
    opacity: 1 !important;
}

.lb-data .lb-number {
    opacity: 0 !important;
}
.carousel-inner .carousel-item div>img{
    animation:  unset !important;
}
.fixed_button {
    
    bottom: auto !important;
    margin-top: auto !important; /* Adjusts position dynamically */
} 	
        .slide-in {
            opacity: 0;
            transform: translateX(-100px);
            transition: all 0.8s ease-out;
            width: 60vw;
            height: auto;
            margin: 2rem 0;
        }

        .slide-in.active {
        opacity: 1;
        }
        .locations-list {
            list-style: none;
            padding: 0;
            margin: 0 0 15px 0;
             
        }

        .locations-list li {
            padding: 12px 25px;
            
            font-size: 16px;
            color: #333;
            display: flex;
            align-items: center;
            gap: 15px;
            font-family:Roboto Light;
             justify-content: left; 
        }
        
.lb-data .lb-close {

    background-size: contain !important; 
    width:20px !important;
}


/* Background with premium overlay */
/* Background with premium overlay */
/* Outer premium box */
/* Background with premium overlay */
.connect-strip {
  position: relative;
  padding: 50px 0 55px;
  background:
    linear-gradient(rgba(247, 244, 238, 0.94), rgba(247, 244, 238, 0.96)),
    url("../images/about.jpg") center/cover no-repeat;
}

/* Outer premium box */
.connect-box {
  max-width: 70rem;
  margin: 20px auto;
  background: rgba(255,255,255,0.97);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  overflow: hidden;
  padding: 24px 28px;
}

/* Row 1: 3 cards */
.connect-box-row.row-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Row 2: 2 cards centered */
.connect-box-row.row-2 {
  
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 slots */
  gap: 24px;
  margin-top: 24px;
  justify-items: center; /* center cards in their slots */
}

/* Cards */
.connect-cell {
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 14px;
  padding: 18px 20px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

/* Bottom-row cards: fixed max width so they sit nicely */
.connect-box-row.row-2 .connect-cell {
  width: 100%;
  max-width: 360px;
}

/* Icon + title */
.connect-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}

.connect-icon {
  width: 36px;
  flex-shrink: 0;
  margin-top: 2px;
}

.connect-title {
  font-family: "Montserrat Regular", serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0;
  padding-top:10px;
}

/* List */
.connect-list {
  list-style: none;
  padding-left: 0;
  margin: 4px 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #444;
}

.connect-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.connect-list .place-name {
  flex: 1 1 auto;
  text-align: left;
}

.connect-list .distance {
  color: #999;
  text-align: right;
  min-width: 60px;
}

/* Mobile */
@media (max-width: 991.98px) {
  .connect-box {
    padding: 18px 16px;
  }

  .connect-box-row.row-3,
  .connect-box-row.row-2 {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: stretch;
  }

  .connect-cell {
    padding: 16px 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  }
}










.footer {
    background: #0d103a; /* Solid blue background */
    color: white !important; 
    padding: 40px 20px;
    font-family: Montserrat-Regular, sans-serif;
}

.footer-container {
    
    margin: 0 auto;
}

/* Top Section: Logo + Site Address + RERA */
.footer-top {
    display: flex;
    align-items: flex-end; /* Aligns elements to the bottom */
    justify-content: space-between;
    flex-wrap: wrap;
}


/* Logo and Address */
.footer-logo-container {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.footer-logo {
    width: 180px;
    max-width: 100%;
}

.site-address-title {
    margin-top: 20px;
    font-weight: bold;
}

.site-address {
    margin: 5px 0;
    font-size: 14px;
}

/* RERA Number (Aligned to Right) */
.footer-rera {
    flex: 1;
    min-width: 300px;
    text-align: right;
    font-size: 14px;
    margin-bottom: 30px !important; /* Adds spacing to push it down */
}


/* Horizontal Line */
hr {
    width: 100%;
    margin: 15px auto;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
}

/* Bottom Section: Disclaimer, Copyright, and Links */
.footer-bottom {
    text-align: center;
    padding-top: 10px;
}

.disclaimer {
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 0 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}




/* Responsive Design */
@media (max-width: 768px) {
    .footer-logo-container {
    flex: 1;
    min-width: 300px;
    text-align: center;
}
    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-address,
    .footer-rera {
        text-align: center;
        padding: 10px 0;
    }

    .footer-logo {
        margin-bottom: 10px;
    }
}

        #rcorners1 {
        border-radius: 25px;
        background: #7a492e;
        padding: 20px; 
        width:80%;
	}
        #rcorners {
            border-radius: 25px;
  
            padding: 20px; 
            padding-right:20px; 
            width:60%;
            margin-left:auto;
            margin-right:auto;
        }

#rcorners ul {
  padding-left: 20px; /* Add space between the bullet points and border */
  margin: 0;
  line-height: 1.8; /* Increase spacing between list items */
}

#rcorners li {
  margin-bottom: 8px; /* Add spacing below each list item for better readability */
}
.responsive-text {
    text-align: justify;
}
        @media (max-width: 768px) {
    .locations-list {
        margin-left: -25px; /* Adjust this value as needed */
    }
        .responsive-text {
        text-align: left;
        padding:0 33px 0 37px;
        text-align:justify;
    }
        .desktop-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .table td{
        white-space: nowrap;
        font-size:0.72rem !important;
    }
table{
    width:100% !important;
}

.spaces-grid{
    width:90% !important;
    margin:0 auto !important;
    
}
.plan-box{
    width:337px !important;
}
.connect-strip{
        max-width: 540px;       /* similar to Bootstrap container-sm */
    margin: 0 auto;         /* center it */
    padding-left: 15px;
    padding-right: 15px;
}
     #rcorners1 {
    width: 130%; /* Adjust to full width for smaller screens */
    padding: 10px; /* Reduce padding for better fit */
	margin-left:-95px;
	height:auto !important;
  }
  #connectivitymob{
      padding-top:0px !important;
  }
  .artistic-impression {
    position: absolute;
    bottom:5px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.8);
    text-align:center;
    /* Grey background with transparency */
    padding: 1px 7px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 8px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */


}
.footer {
        padding-bottom: 4rem;
        padding-left: 0;
        padding-right: 0;
    }
    
}
 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (max-width: 768px) {
    .footer-container {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-top
    {
        margin-bottom:-50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-address,
    .footer-rera,
    .footer-bottom {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-rera {
        margin-top: 15px;
    }

.footer-links {
    text-align: center;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 5px; /* Adds spacing between links */
    font-size:0.8rem !important;
    text-align: center;
        width: 100%;
}




    .footer-logo {
        margin-bottom: 10px;
    }

    .footer-address p,
    .footer-rera p,
    .footer-bottom p,
    .footer-links a {
        text-align: center;
        width: 100%;
        font-size:0.9rem !important;
    }

}
    @media (max-width: 768px) { /* Target mobile screens */
        .location-map {
            width: 100% !important;
        }
    }

@media (min-width: 992px) { /* Applies only for desktops and larger screens */
    .desktop-padding {
        padding-left: 120px;
        padding-right: 120px;
    }
    .responsive-text{
        padding-right:50px;
        padding-left:45px;
    }
}
/* =================== */
/* ZOOM ANIMATION      */
/* =================== */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.03, 1.03);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.03, 1.03);
    }
}

.animate__slideInDown {
  animation-duration: 5s;  /* Change 2s to your preferred speed */
}
@keyframes fadeInLeftSimple {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeftSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInRightSimple {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__fadeInRight {
  animation-name: fadeInRightSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInUpSimple {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.animate__fadeInUp {
  animation-name: fadeInUpSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}


@keyframes fadeInDownSimple {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDownSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeIn{
  from {
    opacity: 0;
    
  }
  to {
    opacity: 1;
    
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
