@font-face {
    font-family: "Montserrat";
    src: url("../webfonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 100 900; /* variable range */
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../webfonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Archivo";
    src: url("../webfonts/ArchivoBlack-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html, body{
    font-family: "Montserrat", Arial, sans-serif;
    overflow-x: hidden;
}
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95) !important;
    transition: background-color 0.3s ease;
}

.nav-link {
    color: #333 !important;
}

.nav-link.active,
.nav-link:hover {
    color: #000 !important;
}

.navbar-brand {
    color: #000 !important;
}

/* Sidebar Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%; /* hidden by default */
    width: 100%;
    height: 100vh;
    z-index: 1050;
    transition: left 0.3s ease;
    padding-top: 10px;
    padding-left: 10px;
}

.mobile-menu.show {
    left: 0;
}
.mobile-menu li:not(:first-child) {
    border-top: 1px solid #ddd;
}
.hero {
    background: url("https://img1.wsimg.com/isteam/ip/a7420221-44ef-46e7-9e24-7fc767f8c7f8/IMG_4852.jpeg") center center/cover no-repeat;
    min-height: 100vh;
    position: relative;
    color: #fff;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.hero-content h1 {
    text-transform: uppercase;
    font-weight: 700;
}

.tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 10px;
}

.tns-controls button {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.3s ease;
}

.tns-controls button:hover {
    background: rgba(0, 0, 0, 0.8);
}
.tns-nav {
    text-align: center; /* center the dots */
    position: absolute;
    bottom: -20px;       /* place below slides */
    left: 0;
    width: 100%;
    z-index: 5;
}

.tns-nav button {
    background: #333;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
}

.tns-nav button.tns-nav-active {
    background: #ccc;
}
.contact-form .form-control::placeholder{
    color: #aaaaaa;
}

.reviewer-card {
    position: relative;
    overflow: hidden; /* ensures overlay doesn’t spill out */
}

.reviewer-card .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 41, 0.85); /* semi-transparent dark */
    color: #fff;
    opacity: 0;
    transform: translateY(10px); /* slightly below */
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 10;
    padding: 1rem;
}

.reviewer-card:hover .overlay {
    opacity: 1;
    transform: translateY(0); /* move into place */
    pointer-events: auto;
}
.overlay.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.overlay-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    font-weight: bold;
}

.offers {
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    transform-origin: center;
    border-radius: 0.5rem; /* match .rounded-2 */
    overflow: hidden; /* clip inner content */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.offers:hover {
    transform: scale(1.07);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 10;
}
/*owl mod end*/
#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 6px 13px;
    border-radius: 4px;
    transition: bottom 0.3s;
    border: none;
    background-color: rgba(0,0,0,0.7);
    color: whitesmoke;
}
#toTopBtn:hover {
    border: thin solid #000;
    background: white;
    color: black;
}
#floatWA {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #6cff51;
    border-radius: 50%;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
    margin-top: 62px;
}
.parallax {
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768.98px){
    .imglogoMain{
        width: 155px;
        margin-left: 0;
    }
    .text-gradient-chuppa{
        font-size: 7vw;
        line-height: 7vw;
    }
}