/* var(--primary-color); */
:root {
  --primary-color: #ebc34c;
  --secondary-color: #fddf7d;
  --third-color: #15224d;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  background: #f8f9fb;
  color: #1e2438;
}
#top-arrow {
  position: fixed;
  top: 85%;
  right: 2%;
  width: 47px;
  border-radius: 50%;
  border: 1px solid var(--third-color);
  font-size: 30px;
  text-align: center;
  color: var(--third-color);
  z-index: 99;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.btn-custom {
  background-color: var(--primary-color);
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 0.5rem 3rem;
  width: 100%;
  margin-top: 1.5rem;
}
.btn-viewall {
  background-color: var(--third-color);
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 0.5rem 3rem;
}
.btn-custom a {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.btn-custom a:hover {
  text-decoration: none;
}
.top-navbar-container {
  background: linear-gradient(90deg, #111e46, #1b2f6a);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-navbar-inner {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0.2rem 0;
}
.top-contact-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.top-contact-link {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.top-contact-link:hover {
  color: #fff;
  text-decoration: none;
}
.top-social-links {
  display: flex;
  gap: 8px;
}
.top-social-links a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.2s ease;
}
.top-social-links a:hover {
  text-decoration: none;
  background: #fff;
  color: #111e46;
}
.logo {
  height: 56px;
}
.navbar-shadow {
  box-shadow: 0 10px 30px rgba(15, 28, 58, 0.12);
  padding: 0.6rem 0 !important;
}
.navbar-fixed {
  position: sticky;
  top: 0;
  z-index: 100;
}
.modern-main-nav {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}
.nav-item a {
  color: #202a4a;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.nav-item a:hover {
  text-decoration: none;
  color: #1b2f6a;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 14px 30px rgba(13, 26, 56, 0.18);
  border-radius: 10px;
  padding: 8px;
}
.dropdown-item {
  border-radius: 8px;
  font-size: 14px;
  color: #1f2b4d;
}
.dropdown-item:hover {
  background: #f3f6ff;
}
.nav-cta {
  background: linear-gradient(120deg, #fddf7d, #ebc34c);
  color: #111d46 !important;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700 !important;
}
.nav-cta:hover {
  color: #111d46 !important;
  box-shadow: 0 8px 18px rgba(235, 195, 76, 0.4);
}
.carousel-inner img {
  width: 100%;
  height: 620px;
}
.carousel-caption h5 {
  padding: 0 120px;
  font-size: 35px;
}
.carousel-caption p {
  font-size: 20px;
}
.overlay {
  padding-top: 260px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
}
/* about container */
.about-container {
  padding: 60px 70px;
}
.about-top-container {
  background-image: url("../assets/shoppic/shop (9).jpg");
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: inherit;
}
.about-heading {
  color: var(--primary-color);
  /* text-align: center; */
  /* padding-top: 7%; */
}
.about-text {
  text-align: center;
  color: var(--primary-color);
}
/* .about-heading::after {
  content: "";
  width: 85px;
  height: 4px;
  background: var(--primary-color);
  display: block;
  margin: 15px auto 50px;
}
.about-container blockquote::before {
  content: "\201C";
  font-size: 70px;
  color: var(--primary-color);
  line-height: 20px;
  position: relative;
  right: 1px;
  bottom: -15px;
} */
/* .about-container blockquote::after {
  content: "\201D";
  font-size: 70px;
  color: var(--primary-color);
  line-height: 20px;
  position: relative;
  right: 1px;
  bottom: -15px;
} */
.about-span {
  color: var(--primary-color);
  font-weight: bold;
}
.about-container img {
  transition: transform 0.5s ease-out;
}
.about-container img:hover {
  cursor: pointer;
  transform: scale(1.03);
}

/* what do we offer */
.offer-container {
  padding: 40px 70px 80px 70px;
  background-color: var(--secondary-color);
}
.offer-heading {
  margin-bottom: 3rem;
}
.offer-read-more {
  font-size: 14px;
  font-weight: bold;
  color: var(--third-color);
}
.offer-inner {
  background: #fff;
  display: block;
  position: relative;
  padding: 30px 20px 30px;
  margin-top: 40px;
  border: 1px solid #f0f0f0;
}

/* our process */
.process-container {
  padding: 40px 70px 30px 70px;
}
.process-heading {
  color: var(--primary-color);
}
.process-heading::after {
  content: "";
  background: var(--primary-color);
  height: 4px;
  width: 85px;
  display: block;
  margin: 15px auto 50px;
}
.process-inner {
  margin: auto;
  text-align: center;
  border-radius: 50%;
  padding: 45px 35px;
  width: 220px;
  height: 220px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}
.process-img {
  padding: 30px 20px 0 20px;
  width: 120px;
  height: 120px;
}
.process-inner:hover {
  cursor: pointer;
  transform: scale(1.03);
}

/* our services */
.services-container {
  padding: 20px 70px 80px 70px;
}
.services-heading {
  color: var(--primary-color);
}
.service-sub-heading {
  color: var(--third-color);
  margin-bottom: 25px;
}
.services-heading::after {
  content: "";
  background: var(--primary-color);
  height: 4px;
  width: 85px;
  display: block;
  margin: 15px auto 50px;
}
.services-container ul {
  list-style-type: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 630px;
  border-radius: 20px;
}
.services-container ul li {
  display: inline-block;
  margin: 0 -3px;
  padding: 8px 19px;
  border-right: 0;
  color: var(--primary-color);
}
.services-container ul li:hover,
.active {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 20px;
  color: #fff !important;
}

.services-images {
  transition: 5s linear ease-in;
  min-height: 350px !important;
}
.services-images .img-fluid {
  width: 100%;
  height: 210px;
  transition: transform 0.3s ease-out;
}
.services-images .img-fluid:hover {
  transform: scale(1.03);
  cursor: pointer;
}

/* portfolio */
.portfolio-container {
  padding: 40px 70px 20px 70px;
}
.portfolio-heading {
  color: var(--primary-color);
  padding-bottom: 25px;
}
.portfolio-heading::after {
  content: "";
  background: var(--third-color);
  height: 12px;
  width: 69px;
  display: block;
  margin: -13px 48% 50px 51%;
}
.portfolio-images {
  margin-top: -25px;
}
.portfolio-images .img-fluid {
  /* margin-bottom: 20px; */
  margin: 0 auto 0px;
  transition: transform 0.3s ease-out;
}
.portfolio-images .img-fluid:hover {
  transform: scale(1.03);
  cursor: pointer;
  height: auto;
}
.p-img {
  text-align: center;
}
.image-container {
  position: relative;
  width: 100%;
}
.port {
  height: 230px;
  width: 100%;
}
.image {
  display: block;
  width: 100%;
}
.overlay-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: inherit;
  width: 100%;
  opacity: 0;
  transform: translateX(50px);
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
.image-container:hover .overlay-image {
  opacity: 1;
  transform: translateX(0px);
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* contact */
.contact-container {
  padding: 30px 70px 40px 70px;
}
/* .contact-container{
  padding: 30px 70px;
} */
.contact-container h2::after {
  content: "";
  height: 4px;
  width: 70px;
  background: var(--primary-color);
  display: block;
  margin: 6px auto;
}
.contact-container .form-control {
  border: 1px solid var(--primary-color);
  border-radius: none !important;
}
.btn-submit {
  padding: 8px 42px;
  background-color: var(--primary-color);
  border: none;
  color: #fff;
  border-radius: 5px;
}
.contact-heading::after {
  content: "";
  background: var(--primary-color);
  height: 4px;
  width: 85px;
  display: block;
  margin: 15px auto 50px;
}
.btn-submit {
  margin-top: 20px;
  background-color: var(--primary-color);
  padding: 8px 28px;
  color: #fff;
  width: 200px;
}
.contact-div {
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.contact-inner {
  padding: 20px;
}
.mx-8 {
  margin: 0 9rem !important;
}
.contact-icon {
  font-size: 50px;
}
.contact-title {
  margin: 25px 0;
}
.contact-title {
  color: #15224d;
}
/* .form-control {
  padding: 8px 12px;
  border: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  outline: none;
  border-radius: 8px;
} */
/* footer */
.footer-nav ul li {
  list-style-type: none;
}
.footer-nav ul li a {
  color: #fff;
}
.footer-container {
  padding: 0;
  background: linear-gradient(145deg, #101b3f, #1d2f68);
}
.footer-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
}
.footer-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}
.footer-links-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-links-list li {
  margin-bottom: 8px;
}
.footer-links-list a {
  color: rgba(255, 255, 255, 0.82);
}
.footer-links-list a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
}
.footer-whatsapp:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.social-links {
  display: flex;
  gap: 10px;
}
.social-links a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-links a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 760px) {
  .top-navbar-container {
    display: none;
  }
  .navbar-fixed {
    top: 0;
  }
  .logo {
    height: 44px !important;
  }
  .navbar-shadow {
    padding: 0.7rem 1rem !important;
  }
  .nav-item {
    padding: 7px 0;
  }
  .bath {
    width: 100%;
  }
  .nav-item a:hover {
    border-bottom: none;
    transition: ease-in 0.3s;
  }
  .overlay {
    padding-top: 220px;
  }
  .carousel-inner img {
    height: 400px;
  }
  .carousel-caption h5 {
    padding: 0 60px;
    font-size: 22px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .about-heading {
    font-size: 20px;
  }
  .about-container {
    padding: 40px 20px;
  }
  .about-container blockquote {
    font-size: 14px;
  }
  .offer-heading {
    font-size: 24px;
    margin-bottom: 0;
  }
  .offer-container {
    padding: 20px 20px 40px 20px;
  }
  .process-container {
    padding: 40px 20px;
  }
  .process-inner {
    padding: 45px 20px;
    margin-bottom: 20px;
  }
  .services-container {
    padding: 20px 20px;
  }
  .services-container ul {
    width: 250px;
    overflow: auto;
    margin-bottom: 30px;
  }
  .services-images .img-fluid {
    margin-bottom: 20px;
    width: 315px;
  }
  .portfolio-heading {
    padding-bottom: 10px;
    margin-top: 35px;
  }
  .portfolio-container {
    padding: 15px 20px;
  }
  .portfolio-images .img-fluid {
    margin-bottom: 20px;
  }
  .contact-container {
    padding: 5px 10px;
  }
  .mb-mob {
    margin: 20px 0;
  }
  .btn-submit {
    margin-top: 20px;
    width: 90%;
  }
  .footer-container {
    padding: 0;
  }
  .contact-title {
    margin: 12px 0;
    font-size: 22px;
  }
  .footer-nav,
  .footer-about {
    display: none;
  }
  .social-links {
    margin-top: 15px;
  }
  .nav-cta {
    display: inline-block;
    margin-bottom: 10px;
  }
}

/* modern homepage */
.modern-homepage {
  background: #f8f9fb;
}

.modern-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#modernHeroCarousel,
#modernHeroCarousel .carousel-inner,
#modernHeroCarousel .carousel-item {
  width: 100%;
  height: 620px;
}

.modern-carousel .carousel-inner img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.modern-carousel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(21, 34, 77, 0.82),
    rgba(21, 34, 77, 0.45)
  );
  display: flex;
  align-items: center;
  z-index: 2;
}

.modern-carousel__content {
  color: #fff;
  max-width: 860px;
}

.modern-carousel__content h1 {
  font-size: 38px;
  line-height: 1.2;
}

.modern-carousel .carousel-control-prev,
.modern-carousel .carousel-control-next,
.modern-carousel .carousel-indicators {
  z-index: 3;
}

.modern-hero {
  min-height: 88vh;
  background-image: url("../assets/shoppic/shop_full.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.modern-hero__overlay {
  background: linear-gradient(
    120deg,
    rgba(21, 34, 77, 0.9),
    rgba(21, 34, 77, 0.6)
  );
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
}

.modern-hero__content {
  color: #fff;
  max-width: 860px;
}

.modern-badge {
  background: rgba(253, 223, 125, 0.2);
  border: 1px solid rgba(253, 223, 125, 0.8);
  color: #fff;
  border-radius: 999px;
  padding: 7px 14px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
}

.modern-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

.modern-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
}

.modern-hero__actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modern-btn-primary,
.modern-btn-secondary {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
}

.modern-btn-primary {
  background-color: var(--primary-color);
  color: #000;
}

.modern-btn-primary:hover {
  color: #000;
  background-color: #f0cc60;
}

.modern-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.modern-btn-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.modern-highlights {
  margin-top: -45px;
  position: relative;
  z-index: 2;
}

.modern-info-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 18px;
  box-shadow: 0 12px 30px rgba(21, 34, 77, 0.1);
  height: 100%;
}

.modern-info-card h3 {
  color: var(--third-color);
  font-size: 24px;
  margin-bottom: 10px;
}

.modern-info-card p {
  margin: 0;
  color: #5f667a;
  line-height: 1.6;
}

.modern-about__image {
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.modern-about h2 {
  color: var(--third-color);
  margin-bottom: 18px;
}

.modern-about p {
  color: #505768;
  line-height: 1.8;
}

.modern-link {
  color: var(--third-color);
  font-weight: 600;
}

.modern-products {
  background: #fff;
}

.modern-section-title h2 {
  color: var(--third-color);
  margin-bottom: 8px;
}

.modern-section-title p {
  color: #666c7e;
  margin-bottom: 36px;
}

.modern-product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(21, 34, 77, 0.08);
  height: 100%;
}

.modern-product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.modern-product-card__content {
  padding: 20px;
}

.modern-product-card__content h3 {
  color: var(--third-color);
  font-size: 22px;
}

.modern-product-card__content p {
  color: #61697c;
  line-height: 1.7;
}

.modern-product-card__content a {
  color: var(--third-color);
  font-weight: 700;
}

.modern-gallery-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.modern-gallery-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.modern-gallery-item:hover img {
  transform: scale(1.06);
}

.modern-contact-section {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(21, 34, 77, 0.08);
  padding: 52px 24px;
}

.modern-contact-card {
  background: #f7f9ff;
  border: 1px solid #e4e9fb;
  border-radius: 14px;
  padding: 24px 20px;
  height: 100%;
  text-align: center;
}

.modern-contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #ebc34c, #fddf7d);
  color: #111e46;
  font-size: 24px;
  margin-bottom: 14px;
}

.modern-contact-card h4 {
  color: #1b2f6a;
  font-size: 22px;
  margin-bottom: 10px;
}

.modern-contact-card p {
  color: #61697d;
  line-height: 1.8;
  margin: 0;
}

.modern-contact-card a {
  color: #1b2f6a;
  font-weight: 600;
}

.modern-contact-card a:hover {
  text-decoration: none;
}

.modern-contact-cta {
  margin-top: 10px;
}

.contact-outline-btn {
  border: 1px solid #1b2f6a;
  color: #1b2f6a;
  background: transparent;
}

.contact-outline-btn:hover {
  color: #fff;
  background: #1b2f6a;
}

.inner-page-hero {
  background:
    linear-gradient(120deg, rgba(16, 27, 63, 0.9), rgba(29, 47, 104, 0.82)),
    url("../assets/shoppic/shop_night.jpg");
  background-size: cover;
  background-position: center;
  padding: 78px 0 56px;
  color: #fff;
}

.inner-page-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-page-hero p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.modern-page-block {
  margin-top: 28px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(21, 34, 77, 0.08);
}

.modern-page-block.services-container,
.modern-page-block.about-container {
  padding-top: 34px;
}

.modern-page-block .service-sub-heading,
.modern-page-block h2 {
  color: #1b2f6a;
  font-weight: 700;
}

.modern-page-block .services-images .img-fluid {
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(21, 34, 77, 0.11);
}

.modern-page-block .text-muted {
  color: #4f576a !important;
  font-weight: 600;
}

.modern-form-section {
  padding: 26px 30px 34px;
}

.modern-form-section .form-control {
  border: 1px solid #d7deef;
  border-radius: 10px;
  min-height: 46px;
  box-shadow: none;
}

.modern-form-section .form-control:focus {
  border-color: #1b2f6a;
  box-shadow: 0 0 0 0.15rem rgba(27, 47, 106, 0.12);
}

.modern-form-section .btn-submit {
  margin-top: 12px;
  border-radius: 999px;
  width: 220px;
  font-weight: 700;
  background: linear-gradient(120deg, #ebc34c, #fddf7d);
  color: #111d46;
}

/* About page */
.about-story__title {
  color: #1b2f6a;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-story__lead {
  color: #3d4660;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.about-story p {
  color: #505768;
  line-height: 1.85;
  margin-bottom: 14px;
}

.about-story__content {
  display: flex;
  flex-direction: column;
}

.about-story .modern-about__image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.about-story__text {
  position: relative;
  transition: max-height 0.3s ease;
}

.about-story__text.is-collapsed {
  max-height: 420px;
  overflow: hidden;
}

.about-story__text.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.about-story__toggle {
  align-self: flex-start;
  margin-top: 14px;
  border-radius: 999px;
  border: 1px solid #1b2f6a;
  color: #1b2f6a;
  background: #fff;
  font-weight: 600;
  padding: 8px 18px;
}

.about-story__toggle:hover {
  background: #1b2f6a;
  color: #fff;
}

.about-story__content .modern-link {
  display: inline-block;
  margin-top: 14px;
}

.about-mission {
  background: #f3f5fb;
}

.about-gallery-wrap {
  padding: 40px 32px 36px;
}

.about-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(21, 34, 77, 0.12);
}

.about-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.about-gallery-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 760px) {
  .modern-hero__overlay {
    padding: 100px 0 70px;
  }

  .modern-carousel .carousel-inner img {
    height: 360px;
  }

  #modernHeroCarousel,
  #modernHeroCarousel .carousel-inner,
  #modernHeroCarousel .carousel-item {
    height: 360px;
  }

  .modern-carousel__overlay {
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .modern-carousel__content {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
  }

  .modern-badge {
    font-size: 10px;
    padding: 4px 9px;
    margin-bottom: 8px;
  }

  .modern-carousel__content h1 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 6px;
  }

  .modern-carousel__content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .modern-hero__actions {
    margin-top: 10px;
    gap: 8px;
  }

  .modern-hero__actions .btn {
    padding: 7px 12px;
    font-size: 12px;
  }

  .modern-carousel .carousel-indicators {
    margin-bottom: 6px;
  }

  .modern-highlights {
    margin-top: -20px;
  }

  .modern-product-card img,
  .modern-gallery-item img {
    height: 180px;
  }

  .modern-contact-section {
    border-radius: 12px;
    padding: 35px 14px;
  }

  .inner-page-hero {
    padding: 60px 0 38px;
  }

  .inner-page-hero h1 {
    font-size: 28px;
  }

  .inner-page-hero p {
    font-size: 14px;
  }

  .modern-page-block {
    border-radius: 12px;
    margin-top: 18px;
  }

  .modern-form-section {
    padding: 20px 14px 26px;
  }

  .about-story__title {
    font-size: 26px;
  }

  .about-story .modern-about__image {
    min-height: 320px;
  }

  .about-story__text.is-collapsed {
    max-height: 320px;
  }

  .about-gallery-wrap {
    padding: 24px 14px 28px;
  }

  .about-gallery-item img {
    height: 200px;
  }
}
