body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.milestone-item img {
    height: 370px;
    object-fit: contain;
}
   
        /* Video full screen */
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            min-height: 400px;
            z-index: -1;
            object-fit: cover;
            width: 100%;
        }

        /* Transparent Navbar */
        .navbar {
            background: transparent !important;
            transition: background 0.3s ease;
            padding: 1rem 0;
        }

        .navbar.scrolled {
            background: rgba(0, 0, 0, 0.7) !important;
            backdrop-filter: blur(6px);
        }

        /* Navbar links */
        .nav-link {
            position: relative;
            color: #fff !important;
            margin: 0 1rem;
            font-weight: 500;
            transition: all 0.4s ease;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .nav-link:hover {
            color: #00c6ff !important;
        }

        /* Underline animation (ONLY for non-dropdown links) */
        .nav-item:not(.dropdown) .nav-link::after {
            content: "";
            position: absolute;
            bottom: -0.3rem;
            left: 50%;
            width: 0;
            height: 2px;
            background: #00c6ff;
            transform: translateX(-50%);
            transition: all 0.4s ease;
        }

        .nav-item:not(.dropdown) .nav-link:hover::after {
            width: 100%;
        }

        /* Dropdown arrow icon */
        .nav-item.dropdown .nav-link i {
            font-size: 0.7rem;
            transition: transform 0.3s ease;
        }

        .nav-item.dropdown.show .nav-link i {
            transform: rotate(180deg);
        }

        /* Dropdown menu */
        .dropdown-menu {
            background: rgba(0, 0, 0, 0.9);
            border: none;
        }

        .dropdown-item {
            color: #fff;
            position: relative;
            transition: all 0.3s ease;
        }

        .dropdown-item:hover {
            background: transparent;
            color: #00c6ff;
        }

        .dropdown-item::after {
            content: "";
            position: absolute;
            bottom: 0.2rem;
            left: 50%;
            width: 0;
            height: 2px;
            background: #00c6ff;
            transform: translateX(-50%);
            transition: all 0.4s ease;
        }

        .dropdown-item:hover::after {
            width: 100%;
        }
.img-text h3 span{
    color: #d4b473;
}
.img-text h3 {
    color: grey;
}
.img-text p {
    color: rgb(7, 7, 7);
}

section.hero.text-center p.leads {
    width: 80%;
    margin: 10px auto;
    padding-bottom: 15px;
}
ul.listnew {
    list-style: none;
    text-align: left;
    line-height: 30px;
    padding: 20px 0px;
}

.titleclsss h2 {
    font-size: 22px;
    padding-bottom: 15px;
}

ul.list-unstyled li a {
    font-size: 13px;
    padding-bottom: 7px;
}

.hero h1 {
    font-size: 45px;
    padding-bottom: 20px;
}

        /* Mobile menu */
        @media (max-width: 991px) {
            .navbar-collapse {
                background: rgba(0, 0, 0, 0.9);
                padding: 1rem;
                border-radius: 0.5rem;
            }

            .nav-link {
                margin: 0.5rem 0;
            }
        }

        .Re-imagining {
            background-color: #F0F9F4;
            margin-top: 600px;
        }

        .Re-text {
            padding: 80px 0px 80px 0px
        }

        .Re-text h2 {
            font-size: 65px;
            line-height: 1.2em;
            font-family: sans-serif;
        }

        .image-slider {
            background-color: #f0f9f4;
            padding: 100px 0px;

        }

        .image img {
            width: 100%;
            border-radius: 0px 20px 20px 0px;
        }
        img.newright {
    border-radius: 20px 0px 0px 20px;
}
      .automation{
        background-color: #f0f9f4;
        padding-top: 20px;
      }
        .auto-text {
            padding: 100px;
        }
        .auto-text img{
            width: 100%;
        }

  .auto-text span i, p {
    color: grey;
    padding-top: 10px;
}

button.btn-red.mt-3 a, button.btn-milestone a {
    color: #fff;
    text-decoration: none;
}
        marquee span i{
            color: grey;
            font-size: 50px;
        }
        marquee h1{
            color: grey;
            font-size: 50px;
        }
         .auto-text h2{
            color: #181d4e;
            font-size: 40px;
        }
       .marquees1{
        background-color: #F0F9F4;
;
       }
        .testimonial-section {
  text-align: center;
  padding: 50px 20px;
  background: #faf6ec;   /* हल्का बैकग्राउंड */
}

.testimonial-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0d0d2b;
}

.testimonial-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: left;
  min-height: 320px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.testimonial-box img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

.testimonial-role {
  font-size: 14px;
  color: #555;
}

.stars {
  color: #f6b500;
  margin: 5px 0;
}

.testimonial-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
}

/* Owl dots */
.owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-dots .owl-dot span {
  background: #bbb !important;
  width: 10px;
  height: 10px;
  display: block;
  margin: 5px 7px;
  border-radius: 50%;
}
.owl-dots .owl-dot.active span {
  background: #0d0d2b !important;
}
.slider-img .item a {
    color: #181d4e;
    margin-top: 20px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}
.slider-img{
    position: relative;
}
.slider-img .owl-nav {
    position: absolute;
    top: 34%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

form#whatsappForm input{
      width: 100%;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 10px;
}

form#whatsappForm textarea{
        width: 100%;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 10px;
}

form#whatsappForm button {
    background: #8d3d98;
    border: none;
    padding: 10px 20px;
    color: #fff;
}
/* .owl-nav {
    display: none !important;
} */


section.service_our {
    background: #6ecad6;
}
.our-services {
    position: relative;
       background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    padding: 100px 0 100px;
}
.counter-title {
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.counter-item {
    height: calc(100% - 30px);
    margin-bottom: 0px;
}
.counter-title h2 {
    font-size: 44px;
    margin-bottom: 5px;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--primary-color);
}
.milestone-section {
  background: #e6f3f4;
  padding: 60px 20px;
}
.milestone-left h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
}
.milestone-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  color: #333;
}
.milestone-left h2 span {
  color: #1c2a6b;
}
.btn-milestone {
  background: #e40000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 5px;
}
.milestone-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
.milestone-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.milestone-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.milestone-item p {
  font-size: 14px;
  color: #555;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
.owl-nav button span {
  font-size: 24px;
  color: #333;
}
.milestone-section {
  background: #e6f3f4;
  padding: 60px 20px;
}
.milestone-left h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
}
.milestone-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  color: #333;
}
.milestone-left h2 span {
  color: #1c2a6b;
}
.btn-milestone {
  background: #e40000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 5px;
}
.milestone-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
.milestone-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.milestone-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.milestone-item p {
  font-size: 14px;
  color: #555;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
.owl-nav button span {
  font-size: 24px;
  color: #333;
}
.milestone-section {
  background: #e6f3f4;
  padding: 60px 20px;
}
.milestone-left h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
}
.milestone-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  color: #333;
}
.milestone-left h2 span {
  color: #1c2a6b;
}
.btn-milestone {
  background: #e40000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 5px;
}
.milestone-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
.milestone-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.milestone-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.milestone-item p {
  font-size: 14px;
  color: #555;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
.owl-nav button span {
  font-size: 24px;
  color: #333;
}
.milestone-section {
  background: #e6f3f4;
  padding: 60px 20px;
}
.milestone-left h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
}
.milestone-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  color: #333;
}
.milestone-left h2 span {
  color: #1c2a6b;
}
.btn-milestone {
  background: #e40000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 5px;
}
.milestone-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
.milestone-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.milestone-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.milestone-item p {
  font-size: 14px;
  color: #555;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
.owl-nav button span {
  font-size: 24px;
  color: #333;
}
.milestone-section {
  background: #e6f3f4;
  padding: 150px 40px;
  border-radius: 150px 0px 150px 0px;
  margin-top: 100px;
}
.milestone-left h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
}
.milestone-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  color: #333;
}
.milestone-left h2 span {
  color: #1c2a6b;
}
.btn-milestone {
  background: #e40000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 5px;
}
.milestone-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
.milestone-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.milestone-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.milestone-item p {
  font-size: 14px;
  color: #555;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
.owl-nav button span {
    font-size: 28px;
    color: #333;
    width: 30px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-item img {
    margin-bottom: 15px;
}

.owl-nav {
    display: none;
}
 .services-section {
      background: #f7fcfa;
      padding: 60px 0;
    }
    .services-section h6 {
      color: red;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .services-section h2 {
      font-weight: 700;
      color: #0f1d4d;
      margin-bottom: 40px;
    }
    .service-step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
    }
    .step-number {
      background: #007bff;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      flex-shrink: 0;
    }
    .service-step h5 {
      font-weight: 700;
      margin-bottom: 5px;
      color: #0f1d4d;
    }
    .service-step p {
      margin: 0;
      color: #555;
    }
    .btn-red {
      background: red;
      color: #fff;
      font-weight: 600;
      padding: 12px 25px;
      border-radius: 5px;
      text-transform: uppercase;
      transition: 0.3s;
      border: none;
    }
    .btn-red:hover {
      background: #cc0000;
    }
    .services-img img {
      border-radius: 10px;
      width: 100%;
      object-fit: cover;
    }

    /* Coca-cola */
  .clients-section {
    background: #fff;
  }
  .client-box {
    border: 1px solid #d32f2f;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background: #fff;
  }
  .client-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .client-box img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
  }


    /* Footer */


     footer {
      background-color: #0b0f2c;
      color: #fff;
      padding: 50px 0 20px;
    }
    footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
    }
    footer a {
      color: #cfcfcf;
      text-decoration: none;
    }
    footer a:hover {
      color: #ff4d2d;
      text-decoration: none;
    }
    .footer-logo img {
      max-width: 150px;
      margin-bottom: 15px;
    }
    .newsletter-input {
      background: transparent;
      border: 1px solid #555;
      color: #fff;
    }
    .newsletter-input:focus {
      background: transparent;
      border-color: #ff4d2d;
      outline: none;
      box-shadow: none;
      color: #fff;
    }
    .btn-subscribe {
      background-color: #ff4d2d;
      color: #fff;
      border: none;
      padding: 8px 20px;
    }
    .btn-subscribe:hover {
      background-color: #e04324;
    }
    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 30px;
      padding-top: 15px;
      text-align: center;
      color: #aaa;
      font-size: 14px;
    }
    

    /*image grid*/
   .image-grid {
      overflow: hidden;
    }

    .image-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
      display: block;
    }

    .image-grid .img-box {
      overflow: hidden; /* zoom बाहर न जाए */
    }

    .image-grid img:hover {
      transform: scale(1.1);
    }

    .image-grid .row,
    .image-grid [class*="col-"] {
      padding: 0;
      margin: 0;
    }

    /* Compact heights */
    .left-img {
      height: 500px; /* main बड़ा image */
    }

    .right-top {
      height: 250px;
    }

    .right-bottom {
      height: 250px;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .left-img,
      .right-top,
      .right-bottom {
        height: 200px;
      }
    }

  /* image grid end*/
  .blog-card {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }
    .blog-card img {
      width: 100%;
      height: 300px;
      display: block;
      border-radius: 8px;
    }
    .blog-card:hover {
      transform: translateY(-5px);
    }
    .date-badge {
      position: absolute;
      bottom: 15px;
      left: 15px;
      background: #1a237e;
      color: #fff;
      padding: 8px 12px;
      font-size: 14px;
      font-weight: bold;
      border-radius: 4px;
      text-align: center;
    }
    .date-badge span {
      display: block;
      font-size: 10px;
      text-transform: uppercase;
    }
    .blog-meta {
      font-size: 14px;
      color: gray;
    }
    .blog-title {
      font-size: 20px;
      font-weight: 600;
      margin-top: 10px;
      color: #222;
    }
.we-provide {
  background: #f8fbfc;
}
.we-provide .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1c2a6b;
}
.we-provide .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}
.we-provide .service-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.we-provide .service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.we-provide .service-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1c2a6b;
}
.we-provide .service-box p {
  font-size: 14px;
  color: #666;
}
a.navbar-brand.fw-bold.text-white img {
    width: 100%;
    height: 100%;
    max-width: 130px;
}
.scrolled a.navbar-brand.fw-bold.text-white img {
    max-width: 100px;
}
.scrolled {
    padding: 0px 0px;
}
@media only screen and (max-width: 1199px){
.nav-link {
    margin: 0 4px;
}
.slider-img .item a { 
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
}
.img-text p {
    font-size: 14px;
}
.auto-text {
    padding: 50px;
}
.auto-text h2 {
    font-size: 30px;
}
}
@media only screen and (max-width: 992px){

}
@media only screen and (max-width: 767px){
.Re-imagining {
    margin-top: 350px;
}
.Re-text h2 {
    font-size: 40px;
}
.image-slider {
    padding: 0px 0px;
}
.row > * {
    padding-top: 30px;
}
.slider-img .item a {
    font-size: 25px !important;
}
.counter-item {
    text-align: center;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background-color: #fff;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgb(184 127 127 / 65%);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.btn-milestone {
    background: #e40000 !important;
   
}
.btn-subscribe {
    background-color: #ff4d2d !important;
}
}
 .hero {
    /* height: 80vh; */
    background: url('auditorium.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4c4c4c;
    text-shadow: 0 3px 6px rgba(0,0,0,0.6);
    margin-top: 500px;
}
    .card:hover {
      transform: translateY(-8px);
      transition: 0.3s ease-in-out;
      box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }
    .cta {
      background: linear-gradient(135deg, #007bff, #6610f2);
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }
    .testimonial {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .slider-gallery img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

 .gallery img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .gallery img:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }
    .gallery-item {
      margin-bottom: 30px;
    }

    .gallery-images {
    background-color: #f8f9fa;
    padding: 50px 0;
    margin-top: 500px;
}
a.btn.btn-lg.btn-light.mt-3.button {
    background: #5720f4;
    color: #fff;
    font-weight: bolder;
}
 .feature-card {
    padding: 1.25rem;
  }

  /* Image icons for all features */
  .feature-img {
    width: 4rem;            /* icon ka width */
    height: 4rem;           /* icon ka height */
    object-fit: contain;    /* image stretch na ho */
    display: block;
    margin: 0 auto 0.75rem; /* center + space niche */
  }

  .feature-title {
    font-weight: 600;
    margin-top: 0.5rem;
  }

  /* Responsive adjustment for small screens */
  @media (max-width: 576px) {
    .feature-img {
      width: 3.2rem;
      height: 3.2rem;
    }
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #e4e4e4;
}
.leads {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
}
img.video-background {
    height: 500px;
    object-fit: cover;
}
 .about-us {
      font-family: Arial, sans-serif;
      background-color: #f8f9fa;
      padding: 20px;
      margin-top: 500px;
    }
    .blog-header {
      text-align: center;
      margin-bottom: 40px;
    }
    .blog-header h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .service-card {
      transition: transform 0.3s, box-shadow 0.3s;
      border: none;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    }
    .service-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .service-card h5 {
      margin-top: 15px;
    }

    .services-blog a{
      text-decoration: none;
    }

  .our-gallery img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}
/* Contact us */

 .contact-section {
    padding: 60px 0;
  }
  .contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease;
  }
  .contact-box:hover {
    transform: translateY(-8px);
  }
  .contact-box h3 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #0d6efd;
  }
  .btn-custom {
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    transition: 0.3s;
  }
  .btn-custom:hover {
    background: #0b5ed7;
  }
  .map iframe {
    width: 100%;
    height: 450px;
    border: 0;
   
  }
.contact-us{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}