
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
    border: none;
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
}
/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary);
}
/*** Topbar End ***/

/*** Navbar ***/
.sticky-top {
    transition: 1s;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    transition: .5s;
    z-index: 99;
}

.navbar .navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid var(--bs-secondary);
    opacity: 0;
    transition: 0.5s;
    z-index: 2 !important;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 50%;
    height: 50%;
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: var(--bs-secondary);
}

.nav-bar .navbar-toggler { 
    color: var(--bs-dark);
    box-shadow: none !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar .nav-item .dropdown-menu {
    background: var(--bs-light);
    transition: 0.5s;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    transition: 0.5s;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.active {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        margin-top: 15% !important;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        border: 0;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        position: relative;
        margin-top: 0;
        transition: 0.5s;
    }

    .navbar .navbar-nav .nav-item::after,
    .navbar .navbar-nav .nav-item::before {
        display: none;
    }

    .navbar .navbar-nav .nav-item:hover::after,
    .navbar .navbar-nav .nav-item:hover::before,
    .navbar .navbar-nav .nav-item.active::after,
    .navbar .navbar-nav .nav-item.active::before {
        display: none;

    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar .navbar-nav .nav-item.nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 18, 72, 0.7), rgba(0, 18, 72, 0.7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Carousel Start ***/
.carousel .carousel-inner .carousel-item {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

@media (min-width: 992px) {
    .carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;   
    }
}

@media (max-width: 991px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
    }
    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;    
    }
}

@media (max-width: 576px) {
    .carousel-item .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-item .carousel-caption p.fs-5 {
        font-size: 15px;
    }
}

.carousel .carousel-inner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.carousel .carousel-indicators {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    z-index: 5;
}

.carousel .carousel-indicators li,
.carousel .carousel-indicators li,
.carousel .carousel-indicators li {
    margin-right: 30px !important;
    width: 10px;
    height: 10px;
    border: 6px solid var(--bs-secondary);
    background: var(--bs-white);
    transition: 0.5s;
}

.carousel .carousel-indicators li.active {
    border: 10px solid var(--bs-primary);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    background: transparent;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    right: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Carousel End ***/


/*** About Start ***/
.about .about-item-content-img {
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-primary) var(--bs-primary) var(--bs-secondary);
}

.about .about-item-image {
    position: relative;
    background: var(--bs-light);
    background-image: url(../img/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.about .about-item-image .img-1 {
    margin-bottom: 250px; 
    margin-right: 0;
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-light) var(--bs-light) var(--bs-secondary);
    z-index: 3;
}

.about .about-item-image .img-2 {
    margin-top: 250px; 
    margin-left: 0;
    border: 4px solid;
    border-color: var(--bs-light) var(--bs-secondary) var(--bs-secondary) var(--bs-light); 
    z-index: 3;
}

.about .about-item-image::before {
    width: 80%;
    height: 80%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-style: dotted;
    border-color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 2;
}

.about .about-item-image .about-item-image-content {
    width: 55%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-secondary);
    border: 4px solid var(--bs-primary);
    opacity: 0.9;
    z-index: 4;
}

.about .about-item-image .about-item-image-effect {
    position: absolute;
    top: 0;
    right: 0;
}
/*** About End ***/

/*** Features Start ***/
.feature .feature-item {
    position: relative;
    transition: 0.5s;
}
.feature .feature-item:hover {
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.feature .feature-item:hover a {
    transition: 0.5s;
}

.feature .feature-item:hover a:hover {
    color: var(--bs-secondary);
}

.feature .feature-item .feature-img img {
    border: transparent;
    transition: 0.5s;
} 

.feature .feature-item:hover .feature-img img {
    border: 1px solid var(--bs-secondary);
}  
/*** Features End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.service .service-item .service-content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%; 
    left: 0; 
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.service .service-item:hover .service-content {
    opacity: 1;
}

.service .service-item:hover .service-content a.fs-4 {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover .service-content a.fs-4:hover {
    color: var(--bs-secondary);
}

.service .service-item .service-title {
    position: absolute;
    width: 100%;
    height: 80px; 
    bottom: 0; 
    right: 0;
    background: var(--bs-light);
    display: flex;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-title {
    margin-right: -100%;
}
/*** Services End ***/

/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-secondary);
}
/*** Blog End ***/

/*** Contact Start ***/
.contact .contact-map {
    position: relative;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.contact .contact-map::before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
    z-index: -1;
}

.contact .contact-map::after {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-secondary);
    z-index: -1;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 18, 72, 0.9), rgba(0, 18, 72, 1)), url(../img/footer-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-secondary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


/* ===== CUSTOM FOOTER ===== */
.custom-footer{
  background:linear-gradient(rgba(5,20,60,0.92),rgba(5,20,60,0.92)),
             url('../img/footer-bg.jpg') center/cover no-repeat;
  color:#ccc;
  font-family:'Roboto',sans-serif;
}

.footer-overlay{
  padding:70px 0 40px;
}

.footer-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
}

.footer-col h3{
  color:#fff;
  margin-bottom:20px;
  font-family:'Playfair Display',serif;
}

.footer-col p{
  line-height:1.8;
  font-size:15px;
}

.footer-col ul{
  list-style:none;
  padding:0;
}
.footer-col ul li{
  margin-bottom:12px;
}
.footer-col ul li a{
  color:#bbb;
  text-decoration:none;
  transition:0.3s;
}
.footer-col ul li a:hover{
  color:#ff7a00;
  padding-left:5px;
}

/* Newsletter */
.newsletter-form{
  display:flex;
  margin-top:20px;
}
.newsletter-form input{
  flex:1;
  padding:12px;
  border:none;
  outline:none;
}
.newsletter-form button{
  background:#ff7a00;
  border:none;
  color:#fff;
  padding:0 20px;
  font-weight:600;
  cursor:pointer;
}

/* Contact icons */
.footer-col i{
  color:#ff7a00;
  margin-right:10px;
}

/* Social icons */
.footer-social{
  margin-top:20px;
}
.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  background:#ff7a00;
  color:#fff;
  margin-right:10px;
  text-decoration:none;
  font-size:18px;
  transition:0.3s;
}
.footer-social a:hover{
  background:#fff;
  color:#ff7a00;
}

/* Bottom bar */
.footer-bottom{
  background:#041538;
  text-align:center;
  padding:15px;
  color:#aaa;
  font-size:14px;
}

/* Responsive */
@media(max-width:991px){
  .footer-container{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:576px){
  .footer-container{
    grid-template-columns:1fr;
  }
}

.about-single-image img{
    border-radius:12px;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}



.featured-location {
  padding: 70px 0;
  background: #fff;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #0b1b4d;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 20px;
  color: #777;
  margin-bottom: 40px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.location-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.location-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.location-card span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.4s ease;
}

.location-card:hover img {
  transform: scale(1.1);
}

.location-card:hover span {
  background: rgba(0, 0, 0, 0.55);
}

/* Responsive */
@media (max-width: 1200px) {
  .location-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .location-grid {
    grid-template-columns: 1fr;
  }
}


.featured-projects {
  padding: 80px 0;
  background: #f8f9fb;
}

.section-tag {
  text-align: center;
  color: #ff7a00;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.section-heading {
  text-align: center;
  font-size: 42px;
  color: #0b1b4d;
  margin-bottom: 50px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.project-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: translateY(-6px);
}

.project-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.project-body {
  padding: 25px;
  text-align: center;
}

.project-body h3 {
  font-size: 26px;
  color: #0b1b4d;
  margin-bottom: 5px;
}

.project-body .location {
  color: #777;
  margin-bottom: 15px;
}

.project-info {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  margin-bottom: 15px;
}

.price {
  color: #e63946;
  font-weight: 600;
  margin-bottom: 20px;
}

.project-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  padding: 10px 22px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
}

.btn.primary {
  background: #ff5e15;
  color: #fff;
}

.btn.outline {
  border: 2px solid #ff5e15;
  color: #ff5e15;
}

/* Responsive */
@media (max-width: 992px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}

.show-more-wrap {
  text-align: center;
  margin-top: 50px;
}

.show-more-btn {
  background: #fff;
  color: #ff5e15;
  border: 2px solid #ff5e15;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.show-more-btn:hover {
  background: #ff5e15;
  color: #fff;
}


.testimonial-section {
  padding: 80px 0;
  background: #fff;
}

.testimonial-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
}

.testimonial-card {
  padding: 40px 35px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  transition: 0.3s ease;
}

.testimonial-card.light {
  background: #ffffff;
}

.testimonial-card.active {
  background: #ff5e15;
  color: #fff;
  transform: scale(1.05);
}

.testimonial-card.active .testimonial-text,
.testimonial-card.active h4,
.testimonial-card.active span {
  color: #fff;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 35px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonial-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user h4 {
  font-size: 18px;
  margin: 0;
}

.testimonial-user span {
  font-size: 13px;
  color: #888;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 991px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card.active {
    transform: none;
  }
}

.core-section {
  padding: 80px 0;
  background: #fff;
}

.core-heading {
  text-align: center;
  margin-bottom: 50px;
}

.core-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.core-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.core-card {
  text-align: center;
}

.core-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

.core-title {
  display: inline-block;
  margin: 25px auto 15px;
  padding: 10px 40px;
  border: 2px solid #ff5e15;
  color: #ff5e15;
  font-size: 24px;
  font-weight: 600;
}

.core-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  max-width: 95%;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {
  .core-grid {
    grid-template-columns: 1fr;
  }

  .core-card img {
    height: auto;
  }
}

.trusted-developers {
  padding: 80px 0;
  background: #fff;
}

.trusted-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #000;
}

.trusted-developers {
  padding: 80px 0;
  background: #fff;
}

.trusted-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #000;
}

.developer-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.developer-circle {
  width: 200px;
  height: 200px;
  border: 2px solid #2c2c54;   /* ✅ single outer circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

/* 🔥 THIS IS THE KEY FIX */
.developer-circle img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;

  /* remove inner circle if image has one */
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Hover (optional) */
.developer-circle:hover {
  transform: translateY(-4px);
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .developer-circle {
    width: 150px;
    height: 150px;
  }
}

.site-logo {
  height: 75px;        /* adjust if needed */
  width: auto;
  object-fit: contain;
}

.feature-img {
  width: 120px;
  height: 120px;
  background-color: #ff6a00;   /* orange circle */
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.feature-img i {
  color: #ffffff !important;
  font-size: 48px; /* sab icons same size */
}


.vmv-section {
  padding: 100px 0 80px;   /* ⬅️ top space badhaya */
  background: #fff;
}

.vmv-card {
  text-align: left;        /* screenshot jaisa */
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  position: relative;
}

/* IMAGE FIX */
.vmv-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 10px;        /* ⬅️ IMAGE ke upar white gap */
}

/* Heading style */
.vmv-card h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b1c3f;
}

/* Text */
.vmv-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
}

/* Topbar text white */
.topbar,
.topbar a,
.topbar .text-muted {
    color: #ffffff !important;
    background: #003962; !important;
}

/* Topbar icons brand color */
.topbar i {
    color: #ff5e15 !important;
}

/* Social icons buttons fix */
.topbar .btn-primary {
    background: transparent !important;
    border-color: #ffffff !important;
}

.topbar .btn-primary i {
    color: #ffffff !important;
}

/* Hover effect (optional, premium feel) */
.topbar a:hover,
.topbar .btn-primary:hover i {
    color: #ff5e15 !important;
}

/* ===== FORCE DARK BLUE FOOTER FIX ===== */

/* Main footer */
.footer {
    background: #0b1c3d !important;   /* Dark Blue */
    background-image: none !important;
    position: relative;
}

/* Agar ::before ya ::after overlay laga ho */
.footer::before,
.footer::after {
    content: none !important;
    display: none !important;
}

/* Footer ke andar sab white */
.footer * {
    color: #ffffff !important;
}

/* Links hover */
.footer a:hover {
    color: #ff5e15 !important;
}

/* Newsletter input */
.footer input.form-control {
    background: #ffffff !important;
    color: #000000 !important;
}

/* Signup button */
.footer button,
.footer .btn-secondary {
    background-color: #ff5e15 !important;
    border-color: #ff5e15 !important;
    color: #ffffff !important;
}

/* Social icons */
.footer-btn .btn {
    background: transparent !important;
    border: 1px solid #ffffff !important;
}

.footer-btn .btn:hover {
    background: #ff5e15 !important;
    border-color: #ff5e15 !important;
}

/* ===== Copyright Bar ===== */
.copyright {
    background-color: #07142e !important; /* Slight darker */
}

.copyright,
.copyright span,
.copyright a {
    color: #ffffff !important;
}

.copyright a:hover {
    color: #ff5e15 !important;
}


.neighborhoods-section {
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  
}
.section-title span {
  color: #ff5e15;
}

.section-subtitle {
  color: #888;
  margin-bottom: 30px;
}

/* Tabs */
.neighborhood-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 12px 22px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
}

.tab-btn.active {
  background: #ff5d15;
  color: #fff;
  border-color: #ff5d15;
}

/* Grid */
.neighborhood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.neighborhood-card {
  position: relative;
  overflow: hidden;
}

.neighborhood-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.neighborhood-card .overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-align: left;
}

.neighborhood-card .overlay span {
  background: #ff5e15;
  padding: 6px 12px;
  font-size: 14px;
  display: inline-block;
  margin-top: 6px;
}

/* Tabs content */
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .neighborhood-grid {
    grid-template-columns: 1fr;
  }
}


.neighborhood-card .overlay h4,
.neighborhood-card .overlay span {
    color: #ffffff !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}



