/*!
 * 
 */


/* style.css */



    body {
      background: #f8f8f6;
      font-family: 'Montserrat', sans-serif!important;
      color: #121212;
    }

  




.hero {
    min-height: 1000px;
    background: linear-gradient(90deg, #141e16b8 0%, #141e1682 16%, rgb(83 91 80 / 0%) 42%, rgba(83, 91, 80, 0) 500%), linear-gradient(180deg, rgba(58, 64, 56, .28) 0%, rgba(58, 64, 56, 0) 45%),url("miodowe_wzgorze.jpg") center center / cover no-repeat;
    color: #fff;
}

.hero-subtitle {
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    font-weight: 400;
}

.hero-title {
    font-size: clamp(3.5rem, 4.5vw, 5rem);
    line-height: .9;
    font-weight: 700;
    color: #f8f8f6;
}

.hero-text {
       font-size: 17px;
    line-height: 1.8;
	color: #f8f8f6;
}

@media (max-width: 767.98px) {
    .hero {
        background-image: url("https://rimod.pl/wp-content/uploads/2026/07/miodowe_wzgorze_rimod_nieruchomosci_mobile.jpg") center center / 100% no-repeat;
        align-items: end !important;
        padding-bottom: 4rem;
		
    }

    .hero-title {
        line-height: 1;
    }
	
	.osiedlemiodowewzgorze {
padding:20px;
}
}


h3 {
    margin: 0 0 18px;
    color: var(--mw-gold)!important;
    font-size: 15px!important;
    font-weight: 500!important;
    letter-spacing: 4px!important;
    text-transform: uppercase;
    text-shadow: none;
}

h3::after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 1px;
    background: var(--mw-gold);
    margin-left: 18px;
    vertical-align: middle;
}

h1 {
    margin: 0 0 28px!important;
    color: #fff;

    line-height: .98!important;

    letter-spacing: -2px!important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .35)!important;
}

.btns__circle{
    width:52px;
    height:52px;
    border-radius:50%;
    overflow:hidden;
    display:grid;
    place-items:center;
}

.btn__icon-wrap{
    display:flex;
    flex-direction:column;
    transition:.35s ease;
}

.icon{
    width:22px;
    height:22px;
    flex-shrink:0;
}

.btn:hover .btn__icon-wrap{
    transform:translateY(-100%);
}


.rimodbtn {
  --lime: #b7935a;
  --dark: #fff;

  display: inline-flex;
  align-items: center;
  isolation: isolate;
font-size: 14px;
  text-decoration: none;
  color: var(--dark);
      font-weight: bolder;
}

.rimodbtn__label {
  height: 56px;
      padding: 16px 28px;
  padding-right: 38px;
	    font-size: 13px;
		    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
  display: inline-flex;
  align-items: center;

  border-radius: 999px;
  background: var(--mw-gold);

  transition: background .35s ease, color .35s ease;
}

.rimodbtn__circle {
  width: 56px;
  height: 56px;
  margin-left: -1px;

  position: relative;
  z-index: 2;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: var(--mw-gold);
  overflow: hidden;

  transition: background .35s ease, color .35s ease;
}

.rimodbtn__arrow {
  position: absolute;
  font-size: 24px;
  line-height: 1;
  color: currentColor;

  transition: transform .22s cubic-bezier(.76, 0, .24, 1);
}

.rimodbtn__arrow--one {
  transform: translateY(0);
}

.rimodbtn__arrow--two {
  transform: translateY(-180%);
}

.rimodbtn:hover .rimodbtn__label,
.rimodbtn:hover .rimodbtn__circle {
  background: var(--dark);
  color: var(--mw-gold);
}

.rimodbtn:hover .rimodbtn__arrow--one {
  transform: translateY(180%);
}

.rimodbtn:hover .rimodbtn__arrow--two {
  transform: translateY(0);
}

.rimodbtn__arrow svg{
    width:22px;
    height:22px;
    fill:currentColor;
    display:block;
}


















/* ==========================
   GLASS
========================== */

.glass {
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.035) !important;

  backdrop-filter:
    url(#liquid-glass)
    blur(18px)
    saturate(170%) !important;

  -webkit-backdrop-filter:
    blur(18px)
    saturate(170%) !important;

  box-shadow:
    inset 0 0.5px 0 rgba(255, 255, 255, 0.35),
    inset 0 -12px 24px rgba(0, 0, 0, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.18) !important;
}


/* ==========================
   NAVBAR
========================== */

.hero-navbar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 10 !important;

  width: 100% !important;
  padding: 40px 0 !important;

  background: transparent !important;
}

.hero-logo {
  width: 72px !important;
  height: auto !important;
}

.hero-navbar .nav-link {
  margin: 0 14px !important;

  color: #fff !important;
  opacity: 1 !important;

  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;

  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.hero-navbar .nav-link:hover,
.hero-navbar .nav-link:focus,
.hero-navbar .nav-link.active {
  color: #d8a04d !important;
  opacity: 1 !important;
}

.btn-hero-contact {
  padding: 13px 28px !important;

  border: 0 !important;
  border-radius: 999px !important;

  background: var(--mw-gold, #d8a04d) !important;
  color: #fff !important;

  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.btn-hero-contact:hover,
.btn-hero-contact:focus {
  background: #b68238 !important;
  color: #fff !important;
}

.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: invert(1) !important;
}


/* ==========================
   HERO
========================== */

.herowzgorze {
  display: flex !important;
  justify-content: center !important;

  width: 100% !important;
  padding: clamp(0px, 2vw, 12px) !important;

  background: #f8f8f6 !important;
}

.herowzgorze__frame {
  width: 100% !important;
  max-width: 1920px !important;
  height: clamp(700px, 90vh, 1080px) !important;

  overflow: hidden !important;
  border-radius: clamp(0px, 1.6vw, 28px) !important;
}

.herowzgorze__bg {
  position: relative !important;

  width: 100% !important;
  height: 100% !important;

  background-image:
    linear-gradient(
      90deg,
      rgba(20, 30, 22, 0.72) 0%,
      rgba(20, 30, 22, 0.51) 16%,
      rgba(83, 91, 80, 0) 42%,
      rgba(83, 91, 80, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(58, 64, 56, 0.28) 0%,
      rgba(58, 64, 56, 0) 45%
    ),
    url("https://rimod.pl/wp-content/uploads/2026/07/miodowe_wzgorze_rimod_nieruchomosci.jpg") !important;

  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.herowzgorze .container,
.herowzgorze .row {
  height: 100% !important;
}

.hero-content {
  position: relative !important;
  z-index: 2 !important;

  padding-top: 160px !important;
}


/* ==========================
   OBROTOWA ODZNAKA
========================== */

.herowzgorze-badge {
  position: absolute !important;
  right: clamp(28px, 4vw, 76px) !important;
  bottom: clamp(28px, 4vw, 76px) !important;
  z-index: 4 !important;

  display: grid !important;
  place-items: center !important;

  width: 132px !important;
  height: 132px !important;

  color: #f8f8f6 !important;
  text-decoration: none !important;
}

.herowzgorze-badge__svg {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  overflow: visible !important;
  animation: herowzgorzeBadgeRotate 16s linear infinite !important;
}

.herowzgorze-badge__svg text {
  fill: currentColor !important;

  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 2.8px !important;
  text-transform: uppercase !important;
}

.herowzgorze-badge__arrow {
  position: relative !important;
  z-index: 2 !important;

  display: grid !important;
  place-items: center !important;

  width: 34px !important;
  height: 34px !important;
}

.herowzgorze-badge__arrow svg {
  width: 100% !important;
  height: 100% !important;

  fill: currentColor !important;
  transform: rotate(180deg) !important;
}

@keyframes herowzgorzeBadgeRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* ==========================
   TABLET
========================== */

@media (max-width: 991.98px) {
  .hero-navbar {
    padding: 16px 0 !important;
  }

  .hero-logo {
    width: 70px !important;
  }

  .hero-navbar .navbar-collapse {
    margin-top: 18px !important;
    padding: 22px !important;

    border-radius: 18px !important;
    background: rgba(28, 38, 35, 0.92) !important;

    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  .hero-navbar .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
  }

  .btn-hero-contact {
    display: block !important;

    width: 100% !important;
    margin-top: 12px !important;

    text-align: center !important;
  }

  .herowzgorze {
    min-height: 100vh !important;
    padding: 16px !important;
  }

  .herowzgorze__frame {
    width: 100% !important;
    height: calc(100vh - 32px) !important;

    border-radius: 22px !important;
  }
}


/* ==========================
   TELEFON
========================== */

@media (max-width: 575.98px) {
  .herowzgorze {
    min-height: 100vh !important;
    padding: 0 !important;
  }

  .herowzgorze__frame {
    height: 100vh !important;
    min-height: 100svh !important;

    border-radius: 0 !important;
  }

  .herowzgorze__bg {
    background-color: #151f16 !important;

    background-image:
      linear-gradient(
        329deg,
        rgba(20, 30, 22, 0.65) 0%,
        rgba(20, 30, 22, 0.35) 45%,
        rgba(20, 30, 22, 0.1) 100%
      ),
      url("https://rimod.pl/wp-content/uploads/2026/07/miodowe_wzgorze_rimod_nieruchomosci_mobile.jpg") !important;

    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  .herowzgorze-badge {
    right: auto !important;
    bottom: 34px !important;
    left: 50% !important;

    width: 116px !important;
    height: 116px !important;

    transform: translateX(-50%) !important;
  }
}


/* ==========================
   OGRANICZENIE ANIMACJI
========================== */

@media (prefers-reduced-motion: reduce) {
  .herowzgorze-badge__svg {
    animation: none !important;
  }

  .hero-navbar .nav-link,
  .btn-hero-contact {
    transition: none !important;
  }
}










.benefits-section {
    background: #f8f8f6;
    padding: 54px 0;
    overflow: hidden;
}

.benefits-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 52px;
}

.benefits-heading h2 {
    max-width: 820px;
    margin: 0;
    color: #142f37;
    font-size: clamp(2.0rem, 4vw, 4rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -2px;
}

.benefits-swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: visible;
}

.benefit-card__image {
    height: 390px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 24px;
}

.benefit-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.benefit-card h4 {
    margin: 0 0 10px;
    color: #142f37;
    font-size: 22px;
    font-weight: 800;
}

.benefit-card p {
    max-width: 92%;
    margin: 0;
    color: #6f7376;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.benefits-nav {
    display: flex;
    gap: 12px;
}

.benefits-prev,
.benefits-next {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #ececea;
    color: #142f37;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.benefits-prev svg,
.benefits-next svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767.98px) {
    .benefits-section {
        padding: 70px 0;
    }

    .benefits-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .benefits-nav {
        align-self: flex-end;
    }

    .benefit-card__image {
        height: 300px;
    }
}





















.story-slider-section {
    background:
        radial-gradient(circle at 80% 20%, rgba(183, 147, 90, .10), transparent 34%),
        linear-gradient(135deg, #172225 0%, #263634 100%);
    padding: 130px 0;
    overflow: hidden;
    color: #fff;
}

.story-swiper {
    position: relative;
    overflow: visible;
}

.story-slide {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 90px;
    min-height: 560px;
}

.story-slide__content {
    max-width: 500px;
}



.story-slide__content h2 {

	
	max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.0rem, 4vw, 4rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -2px;	
}

.story-slide__content p {
    margin: 0 0 42px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.8;
    max-width: 470px;
}

.story-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 30px;
    border: 1px solid var(--mw-gold);
    border-radius: 4px;
    color: var(--mw-gold);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 800;
    transition: .25s ease;
}

.story-btn:hover {
    background: var(--mw-gold);
    color: #172225;
}

.story-slide__image {
    height: 520px;
    border-radius: 28px;
    overflow: hidden;
}

.story-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Transition: tekst + zdjęcie */
.story-slide__content,
.story-slide__image {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .75s ease, transform .75s ease;
}

.swiper-slide-active .story-slide__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .15s;
}

.swiper-slide-active .story-slide__image {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .28s;
}

/* Controls pod sliderem */
.story-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 46px;
}

.story-pagination {
    position: static;
    z-index: 10;
    display: flex;
    gap: 14px;
}

.story-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: rgba(255,255,255,.38);
    opacity: 1;
}

.story-pagination .swiper-pagination-bullet-active {
    background: var(--mw-gold);
}

.story-arrows {
    display: flex;
    gap: 12px;
}

.story-prev,
.story-next {
    position: static;
    transform: none;
    z-index: 10;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s ease;
}

.story-prev:hover,
.story-next:hover {
    background: rgba(255,255,255,.24);
}

.story-prev svg,
.story-next svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1199.98px) {
    .story-slide {
        gap: 60px;
    }
}

@media (max-width: 991.98px) {
    .story-slide {
        grid-template-columns: 1fr;
        gap: 44px;
        min-height: auto;
    }

    .story-slide__image {
        height: 420px;
    }

    .story-controls {
        margin-top: 36px;
    }
}

@media (max-width: 767.98px) {
    .story-slider-section {
        padding: 80px 0;
    }

    .story-slide__image {
        height: 320px;
        border-radius: 22px;
    }

    .story-slide__content,  h2 {
        font-size: clamp(2.4rem, 11vw, 3.8rem);
    }

    .story-slide__content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .story-controls {
        margin-top: 32px;
    }

    .story-prev,
    .story-next {
        width: 42px;
        height: 42px;
    }
}



@media (max-width: 575px) {
.benefits-heading {padding: 10px;}
.benefit-card{padding: 10px;}
}








/* ===========================
   MW BUTTONS
=========================== */

:root{
    --mw-gold:#a98043;
    --mw-gold-hover:#b7822c;
    --mw-text:#ffffff;
}

.mw-buttons{
    display:flex;
    align-items:center;
    gap:32px;
    flex-wrap:wrap;
}

/* Base */

.mw-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;

    font-size:13px;
    font-weight:500;
    letter-spacing:.18em;
    text-transform:uppercase;
    text-decoration:none;

    transition:.3s ease;
}

/* ===========================
   PRIMARY
=========================== */

.mw-btn--primary{
    color:var(--mw-text);
    background:var(--mw-gold);

    padding:16px 28px;
    border-radius:999px;

    box-shadow:
        0 10px 22px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.18);
}

.mw-btn--primary:hover{
    background:var(--mw-gold-hover);
    transform:translateY(-2px);
    box-shadow:
        0 16px 30px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.18);
}

.mw-btn--primary .mw-btn__icon{
    width:18px;
    height:18px;
    transition:transform .3s;
}

.mw-btn--primary:hover .mw-btn__icon{
    transform:translateX(4px);
}

/* ===========================
   DOWNLOAD
=========================== */

.mw-btn--download{
    color:var(--mw-gold);
    position:relative;
    padding-bottom:4px;
}

.mw-btn--download::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:100%;
    height:1px;

    background:currentColor;
    transition:.3s;
}

.mw-btn--download:hover{
    color:var(--mw-gold-hover);
}

.mw-btn--download:hover::after{
    width:70%;
}

.mw-btn--download .mw-btn__icon{
    width:17px;
    height:17px;
    transition:transform .3s;
}

.mw-btn--download:hover .mw-btn__icon{
    transform:translateY(2px);
}









.location-section {
    background: #142725 !important;
    color: #fff !important;
    overflow: hidden !important;
}

.location-box {
    display: grid !important;
    grid-template-columns: 0.9fr 1.4fr !important;
    min-height: 620px !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    background: #10211f !important;
}

.location-content {
    padding: 72px 48px !important;
    background: linear-gradient(
        90deg,
        rgba(16, 33, 31, 1) 0%,
        rgba(16, 33, 31, 0.96) 65%,
        rgba(16, 33, 31, 0.82) 100%
    ) !important;
    position: relative !important;
    z-index: 2 !important;
}

.location-content h3 {
    margin: 0 0 18px !important;
    color: var(--mw-gold) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}

.location-content h2 {
    max-width: 420px !important;
    margin: 0 0 24px !important;
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 3.6rem) !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -2px !important;
}

.location-content p {
    max-width: 470px !important;
    margin: 0 0 42px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.location-list {
    display: flex !important;
    flex-direction: column !important;
}

.location-item {
    display: grid !important;
    grid-template-columns: 60px 1fr auto !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.location-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--mw-gold) !important;
}

.location-icon svg {
    width: 36px !important;
    height: 36px !important;
}

.location-item span {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 16px !important;
}

.location-item strong {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.location-map {
    position: relative !important;
    min-height: 620px !important;
    overflow: hidden !important;
    background: #10211f !important;
}

.location-swiper {
    width: 100% !important;
    height: 100% !important;
    min-height: 620px !important;
}

.location-swiper .swiper-wrapper,
.location-swiper .swiper-slide {
    height: 100% !important;
    min-height: 620px !important;
}

.location-swiper img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 620px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.location-pagination {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 28px !important;
    z-index: 5 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
}

.location-pagination .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.55) !important;
    opacity: 1 !important;
}

.location-pagination .swiper-pagination-bullet-active {
    background: var(--mw-gold) !important;
}

@media (max-width: 991px) {
    .location-box {
        grid-template-columns: 1fr !important;
    }

    .location-content {
        padding: 52px 28px !important;
    }

    .location-map,
    .location-swiper,
    .location-swiper .swiper-wrapper,
    .location-swiper .swiper-slide,
    .location-swiper img {
        min-height: 420px !important;
    }
}

@media (max-width: 575px) {
    .location-item {
        grid-template-columns: 30px 1fr !important;
    }

    .location-item strong {
        grid-column: 2 !important;
    }
}

.schedule-section {
    background: #f7f5ef !important;
}

.schedule-card {
    margin: auto !important;
    padding: 70px 40px !important;
    background: #f7f5ef !important;
    border: 1px solid rgba(196, 154, 85, 0.45) !important;
    border-radius: 32px !important;
    text-align: center !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05) !important;
}

.schedule-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 auto 34px !important;
    border: 1px solid rgba(196, 154, 85, 0.55) !important;
    border-radius: 50% !important;
    color: var(--mw-gold) !important;
    background: #142725 !important;
    box-shadow: 0 12px 30px rgba(20, 39, 37, 0.15) !important;
}

.schedule-card h3 {
    margin: 0 0 18px !important;
    color: var(--mw-gold) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}

.schedule-card h2 {
    margin: 0 0 22px !important;
    color: #142725 !important;
    font-size: clamp(2rem, 4vw, 4rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: -2px !important;
}

.schedule-card p {
    max-width: 600px !important;
    margin: 0 auto 38px !important;
    color: #6f7376 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
}

@media (max-width: 768px) {
    .schedule-card {
        padding: 50px 28px !important;
        border-radius: 24px !important;
    }

    .schedule-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 24px !important;
    }
}













.rimod-contact-section {
    background: #f7f5ef !important;
}

.rimod-contact-card {
    background:
        radial-gradient(circle at 15% 20%, rgba(196,154,85,.12), transparent 32%),
        linear-gradient(135deg, #17312d 0%, #102320 100%) !important;
    border-radius: 28px !important;
    padding: 70px 58px !important;
    color: #fff !important;
    overflow: hidden;
}

.rimod-contact-intro h3 {
    margin: 0 0 28px !important;
    color: var(--mw-gold) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}

.rimod-contact-intro h3::after {
    content: "" !important;
    display: inline-block !important;
    width: 64px !important;
    height: 1px !important;
    margin-left: 18px !important;
    vertical-align: middle;
    background: var(--mw-gold) !important;
}

.rimod-contact-intro h2 {
    font-size: clamp(2rem, 4vw, 4rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: -2px !important;
    margin-bottom: 22px !important;
    color: #fff !important;
}

.rimod-contact-intro p {
    max-width: 520px !important;
    margin: 0 0 42px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.rimod-contact-note {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 22px !important;
    border: 1px solid rgba(196,154,85,.25) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.035) !important;
}

.rimod-contact-note-icon {
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
    border-radius: 50% !important;
    border: 1px solid var(--mw-gold) !important;
    color: var(--mw-gold) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.rimod-contact-note-icon svg {
    width: 26px !important;
    height: 26px !important;
}

.rimod-contact-note strong,
.rimod-contact-note span {
    display: block !important;
}

.rimod-contact-note strong {
    margin-bottom: 4px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.rimod-contact-note span {
    color: rgba(255,255,255,.72) !important;
    font-size: 15px !important;
}

.rimod-contact-list {
    padding-left: 34px !important;
    border-left: 1px solid rgba(196,154,85,.32) !important;
}

.rimod-contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 24px 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(196,154,85,.24) !important;
}

.rimod-contact-item:last-child {
    border-bottom: 0 !important;
}

.rimod-contact-icon {
    width: 60px !important;
    height: 60px !important;
    flex: 0 0 60px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.06) !important;
    color: var(--mw-gold) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 14px 35px rgba(0,0,0,.18) !important;
}

.rimod-contact-icon svg {
    width: 28px !important;
    height: 28px !important;
}

.rimod-contact-item span {
    display: block !important;
    margin-bottom: 6px !important;
    color: var(--mw-gold) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.rimod-contact-item strong {
    display: block !important;
    color: #fff !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.rimod-contact-item:hover strong {
    color: var(--mw-gold) !important;
}

.rimod-contact-brand {
    padding-left: 34px !important;
    border-left: 1px solid rgba(196,154,85,.32) !important;
}

.rimod-logo {
    max-width: 190px !important;
    margin-bottom: 28px !important;
    color: var(--mw-gold) !important;
}

.rimod-logo svg {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.rimod-contact-brand p {
    margin: 0 !important;
    color: var(--mw-gold) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    line-height: 1.6 !important;
    text-transform: uppercase !important;
}

.rimod-footer {
    background:
        radial-gradient(circle at 10% 100%, rgba(196,154,85,.12), transparent 28%),
        #102320 !important;
    padding: 36px 0 !important;
    color: #fff !important;
}

.rimod-footer-logo {
    max-width: 52px !important;
    margin: 0 auto 16px !important;
    color: var(--mw-gold) !important;
}

.rimod-footer-logo svg {
    width: 100% !important;
    height: auto !important;
}

.rimod-footer p {
    margin: 0 0 8px !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 16px !important;
}

.rimod-footer p span {
    margin: 0 12px !important;
    color: var(--mw-gold) !important;
}

.rimod-footer a {
    color: var(--mw-gold) !important;
    text-decoration: none !important;
    font-size: 15px !important;
}

.rimod-footer a:hover {
    color: #fff !important;
}

@media (max-width: 1199px) {
    .rimod-contact-card {
        padding: 58px 42px !important;
    }

    .rimod-contact-list,
    .rimod-contact-brand {
        padding-left: 24px !important;
    }
}

@media (max-width: 991px) {
    .rimod-contact-card {
        padding: 52px 34px !important;
    }

    .rimod-contact-list,
    .rimod-contact-brand {
        padding-left: 0 !important;
        border-left: 0 !important;
        padding-top: 34px !important;
        border-top: 1px solid rgba(196,154,85,.28) !important;
    }

    .rimod-contact-brand {
        text-align: center !important;
    }

    .rimod-logo {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 575px) {
    .rimod-contact-card {
        padding: 40px 22px !important;
        border-radius: 22px !important;
    }

    .rimod-contact-intro h3 {
        font-size: 12px !important;
        letter-spacing: 3px !important;
    }

    .rimod-contact-intro h3::after {
        width: 42px !important;
        margin-left: 10px !important;
    }

    .rimod-contact-intro h2 {
        font-size: 2.2rem !important;
        letter-spacing: -1.2px !important;
    }

    .rimod-contact-intro p {
        font-size: 15px !important;
        margin-bottom: 32px !important;
    }

    .rimod-contact-note {
        align-items: flex-start !important;
        padding: 18px !important;
    }

    .rimod-contact-note-icon,
    .rimod-contact-icon {
        width: 52px !important;
        height: 52px !important;
        flex-basis: 52px !important;
    }

    .rimod-contact-item {
        gap: 16px !important;
    }

    .rimod-contact-item strong {
        font-size: 1.15rem !important;
        word-break: break-word !important;
    }

    .rimod-footer p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .rimod-footer p span {
        display: none !important;
    }
}















