﻿
    /* Reset */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body, html {
      height: 100%;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      overflow-x: hidden;
      
    }

.video-header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay {
  position: relative;
  height: 100%;
  width: 100%;
      background: rgb(0 0 0 / 50%);
  padding: 20px;
  box-sizing: border-box;
}

/* General Header */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 80px;
  position: relative;
  z-index: 1000; /* Ensure above everything */
}

.logo img {
  height: 80px;
  width: auto;
}

.main-header nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
}

.nav-links li a {
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #e38724;
  display: block;
  transition: 0.3s;
}

.nav-links li a:hover {
  background-color: #263578;
}

/* Hamburger hidden on desktop */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  /* Show hamburger */
  .hamburger {
    display: block;
    z-index: 1001;
  }

  /* Hide nav by default */
  .main-header nav ul {
    display: none;
    flex-direction: column;
    background: rgba(0,0,0,0.9);
    position: absolute;
    top: 80px;
    right: 20px;
    padding: 20px;
    border-radius: 8px;
    gap: 15px;
  }

  /* Show nav when active */
  .main-header nav ul.show {
    display: flex;
  }
}


/* ✅ Active button - full background in red */
.nav-links li.active {
  background-color: #e38724; /* Red or any active color */
}


.main-header .lang-book {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icons a:nth-child(1) { color: #fff; }  /* Facebook */
.social-icons a:nth-child(2) { color: #fff; }  /* Instagram */
.social-icons a:nth-child(3) { color: #fff; }  /* X (Twitter) */
.social-icons a:nth-child(4) { color: #fff; }  /* YouTube */

.social-icons a:hover {
  transform: scale(1.2); /* optional effect */
}



.hero-text {
  text-align: center;
  margin-top: 180px;
  color: #fff;
}

.hero-text h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
}

.hero-text p {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

.icons span {
  margin: 0 10px;
  font-size: 16px;
}


.hamburger {
  display: none; /* desktop hidden */
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .hamburger {
    display: block; /* show on mobile */
  }
}


/* Responsive rules */
@media (max-width: 768px) {
  .main-header nav ul {
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 60px;
    right: 0px;
    padding: 3px 56px;
    border-radius: 5px;
  }

  .main-header nav ul.show {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .main-header {
    flex-wrap: wrap;
  }

  .social-icons {
    margin-top: 10px;
  }
  .main-header .logo {
  font-size: 11px;
  font-weight: bold;
}
}




.actions {
  margin-top: 20px;
}

.explore-btn, .view-btn {
  background: #e38724;
  color: #fff;
  border: none;
  padding: 10px 25px;
  margin: 10px;
  border-radius: 30px;
  cursor: pointer;
}

.view-btn {
  background: transparent;
  border: 1px solid #fff;
}
.explore-btn:hover {
  background: #263578; /* Slightly darker */
  color: #fff;
  transform: scale(1.05);
}

.view-btn:hover {
  background: #346320;
  color: #ffffff;
  transform: scale(1.05);
}
.stats {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 60px;
  font-size: 18px;
  font-weight: bold;
}
  /* Hide hamburger by default */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

/* Mobile styles */
@media (max-width: 768px) {
  .main-header nav ul {
    display: none;
    flex-direction: column;
    background: rgba(0,0,0,0.85);
    position: absolute;
    top: 80px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    gap: 15px;
    z-index: 999;
  }

  .main-header nav ul.show {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  /* Hide social icons or extra elements if needed */
  .social-icons {
    display: none;
  }

  .main-header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* Media query for small devices */
@media(max-width: 768px){
  .hero-text {
    margin-top: 60px;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text p {
    font-size: 14px;
  }
}
  /*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

/* Section Headline */
.section-headline {
  text-align: center;
  padding: 10px 20px;          /* Vertical padding and some horizontal space */
  background-color: #fff;   /* Light background, change as needed */
      margin-top: 72px;
}

.section-headline h2 {
  font-size: 36px;             /* Headline size */
  font-weight: 700;
  color: #263578;              /* Dark green, adjust to your theme */
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

/* Decorative underline */
.section-headline h2::after {
  content: '';
  display: block;
  width: 60px;                 /* Length of the underline */
  height: 4px;                 /* Thickness */
  background-color: #e38724;   /* Accent color */
  margin: 10px auto 0;          /* Centered underline */
  border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-headline {
    padding: 40px 15px;
  }
  .section-headline h2 {
    font-size: 28px;
  }
  .section-headline h2::after {
    width: 40px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .section-headline h2 {
    font-size: 24px;
  }
  .section-headline h2::after {
    width: 30px;
    height: 3px;
  }
}

.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 20px;
    background: #fff;
    gap: 100px;
    width: 90%; /* control overall width */
    max-width: 1500px; /* limit on very large screens */
    margin: auto; /* center it */
}

.section img {
    width: 100%;
    border-radius: 15px;
    display: block;
}

.image-container {
    position: relative;
    flex: 1;
}

.badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #e38724;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    font-size: 28px;
    text-align: center;
}

.badge span {
    display: block;
    font-size: 20px;
}

.content {
    flex: 1;
}

.content h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #263578;
}

.content p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 22px;
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature i {
    font-size: 45px;
    color: #e38724; /* fixed missing '#' */
}

.feature h4 {
    margin: 0;
    font-size: 25px;
    color: #263578;
}

.feature p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #555;
}

.btn1 {
    display: inline-block;
    background: #263578;
    color: #fff;
    padding: 21px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.btn1:hover {
    background: #1c2659;
}

/* Mobile First / Small screens */
@media (max-width: 1024px) {
  .section {
    flex-direction: column; /* stack image and content */
    gap: 40px;
    padding: 40px 20px;
    width: 95%;
  }

  .content h2 {
    font-size: 32px;
  }

  .content p {
    font-size: 18px;
  }

  .features {
    grid-template-columns: 1fr; /* single column features */
    gap: 15px;
  }

  .feature i {
    font-size: 35px;
  }

  .feature h4 {
    font-size: 20px;
  }

  .feature p {
    font-size: 14px;
  }

  .badge {
    font-size: 24px;
    padding: 15px;
}

  .badge span {
    font-size: 16px;
  }

  .btn1 {
    padding: 18px 22px;
    font-size: 16px;
  }
}

/* Extra small screens / mobiles */
@media (max-width: 600px) {
  .section {
    padding: 30px 15px;
    gap: 30px;
  }

  .content h2 {
    font-size: 28px;
  }

  .content p {
    font-size: 16px;
  }

  .feature i {
    font-size: 28px;
  }

  .feature h4 {
    font-size: 18px;
  }

  .feature p {
    font-size: 14px;
  }

  .badge {
    font-size: 20px;
    padding: 12px;
  }

  .badge span {
    font-size: 14px;
  }

  .btn1 {
    padding: 15px 20px;
    font-size: 14px;
  }
}



//* Services Section */
.service-section {
 background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0,33,57,0.4)), 
            url('../assets/image/sercices.png');


  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  position: relative;
  color: white;
  overflow: hidden;
  z-index: 1;
}

.service-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-subtitle {
  color: #e38724;
  font-size: 31px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
}

.service-heading {
  font-size: 36px;
  margin-bottom: 50px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
}

.service-card i {
  font-size: 32px;
  color: #263578;
  margin-bottom: 15px;
  display: block;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.service-card a {
  color: #ffcc00;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.service-card:hover {
  background: #ffcc00;
  color: #000;
}

.service-card:hover i,
.service-card:hover a {
  color: #000;
}

.service-card.active {
  background-color: #ffcc00;
  color: #000;
}

.service-card.active i,
.service-card.active a {
  color: #000;
}

/* Responsive */
@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .service-heading {
    font-size: 28px;
  }
  .service-subtitle {
    font-size: 14px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
}

/*simple*/

.hero-section {
  width: 100%;
  min-height: 500px;
  background: url('assets/image/why.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #002139;
  text-align: center;
  padding: 80px 20px;
}

.hero-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero-content p {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #263578;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #005f2a;
}

.btn-secondary {
  border: 2px solid #e38724;
  color: #e38724;
  padding: 15px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-secondary:hover {
  background-color: #007f3e;
  color: #fff;
}

.hero-info {
  display: flex;
  gap: 40px;
  justify-content: center;
  font-size: 14px;
  color: #002139;
}

.hero-info i {
  margin-right: 8px;
  color: #e38724;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-info {
    flex-direction: column;
    gap: 10px;
  }
}


/*why choose*/
.why-us-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
  }
  .why-us-section h2 {
        text-align: center;
    color: #263578;
    margin-bottom: 10px;
    font-size: 42px;
    text-decoration: underline;
  }
  .why-us-section p.subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
  }
  .why-us-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
  .features {
    flex: 1;
    min-width: 300px;
  }
  .feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .feature-icon {
    background: #263578;
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
  }
  .feature-text h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #263578;
  }
  .feature-text p {
    margin: 0;
    font-size: 14px;
    color: #555;
  }
  .stats-testimonial {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stat-card {
    background: #26357838;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  .stat-card i {
    font-size: 24px;
    color: #e38724;
    margin-bottom: 10px;
  }
  .stat-card h3 {
    margin: 0;
    font-size: 20px;
    color: #263578;
  }
  .stat-card p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #777;
  }
  .testimonial {
    background: #0a3d2c;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
  }
  .testimonial p {
    font-style: italic;
    font-size: 14px;
  }
  .testimonial .author {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .testimonial .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .testimonial .author div {
    font-size: 14px;
  }
  .buttons {
    margin-top: 20px;
  }
  .buttons button {
    background: #263578;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
  }
  .buttons button.outline {
    background: transparent;
    color: #0a3d2c;
    border: 1px solid #0a3d2c;
  }
  @media(max-width: 900px){
    .why-us-content {
      flex-direction: column;
    }
    .stats {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media(max-width: 500px){
    .stats {
      grid-template-columns: 1fr;
    }
  }
  
  
  
  /* work process*/
  .steps-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.step-box {
  flex: 1 1 200px;
  text-align: center;
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.step-box {
  flex: 1 1 200px;
  text-align: center;
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

/* Change background color on hover */
.step-box:hover {
  background-color: #ffcc00; /* pink or any color you prefer */
}

.step-box:hover h4,
.step-box:hover p,
.step-box:hover .icon-circle i {
  color: #fff; /* text/icons become white on hover */
}

/* Optional: change icon border and icon-circle background on hover */
.step-box:hover .icon-circle {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}


.icon-circle {
  width: 80px;
  height: 80px;
  border: 2px solid #f3c400;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 30px;
  color: #1f2e4c;
}

.step-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1f2e4c;
}

.step-box p {
  font-size: 14px;
  color: #555;
  max-width: 200px;
  margin: 0 auto;
}

.arrow {
  align-self: center;
  font-size: 24px;
  color: #aaa;
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .process-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .subtitle {
    margin: 0 auto 10px;
    font-size: 22px;
  }

  .title {
    font-size: 24px;
  }

  .steps-row {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .step-box {
    width: 90%;
    padding: 30px 15px;
  }

  .arrow {
    display: none;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-circle i {
    font-size: 24px;
  }

  .step-box h4 {
    font-size: 16px;
  }

  .step-box p {
    font-size: 13px;
  }
}

/*gallery*/
.gallery-marquee {
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  gap: 15px;
  animation: scroll 20s linear infinite;
}

.gallery-item img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.gallery-button-container {
  text-align: center;
  margin-top: 20px;
}

.gallery-btn {
  background-color: #263578; /* Green */
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.gallery-btn:hover {
  background-color: #218838; /* Darker green */
}


@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



/*call*/
.whatsapp-float,
.call-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366; /* WhatsApp green */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
  transition: width 0.3s ease;
  overflow: visible;
}

/* Call button specific position & color */
.call-float {
  bottom: 90px; /* above WhatsApp */
  background-color: #007bff; /* Blue for call */
}

.whatsapp-float:hover,
.call-float:hover {
  width: 200px;
  border-radius: 30px;
  padding-left: 20px;
}

.whatsapp-tooltip,
.call-tooltip {
  display: none;
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.whatsapp-float:hover .whatsapp-tooltip,
.call-float:hover .call-tooltip {
  display: inline;
}
 
 
 /*footer*/
 .custom-footer {
  background: #263578;
  color: #ccc;
  padding-top: 40px;
  font-family: Arial, sans-serif;
}

/* Flex container for 5 columns */
.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 40px;
}

.footer-col {
  flex: 1;
  min-width: 0;
}

.footer-col h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.footer-col h5::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #ff9800;
  margin-top: 8px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ff9800;
  padding-left: 5px;
}

.footer-col .social-links a {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-col .social-links a:hover {
  color: #ff9800;
}

/* Map column style */
.footer-map iframe {
  border-radius: 5px;
  overflow: hidden;
}

.footer-bottom {
  background: #263578;
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}

/* Keep in one row even on small screens */
@media (max-width: 768px) {
  .footer-container {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .footer-col {
    min-width: 250px;
  }
}
.designer-credit {
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-top: 10px;
}

.designer-credit a {
  color: #ff9800;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.designer-credit a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Mobile-friendly footer layout */
@media (max-width: 768px) {
  .footer-container {
    flex-wrap: wrap;           /* Allow wrapping to new lines */
    overflow-x: visible;       /* Remove horizontal scroll */
    gap: 20px;
    padding: 0 20px;
  }

  .footer-col {
    flex: 1 1 100%;            /* Full width for each column */
    min-width: 100%;
  }

  .footer-map iframe {
    width: 100%;               /* Make map fit mobile width */
    height: 200px;
  }
}


/*banner code*/

.banner-video-header {
  position: relative;
  height: 400px; /* reduced from 100vh to a fixed height */
  overflow: hidden;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps proportion while covering space */
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
}

.banner-overlay .main-header {
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.banner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.banner-text h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.banner-text p {
  font-size: 1rem;
  max-width: 700px;
}
/* About page design*/
.property-highlights {
  padding: 60px 0;
}

.property-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.property-left {
  flex: 1;
}

.property-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 500px; /* matches your screenshot width */
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.property-image-wrapper video {
  width: 100%;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}

.property-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #007b6e;
  font-size: 30px;
  padding: 12px 18px;
  border-radius: 50%;
  text-decoration: none;
}

.property-badge {
  position: absolute;
  background: #007b6e;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
}

.property-badge-top {
  top: 15px;
  right: -20px;
}

.property-badge-middle {
  top: 50%;
  left: -30px;
  background: white;
  color: #333;
}

.property-info-box {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: white;
  padding: 15px;
  border-radius: 10px;
}

.property-right {
  flex: 1;
}

.property-subtitle {
  display: inline-block;
  background: #eaf5f3;
  padding: 5px 12px;
  color: #007b6e;
  border-radius: 20px;
  font-size: 14px;
}

.property-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.property-feature-item {
  display: flex;
  gap: 10px;
}

.property-icon {
  font-size: 20px;
}

.property-stats {
  display: flex;
  gap: 20px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.property-stat-item {
  text-align: center;
}




.company-section {
  padding: 60px 0;
  background: #fff;
  margin-top: 0px;
}

.company-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.company-content {
  flex: 1;
  min-width: 300px;
}

.company-badge {
  display: inline-block;
    padding: 5px 12px;
    color: #263578;
    font-size: 30px;
    font-weight: bold;
    border-radius: 4px;
}

.company-title {
  font-size: 32px;
  margin: 15px 0;
  color: #e38724;
}

.company-intro {
  font-weight: bold;
  margin-bottom: 15px;
}

.company-desc {
  color: #555;
  line-height: 1.6;
}

.company-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat-item {
  border: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  background: #ffc10742;
}

.stat-item h3 {
  color: #004aad;
  font-size: 24px;
  margin-bottom: 5px;
}

.company-gallery {
  flex: 1;
  min-width: 300px;
}

.gallery-top {
  position: relative;
}

.gallery-top img {
  width: 100%;
  border-radius: 8px;
}

.gallery-card {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 250px;
}

.gallery-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.gallery-bottom img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}


.hero-section {
  position: relative;
  background: url('assets/image/about.png') center/cover no-repeat;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

/* Dark overlay */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Yellow diagonal shape */
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #e38724; /* Yellow */
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  padding: 0 20px;
}

.hero-label {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #e38724;
  margin-bottom: 10px;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-btn {
  background: #e38724;
  color: black;
  padding: 12px 30px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: #ffeb3b;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 767px) {
  .company-section {
    padding: 40px 15px;
    margin-top: -203;
  }
  .company-wrapper {
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
    padding: 0 10px;
  }
  .company-content,
  .company-gallery {
    min-width: auto;
    width: 100%;
  }
  .company-stats {
    grid-template-columns: 1fr;
  }
  .gallery-bottom {
    grid-template-columns: 1fr;
  }
  .gallery-card {
    position: static;
    max-width: 100%;
    margin-top: 15px;
    box-shadow: none;
  }
  .hero-section {
    height: 50vh;
    padding: 20px;
  }
  .hero-section::after {
    display: none;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* Default (desktop/tablet) */
.section-about {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.container-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
  flex-wrap: wrap;
}

.text-about {
  flex: 1;
  min-width: 300px;
}

.text-about h2 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #263578;
}

.text-about p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.image-about {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image-about img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Mobile View */
@media (max-width: 768px) {
  .container-about {
    flex-direction: column;
    text-align: center;
  }

  .text-about h2 {
    font-size: 24px;
  }

  .text-about p {
    font-size: 15px;
  }

  .image-about {
    margin-top: 20px;
  }
}


/*services page*/
.services-modern {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    margin: 0 auto; /* Center horizontally */
}

.services-modern h2 {
    font-size: 2.8rem;
    color: #263578;
    margin-bottom: 10px;
}

.services-modern p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 50px;
}

.services-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center; /* Center the cards */
    margin-bottom: 62px;
}

.service-card {
    background: #fff;
    border-radius: 20px;
    width: 300px;
    min-height: 400px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
}

/* Icon styling */
.service-card .icon {
    font-size: 50px;
    margin-top: -25px;
    background: linear-gradient(45deg,#ffb347,#ffcc33);
    color: #263578;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

/* Hover effect */
.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.service-card h3 {
       margin: 0px 20px 15px;
    font-size: 1.5rem;
    color: #263578;
}

.service-card p {
    font-size: 0.95rem;
    color: #666;
    padding: 0 20px;
    flex-grow: 1;
}

.service-card button {
    margin-bottom: 20px;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(45deg, #ff8a00, #e52e71);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-card button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Responsive media queries */

/* Tablets */
@media (max-width: 1000px) {
    .service-card {
        width: 45%; /* 2 per row */
    }
}

/* Large mobiles */
@media (max-width: 768px) {
    .service-card {
        width: 80%; /* 1 per row */
    }
}

/* Small phones */
@media (max-width: 480px) {
    .service-card {
        width: 95%;
    }
    .service-card h3 {
        font-size: 1.2rem;
    }
    .service-card p {
        font-size: 0.85rem;
        padding: 0 10px;
    }
    .service-card button {
        padding: 7px 18px;
        font-size: 0.85rem;
    }
}




/*gallery section*/
.custom-gallery-section {
  padding: 40px 20px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.custom-gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0 10px;
  box-sizing: border-box;
}

.custom-gallery-item {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.custom-gallery-item img {
  width: 100%;
  height: 200px;
  display: block;
  transition: transform 0.4s ease;
}

.custom-gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* + icon overlay */
.custom-gallery-item::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.custom-gallery-item:hover::after {
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .custom-gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .custom-gallery-container {
    grid-template-columns: 1fr;
  }
}

/* Modal overlay */
.image-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}

/* Modal image */
.image-modal img.modal-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255,255,255,0.5);
  user-select: none;
}

/* Close button (top-right X) */
.modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
  z-index: 1010;
}
.modal-close:hover {
  color: #bbb;
}

/* Next and Prev buttons */
.modal-next,
.modal-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.3);
  border: none;
  font-size: 48px;
  color: white;
  font-weight: bold;
  padding: 0 15px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease, color 0.3s ease;
  z-index: 1010;
}

.modal-next:hover,
.modal-prev:hover {
  background: rgba(255,255,255,0.7);
  color: black;
}

.modal-prev {
  left: 30px;
}

.modal-next {
  right: 30px;
}


/*contact*/
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;
  }
  
  /* Contact Wrapper */
  .contact-wrapper {
    display: flex;
    background: white;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 102, 255, 0.15);
    overflow: hidden;
    gap: 0;
  }

  /* Left Image */
  .contact-image {
    flex: 1;
    min-width: 320px;
    overflow: hidden;
  }
  .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
  }
  .contact-image:hover img {
    transform: scale(1.07);
  }

  /* Right Content */
  .contact-details {
    flex: 1;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-details h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: #003399;
  }
  .contact-details p {
    font-size: 1.15rem;
    margin-bottom: 30px;
    color: #555;
    line-height: 1.6;
  }

  /* Contact info list */
  .info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
  }
  /* Updated icon container */
.info-list li {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1rem;
  margin-bottom: 18px;
  gap: 15px;
}

.info-list .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #0066ff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 2px 8px rgba(0, 102, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  stroke: white;
}
.info-list .icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
  stroke-width: 2.5;
}


  /* Contact form */
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 1rem;
    padding: 15px 18px;
    border: 2px solid #d3d9ff;
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-family: inherit;
    color: #333;
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #a0a8cc;
  }
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #0057e7;
    box-shadow: 0 0 8px rgba(0, 87, 231, 0.35);
  }
  .contact-form textarea {
    resize: vertical;
    min-height: 130px;
  }

  .contact-form button {
    padding: 16px;
    font-size: 1.15rem;
    background: linear-gradient(90deg, #0057e7 0%, #0066ff 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.4s ease;
    box-shadow: 0 6px 15px rgba(0, 102, 255, 0.25);
  }
  .contact-form button:hover {
    background: linear-gradient(90deg, #0041b3 0%, #0057e7 100%);
  }

  /* Responsive */
/* Tablet and smaller devices (up to 900px) */
@media (max-width: 900px) {
  .contact-wrapper {
    flex-direction: column;
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.15);
  }
  .contact-image,
  .contact-details {
    min-width: 100%;
  }
  .contact-image {
    height: 250px;  /* Limit height on smaller screens */
  }
  .contact-details {
    padding: 30px 25px;
  }
  .contact-details h2 {
    font-size: 2rem;
  }
}

/* Mobile devices (up to 480px) */
@media (max-width: 480px) {
  .contact-image {
    height: 200px;  /* Smaller height for mobile */
  }
  .contact-details {
    padding: 20px 15px;
  }
  .contact-details h2 {
    font-size: 1.6rem;
  }
  .contact-details p {
    font-size: 1rem;
  }
  .info-list li {
    font-size: 0.9rem;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 0.9rem;
    padding: 12px 15px;
  }
  .contact-form button {
    font-size: 1rem;
    padding: 14px;
  }
}
