* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
}






.nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 12px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.animated-icon {
    display: inline-block;
    width: 30px;
    height: 24px;
    position: relative;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.animated-icon span:nth-child(1) {
    top: 0px;
}

.animated-icon span:nth-child(2) {
    top: 10px;
}

.animated-icon span:nth-child(3) {
    top: 20px;
}

.animated-icon span:nth-child(4) {
    top: 30px;
}

/* Base styles for carousel items */
.carousel-item {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    opacity: 0;
    transform: scale(0.9);
}

.carousel-item.active {
    opacity: 1;
    transform: scale(1);
}

/* Caption animation: fade-in and slide-in from left */
.carousel-caption {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateX(0);
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block !important;
}

.carousel-caption {
    padding: 10px;
    border-radius: 10px;
    bottom: 0rem;
    left: 0%;
    text-align: start;
    backdrop-filter: blur(0px) saturate(180%);
    -webkit-backdrop-filter: blur(0px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.6);
    width: 100%;
    height: 100%;
    padding-top: 20%;
    padding-left: 9.5%;
    border-radius: 0;
}

.carousel-indicators [data-bs-target] {
    background-color: transparent;
    border: 2px solid #555;
    border-radius: 50%;
    width: 20px;
    /* Outer size including gap and border */
    height: 20px;
    opacity: 1;
    transition: border-color 0.4s ease;
    position: relative;
    box-sizing: border-box;
    /* Ensure padding and border are included in size */
}

.carousel-indicators [data-bs-target]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    /* Inner circle size */
    height: 12px;
    background-color: #555;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.carousel-indicators [data-bs-target].active::before,
.carousel-indicators [data-bs-target]:hover::before {
    background-color: #000;
}

.carousel-indicators [data-bs-target].active,
.carousel-indicators [data-bs-target]:hover {
    border-color: #000;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}


/* 
.carousel-caption {
    padding-top: 20%;
    backdrop-filter: blur(0px) saturate(180%);
    -webkit-backdrop-filter: blur(0px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.6);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}


*/
.carousel-item img {
    height: 100vh;
}

.main-slider {
    position: relative;
    top: 160px; 
    
}
.main-slider  .banner-text{
    color: #fff;
}
.navbar-brand h1 {
    color: #fff;
    font-size: 30px;
}

.navbar-brand p {
    color: #0d0f5b;
}
.navbar-brand img{
    width: 80px !important;
}
.logo-section{
    display: flex;
   
    gap: 20px;
}
.logo-section img{
    width: 90px !important;
}

.header {
    position: relative;
    z-index: 1;
}

/* From Uiverse.io by SteveBloX */
/* From Uiverse.io by doniaskima */
.btn-31,
.btn-31 *,
.btn-31 :after,
.btn-31 :before,
.btn-31:after,
.btn-31:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-31 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
}

.btn-31:disabled {
    cursor: default;
}

.btn-31:-moz-focusring {
    outline: auto;
}

.btn-31 svg {
    display: block;
    vertical-align: middle;
}

.btn-31 [hidden] {
    display: none;
}

.btn-31 {
    border-width: 1px;
    padding: 0.5rem 2rem;
    position: relative;
    text-transform: uppercase;
    margin-top: 8px;
}

.btn-31:before {
    --progress: 100%;
    background: #fff;
    -webkit-clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    content: "";
    inset: 0;
    position: absolute;
    transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-31:hover:before {
    --progress: 0%;
}

.btn-31 .text-container {
    display: block;
    overflow: hidden;
    position: relative;
}

.btn-31 .text {
    display: block;
    font-weight: 500;
    mix-blend-mode: difference;
    position: relative;
}

.btn-31 .text:hover {
    letter-spacing: 1px;
}

.btn-31:hover .text {
    -webkit-animation: move-up-alternate 0.3s ease forwards;
    animation: move-up-alternate 0.3s ease forwards;
}

@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}


.header2{
    background-color: #ccc; 
    padding: 10px 0px !important;
}

 

.header2 .navbar-brand h1 {
    color: #000;
}

.header2 .navbar-brand p {
    color: #0d0f5b;
}



.title{
    color: chocolate;
    /* background-image: url(../Images/dot-bg.png); */
    font-size: 18px;
}

.header2 .animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}



/* hover */

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    
}

.hover-zoom {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1)
}

.hover-zoom img {
    transition: var(--mdb-image-hover-zoom-transition);
    width: 27%;
    border-radius: 50%;
}

.hover-zoom:hover img,
.banner4-contanet:hover img {
    transform: var(--mdb-image-hover-zoom-transform);
}

.banner4-contanet{

    text-align: center;
}
.banner4-contanet h3{
    font-size: 14px;
    margin-top: 10px;
    color: #0d0f5b;
}
.banner4-contanet p{ 
    margin-bottom: 10px;
    font-size: 12px;
}
/* hover */


.nav-inside{
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-inside .contact-details{
    color: #fff;
}

.nav-inside .contact-details h6{
    font-weight: normal;
}

.nav-inside .contact-details a{
    text-decoration: none;
    color: #fff;
}
 .header2 .nav-inside .contact-details a{
    text-decoration: none;
    color: #000;
}

.header2 .nav-inside .contact-details i{
    text-decoration: none;
    color: #0d0f5b;
}

.nav-inside .contact-details i{
    font-size: 20px;
}

.copy-right{
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 5px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;

}

.nav-link {
    color: #000; /* Default color */
    position: relative;
    padding: 10px;
    transition: color 0.5s ease;
  }
  
  .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 123, 255, 0.2); /* Highlight background */
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  
  .nav-link:hover {
    color: rgb(86 46 24);
    font-weight: bold;
    letter-spacing: 0.3px;
  }
  
  .nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }

  .languages-buttons button {
    padding: 10px 20px; 
    font-size: 16px; 
    border: 2px solid #ccc; 
    border-radius: 5px; 
    background-color: #f9f9f9;
    cursor: pointer; 
    transition: transform 0.3s ease, border-color 0.3s ease; 
}


.languages-buttons .btn-english:hover,
.languages-buttons .btn-marathi:hover
{
    transform: scale(1.1); 
}

  
  /* .floor-planning{
    display: flex;
  } */

  .floor-planning img{
    width: 54px;
  }
  .floor-planning .agm-pdf {
    padding-left: 0 !important;
    font-size: 16px;
    color: unset !important;
}

  .floor-planning{
    list-style: url(../Images/list-style.png);
  }
  .floor-planning a{
    text-decoration: none;
    color: #000;
  }

  .management-comittee-banner{
    /* background-image: url(../Images/sec-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center; */
    
  }
  /* .management-committee-banner-inside{
    padding-top: 75px;
  } */
  .image-text-building{
  position: relative;
  top: -48px;
  color: #fff;
  text-align: center;
  
  backdrop-filter: blur(0px) saturate(180%);
    -webkit-backdrop-filter: blur(0px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.6);
}

.image-text-building h6{
    margin-bottom: 0;
    padding: 5px 0px;
}

.image-text-building-image{
    height: 400px;
}
.management-committee-banner-inside .title{
    position: relative;
    top: -50px;
    color: #0d0f5b !important;
}

.floor-planning .title{
    position: relative;
    top: 3px;
    color: #0d0f5b !important;
}
.project-location-mumbai{
    display: flex;
    align-items: center;
}
.desktop{
    display: block !important;
}
.mobile{
    display: none !important;
}


/* BAck to TOP */

#topButton {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  
  }
  
  
  #topButton:hover {
    background-color: #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  #topButton:hover i {
    color: #fff;
    transition: all 0.3s ease;
  }
  
  
  /* BAck to TOP */

.index-main-banner{
    background-image: url(../Images/Banners/main-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 100vh;
}

.videos a{
    text-decoration: none;
    color: #000;
   
}
 .videos li{
    list-style-type: none;
}
.youtube-btn{
    width: 20px;
    height: 20px;
}
.Guidelines .title{
    position: relative;
    top: -10px;
    color: #0d0f5b !important;
}

.languages-buttons button{
    transition: transform 0.3s ease;
    display: flex;
    gap: 20px;
}

.languages-buttons {
    display: flex; 
    gap: 10px; 
    margin-bottom: 5px;
    margin-top: 5px; 
}

@media only screen and (max-width:500px) {
    .nav-inside .contact-details {
        color: #fff;
        display: none;
    }
  
    .navbar-brand h1 {
        color: #fff;
        font-size: 16px;
    }
    .carousel-caption {
        padding-top: 60%;
        padding-left: 12px;
        text-align: center;
    }
    .banner-text h1 br{
        display: none;
    }
    .management-committee-banner-inside .title {
        position: relative;
        top: 10px;
        color: #0d0f5b !important;
        text-align: center;
    }
    .floor-planning .title {
        position: relative; 
        margin-top: 1.5rem;
    }
    .floor-planning { 
        margin-left: 12px;
        margin-right: 12px;
    }
    .project-location-mumbai{
        text-align: center;
        justify-content: center;
        margin-top: 15px;
    }
    .text-container {
        font-size: 20px !important ; 
    }
    .desktop{
        display: none !important;
    } 
    .mobile{
        display: block !important;
    }
    .index-main-banner{
        background-image: url(../Images//Banners/mobile.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
    .banner-text br{
        display: none;
    }
    .image-text-building-image {
        height: auto;
    }
    .banner-text{
        text-align: center;
       
    }
    .banner-text h3, .banner-text h4{
        font-size: 16px;
    }
    .navbar-brand img {
        width: 80px !important;
    }
    .logo-section { 
        gap: 0px;
        align-items: end;
        width: 75%;
    }
    .navbar-brand p {
        color: #090c5f;
        font-size: 14px;
    }
    .feedback-banner{
        padding: 10px;
    }

  }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    .main-slider{
        top: 50px !important;
    }
}

  