/********** Template CSS **********/
:root {
    --primary: #e82934;
    --light: #f1f8ff;
    --dark: #0f172b;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    scroll-behavior: smooth;
    transition: all 0.5s ease;
}

.ff-secondary {
    font-family: "Pacifico", cursive;
}
ul {
    list-style: none;
}
.list-dics {
    list-style: disc;
}
a {
    text-decoration: none;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 4rem;
    z-index: 99;
}

.sub-text {
    color: #e82934;
}

/*** Button ***/
.btn {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-new {
    background: #e82934;
    border-radius: 10px;
}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}
.navbar-toggler {
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
    .hero-carousel .owl-dots {
        gap: 1px !important;
    }
    .hero-carousel .dot-svg {
        height: 20px;
        width: 20px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    border-radius: 26px;
    border-bottom: 5px solid var(--primary);
}
.service-item h5 {
    color: var(--primary);
    font-size: 2rem;
}
.service-item svg {
    color: var(--primary);
}

.service-item:hover {
    background: var(--primary);
    border-color: #000;
}
.service-item:hover svg {
    color: var(--light) !important;
}

.service-item * {
    transition: 0.5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

/*** Team ***/
.products {
    box-shadow: 0 0 4px rgb(48 48 48 / 38%);
    border-radius: 20px;
    transition: 0.5s;
    background: #fff;
}

.products img {
    transition: 0.5s;
}

.products:hover img {
    transform: scale(1.1);
}

.products:hover {
    height: 100%;
}

.products .btn {
    border-radius: 38px 38px 0 0;
}
.owl-carousel.owl-pads .owl-item {
    padding: 8px;
}
/* Hide default background */
.owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}
.owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #fff !important;
    box-shadow: 0 0 3px #b7b7b7;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    font-size: 30px;
    transition: 0.3s ease;
    z-index: 1;
}
.owl-carousel.owl-pads .owl-nav {
    margin: 0 -14px;
}
.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
    font-size: 30px;
    color: var(--primary);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

/* Hover effect */
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: var(--primary) !important;
    color: white;
}
/* Hover effect */
.owl-nav button.owl-prev:hover span,
.owl-nav button.owl-next:hover span {
    color: white !important;
}

/* Position arrows */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
}

.footer .footer-social-icons a {
    transition: all 0.5s ease;
}

.footer .footer-social-icons a:hover {
    color: #b0a9a9;
}
.footer-links {
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}
.footer .footer-links {
    transition: all 0.5s ease;
}
.footer .footer-links:hover {
    color: var(--primary) !important;
}

.top-bar {
    background-color: #333;
    color: white;
    font-size: 14px;
}
.right-social-icons a {
    color: white;
    background: #3a3a3a;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    backdrop-filter: blur(18px);
    box-shadow: 0 0 3px #0000008f;
}

.top-bar img {
    width: 22px;
    height: auto;
    margin-right: 5px;
}

.top-bar .dropdown-menu {
    min-width: auto;
    padding: 0;
}
.top-bar .dropdown-toggle {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 3px #959595;
}

.gallery-card img {
    transition: transform 0.5s ease;
    height: 450px;
    object-fit: cover;
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* black transparent */
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.5s ease;
    z-index: 1;
}

.overlay-info {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.4s ease;
    z-index: 2;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.gallery-card:hover .overlay-info {
    opacity: 1;
    transform: scale(1);
}

.testimonial_sec .testimonial-item {
    border-radius: 24px;
    background: var(--primary);
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}
.testimonial_sec .testimonial-item h5 {
    color: var(--light);
}

.testimonial_sec .testimonial-item .start_list svg {
    color: #eabe12;
}
.testimonial_sec .testimonial-item .quots_icon svg {
    color: #fff;
}

.user_detils .abt_detils {
    background: #fff;
    box-shadow: 0 0 3px #7e7e7e;
    border-radius: 12px;
}
.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.video-card video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-player {
    display: block;
    transition: transform 0.4s ease;
}

/* Hover Effects */
.video-card:hover .video-player {
    transform: scale(1.05);
}

.video-card:hover .video-info {
    opacity: 1;
    bottom: 20px;
}

.whatsapp-float {
    position: fixed;
    bottom: 4rem;
    left: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
    padding: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: transform 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.hero-carousel .item img {
    transition: transform 1s ease-in-out;
}

.hero-carousel .item img:hover {
    transform: scale(1.05); /* zoom effect on hover */
}
.hero-carousel .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    gap: 15px;
    background: #00000080;
    backdrop-filter: blur(7px);
    border-radius: 12px 0 0 12px;
    padding: 12px;
    margin: 0 !important;
}

.hero-carousel .owl-dot {
    background: none !important;
    border: none !important;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.hero-carousel .dot-svg {
    transform: rotate(-90deg); /* top se start */
}

.hero-carousel .svg__circle {
    stroke: #fff;
    opacity: 0.3;
}

.hero-carousel .svg__circle-progress {
    stroke: #fff;
    stroke-dasharray: 63; /* 2 * π * r => 2*3.14*10 */
    stroke-dashoffset: 63;
    transition: stroke-dashoffset linear;
}

.hero-carousel .svg__circle-inner {
    fill: #fff;
}

.city-lsit-text {
    font-size: 14px;
}

.just-dail-icon img {
    height: 19px;
}

.india-mart-icon img {
    height: 19px;
}
