
@media only screen and (max-width: 5000px){
.boxed_wrapper_box_page{
    overflow-x: hidden;
}

/* Home: How It Works */
.how-it-works-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0 80px;
}
.how-it-works-area .sec-title{
    padding-bottom: 32px;
}
.how-it-works-subtitle{
    margin: 14px auto 0;
    max-width: 760px;
    color: #393d72;
}
.how-it-works-card{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 15px;
    padding: 32px 28px 28px;
    min-height: 260px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.how-it-works-card:before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 12%, rgb(75 52 187 / 64%) 0%, rgb(71 48 179 / 24%) 24%, rgb(48 38 92 / 16%) 58%, rgb(18 22 81 / 36%) 100%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}
.how-it-works-card > *{
    position: relative;
    z-index: 1;
}
.how-it-works-card:hover{
    transform: translateY(-6px);
    background: linear-gradient(135deg, #fff8e2 0%, #fffdf8 34%, #edf8ef 68%, #edf4ff 100%);
    box-shadow: 0 20px 46px rgba(57, 61, 114, 0.15);
    border: 0 !important;
}
.how-it-works-card:hover:before{
    opacity: 1;
}
.how-it-works-icon{
    width: 55px;
    height: 55px;
    border-radius: 15px;
    background: #f4f2ef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #393d72;
    font-size: 22px;
}
.how-it-works-icon.clr2{ color: var(--rmsk-gold); }
.how-it-works-icon.clr3{ color: var(--rmsk-green); }
.how-it-works-icon.clr4{ color: var(--rmsk-gold); }
.rmsk-rescue-shelter-icon{
    display: block;
    flex: 0 0 auto;
}
.how-it-works-step{
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: rgba(57, 61, 114, 0.70);
    text-transform: uppercase;
}
.how-it-works-title{
    margin: 10px 0 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #393d72;
}
.how-it-works-text{
    margin: 0;
    color: #393d72;
    opacity: 0.9;
}
.how-it-works-cta{
    margin-top: 35px;
}

/* Home: Before & After */
.before-after-area{
    position: relative;
    display: block;
    padding: 50px 0 50px;
    background: #ffffff;
}
.before-after-content .sec-title{
    padding-bottom: 30px;
}
.before-after-text{
    color: #393d72;
    margin: 0 0 18px;
}
.before-after-points{
    padding-left: 18px;
    margin: 0 0 28px;
    color: #393d72;
}
.before-after-points li{
    margin-bottom: 10px;
}
.before-after-points li .icon-tick{
    width: 28px;
    height: 28px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: -1px;
    flex: 0 0 28px;
    background: linear-gradient(135deg, var(--rmsk-blue) 0%, var(--rmsk-light-blue) 130%);
    box-shadow: 0 10px 20px rgb(17 21 79 / 24%), 0 0 0 5px rgb(57 61 114 / 8%), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    vertical-align: middle;
}
.before-after-slider-box{
    position: relative;
    display: block;
}
.before-after-carousel.owl-carousel{
    display: block !important;
}
.before-after-carousel.owl-carousel.owl-theme{
    position: relative;
    padding-bottom: 46px;
}
.before-after-carousel.owl-theme .owl-stage-outer{
    border-radius: 15px;
}
.before-after-carousel.owl-theme .owl-nav{
    position: absolute;
    top: calc(50% - 23px);
    left: 0;
    right: 0;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 14px;
    line-height: 1;
    pointer-events: none;
}
.before-after-carousel.owl-theme .owl-nav [class*="owl-"]{
    width: 48px;
    height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(var(--rmsk-gold-rgb), 0.45);
    background: rgba(255, 255, 255, 0.94) !important;
    color: var(--rmsk-navy) !important;
    box-shadow: 0 12px 30px rgba(var(--rmsk-navy-rgb), 0.18);
    margin: 0;
    padding: 0 !important;
    transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
    pointer-events: auto;
}
.before-after-carousel.owl-theme .owl-nav [class*="owl-"] span{
    display: block;
    font-size: 24px;
    line-height: 1;
}
.before-after-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
.before-after-carousel.owl-theme .owl-nav [class*="owl-"]:focus{
    border-color: rgba(var(--rmsk-green-rgb), 0.75);
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-green) 120%) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(var(--rmsk-green-rgb), 0.24);
}
.before-after-carousel.owl-theme .owl-nav [class*="owl-"].disabled{
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}
.before-after-carousel.owl-theme .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 18px;
    margin: 0;
    line-height: 0;
}
.before-after-carousel.owl-theme .owl-dots .owl-dot{
    width: 28px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}
.before-after-carousel.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 999px;
    background: rgba(var(--rmsk-navy-rgb), 0.22);
    box-shadow: inset 0 0 0 1px rgba(var(--rmsk-navy-rgb), 0.08);
    transition: width 220ms ease, background 220ms ease, box-shadow 220ms ease;
}
.before-after-carousel.owl-theme .owl-dots .owl-dot:hover span,
.before-after-carousel.owl-theme .owl-dots .owl-dot:focus span{
    background: rgba(var(--rmsk-green-rgb), 0.55);
}
.before-after-carousel.owl-theme .owl-dots .owl-dot.active span{
    width: 26px;
    background: linear-gradient(90deg, var(--rmsk-gold) 0%, var(--rmsk-green) 100%);
    box-shadow: 0 6px 14px rgba(var(--rmsk-gold-rgb), 0.24);
}
.before-after-slide-inner{
    background: #f4f2ef;
    border-radius: 15px;
    padding: 24px 22px;
    position: relative;
}
.before-after-slide-title{
    font-size: 18px;
    font-weight: 700;
    color: #393d72;
    margin-bottom: 16px;
}
.before-after-card{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(57, 61, 114, 0.10);
}
.before-after-card:before{
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 70px;
    bottom: 22px;
    background: rgba(57, 61, 114, 0.28);
    filter: blur(34px);
    border-radius: 24px;
    opacity: 0.75;
    z-index: 0;
    pointer-events: none;
}
.before-after-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.before-after-image{
    position: relative;
}
.before-after-image::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
}
.before-after-image:last-child::after{
    display: none;
}
.before-after-images img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14);
}
.before-after-badge{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(57, 61, 114, 0.92);
    color: #ffffff;
}
.before-after-badge.after{
    background: rgba(var(--rmsk-gold-rgb), 0.92);
}

/* Home: FAQ CTA buttons spacing */
.faq-home-cta{
    display: flex;
    gap: 16px;
    margin-top: 25px;
    flex-wrap: wrap;
}

/* Home: Image Slider */
.home-image-slider-area{
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 50px 0 50px;
}
.home-image-slider-area .sec-title{
    padding-bottom: 40px;
}
.home-image-slider-subtitle{
    margin: 14px auto 0;
    max-width: 720px;
    color: #393d72;
}
.home-image-slider-wrap{
    position: relative;
    display: block;
}
.home-image-slider-carousel.owl-carousel{
    display: block !important;
}
.home-image-card{
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(57, 61, 114, 0.12);
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.home-image-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(57, 61, 114, 0.18);
}
.home-image-media{
    position: relative;
    display: block;
    overflow: hidden;
}
.home-image-media img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: transform 380ms ease;
}
.home-image-card:hover .home-image-media img{
    transform: scale(1.06);
}
.home-image-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 22px 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.78) 100%);
    color: #ffffff;
}
.home-image-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(var(--rmsk-gold-rgb), 0.95);
}
.home-image-title{
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    margin-top: 10px;
}
.home-image-cta{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-weight: 700;
    opacity: 0.95;
}

/* Footer: RMSK (Glass Dark / High-end) */
.rmsk-footer{
    position: relative;
    display: block;
    padding: 0;
    color: rgba(255,255,255,0.90);
    overflow: hidden;
    background:
        radial-gradient(900px 320px at 18% 42%, rgba(var(--rmsk-green-rgb), 0.20) 0%, rgba(0,0,0,0) 62%),
        radial-gradient(950px 340px at 82% 34%, rgba(var(--rmsk-gold-rgb), 0.20) 0%, rgba(0,0,0,0) 60%),
        radial-gradient(900px 360px at 50% -10%, rgba(57,61,114,0.20) 0%, rgba(0,0,0,0) 65%),
        linear-gradient(180deg, #0b0d2a 0%, #0a0717 45%, #06060f 100%);
}
.rmsk-footer:before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.85;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,0.05) 0px,
            rgba(255,255,255,0.05) 1px,
            rgba(0,0,0,0) 1px,
            rgba(0,0,0,0) 120px
        ),
        repeating-linear-gradient(
            180deg,
            rgba(255,255,255,0.03) 0px,
            rgba(255,255,255,0.03) 1px,
            rgba(0,0,0,0) 1px,
            rgba(0,0,0,0) 120px
        );
    mix-blend-mode: overlay;
}
.rmsk-footer:after{
    content: "";
    position: absolute;
    left: -140px;
    top: 70px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(var(--rmsk-gold-rgb), 0.18) 0%, rgba(var(--rmsk-gold-rgb), 0.00) 70%);
    filter: blur(14px);
    opacity: 0.85;
    pointer-events: none;
}
.rmsk-footer .container{
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
}
.rmsk-footer .container{
    position: relative;
    z-index: 1;
}

.rmsk-footer__torn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(90deg, var(--rmsk-gold) 0%, var(--rmsk-gold2) 50%, var(--rmsk-green) 120%);
    z-index: 2;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 58%,
        97% 64%,
        93% 60%,
        89% 66%,
        85% 61%,
        81% 67%,
        77% 60%,
        73% 66%,
        69% 61%,
        65% 68%,
        61% 60%,
        57% 67%,
        53% 61%,
        49% 68%,
        45% 60%,
        41% 67%,
        37% 61%,
        33% 69%,
        29% 61%,
        25% 68%,
        21% 60%,
        17% 67%,
        13% 62%,
        9% 68%,
        5% 62%,
        2% 67%,
        0% 62%
    );
    box-shadow: 0 22px 60px rgba(var(--rmsk-gold-rgb), 0.22);
    opacity: 0.95;
}
.rmsk-footer__content{
    padding: 120px 0 55px;
}
.rmsk-footer__cols{
    display: grid;
    grid-template-columns: 1.25fr 1fr 0.9fr 1.15fr;
    gap: 56px;
    align-items: start;
}
.rmsk-footer__brand{
    min-width: 0;
    text-align: left;
}
.rmsk-footer__col{
    min-width: 0;
}
.rmsk-footer__col:not(:first-child){
    position: relative;
}
.rmsk-footer__col:not(:first-child):before{
    content: "";
    position: absolute;
    left: -28px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.14) 25%, rgba(255,255,255,0.08) 70%, rgba(255,255,255,0.00) 100%);
}

/* Extra breathing room between Contact and Quick Links */
.rmsk-footer__cols > .rmsk-footer__col:nth-child(2){
    padding-right: 14px;
}
.rmsk-footer__cols > .rmsk-footer__col:nth-child(3){
    padding-left: 14px;
}
.rmsk-footer__cols > .rmsk-footer__col:nth-child(3):before{
    display: none;
}
.rmsk-footer__heading{
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.01em;
    position: relative;
    padding-bottom: 10px;
}
.rmsk-footer__heading:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    border-radius: 3px;
    background: var(--rmsk-gold);
    box-shadow: 0 10px 28px rgba(var(--rmsk-gold-rgb), 0.22);
}
.rmsk-footer__logo{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transition: transform 220ms ease, filter 220ms ease;
}
.rmsk-footer__logo:before{
    content: "";
    position: absolute;
    inset: -20px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(var(--rmsk-gold-rgb), 0.45) 0%, rgba(var(--rmsk-green-rgb), 0.35) 55%, rgba(var(--rmsk-navy-rgb), 0.35) 100%);
    opacity: 0.32;
    filter: blur(22px);
    z-index: -1;
}
.rmsk-footer__logo:hover{
    transform: translateY(-5px);
    filter: drop-shadow(0 18px 50px rgba(0,0,0,0.35));
}
.rmsk-footer__logo img{
    width: auto;
    height: 72px;
    display: block;
}
.rmsk-footer__mission{
    margin: 18px auto 0;
    max-width: 980px;
    color: rgba(255,255,255,0.84);
}
.rmsk-footer__brand .rmsk-footer__mission{
    margin: 16px 0 0;
    max-width: 520px;
}

.rmsk-footer__social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.rmsk-footer__brand .rmsk-footer__social{
    justify-content: flex-start;
}
.rmsk-footer__socialBtn{
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    color: #ffffff;
    box-shadow: 0 18px 55px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
    overflow: hidden;
}
.rmsk-footer__socialBtn:before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.00) 60%);
    opacity: 0.9;
    pointer-events: none;
}
.rmsk-footer__socialBtn:hover{
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.22);
    background: rgba(var(--rmsk-gold-rgb), 0.14);
    box-shadow: 0 28px 85px rgba(0,0,0,0.45);
}
.rmsk-footer__socialBtn:focus{
    outline: none;
}
.rmsk-footer__socialBtn:focus-visible{
    outline: 2px solid rgba(var(--rmsk-green-rgb), 0.70);
    outline-offset: 3px;
}

.rmsk-footer__contact{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px;
}
.rmsk-footer__contact li{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.rmsk-footer__contact li:last-child{
    border-bottom: none;
}
.rmsk-footer__contact .ico{
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 42px;
    background: linear-gradient(135deg, rgba(var(--rmsk-gold-rgb), 1) 0%, rgba(var(--rmsk-navy-rgb), 1) 100%);
    box-shadow: 0 18px 55px rgba(0,0,0,0.35);
}
.rmsk-footer__contact .txt{
    min-width: 0;
}
.rmsk-footer__contact .k{
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.62);
    font-weight: 900;
    margin-bottom: 4px;
}
.rmsk-footer__contact a{
    color: rgba(255,255,255,0.92);
    word-break: break-word;
}
.rmsk-footer__contact a.rmsk-footer__email{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: normal;
}
.rmsk-footer__contact a:hover{
    color: #ffffff;
}
.rmsk-footer__contact .v{
    display: block;
    color: rgba(255,255,255,0.88);
}

.rmsk-footer__links{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}
.rmsk-footer__links a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.84);
    font-weight: 800;
    line-height: 24px;
    transition: transform 220ms ease, color 220ms ease;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rmsk-footer__links a:before{
    content: "\f105";
    font-family: FontAwesome;
    opacity: 0.8;
}
.rmsk-footer__links a:hover{
    transform: translateX(4px);
    color: #ffffff;
}

.rmsk-footer__donate{
    margin: 0;
    display: grid;
    gap: 4px;
}
.rmsk-footer__donate > div{
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.rmsk-footer__donate > div:last-child{
    border-bottom: none;
}
.rmsk-footer__donate dt{
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.62);
    font-weight: 900;
}
.rmsk-footer__donate dd{
    margin: 0;
    color: rgba(255,255,255,0.94);
    font-weight: 800;
}

.rmsk-footer__bottom{
    border-top: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 18px 0;
}
.rmsk-footer__bottomInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}
.rmsk-footer__bottomInner p{
    margin: 0;
    color: rgba(255,255,255,0.76);
}
.rmsk-footer__bottomLeft{
    text-align: left;
}
.rmsk-footer__bottomRight{
    text-align: right;
}
.rmsk-footer__bottomInner p a{
    color: rgba(255,255,255,0.90);
    font-weight: 900;
}
.rmsk-footer__bottomInner p a:hover{
    color: var(--rmsk-gold);
    text-decoration: none;
}


/* Gallery page */
.gallery-page-area{
    position: relative;
    display: block;
    padding: 80px 0 110px;
    background: #ffffff;
}
.gallery-page-area .sec-title{
    padding-bottom: 26px;
}
.gallery-page-subtitle{
    max-width: 920px;
    margin: 14px auto 0;
    color: #393d72;
    opacity: 0.92;
}
.rmsk-gallery-filter{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 18px 0 34px;
}
.rmsk-gallery-pill{
    appearance: none;
    border: 1px solid rgba(57, 61, 114, 0.16);
    background: rgba(244, 242, 239, 0.70);
    color: #393d72;
    font-weight: 900;
    padding: 10px 14px;
    border-radius: 999px;
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}
.rmsk-gallery-pill:hover{
    transform: translateY(-2px);
    background: rgba(var(--rmsk-gold-rgb), 0.10);
    border-color: rgba(var(--rmsk-gold-rgb), 0.30);
}
.rmsk-gallery-pill.active{
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-green) 130%);
    border-color: rgba(255, 255, 255, 0.0);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(57, 61, 114, 0.14);
}
.rmsk-gallery-pill:focus{
    outline: none;
}
.rmsk-gallery-pill:focus-visible{
    outline: 2px solid rgba(var(--rmsk-green-rgb), 0.65);
    outline-offset: 3px;
}

.rmsk-gallery-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.rmsk-gallery-item{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #0e0f1a;
    box-shadow: 0 22px 65px rgba(57, 61, 114, 0.16);
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
    aspect-ratio: 4 / 3;
}
.rmsk-gallery-item:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--rmsk-gold-rgb), 0.22) 0%, rgba(var(--rmsk-green-rgb), 0.18) 55%, rgba(var(--rmsk-navy-rgb), 0.16) 100%);
    opacity: 0.0;
    transition: opacity 220ms ease;
    pointer-events: none;
    z-index: 1;
}
.rmsk-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: transform 380ms ease;
}
.rmsk-gallery-overlay{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.78) 100%);
    opacity: 0;
    transition: opacity 220ms ease;
}
.rmsk-gallery-chip{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(var(--rmsk-gold-rgb), 0.92);
    color: #ffffff;
}
.rmsk-gallery-title{
    margin-top: 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
}
.rmsk-gallery-zoom{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.16);
    color: #ffffff;
    backdrop-filter: blur(10px);
}
.rmsk-gallery-item:hover{
    transform: translateY(-6px);
    box-shadow: 0 30px 90px rgba(57, 61, 114, 0.22);
}
.rmsk-gallery-item:hover:before{
    opacity: 0.35;
}
.rmsk-gallery-item:hover img{
    transform: scale(1.06);
}
.rmsk-gallery-item:hover .rmsk-gallery-overlay{
    opacity: 1;
}

/* Contact page */
.contact-page-area{
    position: relative;
    display: block;
    padding: 80px 0 110px;
    background: #ffffff;
}
.contact-page-area .sec-title{
    padding-bottom: 28px;
}
.contact-page-subtitle{
    max-width: 920px;
    margin: 14px auto 0;
    color: #393d72;
    opacity: 0.92;
}
.rmsk-contact-grid{
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 26px;
    align-items: start;
}
.rmsk-contact-left{
    display: grid;
    gap: 16px;
}
.rmsk-contact-card{
    position: relative;
    display: flex;
    gap: 14px;
    padding: 18px 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 18px 55px rgba(57, 61, 114, 0.10);
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.rmsk-contact-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 26px 75px rgba(57, 61, 114, 0.16);
}
.rmsk-contact-card__icon{
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    flex: 0 0 54px;
    background: linear-gradient(135deg, #393d72 0%, #202450 100%);
    box-shadow: 0 18px 45px rgba(57, 61, 114, 0.18);
}
.rmsk-contact-card__icon.pink{
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-gold2) 100%);
}
.rmsk-contact-card__icon.green{
    background: linear-gradient(135deg, var(--rmsk-green) 0%, var(--rmsk-green2) 100%);
}
.rmsk-contact-card__icon.navy{
    background: linear-gradient(135deg, #393d72 0%, #202450 100%);
}
.rmsk-contact-card__text h3{
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #393d72;
}
.rmsk-contact-card__text p{
    margin: 0 0 10px;
    color: #393d72;
    opacity: 0.9;
}
.rmsk-contact-card__text a{
    color: #393d72;
    font-weight: 900;
}
.rmsk-contact-card__text a:hover{
    color: var(--rmsk-gold);
}
.rmsk-contact-address{
    color: #393d72;
    opacity: 0.92;
    font-weight: 700;
    display: block;
}

.rmsk-contact-mini{
    border-radius: 20px;
    background: #f4f2ef;
    border: 1px solid rgba(57, 61, 114, 0.10);
    padding: 18px 18px;
}
.rmsk-contact-mini__box h4{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 900;
    color: #393d72;
}
.rmsk-contact-mini__box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.rmsk-contact-mini__box li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #393d72;
    font-weight: 700;
    margin-bottom: 10px;
}
.rmsk-contact-mini__box li .icon-tick{
    color: var(--rmsk-green);
    margin-top: 3px;
    font-size: 14px;
}
.rmsk-contact-mini__cta{
    margin-top: 14px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.rmsk-contact-formCard{
    position: relative;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 24px 75px rgba(57, 61, 114, 0.12);
    overflow: hidden;
}
.rmsk-contact-formCard:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--rmsk-gold-rgb), 0.10) 0%, rgba(var(--rmsk-green-rgb), 0.10) 55%, rgba(var(--rmsk-navy-rgb), 0.08) 100%);
    opacity: 0.55;
    pointer-events: none;
}
.rmsk-contact-formCard > *{
    position: relative;
    z-index: 1;
}
.rmsk-contact-formCard__head{
    padding: 22px 22px 0;
}
.rmsk-contact-formCard__head h3{
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    color: #393d72;
}
.rmsk-contact-formCard__head p{
    margin: 0;
    color: #393d72;
    opacity: 0.92;
}
.rmsk-contact-form{
    padding: 18px 22px 22px;
}
.rmsk-field{
    margin-bottom: 16px;
}
.rmsk-field label{
    display: block;
    margin: 0 0 7px;
    font-weight: 900;
    color: #393d72;
}
.rmsk-field input,
.rmsk-field textarea{
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(57, 61, 114, 0.14);
    background: rgba(255,255,255,0.90);
    padding: 14px 14px;
    outline: none;
    color: #393d72;
    transition: border-color 220ms ease, box-shadow 220ms ease;
}
.rmsk-field input:focus,
.rmsk-field textarea:focus{
    border-color: rgba(var(--rmsk-gold-rgb), 0.45);
    box-shadow: 0 0 0 4px rgba(var(--rmsk-gold-rgb), 0.12);
}
.rmsk-contact-actions{
    margin-top: 6px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.rmsk-contact-success{
    margin: 8px 0 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(var(--rmsk-green-rgb), 0.12);
    border: 1px solid rgba(var(--rmsk-green-rgb), 0.25);
    color: #393d72;
    font-weight: 900;
    display: flex;
    gap: 10px;
    align-items: center;
}
.rmsk-contact-success .icon-tick{
    color: var(--rmsk-green);
}

.contact-map-area{
    position: relative;
    display: block;
    padding: 0 0 110px;
    background: #ffffff;
}
.contact-map-card{
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 24px 75px rgba(57, 61, 114, 0.12);
}
.contact-map-card__top{
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #f4f2ef;
}
.contact-map-card__top h3{
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #393d72;
}
.contact-map-card__top a{
    font-weight: 900;
    color: var(--rmsk-gold);
}
.contact-map-frame{
    position: relative;
    display: block;
}
.contact-map-frame iframe{
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

/* Donation page */
.donation-page-area{
    position: relative;
    display: block;
    padding: 80px 0 110px;
    background: #ffffff;
}
.donation-page-area .sec-title{
    padding-bottom: 26px;
}
.donation-page-subtitle{
    max-width: 920px;
    margin: 14px auto 0;
    color: #393d72;
    opacity: 0.92;
}
.donation-main-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
    margin-top: 22px;
}
.donation-qr,
.donation-bank{
    display: flex;
}
.donation-qr-card,
.donation-bank-card{
    position: relative;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 24px 75px rgba(57, 61, 114, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.donation-qr-card:before,
.donation-bank-card:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--rmsk-gold-rgb), 0.10) 0%, rgba(var(--rmsk-green-rgb), 0.10) 55%, rgba(var(--rmsk-navy-rgb), 0.08) 100%);
    opacity: 0.55;
    pointer-events: none;
}
.donation-qr-card > *,
.donation-bank-card > *{
    position: relative;
    z-index: 1;
}
.donation-qr-head,
.donation-bank-head{
    padding: 22px 22px 0;
}
.donation-qr-head h3,
.donation-bank-head h3{
    margin: 10px 0 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    color: #393d72;
}
.donation-qr-head p,
.donation-bank-head p{
    margin: 0;
    color: #393d72;
    opacity: 0.92;
}
.donation-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(var(--rmsk-gold-rgb), 0.14);
    border: 1px solid rgba(var(--rmsk-gold-rgb), 0.28);
    color: #393d72;
}
.donation-pill.alt{
    background: rgba(var(--rmsk-green-rgb), 0.14);
    border-color: rgba(var(--rmsk-green-rgb), 0.28);
}
.donation-qr-image{
    display: block;
    padding: 18px 22px 22px;
    flex: 0 0 auto;
}
.donation-qr-image img{
    width: 100%;
    height: clamp(320px, 34vw, 420px);
    object-fit: contain;
    background: rgba(255,255,255,0.80);
    border-radius: 18px;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 18px 55px rgba(57, 61, 114, 0.12);
    display: block;
}

.donation-bank-dl{
    margin: 18px 0 0;
    padding: 0 22px 10px;
    display: grid;
    gap: 0;
}
.donation-bank-row{
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(57, 61, 114, 0.10);
}
.donation-bank-row:last-child{
    border-bottom: none;
}
.donation-bank-row dt{
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(57, 61, 114, 0.75);
    font-weight: 900;
}
.donation-bank-row dd{
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.donation-bank-row .value{
    font-weight: 900;
    color: #393d72;
    word-break: break-word;
}
.rmsk-copy-btn{
    appearance: none;
    border: 1px solid rgba(57, 61, 114, 0.14);
    background: rgba(255,255,255,0.80);
    border-radius: 999px;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #393d72;
    font-weight: 900;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}
.rmsk-copy-btn:hover{
    transform: translateY(-2px);
    border-color: rgba(var(--rmsk-gold-rgb), 0.34);
    background: rgba(var(--rmsk-gold-rgb), 0.10);
}
.rmsk-copy-btn .txt{
    font-size: 12px;
    line-height: 1;
}

.donation-note{
    margin: 6px 22px 22px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(var(--rmsk-green-rgb), 0.10);
    border: 1px solid rgba(var(--rmsk-green-rgb), 0.22);
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.donation-note .icon{
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-green) 120%);
    color: #ffffff;
    flex: 0 0 42px;
}
.donation-note p{
    margin: 2px 0 0;
    color: #393d72;
    font-weight: 800;
}

.donation-support-grid{
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.donation-support-card{
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 18px 55px rgba(57, 61, 114, 0.10);
    padding: 22px 20px;
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.donation-support-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 26px 75px rgba(57, 61, 114, 0.16);
}
.donation-support-card .icon{
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 14px;
}
.donation-support-card .icon.gold{
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-gold2) 100%);
}
.donation-support-card .icon.green{
    background: linear-gradient(135deg, var(--rmsk-green) 0%, var(--rmsk-green2) 100%);
}
.donation-support-card .icon.navy{
    background: linear-gradient(135deg, var(--rmsk-navy) 0%, #0f2b53 100%);
}
.donation-support-card h4{
    margin: 0 0 8px;
    font-weight: 900;
    color: #393d72;
}
.donation-support-card p{
    margin: 0;
    color: #393d72;
    opacity: 0.9;
}

.donation-wishlist-area{
    position: relative;
    display: block;
    padding: 0 0 110px;
    background: #ffffff;
}
.donation-wishlist-wrap{
    border-radius: 26px;
    overflow: hidden;
    background: #f4f2ef;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 24px 75px rgba(57, 61, 114, 0.12);
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0;
    align-items: start;
}
.donation-wishlist-content{
    padding: 34px 30px;
}
.donation-wishlist-text{
    margin: 14px 0 18px;
    color: #393d72;
    opacity: 0.92;
}
.donation-wishlist-points{
    margin: 0;
    padding: 0;
    list-style: none;
}
.donation-wishlist-points li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #393d72;
    font-weight: 800;
}
.donation-wishlist-points li .icon-tick{
    color: var(--rmsk-green);
    margin-top: 3px;
    font-size: 14px;
}
.donation-wishlist-actions{
    margin-top: 18px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.donation-wishlist-media{
    position: relative;
    background: #0e0f1a;
    overflow: hidden;
    align-self: stretch;
}
.donation-wishlist-image{
    position: absolute;
    inset: 0;
}
.donation-wishlist-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 380ms ease;
    opacity: 0.92;
}
.donation-wishlist-wrap:hover .donation-wishlist-image img{
    transform: scale(1.06);
}
.donation-wishlist-badge{
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 10px 12px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,0.40);
    border: 1px solid rgba(255,255,255,0.14);
    color: #ffffff;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

/* QR Code page */
.qr-page-area{
    position: relative;
    display: block;
    padding: 80px 0 90px;
    background: #ffffff;
}
.qr-page-area .sec-title{
    padding-bottom: 26px;
}
.qr-page-subtitle{
    max-width: 900px;
    margin: 14px auto 0;
    color: #393d72;
    opacity: 0.92;
}
.qr-hero{
    margin-top: 22px;
}
.qr-hero-card{
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    background: #f4f2ef;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 24px 75px rgba(57, 61, 114, 0.12);
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 0;
    align-items: stretch;
}
.qr-hero-left{
    padding: 26px;
    /* background: #0e0f1a; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr-hero-image{
    display: block;
    width: 100%;
    max-width: 520px;
}
.qr-hero-image img{
    width: 100%;
    height: 440px;
    object-fit: contain;
    /* background: rgba(255,255,255,0.90); */
    border-radius: 22px;
    /* border: 1px solid rgba(255,255,255,0.14); */
    box-shadow: 0 22px 70px rgba(0,0,0,0.35);
    display: block;
}
.qr-hero-right{
    padding: 34px 30px;
    background: #ffffff;
    position: relative;
}
.qr-hero-right:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--rmsk-gold-rgb), 0.10) 0%, rgba(var(--rmsk-green-rgb), 0.10) 55%, rgba(var(--rmsk-navy-rgb), 0.08) 100%);
    opacity: 0.55;
    pointer-events: none;
}
.qr-hero-right > *{
    position: relative;
    z-index: 1;
}
.qr-hero-right h3{
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900;
    color: #393d72;
}
.qr-hero-right p{
    margin: 0 0 16px;
    color: #393d72;
    opacity: 0.92;
}
.qr-mini-cards{
    margin: 10px 0 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.qr-mini-card{
    border-radius: 18px;
    background: rgba(244, 242, 239, 0.70);
    border: 1px solid rgba(57, 61, 114, 0.10);
    padding: 16px 16px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-height: 88px;
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.qr-mini-card:hover{
    transform: translateY(-4px);
    border-color: rgba(var(--rmsk-gold-rgb), 0.28);
    box-shadow: 0 18px 55px rgba(57, 61, 114, 0.12);
}
.qr-mini-card .icon{
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 42px;
    background: linear-gradient(135deg, var(--rmsk-navy) 0%, #0f2b53 100%);
}
.qr-mini-card .icon.gold{
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-gold2) 100%);
}
.qr-mini-card .icon.green{
    background: linear-gradient(135deg, var(--rmsk-green) 0%, var(--rmsk-green2) 100%);
}
.qr-mini-card .icon.navy{
    background: linear-gradient(135deg, var(--rmsk-navy) 0%, #0f2b53 100%);
}
.qr-mini-card .text h4{
    margin: 1px 0 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    color: #393d72;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qr-mini-card .text p{
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #393d72;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qr-hero-points{
    margin: 0;
    padding: 0;
    list-style: none;
}
.qr-hero-points li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #393d72;
    font-weight: 900;
}
.qr-hero-points li .icon-tick{
    color: var(--rmsk-green);
    margin-top: 3px;
    font-size: 14px;
}
.qr-hero-actions{
    margin-top: 18px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.qr-wishlist-area{
    position: relative;
    display: block;
    padding: 0 0 95px;
    background: #ffffff;
}
.qr-wishlist-wrap{
    border-radius: 26px;
    overflow: hidden;
    background: #f4f2ef;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 24px 75px rgba(57, 61, 114, 0.12);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
}
.qr-wishlist-content{
    padding: 34px 30px;
}
.qr-wishlist-text{
    margin: 14px 0 18px;
    color: #393d72;
    opacity: 0.92;
}
.qr-wishlist-cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 6px;
}
.qr-wishlist-card{
    border-radius: 18px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(57, 61, 114, 0.10);
    padding: 14px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.qr-wishlist-card:hover{
    transform: translateY(-4px);
    border-color: rgba(var(--rmsk-gold-rgb), 0.28);
    box-shadow: 0 18px 55px rgba(57, 61, 114, 0.12);
}
.qr-wishlist-card .icon{
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 42px;
    background: linear-gradient(135deg, var(--rmsk-navy) 0%, #0f2b53 100%);
}
.qr-wishlist-card .icon.gold{
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-gold2) 100%);
}
.qr-wishlist-card .icon.green{
    background: linear-gradient(135deg, var(--rmsk-green) 0%, var(--rmsk-green2) 100%);
}
.qr-wishlist-card .icon.navy{
    background: linear-gradient(135deg, var(--rmsk-navy) 0%, #0f2b53 100%);
}
.qr-wishlist-card .text h4{
    margin: 1px 0 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    color: #393d72;
}
.qr-wishlist-card .text p{
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #393d72;
    opacity: 0.9;
}
.qr-wishlist-actions{
    margin-top: 12px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.qr-wishlist-media{
    position: relative;
    background: #0e0f1a;
    overflow: hidden;
}
.qr-wishlist-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 380ms ease;
    opacity: 0.92;
}
.qr-wishlist-wrap:hover .qr-wishlist-media img{
    transform: scale(1.06);
}
.qr-wishlist-badge{
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 10px 12px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,0.40);
    border: 1px solid rgba(255,255,255,0.14);
    color: #ffffff;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.qr-impact-area{
    position: relative;
    display: block;
    padding: 0 0 110px;
    background: #ffffff;
}
.qr-impact-wrap{
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(57, 61, 114, 0.10);
    box-shadow: 0 24px 75px rgba(57, 61, 114, 0.12);
    overflow: hidden;
}
.qr-impact-head{
    padding: 30px 30px 0;
    text-align: center;
}
.qr-impact-head h3{
    margin: 0 0 10px;
    font-weight: 900;
    color: #393d72;
    font-size: 28px;
    line-height: 36px;
}
.qr-impact-head p{
    margin: 0 auto;
    max-width: 880px;
    color: #393d72;
    opacity: 0.92;
}
.qr-impact-grid{
    padding: 24px 24px 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.qr-impact-card{
    border-radius: 22px;
    background: #f4f2ef;
    border: 1px solid rgba(57, 61, 114, 0.10);
    padding: 22px 20px;
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.qr-impact-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(57, 61, 114, 0.14);
}
.qr-impact-card .icon{
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 14px;
}
.qr-impact-card .icon.gold{
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-gold2) 100%);
}
.qr-impact-card .icon.green{
    background: linear-gradient(135deg, var(--rmsk-green) 0%, var(--rmsk-green2) 100%);
}
.qr-impact-card .icon.navy{
    background: linear-gradient(135deg, var(--rmsk-navy) 0%, #0f2b53 100%);
}
.qr-impact-card h4{
    margin: 0 0 8px;
    font-weight: 900;
    color: #393d72;
}
.qr-impact-card p{
    margin: 0;
    color: #393d72;
    opacity: 0.9;
}
.qr-impact-actions{
    padding: 6px 30px 30px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

/* About: Shelter Facilities (unique section) */
.about-facilities-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 50px;
}
.about-facilities-media{
    position: relative;
    display: block;
    padding-right: 35px;
}
.about-facilities-main{
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(57, 61, 114, 0.14);
    background: #0e0f1a;
}
.about-facilities-main img{
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 380ms ease;
}
.about-facilities-main:hover img{
    transform: scale(1.04);
}
.about-facilities-chips{
    position: absolute !important;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 5;
}
.about-facilities-chips .chip{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 14px;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    background: rgba(57, 61, 114, 0.92);
    backdrop-filter: blur(8px);
}
.about-facilities-float{
    position: absolute;
    right: 0;
    width: 240px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(57, 61, 114, 0.16);
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
    background: #ffffff;
}
.about-facilities-float img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.about-facilities-float:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(57, 61, 114, 0.20);
}
.about-facilities-float.float-one{
    top: 24px;
}
.about-facilities-float.float-two{
    top: 220px;
}
.about-facilities-content .sec-title{
    padding-bottom: 28px;
}
.about-facilities-text{
    color: #393d72;
    margin: 0 0 22px;
}
.about-facilities-list{
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.about-facilities-item{
    display: flex;
    gap: 14px;
    background: #f4f2ef;
    border-radius: 16px;
    padding: 16px 16px;
}
.about-facilities-item .icon{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    color: var(--rmsk-green);
    box-shadow: 0 12px 25px rgba(57, 61, 114, 0.08);
}
.about-facilities-item .text h4{
    margin: 2px 0 4px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    color: #393d72;
}
.about-facilities-item .text p{
    margin: 0;
    color: #393d72;
    opacity: 0.9;
}
.about-facilities-actions{
    margin-top: 22px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* How We Started */
.how-started-hero-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 90px;
}
.how-started-hero-area .sec-title{
    padding-bottom: 28px;
}
.how-started-hero-text{
    max-width: 880px;
    margin: 12px auto 0;
    color: #393d72;
}
.how-started-hero-actions{
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* Treatment page */
.treatment-hero-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
}
.treatment-hero-area .sec-title{
    padding-bottom: 22px;
}
.treatment-hero-text{
    max-width: 900px;
    margin: 12px auto 0;
    color: #393d72;
}
.treatment-hero-actions{
    margin-top: 18px;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.treatment-before-after-area{
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 110px 0 120px;
}
.treatment-before-after-area .row{
    row-gap: 28px;
}
.treatment-before-after-area .container{
    max-width: 1320px;
}
.treatment-ba-card{
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(57, 61, 114, 0.08);
    box-shadow: 0 18px 45px rgba(57, 61, 114, 0.10);
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
    height: 100%;
}
.treatment-ba-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(57, 61, 114, 0.16);
}
.treatment-ba-card:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(var(--rmsk-gold-rgb), 0.10) 0%,
        rgba(var(--rmsk-green-rgb), 0.10) 55%,
        rgba(var(--rmsk-navy-rgb), 0.08) 100%
    );
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
    z-index: 0;
}
.treatment-ba-card:hover:before{
    opacity: 1;
}
.treatment-ba-card > *{
    position: relative;
    z-index: 1;
}
.treatment-ba-header{
    padding: 20px 20px 0;
}
.treatment-ba-title{
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    color: #393d72;
}
.treatment-ba-desc{
    margin: 0;
    color: #393d72;
    opacity: 0.9;
}
.treatment-ba-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 18px 20px 20px;
}
.treatment-ba-image{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: #0e0f1a;
}
.treatment-ba-image img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: transform 380ms ease;
}
.treatment-ba-card:hover .treatment-ba-image img{
    transform: scale(1.06);
}
.treatment-ba-badge{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(57, 61, 114, 0.92);
    color: #ffffff;
}
.treatment-ba-badge.after{
    background: rgba(var(--rmsk-gold-rgb), 0.92);
}

.how-started-story-area{
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 50px 0 50px;
}
.how-started-story-area.alt{
    background: #ffffff;
}
.how-started-content{
    position: relative;
    display: block;
    padding-right: 20px;
}
.how-started-story-area .how-started-mini-cards{
    max-width: 520px;
}
.how-started-title{
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 800;
    color: #393d72;
    margin: 0 0 14px;
}
.how-started-text{
    color: #393d72;
    margin: 0 0 18px;
    opacity: 0.95;
}
.how-started-points{
    margin: 0;
    padding: 0;
    list-style: none;
}
.how-started-points li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #393d72;
    font-weight: 600;
}
.how-started-points li .icon-tick{
    color: var(--rmsk-green);
    margin-top: 3px;
    font-size: 14px;
}

.how-started-mini-cards{
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
    justify-items: start;
}
.how-started-mini-card{
    position: relative;
    display: flex;
    gap: 12px;
    padding: 18px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(57, 61, 114, 0.08);
    box-shadow: 0 14px 35px rgba(57, 61, 114, 0.08);
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
    width: 100%;
    max-width: 520px;
    margin: 0;
    min-height: 92px;
}
.how-started-mini-card:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        rgba(var(--rmsk-gold-rgb), 0.16) 0%,
        rgba(var(--rmsk-green-rgb), 0.16) 55%,
        rgba(var(--rmsk-navy-rgb), 0.10) 100%
    );
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
    z-index: 0;
}
.how-started-mini-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(57, 61, 114, 0.14);
}
.how-started-mini-card:hover:before{
    opacity: 1;
}
.how-started-mini-card > *{
    position: relative;
    z-index: 1;
}
.how-started-mini-card .icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    flex: 0 0 46px;
    background: linear-gradient(135deg, #393d72 0%, #202450 100%);
    box-shadow: 0 14px 30px rgba(57, 61, 114, 0.18);
}
.how-started-mini-card .icon.clr2{
    background: linear-gradient(135deg, var(--rmsk-gold) 0%, var(--rmsk-gold2) 100%);
}
.how-started-mini-card .icon.clr3{
    background: linear-gradient(135deg, var(--rmsk-green) 0%, var(--rmsk-green2) 100%);
}
.how-started-mini-card .text h4{
    margin: 1px 0 4px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 800;
    color: #393d72;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.how-started-mini-card .text p{
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    color: #393d72;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}


.how-started-collage{
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: auto;
}
.how-started-collage-grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 130px;
    gap: 18px;
}
.how-started-collage-item{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #0e0f1a;
    box-shadow: 0 18px 45px rgba(57, 61, 114, 0.14);
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.how-started-collage-item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.how-started-collage-item::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.38) 100%);
    opacity: 0.9;
    pointer-events: none;
}
.how-started-collage-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: transform 380ms ease;
}
.how-started-collage-item:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(57, 61, 114, 0.20);
}
.how-started-collage-item:hover img{
    transform: scale(1.06);
}
.how-started-collage-item.i0{
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.how-started-collage-item.i1{
    grid-column: 3 / span 2;
    grid-row: 1 / span 1;
}
.how-started-collage-item.i2{
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
}
.how-started-collage-item.i3{
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
}
.how-started-collage-item.i4{
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
}
.how-started-collage-item.i5{
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
}
.how-started-collage-item.i6{
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
}
.how-started-collage-item.i7{
    grid-column: 4 / span 1;
    grid-row: 3 / span 1;
}


}


/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px){


    

 
    
}



/* Medium screen  */ 
@media only screen and (min-width: 992px) and (max-width: 1199px) { 

   
/*** Featured Area Css ***/       
.single-featured-box {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}    
    
/*** About Style1 Area Css ***/ 
.about-style1-area {
    padding-bottom: 100px;
}    
.about-style1-content-box {
    margin-left: 0;
    padding-top: 50px;
}

/*** Video Gallery Area Css ***/     
.video-gallery-content-box {
    max-width: 800px;
    width: 100%;
    height: 100%;
    padding: 120px 30px;
}    
 
/*** Feautres Area Css ***/      
.feautres-content-box {
    padding-top: 50px;
    max-width: 720px;
    width: 100%;
    float: none;
} 
    
/*** Footer Area Css ***/  
.footer {
    padding: 0 0px 80px;
}    
.footer-contact-info {
    display: block;
    overflow: hidden;
    margin-top: 41px;
} 
.footer-contact-info .single-box {
    max-width: 50%;
    width: 100%;
    float: left;
    justify-content: center;
    margin-bottom: 30px;
}
.footer-contact-info .single-box+.single-box {
    margin-left: 0px;
} 
.footer-social-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    max-width: 50%;
    width: 100%;
    float: left;
    margin-top: 9px;
}    
    
/*** About Style2 Area Css ***/  
.about-style1-content-box.style1instyle2 {
    padding-top: 0px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 50px;
}    
.about-style2-image-box {
    margin-left: 0;
    margin-right: 0;
    max-width: 800px;
    width: 100%;
}    
.cost-calculator-box {
    padding: 45px 50px 40px;
    margin: 50px 0 0;
    margin-left: 0px;
}    
    
/*** Feautres Style2 Area Css ***/      
.feautres-style2-image-box {
    margin-left: 150px;
}    
.feautres-style2-content-box {
    padding-top: 50px;
    padding-left: 0px;
}    
    
/*** Offers Area Css ***/      
.offers-content-box {
    max-width: 1000px;
    width: 100%;
    padding: 75px 50px 80px;
    margin: 40px auto 0;
}    
    
/*** Choose Style1 Area Css ***/   
.choose-style1-area .feautres-content-box {
    float: none;
    padding-top: 0;
    padding-bottom: 50px;
}
    
/*** Contact Info Area Css ***/       
.single-contact-info-box {
    padding: 61px 0 62px;
    margin-bottom: 30px;
}    

/*** Blog Style2 Area Css ***/ 
.blog-style2-area {
    padding: 90px 0 80px;
}    
.single-blog-style1.style1instyle2 {
    max-width: 470px;
    width: 100%;
    margin: 0 auto 40px;
}    

/*** Footer Style2 Area Css ***/     
.single-footer-widget.pdleft30 {
    padding-left: 0px;
}    
.single-footer-widget.pdleft50 {
    padding-left: 0px;
}    
.subscribe-widget-box {
    float: none;
}    
.single-footer-widget.marbtm{
    margin-bottom: 50px;
}    
  
    
/*** About Style2 Area Css ***/      
.video-holder-box.style2 {
    float: none;
}    

/*** Shop Details Area Css ***/ 
.shop-details-area {
    padding: 110px 0 120px;
}    
.single-product-info-box {
    padding-top: 32px;
}
 
/*** Faq Page Area Css ***/     
.faq-right-content-box {
    margin-top: 15px;
}    
    
/*** Contact Form Style1 Area Css ***/        
.contact-form-style1-area {
    padding: 140px 0 120px;
}    
   
/*** Blog Single Area Css ***/        
.blog-details-image-2 .image-box, 
.blog-details-image-2 .text-box {
    display: block;
} 
.blog-details-image-2 .text-box {
    padding-left: 0px;
    margin-top: 20px;
}    
.tag-social-share-box {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.tag-social-share-box .tag-list li {
    float: none;
    margin-right: 0;
    margin: 0 5px;
}    

.tag-social-share-box .single-box {
    margin-top: 20px;
}    
.tag-social-share-box .single-box .title {
    padding-bottom: 14px;
}    
.tag-social-share-box .single-box .title.right {
    text-align: center;
}    
.tag-social-share-box .social-share li {
    float: none;
    margin-right: 0;
    margin: 0 8px;
} 

.blog-prev-next-option {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 45px 0px 39px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}    
.blog-prev-next-option .single-box {
    width: 100%;
}    
.blog-prev-next-option .middle-box {
    width: 100%;
    margin: 9px 0 10px;
}  
.blog-prev-next-option .single-box.right {
    text-align: center;
} 
    
.related-blog-post .single-blog-style1 {
    margin-bottom: 40px;
}
    
.author-box-holder .inner .img-box, 
.author-box-holder .inner .text-box {
    display: block;
}    
.author-box-holder .inner .text-box {
    padding-left: 0px;
    margin-top: 20px;
}    
    
    
    
  
    
    
    
    
    
    
    
    
    
    
    

}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    
/*** About Style1 Area Css ***/ 
.about-style1-area {
    padding-bottom: 100px;
}    
.about-style1-content-box {
    margin-left: 0;
    padding-top: 50px;
}

/*** Video Gallery Area Css ***/     
.video-gallery-content-box {
    max-width: 800px;
    width: 100%;
    height: 100%;
    padding: 120px 30px;
}    
  
/*** Feautres Area Css ***/      
.feautres-content-box {
    padding-top: 50px;
    max-width: 720px;
    width: 100%;
    float: none;
}     

/*** Testimonial Style1 Area Css ***/    
.single-testimonial-style1 .img-holder, 
.single-testimonial-style1 .text-holder {
    display: block;
} 
.single-testimonial-style1 .text-holder {
    padding-top: 30px;
    padding-left: 0px;
} 
    
/*** Footer Area Css ***/  
.footer {
    padding: 0 0px 80px;
} 
.footer-menu ul li+li {
    margin-left: 30px;
}    
.footer-contact-info {
    display: block;
    overflow: hidden;
    margin-top: 41px;
} 
.footer-contact-info .single-box {
    max-width: 50%;
    width: 100%;
    float: left;
    justify-content: center;
    margin-bottom: 30px;
}
.footer-contact-info .single-box+.single-box {
    margin-left: 0px;
} 
.footer-social-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    max-width: 50%;
    width: 100%;
    float: left;
    margin-top: 9px;
}    
    
/*** Thm Formbox Style1 Area Css ***/      
.thm-formbox-style1 {
    padding: 30px;
    padding-bottom: 30px;
}    
    
/*** About Style2 Area Css ***/  
.about-style1-content-box.style1instyle2 {
    padding-top: 0px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 50px;
}    
.about-style2-image-box {
    margin-left: 0;
    margin-right: 0;
    max-width: 800px;
    width: 100%;
}    
.cost-calculator-box {
    padding: 45px 50px 40px;
    margin: 50px 0 0;
    margin-left: 0px;
}    
   
/*** Feautres Style2 Area Css ***/      
.feautres-style2-image-box {
    margin-left: 150px;
}    
.feautres-style2-content-box {
    padding-top: 50px;
    padding-left: 0px;
}    
  
/*** Faq Style1 Area Css ***/       
.faq-style1-image-box {
    margin-top: 50px;
    padding-top: 115px;
    padding-left: 70px;
    padding-bottom: 70px;
}    
    
/*** Offers Area Css ***/
.offers-area .container-fullwidth {
    position: relative;
    display: block;
    padding: 0 20px;
}    
.offers-content-box {
    max-width: 1000px;
    width: 100%;
    padding: 75px 50px 80px;
    margin: 40px auto 0;
}    
    
/*** Choose Style1 Area Css ***/   
.choose-style1-area .feautres-content-box {
    float: none;
    padding-top: 0;
    padding-bottom: 50px;
}
    
/*** Contact Info Area Css ***/       
.single-contact-info-box {
    padding: 61px 0 62px;
    margin-bottom: 30px;
}    
        
/*** Blog Style2 Area Css ***/ 
.blog-style2-area {
    padding: 90px 0 80px;
}    
.single-blog-style1.style1instyle2 {
    max-width: 470px;
    width: 100%;
    margin: 0 auto 40px;
}    
   
/*** Footer Style2 Area Css ***/ 
.footer-top-content .footer-social-info {
    max-width: 250px;
    float: right;
    margin-top: 0px;
}    
.single-footer-widget.pdleft30 {
    padding-left: 0px;
}    
.single-footer-widget.pdleft50 {
    padding-left: 0px;
}    
.subscribe-widget-box {
    float: none;
}    
.single-footer-widget.marbtm{
    margin-bottom: 50px;
}    
.footer-bottom-style2 .outer-box {
    flex-direction: row;
    justify-content: center;
    align-content: center;
}       
.payment-method-box {
    padding-top: 15px;
}    
    
    
/*** About Style2 Area Css ***/      
.video-holder-box.style2 {
    float: none;
}    
    
/*** Skillset Area Css ***/        
.skillset-content-box {
    padding-top: 60px;
}        
  
/*** Faq Style1 Area.gray Bg Css ***/      
.faq-style1-area.gray-bg .faq-style1-image-box {
    margin-top: 0px;
}    
.faq-left-content.style2 {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 50px;
}        
 
/*** Service Details Area Css ***/        
.service-details-sidebar {
    margin-top: 50px;
}    
.servicedet-prev-next-option .box {
    width: 100%;
    float: none;
}    
    
/*** Shop Area Css ***/ 
.shop-area {
    padding-top: 85px;
    padding-bottom: 120px;
}    
.sidebar-box-style2 {
    margin-top: 60px;
}    
    
/*** Shop Details Area Css ***/ 
.shop-details-area {
    padding: 110px 0 120px;
}    
.single-product-info-box {
    padding-top: 32px;
}

/*** Contact Form Style1 Area Css ***/        
.contact-form-style1-area {
    padding: 140px 0 120px;
}    
    
/*** Blog Area Css ***/      
.sidebar-wrapper {
    float: none;
    margin-top: 100px;
}    
    
/*** Blog Single Area Css ***/        
.blog-details-image-2 .image-box, 
.blog-details-image-2 .text-box {
    display: block;
} 
.blog-details-image-2 .text-box {
    padding-left: 0px;
    margin-top: 20px;
}    
.tag-social-share-box {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.tag-social-share-box .tag-list li {
    float: none;
    margin-right: 0;
    margin: 0 5px;
}    

.tag-social-share-box .single-box {
    margin-top: 20px;
}    
.tag-social-share-box .single-box .title {
    padding-bottom: 14px;
}    
.tag-social-share-box .single-box .title.right {
    text-align: center;
}    
.tag-social-share-box .social-share li {
    float: none;
    margin-right: 0;
    margin: 0 8px;
} 

.blog-prev-next-option {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 45px 0px 39px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}    
.blog-prev-next-option .single-box {
    width: 100%;
}    
.blog-prev-next-option .middle-box {
    width: 100%;
    margin: 9px 0 10px;
}  
.blog-prev-next-option .single-box.right {
    text-align: center;
} 
    
.related-blog-post .single-blog-style1 {
    margin-bottom: 40px;
}
    
.author-box-holder .inner .img-box, 
.author-box-holder .inner .text-box {
    display: block;
}    
.author-box-holder .inner .text-box {
    padding-left: 0px;
    margin-top: 20px;
}    
  
    
.rtl .single-testimonial-style1 .img-holder {
    width: 320px;
    float: right;
}    
.rtl .single-testimonial-style1 .text-holder {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
 
    
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.sec-title h2 {
    font-size: 50px;
}    
.sec-title h2 br{
    display: none;
}

/*** About Page (Hero) ***/
.about-style1-content-box.style1instyle2 .sec-title h2 {
    font-size: clamp(30px, 7vw, 40px);
    line-height: 1.15em;
}

.how-it-works-card{
    min-height: auto;
    margin-bottom: 20px;
}
.before-after-slide-inner{
    padding: 18px 16px;
}
.before-after-points{
    padding-left: 0;
}
.before-after-points li{
    display: flex;
    align-items: flex-start;
}
.before-after-points li .icon-tick{
    width: 25px;
    height: 25px;
    flex-basis: 25px;
    margin-right: 10px;
    font-size: 11px;
    top: 0;
    box-shadow:
        0 8px 16px rgba(var(--rmsk-green-rgb), 0.20),
        0 0 0 4px rgba(var(--rmsk-gold-rgb), 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.before-after-images{
    grid-template-columns: 1fr;
}
.before-after-images img{
    height: 240px;
}
.before-after-carousel.owl-carousel.owl-theme{
    padding-bottom: 72px;
}
.before-after-carousel.owl-theme .owl-nav{
    top: auto;
    bottom: 26px;
    left: 50%;
    right: auto;
    width: 108px;
    transform: translateX(-50%);
    padding: 0;
}
.before-after-carousel.owl-theme .owl-nav [class*="owl-"]{
    width: 42px;
    height: 42px;
}
.before-after-carousel.owl-theme .owl-nav [class*="owl-"] span{
    font-size: 21px;
}
.before-after-carousel.owl-theme .owl-dots{
    bottom: 0;
}

/*** FAQ (Home) image mobile tweaks ***/
.faq-style1-image-box{
    padding-top: 35px;
    padding-left: 0;
    padding-bottom: 0;
}
.faq-style1-image-box .faq-top,
.faq-style1-image-box .faq-bottom{
    display: none;
}
.faq-style1-image-box .faq-main-image{
    max-width: 520px;
    margin: 0 auto;
}

.home-image-slider-area{
    padding: 80px 0 90px;
}
.home-image-media img{
    height: 260px;
}

.rmsk-footer__torn{
    height: 58px;
}
.rmsk-footer__content{
    padding: 105px 0 45px;
}
.rmsk-footer__logo img{
    height: 60px;
}
.rmsk-footer__cols{
    grid-template-columns: 1fr;
    gap: 28px;
}
.rmsk-footer__col:not(:first-child):before{
    display: none;
}
.rmsk-footer__col{
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
.rmsk-footer__brand{
    padding-top: 0;
    border-top: none;
}
.rmsk-footer__donate > div{
    grid-template-columns: 105px 1fr;
}
.rmsk-footer__bottomInner{
    justify-content: center;
    text-align: center;
}
.rmsk-footer__bottomInner{
    flex-direction: column;
    align-items: center;
}
.rmsk-footer__bottomLeft,
.rmsk-footer__bottomRight{
    text-align: center;
}

.about-facilities-area{
    padding: 80px 0 90px;
}
.about-facilities-media{
    padding-right: 0;
    margin-bottom: 25px;
}
.about-facilities-main img{
    height: 300px;
}
.about-facilities-float{
    display: none;
}
.about-facilities-chips{
    left: 12px;
    right: 12px;
    bottom: 12px;
}
.about-facilities-chips .chip{
    padding: 7px 10px;
    font-size: 11px;
}

.treatment-hero-area{
    padding: 80px 0 50px;
}
.treatment-before-after-area{
    padding: 80px 0 90px;
}
.treatment-ba-grid{
    grid-template-columns: 1fr;
}
.treatment-ba-image img{
    height: 260px;
}

.gallery-page-area{
    padding: 70px 0 90px;
}
.rmsk-gallery-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-page-area{
    padding: 70px 0 90px;
}
.rmsk-contact-grid{
    grid-template-columns: 1fr;
    gap: 22px;
}
.rmsk-contact-formCard__head{
    padding: 18px 18px 0;
}
.rmsk-contact-form{
    padding: 16px 18px 18px;
}
.contact-map-area{
    padding: 0 0 90px;
}
.contact-map-frame iframe{
    height: 320px;
}

.donation-page-area{
    padding: 70px 0 90px;
}
.donation-main-grid{
    grid-template-columns: 1fr;
    gap: 18px;
}
.donation-qr-image img{
    height: 320px;
}
.donation-bank-dl{
    padding: 0 18px 10px;
}
.donation-qr-head,
.donation-bank-head{
    padding: 18px 18px 0;
}
.donation-note{
    margin: 6px 18px 18px;
}
.donation-support-grid{
    grid-template-columns: 1fr;
}
.donation-wishlist-area{
    padding: 0 0 90px;
}
.donation-wishlist-wrap{
    grid-template-columns: 1fr;
}
.donation-wishlist-content{
    padding: 26px 20px;
}
.donation-wishlist-media{
    min-height: 240px;
}

.qr-page-area{
    padding: 70px 0 80px;
}
.qr-hero-card{
    grid-template-columns: 1fr;
}
.qr-hero-left{
    padding: 20px;
}
.qr-hero-image img{
    height: 320px;
}
.qr-hero-right{
    padding: 26px 20px;
}
.qr-mini-cards{
    grid-template-columns: repeat(2, 1fr);
}
.qr-wishlist-area{
    padding: 0 0 80px;
}
.qr-wishlist-wrap{
    grid-template-columns: 1fr;
}
.qr-wishlist-content{
    padding: 26px 20px;
}
.qr-wishlist-cards{
    grid-template-columns: 1fr;
}
.qr-wishlist-media{
    min-height: 240px;
}
.qr-impact-area{
    padding: 0 0 90px;
}
.qr-impact-head{
    padding: 24px 20px 0;
}
.qr-impact-grid{
    grid-template-columns: 1fr;
    padding: 20px 18px 10px;
}
.qr-impact-actions{
    padding: 6px 20px 24px;
}
.how-started-hero-area{
    padding: 80px 0 60px;
}
.how-started-story-area{
    padding: 80px 0 90px;
}
.how-started-content{
    padding-right: 0;
    margin-bottom: 25px;
}
.how-started-title{
    font-size: 28px;
}
.how-started-mini-cards{
    grid-template-columns: 1fr;
}
.how-started-collage{
    padding-left: 0;
    min-height: auto;
}
.how-started-collage-grid{
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
    gap: 14px;
}
.how-started-collage-item.i0{
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.how-started-collage-item.i1{
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
}
.how-started-collage-item.i2{
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
}
.how-started-collage-item.i3{
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}
.how-started-collage-item.i4{
    grid-column: 2 / span 1;
    grid-row: 4 / span 1;
}
.how-started-collage-item.i5{
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
}
.how-started-collage-item.i6{
    grid-column: 2 / span 1;
    grid-row: 5 / span 1;
}
.how-started-collage-item.i7{
    grid-column: 1 / span 2;
    grid-row: 6 / span 1;
}
    
/*** Header Style One Css ***/ 
.header .outer-box {
    padding: 0 15px;
}    
.header-top {
    display: block;
}    
.fixed-header .header-top{
    display: none;
}
.main-header.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.main-header .sticky-header{
    display: none !important;
}
.header-right {
    display: none;
}    
.header-left {
    float: none;
}   
.header-left .nav-outer {
    float: right;
    padding-left: 0;
}  

.sticky-header .mobile-nav-toggler{
    display: inline-flex;
    float: right;
    margin: 18px 0 0 16px;
}
.sticky-header .main-menu{
    display: none !important;
}
.sticky-header .right-col{
    display: block;
}

@media only screen and (max-width: 767px) {
    .header-top{
        /* padding: 8px 0 6px; */
        background: transparent;
    }
    .header-top .outer-container,
    .sticky-header .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .header-top .outer-box{
        background: transparent;
        border-radius: 0;
        padding: 0 12px;
        box-shadow: none;
    }
}

/*** Featured Area Css ***/      
.single-featured-box {
    padding: 27px 20px 26px;
}
   
/*** About Style1 Area Css ***/ 
.about-style1-area {
    padding-bottom: 100px;
}    
.about-style1-content-box {
    margin-left: 0;
    padding-top: 50px;
}
    
.about-style1-image-box-bg {
    background-size: contain;
} 
.about-experience-box {
    top: 0;
    right: 0px;
} 

/*** Video Gallery Area Css ***/     
.video-gallery-content-box {
    max-width: 800px;
    width: 100%;
    height: 100%;
    padding: 120px 30px;
}    
.video-holder-box {
    padding: 200px 0;
}    
.video-gallery-content-box h2 {
    font-size: 40px;
    line-height: 56px;
}
.video-gallery-content-box h2 br{
    display: none;
}    
    
/*** Feautres Area Css ***/      
.feautres-content-box {
    padding-top: 50px;
    max-width: 720px;
    width: 100%;
    float: none;
}     
.feautres-content-box .inner-content ul li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
} 
.feautres-content-box .inner-content ul li:last-child {
    padding-left: 0px;
    margin-bottom: 0;
}    
.feautres-content-box .inner-content ul:before {
    display: none;
}
.feautres-content-box .inner-content ul.bottom {
    padding-top: 4px;
} 
.feautres-content-box .inner-content ul.top {
    border-bottom: 0px solid #f2f3fa;
    padding-bottom: 23px;
}   
    
/*** Priceing Plan Area Css ***/  
.priceing-plan-area .sec-title {
    padding-bottom: 170px;
    text-align: center;
} 
.priceing-plan-tabs .tab-button-column {
    top: -120px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.single-priceing-plan-box .top .left h2 {
    font-size: 30px;
}    
.single-priceing-plan-box .top .right h2 {
    font-size: 30px;
} 
.single-priceing-plan-box .button a {
    padding: 0 25px;
}    
    
/*** Testimonial Style1 Area Css ***/    
.single-testimonial-style1 .img-holder, 
.single-testimonial-style1 .text-holder {
    display: block;
    text-align: center;
} 
.single-testimonial-style1 .img-holder {
    width: 320px;
    margin: 0 auto;
}    
.single-testimonial-style1 .text-holder {
    padding-top: 30px;
    padding-left: 0px;
    text-align: center;
} 
     
/*** Blog Style1 Area Css ***/
.blog-style1-area .sec-title {
    padding-bottom: 158px;
}    
.blog-carousel.owl-nav-style-one.owl-theme .owl-nav {
    top: -120px;
    left: 0;
    right: auto;
}    
    
/*** Footer Area Css ***/  
.footer {
    padding: 0 0px 80px;
} 
.footer-menu ul li+li {
    margin-left: 30px;
}    
.footer-contact-info {
    display: block;
    overflow: hidden;
    margin-top: 41px;
} 
.footer-contact-info .single-box {
    max-width: 100%;
    width: 100%;
    float: left;
    justify-content: center;
    margin-bottom: 30px;
}
.footer-contact-info .single-box+.single-box {
    margin-left: 0px;
} 
.footer-social-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    float: left;
    margin-top: 9px;
}

    
    
/*** Header Style2 Css ***/     
.header.style2 {
    background-color: rgba(0,0,0, 0.50);    
}    
    
/*** Thm Formbox Style1 Area Css ***/      
.thm-formbox-style1 {
    padding: 30px;
    padding-bottom: 30px;
}    
   
/*** About Style2 Area Css ***/  
.about-style1-content-box.style1instyle2 {
    padding-top: 0px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 50px;
}    
.about-style2-image-box {
    margin-left: 0;
    margin-right: 0;
    max-width: 800px;
    width: 100%;
}    
.cost-calculator-box {
    padding: 45px 50px 40px;
    margin: 50px 0 0;
    margin-left: 0px;
}    

/*** Feautres Style2 Area Css ***/      
.feautres-style2-image-box {
    margin-left: 0px;
} 
.feautres-style2-image-box .outer-image {
    display: none;
}    
.feautres-style2-content-box {
    padding-top: 50px;
    padding-left: 0px;
}    
 
/*** Faq Style1 Area Css ***/       
.faq-style1-image-box {
    margin-top: 50px;
    padding-top: 115px;
    padding-left: 70px;
    padding-bottom: 70px;
}       
    
/*** Offers Area Css ***/
.offers-area .container-fullwidth {
    position: relative;
    display: block;
    padding: 0 20px;
}    
.offers-image-box .image-one {
    top: 0px;
    left: auto;
    right: 0;
}    
.offers-content-box {
    max-width: 1000px;
    width: 100%;
    padding: 75px 30px 80px;
    margin: 50px auto 0;
}        
.offers-content-box .big-title {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 15px;
}    
.offers-content-box .big-title br{
    display: none;
}    

/*** Choose Style1 Area Css ***/   
.choose-style1-area .feautres-content-box {
    float: none;
    padding-top: 0;
    padding-bottom: 50px;
}    
    
/*** Contact Info Area Css ***/       
.single-contact-info-box {
    padding: 61px 0 62px;
    margin-bottom: 30px;
}    
   
/*** Blog Style2 Area Css ***/ 
.blog-style2-area {
    padding: 90px 0 80px;
}    
.single-blog-style1.style1instyle2 {
    max-width: 470px;
    width: 100%;
    margin: 0 auto 40px;
}    
.single-blog-style1.style1instyle2 .text-holder {
    padding: 35px 30px 36px;
}       
    
/*** Footer Style2 Area Css ***/ 
.footer-top-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
    
.footer-logo {
    margin: 0;
    flex-direction: column;
    padding-bottom: 15px;
}
.footer-logo .copy-right {
    border-left: 0px solid #322b6d;
    padding-left: 0px;
    margin-left: 0px;
    text-align: center;
    margin-top: 20px;
}    
    
.footer-top-content .footer-social-info {
    max-width: 100%;
    float: none;
    margin-top: 20px;
}  
.single-footer-widget.pdleft30 {
    padding-left: 0px;
}    
.single-footer-widget.pdleft50 {
    padding-left: 0px;
}    
.subscribe-widget-box {
    float: none;
    max-width: 370px;
}    
.single-footer-widget.marbtm{
    margin-bottom: 50px;
}   
.single-footer-widget.pdtop {
    padding-top: 50px;
}  
    
.footer-bottom-style2 {
    padding: 35px 0 25px;
}    
.footer-bottom-style2 .outer-box {
    flex-direction: row;
    justify-content: center;
    align-content: center;
    text-align: center;
} 
.footer-menu-style2 ul li {
    float: none;
    margin-right: 0px;
    margin: 0 10px;
}    
.payment-method-box {
    padding-top: 15px;
}    
.payment-method-box ul li {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin: 0 10px 10px;
}    
    

    
/*** Breadcrumb Area Css ***/ 
.breadcrumb-area {
    padding: 262px 0 165px;
}    
.breadcrumb-area .banner-curve {
    background-position: center bottom;
    background-size: contain;   
} 
.breadcrumb-area .banner-curve-gray {
    background-position: center bottom;
    background-size: contain;   
}    
.breadcrumb-area .title h2 {
    font-size: 52px;
}    
.breadcrumb-area .title h2 span {
    height: 6px;
    width: 6px;
}    
.breadcrumb-menu ul {
    padding-top: 12px;
}    
    
    
/*** About Style2 Area Css ***/      
.video-holder-box.style2 {
    float: none;
}    
.about-style1-content-box.style1instyle2 .inner-content .button-box {
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
    padding-top: 20px;
}    
.about-style1-content-box.style1instyle2 .inner-content .button-box a.marleft {
    margin-top: 20px;
    margin-left: 0px;
} 
    
/*** Skillset Area Css ***/              
.progress-block{
    margin-bottom: 40px;
}
.skillset-progress-box:before {
    display: none;
}    
.skillset-content-box {
    padding-top: 13px;
} 
.skillset-content-box .bottom-text .img-box, 
.skillset-content-box .bottom-text .text-box {
    display: block;
    vertical-align: middle;
}    
.skillset-content-box .bottom-text .text-box {
    padding-left: 0;
    margin-top: 20px;
}    
    
/*** Faq Style1 Area.gray Bg Css ***/      
.faq-style1-area.gray-bg .faq-style1-image-box {
    margin-top: 0px;
}    
.faq-left-content.style2 {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 50px;
}        
 
/*** Service Details Area Css ***/        
.service-details-sidebar {
    margin-top: 50px;
}    
.servicedet-prev-next-option .box {
    width: 100%;
    float: none;
}    
.servicedet-prev-next-option .box .inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}    
.servicedet-prev-next-option .box .title {
    padding-left: 0px;
    margin-top: 15px;
} 
    
.servicedet-prev-next-option .box.next {
    float: none;
    text-align: center;
}    
.servicedet-prev-next-option .box.next .title {
    padding-left: 0;
    padding-right: 0px;
}    
.servicedet-prev-next-option .box .inner-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}    

/*** Shop Area Css ***/ 
.shop-area {
    padding-top: 85px;
    padding-bottom: 120px;
}    
.sidebar-box-style2 {
    margin-top: 60px;
}    
    
/*** Shop Details Area Css ***/ 
.shop-details-area {
    padding: 110px 0 120px;
}    
.single-product-info-box {
    padding-top: 32px;
} 
.product-details-button-box {
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}    
.product-details-button-box .wishlist-button {
    margin-left: 0px;
    margin-top: 10px;
}    
.product-details-button-box .compare-button {
    margin-left: 0px;
    margin-top: 10px;
}
    
.review-box-holder .single-review-box {
    padding-left: 0px;
}    
.review-box-holder .single-review-box .image-holder {
    position: relative;
    left: 0;
    top: 0px;
    width: 70px;
}    
.review-box-holder .single-review-box .text-holder {
    padding-left: 0;
    margin-top: 20px;
}    
.product-tab-box .tab-btns .tab-btn span {
    padding: 0px 9px 22px;
}
.product-descriptions-content .table-outer{
    display: none;
}    

/*** Contact Form Style1 Area Css ***/        
.contact-form-style1-area {
    padding: 140px 0 120px;
}    
    
/*** Error Page Area Css ***/       
.error-content .title {
    font-size: 140px;
    line-height: 150px;
    margin: 17px 0 12px;
}    
    
/*** Blog Area Css ***/      
.sidebar-wrapper {
    float: none;
    margin-top: 100px;
}    
.single-blog-style2 .text-holder {
    padding: 50px 30px 50px;
    padding-right: 25px;
}  
.video-holder-box.style3 {
    padding: 140px 0;
}

.single-blog-style2 .outer-box {
    padding: 43px 30px 43px;
    padding-right: 25px;
}    
.single-blog-style2 .inner-content {
    padding-left: 0px;
}    
.single-blog-style2 .inner-content .icon-holder {
    display: none;
} 
.sidebar-wrapper .single-sidebar {
    padding: 35px 20px 40px;
}    
.single-sidebar .popular-feeds li .title-box h4 a br{
    display: none;
}    
.styled-pagination li {
    margin: 0 3.5px 10px;
}    
    
    
/*** Blog Single Area Css ***/ 
.blog-single-area .single-blog-style2 .text-holder {
    padding: 50px 25px 50px;
    padding-right: 25px;
}    
.blog-details-image-2 .image-box, 
.blog-details-image-2 .text-box {
    display: block;
} 
.blog-details-image-2 .text-box {
    padding-left: 0px;
    margin-top: 20px;
}    
.tag-social-share-box {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.tag-social-share-box .tag-list li {
    float: none;
    margin-right: 0;
    margin: 0 5px;
}    

.tag-social-share-box .single-box {
    margin-top: 20px;
}    
.tag-social-share-box .single-box .title {
    padding-bottom: 14px;
}    
.tag-social-share-box .single-box .title.right {
    text-align: center;
}    
.tag-social-share-box .social-share li {
    float: none;
    margin-right: 0;
    margin: 0 8px;
} 

.blog-prev-next-option {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 45px 0px 39px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}    
.blog-prev-next-option .single-box {
    width: 100%;
}    
.blog-prev-next-option .middle-box {
    width: 100%;
    margin: 9px 0 10px;
}  
.blog-prev-next-option .single-box.right {
    text-align: center;
} 
    
.related-blog-post .single-blog-style1 {
    margin-bottom: 40px;
}
    
.author-box-holder .inner .img-box, 
.author-box-holder .inner .text-box {
    display: block;
}    
.author-box-holder .inner .text-box {
    padding-left: 0px;
    margin-top: 20px;
}
    
.blog-details-text-3 ul {
    padding-left: 0px;
}    
  
.blog-details-author-box {
    padding: 53px 20px 50px;
}
.author-box-holder .inner .text-box h2 {
    font-size: 30px;
    line-height: 40px;
}    
    
.blog-details-bottom-content {
    padding: 0px 25px 50px;
}
    
.comment-box .single-comment-box {
    padding-left: 0px;
}    
.comment-box .single-comment-box .img-holder {
    position: relative;
    left: 0;
    top: 0;
}    
.comment-box .single-comment-box .text-holder {
    padding-left: 0px;
    margin-top: 22px;
}    
.comment-box .single-comment.comment-reply {
    margin-left: 25px;
}    
    
.add-comment-box #add-comment-form {
    padding: 30px 20px;
}    
.add-comment-box #add-comment-form .button-box button {
    padding: 0 15px;
} 
.add-comment-box #add-comment-form input[type="text"], 
.add-comment-box #add-comment-form input[type="email"], 
.add-comment-box #add-comment-form textarea {
    padding: 0 20px;
    padding-right: 60px;
}    
.add-comment-box #add-comment-form textarea {
    padding: 15px 20px;
    padding-right: 60px;
}
    
.blog-details-author-box .quote {
    font-size: 90px;
}
    
/*** RTL Css ***/     
.rtl .header-right {
    display: block;
    width: 100%;
} 
.rtl .header-left {
    display: none;
}    
.rtl .header-right .logo {
    float: left;
    padding: 22px 0;
} 
.rtl .header-right .nav-outer {
    float: right;
    padding-right: 0;
}     
.rtl .priceing-plan-tabs .tab-button-column {
    left: auto;
    right: 0;
}    
    
.rtl .single-testimonial-style1 .img-holder {
    width: 320px;
    float: none;
    margin: 0 auto;
}    
.rtl .single-testimonial-style1 .text-holder {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}    
 
.rtl .blog-carousel.owl-nav-style-one.owl-theme .owl-nav {
    left: auto;
    right: 0;
}    
    
    
.rtl .footer-logo .copy-right {
    margin-right: 0px;
}    
    
    
    
   
    
    
    
    
    
    
    
    
    
    
   
    
}








@media only screen and (min-width: 768px){
    
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
}
    
    
    
    
}





@media only screen and (max-width: 1199px) {

    
/*** 
=============================================
    Header Style One Css
=============================================
***/ 

 
.main-header .main-menu {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}      
.main-header .nav-outer .main-menu,
.mainmenu-area .nav-outer .main-menu,
.sticky-header{
    display: none !important;
}
.fixed-header .sticky-header{
    display: block !important;
}
.nav-outer .mobile-nav-toggler{
    display: block;
}
.mobile-nav-toggler .icon-bar {
    position: relative;
    display: block;
    background: #ffffff;
    height: 2px;
    width: 30px;
    margin: 7px 5px;
} 
    

    
    
    
    
}




@media only screen and (min-width: 1200px) and (max-width: 1390px) { 
 
/*** Main Slider Css ***/     
.main-slider .auto-container {
    padding: 0px 120px;
} 

  
    
    
    
}


@media only screen and (min-width: 992px) and (max-width: 1199px) { 

/*** Main Slider Css ***/     
.main-slider .auto-container {
    padding: 0px 120px;
}
    

    
    
    
    
    
  
    
    
    
}




@media only screen and (min-width: 768px) and (max-width: 991px) { 
    
/*** Main Slider Css ***/   
.main-slider .auto-container {
    padding: 0px 120px;
}
.main-slider .content h2 {
    font-size: 52px;
    margin-top: 15px;
    margin-bottom: 42px;
}
    

    
    
    

    
    
    

    
}







@media only screen and (min-width: 500px) and (max-width: 767px) { 
    
/*** Main Slider Css ***/
.main-slider .slide {
    padding: 213px 0px 190px;
}      
.main-slider .auto-container {
    padding: 0px 70px;
    padding-right: 30px;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    left: 0px;
}    
.main-slider .owl-theme .owl-nav .owl-next {
    right: 0px;
}
.main-slider .content h2 {
    font-size: 42px;
    margin-top: 25px;
    margin-bottom: 44px;
}    
.main-slider .content h2 .round {
    width: 5px;
    height: 5px;
}    
.main-slider .content .btns-box a {
    margin-top: 10px;
}  
.main-slider .content .btns-box a.marleft {
    margin-left: 0px;
}   

/*** Main Slider Style2 Css ***/       
.main-slider.style2 .content h2 {
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 30px;
}    
    
    
    
    
    
    

    
    
}



@media only screen and (max-width: 499px) {
    
/*** Main Slider Css ***/ 
.main-slider .auto-container {
    padding: 0px 30px;
}   
.main-slider .owl-theme .owl-nav .owl-prev {
    display: none;
}    
.main-slider .owl-theme .owl-nav .owl-next {
    display: none;
}
    
.main-slider .slide {
    padding: 213px 0px 190px;
}     
.main-slider .content h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 32px;
}    
.main-slider .content h2 .round {
    width: 5px;
    height: 5px;
}
.main-slider .content .btns-box a {
    margin-top: 10px;
}

/*** About Page (Hero) ***/
.about-style1-content-box.style1instyle2 .sec-title h2 {
    font-size: 30px;
    line-height: 1.15em;
}
    
    
/*** Main Slider Style2 Css ***/ 
.main-slider.style2 {
    padding: 220px 0px 179px;
}    
.main-slider.style2 .content h2 {
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 25px;
}        
    

 


    
    
    
}





@media only screen and (min-width: 1200px) and (max-width: 1300px) { 
    
/*** Header Style One Css ***/
.header-left .nav-outer {
    padding-left: 40px;
}    
.main-menu .navigation> li {
    margin-right: 25px;
} 

/*** RTL Css ***/ 
.rtl .header-right .nav-outer {
    padding-right: 40px;
}    
.rtl .main-menu .navigation> li {
    margin-right: 20px;
}  
    
   
    
    
    

    
    
}








@media only screen and (min-width: 768px) and (max-width: 991px) { 
.order-box-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-box-1 {
    -ms-flex-order: 1;
    order: 1;
}  

}



@media only screen and (min-width: 300px) and (max-width: 767px) { 
.order-box-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-box-1 {
    -ms-flex-order: 1;
    order: 1;
} 

}
