@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@500&display=swap');
 body {
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
   
.left-side {
 width: 76%; 
 background-color: #FFF;
}
 
html{
    scroll-behavior: smooth;
}
  
.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 10px !important;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);;
}
    
.navbar .logo {
  flex: 1;
  padding: 0 10px;
}
    
.navbar .logo img {
  max-height: 40px;
  vertical-align: middle;
}
    
.navbar .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}
    
.navbar .menu li {
  margin: 0;
  padding: 12px;
}
  
.menu .number{
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 3px !important;
}
    
.navbar .menu li a {
  color: #000;
  text-decoration: none;
}
   
.navbar .menu li a:hover {
  color: #7d4587;
}
    
.menu-button {
  display: none;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  padding: 10px;
 }
  
.tel-button {
  background-color: #301934;
  color: #fff !important;
  padding: 10px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}
    
.tel-button:hover{
  cursor: pointer;
}
  
@media (max-width: 1200px) {
  .navbar .menu {
    display: none;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 10px;
    position: absolute;
    top: 60px;
    width: calc(100% - 40px); 
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }
    
 .navbar .menu.active {
    display: flex;
 }
    
 .navbar .menu li {
   margin: 5px 0;
   padding: 0;
   display: block;
 }
    
.navbar .menu li a {
  display: block;
  padding: 5px;
  font-size: 10px;
 }
    
.menu-button {
  display: block;
 }

.right-side{
  display: none;
 }
.left-side{
  width: 100% !important;
 }
}

@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .navbar .menu li {
    font-size: 12px;
    font-weight: 500;
  }
} 


 /*-------------------------------all login forms css code write once use for all forms--------------------*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
}

.popup-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close-iconn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

.popup-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
  color: #301934;
}

.popup-content p{
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.popup-content label {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 500;
}

.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content input[type="tel"] {
  width: 100%;
  padding: 8px; 
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


.submitt-button {
  font-size: 1.1rem;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #301934;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.popup-button {
  font-size: 1.1rem;
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #301934;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.iconss {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 50px;
}

.iconss img {
  width: 56px;
  height: 48px;
  margin: 0 5px;
}

.iconss .formimageicon{
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}


/* Media query for smaller screens */
@media (max-width: 600px) {
 .popup-content {
   margin: 20px;
  }
}

@media (max-width: 450px){
  .popup-content h2{
     font-size: 1rem;
  }
  
.iconss {
  gap: 40px;
}

.iconss img {
  width: 40px;
  height: 35px;
 }
}


 /*--------------------------------Desktop View Bookingform------------------------------*/
 .desktopofferbox h2{
  margin-bottom: 1%;
  color: #f0f0f0;
  font-size: 1.5rem; 
}

.desktopofferbox .kalp{
  font-size: 1rem;
}

.desktopofferbox .tag-line {
  font-size: 1.2rem;
}

.desktopofferbox .pro-price {
  font-size: 1.9rem;
  font-weight: 900;
  margin-bottom: 5%;
}

 .desktopoffer p{
  font-size: 16px;
  line-height: 2;
  font-weight: 200;
  color: #f0f0f0;
  border: dashed #000;
  display: block;
  background-color: #301934;
  padding:5px;
}


.desktopofferbox{
  position: absolute;
  top: 15%;
  margin-left: 1%;
}

.desktopoffer{
  color: #000000;
  box-shadow: 0 0 10px rgba(15, 15, 15, 0.1);
  border-radius: 10px;
  padding: 15px;
  background:rgb(0, 0, 0,0.3); 
  opacity: 0.9;
  text-align: center;
  min-height: 400px;
  width: 350px;
}

.desktopoffer h2{
  margin-bottom: 23px;
  font-size: 23px;
}

.desktopoffer h1{
  font-weight: 400;
  border: 2px dashed #000;
  color: #fff;
  background: #301934;
  margin-bottom: 20px;
  font-size: 25px;
}

.enquire1 {
  padding: 5px 15px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2%;
  color: #f0f0f0;
  border-radius: 10px;
  background: #301934;
  cursor: pointer;
}

@keyframes gradient {
  0%{
    background-position: 0 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0 50%;
  }
}


/*--------------------------------mobile view Bookingform------------------------------*/
 
.mobileofferbox h2{
  margin-bottom: 1%;
  color: #000000;
  font-size: 1.5rem; 
}

.mobileofferbox .mob-kalp{
  font-size: 1rem;
}

.mobileofferbox .mob-tag-line {
  font-size: 1rem;
}

.mobileofferbox .mob-pro-price {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 5%;
}

.mobileoffer p{
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  color: #f0f0f0;
  border: dashed #000;
  display: block;
  text-transform: uppercase;
  background-color: #301934;
  padding:5px;
}


.mobileofferbox{
  top: 50%;
  margin-left: 3%;
}

.mobileoffer{
  color: #000000;
  box-shadow: 0 0 10px rgba(243, 243, 243, 0.1);
  border-radius: 10px;
  padding: 15px;
  background:rgb(0, 0, 0,0.3); 
  opacity: 0.9;
  text-align: center;
  min-height: 400px;
  width: 350px;
}

.mobileoffer h2{
  margin-bottom: 23px;
  font-size: 23px;
}

.mobileoffer h1{
  font-weight: 400;
  border: 2px dashed #000;
  color: #fff;
  background: #301934;
  margin-bottom: 20px;
  font-size: 25px;
}

.mob-enquire1 {
  padding: 5px 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2%;
  color: #f0f0f0;
  border-radius: 10px;
  background: #301934;
  cursor: pointer;
}

.mobileofferbox{
  display: none;
}

/*------------------------Media Query For Mobile View Booking-----------------------*/

@media (max-width: 991px) {
  .mobileofferbox {
    margin-left: 3%;
  }
  
  .mobileoffer {
    width: 95%;
    border-radius: 10px;
  }
  
  .mobileoffer h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .mobileoffer h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}


@media (max-width: 768px) {
  .mobileofferbox {
    margin-left: 3%;
  }
  
  .mobileoffer {
    width: 90%;
    border-radius: 10px;
  }
  
  .mobileoffer h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .mobileoffer h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media(max-width: 450px){
  .mobileofferbox {
    margin-left: 3%;
  }
  
  .mobileoffer {
    width: 90%;
    border-radius: 10px;
  }
  
  .mobileoffer h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .mobileoffer h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}



/*-----------------------------home slider---------------------------*/
.home-container {
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
}

.slide img {
    width: 100%;
    height: 650px;
}

.slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-dot.active {
    background-color: #555;
}

@media (max-width: 768px) {
  .slide img {
    width: 100%;
    height: 300px !important;
  }
}


/*--------------------------------------overview-------------------------------*/
.text-center {
  text-align: center!important;
  margin-top: 5%;
}

.overhead{
  text-transform: uppercase;
}

.main-title span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  background: #301934;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.main-title span:before {
  content: "";
  height: 2px;
  width: 240px;
  position: absolute;
  bottom: -2px;
  background: #301934;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  left: 50%;
}

.overv-box{
  margin-left: 4%;
  margin-right: 4%;
}

.brochure{
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  text-transform: uppercase;
  background-color: #301934;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 40%;
}

/*-----------project highlights---------*/
.highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

.project {
  width: 100%;
  text-align: center;
}

.highlight-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 20px;
}

.highlight-list {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.highlight-list li {
  margin-bottom: 15px;
  font-size: 14px;
}

.fa-solid.fa-circle-dot{
  font-size: 12px;
  color: #555;
  margin-right: 10px;
}

@media (max-width: 768px){
  .highlight-container{
    flex-direction: column;
    margin-bottom: 20px;
  }
}

/*-----------Central park slider---------*/
.central {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  background: #301934;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 2%;
}

.central:before {
  content: "";
  height: 2px;
  width: 400px;
  position: absolute;
  bottom: -2px;
  background: #301934;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  left: 50%;
}

.park-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.gcpslider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.gcpslide {
  flex: 0 0 100%;
}

.gcpslide img {
  width: 100%;
  height: auto;
}

.prev1,
.next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
  background-color: #000;
  color: white;
  border: none;
  font-size: 18px;
} 

.prev1 {
  left: 0;
}

.next1 {
  right: 0;
} 

@media(max-width: 450px) {
  .central:before {
    width: 300px;
  }
  .main-title span{
    font-size: 15px;
  }
  .main-title span:before {
    width: 180px; 
  }
  .overhead{
    font-size: 18px;
  }
  .overv-box{
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .project{
    font-size: 20px;
  }  
 .central{
  font-size: 15px;
 }
.central:before{
  width: 280px;
 }
}

@media(max-width: 300px){
  .main-title span{
    font-size: 12px;
  }
  .main-title span:before {
    width: 180px; 
  }
  .overhead{
    font-size: 18px;
  }
  .brochure{
    margin-left: 20%;
  }
  .project{
    font-size: 18px;
  }
  
.highlights ul li{
  font-size: 12px; 
  width: 75%;
  padding: 5px;
  margin: 2%;
 }
 .central{
   font-size: 12px;
 }
 .central:before{
   width: 210px;
 }
}


.mobile-content {
  padding: 8px;
  text-transform: uppercase;
  margin-top: 3%;
  margin-right: 3%;
  background-color: rgba(57, 41, 74, 0.3);
  align-items: center;
  margin-left: 3%;
 }


.moblist li{
  list-style-type: none;
  background-color: #301934;
  color: #f0f0f0;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  font-weight: 300;
  margin-right: 3%;
}

@media(max-width: 450px){
.moblist li{
  margin-right: 10%;
 }
}

.mobile-content{
  display: none;
}


/*--------------------------------------------------amenities--------------------------*/
.amenhead {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  color: #301934;
  margin-top: 5%;
  margin-bottom: 5%;
}

.amenities_item {
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
}

.real h3 {
  font-size: 1rem;
  font-size: 600;
  text-align: center;
  margin-top: 2%;
}

.amen_icon {
  display: grid;
  place-content: center;
  width: 140px;
  height: 140px;
  margin-inline: auto;
  border-radius: 50%;
  background: #aeaeae;
  box-shadow: inset 0 6px 7px #ccc;
}

.amen_icon img {
  height: 90%;
  width: 90%;
  text-align: center;
}

@media (max-width: 300px) {
  #amenities .amenhead {
    font-size: 16px;
  }
  .real h3 {
    font-size: 1.2rem;
  } 
  .amen_icon {
    width: 95px;
    height: 95px;
  }
  .amenhead:before {
    width: 240px;
  }
}


@media (max-width: 450px) {
  #amenities .amenhead {
    font-size: 16px;
  }
  .real h3 {
    font-size: 12px;
  } 
  .amen_icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  #amenities .amenhead {
    font-size: 16px;
  }
  .real h3 {
    font-size: 12px;
  } 
  .amen_icon {
    width: 100px;
    height: 100px;
  }
}

/*-----------------------------------------------pricing-------------------------*/
.pricinghead {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  color: #301934;
  margin-top: 5%;
}

.pricingcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 10px;
  margin-top: 2%;
}

#table-container {
  flex: 1;
}

#priceimage-container {
  flex: 1;
  position: relative;
}

.priceimage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 25, 52, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.priceimage-overlay:hover {
  opacity: 1;
}

.priceimage-overlay .btns {
  font-size: 1rem;
  color: #f0f0f0;
  background-color: #301934;
  padding: 10px;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-right: 20px;
}

th, td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

th {
  background-color: #301934;
  color: #fff;
}

.btns {
  font-size: 1rem;
  color: #fff;
  background-color: #301934;
  padding: 10px;
  cursor: pointer;
}


.image-text {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #301934;
}

@media (max-width: 768px) {
  .content-container {
      flex-direction: column;
      text-align: center;
  }

  #table-container {
      margin-bottom: 20px;
  }
  table{
    max-width: 90%;
  }
  .pricinghead{
     font-size: 16px;
  }
  table{
    margin-left: 4%;
  }
  .content-container{
     gap: 2px;
  }
}

@media (max-width: 450px) {
  .pricinghead{
     font-size: 16px;
  }
  .pricingcontainer{
    margin-top: 25%;
  }
  table{
    margin-left: 4%;
  }
  .content-container{
     gap: 2px;
  }
}

/*-----------------------------floor plan-----------------------------------*/
.floorhead {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  color: #301934;
  margin-top: 5%;
}

.floor-plans-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.floor-plan {
  margin: 20px;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  text-align: center;
  position: relative;
  width: 280px; 
  transition: transform 0.3s ease;
}

.floor-plan-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 200px; 
}

.floor-plan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}

.floor-plan:hover {
  transform: scale(1.05) translateY(-10px); 
}

.floor-plan-text {
  margin-top: 10px;
  font-size: 1.2rem;
}

.view-details-button {
  margin-top: 10px;
  font-size: 1rem;
  padding: 8px 16px;
  border: none;
  background-color: #301934;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.view-details-button:hover {
  background-color: #7d4587;
} 


@media (max-width: 768px) {
  .floor-plan {
    width: 100%; 
    max-width: 300px !important; 
  }
}

@media (max-width: 450px){
  .floorhead{
    font-size: 16px !important;
  } 
}

@media (max-width: 300px){
  .floorhead{
    font-size: 16px !important;
  }
}

/*-----------------------------gallery section------------------------*/
.galleryhead {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  color: #301934;
  margin-top: 5%;
}

.gallerycontainer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 }

 .gallerycontainer .galleryimages {
   margin: 15px;
   padding: 10px;
 }

 .gallerycontainer .galleryimages .imgBx {
   height: 150px;
   width: 250px;
   border: 2px solid #1b1b1b;
   border-radius: 50px;
   box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   overflow: hidden;
   cursor: pointer;
 }

 .gallerycontainer .galleryimages .imgBx img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   transition: .2s linear;
 }

 .gallerycontainer .galleryimages .imgBx:hover img{
   transform: scale(1.1);
   cursor: zoom-in;
 }

 .gallerycontainer .popups {
   position: fixed;
   top: 0;
   left: 0;
   background: rgba(0,0,0,0.9);
   height: 100%;
   width: 100%;
   z-index: 100;
   display: none;
 }

 .gallerycontainer .popups span {
   position: absolute;
   top: 9%;
   right: 8%;
   font-size: 22px;
   font-weight: bolder;
   color: #fff;
   cursor: pointer;
   z-index: 100;
   transition: 0.5s;
 }

 .gallerycontainer .popups span:hover{
   transform: rotate(180deg);
 }

 .gallerycontainer .popups img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 5px;
  width: 70%;
  height: 70%;
  object-fit: cover;
 }


 @media (max-width: 1200px) {
  .gallerycontainer .popups img{
    width: 100%;
    height: 100%;
   }
}

@media (max-width: 991px) {
  .gallerycontainer .popups img{
    width: 90%;
    height: 60%;
   }
}

@media (max-width: 768px) {
  .gallerycontainer .popups img{
    width: 90%;
    height: 50%;
   }
   .gallerycontainer .galleryimages .imgBx {
    height: 120px;
    width: 150px;
    border: 2px solid #777;
 }

}

@media (max-width: 450px) {
  .galleryhead{
    font-size: 16px;
  }
  .gallerycontainer .popups img{
    width: 90%;
    height: 40%;
   }
  .gallerycontainer .galleryimages {
    margin: 5px;
    padding: 0px;
  }
  .gallerycontainer .galleryimages .imgBx {
    height: 100px;
    width: 120px;
    border: 2px solid #777;
 }
}

@media (max-width: 300px) {
  .galleryhead{
    font-size: 16px;
  }
  .gallerycontainer .popups img{
    width: 70%;
    height: 20%; 
   }
  .gallerycontainer .galleryimages {
    margin: 5px;
    padding: 0px;
  }
  .gallerycontainer .galleryimages .imgBx {
    height: 80px;
    width: 100px;
    border: 2px solid #777;
 }
}


/*----------------------------location highlights-----------------------*/
.locationhead {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  color: #301934;
  margin-top: 5%;
}

  .loc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
  }
  .accordion-container {
    flex: 1; 
  }
  .map-container {
    flex: 1; 
    padding-left: 20px; 
  }
  .panel {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .panel-heading {
    background-color: #301934;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
  }
  .panel-body {
    padding: 15px;
    display: none;
  }
  .panel-body p {
    margin: 5px 0;
  }
  .panel-body.show {
    display: block;
  }
  iframe {
    width: 100%;
    height: 450px;
    border: none;
  }
  @media screen and (max-width: 768px) {
    .loc-container {
      flex-direction: column; 
    }
    .accordion-container,
    .map-container {
      flex: auto;
      margin: 0; 
      padding-left: 0;
    }
  }

  @media(max-width: 600px) {
    .locationhead{
      font-size: 16px;
    }
  }

/*-------------------------------contact us------------------------------*/
.contacthead {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  color: #301934;
  margin-top: 5%;
}


#contact .para{
   text-align: center;
   margin-top: 0;
   text-transform: uppercase;
   font-size: 20px;
}


.contact-container {
  display: flex;
  width: 95%;
  justify-content: space-between;
  padding: 25px;
  gap: 20px;
}

.address {
  flex: 1;
  padding: 20px;
  color: #000;
  background-image: url(images/center.jpg);
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.address p{
  margin-left: 10%;
}

.contact-form {
  flex: 1;
  padding: 20px;
  background-color: #f1f1f1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  margin-top: 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group button {
  background-color: #301934;
  color: #fff;
  font-size: 1rem;
  border: none;
  padding: 8px 25px;
  border-radius: 4px;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #895093;
}



/* Media query for contact us */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column; 
    padding: 10px; 
    gap: 10px; 
  }

  .address,
  .contact-form {
    padding: 15px; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px; 
  }
}

@media(max-width: 450px){
  .contacthead{
    font-size: 16px;
  }
}


/*------------------------------footer section---------------------*/
.footer-container {
  margin: 5px auto; 
  max-width: 100%; 
  padding: 0 20px; 
  box-sizing: border-box; 
}

.connect-with-me {
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.qr-code {
  margin-bottom: 5px !important;
  text-align: center;
}

.qr-code img {
  border: 2px solid #301934;
  width: 100px;
  height: 100px; 
}

.reranum{
  margin-top: 0% !important;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.dispara{
  font-size: 1.2rem;
}

.adres_para,
.adres_submision_para,
.adres_phone_para,
p {
  margin: 0;
}

.adres_para,
.adres_phone_para{
  font-size: 1.2rem;
}

.adres_phone_para {
  text-align: center;
}

.adres_phone_para a {
  color: #301934;
  font-weight: bold;
  text-decoration: none;
}

.adres_phone_para a:hover {
  text-decoration: underline;
}

.disclaimer-section {
  background-color: #301934;
  font-size: 1.1rem;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.gov-link {
  color: #301934;
  font-weight: bold;
}

.terms-link {
  color: #301934;
  font-weight: bold;
}

.privacy-policy-link {
  color: #dadada;
}

.privacy-policy-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media(max-width: 991px){
  .disclaimer-section{
    margin-bottom: 10%;
  }
}

@media (min-width: 300px) and (max-width: 600px){
  .disclaimer-section{
    margin-bottom: 20%;
  }
}


/*----------------------------------------desktop fixed icons call, phone, ola/uber -------------------------------*/
.fixed-social-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  animation: bounce 1s infinite;
}

.fixed-social-icon ul{
  list-style-type: none;
}

.fixed-social-icon img {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.ola_uber {
  position: fixed;
  padding: 0 12px;
  height: 40px;
  bottom: 0;
  left: 0;
  color: #fff !important;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  text-shadow: none;
  font-size: 15px;
  font-weight: 600;
 background-color: #1b1b1b;
  cursor: pointer;
}

.ola_uber img{
  border-style: none;
  vertical-align: middle;
}

@keyframes gradient {
  0%{
    background-position: 0 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0 50%;
  }
}


/*-------------------------mobile section phone&whatsapp, olauber-------------------------*/
 
.mob-action {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #301934;
  box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
  z-index: 1030;
}

.mob-action ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: space-around;
  align-items: center;
}

.ola_uber_mobile {
  padding: 0 10px;
  height: 35px;
  bottom: 0;
  left: 0;
  color: #fff !important;
  text-align: center;
  box-shadow: 2px 3px 15px 0px #100f0f;
  z-index: 100;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  text-shadow: none;
  font-size: 12px;
  font-weight: 400;
  background-color: #1b1b1b;
  cursor: pointer;
}

.mobile-view {
   display: none;
 } 

/*----media screen for mobile view---------*/

@media (max-width: 1200px) {
  .mobile-view {
    display: block;
  }
  .fixed-social-icon{
    display: none;
  }
  .mobileofferbox{
    display: none;
 }
 .mobile-content{
  display: block;
} 
.ola_uber{
  display: none;
}
}

@media (max-width: 991px) {
  .mobile-view {
    display: block;
  }
  .fixed-social-icon{
    display: none;
  }
  .desktopofferbox{
    display: none;
  }
  .mobileofferbox{
     display: block;
  }
  .mobile-content{
    display: block;
  }
  .ola_uber{
    display: none;
  }
}

@media (max-width: 768px) {
   .mobile-view {
     display: block;
   }
   .fixed-social-icon{
    display: none;
   } 
   .desktopofferbox{
     display: none;
   }
   .mobileofferbox{
    display: block;
 }
 .mobile-content{
  display: block;
 }
 .ola_uber{
  display: none;
}
}

@media(max-width: 450px){
  .desktopofferbox{
     display: none;
   }
  .mobileofferbox{
    display: block;
   }
  .mobile-content{
   display: block;
   }
  .ola_uber{
   display: none;
  }
}

/*--------------------------------------right side contents start from here------------------------*/

 .right-side {
  width: 24%;
  background-color: #ddd;
  padding: 20px;
  box-sizing: border-box;
}

.right-side-content{
  position: fixed;
}
 
.rightlist {
  padding: 8px;
  text-transform: uppercase;
  margin-top: 3%;
  margin-right: 3%;
  align-items: center;
 }

.right-side-content h2, h4{
  background-color: rgba(57, 41, 74, 0.3);
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  font-weight: 300;
  margin-right: 3%;
}

.rightlist li{
  list-style-type: none;
  font-size: 1rem;
}

.rightlist li span{
  font-weight: 900;
  font-size: 1rem;
}

.rightlist li {
  background-color: #301934;
  color: #e5e5e5;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 12px;
}

 
