 :root {
            --gold: #d4af37;
            --dark: #232731;
        }

        body {
            font-family: Arial;
            background:  #fff;
        }

        /* HEADER */
        .header {
            background: #fff;
            padding: 0px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
.menu{

    padding: 20px;
}
        .menu a {
          
            margin: 0 15px;
            text-decoration: none;
            color: #333;
            font-weight: 600;
              white-space: nowrap;

           
        }

        /* HERO */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                        url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c');
            background-size: cover;
            color: #fff;
            padding: 120px 0;
            text-align: center;
        }

.hero p {
    font-size: 18px;
    color: #ddd;
    line-height: 1.6;
    max-width: 900px;      /* better readable width */
    margin: 15px auto;     /* centers horizontally */
    text-align: center;
}

.hero-slider {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.hero-about-banner{

 background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                        url('/assets/about.webp');
            background-size: cover;
            color: #fff;
            padding: 120px 0;
            text-align: center;

}
.hero-contact{

background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                        url('/assets/contact.webp');
            background-size: cover;
            color: #fff;
            padding: 150px 0;
            text-align: center;



}



.hero-blog{


background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                        url('/assets/blog-img.webp');
            background-size: cover;
            color: #fff;
            padding: 150px 0;
            text-align: center;

}

.hero-about-banner p{
 font-size: 18px;
    color: #ddd;
    line-height: 1.6;
    max-width: 900px;      /* better readable width */
    margin: 15px auto;     /* centers horizontally */
    text-align: center;

}


.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* ✅ FIXED IMAGE */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 🔥 main fix */
}


.slide.active {
  opacity: 1;
}

/* Overlay Content */
.overlay {
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
 
}

.overlay h1 {
  font-size: 40px;
  max-width: 700px;
}

.overlay p {
  margin: 15px 0;
  font-size: 18px;
}

.btn-main {
  background: #d4af37;
  padding: 12px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.blog-content a{
  color: #fff !important;
}
.btn-blog{
 background: #d4af37;
  padding: 12px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;

}

/* Arrows */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.prev { left: 20px; }
.next { right: 20px; }

/* Dots */
.dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 5px;
  background: #bbb;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #d4af37;
}

/* Responsive */
@media (max-width: 768px) {
  .overlay h1 {
    font-size: 26px;
  }
}



        /* GRID */
        .canvas {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 10px;
            background: #ddd;
            padding: 10px;
            border-radius: 10px;
        }

        .room {
            background: #fff;
            padding: 20px;
            text-align: center;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.3s;
        }

        .room:hover {
            transform: scale(1.05);
            background-color: #D4AF37;
            color: #fff;
        }
.room i{

    font-size:20px;
    color:#668319;
}

    
.header img {
    height: 80px;      /* logo size control */
    width: auto;       /* ratio maintain */
    object-fit: contain;
}


.active {
            border: 2px solid var(--gold);
            background: #D4AF37;
            color: #fff;
        }

        .details {
            background: #668319;
            color: #f5f5f5;
            padding: 30px;
            border-radius: 10px;
        }

        .badge-dir {
            background: var(--dark);
            color: #fff;
            padding: 15px 15px;
            border-radius: 20px;
        }

        .btn-main {
            background: var(--gold);
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
            border-radius: 5px;
        }
.hero h1 {
    text-align: center;
    max-width: 1100px;
    margin: auto;
}
       .btn-main1 {
    background: linear-gradient(45deg, #d4af37, #EDD14A);
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px; /* pill shape */
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.btn-main1:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


/* SECTION */
.services {
    padding: 150px 0;
    background: #f9f9f9;
    text-align: center;
  
}

.section-title {
    font-size: 32px;
   
    color: #333;
}

/* GRID */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.container h2{

    color: #111;
    font-size: 35px;
    margin-bottom: 30px;
}


.container1 h2{
    color: #668319;
}

/* CARD */
.card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    cursor: pointer;
}


.card img{
padding: 5px;
    border-radius: 10px;
    width: 100%;
    height: 200px;
 
}
.card:hover {
    border: 2px solid #668319;
}
.card i {
    font-size: 40px;
    color: #668319;
    margin-bottom: 15px;
}

.card h3 {
    margin-bottom: 10px;
}

.card p {
    color: #666;
    font-size: 14px;
}

/* HOVER EFFECT 🔥 */
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}




.vaastu-section {
  padding: 80px 20px;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.vaastu-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Image */
.vaastu-image {
  flex: 1;
}

.vaastu-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Content */
.vaastu-content {
  flex: 1;
}

.vaastu-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

.vaastu-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.vaastu-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.vaastu-content ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

/* Button */
.vaastu-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #d4af37; /* golden vastu theme */
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.vaastu-btn:hover {
  background: #b8962e;
}

/* Responsive */
@media (max-width: 768px) {
  .vaastu-grid {
    flex-direction: column;
  }

  .vaastu-content h2 {
    font-size: 26px;
  }
}
.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.icon-list li i {
  color: #668319; /* green */
  font-size: 16px;
}



.footer {
  background: #111;
  color: #ddd;
  padding: 60px 20px 20px;
  font-family: sans-serif;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
}

/* Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Columns */
.footer-col h3,
.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #bbb;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #d4af37; /* golden */
}

/* Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}.footer {
  background: #111;
  color: #ddd;
  padding: 60px 20px 20px;
  font-family: sans-serif;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
}

/* Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Columns */
.footer-col h3,
.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #bbb;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #d4af37; /* golden */
}

/* Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}



.blog-section {
  padding: 80px 20px;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  color: #222;
}

.section-header p {
  color: #666;
  margin-top: 10px;
}

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.blog-card {
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 20px;
}

.blog-date {
  font-size: 13px;
  color: #999;
}

.blog-content h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #222;
}

.blog-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.blog-content a {
  text-decoration: none;
  color: #d4af37;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}



.contact-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.contact-info{
padding: 30px;

}
.contact-info h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.contact-info p {
  color: #555;
  margin-bottom: 20px;
}

.info-box p {
  margin: 10px 0;
}

.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #D4AF37;
}

.btn-submit {
  width: 100%;
  padding: 12px;
  background: #D4AF37;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #d8921f;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}



.gallery-section {
  padding: 80px 20px;
  background: #f9f9f9;
  text-align: center;
  
}
.container1 {
  max-width: 1500px;
  margin: auto;
}

.section-title {
  font-size: 32px;
  margin-bottom: 30px;
}


.gallery-slider {
  overflow: hidden;
  position: relative;
}

.gallery-track {
  display: flex;
  gap: 20px;
}

.gallery-item {
  min-width: 300px;
  flex-shrink: 0;
}


.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}


.gallery-item img:hover {
  transform: scale(1.05);
}

/* Arrows */
.g-prev, .g-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
 
  border-radius: 50%;
}
.g-prev, .g-next {
  z-index: 1000;
}

.g-prev { left: 10px; }
.g-next { right: 10px; }

/* Responsive */
@media (max-width: 768px) {
  .gallery-item {
    min-width: 250px;
  }
}





  

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 10000;
    position: relative;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #111;
    margin: 4px 0;
    display: block;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: #fff; 
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background: #fff; 
}

.mobile-menu {
  position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #111;
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
    gap: 20px;
    transition: 0.4s;
    z-index: 999;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.mobile-menu a:hover{

  color: #D4AF37;
}
/* ACTIVE STATE */
.mobile-menu.active {
    right: 0;
}




@media (max-width: 768px) {

    .menu {
        display: none;
    }

    .hamburger {
        display: flex;
        justify-content: center;
    }
}




<!------about us ----------->




.hero-about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 10%;
    gap: 40px;
    background: ;
    color: black;
}

.hero-content-about {
    flex: 1;
    color: black;
}

.hero-content-about h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

.hero-content-about p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 20px;
}


.btn-main-new {
    background: #D4AF37;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.hero-image {
    flex: 1;
}

.hero-image img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}


@media (max-width: 768px) {
    .hero-about {
        flex-direction: column;
        text-align: center;
    }

    .hero-content-about p {
        margin: 0 auto 20px;
    }
}
.hero-about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 10%;
    gap: 40px;
    background: ;
    color: black;
}

.hero-content-about {
    flex: 1;
    color: black;
}

.hero-content-about h1 {
    font-size: 30px;
    margin-bottom: 15px;
    
}
.hero-content-about h1 span{

color: #668319;

}
.hero-content-about p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 20px;
}


.btn-main-new {
    background: #D4AF37;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.btn-main-new:hover{
  background-color: #668319;
  
}
.hero-image {
    flex: 1;
}

.hero-image img {
    width: 100%;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .hero-about {
        flex-direction: column;
        text-align: center;
    }

    .hero-content-about p {
        margin: 0 auto 20px;
    }
}



.services {
    padding: 80px 10%;
    background: #f9f9f9;
    text-align: center;
}

.services h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.subtitle {
    color: #666;
    margin-bottom: 40px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}


.card-about {
    background: #668319;
    padding: 30px 20px;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.card-about:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-about i {
  font-size: 32px;
  color: #D4AF37; /* golden theme */
  margin-bottom: 12px;
}
.icon {
    font-size: 35px;
    margin-bottom: 15px;
}

.card-about h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}

.card-about p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.mission {
  padding: 70px 20px;
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('/slider2.png') no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

.mission-about {
  padding: 70px 20px;
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('/slid.png') no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

.mission-container {
  max-width: 700px;
  margin: auto;
}

.mission-icon {
  font-size: 40px;
  color: #f59e0b;
  margin-bottom: 15px;
}

.mission h2 {
  font-size: 35px;
  margin-bottom: 15px;
}

.mission p {
  font-size: 16px;
  color: #ffff;
  line-height: 1.6;
}

.mission .highlight1 {
  margin-top: 15px;
  font-weight: 600;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background: #25D366;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 999;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background: #25D366;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 999;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.phone-float {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 55px;
    height: 55px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: 0.3s ease;
}

.phone-float:hover {
    background: #0056b3;
    transform: scale(1.1);
}

.contact-modern {
  padding: 70px 20px;
  background: linear-gradient(135deg, #69a50f, #ffe4b5);
}

.contact-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.contact-left {
  background: #D4AF37;
  color: #fff;
  padding: 40px;
  height: 460px;
}

.contact-left h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.contact-left p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.contact-box i {
  font-size: 18px;
}


.contact-right {
  background: #fff;
  padding: 40px;
}

.contact-right form .row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
}

.contact-right textarea {
  height: 120px;
  resize: none;
  margin-bottom: 15px;
}

.contact-right button {
  width: 100%;
  padding: 14px;
  background: #668319;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-right button:hover {
  background: #668319;
  transform: translateY(-2px);
}


@media(max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}



.section-title-vastu {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
 
}





  
  .about-mv {
  padding: 80px 20px;
  background: #f9f9f9;
}

.mv-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}


.mv-image {
  flex: 1;
}

.mv-image img {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.mv-content {
  flex: 1;
}

.mv-content h2 {
  font-size: 35px;
  margin-bottom: 10px;
  color: #222;
}

.mv-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}


@media (max-width: 768px) {
  .mv-container {
    flex-direction: column;
    text-align: center;
  }
}
  

  
  .vision-section {
  padding: 80px 20px;
  background: #ffffff;
}

.vision-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.vision-content {
  flex: 1;
}

.vision-content h2 {
  font-size: 35px;
  margin-bottom: 15px;
  color: #222;
}

.vision-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}


.vision-image {
  flex: 1;
}

.vision-image img {
  width: 100%;
  height: 430px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


@media (max-width: 768px) {
  .vision-container {
    flex-direction: column;
    text-align: center;
  }
}


.breadcrumb{

  font-size: 20px;
}

.breadcrumb a{
color: #f0b400;
font-size: 20px;
  text-decoration: none;
}



 /* TOPBAR */
.topbar {
  background: #668319;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;

 
}

.topbar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left */
.top-left span {
  margin-right: 20px;
}

.top-left i {
  margin-right: 6px;
  color: #f4b400;
}

/* Right (social icons) */
.top-right a {
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: 0.3s;
}

/* Hover Effects */
.top-right a:hover {
  background: #f4b400;
  color: #222;
}

@media (max-width: 768px) {
  
  .topbar-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .top-left {
    justify-content: center;
  }

  .top-right {
    justify-content: center;
  }
}

@media (max-width: 1180px){



}


