@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@import url('https://fonts.googleapis.com/css2?family=Namdhinggo:wght@400;500;600;700;800&display=swap');

body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-family: system-ui, -apple-system, sans-serif;
    /* font-family: 'Times New Roman', Times, serif; */
    /* font-family: "Namdhinggo", serif; */
    width: 100%;
    /* height: 100%; */
}

:root{
  
    --color1:rgb(242, 198, 67);
    --color2:rgb(249, 222, 75);
    --color3:rgb(251, 252, 216);
    --color4:rgb(10, 10, 10);
    --color5:rgb(21, 21, 21);
    --color6:#5e110b;
    --color7:#8c4e1f;
    --color8:hsl(35, 100%, 50%);
    --color9:rgb(243, 237, 232);
    --color10:rgb(255, 221, 0);
}



.vvboxShadow1{
    box-shadow: var(--vvboxShadow1);
}

.vvboxShadow2{
    box-shadow: var(--vvboxShadow2);
}

.vvboxShadow3{
    box-shadow: var(--vvboxShadow3);
}

.vvfontRoboto{
    font-family: var(--vvrobotoFont);
}

.vvbtn1{
    background-color: var(--vvpcl1);
    box-shadow: var(--vvboxShadow1);
}



.vvnavBar{
  width: 100%;
  height: 75px;
  box-shadow: var(--vvboxShadow1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background-image: linear-gradient(135deg,rgba(0, 0, 0, 0.5),rgba(140, 78, 31, 0.5));
  position: fixed;
  
  backdrop-filter: blur(20px);
  z-index: 20;
}

/*  */

.vvlogoContainer{
    background-color: white;
    padding:0px 10px;
    border-radius: 5px;
    box-shadow: white;
}

.vvlogo{
    height:50px;
}

.vvrightNavBarItems{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin-right: 100px;
}

.vvrightNavBarItems li{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 30px 0px 10px;
    color:white;
    
}

.vvsymb{
    font-size: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
}

@media (max-width: 1024px) {

  .vvrightNavBarItems {
    /* margin-right: 50px; */
  }

  .vvrightNavBarItems li {
    /* margin: 0 20px 0 10px; */
  }

  .vvsymb {
    font-size: 25px;
  }
}



.vvlogoContainer {
  background-color: white;
  padding: 0 10px;
  border-radius: 5px;
}

.vvlogo {
  height: 50px;
}

.vvrightNavBarItems {
  display: flex;
  list-style-type: none;
  margin-right: 100px;
  transition: transform 0.3s ease;
}

.vvrightNavBarItems li {
  margin: 0 20px;
  color: white;
  display: flex;
  align-items: center;
}

.vvsymb {
  font-size: 30px;
  margin-right: 5px;
}

/* Base styles remain the same */

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .mall-features-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
  }

  .sd-stores-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  
}

@media (max-width: 992px) {
  .mall-feature-heading {
    font-size: 1.5rem;
  }

  .mall-feature-description {
    font-size: 0.9rem;
  }

  .sd-title, .photo-gallery-title, .loc-contact-title {
    font-size: 2rem;
  }

 
  .unique-rowm {
    overflow-x: auto;
    padding: 10px;
  }

  .unique-movie-card {
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  
  .mall-features-layout {
    /* align-items: center; */
    margin:0 auto;
    grid-template-columns: 1fr;
    width: 340px;
  }

  .sd-stores-grid {
    grid-template-columns: 1fr;
  }

  .photo-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form-section {
    padding: 20px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }


  .vvnavBar {
    /* padding: 0 100px; */
    height: auto;
    min-height: 75px;
  }

  .menu-toggle {
    display: block;
    /* margin-right: 20px; */
  }

  .vvrightNavBarItems {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(135deg,rgba(0, 0, 0, 0.9),rgba(140, 78, 31, 0.9));
    position: absolute;
    top: 75px;
    left: 0;
    padding: 20px 0;
  }

  .vvrightNavBarItems.show {
    display: flex;
  }

  .vvrightNavBarItems li {
    margin: 15px 0;
    padding: 10px 0;
  }

  .vvnavBar {
    flex-wrap: wrap;
  }

  .nav-top {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .vvlogo {
    height: 40px;
  }
  .sd-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }
  
  .photo-gallery-wrapper1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .fp-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    
  } 
  .fp-footer-content{
    max-width: 1200px;
    /* margin: 0 auto; */
    /* padding: 0 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    
   }
   .sd-store-card {
    margin-left: 50px;
   }
   .mall-feature-box11{
    width: 250px;
    height: 300px;
   }
   .card-container {
     width: 250px;
     /* height: 300px; */
  }

 
  
  }

  

  

@media (max-width: 576px) {
  .photo-gallery-grid {
    grid-template-columns: 1fr;
  }

  .photo-gallery-filters {
    flex-wrap: wrap;
    justify-content: center;
  }

  .photo-filter-btn {
    margin: 5px;
  }

  .mall-features-subtitle {
   width: 250px;
  }

  .mall-feature-box1,
  .mall-feature-box2,
  .mall-feature-box3,
  .mall-feature-box4,
  .mall-feature-box5,
  .mall-feature-box6 {
    height: 300px;
    width: 250px;
    padding: auto;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .unique-movie-card {
    min-width: 160px;
  }

  .unique-movie-title {
    font-size: 16px;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-icon {
    margin-bottom: 10px;
  }
  .sd-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sd-title{
    padding: 20px;
  }
  .sd-subtitle{
    width: 250px;
  }
  .sd-store-card{
    width: 250px;
  }
  .photo-gallery-subtitle{
    width: 300px;
  }
  .photo-gallery-filters{
    width: 300px;
  }
  .photo-image-card{
    width: 300px;
  }
  .photo-image-card1{
    width: 300px;
  }
  .loc-contact-grid{
    grid-template-rows: 1fr;
  }
  /* .fd-grid {
    padding:5px;
  } */
  /* .fp-footer{
    display: flex;
    align-items: center;

    justify-content: center;
    flex-direction: column;

  } */
  /* .fp-footer-content {
    /* padding: 10px; */
  } */
  .fp-footer-bottom {
    width: 100%;
  }
  .fp-footer-section{
    display: flex;
    flex-direction: column;

  }


/* Mobile Menu Styles */
.vvmenuButton {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.vvmenuButton span {
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .vvmenuButton {
    display: flex;
  }

  /* .vvrightNavBarItems {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    padding: 20px 0;
  } */

  /* .vvrightNavBarItems.show {
    display: flex;
  } */

  /* .vvrightNavBarItems li {
    margin: 10px 0;
    justify-content: center;
  } */
  .fd-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}


#vvHeroSec::before{
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:1;
    background: var(--vvpseudo-backgroundcolor);
}

#vvHeroSec{
    position: relative;
    width:100%;
    height:700px;
    z-index: -1;
    box-shadow: var(--vvboxShadow2);
}

#vvHeroSec video {
    width: 100% !important;
    min-height: 700px;
    object-fit: cover;
    border: none;
}



.secBox{
    margin: 45px auto;
    display: flex;
    white-space: no-wrap;
    width: 100%;
    overflow: hidden;
    
}

.list{
    /* margin:50px 100px; */
    display: flex;
    -webkit-animation: loop 40s infinite linear;
    animation: loop 40s infinite linear;
    white-space: nowrap;
    margin: 5px auto;
}

.listRev{
    /* margin:50px 100px; */
    display: flex;
    -webkit-animation: loopRev 100s infinite linear;
    animation: loopRev 100s infinite linear;
    white-space: nowrap;
    margin: 5px auto;
}

.item span{
    margin-right:50px;
    font-size: 35px;
    /* background-color: rgba(100, 100, 111, 0.2); */
    /* border-radius: 5px; */
    padding:5px 10px;
    font-weight: 500;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;     */
}

.item span:nth-child(even) {
    border: 2px solid black;
    border-radius: 20px;
}

@keyframes loop {
    100% {

        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);

    }
}

@keyframes loopRev {
    
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }


}



.vvcontactUsBox{
    /* overflow: hidden; */
    width:100%;
    margin:10px 0px 0px 0px;
    padding:0px 0px;
    box-shadow: var(--vvboxShadow1);
    /* border-radius: 20px; */
    /* min-height:600px; */
}

.vvcontactUsCoverImage{
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image: url(https://t4.ftcdn.net/jpg/06/01/02/71/360_F_601027181_JYZAvwl48pCllc8936XsGOLOGhSY09aV.jpg)
}




.topGoldBar{
    width: 100%;
    height:20px;
    background-color: white;
    box-shadow: var(--vvboxShadow2);
}

.bottomGoldBar{
    /* margin-top: 20px; */
    width: 100%;
    height:20px;
    background-color: white;
    box-shadow: var(--vvboxShadow2);
}

.vvfooterLinks{
    list-style-type: none;
    color:white;
    font-size: 20px;
}

.vvfooterLinks li{
    margin:0px auto 20px auto; 
}

.vvmallCCenterOfAttractionContainer{
    margin:100px auto;
}

.vvmallCCenterOfAttractionBox{
    width: 100%;
    height: 600px;
    box-shadow: var(--vvboxShadow3);
    border-radius:35px;
    border-top-right-radius: 40%;
    /*background-image: url(assets/img/mrShah.png);*/
    background-repeat: no-repeat;
    background-size: cover;

}

#heroSecText{
    float:right;
    font-size: 60px;
    font-weight: 900;
    /* margin-top:-700px; */
    /* margin-right:200px; */
    /* background-color: white;
    padding: 20px;
    border-radius: 20px; */
}


.rollImage{
  position: absolute;
  width:350px;
  left:0;
  margin-left:-75px;
}




.brandBox{
    width:700px;
    height:300px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    /* margin:-375px auto 0px auto; */
    border: 5px solid rgb(255, 217, 0, 0.7);
    background-color:white;
    margin: 0px auto;
    margin-left:-300px;
    margin-top:175px;
    box-shadow: rgba(255, 217, 0, 0.2) 0px 7px 29px 10px;
    
}



@media only screen and (max-width: 600px) {
  #heroSecText {
    margin-top:-700px;
  }
  
  #heroSecTextContent{
      margin-left:200px;
  }

  .rollImage{
    margin-top:-500px;
  }
  
  .brandBox{
    margin: 0px auto;
    margin-top:-300px;
  }

}


#heroSecTextContent{
    line-height: 30px;
    margin-bottom:20px;
    padding:20px 20px;
    height:100%;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-size: 1.1rem;
}


.movieBtn{
    border-radius:0px;
    border: 2px solid black;
    /* margin:40px 5px 40px 10px; */
    margin: 40px 0px;
    width:200px;
}

.lft{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* margin-left:5px; */
}

.rht{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.actiBtn{
    border: 2px solid rgb(77, 87, 117);
    background-color: rgb(77, 87, 117, 1);
    color: white;
}


.heroSecText2{
    /* float:right; */
    font-size: 90px;
    font-weight: 900;
    /* margin-top:-700px; */
    /* margin-right:200px; */
    margin: 50px auto;
}


.brandLogo{
    width:80%;
    margin:50px auto;
}

.heroSecText3{
    /* float:right; */
    font-size: 45px;
    font-weight: 900;
    /* margin-top:-700px; */
    /* margin-right:200px; */
    margin: 50px auto;
}

.abtContent{
    font-size: 16px;
    line-height: 30px;
}




.vvmallcontacts{
    margin:0px auto 100px auto;
    width: 100%;
    padding:50px;
    border-radius:20px;
    border: 2px solid var(--vvpcl2);
    box-shadow: var(--vvboxShadow1);
}

/* Tmdb css */
.movie-section {
    margin: 20px 0;
}

.rowm {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none; 
    /* border: 2px dashed red; */
}

.rowm::-webkit-scrollbar {
    
}

.movieBox {
    flex-shrink: 0;
    width: 230px;
}

.genre {
  font-size: 24px;
  padding: 20px;
  color: #333;
}
/* .rowm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  
} */
.movie-card {
  width: 230px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow-x: auto;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-top: 2vw;
  margin-left: 2vw;
  margin-top: 1vw;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.movie-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.movie-poster {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.movie-details {
  padding: 10px;
  text-align: center;
}
.movie-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.movie-meta {
  font-size: 16px;
  font-weight: 600; /* Semi-bold */
  color: #555;
  margin-top: 8px;
}


.movie-card .details h3 {
  font-size: 18px;
  margin: 10px 0;
}

.movie-card .details p {
  font-size: 14px;
  margin: 5px 0;
  color: #555;
}

.movie-card .details .price {
  font-weight: bold;
  color: #007BFF;
}

.movieCard {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    /* border: 2px dashed red; */
    /* z-index: 200; */
    margin-left: 2vw;
    margin-top: 1vw;
    cursor: pointer;
}
.movieCard:hover{
    border: rgb(40, 40, 40) 2px solid;
    transform: scale(1.06);
    transition: all ease 0.3s;
}
.movieRating {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.upcoming-movies{
    margin-bottom: 7vw;
    padding-bottom: 4vw;
}

.movieTiming span {
    margin-left: 13px; 
}

.movieDetails {
    text-align: center;
    margin-top: 10px;
}
 
.genre{
    margin-left: 2vw;
    padding-top: 3vw;
}

.movieName {
    font-size: 1.1em;
    font-weight: bold;
}

.movieTiming {
    font-size: 0.9em;
    color: gray;
    text-decoration: dashed;
}

/* about css */
.container {

    width: 100%;
    background-color: #ffffff;
    /* margin: 7vw auto; */

  }
  .container1 {

    width: 100%;
    /* margin: 7vw auto; */
    background-color: #ffffff; /* Fallback color */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%238c4e17" fill-opacity="1" d="M0,0L1440,64L1440,320L0,320Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  }
  
  h1 {
    text-align: center;
    color: rgb(17, 24, 39);
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .underline {
    height: 4px;
    width: 6rem;
    background:rgb(243, 237, 232);
    margin: 0 auto 4rem auto;
  }
  
  /* Timeline Grid Styles */
  .timeline-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
  }
  
  .milestone-card {
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .milestone-card:hover {
    transform: scale(1.05);
  }
  
  .milestone-content {
    padding: 1.5rem;
  }
  
  .milestone-year {
    color: rgb(37, 99, 235);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: inline-block;
  }
  
  .milestone-title {
    color: rgb(17, 24, 39);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
  }
  
  .milestone-description {
    color: rgb(75, 85, 99);
    line-height: 1.5;
  }
  
  .milestone-accent {
    height: 4px;
    background-color: rgb(59, 130, 246);
  }
  
  /* Mission & Vision Styles */
  .mission-vision {
    margin-top: 10vw;
  }
  
  .mission-vision-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  
  .mission-vision-card {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .mission-vision-card:hover {
    transform: translateY(-5px);
  }
  
  .mission-vision-card .icon {
    width: 3rem;
    height: 3rem;
    background-color: rgb(37, 99, 235);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  
  .mission-vision-card .icon i {
    color: white;
    font-size: 1.5rem;
  }
  
  .mission-vision-card h2 {
    color: rgb(17, 24, 39);
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .mission-vision-card .description {
    color: rgb(75, 85, 99);
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  
  .mission-vision-card .points {
    list-style: none;
  }
  
  .mission-vision-card .points li {
    color: rgb(75, 85, 99);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
  }
  
  .mission-vision-card .points li i {
    color: rgb(37, 99, 235);
    margin-right: 0.75rem;
  }
  
  @media (min-width: 768px) {
    .timeline-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .mission-vision-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 1024px) {
    .timeline-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .core-values {
    margin-top: 6rem;
    margin-bottom: 4rem;
    text-align: center; /* Center the heading */
  }
  
  .values-grid {
    display: flex; /* Change to flex for horizontal layout */
    gap: 2rem;
    justify-content: center; /* Center the cards horizontally */
    margin-top: 3rem; /* Add some space between title and cards */
  }
  
  .value-card {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    flex: 1; /* Allow cards to grow equally */
    min-width: 250px; /* Minimum width for each card */
    max-width: 300px; /* Maximum width for each card */
  }
  
  .value-card:hover {
    transform: translateY(-5px);
  }
  
  .value-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgb(219, 234, 254);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
  }
  
  .value-icon i {
    color: rgb(37, 99, 235);
    font-size: 1.75rem;
  }
  
  .value-card h3 {
    color: rgb(17, 24, 39);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .value-card p {
    color: rgb(75, 85, 99);
    line-height: 1.6;
  }
  
  .unique-movie-card {
    height: 450px;
    width: 280px;
    overflow-y: hidden;
  }

/* Management Team Section */
.management {
    margin-top: 6rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  
  .subtitle {
    color: rgb(75, 85, 99);
    max-width: 800px;
    margin: 1.5rem auto;
    font-size: 1.1rem;
  }
  
  .management-grid {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding: 0 1rem;
  }
  
  .management-card {
    background: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 250px;
    max-width: 280px;
  }
  
  .management-card:hover {
    transform: translateY(-5px);
  }
  
  .profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    object-fit: cover;
  }
  
  .management-card h3 {
    color: rgb(17, 24, 39);
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .management-card .role {
    color: rgb(37, 99, 235);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  
  .management-card .bio {
    color: rgb(75, 85, 99);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  
  .linkedin {
    color: rgb(37, 99, 235);
    font-size: 1.25rem;
    transition: color 0.3s ease;
  }
  
  .linkedin:hover {
    color: rgb(29, 78, 216);
  }

  .stats-section {
    padding: 4rem 1rem;
    background-color: rgb(249, 250, 253);
  }
  
  .stats-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .stat-card {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 200px;
  }
  
  .stat-number {
    color: rgb(37, 99, 235);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .stat-label {
    color: rgb(75, 85, 99);
    font-size: 1rem;
  }
  
  /* Join Team Section */
  .join-team {
    max-width: 1280px;
    margin: 6rem auto 0;
    text-align: center;
  }
  
  .join-team h2 {
    font-size: 2rem;
    font-weight: bold;
    color: rgb(17, 24, 39);
    margin-bottom: 1rem;
  }
  
  .join-description {
    color: rgb(75, 85, 99);
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .view-openings {
    display: inline-block;
    background-color: rgb(37, 99, 235);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  
  .view-openings:hover {
    background-color: rgb(29, 78, 216);
  }
  
  @media (max-width: 768px) {
    .stats-grid {
      justify-content: center;
    }
    
    
  }

  /* Contact Section */
.contact-section {
    padding: 4rem 1rem;
    background-color: white;
  }
  
  .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb(17, 24, 39);
    margin-bottom: 1rem;
  }
  
  .section-underline {
    height: 4px;
    width: 3rem;
    background:rgb(243, 237, 232);
    margin: 0 auto 1.5rem;
  }
  
  .section-description {
    text-align: center;
    color: rgb(75, 85, 99);
    max-width: 600px;
    margin: 0 auto 3rem;
  }
  
  .contact-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .info-card {
    background:  rgba(230, 227, 227, 0.316);
    padding: 2rem;
    border-radius: 0.5rem;
  }
  
  .info-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(17, 24, 39);
    margin-bottom: 1.5rem;
  }
  
  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .detail-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .icon {
    font-size: 24px; /* Adjust the size of the icon */
    flex-shrink: 0;  /* Prevent the icon from shrinking */
  }
  
  h4 {
    font-size: 18px;
    font-weight: bold;
  }
  
  p {
    color: #555; /* Add a subtle text color */
  }
  
  .detail-item h4 {
    font-weight: 600;
    color: rgb(17, 24, 39);
    margin-bottom: 0.25rem;
  }
  
  .detail-item p {
    color: rgb(75, 85, 99);
    line-height: 1.5;
  }
  
  .hours-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .hours-row {
    display: flex;
    justify-content: space-between;
    color: rgb(75, 85, 99);
  }
  
  .contact-form {
    background: rgba(242, 241, 241, 0.077);
    min-height: 700px;
    padding: 0rem;
    border-radius: 0.5rem;
    padding-right: 1.3rem;
  }
  
  .contact-form h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(17, 24, 39);
    margin-bottom: 1.5rem;
  }
  
  .form-group {
    margin-bottom: 1.5rem;
  }
  
  .form-group label {
    display: block;
    font-weight: 500;
    color: rgb(17, 24, 39);
    margin-bottom: 0.5rem;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 0.375rem;
    background: white;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: rgb(37, 99, 235);
    ring: 2px rgb(37, 99, 235);
  }
  
  .submit-btn {
    width: 100%;
    background-color: rgb(37, 99, 235);
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit-btn:hover {
    background-color: rgb(29, 78, 216);
  }
  
  @media (max-width: 768px) {
    .contact-grid {
      grid-template-columns: 1fr;
    }
    
    .hours-row {
      flex-direction: column;
      /* gap: 0.25rem; */
    }
  }


  .achievements {
    margin-top: 6rem;
    margin-bottom: 4rem;
    text-align: center; /* Center the heading */
  }

.achievements p{
    color: rgb(67, 71, 77);
}
  
.blue-text{
    color: rgb(0, 115, 255);
    padding-top: 7vw;
    cursor: pointer;
}
.blue-text:hover{
    text-decoration: underline;
}
  .values-grid {
    display: flex; 
    gap: 2rem;
    justify-content: center; /* Center the cards horizontally */
    margin-top: 3rem; /* Add some space between title and cards */
  }
  
  .achievement-card {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    flex: 1; /* Allow cards to grow equally */
    min-height: 350px;
    min-width: 300px; /* Minimum width for each card */
    max-width: 350px; /* Maximum width for each card */
  }
  
  .value-card:hover {
    transform: translateY(-5px);
  }
  
  .value-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgb(219, 234, 254);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
  }
  
  .value-icon i {
    color: rgb(37, 99, 235);
    font-size: 1.75rem;
  }
  
  .value-card h3 {
    color: rgb(17, 24, 39);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .value-card p {
    color: rgb(75, 85, 99);
    line-height: 1.6;
  }
  

  /* plaza css */
  .mall-features-wrapper {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    background-color: #ffffff;
    /* background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%230066ff" fill-opacity="1" d="M0,32L60,37.3C120,43,240,53,360,69.3C480,85,600,107,720,117.3C840,128,960,128,1080,144C1200,160,1320,192,1380,208L1440,224L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.floor-directory-section {
  /* padding-left: 60px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23FDF5E1" fill-opacity="1" d="M0,128L40,112C80,96,160,64,240,58.7C320,53,400,75,480,106.7C560,139,640,181,720,218.7C800,256,880,288,960,304C1040,320,1120,320,1200,304C1280,288,1360,256,1400,240L1440,224L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}


.mall-features-title {
    color: var(--color7);
    font-size: 2.5rem;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.mall-features-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background-color: var(--color9);
    border-radius: 2px;
}

.mall-features-subtitle {
    color: #666;
    margin: 30px auto;
    /* max-width: 600px; */
    line-height: 1.6;
}



.mall-features-layout {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  padding: 40px;
}

.second-row-card{
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  padding: 40px;
}


.mall-feature-box1 {
  background: 
      linear-gradient(
          rgba(249, 222, 75, 0),
           /* Semi-transparent black gradient */
        rgba(140, 78, 31, 0.7) 
          /* Adjust transparency as needed */
      ),
      url(assets/img/6.jpg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
}

/* Card Container */
.card-container {
  perspective: 1000px; /* Gives the 3D effect */
}

/* Main Card */
.mall-feature-box11 {
  position: relative;
  /* width: 450px; Adjust width as needed */
  height: 400px; 
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

/* Flip on Hover */
.card-container:hover .mall-feature-box11 {
  transform: rotateY(180deg); /* Flips the card */
}

/* Front and Back Faces */
.card-front, .card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  backface-visibility: hidden; /* Hides the back face when not visible */
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

/* Front Face */
.card-front {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/img/cons.jpeg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
  justify-content: end;
  align-items:center;
}

.front-Heading{
  background: 
  linear-gradient(180deg,
    rgba(0,0,0,0.5),
    /* rgba(0,0,0,0),
    rgba(0,0,0,0.8),
    rgba(0, 0, 0, 0.9), */
    rgba(0,0,0,1)
    );
  width:100%;
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height:90px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top:30px !important; */
}

/* Back Face */
.card-back {
  background: rgba(140, 78, 31, 0.8);
  /* color: #fff; */
  /* color: #1a1a1a !important; */
  transform: rotateY(180deg); /* Starts flipped */
  border: rgba(196, 194, 194, 0.59) solid 1px;
}

/* Hover Effect */
.mall-feature-box11:hover {
  transform: none; /* Disables the slight hover lift on flip cards */
}



/* Main Card */
.mall-feature-box22 {
  position: relative;
  /* width: 450px; */
  height: 400px; /* Adjust height as needed */
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

/* Flip on Hover */
.card-container:hover .mall-feature-box22 {
  transform: rotateY(180deg); /* Flips the card */
}

/* Front and Back Faces */
.card-front2, .card-back2 {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  backface-visibility: hidden; /* Hides the back face when not visible */
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

/* Front Face */
.card-front2 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/images/DSC_0778.jpg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
  justify-content: end;
  align-items:center;
}

.card-front22 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/images/construction.jpeg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
  justify-content: end;
  align-items:center;
}
/* Back Face */
.card-back2 {
  background: rgba(140, 78, 31, 0.8);
  color: #fff;
  transform: rotateY(180deg); /* Starts flipped */
  border: rgba(196, 194, 194, 0.59) solid 1px;
}

/* Hover Effect */
.mall-feature-box2:hover {
  transform: none; /* Disables the slight hover lift on flip cards */
}

.mall-feature-box2 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/img/food.jpeg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
}


.mall-feature-box2:hover {
    transform: translateY(-5px);
}


/* Main Card */
.mall-feature-box33 {
  position: relative;
  /* width: 450px; Adjust width as needed */
  height: 400px; /* Adjust height as needed */
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

/* Flip on Hover */
.card-container:hover .mall-feature-box33 {
  transform: rotateY(180deg); /* Flips the card */
}

/* Front and Back Faces */
.card-front3, .card-back3 {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  backface-visibility: hidden; /* Hides the back face when not visible */
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

/* Front Face */
.card-front3 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/images/DSC_0868.jpg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
  justify-content: end;
  align-items:center;
}

/* Back Face */
.card-back3 {
  background: rgba(140, 78, 31, 0.8);
  color: #fff;
  transform: rotateY(180deg); /* Starts flipped */
  border: rgba(196, 194, 194, 0.59) solid 1px;
}

/* Hover Effect */
.mall-feature-box33:hover {
  transform: none; /* Disables the slight hover lift on flip cards */
}



.mall-feature-box3 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/images/DSC_0868.jpg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
}


.mall-feature-box3:hover {
    transform: translateY(-5px);
}


/* Main Card */
.mall-feature-box44 {
  position: relative;
  /* width: 450px; Adjust width as needed */
  height: 400px; /* Adjust height as needed */
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

/* Flip on Hover */
.card-container:hover .mall-feature-box44 {
  transform: rotateY(180deg); /* Flips the card */
}

/* Front and Back Faces */
.card-front4, .card-back4 {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  backface-visibility: hidden; /* Hides the back face when not visible */
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

/* Front Face */
.card-front4 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/images/DSC_0860.jpg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
  justify-content: end;
  align-items:center;
}

/* Back Face */
.card-back4 {
  background: rgba(140, 78, 31, 0.8);
  color: #fff;
  transform: rotateY(180deg); /* Starts flipped */
  border: rgba(196, 194, 194, 0.59) solid 1px;
}

/* Hover Effect */
.mall-feature-box44:hover {
  transform: none; /* Disables the slight hover lift on flip cards */
}

/* Main Card */
.mall-feature-box55 {
  position: relative;
  /* width: 450px; Adjust width as needed */
  height: 400px; /* Adjust height as needed */
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

/* Flip on Hover */
.card-container:hover .mall-feature-box55 {
  transform: rotateY(180deg); /* Flips the card */
}

/* Front and Back Faces */
.card-front5, .card-back5 {
  width: 100%;
  height: 100%;
  position: absolute;
  color:white;
  backface-visibility: hidden; /* Hides the back face when not visible */
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

/* Front Face */
.card-front5{
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/img/investment.jpeg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
  justify-content: end;
  align-items:center;
}

/* Back Face */
.card-back5 {
  background: rgba(140, 78, 31, 0.8);
  color: #fff;
  transform: rotateY(180deg); /* Starts flipped */
  border: rgba(196, 194, 194, 0.59) solid 1px;
}

.card-back p{
  padding: 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
}

.card-back2 p{
  padding: 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.card-back3 p{
  padding: 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.card-back4 p{
  padding: 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.card-back5 p{
  padding: 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.card-back6 p{
  padding: 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
/* Hover Effect */
.mall-feature-box55:hover {
  transform: none; /* Disables the slight hover lift on flip cards */
}

/* Main Card */
.mall-feature-box66 {
  position: relative;
  /* width: 450px; Adjust width as needed */
  height: 400px; /* Adjust height as needed */
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

/* Flip on Hover */
.card-container:hover .mall-feature-box66 {
  transform: rotateY(180deg); /* Flips the card */
}

/* Front and Back Faces */
.card-front6, .card-back6 {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  backface-visibility: hidden; /* Hides the back face when not visible */
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

/* Front Face */
.card-front6{
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/images/DSC_0800%20MASK.jpg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  /* padding: 30px; */
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
  justify-content: end;
  align-items:center;
}

/* Back Face */
.card-back6 {
  background: rgba(140, 78, 31, 0.8);
  color: #fff;
  transform: rotateY(180deg); /* Starts flipped */
  border: rgba(196, 194, 194, 0.59) solid 1px;
}

/* Hover Effect */
.mall-feature-box66:hover {
  transform: none; /* Disables the slight hover lift on flip cards */
}




.mall-feature-box4 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/img/amenity.jpeg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
}


.mall-feature-box4:hover {
    transform: translateY(-5px);
}

.mall-feature-box5 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/img/malls.jpeg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
}


.mall-feature-box5:hover {
    transform: translateY(-5px);
}

.mall-feature-box1 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/img/6.jpg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
}


.mall-feature-box1:hover {
    transform: translateY(-5px);
}

.mall-feature-box6 {
  background: 
  linear-gradient(
    rgba(249, 222, 75, 0),
     /* Semi-transparent black gradient */
  rgba(140, 78, 31, 0.7) 
    /* Adjust transparency as needed */
),
      url(assets/img/consumerservices.jpeg);
       /* Add your image URL here */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image within the box */
  border-radius: 30px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: rgba(196, 194, 194, 0.59) solid 1px;
}


.mall-feature-box6:hover {
    transform: translateY(-5px);
}

.mall-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #e6edff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066ff;
}

.mall-feature-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mall-icon-shopping::before { content: '🛍️'; }
.mall-icon-dining::before { content: '🍽️'; }
.mall-icon-entertainment::before { content: '🎬'; }
.mall-icon-amenities::before { content: '🏢'; }
.mall-icon-security::before { content: '🛡️'; }
.mall-icon-services::before { content: '💬'; }

.mall-feature-heading {
    color: #ffffff;
    font-size: 1.75rem;
    padding-top: 45px;
}

.mall-feature-description {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.mall-feature-list {
    list-style: none;
    /* align-items: left; */
}

.mall-feature-item {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: flex;
    align-items: left;
}

.mall-feature-item::before {
    content: '✓';
    color: #ffffff;
    margin-right: 8px;
    font-weight: bold;
}

/* @media (max-width: 100%) {
    .mall-features-layout {
        grid-template-columns: 1fr;
    }
    
    
    
    .mall-features-title {
        font-size: 2rem;
    }
} */

/* directory plan */
.sd-wrapper {

    width: 100%;
    /* margin: 0 auto; */
    
}

.sd-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--color7);
    margin-bottom: 10px;
    /* position: relative; */
    /* display: inline-block; */
    /* left: 50%; */
    /* transform: translateX(-50%); */

    
}

.sd-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 5vw;
    margin: 0 auto;
    width: 150px;
    height: 4px;
    background-color: var(--color9);
    border-radius: 2px;
}

.sd-subtitle {
    text-align: center;
    color: #666;
    margin: 30px auto;
    max-width: 600px;
}

.sd-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.sd-filter-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    background: #f0f2f5;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sd-filter-btn.active,
.sd-filter-btn:hover {
    background-image: linear-gradient(to right, var(--color2), var(--color1), var(--color8));
    color: var(--color7);
}

.sd-stores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    padding: 40px
    /* margin: 40px 0; */
}

.sd-store-card {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: var(--color7) solid 1px;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.sd-store-icon {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to right, var(--color2), var(--color1), var(--color8));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color7);
  margin-right: 15px;
  margin-top: 10px;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

/* Hover Effect */
.sd-store-card:hover {
  background-image: linear-gradient(135deg, var(--color2), var(--color1), var(--color8)); /* Change card background to blue */
  color: var(--color7) !important; /* Change text color to white */
}

.sd-store-card:hover .sd-store-icon {
  background: white; /* Change icon background to white */
  color: var(--color7); /* Change icon color to blue */
}

.sd-store-card:hover .sd-store-name {
  font-size: 1.2rem;
  color: var(--color7);
  margin-bottom: 5px;
}

.sd-store-card:hover .sd-store-category {
  color: var(--color7);
  font-size: 0.9rem;
  margin-bottom: 10px;
  border-top: rgba(194, 188, 188, 0.437) solid 1px;
  padding-top: 20px;
}

.sd-store-card:hover .sd-store-location {
    color: var(--color7);
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.sd-store-card:hover .sd-store-hours {
    color: var(--color7);
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.sd-store-card:hover .sd-store-hours i {
    color: var(--color7);
    margin-right: 5px;
    width: 16px;
}

.sd-store-card:hover .sd-store-location i{
    color: var(--color7);
    margin-right: 5px;
    width: 16px;
}


.sd-store-info {
    flex: 1;
}

.sd-store-name {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.sd-store-category {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
    border-top: rgba(194, 188, 188, 0.437) solid 1px;
    padding-top: 20px;
}

.sd-store-location,
.sd-store-hours {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.sd-store-location i,
.sd-store-hours i {
    color: var(--color7);
    margin-right: 5px;
    width: 16px;
}

/* Floor Directory Styles */
.fd-title {
    text-align: center;
    font-size: 2rem;
    color: var(--color7);
    /* margin: 100px 0 30px; */
    /* position: relative; */
    /* display: inline-block; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.fd-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 2.8vw;
  margin: 0 auto;
  width: 150px;
  height: 4px;
  background-color: var(--color9);
  border-radius: 2px;
  }
.fd-grid {
  padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.fd-floor-card {
    background: #f8f9ff;
    /* padding: 15px 0px 15px 20px; */
    width: 250px;
    height: 200px;
    border-radius: 20px;
    border: var(--color7) solid 1px;
    
}

.fd-floor-title {
    color: var(--color7);
    font-size: 1.2rem;
    padding: 15px 0px 15px 15px;
    /* margin-left: 30px; */
}

.fd-floor-list {
    list-style: none;
}

.fd-floor-list li {
    color: #444;
    margin-bottom: 10px;
    display: flex;
    align-items: left;
    line-height: 20px;
}

.fd-floor-list li i {
    color: var(--color7);
    margin-right: 20px;
    /* width: 20px; */
}

/* @media (max-width: 768px) {
    .sd-wrapper {
        padding: 20px;
    }

    .sd-title {
        font-size: 2rem;
    }

    .sd-stores-grid {
        grid-template-columns: 1fr;
    }

    .fd-grid {
        grid-template-columns: 1fr;
    }
} */

.photo-gallery-wrapper {
  width: 100%;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 40px 20px; */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23FDF5E1" fill-opacity="1" d="M0,64L80,69.3C160,75,320,85,480,101.3C640,117,800,139,960,144C1120,149,1280,139,1360,133.3L1440,128L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.photo-gallery-wrapper1 {
  width: 100%;
  margin-top: 0;
  /* padding: 40px 20px; */
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}




.photo-gallery-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--color7);
    padding-top: 30px;
    margin-bottom: 10px;
    /* position: relative; */
    /* display: inline-block; */
    left: 50%;
    /* transform: translateX(-50%); */
}

.photo-gallery-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -1vw;
    width: 150px;
    height: 4px;
    background-color: var(--color9);
    border-radius: 2px;
}

.photo-gallery-subtitle {
    text-align: center;
    color: var(--color7);
    margin: 30px auto;
    max-width: 600px;
}

.photo-gallery-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.photo-filter-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    background: #f0f2f5;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.photo-filter-btn.active,
.photo-filter-btn:hover {
    background-image: linear-gradient(135deg, var(--color2), var(--color1), var(--color8));
    color: var(--color7);
}

.photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    padding: 20px;
    margin-top: 40px;
}

.photo-image-card {
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
    cursor: pointer;
    aspect-ratio: 4/3;
    border: 3px solid rgb(234, 179, 28);
    /* padding: 2px; */
}

.photo-image-card:hover {
    transform: translateY(-5px);
}

.photo-image-card img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    

    /* display: block; */
}
.photo-image-card1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  /* display: block; */
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.modal-close {
    position: fixed;
    right: 35px;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.modal-close:hover {
    color: #bbb;
}
/* 
@media (max-width: 768px) {
    .photo-gallery-wrapper {
        padding: 20px;
    }

    .photo-gallery-title {
        font-size: 2rem;
    }

    .modal {
        padding: 20px;
    }

    .modal-content {
        max-width: 100%;
    }
} */


.loc-contact-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.loc-contact-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--color7);
  margin-bottom: 20px;
}

.loc-contact-underline {
  width: 150px;
  height: 4px;
  background-color: var(--color9);
  margin: 0 auto;
  border-radius: 2px;
}

.loc-contact-subtitle {
  text-align: center;
  color: var(--color7);
  margin: 30px auto;
  max-width: 600px;
}

.loc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.loc-info-card, .business-hours-card, .contact-form-section {
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: var(--color7) solid 1px;
  border-radius: 30px;
}

.info-card-title, .hours-title, .form-title {
  font-size: 1.5rem;
  color: var(--color7);
  margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #e6edff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-icon i {
    color: var(--color7);
    font-size: 1.2rem;
}

.contact-details h3 {
    font-size: 1rem;
    color: var(--color7);
    margin-bottom: 5px;
}

.contact-details p {
    color: #666;
    line-height: 1.5;
}

.business-hours-card {
    margin-top: 20px;
}

.hours-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    color: #666;
}

.holiday {
    color: var(--color8);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    color: var(--color7);
    font-size: 0.9rem;
}

.form-group input, .form-group textarea {
    padding: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 1rem;
    color: #1a1a1a;
    background-color: white;
}

.form-group input::placeholder, .form-group textarea::placeholder {
    color: #999;
}

.submit-btn {
    background-image: linear-gradient(135deg, var(--color2), var(--color1), var(--color8));
    color: var(--color7);
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding-left: 30px;
}

.submit-btn:hover {
    background-color: var(--color7);
}

/* @media (max-width: 768px) {
    .loc-contact-grid {
        grid-template-columns: 1fr;
    }

    .loc-contact-title {
        font-size: 2rem;
    }

    .contact-form-section {
        margin-top: 20px;
    }
} */


.fp-footer {
  background-color: #ffffff; /* Fallback color */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%238c4e17" fill-opacity="1" d="M0,0L1440,64L1440,320L0,320Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 90px;

  color: #333;
  /* color:rgba(232, 166, 24, 0.75); */
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  /* margin-top: ; */
}



.fp-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.fp-footer-section {
  display: flex;
  flex-direction: column;
}

.fp-footer-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
  padding-top: 20px;
}

.fp-footer-description {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Social Links */
.fp-social-links {
    display: flex;
    gap: 15px;
}

.fp-social-link {
    width: 36px;
    height: 36px;
    background-color: var(--color9);
    color: var(--color7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fp-social-link:hover {
    background-color: var(--color9);
    transform: translateY(-2px);
}

/* Footer Links */
.fp-footer-links {
    list-style: none;
    padding: 0;
}

.fp-footer-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.fp-footer-link:hover {
  /* font-size: large; */
  font-weight: bold;
    color: #ffffff;
}

/* Contact Info */
.fp-contact-info {
    list-style: none;
    padding: 0;
}

.fp-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #ffffff;
}

.fp-contact-info i {
    color: var(--color9);
    margin-top: 4px;
}

/* Opening Hours */
.fp-opening-hours {
    list-style: none;
    padding: 0;
}

.fp-opening-hours li {
    margin-bottom: 12px;
    color: #ffffff;
}

.fp-day {
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

.fp-time {
    color: #ffffff;
}

/* Footer Bottom */
.fp-footer-bottom {
    /* max-width: 1200px; */
    margin: 40px auto 0;
    padding: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
}

.fp-footer-bottom p {
  
  color: #ffffff;
  font-size: 0.9rem;
}
/* Responsive Design */
/* @media (max-width: 1024px) {
    .fp-footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .fp-footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fp-footer {
        padding: 40px 0 20px;
    }
}
 */


/* about mall */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.hero-content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
  text-align: center; /* Center content on smaller screens */
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: rgb(223, 223, 223);
}

.hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 1rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.3s forwards;
  letter-spacing: 2px;
  color: rgb(204, 202, 202);
}

/* Keyframe for animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effect on the image */
.hero-section:hover .hero-image {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 3.5rem; /* Adjust font size for medium screens */
  }
  .hero-subtitle {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem; /* Smaller font size for tablets */
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.2rem; /* Smaller font size for mobile screens */
    line-height: 1.2; /* Adjust line height */
  }
  .hero-subtitle {
    font-size: 1rem; /* Smaller subtitle for mobile */
  }
  .hero-content-text {
    padding: 0 5%; /* Reduce padding for mobile */
  }
}

/* @media (max-width: 576px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 0.8rem;
  }
} */



.error-message {
  color: red;
  font-size: 0.9rem;
  display: none;
}


.white-heart {
  color: rgb(255, 255, 255);
}

.container-fluid{
  width: 100%;
  /* padding: 50px; */
}


.hero-section2 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* .hero-image2 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 1s ease;
  animation: rightScroll2 10s linear infinite;
} */

.hero-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.hero-content-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

/* .hero-title2 {
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0;
  opacity: 0;
  animation: fadeInUp2 0.8s ease forwards;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: rgb(223, 223, 223);
} */

.hero-subtitle2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 1rem;
  opacity: 0;
  animation: fadeInUp2 0.8s ease 0.3s forwards;
  letter-spacing: 2px;
  color: rgb(204, 202, 202);
}

/* Keyframe for right scroll */
@keyframes rightScroll2 {

}

/* Keyframe for fade-in effect */
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-image2 {
  width: 100vw !important;
  height: 100vh;
  object-fit: cover;
  transition: opacity 1s ease;
  position: absolute;
}

.hero-title2 {
  font-size: 4.5rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: opacity 1s ease, transform 1s ease;
}

.hero-title2.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

.hero-title2.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.hero-image2.fade-out {
  opacity: 0;
}

.hero-image2.fade-in {
  opacity: 1;
}


/* Responsive Design */
@media (max-width: 768px) {
  .hero-title2 {
    font-size: 3rem;
  }

  .hero-subtitle2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .hero-title2 {
    font-size: 2.5rem;
  }

  .hero-subtitle2 {
    font-size: 1rem;
  }
}







@media (max-width: 1024px) {
  .fp-footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
 
@media (max-width: 768px) {
  .fp-footer {
    padding-top: 60px;
   
  }
 
  .fp-footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 40px;
  }
 
  .fp-footer-section {
    display: flex;
  flex-direction: column;
  }
 
  .fp-social-links {
    justify-content: center;
  }
 
  .fp-contact-info li {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
 
  .fp-contact-info i {
    margin-bottom: 8px;
  }
 
  .fp-footer-bottom {
    margin-top: 30px;
    padding: 15px;
  }
}
 
@media (max-width: 480px) {
  .fp-footer {
    padding-top: 130px;
  }
 
  .fp-footer-content {
    padding: 0 20px;
    gap: 30px;
  }
 
  .fp-footer-title {
    font-size: 1.2rem;
  }
 
  .fp-footer-description {
    font-size: 0.95rem;
  }
 
  .fp-social-links {
    gap: 10px;
  }
 
  .fp-social-link {
    width: 32px;
    height: 32px;
  }
 
  .fp-footer-bottom p {
    font-size: 0.85rem;
  }
}
 


@media screen and (max-width: 768px) {

}




/* Responsive Styles */
@media (max-width: 1024px) {
  .fp-footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .fp-footer {
    padding-top: 60px;
    
  }

  .fp-footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 40px;
  }

  .fp-footer-section {
    display: flex;
  flex-direction: column;
    
  }

  .fp-social-links {
    justify-content: center;
  }

  .fp-contact-info li {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .fp-contact-info i {
    margin-bottom: 8px;
  }

  .fp-footer-bottom {
    margin-top: 30px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .fp-footer {
    padding-top: 130px;
  }

  .fp-footer-content {
    padding: 0 20px;
    gap: 30px;
  }

  .fp-footer-title {
    font-size: 1.2rem;
  }

  .fp-footer-description {
    font-size: 0.95rem;
  }

  .fp-social-links {
    gap: 10px;
  }

  .fp-social-link {
    width: 32px;
    height: 32px;
  }

  .fp-footer-bottom p {
    font-size: 0.85rem;
  }
}



/* Add these media queries at the end of your existing CSS */

/* Tablet Styles (768px to 1024px) */
@media screen and (max-width: 1024px) {
  .vvnavBar {
    padding: 0 20px;
  }

  .vvrightNavBarItems {
    margin-right: 20px;
  }

  .vvrightNavBarItems li {
    margin: 0px 15px 0px 5px;
  }

  .values-grid {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .value-card {
    min-width: 200px;
    flex: 0 0 calc(50% - 1rem);
  }

  .management-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .stats-grid {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .stat-card {
    flex: 0 0 calc(50% - 1rem);
    margin-left: 160px;
  }

  .mission-vision-grid {
    gap: 1.5rem;
  }
}

/* Mobile Styles (up to 767px) */
@media screen and (max-width: 767px) {


  h1 {
    font-size: 1.8rem !important;
  }

  .container {
    padding: 20px;
  }

  /* .main-timeline .timeline {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-timeline .timeline-content {
    padding: 15px 10px;
  } */

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision-card{
    margin-left: 10px;
  }

  .core-values{
    margin-left: 20px;
  }

  .management{
    margin-left: 0px;
  }

  .join-team{
    margin-left: 15px;
  }

  .values-grid {
    flex-direction: column;
  }

  .value-card {
    width: 100%;
    margin-bottom: 1rem;
  }

  .management-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    flex-direction: column;
    padding: auto 10px;
  }

  .stat-card {
    width: 80%;
    margin-bottom: 1rem;
    padding: 1rem;
    margin-left: 30px;
    
  }

  .stats-section{
    margin-left: -18px;
  }

  .stats-section h2{
    display: inline-flex;
    margin-left: 30px;
  }

  .info-card-title{
    margin-left: 70px;
  }

  .achievements .values-grid {
    flex-direction: column;
  }

  .achievements p{
   margin-left: 20px;
  }

  .achievements-card {
    width: 100%;
    margin: 1rem auto;
    margin-left: 25px;
  }

  .loc-contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-section {
    padding: 20px;
  }



  /* Timeline adjustments */
  .main-timeline .timeline-year {
    font-size: 24px;
  }

  .main-timeline .title {
    font-size: 18px;
  }

  .main-timeline .description {
    font-size: 14px;
  }

  /* Mission & Vision adjustments */
  .mission-vision-card {
    padding: 1.5rem;
  }

  .mission-vision-card h2 {
    font-size: 1.8rem;
  }

  /* Core Values adjustments */
  .value-card-main {
    padding: 1.5rem 1rem;
  }

  .value-icon {
    width: 3rem;
    height: 3rem;
  }

  /* Contact form adjustments */
  .form-group input,
  .form-group textarea {
    padding: 10px;
  }

  .submit-btn {
    padding: 12px;
  }
}

/* Small Mobile Styles (up to 480px) */
@media screen and (max-width: 480px) {
  .vvlogo {
    height: 40px;
  }

  .vvsymb {
    font-size: 24px;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  .container {
    padding: 10px;
  }

  .mission-vision-card h2 {
    font-size: 1.5rem;
  }

  .value-card h3 {
    font-size: 1.2rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .value-card{
    margin-right: 30px;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-icon {
    margin-bottom: 10px;
  }
}

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

  .loc-contact-title {
      font-size: 2rem;
  }

  .contact-form-section {
      margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .hours-row {
    flex-direction: column;
    gap: 0.25rem;
  }
}
