/* ================================
   VST HERO – FULLY ISOLATED
================================ */

/* Full hero section */
.vst-hero-section {
  position: relative !important;
  width: 100%;
  height: 100vh !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 1 !important;
}

/* Background video */
.vst-bg-video {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: -1 !important;
  opacity: 1 !important;
}

/* Dark overlay */
.vst-hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #111827b0;
  z-index: 0 !important;
}

/* Content on top */
.vst-hero-content {
  position: relative;
  z-index: 2 !important;
}

.vst-hero-content p {
  font-size: 4rem;
  margin: 0;
  font-weight: 100;color: white;
}
.feature-paragh {
  font-size: 1rem;
  margin: 0;
  font-weight: 200;color: #dedede;
}
.vst-hero-content h2 {
  font-size: 1.5rem;
  margin: 10px 0 50px;
}

.vst-hero-content h2 span {
  color: #3B82F6;
}
.transform{
    color:white;
    font-weight: 300;
}
/* Feature cards */
.vst-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2 !important;
  margin-bottom: 20px;
}

.vst-feature-card {
  background: rgba(255,255,255,0.1);
  padding: 20px 30px;
  border-radius: 15px;
  min-width: 200px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
      width: 30%;
    /*margin-bottom: 60px;*/
}

.vst-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.vst-feature-card i {
  font-size: 3rem;
  margin-bottom: 10px;
  display: block;
  color: #3B82F6;
}

.vst-feature-card h3 {
  margin: 10px 0 5px;
}

.vst-feature-card p {
  font-size: 0.9rem;
  opacity: 0.8;
}
.newicons{
    font-size: 17px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
     
        justify-content: end !important;
    }
}

.left .wt-small-separator div.sep-leaf-right::before, .left .wt-small-separator div.sep-leaf-left::before, .center .wt-small-separator div.sep-leaf-right::before, .center .wt-small-separator div.sep-leaf-left::before, .footer-dark .social-icons li a, .pricingtable-highlight, .icon-font-block, .service-side-btn a.btn-block:hover, .project-img-effect-1, .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span, .owl-prev:hover, .owl-prev:active, .owl-prev:focus, .owl-next:hover, .owl-next:active, .owl-next:focus, .header-style-2 .top-bar .wt-topbar-info li:first-child::before, .header-style-2 .header-nav-request a, .all_services ul li a:hover, .all_services ul li a.active, .service-border-box:hover::before, .site-bg-primary, .wt-tabs.bg-tabs .nav-tabs > li > a, .site-list-style-two li::after, .search-bx button, .site-list-style-one li::after, .since-year strong, .date-style-2 .wt-post-meta ul li.post-category span, .blog-post blockquote, .your-order-list ul li:last-child, .header-style-1 .header-nav .nav > li:hover > a, .header-style-1 .top-bar .wt-topbar-info li:first-child::before, .header-style-1 .header-nav-request a, .services-section-content-right, .testimonial-1-content-outer::after, .play-now .icon, .header-style-3 .top-bar .wt-topbar-info li:first-child::before, .header-style-3 .header-nav-request a, .h-category, .animate_line:hover::after, .animate_line:hover::before, .hover-effect-content .mfp-link:hover, .header-style-4 .header-nav-request a, .date-style-3 .wt-post-meta ul li.post-category span, .site-list-style-one-new li::after, .about-max-two::after, .card1::before, .project-box-style1 .project-view .project-view-btn i, .latest-blog-3.large-date .post-date, .description-list li i, .sr-btn-filter-wrap li.btn-active.sr-btn-circle, .post-style-12 .wt-post-info::before, #search-two .close, .service-icon-box-three:hover, .half-wide-bg, .header-style-11.bg-half-block-bar .header-middle::after, .wt-team-2 .team-social-icon li a, .ls-circle, .project-new-2 .project-new-content2 span, .project-new-2 .project-view .project-view-btn i {
   	background: linear-gradient(45deg, #3b82f6, #1d4ed8) !important;
   	border-radius: 25px;
}

.section-heads{
font-size: 25px;
    color: white;
    font-weight: 300;
}

.about-btn{
    background: linear-gradient(45deg, #3b82f6, #1d4ed8) !important;
        padding: 8px 10px;
        margin: 120px 0;
    color: white;
    border-radius: 25px;
}


.my-counter::before,
.my-counter::after {
    content: none !important;
}
/* Disable theme auto-counter */
.my-counter[data-target] {
    opacity: 1 !important;
}
.stats-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 50px 20px;
    background: #1f3b88;
    font-family: 'Poppins', sans-serif;
}

.stat-card {
    background: #d8dde8;
    padding: 40px 50px;
    border-radius: 25px;
    text-align: center;
    min-width: 260px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    /*flex: 1 1 260px;*/
}

/* Mobile view: 2 cards per row */
@media (max-width: 768px) {
    .stat-card {
        flex: 1 1 calc(47% - 5px) !important;  padding: 20px;
        min-width: unset; /* remove min-width restriction */
    }
    .stat-card h2 {
    font-size: 1.8rem !important;
    }
    .stat-card p {
    font-size: 0.9rem !important;
}

}
.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
}

.stat-card h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a2a69;
    margin: 0;
    display: inline-block;
}

.stat-card .plus,
.stat-card .percent {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a2a69;
    margin-left: 5px;
}

.stat-card p {
    font-size: 1.1rem;
    color: #333;
    margin: 10px 0 15px;
    font-weight: 500;
}

.stat-card .underline {
    display: block;
    width: 50px;
    height: 3px;
    background: #3B82F6;
    margin: 0 auto;
    border-radius: 5px;
}

.stat-card:hover{
    box-shadow: #d8dde8 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.solutions-section {
    padding: 80px 0;
    background: #f8f9fc;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

/* Badges */
.badges {
    margin-bottom: 20px;
}

.badge {
    display: inline-block;
    background:#ffae00;
    padding: 6px 14px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    margin: 0 5px;
}

/* Heading */
.title {
    font-size: 42px;
    font-weight: 700;
}

.title span {
    color: #1e56e4;
}

.subtitle {
    max-width: 650px;
    margin: 0 auto 40px;
    color: #444;
    font-size: 16px;
}

/* Card Layout */
.solution-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.solution-card {
    width: 430px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
    overflow: hidden;
    transition: 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-8px);
}

/* Image */
.solution-img {
    position: relative;
}

.solution-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.quality-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 12px;
    font-weight: 600;
}

/* Content */
.solution-content {
    padding: 25px 22px;
    text-align: left;
}

.solution-content h3 {
    font-size: 22px;
    font-weight: 700;
}

.small-heading {
    font-size: 12px;
    color: #ffae00;
    margin-bottom: 15px;
    margin-top: -5px;
    font-weight: 600;
}

.desc {
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.features {
    padding: 0;
    margin: 18px 0;
    list-style: none;
}

.features li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #3a3a3a;
    position: relative;
    padding-left: 18px;
}

.features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #1eaf5f;
    font-size: 14px;
}

/* Button */
.explore-btn {
    display: inline-block;
    padding: 10px 20px;
    /*background: linear-gradient(45deg, #3b82f6, #1d4ed8) !important;*/
background: linear-gradient(45deg, #ffae00, #d4e705) !important;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.explore-btn:hover {
    background: #ff8f00;
}
/* Initial Header on Page Load (Transparent) */
.header-style-4 .main-bar {
    background: transparent !important;
    transition: all 0.3s ease;
}

/* Menu text and icons white initially */
.header-style-4 .nav > li > a,
.header-style-4 .nav > li > a i {
    color: #fff !important;
    transition: all 0.3s ease;
}

/* Sticky Header (after scroll) */
.sticky-active .main-bar {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* When sticky → text + icons turn black */
.sticky-active .nav > li > a,
.sticky-active .nav > li > a i {
    color: #000 !important;
}
.sticky-active .logo-header img {
    width: 50px;      /* smaller size when scrolled */
}

.suppliers-section {
    text-align: center;
    padding: 60px 20px;
}

.supplier-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.supplier-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
}

.supplier-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: auto;
}

.supplier-card {
    background: white;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    text-align: center;
    transition: .3s;
}

.supplier-card img {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.supplier-card h3 {
    margin: 10px 0 15px;
    font-size: 22px;
    font-weight: 600;
}

.tag {
    display: inline-block;
    /*background: #e8f0ff;*/
    /*color: #3a7afe;*/
    background: #ffd27347;
    color: #ffae00;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

/* Hover effect */
.supplier-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

/* Responsive 3 cards on tablet */
@media (max-width: 1100px) {
    .supplier-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive 2 cards on mobile */
@media (max-width: 768px) {
    .supplier-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .supplier-card h3 {
    font-size: 19px;
    }
    
.tag {

    font-size: 11px;
}
}

/* Responsive 1 card on small mobile */
/*@media (max-width: 480px) {*/
/*    .supplier-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/
.projects-section {
  background: url('../image/bg.webp') center/cover no-repeat;
  padding: 120px 0;
  position: relative;
  color: #fff;
}

.projects-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.projects-container {
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section-badge {
  display: inline-block;
  padding: 6px 20px;
     background: #ffd27347;
    color: #ffae00;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 20px;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;color: white;
}

.section-title span {
  color: #ffae00;
}

.section-description {
  margin: 10px auto 40px;
  max-width: 650px;
  opacity: 0.85;
  font-size: 15px;
}

/*.features-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
/*  gap: 25px;*/
/*  margin-bottom: 40px;*/
/*}*/
/*.features-grid2 {*/
/*  display: grid;*/
/* grid-template-columns:repeat(auto-fit, minmax(210px, 1fr)) !important;*/
/*    gap: 10px;*/
/*  margin-bottom: 40px;*/
/*}*/
.features-grid,
.features-grid2 {
  display: grid;
  gap: 25px;
  margin-bottom: 40px;
}

/* Default for desktop and larger screens */
.features-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.features-grid2 {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 10px;
}

/* Mobile view: 2 items per row */
@media (max-width: 768px) {
  .features-grid,
  .features-grid2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
  }
}

.feature-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 25px;
  border-radius: 14px;
  text-align: left;
  position: relative;
  transition: 0.4s;
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.12);
}

.feature-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;color: white;
}

.feature-text {
  opacity: 0.85;
  margin-bottom: 15px;
  font-size: 14px;
}

.feature-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffba00;
  color: #000;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 40px;
}

.cta-btn {
 background: linear-gradient(45deg, #ffae00, #d4e705) !important;
    border: none;
    padding: 14px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    transition: .3s;
    color: white;
}

.cta-btn:hover {
  background: #ff9500;
  transform: translateY(-2px);
}

.widget-title{
        color: white !important;
    font-size: 20px;
}
.newarrows{
    font-weight: 100 !important;
}
.site-button-secondry, .acc-bg-gray .acod-head .indicator, .project-img-effect-1 a.mfp-link, .header-style-2 .header-search, .owl-prev, .owl-next, .all_services, .site-bg-secondry, .wt-tabs.bg-tabs .nav-tabs > li > a.active, .overlay-icon a, .header-style-3 .header-search, .footer-dark.footer-style2 .footer-top, .contact-info-section, .header-style-4 .header-search {
    background-color: #000000cc !important;
}
.wt-bnr-inr-entry .banner-title-outer h2 {
    text-align: left;color: white !important;
}
.newbread{
    color:white !important;
}
.wt-bnr-inr-entry{
        padding: 0px 8rem;
}
.wecomesectionlive{
        justify-content: center;
    align-items: center;
    align-self: center;
}
.timeline-section {
    width: 100%;
    padding: 50px 0;
    background: #f7f9fc;
}

.timeline-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 50px;
}

.timeline-container {
    width: 90%;
    margin: auto;
    position: relative;
    padding: 40px 0;
}

.timeline-container::before {
    content: "";
    width: 4px;
    background: #1d4ed8; /* Blue center line */
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    position: relative;
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.timeline-item.left {
    justify-content: flex-start;
}

.timeline-item.right {
    justify-content: flex-end;
}

/* Year Circle */
.timeline-year {
    width: 70px;
    height: 70px;
    background: #1d4ed8;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    z-index: 10;
}

/* White/Light Box */
.timeline-content {
    max-width: 55%;
    background: #f0f6ff;
    padding: 18px 28px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Responsive */
@media(max-width: 768px) {
    .timeline-container::before {
        left: 8px;
    }

    .timeline-item {
        flex-direction: row;
        justify-content: flex-start !important;
    }

    .timeline-year {
        width: 55px;
        height: 55px;
        font-size: 16px;
    }

    .timeline-content {
        max-width: 80%;
        margin-left: 20px;
    }
}

.features-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}
.vst-specialties{display:flex;flex-wrap:wrap;gap:10px}
.vst-chip{
padding:8px 14px;border-radius:999px;font-size:14px;    margin-top: 10px;
background:var(--chip-bg);border:1px solid var(--chip-border);color:var(--accent);
box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset;
}


/* bottom layout spacing to mimic stagger */
.vst-stagger-1{margin-top:38px}
.vst-stagger-2{margin-top:10px}
.contact-icons{
    color: #3b82f6;
    margin-right: 10px;
    font-size: 22px;
}

.call-contact{
    color:grey;
  font-size: 12px;  
}
.immediate-calls{
    background: linear-gradient(45deg, #3b82f6, #1d4ed8) !important;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
}
.unique-table-991 {
width: 100%;
margin-top: 15px;
border-collapse: collapse;
}
.unique-table-991 td {
    border: 1px solid #ccc;
    padding: 6px !important;
    text-align: center;
    background: #f9f9f9;
    font-size: 12px;
}
.unique-table-991 td:hover {
background: #eaeaea;
}
.products-title{
        color: #1d4ed8;
    font-size: 20px;    text-align: center;
}
/*.our-products{*/
/*    height:900px;*/
/*}*/

.footer-dark .widget_address li a{
    color:white;
}
.vst-terms-wrapper {
    padding: 60px 0;
    background: linear-gradient(135deg, #f7f7f7, #ffffff);
}

.vst-terms-container {
    width: 90%;
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.vst-terms-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 25px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}

.vst-terms-content h2 {
    font-size: 22px;
    color: #1d4ed8;
    margin-top: 25px;
    margin-bottom: 10px;
    /*font-weight: 700;*/
}

.vst-terms-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.vst-terms-container:hover {
    transform: translateY(-3px);
    transition: 0.3s ease;
    box-shadow: 0 0 35px rgba(0,0,0,0.15);
}

@media(max-width: 768px) {
    .our-products{
    height:auto;        padding: 30px;
}
  .vst-hero-content h1 {
    font-size: 3rem;
  }
  .vst-features {
    flex-direction: column;
    align-items: center;
  }
 .vst-feature-card{
     padding: 10px 30px;
 } 
  .vst-feature-card i {
    font-size: 2rem;
  }
  
.section-heads {
    font-size: 20px;
}
  
.vst-features {
    gap: 10px;
}
 
.vst-hero-section {
    height: auto !important;
}
 .vst-hero-content .vstgrp {
    font-size: 2.5rem;
    line-height: 1;
} 
.vst-hero-content {
    margin-top: 100px;
    margin-bottom: 30px;
}  
.vst-hero-content.transform {
    font-size: 1.2rem;
    line-height: 28px;
    margin: 10px 0 20px;
}
.solutions-section {
    padding: 50px 0;
}
.badge {
    font-size: 10px;
}
.title {
    font-size: 32px;
}
.solution-cards {
    padding: 10px;
}
.suppliers-section {
    padding: 30px 10px;
}
.supplier-title{
    font-size: 32px;
}

.projects-section{
    padding: 30px 10px;
}
.section-titlee{
    font-size: 32px;
}
    .footer-bottom .d-flex {

        text-align: center;
    }
.img-colarge2 {
    width: auto;
    margin: auto;
}
.m-b50 {
    margin-bottom: 20px;
}
.service-box-title{
        padding-left: 0;
}
.service-box-1 {
    padding: 10px;
}
  .timeline-section {
    padding: 20px 10px;
}

 .timeline-content {
    font-size: 16px;
 }
  
  .wt-bnr-inr-entry {
    padding: 0px 2rem;
}
  .vst-terms-title {
    font-size: 22px;
  }
  
.feature-icon{
    font-size: 25px;
}  
.feature-card {

    padding: 10px !important;
}
  
  .vst-chip {
    padding: 5PX;
    border-radius: 999px;
    font-size: 9px;
}
.feature-title {
    font-size: 15px;
}
  
  
  
  
  
  
}

















