@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --navy: #111a2a;
  --gold: #ffd835;
  --black: #000000;
  --white: #ffffff;
  --navy-rgb: 17, 26, 42;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: var(--navy);
  color: var(--black);
  scroll-behavior: smooth;
}

.modal-header {
    padding: 6px 10px !important;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  pointer-events: none;
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease;
}

.header-wrapper * {
  pointer-events: auto;
}

.navbar-premium {
  padding: 1.25rem 0;
  background: transparent !important;
  transition:
    padding 0.4s ease,
    background-color 0.4s ease;
}

.navbar-premium .navbar-brand {
  padding: 0;
}

.navbar-premium .navbar-brand img {
  width: 100px;
  display: block;
  transition: width 0.4s ease;
}

.navbar-premium .navbar-nav .nav-link {
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.5rem 1.1rem;
  text-transform: uppercase;
  transition:
    color 0.25s ease,
    transform 0.2s ease;
  position: relative;
}

.navbar-premium .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.navbar-premium .navbar-nav .nav-link:hover::after,
.navbar-premium .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-premium .navbar-nav .nav-link:hover {
  color: var(--gold) !important;
  transform: translateY(-1px);
}

.navbar-premium .navbar-nav .nav-link.active {
  color: var(--gold) !important;
}

.btn-back-main {
  background: transparent;
  border: 1.5px solid var(--white);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.5rem 1.4rem;
  border-radius: 30px;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.btn-back-main:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 216, 53, 0.25);
}

.btn-back-main:active {
  transform: translateY(0);
}

.navbar-premium .navbar-toggler {
  border: none;
  padding: 0.4rem 0.2rem;
  outline: none;
  box-shadow: none !important;
}

.navbar-premium .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
}

.navbar-premium .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.offcanvas-premium {
  background: var(--navy) !important;
  width: 320px !important;
  max-width: 85vw !important;
  border: none !important;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  padding: 1.5rem 1.8rem;
  display: flex;
  flex-direction: column;
}

.offcanvas-premium .offcanvas-header {
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.offcanvas-premium .offcanvas-header .offcanvas-title {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.6;
}

.offcanvas-premium .btn-close-custom {
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
  cursor: pointer;
  opacity: 0.8;
}

.offcanvas-premium .btn-close-custom:hover {
  color: var(--gold);
  transform: rotate(90deg);
  opacity: 1;
}

.offcanvas-premium .offcanvas-body {
  padding: 1.8rem 0 1.5rem 0;
  flex: 1 1 auto;
  overflow-y: auto;
}

.offcanvas-premium .offcanvas-body .nav-link-mobile {
  display: block;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 500;
  padding: 0.7rem 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
  letter-spacing: 0.02em;
}

.offcanvas-premium .offcanvas-body .nav-link-mobile:hover,
.offcanvas-premium .offcanvas-body .nav-link-mobile:focus {
  color: var(--gold);
  padding-left: 0.6rem;
}

.offcanvas-premium .offcanvas-body .nav-link-mobile.active {
  color: var(--gold);
}

.offcanvas-premium .offcanvas-footer {
  padding: 1.2rem 0 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.offcanvas-premium .offcanvas-footer .btn-back-main-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
}

.offcanvas-premium .offcanvas-footer .btn-back-main-mobile:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 216, 53, 0.2);
}

.hero-slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-slider-wrapper .swiper {
  width: 100%;
  aspect-ratio: 16 / 6;
  background: var(--black);
}

.hero-slider-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slider-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slider-wrapper .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 20;
  pointer-events: none;
}

.hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.35s ease;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--gold);
  transform: scale(1.25);
  box-shadow: 0 0 12px rgba(255, 216, 53, 0.4);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > * {
  padding-right: 0;
  padding-left: 0;
}

.offcanvas-premium .offcanvas-body::-webkit-scrollbar {
  width: 3px;
}

.offcanvas-premium .offcanvas-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.offcanvas-premium .offcanvas-body::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 6px;
}

.hero-slider-wrapper .swiper-slide {
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.hero-slider-wrapper .swiper-slide-active {
  z-index: 1;
}

.navbar-premium .navbar-nav .nav-link:last-child {
  margin-right: 0;
}

.offcanvas-premium .offcanvas-header .btn-close {
  filter: invert(1) brightness(10);
  opacity: 0.6;
}

.offcanvas-premium .offcanvas-header .btn-close:hover {
  opacity: 1;
  filter: invert(1) brightness(10) drop-shadow(0 0 4px rgba(255, 216, 53, 0.3));
}

.shadow {
  position: absolute;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgb(0 0 0 / 83%) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .hero-slider-wrapper .swiper {
    aspect-ratio: 16 / 7;
  }
}

@media (max-width: 768px) {
  .hero-slider-wrapper .swiper {
    /* aspect-ratio: 4 / 3; */
  }
}

@media (max-width: 576px) {
  .hero-slider-wrapper .swiper {
    /* aspect-ratio: 3 / 4; */
  }

  .hero-slider-wrapper .swiper-pagination {
    bottom: 16px;
    gap: 8px;
  }

  .hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 375px) {
  .hero-slider-wrapper .swiper {
    aspect-ratio: 2 / 3;
  }
}

@media (min-width: 992px) {
  .navbar-premium .navbar-nav {
    gap: 0.1rem;
  }

  .navbar-premium .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-premium {
    padding: 0.75rem 0;
  }

  .navbar-premium .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-premium .navbar-nav.d-none.d-lg-flex {
    display: none !important;
  }

  .navbar-premium .d-none.d-lg-block {
    display: none !important;
  }
}

/* ******************************************** */
/* ******************************************** */
.head-section {
  padding: 80px 0;
  background-color: var(--white);
}

.head-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--gold);
  border: 1px solid var(--white);
  border-radius: 100px;
  padding: 4px 20px 4px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.3px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.head-badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--navy);
  flex-shrink: 0;
}

.head-accent-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2ecc71;
  flex-shrink: 0;
  margin-left: 8px;
  margin-bottom: 28px;
}

.head-badge-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 15px;
}

.head-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  color: var(--black);
  letter-spacing: -0.02em;
  max-width: 95%;
  margin-bottom: 0;
}

.head-description {
  font-size: 14px;
  line-height: 1.4;
  color: var(--black);
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 0;
}

.head-left-content {
  display: flex;
  flex-direction: column;
}

.head-right-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 6px;
}

@media (max-width: 1199.98px) {
  .head-title {
    font-size: 36px;
    max-width: 100%;
  }

  .head-description {
    font-size: 15px;
  }

  .head-section {
    padding: 60px 0;
  }
}

@media (max-width: 991.98px) {
  .head-title {
    font-size: 32px;
    max-width: 100%;
  }

  .head-description {
    font-size: 15px;
  }

  .head-right-content {
    padding-top: 0;
    margin-top: 16px;
  }

  .head-section {
    padding: 50px 0;
  }

  .head-badge-wrapper {
    margin-bottom: 28px;
  }
}
@media (max-width: 767.98px) {
  .head-section {
    padding: 40px 0;
  }

  .head-title {
    font-size: 28px;
    line-height: 1.2;
    max-width: 100%;
  }

  .head-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .head-badge-wrapper {
    margin-bottom: 24px;
  }

  .head-badge {
    font-size: 13px;
    padding: 5px 16px 5px 12px;
    gap: 8px;
  }

  .head-badge-dot {
    width: 7px;
    height: 7px;
  }

  .head-accent-dot {
    width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-bottom: 22px;
  }

  .head-right-content {
    padding-top: 0;
    margin-top: 12px;
  }

  .head-left-content {
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  .head-section {
    padding: 32px 0;
  }

  .head-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .head-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .head-badge {
    font-size: 12px;
    padding: 4px 14px 4px 10px;
    gap: 6px;
  }

  .head-badge-dot {
    width: 6px;
    height: 6px;
  }

  .head-accent-dot {
    width: 7px;
    height: 7px;
    margin-left: 4px;
    margin-bottom: 18px;
  }

  .head-badge-wrapper {
    margin-bottom: 20px;
  }

  .head-right-content {
    margin-top: 8px;
  }
}

@media print {
  .head-section {
    padding: 40px 0;
  }

  .head-title {
    font-size: 30px;
  }

  .head-description {
    font-size: 14px;
  }
}
/* ******************************************** */
/* ******************************************** */

.mat-section {
  padding: 80px 0 80px;
}
.two {
  background-color: #131e37;
  padding-top: 80px;
}
.mat-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
  background-color: #f5f3f0;
}

.mat-image-wrapper:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.mat-image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mat-image-wrapper:hover img {
  transform: scale(1.02);
}

.mat-content {
  padding-left: 0px;
}

.mat-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgb(0 0 0);
  padding: 4px 14px 4px 14px;
  border-radius: 100px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 216, 53, 0.2);
}

.mat-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.mat-title span {
  color: var(--navy);
}

.mat-description {
  font-size: 14px;
  line-height: 1.4;
  color: rgb(255 255 255 / 75%);
  margin-bottom: 28px;
  max-width: 92%;
  font-weight: 400;
  margin-bottom: 15px;
}

.mat-features {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 34px;
  padding: 0;
  list-style: none;
}

.mat-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 450;
  color: var(--white);
  line-height: 1.4;
}

.mat-feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 216, 53, 0.12);
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.mat-feature:hover .mat-feature-icon {
  background: rgba(255, 216, 53, 0.25);
  transform: scale(1.05);
}

.mat-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--navy);
  background-color: var(--gold);
  border: none;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 216, 53, 0.3);
  text-transform: uppercase;
}

.mat-btn:hover {
  background-color: var(--white);
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(17, 26, 42, 0.2);
  transform: translateY(-2px);
  text-decoration: none;
}

.mat-btn:active {
  transform: translateY(0px);
}

.mat-btn .btn-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.mat-btn:hover .btn-arrow {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .mat-section {
    padding: 60px 0;
  }

  .mat-content {
    padding-left: 0;
    padding-top: 36px;
  }

  .mat-title {
    font-size: 2.3rem;
  }

  .mat-description {
    max-width: 100%;
    font-size: 1rem;
  }

  .mat-feature {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .mat-section {
    padding: 40px 0;
  }

  .mat-image-wrapper {
    border-radius: 12px;
    margin-bottom: 0;
  }

  .mat-content {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .mat-label {
    font-size: 0.7rem;
    padding: 3px 12px;
    margin-bottom: 14px;
  }

  .mat-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .mat-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 100%;
  }

  .mat-features {
    gap: 12px;
    margin-bottom: 28px;
  }

  .mat-feature {
    font-size: 0.92rem;
    gap: 12px;
  }

  .mat-feature-icon {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }

  .mat-btn {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
    font-size: 0.95rem;
  }

  .container,
  .row,
  .col-12 {
    overflow-x: hidden;
  }

  .mat-image-wrapper img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

@media (max-width: 400px) {
  .mat-title {
    font-size: 1.6rem;
  }

  .mat-description {
    font-size: 0.88rem;
  }

  .mat-feature {
    font-size: 0.85rem;
  }

  .mat-btn {
    font-size: 0.88rem;
    padding: 14px 20px;
  }
}

@media (max-width: 991.98px) {
  .mat-gap-lg {
    gap: 0;
  }
}

@media print {
  .mat-section {
    padding: 20px 0;
  }

  .mat-btn {
    background: #eee;
    color: #222;
    box-shadow: none;
  }

  .mat-image-wrapper {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}
/* ******************************************** */
/* ******************************************** */

.why-section {
  width: 100%;
  padding: 80px 0 90px;
  position: relative;
  background-image: url(../images/why-choose-us.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.why-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at 50% 30%,
    rgba(255, 216, 53, 0.04) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.why-section .container {
  position: relative;
  z-index: 1;
}

.why-heading-wrapper {
  text-align: center;
  margin-bottom: 56px;
}

.why-label {
  display: inline-block;
  padding: 6px 22px;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-bottom: 18px;
  transition: opacity 0.3s ease;
}

.why-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.15;
}

.why-title span {
  color: var(--gold);
}

.why-description {
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.why-gallery {
  margin-top: 8px;
}

.why-gallery .row {
  --gutter-x: 24px;
  --gutter-y: 24px;
}

.why-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 6 / 3;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition:
    box-shadow 0.4s ease,
    transform 0.4s ease;
  cursor: default;
}

.why-item:hover {
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.5);
  transform: translateY(-4px);
}

.why-item .why-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.why-item:hover .why-image {
  transform: scale(1.05);
}

.why-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(255, 216, 53, 0) 40%,
    rgba(255, 216, 53, 0.06) 100%
  );
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.why-item:hover::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .why-section {
    padding: 60px 0 70px;
  }

  .why-title {
    font-size: 2.5rem;
  }

  .why-description {
    font-size: 1rem;
    max-width: 480px;
  }

  .why-gallery .row {
    --gutter-x: 18px;
    --gutter-y: 18px;
  }

  .why-item {
    border-radius: 12px;
  }
}

@media (max-width: 575.98px) {
  .why-section {
    padding: 48px 0 56px;
  }

  .why-heading-wrapper {
    margin-bottom: 36px;
  }

  .why-label {
    font-size: 10px;
    padding: 5px 16px;
    letter-spacing: 1.5px;
  }

  .why-title {
    font-size: 2rem;
    letter-spacing: -0.01em;
  }

  .why-description {
    font-size: 0.95rem;
    max-width: 100%;
    padding: 0 4px;
  }

  .why-gallery .row {
    --gutter-x: 14px;
    --gutter-y: 14px;
  }

  .why-item {
    border-radius: 10px;
    aspect-ratio: 6 / 3;
  }

  .why-item:hover {
    transform: translateY(-2px);
  }

  .why-item:hover .why-image {
    transform: scale(1.03);
  }
}

@media (max-width: 374.98px) {
  .why-title {
    font-size: 1.65rem;
  }

  .why-description {
    font-size: 0.85rem;
  }

  .why-gallery .row {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
}
.why-section ::-webkit-scrollbar {
  width: 6px;
  background: var(--navy);
}

.why-section ::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 8px;
}
/* ******************************************** */
/* ******************************************** */
.product-section {
  padding: 80px 0;
  background-color: var(--white);
}

.product-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.product-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.4s ease;
  height: 100%;
}

.product-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.product-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f2f2f2;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-title-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2rem 1.2rem 0.9rem 1.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  min-height: 60px;
  z-index: 1;
}

.product-title-strip .product-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
}

.product-card:hover .product-title-strip {
  opacity: 0;
  pointer-events: none;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgb(17 26 42 / 71%);
  backdrop-filter: blur(1.5px);
  display: flex;
  align-items: flex-end;
  padding: 26px 1.2rem 1.2rem 1.2rem;
  transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  will-change: height;
}

.product-card:hover .product-overlay {
  height: 53%;
}

.product-content {
  width: 100%;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease 0.08s,
    transform 0.4s ease 0.08s;
}

.product-card:hover .product-content {
  opacity: 1;
  transform: translateY(0);
}

.product-overlay .product-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 0.2rem 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
  cursor: pointer;
}

.product-description {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 0.6rem 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  padding: 0.2rem 0;
  border-bottom: 1.5px solid transparent;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}

.product-link:hover,
.product-link:focus {
  color: var(--white);
  border-bottom-color: var(--gold);
}

.product-arrow {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: var(--gold);
}

.product-link:hover .product-arrow,
.product-link:focus .product-arrow {
  transform: translateX(5px);
}

@media (max-width: 575.98px) {
  .product-card:hover .product-overlay {
    height: 32%;
  }
  .product-overlay {
    height: 11%;
    padding: 0 1rem 1rem 1rem;
  }
  .product-overlay .product-title {
    font-size: 1rem;
  }

  .product-description {
    font-size: 0.7rem;
    -webkit-line-clamp: 2;
  }

  .product-link {
    font-size: 0.6rem;
  }

  .product-title-strip {
    padding: 0.8rem 0.8rem 0.6rem 0.8rem;
  }

  .product-title-strip .product-title {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .product-section {
    padding: 2.5rem 0;
  }

  .product-overlay .product-title {
    font-size: 1.05rem;
  }

  .product-description {
    font-size: 0.75rem;
  }

  .product-link {
    font-size: 0.65rem;
  }
}

.product-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 2px;
}

.product-card:hover {
  outline: 1px solid rgba(255, 216, 53, 0.12);
  outline-offset: -1px;
}
@media (max-width: 320.98px) {
  .product-overlay {
    height: 13%;
    padding: 0 1rem 1rem 1rem;
  }
  .product-card:hover .product-overlay {
    height: 40%;
  }
}
/* ******************************************** */
/* ******************************************** */

/* ---------- FOOTER WRAPPER ---------- */
.foote-wrapper {
  margin-top: auto;
  background: var(--black);
  color: #ffffff;
  padding: 3rem 0 0 0;
  font-family: "Poppins", sans-serif;
}

/* ---------- CONTAINER ---------- */
.foote-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- ROW (3 columns) ---------- */
.foote-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 0;
}

/* ---------- COLUMNS ---------- */
.foote-column {
  display: flex;
  flex-direction: column;
}

/* --- Left Column --- */
.foote-column-left {
  gap: 0.75rem;
}

.foote-org-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.foote-org-name span {
  color: #2e8bff;
}

.foote-description {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 300;
  max-width: 420px;
  margin-top: 0.2rem;
}

/* --- Middle Column --- */
.foote-column-middle {
  gap: 1rem;
}

.foote-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.3px;
  margin-bottom: 0.3rem;
}

.foote-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: var(--gold);
  border-radius: 4px;
  margin-top: 0.4rem;
}

.foote-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0.2rem;
}

.foote-contact-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  transition: transform 0.2s ease;
}

.foote-contact-item:hover {
  transform: translateX(4px);
}

.foote-icon-circle {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #fbb30b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 14px;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
  box-shadow: 0 4px 12px rgb(0 0 0 / 25%);
}

.foote-contact-item:hover .foote-icon-circle {
  transform: scale(1.12);
  background: #fbb30b;
}

.foote-contact-text {
  display: flex;
  flex-direction: column;
  font-size: 0.92rem;
  line-height: 1.5;
}

.foote-contact-label {
  color: #a8bddb;
  font-weight: 300;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.foote-contact-value {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.foote-contact-value:hover {
  color: #2e8bff;
}

.foote-contact-value-link {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.foote-contact-value-link:hover {
  color: var(--gold);
}

.foote-whatsapp-link {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.foote-whatsapp-link:hover {
  color: #2e8bff;
}

.foote-whatsapp-link i {
  font-size: 0.85rem;
  color: #25d366;
  transition: transform 0.3s ease;
}

.foote-whatsapp-link:hover i {
  transform: scale(1.15);
}

/* --- Right Column --- */
.foote-column-right {
  gap: 1rem;
}

.foote-card {
  background: rgba(46, 139, 255, 0.08);
  border: 1px solid rgba(46, 139, 255, 0.25);
  border-radius: 16px;
  padding: 1.5rem 1.4rem;
  backdrop-filter: blur(2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  margin-top: 0.2rem;
}

.foote-card:hover {
  border-color: rgba(46, 139, 255, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.foote-card-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.foote-card-icon {
  color: #ffffff;
  font-size: 1.25rem;
  width: 36px;
  height: 36px;
  background: rgba(46, 139, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.foote-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.foote-card-text {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

.foote-card-text strong {
  color: #ffffff;
  font-weight: 500;
}

/* ---------- DIVIDER ---------- */
.foote-divider {
  margin: 0 auto;
  padding: 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.foote-divider-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(46, 139, 255, 0.3),
    transparent
  );
}

/* ---------- BOTTOM BAR ---------- */
.foote-bottom {
  padding: 10px 0;
}

.foote-bottom-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.foote-copyright {
  font-size: 0.85rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
}

.foote-copyright strong {
  color: #ffffff;
  font-weight: 900;
}

.foote-copyright br {
  display: none;
}

.foote-social {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.foote-social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.foote-social-link:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(46, 139, 255, 0.35);
  border-color: var(--white);
}

.foote-social-link:focus-visible {
  outline: 2px solid #2e8bff;
  outline-offset: 3px;
}

.displa-grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.logo-white {
  width: 160px;
}

.fooer-dis {
  margin: 0 auto;
  position: relative;
}
.fooer-dis h1 {
  width: max-content;
  text-align: center;
  font-size: clamp(39px, 10vw, 280px);
  font-style: italic;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
}
.shadow-1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
}
/* ---------- RESPONSIVE ---------- */

/* Tablets & small laptops */
@media (max-width: 1024px) {
  .foote-row {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .foote-column-left {
    grid-column: 1 / -1;
  }

  .foote-description {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .foote-wrapper {
    padding: 2rem 0 0 0;
  }

  .foote-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 1.8rem;
  }

  .foote-column-left {
    grid-column: auto;
  }

  .foote-org-name {
    font-size: 1.5rem;
  }

  .foote-description {
    font-size: 0.88rem;
  }

  .foote-title {
    font-size: 1.05rem;
  }

  .foote-contact-item {
    gap: 0.75rem;
  }

  .foote-icon-circle {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  .foote-contact-text {
    font-size: 0.85rem;
  }

  .foote-card {
    padding: 1.2rem 1rem;
  }

  .foote-card-text {
    font-size: 0.85rem;
  }

  .foote-bottom-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    padding: 0 1rem;
  }

  .foote-copyright {
    font-size: 0.8rem;
  }

  .foote-copyright br {
    display: inline;
  }

  .foote-social {
    gap: 0.5rem;
    /*justify-content:center;*/
  }

  .foote-social-link {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .foote-divider {
    padding: 0 1rem;
  }
}

/* Extra small */
@media (max-width: 380px) {
  .foote-container {
    padding: 0 1rem;
  }

  .foote-org-name {
    font-size: 1.3rem;
  }

  .foote-contact-item {
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .foote-icon-circle {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }

  .foote-contact-value,
  .foote-contact-value-link,
  .foote-whatsapp-link {
    font-size: 0.82rem;
    word-break: break-all;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.foote-contact-value-link:focus-visible,
.foote-whatsapp-link:focus-visible,
.foote-social-link:focus-visible {
  outline: 2px solid #2e8bff;
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-color-scheme: dark) {
  .foote-wrapper {
    background: #08182e;
    background: linear-gradient(145deg, #08182e 0%, #0b1f3a 100%);
  }
}
.contac-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@keyframes contacFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-wpp {
  position: fixed;
  bottom: 71px;
  right: 15px;
  transition: bottom 0.2s;
  z-index: 110;
}

.floating-wpp-button {
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 15%;
  box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
  transition: box-shadow 0.2s;
  cursor: pointer;
  overflow: hidden;
}

/* ******************************************** */
/* ******************************************** */
.contact-section {
  padding: 80px 0;
  background-color: var(--white);
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.contact-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
  background-color: var(--navy);
}

.contact-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.contact-image-wrap:hover img {
  transform: scale(1.02);
}

.contact-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--navy-rgb), 0.2);
  pointer-events: none;
  border-radius: 20px;
}

.contact-form-wrap {
  background-color: var(--navy);
  border-radius: 20px;
  padding: 20px 20px;
  height: 100%;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(var(--navy-rgb), 0.18);
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.contact-eyebrow i {
  font-size: 14px;
}

.contact-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.contact-title span {
  color: var(--gold);
}

.contact-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  margin-bottom: 15px;
  max-width: 90%;
  font-weight: 400;
}

.contact-form .form-group {
  margin-bottom: 5px;
}

.contact-form label {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 7px 18px 10px;
  font-size: 15px;
  color: var(--white);
  transition: all 0.3s ease;
  box-shadow: none;
  outline: none;
  width: 100%;
  font-weight: 400;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  font-size: 14px;
}

.contact-form .form-control:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 216, 53, 0.15);
  outline: none;
  color: var(--white);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 66px;
    max-height: 60px;
}

.contact-form .form-control:focus-visible {
  outline: none;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 44px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 6px;
  box-shadow: 0 4px 16px rgba(255, 216, 53, 0.25);
}

.contact-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 216, 53, 0.35);
  background: var(--gold);
  color: var(--black);
}

.contact-btn:hover i {
  transform: translateX(4px);
}

.contact-btn:active {
  transform: translateY(0px);
  box-shadow: 0 4px 12px rgba(255, 216, 53, 0.2);
}

@media (min-width: 1200px) {
  .contact-section {
    padding: 70px 0;
  }

  .contact-form-wrap {
    padding: 20px 20px;
  }

  .contact-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .contact-section {
    padding: 64px 0;
  }

  .contact-form-wrap {
    padding: 36px 32px;
    min-height: 420px;
  }

  .contact-image-wrap {
    min-height: 420px;
  }

  .contact-title {
    font-size: 28px;
  }

  .contact-sub {
    font-size: 15px;
    max-width: 100%;
  }

  .contact-btn {
    padding: 14px 32px;
    font-size: 15px;
  }
}
.heading{
    text-transform: uppercase;
    font-weight: 700;
}
.dis{
    display:none;
}
.cir{
    width: 25px !important;
    height: 25px !important;
    font-size: 0.75rem !important;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 48px 0;
  }
    .dis{
        display: flex !important;
        align-items: center;
        display:block;
    }
  .contact-image-wrap {
    min-height: 190px;
    height: 190px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
  }
  
  .heading{
      font-size:14px ;
  }

  .contact-image-wrap img {
    object-position: center 30%;
  }

  .contact-image-wrap::after {
    border-radius: 20px;
  }

  .contact-form-wrap {
    border-radius: 20px;
    padding: 32px 24px;
    min-height: auto;
    box-shadow: 0 12px 40px rgba(var(--navy-rgb), 0.12);
  }

  .contact-title {
    font-size: 26px;
  }

  .contact-sub {
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 22px;
  }

  .contact-form .form-control {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 10px;
  }

  .contact-form textarea.form-control {
    min-height: 60px;
    max-height: 60px;
  }

  .contact-btn {
    padding: 15px 28px;
    font-size: 15px;
    gap: 10px;
  }

  .contact-btn i {
    font-size: 16px;
  }

  .contact-eyebrow {
    font-size: 12px;
    gap: 8px;
  }

  .contact-eyebrow i {
    font-size: 13px;
  }

  .contact-section .row.g-4 {
    --bs-gutter-y: 0;
  }

  .contact-section .row.g-4 > [class^="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 50px 0 15px;
  }

  .contact-form-wrap {
    padding: 8px;
  }

  .contact-title {
    font-size: 22px;
  }

  .contact-sub {
    font-size: 14px;
  }

  .contact-image-wrap {
    border-radius: 20px;
  }

  .contact-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .contact-form .form-control {
    padding: 10px 14px;
    font-size: 13px;
  }
}

.contact-section .row.g-4 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.contact-section .row.g-4 > [class^="col-"] {
  display: flex;
  align-items: stretch;
}

.contact-section .row.g-4 > [class^="col-"] > * {
  width: 100%;
}
.header-wrapper {
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.header-wrapper.scrolled {
  background-color: #000000;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
#mattress,
#pillow,
#why-choose-us,
#contact-us {
  scroll-margin-top: 59px;
}
.header-wrapper.scrolled {
  background-color: #000000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .contact-section .row.g-4 > [class^="col-"] {
    display: block;
  }
  .navbar-premium .navbar-brand img {
    width: 60px;
  }
  
  .mtt-5{
      margin-top:5px !important;
  }
  .contact-form .form-group {
    margin-bottom: 5px;
  }

  .contact-section .row.g-4 > [class^="col-"] > * {
    width: 100%;
    border-radius: 20px;
  }
  .modal-header {
    padding: 8px 18px !important;
  }
}

.contact-form textarea.form-control::-webkit-scrollbar {
  width: 6px;
}

.contact-form textarea.form-control::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.contact-form textarea.form-control::-webkit-scrollbar-thumb {
  background: rgba(255, 216, 53, 0.3);
  border-radius: 10px;
}

.contact-form textarea.form-control::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 216, 53, 0.5);
}
/* ******************************************** */
/* ******************************************** */

.header-wrapper.scrolled {
  background-color: #000000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.header-wrapper.scrolled .navbar-premium {
  padding: 0.5rem 0;
}

.header-wrapper.scrolled .navbar-premium .navbar-brand img {
  width: 65px;
}
/* ******************************************** */
/* ******************************************** */
html {
  overflow-y: scroll;
}

body.modal-open {
  padding-right: 0 !important;
}
/* **************************************************
************************************************** */
.second-imag {
  width: 100%;

  img {
    width: 100%;
    border-radius: 20px;
  }
}

.madal-span {
  color: #c38408;
  position: relative;
  padding-left: 5px;
  text-transform: uppercase;
}


