@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}


.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.font1 {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.custom-dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}


.nav-item .dropdown-menu2 {
  position: absolute;
  top: 78%;
  left: -10px;
  width: 100vw;
  /* Full screen width */
  background: white;
  display: none;
  list-style: none;
  padding: 20px 10px;
  margin: 0;
  border-radius: 0px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.abs-wrapper {
  position: relative;
  margin-top: 10px;
}

.abs-box {
  display: none;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.top-main-container {
  display: flex;
  gap: 20px;
}

.top-main-box {
  padding: 10px;
  background-color: #fcfeff;
}

.top-icon-box {
  background-color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  ;
}

.top-main-box {
  text-align: center;
}

.top-main-box2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pad: 5px;
  ;
}

.top-main-box img {
  width: 150px;
  object-fit: contain;
  aspect-ratio: 3/3;
  object-fit: contain;

}

.top-main-box h3 {
  font-size: 16px;
  font-weight: 400;
}

.top-icon-box:hover {
  background-color: #e4f2ff8c;
}

.abs-box.active {
  display: block;

}

.top-icon-box {
  cursor: pointer;
  transition: all 0.3s ease;
}



.top-icon-box:hover .abs-box {
  display: block;
}

.nav-item .dropdown-menu3 {
  position: absolute;
  top: 78%;
  left: 55%;
  right: 0;
  width: 13vw;
  /* Full screen width */
  background: white;
  display: none;
  list-style: none;
  padding: 20px;
  margin: 0;
  border-radius: 6px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.hero-section .owl-carousel .owl-item img{
    width: 80% !important;
    height: 500px !important;
    object-fit: contain !important;
}

.nav-item:hover .dropdown-menu3 {
  display: block;
  animation: fadeUp 0.4s ease forwards;
}

.nav-item:hover .dropdown-menu2 {
  display: block;
  animation: fadeUp 0.4s ease forwards;
}


.custom-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;

}

.custom-grid-2 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
  /* Adjust gap between columns */
}

.custom-column {
  padding: 0 20px;
  border-right: 1px solid #dee2e6;
}

.custom-column:first-child {
  border-left: none;
}

.custom-column:last-child {
  border-right: none;
}

.dropdown-item {
  font-size: 0.91rem;
  color: #767676 !important;
  text-decoration: none;
  margin-top: 4px;
}

.dropdown-item:hover {
  color: #007bff;
}

.portfolio-gallery-img {
  width: 200px !important;
  margin-top: 20px;
  height: 130px !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


/* Optional link styles inside the dropdown */
.dropdown-menu2 a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.dropdown-menu2 a:hover {
  color: #007bff;
}

/* Custom fade-up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.quick-link ul {
  display: flex;
  list-style: none;
  gap: 20px;
  ;
}

.quick-link a {
  text-decoration: none;
  color: rgba(5, 18, 159, 0.988);
  font-size: 14px;
}

.quick-contact ul {
  display: flex;
  list-style: none;
  gap: 20px;
  color: rgba(5, 18, 159, 0.988);
  font-size: 14px;
  justify-content: end;
}


.nav-item {
  padding: 20px 0px;
}


.top-bar-section {
  /* background: #13A0E4;
background: linear-gradient(339deg, rgba(19, 160, 228, 1) 0%, rgba(43, 60, 142, 1) 100%); */
  padding: 10px;
}

.navbar-brand img {
  opacity: 100%;
}

.custom-dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  display: none;
  animation-duration: 0.01s;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.custom-dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
  background-color: transparent;

}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
  background-color: white;

}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.quick-link ul {
  display: flex;
  list-style: none;
  gap: 20px;
  ;
}

.quick-link a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.quick-contact ul {
  display: flex;
  list-style: none;
  gap: 20px;
  color: white;
  font-size: 14px;
  justify-content: end;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}




.call-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-right: 14px;
  border-radius: 50px;
  border: 1px solid #ffffff;

}

.call-btn a {
  text-decoration: none;
  color: rgb(22, 68, 106);
}

.call-btn i {
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 160, 228, 1) 0%, rgba(43, 60, 142, 1) 100%);
  padding: 12px;
  color: white;
  border-radius: 50%;
}

.action-btn button {
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 160, 228, 1) 0%, rgba(43, 60, 142, 1) 100%);
  padding: 11px 16px;
  border: none;
  color: white;
  border-radius: 60%;
}

.nav-item {
  /* background-color: white; */
  border-radius: 40px;
  /* padding: 0px 10px; */
  margin-left: 10px;
}

.main-header .nav-link {
  color: white !important;
}


.top-icon-box img {
  width: 60px;
  height: 60px;

}

.event-li {
  position: relative;
}

.event-li span {
  font-size: 10px;
  background-color: red;
  position: absolute;
  top: -10px;
  left: 60px;
  padding: 1px 3px;
  border-radius: 1px;
}

.top-icon-box h5 {
  font-size: 14px;
  margin-top: 14px;
}


/* .category-section */

.category-section {
  padding: 30px 0;
}

.category-box img {
  height: 140px;
  width: 140px !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.category-box {
  text-align: center;
  background-color: rgb(255, 255, 255);

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
}

.category-box h6 {
  color: #284696;
  margin-bottom: 50px;
}

.category-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;

}

.category-container a {
  text-decoration: none;
}

.heading-section {
  text-align: center;
  padding: 30px 0px;
}

/* ---------------breadcrumb -------------- */



.custom-breadcrumb-section {
  position: relative;
  background: url('/image/ban1.jpg') center center / cover no-repeat;
  padding: 160px 0;
  color: #fff;
  text-align: center;
}

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 158, 228, 0.86) 0%, rgba(43, 60, 142, 0.901) 100%);
  z-index: 1;
}

.custom-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-breadcrumb-nav {
  display: inline-block;
}

.custom-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  flex-wrap: wrap;
}

.custom-breadcrumb-list li {
  color: #fff;
}

.custom-breadcrumb-list li a {
  color: #ffd700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-breadcrumb-list li a:hover {
  color: #ffffff;
}

.custom-breadcrumb-list .current {
  font-weight: 700;
  color: #ffffff;
}


/* ---------------banner -------------- */

.main {
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 160, 228, 1) 0%, rgba(43, 60, 142, 1) 100%);
  height: max-content;
  position: relative;
  overflow: hidden;
}



.hero-data h1 {
  font-size: 59px;
  color: white;
}

.hero-data p {
  color: white;
  font-size: 19px;
}

.call-to-action {
  background-color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  color: rgba(43, 60, 142, 1);

}

/* ---------------banner -------------- */

.heading-section h6 {
  font-size: 84px;
  color: rgb(228, 228, 228);
  text-transform: uppercase;

  /* Mask from top to bottom */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.691), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.577), rgba(0, 0, 0, 0));

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.heading-section h3 {
  font-size: 34px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #1497DD 0%, #284696 60%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -40px;
}

.heading-section h2 {
  font-size: 34px;
  text-transform: uppercase;
  color: white;
  margin-top: -40px;
}

.heading-section h4 {
  color: #1497DD;
  text-transform: capitalize;
}

.main-btn {
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 160, 228, 1) 0%, rgba(43, 60, 142, 1) 100%);
  padding: 13px 20px;
  text-decoration: none;
  color: white;
  border-radius: 40px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.main-btn3 {
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 160, 228, 1) 0%, rgb(0, 128, 233) 100%);
  padding: 7px 10px;
  text-decoration: none;
  color: white !important;
  border-radius: 40px;
  font-size: 14px;

}

.main-btn2 {
  background-color: white;
  padding: 13px 20px;
  text-decoration: none;
  color: rgb(22, 68, 106);
  border-radius: 40px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}




/* video section  */

.video-section {
  padding: 60px 0px;
}

.item video {
  width: 100%;
  height: fit-content;
  border-radius: 10px;
}

.owl-nav-custom {
  position: absolute;
  top: 47%;
  width: 101%;
  left: -8px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* allow clicks to pass through container */
}

.custom-prev,
.custom-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  /* enable click */
  z-index: 999;
}


/* review section  */

.review {
  background-color: hsl(200, 100%, 97%);
  padding: 60px 0px;
}

.review-box {
  background-color: white;
  padding: 20px;
  height: 300px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.review-box p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}

.user-info {
  display: flex;
  gap: 20px;

}

.user-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-info h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

.review-date {
  font-size: 13px;
  font-weight: 300;
  color: gray;
  margin: 0px;
}

.review-rating i {
  color: gold;
  font-size: 11px;
  margin: 0px;
}

.review .owl-carousel .owl-nav button.owl-next {
  height: 40px !important;
  width: 40px !important;
  background-color: rgba(0, 0, 0, 0.08) !important;
  border-radius: 50%;
  position: absolute;
  right: 20px !important;
  bottom: 0px !important;
}


.review .owl-carousel .owl-nav button.owl-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: rgba(0, 0, 0, 0.08) !important;
  border-radius: 50%;
  position: absolute;
  right: 60px !important;
  bottom: 0px !important;
}

/* about section   */

.about-box {
  position: relative;
  overflow: hidden;
  color: white;
}

.about-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/image/ban1.jpg') no-repeat center center / cover;
  filter: blur(8px);
  transform: scale(1.1);
  z-index: 1;
}

.about-box .overlay {
  position: relative;
  z-index: 2;
  background: linear-gradient(339deg, rgba(0, 15, 26, 0.859), rgba(0, 17, 102, 0.855));
  padding: 60px 30px;
  width: 100%;
  height: 100%;
}


.abs-about-img {
  width: 800px !important;
  position: absolute;
  top: 100px;
  right: -280px;

  animation: spin 2s linear infinite;
}

/* Keyframes for spinning animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.about-image2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  object-fit:cover;
}



.heading-section2 h6,
.heading-section2 h3,
.heading-section2 h4,
.about-text p {
  color: white;
}

.about-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.about-container{
  background-color: #f0f8ff;
  padding: 30px;
  margin-top: 50px;
  border-radius: 30px;
}

  .core-value-card {
      border: none;
      border-radius: 1rem;
      padding: 2rem;
      background-color: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.6s ease;
      text-align: center;
    }

    .core-value-card .icon {
      font-size: 2.5rem;
      color: #0d6efd;
      margin-bottom: 1rem;
    }

    .core-value-title {
      font-size: 1.3rem;
      font-weight: 600;
      color: #0d6efd;
      margin-bottom: 0.5rem;
    }

    .core-value-text {
      font-size: 1rem;
      color: #555;
    }

    .animate-up {
      opacity: 1 !important;
      transform: translateY(0) !important;
    }


/* product section   */
.cete h3{
  color: rgb(181, 181, 181) !important;
  font-size: 16px !important;

}


.detail-box2 {
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    background-color: white;
    padding: 0px 11px;
    border-radius: 5px;
    color: red;
}

.tooltip-text {
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}
.detail-box2.show-tooltip .tooltip-text {
    display: block;
}



.product-image2 {
  height: 280px;
  width: 100%;
  object-fit: contain;
}
.product-image2 img {
  height: 280px;
  width: 100%;
  object-fit: contain;
}

.action-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background 0.3s, color 0.3s;
}

.whatsapp-link {
    color: #25D366;
    border: 1px solid #25D366;
}

.whatsapp-link:hover {
    background: #25D366;
    color: #fff;
}

.call-link {
    color: #007bff;
    border: 1px solid #007bff;
}

.call-link:hover {
    background: #007bff;
    color: #fff;
}

.label {
    position: absolute;
    top: -10px; /* Adjust as needed */
    left: 50% !important;
    transform: translateX(-50%);
    background-color: #ff4d4d; /* Optional: set your background */
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}


.product-box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 10px;
  height: 400px;
  margin-top: 30px;
  border: 1px solid #1590D6;
  
}
.ph{
    background: linear-gradient(135deg, #284999, #1590D6);
  height: 120px;
    padding: 10px;
    text-align: center;
}


.ph a {
  color: white
}


.hprodcut{
    height: 300px;
}
.product-box a {
  text-decoration: none;
}

.icons-box {
  position: absolute;
  top: 10px;
  right: 10px;
  /* Start hidden off-screen */
  padding: 5px;
  display: flex;
  flex-direction: column;
  transition: right 0.4s ease-in-out;
  /* Smooth slide-in */
}

.product-box:hover .icons-box {
  right: 10px;
  /* Slide in on hover */
}

.icons-box li {
  list-style: none;
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 160, 228, 1) 0%, rgba(43, 60, 142, 1) 100%);
  padding: 6px 13px;
  margin: 5px;
  border-radius: 5px;
}

.icons-box i {
  color: white;
  font-size: 23px;
}

.product-image img {
  width: 100%;
  border-radius: 10px !important;
}

.owl-carousel .item h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.product-name {
  font-size: 15px;
  margin-top: 10px;
  padding: 0px;
  margin-bottom: 0px;
}

.product-price {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  font-size: 14px;
  color: rgb(143, 143, 143);
  text-decoration: line-through
}

.product-dprice {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: rgb(43, 43, 43);

}

.product-other {
  color: rgb(169, 169, 169);
  font-size: 14px;
  margin-top: 10px;
}

.product-section .owl-carousel .owl-nav {
  position: absolute;
  top: 37%;
  width: 104%;
  left: -25px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* allow clicks to pass through container */
}

.product-section .owl-carousel .owl-nav button.owl-next,
.product-section .owl-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  /* enable click */
  z-index: 999;
}

/* .why-choose  section   */


.why-choose {
  padding: 60px 0;
  background-color: #fdfdfd;
  position: relative;
}


@keyframes scalePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }
}

@keyframes float1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }
}

@keyframes float3 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-10px, -5px);
  }
}

@keyframes float4 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, 6px);
  }
}

@keyframes float5 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}

@keyframes float6 {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-12px);
  }
}

/* Assign animations to each box (in order) */
.choose-absolute-boxes .choose-item:nth-child(1) {
  animation: float1 5s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(2) {
  animation: float2 6s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(3) {
  animation: float3 7s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(4) {
  animation: float4 5s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(5) {
  animation: float5 6s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(6) {
  animation: float6 7s ease-in-out infinite;
}

.radio-wrapper {
  position: absolute;
  top: 25%;
  left: 47%;
  z-index: 99;
}

.radio {
  width: 30px;
  animation: scalePulse 1s ease-in-out infinite;
  position: absolute;
  top: 0px;
  top: 25%;
  left: 47%;
  z-index: 99;
}

/* Box hidden by default */
.why-box-deatil {
  position: absolute;
  top: 30px;
  left: -125px;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.1px);
  -webkit-backdrop-filter: blur(6.1px);
  width: 280px;
  padding: 13px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;

  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.8s ease;
}

/* ✅ Show when hovering on radio */
.radio-wrapper:hover .why-box-deatil {

  opacity: 1;
  visibility: visible;
}


.why-box-deatil a {
  text-decoration: none;
  font-size: 13px;
}

.why-box-deatil p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.choose-absolute-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-absolute-boxes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* allow clicks through */
}

.choose-absolute-boxes .choose-item {
  position: absolute;
  width: 200px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  pointer-events: all;
  /* allow interaction */
}

.choose-item p {
  font-size: 11px;
}

.choose-item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.choose-item h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.main-image {
  max-width: 100%;
  width: 450px;
  height: auto;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}

/* Responsive fallback for mobile */
@media (max-width: 991px) {
  .choose-absolute-boxes {
    display: none !important;
  }

  .choose-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main-image-box {
  position: relative;
}




/* new sectionn */


.scroll-main {
  height: 300vh;
  background-color: #F4F4F4;
}


.section_showcase {
  justify-content: center;
  height: 300vh;
  overflow: hidden;
}

.showcase_grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 25vw 15vw 27vw 20vw;
  grid-auto-columns: 1fr;
  width: 90vw;
  display: grid;
  position: relative;
}

.grid_item {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 15rem;
  font-weight: 500;
  display: flex;
  position: relative;

}

.grid_item-image {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  ;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: "#FFFFFF00";
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  /* Hidden by default, will be animated */
}


.grid_item:nth-child(1) {
  transform: translate(-10vh, -30vh);

}

.grid_item:nth-child(2) {
  transform: translate(-0vh, -20vh);
}

.grid_item:nth-child(3) {
  transform: translate(5vh, -25vh);
}

.grid_item:nth-child(4) {
  transform: translate(10vh, -30vh);
}

.grid_item:nth-child(5) {
  transform: translate(-15vh, 30vh);
}

.grid_item:nth-child(6) {
  transform: translate(-10vh, 20vh);
}

.grid_item:nth-child(7) {
  transform: translate(-5vh, 15vh);
}

.grid_item:nth-child(8) {
  transform: translate(4vh, 25vh);
}

.showcase_grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.showcase_heading {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 5rem;
}

.gradient-text {
  background: linear-gradient(135deg, #284999, #1590D6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* For Firefox */
  background-clip: text;
  color: transparent;
}

/* Subscribe button styles */
.subscribe-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

/* SVG inside subscribe button */
.subscribe-btn svg {
  height: 60px;
  width: 60px;
}

/* faq section */

.faq-section {
  overflow: hidden;
  padding: 60px 0px;
  background-color: hsl(200, 100%, 97%);
}


.state {
  width: 120%;
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-header {
  margin-top: 10px !important;
}

.accordion-button {
  background: linear-gradient(135deg, #284999, #1590D6);
  font-weight: 500;
  color: white !important;
  border-radius: 30px 30px 0px 30px !important;
}

.accordion-body {
  font-weight: 400;
  border-bottom: none !important;
}

.accordion-collapse {
  border: none !important;
}

.accordion-item {
  border: none !important;
  box-shadow: none !important;
}

.accordion-item,
.accordion-item:has(.show),
.accordion-button:focus,
.accordion-button:not(.collapsed),
.accordion-collapse.show {
  box-shadow: none !important;
  outline: none !important;
}

/* footer section  */


.footer {
  background: linear-gradient(135deg, #284999, #1590D6);
  padding: 60px 0px;
}

.footer li {
  margin-top: 10px;
  font-weight: 300;
}

.footer li a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}

.footer-contact-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid white;
}

.contact-label {
  font-weight: bold;
  color: white;
}

.contact-value {
  color: white;
  text-align: right;
}

.footer p {
  font-weight: 400;
}

.footer span {
  font-weight: 300;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.social-icons i {
  color: white;
  font-size: 21px;
}


  /* Gallery Grid Styling */
.gallery-section {
  padding: 60px 0;
}

.gallery-img-events {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img-events:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* Modal Overlay Styling */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal Image */
.modal-content-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  padding-left: 20%;
padding-top: 5%;

}

/* Close Button */
.close-modal-events {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  transition: color 0.3s;
}

.close-modal-events:hover {
  color: #ff4d4d;
}

/* Modal Navigation Buttons */
.modal-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 40px;
  z-index: 1001;
}

.modal-navigation button {
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.modal-navigation button:hover {
  color: #ffd700;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .modal-content-img {
    max-width: 95%;
    max-height: 70%;
  }

  .modal-navigation button {
    font-size: 36px;
  }

  .close-modal-events {
    font-size: 28px;
    right: 20px;
    top: 20px;
  }
}




   /* Contact Page Styling */
.contact-container {
  padding: 60px 0;
}

.contact-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

.contact-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #555;
}

.contact-form {
  background-color: #f9f9f9;
  padding: 30px 25px;

  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.contact-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.main-btn {
  background-color: #007BFF;
  color: white;
  font-weight: 600;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.main-btn:hover {
  background-color: #0056b3;
}

.map-container iframe {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .contact-form,
  .contact-box,
  .map-container {
    margin-top: 20px;
  }
}




/* Blog Page */


.service-detail-container {
  display: grid;
  grid-template-columns: 75% 25%;
  padding: 40px 0px;
  gap: 30px;
}


.service-page-image {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 30px;

}

.service-header {
  background-color: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 20px;
}

.sidebar {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  height: max-content;
  position: sticky;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  top: 100px;
}

.recent-service {
  list-style: none;
  margin-top: 10px;
}

.recent-service {
  background-color: #007bff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;

}

.recent-service a {
  text-decoration: none;
  color: white;

}

.recent-blog a {
  text-decoration: none;
  color: rgb(22, 68, 106);
  font-size: 14px;

}

.recent-blog {
  list-style: none;
  margin-top: 10px;
}

.recent-blog {
  background-color: transparent;
  padding: 5px 10px;

  border-radius: 5px;
  width: 100%;

}

 .blog-box{
      background-color: white;
      padding: 10px;
      border-radius: 10px;
      min-height: 320px;
    }
    .blog-box h5{
      font-weight: 500;
      font-size: 16px;
    }
    .blog-box hr{
      margin: 0px;
      padding: 0px;
    }
    .dated{
      display: flex;
      gap: 20px;
    align-items: center;
    font-size: 13px;
    margin-top: 10px;
    
    }

    .blog-image img{
      width: 100%;
      border-radius: 0px;
      height: 240px;
      border-radius: 10px;
    }


/* Product Page */

 .product-detail-container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2rem;
        margin-top: 2rem;
    }

   .product-detail-container .product-image {
        flex: 1 1 45%;
        max-width: 500px;
        border: 1px solid rgb(9, 146, 251);
        border-radius: 20px
    }

    .product-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        
    
    }

    .product-info {
        flex: 1 1 50%;
    }

    .product-info h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
        color: #1C77C1;
    }

    .product-info p {
        font-size: 1rem;
        line-height: 1.6;
        color: #555;
    }

    @media (max-width: 768px) {
        .product-detail-container {
            flex-direction: column;
        }

        .product-image,
        .product-info {
            flex: 1 1 100%;
        }
    }
.page-product-box {
  position: relative;
  margin: 20px 0px;
  border-radius: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  overflow: hidden;
  margin-top: 20px;
}

.page-product-content p {
  font-size: 14px;
  color: #868686;
}

.page-product-box h3 {
  font-weight: 400;
  font-size: 17px;
  margin-top: 10px;
  color: white;
}
.pdd{
    padding: 20px;
}

.page-product-box a {
  text-decoration: none;
}

.page-product-image {
  position: relative;
  width: 100%;
  height: 390px;
    object-fit: contain !important;
  
}


.morbtn {
  display: flex;
  gap: 20px;
}

.morbtn a {
  color: #324993;
  background-color: white;
  padding: 7px 10px;
  border-radius: 5px;

}

.morbtn i {
  font-size: 28px;
}

.page-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  border-radius: 5px;
  transition: 0.3s ease;
}

/* Overlay */
.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13A0E4;
  background: linear-gradient(339deg, rgba(19, 158, 228, 0.86) 0%, rgba(43, 60, 142, 0.901) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
  border-radius: 5px;
}


/* Individual detail boxes */
.detail-box {
  background: white;
  color: #324993;
  padding: 10px 20px;
  margin: 6px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
}

/* Show overlay on hover */
.page-product-box:hover .page-overlay {
  opacity: 1;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {
  .action-btn {
    display: none;
  }

  .main-header .nav-link {
    color: darkblue !important;
    font-weight: 600;
  }

  .choose-absolute-wrapper {
    flex-wrap: wrap;
  }

  .nav-item {
    padding: 10px;
  }


  .abs-about-img {
    display: none;

  }

  .faq-section {
    padding: 40px 0px;
  }

  .hero-data {
    width: 85%;
    top: 14%;
    text-align: center;
  }



  .hero-container {
    padding-top: 50vh;
  }

  .main {
    height: 120vh;
  }

  .navbar-nav {
    background-color: white;

  }

}

@media screen and (max-width:576px) {
    .about-container{

  padding: 5px;

}
  .navbar-nav {
    background-color: white;
  }

  .service-detail-container {
    display: block;
  }

  .main-header .nav-link {
    color: darkblue !important;
    font-weight: 600;
  }

  .nav-item {
    padding: 10px;
  }

  .service-header {
    box-shadow: none;
    padding: 5px;
  }

  .service-page-image {
    height: 280px;
  }

  .quick-contact ul {
    gap: 5px;
  }

  .top-bar {
    display: none;
  }

  .hero-data h1 {
    font-size: 34px;
  }

  .main {
    height: max-content;
  }

  .action-btn {
    display: none;
  }

  .hero-data {
    width: 100%;
    left: 5px;
    padding: 10px;
    top: 10%;
  }


  .hero-container {
    width: auto;
  }



  .slide img {
    height: auto !important;
    width: 80% !important;


  }

  .slide {
    z-index: 999999;
  }

  .heading-section h6 {
    font-size: 55px;
  }

  .heading-section h3 {
    font-size: 28px;
    margin-top: -37px;
  }

  .video-section {
    padding: 10px 0px;
  }

  .review {
    padding: 10px 0px;
  }

  .choose-absolute-wrapper {
    flex-direction: column;
  }

  .choose-item {
    background-color: white;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    padding: 10px;
    min-height: 160px;
    border-radius: 5px;
  }

  .about-box .overlay {
    padding: 50px 0px;

  }

  .abs-about-img {
    display: none;
  }

  .copyright-content {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}