.social-sticky {
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Common Button Style */
.social-sticky a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Animation */
.social-sticky a::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(255, 255, 255, 0.25);
  top: -130%;
  left: -130%;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.social-sticky a:hover::before {
  top: -10%;
  left: -10%;
}

.social-sticky a:hover {
  transform: scale(1.15) rotate(6deg);
}

/* Platform Colors */
.facebook {
  background: #1877f2;
}
.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.youtube {
  background: #ff0000;
}
.twitter {
  background: #1987bd;
}
/* .whatsapp {     background: #25D366; } */

/* ===========================
   Mobile Responsive
   =========================== */

@media (max-width: 768px) {
  .social-sticky {
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }

  .social-sticky a {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
}

.appointment-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

/* Sidebar Button */
.appointment-sidebar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 204px;
  background: linear-gradient(135deg, #0d6efd, #198754);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-family: Arial, sans-serif;
  border-radius: 3px 0 0 3px;
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

/* Vertical Text */
.appointment-sidebar span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 1px;
}

/* Hover Effect */
.appointment-sidebar a:hover {
  width: 70px;
  background: linear-gradient(135deg, #198754, #0d6efd);
}

.bgstysd {
  background: #eb7d0d !important;
}
.fint {
  font-size: 17px;
  margin-bottom: 4px !important;
}
/* Mobile Footer */
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #ffffff;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
  border-top: 1px solid #dc3545;
  align-items: center;
  justify-content: space-between;
}

/* Footer Item */
.footer-item {
  flex: 1;
  text-align: center;
  padding: 8px 2px;
  text-decoration: none;
  color: #27477d;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s ease;
  border-right: 1px solid #f0f0f0;
}

.footer-item:last-child {
  border-right: none;
}

/* Icon */
.footer-item .icon {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
  color: #0d6efd;
}

/* WhatsApp Icon Color */
.footer-item.whatsapp .icon {
  color: #198754;
}

/* Hover / Active Effect */
.footer-item:active {
  background: #f8f9fa;
}

/* Extra Small Devices */
@media (max-width: 400px) {
  .footer-item {
    font-size: 9px;
    padding: 6px 1px;
  }

  .footer-item .icon {
    font-size: 16px;
  }
}

/* Hide on Desktop */
@media (min-width: 992px) {
  .mobile-footer {
    display: none !important;
  }
}

/* Toggle Button */
.clikcbox-toggle {
  position: fixed;
  right: 1px;
  top: 85%;
  background: #15274e;
  color: #fff;
  padding: 16px;
  cursor: pointer;
  z-index: 9999;
  border-radius: 5px;
  font-size: 35px;
}

/* Main Box */
.clikcbox {
  position: fixed;
  right: -340px;
  top: 72%;
  transform: translateY(-50%);
  width: 320px;
  background: #fff;
  padding: 17px;
  z-index: 9999;
  transition: 0.4s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Active */
.clikcbox.active {
  right: 63px;
}

/* Close Button */
.clikcbox-close {
  position: absolute;
  left: -12px;
  top: -9px;
  background: #dc3545;
  color: #ffffff;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100px;
  padding: 1px 7px;
}
@media (max-width: 576px) {
  .clikcbox-toggle,
  .clikcbox {
    display: none !important;
  }
}
/* Grid */
.clikcbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Items */
.box-item {
  background: #198754;
  color: #fff;
  text-decoration: none;
  padding: 22px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.box-item i {
  font-size: 22px;
}
.s9oos li {
  padding: 1px 0 3px 25px !important;
  margin: 0px 0px 0px 0px !important;
}
.s9oos li > i:first-child {
  top: 4px !important;
}

.box-item.full {
  grid-column: span 2;
}

.modal {
  z-index: 99999999999 !important;
}
.sty6yv {
  padding: 13px 12px !important;
  text-align: center !important;
}
.changHight {
  height: 41px !important;
  padding-left: 11px !important;
  border-radius: 7px !important;
}
.yu7us {
  top: 13px !important;
}
.fbnvoc {
  padding: 16px 33px !important;
}
.dtxt {
  font-size: 18px;
  margin-bottom: 0px !important;
}
.modaltxt {
  font-size: 14px !important;
  margin-top: 4px !important;
  margin-bottom: 0px !important;
}
.esrrvers {
  padding-top: 11px;
  padding-bottom: 9px;
  margin-bottom: 7px;
}

.contsection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px dashed #1e90ff;
}

.cntbox {
  padding: 22px 20px;
  text-align: center;
  border-right: 1px dashed #1e90ff;
}

.cntbox:last-child {
  border-right: none;
}

.cntbox i {
  font-size: 36px;
  color: #1e90ff;
  margin-bottom: 12px;
}

.cntbox h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
}

.cntbox p {
  font-size: 15px;
  color: #555;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* 🔹 Mobile Responsive */
@media (max-width: 768px) {
  .contsection {
    grid-template-columns: repeat(2, 1fr);
  }

  .cntbox {
    border-right: 1px dashed #1e90ff;
    border-bottom: 1px dashed #1e90ff;
  }

  .cntbox:nth-child(2),
  .cntbox:nth-child(4) {
    border-right: none;
  }

  .cntbox:nth-child(3),
  .cntbox:nth-child(4) {
    border-bottom: none;
  }
}

/* Sidebar CTA Container */
.sidebar-cta {
  background: linear-gradient(135deg, #15274e, #27477d);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #333;
  transition: transform 0.3s ease;
}

.sidebar-cta:hover {
  transform: translateY(-5px);
}

/* Heading */
.sidebar-cta h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #fff;
}

/* Description */
.sidebar-cta p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #fff;
}

/* CTA Buttons */
.cta-btnsss {
  display: inline-block;
  margin: 3px 3px;
  padding: 4px 19px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btnsss {
  background-color: #ff6b6b;
  color: #fff;
}

.cta-btnsss:hover {
  background-color: #ff4b4b;
}

.online-btn {
  background-color: #6bc1ff;
  color: #fff;
}

.online-btn:hover {
  background-color: #2196f3;
}

/* CTA Info */
.cta-info {
  margin-top: 20px;
  text-align: left;
  font-size: 0.9rem;
  color: #fff;
}

.cta-info p {
  margin: 5px 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .sidebar-cta {
    padding: 20px;
  }

  .sidebar-cta h3 {
    font-size: 1.5rem;
  }

  .cta-btnsss {
    width: 100%;
    margin: 10px 0;
  }
}

.career-jobs {
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  text-align: center;
}

.career-jobs h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1a73e8;
}

.jobs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Job Card */
.job-card {
  border: 1px solid #1a73e8;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: left;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.job-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #1a73e8;
}

.bookmark {
  font-size: 1.2rem;
  cursor: pointer;
  color: #555;
}

.company,
.location {
  margin: 2px 0;
  color: #555;
  font-size: 0.95rem;
  text-align: justify;
}

.job-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 11px 0;
}

.job-info span {
  background-color: #f1f3f4;
  color: #555;
  font-size: 0.8rem;
  padding: 3px 10px;
  border-radius: 5px;
}

.full-time {
  background-color: #e6f4ea;
  color: #34a853;
}

.remote {
  background-color: #f1f3f4;
  color: #555;
}

.flexible {
  background-color: #f1f3f4;
  color: #555;
}

.salary {
  background-color: #f1f3f4;
  color: #555;
}

/* Apply Link */
.apply-link {
  text-decoration: none;
  font-weight: bold;
  color: #1a73e8;
  display: inline-block;
  margin-top: 2px;
  font-size: 0.9rem;
}

.apply-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .job-card {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .job-card {
    width: 100%;
  }
}

.appynowcss {
  font-family: "Poppins", sans-serif;
  background: #f8f9fa;
  padding: 50px 20px;
}

.appynowcss .apply-container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.appynowcss .apply-container:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.appynowcss h2 {
  text-align: center;
  color: #007bff;
  margin-bottom: 10px;
}

.appynowcss p {
  text-align: center;
  color: #6c757d;
  margin-bottom: 30px;
}

.appynowcss .form-group {
  margin-bottom: 20px;
}

.appynowcss label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.appynowcss input[type="text"],
.appynowcss input[type="email"],
.appynowcss input[type="tel"],
.appynowcss input[type="file"] {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: 0.3s;
}

.appynowcss input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  outline: none;
}

.appynowcss button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.appynowcss button:hover {
  background: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
  .appynowcss .apply-container {
    padding: 20px;
  }
}

/* top bar emergency call dropdown css start here */
.edrop:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  position: absolute;
  top: 30px;
  left: 0;
}
.vhours {
  margin: 0;
  padding: 0;
}
.vhours li {
  margin-top: 10px;
  list-style: none;
}
.mgm-modal {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* IMAGE */
.mgm-image {
  background-size: cover;
  background-position: center;
}

/* FORM */
.mgm-form {
  padding: 26px 26px;
}

.form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-top h5 {
  color: #0f3c78;
  font-weight: 600;
}

.doctor-status {
  font-size: 12px;
  color: #16a34a;
}

.form-info {
  font-size: 13px;
  color: #6b7280;
  margin: 8px 0 16px;
}
.ayushman-strip-pro {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 14px;
  color: #fff;
}

.strip-left {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.strip-right strong {
  font-size: 16px;
  display: block;
}

.strip-right span {
  font-size: 15px;
  opacity: 0.9;
}

/* INPUTS */
label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}

.mgm-input {
  height: 45px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #d71920;
  padding: 0 10px;
}

.mgm-input:focus {
  border-color: #0f3c78;
  box-shadow: none;
}

/* BUTTON */
.mgm-btn {
  background: #d71920;
  color: #fff;
  height: 42px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
}

.mgm-btn:hover {
  background: #b9151b;
}
.mgm-close {
  background: #d71920;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 14px;
  z-index: 999;
  text-align: center;
  border-radius: 50px;
  height: 25px;
}

/* PRIVACY */
.privacy-text {
  font-size: 11px;
  color: #6b7280;
  margin: 10px 0;
}
.doctor-status {
  font-size: 12px;
  font-weight: 600;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 6px;
  /* animation:pulseBlink 1.2s infinite; */
}

/* Blinking dot */
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
  animation: pulseBlink 1.2s infinite;
}

@keyframes pulseBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {
  .modal-dialog {
    margin: 8px;
  }
  /* overall padding kam */
  .mgm-form {
    padding: 14px 14px;
  }
  /* input height kam */
  .mgm-input {
    height: 34px;
    font-size: 12px;
  }

  /* label spacing kam */
  .mgm-form label {
    margin-bottom: 2px;
    font-size: 11px;
  }

  /* row gap kam */
  .mgm-form .row.g-2 {
    --bs-gutter-y: 6px;
  }

  /* description text thoda compact */
  .form-info {
    margin-bottom: 10px;
    font-size: 12px;
  }

  /* privacy text tight */
  .privacy-text {
    margin: 6px 0;
    font-size: 10px;
  }

  /* button height kam */
  .mgm-btn {
    height: 36px;
    font-size: 13px;
  }
}

.small-cube {
  width: 90px;
  height: 90px;
  perspective: 800px;
}

.small-cube .cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCube 12s linear infinite;
}

.small-cube .face {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #0d6efd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.small-cube .face img {
  width: 34px;
  height: auto;
  object-fit: contain;
}

/* cube depth = 90/2 = 45 */
.front {
  transform: translateZ(45px);
}
.back {
  transform: rotateY(180deg) translateZ(45px);
}
.right {
  transform: rotateY(90deg) translateZ(45px);
}
.left {
  transform: rotateY(-90deg) translateZ(45px);
}

/* Left → Right rotation */
@keyframes rotateCube {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

/* pause on hover (recommended for footer) */
.small-cube:hover .cube {
  animation-play-state: paused;
}
/* Sticky logo container */
.sticky-logo {
  position: fixed;
  top: 250px;
  left: 4%;
  transform: translateX(-50%);
  z-index: 9999;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 5px;

  /* Smooth animation */
  animation: pulseGlow 0.8s infinite;
  transition: all 0.3s ease;
}

/* Logo size (Desktop default) */
.sticky-logo img {
  height: 100px;
  width: auto;
}

/* Tablet View */
@media (max-width: 992px) {
  .sticky-logo {
    top: 200px;
    left: 6%;
  }

  .sticky-logo img {
    height: 75px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .sticky-logo {
    top: auto;
    bottom: 69px; /* Bottom pe shift kar diya */
    left: 10%;
    transform: translateX(-50%);
    padding: 4px;
  }

  .sticky-logo img {
    height: 55px; /* Small size for mobile */
  }
}

/* Glow animation */
@keyframes pulseGlow {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  }
  50% {
    opacity: 0.8;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  }
}
/* floating-video  */
.floating-fb-video {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 220px;
  height: 220px;
  z-index: 9999;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.floating-fb-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

.close-btn:hover {
  background: #ff0000;
}

/* tpa partner css here */
.brand-box {
  width: 180px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: auto;
  border: 1px solid #e5e5e5; /* Added Border */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.brand-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;

  transition: all 0.3s ease;
}

/* Hover Effect */
.brand-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border-color: #139596; /* Theme color on hover */
}

/* Optional Logo Zoom Effect */
.brand-box:hover img {
  transform: scale(1.08);
}

.brand-box:hover img {
  filter: grayscale(0%);
}

/* ===== Mammography Section ===== */
.mammo-pro {
  padding: 60px 0;
  background: #dc354517;
}

.mammo-box {
  background: #fff;
  border-radius: 25px;
  padding: 50px 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

/* LEFT CONTENT */
.mammo-text h2 {
  font-size: 34px;
  margin-bottom: 8px;
  color: #003366;
}

.mammo-sub {
  color: #ff0055;
  font-weight: 600;
  margin-bottom: 15px;
}

.mammo-desc {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

.mammo-label {
  background: #003366;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.mammo-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.mammo-text ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

/* Check Icon */
.icon-pulse {
  color: #ff0055;
  margin-right: 6px;
  animation: pulseIcon 0.8s infinite;
}

@keyframes pulseIcon {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

/* Button */
.mammo-btn {
  background: #ff0055;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}

.mammo-btn:hover {
  background: #cc0044;
}

.mammo-offer-text {
  margin-left: 15px;
  font-size: 14px;
  color: #003366;
}

/* IMAGE */
.mammo-img img {
  max-width: 100%;
  height: auto;
  max-height: 350px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .mammo-box {
    padding: 30px 20px;
    text-align: center;
  }

  .mammo-text h2 {
    font-size: 26px;
  }

  .mammo-desc {
    font-size: 14px;
  }

  .mammo-offer-text {
    display: block;
    margin: 10px 0 0 0;
  }

  .mammo-img img {
    max-height: 250px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .mammo-text h2 {
    font-size: 22px;
  }

  .mammo-text ul li {
    font-size: 13px;
  }

  .mammo-btn {
    padding: 10px 22px;
    font-size: 13px;
  }
}
/* Main Sticky Wrapper */
.sticky-menu {
  position: fixed;
  right: 0;
  top: 59%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Sticky Item */
.sticky-item {
  display: flex;
  align-items: center;
  width: 175px;
  height: 45px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateX(130px);
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}

.sticky-item:hover {
  transform: translateX(0);
}

/* Icon */
.sticky-item .icon {
  width: 50px;
  text-align: center;
  font-size: 18px;
}

/* Text */
.sticky-item .text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

/* Background Colors */
.bg-gray {
  background: #64748b;
}
.bg-blue {
  background: #3b82f6;
}
.bg-indigo {
  background: #6366f1;
}
.bg-pink {
  background: #ec4899;
}

/* Social Icons Row */
.social-icons {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 5px;
  background: #fff;
  padding: 6px;
  display: none;
  gap: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.social-wrapper:hover .social-icons {
  display: flex;
}

/* Social Buttons */
.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
}

/* Social Colors */
.fb {
  background: #1877f2;
}
.ig {
  background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}
.li {
  background: #0a66c2;
}
.yt {
  background: #ff0000;
}
.wa {
  background: #25d366;
}

.mgm-review-section {
  padding: 80px 5%;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
}

.mgm-container {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.mgm-testimonial,
.mgm-faq {
  flex: 1;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Titles */
.mgm-title span {
  color: #0d6efd;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mgm-title h2 {
  margin-top: 10px;
  font-weight: 700;
}

/* Testimonial */
.mgm-slide {
  display: none;
  animation: fadeIn 0.5s ease;
}

.mgm-slide.active {
  display: block;
}

.mgm-slide p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444;
}

.rating {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.mgm-slide h4 {
  margin: 0;
  font-weight: 600;
}

.mgm-slide small {
  color: #777;
}

/* FAQ */
.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding-bottom: 15px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Equal height automatically via flex */
@media (max-width: 992px) {
  .mgm-container {
    flex-direction: column;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* video testimonial css start */
.ps-section {
  padding: 30px 0;
  background: #ffffff;
}

.ps-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}

.ps-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
}

.ps-col {
  display: flex;
  flex-direction: column;
  /* justify-content:center; */
  gap: 25px;
}

/* SIDE SMALL FLOAT EFFECT */
.side-left {
  transform: translateY(-95px);
}

.side-right {
  transform: translateY(-95px);
}

.left {
  transform: translateY(-6px);
}

.right {
  transform: translateY(-6px);
}

/* CARD STYLE */
.ps-card {
  width: 220px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  background: #000;
}
.ps-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.ps-card.big {
  width: 320px;
  height: 480px;
}

.ps-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #dc3545, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 0px; /* bottom padding increase */
  color: #fff;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
}

/* ===== DESKTOP FORCE LAYOUT ===== */
@media (max-width: 1200px) {
  .ps-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ps-col {
    transform: none !important;
  }
}
/* video testimonial css end */

.simple-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.simple-card:hover {
  transform: translateY(-5px);
}

.simple-card img {
  height: 260px;
  object-fit: cover;
}
.why-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-5px);
}

.why-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.why-body {
  padding: 18px;
  text-align: center;
}

.why-body h5 {
  margin-bottom: 8px;
  font-weight: 600;
}
/* marquee css start here */
.top-marquee {
  background: linear-gradient(90deg, #003366, #005fa3);
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  animation: scrollMarquee 25s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  margin-right: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.marquee-item i {
  margin-right: 8px;
  font-size: 16px;
  color: #ffc107;
  animation: pulseIcon 1.5s infinite;
}

/* 👇 Hover par marquee pause */
.top-marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* optional: icon animation bhi pause ho */
.top-marquee:hover .marquee-item i {
  animation-play-state: paused;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.stats-section {
  background: #ffffff;
}

.stat-card {
  padding: 35px 20px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.stat-card h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 15px 0 5px;
  color: #fff;
}

.stat-card p {
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
  color: #ffffff !important;
}

/* Animated Icon */
.stat-icon {
  font-size: 32px;
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Card Hover */
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Different Colors */
.stat-1 {
  background: linear-gradient(135deg, #0d6efd, #4dabf7);
}

.stat-2 {
  background: linear-gradient(135deg, #198754, #51cf66);
}

.stat-3 {
  background: linear-gradient(135deg, #6f42c1, #9775fa);
}

.stat-4 {
  background: linear-gradient(135deg, #fd7e14, #ffa94d);
}
/* Responsive 2 Cards Per Row */
@media (max-width: 991px) {
  .stats-section .col-lg-3 {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .stats-section .col-lg-3 {
    width: 50%;
    flex: 0 0 50%;
  }

  .stat-card {
    padding: 25px 15px; /* Thoda compact */
  }

  .stat-card h2 {
    font-size: 22px;
  }

  .stat-card p {
    font-size: 13px;
  }

  .stat-icon {
    font-size: 24px;
  }
}

.mgm-video-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #3b82f633, #ffffff);
}

.video-wrapper {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.video-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 15px;
}

.video-content h2 span {
  color: #e91e63;
}

.video-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  max-width: 520px;
}

.video-content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.video-content ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.video-btn {
  background: #e91e63;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.video-btn:hover {
  background: #c2185b;
}

.video-thumbnail {
  position: relative;
}

.video-thumbnail img {
  max-width: 480px;
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
  cursor: pointer;
}

.video-thumbnail iframe {
  border-radius: 15px;
}
.video-responsive {
  width: 140%;
  max-width: 800px; /* Control max width */
  height: 300px; /* Fixed height */
  margin: auto;
}

.video-responsive iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .video-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .video-thumbnail img {
    max-width: 100%;
  }
}
/* ===============================
   About Modern Section
=================================*/

.about-modern {
  background: #f8f9fb;
}

/* Badge Top */
.about-badge {
  display: inline-block;
  background: #0077b6;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 15px;
}

.about-content-modern h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.highlight-text {
  color: #0077b6;
}

.about-content-modern p {
  color: #555;
  margin-bottom: 15px;
}

.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.about-list i {
  color: #0077b6;
  margin-right: 6px;
}

/* ===============================
   Buttons (Responsive Fix)
=================================*/

.about-btns {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.about-btns a {
  flex: 1;
  text-align: center;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-primary-modern {
  background: #0077b6;
  color: #fff;
}

.btn-primary-modern:hover {
  background: #005f8f;
}

.btn-outline-modern {
  border: 2px solid #0077b6;
  color: #0077b6;
}

.btn-outline-modern:hover {
  background: #0077b6;
  color: #fff;
}

/* ===============================
   Image Section
=================================*/

.about-image-modern {
  position: relative;
}

.main-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  bottom: -20px;
  /* left: -20px; */
  background: #0077b6;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.experience-badge h4 {
  font-size: 28px;
  margin: 0;
  color: #fff;
}

/* ===============================
   Responsive
=================================*/

@media (max-width: 991px) {
  /* Center Experience Badge */
  .experience-badge {
    /* position: static; */
    margin: 20px auto 0 auto;
    display: block;
    width: fit-content;
  }

  .about-image-modern {
    text-align: center;
  }

  /* Buttons Responsive */
  .about-btns {
    gap: 8px;
  }

  .about-btns a {
    font-size: 13px;
    padding: 10px 12px;
  }
}

@media (max-width: 576px) {
  .about-content-modern h2 {
    font-size: 22px;
  }

  .about-btns a {
    font-size: 12px;
    padding: 9px 8px;
  }
}
/* award section css start here */
.home-award {
  background: #f5f6f8;
  padding: 70px 0;
}

.heading {
  font-size: 32px;
  font-weight: 600;
}
#home-award-slider .slide-item {
  padding: 0 15px; /* gap between cards */
}

#home-award-slider {
  margin: 0 -15px; /* compensate padding */
}

.award-block {
  background: #fff;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  min-height: 180px;
}

.award-year span {
  font-size: 18px;
  font-weight: 600;
  color: #e94d2a;
}

.awrad-desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.brand-name {
  color: #e94d2a;
  font-weight: 600;
}

.leaf {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.leaf-left {
  left: 15px;
}

.leaf-right {
  right: 15px;
}
/* award section css end here */
