/* ----------------------------- */
/* Global Styles */
/* ----------------------------- */
body,html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #333;
  overflow-x: hidden;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* ----------------------------- */
/* Preloader */
/* ----------------------------- */
#page-preloader {
  position: fixed;
  z-index: 9999;
  background: linear-gradient(135deg, #000, #1a1a1a);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#page-preloader h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffce00;
  text-transform: uppercase;
  animation: pulseText 1.8s infinite ease-in-out;
}

@keyframes pulseText {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

/* Hide preloader after load */
body.loaded #page-preloader {
  opacity: 0;
  visibility: hidden;
}
/* Navbar */
.navbar {
  background: #fff;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
}

/* Ensure toggler icon is visible on light background */
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Hover effect */
.navbar-toggler:hover {
  background-color: rgba(145, 54, 68, 0.1);
}

/* Maintain scrolled style */
.navbar.scrolled {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.dropdown-menu {
  background-color: #111;
  border-radius: 10px;
  border: none;
  padding: 10px 0;
}

.dropdown-item {
  color: #fff !important;
  font-size: 14px;
  transition: background 0.3s, padding-left 0.3s;
}

.dropdown-item:hover {
  background-color: #ffce00;
  color: #000 !important;
  padding-left: 20px;
}

/* ----------------------------- */
/* Contact Button */
/* ----------------------------- */
.contactUs {
  background-color: #fff;
  border: 1px solid ;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 30px;
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}

.contactUs:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* ----------------------------- */
/* Responsive Design */
/* ----------------------------- */

/* Tablets */
@media (max-width: 992px) {
  .navbar {
    background: #fff;
  }

  .nav-link {
    text-align: center;
    padding: 10px 0 !important;
  }

  .dropdown-menu {
    background-color: #000;
    border-radius: 0;
  }

  .contactUs {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  #page-preloader h1 {
    font-size: 2.4rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .navbar-brand img {
    width: 100px;
  }

  .nav-link {
    font-size: 14px;
  }

  .contactUs {
    font-size: 14px;
    padding: 8px 15px;
  }

  #page-preloader h1 {
    font-size: 2rem;
  }
}
/* Hero Carousel */

.about-section {
  background: #7b2c1f url('img/marron.jpg') repeat; /* like your background */
  color: #333;
  margin-top: -2px;
}

.about-text {
  background-color: #fff7ec; /* soft cream background */
}

.about-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-section p {
  line-height: 1.7;
}

.about-img {
  width: 100%;
  max-width: 320px;   /* prevent overly large images */
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease-in-out;
}

.about-img:hover {
  transform: scale(1.05);
}


 
/* img {
  max-width: 100%;
  height: auto;
} */
/* section {
  padding: 60px 0;
} */

/* ---- Section Title ---- */
.company-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.company-title .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

.company-title h2 {
  font-size: 25px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
  position: relative;
}

.company-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.company-title .text {
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.company-title.light h2 {
  color: #ffffff;
}

.company-title.text-center h2::before {
  left: 50%;
  margin-left: -25px;
}

/* ---- List ---- */
.company-list {
  position: relative;
}

.company-list li {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 400;
  /* padding-left: 35px; */
  margin-bottom: 12px;
  position: relative;
}

/* .company-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #ff2222;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 1.6;
} */

.company-list li a:hover {
  color: #44bce2;
}

/* ---- Button ---- */
.company-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  background-color: #ff2222;
  letter-spacing: 0.02em;
}

.company-btn:hover {
  background-color: #001e57;
  color: #fff;
}

/* .company-section {
  position: relative;
  padding: 120px 0 70px;
} */

.company-section .company-title {
  margin-bottom: 45px;
}

.company-section .company-content {
  margin-bottom: 50px;
}

.company-section .company-content .company-inner {
  padding-left: 30px;
}

.company-section .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.company-section .company-list {
  margin-bottom: 45px;
}

.company-section .company-btn-box a {
  padding: 12px 24px;
}

.company-section .company-image {
  position: relative;
}

.company-section .company-image .company-inner {
  padding-left: 120px;
  padding-bottom: 125px;
  position: relative;
}

.company-section .company-image .company-inner::before {
  content: "";
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
}

.company-section .company-image .image-1 {
  position: relative;
}

.company-section .company-image .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.company-section .company-image .image-1 img,
.company-section .company-image .image-2 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
}
/* ---------- container must be positioned ---------- */
.stats-section {
  position: relative;         /* <-- required for absolute children */
  overflow: visible;         /* allow floats to extend outside */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 20px;
  background-image: url('img/10026.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
}

/* stat boxes on top of floats */
.stat-box {
  /* position: relative;  
  z-index: 2;          
  background: rgba(255,255,255,0.85);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 22px 18px; */
  flex: 1 1 220px;
  max-width: 250px;
}

/* icons inside stat box */
.stat-icon {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
  display: inline-block;
}

/* counters & label */
.counter { font-size: 36px; font-weight:700; margin-bottom:6px; color:#000; }
.stat-box p { margin: 0; color:#444; font-size:16px; }

/* ---------- Floating images ---------- */
.floating-img {
  position: absolute;
  width: 280px;
  height: auto;
  opacity: 0.85;
  animation: float 6s ease-in-out infinite;
  z-index: 1;              /* under stat boxes */
  pointer-events: none;    /* don't catch clicks */
  transform-origin: center;
}

/* place them (tweak % values as needed) */
.mushroom { left: -3%;  bottom: 6%;  transform: translateZ(0); }
.mushroom1 { right: 1%;  bottom: 6%;  transform: translateZ(0); }
.leaf     { right: 8%; top: 12%; width: 60px; transform: translateZ(0); }
.tomato   { right: 6%; bottom: 18%; width: 70px; transform: translateZ(0); }

/* float keyframes */
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

/* ---------- Responsive rules ---------- */
@media (max-width: 992px) {
  .stat-box { flex: 1 1 45%; max-width: 45%; }
  .floating-img { width: 180px; }
  .leaf { top: 8%; }
}

@media (max-width: 600px) {
  .stats-section { gap: 20px; padding: 40px 16px; }
  .stat-box { max-width: 100%; flex: 1 1 100%; }
  /* hide floating decoration on phones for clarity */
  /* .floating-img { display: none; } */
}

.ourServices{
  font-family: sail;
    color: #913644;
    text-align: center;
    margin-top: 20px;
    font-size: 1.5rem;
}

.services-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-subtitle {
  font-family: "Poppins", sans-serif;
  color: #00897b;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.section-title {
  font-family: "Playfair Display", serif;
  color: #0b163f;
  font-weight: 700;
}

.service-card {
  background: #ffffff;
  border-radius: 8px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.service-title {
  color: #0b163f;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.service-text {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.read-more {
  color: #00897b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.read-more i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #005f56;
}

.read-more:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .service-card {
    padding: 25px 15px;
  }

  .service-icon {
    width: 70px;
  }
}


 .why-section {
  background-image: url('img/O5X8IY0.jpg');
      padding: 80px 0;
      position: relative;
    }

    .why-title {
      font-size: 48px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 30px;
    }

    .why-text {
      color: #ddd;
      line-height: 1.7;
      font-size: 16px;
    }

    .why-img-main {
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
    }

    .why-img-circle {
      position: absolute;
      bottom: -40px;
      left: 40px;
      width: 230px;
      height: 300px;
      border: 2px solid #e6d7c3;
      border-radius: 50%;
      overflow: hidden;
    }

    .why-img-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .why-btn {
      background-color: #006b4e;
      border: none;
      padding: 10px 25px;
      border-radius: 4px;
      color: #fff;
      font-weight: 600;
      margin-top: 20px;
    }

    .why-btn:hover {
      background-color: #00a47a;
    }

    /* Decorative flowers */
    .flower-left {
      position: absolute;
      top: 0;
      left: 0;
      width: 150px;
      opacity: 0.8;
    }

    .flower-right {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 180px;
      opacity: 0.8;
    }

    @media (max-width: 992px) {
      .why-section {
        text-align: center;
      }

      .why-img-circle {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 20px auto;
      }

      .why-title {
        font-size: 36px;
      }

      .why-btn {
        margin-bottom: 30px;
      }
    }


    .work-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.work-item {
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.work-item:hover img {
  transform: scale(1.1);
}

.work-item:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

/* ---- Animation Styles ---- */
@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideTop {
  from { opacity: 0; transform: translateY(-50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideBottom {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rotateIn {
  from { opacity: 0; transform: rotate(-180deg) scale(0.5); }
  to { opacity: 1; transform: rotate(0deg) scale(1); }
}

/* Animation classes */
.animate-left { animation: slideLeft 1s ease-in-out; }
.animate-right { animation: slideRight 1s ease-in-out; }
.animate-top { animation: slideTop 1s ease-in-out; }
.animate-bottom { animation: slideBottom 1s ease-in-out; }
.animate-rotate { animation: rotateIn 1.2s ease-in-out; }

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .work-item {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 768px) {
  .work-item {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .work-item {
    width: 100%;
    height: 200px;
  }
}


.footer-section {
  background: linear-gradient(135deg, #002d26, #1b1d20);
  color: #f3f3f3;
  padding: 60px 0 30px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.footer-about,
.footer-links,
.footer-contact {
  flex: 1 1 200px;
}

.footer-about h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #ddd;
  margin-bottom: 20px;
}

.footer-social a {
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
  padding: 10px 12px;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.footer-social a:hover {
  background-color: #7e0e1f;
  transform: scale(1.1);
}

.footer-links h4,
.footer-contact h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 2px solid #7e0e1f;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 8px 0;
}

.footer-links a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #7e0e1f;
}

.footer-contact p {
  color: #ccc;
  font-size: 0.95rem;
  margin: 10px 0;
}

.footer-contact i {
  color: #fff;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 20px;
}

.footer-bottom p {
  color: #aaa;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links h4,
  .footer-contact h4 {
    border: none;
  }

  .footer-social a {
    margin: 5px;
  }
}
/* Fixed Dropdown Styles */
.main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 25px;
    padding: 30px 0px;
}

.main-menu ul li > a {
    font-size: 13px;
    color: #101010;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-family: "UntitledSans", sans-serif;
    padding: 12px 0px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

.main-menu ul li:hover > a {
    color: #913644;
}

/* Dropdown menu */
.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-bottom: 4px solid #FFB62F;
    padding: 20px 0px 15px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    transform: translateY(10px);
}

.main-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu ul li .sub-menu > li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.main-menu ul li .sub-menu > li a {
    display: block;
    padding: 8px 24px;
    position: relative;
    color: #FFF;
    border-radius: 0;
    margin: 0 0;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 13px;
    font-weight: 500;
}

.main-menu ul li .sub-menu > li a.active {
    color: #FFB62F;
}

.main-menu ul li .sub-menu > li a:hover {
    color: #FFB62F;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 30px;
    
}

/* Dropdown indicator */
.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 10px;
    border: none;
    vertical-align: middle;
}


/* ===== Three Image Section ===== */
.three-image-section {
  background: linear-gradient(135deg, rgba(120, 0, 0, 0.03) 0%, rgba(120, 0, 0, 0.08) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.three-image-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(184, 134, 11, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(120, 0, 0, 0.08) 0%, transparent 50%);
  z-index: 0;
}

.three-image-section .container {
  position: relative;
  z-index: 2;
}

.three-image-section .side-img,
.three-image-section .center-img {
  border-radius: 8px;
  transition: all 0.4s ease;
  box-shadow: 
    0 10px 30px rgba(120, 0, 0, 0.15),
    0 0 0 1px rgba(184, 134, 11, 0.3);
  border: 8px solid white;
  background: white;
}

.three-image-section .center-img {
  width: 100%;
  max-width: 380px;
  position: relative;
  z-index: 3;
  animation: float 6s ease-in-out infinite;
  box-shadow: 
    0 15px 40px rgba(120, 0, 0, 0.2),
    0 0 0 2px rgba(184, 134, 11, 0.4),
    inset 0 0 30px rgba(184, 134, 11, 0.1);
}

/* Left Image Animation - Desktop */
.three-image-section .img-left {
  position: relative;
  left: 30%;
  z-index: 2;
  animation: swingLeft 4s ease-in-out infinite;
  transform-origin: left bottom;
}

/* Right Image Animation - Desktop */
.three-image-section .img-right {
  position: relative;
  right: 30%;
  z-index: 2;
  animation: swingRight 4s ease-in-out infinite;
  transform-origin: right bottom;
}

/* Hover Effects */
.three-image-section .side-img:hover {
  transform: scale(1.08) rotate(2deg);
  box-shadow: 
    0 20px 50px rgba(120, 0, 0, 0.3),
    0 0 0 3px rgba(184, 134, 11, 0.6);
  z-index: 4;
}

.three-image-section .center-img:hover {
  transform: scale(1.05);
  box-shadow: 
    0 25px 60px rgba(120, 0, 0, 0.25),
    0 0 0 3px rgba(184, 134, 11, 0.8),
    inset 0 0 40px rgba(184, 134, 11, 0.15);
  animation-play-state: paused;
}

/* Animations */
@keyframes swingLeft {
  0%, 100% {
    transform: rotate(-5deg) translateY(0px);
  }
  50% {
    transform: rotate(2deg) translateY(-15px);
  }
}

@keyframes swingRight {
  0%, 100% {
    transform: rotate(5deg) translateY(0px);
  }
  50% {
    transform: rotate(-2deg) translateY(-15px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Enhanced Classic Styling */
.three-image-section .image-wrapper {
  position: relative;
  display: inline-block;
}

.three-image-section .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 20px;
  background: linear-gradient(135deg, rgba(120, 0, 0, 0.3) 0%, rgba(184, 134, 11, 0.2) 100%);
  border-radius: 50%;
  filter: blur(12px);
  z-index: 1;
  transition: all 0.4s ease;
}

.three-image-section .image-wrapper:hover::after {
  width: 90%;
  filter: blur(18px);
  opacity: 0.8;
  background: linear-gradient(135deg, rgba(120, 0, 0, 0.4) 0%, rgba(184, 134, 11, 0.3) 100%);
}

/* Decorative Elements */
.three-image-section .decorative-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: 
    radial-gradient(rgba(184, 134, 11, 0.4) 2px, transparent 2px),
    radial-gradient(rgba(120, 0, 0, 0.3) 1px, transparent 1px);
  background-size: 25px 25px, 15px 15px;
  background-position: 0 0, 12px 12px;
  opacity: 0.4;
  z-index: 1;
}

.three-image-section .dots-1 {
  top: 10%;
  left: 5%;
  animation: rotateDots 20s linear infinite;
}

.three-image-section .dots-2 {
  bottom: 10%;
  right: 5%;
  animation: rotateDots 25s linear infinite reverse;
}

@keyframes rotateDots {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Gold Frame Effect on Hover */
.three-image-section .side-img:hover::before,
.three-image-section .center-img:hover::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid rgba(184, 134, 11, 0.8);
  border-radius: 18px;
  background: linear-gradient(135deg, 
    rgba(184, 134, 11, 0.1) 0%, 
    rgba(184, 134, 11, 0) 50%,
    rgba(184, 134, 11, 0.1) 100%);
  z-index: -1;
  animation: goldPulse 2s ease-in-out infinite;
}

@keyframes goldPulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
  .three-image-section {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(120, 0, 0, 0.02) 0%, rgba(120, 0, 0, 0.06) 100%);
  }
  
  .three-image-section .row {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  
  /* Reset desktop positioning */
  .three-image-section .img-left,
  .three-image-section .img-right {
    left: auto;
    right: auto;
    position: relative;
    z-index: 1;
  }
  
  /* Mobile positioning - side images behind center */
  .three-image-section .img-left {
    top: 20%;
    margin-bottom: -40% !important; /* Push behind center image */
    transform: scale(0.8);
    z-index: 1;
  }
  
  .three-image-section .center-img {
    z-index: 3;
    margin: -20% 0; /* Overlap with side images */
    transform: scale(1);
    max-width: 300px;
  }
  
  .three-image-section .img-right {
    bottom: 20%;
    margin-top: -40% !important; /* Push behind center image */
    transform: scale(0.8);
    z-index: 1;
  }
  
  /* Adjust image sizes for mobile */
  .three-image-section .center-img,
  .three-image-section .side-img {
    max-width: 280px;
    margin-bottom: 0;
  }
  
  /* Reduce animation on mobile */
  .three-image-section .img-left,
  .three-image-section .img-right {
    animation-duration: 6s;
  }
  
  .three-image-section .center-img {
    animation-duration: 8s;
  }
  
  .three-image-section .decorative-dots {
    opacity: 0.2;
  }
  
  /* Mobile hover effects */
  .three-image-section .side-img:hover {
    transform: scale(0.85) rotate(2deg);
    z-index: 4;
  }
  
  .three-image-section .center-img:hover {
    transform: scale(1.02);
  }
}

@media (max-width: 990px) {
  .three-image-section {
    padding: 40px 0;
  }
  
  .three-image-section .side-img,
  .three-image-section .center-img {
    border-width: 5px;
    max-width: 250px;
    box-shadow: 
      0 8px 25px rgba(120, 0, 0, 0.15),
      0 0 0 1px rgba(184, 134, 11, 0.3);
  }
  
  /* Adjust mobile positioning for smaller screens */
  .three-image-section .img-left {
    top: 15%;
    margin-bottom: -32% !important;
    transform: scale(0.75);
  }
  
  .three-image-section .center-img {
    margin: -15% 0;
    max-width: 250px;
  }
  
  .three-image-section .img-right {
    bottom: 15%;
    margin-top: -41% !important;
    transform: scale(0.75);
  }
  
  /* Disable animations on very small screens if needed */
  .three-image-section .img-left,
  .three-image-section .img-right,
  .three-image-section .center-img {
    animation: none;
  }
  
  .three-image-section .side-img:hover,
  .three-image-section .center-img:hover {
    transform: scale(0.78);
  }
  
  .three-image-section .center-img:hover {
    transform: scale(1.02);
  }
  
  .three-image-section .decorative-dots {
    display: none;
  }
}

/* Desktop responsive adjustments */
@media (max-width: 1200px) {
  .three-image-section .center-img {
    max-width: 320px;
  }
}

@media (max-width: 992px) {
  .three-image-section .center-img {
    max-width: 280px;
  }
  
  .three-image-section .side-img {
    max-width: 220px;
  }
  .three-image-section .img-left {
    max-width: 340px;
  }
  .three-image-section .img-right {
    max-width: 340px;
  }
  
  .three-image-section .decorative-dots {
    width: 80px;
    height: 80px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .three-image-section .img-left,
  .three-image-section .img-right,
  .three-image-section .center-img,
  .three-image-section .decorative-dots {
    animation: none;
  }
}


.visionMissionTitle {
    font-family: sail;
    color: #913644;
    text-align: center;
    margin-top: 20px;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.vision-mission-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.vm-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    border: 1px solid #f0f0f0;
    position: relative;
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(145, 54, 68, 0.15);
    border-color: #913644;
}

.vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #913644;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.vm-card:hover::before {
    transform: scaleX(1);
}

.vm-card-title {
    color: #913644;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Playfair Display", serif;
}

.vm-card-text {
    color: #555;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center;
}

.vm-read-more {
    color: #913644;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.vm-read-more:hover {
    color: #7a2d3a;
    gap: 8px;
}

.vm-read-more i {
    transition: transform 0.3s ease;
}

.vm-read-more:hover i {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .vm-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .visionMissionTitle {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    
    .vm-card-title {
        font-size: 16px;
    }
    
    .vm-card-text {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .vm-card {
        padding: 20px 15px;
    }
    
    .visionMissionTitle {
        font-size: 1.2rem;
    }
}

 .visionMissionTitle {
    font-family: sail;
    color: #913644;
    text-align: center;
    margin-top: 20px;
    font-size: 1.5rem;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.vision-mission-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

/* Gold Flower Pattern Background */
.vision-mission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        /* Top Left Flower */
        radial-gradient(circle at 10% 15%, rgba(184, 134, 11, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 8% 12%, rgba(184, 134, 11, 0.05) 0%, transparent 40%),
        
        /* Top Right Flower */
        radial-gradient(circle at 90% 10%, rgba(184, 134, 11, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 92% 8%, rgba(184, 134, 11, 0.05) 0%, transparent 40%),
        
        /* Bottom Left Flower */
        radial-gradient(circle at 15% 85%, rgba(184, 134, 11, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 12% 88%, rgba(184, 134, 11, 0.05) 0%, transparent 40%),
        
        /* Bottom Right Flower */
        radial-gradient(circle at 85% 90%, rgba(184, 134, 11, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 88% 92%, rgba(184, 134, 11, 0.05) 0%, transparent 40%),
        
        /* Center Patterns */
        radial-gradient(circle at 50% 50%, rgba(184, 134, 11, 0.03) 0%, transparent 30%);
    z-index: 1;
}

/* Decorative Gold Flower Elements */
.vision-mission-section::after {
    content: '❀❀❀';
    position: absolute;
    top: 50px;
    left: 5%;
    font-size: 1.5rem;
    color: rgba(184, 134, 11, 0.3);
    transform: rotate(45deg);
    z-index: 1;
    animation: floatFlower 6s ease-in-out infinite;
    text-shadow: 0 0 10px rgba(184, 134, 11, 0.2);
}

.vision-mission-section .flower-decoration-1 {
    position: absolute;
    top: 20%;
    right: 8%;
    font-size: 2rem;
    color: rgba(184, 134, 11, 0.4);
    transform: rotate(-15deg);
    z-index: 1;
    animation: rotateFlower 8s linear infinite;
    text-shadow: 0 0 15px rgba(184, 134, 11, 0.3);
}

.vision-mission-section .flower-decoration-2 {
    position: absolute;
    bottom: 15%;
    left: 7%;
    font-size: 1.8rem;
    color: rgba(184, 134, 11, 0.4);
    transform: rotate(25deg);
    z-index: 1;
    animation: rotateFlower 10s linear infinite reverse;
    text-shadow: 0 0 15px rgba(184, 134, 11, 0.3);
}

.vision-mission-section .flower-decoration-3 {
    position: absolute;
    top: 70%;
    right: 10%;
    font-size: 1.2rem;
    color: rgba(184, 134, 11, 0.3);
    z-index: 1;
    animation: floatFlower 7s ease-in-out infinite reverse;
    text-shadow: 0 0 10px rgba(184, 134, 11, 0.2);
}

.vision-mission-section .flower-decoration-4 {
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 1.5rem;
    color: rgba(184, 134, 11, 0.35);
    z-index: 1;
    animation: floatFlower 5s ease-in-out infinite;
    text-shadow: 0 0 12px rgba(184, 134, 11, 0.25);
}

.vision-mission-section .flower-decoration-5 {
    position: absolute;
    bottom: 25%;
    right: 15%;
    font-size: 1.3rem;
    color: rgba(184, 134, 11, 0.3);
    transform: rotate(10deg);
    z-index: 1;
    animation: rotateFlower 12s linear infinite;
    text-shadow: 0 0 10px rgba(184, 134, 11, 0.2);
}

/* Flower Animations */
@keyframes floatFlower {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(10deg);
    }
}

@keyframes rotateFlower {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.vm-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(145, 54, 68, 0.15);
    border-color: #913644;
    background: #ffffff;
}

.vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #913644;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.vm-card:hover::before {
    transform: scaleX(1);
}

.vm-card-title {
    color: #913644;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Playfair Display", serif;
}

.vm-card-text {
    color: #555;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center;
}

.vm-read-more {
    color: #913644;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.vm-read-more:hover {
    color: #7a2d3a;
    gap: 8px;
}

.vm-read-more i {
    transition: transform 0.3s ease;
}

.vm-read-more:hover i {
    transform: translateX(3px);
}

/* Additional Gold Flower Patterns on Cards */
.vm-card::after {
    content: '✿';
    position: absolute;
    bottom: -8px;
    right: -8px;
    font-size: 1rem;
    color: rgba(184, 134, 11, 0.3);
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    text-shadow: 0 0 8px rgba(184, 134, 11, 0.2);
}

.vm-card:hover::after {
    color: rgba(184, 134, 11, 0.6);
    transform: rotate(0deg) scale(1.3);
    text-shadow: 0 0 15px rgba(184, 134, 11, 0.4);
}

/* Gold accent corners */
.vm-card .gold-corner {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(184, 134, 11, 0.3);
    transition: all 0.3s ease;
}

.vm-card .corner-tl {
    top: 8px;
    left: 8px;
    border-right: none;
    border-bottom: none;
}

.vm-card .corner-tr {
    top: 8px;
    right: 8px;
    border-left: none;
    border-bottom: none;
}

.vm-card .corner-bl {
    bottom: 8px;
    left: 8px;
    border-right: none;
    border-top: none;
}

.vm-card .corner-br {
    bottom: 8px;
    right: 8px;
    border-left: none;
    border-top: none;
}

.vm-card:hover .gold-corner {
    border-color: rgba(184, 134, 11, 0.6);
    width: 20px;
    height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .vm-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .visionMissionTitle {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    
    .vm-card-title {
        font-size: 16px;
    }
    
    .vm-card-text {
        font-size: 11px;
    }
    
    /* Reduce flower decorations on mobile */
    .vision-mission-section::after,
    .vision-mission-section .flower-decoration-1,
    .vision-mission-section .flower-decoration-2,
    .vision-mission-section .flower-decoration-3,
    .vision-mission-section .flower-decoration-4,
    .vision-mission-section .flower-decoration-5 {
        display: none;
    }
    
    /* Simpler background pattern for mobile */
    .vision-mission-section::before {
        background-image: 
            radial-gradient(circle at 10% 20%, rgba(184, 134, 11, 0.05) 0%, transparent 40%),
            radial-gradient(circle at 90% 80%, rgba(184, 134, 11, 0.05) 0%, transparent 40%);
    }
}

@media (max-width: 576px) {
    .vm-card {
        padding: 20px 15px;
    }
    
    .visionMissionTitle {
        font-size: 1.2rem;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .vision-mission-section::after,
    .vision-mission-section .flower-decoration-1,
    .vision-mission-section .flower-decoration-2,
    .vision-mission-section .flower-decoration-3,
    .vision-mission-section .flower-decoration-4,
    .vision-mission-section .flower-decoration-5 {
        animation: none;
    }
}

/* ===== Contact Form Styling ===== */
.contact-section {
  background: #fff;
}

.contact-form {
  background: #ffffff;
  border-radius: 15px;
  transition: all 0.4s ease;
}

.contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-form .form-label {
  color: #333;
  font-size: 0.95rem;
  font-weight: 300 !important;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #dc3545;
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.3);
}

.contact-form .btn-danger {
  border-radius: 30px;
  transition: all 0.3s ease;
}

.contact-form .btn-danger:hover {
  background-color: #c82333;
  transform: scale(1.05);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }
}


/* services */

.corporate-hero-section {
    background-image: url('img/23.abe1aa7cea7e0b1fe547ca11300f6b06.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
}

.corporate-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.corporate-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-text {
    text-align: center;
    color: white;
}

.hero-main-title {
    font-family: "Muli", Sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-breadcrumb {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.hero-breadcrumb a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-breadcrumb a:hover {
    color: #fff;
}

.separator {
    margin: 0 10px;
    color: #fff;
}

.current-page {
    color: #fff;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .corporate-hero-section {
        height: 300px;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .hero-breadcrumb {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .corporate-hero-section {
        height: 250px;
    }
    
    .hero-main-title {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .hero-breadcrumb {
        font-size: 0.9rem;
    }
}


.corporate-content-section {
    background: linear-gradient(135deg, rgba(120, 0, 0, 0.02) 0%, rgba(120, 0, 0, 0.06) 100%);
    position: relative;
}

.section-title {
    font-family: "Playfair Display", serif;
    color: #913644;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.section-description {
    color: #555;
    font-size: 1.0rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.content-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(120, 0, 0, 0.15);
    border: 3px solid white;
}

.content-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.content-image:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .section-description {
        font-size: 1rem;
        text-align: center;
    }
    
    .content-image {
        margin-top: 2rem;
    }
    
    .corporate-content-section .row {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 0.95rem;
    }
}


.service-title1 {
  color: #1b7261;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: sail;
;
}
.service-card1 {
    background: #ffffff;
    border-radius: 8px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
    /* height: 100%; */
}
.service-text1 {
  color: #555;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.service-card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}