
/* SHOW ONLY ON MOBILE */
@media (max-width: 768px) {
  .mobile-header,
  .burger-menu,
  .mobile-sidebar3 {
    display: block;
  }
}

@media (min-width: 769px) {
  .mobile-header,
  .burger-menu,
  .mobile-sidebar3 {
    display: none;
  }
}



.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a{
    color: #607D8B;
}


.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover > a{
    text-decoration: underline;
}


/* MOBILE HEADER */
.mobile-header {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  position: fixed;   /* changed from relative */
  top: 0;             /* stick to top */
  border-bottom: 1px solid #eee;
  z-index: 9999;    
}

/* BURGER ICON FIXED TO RIGHT EDGE */
.burger-menu {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  z-index: 99999;
}

/* SLIDE DOWN MENU */
.mobile-sidebar3 {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.4s ease;
  z-index: 99998;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Active Slide Down */
.mobile-sidebar3.active {
  top: 0;
}

/* TOP ROW: LOGO + CLOSE BUTTON */
.logosicon-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}

/* CLOSE BUTTON */
.menu-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-close i {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: 300;
}

/* NAV LINKS */
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 15px 20px 15px;
}

.mobile-nav ul li {
  border-bottom: 1px solid #e6e6e6;
}

.mobile-nav ul li a {
  color: #1a1a1a;
  font-size: 18px;
  text-decoration: none;
}

.mobile-nav ul li a:hover {
  color: #0066ff;
}


input, textarea{
    width:100% !important;
}
.footer-menu-area{
    display: flex;
    align-items: flex-start !important;
    justify-content: space-between !important;
    align-content: flex-start !important;

}
.img-fluid {
    max-width: 70% !important;
}
.swiper-pagination {
    position: relative !important;
    margin-top: 25px !important;
}
.swiper-pagination-bullet {
    background: black !important;
    opacity: 0.4;
    margin-top: 20px;
     width: 12px !important;     /* bigger width */
    height: 12px !important;    /* bigger height */
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #14453d !important;
}
.reveal img{
    border-radius: 10px; 
}
.tab { 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    background-color: #fff; 
    border-radius: 50px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
    overflow: hidden; 
    margin-bottom: 30px; 
    width: 100%;
}
.tab button {
    background: transparent; 
    border: none; 
    outline: none; 
    cursor: pointer; 
    padding: 14px 30px; 
    font-size: 16px; 
    font-weight: 500; 
    color: #555; 
    transition: all 0.3s ease; 
} 

.tab button:hover { 
    background-color: #f0f0f0; 
    color: #000; 
} 

.tab button.active {
    background: #14453d;
    color: #fff; 
    font-weight: 600; 
    border-radius: 50px; 
    box-shadow: 0 3px 10px rgba(242, 113, 33, 0.4); 
    
} 

.tabcontent { 
    display: none;
    max-width: 600px; 
    margin: 0 auto; 
    background: #fff; 
    padding: 10px 0px 0px 0px; 
    border-radius: 12px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); 
    text-align: center; 
    
} 


  .tabs {
        display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 4px 6px 20px 11px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
    }
    
    .tabs button {
   background: transparent; 
    border: none; 
    outline: none; 
    cursor: pointer; 
    padding: 14px 30px; 
    font-size: 16px; 
    font-weight: 500; 
    color: #555; 
    transition: all 0.3s ease; 
    }
    
   .tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.tabs button.active {
    background: #14453d;
    color: #fff; 
    font-weight: 600; 
    border-radius: 50px; 
    box-shadow: 0 3px 10px rgba(242, 113, 33, 0.4); 
}

/* SLIDER */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: none;
}
.slider-container.active {
    display: block;
}
.slide {
    display: none;
    text-align: center;
}
.slide img {
    width: 100%;
    border-radius: 10px;
}

.swiper {
    width: 100%;
    padding-bottom: 40px;
}
.swiper-slide {
    text-align: center;
}
.swiper-slide img {
    width: 100%;
    border-radius: 10px;
   border-top: 1px solid #14453d1f;
border-left: 1px solid #14453d1f;
border-right: 1px solid #14453d1f;

}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
h3{
    font-size:20px;
}


.background{
    background:#eee;
    margin:40px 0 40px;
}

.tabcontent h3 { 
    color: #f27121; 
    margin-top: 0;
    }
    
     table {
      width: 80%;
      margin: 0 auto;
      border-collapse: collapse;
      text-align: center;
      font-size: 16px;
    }

    th, td {
      border: 1px solid #ddd;
      padding: 12px 10px;
    }

    th {
      background-color: #212529;
      color: white;
      font-weight: bold;
    }

    td a {
      color: #15416e;
      text-decoration: none;
      font-weight: 500;
    }

    td a:hover {
      text-decoration: underline;
    }
    .contactbox{
        background: var(--ztc-bg-bg-1);
        border-radius: 16px;
        padding: 32px;
    }
    .floortext{
     background: #14453d1a;
     padding: 10px 0 10px;
    }

    .gallery9-section-area .wrapper .center-slider2 .img1::after{
        background: #100f221f !important;
    }
    .gallery9-section-area .wrapper .center-slider2 .slick-current.slick-active .img1::after {
        height:480px !important;
    }
    .sp1 {
    padding: 50px 0 60px !important;
}
.space-margin60 {
    margin-bottom:40px;

}
.footer3-section-area{
     padding: 40px 0 40px !important;
}
/* Thumbnail Image */

    .lightbox-trigger {
      /*width: 300px;*/
      cursor: pointer;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
    }
    
    .lightbox-trigger:hover {
      transform: scale(1.03);
    }

    /* Lightbox Overlay */
    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .lightbox.open {
      display: flex;
    }

    /* Lightbox Image */
    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
      animation: fadeIn 0.3s ease;
    }

    /* Close Button */
    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      color: white;
      font-size: 32px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }
    .close-btn:hover {
      color: #f27121;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }


    .gallery9-section-area .wrapper .center-slider2 .slick-dots li.slick-active button{
        background: #14453d;
    }
    .property6-author-section-area .property-accordion .accordion .accordion-item{
        background: #14453d;
    }
    .property6-author-section-area .property-accordion .accordion .accordion-item button::before{
        background: #14453d;
    }
    
.homepage3-body .header-area.homepage3 .site-logo {
    height: auto;
    width: 200px;
   
}
.homepage3-body .header-area.homepage3{
     padding:10px 0 10px !important;
}
.mobile-sidebar{
    height: 60%;
}
input{
    background: #14453d1c !important;
    padding: 10px !important;
    border-radius: 10px !important;
}
textarea{
    background: #14453d1c !important;
    padding: 10px !important;
    border-radius: 10px !important;
}

.property6-author-section-area .property-accordion .accordion .accordion-item button{
    box-shadow: 2px 2px 10px 2px #14453d26 !important;
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img{
    height: auto !important;
    width: 250px !important;;
}

.showmobile  .accordion-item{
    background: #14453d00 !important;
}
.showmobile .accordion-item .accordion-button:not(.collapsed){
    color:black !important;
}
.accordion-item ul.list li a{
    padding-bottom: 10px;
    line-height: 20px;
}
.Elevation{
    background: #efefef;
    border-radius: 8px;
    width: 840px;
    height: 790px;
    padding: 20px;
}
@media only screen and (min-width: 1024px) {
    .showmobile {
        display: none;
    }
    .Elevation {
    height: auto;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1520px !important;
    }
}
 
@media (max-width: 768px) {
  .tab-container {
    flex-direction: column;
  }
  .tab-vertical {
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
  }
  .tab-vertical button {
    flex: 1;
    text-align: center;
    border-left: none;
    border-bottom: 4px solid transparent;
  }
  .tab-vertical button.active {
    border-left: none;
    border-bottom: 4px solid #f27121;
  }
  .hidemobile{
       display: none;
  }
  .img-fluid {
    max-width: 100% !important;
}
.Elevation{
    background: #efefef;
    border-radius: 8px;
    width: 100%;
    height: auto;
    padding: 20px;
}
}