@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url(../fonts/HelveticaNeue-Medium.ttf);
}

@font-face {
    font-family: 'Repro-Medium';
    src: url(../fonts/Repro-Medium.ttf);
}

@font-face {
    font-family: 'Repro';
    src: url(../fonts/Repro.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    background-size: cover;
    overflow-x: hidden;
    color: var(--black-color);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Repro-Medium';
}

p {
    font-family: 'HelveticaNeue-Medium';
}

li {
    font-family: 'HelveticaNeue-Medium';
}

a {
    text-decoration: none !important;
    font-family: 'HelveticaNeue-Medium';
    display: inline-block;
    transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #062e42;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #004c72;
}

/* google translator  */
select.goog-te-combo:focus {
    outline: none;
}

select.goog-te-combo {
    background: transparent;
    color: #fff !important;
    height: 40px;
    margin: 0 !important;
    border: none !important;
    font-weight: bold;
    text-align: center;
    background-color: #bd393d !important;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0px;
    font-family: 'HelveticaNeue-Medium';
}

select.goog-te-combo option {
    color: #fff !important;
}

.skiptranslate.goog-te-gadget {
    height: 43px;
    overflow: hidden;
}

select.goog-te-combo>option {
    color: var(--black-color);
}

/* language converter */
.goog-te-banner-frame {
    display: none !important
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body>.skiptranslate {
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-te-gadget>span {
    display: none !important;
}

div#goog-gt-tt {
    display: none !important;
}

/* end  */

div#translate {
    /* position: absolute; */
    /* top: 0; */
    /* right: 12px; */
    /* z-index: 9; */
}

/* loader styling start  */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269deg, rgba(27, 27, 27, 1) 50%, rgba(2, 152, 216, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-wrapper.loaded {
    display: none;
}

.loader {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 15px auto;
    position: fixed;
    color: #ccc;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* loader styling end  */
/* HEADER START */



[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

header {
    z-index: 9;
    border-bottom: 1px solid #FFFFFF;
}

.navbar-brand h3 {
    font-size: 25px;
    line-height: 33px;
    color: #bd393d;
    font-weight: 600;
    text-shadow: 1px 4px 4px #00000078;
}

.navbar-brand h3 span {
    color: #000000;
    font-weight: 500;
}

.menu-br .navbar-brand img {
    max-width: 180px;
    width: 100%;
}

.hdr-tul li a {
    font-size: 13px;
    /* color: #061F32; */
    font-weight: bold;
    text-transform: capitalize;
}

.hdr-tul li a:hover {
    color: #be3838;
}

.hdr-tul {
    gap: 15px;
}

.log:hover {
    background-color: #000000;
    color: #ffffff;
}

.log {
    background-color: #bd393d;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 13px;
}

/* HEADER END */
/* HOME PAGE START */
.pd-t {
    padding-top: 90px;
}

.pd-b {
    padding-bottom: 90px;
}

.al-im {
    width: 100%;
}

.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
}

.scnd-hed {
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
}

.scnd-hed span {
    display: block;
}

.thd-hed {
    background-color: #EBEDEF;
    font-size: 18px;
    color: #bd393d;
    line-height: 20px;
    padding: 13px 25px;
    border-radius: 40px;
    border: 1px solid #061F32;
    display: inline-block;
}

.curve {
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 220px;
    background: white;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    transform: scaleY(0.8);
}

.banr-cont h4 {
    font-size: 25px;
    color: #FFFFFF;
    font-family: 'Repro';
    letter-spacing: 1.1px;
}

.banr-cont h2 {
    color: #ffffff;
    font-size: 70px;
    line-height: 76px;
}

.lats-bk .thd-hed {
    background-color: #061F32;
}

.banr-cont h2 span {
    display: block;
}

.comt:hover {
    background-color: #ffffff;
    color: #000000;
}

.comt {
    background-color: #061F32;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 15px;
}

.banr-cont p {
    font-size: 17px;
    color: #FFFFFF;
    /* opacity: 0.7; */
    width: 56%;
    margin: 20px auto 50px;
}

.bnr-arw-dwn {
    bottom: 143px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    z-index: 99;
}

.bnr-arw-dwn a {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #bd393d;
    font-size: 21px;
    color: #bd393d !important;
}

.turn-cont a {
    color: #bd393d;
}

.at-para p {
    width: 52%;
    font-size: 15px;
}

.abt-inr {
    bottom: 0;
}

.abt-cont li {
    background-color: #E6F1FF;
    color: #bd393d;
    margin-bottom: 6px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    list-style-type: disc;
}

.abt-inr {
    color: #ffffff;
    padding: 0 30px;
}

.abt-inr h4 {
    font-size: 22px;
    line-height: 25px;
}

.abt-inr p {
    font-size: 14px;
    opacity: 0.7;
}

.ab-all {
    border-bottom: 1px solid #808080;
}

.cmt-lnk a {
    width: 45px;
    line-height: 40px;
    height: 45px;
    background: #ffffff;
    text-align: center;
    border: 4px solid #bd393d;
    border-radius: 50%;
    transform: rotate(-41deg);
    color: #bd393d !important;
}

.cm-hed h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.cm-hed p {
    font-size: 14px;
    line-height: 20px;
}

.annunce-al h4 {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
}

.annunce-al p {
    font-size: 14px;
    opacity: 0.7;
    line-height: 21px;
    color: white;
}

.annuncement-al p {
    font-size: 14px;
    opacity: 0.7;
    line-height: 21px;
}

.lats-bk {
    border-radius: 60px;
}

.policy-inr h3 {
    font-size: 29px;
    line-height: 35px;
}

.policy-inr p {
    font-size: 14px;
    line-height: 21px;
}

.fq-tb button {
    font-size: 20px;
    padding: 25px 20px;
    margin: 18px 0;
}

.fq-tb .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #bd393d;
    box-shadow: none;
}

.fq-tb .accordion-item {
    background-color: #bd393d;
    color: #fff;
}

.fq-tb .accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
    padding-right: 50px;
}

.fq-tb .accordion-button {
    background-color: #FAFAFA;
}

.fq-tb .accordion-item {
    border: 0;
    border-radius: 15px !important;
}

.fq-cont {
    padding: 10px 25px;
}

.faq-sec .accordion-button::after {
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
    background: none;
    position: absolute;
    top: 20px;
    right: 30px;
    bottom: 45px;
    font-weight: 700;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
    background: none;
    position: absolute;
    top: 20px;
    right: 35px;
    bottom: 45px;
    font-weight: 700;
    transform: none;
}

.turn-cont p {
    font-size: 26px;
    line-height: 30px;
}

.faq-sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/faq-bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
}

.faq-sec::before {
    content: '';
    position: absolute;
    background-image: url(../images/faq-lft.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 6%;
    height: 100%;
    top: 0;
    right: 0;
}

.ts-box:hover {
    background-image: url(../images/say-hov.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

.ts-box {
    border: 1px solid #7A7A7A;
    padding: 25px 30px;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.ts-box p {
    font-size: 25px;
    line-height: 33px;
}

.ts-nm h6 {
    font-family: 'HelveticaNeue-Medium';
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.ts-nm span {
    font-size: 13px;
    font-family: 'HelveticaNeue-Medium';
}

footer {
    background-color: #161616;
    padding-top: 70px;
    margin-top: 80px;
    padding-bottom: 10px;
}

.fot-log h2 {
    font-size: 45px;
    line-height: 54px;
}

.fot-log img {
    width: 35%;
    /* filter: brightness(0.3) invert(100); */
}

.fotr-lnk h4 {
    font-size: 22px;
    line-height: 30px;
}

.fotr-lnk li a {
    color: #ffffff;
    opacity: 0.7;
    font-weight: 500;
    margin-bottom: 5px;
    width: 174px;
}

.fotr-lnk li {
    color: #ffffff;
    opacity: 0.7;
    font-weight: 500;
}

.fot-log p {
    opacity: 0.7;
}

.copy p {
    opacity: 0.7;
}

.social li a:hover {
    background-color: #c5443b;
}

.social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ffffff38;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    border-radius: 10px;
}

.copy {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 35px;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 100px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.swiper-slide-active img {
    opacity: 1;
}

.speak-it .swiper {
    padding: 80px 0;
}

.speak-it .swiper-button-prev:after,
.speak-it .swiper-rtl .swiper-button-next:after {
    display: none;
}

.speak-it .swiper-button-next:after,
.speak-it .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.speak-it .swiper-button-next,
.speak-it .swiper-rtl .swiper-button-prev {
    right: 450px;
    left: auto;
    width: 53px;
}

.speak-it .swiper-button-prev,
.speak-it .swiper-rtl .swiper-button-next {
    left: 470px;
    right: auto;
    width: 53px;
}

.spk-lnk .btn-text::before,
.spk-lnk .btn-text::after,
.spk-lnk .btn-text span::before,
.spk-lnk .btn-text span::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #2C2C2C;
}

.spk-lnk .btn-text::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.spk-lnk .btn-text::after {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.spk-lnk .btn-text span::before {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

/* HOME PAGE END */
/* INNER PAGES START */
.inner-banr {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    height: 350px;
}

.fr-all {
    background: #27272700;
    width: 80% !important;
    text-align: center;
    margin: 30px auto;
    box-shadow: 0px 0px 10px;
    padding: 60px 40px 50px 40px;
    border-radius: 10px;
}

.inner-fr input,
select,
textarea {
    width: 100%;
    margin: 0px 0 17px;
    padding: 5px 15px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 20px !important;
}

.inner-fr textarea {
    height: 192px;
    resize: none;
}

.lgo-res input {
    padding: 14px 20px 14px 20px !important;
    background: #bd393d;
    border-radius: 10px;
    border: 1px solid #bd393d;
    color: #fff !important;
    border-radius: 9px;
    display: block;
    height: auto;
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.inner-fr h2 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
}

/* INNER PAGES END */


/*  custom page css  */
.tree-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-title {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

/* Tree Structure */
.tree {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
}

/* Level 1 - President */
.level-1 {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

/* Level 2 - Officers */
.level-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
    z-index: 2;
}

/* Level 3 - Directors */
.level-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    width: 100%;
    z-index: 1;
}

/* SIMPLIFIED Tree Box Styling */
.tree-box {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
    width: 250px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.tree-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Box Color Variations */
.tree-box.president {
    border-color: #bd393d;
    background: white;
}

.tree-box.vice {
    border-color: #2ecc71;
    background: white;
}

.tree-box.secretary {
    border-color: #f39c12;
    background: white;
}

.tree-box.treasurer {
    border-color: #9b59b6;
    background: white;
}

.tree-box.director {
    border-color: #3498db;
    background: white;
}

/* Member Photo in Box */
.member-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    border: 3px solid #3498db;
}

.president .member-photo {
    border-color: #e74c3c;
    width: 90px;
    height: 90px;
}

/* Member Info */
.member-name {
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-family: 'Repro-Medium';
}

.member-role {
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Repro-Medium';

}

.member-email {
    color: #3498db;
    font-size: 0.85rem;
    margin-bottom: 15px;
    word-break: break-word;
}

.member-bio {
    font-size: 0.85rem;
    /* color: #5a6268; */
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'Repro-Medium';
    text-align: justify;
    /* letter-spacing: 20px; */
    word-spacing: -4px;
}

/* ARROW CONNECTORS */
.arrow-connector {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

/* President to Officers Arrows */
.president-to-officer {
    height: 40px;
    width: 2px;
    background: linear-gradient(to bottom, #e74c3c, #e74c3c);
    top: 100%;
}

.president-to-officer::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -4px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #e74c3c;
    border-bottom: 2px solid #e74c3c;
    transform: rotate(45deg);
}

/* Officer to Director Arrows */
.officer-to-director {
    height: 40px;
    width: 2px;
    background: linear-gradient(to bottom, #95a5a6, #95a5a6);
    top: 100%;
}

.officer-to-director::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -4px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #95a5a6;
    border-bottom: 2px solid #95a5a6;
    transform: rotate(45deg);
}

/* Horizontal Connecting Lines */
.horizontal-line {
    position: absolute;
    height: 2px;
    background-color: #bdc3c7;
    top: 50%;
    transform: translateY(-50%);
}
.location-card:hover {
    background: #061f32;
}
.location-card:hover h4{
    color: #fff;
}
.location-card:hover .loc-desc p{
    color: #fff;
}
/* Popup Modal Styling */
.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-modal.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: white;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.popup-modal.active .popup-content {
    transform: translateY(0);
}

.popup-header {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.popup-body {
    padding: 25px;
}

.popup-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    display: block;
}

.popup-full-bio {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.popup-contact {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .level-2 {
        gap: 40px;
    }

    .level-3 {
        gap: 30px;
    }

    .tree-box {
        width: 220px;
    }

    .hdr-tul li a {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
    }
}

@media (min-width: 992px) {
    .menu-br .navbar-brand img {
        max-width: 100px;
    }

    .hdr-tul li a {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
    }
}

@media (max-width: 768px) {

    .level-2,
    .level-3 {
        gap: 30px;
    }

    .tree-box {
        width: 200px;
        padding: 15px;
    }

    .member-photo {
        width: 70px;
        height: 70px;
    }

    .president .member-photo {
        width: 80px;
        height: 80px;
    }

    /* Hide arrows on mobile for cleaner look */
    .arrow-connector {
        display: none;
    }
}

@media (max-width: 576px) {

    .level-2,
    .level-3 {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .tree-box {
        width: 100%;
        max-width: 300px;
    }

    .popup-content {
        width: 95%;
        max-height: 90vh;
    }
}

/* Hover instruction */
.hover-hint {
    text-align: center;
    color: #7f8c8d;
    margin-top: 30px;
    font-style: italic;
    font-size: 0.9rem;
}

.hover-hint i {
    color: #3498db;
    margin-right: 5px;
}

/* Box badges */
.role-badge {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #e74c3c;
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
}

.president .role-badge {
    background: #e74c3c;
}

.vice .role-badge {
    background: #2ecc71;
}

.secretary .role-badge {
    background: #f39c12;
}

.treasurer .role-badge {
    background: #9b59b6;
}

.director .role-badge {
    background: #3498db;
}

/* end  */

.nv-crt {
    display: flex;
    justify-content: end;
    /* flex-direction: column; */
    gap: 3px;
    align-items: center;
}



/* Responsive START  */
@media (max-width: 1660px) {
    .menu-br .navbar-brand img {
        max-width: 100px;
    }

    .hdr-tul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 3px;
    }


}

@media (max-width: 1400px) {
    .menu-br .navbar-brand img {
        max-width: 100px;
    }

    .log,
    select.goog-te-combo {
        color: #ffffff;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 14px;
    }

    .hdr-tul {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 3px;
    }


}

@media (max-width: 1366px) {
    .scnd-hed {
        font-size: 40px;
        line-height: 45px;
    }

    .thd-hed {
        font-size: 16px;
        line-height: 14px;
        padding: 12px 16px;
    }

    .hdr-tul {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 3px;
    }


}

@media (max-width: 1280px) {
    .menu-br .navbar-brand img {
        max-width: 100px;
    }

    .main-banner {
        height: 850px !important;
    }


}

@media (max-width: 1200px) {


    .log,
    select.goog-te-combo {
        padding: 10px 10px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .at-para {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start !important;
    }

    .hdr-tul li a {
        font-size: 12px;
    }

    .log,
    select.goog-te-combo {
        font-size: 14px;
    }

    .at-para p {
        width: 100%;
    }

    .banr-cont p {
        font-size: 16px;
        width: 100%;
    }

    .banr-cont h2 {
        font-size: 50px;
        line-height: 56px;
    }


    .banr-cont h2 span {
        display: inline-block;
    }

    div#navbarSupportedContent {
        background: #ffffff6e;
        padding: 20px;
        backdrop-filter: blur(6px);
        position: absolute;
        top: 88px;
        width: 100%;
    }

    button.navbar-toggler span.navbar-toggler-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nv-crt {
        display: flex;
        justify-content: start;
        gap: 3px;
        align-items: center;
        flex-wrap: wrap;
    }

    .menu-br .navbar-brand img {
        max-width: 150px;
    }

    button.navbar-toggler span.navbar-toggler-icon i.fa-solid.fa-bars {
        color: #6e6e6e;
    }
}

@media (max-width: 767px) {
    .menu-br .navbar-brand img {
        max-width: 130px;
    }

    .lats-bk {
        padding: 0 30px 20px;
    }

    .lats-bk>.container {
        padding: 0;
    }

    .pd-b {
        padding-bottom: 50px;
    }

    .pd-t {
        padding-top: 50px;
    }

    .scnd-hed {
        font-size: 32px;
        line-height: 35px;
    }

    .policy-inr h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .comt-hed p>br {
        display: none;
    }

    .speak-it .swiper {
        padding: 30px 0;
    }


    .curve {
        position: absolute;
        height: 170px;
    }

    .bnr-arw-dwn {
        bottom: 100px;
    }

    .banr-cont h2 {
        font-size: 44px;
        line-height: 45px;
    }

    .m-auto {
        width: 100% !important;
    }

    .fr-all {
        width: 100% !important;
        padding: 20px;
    }

    .inner-fr h2 {
        font-size: 40px;
        line-height: 40px;

    }

    .banr-cont h4 {
        font-size: 18px;
    }
}

@media (max-width: 667px) {
    .banr-cont h2 {
        font-size: 38px;
        line-height: 38px;
    }
}