body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding-top: 0;
  background: linear-gradient(180deg, #f7f8fb 0%, #e2e8f0 100%);
  color: #111;
}

.sticky-top {
  top: 0 !important;
  z-index: 1030 !important;
}


.navbar {
  background: transparent;
  padding: 12px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-img {
  max-width: 100px;


}

.navbar-nav {
  margin: auto;
}

.nav-link {
  position: relative;
  color: #000000d9 !important;
  font-weight: 500;
  margin: 0 8px;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  padding: 8px 4px !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #38bdf8, #3b82f6);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover {
  color: #38bdf8 !important;
  transform: translateY(-2px);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active {
  background: linear-gradient(135deg, #38bdf8, #3b82f6) !important;
  color: #fff !important;
  border-radius: 25px;
  padding: 8px 18px !important;
  box-shadow: 0 8px 25px rgba(56, 189, 248, 0.3);
}

.nav-link.active::after {
  display: none;
}

/* dropdown */

.mega-menu {
  display: block;
  font-size: 12px;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  width: 540px;
  left: 40%;
  transform: translateX(-50%);
}

.dropdown-toggle::after {
  display: none;
}


.custom-arrow::after {
  content: " ▼";
  font-size: 12px;
  padding: auto;
  margin-left: 5px;
}

.dropdown-item:hover {
  background-color: hsl(0, 3%, 85%);
  border-radius: 20px;
}


.nav-item.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


@media (max-width: 991px) {
  .mega-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .show>.mega-menu {
    display: block;
  }
}


/* button wrapper */
.btn-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;

}

.btn-wrapper::-webkit-scrollbar {
  display: none;
}

.btn-custom {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 8px 18px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  font-size: 13px;
}

.btn-custom:hover {
  background: rgba(56, 189, 248, 0.2);
  color: #38bdf8;
  border-color: #38bdf8;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(56, 189, 248, 0.2);
}


.slider {
  position: relative;
  width: 100%;

  height: 450px;
  overflow: hidden;
  margin-top: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 450px;
  opacity: 0;
  transition: opacity 1s ease;
}



.slide.active {
  opacity: 1;
  z-index: 1;
  animation: fadeIn 0.8s ease-in-out;
}

.slides {
  position: absolute;
  width: 100%;
  height: 450px;
  opacity: 1;
  transition: opacity 1s ease;
}



.slides.active.active {
  opacity: 1;
  z-index: 1;
  animation: fadeIn 0.8s ease-in-out;
}


.slide img {
  width: 100%;
  height: 450px;
  margin-left: 0;
  object-fit: cover;
  filter: brightness(0.65);
}

/* ----------------------------------- 10 jun --------------------------------------- */
.service-highlights li {
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
  list-style-type: none;
}

.hero-contact {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

/* ----------------------------------- 10 jun end --------------------------------------- */
/* Navbar Responsive Styles */
@media (max-width: 991px) {
  .custom-navbar {
    padding: 10px 15px !important;
  }

  .nav-link {
    margin: 8px 0 !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  .navbar-collapse {
    background: rgba(30, 42, 90, 0.95);
    border-radius: 12px;
    padding: 15px;
    margin-top: 10px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .enquiry-btn {
    display: block;
    margin: 15px auto 0 !important;
    width: 90%;
    text-align: center !important;
  }

  .logo-img {
    height: 45px;
  }
}

@media (max-width: 576px) {
  .top-bar {
    font-size: 12px;
    gap: 10px;
  }

  .top-bar small {
    font-size: 11px;
    display: block;
  }

  .custom-navbar {
    padding: 8px 12px !important;
  }

  .logo-img {
    height: 40px;
  }

  .nav-link {
    font-size: 13px !important;
    margin: 5px 0 !important;
  }

  .enquiry-btn {
    font-size: 13px;
    padding: 8px 16px !important;
  }
}

@media (max-width: 992px) {
  .slider {
    height: 75vh;
    min-height: 480px;
  }
}

@media (max-width: 768px) {
  .slider {
    height: 65vh;
    min-height: 420px;
  }
}

@media (max-width: 576px) {
  .slider {
    height: 55vh;
    min-height: 320px;
  }
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 80%;
  z-index: 2;
}

.slide-content h1 {
  font-size: 48px;
}

.hero-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  background: orange;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}

.dots {
  display: none;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
}

.dot.active {
  background: orange;
  opacity: 1;
}


.about_heading {
  text-align: center;
  padding: 40px 15px 20px;
  background-color: #f7efe5d4;
}


.about_heading h3 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}


.about_heading h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: orange;
  border-radius: 5px;
  transition: 0.3s ease;
}

.about_heading h3:hover::after {
  width: 100%;
}

.about_heading p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 750px;
  margin: 18px auto 0 520px;
}

.about {
  position: relative;
  padding: 40px 20px;
  background-color: #f7efe5ab;
}

.about_img {
  position: absolute;
  width: 100%;
  max-width: 434px;
  height: auto;
  max-height: 152px;
  object-fit: cover;
  margin-top: -41px;
  left: 5%;
  transform: translateX(-50%);
}

/* Tablet */
@media (max-width: 992px) {
  .about_img {
    max-width: 350px;
    margin-top: -10px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .about_img {
    max-width: 280px;
    margin-top: 0;
    position: relative;
    left: 0;
    transform: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .about_img {
    max-width: 220px;
  }
}

.about img {
  width: 100%;
  margin-top: 70px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}

.about img:hover {
  transform: scale(1.02);
}

.about h3 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}

.about p {
  color: #555;
  line-height: 1.7;
}


.icon_list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.icon_list li {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.icon_list li:hover {
  transform: translateX(8px);
  background: #fff7ec;
}


.icon_list i {
  font-size: 28px;
  color: orange;
  min-width: 35px;
}


.icon_list h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.icon_list p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.btn-customs {
  border: 2px solid orange;
  color: orange;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 12px;
  transition: 0.3s;
  background: transparent;
}

.btn-customs:hover {
  background: orange;
  color: #fff;
  transform: translateY(-3px);
}

.services h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 35px;
}

.services p {
  text-align: center;
  color: #9b9898;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
}

.services_section2 {
  height: 400px;
}

.services_img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}


.services_img img {
  width: 83%;
  height: 280px;
  display: block;
  border-radius: 10px;
  margin-top: 23px;
  margin-left: 40px;
  transition: 0.4s ease;
}


.services_img:hover img,
.services_imgl:hover img,
.services_img:hover h3,
.services_imgl:hover h3 {
  transform: scale(1.05);
  color: #ff5722;
}

.details {
  position: absolute;
  top: 65%;
  left: 27%;
  width: 62%;
  height: 95px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid black;
  border-radius: 8px;
}

.service-card {
  position: absolute;
  top: 65%;
  left: 20%;
  width: 68%;
  height: 90px;
  background-color: #dd0a0a;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.service-card h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 2px;
  transition: 0.3s ease;
}

.service-card a {
  align-items: center;
  justify-content: center;
}

/* customer review */

.carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.carousel-indicators .active {
  background-color: #f8f6f6;
}

.corasel_box {
  max-width: 800px;
  height: 370px;
  margin: 20px auto;
  padding: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
}

.corasel_box .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  margin-bottom: 10px;
}

.corasel_box h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0;
}


.position {
  font-size: 14px;
  color: #e91515;
}


.stars {
  margin-top: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.stars i {
  color: #ffc107;
  font-size: 15px;
}

.description {
  margin-top: 15px;
  font-style: italic;
  position: absolute;
  line-height: 1.5em;

}

.description::before {
  content: "❝";
  font-size: 25px;
  margin-right: 5px;
  color: white;
}

.description::after {
  content: "❞";
  font-size: 25px;
  margin-left: 5px;
  color: white;
}

/* FOOTER PREMIUM */
.footer-premium {
  background: #0f172a;
  color: #cbd5e1;
  padding: 60px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-logo {
  color: #fff;
  font-weight: 700;
}

.footer-desc {
  font-size: 14px;
  margin: 15px 0;
  color: #94a3b8;
}

.footer-contact p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-contact i {
  color: #38bdf8;
  margin-right: 8px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #cbd5e1;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #38bdf8;
  padding-left: 5px;
}

/* Social Icons */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #cbd5e1;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #38bdf8;
  transform: translateY(-3px);
}


/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #1e293b;
  padding-top: 15px;
  font-size: 14px;
  color: #94a3b8;
}

/* ================= SOCIAL BAR ================= */

.social-wrapper {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.social-bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.4s;
}

.social-bar .icon {
  width: 45px;
  height: 45px;

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  font-size: 18px;
  position: relative;
}


.whatsapp:hover {
  background: #25D366;
  border-radius: 50%;
}

.facebook:hover {
  background: #1877f2;
  border-radius: 50%;
}

.call:hover {
  background: #ff1717;
  border-radius: 50%;
}

/* ================= WHATSAPP PULSE ================= */
.pulse-green,
.pulse-blue,
.pulse-red {
  position: relative;
  z-index: 1;
}

.pulse-green::before,
.pulse-green::after,
.pulse-blue::before,
.pulse-blue::after,
.pulse-red::before,
.pulse-red::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-animation 2s infinite;
  z-index: -1;
}

.pulse-green::before,
.pulse-green::after {
  background: rgba(37, 211, 102, 0.4);
}

.pulse-blue::before,
.pulse-blue::after {
  background: rgba(24, 119, 242, 0.4);
}

.pulse-red::before,
.pulse-red::after {
  background: rgba(255, 59, 59, 0.4);
}

/* DELAY SECOND WAVE */
.pulse-green::after,
.pulse-blue::after,
.pulse-red::after {
  animation-delay: 1s;
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* ================= TOGGLE BUTTON ================= */

.toggle-btn {
  display: none;
  width: 45px;
  height: 45px;
  background: red;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}


/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .social-wrapper {
    right: 10px;
    bottom: 20px;
    top: auto;
    transform: none;
  }

  .toggle-btn {
    display: flex;
  }

  .social-bar {
    display: none;
  }

  .social-bar.show {
    display: flex;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-link {
    text-align: center;
  }

  .nav-link:hover {
    color: orange;

  }

  .nav-link:hover::after {
    display: none;

  }

  .slide-content h1 {
    font-size: 28px;
  }

  .btn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .btn-custom {
    width: 90%;
  }

  .about h3 {
    font-size: 24px;
  }

  .about_heading {
    padding: 25px 10px;
  }

  .about_heading h3 {
    font-size: 22px;
  }

  .about_heading p {
    font-size: 14px;
    padding: 0 10px;
  }

  .services_img img {
    height: 220px;
  }

  .service-card {
    width: 95%;
    padding: 10px;
  }

  .service-card h3 {
    font-size: 15px;
  }
}



/* TABLET VIEW */
@media (max-width: 991px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .services_section2 {
    height: auto;
    margin-bottom: 20px;
  }

  .services_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-left: 0;
  }

  .service-card {
    width: 40%;
    left: 12%;
    transform: translateX(-50%);
    bottom: 15px;
    top: auto;
    text-align: center;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .btn-customs {
    font-size: 13px;
    padding: 4px 14px;
  }

  /* .about_img {
    height: 145px;
    margin-top: -4px;
    margin-left: -456px;

  } */
}

/* Blink Animation */
@keyframes blink {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* Fade in animation for active slider slides */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* customer review */
.carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.carousel-indicators .active {
  background-color: #f8f6f6;
}

.corasel_box {
  max-width: 800px;
  height: 370px;
  margin: 20px auto;
  padding: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
}

.corasel_box .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  margin-bottom: 10px;
}

.corasel_box h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0;
}


.position {
  font-size: 14px;
  color: #ddd;
}


.stars {
  margin-top: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.stars i {
  color: #ffc107;
  font-size: 15px;
}

.description {
  margin-top: 15px;
  font-style: italic;
  position: absolute;
  line-height: 1.5em;

}

.description::before {
  content: "❝";
  font-size: 25px;
  margin-right: 5px;
  color: white;
}

.description::after {
  content: "❞";
  font-size: 25px;
  margin-left: 5px;
  color: white;
}



.client_section {
  height: 114px;
  background-color: #dee2e6e0;
}

.client_section {
  overflow: hidden;
  padding: 20px 0;
}

.carousel {
  width: 100%;
  overflow: hidden;
}

.group {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.item {
  flex: 0 0 auto;
  padding: 0 30px;
}

.item img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: 0.3s;
}

.item img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* BLINK EFFECT FOR TESTIMONIALS */
.testimonial-section {
  position: relative;
  height: 420px;
  overflow: hidden;
}

/* BLURRED BACKGROUND */
.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/about.jpg') center/cover no-repeat;
  filter: blur(6px);
  transform: scale(1.1);
}

.testimonial-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.testimonial-section>* {
  position: relative;
  z-index: 2;
}

.testimonial-card {
  max-width: 800px;
  height: 370px;
  margin: 20px auto;
  padding: 30px;
  text-align: center;
  color: white;
  position: relative;

  border-radius: 28px;
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
}

.testimonial-card .testimonial-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0;
}

@media (max-width: 768px) {
  .corasel_box {
    height: 320px;
    padding: 20px;
  }

  .corasel_box .icon {
    width: 70px;
    height: 70px;
  }

  .corasel_box h3 {
    font-size: 18px;
  }

  .position {
    font-size: 12px;
  }

  .stars i {
    font-size: 14px;
  }

  .description {
    font-size: 12px;
  }

  .description::before,
  .description::after {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .corasel_box {
    height: 280px;
    padding: 15px;
  }

  .corasel_box .icon {
    width: 60px;
    height: 60px;
  }

  .corasel_box h3 {
    font-size: 16px;
  }

  .description {
    font-size: 11px;
  }

  .description::before,
  .description::after {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    height: 320px;
    padding: 20px;
  }

  .testimonial-card .testimonial-avatar {
    width: 70px;
    height: 70px;
  }

  .testimonial-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    height: 280px;
    padding: 15px;
  }

  .testimonial-card .testimonial-avatar {
    width: 60px;
    height: 60px;
  }

  .testimonial-card h3 {
    font-size: 16px;
  }
}

/* GENERAL RESPONSIVE FIXES */
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  body {
    font-size: 14px;
  }

  .navbar-nav .nav-link {
    margin: 5px 0;
  }

  .btn-custom {
    padding: 6px 12px;
    font-size: 11px;
  }

  .service-card {
    width: 80%;
  }

  .service-card h3 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }

  .container {
    padding: 0 10px;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-collapse {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px;
  }

  .slide-content h1 {
    font-size: 24px;
  }

  .slide-content p {
    font-size: 14px;
  }

  .hero-btn {
    padding: 8px 20px;
    font-size: 12px;
  }

  .about_heading h2 {
    font-size: 24px;
  }

  .services h2 {
    font-size: 28px;
  }

  .services p {
    font-size: 14px;
  }

  .icon_list li {
    padding: 12px;
  }

  .icon_list i {
    font-size: 22px;
  }

  .icon_list h3 {
    font-size: 16px;
  }

  .btn-customs {
    padding: 8px 20px;
    font-size: 13px;
  }

  .toggle-btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 8px;
  }

  .navbar {
    padding: 10px;
  }

  .logo-img {
    max-width: 80px;
  }

  .slide-content h1 {
    font-size: 20px;
  }

  .slide-content p {
    font-size: 12px;
  }

  .hero-btn {
    padding: 6px 16px;
    font-size: 11px;
  }

  .about_heading h3 {
    font-size: 16px;
  }

  .about_heading h2 {
    font-size: 20px;
  }

  .about_heading p {
    font-size: 13px;
  }

  .services h2 {
    font-size: 24px;
  }

  .services p {
    font-size: 13px;
  }

  .corasel_box h3 {
    font-size: 16px;
  }

  .position {
    font-size: 11px;
  }

  .footer-logo {
    font-size: 16px;
  }

  .footer-desc {
    font-size: 11px;
  }

  .footer-contact p {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 5px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  .navbar {
    padding: 8px;
  }

  .logo-img {
    max-width: 70px;
  }

  .btn-custom {
    padding: 5px 10px;
    font-size: 10px;
  }

  .slide-content h1 {
    font-size: 18px;
  }

  .slide-content p {
    font-size: 11px;
  }

  .hero-btn {
    padding: 5px 12px;
    font-size: 10px;
  }

  .about_heading h3 {
    font-size: 14px;
  }

  .about_heading h2 {
    font-size: 18px;
  }

  .about_heading p {
    font-size: 12px;
  }

  .services h2 {
    font-size: 20px;
  }

  .services p {
    font-size: 12px;
  }

  .icon_list li {
    padding: 10px;
  }

  .icon_list i {
    font-size: 20px;
  }

  .icon_list h3 {
    font-size: 14px;
  }

  .btn-customs {
    padding: 6px 16px;
    font-size: 12px;
  }

  .corasel_box {
    height: 260px;
    padding: 12px;
  }

  .corasel_box .icon {
    width: 55px;
    height: 55px;
  }

  .corasel_box h3 {
    font-size: 15px;
  }

  .position {
    font-size: 10px;
  }

  .stars i {
    font-size: 12px;
  }

  .description {
    font-size: 10px;
  }

  .description::before,
  .description::after {
    font-size: 16px;
  }

  .footer-logo {
    font-size: 15px;
  }

  .footer-desc {
    font-size: 10px;
  }

  .footer-contact p {
    font-size: 10px;
  }

  .footer-links li {
    font-size: 11px;
  }

  .footer-social a {
    font-size: 14px;
  }
}

.footer {
  height: 230px;
  background-color: oklab(96.946% 0.00307 0.00084);
}

.footer1 .input-group {
  width: 200px;
}

.footer1 .input-group-text {
  width: 75px;
}

.footer2 ul {
  margin-left: -88px;
}

.footer1 h6 {
  font-weight: 600;
  font-size: 18px;
  margin-left: 1px;
}

.footer2 h6 {
  font-weight: 600;
  font-size: 16px;
  margin-left: -58px;
}


.footer_end {
  height: 100px;
  background-color: lch(99.06% 2.48 30.31);
  text-align: center;
}

/* ------------------------------------ */
/* FOOTER PREMIUM */
.footer-premium {
  background: #0f172a;
  color: #cbd5e1;
  padding: 60px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-logo {
  color: #fff;
  font-weight: 700;
}

.footer-desc {
  font-size: 14px;
  margin: 15px 0;
  color: #94a3b8;
}

.footer-contact p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-contact i {
  color: #38bdf8;
  margin-right: 8px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #cbd5e1;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #38bdf8;
  padding-left: 5px;
}

/* Social Icons */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #cbd5e1;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #38bdf8;
  transform: translateY(-3px);
}

/* Newsletter */
.newsletter-form {
  display: flex;
  margin-top: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 5px 0 0 5px;
}

.newsletter-form button {
  background: #38bdf8;
  border: none;
  padding: 10px 15px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #0ea5e9;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #1e293b;
  padding-top: 15px;
  font-size: 14px;
  color: #94a3b8;
}

/* TOP BAR */
.top-bar {
  background: #f1f1f1;
  padding: 10px 132px;
  font-size: 14px;
}

.top-bar i {
  color: #ff3b3b;
  margin-right: 6px;
}


.custom-navbar {
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px !important;
  z-index: 1030;
}

.logo-img {
  height: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 8px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px 4px;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #38bdf8, #3b82f6);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-nav .nav-link:hover {
  color: #f8b538;
  transform: translateY(-2px);
}

.navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-nav .nav-link.active {
  background: linear-gradient(135deg, #38bdf8, #3b82f6);
  color: #fff;
  border-radius: 25px;
  padding: 8px 18px;
  box-shadow: 0 8px 25px rgba(56, 189, 248, 0.3);
}

.navbar-nav .nav-link.active::before {
  display: none;
}


.enquiry-btn {
  background: linear-gradient(135deg, #ff3b3b, #ff6b6b);
  color: #fff;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(255, 59, 59, 0.3);
  text-decoration: none;
  display: inline-block;
}

.enquiry-btn:hover {
  background: linear-gradient(135deg, #ff6b6b, #ff1717);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 59, 59, 0.4);
  color: #fff;
}

/* MOBILE */
@media (max-width: 991px) {
  .top-bar {
    text-align: center;
    padding: 12px 10px;
  }

  .top-bar div {
    margin: 8px 0;
  }

  .top-bar small {
    display: block;
    font-size: 12px;
  }

  .custom-navbar {
    padding: 10px 15px !important;
  }

  .navbar-nav .nav-link {
    margin: 6px 0;
    padding: 10px 12px;
    font-size: 14px;
  }

  .navbar-collapse {
    background: rgb(227 227 227 / 95%);
    border-radius: 12px;
    padding: 15px;
    margin-top: 10px;
    backdrop-filter: blur(15px);
  }

  .enquiry-btn {
    display: block;
    margin: 15px auto 0;
    width: 90%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .top-bar {
    font-size: 12px;
  }

  .top-bar small {
    font-size: 11px;
  }

  .logo-img {
    height: 45px;
  }

  .navbar-nav .nav-link {
    font-size: 13px;
    margin: 5px 0;
  }
}

/* Modal */
.modal-content {
  border: none;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modal-dialog {
  max-width: 550px;
}

/* Header */
.modal-header {
  border-bottom: none;
  padding: 35px 40px 15px;
  align-items: start;
  position: relative;
}

.modal-title {
  font-size: 34px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.modal-title-sub {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0;
}

.btn-close {
  background-size: 14px;
  opacity: 0.7;
  transition: 0.3s;
}

.btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/* Body */
.modal-body {
  padding: 5px 40px 40px;
}

/* Labels */
.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

/* Inputs */
.form-control {
  height: 41px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 12px 18px;
  font-size: 15px;
  background: #f9fafb;
  transition: all 0.3s ease;
  box-shadow: none;
}

.form-control:focus {
  border-color: #6366f1;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
}

textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.25);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(79, 70, 229, 0.35);
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .modal-header,
  .modal-body {
    padding: 25px;
  }

  .modal-title {
    font-size: 28px;
  }
}

/* ======================== 10 jun ============================ */


/* ===============================
   TRUST HIGHLIGHT BAR
================================= */

.trust-highlight-bar {
  max-width: 1300px;
  margin: -50px auto 80px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  z-index: 5;
}

.highlight-box {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  transition: .4s;
}

.highlight-box:hover {
  transform: translateY(-8px);
}

.highlight-box strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #16a34a;
  margin-bottom: 6px;
}

.highlight-box span {
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

/* ===============================
   TRUST SECTION
================================= */

.trust-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #564c4c, #162044);
  overflow: hidden;
}

/* Background Glow Effects */

.trust-section::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -180px;
  width: 450px;
  height: 450px;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 50%;
  filter: blur(120px);
}

.trust-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 450px;
  height: 450px;
  background: rgba(184, 134, 11, 0.12);
  border-radius: 50%;
  filter: blur(120px);
}

/* Container */

.trust-section .container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

/* ===============================
   HEADING
================================= */

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading span {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.30);
  color: #D4AF37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-heading h2 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-heading p {
  max-width: 750px;
  margin: auto;
  color: #e7ddd4;
  font-size: 17px;
  line-height: 1.8;
}

/* ===============================
   GRID
================================= */

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

/* ===============================
   CARD
================================= */

.trust-card {
  position: relative;
  text-align: center;
  padding: 40px 25px;
  border-radius: 24px;
  background: #0000000f;
  border: 1px solid #2b2a2626;
  backdrop-filter: blur(14px);
  transition: all .4s ease;
  overflow: hidden;
}

/* Gold Top Border */

.trust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,
      #F7E7A1,
      #D4AF37,
      #B8860B);
}

.trust-card:hover {
  transform: translateY(-12px);
  border-color: #D4AF37;
  box-shadow: 0 20px 50px rgba(212, 175, 55, 0.25);
}

.trust-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 30px;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(25deg);
  filter: blur(8px);
  transition: all 0.9s ease;
}

.trust-card:hover::after {
  left: 150%;
}

/* ===============================
   ICON
================================= */

.trust-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,
      #F7E7A1,
      #D4AF37,
      #B8860B);
  color: #ffffff;
  font-size: 30px;
  box-shadow:
    0 10px 30px rgba(212, 175, 55, 0.35);
}

/* ===============================
   NUMBER
================================= */

.trust-number {
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;

  background: linear-gradient(135deg,
      #F7E7A1,
      #D4AF37,
      #B8860B);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===============================
   TITLE
================================= */

.trust-card h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ===============================
   TEXT
================================= */

.trust-card p {
  color: #e7ddd4;
  font-size: 15px;
  line-height: 1.8;
}

/* ===============================
   BENEFITS
================================= */

.additional-benefits {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.benefit-item {
  padding: 15px 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.15);
  color: #ffffff;
  font-weight: 600;
  transition: all .3s ease;
}

.benefit-item i {
  color: #D4AF37;
  margin-right: 8px;
}

.benefit-item:hover {
  background: #D4AF37;
  color: #2b1d16;
  transform: translateY(-4px);
}

.benefit-item:hover i {
  color: #2b1d16;
}

/* ===============================
   RESPONSIVE
================================= */

@media(max-width:1200px) {

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media(max-width:768px) {

  .trust-section {
    padding: 80px 0;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading h2 {
    font-size: 36px;
  }

}

@media(max-width:576px) {

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .trust-number {
    font-size: 42px;
  }

  .benefit-item {
    width: 100%;
    text-align: center;
  }

}

/*====================================
    PREMIUM PRODUCTS SECTION
====================================*/

.products-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc, #eef4ff);
  overflow: hidden;
}

/* Background Effects */

.products-section::before {
  content: '';
  position: absolute;
  top: -250px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(13, 110, 253, .08);
  filter: blur(80px);
}

.products-section::after {
  content: '';
  position: absolute;
  right: -200px;
  bottom: -200px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(0, 200, 150, .08);
  filter: blur(80px);
}

.products-section .container {
  position: relative;
  z-index: 2;
}

/* Heading */

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title span {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(13, 110, 253, .08);
  color: #0d6efd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 48px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-title p {
  max-width: 700px;
  margin: auto;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

/* Grid */

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Premium Card */

.product-card {
  position: relative;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  overflow: hidden;
  transition: .5s;
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow:
    0 15px 40px rgba(0, 0, 0, .06),
    0 5px 15px rgba(13, 110, 253, .08);
}

/* Gradient Border */

.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 28px;
  background: linear-gradient(135deg,
      rgba(13, 110, 253, .4),
      rgba(0, 200, 150, .3));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Shine Effect */

.product-card::after {
  content: '';
  position: absolute;
  top: -100%;
  left: -150%;
  width: 70%;
  height: 250%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, .4),
      transparent);
  transform: rotate(25deg);
  transition: .8s;
}

.product-card:hover::after {
  left: 180%;
}

.product-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 25px 60px rgba(13, 110, 253, .15),
    0 15px 30px rgba(0, 0, 0, .08);
}

/* Image */

.product-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.product-card:hover .product-image img {
  transform: scale(1.12);
}

/* Overlay */

.product-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(15, 23, 42, .65),
      transparent);
  z-index: 1;
}

/* Category Label */

.product-image span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background: #fff;
  color: #0d6efd;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

/* Content */

.product-content {
  padding: 30px;
}

.product-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
}

.product-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #475569;
  font-size: 15px;
  transition: .3s;
}

.product-content ul li:hover {
  color: #0d6efd;
  padding-left: 35px;
}

.product-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #e8f1ff;
  color: #0d6efd;
  font-size: 11px;
  font-weight: 700;
}

/* Button */

.product-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #0d6efd;
  font-weight: 700;
  text-decoration: none;
}

.product-btn i {
  transition: .3s;
}

.product-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */

@media(max-width:991px) {

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title h2 {
    font-size: 38px;
  }
}

@media(max-width:767px) {

  .products-grid {
    grid-template-columns: 1fr;
  }

  .products-section {
    padding: 80px 0;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .product-image {
    height: 220px;
  }
}

/*==============================
   LOGO SECTION    10 jun
==============================*/

.logo-section {
  padding: 100px 0;
  background: hwb(211 16% 74%);
}


.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.logo-box {
  background: #fff;
  height: 120px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all .4s ease;
}

.logo-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.15);
}

.logo-box img {
  max-width: 200px;
  max-height: 100px;
  min-width: 190px;
  min-height: 99px;
  object-fit: contain;
  filter: grayscale(0);
  transition: .4s;
}

.logo-box:hover img {
  filter: grayscale(0);
  filter: grayscale(100%);
}

@media(max-width:991px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:576px) {
  .logo-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: 30px;
  }
}



.enquiry-btn {
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  border: none;
  color: #fff;
  transition: 0.4s;
}

.enquiry-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
}


.service-card {
  background: hsla(0, 2%, 9%, 0.686);
  color: hsl(0, 17%, 95%);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}

.service-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.nav-link {
  position: relative;
  transition: 0.3s;
}

.nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #6366f1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}


.icon_list i {
  font-size: 28px;
  color: #6366f1;
  margin-right: 15px;
}

.social-bar a {
  display: block;
  margin: 10px 0;
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  padding: 12px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-bar a:hover {
  transform: scale(1.2) rotate(5deg);
}

.footer-premium {
  background: #020617;
  color: #94a3b8;
}

.footer-logo {
  font-weight: 700;
  color: #fff;
}

.footer-links li a:hover {
  color: #6366f1;
  padding-left: 5px;
}

/* =========================
   UNIQUE ABOUT SECTION
========================= */
/* =========================
   FEATURE BAR
========================= */
.feature-bar {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  padding: 25px 0;
}

.feature-box {
  text-align: center;
  transition: 0.4s;
}

.feature-box i {
  font-size: 30px;
  margin-bottom: 10px;
}

.feature-box:hover {
  transform: translateY(-8px) scale(1.05);
}

/* =========================
   ABOUT SECTION
========================= */
.about-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.about-title::after {
  content: '';
  width: 70px;
  height: 4px;
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 10px;
}

.about-text {
  color: #555;
  line-height: 1.8;
}

/* =========================
   IMAGE STYLE
========================= */
.about-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.about-img img {
  width: 100%;
  border-radius: 15px;
  transition: 0.5s ease;
}

.about-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(99, 102, 241, 0.2), transparent);
  opacity: 0;
  transition: 0.4s;
}

.about-img:hover img {
  transform: scale(1.08);
}

.about-img:hover::after {
  opacity: 1;
}

/* =========================
   BUTTON
========================= */
.btn-custom {
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  margin-top: 20px;
  transition: 0.4s;
}

.btn-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
}

/* =========================
   COUNTER SECTION
========================= */
.counter-section {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  padding: 20px 0;
  color: #fff;
}

.counter-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 5px;
  transition: 0.4s;
}

.counter-box i {
  font-size: 20px;
  margin-bottom: 15px;
  color: #8b5cf6;
}

.counter-box h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #cbd5f5;
}

.counter-box:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 768px) {
  .about-section {
    text-align: center;
  }

  .about-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* =========================
   GLOBAL SPACING
========================= */
section {
  padding: 100px 0;
}

.container {
  max-width: 1140px;
}

/* =========================
   FEATURE BAR
========================= */
.feature-bar {
  padding: 30px 0;
}

.feature-box {
  padding: 15px;
}

.feature-box i {
  margin-bottom: 12px;
}

/* =========================
   ABOUT SECTION
========================= */
.about-section {
  padding: 50px 0;
}

.about-title {
  margin-bottom: 25px;
}

.about-text {
  margin-bottom: 18px;
}

/* spacing between text & image */
.about-section .row {
  row-gap: 40px;
}

/* =========================
   IMAGE
========================= */
.about-img {
  margin-top: 10px;
}

.about-img img {
  border-radius: 12px;
}

/* =========================
   VISION / MISSION
========================= */
.vision-mission {
  padding: 1px 0;
}

.vm-box {
  padding: 35px 25px;
  border-radius: 12px;
  height: 100%;
}

.vm-icon {
  margin-bottom: 15px;
}

.vm-box h3 {
  margin-bottom: 15px;
}

.vm-box p {
  line-height: 1.7;
}

/* =========================
   COUNTER SECTION
========================= */
.counter-section {
  padding: 25px 0;
}

.counter-box {
  padding: 11px 0px;
}

.counter-box i {
  margin-bottom: 15px;
}

.counter-box h2 {
  margin-bottom: 10px;
}

.counter-box p {
  margin: 0;
}

/* spacing between counter cards */
.counter-section .row {
  row-gap: 30px;
}

/* =========================
   MOBILE SPACING
========================= */
@media(max-width: 768px) {

  section {
    padding: 70px 0;
  }

  .about-section {
    text-align: center;
  }

  .about-title {
    margin-bottom: 20px;
  }

  .about-section .row {
    row-gap: 30px;
  }

  .vm-box {
    padding: 25px;
  }

  .counter-box {
    padding: 25px;
  }
}

/* HERO SECTION */
.contact-hero {
  height: 350px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('images/about-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* TEXT STYLE */
.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .contact-hero {
    height: 300px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}


.custom-navbar {
  background: white !important;
  backdrop-filter: blur(10px);
}

.enquiry-btn {
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  border: none;
  color: #fff;
  transition: 0.4s;
}

.enquiry-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
}


.service-card {
  background: hsla(0, 2%, 9%, 0.686);
  color: hsl(0, 17%, 95%);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}

.service-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.nav-link {
  position: relative;
  transition: 0.3s;
}

.nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #6366f1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}


.icon_list i {
  font-size: 28px;
  color: #6366f1;
  margin-right: 15px;
}

.social-bar a {
  display: block;
  margin: 10px 0;
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  padding: 12px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-bar a:hover {
  transform: scale(1.2) rotate(5deg);
}

.footer-premium {
  margin-top:20px;
  background: #020617;
  color: #94a3b8;
}

.footer-logo {
  font-weight: 700;
  color: #fff;
}

.footer-links li a:hover {
  color: #6366f1;
  padding-left: 5px;
}



/* LIGHT PREMIUM ABOUT */
.about-premium {
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
  position: relative;
}

/* Heading */
.about-subtitle {
  color: #6366f1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
}

.about-desc {
  color: #475569;
  max-width: 600px;
  margin: auto;
}

/* IMAGE */
.about-img-wrapper {
  position: relative;
}

.main-img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Floating Experience Box */
.experience-box {
  position: absolute;
  bottom: -20px;
  left: 30px;
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  padding: 20px 30px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.experience-box h3 {
  font-size: 28px;
  margin: 0;
}

.experience-box p {
  margin: 0;
  font-size: 14px;
}

/* CONTENT BOX (Glass Light) */
.about-content-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.about-content-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.about-content-box h3 {
  color: #0f172a;
}

.about-content-box p {
  color: #475569;
}

/* FEATURES */
.feature-box {
  display: flex;
  align-items: start;
  gap: 15px;
  background: #f1f5f9;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.feature-box i {
  font-size: 26px;
  color: #6366f1;
}

.feature-box h5 {
  margin: 0;
  color: #0f172a;
}

.feature-box p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.feature-box:hover {
  background: #eef2ff;
  transform: translateY(-5px);
}