body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  background: #f7f7f7;
}

a {
  color: #000;
  text-decoration: none;
}

/* HEADER */

/* WRAPPER */
.header-wrapper {
  position: relative;
  z-index: 9999;
}

/* TOP HEADER */
.top-header {
  background: #ffffff;
  padding: 10px 0 0;
  border-bottom: 0px solid #e6e6e6;
  position: relative;
  z-index: 9999;
}

/* NAVBAR */
.main-navbar {
  background: #fff;
  /* border-bottom: 1px solid #ddd; */
  position: relative;
  z-index: 999;
  padding-top: 35px;
}

.navbar .container {
  position: relative;
}

.navbar-collapse {
  justify-content: center !important;
}

/* .logo-box {
  position: relative;
  height: 40px; 
  
}

.logo {
  height: 70px;
  position: absolute;
  bottom: -28px; 
  left: 0;
  z-index: 9999;
} */
.logo-box {
  /* position: relative; */
  /* height: 50px; */
  /* reserve space */
}

.logo {
  height: 70px;
  /* position: absolute;
  bottom: -45px;
  left: 0; */
  z-index: 9999;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  background: #2c2c2c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.social-icons-header {
  display: flex;
  gap: 10px;
}

.social-icons-header a {
  width: 30px;
  height: 30px;
  background: #2c2c2c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.social-icons-header a:hover {
  background: #C1272D;
}

/* MENU */
.navbar-nav {
  /* gap: 28px; */
  margin-left: 0px;
}

/* LINKS */
.navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  /* padding: 14px 0; */
  margin: 14px 0px;
}

.navbar-nav .nav-link.active {
  color: #C1272D;
}

/* DROPDOWN FIX */
/* .nav-item.dropdown:hover .dropdown-menu {
  display: block;
} */

/* UNDERLINE ANIMATION */

/* .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 22px;
  width: 0;
  height: 2px;
  background: #C1272D;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
  width: 40%;
} */

/* DROPDOWN */

.dropdown-menu {
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  margin-top: 0px;
}

/* DROPDOWN ITEMS */

.dropdown-item {
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: 0.3s;
}

.dropdown-item:hover {
  background: #C1272D;
  color: #fff;
}

/* SUBMENU WRAPPER */
.dropdown-submenu {
  position: relative;
}

/* SUBMENU */
.submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: all 0.3s ease;

  display: block;
  border-radius: 10px;
  /* min-width: 200px; */

  position: absolute;
  top: 0;
  left: 100%;

  margin-left: 0px;
  /* 🔥 REMOVE GAP */

  display: none;
  /* 🔥 IMPORTANT CHANGE */
  border-radius: 10px;
  min-width: 200px;
}

/* SHOW ON HOVER */
.dropdown-submenu:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ALIGN TEXT + ARROW */
.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 🔥 PURE CSS ARROW */
.submenu-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.dropdown-submenu:hover>.submenu-toggle::after {
  transform: rotate(45deg) translateX(4px);
  border-color: #fff;
}

/* ITEM HOVER */
.dropdown-submenu>.submenu-toggle:hover {
  background: #C1272D;
  color: #fff;
  border-radius: 6px;
}

/* SUBMENU ITEMS */
.submenu .dropdown-item:hover {
  background: #C1272D;
  color: #fff;
}

/* 🔥 KEEP SUBMENU OPEN WHEN HOVERING ON IT */
.dropdown-submenu:hover>.submenu,
.submenu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* HOVER DROPDOWN */

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* MOBILE */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.hero-video {
  height: 100vh;
  object-fit: cover;
}

.hero-image {
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  bottom: 30%;
  text-align: left;
}

.carousel-caption h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.carousel-caption p {
  font-size: 18px;
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}

.models-section {
  padding: 60px 0;
  background: #fafafa;
}

/* SECTION TITLE */

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C1272D;
}

.section-title p {
  color: #777;
  font-size: 15px;
}

/* CARD */

.model-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.model-card:hover {
  /* transform:translateY(-8px); */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.model-card-vedio {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  padding: 15px;
  height: 100%;
}

.model-cards {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.model-cards:hover {
  /* transform:translateY(-8px); */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}



/* IMAGE */

.model-img {
  height: 240px;
  overflow: hidden;
}

.model-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.model-card:hover img {
  transform: scale(1.05);
}

/* INFO */
.model-info-card {
  padding: 10px;
}

.model-info-card h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  color: #C1272D;
}

.model-card:hover .model-info-card h4 {
  color: #C1272D;
}

.model-info-card p {
  color: #000000;
  font-weight: 500;
  margin: 0;
  font-size: 13px;
  text-align: left;
}

.model-info {
  padding-top: 10px;
  text-align: center;
}

.model-info h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  color: #C1272D;
}

.model-card:hover .model-info h4 {
  color: #C1272D;
}

.model-info p {
  color: #000000;
  font-weight: 500;
  margin: 0;
  font-size: 13px;
  text-align: left;
}

/* VIEW MORE BUTTON */

.view-btn {
  display: inline-block;
  padding: 12px 35px;
  background: #C1272D;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  border: none;
  width: auto;
  margin: 0 auto;
}

.view-btn:hover {
  background: #7a1313;
  color: #fff;
}

.site-footer {
  /* background: linear-gradient(135deg,#3b0b0b,#861516); */

  /* background-image:
    linear-gradient(266deg, #3b0b0bf2 16.62%, rgb(0 0 0 / 89%) 105.33%),
    url(https://www.israniphotography.com/AdminMedia/filem_images/0O8A4017930.jpg); */
  background-image:  url(https://www.israniphotography.com/AdminMedia/filem_images/0O8A4017930.jpg),linear-gradient(90deg, #2C2C2C 16.62%, #2c2c2ccc 105.33%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #eee;
  padding: 80px 0 0;
  position: relative;
}

.footer-logo img {
  width: 200px;
  margin-bottom: 10px;
}

.footer-about {
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
  width: 90%;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
  position: relative;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(5px);
}

/* SOCIAL ICONS */

/* .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #222;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
} */

.social-icons a:hover {
  background: #C1272D;
}

/* BOTTOM BAR */

.footer-bottom {
  margin-top: 50px;
  background: #0a0a0a;
  padding: 18px 0;
  text-align: center;
  color: #888;
  font-size: 13px;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #eee;
  font-size: 14px;
}

.footer-contact i {
  color: #fff;
  font-size: 15px;
  width: 18px;
}

.page-banner {
  position: relative;
  background-image: url("https://www.israniphotography.com/AdminMedia/filem_images/685c001f4a87a.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.video-banner {
  position: relative;
  background-image: url("https://www.israniphotography.com/AdminMedia/filem_images/685c063c5d1cd.jpg");
  background-size: cover;
  background-position: center;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* DARK CINEMATIC OVERLAY */

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

/* CONTENT */

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  color: #ffa3a3;
}

.video-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.youtube-video iframe {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.youtube-video iframe {
  pointer-events: none;
}

.youtube-video {
  cursor: pointer;
}

.video-close {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 10;
  filter: invert(1);
}

.modal {
  z-index: 10500 !important;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  padding: 0;
}

#videoFrame {
  display: block;
  border-radius: 10px;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-content {
  text-align: center;
  color: #000000;
  font-family: Poppins, sans-serif;
}

.loading-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Animated dots */
.dots::after {
  content: "";
  animation: dots 1.5s infinite;
}

@keyframes dots {
  0% {
    content: "";
  }

  33% {
    content: ".";
  }

  66% {
    content: "..";
  }

  100% {
    content: "...";
  }
}

/* Progress bar */
.loader-bar {
  width: 220px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.loader-progress {
  height: 100%;
  width: 0;
  background: #C1272D;
  animation: loading 2.5s ease forwards;
}

@keyframes loading {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.loader-logo img {
  width: 150px;
  margin-bottom: 20px;
  animation: logoFloat 2s ease-in-out infinite;
}

@keyframes logoFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

.model-card {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.38, 0.99);
  overflow: hidden;
}

/* When visible */
.model-card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Image zoom */
.model-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

/* Hover effect */
.model-card:hover img {
  transform: scale(1.08);
}

.model-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

#modelsContainer .col-lg-3:nth-child(1) .model-card {
  transition-delay: 0.1s;
}

#modelsContainer .col-lg-3:nth-child(2) .model-card {
  transition-delay: 0.2s;
}

#modelsContainer .col-lg-3:nth-child(3) .model-card {
  transition-delay: 0.3s;
}

#modelsContainer .col-lg-3:nth-child(4) .model-card {
  transition-delay: 0.4s;
}

/* SECTION BACKGROUND */
.signup-section {
  position: relative;
  min-height: 100vh;
  background: url("../images/background-1.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.signup-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
}

/* CONTENT BOX */
.signup-box {
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 100%;
}

/* TITLE */
.signup-title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}

.signup-title span {
  font-size: 48px;
  font-weight: 700;
}

/* FORM */
.signup-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
}

/* CHECKBOX */
.form-check {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.form-check input {
  margin-right: 8px;
}

/* BUTTON */
.signup-form button {
  width: 100%;
  padding: 12px;
  background: #C1272D;
  border: 1px solid #C1272D;
  color: #fff;
  transition: 0.3s;
}

.signup-form button:hover {
  background: #fff;
  color: #000;
}

/* PLACEHOLDER COLOR */
.signup-form input::placeholder {
  color: #ddd;
}

.custom-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 20px;
}

/* Remove ugly bootstrap look */
.custom-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #fff;
  /* white checkbox */
  cursor: pointer;
  margin: 0;
}

/* Label */
.custom-check label {
  margin: 0;
  cursor: pointer;
  font-size: 15px;
}

.signup-desc {
  color: #ddd;
  font-size: 15px;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* TEXTAREA */
.signup-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  resize: none;
}

/* PLACEHOLDER COLOR */
.signup-form textarea::placeholder {
  color: #ddd;
}

/* CAPTCHA */
.captcha-box {
  margin-bottom: 15px;
}

/* ROW */
.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* CANVAS */
#captchaCanvas {
  flex: 1;
  height: 50px;
  background: #eee;
  /* border-radius: 5px; */
}

/* REFRESH BUTTON */
.refresh-btn {
  width: 20% !important;
  height: 50px;
  border: none;
  background: #fff;
  cursor: pointer;
  /* border-radius: 5px; */
  font-size: 18px;
}

/* INPUT */
#captchaInput {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  background: transparent;
  /* color: #fff; */
}

.captcha-box span {
  color: #fff;
  font-weight: 500;
}

.captcha-box input {
  flex: 1;
  padding: 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* Remove modal background */
.custom-modal {
  background: transparent;
  border: none;
}

/* ------------photography---------------- */
/* WRAPPER = SAME SIZE AS IMAGE */

.img-wrapper {
  position: relative;
  display: inline-block;
  /* IMPORTANT */
}

/* IMAGE */
.popup-img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px 8px 0 0;
}

/* CLOSE BUTTON (PERFECT POSITION) */
.close-btn {
  position: absolute;
  top: 6px;
  right: 6px;

  width: 32px;
  height: 32px;

  border: none;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

/* HOVER EFFECT */
.close-btn:hover {
  background: #fff;
  color: #000;
}

/* WRAPPER FOR IMAGE */
.modal-body {
  padding: 0;
  position: relative;
  display: inline-block;
  /* IMPORTANT */
}

/* .modal-backdrop.show {
  background-color: #000;
  opacity: 0.3;
} */

/* OPTIONAL SMOOTH ANIMATION */
.modal.fade .modal-dialog {
  transform: scale(0.95);
  opacity: 0;
  transition: 0.3s ease;
}

.modal.fade.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* Smooth image animation */
.popup-img {
  transition: all 0.3s ease;
}

/* MASONRY GRID - 4 COLUMNS */
.masonry-grid {
  column-count: 4;
  column-gap: 10px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .masonry-grid {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .masonry-grid {
    column-count: 1;
  }
}

/* ITEMS */
.masonry-item {
  break-inside: avoid;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

/* IMAGE */
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

/* HOVER EFFECT */
.masonry-item:hover img {
  transform: scale(1.08);
}

/* DARK OVERLAY */
.overlay-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
  /* opacity: 0; */
  transition: 0.3s;
}

.masonry-item:hover .overlay-info {
  opacity: 1;
}

/* TEXT */
.overlay-info h4 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  /* color: #C1272D; */
}

.overlay-info p {
  font-size: 14px;
  margin: 0;
}

.popup-info {
  margin-top: 0px;
  text-align: center;
  background: #fa9081c7;
  padding: 8px;
  border-radius: 0 0 8px 8px;
}

.popup-info h4 {
  font-size: 18px;
  font-weight: 600;
  /* margin: 5px 0; */
  color: #fff;
}

.popup-info p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.map-section {
  width: 100%;
}

.map-section iframe {
  width: 100%;
  height: 400px;
  display: block;
}

/*----------------------- FORM  contact us---------------*/
.modern-form {
  max-width: 500px;
  margin: auto;
  text-align: left;
}

/* GROUP */
.form-group {
  margin-bottom: 20px;
}

.form-group input::placeholder {
  color: #8d8c8c;
  /* light gray */
}

.form-group textarea::placeholder {
  color: #8d8c8c;
  /* for textarea also */
}

/* LABEL */
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

/* INPUT */
.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  outline: none;
  background: transparent;
}

/* FOCUS */
.form-group input:focus,
.form-group textarea:focus {
  border-bottom: 1px solid #000;
}

/* CAPTCHA */
.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

#captchaCanvas {
  height: 50px;
  border: 1px solid #ccc;
}

/* REFRESH */
.refresh-btn {
  border: none;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
}

/* BUTTON */
.submit-btn {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}

/* HOVER */
.submit-btn:hover {
  background: #000;
  color: #fff;
}

.form-group input,
.form-group textarea {
  color: #000;
  /* TEXT COLOR BLACK */
}

.contact-heading h2 {
  font-size: 36px;
  font-weight: 600;
  /* margin: 20px 0; */
  color: #C1272D;
}

.contact-info {
  position: sticky;
  top: 100px;
  /* distance from top when scrolling */
}

.contact-info h2 {
  font-size: 36px;
  font-weight: 600;
  /* margin: 20px 0; */
  color: #C1272D;
}

.contact-heading p {
  max-width: 700px;
  margin: auto;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.banner-tabs-wrapper {
  display: flex;
  justify-content: center;
}

.custom-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 6px;
  overflow: hidden;
  background: #f1f1f1;
}

.custom-tabs li {
  padding: 10px 30px;
  color: #333;
  cursor: pointer;
  border-right: 1px solid #ddd;
  transition: 0.3s;
}

.custom-tabs li:last-child {
  border-right: none;
}

.custom-tabs li.active {
  background: #fa9081;
  color: #fff;
}

.custom-tabs li:hover {
  background: #e4e4e4;
}

/* ARROWS */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

/* LEFT */
.left-arrow {
  left: -60px;
}

/* RIGHT */
.right-arrow {
  right: -60px;
}

/* HOVER */
.nav-arrow:hover {
  /* background: #891919; */
  background: #fa9081;
}

/* body {
      font-family: 'Poppins', sans-serif;
      color: #000;
      background: #fff;
    } */

/* BANNER */
.about-banner {
  position: relative;
  height: 300px;
  background: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1600") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.about-banner h1 {
  color: #fff;
  position: relative;
  font-size: 40px;
  font-weight: 600;
}

/* SECTION */
.section {
  padding: 30px 0;
}

/* .section-title {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 20px;
    } */

.section-desc {
  color: #555;
  line-height: 1.7;
}

/* VISION MISSION */
.vm-box {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.vm-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.model-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: 0.3s;
}

/* hover lift */
.model-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.model-info-card {
  padding: 15px;
}

/* BUTTON WRAPPER */
.card-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  /* LEFT ALIGN */
  /* flex-wrap: wrap;  */
}

/* COMMON BUTTON */
.action-btn {
  width: 100px;
  /* fixed equal width */
  text-align: center;
  padding: 7px 10px;
  font-size: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

/* PRIMARY */
.action-btn.primary {
  background: #C1272D;
  color: #fff;
}

/* OUTLINE */
.action-btn.outline {
  border: 1px solid #C1272D;
  color: #C1272D;
  background: transparent;
}

/* DARK */
.action-btn.dark {
  background: #C1272D;
  color: #fff;
}

/* HOVER EFFECTS */
.action-btn.primary:hover {
  background: #7a1515;
}

.action-btn.outline:hover {
  background: #C1272D;
  color: #fff;
}

.action-btn.dark:hover {
  background: #C1272D;
}

.vm-box i {
  font-size: 30px;
  color: #fa9081;
  margin-bottom: 10px;
}

/* TEAM */
.team-card {
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  background: #fff;
}

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-info {
  padding: 15px;
}

.team-info h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.team-info p {
  color: #777;
  font-size: 14px;
}

/* HIGHLIGHT COLOR */
.highlight {
  color: #fa9081;
  font-weight: 600;
}

/* BANNER */
.about-banner {
  position: relative;
  height: 300px;
  background: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1600") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.about-banner h1 {
  color: #fff;
  position: relative;
  font-size: 40px;
  font-weight: 600;
}

/* SECTION */
.section {
  /* padding: 70px 0; */
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #C1272D;
}

.section-desc {
  color: #555;
  line-height: 1.7;
}

/* VISION MISSION */
.vm-box {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.vm-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vm-box i {
  font-size: 30px;
  color: #fa9081;
  margin-bottom: 10px;
}

/* TEAM */
.team-card {
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  background: #fff;
}

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-info {
  padding: 15px;
}

.team-info h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.team-info p {
  color: #777;
  font-size: 14px;
}

/* HIGHLIGHT COLOR */
.highlight {
  color: #fa9081;
  font-weight: 600;
}

/* ----------------- privancy policy -------------------- */

.policy-banner h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}

/* CONTENT */
.policy-section {
  padding: 60px 0;
}

.policy-box {
  max-width: 900px;
  margin: auto;
}

.policy-box h3 {
  font-weight: 600;
  margin-top: 30px;
  color: #4c4949;
}

.policy-box p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

.policy-box ul {
  padding-left: 20px;
}

.policy-box ul li {
  margin-bottom: 8px;
  color: #444;
}

.highlight {
  color: #fa9081;
  font-weight: 600;
}

/* ----------------- terms and conditions ------------ */

.terms-banner h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}

/* CONTENT */
.terms-section {
  padding: 60px 0;
}

.terms-box {
  max-width: 900px;
  margin: auto;
}

.terms-box h3 {
  font-weight: 600;
  margin-top: 30px;
  color: #4c4949;
}

.terms-box p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

.terms-box ul {
  padding-left: 20px;
}

.terms-box ul li {
  margin-bottom: 8px;
  color: #444;
}

.highlight {
  color: #fa9081;
  font-weight: 600;
}

.about-modern .about-img img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 12px;
}

.vm-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vm-card h4 {
  margin-bottom: 10px;
  color: #C1272D;
}

.vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.team-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.4s;
}

/* OVERLAY */
.team-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  transform: translateY(100%);
  transition: 0.3s;
}

/* HOVER EFFECT */
.team-card:hover img {
  transform: scale(1.1);
}

.team-card:hover .team-overlay {
  transform: translateY(0);
}


/* .top-header-menu{
  margin-left: 100px !important;
} */