﻿:root {
    --bs-font-sans-serif: 'Poppins', sans-serif;
    --blue: #0089ca; /**/
    --dark-blue: #0079ca; /**/
    --gray: #909091; /**/
    --light-gray: #efefef; /**/
    --text-color-gray: #292f36; /**/
    --text-color-dark-gray: #292f36;
    --light-gray: #f2f2f2; /**/
    --light: #cce4f5; /**/
    --light-green: #31d7d9;
    --info: #0075ba;
    --warning: #f9aa0b;
    --white: #fff;
    --text-dark: #212529;
    --google: #ea4335;
    --facebook: #1877f2;
    --twitter: #1da1f2;
    --youtube: #ff0000;
    --linkedin: #0077b5;
    --pinterest: #e60023;
    --instagram: #e1306c;
    --yelp: #af0606;
    --sharecare: #1aba9c;
    --healthgrades: #0202ea;
    --covid-info-bg: #ffed76;
    --covid-info-color: #8a6d3b;
    --implants-gray-color: #808184;
    --guru-gray-color: #6d6e70;
    --screw-gray-color: #58595b;
    --gray-6c6c6c: #6c6c6c;
    --Carattere-font: 'Carattere', cursive;
}



*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}
/* unvisited link */
/*a:link {
    color: red;
}*/

/* visited link */
/*a:visited {
    color: green;
}*/

/* mouse over link */
/*a:hover {
    color: hotpink;
}*/

/* selected link */
/*a:active {
    color: blue;
}*/
.footer-tag a{
    color: var(--white);
    text-decoration: none !important;
}

    .footer-tag a:visited {
        color: var(--white);
        text-decoration: none !important;
    }
    .footer-tag a:hover {
        color: var(--black) !important;
        text-decoration: none !important;
    }
    .navbar {
        position: fixed;
        top: 12px;
        left: 20px;
        right: 20px;
        width: auto;
        background-color: var(--white);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        z-index: 1030;
        padding: 10px 20px;
        animation: slideDown 0.5s ease-in-out;
    }

/* Center and evenly space nav links */
.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }


.custom-navbar {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s ease-in-out;
}

    .custom-navbar.scrolled {
        background-color: rgba(0, 0, 0, 0.4);
    }

.dropdown-menu {
    transition: opacity 0.3s ease;
}

.dropdown-item {
    position: relative;
    transition: all 0.3s ease;
    color: var(--black) !important;
}

    .dropdown-item:hover {
        color: #007bff;
        transform: translateX(10px);
    }

    /* Add an underline effect with animation */
    .dropdown-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #007bff;
        transition: width 0.3s ease;
    }

    .dropdown-item:hover::after {
        width: 90%;
    }

.nav-link {
    padding: 30px;
}

.navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 3px;
    background-color: var(--white);
    display: block;
    position: relative;
}

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        background-color: var(--white);
        width: 30px;
        height: 3px;
        position: absolute;
        left: 0;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        top: 8px;
    }

.navbar-nav a {
    color: var(--white);
    font-size: 20px;
    padding: 15px;
}

.nav-link:hover {
    color: #d5d5d5;
}

.nav-pills .nav-link.active {
    background: none;
}



header{
    background-image:url("/img/learning.jpg"); 
    height:100vh;
    width:100% ;
   

}
.main-text{
    padding-top:300px;
    text-align:center;
    color:var(--white);
}
hr {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #31d8da;
    max-width: 100%;
    width: 10%;
    opacity:1 !important;
    margin: 0 auto;
}
.hori {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #31d8da;
    max-width: 100%;
    width: 10%;
    margin: 0 auto;
}

.roboto {
    font-family: "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;

}
.para {
    font-family: "Roboto Serif", serif;
    font-optical-sizing: auto;
    
    font-style: normal;
}

/*BUTTON*/

.btn {
    border: none;
    font-family: "Roboto Serif", serif;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 35px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
/* Button 6 */
.btn-6 {
    color: #fff;
    background: var(--light-green);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn-6:active {
        top: 2px;
    }


/* Button 6l */
.btn-6l {
    border: 4px double var(--white);
    border-radius: 60px;
}

    .btn-6l:hover {
        /*        background: transparent;*/
        background-color: var(--white);
        color: #226fbe;
        border: 4px double var(--light-green);
    }

.btn3 {
    border: none;
    font-family: "Roboto Serif", serif;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn3:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
/* Button 6 */
.btn3-6 {
    color: #fff;
    background: var(--light-green);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn3-6:active {
        top: 2px;
    }


/* Button 6l */
.btn3-6l {
    border: 4px double var(--white);
    border-radius: 60px;
}

    .btn3-6l:hover {
        /*        background: transparent;*/
        background-color: var(--white);
        color: #226fbe;
        border: 4px double var(--light-green);
    }

.btn4 {
    border: none;
    font-family: "Roboto Serif", serif;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn4:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
/* Button 6 */
.btn4-6 {
    color: #fff;
    background: var(--light-green);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn4-6:active {
        top: 2px;
    }

/*.btn2 {
    border: none;
    font-family: "Roboto Serif", serif;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn2:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }*/
/* Button 6 */
/*.btn2-6 {
    color: #fff;
    background: var(--light-green);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn2-6:active {
        top: 2px;
    }*/


/* Button 6l */
/*.btn2-6l {
    border: 4px double var(--white);
    border-radius: 60px;
}

    .btn2-6l:hover {*/
        /*        background: transparent;*/
        /*background-color: var(--white);
        color: #226fbe;
        border: 4px double var(--light-green);
    }*/
/*Intro Sec*/

/*.btn2 {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #28a745;*/ /* Default button color */
    /*border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
}

    .btn2::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #1c7430;*/ /* Hover color */
        /*transition: left 0.4s ease-in-out;
    }

    .btn2:hover::before {
        left: 0;
    }

    .btn2:hover {
        color: white;*/ /* Ensure text remains visible */
    /*}
.btn2-6l {
    border: 4px double var(--white);
    border-radius: 60px;
}

.btn2-6 {
    position: relative;
    z-index: 1;
}

    .btn2-6::before {
        z-index: -1;
    }

.image-hover-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .image-hover-container img {
        display: block;
        width: 300px;
        height: 200px;
        transition: transform 0.4s ease-in-out;
    }

    .image-hover-container::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);*/ /* Dark overlay effect */
        /*transition: top 0.4s ease-in-out;
    }

    .image-hover-container:hover::before {
        top: 0;
    }*/


/* Main container for hover effects */
.white-cont {
    position: relative;
    height: 550px;
    width: 300px;
    background-color: var(--light-green);
    margin: 0px !important;
    padding: 0px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: box-shadow 0.4s ease-in-out;
}

/* Apply hover effect to entire container */
.white-cont:hover {
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3);
}

/* Image container */
.image-hover-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Main image hover effect */
.image-hover-container img:first-child {
    display: block;
    width: 100%;
    height: 200px;
    transition: transform 0.4s ease-in-out;
}

/* Second image (if needed) */
.img-2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.4s ease-in-out;
}

/* Dark overlay effect on main image */
.image-hover-container::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: top 0.4s ease-in-out;
}

/* Button styling */
.btn2 {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #28a745;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
    z-index: 1;
}

    .btn2::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #1c7430;
        transition: left 0.4s ease-in-out;
        z-index: -1;
    }

/* Hover effects - apply when hovering over .white-cont */
.white-cont:hover .image-hover-container::before {
    top: 0;
}

.white-cont:hover .btn2::before {
    left: 0;
}

.white-cont:hover .btn2 {
    color: white;
    z-index: 1;
}

/* Hover effect on second image */
.white-cont:hover .img-2 {
    transform: scale(1.1);
}
.btn2-6l {
    border: 4px double var(--white);
    border-radius: 60px;
}

.g-text {
    color: var(--light-green);
    font-family: "Roboto Serif", serif;
    font-style: normal;
}

.para-text {
    color: var(--black);
    font-family: "Roboto Serif", serif;
    font-style: normal;
}
.head-text {
    color: var(--black);
    font-family: "Roboto Serif", serif;
    font-style: normal;
    font-size:40px;
}

.license-img{
    height:300px;
    width:300px;
}

/*.area {
    background-image: url("/img/area.jpg");
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px;
}*/

.area {
    background-image: url("/img/area.jpg");
    background-attachment: fixed;
    background-size: cover; /* Ensures background covers the entire area */
    background-position: center; /* Centers the background image */
    height: 100%; /* Full viewport height for a stable layout */
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center; /* Centers content vertically */
    justify-content: center; /* Centers content horizontally */
}

.caption {
    text-align: center;
    font-family: "Roboto Serif", serif;
}
#carouselExample{
    width:300px;
}

/*.video-container {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px !important;
    margin: 0px !important;
}*/
.video-container {
    position: relative;
    width: 100%;
    max-width: 600px; /* Limits the video width to prevent stretching */
    height: auto;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 auto; /* Centers the video container */
    display: flex;
    justify-content: center;
}

/*#front-screen-video {
    object-fit: cover;*/ /* Ensures the video fills the container proportionally */
    /*height: 100%;*/ /* Makes the video stretch to the full height of its container */
    /*width: 100%;
}*/
#front-screen-video {
    object-fit: cover; /* Ensures the video fills its container */
    width: 100%;
    height: auto; /* Maintains aspect ratio */
    max-height: 400px; /* Prevents excessive height on large screens */
}

.pad{
    padding-top: 10%;
}


/* Container for the owl carousel */
.owl-carousel .item {
    position: relative;
    overflow: hidden; /* Ensures the spark effect doesn't go out of bounds */
    border-radius: 8px;
}

    /* Spark effect on hover */
    .owl-carousel .item:hover::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 10%, transparent 30%);
        animation: spark 1s ease-out infinite;
    }

/* Spark animation keyframes */
@keyframes spark {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Optional: Add subtle transition effect to the images */
.owl-carousel .item img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.owl-carousel .item:hover img {
    transform: scale(1.05); /* Slight zoom effect */
    opacity: 0.9; /* Slight fade effect */
}

/* Styling for caption and text */
.caption {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}


.white-cont {
    height: 100%;
    width: 300px;
    background-color: var(--white);
    margin: 0px !important;
    color: var(--black);
    padding: 0px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
    /*    padding-bottom:20px;*/
}
    .white-cont:hover {
        height: 100%;
        width: 300px;
        background-color: var(--light-green);
        margin: 0px !important;
        padding: 0px;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
        transition: all ease 0.5s;
        /*    padding-bottom:20px;*/
    }

.img-2 {
    position: relative;
    top: -40px;
    left: 110px;
    border-radius: 100px;
}

.text {
    color: var(--white);
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-style: normal;
}
.text2 {
    color: var(--black);
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-style: normal;
}
.text3 {
    color: var(--black);
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-style: normal;
}

.text2:hover {
    color: var(--white);
    text-align: center;
    transition:all ease 0.5s;
}


/*We have Great Experience*/
/*.experience-section{
    background-color:var(--light-gray) !important;
    height:100%;
}*/
section.experience-section .image img {
    mix-blend-mode: var(--light-green);
    max-width: none;
    float: right;
}

section.experience-section .image .text {
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 95px;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.07));
    background-color: #ffffff;
    top: 35%;
    left: -212px;
    text-align: center;
    padding-top: 50px;
    font-size: 24px;
    line-height: 30px;
    color: #212121;
    font-weight: 400;
    font-style: italic;
}

section.experience-section .text-box h4 i {
    margin-right: 5px;
    color: var(--light-green);
}

#counter-box, #counter-box1 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #28a745, #0056b3);
    color: white;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    margin: 20px auto;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    position: relative;
    padding: 20px;
}

    /* Hover effect */
    #counter-box:hover, #counter-box1:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

/* Smooth Transition for the text */
#counter , #counter1 {
    transition: transform 1s ease-out;
}
/*Testimonials*/

/*.testimonials-section {
    background-image: url("https://html.tonatheme.com/2022/drvng/assets/images/background/bg-3.jpg")
}
.testimonials-block-one .inner-box {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    position: relative;
    padding: 60px;
    transition: .5s;
}


.testimonials-block-one {
    position: relative;
    margin-bottom: 30px;
}

    .testimonials-block-one .inner-box:before {
        position: absolute;
        content: '';
        left: 35px;
        bottom: 0;
        right: 35px;
        background-color: var(--theme-color);
        transition: .5s;
        height: 50px;
        border-radius: 10px;
        opacity: 0;
    }


    .testimonials-block-one .text {
        font-size: 18px;
        line-height: 36px;
        color: #737373;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .testimonials-block-one .author-info {
        position: relative;
        padding: 12px 0;
        padding-left: 92px;
    }

    .testimonials-block-one .inner-box:after {
        position: absolute;
        content: '';
        left: 30px;
        bottom: 0;
        right: 30px;
        background-color: #fff;
        transition: .5s;
        height: 50px;
    }*/

.container1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 60em;
    *zoom: 1
}

.grid-testimonials {
    overflow: hidden;
    padding-top: 3.125em
}

    .grid-testimonials li {
        float: left;
        list-style-type: none;
        padding-bottom: 3.125em
    }

    .grid-testimonials p {
        line-height: 1.5em;
        margin: 0
    }

.grid-testimonials-citation {
    color: #656262;
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    margin-top: 2em;
    text-transform: uppercase;
    text-align: center
}

/*.grid-testimonials li div {
    border: 10px solid #ebebeb;
    padding: 2.125em 7.638888888888889%;
    position: relative;
}*/

.grid-testimonials li div {
    border: 10px solid #ebebeb;
    padding: 2.125em 7.638888888888889%;
    position: relative;
    transition: border-color 0.3s ease; /* Smooth transition */
}

    .grid-testimonials li div:hover,
    .grid-testimonials .quote-arrow:hover {
        border-color: var(--light-green); /* Change border color on hover */
    }

        .grid-testimonials li div:hover .quote-arrow,
        .grid-testimonials .quote-arrow:hover {
            border-color: var(--light-green); /* Same color change as the container */
        }

/*FAQ*/

.appointment-section {
    background-color: #d8ebeb;
    height: 100%;
}
.grid-testimonials .quote-arrow {
    background: #fff;
    border-right: 10px solid #ebebeb;
    border-bottom: 10px solid #ebebeb;
    content: '';
    display: block;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.custom-accordion-btn::after {
    display: none !important;
}

/* Custom styling for the + / - icon */
.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon {
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.form-cont{
    background-color:var(--white);
    height:100%;
    width:100%;
}
.back {
    background-color: black;
    height: 100px;
    width: 100px;
}
.media{
    padding:35px;
}

.form-control {
    background-color: #cfcfcf;
    padding:10px;
    margin:1px;
}

.maps-section{
    height:100%;
    width:100%;
}
ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: var(--light-green);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}
.youtube-bg {
    background: #ff0033;
}
.printrest-bg {
    background: #e60023;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: var(--light-green);
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
    
}

    .footer-widget ul li a:hover {
        color: var(--light-green);
    }

    .footer-widget ul li a {
        color: #878787;
        text-transform: capitalize;
        text-decoration: none;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: var(--light-green);
        padding: 13px 20px;
        border: 1px solid var(--light-green);
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
    text-decoration:none;
}

    .copyright-text p a {
        color: var(--black);
        text-decoration: none;
    }
    .copyright-text p a:hover {
        color: var(--light-green);
        text-decoration: none;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: var(--light-green);
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
        text-decoration:none;
    }

.dancing {
    font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size:40px;
}
.area-pad {
    padding: 20%;
    
}
/*.main-logo{
    max-height:50px;
}*/
.about-img {
    background-image: url("/img/steering.jpg");
    height:30vh;
}


.our-team-section {
/*    background-color: #d8ebeb;*/
}



.image1 {
    border-radius: 100%;
}

/*.lower-content {
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 20px;
}
*/
.social-links {
    display: flex;
    justify-content: center;
    padding: 15px;
    ;
}

.team-block-one .lower-content {
    position: relative;
    padding: 50px 0 30px;
    background-image: url("https://html.tonatheme.com/2022/drvng/assets/images/shape/shape-5.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
    color: var(--light-green);
    background-color: var(--light-gray);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 -50px !important;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.fixedbutton-whatsapp {
    position: fixed;
    bottom: 130px;
    left: 10px;
    animation-name: shake;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    z-index: 9;
    background: var(--light-green) !important;
    border-color: var(--light-green) !important;
    border-radius: 12px 12px 12px 0px !important;
}

.fixedbutton-call {
    position: fixed;
    bottom: 50px;
    left: 10px;
    animation-name: shake;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    z-index: 9;
    background: var(--light-green) !important;
    border-color: var(--light-green) !important;
    border-radius: 12px 12px 12px 0px !important;
}
.fixedbutton-arrow {
    position: fixed;
    bottom: 50px;
    right: 10px;
    animation-name: shake;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    z-index: 9;
    background: var(--light-green) !important;
    border-color: var(--light-green) !important;
    border-radius: 12px 12px 12px 0px !important;
}

.breadcrumb-item a{
    color:var(--light-green);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--black);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--light-gray);
}
@keyframes shake {
    0% {
        box-shadow: 0 0 0px -3px #000000;
    }

    50% {
        box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
        transform: scale(1.15);
    }

    100% {
        box-shadow: 0 0 0px -3px #000000;
    }
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: var(--light-green);
}

.dropdown-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--light-green);
    transition: width 0.3s ease;
}
.nav-link:focus, .nav-link:hover {
    color: var(--light-green);
}

@media screen and (min-width: 50em) {
    .grid-testimonials li {
        margin-right: 5%;
        width: 30%
    }

        .grid-testimonials li:nth-child(3n) {
            margin-right: 0
        }
}


@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        gap: 10px;
    }

    .nav-link {
        font-size: 14px;
        padding: 6px 10px;
    }

    .navbar {
        top: 10px;
        left: 10px;
        right: 10px;
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .course-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Centers columns */
        gap: 15px; /* Adds space between elements */
    }

    .course-col {
        flex: 0 0 45%; /* Adjust width to prevent overlap */
        max-width: 45%;
    }

    .course-img {
        max-width: 100%; /* Make sure images are responsive */
        height: auto; /* Maintain aspect ratio */
    }

    .white-cont {
        width: 120%; /* Ensure content does not overflow */
        text-align: center; /* Keep text centered */
        padding: 15px;
    }

    .img-2 {
        max-width: 60%; /* Adjust secondary image size */
        height: auto;
        left: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {


    .img-2 {
        max-width: 60%; /* Adjust secondary image size */
        height: auto;
        left:0px;
    }
}
/*@media (max-width: 768px) {
    .area {
        padding: 10px 0;
    }

    .video-container {
        max-width: 100%;
    }

    #front-screen-video {
        max-height: 300px;
    }
}*/