/*mainAbout css*/

.mainAbout {
padding:0px;
}
.mainAbout .home {
  position: relative;
  padding: 20px;
}
.mainAbout .grid {
  display: flex;
  gap: 20px;
  width: 90vw;
  margin: auto;
  /* border: 2px solid orange; */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.mainAbout .leftgrid {
  /* border: 2px solid yellow; */
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: beige;
  width: 20%;
}
.mainAbout .leftgrid .review {
  width: 150px;
  height: auto;
  /* border: 2px solid; */
}
.mainAbout .review h1 {
  border-bottom: 2px solid;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.mainAbout .stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 150px;
}
.mainAbout .s1,
.s2,
.s3 {
  line-height: 0.5;
  border-bottom: 2px solid;
}

/* Midgrid */

.mainAbout .home .midgrid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.mainAbout .midgrid .base {
  position: absolute;
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 900;
  z-index: 0;
  text-align: center;
  /* border: 2px solid; */
  line-height: 0.9;
  color: #ec3237;
  text-transform: uppercase;
}
.mainAbout .midgrid img {
  position: relative;
  z-index: 1;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
  /* border: 2px solid; */
}
.mainAbout .midgrid .topper {
  position: absolute;
  z-index: 2;
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 900;
  z-index: 2;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px #ec3237;
  line-height: 0.9;
  text-transform: uppercase;
}

/* Rightgrid */

.mainAbout .home .rightgrid {
/*  width: 20%;
  color: beige;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;*/
}
.mainAbout .rightgrid .star {
  width: 60px;
  transform: rotate(20deg);
  border: 2px solid #ec3237;
  padding: 10px;
  border-radius: 50px;
}
.mainAbout .rightgrid .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  padding: 5px;
  text-align: center;
}
.mainAbout .rightgrid .arrow:hover {
  transform: scale(1.2);
}
/* Homepage Ends */

.mainAbout .page2 {
  background-color: rgb(53, 51, 51);
}

@media only screen and (max-width: 1092px) {
 .mainAbout .h,
  .au,
  .os,
  .p,
  .cu,
  .bt {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
.mainAbout .home .midgrid {
margin-right: 30px;
}
}

/*end mainAbout css*/

/*aboutVideo*/


  .aboutVideo {
    font-family: 'Segoe UI', sans-serif;
    padding: 100px 0;
    background-color: #031119;
  }

  .aboutVideo .about-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
  }

  .aboutVideo .about-heading::after {
    content: '';
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
  }

  .aboutVideo .about-text p {
    font-size: 1.05rem;
    color: #ffffffcc; /* Slightly transparent white */
    line-height: 1.7;
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: left;
  }

 .aboutVideo .btn-gradient {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
  }

  .aboutVideo .btn-gradient:hover {
    background: linear-gradient(to left, #ff416c, #ff4b2b);
    transform: scale(1.05);
  }

  .aboutVideo .video-glass {
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid rgba(255, 65, 108, 0.2);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    transition: 0.4s ease;
  }

  .aboutVideo .video-glass:hover {
    transform: scale(1.03);
    border-color: rgba(255, 65, 108, 0.4);
    box-shadow: 0 12px 35px rgba(255, 65, 108, 0.4);
  }

  .aboutVideo .video-glass video {
    width: 100%;
    height: auto;
    display: block;
  }

  @media (max-width: 767px) {
   .aboutVideo .about-heading {
      font-size: 2rem;
    }

    .aboutVideo .about-text {
      text-align: center;
    }
    .aboutVideo .imageVideo img{
    height: auto;
  width: 100%;
  object-fit: contain;
    }
  }


/*end aboutVideo*/

/*aboutViMi*/

/* Modern ViMi CSS - Enhanced Design */
.mainViMi {
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.mainViMi h2, .mainViMi h3 {
  font-weight: 700;
  font-family: 'Abel', sans-serif;
}

.mainViMi .highlight {
  color: #ff6b6b;
}

.mainViMi .content-box {
  background: #031119;
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.mainViMi .content-box:hover {
  transform: scale(1.02);
  background: rgba(255, 255, 255, 0.08);
}

.mainViMi .content-box p {
  color: #f0f0f0;
  font-size: 1.05rem;
  margin: 0;
}

.mainViMi .service-box {
  background: #031119;
  padding: 5px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainViMi .service-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.mainViMi .service-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .mainViMi {
    padding: 60px 15px;
  }
}

/*end aboutViMi*/

/*aboutOc*/

    .aboutOc {
    font-family: 'Segoe UI', sans-serif;
    padding: 100px 0;
    background-color: #031119;
  }

  .aboutOc .aboutHeading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
  }

 .aboutOc .rounded-circle {
    border-radius: 50% !important;
}
.aboutOc img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.aboutOc .sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #005BFF;
}

.aboutOc .display-30 {
    font-size: 0.9rem;
}
.aboutOc .mdBottom{
    margin-top: 30px;
}
.aboutOc .roundedCircle{
    width: 80px;
    height: 80px;

}

/*end aboutOc*/


    

/*mainTeam*/


.mainTeam {
    padding: 80px 0;
    background: #0e1a2b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mainTeam .profile-card {
    position: relative;
    font-family: sans-serif;
    width: 220px;
    height: 220px;
    background: #031119;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 15px auto;
}

.mainTeam .profile-card:hover {
    border-radius: 10px;
    height: 250px;
}

.mainTeam .profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.mainTeam .profile-card:hover .img {
    transform: translateY(-60px);
    margin-top: 20px;
}

.mainTeam .img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.mainTeam .profile-card:hover img {
    border-radius: 10px;
}

.mainTeam .caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.mainTeam .profile-card:hover .caption {
    opacity: 1;
}

.mainTeam .caption h3 {
    font-size: 21px;
    color: #fff;
}

.mainTeam .caption p {
    font-size: 15px;
    color: #0c52a1;
    margin: 2px 0 9px 0;
}
.mainTeam .mainTHeading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }

@media (max-width: 768px) {
.mainTeam .profile-card{
    width: 200px;
    height: 180px;
}

.mainTeam .caption h3 {
    font-size: 18px;
    color: #fff;
}

.mainTeam .caption p {
    font-size: 14px;
    color: #0c52a1;
    margin: 2px 0 9px 0;
}

}

@media (max-width: 420px) {
.mainTeam .profile-card{
    width: 200px;
    height: 180px;
}

.mainTeam .profile-card:hover {
    border-radius: 10px;
    height: 220px;
}

.mainTeam .caption h3 {
    font-size: 18px;
    color: #fff;
}

.mainTeam .caption p {
    font-size: 13px;
    color: #0c52a1;
    margin: 2px 0 9px 0;
}

}


/*end mainTeam*/

/*offer */

.offer-cards{
/*background: linear-gradient(135deg, #031119 0%, #031119 100%);*/
padding: 0px;
}
.offer-cards .offer-banner {
  background: linear-gradient(135deg, #031119 0%, #031119 100%);
  color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.offer-cards .offer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
/*  background: rgba(255, 255, 255, 0.1);*/
/*background: #051c2c;*/
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.offer-cards .offer-banner .banner-content {
  position: relative;
  z-index: 2;
}

.offer-cards .offer-banner .banner-content h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.offer-cards .offer-banner .banner-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.offer-cards .offer-banner .banner-action {
  position: relative;
  z-index: 2;
  text-align: center;
}

.offer-cards .offer-banner .banner-action .countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.offer-cards .offer-banner .banner-action .countdown div {
  text-align: center;
}

.offer-cards .offer-banner .banner-action .countdown div span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.offer-cards .offer-banner .banner-action .countdown div label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.offer-cards .offer-banner .banner-action .btn-cta {
  color: #fff;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.offer-cards .offer-banner .banner-action .btn-cta:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #2f5d50;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .offer-cards .offer-banner {
    text-align: center;
  }

  .offer-cards .offer-banner .banner-action {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .offer-cards .offer-banner {
    padding: 30px 20px;
  }

  .offer-cards .offer-banner .banner-content h2 {
    font-size: 24px;
  }

  .offer-cards .offer-banner .banner-action .countdown {
    gap: 15px;
  }

  .offer-cards .offer-banner .banner-action .countdown div span {
    font-size: 20px;
  }
}


/*end offer */