:root {
    --gt-theme-4: #ffa479;
    --gt-rasiks-theme: #ff5100;
}

/* Rasiks Header Logo */
.logo {
    position: relative;
    left: -10px;
}

.rasiks-logo {
    height: 50px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
}

.rasiks-footer-logo {
    height: 90px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
}

/* .gt-event-bg-section, */
.hero-bg {
    background-image: url("../img/rasiks/rasiks_cover.jpg");
    /* rasiks_cover.jpg or rasiks_team.jpeg*/
}

.gt-newsletter-wrapper.bg-cover {
    background-image: url("../img/rasiks/cream_background.jpeg");
}

.gt-newsletter-wrapper .gt-newsletter-content h3 {
    color: black;
}

.header-main {
    display: grid;
    grid-template-columns: auto 40fr 10fr;
    align-items: center;
    padding: 0px;
    justify-content: space-between;
}

.header-main .main-menu ul li {
    margin-right: 70px;
}

/* Push menu to center */
.mean__menu-wrapper {
    justify-self: center;
}

.gt-footer-section-2::before {
    background: linear-gradient(180deg, #fdbe7f 0%, #f38755 30%, #fe6100 100%);
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a,
.header-1 .header-right .sidebar__toggle,
.header-main .main-menu ul li a:hover {
    color: var(--gt-rasiks-theme) !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    background-color: var(--gt-rasiks-theme) !important;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover a {
    color: white;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover {
    background-color: white !important;
    border: none !important;
}

.gt-hero-4 {
    padding-bottom: 100px;
}

.gt-hero-4::before {
    background: linear-gradient(0deg, #583424 0, rgba(17, 17, 44, 0) 100%);
}

.gt-hero-4 .gt-hero-content .gt-coming-soon-time .gt-timer-content p {
    color: white;
}

.gt-hero-4 .gt-hero-content h2 {
        color: floralwhite;
        font-style: normal;
}

/* .header-1.header-new {
    background: linear-gradient(90deg, #fdbe7f 0%, #ffcdb5 30%, #ff924e 100%) !important;
} */

.marquee-text-slider-3.style-12 .marquee-text-3.bg-cover::before,
.marquee-text-slider-3.style-11 .marquee-text-3.bg-cover::before {
    background-image: none;
    background-color: black;
}

.text-marquee-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.text-marquee-link:hover {
    opacity: 0.85;
}

.whatsapp-icon {
    font-size: 1.5em;
    margin-left: 6px;
    opacity: 0.8;
    vertical-align: middle;
}

.text-marquee-link:hover .whatsapp-icon {
    opacity: 1;
}

.video-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gt-event-wrapper {
    padding: 0%;
    padding-bottom: 50px;
}

/* Insta & YT */

/* Grid layout */
.media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Responsive stack */
@media (max-width: 768px) {
    .media-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------- */

/* YouTube responsive iframe */
/* Grid */
.media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
    /* key */
}

/* Equal height boxes */
.media-box {
    height: 420px;
    /* 👈 choose your visual height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    /* optional, hides gaps */
    border-radius: 12px;
    overflow: hidden;
}

/* YouTube */
.video-embed-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-embed-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* Instagram containment */
.insta-embed {
    background: #fff;
}

.instagram-media {
    max-height: 100% !important;
    min-height: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Mobile stack */
@media (max-width: 768px) {
    .media-grid {
        grid-template-columns: 1fr;
    }

    .media-box {
        height: auto;
    }
}

/* YouTube responsive iframe */

@media (max-width: 768px) {
    .rasiks-logo {
        height: 40px;
    }

    .header-main {
        padding: 10px 0;
    }

    .logo {
        position: relative;
        left: -20px;
    }
}

@media (max-width: 575px) {
    .gt-hero-4 .gt-hero-content h1 {
        font-size: 65px;
    }

    .gt-hero-4 .gt-hero-content h2 {
        font-size: 50px;
    }
}