@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');
@font-face {
    font-family: "Big Caslon";
    src: url(../font/BigCaslonMedium/Big\ Caslon\ Medium.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("../css/font/bootstrap-icons.woff2") format("woff2"),
        url("../css/font/bootstrap-icons.woff") format("woff");
}

:root { 
  --font-seconday:  'Jost', sans-serif;
    /*--font-seconday: "Inter", sans-serif;*/
    /*--font-primary: "Big Caslon";*/
    --font-primary: 'Cormorant Garamond', serif;
    /*--font-primary: 'Cinzel', serif;*/
    --font-size-heading: 22px;
    --font-size-subheading: 16px;
    --font-size-body: 14px;
    --semi-fontsize: 18px;
    --footer-color: #F5F5F5;
    --logo-color: #E7F1D5;
    --primary-color: #ABCF37;
    --fontsize-large: 32px;
    --text-color: #4B4B4B;
     --about-us-offset: 0px;
      --ease-out: cubic-bezier(0.16,1,0.3,1);
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}
.gallery_mainsection button,
.enquire_btns {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    font-family: var(--font-seconday);
    font-size: var(--font-size-body);
    border: 1px solid #ABCF37;
    border-radius: 100px;
    padding: 5px 15px;
    margin-right: 10px;
    background-color: #fff;
    transition: color 0.3s ease-out;
}

/* Sliding background */
.enquire_btns::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    background: linear-gradient(48deg, #349646, #3496464f), linear-gradient(92.97deg, rgb(171 207 55) 2.46%, #ABCF37 131.21% 131.21%);
    color: #fff;
    border-radius: 100px;
    transition: width 0.3s ease-out;
    z-index: -1;
}

.enquire_btns span,
.enquire_btns {
    position: relative;
    z-index: 1;
}

/* Hover effect */
.enquire_btns:hover::before {
    width: 100%;
}

.enquire_btns:hover {
    color: #fff;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
   position: relative;
}

.menu-list li {
    position: relative;
}

.menu-list li a {
    text-decoration: none;
    display: block;
}

.menu-list a:hover{
    color: #ABCF37;
}
/* RIGHT-SIDE DROPDOWN */
.dropdown-toggle::after{
    display:none;
}
.dropdown-menu {
    position: absolute;
    top: 0;             
    left: 100%;
    background: #fff;
    min-width: 400px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
    border: 0px;
}

/* Hover - Show Dropdown */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, 0px);
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
    background: #f5f5f5;
}


/* footer*/
Footer ul li a:hover{
    color:#abcf37;
     transition: 0.3s ease;
}
Footer {
    background-color: var(--footer-color);
   padding: 40px 0 15px;
}

.follow_usview h1,
Footer h1 {
    font-family: var(--font-seconday);
    font-size: var(--font-size-subheading);
    color: #C4C4C4;
    text-transform: uppercase;
    font-weight: 400;

}

Footer ul li a {
    font-family: var(--font-seconday);
    font-size: var(--font-size-body);
    color: #000;
    text-align: left;
    margin: 10px 0
}

.contact_us span {
    background: #FFFFFF;
    border-radius: 50%;
    padding: 5px 8px;
    margin-right: 10px;
    color: #ABCF37;
    font-size: 15px;
}

.follow_us {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 19px 0px 9px;
}
.follow_us li a:hover{
    
}
.follow_us li a {
    background: #FFFFFF;
    border-radius: 50%;
    padding: 8px 10px;
    margin-right: 10px;
    color: #abcf37;
    font-size: 15px;
}

.contact_us li {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.contact_us li a {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

footer img {
    height: 179px;

}

.copy_right a,
.copy_right p {
    color: #595959;
    font-family: var(--font-seconday);
    font-size: var(--font-size-body);
    margin-bottom: 0px;
}

.copy_right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.copy_right a {
       margin-right: 5px;
}

nav ul li {
    display: flex;

}

.contact_usview {
    /*border-left: 8px solid #ABCF37;*/
    background-color: var(--logo-color);
    padding: 30px;
}


section {
    margin: 30px 0px;
}

.fluid_img {
    width: 100%;
}

.features ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
}

.features ul li .img_circle {
    border: 4px solid #E7F1D5;
    border-radius: 100%;
    padding: 20px;
    text-align: center;
    width: 89px;
    margin: 17px auto 10px;
}

.features ul li .img_circle img {
    width: 40px;
    height: 40px;
}

.grace_view p,
.privacy_info h1,
.contact_usview h1,
.card_view h2,
.features_info p {
    font-family: var(--font-primary);
    font-size: var(--font-size-heading);
    font-weight: 500;
    line-height: 26px;
}

.features_info div {
    text-align: center;
}

.features_info_details {
    padding: 30px 40px;
}
.orders-wrap h1,
.gallery_last_sections h1,
.galler_main_view h1,
.gallery_section_info h1,
.indores_view h1,
.north_view h1,
.direction_view h1,
.design_sutarinfo h1,
.root_view h1,
.discover_view h1,
.map_views_inner h1,
.corrider h1,
.key_highlights h1,
.contact_us_innercontent h1,
.visions h1,
.invest_view h1,
.about_us h1,
.privacy_banner h1,
.slideview h1,
.tagline_view h1,
.retaile_view h1,
.map_info h1,
.built_view h1,
.sustainable h1,
.why_indore_design h1,
.features h1 {
    font-size: var(--fontsize-large);
    font-family: var(--font-primary);
    font-weight: 500;
    color: #000;
        text-transform: capitalize;
}
.about_us{
    text-align:center;
}
.features .d-flex {
    position: relative;
}

.features .leaf_view {
    width: 180px;
   height: 146px;
    position: absolute;
    right: 106px;
    top: -51px;
    /* transform: translate(10px, 10px); */
    transform: rotate(281deg);
}
.about_us p{
    width:100%;
    margin:10px auto;
        text-align: left;
}
.about_us p span{
    color:var(--primary-color);
    font-weight:500;
}
.gallery_last_sections p,
.galler_main_view p,
.gallery_section_info p,
.sustainable p,
.indores_view p,
.north_view p,
.direction_view p,
.design_sutar_destails p,
.discover_view ul li,
.discover_view p,
.map_views_inner ul li div,
.corrider p,
.key_highlights p,
.contact_usdetails a,
.contact_us_innercontent p,
.visions p,
.invest_view p,
.about_us p,
.privacy_banner p,
.slideview p,
.tagline_view p,
.retaile_view p,
.map_info p,
.privacy_info p,
.privacy_info ul li,
.built_view p,
.contact_usview p,
.features_info_details .subheading {
    font-family: var(--font-seconday);
    color: var(--text-color);
    font-size: var(--font-size-body);
}

.features {
    position: relative;
}

.contact_features {
    font-family: var(--font-primary) !important;
    font-size: var(--semi-fontsize) !important;
    font-weight: 500;
    color: #000;
}

.gray_leaf {
    position: absolute;
    width: 448px;
    bottom: 179px;
    z-index: -1;
    transform: rotate(6deg);
}

.retail_info {
    position: absolute;
    bottom: 0px;
}

.map_info {
    text-align: center;
}

.retaile_view .row {
       background-color: var(--logo-color);
    padding: 40px 30px;
    text-align: center;
}

.card_view {
    background-color: #fff;
    margin-top: 10px;

}

.card_view img {
    width: 100%;
    transition: transform 0.4s ease;
    transform: scale(1);
}

.img_wrap {
    overflow: hidden;
}

.card_view:hover img {
    transform: scale(1.1);
}

.homeswiper img {
    width: 100%;
    /*height: 500px;*/
    object-fit: cover;

    /* object-position: ; */
}
.homebanner img {
    width: 100%;
       height: 75vh !important;
    object-fit: cover  !important;
    object-position: top  !important;
}
.tagline_view .row {
    display: flex;
    align-items: center;
}

.tagline_view {
    margin-top: 30px;
}

.built_view {
    background-image: url(../images/right_sliderimg.png);
    height: 100%;
    background-size: cover;
    padding: 60px;
}

.slideview img {
    width: 100%;
    position: relative;
    height: 550px;
    object-fit: cover;
}

.slideview .slide-text {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    bottom: 15px;
       margin: 0px 50px 30px;
    text-align: center;
}

header {
    padding: 10px;
}

header ul {
    display: flex;
    justify-content: end;
}

header .row {
    display: flex;
    align-items: anchor-center;
}

.bar_button {
    background-color: var(--logo-color);
    color: #000;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 17px;

}

.search {
    border: 1px solid #E5E5E5;
    color: #ABCF37;
    padding: 4px 11px;
    border-radius: 100px;
    margin-right: 10px;
}

.design_view {
    margin-bottom: 60px;
}

#header {
    width: 100%;
    background: #ffffff;
    transition: 0.3s ease;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 5px 25px 0px #00000026;

}

.footer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.location_banner{
        height: 384px  !important;
}
.mobile_content{
    display:none !important;
}

.footer-section.active .footer-content {
    display: block;
}

.footer-section.active .toggle-icon {
    content: "-";
}

#header.sticky {
    background: #ffffff;
    padding: 10px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homeswiper {
    margin-top: 80px;
}
.cross img {
    width: 12px;
}
.sidebar {
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0px;
    
    padding-left: 30px;
    display: flex;
     transition: transform 0.4s ease; 
      padding-right: 30px;
       right: 0;
    transform: translateX(100%);
}

.sidebar.active {
   transform: translateX(0);
}

.siderview ul {
    display: flex;
    flex-direction: column;
}

.search {
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    /*width: 30%;*/
}

.search button {
    border: none;
    background-color: #fff;
    color: #ABCF37;

}

.search input {
    border: none;
    width: 100%;
    font-family: var(--font-seconday);
    font-size: var(--font-size-body);
}

.cross {
    background-color: var(--logo-color);
    border: none;
    border-radius: 100px;
       padding: 5px 14px;
}

.sidebarinnersections {
    width: 100%;
}

.siderview {
    padding-left: 56px;
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

.siderview ul li {
    margin: 6px 0px;
}

.img_leafview {
    transform: rotate(192deg);
  height: 290px;
    /* position: absolute; */
    right: 0px;
    overflow: hidden;
    z-index: 99999999;
    margin-top: 71px;
    margin-right: -90px;
    width: auto !important;
}

.siderview ul li a {
     font-family: var(--font-seconday);
    font-size: var(--semi-fontsize);
    color: #000;
    font-weight:400;
}
.enquiery_viewes p{
     font-family: var(--font-seconday);
}

.follow_usview .follow_us li a {
    background-color: #E7F1D5 !important;
    padding: 7px 10px !important;
}
.siderview img{
    width: 176px;
    margin-bottom: 20px;
}
.enquiery_viewes {
    margin: 0px 30px 0px;
    padding-bottom: 20px;
}


.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    opacity: 0; /* hidden initially */
    transition: opacity 0.5s ease;
    display: block;
    pointer-events: none; /* prevents clicks when not active */
}

/* Overlay active */
.sidebar-overlay.active {
    opacity: 1;
    pointer-events: auto; /* allow clicks when active */
}
.sidebar-overlay.show {
    opacity: 1;
}
.form_btns{
    background-color: var(--logo-color);
    border: 1px solid var(--logo-color);
}
/* privacy page*/
.privacy_banner{
     background-color: var(--logo-color);
     overflow: hidden;
}
.privacy_mainsection{
        width: 60%;
    margin: auto;
}
.privacy_container .row{
       display: flex;
    align-items: center;
}
.privacy_info  ul{
        position: sticky;
    top: 16%;

}
.privacy_banner  img{
    height:auto;
    position:relative;
}
.privacy_container{
  overflow: hidden;
}
.privacy_info ul li{
  color: #000 !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 10px;
}
.privacy_info h1{
   background: #F4F4F4;
    padding: 8px 12px;
    border-radius: 0px;

}
.privacy_info li.active {
     border-bottom: 2px solid #B9D552;
}
.active-section {
 background: #E7F1D5 !important;

}
.grace_view ul{
padding-left: 22px;
list-style: disc !important;
}
.grace_view span{
    font-weight:bold;
    color:#000 !important;
}
.grace_view ul li{
    margin-bottom:6px !important;
}
.grace_view p{
    background: #E7F1D5;
    text-align: center;
    padding: 8px 17px;
    
}
.books_view{
    text-align: left  !important;
    list-style: disc  !important;
    padding-left: 18px  !important;
}
.text_views{
      text-align: left  !important;
}
.invest_view ul{
    display:flex;
    flex-direction:row;
}
.books_view li{
        margin-bottom: 10px !important;
}
.grace_view ul li{
    font-family: var(--font-seconday);
    color: var(--text-color);
    font-size: var(--font-size-body);
}
.about_usview{
    width:100%;
}
.invest_view .no_view{
      font-family: var(--font-seconday);
      font-size:40px;
      text-align:center;
      color: #CADE7F;
      font-weight:bold;
}

.invest_view h2{
        font-size: var(--font-size-heading);
    font-family: var(--font-primary);
    text-align:center;
}
.view_invest .col-md-3:hover .no_view{
    color:#fff;
}

.visions_views:hover,
.visions ul li:hover,
.view_invest .business_infoes:hover {
  
    background: #E7F1D5;
    border-radius:10px;
}
/*.invest_innersec {*/
/*    padding:10px;*/
/*}*/
/*.first,.third {*/
/*  border-right: 2px solid #cccccc7d;*/
/*}*/
.retaile_view hr{
      border-top: 2px solid #a19898;
    margin-top: 9px;
    margin-bottom: 9px;
}


.invest_innersec h1{
 
    font-family: var(--font-seconday) !important;
    font-size: var(--font-size-heading) !important;
    text-align: center;
    color: red;
    color: #000;
    padding: 10px 32px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:2px solid #fff;
}
.invest_innersec:hover{
      background-color: #fff;
       border-radius: 10px !important;
} 
.invest_innersec p{
     text-align:left;
     margin-bottom: 0px;
}
.about_vision{
    width:100%;
}
.visions_views{
    background: #F6F6F6;
    padding: 32px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    width: 300px;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.visions_views p{
            font-family: var(--font-primary);
    font-size: 21px;
    padding: 9px 13px;
    margin-bottom: 0px;
    position:absolute;
}
.visions_views span{
    background-color: #fff;
    width: 77px;
    text-align: center;
    height: 77px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 26px;
   transform: translate(-88px, -1px);
    color: #ABCF37;
    font-weight: 500;
    border:2px solid #F6F6F6;
}
.visions ul{
    display:flex;
    flex-direction:row;
    margin-bottom:10px;
}
.visions ul li{
   padding: 20px;
    /* border: 1px solid #afd044; */
    margin: 10px;
    border-radius: 10px;
    background: #f6f6f6;
      
}
.visions ul li h2{
      font-size: var(--font-size-heading);
    font-family: var(--font-primary);
    text-align: center;
}
.padding_view{
    padding:30px;
}
.visions_viewses{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.visions .heading{
    text-align:center;
    margin-bottom: 30px;
}
.invest_innersec:hover{
    background-color:#fff;
} 
.visions  hr{
        border-top: 2px solid #cbc5c5 !important;
}
.forth_view,
.third_view{
    margin-right: auto !important;
        margin-left: 0px;
}
.forth_view span,
.third_view span{
    transform: translate(245px, -1px) !important;
        margin-left: unset !important;
}
iframe{
    width:100%;
}
.contact_us_innercontent .heading,
.contact_us_innercontent .subheading{
 text-align:center;   
}
.contact_usdetails{
    background: #E7F1D5B0;
    padding:20px;
    margin-bottom:30px;
}
.form_groups textarea,
.form_groups input{
    border-bottom: 2px solid #E9E9E9;
    padding:10px;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    width:100%;
}
.contact_usdetails i{
      color: #90b604;
    margin-right:10px;

}
.mobile-field {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  gap: 8px;
}

.country-code {
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  color: #000;
}

.divider {
  width: 1px;
  height: 20px;
  background-color: #dcdcdc;
}
.form_groups input,
.mobile-input {
  outline: none;
}
.mobile-input{
    border:none;
}
.contact_usdetails ul li{
    margin-bottom:8px;
}
.mobile-input::placeholder {
  color: #999;
}
.key_highlights .heading,
.key_highlights .sub_heading{
    text-align:center;
}
.select_view{
    background-color:#F9F9F9;
        padding: 20px 36px;

}
.key_highlights ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.select_view h1{
    font-family: var(--font-seconday);
    font-size: 22px !important;
        font-weight: 400;
}
.select_view p{
    margin:0px;
}
.key_highlights  ul li{
     
   margin: 15px;
}
.img-fluid{
    width:100%;
}
.corrider h2{
        font-family: var(--font-primary);
    font-size: 26px !important;
    line-height: 34px !important;
    margin-bottom: 24px;
    margin-top: 14px;
}
.leaves_view{
    position: absolute;
    transform: translate(141px, -46px);
    height: 436px;
    right: 0px;
}
.corrider_view{
   position: relative;  
}
.mask_view{
    position: relative;
    height: 386px;
}
.colors_view{
    width:10px;
    height:10px;
}
.await_view{
    padding: 75px 56px;
}
.map_views_inner{
  display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    margin: 61px 0px 30px;
}
.map_views_inner .image_container{
        width: 63%;
    position: absolute;
    right: 3px;
    text-align: end;
}
.flat_leave{
    width: 114px !important;
    height: auto !important;
}
.map_views_inner h2{
 font-family: var(--font-primary);
    font-weight: 500;
    color: #000;
        font-size: 22px;
}
.map_views_inner ul li div{
       margin-right: 9px;
    background: #F5F5F5;
    display: flex;
    padding: 8px;
    margin-bottom:8px;
}
.colors_view{
    border:2px solid #fff;
     margin-bottom:0px !important;
}
.map_views_inner ul li div p{
    margin-bottom:0px;
}
.map_views_inner ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
    width: 100%;
}
.discover_view img{
       width: 100%;
    height: 470px;
}
.discover_view h1{
    text-align:center;
}
.get_locations_view h1{
      text-align:left !important;
}
.get_locations_view{
    background: #E7F1D5B0;
   padding:15px;
}
.discover_view ul{
        list-style: disc;
    padding: 15px;
}
.discover_view ul li{
    margin-bottom:8px;
}
.get_locations_view p{
    font-size: 18px;
    color: #000
}
.get_locations_view span i{
        background-color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 100px;
    border: 1px solid #cce286;
    color: #add03b;
    margin-right:10px;
}
.mintues_view{
    display:flex;
}
.gallery_mainsection ul li button,
.retaile_view ul li button{
    border-radius:100px !important;
}
.min_view{
        background: #ABCF37;
    width: 25%;
        padding: 26px
}
.main_min_view{
  background: #FFFFFF;
    width: 73%;
    margin-left: 20px;
    padding: 16px 28px;
}
.innter_view{
    display:flex;
    margin-left: 20px;
}
.min_view h1{
        font-family: var(--font-seconday);
    font-size: 110px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.min_view p{
        font-family: var(--font-seconday);
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.main_min_view ul{
    font-family: var(--font-seconday);
    color: var(--text-color);
    font-size: var(--font-size-body);
    list-style:disc !important;
}
.main_min_view h2{
    font-family: var(--font-primary);
    font-size:25px !important;
        text-align: left;
}
#myTab{
        justify-content: center;
    border-bottom: 0px;
}
.innter_view ul li{
    margin-bottom:6px;
      text-align: left;
}
.innter_view ul{
    padding:10px;
    margin-right:10px;
}
.nav  .active{
    background: linear-gradient(48deg, #349646, #3496464f), linear-gradient(92.97deg, rgb(171 207 55) 2.46%, #ABCF37 131.21% 131.21%);
    color:#fff !important;
} 
.banner_text{
    position: absolute;
    top: 50%;
        left: 22%;
    width: 31%;
    transform: translate(-50%, -50%);
    padding: 19px 30px;
    background: #FFFFFFD1;
    font-family: var(--font-seconday);
    color: var(--text-color);
    font-size: var(--font-size-body);

}
.root_view{
    background: #E7F1D5;
    text-align:center;
    padding: 15px;
}
.design_sutar_destails{
    display:flex;
        justify-content: center;
}
.padding_view,
.direction_view h1,
.direction_view p,
.design_sutarinfo{
        text-align: center;
}
.direction_view ul{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
 
.map_view{
   width: 100%;
    height: 541px;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}
.design_sutarinfo img{
        height: 250px;
}
.north_view img{
       width: 94%;
    transform: translate(25px, -41px);
}
.north_view ul{
    display:flex;
       flex-direction: column;
}

.design_view_inner{
        display: flex;
    flex-direction: column !important;
    border-left: 2px solid #80808045;
    padding: 0px 10px;
    margin-left: 10px;
}
.design_view_inner h2{
        font-family: var(--font-seconday);
    font-size: 17px;
    margin-bottom: 0px;
}

.main_view{
    background: #F5F5F5;
    width: 79%;
    padding: 15px;
    margin-bottom: 17px;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
}
.design_view_inner p{
    margin:0px;
}
.direction_view li{
   text-align: center;
    padding: 10px 10px 5px;
    border-right: 2px solid #80808036;
    /* border: 2px solid #000000; */
    width: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.direction_view ul{
    margin-top:10px;
}
.elements_view{
      border: 2px solid #F4F4F4;
    padding: 9px;
    border-radius: 110px;
    width: 85px;
    margin: 10px auto;
}
.direction_view ul li img{
      width: 100%;
}
.indores_view{
    background: #E5EED699;
        text-align: center;
}
.indores_view p{
      width: 85%;
    margin: auto;
    line-height: 24px;
}
.indores_view .row{
    padding:30px;
}
.why_indore_design {
        background-color: #eff5e6;
            position: relative;
}
.sustainable{
 text-align:center;   
}
.sustainable ul{
    display: flex;
    flex-wrap: wrap;
   margin-top: 30px;
   justify-content: center;
}
.sustainable h2{
    font-family: var(--font-primary);
    font-size: 20px;
    margin:10px;
}
.sustainable ul li{
    padding: 19px 20px 10px;
    border-right: 1px solid #8080806e;
    margin-bottom: 10px;
    width: 221px;
}
.sustainable  img{
   width: 90px;
    margin-bottom: 10px;
   filter: grayscale(100%) brightness(1.2);
    opacity: 0.4;
   transition: all 0.4s ease;
    
}
.sustainable  img:hover {
   filter: grayscale(0%) brightness(1);
    opacity: 1;
      transform: scale(1.1);
}
.gallery_view img{
    width:100%;
    margin-top: 53px;
}
.gallery_view{
    overflow:hidden;
    
}
.gallery_view .row{
       display: flex;
    align-items: center;
}
.gallery_section_info{
    text-align:center;
}
.galler_main_view{
   padding-left: 91px;
    /* position: absolute; */
    width: 82%;
    padding-top:40px;
}
.gallery_mainsection{
        background: #E7F1D5;
    padding: 14px

}
.gallery_mainsection ul li button{
       padding: 5px 20px !important;
}
.gallery_section_info img{
     width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 22px;
}
.gallery_last_sections{
    overflow: hidden;
    height: 280px;
}
.growth_corrider{
    display: flex;
    align-items: center;
        transform: translate(10px, -60px);
}
.left_growth_leave{
       width: 316px;
    transform: rotate(176deg);
}
 .ground_floors{
    width: 61% !important;
    transform: translate(0px, 19px);
 }
 .collection_containerviews{
     width: 63% !important;
    position: absolute !important;
    right: 0px !important;
    top: -29px !important;
 }
 .dropdown-menu li{
     margin:6px 0px !important;
 }
 .firstfloor_view{
        margin-top: 210px !important;
 }
 .image_container img{
     height: 437px !important;
     width: auto !important;
 }
 .third_floor{
  width:100% !important;   
 }
 .locatioviews{
     transform: translate(0, -84px)!important;    
 }
 .sutra{
      transform: translate(0, -123px) !important; 
 }
 .gallery{
     transform: translate(0, -165px) !important; 
 }
 .indore_view{
      transform: translate(0, -45px) !important; 
 }
 .corrider{
     margin-bottom:60px !important;
 }
 .floor{
     transform: translate(0, -202px) !important;
}
.contact{
    transform: translate(0, -243px) !important;
}
.dropdown i {
    display:none;
}
 .gallery_mainsection ul{
        border: none;
 }
/* .dropdown::after {*/
/*   content: "\f282";  */
/*    font-family: "bootstrap-icons";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -10px;*/
/*    width: 10px;*/
/*    height: 100%;*/
/*}*/
.sustainable ul li:last-child {
    border-right: none;
}
.dashboard_innersection .btn_main:hover a {
    color:#fff !important;
}
.design_info{
  
    top: 46% !important;
    left: 23% !important;
    width: 33% !important;
   
}
.main_view:hover{
    background: #E7F1D5;


}
.design_sutrabanner{
    position:relative;
}
.direction_view{
    margin-bottom:30px;
}
.business_infoes{
        border: 1px solid #E5E5E5;
    border-radius: 10px;
   padding: 15px;
}
.investment_viewes p,
.investment_viewes h1{
    text-align:center;
}
.investment_viewes .sub_headings{
    width: 80%;
       margin: 7px auto 30px;
}
.card_view p{
    padding:0px 17px;
}
.slide-text{
    width:84%;
}
.invest_flex{
    display:flex;
    justify-content: center;

}
.grace_innerview ul li{
        font-family: var(--font-seconday);
    color: var(--text-color);
    font-size: var(--font-size-body);
    padding: 8px;
}
.grace_innerview span{
        font-weight: bold;
    color: #000;
}
.inner_sections{
        padding-left: 13px;
}
.contact_us_innercontent .submit_btns{
        display: inline-block !important;
    overflow: hidden !important;
    cursor: pointer !important;
    color: #000 !important;
    font-family: var(--font-seconday) !important;
    font-size: var(--font-size-body) !important;
    border: 1px solid #ABCF37 !important;
    border-radius: 100px !important;
    padding: 5px 15px !important;
    margin-right: 10px !important;
    background-color: #fff !important;
    transition: color 0.3s ease-out !important;
            width: 130px;
}
.contact_us_innercontent  .submit_btns:hover::before {
    width: 100%;
}
.contact_us_innercontent .submit_btns::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 0% !important;
    background: linear-gradient(48deg, #349646, #3496464f), linear-gradient(92.97deg, rgb(171 207 55) 2.46%, #ABCF37 131.21% 131.21%) !important;
    color: #fff !important;
    border-radius: 100px !important;
    transition: width 0.3s ease-out !important;
    z-index: -1 !important;
}
.direction_view li:last-child {
    border-right: none;
}
.visions_views:hover span{
    border: 2px solid #E7F1D5;
      color:#000;
}
.retaile_view h2{
   text-transform: uppercase;
}
#mall-location p{
        text-align: center;
} 
.tagline_view p{
    margin-bottom:0px;
}
@media (min-width: 1400px) {
    .visions_views {
        width: 368px;
    }
    .inner_about_us_img{
        height: 295px !important;
}
    .right_sidebanner_views{
            height: 550px 
    }
   .sustainable ul li {
           width: 254px !important;
           padding: 24px 24px 24px 0px !important;
   }
   .banner_text{
      left: 29% !important;
        width: 21%;
   }
    .forth_view span, .third_view span {
    transform: translate(322px, 0px) !important;
    margin-left: unset !important;
}
   .why_indore_design   .banner_text {
        left: 21% !important;
      
    }
}

#galleryModal .modal-dialog{
        width: 700px !important;
}
 #galleryModal img{
         height: 500px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
 }
 #galleryModal  .crossbtns{
    z-index: 999;
    background-color: #fff;
    color: red;
    padding: 4px 8px;
    border-radius: 100px;
    border: none;
 }
#galleryModal .swiper-button-prev:after{
     background-color: #fff;
    padding: 8px 12px;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    border-radius:100px;
 }
 .retails_views{
   background-color: #80808000;
    padding: 20px 20px 0px;
    border: 1px solid #abcf37;
    border-radius: 10px;
    margin: 15px 0px 15px;
       height: 160px;
        transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
 }
  .retails_views:hover{
     background-color: var(--logo-color);
      transform: translateY(-6px) scale(1.01);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
 }

.retails_views::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.15) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}


.retails_views:hover::before {
  transform: translateX(100%);
}
 .retails_views h1{
     font-size: 21px;
 }
#galleryModal .swiper-button-next:after{
    background-color: #fff;
    border-radius:100px;
    padding: 8px 12px;
    color: #000;
    font-weight: 800;
    font-size: 16px;
}
.retails_viewsmain{
    margin:30px 0px;
}
 .desktop-view{
        display:flex !important;
    }
 .experienceSlider{
     display:none  !important;
 }
.we_offer{
        font-size: 24px !important;
    text-transform: uppercase !important;
    font-family: var(--font-size-body) !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}
.retail_info h1{
        word-spacing: 2px;
}
/*********** Loader CSS *********/
 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.features_info li:hover .img_circle {
  transform: scale(1.1);
  border-color: #7fbf2f;
  box-shadow: 0 10px 25px rgba(127, 191, 47, 0.25);
}
.img_circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.img_circle {
     transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
/* ON HOVER → GLOW RING */
.features_info li:hover .img_circle::before {
  border-color: rgba(127, 191, 47, 0.5);
  transform: scale(1.2);
      top: 0px;
    left: 0px;
}
.add_quries p{
    font-family: var(--font-seconday);
    font-size: var(--font-size-body);
}
/* ICON ZOOM */
.features_info li:hover .img_circle img {
  transform: scale(1.2);
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.contact_usview {
  position: relative;
 
  padding: 40px;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* LEFT LINE */
.contact_usview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
    height: 100%;
    background: #abcf37;
 

  /* animation start state */
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

/* HOVER EFFECT */
.contact_usview:hover::before {
  transform: scaleY(1);
}
.fade-in {
  opacity: 0;
  transform: translateY(40px);

  animation: fadeUp linear forwards;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

/* animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-effect {
  opacity: 0;
  transform: translateY(60px);

  animation: fadeMove linear both;
  animation-timeline: view();
  animation-range: entry 20% exit 80%;
}
@keyframes fadeMove {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
/* BASE */
.select_view {
  background-color: #F9F9F9;
  padding: 20px 36px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.4s ease;
}


.select_view::after {
  content: "";
  position: absolute;
   bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #acd039;
  transition: width 0.4s ease;
}

.select_view:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}


.select_view:hover::after {
  width: 100%;
}
.hero-shell {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    overflow: hidden;
}

.imghome {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

    .homeswiper .swiper-slide {
        overflow: hidden;
    }

        .homeswiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            will-change: transform;
        }
        /* Odd slides zoom in + drift left, even slides zoom out + drift right */
        .homeswiper .swiper-slide:nth-child(odd) img {
            animation: driftLeft 11s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
        }

        .homeswiper .swiper-slide:nth-child(even) img {
            animation: driftRight 11s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
        }

@keyframes driftLeft {
    0% {
        transform: scale(1.14) translateX(0px) translateY(0px);
    }

    100% {
        transform: scale(1.04) translateX(-14px) translateY(-4px);
    }
}

@keyframes driftRight {
    0% {
        transform: scale(1.14) translateX(0px) translateY(0px);
    }

    100% {
        transform: scale(1.04) translateX(14px) translateY(-4px);
    }
}

 .hero-veil {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
    /* top band — for header readability */
    linear-gradient(to bottom, rgba(10,14,11,0.55) 0%, rgba(10,14,11,0.08) 18%),
    /* bottom sweep — for text legibility */
    linear-gradient(to top, rgba(10,14,11,0.82) 0%, rgba(10,14,11,0.48) 28%, rgba(10,14,11,0) 58%),
    /* left-side ambient vignette */
    radial-gradient(ellipse at 20% 50%, rgba(10,14,11,0.22) 0%, transparent 70%);
}


.hero-pretitle {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    letter-spacing: 7px;
    color: #d2e8d8;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    opacity: 0;
    transform: translateY(12px);
    animation: riseIn 1s var(--ease-out) 0.5s forwards;
}



    .hero-h1 em {
        font-style: italic;
        color: #d2e8d8;
    }

@keyframes riseIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-tagline {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: clamp(10px, 1.3vw, 14px);
    letter-spacing: 5px;
    color: rgba(255,255,255,0.62);
    text-transform: uppercase;
    margin-bottom: 42px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(12px);
    animation: riseIn 1s var(--ease-out) 1.15s forwards;
}

.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(12px);
    animation: riseIn 1s var(--ease-out) 1.5s forwards;
}


.hero-shell {
position: relative;
width: 100%;
height: 100vh;
min-height: 620px;
overflow: hidden;
}
#mobileLogoCenterStage {
display: none;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
pointer-events: none;
}
.hero-body {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 100px;
text-align: center;
}

.hero-h1 {
font-family: 'Cormorant Garamond', serif;
font-weight: 300;
font-size: clamp(38px, 6.5vw, 75px);
line-height: 1.07;
color: #fff;
letter-spacing: -0.5px;
margin-bottom: 16px;
text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35), 0 1px 4px rgba(0, 0, 0, 0.5);
opacity: 0;
transform: translateY(20px);
animation: riseIn 1.1s var(--ease-out) 0.8s forwards;
}

.scroll-cue {
position: absolute;
bottom: 38px;
left: 50%;
transform: translateX(-50%);
z-index: 4;
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
opacity: 0;
animation: riseIn 1s var(--ease-out) 2.2s forwards;
}


  .homeswiper .swiper-slide:nth-child(odd) img {
            animation: driftLeft 11s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
        }

        .homeswiper .swiper-slide:nth-child(even) img {
            animation: driftRight 11s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
        }

@keyframes driftLeft {
    0% {
        transform: scale(1.14) translateX(0px) translateY(0px);
    }

    100% {
        transform: scale(1.04) translateX(-14px) translateY(-4px);
    }
}

@keyframes driftRight {
    0% {
        transform: scale(1.14) translateX(0px) translateY(0px);
    }

    100% {
        transform: scale(1.04) translateX(14px) translateY(-4px);
    }
}