@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html{  scroll-behavior: smooth;
}
:root {
  /* --primary-one: rgb(0 180 146); */
  --primary-one: rgb(18 68 129);
  --primary-one-light: #e7f2f9;
  --primary-five-light: #e7f2f9;
  /* --primary-one-lighter: rgba(255, 242, 232, 0.5); */
  /* --primary-one-lighter: rgb(240 238 237 / 96%); */
  --primary-one-lighter: rgb(240 243 255 / 96%);

  --primary-two-lighter: rgba(255, 235, 219, 0.3);
  --primary-one-dark: rgba(211, 51, 0, 1);
  --primary-light-text: rgba(255, 242, 232, 1);
  --primary-light-border: rgba(255, 127, 24, 0.2);
  --content-bg: #f1f6fb;
  --linear-green-light: rgba(0, 185, 141, 0.3);
  --border-color: #eeeeee;
  --primary-border: rgba(239, 203, 173, 1);
  /* --linear-yellow: #FFA811; */
  --linear-yellow: #00b296;
  /* --linear-yellow:"#00b296"; */
  --linear-orange: #f33b00;
  --linear-blue: #006ce4;
    --navy:#04152A;
  --blue:#0070C9;
  --blue-dark:#005A9C;
  --gold:#F4B000;
  --gold-soft:#FFF7E0;
  --bg-light:#F5F5F7;
  --text-main:#1F2933;
  --text-muted:#6B7280;

  /* --linear-green: rgb(0, 185, 141); */
  --linear-green: rgb(18 68 129);
  --linear-pink: rgb(0 138 194);
  --linear-pink-light: rgba(248, 108, 167, 0.2);
  --linear-orange2: #ff7222;
  --linear-red: #ff166a;
  --text-primary: #160803;
  --text-secondary: #5e5e5e;
  --white: #ffffff;
  --light-bg: #fafafa;
  --font-nunito: "Nunito", sans-serif;
  --font-dm: "DM Sans", sans-serif;
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-dm);
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/* body p{
  font-size: 20px !important;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-nunito);
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-primary);
}

.about-five-quote {
  font-size: 20px;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}
header.style-3 {
}
.mainHeader {
  background-color: var(--white);
  box-shadow: rgba(32, 35, 56, 0.06) 3px 3px 30px;
  padding: 0px 2%;
}
.menu-list ul li {
  padding: 0 10px !important;
}
.menu-list ul li a {
  font-size: 18px !important;
  color: var(--text-primary);
  font-weight: 500 !important;
  display: block;
  text-transform: capitalize;
  font-family: var(--font-work-sans);
  transition: 0.5s ease-out 0s;
}
.menu-list ul li a:hover,
.menu-list ul li a:active {
  color: var(--primary-one);
}
.whatsappIcons svg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
div#mobileMenu {
  width: 280px;
  height: auto;
}
.top-footer {
  position: relative;
  z-index: 10;
  margin-bottom: -142px;
      min-height: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    align-items: center;
    justify-content: space-between;
}
.footer2{
  padding-top: 13rem;

}
.footer3{
      background: #04152A;
}
.callAction img{
      max-width: 250px;
    height: 250px;
    object-fit: cover;
}
.actionText h4{
    font-size: 2rem;
    font-family: var(--font-nunito);
    font-weight: 700 !important;
    line-height: 1.35;
}
.getInTouch a{
    background: linear-gradient(90deg, rgb(0 108 228) 0%, #0e4e9b 100%);
    color: white;
    border-radius: 8px;
    font-size: 20px;
}
.footer3 h5{
      font-size: 28px;
    color: var(--white);
    margin-bottom: 20px;
}
.list-unstyled li a{
      font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-family: var(--font-dm);
    margin-bottom: 8px;
    transition: 0.6s ease;
}
.list-unstyled li a:hover{
background: linear-gradient(90deg, var(--linear-blue) 0%, var(--linear-green) 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 25px;
}
/* FIXED CONTACT BUTTON (VERTICAL CENTER) */
.contact-fixed-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.contact-fixed-btn a {
    writing-mode: vertical-rl;
    background: #0d6efd;
    color: white;
    padding: 14px 10px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px 0 0 8px;
}

/* FOOTER SOCIAL ICONS */
.footer-social a {
    width: 40px;
    height: 40px;
    color: #FFF;
 border: 1px solid var(--linear-blue)
#006CE4
;
    background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #fff;
    color: #0d6efd !important;
    transform: translateY(-3px);
}

.contact-btn {
    position: fixed;
    right: -42px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #007bff;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition:  0.3s ease;
    z-index: 9999 !important;
      border-radius: 8px;
  
}
.btn--primary::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #006ce4 0%, #0f4a92 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
    opacity: 1;
      border-radius: 8px;
}
    .btn--primary::before:hover {
    background-color: #0056b3 !important;
}
.MainFooter{
  padding-top: 5rem;
}


.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video full width + full height */
.banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.65),
    rgba(37, 110, 181, 0.45)
  );
  z-index: 2;
}


/* Text */
.banner-content {
  position: relative;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 0 20px;
}

.banner-heading {
  font-size: 2.4rem;
  font-weight: 700;
}

.banner-text {
  font-size: 1.1rem;
  margin-top: 15px;
  line-height: 1.6;
}

.section-title-one .section-subtitle {
    color: var(--primary-one);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
    justify-content: flex-start;
    margin-top: -8px;
}
.about-section-one{
  padding-top: 5rem;
}
.section-title-one h2 {
    font-size: 52px;
    margin-bottom: 0px;
    line-height: 1.15;
}
.section-title-one h2 span {
    color: var(--primary-one);
}
.about-section-one p{
  font-size: 20px;
  line-height: 1.5;
}
.counter-wrapper.style-three {
    gap: 0;
    margin-top: 0px;
}
.counter-wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    gap: 20px;
}
.counter-wrapper.style-three .counter-number {
    background: #FFFFFF;
    box-shadow: 2px 2px 8px rgba(22, 8, 3, 0.2);
    width: 110px;
    height: 110px;
    line-height: 105px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.counter-wrapper.style-three .counter-number:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid var(--primary-one-lighter);
    z-index: -1;
}
.counter-wrapper.style-three .counter-number span.counter-serial {
    color: transparent;
    -webkit-text-stroke: 3px var(--primary-one-lighter);
    -webkit-text-fill-color: white;
    position: absolute;
    font-size: 120px;
    font-weight: 900;
    top: 0;
    left: -65px;
    line-height: 1;
    font-family: var(--font-nunito);
}
.counter-wrapper.style-three .counter-number h2 {
    color: var(--primary-one);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
}
.counter-wrapper.style-three .counter-number i {
    color: var(--primary-one);
    font-size: 26px;
    -webkit-text-stroke: 2px;
    transform: rotate(-30deg);
}
/* Make counter circle smaller on mobile */


/* Shubhang CSS */
    /* Contact card + form */
    .contact-card{
      background:#ffffff;
      border-radius:18px;
      box-shadow:0 0 30px rgba(15,23,42,0.12);  /* all‑side shadow */
      overflow:hidden;
    }
    .contact-info{
      background:var(--navy);
      color:#E5E7EB;
    }
    .contact-info h3{
      font-family:"Poppins",sans-serif;
      font-size:1.25rem;
    }
    .contact-info a{
      color:#E5E7EB;
      text-decoration:none;
    }
    .contact-info a:hover{text-decoration:underline;}

    .contact-section .form-label{font-weight:500;}
    .contact-section .btn-primary{
      background-color:var(--blue);
      border-color:var(--blue);
      font-weight:600;
    }
    .contact-section .btn-primary:hover,
    .contact-section .btn-primary:focus{
      background-color:var(--blue-dark);
      border-color:var(--blue-dark);
    }

    /* Map iframe */
    .contact-map iframe{
      width:100%;
      height:100%;
      min-height:260px;
      border:0;
    }
    .pb-5{
        padding-top: 3rem;
    }

    .about-us {
  padding: 3rem 0;
  background: #f9fafb;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.about-us h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--navy);
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--navy);
}

.about-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #374151;
}

.about-text ul {
  list-style: none;
  padding: 0;
}

.about-text li {
  background: var(--blue);
  color: white;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border-radius: 0.375rem;
}

.about-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(15,23,42,0.1);
}
.trades-carousel .training-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 300px;
  will-change: transform;
}

.trades-carousel .training-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

/* Title */
.trades-carousel .card-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.65);
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 8px;
  font-size: 1rem;
  transition: opacity 0.15s ease;
  z-index: 2;
}

/* Overlay */
.trades-carousel .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 1rem;
}

.trades-carousel .overlay p {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.trades-carousel .overlay .btn {
  border-radius: 30px;
  padding: 5px 20px;
}

/* Hover effects */
.trades-carousel .training-card:hover img {
  transform: scale(1.06);
}

.trades-carousel .training-card:hover .overlay {
  opacity: 1;
}

.trades-carousel .training-card:hover .card-title {
  opacity: 0;
}

/* spacing */
.trades-carousel .trades-slider .col {
  padding: 0 10px;
}
.overlay{
  text-align: center;
}
.overlay p{
  text-align: center !important;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    /* border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; */
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 28s linear infinite;
}

/* Pause scrolling on hover */
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

/* Card styling */
.logo-card {
    width: clamp(140px, 18vw, 200px);
    height: 100px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
    cursor: pointer;
}

/* Image fit inside card */
.logo-card img {
    max-width: 85%;
    max-height: 70%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Card hover effects */
.logo-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 14px 30px rgba(0,0,0,0.2);
}

/* Image hover effect */
.logo-card:hover img {
    transform: scale(1.1);
}

/* Infinite scroll animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/* About us css start */
.nass-welcome-img {
    border-radius: 30px;
}
.about-s {
    width: 46%;
    margin: 2% 4% 2% 0;
}
.about-s img {
    max-width: 80px;
    margin-bottom: 10px;
}

 .page-hero{
  position:relative;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px 0 40px;
  background:#000;
  overflow:hidden;
}

.page-hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.page-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(0.55);

}

.page-hero-overlay{
  position:relative;
  z-index:1;
  color:#ffffff;
}

.page-hero-title{
  font-family:"Poppins",sans-serif;
  font-weight:700;
  font-size:3.2rem;
  margin-bottom:.5rem;
  color:#ffffff;
}

.page-hero-subtitle{
  margin:0;
  color:#E5E7EB;
  font-size:1rem;
}

@media (max-width:768px){
  .page-hero{
    padding:40px 0 30px;
    min-height:200px;
  }
  .page-hero-title{font-size:2rem;}
  .page-hero-subtitle{font-size:.95rem;}
}

/* About us css start */
.overview-section {
padding: 70px 0;
}
.overview-img img {
width: 100%;
border-radius: 24px;
object-fit: cover;
}
.overview-box {
display: flex;
gap: 15px;
align-items: flex-start;
margin-bottom: 28px;
}
.overview-icon {
width: 55px;
height: 55px;
background: #124481;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
flex-shrink: 0;
}
.overview-box h6 {
font-weight: 600;
margin-bottom: 6px;
}
.overview-box p {
margin: 0;
font-size: 15px;
color: #555;
}

.value-section {
  position: relative;
  padding: 80px 0;
  background: url("../Images/coreoffering.jpg") center/cover no-repeat;
}

.value-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.value-card {
  background: #124481;
  color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.value-card i {
  font-size: 32px;
  margin-bottom: 15px;
}

.value-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.value-card:hover {
  transform: translateY(-6px);
  background: #b71c1c;
}


.stand-for-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.stand-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

.stand-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Responsive */

.ourvision {
    position: relative;
    background: #899FAD;
    padding: 100px 0;
}
.ourvision::before {
    position: absolute;
    content: "VISION";
    top: 250px;
    font-size: 270px;
    line-height: 200px;
    z-index: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.05);
    font-weight: 700;
    left: 0;
    letter-spacing: 0.1em;
}
.ourvision::after {
    position: absolute;
    content: "OUR";
    top: 0px;
    font-size: 270px;
    line-height: 200px;
    z-index: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.05);
    font-weight: 700;
    left: 0;
    letter-spacing: 0.1em;
}
.section-title-xxl {
    font-size: 46px;
 line-height: 1.5;
    margin: 0 0 15px;
    font-weight: 700;
}
/* Optional only if you want brand color */
.text-danger {
  color: #c62828 !important;
}

    #gallery {
      column-count: 4;
      column-gap: 20px;
    }

    #gallery img {
      width: 100%;
      height: auto;
      margin: 4% auto;
      box-shadow: -3px 5px 15px #000;
      cursor: pointer;
      transition: all 0.2s;
    }
     .step-card {
      position: relative;
      background: #fff;
      border-radius: 12px;
      padding: 24px 20px 24px 72px;
      margin-bottom: 24px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
      overflow: hidden;
    }

    .step-icon {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #0d6efd;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      z-index: 2;
    }

    .step-number {
      position: absolute;
      right: 16px;
      top: 10px;
      font-weight: 700;
      color: #6c757d;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .step-title {
      font-weight: 600;
      margin-bottom: 4px;
    }

    .step-sub {
      font-size: 0.95rem;
      color: #6c757d;
      margin-bottom: 2px;
    }

    .step-pipe {
      position: absolute;
      left: 40px;
      top: 0;
      bottom: -24px;
      width: 2px;
      background: linear-gradient(to bottom, #0d6efd, #0d6efd33);
      z-index: 1;
    }

    .step-card:last-child .step-pipe {
      display: none;
    }

 .trades-slider li button{
    width: 10px;
    height: 10px;
    background: #04152A;
    border-radius: 50%;
}
.offcanvas-header img{
  width: 100px;
  height: 100px;
}