.jatio-color {
    color: #ff6421 !important;
}

.jatio-bg-color {
    background-color: #FC692A !important;
    color: white;
}


/* ====================================================
    Nav Bar
=========================================================== */
.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;

}

.nav-link {
    position: relative;
    display: inline-block;
    color: white !important;
    font-weight: 500;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #FC692A;
    transition: width 0.3s ease;
    width: 0;
}

.nav-link:hover::after {
    width: 100%;
}

/* ========== Fullscreen Search Overlay ========== */
#searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

#searchOverlay.active {
    opacity: 1;
    visibility: visible;
}

#searchOverlay input {
    width: 60%;
    padding: 15px;
    font-size: 24px;
    border: none;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.5s ease;
}

#searchOverlay.active input {
    opacity: 1;
    transform: translateY(0);
}

#searchOverlay .close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* hambarg dark bg */

@media (max-width: 991.98px) {
    .navbar-collapse.show {
        background: rgba(0, 0, 0, 0.85);
        padding: 20px;
        border-radius: 10px;
    }

    .navbar-collapse.show .nav-link {
        color: white !important;
    }
}

/* ====================================================
Hero Image Slider
=========================================================== */

.hero-slider {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: zoomin 10s infinite alternate;

    filter: brightness(0.5);
    /* 0.5 means 50% light, darker look */
}

.hero-slider img.active {
    opacity: 1;
    z-index: 1;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.overlay-text {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(42, 42, 42, 0.455);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    z-index: 2;
}



.hero-section {
    position: relative;
    height: 100vh;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.549);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 100px 30px;
}

.hero-title {
    padding-top: 10%;
    font-size: 3.5rem !important;
    font-weight: bold;
}

.hero-title span {
    color: #FC692A;
}

.btn-orange {
    background-color: #FC692A;
    color: white;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 10px;
}

.btn-orange:hover {
    background-color: #FC692A;
}

.play-btn {
    border: 2px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.play-btn i {
    font-size: 20px;
    color: white;
}

.social-icons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-icons a {
    color: white;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: orange;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }
}

/* ====================================================
logo slide
=========================================================== */
.slider1-container {
    overflow: hidden;
    width: 100%;
    padding-left: 5%;
}

.slider1-track {
    display: flex;
    transition: transform 1s ease-in-out;
    will-change: transform;
}

.logo-item {

    flex: 0 0 25%;
    padding: 10px;
    filter: grayscale(100%) brightness(1);
    opacity: 0.4;
    transition: filter 0.3s ease;
}

@media (max-width: 576px) {
    .logo-item {
        flex: 0 0 100%;
    }
}


.logo-item:hover {
    filter: grayscale(1%) brightness(0.1);
    opacity: 1;
}

.logo-item img {
    width: 60%;
    height: auto;
    display: block;
}

/* ====================================================
        horizontally 4 ta div
=========================================================== */
.for-100vh {
    height: 100vh;
}

.left-image {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;


}

.top-content,
.bottom-content {
    background: white;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    text-align: center;
}


#special-section {
    position: relative;
    height: 100vh;

    margin-bottom: 60px;

    overflow: hidden;
    background: #111;
    color: white;
}

#special-section .shared-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#special-section .shared-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    user-select: none;
    filter: brightness(0.7);
}


#special-section .container-full.default-active~.shared-images .img-0 {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
}


#special-section .container-full.hover-0~.shared-images .img-0,
#special-section .container-full.hover-1~.shared-images .img-1,
#special-section .container-full.hover-2~.shared-images .img-2,
#special-section .container-full.hover-3~.shared-images .img-3 {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
}


#special-section .container-full {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

#special-section .panel {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgba(255 255 255 / 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    user-select: none;
    color: white;
    transition: background-color 0.3s ease;
}

#special-section .panel:last-child {
    border-right: none;
}

#special-section .panel:hover {
    background-color: rgba(255 255 255 / 0.15);
}


#special-section .label-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: #FC692A;
    color: white;
    text-align: center;
    line-height: 2.5rem;
    font-weight: 700;
    display: none;
    z-index: 20;
}


#special-section .container-full.hover-0 .panel-0 .label-hover,
#special-section .container-full.hover-1 .panel-1 .label-hover,
#special-section .container-full.hover-2 .panel-2 .label-hover,
#special-section .container-full.hover-3 .panel-3 .label-hover {
    display: block;
}

#special-section .panel {
    position: relative;

}

#special-section .label-static {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    color: white;
    font-weight: bold;
    font-size: 16px;
    pointer-events: none;
}


.orange-check {
    color: #FC692A;
    font-size: 1.2rem;
    margin-right: 10px;
}

.btn-orange {
    background-color: #FC692A;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #FC692A;
}


/* ====================================================
       Counter Number
=========================================================== */


.counter-section {
    padding: 80px 20px;
    background: #f6f6f6;
}

.counter-box {
    text-align: center;
    padding: 20px;
}

.counter-box img {
    height: 50px;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(50%) sepia(86%) saturate(747%) hue-rotate(343deg) brightness(100%) contrast(102%);
}

.counter-box h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.counter-box p {
    font-size: 16px;
    color: #666;
}

/* ====================================================
  count r prr peragraph
=========================================================== */

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease-in-out forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-outline-white {
    color: white;
    -webkit-text-stroke: 1.5px rgb(81, 81, 81);
    text-shadow: 0 0 0 rgb(0, 255, 195);
    padding-left: 20%;
}

/* ====================================================
    learn More cart
=========================================================== */

.full-cart-section {
    height: 100vh;
    padding-top: 10%;

}

.image-card {
    position: relative;
    border-radius: 70px;
    height: 100%;
}

.image-card img {
    width: 100%;
    height: 70vh;
    border-radius: 3%;


}

.overlay-card {
    position: absolute;
    top: -18%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 50vh;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    color: black;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
}

.overlay-card h5 {
    font-weight: bold;
}

.overlay-card a {
    color: #ff5722;
    font-weight: bold;
    text-decoration: none;
}

.overlay-card a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    .overlay-card {
        top: -20%;
    }

    .cart-parent-div {
        padding-top: 90%;
        min-height: 130vh;

    }

    .full-cart-section {
        min-height: 330vh !important;
    }
}

/* Mobile - already handled */
@media (max-width: 768px) {
    .overlay-card {
        top: -20%;
    }

    .cart-parent-div {
        padding-top: 90%;
        max-height: 50vh;
    }

    .full-cart-section {
        min-height: 330vh !important;
    }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .overlay-card {
        top: -10%;
    }

    .cart-parent-div {
        padding-top: 60%;
        max-height: 50vh;
    }

    .full-cart-section {
        min-height: 200vh !important;
    }
}





/* ====================================================
   Down  hero section 
=========================================================== */


.hero-section-down {
    background: linear-gradient(rgba(0, 0, 0, 0.509), rgba(0, 0, 0, 0.85)), url('../images/nav-2.webp') center/cover;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    border-radius: 20px;
    padding: 50px 20px;
}

.hero-section-down h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section-down p {
    font-size: 1.5rem;
    margin-top: 20px;
}

.hero-section-down .btn-orange {
    background-color: #FC692A;
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 1.2rem;
    margin-top: 30px;
    border-radius: 8px;
}

.btn-orange:hover {
    background-color: #c93c00;
}

@media (max-width: 576px) {
    .hero-section-down {
        min-height: 100vh;
        margin-top: 50% !important;
    }

}

@media (max-width: 768px) {
    .hero-section-down {
        min-height: 100vh;
    }
}

/* ====================================================
    price cart
=========================================================== */

:root {
    --pricecart-color: #FC692A;
    --sec-pricecart-color: #ff6e2f;
    --dark-color: #212529;
    --light-color: #f8f9fa;
}



.pricing-section {
    padding: 80px 0;
    background-color: white;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.section-header .subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--pricecart-color);
    margin-bottom: 20px;
}

.section-header p {
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}

.pricing-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 30px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pricing-header {
    background: linear-gradient(135deg, var(--pricecart-color), var(--sec-pricecart-color));
    color: white;
    padding: 30px 20px;
    text-align: center;
}

.pricing-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.pricing-period {
    font-size: 1rem;
    opacity: 0.8;
}

.pricing-body {
    padding: 30px;
    background-color: white;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #6c757d;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: var(--pricecart-color);
    margin-right: 10px;
}

.btn-pricing {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    background: linear-gradient(135deg, var(--pricecart-color), var(--sec-pricecart-color));
    border: none;
    color: white;
    transition: all 0.3s ease;
}

.btn-pricing:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(58, 134, 255, 0.4);
    color: white;
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .section-header .subtitle {
        font-size: 1.2rem;
    }

    .pricing-price {
        font-size: 2.5rem;
    }
}



/* ===============================================================
        testimonial
    ===================================================================== */
.main-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

.left-side {
    width: 60%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.right-side {
    width: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0.509), rgba(0, 0, 0, 0.85)), url('../images/nav-3.webp') center/cover;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3%;
}

.right-side h1 {
    font-size: 3rem;
    font-weight: 800;
}

.right-side p {
    font-size: 1.2rem;
    margin: 15px 0;
}

.testimonial-container {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    position: relative;
}

.testimonial-row {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    background-color: #ff671f;
    color: white;
    border-radius: 20px;
    padding: 30px;
    margin: 0 10px;
    width: 300px;
    flex-shrink: 0;
    text-align: center;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}




/* ===============================================================
            Chose us 
    ===================================================================== */

.highlight {
    color: #ff5c00;
    font-weight: bold;
}

.cta-btn {
    background-color: #ff5c00;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: white;
    transition: 0.3s;
}

.cta-btn:hover {
    background-color: #e04f00;
}

.feature-list li {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .image-section {
        margin-top: 2rem;
    }
}



/* ===============================================================
            Blog
    ===================================================================== */


.section-title {
    color: #ff5c00;
    font-weight: 600;
}

.btn-orange {
    background-color: #ff5c00;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    transition: 0.3s ease;
}

.btn-orange:hover {
    background-color: #e34a00;
}

.blog-category {
    color: #ff5c00;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog-card {
    border: none;
    border-radius: 10px;
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
}

.blog-title {
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: underline;
}

.read-more {
    color: #ff5c00;
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.blog-date {
    font-size: 0.85rem;
    color: gray;
}




/* ===============================================================
            Footer
    ===================================================================== */
.footer {

    background: linear-gradient(rgba(0, 0, 0, 0.866), rgba(0, 0, 0, 0.85)), url('../images/nav-1.webp') center/cover;
    padding: 60px 0 30px;
    color: #fff;
    margin-top: 10% !important;
    min-height: 60vh;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.footer a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: orange;
    text-decoration: underline;
}

.footer .contact-info i {
    color: orange;
    margin-right: 10px;
}

.social-icons-footer {
    display: flex;
    flex-direction: row;
    gap: 15px;

}

.footer .social-icons a {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #fff;
    background: #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: 0.4s;
}

.footer .social-icons a:hover {
    background-color: orange;
    color: white;
}

.footer hr {
    border-top: 1px solid rgba(128, 128, 128, 0.2);
}

.footer .copyright {
    text-align: left;
    padding-top: 20px;
    font-size: 14px;
    color: #ccc;
}


@media (max-width: 576px) {
    .footer {
        min-height: 100vh;
    }

}

@media (max-width: 768px) {
    .footer {
        min-height: 100vh;
    }
}

 

/* ================================================================================================================================================================================================================================================
About Page
================================================================================================================================================================================================================================================ */



/* ===============================================================
            Hero Section
    ===================================================================== */



.hero-section-about {
    background: url('../images/nav-3.webp') center center/cover no-repeat;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.hero-section-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-section-about>div {
    position: relative;
    z-index: 2;
}


/* ===============================================================
            About 
  3rd pera left-right(image&text)
    ===================================================================== */

.about-icon {
    color: orange;
}

.btn-orange {
    background-color: orange;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
}

.btn-orange:hover {
    background-color: #e69500;
    color: #fff;
}

.about-images img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .hero-section {
        height: 40vh;
    }

    .hero-section h1 {
        font-size: 2rem;
    }
}






/* ======================================
    about  
        Meet advantoure
============================================ 
 */





.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: 0.4s ease-in-out;
}

.team-card img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
}

.team-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.social-icons {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: #ff6600;
    font-size: 1.25rem;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fff;
}

.badge-vertical {
    position: absolute;
    right: 7%;
    top: 20%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: right center;
    background-color: transparent;
    color: white;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}