@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Kumbh Sans", sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(207, 207, 207);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--bg-red);
    border-radius: 6px;
}

:root {
    --txt-main: #18067d !important;
    --bg-main: #18067d !important;
    --text-red: #ff0400 !important;
    --bg-red: #ff0400 !important;
    --dark-color: #161616;

    --white: #FFF;
    --black: #232323;
    --lite: rgba(255, 255, 255, 0.6);
    --gray: rgba(1, 1, 1, 0.6);
    --dark: #3c3d3c;
    --primary: linear-gradient(145deg, #ff2f09, #c24a4e);
    --primary_dark: #970104;
    --primary_lite: #c24a4e;
    --secondary: #000a17;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.text-red {
    color: var(--text-red) !important;
}

.bg-red {
    background: var(--bg-red) !important;
}

.txt-main {
    color: #18067d !important;
}

.bg-main {
    background: #18067d;
}

.bg-lit {
    background: #fcf1f1;
}

.bg-light-red {
    background: #fcf1f1 !important;
}

.p-text {
    color: #5b5b5b;
}

.menu-blur {
    backdrop-filter: blur(3px);
    background: var(--bg-gren);
}

.fw-600 {
    font-weight: 600 !important;
}

.fs-7 {
    font-size: 14px;
}

.round-12 {
    border-radius: 13px !important;
}

.round-12-top {
    border-radius: 12px 12px 0px 0px !important;
}

.navbar-nav li>a {
    color: var(--txt-main);
    font-weight: 600;
    transition: all .2s linear;
}

.navbar-nav li>a:hover {
    color: var(--text-red) !important;
}

.navbar-nav li>a:after {
    display: none;
}

.menu-hover {
    background-color: #fff;
    color: var(--text-main) !important;
    transition: all .03s ease-in;
}

.menu-hover:hover {
    color: var(--txt-red) !important;
    background-color: #fff;
}

.dropdown-menu {
    width: 200px;
}


/* Fancy dropdown animation */
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    display: block;
    pointer-events: none;
    z-index: 1000;
    border-radius: 12px;
}

/* On hover, show with animation */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Optional: little shadow for premium feel */
.dropdown-menu {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.offcanvas-start {
    width: 270px;
}

.offcanvas-header {
    padding: 0.5rem 1rem;
}

.section-gap {
    padding: 80px 0px;
}

.w-logo {
    width: 170px;
}

.w-img {
    width: 100px;
    height: 100px;
}

.w-80-px {
    width: 60px;
}

.heading-underline {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.heading-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 0%;
    height: 4px;
    background-color: var(--bg-red);
    /* Choose your color */
    border-radius: 2px;
    transition: width 0.6s ease;
    animation: underlineGrow 1s forwards;
}

@keyframes underlineGrow {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}


.positive-bg {
    background-image: url('../image/positive.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.box-s {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-s-2 {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.box-blue-s {
    box-shadow: 0 0 3px #18067d;
}

.home-h-75 {
    height: 75% !important;
}

.d-ruby {
    display: ruby !important;
}

.carousel-caption {
    top: 25%;
    position: absolute;
    right: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.txt-size {
    font-size: 65px;
    font-weight: 600;
}

.f-blur {
    backdrop-filter: blur(2px);
}

.icn-bg {
    padding: 15px 20px;
    background: #fff;
    border-radius: 4px;
}

.heading {
    font-weight: 700;
}

.heading span {
    background: var(--bg-gren);
    color: #fff;
    display: inline-block;
    padding: 0 2rem 0.2rem 2rem;
    clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0 100%, 7% 50%, 0% 0%);
}

.fix-iconsx {
    height: 45px;
    width: 45px;
    background-color: var(--bg-red);
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #ffffff;
    cursor: pointer;
    z-index: 99999;
}

.icns {
    color: #fff;
    background: var(--bg-main);
    font-size: 16px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    border: 1.5px solid #fff;
}

.icns:hover {
    color: #fff;
    background: #ff0400 !important;
}

.constrain {
    max-width: 300px;
    margin: 0 auto;
}

.constrain input {
    box-shadow: 0 0 3px #18067d;
}

.input-elevated {
    font-size: 16px;
    line-height: 1.5;
    border: none;
    background: #FFFFFF;
    background-image: #6e6e6e;
    background-image: url('../image/search-inp.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    box-shadow: 0 2px 4px 0 rgba(199, 183, 250, 0.08);
    border-radius: 5px;
    width: 300px;
    padding: .5em 1em .5em 2.5em;
    outline: none;
}

/*btn CSS */


.main-btn {
    background: var(--bg-main);
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #002fff33, 0 0 20px #3c00ff22;
}

.main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    /* background: linear-gradient(to right, transparent, rgba(0, 42, 255, 0.3), transparent); */
    transition: all 0.5s;
    z-index: -1;
}

.main-btn:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 0 15px #001aff88, 0 0 25px #3c00ff55;
    color: #ffffff;
    background: #0003b4;
    border-color: #ffffff;
}


.main-btn:active {
    animation: bounce 0.4s ease;
}

@keyframes bounce {
    0% {
        transform: scale(0.97);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}








.big {
    font-size: 3.5em;
}

.medium {
    font-size: 2em;
}

.small {
    font-size: 1.3em;
}

.slider-home {
    position: relative;
    width: 100%;
    height: 100vh;
}

ul {
    padding: 0;
    margin: 0;
}

.slider-home .title {
    font-weight: 600;
    font-size: 70px;
}

.slider-home li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display: flex;
    align-items: center;
    justify-content: left;
}

.slider-home li:nth-child(1) {
    background: linear-gradient(to right, rgba(1, 1, 1, 1) 6%, rgba(1, 1, 1, 0.8) 45%, rgba(1, 1, 1, 0.2) 100%), url("../image/home-img-1.jpg");
    background-size: cover;
    background-position: top left;
}

.slider-home li:nth-child(2) {
    background: linear-gradient(to right, rgba(1, 1, 1, 1) 6%, rgba(1, 1, 1, 0.8) 45%, rgba(1, 1, 1, 0.2) 100%), url("../image/slide-v1-3.jpg");
    background-size: cover;
    background-position: top left;
}

.slider-home li:nth-child(3) {
    background: linear-gradient(to right, rgba(1, 1, 1, 1) 6%, rgba(1, 1, 1, 0.8) 45%, rgba(1, 1, 1, 0.2) 100%), url("../image/home-img-3.jpg");
    background-size: cover;
    background-position: top left;
}

.slider-home article {
    width: 60%;
    color: #fff;
    z-index: 11;
}

.slider-home h3+p {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.slider-home h3, .slider-home h3+p, .slider-home p+.btn, li:after {
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}

li.current h3, li.current h3+p, li.current p+.btn, li.current:after {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.slider-home li:before {
    transition: 0.5s;
    top: -250px !important;
}

li.current:before {
    transition-delay: 1s;
    transform: rotate(-90deg);
    top: -20px !important;
}

li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
    clip: rect(0, 0, 100vh, 0);
}

.slider-home aside {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    text-align: center;
    z-index: 10;
}

.slider-home aside a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    min-width: 8px;
    min-height: 8px;
    background-color: var(--white);
    margin: 0 0.2rem;
    transition: transform .3s;
}

a.current_dot {
    width: 30px !important;
    height: 8px;
    transform: scale(1.2);
    background: var(--bg-red) !important;
}

.img-abot {
    border-radius: 0px 30px;
}

.card-animate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-animate:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}



/* Highway Slider Container */
.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
}

/* Outer Wrapper that hides overflow */
.highway-barrier {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2.4px 3.2px;
}

/* Highway Lane - Row of cars */
.highway-lane {
    display: flex;
    height: 100%;
    align-items: flex-end;
    width: calc(250px * 16);
    /* 8 original + 8 duplicate = 16 */
    animation: translateinfinite 30s linear infinite;
}

/* Each car */
.highway-car {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #343434;
    font-size: 65px;
}

/* Gradient fade effect on sides */
.highway-barrier::before,
.highway-barrier::after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100px;
    height: 100%;
    top: 0;
}

.highway-barrier::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.highway-barrier::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Infinite sliding animation */
@keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 8));
    }
}

.slider-sarvice img {
    border-radius: 20px;
    margin-top: 0px;
    margin: 10px;
}

.slick-track {
    margin-left: calc(50vw - 210px);
}

.content {
    margin-right: calc((100% - 1400px) / 2);
    padding: 0 2rem
}

.counter-card {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    box-shadow: 0 0 3px #18067d;
    text-align: center;
    border: none;
    border-radius: 13px !important;
}


.card-icon {
    font-size: 30px;
    margin-bottom: 20px;
    background: red;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.bg-fix {
    background-image: url('../image/bg-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-chose {
    padding: 20px 0;
}

.slider-chose .card {
    margin: 0 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 16px;
}

.slider-chose .card:hover {
    transform: translateY(-5px);
}

.slick-arrow {
    background-color: #ff0000;
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease;
}

.slick-arrow:hover {
    background-color: var(--bg-main);
}

.pt-42 {
    padding-top: 42px;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    padding-top: 20px;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    list-style: none;
    padding: 0;
    gap: 10px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    transition: all 0.3s ease;
    font-size: 0px;
}

.slick-dots li button:before {
    content: none !important;
    display: none !important;

}

/* Active dot magic effect */
.slick-dots li.slick-active button {
    background: linear-gradient(135deg, #ff0000, #ff0d00);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.741);
    transform: scale(1.4);
    opacity: 1;
}


.custom-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    border-radius: 13px;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.custom-card img {
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
}

.custom-card:hover img {
    transform: scale(1.1);
}

.card-body-hidden {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
}

.custom-card:hover .card-body-hidden {
    transform: translateY(0);
}

.card-body-hidden h5,
.card-body-hidden p {
    margin: 0 0 10px;
}

.card-body-hidden a {
    color: #fff;
}

.card-body-hidden .btn {
    border-radius: 2rem;
}

.sab-head-bg {
    background-image: url(../image/home-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Red overlay + blur effect */
.sab-head-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, 0.326);
    /* red with transparency */
    backdrop-filter: blur(2px);
    z-index: 1;
}

/* Make sure content stays above the overlay */
.sab-head-bg>.container-fluid {
    position: relative;
    z-index: 2;
}




/* start testimonails */
.testim {
    background-image: url('../image/bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.testim h2 {
    color: var(--bg-main);
    font-size: 2rem;
    font-weight: bold;
}



/* endtestimonails */

/* ADVERTISERS SERVICE CARD start */
.pinterest-gallery {
    column-count: 3;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
}

.card {
    background-color: #f7fafd;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}


/* ADVERTISERS SERVICE CARD ENDED */

.pagination .page-link {
    color: #ffffff;
    /* Text color */
    background-color: var(--bg-main);
    /* Default background */
    border-color: #007bff;
    /* Border color */
}

.pagination .page-link:hover {
    color: #ffffff;
    background-color: var(--bg-main);
    /* Hover background */
    border-color: #0056b3;
}

.blog-imgg {
    width: 110px;
    border-radius: 50%;
}

.w-150 {
    width: 150px;
}

.social-icon {
    background: red;
    padding: 4px 6px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}


.team-member {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 5%;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(13, 0, 255, 0.5);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.team-member:hover .overlay {
    opacity: 1;
}

.social-icons {
    display: flex;
    gap: 15px;
    z-index: 2;
}

.social-icons a {
    color: #fff;
    font-size: 22px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #ddd;
}



.contact-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 3px #18067d;
    transition: transform 0.3s ease-in-out;
}

.contact-info:hover {
    transform: scale(1.03);
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.contact-info-text h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-info-text span {
    display: block;
    font-size: 16px;
    color: #555;
}

/* Contact Page Form */
.contact-page-form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.contact-page-form h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

/* Input Fields */
.single-input-field input,
.single-input-field textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.single-input-field input:focus,
.single-input-field textarea:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.single-input-field textarea {
    height: 150px;
    resize: none;
}

/* Map Section */
.contact-page-map {
    border-radius: 10px;
    overflow: hidden;
}

.fab-car {
    width: 250px;
    height: auto;
    padding: 0px 20px;
}

/* ===== Mobile Offcanvas Menu Stylish Look ===== */

/* Stylish Mobile Offcanvas Menu */

.stylish-offcanvas {
    /* background: rgba(10, 10, 30, 0.95); */
    backdrop-filter: blur(12px);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.4);
    color: white;
}

.stylish-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1.2rem;
}

.stylish-body {
    padding: 1.2rem;
}

.stylish-close {
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    transition: 0.3s;
}

.stylish-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.stylish-link {
    color: white !important;
    font-weight: 500;
    padding: 0.6rem 1rem !important;
    border-radius: 6px;
    transition: background 0.3s;
}

.stylish-dropdown {
    background: rgba(31, 31, 56, 0.95);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.stylish-drop-item {
    color: white !important;
    font-weight: 400;
    padding: 0.6rem 1rem;
}

.stylish-drop-item:hover {
    background-color: rgba(255, 255, 255, 0.255);
    border-radius: 6px;
}

.icn-right {
    position: absolute;
    right: 0px;
    top: 13px;
}