﻿body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter, system-ui, -apple-system, "Helvetica Neue", Arial;
}

@media(max-width: 991px) {
}

/*#mainNav {
    background-color: transparent;
    transition: background-color 0.3s ease, padding 0.3s ease;
}

    #mainNav.scrolled {
        background-color: #4e5963;*/ /* Your desired color */
/*padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }*/

.scrolled {
    background: black !important;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #FF6600;
    --bs-btn-border-color: #FF6600;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FF6A2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FF6600;
    --bs-btn-disabled-border-color: #FF6600;
}



/*Media Query */

@media (min-width: 1281px) {
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .sidebar {
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar {
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
    }
    .navbar-brand img {
        width: 15% !important;
    }
  

    .logoDiv {
        /*display: flex !important;*/
        width: 100%;
    }

    .navbar-toggler {
        float: right !important;
    }

    .carousel-caption {
        width: 75% !important;
    }

    .footerCenterDiv{
        text-align:center !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar-brand img {
        width: 65% !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-brand img {
        width: 15% !important;
    }

    .sidebar {
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
    }

    .top-includes {
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

        .top-includes li {
            display: inline-block;
        }

    .subscribe-form {
        flex-direction: column;
    }

    .subscribe-input, .subscribe-btn {
        border-radius: 50px;
        margin: 5px 0;
        width: 100%;
    }
    .carousel-inner {
        height: auto !important;
    }
    .dropdown-item {
        font-size: 14px !important;
        white-space:wrap;
    }

    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: 40px !important; /* place above the dropdown */
        left: 20px; /* adjust horizontally */
        border-width: 10px !important;
        border-style: solid;
        border-color: transparent transparent #d7d7d7 transparent;
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.05);
    }
    #Sectoin_FAQ {
        padding:40px 0px !important;
    }
    .foot_links{
        margin-bottom:10% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .navbar-brand img {
        width: 65px !important;
    }

    .sidebar {
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
    }
    .carousel-inner {
        height: auto !important;
    }

    .dropdown-item{
        font-size:9px !important;
    }
}


/*
footer
*/

:root {
    --footer-bg: #0f0f0f;
    --footer-panel: #1b1b1b;
    --bottom-bar: #3b3b3b;
    --muted: #b8b8b8;
    --accent: #d7d7d7;
}

.site-footer {
    background: var(--footer-bg);
    color: #fff;
    /* padding: 60px 0 0 0;*/
    padding: 0px;
}

    .site-footer .footer-top {
        padding: 25px 0 8px;
        border-bottom: 1px solid rgba(255,255,255,0.03);
    }

.footer-title {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e6e6e6;
    margin-bottom: 18px;
    font-weight: 600;
}

/* Left column (map) */
.map-thumb {
    width: 240px;
    height: 170px;
    background-size: cover;
    background-position: center;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset;
}

.contact-line {
    color: var(--muted);
    margin-top: 18px;
    font-size: 14px;
}

/* Center column */
.center-text p {
    color: var(--muted);
    margin-bottom: 10px;
    line-height: 1.7;
}

.center-text a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
}

/* Right column (subscribe) */
.social-icons a {
    color: #d6d6d6;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    opacity: 0.95;
}

.subscribe-input {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 40px;
    padding: 12px 18px;
    width: 100%;
    color: #fff;
    outline: none;
}

.subscribe-btn {
    margin-top: 12px;
    background: #a0a0a0;
    color: #111;
    border-radius: 22px;
    padding: 8px 22px;
    border: none;
    font-weight: 600;
}

/* Footer bottom nav */
.footer-bottom {
    background: var(--bottom-bar);
    padding: 18px 0;
    margin-top: 0;
    color: rgba(255,255,255,0.9);
}

    .footer-bottom .nav a {
        color: rgba(255,255,255,0.7);
        text-decoration: none;
        padding: 6px 12px;
        font-size: 14px;
        letter-spacing: .6px;
    }

.copyright {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.widget_search form, .widget_product_search form, .widget_mailchimp form {
    margin: 0px !important;
}


.subscribe-section {
    background: #111; /* dark background */
    padding: 15px;
    border-radius: 8px;
}

.subscribe-input {
    border: none;
    border-radius: 50px 0 0 50px;
    padding: 10px 20px;
    flex: 1;
    outline: none;
}

.subscribe-btn {
    border: none;
    background: #ff6600; /* Chess orange accent */
    color: white;
    padding: 0 20px;
    border-radius: 0 50px 50px 0;
    transition: background 0.3s ease;
}

    .subscribe-btn:hover {
        background: #e05500;
    }

.subscribe-form {
    display: flex;
    align-items: center;
}

.email-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email-input {
    background: transparent !important;
    border: 1px solid #999 !important;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    color: white !important;
    outline: none !important;
    font-size: 14px !important;
    width: 74% !important;
}

    .email-input::placeholder {
        color: #aaa;
    }

.email-submit {
    background: #999;
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 25%;
}

    .email-submit:hover {
        background: #FF6600; /* Optional hover effect with your brand color */
    }

/*----Section Carousel-----*/
.section_Carousel {
}
/*----Section FAQ-----*/
#Sectoin_FAQ {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    position: relative;
}

    #Sectoin_FAQ::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /*background: linear-gradient(330deg, #16c9f6 55%, #fff 0%);*/
        background: linear-gradient(337deg, rgba(255,255,255,0) 55%, #fff 0%), url('../../assets/img/FAQ_bg.jpg');
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

.accordion-button {
    padding: 0px 20px !important;
}


    .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color) !important;
        background-color: #9d9d9d !important;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #d1d1d1 !important;
    }


/*-----Contact Us------*/
.contactus {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    position: relative;
}

/*    .contactus::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(330deg, #16c9f6 55%, #fff 0%);
        z-index: -1;
    }
*/
.form-button button {
    border: 1px solid #b9a354;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #5c5a38;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    background: transparent;
}

    .form-button button:hover {
        color: #FF6600;
    }


form:hover .form-button button {
    background: #fff;
    color: #d2b200;
    box-shadow: 0 0 20px 0 rgb(210 210 210 / 53%);
    border: 1px solid #d2b200;
    transform: scale(1.1); /* Increase by 10% */
    transition: all 0.3s ease;
}

::placeholder {
    font-size: 0.85rem;
}

.headings {
    margin-bottom: 50px;
}


    .headings h3 {
        font-size: 1.5rem;
        font-weight: 600;
        text-transform: uppercase;
    }


.new_input_css {
    /* background-color: #efefef !important; */
    border: 1px solid #c9c9c9 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #5b5f66 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 32px !important;
    padding: 13px 25px !important;
    width: 100% !important;
    background: transparent !important;
    margin-bottom: 20px !important;
    letter-spacing: 4px !important;
}

    .new_input_css:focus {
        border: 1px solid #FF6600 !important;
    }

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*----Book Demo Modal----*/
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

/* Custom Modal Style */
.custom-modal {
    /* background: linear-gradient(145deg, #888888, #000000);*/
    background-color: #fff9ef !important;
    color: white;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 30px rgba(255, 102, 0, 0.4);
    border: 1px solid #FF6600;
}

    /* Input Style */
    .custom-modal .form-control {
        background: transparent;
        border: 1px solid #FF6600;
        color: white;
        border-radius: 30px;
        padding: 10px 15px;
    }

        .custom-modal .form-control::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .custom-modal .form-control:focus {
            border-color: #ffd700;
            box-shadow: 0 0 10px #FF6600;
            background: transparent;
        }

    /* Button Style */
    .custom-modal .btn-warning {
        border-radius: 30px;
        font-size: 1.1rem;
        box-shadow: 0 0 10px #FF6600;
       /* transition: all 0.3s ease;*/
    }

        .custom-modal .btn-warning:hover {
            background-color: #FF6600;
            color: black;
            box-shadow: 0 0 20px #FF6600;
        }



.carousel-inner{
    height:100vh;
}


/*------Book Demo-------*/

.book_a_demoo {
    position: fixed;
    top: 210px;
    right: 0;
    padding: 0;
    z-index: 1055;
    background: #FF6600;
    border-radius: 16px 0 0 16px;
    height: 146px;
     overflow: hidden; 
    width: 50px;
}
.ani_rm01,
.ani_rm02 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
}

.book_a_demoo a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 21px;
    white-space: nowrap;
    letter-spacing: 0.08em;
    color: #fff;
    transform: rotate(-90deg) translateX(-20px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    height: 171px;
    width: 50px;
    text-transform: uppercase;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px; /* keep space for arrow */
}

.dropdown-item {
    color: black !important;
}

.dropdown-menu {
    position: absolute;
    margin-top: 6px !important;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    background-color: #d7d7d7 !important;
}

    /* Arrow */
    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -18px; /* place above the dropdown */
        left: 20px; /* adjust horizontally */
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #d7d7d7 transparent;
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.05);
    }

    /* Optional hover effect for dropdown items */
    .dropdown-menu .dropdown-item:hover {
        background: linear-gradient(135deg, #f0f0f0, #eaeaea);
        border-radius: 4px;
    }

#mainNav {
    transition: background-color 0.3s ease;
}

/*-----------WhatsApp Button*/
.body-whtsap {
    width: 50px;
    height: 50px;
    display: flex; /* center icon nicely */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    z-index: 999;
    background-color: #25d366; /* WhatsApp green */
    left: 15px; /* bottom-left corner */
    bottom: 15px;
    box-shadow: 5px 5px 15px 0 #00000045;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.body-whtsap:hover {
    transform: scale(1.1); /* little hover zoom */
}
/*-------Focus Area------------------*/
.focus-areas {
    margin-top: 40px;
    background-color: #f9f9f9;
    padding: 3em 0;
}

.section-title {
    font-weight: 700;
    font-size: 28px;
    color: #FF6600;
    margin-bottom: 30px;
}

.focus-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    min-height: 420px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .focus-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    }

.focus-icon {
    width: 60px;
    margin-bottom: 15px;
}

.focus-heading {
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
    color: #041E37;
}

.focus-card hr, .course-card hr {
    width: 50px;
    border: 1.5px solid #FF6600;
    margin: 15px auto;
}

.focus-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

/*------------Testimonials--------------------*/
.testimonials {
    background: #f9f9f9;
    padding: 50px 20px;
    text-align: center;
}

/*.section-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}*/

/* Horizontal scroll container */
.testimonial-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 15px;
}

    /* Hide scrollbar on WebKit browsers */
    .testimonial-scroll::-webkit-scrollbar {
        /*display: none;*/
    }

.testimonial-scroll {
    /*-ms-overflow-style: none;  IE/Edge 
    scrollbar-width: none; Firefox */
}

/* Individual cards */
.testimonial-card {
    min-width: 300px; /* wider for bigger messages */
    max-width: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 25px;
    text-align: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 12px;
    font-style: italic;
}


.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial-card span {
    font-size: 14px;
    color: #888;
}


/*------------Courses--------------*/
.courses-section {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
}

/*.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2d3e91;
    margin-bottom: 40px;
    position: relative;
}*/

    .section-title::after {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background: #FF6600;
        margin: 10px auto 0;
        border-radius: 2px;
    }

.courses-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.course-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

    .course-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.course-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.course-card h3 {
    font-size: 1.3rem;
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
}

.course-card ul {
    padding-left: 20px;
    margin: 15px 0;
    list-style: square;
    color: #444;
    font-size: 0.95rem;
}

/*.course-card hr {
    margin: 15px 0;
    border: none;
    height: 1px;
    background: #eee;
    width: 100%;
}*/

.course-card p {
    font-size: 0.9rem;
    color: #333;
    flex-grow: 1;
    margin-bottom: 20px;
}

.explore-btn {
    background: #FF6600;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

    .explore-btn:hover {
        background: #e08c14;
        color: white !important;
    }


.HeaderFix {
    position: sticky !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
    margin-bottom:1px !important;
}




/*Animation Effects*/
/*animation: auto-zoom 8s infinite alternate;*/
/*@keyframes auto-zoom {*/
    /* Start state: normal size */
    /*0% {
        transform: scale(1);
    }*/
    /* Halfway point: zoomed in */
    /*50% {
        transform: scale(1.2);*/ /* 20% larger than its original size */
    /*}*/
    /* End state: back to normal size */
    /*100% {
        transform: scale(1);
    }
}*/