/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:lang(ar) body,
:lang(ar) body * {
    font-family: 'Cairo', sans-serif !important;
} */

@import url('https://fonts.googleapis.com/css2?family=Kanit: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');

:root {
    --main-font: "Kanit", sans-serif;
    --heading-color: #20222A;
    --paragaph-color: #666666;
    --paragraph-banner: #62676E;
    --primery-color: #49635C;
    --white-color: #fff;
    --black-color: #000;
    --footer-bg: #002741;
}

a {
    text-decoration: none;
}

html {
    overflow-x: hidden !important;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: var(--main-font) !important;
}


/* navbar */

.navbar {
    transition: 900ms;
    padding: 20px 0px;
}

.navbar-brand img {
    width: 163px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white-color);
    font-size: 18px;
    padding-left: 28px !important;
    font-weight: 300;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #D1F17A !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #D1F17A !important;
}

.main-nav {
    backdrop-filter: blur(46.20000076293945px);
    background: rgba(73, 99, 92, 0.54);
    padding: 12px 0px;
    margin-top: 0px;
    color: #000 !important;
}

.nav-tabs.nav-link:focus,
.nav-link:hover {
    color: var(--primery-color) !important;
}

.nav-tabs.nav-link:focus,
.nav-link:focus {
    color: var(--primery-color) !important;
}

/* close navabar */

/* Join community form popup */
.popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    /* Green color */
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    z-index: 9999;
}

.popup p {
    margin: 0;
}

.popup button {
    background: #fff;
    color: #28a745;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.popup button:hover {
    background: #f1f1f1;
}

.inp-text2 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* pagination */

.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 0;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.pagination a.disabled {
    background-color: #e0e0e0;
    color: #a0a0a0;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination a:hover:not(.disabled) {
    background-color: #45a049;
    color: white;
}

.pagination a:hover.active {
    background-color: #4CAF50;
    color: white;
}

/* banner */


.img-banner-width img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-info {
    width: 50%;
    height: auto;
    transform: translate(0%, -50%);
    top: 48%;
    left: 7%;
    position: absolute;
}

.banner-info h1 {
    font-weight: 500;
    font-size: 73px;
    color: var(--white-color);
    line-height: 86px;
}

.data-box {
    margin-right: 35px;
    margin-top: 20px;
}

.data-box h3 {
    font-weight: 400;
    font-size: 24px;
    color: var(--white-color);
}

.data-box h5 {
    font-weight: 300;
    font-size: 12px;
    color: var(--white-color);
    line-height: 5px;
}

.owl-banner .owl-nav {
    display: none !important;
}

.owl-banner .owl-dots,
.owl-banner .owl-nav {
    display: none;
}

.mountain-align {
    margin-top: 30px;
}

.mountain-info img {
    margin-right: 10px;
}

.mountain-info h5 {
    font-weight: 400;
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 0px;
}

.mountain-icon {
    width: 45px !important;
    height: 24.17px !important;
}

.map-icon {
    width: 29.63px !important;
    height: 28.7px !important;
}

.space-line {
    margin: 0px 25px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
    height: 24px;
}

.button-white {
    padding: 11px 28px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--black-color);
    background-color: var(--white-color);
    border: none;
    border-radius: 9px;
    transition: 250ms;
}

.button-white:hover {
    background-color: var(--primery-color);
    color: var(--white-color);
}

.button-white-line {
    padding: 11px 28px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: 250ms;
    border-radius: 9px;
}

.button-white-line:hover {
    background-color: var(--primery-color);
    border-color: var(--primery-color);
}

.button-green {
    padding: 11px 28px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--primery-color);
    transition: 250ms;
    border-radius: 9px;
    border: 1px solid var(--primery-color);
}

.button-green:hover {
    background-color: transparent;
    color: var(--primery-color);
    border: 1px solid var(--primery-color);
}

.button-green-line {
    padding: 11px 28px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primery-color);
    background-color: transparent;
    transition: 250ms;
    border-radius: 9px;
    border: 1px solid var(--primery-color);
}

.button-green-line:hover {
    background-color: var(--primery-color);
    color: var(--white-color);
    border: 1px solid var(--primery-color);
}

.banner-buttons {
    margin-top: 50px;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    margin: 0px 18px;
}

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-right: 40px;
    color: #fff;
}

.input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 40px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.btn-search img {
    width: 30px;
}

.btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    font-weight: 500;
}

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.notification-switch img {
    width: 25px;
}

.notification-switch {
    position: relative;
    margin-right: 29px;
}

.notification-badge {
    width: 12px;
    height: 12px;
    background-color: #E42168;
    border-radius: 20px;
    position: absolute;
    top: 0px;
    left: 3px;
}

.language-btn {
    border: 1px solid var(--white-color);
    border-radius: 22px;
    padding: 4px 39px;
    background-color: transparent;
    font-weight: 300;
    font-size: 20px;
    color: var(--white-color);
    transition: 250ms;
}

.language-btn:hover {
    background-color: var(--white-color);
    color: var(--heading-color);
}

/* banner close */



@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1459px !important;
    }
}

.common-space {
    margin-top: 110px;
}

.common-space2 {
    margin-top: 140px;
}

.min-heading {
    font-weight: 500;
    font-size: 40px;
    color: var(--black-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #2d482d;
    color: var(--primery-color);
}

.nav-tabs .nav-link {
    border: none;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--paragaph-color);
}

.count-bdge {
    border-radius: 32px;
    padding: 8px !important;
    width: 33px;
    height: 32px;
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: var(--primery-color);
    line-height: 15px;
}

.tab-view {
    margin-top: 17px;
}

.btn-filter {
    background-color: transparent;
    outline: none;
    font-weight: 300;
    font-size: 18px;
    color: var(--white-color);
    border: none;
    padding: 0px;
}

.btn-filter:hover {
    color: var(--white-color);
}

.btn-filter:active {
    color: var(--white-color);
}

.btn-filter .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--white-color);
}

thead th {
    background-color: var(--primery-color) !important;
    padding: 10px 21px !important;
}

.table-group-divider {
    border: none;
}

.table-align {
    margin-top: 30px;
}

.mountain-name img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.mountain-name p {
    font-weight: 300;
    font-size: 16px;
    color: #3c3c3c;
    margin: 0px;
    padding-left: 10px;
}

.table-p-content {
    font-weight: 300;
    font-size: 16px;
    color: #3c3c3c;
    margin: 0px;
}

th,
td {
    vertical-align: middle;
    border-color: #D3D3D3;
    padding: 10px 21px !important;
}

.climbers-profile img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 30px;
    border: 2.5px solid var(--white-color);
    margin-left: -15px;
}

.climber-count {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    border: 2.5px solid var(--white-color);
    margin-left: -15px;
    background-color: var(--primery-color);
}

.climber-count p {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.view-detail {
    border: 1px solid #ebebeb;
    border-radius: 22px;
    width: 181px;
    height: 42px;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    color: var(--black-color);
    transition: 250ms;
    float: right;
}

.view-detail i {
    padding-left: 9px;
}

.view-detail:hover {
    background-color: var(--primery-color);
    color: var(--white-color);
}

.view-tab-main {
    border: 1px solid #ebebeb;
    border-radius: 22px;
    width: 181px;
    height: 42px;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    transition: 250ms;
    float: right;
}

.view-tab-main:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

table {
    border: 1px solid #D3D3D3;
}

.climbers-profile {
    margin-left: 13px;
}

.table-name {

    font-weight: 300;
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 0px;
}

.img-achivment {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.achive-box {
    min-height: auto;
    width: 100%;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.07);
    padding: 20px 20px 25px;
    border: 1px solid #ebebeb;
}

.achive-box h2 {
    font-weight: 400;
    font-size: 23px;
    color: var(--black-color);
    margin-bottom: 8px;
}

.profile-info img {
    width: 30px !important;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
}

.profile-info,
.name-info,
.location-info {
    margin-top: 4px;
}

.profile-info p {
    font-size: 16px;
    font-weight: 300;
    color: var(--paragaph-color);
    margin-bottom: 0px !important;
    padding-left: 14px;
}

.name-info p {
    font-size: 16px;
    font-weight: 300;
    color: var(--paragaph-color);
    margin-bottom: 0px !important;
    padding-left: 14px;
}

.location-info p {
    font-size: 16px;
    font-weight: 300;
    color: var(--paragaph-color);
    margin-bottom: 0px !important;
    padding-left: 14px;
}

.name-info img {
    width: 30px !important;
    object-fit: cover;
    border-radius: 50px;
}

.location-info img {
    width: 30px !important;
    object-fit: cover;
    border-radius: 50px;
}

.owl-achivments {
    margin-top: 40px;
}

.home-about-bg {
    background-image: url(../images/home-about.jpg);
    min-height: 1030px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.home-about-bg h4 {
    font-weight: 400;
    font-size: 30px;
    color: var(--paragaph-color);
    text-align: center;
    margin-top: 110PX;
}

.home-about-bg h2 {
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black-color);
    margin-top: 20px;
    line-height: 55px;
}

.home-about-bg P {
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    color: var(--paragaph-color);
    width: 70%;
    margin: 30px auto 0px;
    line-height: 30px;
}

.btn-center {
    margin: auto;
    display: block;
}

.footer {
    width: 100%;
    min-height: auto;
    background-color: var(--footer-bg);
}

.footer-logo {
    margin-top: 50px;
}

.footer-logo img {
    width: 168px;
}

.social-links li {
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    list-style: none !important;
    display: inline;
    margin-left: 42px;
}

.social-links li i {
    font-size: 20px;
    padding-right: 10px;
}

.social-links {
    padding: 0px;
    margin: 50px 0px 0px;
    float: right;
    transition: 250ms;

}

.social-links a {
    color: var(--white-color);
    text-decoration: none;
}

.social-links li a:hover {
    color: #D1F17A;
}

.footer-top {
    margin-top: 70px;
}

.footer-line {
    background-color: #103853;
    width: 100%;
    height: 1px;
    margin-top: 50px;
}

.get-in-column {
    border-right: 1px solid #103853;
}

.get-in-column h2 {
    font-weight: 400;
    font-size: 62px;
    color: var(--white-color);
    margin-top: 70px;
}

.get-in-column h2 span {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #59ba89;
}

.contact-footer-text {
    padding: 0px;
    margin-top: 80px;
    margin-bottom: 110px;
}

.contact-footer-text li {
    border: 1px solid #103853;
    border-radius: 55px;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    list-style: none;
    display: inline;
    transition: 255ms;
    margin-right: 12px;
}

.contact-footer-text li a {
    color: var(--white-color);
    text-decoration: none;
}

.contact-footer-text li:hover {
    background-color: var(--primery-color);
}

.quik-links h2 {
    font-weight: 500;
    font-size: 17px;
    color: var(--white-color);
    margin-top: 80px;
}

.quik-links-list {
    padding: 0px;
    margin-right: 45px;
    margin-top: 5px;
}

.quik-links-list li {
    font-weight: 300;
    font-size: 15px;
    list-style: none;
    color: var(--white-color);
    padding-top: 15px;
}

.quik-links-list li a {
    color: var(--white-color);
}

.quik-links-list li a:hover {
    color: #D1F17A;
}

.quik-links {
    padding: 0px 60px;
}

.copy-footer {
    background-color: #022d4a;
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-footer p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #cecece;
    margin-bottom: 0px;
}

.inner-bammer-mountain {
    /* background-image: url(../images/mountain-banner.jpg); */
    width: 100%;
    min-height: 444px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.inner-bammer-mountain h2 {
    font-weight: 500;
    font-size: 60px;
    color: var(--white-color);
    text-align: center;
}

.inner-bammer-climber {
    /* background-image: url(../images/banner-climber.jpg); */
    width: 100%;
    min-height: 444px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.inner-bammer-climber h2 {
    font-weight: 500;
    font-size: 60px;
    color: var(--white-color);
    text-align: center;
}

.inner-bammer-about {
    /* background-image: url(../images/about-banner.jpg); */
    width: 100%;
    min-height: 444px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.inner-bammer-about h2 {
    font-weight: 500;
    font-size: 60px;
    color: var(--white-color);
    text-align: center;
}

.about-brief h2 {
    font-weight: 400;
    font-size: 45px;
    color: var(--black-color);
}

.about-brief p {
    font-weight: 300;
    font-size: 18px;
    color: var(--paragaph-color);
    margin-top: 30px;
    line-height: 30px;
    width: 80%;
    margin: 30px auto 0px;
    display: block;
    text-align: center;
}

.climber-brif h2 {
    font-weight: 400 !important;
    font-size: 45px !important;
    color: var(--black-color);
    line-height: 57px;
}

.climber-brif p {
    font-weight: 300;
    font-size: 17px;
    color: var(--paragaph-color);
    line-height: 30px;
}

.mountain-img img {
    width: 100%;
    height: 433px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform .7s;
    /* Animation */
}

.mountain-img {
    overflow: hidden;
    border-radius: 20px;
    padding: 15px;
}

.mountain-img img:hover {
    transform: scale(1.2);
}

.mountain-images-section {
    margin-top: 70px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-weight: 300;
}

.pagination a.active {
    background-color: var(--primery-color);
    color: white;
    border: 1px solid var(--primery-color);
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.climber-image img {
    width: 100%;
}

.climber-brif h3 {
    font-weight: 400;
    font-size: 25px;
    color: var(--paragaph-color);
}

.climber-brif h3::after {
    position: absolute;
    content: "";
    background-color: var(--paragaph-color);
    width: 57px;
    height: 1px;
    margin-top: 17px;
    margin-left: 14px;
}

.about-area-column img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 35px;
}

.about-area-column {
    position: relative;
}

.round-logo {
    position: absolute;
    width: 200px !important;
    height: 200px !important;
    top: 30%;
    left: 34.5%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.image-vision-mission img {
    width: 100%;
    height: 500px;
    border-radius: 17px;
    object-fit: cover;
}

.footer-padding {
    margin-top: 120px;
}

.contact-area {
    margin: 0px 80px;
}

.email-box {
    display: flex;
    align-items: center;
}

.email-box img {
    width: 51px;
}

.email-box {
    margin-top: 35px;
}

.email-box h5 {
    font-weight: 400;
    font-size: 25px;
    color: #07192f;
    margin-left: 15px;
    margin-bottom: 0px;
}

.inp-text {
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    font-weight: 300;
    font-size: 16px;
    color: #6c757d;
    border: none;
    padding-left: 23px;
    margin-top: 35px;
}

.inp-text2 {
    width: 100%;
    height: 50px;
    background-color: #f7f7f7;
    font-weight: 300;
    font-size: 16px;
    color: #6c757d;
    border: none;
    padding-left: 23px;
    margin-top: 15px;
    padding-right: 15px;
}

.inp-textarea {
    width: 100%;
    height: 84px;
    background: #f7f7f7;
    font-weight: 300;
    font-size: 16px;
    color: #6c757d;
    border: none;
    padding-left: 23px;
    padding-top: 20px;
    margin-top: 35px;
}

.brudcrump {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 25px;

}

.brudcrump li {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white-color);
    list-style: none;
    display: inline;
}

.brudcrump li a {
    color: var(--white-color);
}

.brudcrump li i {
    margin: 0px 8px;
    font-size: 15px;
}

.mountain-name-info h2 {
    font-weight: 500;
    font-size: 38px;
    color: var(--black-color);
}

.mountain-name-info img {
    width: 30px;
}

.mountain-name-info p {
    font-weight: 400;
    font-size: 22px;
    color: #838c9d;
    margin-left: 7px;
    margin-bottom: 0px;
}

.mountain-data {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    min-width: 154px;
    min-height: 81px;
    padding: 0px 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 18px;
}

.mountain-data h2 {
    font-weight: 400;
    font-size: 28px;
    color: var(--black-color);
    margin-bottom: 0px;
}

.mountain-data p {
    font-weight: 300;
    font-size: 16px;
    color: var(--paragaph-color);
    margin-bottom: 0px;
}

.mountain-grid1 img {
    width: 100%;
    height: 512px;
    object-fit: cover;
    border-radius: 14px;
}

.mountain-grid2 {
    margin-bottom: 15px;
}

.mountain-grid2 img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 14px;
}

.grid-images {
    margin: 35px;
}

.mountain-grid2 video {
    width: 100%;
    height: 245px;
    border-radius: 14px;
    object-fit: cover;
}

.sticky {
    position: sticky;
    top: 0px;
    z-index: 9999;
    background-color: #ffff;
    height: 105px;
    display: flex;
    align-items: end;
}

.scroll-tab {
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb;
}

.scroll-tab li {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--paragaph-color);
    display: inline;
    list-style: none;
    margin-right: 30px;
}

.scroll-tab li a {
    color: var(--paragaph-color);
}

.scroll-tab a.active {
    color: var(--primery-color);
    border-bottom: 2px solid var(--primery-color);
    padding: 20px 0px;
}

.overview-section p {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: var(--paragaph-color);
    margin-top: 20px;
}

.overview-section {
    margin-top: 40px;
}

.box-info1 p {
    font-weight: 300;
    font-size: 18px;
    color: var(--paragaph-color);
    text-align: center;
    margin-bottom: 0px;
}

.box-info1 h2 {
    font-weight: 400;
    font-size: 21px;
    color: var(--black-color);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

.box-info2 p {
    font-weight: 300;
    font-size: 18px;
    color: var(--paragaph-color);
    text-align: center;
    margin-bottom: 0px;
}

.box-info2 h2 {
    font-weight: 400;
    font-size: 21px;
    color: var(--black-color);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}


.box-info3 p {
    font-weight: 300;
    font-size: 17px;
    color: var(--paragaph-color);
    text-align: center;
    margin-bottom: 0px;
}

.box-info3 h2 {
    font-weight: 400;
    font-size: 20px;
    color: var(--black-color);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

.box-info1 {
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-info2 {
    border-right: 1px solid #E0E0E0;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-info3 {
    border-right: 1px solid #E0E0E0;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.border-none-cls {
    border: none !important;
}

.section-climber-info {
    background: #f5f5f5;
    min-height: auto;
    width: 100%;
    padding: 85px 0px;
}

.other-climber-info {
    border-radius: 5px;
    width: 100%;
    min-height: 140px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.other-climber-info h2 {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #2d482d;
    margin-bottom: 0px;
}

.other-climber-info p {
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    color: var(--paragaph-color);
    margin-bottom: 0px;
}


.history-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.name-of-history h2 {
    font-weight: 500;
    font-size: 27px;
    color: var(--black-color);
    margin-bottom: 0px;
}

.date-of-history p {
    font-weight: 400;
    font-size: 16px;
    color: var(--paragaph-color);
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    float: right;
    margin-right: 7px;
}

.date-of-history img {
    width: 18px !important;
    height: 18px;
    margin-right: 5px;
}

.grid-of-history {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    min-height: 238px;
    padding: 20px;
}

.climber-profile-data {
    display: flex;
    align-items: center;
    margin-right: 18px;
    margin-top: 15px;
}

.climber-profile-data img {
    width: 32px !important;
    height: 32px;
    border-radius: 50px;
    object-fit: cover;
}

.climber-profile-data p {
    font-weight: 400;
    font-size: 18px;
    color: var(--paragaph-color);
    margin-bottom: 0px;
    padding-left: 10px;
}

.history-paragraph {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.58824;
    color: #666;
    margin-top: 13px;
    margin-bottom: 0px;
    line-height: 30px;
}

.historical-climb-sec {
    margin-top: 80px;
}

.owl-historical-climb {
    margin-top: 25px;
}

.climber-padding-this {
    margin-top: 90px;
}

.stories-bg {
    background: #f6f6f6;
    min-height: 561px;
    width: 100%;
    margin-top: 110px;
}


.testi-profile img {
    width: 49px !important;
}

.testi-profile p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.85182;
    color: #000;
    margin-top: 20px;
}

.profile-icon img {
    width: 101px !important;
    height: 101px !important;
    border-radius: 100%;
    object-fit: cover;
    float: right;
}

.testi-profile h3 {
    margin-top: 46px;
    font-weight: 400;
    font-size: 16px;
    color: #282a39;
}

.testi-profile h4 {
    font-weight: 400;
    font-size: 13px;
    color: var(--p-color);
}

.testimonial-slide-bg {
    background-color: var(--white-color);
    width: 100%;
    min-height: 340px;
    padding: 50px 60px;
}

.testimonials-bg {
    width: 100%;
    min-height: 561px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
}

.testimonials-heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #000;
}

.testimonials-heading p {
    font-weight: 300;
    font-size: 30px;
    color: #282a39;
}

.climber-profile img {
    border-radius: 14px;
    width: 100%;
    height: 299px;
    object-fit: cover;
    margin-right: 20px;
}

.table-climber-margin {
    margin-top: 30px;
}

.info-bg {
    position: relative;
}

.info-bg img {
    width: 100%;
    height: 619px;
    object-fit: cover;

}

.join-info {
    position: absolute;
    bottom: 60px;
    left: 40px;
    padding: 0px 30px 0px 20px;
}

.join-info h2 {
    font-weight: 500;
    font-size: 45px;
    color: var(--white-color);
    line-height: 50px;
}

.join-info p {
    font-weight: 300;
    font-size: 16px;
    color: var(--white-color);
    line-height: 30px;
    margin-top: 15px;
}

/* .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.modal-of-join{
    width: 78%;
height: 619px;
background-color: var(--white-color);
position: relative;

} */

.overlay {
    position: fixed;
    /* Ensure the overlay covers the entire screen */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    display: flex;
    /* Center modal */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Higher z-index to stay above other elements */
    display: none;
    /* Initially hidden */
}

.modal-of-join {
    width: 78%;
    height: auto;
    /* Adjust height based on content */
    background-color: var(--white-color);
    /* White background for modal */
    position: relative;
    /* Positioning relative for child elements */
    z-index: 10000;
    /* Higher z-index to ensure modal is above overlay */
}

.recaptcha-container {
    position: relative;
    /* Position relative for the reCAPTCHA */
    z-index: 10001;
    /* Higher z-index to keep it above the modal */
    margin-top: 20px;
    /* Add some spacing from the modal content */
}

/* .g-recaptcha {
    margin: 20px 0; 
    width: 100%;
} */

.form-area {
    padding: 0px 60px;
}

.gender-label {
    margin-top: 14px;
    margin-bottom: 5px;
}

.gender-text {
    font-weight: 300;
    font-size: 16px;
    color: #6c757d;
}

.close-box {
    position: absolute;
    top: 30px;
    right: 30px;
}

.close-box img {
    width: 43px;
    cursor: pointer;
    height: 43px;
}

.owl-achivments .owl-nav {
    display: block !important;
}

.owl-historical-climb .owl-nav {
    display: block !important;
}

.owl-achivments .owl-nav {
    position: absolute;
    top: -103px;
    right: 0px;
}

.owl-achivments .owl-nav .owl-prev {
    border-radius: 100% !important;
    background-color: var(--white-color);
    box-shadow: 0 0 14px 0 rgba(92, 88, 88, 0.25);
    width: 50px;
    height: 50px;
    font-size: 17px !important;
    margin-right: 10px;

}

.owl-achivments .owl-nav .owl-next {
    border-radius: 100% !important;
    background-color: var(--white-color);
    box-shadow: 0 0 14px 0 rgba(92, 88, 88, 0.25);
    width: 50px;
    height: 50px;
    font-size: 17px !important;
    line-height: 10px !important;
}

.owl-achivments .owl-dots {
    display: none !important;
}


.owl-historical-climb .owl-nav {
    position: absolute;
    top: -90px;
    right: 0px;
}

.owl-historical-climb .owl-nav .owl-prev {
    border-radius: 100% !important;
    background-color: var(--white-color);
    box-shadow: 0 0 14px 0 rgba(92, 88, 88, 0.25);
    width: 50px;
    height: 50px;
    font-size: 17px !important;
    margin-right: 10px;
}

.owl-historical-climb .owl-nav .owl-next {
    border-radius: 100% !important;
    background-color: var(--white-color);
    box-shadow: 0 0 14px 0 rgba(92, 88, 88, 0.25);
    width: 50px;
    height: 50px;
    font-size: 17px !important;
    line-height: 10px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--white-color) !important;
    text-decoration: none;
    background-color: var(--primery-color) !important;
}

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.logo-rotate-center {
    width: 60px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    width: 70px;
}

.spinnerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.rotate-preloader img {
    width: 160px;
    height: 160px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    z-index: -1;
}

.testimonials .owl-nav {
    display: none !important;
}



@media only screen and (max-width:1400px) {
    .nav-tabs .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width:1200px) {
    .table-scroll {
        overflow-x: scroll;
    }

    .get-in-column h2 {
        margin-top: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding-left: 20px !important;
    }

    .mountain-img img {
        height: 180px;
    }

    .table-scroll {
        overflow-x: scroll;
    }

    .get-in-column h2 {
        margin-top: 70px;
    }
}

@media only screen and (max-width:983px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

@media only screen and (max-width:766px) {

    .table-scroll {
        overflow-x: scroll;
    }

    .banner-info h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .banner-info h1 br {
        display: none;
    }

    .min-heading {
        font-size: 28px;
    }

    .common-space {
        margin-top: 60px;
    }

    .mountain-name img {
        width: 30px;
        height: 30px;
    }

    .table-p-content {
        font-size: 14px;
    }

    .table-p-content {
        font-size: 14px;
    }

    .view-tab-main {
        width: 173px;
        height: 39px;
        font-size: 14px;
    }

    .view-detail {
        width: 173px;
        height: 39px;
        font-size: 14px;
    }

    .btn-filter {
        background-color: transparent;
        font-size: 16px;
    }

    .owl-achivments .owl-nav {
        display: none;
    }

    .banner-info {
        width: 100%;
        transform: none;
        bottom: 0;
        left: 0%;
        position: relative;
        padding: 30px 20px;
        background-color: var(--primery-color);
    }

    .data-box h3 {
        font-size: 16px;
    }

    .data-box {
        margin-right: 26px;
        margin-top: 5px;
    }

    .space-line {
        height: 8px;
    }

    .mountain-info h5 {
        font-size: 15px;
    }

    .map-icon {
        width: 15.63px !important;
        height: 18.7px !important;
    }

    .mountain-icon {
        width: 22px !important;
        height: 13.17px !important;
    }

    .mountain-align {
        margin-top: 13px;
    }

    .button-white {
        padding: 10px 18px;
        font-size: 15px;
        width: 100%;
    }

    .button-white-line {
        padding: 10px 18px;
        font-size: 15px;
        width: 100%;
        margin-top: 15px;
    }

    .banner-buttons {
        margin-top: 35px;
    }

    .img-banner-width img {
        height: 33vh;
    }

    .navbar-brand img {
        width: 111px;
    }

    .navbar {
        padding: 10px 5px;
    }

    .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .navbar-toggler-icon {
        background-image: url(../images/menu.svg);
    }

    .owl-achivments .owl-dots {
        display: block !important;
        margin-top: 17px;
    }

    .owl-achivments {
        margin-top: 30px;
    }


    .owl-historical-climb .owl-dots {
        display: block !important;
        margin-top: 17px;
    }

    .owl-historical-climb .owl-nav {
        display: none;
    }

    .testimonials .owl-dots {
        display: block !important;
        margin-top: 17px;
    }



    .home-about-bg h4 {
        font-size: 20px;
        margin-top: 0px;
    }

    .home-about-bg h2 {
        font-size: 25px;
        margin-top: 14px;
        line-height: 37px;
    }

    .home-about-bg h2 br {
        display: none;
    }

    .home-about-bg P {
        font-size: 16px;
        width: 100%;
        margin: 10px auto 0px;
    }

    .home-about-bg {
        min-height: 696px;
        background-size: contain;
    }

    .footer-logo img {
        width: 111px;
    }

    .social-links {
        margin: 10px 0px 0px;
        float: left;
    }

    .social-links li {
        font-size: 14px;
        margin-left: 0px;
        margin-top: 13px;
        display: block;
    }

    .footer-line {
        margin-top: 34px;
    }

    .get-in-column h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .contact-footer-text {
        margin-top: 27px;
        margin-bottom: 0px;
    }

    .contact-footer-text li {
        display: block;
        margin-right: 0px;
        margin-bottom: 11px;
        font-size: 15px;
        text-align: center;
    }

    .quik-links {
        padding: 0px 15px;
    }

    .quik-links h2 {
        margin-top: 30px;
    }

    .quik-links-list {
        padding: 0px;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .copy-footer {
        min-height: 51px;
        margin-top: 30px;
    }

    .footer {
        padding: 0px 7px;
    }

    .inner-bammer-mountain h2 {
        font-size: 30px;
    }

    .inner-bammer-mountain h2 br {
        display: none;
    }

    .inner-bammer-mountain {
        min-height: 256px;
        margin-top: 77px;
    }

    .inner-bammer-climber h2 {
        font-size: 30px;
    }

    .inner-bammer-climber h2 br {
        display: none;
    }

    .inner-bammer-climber {
        min-height: 256px;
        margin-top: 77px;
    }


    .inner-bammer-about h2 {
        font-size: 30px;
    }

    .inner-bammer-about h2 br {
        display: none;
    }

    .inner-bammer-about {
        min-height: 256px;
        margin-top: 77px;
    }

    .about-brief h2 {
        font-size: 30px
    }

    .about-brief h2 br {
        display: none;
    }

    .about-brief p {
        margin-top: 30px;
        width: 100%;
    }

    .button-green {
        width: 100%;
    }

    .button-green-line {
        width: 100%;
    }

    .col {
        flex: 50%;
    }

    .mountain-images-section {
        margin-top: 60px;
    }

    .nav-tabs .nav-link {
        font-size: 13px;
        border: 1px solid #ebebeb;
        flex: 50%;
        border-radius: 0px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: var(--primery-color);
        color: var(--white-color) !important;
        border: none !important;
    }

    .pagination a {
        padding: 5px 8px;
    }

    .pagination {
        margin-top: 30px;
    }

    .footer-padding {
        margin-top: 60px;
    }

    .brudcrump li {
        font-size: 14px;
    }

    .brudcrump li i {
        margin: 0px 8px;
        font-size: 10px;
    }

    .brudcrump {
        margin-top: 7px;
    }

    .mountain-name-info h2 {
        font-size: 25px;
    }

    .mountain-name-info p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .mountain-name-info img {
        width: 19px;
        margin-bottom: 15px;
    }

    .mountain-data h2 {
        font-size: 22px;
    }

    .mountain-data {
        min-width: 100%;
        min-height: 76px;
        margin-left: 0px;
        margin-top: 15px;
        text-align: center;
    }

    .grid-images {
        margin: 35px 0px;
    }

    .mountain-grid1 img {
        height: 240px;
        margin-bottom: 20px;
    }

    .mountain-grid2 video {
        height: 149px;
    }

    .mountain-grid2 img {
        height: 149px;
    }

    .sticky {
        display: none;
    }

    .box-info2 h2 {
        font-size: 16px;
    }

    .box-info1 h2 {
        font-size: 16px;
    }

    .box-info1 {
        padding: 13px 10px;
    }

    .box-info2 {
        border-bottom: 1px solid #E0E0E0;
        padding: 13px 10px;
    }

    .history-img img {
        height: 177px;
    }

    .name-of-history h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    .date-of-history p {
        float: left;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 11px;
    }

    .climber-profile-data {
        display: flex;
        align-items: center;
        margin-right: 18px;
        margin-top: 10px;
        justify-content: left;
    }

    .historical-climb-sec {
        margin-top: 50px;
    }

    .climber-padding-this {
        margin-top: 60px;
    }

    .testimonials-bg {
        padding: 40px 15px;
    }

    .testimonials-heading h2 {
        font-size: 28px;
    }

    .testimonials-heading p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .testimonial-slide-bg {
        min-height: 340px;
        padding: 30px 30px;
    }

    .profile-icon img {
        float: left;
        margin-top: 14px;
    }

    .owl-achivments .owl-nav {
        display: none !important;
    }

    .owl-historical-climb .owl-nav {
        display: none !important;
    }

    .climber-brif h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .climber-brif h2 br {
        display: none;
    }

    .climber-image img {
        margin-top: 60px;
    }

    .section-climber-info {
        padding: 50px 0px;
    }

    .box-info3 {
        padding: 13px 10px;
        border-bottom: 1px solid #ebebeb;
    }

    .climber-profile img {
        height: 269px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .border-none-cls {
        border-bottom: 1px solid #ebebeb;
    }

    .other-climber-info {
        min-height: 100px;
        margin-top: 10px;
    }

    .table-climber-margin {
        margin-top: 20px;

    }

    .about-area-column img {
        height: 280px;
        margin-bottom: 20px;
    }

    .round-logo {
        width: 150px !important;
        height: 150px !important;
        top: 34%;
        left: 30.5%;
    }

    .image-vision-mission img {
        height: 250px;
        margin-top: 20px;
    }

    .common-space2 {
        margin-top: 60px;
    }

    .contact-area {
        margin: 0px 0px;
    }

    .email-box h5 {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .inp-text {
        margin-top: 25px;
    }

    .email-box img {
        width: 40px;
    }

    .email-box img {
        padding-bottom: 20px;
    }

    .inp-textarea {
        margin-top: 25px;
    }

    .navbar {
        background-color: var(--primery-color);
    }

    .owl-banner {
        margin-top: 78px;
    }

    .input-search {
        height: 50px;
        width: 100% !important;
        padding-left: 18px;
    }

    .notification-switch {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 0px !important;
    }

    .search-box {
        margin: 24px 0px 0px;
        width: 100%;
        border: 1px solid #6a867f;
    }

    .language-btn {
        height: 50px;
        margin-top: 20px;
        width: 100%;
        border-radius: 0px;
        margin-bottom: 15px;
        border: 1px solid #6a867f;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .btn-search {
        line-height: 0px;
    }

    .btn-search img {
        width: 26px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-top: 12px;
    }

    .join-info h2 {
        font-size: 23px;
    }

    .join-info p {
        font-size: 13px;
        margin-top: 1px;
    }

    .info-bg {
        display: none;
    }

    .form-area {
        padding: 20px 25px;
    }

    .modal-of-join {
        width: 90%;
        height: auto;
    }

    .close-box {
        position: absolute;
        top: 17px;
        right: 16px;
    }

    .close-box img {
        width: 38px;
        height: 38px;
    }
}

/**** Translation rleated styles ****/
/* RTL Styles */
.rtl {
    direction: rtl;
    text-align: right;
}

/* Layout Adjustments */
.rtl .mountain-align,
.rtl .mountain-name,
.rtl .climbers-profile {
    flex-direction: row-reverse;
}

/* Navigation & Buttons */
.rtl .nav-tabs,
.rtl .banner-buttons {
    justify-content: flex-end;
}

/* Tables */
.rtl .table {
    direction: rtl;
    text-align: right;
}

.rtl .table th,
.rtl .table td,
.rtl .table thead th,
.rtl .table tbody td {
    text-align: right;
}

/* Dropdowns */
.rtl .dropdown-menu {
    text-align: right;
}

/* Data Boxes */
.rtl .data-box {
    margin-left: 20px;
    margin-right: 0;
}

/* Default spacing for LTR */
.table th,
.table td {
    padding: 8px;
    /* Default padding for table cells */
}

.rtl .gender-label,
.rtl .form-check-label {
    margin-right: 0;
    margin-left: 10px;
    /* Adjust spacing for RTL */
}

.rtl .climber-brif {
    text-align: right;
}

.rtl .image-vision-mission {
    text-align: right;
}

.rtl .footer-logo {
    text-align: right;
}

.rtl .social-links {
    display: flex;
    justify-content: flex-start;
    /* Align social icons to the left in RTL */
    gap: 20px;
    /* Space between social icons */
    padding-right: 0;
    padding-left: 20px;
    /* Adjust spacing for RTL */
}

.rtl .get-in-column,
.rtl .quik-links {
    text-align: right;
}

.rtl .quik-links-list {
    padding-right: 0;
    padding-left: 20px;
    /* Adjust spacing for RTL */
}

.rtl .copy-footer {
    text-align: center;
}

.rtl.pagination {
    direction: rtl;
    text-align: right;
}

.rtl.pagination a {
    margin-left: 0;
    margin-right: 10px;
    /* Adjust spacing for RTL */
}

.rtl.pagination a.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.rtl.pagination a.active {
    font-weight: bold;
}

/* RTL Styles */
.rtl .modal-of-join .row {
    flex-direction: row-reverse;
    /* Reverse the order of columns */
}

.rtl .info-bg {
    text-align: right;
    /* Align image and text to the right */
}

.rtl .form-area {
    text-align: right;
    /* Align form content to the right */
}

.rtl .close-box {
    left: 20px;
    /* Adjust close button position for RTL */
    right: auto;
}

/* Custom dropdown arrow */
.custom-dropdown {
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    /* Remove default arrow for Safari */
    -moz-appearance: none;
    /* Remove default arrow for Firefox */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    /* Position arrow to the right */
    background-size: 1rem;
    /* Size of the arrow */
    padding-right: 2rem;
    /* Add space for the arrow */
}

/* RTL styles for the dropdown */
.rtl .custom-dropdown {
    background-position: left 0.75rem center;
    /* Position arrow to the left in RTL */
    padding-right: 0.75rem;
    /* Reset padding for RTL */
    padding-left: 2rem;
    /* Add space for the arrow in RTL */
}

.rtl-layout {
    flex-direction: row-reverse;
    text-align: right;
}

/* New style according to client comments*/
.banner-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.img-banner-width {
    position: relative;
}

/* back to top arrow */
/* Scroll to top button styles */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: #5EA655;
    border: none;
    border-radius: 50%;
    cursor: pointer !important;
    z-index: 1000;
    display: flex !important;
    align-items: center;
    font-size: 20px;
    transition: 0.3s;
    justify-content: center;
}

/* Progress ring */
.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.progress-ring circle {
    fill: none;
    stroke: #ebebeb;
    stroke-width: 6;
    stroke-linecap: round;
}

.progress-ring circle.progress {
    stroke: #5EA655 !important;
}

/* back to top arrow close */