
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, h1, h2, h3, h4, h5, h6, p, a, span, i{
 font-family: "Poppins", sans-serif;
}





/* -----------------Header--------------- */

/* ---------------navbar-top----------- */
.nav-top-main{
    background-color: #7fbf45;
}

.nav-top-child{
    color: white;
}
.nav-top-a{
    color: white;
    text-decoration: none;
}


/* ---------------navbar-top----------- */


/* ---------------navbar-main----------- */
.navbar-main-s {
    background-color: #ffffff;
    color: white;
    /* position: relative; */
    top: 0;
    width: 100%;
    z-index: 5;
}


.navbar-main-s.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 3px rgb(171 171 171 / 41%);
}


.nav-link {
  position: relative;
  text-decoration: none;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #7fbf45; /* change color as needed */
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background: white;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn-inquiry{
    background-color: #7fbf45;
}

.inquiry-s{
    background-color: #7fbf45;
    font-size: 24px;
}



/* ---------------navbar-main----------- */

/* -----------------Header--------------- */


/* -----------section-1---------- */


.video-res-a{
  width: 100%;
  height: auto;
}


@media screen and (max-width:600px){
    .video-res {
    width: 100%;
    height: auto;
    }
}

/* -----------section-1---------- */

/* -----------section-2---------- */

.card-rlr-a {
  background-color: white;
  box-shadow: 0 0px 6px rgb(0 0 0 / 30%);
  border-bottom: 8px solid #363636;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-rlr-a:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 10px 15px rgb(0 0 0 / 30%); */
}

.card-rlr-b {
  width: 80px;
}

.card-rlr-c {
  text-align: justify;
  font-size: 14px;
}

.card-rlr-d {
  background-color: #7fbf45;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 5px 20px;
  cursor: pointer;
}


/* -----------section-2---------- */

/* -----------section-10---------- */

.prs-main-a{
  background-color: #f5f5f5;
  width: 100%;
  padding: 40px 0px;
}

.prs-main-b{
  width: 80px;
}

/* .prs-main-c{
  padding: 20px;
  border: 2px solid #d7d7d7;
  border-radius: 8px;
} */

/* -----------section-10---------- */

/* -----------section-3---------- */

.connectivity-a{
  background-color: white;
  box-shadow: 0 0px 6px rgb(0 0 0 / 30%);
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.connectivity-a:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 10px 15px rgb(0 0 0 / 30%); */
}

.connectivity-b{
  background-color: #7fbf4559;
  padding: 2px 15px;
  border-radius: 5px;
  color: black;
}

/* -----------section-3---------- */

/* -----------section-11---------- */

.world-class-b {
  background-color: white;
  box-shadow: 0 0px 3px rgb(0 0 0 / 30%);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease; /* Optional: zoom the card too */
}

.world-class-c {
  display: flex;
  justify-content: center;
}

.world-class-d {
  background-color: #7fbf4526;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease, background-color 0.4s ease;
}

/* Hover effect: when card is hovered, zoom the icon */
.world-class-b:hover .world-class-d {
  transform: scale(1.2); /* Zoom icon */
  
}

/* -----------section-11---------- */

/* -----------section-12---------- */

.we-are-a {
  background: rgba(0, 0, 0, 0) url(../img/bg2.jpg) no-repeat scroll top center / cover;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;   /* Vertical center */
  justify-content: center; /* Horizontal center */
  text-align: center;
}

.we-are-a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 23, 46, 0.90) none repeat scroll 0 0;
  opacity: .8;
  content: "";
  z-index: 0;
}

.we-are-b {
  position: relative;
  z-index: 1; /* Make sure content appears above the overlay */
}

.we-are-b h1 {
  color: white;
  font-size: 44px;
  margin: 0;
}


/* -----------section-12---------- */


/* -----------section-4---------- */

.m-aa-card {
  perspective: 1000px;
  width: 100%;
  height: 350px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}



.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 6px rgb(0 0 0 / 66%);
  
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-back {
  background: #f8f9fa;
  color: #000;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: 0 0px 5px rgb(0 0 0 / 36%);
  border: 2px solid #7fbf45;
}

.mg-h-c{
    color: #7fbf45;
    font-weight: bold;
}
/* -----------section-4---------- */

/* -------------section-7--------------- */
.dp-container {
  /* max-width: 900px; */
  margin: 0 auto;
  /* padding: 30px 20px; */
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.dp-header {
  text-align: center;
  margin-bottom: 30px;
}

.dp-header-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dp-logo {
  height: 60px;
}

.dp-title {
  margin: 10px 0 0;
  font-size: 24px;
  color: #004d40;
}

.dp-subtitle {
  font-size: 28px;
  color: #2e7d32;
  margin: 5px 0;
  font-family: Georgia, serif;
}

.dp-subtitle span {
  display: block;
  font-size: 16px;
  color: #666;
}

.dp-date {
  font-style: italic;
  color: #777;
}

.dp-table-section {
  margin-bottom: 30px;
}

.dp-table-section h3 {
  background-color: #d7f0dd;
  padding: 10px;
  color: #1b5e20;
  border-left: 5px solid #66bb6a;
}

.dp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.dp-table th,
.dp-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  font-size: 15px;
}

.dp-table th {
  background-color: #e8f5e9;
  color: #2e7d32;
}

.dp-charges h3,
.dp-notes h3 {
  color: #2e7d32;
  margin-top: 30px;
}

.dp-charges ul,
.dp-notes ol {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 15px;
}

.dp-charges li,
.dp-notes li {
  margin-bottom: 8px;
}
/* -------------section-7--------------- */




/* -----------section-5---------- */

.m-bb-card {
  position: relative;
  width: 100%; /* set your desired width */
  height: 100%; /* set your desired height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-box {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: 0;
  border: 15px solid #7fbf45;
  animation: borderColorAnim 3s infinite alternate;
}

.floating-img {
  position: relative;
  z-index: 1;
  width: 80%;
  animation: floatUpDown 3s ease-in-out infinite;
  border-radius: 0px;
}

/* Floating Animation */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}


/* Border Color Animation */
@keyframes borderColorAnim {
  0% {
    border-color: #7fbf45;
  }
  100% {
    border-color: #363636;
  }
}

/* -----------section-5---------- */


/* -------------section6----------- */

.mg-health-card-c{
  border: 1px solid gray;
  border-radius: 15px;
  border-bottom: 10px solid #363636;
  padding: 15px;
}

/* -------------section6----------- */



/* -----------------Footer--------------- */

.footer-main{
  background-color: rgb(40 40 40);
}

.f-m-mm{
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease;
}

.f-m-mm:hover {
  transform: translateX(5px); /* Move right by 10px */
}


.btn-b-an{
  background-color: white;
  padding: 4px 0px 6px 0px;
  border-radius: 100px;
  border: none;
  color: black;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  margin-top: 10px;
}

.btn-b-an {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

/* On hover: move up and apply shadow */
.btn-b-an:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


/*-------------whatsapp--------------*/

.wa-float-btn {
        position: fixed;
        top: 40%;
        right: 20px;
        background-color: #25D366;
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.158);
        text-decoration: none;
        transition: background 0.3s;
        z-index: 999;
    }

    .wa-float-btn:hover {
        background-color: #1ebe5a;
    }

/*-------------whatsapp--------------*/

/* ----------------call-deals-------------- */


.call-n-b-p {
    position: fixed;
    bottom: 20px;
    right: -390px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 12px 20px 12px 0px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 11;
    transition: right 0.5s ease-in-out;
    width: 380px;
    border-left: 5px solid #00a500;
}

.call-n-b-p.show {
  right: 20px; /* Slide in */
}

.call-n-b-p a {
  color: #3e62e7;
  text-decoration: none;
}

.call-n-b-p .close-btn-b-n {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgb(255, 0, 0);
  font-size: 24px;
  cursor: pointer;
}

.call-b-a{
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}

.call-b-img{
    width: 50px;
    border-radius: 10px;
}
.call-b-d{
    font-size: 14px;
}

.call-b-e{
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width:600px){
  .call-n-b-p {
    width: 330px;
  }.call-b-img{
    width: 40px;
  }

}

/* ----------------call-deals-------------- */


/* -----------------Footer--------------- */


/* ------------global-css----------- */

.w-w-a{
  color: #7fbf45;
}

.w-w-a::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px; /* Change this value for thicker or thinner line */
  background-color: #363636; /* Change color as needed */
  margin: 8px auto 0; /* Adds spacing and centers the line */
}

.mh-h-t {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* Animation Keyframes */
@keyframes moveLeftRight {
  0% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}

/* Trigger animation on hover */
.mh-h-t:hover {
  animation: moveLeftRight 0.5s ease-in-out;
  /* box-shadow: 0 0 10px gray; */
}

.mg-h-c{
  color: #7fbf45;
  font-weight: bold;
}

/* ------------global-css----------- */





/* ----------------contact-section-1---------- */
.mygenic-h-c {
    background-image: url(../img/contact-top.jpg); 
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .mygenic-h-c {
        min-height: 100px;
    }
}
/* ----------------contact-section-1---------- */


/* ----------------contact-section-2---------- */

.my-gen-con-m{
    background-color: white;
    box-shadow: 0 0px 4px rgb(0 0 0 / 23%);
    padding: 0px 20px 20px 20px;
    border-radius: 5px;
}

.mg-h-c{
  color: #7fbf45;
  font-weight: bold;
}
.my-gen-h-form{
    padding: 20px;
    border: 1px solid #cfcfcf;
}

.my-g-submit{
    background-color: #7fbf45;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 20px;
}


/* ----------------contact-section-2---------- */

/* -------------------popup------------- */



/* -------------------popup------------- */