/** ========== Main CSS file last configured on March 15, 2023 at 18:53 Hours ========== **/
html {
  scroll-behavior: smooth;
}

#inner_menu #logoImage {
  height: 100px;
  bottom: 5px;
  width: auto;
  position: relative;
}

#scroll-to-top-button {
  display: inline-block;
  background-color: #dc6000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scroll-to-top-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#scroll-to-top-button:hover {
  cursor: pointer;
  background-color: #153048;
}

#scroll-to-top-button:active {
  background-color: #555;
}

#scroll-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/** =============== Giffy CMS Navbar customization starts here =============== **/
#inner_menu .navbar-collapse {
  float: right;
  top: 15px;
  position: relative;
}

#inner_menu div#home {
  top: 5px;
  position: relative;
  height: 39px;
  width: 90px;
  padding: 3px 8px 1px 8px;
  margin-bottom: 0;
  text-decoration: none;
}

#inner_menu div#home a {
  padding: 15px;
}

#inner_menu div#home a:hover,
#inner_menu div#home a:focus {
  text-decoration: none;
}

/** =============== Giffy CMS Navbar customization ends here =============== **/
#header {
  border: none;
}

#body {
  background: #FFFFFF;
}

#inner_titletext {
  width: 10%;
}

#inner_menu {
  height: 95px;
}

#searchArticleImg {
  display: none;
}

.contact-us-form-group {
  margin-bottom: 30px;
  padding: 0;
}

#contactUs {
  margin-bottom: 35px;
}

#amenitiesSection,
#floorPlan {
  margin-bottom: 50px;
}

.view-plan {
  position: relative;
  bottom: 0;
}

.view-plan p {
  text-align: center;
  color: #153048;
  margin: 15px 0;
  padding: 10px;
  font-size: 18px;
}

#contactForm #contactFormMessage {
  resize: vertical;
}

.contact-button a:link,
.contact-button a:visited,
.contact-button a:hover,
.contact-button a:active {
  text-decoration: none;
  transition: ease-in-out 0.3s;
  color: #153048;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
}

a {
  color: #ccc;
}

.container-fluid {
  padding: 0;
}

.custom-header .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.custom-header .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.custom-header .carousel-fade .carousel-inner .active.left,
.custom-header .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.custom-header .carousel-fade .carousel-inner .next.left,
.custom-header .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.custom-header .carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .custom-header .carousel-fade .carousel-inner>.item.next,
  .custom-header .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .custom-header .carousel-fade .carousel-inner>.item.prev,
  .custom-header .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .custom-header .carousel-fade .carousel-inner>.item.next.left,
  .custom-header .carousel-fade .carousel-inner>.item.prev.right,
  .custom-header .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.custom-nav-position {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 25px;
}

.custom-header {
  background: #153048;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.header-text {
  color: #FFFFFF;
  padding: 5px;
}

.header-text h1 {
  font-size: 34px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

.header-text h3 {
  font-size: 25px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 0;
}

.header-text .contact-button {
  margin-top: 35px;
}

.header-text p {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  margin-top: 100px;
  margin-bottom: 0;
}

.price-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.price-section-header {
  padding: 25px;
}

.price-section .section-heading {
  color: #dc6000;
  letter-spacing: 1.25px;
  font-weight: 600;
}

.price-section p {
  color: #153048;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

p.price-text-highlighted {
  color: #dc6000;
}

.price-disclaimer {
  font-weight: 600;
  color: #dc6000;
  font-size: 14px;
}

.price-disclaimer-text {
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  margin: 0;
  color: #153048;
}

iframe.youtube-video {
  height: 534px;
}

.icons-apartments-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 5;
  justify-content: space-evenly;
}

.icons-apartments-info span {
  font-size: 14px;
}

.rooms-icon:hover {
  transition: ease-in-out 0.25s;
  opacity: 0.7;
}

.pricing-slider-images {
  opacity: 0.75;
}

.pricing-slider-images:hover {
  transition: ease-in-out 0.25s;
  opacity: 1;
}

.slider-cards {
  position: relative;
}

.slider-cards:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.custom-carousel-caption {
  position: absolute;
  color: #FFFFFF;
  bottom: 20px;
  padding: 10px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 1px;
}

.our-projects {
  padding: 60px 0;
}

.our-projects h3 {
  text-align: center;
  color: #dc6000;
  font-size: 32px;
  margin-bottom: 35px;
}

.our-projects p {
  text-align: center;
  font-size: 25px;
  color: #153048;
  width: 70%;
  margin: 0 auto;
}

.amenities {
  background: url('https://storage.googleapis.com/srishti-350609.appspot.com/amentites-section-bg_birds_eye_view.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  /* margin-top: 250px; */
}

.amenities-small-header {
  color: #dc6000;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 15px;
}

.amenities h3 {
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 28px;
  color: #153048;
}

.amenities-card,
.logo-cards {
  padding: 0;
  position: relative;
}

.amenities-card p {
  margin: 0 0 10px !important;
  font-size: 12px !important;
}

.floor-plan .floor-img {
  background-image: url(https://www.oberoirealty.com/maxima/images/Floor-Plan-IMG.jpg);
  height: 400px;
  position: relative;
}

.floor-plan .container {
  height: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}

.floor-plan-inner {
  left: 50%;
  height: 92%;
  position: absolute;
  width: 88%;
  margin: 60px auto;
  border-top: 4px solid #dc6000;
  border-right: 4px solid #dc6000;
  border-left: 4px solid #dc6000;
  padding: 45px;
  transform: translateX(-50%);
}

#floorPlan .section-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #dc6000;
  letter-spacing: 1px;
}

.floor-plan .floor-plan-inner h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #dc6000;
  letter-spacing: 1px;
}

.floor-plan .floor-plan-inner p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 50px;
}

.contact {
  padding: 60px 0;
}

.contact h2 {
  color: #dc6000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.contact p {
  color: #153048;
  font-size: 22px;
}

#contactForm {
  margin: 10px auto;
  background: #153048;
  border-radius: 4px;
  padding: 30px;
}

.contact-form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  text-align: left;
  border-radius: 4px;
  height: 45px;
  background: #FFFFFF;
  padding: 10px;
}

label {
  color: #dc6000;
  font-weight: 500;
  text-transform: uppercase;
}

footer {
  background: #181818;
  padding: 0;
}

footer ul.list-inline li a {
  color: #cb712c;
  text-decoration: none;
  font-size: 16px;
  margin-top: 30px;
  margin-right: 15px;
  border: 1px solid #ccc;
  padding: 10px;
}

.footer-wrapper {
  display: none;
}

.copyright-text p {
  margin-bottom: 15px;
}

/** ==================== Magnific Popup CSS starts here ===================== **/
.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-title {
  text-align: center;
  padding: 6px 0;
}

.magnific-popup-images {
  border: #153048 solid 2px;
  border-radius: 4px;
}

/** ==================== Magnific Popup CSS ends here ===================== **/
/** ==================== Swarnali CSS starts here ===================== **/
.logo-slider-img {
  max-width: 80%;
  filter: grayscale(100%);
  background: #153048;
}

.logo-slider-img:hover {
  filter: grayscale(0%);
}

/** ==================== Swarnali CSS ends here ===================== **/
/** ================ Custom Footer CSS starts ================ **/
.footer-top {
  padding: 60px 0;
  background: #153048;
  text-align: left;
  color: #aaa;
}

.footer-top p {
  font-size: 16px;
  color: #888;
  line-height: 2;
  letter-spacing: 1.2px;
  text-align: left;
  padding: 0px;
  margin-bottom: 5px;
}

.footer-top i {
  font-size: 18px;
  color: #dc6000;
}

.footer-top p a:hover,
.footer-top p a:focus {
  color: #dc6000;
  font-weight: 600;
  transition: ease-in-out 0.25s;
  text-decoration: none;
}

.footer-top h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.footer-partners-area {
  padding: 15px;
}

.footer-partners-area p {
  color: #FFFFFF !important;
  letter-spacing: 1px !important;
  font-size: 15px !important;
  text-align: center;
}

.footer-contact-email-link-area {
  margin-top: 50px;
}

.logo-footer {
  margin-top: 0;
  left: 20.5%;
  right: 20.5%;
  position: relative;
  max-width: 60%;
}

.footer-partner-logo {
  max-width: 25%;
  position: relative;
  left: 37%;
  right: 37%;
}

.footer-social i {
  font-size: 30px;
  vertical-align: middle;
}

.footer-social i:hover {
  color: #FFFFFF;
  transition: ease-in-out 0.25s;
}

.footer-social a {
  display: inline-block;
  color: #777;
  border: 0;
}

.footer-copyright p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 1.3px;
  color: #FFFFFF;
}

.footer-copyright a {
  font-weight: 600;
  border: 0;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #153048;
  transition: ease-in-out 0.25s;
  text-decoration: none;
}

.footer-bottom {
  padding: 15px 0;
  background: #dc6000;
}

.footer-contact a:hover,
.footer-contact a:focus {
  color: #dc6000;
  font-weight: 600;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}

/** ================ Custom Footer CSS ends ================ **/
.shristi-contact-button-style {
  background: #dc6000;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
}

.shristi-custom-button-style {
  background: #dc6000;
  color: #fff;
  padding: 10px 30px;
  width: 100%;
  font-size: 20px;
}

.contact-us-form-text-area {
  margin-top: 0px;
}

.contact-us-form-text-area h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #dc6000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact-us-form-body h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #dc6000;
  margin-bottom: 15px;
  margin-top: 0;
}

.contact-us-form-body p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.contact-us-form-text-area p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

#contactForm #contactFormMessage {
  height: 115px;
}

.contact-cards {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 5px;
  color: #153048;
  font-size: 17px;
}

.contact-cards i {
  font-size: 22px;
  color: #dc6000;
  margin-right: 10px;
}

.contact-cards span a {
  font-size: 17px;
  color: #153048;
}

.contact-cards span a:focus {
  text-decoration: none;
}

.contact-cards span a:hover {
  transition: ease-in-out 0.25s;
  color: #dc6000;
  text-decoration: none;
  font-weight: 600;
}

.contact-address p {
  color: #FFFFFF;
  font-size: 17px;
}

.owl-theme {
  position: relative;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none
}

.owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  height: 35px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  bottom: 70px;
}

.owl-theme i {
  font-size: 30px;
  color: #dc6000;
  font-weight: 600;
}

.owl-theme .owl-prev {
  left: 0;
}

.owl-theme .owl-next {
  right: 0;
}

/** =============== Swarnali's CSS starts here =============== **/
.residency-banner {
  background-color: transparent;
}

.residence {
  background-color: #FFFFFF;
  padding: 25px;
}

.owl-stage {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

/** ============== Swarnali's CSS ends here ============== **/
/** =============== Sohela's CSS overriting starts here ============== **/
.slider-images {
  border-radius: 5px;
  width: 50% !important;
  padding: 12px;
  margin: auto;
  margin-top: 60px;
  border: 1px solid #153048;
  margin-bottom: 15px;
}

/** ================= Sohela's CSS ends here =============== **/
/* #invalidPhoneWarning,
#invalidEmailWarning {
  font-size: 14px;
  padding: 15px;
  margin-bottom: 0;
  color: #e20e0e;
  font-weight: 600;
} */
.margin-bottom {
  margin-bottom: 0;
}

/******oc project section*****/
 /* ─────────────────────────────────────────
       SECTION
    ───────────────────────────────────────── */
    .oc-section {
      padding: 70px 24px 80px;
      background: #ffffff;
      position: relative;
      overflow: hidden;
    }

    /* animated background shimmer band */
    .oc-section::before {
      content: '';
      position: absolute;
      top: -60%;
      left: -40%;
      width: 180%;
      height: 220%;
      background: conic-gradient(
        from 200deg at 60% 40%,
        transparent 0deg,
        rgba(232,97,26,0.04) 60deg,
        transparent 120deg,
        rgba(26,58,92,0.04) 200deg,
        transparent 260deg
      );
      animation: bg-spin 18s linear infinite;
      pointer-events: none;
    }

    @keyframes bg-spin {
      to { transform: rotate(360deg); }
    }

    .oc-container {
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
    }

    /* ─────────────────────────────────────────
       HEADING — draw + slide in
    ───────────────────────────────────────── */
    .oc-heading-wrap {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 44px;
      opacity: 0;
      transform: translateY(-22px);
      animation: heading-drop 0.7s cubic-bezier(.22,1,.36,1) 0.15s forwards;
    }

    @keyframes heading-drop {
      to { opacity: 1; transform: translateY(0); }
    }

    .oc-bar {
      width: 4px;
      height: 0;
      background: #e8611a;
      border-radius: 2px;
      animation: bar-grow 0.5s ease 0.5s forwards;
    }

    @keyframes bar-grow {
      to { height: 22px; }
    }

    .oc-heading {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      color: #e8611a;
      overflow: hidden;
      white-space: nowrap;
    }

    /* typewriter reveal */
    .oc-heading span {
      display: inline-block;
      clip-path: inset(0 100% 0 0);
      animation: typereveal 0.9s cubic-bezier(.77,0,.18,1) 0.55s forwards;
    }

    @keyframes typereveal {
      to { clip-path: inset(0 0% 0 0); }
    }

    /* ─────────────────────────────────────────
       GRID
    ───────────────────────────────────────── */
    .oc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .oc-row-bottom {
      display: flex;
      justify-content: center;
      gap: 22px;
      margin-top: 22px;
    }

    .oc-row-bottom .card {
      width: calc(33.333% - 11px);
    }

    /* ─────────────────────────────────────────
       CARD — scroll-reveal + tilt
    ───────────────────────────────────────── */
    .card {
      background: #fff;
      border-radius: 6px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      border: 1px solid #e4eaf0;

      /* entry state */
      opacity: 0;
      transform: translateY(48px) scale(0.96);
      transition:
        opacity 0.55s cubic-bezier(.22,1,.36,1),
        transform 0.55s cubic-bezier(.22,1,.36,1),
        box-shadow 0.3s ease;
    }

    .card.visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .card:hover {
      box-shadow:
        0 16px 40px rgba(26,58,92,0.14),
        0 0 0 2px rgba(232,97,26,0.22);
      z-index: 2;
    }

    /* stagger delays */
    .card:nth-child(1) { transition-delay: 0s; }
    .card:nth-child(2) { transition-delay: 0.1s; }
    .card:nth-child(3) { transition-delay: 0.2s; }
    .card:nth-child(4) { transition-delay: 0.3s; }
    .card:nth-child(5) { transition-delay: 0.38s; }

    /* ─────────────────────────────────────────
       CARD IMAGE
    ───────────────────────────────────────── */
    .card-img-wrap {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      background: #dce8f0;
    }

    .card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.55s cubic-bezier(.22,1,.36,1);
      will-change: transform;
    }

    .card:hover .card-img-wrap img {
      transform: scale(1.08);
    }

    /* shimmer sweep on hover */
    .card-img-wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        115deg,
        transparent 30%,
        rgba(255,255,255,0.28) 50%,
        transparent 70%
      );
      transform: translateX(-100%);
      transition: transform 0s;
      pointer-events: none;
    }

    .card:hover .card-img-wrap::after {
      transform: translateX(100%);
      transition: transform 0.6s ease;
    }

    /* orange bottom border reveal */
    .card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: linear-gradient(90deg, #e8611a, #f4a460);
      transition: width 0.4s cubic-bezier(.22,1,.36,1);
      border-radius: 0 0 6px 6px;
    }

    .card:hover::after {
      width: 100%;
    }

    /* ─────────────────────────────────────────
       ZOOM ICON
    ───────────────────────────────────────── */
    .zoom-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.5) rotate(-15deg);
      opacity: 0;
      background: rgba(232,97,26,0.92);
      color: #fff;
      border-radius: 50%;
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.28s ease, transform 0.32s cubic-bezier(.34,1.56,.64,1);
      pointer-events: none;
      box-shadow: 0 4px 20px rgba(232,97,26,0.5);
    }

    .card:hover .zoom-icon {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    .zoom-icon svg {
      width: 24px;
      height: 24px;
      fill: #fff;
    }

    /* ripple on click */
    .ripple {
      position: absolute;
      border-radius: 50%;
      background: rgba(232,97,26,0.35);
      transform: scale(0);
      animation: ripple-out 0.6s linear;
      pointer-events: none;
    }

    @keyframes ripple-out {
      to { transform: scale(4); opacity: 0; }
    }

    /* ─────────────────────────────────────────
       LIGHTBOX
    ───────────────────────────────────────── */
    .lightbox-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(8,16,28,0);
      z-index: 9999;
      align-items: center;
      justify-content: center;
      transition: background 0.35s ease;
    }

    .lightbox-overlay.active {
      display: flex;
      background: rgba(8,16,28,0.92);
    }

    /* particle dots */
    .lightbox-overlay::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle, rgba(232,97,26,0.18) 1px, transparent 1px);
      background-size: 40px 40px;
      opacity: 0;
      animation: none;
      pointer-events: none;
    }

    .lightbox-overlay.active::before {
      animation: dot-fade 0.5s ease 0.15s forwards;
    }

    @keyframes dot-fade {
      to { opacity: 1; }
    }

    .lightbox-inner {
      position: relative;
      max-width: 90vw;
      max-height: 88vh;
      border-radius: 8px;
      overflow: hidden;
      box-shadow:
        0 30px 80px rgba(0,0,0,0.7),
        0 0 0 1px rgba(232,97,26,0.3);
      animation: lb-in 0.38s cubic-bezier(.34,1.3,.64,1);
    }

    @keyframes lb-in {
      from { opacity: 0; transform: scale(0.82) translateY(30px); }
      to   { opacity: 1; transform: scale(1) translateY(0); }
    }

    .lightbox-inner img {
      display: block;
      max-width: 85vw;
      max-height: 80vh;
      object-fit: contain;
      transition: opacity 0.25s ease;
    }

    .lightbox-inner img.switching {
      opacity: 0;
    }

    .lb-close {
      position: absolute;
      top: 12px;
      right: 14px;
      background: #e8611a;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 34px;
      height: 34px;
      font-size: 19px;
      line-height: 34px;
      text-align: center;
      cursor: pointer;
      z-index: 10;
      transition: background 0.2s, transform 0.2s;
    }

    .lb-close:hover {
      background: #c0500f;
      transform: rotate(90deg);
    }

    .lb-prev, .lb-next {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(232,97,26,0.88);
      color: #fff;
      border: none;
      font-size: 30px;
      line-height: 1;
      padding: 14px 18px;
      cursor: pointer;
      z-index: 10000;
      border-radius: 4px;
      transition: background 0.2s, transform 0.2s;
    }

    .lb-prev:hover { background: #c0500f; transform: translateY(-50%) translateX(-3px); }
    .lb-next:hover { background: #c0500f; transform: translateY(-50%) translateX(3px); }
    .lb-prev { left: 18px; }
    .lb-next { right: 18px; }

    /* counter dots */
    .lb-dots {
      position: absolute;
      bottom: 14px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
    }

    .lb-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255,255,255,0.35);
      transition: background 0.25s, transform 0.25s;
      cursor: pointer;
    }

    .lb-dot.active {
      background: #e8611a;
      transform: scale(1.3);
    }

    /* ─────────────────────────────────────────
       RESPONSIVE
    ───────────────────────────────────────── */
    @media (max-width: 768px) {
      .oc-grid { grid-template-columns: 1fr 1fr; }
      .oc-row-bottom .card { width: calc(50% - 11px); }
    }

    @media (max-width: 500px) {
      .oc-grid { grid-template-columns: 1fr; }
      .oc-row-bottom { flex-direction: column; align-items: center; }
      .oc-row-bottom .card { width: 100%; }
    }