
/* Base CSS */
:root {
  --color-2: #fcfcfa;
  --color-8: #e6e7e1;
  --lightBg: #f2f7f5;
}

/*-- =================== BANNER SECTION  ==================== --*/

.banner-section {
    margin-top: -100px;
}

.bnr-2 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner-content {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 20px;
}

.banner-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.banner-btn:hover {
    background: var(--second);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .single-banner {
        height: 65vh;
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .single-banner {
        height: 55vh;
        padding: 30px 15px;
    }

    .banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .banner-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}

.banner-content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    width: 100%;
}

/* Mobile: बीच में center */
@media (max-width: 768px) {
    .banner-content {
        bottom: 35%;
        transform: translate(-50%, 40%);
    }
}



/*-- ============ Nav Links  ============= --*/

.breadcrumb-wrapper {
    margin: 40px 0;
    padding-left: 60px;
    /* 👈 left se gap */
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;
    padding: 0 8px;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #001a4d;
}

@media(max-width:767.5px){
    .breadcrumb-wrapper {
        margin: 40px 0 20px 0px;
    padding-left: 16px;
}

}
/*-- =================== Industry CSS Section ==================== --*/
.purpose  .data {
    margin-bottom: 50px
}

.purpose h2 {
    font-size: clamp(20px, 2.5vw, 100px);
    color: #055986;
    font-family: "Russo One", sans-serif;
    margin-bottom: 15px
}

.purpose  .para2 {
    font-style: italic;
    font-weight: 700;
    position: relative;
    width: 80%;
    text-align: justify;
    text-align-last: center;
    margin: auto;
    font-size: 20px;

}

.purpose  .image1 {
    position: absolute;
    height: 100px;
    top: -15px
}

.purpose  .image2 {
    position: absolute;
    height: 100px;
    bottom: -15px;
    right: 0;
    transform: rotate(180deg);
    z-index: -1
}

.addon-1 h2 {
    font-size: clamp(20px, 2vw, 100px);
    color: #055986;
    font-family: "Russo One", sans-serif
}

.addon-1 h2 .image img {
    height: 50px
}

.addon-1 .outside {
    display: flex;
    align-items: center;
    height: 180px;
    padding: 30px 20px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
    background: linear-gradient(90deg, rgba(3, 192, 180, .27) 0, rgba(238, 177, 42, .37) 100%);
    border-radius: 8px
}

.addon-1 .outside:hover {
    box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .1)
}
/* 
.addon-1 .data h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
} */


@media(max-width:576px) {
   .purpose .para1 {
        font-size: 15px;
        text-align: justify
    }

   .purpose .para2 {
        width: 90%;
        font-size: 15px
    }

   .purpose .image1,
   .purpose .image2 {
        height: 55px
    }

}

.about__one-right-title h2 {
  font-size: 54px;
  line-height: 64px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .about__one-right-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .about__one-right-title h2 {
    font-size: 28px;
    line-height: 20px;
  }
}

.about__one-right-title p {
  font-size: 18px;
}

.about__one-right-title p span {
  color: var(--second);
  font-weight: 700;
}

.subtitle {
  color: var(--primary-color-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
  border-radius: 50px;
  display: inline-flex;
  background: var(--color-2);
  padding: 2px 22px;
  border: 1px solid var(--color-8);
  position: relative;
  align-items: center;
  gap: 10px;
}

.subtitle::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--main-colour);
  display: block;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .about__one .container-fluid.container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*==========================================================================
* About One CSS
==========================================================================*/
.about__one-left {
  position: relative;
}

.about__one-left .two {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about__one-left .two img {
  border: 3px solid var(--white);
  border-radius: 30px;
}

.about__one-right-list ul {
  padding: 0;
  margin: 0;
}

.about__one-right-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-heading-color);
}

.about__one-right-list ul li:last-child {
  margin-bottom: 0;
}

.about__one-right-list ul li i {
  color: var(--primary-color-1);
  font-size: 18px;
  line-height: 0;
}

.al-center {
  align-items: center;
}

.mr-30 {
  margin-right: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-35 {
  margin-top: 25px;
}

.mt-45 {
  margin-top: 45px;
}

@media(max-width:1199px) {
  .xl-mr-30 {
    margin-right: 30px;
  }

  .xl-ml-40 {
    margin-left: 40px;
  }

  .xl-ml-0 {
    margin-left: 0px;
  }

  .xl-mb-20 {
    margin-bottom: 20px;
  }

  .mr-30 {
    margin-right: 50px;
  }

}

@media(max-width:991px) {
  .lg-mb-25 {
    margin-bottom: 25px;
  }

  .lg-mr-30 {
    margin-right: 30px;
  }

  .lg-mr-0 {
    margin-right: 0px;
  }

  .lg-pr-25 {
    padding-right: 25px;
  }

  .lg-ml-40 {
    margin-left: 40px;
  }

  .lg-mb-20 {
    margin-bottom: 20px;
  }

  .lg-mt-35 {
    margin-top: 35px;
  }

  .lg-mt-45 {
    margin-top: 45px;
  }
}

@media(max-width:767.5px) {
  .md-mb-20 {
    margin-bottom: 20px;
  }

  .md-mt-35 {
    margin-top: 35px;
  }

  .md-mt-45 {
    margin-top: 45px;
  }
}

@media(max-width:576.5px) {
  .sm-ml-40 {
    margin-left: 40px;
  }

  .sm-mb-20 {
    margin-bottom: 20px;
  }

  .sm-mt-35 {
    margin-top: 35px;
  }

  .sm-mt-10 {
    margin-top: 10px;
  }

  .sm-mt-45 {
    margin-top: 45px;
  }
}


.bounce_y {
  animation: bounce-y 3s infinite linear;
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}


@media(max-width:1199.5px) {
  .about__one-left .two {
    right: -10%;
  }

  .about__two-left .two,
  .about__one-left .two {
    max-width: 47%;
  }
}

@media(max-width:991.5px) {
  .about__one-left .two {
    right: -1%;
  }
}

@media (max-width: 470px) {

  .about__two-left .two,
  .about__one-left .two {
    max-width: 50%;
  }
}






.item-box{
    border: 1px solid var(--border-color-1, #ddd);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.item-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: orange; /* Changeable */
    z-index: -1;
    transition: height 0.5s ease-in-out;
    border-radius: 15px;
}

.item-box:hover::after {
    height: 100%;
}

.item-box i {
    font-size: 50px;
    color: orange;
    margin-bottom: 25px;
    transition: color 0.3s ease-in-out;
}


.item-box h5{
  font-weight: 600;
  font-size: 22px;
}

.item-box h5,
.item-box p {
    color: #000;
    transition: color 0.3s ease-in-out;
}

.item-box:hover i,
.item-box:hover h5,
.item-box:hover p {
    color: #fff;
}





/* 🔸 Main Image */
.about__one-left .main-image {
  width: 100%;
  height: auto;            /* ✅ crop nahi hoga */
  border-radius: 20px;
  display: block;
  object-fit: contain;
}

/* 🔸 Two Image Container - Right Side */
.about__one-left .two {
  position: absolute;
  right: -50px;            /* ✅ fixed right positioning */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
}

/* 🔸 Two Image */
.about__one-left .two img {
  max-width: 60%;
  height: auto;
  border: 3px solid var(--white);
  border-radius: 20px;
  object-fit: contain;
}

/* Laptop */
@media (max-width: 1199px) {
  .about__one-left .two img {
    max-width: 60%;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .about__one-left .two {
    right: 20px;
  }
  .about__one-left .two img {
    max-width: 50%;
  }

    .about__one-left .two {
    right: -1px;
     max-width: 60%;
  }
  .about__one-right-title h2 {
        font-size: 40px;
        line-height: 30px;
    }
}

/* ✅ Mobile */
@media (max-width: 767px) {
  .about__one-left {
    position: relative;
    display: block;
    max-width: 90%;        /* Thoda chhota mobile pe */
    margin: 0 auto;
  }

  .about__one-left .main-image {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .about__one-left .two {
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 40%;
  }

  .about__one-left .two img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
    .about__one-right-title h2 {
        font-size: 30px;
        line-height: 15px;
    }
}

/* ✅ 360px Mobile */
@media (max-width: 400px) {
  .about__one-left {
    max-width: 100%;
  }

  .about__one-left .two {
    right: 10px;
    max-width: 35%;
  }

  .about__one-left .two img {
    width: 100%;
    height: auto;
  }
}
