@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box !important;
    transition: ease all 0.3s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Baskervville SC', 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

/* Parallax Background Section */
.parallax-section {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/courthouse.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    height: 85vh;
    display: flex;
}

.parallax-section h1,
.parallax-section h3 {
    font-family: 'Baskervville SC', 'Poppins', sans-serif;
    margin: auto;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    margin: 0
}

/* Responsive font sizes for different headings */
h1 {
    font-size: clamp(1.5rem, 4vw + 1rem, 3rem);
}

h2 {
    font-size: clamp(1.25rem, 3vw + 1rem, 2.5rem);
}

h3 {
    font-size: clamp(1rem, 2.5vw + 1rem, 2rem);
}

h4 {
    font-size: clamp(0.875rem, 2vw + 0.5rem, 1.75rem);
}

h5 {
    font-size: clamp(0.75rem, 1.5vw + 0.5rem, 1.5rem);
}

h6 {
    font-size: clamp(0.625rem, 1vw + 0.5rem, 1.25rem);
}


*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12pt;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    padding-top: 150px;
    width: 100%;
}

.header_section .container-fluid {
    width: 100%;
    z-index: 999;
}

.header_section nav {
    padding: 10px 20px;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .85) !important;
    box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.1);
}

#language_switcher {
    margin: 0 0 5px;
}

#language_switcher a{
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    color: #3498db;
    padding: 10px 15px;
    border: 2px solid #3498db;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

#language_switcher a:hover {
    background-color: #3498db;
    color: #fff !important;
    border-color: #3498db;
}

.header_bg {
    background: transparent;
    border-bottom: 1px solid #ffffff;
}

/*.bg-light {
    background-color: transparent !important;
}*/

.mr-auto,
.mx-auto {
    text-align: center;
}

/*.ml-auto,
.mx-auto {
    margin: 0 auto;
}*/

a.navbar-brand h1 {
    margin-top: 10px;
    color: #030453;
    font-size: 28pt;
    text-align: center;
    border-bottom: 1px solid #030453;
    line-height: .4;
}

a.navbar-brand h3 {
    color: #030453;
    font-size: 16pt;
    text-align: center;
}

/* Navbar styles when scrolled */
.header_section nav.scrolled {
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 2px 6px 10px rgba(0, 0, 0, 0.2);
}

/* Navbar-brand styles when scrolled */
.header_section nav.scrolled a.navbar-brand h1 {
    font-size: 24pt;
}

.header_section nav.scrolled a.navbar-brand h3 {
    font-size: 14pt;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 5px;
    font-size: 12pt;
    color: #030453;
    margin: 0px 6px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3498db;
    border: 1px solid #3498db;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3498db;
    border: 1px solid #3498db;
}

.navbar-brand {
    margin: 10px 0 0;
}

.navbar {
    padding: 15px 15px;
    display: flex;
    gap: 5em;
}

.navbar-nav {
    align-items: flex-end;
    animation: fadeIn 1s ease-in-out forwards;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link:hover {
    color: #3498db;
    font-weight: 700;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:hover {
    background-color: #3498db;
    color: #fff;
}

/* header section end */

/* banner section start */

.banner_section {
    background-color: rgba(225, 225, 225, 0.8);
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    min-height: 60vh;
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
    text-align: center;
    /* Center align all text */
}

.banner_taital_main {
    padding: 0 20px;
}

.banner_taital {
    color: #030453;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

.banner_text {
    font-size: 14pt;
    font-weight: 500;
    color: #030453;
    margin: 0 auto 20px;
    max-width: 800px;
    line-height: 1.6;
}

.button_group {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.started_bt,
.readmore_btn {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.started_bt a,
.readmore_btn a {
    padding: 12px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #3498db;
    text-transform: capitalize;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.started_bt a:hover,
.readmore_btn a:hover {
    color: #030453;
    background-color: #ffffff;
}

.readmore_btn a {
    border: 1px solid #030453;
    color: #030453;
    background-color: transparent;
    text-transform: uppercase;
}

.readmore_btn.active a {
    background-color: #ffffff;
    text-transform: capitalize;
}

.banner_img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    animation: slideUp 1s ease-in-out;
}

.banner_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 300px;
}

#banner_slider a.carousel-control-prev {
    left: initial;
    top: 180px;
    right: -14px;
    color: #ffffff;
    background-color: #030453;
}

#banner_slider a.carousel-control-next {
    right: -14px;
    top: 120px;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #0077b6;
    opacity: 1;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #023e8a;
    background-color: rgba(255, 255, 255, .65);
}

.box_section {
    width: 100%;
    float: left;
    position: relative;
    top: -30px;
}

.online_box {
    width: 100%;
    display: flex;
}

.online_box_left {
    width: 100%;
    float: left;
    background-color: #fefefd;
    height: 110px;
    padding: 30px 10px 30px 30px;
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0 2px 0 2px #0077b6;
}

.online_box_main {
    width: 100%;
    display: flex;
}

.box_left {
    width: auto;
}

.box_right {
    width: 70%;
    padding-left: 20px;
}

.right_arrow {
    width: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #0077b6;
    border-radius: 100%;
    text-align: center;
    padding: 7px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.book_text {
    width: 100%;
    font-size: 12pt;
    color: #0077b6;
    margin: 0px;
    font-weight: bold;
}

.appoinment_text {
    width: 100%;
    font-size: 16pt;
    color: #023e8a;
    font-weight: bold;
    padding-bottom: 0px;
}

.online_box_left:hover .right_arrow {
    background-color: #fff !important;
    color: #0077b6 !important;
}

.online_box_left:hover,
.online_box_left.active:hover {
    background-color: #023e8a;
    box-shadow: 0 2px 0 2px #023e8a;
}

.online_box_left:hover .book_text {
    color: #fff;
}

.online_box_left:hover .appoinment_text {
    color: #fff;
}


.online_box_left.active {
    background-color: #0077b6;
}

.online_box_left.active .book_text {
    color: #fff;
}

.online_box_left.active .appoinment_text {
    color: #fff;
}

.online_box_left.active .right_arrow {
    background-color: #fff;
    color: #0077b6;
}

.row {
    margin-left: 0;
}

.services_section {
    width: 100%;
    max-height: 120vh;
}

.services_section_2 {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px 0px 20px;
    margin-top: 0px;
    min-height: 40vh;
    max-height: 120vh;
}

.service-carousel {
    min-height: 40vh;
}

.corporate_text {
    width: 100%;
    float: left;
    color: #030453;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px;
}

p.chunks_text {
    width: 80%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #030453;
}

.readmore_button {
    width: 160px;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.readmore_button a {
    width: 160px;
    float: left;
    font-size: 12pt;
    font-weight: 600;
    color: #ffffff;
    background-color: #023e8a;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.service_box .house_icon .image_2 {
    display: none;
}

.service_box:hover {
    transform: translateX(20px);
    cursor: pointer;
}

.service_box:hover .house_icon .image_2 {
    display: block;
}

.service_box:hover .house_icon .image_1 {
    display: none;
}

.service_box:hover .corporate_text {
    color: #3498db;
}

.service_box:hover .readmore_button a {
    background-color: #3498db;
    color: #fff;
}

.service_box.active .corporate_text {
    color: #3498db;
}

.service_box.active .readmore_button a {
    background-color: #3498db;
    color: #fff;
}

#main_slider a.carousel-control-prev {
    left: 40px;
    top: 130px;
}

#main_slider a.carousel-control-next {
    right: 40px;
    top: 130px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #030453;
    opacity: 1;
    font-size: 16px;
    color: #ffffff;
    border-radius: 100px;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #030453;
    background-color: #3498db;
}

.training_section {
    background-color: #f9f8f5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    float: left;
    padding-bottom: 100px;
    padding-top: 0;
}

.training_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin: 40px 0 0;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.training_section_2 {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
}

.training_section_2 .row {
    justify-content: center;
}

.training_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 250px;
    padding: 30px 10px;
    box-shadow: 0px -3px 15px 0px;
}

.training_box .read_bt a {
    background-color: #3498db;
}

.training_box p {
    height: 50px;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.column {
    margin: 50px 0 0;
    padding: 0;
    box-shadow: 0px 10px 15px 0px;
}

.column:last-child {
    padding-bottom: 30px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.introduction_text {
    width: 100%;
    float: left;
    text-align: center;
    color: #030453;
    font-size: 20px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    background-color: #030453;
    margin-top: 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #030453;
    background-color: #3498db;
}

.read_bt.active a {
    color: #030453;
    background-color: #3498db;
}

.training_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.trainingLogo {
    max-width: 100%;
    width: 200px;
    transition: transform 0.3s ease;
}

.trainingLogo:hover {
    transform: scale(1.05);
}

.training-title {
    width: 100%;
    font-size: 36px;
    color: #030453;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.training-intro {
    width: 100%;
    color: #030453;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0;
}

.class-details-title {
    font-size: 28px;
    color: #030453;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.class-details-list {
    padding-left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #333;
}

/* Class Description */
.class-description-title {
    font-size: 28px;
    color: #030453;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.class-description {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

/* Training Content */
.training-content-title {
    font-size: 28px;
    color: #030453;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.training-content-list {
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
}

/* Sign-Up Form */
.signup-title {
    font-size: 28px;
    color: #030453;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
}

.signup-instructions {
    font-size: 18px;
    color: #333;
    padding: 10px 0;
}

.signup-form {
    width: 100%;
    margin-top: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: relative;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
}

.form-label {
    font-size: 16px;
    color: #030453;
    margin-bottom: 5px;
    display: block;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.submit-button {
    width: 100%;
    padding: 12px;
    background-color: #030453;
    color: #ffffff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #3498db;
    color: #030453;
}

/* Payment Information */
.payment-info-title {
    font-size: 28px;
    color: #030453;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.payment-info {
    font-size: 18px;
    color: #333;
}

/* Hover Effects */
.read_bt {
    width: 170px;
    margin: 30px auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    background-color: #030453;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    transition: background-color 0.3s ease;
}

.read_bt a:hover {
    background-color: #030453;
    color: #fff;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .training-title {
        font-size: 28px;
    }

    .training-intro,
    .class-description,
    .signup-instructions,
    .payment-info {
        font-size: 16px;
    }

    .signup-form {
        padding: 15px;
    }
}

/* about section start */

.about-page .header_section {
    padding-top: 120px;
}

.about_section {
    width: 100%;
    background: linear-gradient(#0077b6 60%, #3498db 90%);
    padding: 40px 0;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_text_main {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeUp 1s ease-in-out forwards;
}

.about_taital {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.about_text {
    font-size: 16px;
    color: #fefefd;
    margin: 0;
    text-align: center;
    line-height: 2;
    max-width: 800px;
}

.about_img {
    margin-top: 30px;
    text-align: center;
    animation: fadeIn 1.5s ease-in-out forwards;
}

.about_img img {
    box-shadow: 0px 2px 6px 6px rgba(225, 225, 225, 1);
    border-radius: 25%;
    background-color: #fff;
    background-blend-mode: color-dodge;
    width: 100%;
    max-width: 400px;
}

.readmore_bt {
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    font-size: 12pt;
    font-weight: 600;
    color: #030453;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.readmore_bt a:hover {
    background-color: #030453;
    color: #fff;
}

summary {
    display: flex;
    align-items: center;
    cursor: pointer;
}

summary h2 {
    margin: 0 auto;
    padding: 0.5rem;
}

details {
    margin-top: 1rem;
    border: 1px solid #ccc;
    padding: 0.75rem;
    border-radius: 0.25rem;
    width: inherit;
}

details ul li {
    border-bottom: 1px solid #ccc;
}

summary:hover,
summary:focus {
    background-color: #3498db;
    border: none;
    border-radius: 5px;
}

.practice_areas_section {
    background-image: url("/images/Nashville+Public+Square+Park.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 80px;
}

.practice_areas_section .row {
    background-color: #e9ecef8d;
    border-radius: 4px;
    padding: 20px;
}

.practice_areas_title {
    width: 100%;
    float: left;
    color: #030454;
    text-align: center;
    font-weight: 900 !important;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.practice_areas_description {
    color: #030453;
    font-weight: 600 !important;
}

.practice_area_card {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    height: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.practice_area_card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.practice_area_card_title {
    font-size: 1.5em;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.practice_area_button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 12pt;
    background-color: #030453;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

.practice_area_button:hover {
    background-color: #030453;
}

.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #030453;
    margin: 20px 0px 0px 0px;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 190px;
}

#my_slider a.carousel-control-next {
    right: 30px;
    top: 190px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #264653;
    opacity: 1;
    font-size: 18px;
    color: #ffffff;
    border-radius: 100%;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #030453;
    background-color: #FFCE04
}

/* Base Container Styling */
.mediation-content {
    font-family: 'Sen', Arial, sans-serif;
    color: #333;
    line-height: 1.8;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease-in-out forwards;
}

.mediation-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 1.5rem;
}

.mediation-content .subheading {
    font-size: 1.2rem;
    color: #3498db;
    text-align: center;
    margin-bottom: 1rem;
}

.mediation-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.mediation-content h3 {
    font-size: 1.8rem;
    color: #34495e;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
}

.mediation-content ul,
.mediation-content ol {
    margin-left: 2rem;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.mediation-content ul li,
.mediation-content ol li {
    margin-bottom: 0.75rem;
    position: relative;
}

.mediation-content a {
    color: #3498db;
    text-decoration: none;
}

.mediation-content a:hover {
    text-decoration: underline !important;
}

.contact-info {
    text-align: center;
    margin-top: 2rem;
}

.contact-info .contact-details {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.contact-info .contact-details li {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.contact-info a {
    font-weight: bold;
    color: #3498db;
}

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 120px;
    background-color: #f8f9fa;
    margin-top: -40px;
}

.contact_section .breadCrumb {
    margin-top: -140px;
    padding: 10px 20px;
    background-color: #030453e6;
    color: #f8f9fa;
    text-decoration: underline 1px;
    text-underline-offset: 10px;
    width: fit-content;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #030453;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
}

.contact_section_2 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.mail_section {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #7c7c7d;
    border-bottom: 1px solid #7c7c7d !important;
    background-color: transparent;
    padding: 14px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #7c7c7d;
}

.message-bt {
    color: #7c7c7d;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #7c7c7d;
    border-bottom: 1px solid #7c7c7d !important;
    background-color: transparent;
    padding: 20px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

textarea#comment::placeholder {
    color: #7c7c7d;
}

.send_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.send_bt {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #3498db;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fff;
    background-color: #030453;
}

.contact-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-info {
    background: #e9ecef;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}


.footer_section {
    width: 100%;
    float: left;
    background-color: #3498db;
    height: auto;
    padding: 30px 0 0;
}

.footer_logo {
    width: 100%;
    text-align: center;
}

.footer_logo a h1,
.footer_logo a h3 {
    color: #fff;
    border-color: #fff;
}

.social_icon {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 30px;
    color: #ffffff;
    padding: 0px 20px;
}

.social_icon li a {
    color: #ffffff;
}

.social_icon li a:hover {
    color: #030453;
}

.location_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
}

.location_text li a {
    float: left;
    font-size: 20px;
    color: #030453;
    margin: 0px 30px;
    background-color: #fff;
    padding: 12px 0px;
    border-radius: 100%;
    width: 60px;
    text-align: center;
}

.location_text li a:hover {
    color: #fff;
    background-color: #030453;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #3498db;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #3498db;
}

.margin_top90 {
    margin-top: 90px;
}

/* Animations */

@keyframes slideUpScroll {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-reveal {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.scroll-reveal.show {
    opacity: 1;
    visibility: visible;
    animation: slideUpScroll 1s ease-out forwards;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#google_translate_element select {
    background-color: #f0f0f0;
    color: #333;
    border: none;
    padding: 5px;
}
