:root {
  --bg-color: #212121;
  --theme-color: #151515; }

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px; }
    .toplogo{
      width: 280px;
      margin-left: -48px;
    }
    /*.navbar .navbar-nav .nav-link {
      padding: 5px 20px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }*/
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }

/* --------------- header --------------- */
/* ---------- Compact Hero Header ---------- */

.header-sa {
    min-height: auto;          /* height content ke mutabiq */
    padding: 120px 0 30px;      /* top-bottom padding adjust */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;   /* vertical center */
    background: linear-gradient(180deg, #443F64 0%, #19191C 100%);
}

/* Heading */
.hero-title {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.1;
}

.hero-title span {
    color: #e8e8e8;
}

/* Subheading */
.hero-subtitle {
    font-size: 20px;
    opacity: 0.85;
    margin-bottom: 20px; /* compact spacing */
}

/* Buttons */
.hero-buttons {
    margin-bottom: 30px; /* compact spacing */
}

.hero-buttons .btn {
    padding: 12px 32px;
    font-size: 17px;
    border-radius: 50px;
    margin: 0 10px;
}

.btn-main {
    background: #ffffff;
    color: #000;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

/* Image */
.hero-image img {
    width: 100%;
    margin-top: 20px; /* compact spacing */
    filter: drop-shadow(0px 20px 40px rgba(0,0,0,0.3));
    border-radius: 20px;
}


/* --------------- Services --------------- */
/* General section spacing */
.section-padding {
    padding: 120px 0;   /* equal top + bottom spacing */
}

/* Section Head */
.sec-head {
    margin-bottom: -100px;  /* space under heading block */
}

/* Fix the broken spacing issue */
.sec-head h4 {
    margin-top: 20px;   /* reduced from 50 → balanced */
    line-height: 1.6;
}

/* Sub-head style (optional if needed) */
.sec-head .sub-head {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 60px;
}



/* --------------- footer --------------- */
footer.footer-sa {
  margin-top: 100px; /* jitni space chaho utni value rakh lo */
}

.footer-sa {
  background: var(--bg-color); }
  .footer-sa .logo {
    width: 160px; }
  .footer-sa .contact-info .item {
    margin-bottom: 50px; }
    .footer-sa .contact-info .item span {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .footer-sa .contact-info .social-icon a:hover {
      border-color: #fff; }
  .footer-sa .sub-footer .copy p {
    font-size: 14px; }
    .footer-sa .sub-footer .copy p a {
      color: #fff; }
  .footer-sa .sub-footer .links {
    width: 100%; }
  .footer-sa .sub-footer .links a {
      font-size: 14px; }
  .footer-sa .sub-footer .links .active {
      color: #fff; }

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px; }

h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px; }

h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px; }

h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px; }

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px; }

h6 {
  font-size: 24px;
  line-height: 32px; }

.sub-color {
  color: #808080; }

.sub-head {
  font-size: 20px;
  line-height: 28px; }

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0; }

.sec-head .sub-head {
  position: relative;
  padding-left: 25px; }
  .sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

.loader-wrap svg {
  fill: #1d1d1d; }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }

  .alert {
  padding: 12px 20px;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 14px;
}
.alert-success {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid #28a745;
}
.alert-danger {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid #dc3545;
}
.alert-info {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  border: 1px solid #007bff;
}



/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 30px !important; }
  .header-sa {
    padding: 180px 0 320px;
    min-height: auto;
    position: relative; }
    .header-sa .caption {
      position: relative;
      z-index: 4; }
      .header-sa .caption .text {
        margin-top: 40px;
        width: 80%; }
    .header-sa .imgs {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      .header-sa .imgs .circle {
        width: 250px;
        top: 60%; }
  .marq-sa .item h2 {
    font-size: 70px;
    line-height: 1.4;
    -webkit-text-fill-color: #fff;
    background: transparent; } }

@media screen and (max-width: 768px) {
  .header-sa .caption h1 {
    font-size: 50px;
    line-height: 1.4; }
  .header-sa .imgs {
    width: 60%;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%); }
  .header-sa .imgs .cube img {
    right: -30px; }
  .header-sa .imgs .circle {
    width: 200px; }
  .contact-sa .box {
    padding: 120px 40px; } }


    /* ================= MOBILE GLOBAL FIX ================= */
@media screen and (max-width: 768px) {
  
    
    body, .container, section, .sec-head, .services-sa, .header-sa, footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box;
    }

        .services-sa h4 {
        font-size: 28px;  
        letter-spacing: 0.1px;
    }

    .services-sa h4 .sub-color.inline {
        font-size: 28px;  
        letter-spacing: 0.1px;
    }

    .heropng{
      margin-bottom: -1000px;
    }

    /* Hero heading fix */
    .hero-title {
        font-size: 42px;
        line-height: 1.2;
    }

    /* Hero subtitle */
    .hero-subtitle {
        font-size: 16px;
    }

    /* Services section spacing fix */
    .section-padding {
        padding: 60px 0 !important;
    }

    /* Image responsive */
    .hero-image img {
        width: 100%;
        border-radius: 16px;
    }
    
    /* General section spacing */
.section-padding {
    padding: 120px 0;   /* equal top + bottom spacing */
}

/* Section Head */
.sec-head {
    margin-bottom: -20px;  /* space under heading block */
}

/* Fix the broken spacing issue */
.sec-head h4 {
    margin-top: 20px;   /* reduced from 50 → balanced */
    line-height: 1.6;
}

/* ------------------ Responsive (Mobile) ------------------ */
@media (max-width: 768px) {
    .header-sa {
        padding: 120px 20px 20px 20px; /* top right bottom left */
    }

    .hero-title {
        font-size: 36px;
        margin-bottom: 8px;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .hero-buttons {
        margin-bottom: 20px;
    }

    .hero-buttons .btn {
        padding: 10px 25px;
        font-size: 15px;
        margin: 5px 5px;
    }

    .hero-image img {
        margin-top: 15px;
    }
}


}



