:root {
    --primary-color: #d90303;
    --theme: #0794dd;
}

.d-red {
    color: var(--primary-color);
}

.s-blue {
    color: #0794dd;
}



/* button */
.about-wrapper-4 .about-content .bottom-item .theme-btn {
    background-color: #d90303;
}

.theme-btn,
.pricing-section-2 .section-title-area .nav .nav-item .nav-link {
    border-radius: 10px;
    padding: 16px 30px !important;
}

.pricing-section-2 .section-title-area .nav {
    border: none !important;
}

/* nav-top */

.nav-top {
    padding: 5px 0px;
}

.email {
    padding-right: 10px !important;
}

.social-wrapper-one li a i {
    margin-right: 10px;
}

.coin-wrapper {
    width: 100px;
    height: 100px;
    perspective: 1200px;
    perspective-origin: center center;   /* 🔑 lock perspective */
    margin: auto;
}

.coin {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;            /* 🔑 rotate from center */
    animation: coinRotate 8s linear infinite;
}

/* Coin faces */
.coin-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: 50%;
}

/* Images */
.coin-face img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    display: block;                       /* 🔑 prevent layout shift */
}

/* Back side */
.coin-face.back {
    transform: rotateY(180deg);
}

/* PURE IN-PLACE ROTATION */
@keyframes coinRotate {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@media(max-width:996px){
    .coin-wrapper{
        display: none !important;
    }
}

.logo a .re-width {
    width: 90px !important;
}

.logo a img {
    width: 300px;
}

.header-main .main-menu ul li {
    margin-inline-end: 19px !important;
}

.header-main .main-menu ul li a {
    font-size: 15px !important;
}

.header-main .main-menu ul li .submenu {
    min-width: 300px !important;
}

@media(min-width:767px) {
    .header-btn {
        display: none !important;
    }
}

.header-1.header-2 .header-main .header-right{
    gap: 0px !important;
}
.coin-face{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.coin-face img{
    width: 75px !important;
}

.header-1.header-2.header-3.header-4 .header-main{
    padding: 0px 0px !important;
}
/* hero */

.hero-2 .slider .swiper-slide .slide-inner::before {
    background: linear-gradient(99.69deg, #4A3F35 0%, rgb(74 63 53 / 42%) 35.75%, rgba(74, 63, 53, 0) 100%);
}

.radius-box img {
    width: 50px;
}

.hero-2 .horizontal-hero-content .radius-box {
    justify-content: center !important;
    max-width: 350px !important;
    border-radius: 80px !important;
}

/* first-desk */
.section-padding-40 {
    padding: 40px 0px;
}

.content h3 a {
    font-size: 20px !important;
}

.service-box-items .thumb::after,
.service-box-items .thumb::before {
    background-color: #fdd1d134 !important;
}

/* about */
.text-anim {
    font-size: 42px !important;
}

.section-title h2 span {
    font-weight: 700 !important;
}

/* vision */
.section-bg-3 {
    background-color: #fae5e5a9;
}

.pricing-wrapper-2 .pricing-box-items .pricing-header h2 {
    font-size: 60px !important;
}

.pricing-wrapper-2 .pricing-box-items .nexella-hover-bx {
    background: var(--primary-color);
}

.pricing-wrapper-2 .pricing-box-items .pricing-header h2 {
    color: var(--primary-color);
}

/* facilities */
.section-title p {
    max-width: 1000px !important;
    padding: 20px 0px 0px !important;
}

/* why choose */
.our-process-wrapper .our-process-box .icon i {
    font-size: 40px !important;
    color: #464545cb;
}

/* .d-size .swiper-slide{
    width: 380px !important;
} */


/* activities */

.top-items {
    height: 150px !important;
}

.testimonial-bg-box-item .bottom-item {
    background-color: var(--primary-color);
}

/* admission */
.text-anim-wei {
    font-weight: 900 !important;
}

.our-facilities-content .our-facilities-box-item {
    background-color: #ffffff !important;
}

.our-facilities-content .our-facilities-box-item::before {
    background-color: #6ac9f8;
}

.our-facilities-content .our-facilities-box-item .icon i {
    font-size: 56px !important;
    color: #f57171da;
}

/* gallery */
.horse-image-item .horse-image img {
    border-radius: 0px 40px 0px 40px;
}

.section-title h2 {
    color: var(--primary-color) !important;
}

/* footer */
.wid-title img {
    width: 350px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px;
}

.footer-section-2::before {
    background-color: var(--primary-color);
}

.footer-widget-wrapper-2 .single-footer-widget {
    margin-top: 0px !important;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-list li .div-1 a {
    text-transform: lowercase;
}

.footer-widget-wrapper-2 .single-footer-widget .wid-title h4 span,
.footer-widget-wrapper-2 .single-footer-widget .contact-list li i {
    color: #fff !important;
}

.footer-widget-wrapper-2 .single-footer-widget .list-area li:hover a {
    color: #fff !important;
}

/* copyright */
.footer-bottom-2 p {
    margin-top: 0px !important;
    margin-bottom: 70px !important;
}

.footer-bottom-2 {
    padding: 0px 0px 0px !important;
    border-top: 1px solid #fff !important;
}

.disc img {
    width: 50px !important;
}




@media(max-width:767px) {
    .logo a img {
        width: 324px;
    }

    .offcanvas__logo a img {
        width: 200px !important;
    }

    .nav-top {
        display: none;
    }

    .header-main .header-right .header-btn .sidebar__toggle.style-color {
        background-color: #0794dd !important;
    }

    /* admission */



    /* footer */
    .ps-5 {
        padding-left: 10px !important;
    }

    .footer-widget-wrapper-2 .single-footer-widget {
        margin-top: 20px !important;
    }

    .footer-bottom-2 p {
        margin-top: 10px !important;
    }
}


/* 90% screen */
.header-top-section-3::before {
    background-color: #d90303 !important;
}

.header-top-section-3 {
    background-color: #d90303;
}

.header-top-wrapper-3 .social-icon a {
    color: #fff !important;
    border: 1px solid #fff !important;
    margin-left: 10px;
}

.header-1.header-2.header-3.header-4,
.header-1.header-2.header-3.header-4 .header-main {
    background-color: #fff !important;
}

@media(min-width:1401px) {

    /* .horse-image-item.style-2{
margin-top: 0px !important;
} */
    .gallery {
        display: none !important;
    }
}

/* Sticky Bottom Bar */
.admission-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d9030380;
    z-index: 9999;
    overflow: hidden;
    padding: 3px 0;
}

/* Marquee wrapper */
.marquee {
    overflow: hidden;
    white-space: nowrap;
}

/* Scrolling content */
.marquee-content {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding-left: 100%;
    animation: marquee-scroll 18s linear infinite;
}

/* Text */
.marquee-content span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* Button */
.admission-btn {
    background: #fff;
    color: #8b1c1c;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.admission-btn:hover {
    background: #f2f2f2;
}

/* Animation */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Prevent content overlap */
body {
    padding-bottom: 60px;
}