/********** Template CSS **********/
:root {
    --primary: #e31e24;
    --secondary: #212121;
    --light: #F8F9FA;
    --dark: #000000;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    height: 1px;
    width: 2px;
    background-color: #d16438;
}

.text-custom {
    color: #d16438;
}

.text-blue {
    color: #e31e24;
}

/* Bootstrap 5 Primary Color Overrides */
:root {
    --bs-primary: #e31e24;
    --bs-primary-rgb: 227, 30, 36;
    --bs-link-color: #e31e24;
    --bs-link-hover-color: #b81519;
}
.btn-primary {
    background-color: #e31e24 !important;
    border-color: #e31e24 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #b81519 !important;
    border-color: #b81519 !important;
}
.btn-outline-primary {
    color: #e31e24 !important;
    border-color: #e31e24 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #e31e24 !important;
    color: #fff !important;
    border-color: #e31e24 !important;
}
.text-primary {
    color: #e31e24 !important;
}
.bg-primary {
    background-color: #e31e24 !important;
}
a {
    color: #e31e24;
}
a:hover {
    color: #b81519;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.bg-blue {
    background-color: #e31e24;
}

.bg-custom {
    background-color: #d16438;
}

.text-justify {
    text-align: justify;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    /* padding: 0 4.75rem; */
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/page-header.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/office-equipment-put-table.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/business-women-signature-document.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    height: 200px;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}


/* custom css applied */
.navbar-brand img {
    height: 60px;
}


/* .about-two__image-dots {
    width: 197px;
    height: 268px;
    position: absolute;
    top: 0%;
    left: calc(100% - 40px);
    background-image: url(../img/dot-pattern-1-2.png);
    background-position: 0 0;
    z-index: -1;
    overflow: hidden;
    animation: scale-up 0.4s alternate infinite ease-in;
}
.about-two-imag::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    border: 3px solid #f16101;
    border-radius: 50%;
    z-index: -1;
} */
.he-course {
    height: 506px;
}

.he-course p {
    text-align: center;
}

.course-name h3 {
    transition: 0.2s all;
    color: #e31e24;
    text-align: center;
}

.course-name h3:hover {
    color: #b81519;
}
.course-name h4 {
    transition: 0.2s all;
    color: #e31e24;
    text-align: center;
}

.course-name h4:hover {
    color: #b81519;
}

.course-see-more a {
    background-color: white;
    color: #000000;
    transition: 0.4s all;
}

.course-see-more a:hover {
    background-color: #e31e24;
    color: white;
    letter-spacing: 0.4px;
}

.rating {
    text-align: center;
    margin-top: -15px;
}

.rating .active {
    color: orange;
}

.reviews {
    text-align: center;
    color: #d16438;
}

.reviews span {
    margin-right: 5px;
}

.reviews a {
    color: #d16438;
    text-decoration: underline;
    transition: 0.4s all;
}

.reviews a:hover {
    color: #b81519;
}

.admin {
    margin-bottom: 20px;
    background-color: #d16438;
    color: white;
    text-align: center;
}

.image-key {
    margin: 10px auto;
}

.image-key img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    object-fit: cover;
}

.footer-logo img {
    background-color: white;
    width: 150px;
}

.card {
    background-color: #e31e24;
    color: white;
    border-radius: 30px;
}

.login-image img {
    width: 100%;
    height: 300px;

    object-fit: contain;
}

.other a {
    color: #d16438;
}

.test-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px 0px 0 30px;
}

.test-admin {
    background-color: #e31e24;
    color: white;
    width: 40%;
    padding: 6px;
    border-radius: 20px;
}

.content {
    height: 300px;
    overflow-y: scroll;
}

.overview-main {
    background-color: #e31e24;
    color: white;
    padding: 6px;
    align-items: center;
}

.overview-main h3 {
    align-items: center;
    color: white;
    font-size: 20px;
}

.overview p {
    text-align: justify;
    color: #000000;
    margin: 10px;
}

.try-demotest a {
    transition: 0.4s all ease;
}

.try-demotest a:hover {
    background-color: #b81519;
}

.buy-now {
    background-color: green;
    padding: 10px;
    border-radius: 10px;
    transition: 0.4s all ease;
}

.buy-now a h4 {
    color: white;
    text-align: center;
}

.buy-now a p {
    color: white;
    text-align: center;
}

.price {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: -10px;
}

.buy-now:hover {
    background-color: #FF4917;
}

.author-comment-link {
    font-size: 14px;
    font-weight: bold;
}

.custom-form .form-control,
.input-group-file {
    background-color: #f0f8ff;
    box-shadow: none;
    border: 0;
    color: #717275;
    margin-bottom: 24px;
    padding-top: 13px;
    padding-bottom: 13px;
    outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
    border-color: black;
}

.custom-form label {
    margin-bottom: 10px;
}

.custom-form .form-check-group {
    margin-bottom: 20px;
}

.avatar-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.add-a-review {
    margin: 30px 0 0 0;
    text-transform: uppercase;
}

.author-comment {
    font-weight: 600;
}

.rating-add {
    margin-top: 10px;
    margin-bottom: 10px;
}

.star {
    font-size: 27px;
    cursor: pointer;
}

.star.active {
    color: gold;
    /* Change to desired color */
}

.rating1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}
.rating1>label {
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #ffd600;
    cursor: pointer;
}
.rating1>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}
.rating1>input:checked~label:before {
    opacity: 1;
}
.paper-name {
    background-color: #e31e24;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.coupon-code-input {
    padding: 5px;
    background-color: #EDF1FC;
    border: none;
    outline: none;

}

.coupon-code-buttton {
    border: none !important;
    background-color: green;
    color: white;
    padding: 5px;

}


.address-info{
    background: gainsboro;
    padding: 20px;
    color: black;
    border-radius: 20px;
    height:500px;
    margin-bottom:30px;
}

.tab-container {
    display: flex;
    flex-direction: column;
}

.tabs {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.tablinks {
    background-color: #f2f2f2;
    color: #000;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.tablinks.active {
    background-color: #d16438;
    color: white;
    font-weight: bold;
}

.tabcontent {
    -webkit-box-shadow: 0px -4px 37px -2px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px -4px 37px -2px rgba(0, 0, 0, 0.51);
    box-shadow: 0px -4px 37px -2px rgba(0, 0, 0, 0.51);
    display: none;
    padding: 20px 20px;
    overflow: scroll;
    scroll-snap-align: center;
    scroll-snap-type: x;
}

.tabcontent.active {
    display: block;

}

.tabcontent h3 {
    margin-top: 0;
}

.address-info div {
    font-size: 18px;

    padding: 10px;

    gap: 5px;
}

/*.buttons-admin button:nth-child(1) {*/
/*    border: none;*/
/*    background-color: #052878;*/
/*    color: white;*/
/*    padding: 5px 20px;*/
/*}*/

/*.buttons-admin button:nth-child(2) {*/
/*    border: none;*/
/*    background-color: red;*/
/*    color: white;*/
/*    padding: 5px 20px;*/
/*}*/

/*.buttons-admin a:nth-child(3) {*/
/*    border: none;*/
/*    background-color: green;*/
/*    color: white;*/
/*    padding: 8px 20px;*/
/*}*/

.text-muted {
    color: #6c757d !important;
}
.invoice{
    background-color: orange;
    /* padding: 5px 1px; */
    display: flex;
    text-align: center;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition:0.4s all;
}
.invoice:hover{
    background-color: #b81519;
}
.gst-dis {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.gst-dis li {
    width: 100%;

    margin-bottom: 5px;

    border: 1px #ddd dashed;
    padding: 10px;
    background-color: #fcfcfc;
}

.gst-dis li div {
    display: flex;
    justify-content: space-between;
}

.chekout-section {
    width: 100%;
    display: block;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.checkout-section .block-content {
    width: 100%;
    display: block;
    padding: 15px;
}

.addresslist {
    width: 100%;
    margin: 0;
    padding: 10px;
    list-style: none;
 
    display: flex;
  
    flex-wrap: wrap;

}

.addresslist li {

    width: 50%;
    float: left;
    padding: 15px;
 
    display: flex;

}
.addresslist li .addressblock{
    background-color: #F6F7F8;
    width: 100%;
    height: 100%;
    padding: 15px 30px 10px 15px;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.check-style {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.check-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-style .checkblock {
    position: absolute;
    bottom: 3px;
    top: 6px;
    right: 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: 0.3 !important;
    background-color: #e31e24;
}
.check-style input:checked ~ .b-check {
    border: 2px solid #e31e24;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.check-style .checkblock:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-style input:checked ~ .checkblock {
    opacity: 1 !important;
}
.addressblock .c-name{
    font-size: 15px;
    font-weight: bold;
color: #000;
    padding-bottom: 5px;
    position: relative;
    padding-left: 22px;
    font-family: "Roboto", "Helvetica Neue";
}
.addressblock .c-name i{
    position: absolute;
    top: 0;
    left: 0;
    color: #e31e24;
}

.edit-address{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #e31e24;
}

.custom-dia{
    margin-top: 8%;
}
.practice{
      background-color: orange;
 width:130px;
 border-radius:30px;
    display: flex;
    text-align: center;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition:0.4s all;
    color:white;
}
.practice:hover{
  background-color: #b81519;
  color:white;
}
.over-mob{
    overflow:hidden;
}
.proceed-to-checkout{
        border: none !important;
    background-color: green;
    color: white;
   transition:0.5s all;
}
.proceed-to-checkout:hover{

    background:orange;
    color:white;
}
@media screen and (min-width: 768px) {
    .tabs {
        flex-direction: column;
    }


}

.image-my img {
    background-color: white;
}

/*------floaing whatsappp button---*/
.whatsapp-chat {
    position: fixed;
    bottom: 100px;
    right: 38px;
    z-index: 1000;
}
.whatsapp-chat a {
    display: block;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background-color:#fff;
}
.whatsapp-chat img {
    width: 40px;
    height: 40px;
}

@media(max-width:767px) {
    .mobile-none {
        display: none;
    }

    .he-course {
        height: 600px;
    }

    .video {

        height: 500px;
    }

    .test-admin {
        width: 100%;
        margin-top: 5px;
    }
    .addresslist li {

        width: 100%;
        float: left;
        padding: 5px;
     
        display: flex;
    
    }

    .custom-dia {
        margin-top: 26%;
    }
        .main-content{
        margin-top:30px;
    }
    .over-mob{
    overflow-x:scroll;
}
}

/* Mega Menu Custom Styling */
.mega-dropdown .dropdown-menu {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: none !important;
}

.mega-dropdown .dropdown-header-custom {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 2px solid #f8f9fa;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.subcategory-links .dropdown-item {
    padding: 8px 12px !important;
    border-radius: 6px;
    margin-bottom: 2px;
    color: #555;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.subcategory-links .dropdown-item:hover {
    background-color: rgba(227, 30, 36, 0.05) !important;
    color: var(--primary) !important;
    padding-left: 18px !important;
}

.subcategory-links .dropdown-item i {
    font-size: 0.8rem;
    opacity: 0.5;
    transition: 0.3s;
    margin-right: 8px;
}

.subcategory-links .dropdown-item:hover i {
    opacity: 1;
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .mega-dropdown .dropdown-menu {
        transform: none;
        left: 0;
        width: 100%;
        min-width: auto !important;
        padding: 1.5rem !important;
        box-shadow: none !important;
    }
    
    .mega-dropdown .row {
        min-width: auto !important;
    }
    
    .mega-dropdown .col-lg-3 {
        margin-bottom: 1.5rem;
    }
}

/* Premium Minimalist Breadcrumb */
.breadcrumb-wrapper {
    background: transparent;
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.breadcrumb-modern {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

.breadcrumb-modern li {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #888;
    letter-spacing: 0.3px;
}

.breadcrumb-modern li a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}

.breadcrumb-modern li a:hover {
    color: var(--primary);
}

.breadcrumb-modern li i.separator {
    margin: 0 10px;
    font-size: 0.6rem;
    opacity: 0.3;
}

.breadcrumb-modern li.active {
    color: #212121;
    font-weight: 600;
}

/* Enhanced Cart Success Modal */
#cartSuccessModal .modal-content {
    border-radius: 24px !important;
    background: #fff;
}

.cart-success-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    position: relative;
}

.cart-success-icon-wrapper i {
    color: #28a745;
    font-size: 2.5rem;
}

.cart-success-icon-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #28a745;
    animation: pulse-success 2s infinite;
}

@keyframes pulse-success {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0; }
}

#cartSuccessModal h5 {
    font-size: 1.5rem;
    color: #1a1a1a;
}

#cartSuccessModal .btn-continue {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #495057;
    transition: all 0.3s;
}

#cartSuccessModal .btn-continue:hover {
    background: #e9ecef;
}

#cartSuccessModal .btn-view-cart {
    background: var(--primary);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.2);
    transition: all 0.3s;
}

#cartSuccessModal .btn-view-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(227, 30, 36, 0.3);
}

/* New Home Sections Styling */
.section-title-modern {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.section-title-modern::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
}

.why-choose-card {
    padding: 40px 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid transparent;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    border-color: rgba(227, 30, 36, 0.1);
    box-shadow: 0 20px 40px rgba(227, 30, 36, 0.1);
}

.icon-box-lg {
    width: 70px;
    height: 70px;
    background: rgba(227, 30, 36, 0.1);
    color: var(--primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
}

.step-card {
    text-align: center;
    position: relative;
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.step-card::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: dashed rgba(0,0,0,0.1);
    z-index: 1;
}

.step-card:last-child::after {
    display: none;
}

.btn-square {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
