/*
Theme Name: star
Description: Specific styles of the theme relative ti this website.
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/* home Page */
body {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    max-width: 1920px;
    margin: 0 auto;
}

/* hage 404 margin */
.page-404 {
    margin-top: 40px;
}

/* End */

.navbar-fixed-bottom,
.navbar-fixed-top {
    max-width: 1920px;
    margin: 0 auto;
}

.lora {
    font-family: "Lora", serif;
}

h2 {
    font-weight: 400;
}

.bg-color {
    background-color: #00152D;
}

#site-header {
    background-color: #00152D !important;
    margin-top: 0 !important;
}

.menu-item .nav-link {
    font-weight: 500;
    font-family: "Lora", serif;
    padding: 15px 10px;
}

.navi-bar-extend {
    width: 100%;
    padding: 12px 60px;
}

.navi-contact-btn {
    margin-left: 0;
}

.primary-btn.navi-contact-btn {
    padding: 15px 20px;
    min-width: 148px;
}

#site-header .navbar-collapse {
    margin-top: 7px;
    max-width: 100%;
    width: 100%;
}

.txt-white {
    color: white;
}

.title-black {
    font-size: 60px;
    font-weight: 400;
    line-height: 61px;
    color: #2D2D2D;
}

.vision-v-dec {
    padding: 10px;
}

.common-para {
    font-size: 20px;
    font-weight: 300;
    color: #BFBFBF;
    line-height: 28px;
    padding: 0;
    max-width: 1024px;
}

.primary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #1E1E1E;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
}

.primary-btn-tran {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: white;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid white;
}

.primary-btn-tran-c {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: white;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid white;
}

.btn-text {
    /* text-transform: uppercase; */
}

.primary-btn::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/07/ArrowRight.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.primary-btn-tran::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/07/ArrowRight.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.primary-btn-tran-c::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/08/ArrowRight-w.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.primary-btn-tran-c {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: white;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid white;
}

.primary-btn-tran-contact-page::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/08/ArrowRight-w-black.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.home .primary-btn-tran-c {
    display: flex !important;
}

.home .primary-btn-tran-contact-page {
    /* display: none !important; */
}

.page-template-template-contact-us .primary-btn-tran-c {
    display: none !important;
}

section.get-in-touch-section .wpcf7 input[type="submit"] {
    background-color: #00152d;
    color: white;
    background-image: url(/wp-content/uploads/2025/08/ArrowRight-w.png);
}

.page-template-template-contact-us .primary-btn-tran-contact-page {
    display: flex !important;
}

@media (max-width: 1300px) {

    .mobile-menu-new .contact-mobi {
        display: flex;
        width: fit-content;
    }

    .navi-bar-extend {
        padding: 10px 20px;
    }

    .mobile-menu-wrap .menu-item {
        margin-bottom: 20px !important;
    }

    .sidebar-overlay {
        display: none;
        /* position: fixed; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1031;
        background-color: rgba(0, 0, 0, 0.6);
    }

    /* Mobile menu icon */
    .header-ham-icon {
        /* float: right; */
        /* margin-top: 15px; */
        width: 35px;
        height: 26px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .header-ham-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .header-ham-icon span:nth-child(1) {
        top: 0px;
    }

    .header-ham-icon span:nth-child(2),
    .header-ham-icon span:nth-child(3) {
        top: 10px;
    }

    .header-ham-icon span:nth-child(4) {
        top: 20px;
    }

    .header-ham-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .header-ham-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-ham-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-ham-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .header-ham-icon {
        display: flex !important;
    }

    #site-header .header-buttons-wrapper {
        display: flex;
    }

    #site-header .navbar-collapse {
        display: none !important;
    }

    .mobile-menu-new {
        position: fixed;
        background-color: #00152D;
        display: flex !important;
        flex-direction: column;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        right: -1500px;
        transition: right 0.4s ease-in-out;
        max-width: 275px;

    }

    .mobile-menu-new.mobi-menu-active {
        right: 0;

    }

    .mobi-menu-close {
        display: flex;
        justify-content: right;
        width: 100%;
        padding: 10px;
    }

    .mobile-menu-wrap .footer-menu-container a {
        font-size: 18px;
    }


}

@media (min-width: 991px) and (max-width: 1300px) {
    #site-header>.container>.flex-parent {
        align-items: center;
        justify-content: space-between;
        padding-right: 46px;
    }

    .mobile-menu-wrap a {
        color: white !important;
    }

    a.primary-btn.navi-contact-btn.contact-mobi {
        color: #1E1E1E !important;
    }

    #site-header .header-buttons-wrapper {
        position: absolute;
        right: 20px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
    }

    .primary-btn.navi-contact-btn {
        padding: 10px 20px;
        min-width: unset;
        width: auto;
        margin-right: 10px;
    }

    img.mobile-menuwr-logo {
        position: absolute;
        width: 74%;
        height: auto;
        margin: 0 auto;
        top: 63px;
        left: 14%;
        pointer-events: none;
        opacity: 0.7;
    }

    .mobile-menu-wrap a:hover {
        color: #b3aaaa !important;
    }

}

@media (max-width: 991px) {
    .mobile-menu-wrap .menu-item {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 991px) {
    .navi-contact-btn {
        display: none;
    }

    img.mobile-menuwr-logo {
        position: absolute;
        width: 74%;
        height: auto;
        margin: 0 auto;
        top: 63px;
        left: 14%;
        pointer-events: none;
    }

    .mobile-menu-new .contact-mobi {
        display: flex;
        width: fit-content;
    }

    .navi-bar-extend {
        padding: 10px 20px;
    }
}

#left-sidebar {
    display: none !important;
}

.home-page-top-banner-wrapper {
    /* height: 607px; */
}

.home-page-top-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.hm-slider-title {
    margin-top: 155px;
    font-size: 66px;
    margin-bottom: 20px;
    line-height: 100%;
    font-weight: 400;
}

.hm-slider-dec {
    font-size: 20px;
    color: #BFBFBF;
    line-height: 28px;
    width: 60%;
    margin-bottom: 30px;
}

#site-header {
    background-color: transparent;
    box-shadow: none;
    color: white;
    margin-top: 10px;
}

.nav-link span {
    color: white;
    font-size: 16px;
    transition: color 0.3s ease;
    /* Smooth color change */
}

.nav-link:hover span {
    color: rgba(120, 206, 255, 1);
}

#site-header.sticky {
    background-color: transparent;
}

.round-items {
    margin-top: 60px;
    display: flex;
    /* margin-bottom: 30px; */
}

.r-items {
    display: flex;
}

.r-item {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0.225); */
    border-radius: 50px;
    margin-right: 20px;
    transition: all 0.3s ease;

}

.r-item:last-child {
    margin-right: 0;
}

.r-item .r-item-img {
    height: 40px;
    width: 40px;
}

.r-item .r-item-text {
    color: #fff;
    font-size: 11px;
    padding: 0 10px 0 10px;
    display: none;
    text-align: left;
    line-height: 105.8%;
    letter-spacing: 0.46px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.r-item:hover .r-item-text {
    display: block;
}

/* First one always shows text */
.r-item:first-child .r-item-text {
    display: block;
}

/* Others show only on hover */
.r-item:hover .r-item-text {
    display: block;
}

.r-item:first-child .r-item-text {
    display: block;
}

.r-item:hover .r-item-text {
    display: block;
}

.sl-member-dec {
    color: rgba(78, 78, 78, 1);
}

.main-wrapper {
    padding: 0 80px;
}

.single-news-details-section {
    margin: 60px 0;
}

.single-news-main-img {
    text-align: center;
    margin-bottom: 40px;
}

.single-news-main-img img {
    width: auto;
    height: auto;
    object-fit: cover;
    max-height: 50vh;
}

.single-news-main-dec {
    color: #000;
    padding: 0 100px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .single-news-main-img img {
        width: 100%;
        height: 310px;
        object-fit: cover;
    }

    .single-news-main-dec {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .main-wrapper {
        padding: 0 40px;
    }

    .hm-slider-title {
        margin-top: 160px;
        font-size: 45px;
    }

    .hm-slider-dec {
        width: 80%;
    }

    .hm-slider-dec {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .main-wrapper {
        padding: 0 10px;
    }

    .who-we-are-logo-dec {
        padding: 20px 20px;
    }

    .gb-title {
        font-size: 32px;
    }

    .report-title {
        width: 100%;
        font-size: 32px;
    }

    .recent-news-title {
        font-size: 32px;
    }

    .hm-slider-title {
        margin-top: 160px;
    }

    .hm-slider-dec {
        width: 100%;
    }
}

/* ---- footer Style Start ----- */
.footer-section {
    background-color: #193655;
    position: relative;

}

.footer-top-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-top-titles-btn {
    position: absolute;
    /* top: 15%; */
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.f-top-main-title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 20px;
}

.f-top-left {
    text-align: left;
    width: 50%;
}

.f-top-right {
    /* padding-right: 80px; */
}

.f-top-btn-left {
    margin-right: 20px;
}

.f-top-dec {
    font-size: 20px;
    color: #D4D4D4;
    line-height: 30px;
}

.f-top-right {
    display: flex;
}

.f-top-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-top-bg-img {
    position: relative;
    width: 100%;
}

/* .f-top-bg-img::before {
    content: '';
    position: absolute;
    background: linear-gradient(
      rgba(69, 158, 255, 0.6), 
      rgba(69, 158, 255, 0.6)
    );
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.footer-down-container {
    display: flex;
    justify-content: space-between;
    padding: 100px 80px 40px 80px;
}

.f-copy-top-line {
    height: 1px;
    margin-bottom: 15px;
    background-color: #FFFFFF4D;
}

.f-copy-txt a.fb-sc-link {
    color: white;
}

.footer-logo-container {
    display: flex;
    background-color: white;
}

.f-logo-left {
    background-color: #F9C147;
    width: 28%;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    padding: 20px 80px;
}

.f-logo-left .f-logo-left-img img {
    /* width: 253px;
    height: 83px; */
    object-fit: cover;

}

.f-logo-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 43px;
}

.f-logo-right {
    background-color: #ffffff;
    width: 72%;
    padding: 20px 70px;
}

.f-logo-right .f-logo-title {
    color: #A3A3A3;
    padding-left: 8px;
}

.f-section-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.f-logo-right-img {
    display: flex;
    justify-content: space-between;
}

.f-logo-right-img img {
    margin-right: 0;
    width: 15%;
}

.f-logo-left-wrap {
    display: flex;
}

.f-logo-right-img img:last-child {
    margin-right: 0;
}

.footer-menu-container .footer-nav {
    padding: 0;
    list-style: none;
}

.footer-menu-container .menu-item,
.f-cnt-item {
    color: #FFFFFFA1;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;

}

.footer-menu-container .menu-item a,
.f-cnt-item .f-cnt-text {
    color: #FFFFFFA1;
    font-weight: 300;
    transition: color 0.3s ease;
}

.footer-menu-container .menu-item:hover a,
.f-cnt-item:hover .f-cnt-text {
    color: rgba(120, 206, 255, 1);
}

.menu-item:last-child {
    margin-bottom: 0;
}

.f-cnt-item {
    display: flex;
}

.f-cnt-img {
    margin-right: 20px;
}

.f-social-l {
    margin-right: 10px;

}

.f-social-l:last-child {
    margin-right: 0;
}

.footer-copy-right {
    color: rgba(255, 255, 255, 0.696);
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}

.f-copy-txt {
    padding: 10px 0 0;
}



@media (max-width: 991px) {
    .f-top-bg-img img {
        height: 420px;
    }

    .f-top-titles-btn {
        flex-direction: column;
    }

    .f-logo-left {
        background-color: #F9C147;
        width: 100%;
        clip-path: none;
        padding: 40px 40px;
    }

    .f-logo-left .f-logo-left-img img {
        width: 180px;
        height: auto;
        object-fit: cover;

    }

    .hm-slider-title {
        margin-top: 100px;
    }

    .footer-logo-container {
        flex-direction: column;
    }

    .f-logo-right {
        background-color: #ffffff;
        width: 100%;
        padding: 40px 40px;
    }

    .f-top-main-title {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .f-top-dec {
        font-size: 18px;
    }

    .f-top-left {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    .f-top-right {
        display: flex;
        padding: 0;
    }

    .f-top-titles-btn {
        top: 120px;
    }

    .f-logo-right-img {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .f-l-img {
        display: flex;
        margin-top: 20px;
    }

    .f-logo-right-img img {
        margin-right: 0;
    }

    .f-l-img img {
        margin-right: 30px;
    }

    .f-l-img img:last-child {
        margin-right: 0;
    }

    .footer-down-container {
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
        padding: 60px 40px;
    }

    .f-main-logo {
        margin-bottom: 60px;
    }

    .f-section-title.mobi {
        display: none;
    }

    .f-nav-bar {
        margin-bottom: 30px;
    }

    .f-nav-bar.mobi,
    .f-contact-us {
        margin-bottom: 60px;
    }

    .f-social-links {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .f-top-left {
        margin-bottom: 20px;
    }

    .f-top-titles-btn {
        top: 20px;
    }

    .f-top-main-title {
        margin-bottom: 20px;
    }

    .f-top-left {
        margin-bottom: 20px;
    }

    .f-logo-left {
        padding: 40px 20px;
    }

    .f-logo-right {
        padding: 40px 20px;
    }

    .f-logo-right-img img {
        width: 50%;
        height: auto;

    }

    .f-l-img img {
        width: 150px;
        height: 60px;
    }
}

/* ---- footer Style End ----- */

/* image and content Start */

.image-content-container {
    padding: 60px 0 80px 0;
    display: flex;
}

.large-image-left {
    width: calc((100% - 50px) / 2);
    margin-right: 40px;
    padding-top: 60px;
}

.small-image-right {
    width: calc((100% - 50px) / 2);

}

.large-img-title-line {
    width: 69%;
    margin-bottom: 60px;
}

.large-img-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 50px;
}

.large-img-line,
.title-bottom-line {
    height: 1px;
    background-color: #656565;
}

.large-img-btm img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.small-img-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.small-img-container img {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    height: 378px;
    object-fit: cover;
    object-position: top;
}

.small-img-container img:last-child {
    margin-right: 0;
}

.small-img-dec {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-right: 50px;
    margin-bottom: 15px;
}

.banner-page-dec.common-para {
    text-align: center;
}

.small-img-btn .primary-btn-tran {
    background-color: #00152D;
    color: white;
}

@media (max-width: 991px) {
    .image-content-container {
        flex-direction: column;
    }

    .large-image-left {
        padding: 0;
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .large-img-btm img {
        height: 546px;
    }

    .small-img-container img {
        width: 100%;
        height: 420px;
        width: calc((100% - 20px) / 2);
        margin-right: 20px;

    }

    .small-img-container img:last-child {
        margin-right: 0;
    }

    .small-image-right {
        width: 100%;
    }

    .small-img-dec {
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .large-img-title-line {
        width: 95%;
    }

    .small-img-container img {
        height: 256px;
    }

    .small-img-dec {
        padding-right: 0;
        font-size: 18px;
    }

    .small-img-container {
        margin-bottom: 30px;
    }

}

/* image and content End */

/* Vision Video Start */

.vision-titles-video-container {
    padding: 120px 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.vision-v-title {
    font-size: 56px;
    font-weight: 500;
    color: white;
    margin-bottom: 40px;
}

.vision-v-dec {
    width: 62%;
    margin-bottom: 60px;
}

.vision-video-container {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.vision-v-icon {
    position: absolute;
    top: 40%;
    left: 45%;
}

.vision-v-img img {
    width: 1120px;
    height: 519px;
    object-fit: cover;
}

.vision-v-text {
    position: absolute;
    font-size: 40px;
    bottom: 30px;
    color: white;
    text-align: left;
    line-height: 48px;
    left: 40px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .vision-titles-video-container {
        padding: 70px 60px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .vision-v-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .vision-v-dec {
        margin-bottom: 30px;
    }

    .vision-v-img img {
        width: 100%;
        height: 320px;
    }

    .vision-v-text {
        font-size: 30px;
        bottom: 10px;
        line-height: 40px;
        left: 20px;
    }

    .vision-v-text br {
        display: none;
    }
}

@media (max-width: 768px) {
    .vision-titles-video-container {
        padding: 80px 0;

    }

    .vision-v-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .vision-v-dec {
        width: 100%;
        margin-bottom: 60px;
    }

    .vision-video-container {
        border-radius: 0;
    }

    .vision-v-icon {
        position: absolute;
        top: 30%;
        left: 45%;
    }
}

/* Vision Video End */

/* Export Section Start */

.annual-export-container {
    display: flex;
    align-items: center;
}

.export-wrapper {
    padding: 70px 0 70px 160px;
}

.ann-l-title {
    color: #363636;
    font-size: 56px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 70px;
}

.annual-ex-left {
    width: 54%;
    display: flex;
    flex-direction: column;
}

.ann-ex-l-down {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ann-line-down {
    height: 1px;
    background-color: #656565;
    width: 64%;
    margin-right: 20px;
    position: relative;
    bottom: 7px;
}

.annual-ex-right {
    width: 60%;
    margin-left: 190px;
}

.ann-box-dec {
    font-size: 20px;
    color: #4E4E4E;
    font-weight: 300;
    text-align: left;
    line-height: 27px;
}

.annual-box {
    display: flex;
    margin-bottom: 30px;
}

.annual-box-items {
    padding: 20px 25px;
    border: 1px solid #65656580;
    border-radius: 10px;
    width: 308px;
    /* height: 132px; */
    position: relative;
}

.news-item-dec.common-para {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}

.news-dec p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item-title a {
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item-title a:hover {
    color: #78CEFF;
}

.annual-box-items.all {
    color: white;
    background-color: #00152D;
}

.country-name.all,
.card-value.all,
.card-subtext.all {
    color: white;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.flag-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    object-fit: contain;
}

.card-value {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    color: #0a1f44;
}

.card-subtext {
    font-size: 16px;
    margin-top: 4px;
    color: #555;
}

.annual-box-items::before,
.annual-box-items::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #555;
    border-radius: 2px;
}

.annual-box-items.all::before,
.annual-box-items.all::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 2px;
}

.annual-box-items::before {
    bottom: 10px;
    left: 10px;
    border-top: none;
    border-right: none;
    border-radius: 2px;
}

.annual-box-items.all::before {
    bottom: 10px;
    left: 10px;
    border-top: none;
    border-right: none;
    border-radius: 2px;
}

.annual-box-items::after {
    top: 10px;
    right: 10px;
    border-bottom: none;
    border-left: none;
    border-radius: 2px;
}

.annual-box-items.all::after {
    top: 10px;
    right: 10px;
    border-bottom: none;
    border-left: none;
    border-radius: 2px;
}

.country-name {
    margin-right: 5px;
    font-weight: 400;
    font-size: 20px;
    color: #1E1E1E;
}

.card-value {
    font-size: 40px;
    color: #00152D;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.annual-box.first,
.annual-box.third {
    padding-left: 70px;
}

.annual-box-empty {
    background-color: #D9D9D94D;
    width: 100%;
    /* height: 132px; */
    margin-left: 25px;
    border-radius: 10px;
}

.card-subtext {
    font-weight: 400;
    font-size: 15px;
    color: #1E1E1E;
}

@media (max-width: 991px) {
    .annual-export-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .export-wrapper {
        padding: 40px 0;
    }

    .annual-ex-left {
        width: 100%;
        padding: 0 40px;
    }

    .ann-line-down {
        display: none;
    }

    .annual-ex-left {
        margin-bottom: 50px;
    }

    .annual-ex-right {
        width: 100%;
        margin-left: 280px;
    }
}

@media (max-width: 768px) {
    .export-wrapper {
        padding: 40px 0;
    }

    .ann-l-title {
        font-size: 42px;
        line-height: 55px;
    }

    .annual-ex-left {
        padding: 0 20px;
    }

    .annual-ex-right {
        width: 100%;
        margin-left: 0;
    }

    .annual-box.first,
    .annual-box.third {
        padding-left: 60px;
    }

    .annual-ex-right {
        margin-left: 40px;
    }

    .annual-box-items {
        width: 270px;
    }
}


/* Export Section End */


/* Giving Back Start */

.gv-slider-img-container {
    display: flex;
}

.gv-left-image-container {
    width: 40%;
    /* height: 563px; */
}

.gv-left-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.giving-back-titles-slider {
    /* width: 60%; */
    width: 100%;
}

.giving-back-titles-slider {
    /* padding: 70px 90px 70px 0; */
    padding: 0;
}

.giving-b-slider .swiper-slide,
.giving-b-slider .swiper-slide {
    height: auto;
}

.gv-slider-title {
    font-size: 56px;
    margin-bottom: 40px;
}

.gv-slider-title-arrows {
    /* margin-bottom: 40px; */
}

.office .gv-slider-title-arrows {
    padding: 0 30px;
}

.gv-sw-title {
    margin-bottom: 20px;
    font-size: 30px;
}

/* Giving Back End */


.gv-swiper-container {
    display: flex;
    height: 100%;
}

.giving-b-titles {
    margin-bottom: 50px;
}

.gv-sw-img {
    width: 50%;

}

.gv-sw-img img {
    border-radius: 20px;
    box-shadow: 0px 0px 16px -3px rgba(41, 108, 181, 0.5);
    height: 527px;
    width: 532px;
    object-fit: cover;

}

.gv-sw-details {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 50px;
}

.office .gv-sw-details {
    text-align: center;
}

.gv-sw-dec {
    margin-bottom: 20px;
}

.giving-back-titles-slider {
    position: relative;
}

.giving-b-swiper-btn {
    position: absolute;
    top: 0;
    z-index: 1;
}

.giving-b-swiper-btn {
    position: absolute;
    top: 90px;
    display: flex;
    z-index: 10;
    right: 60px;
}

.office .giving-b-swiper-btn {
    right: 150px;
    display: none;
}

.gv-next,
.gv-prev {
    cursor: pointer;
    pointer-events: auto;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gv-next img,
.gv-prev img {
    width: 48px;
    height: 48px;
}

.gv-next {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .gv-slider-img-container {
        flex-direction: column;
    }

    .gv-left-image-container {
        width: 100%;
        height: 421px;
    }

    .gv-left-image-container img {
        width: 100%;
        object-fit: cover;
    }

    .giving-back-titles-slider {
        width: 100%;
    }

    .giving-back-titles-slider {
        padding: 70px 20px 160px 20px;
    }

    .gv-slider-title {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .gv-sw-title {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 30px;
    }

    .gv-sw-details {
        width: 100%;
        padding: 10px;
    }

    .gv-sw-dec {
        font-size: 18px;
    }

    .giving-b-swiper-btn {
        position: absolute;
        top: 410px;
        display: flex;
        z-index: 10;
        right: 0;
        bottom: 0px;
        left: 10px;
        height: fit-content;
    }

    .giving-back-titles-slider {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        position: relative;
    }

    .giving-b-slider {
        width: 100%;
    }

    .giving-back-titles-slider {
        padding: 0 !important;
        padding-bottom: 30px !important;
    }
}

@media (max-width: 768px) {
    .our-slaeamembers-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .giving-b-swiper-btn {
        top: 570px;
    }
}

/* slmembers section start */
.our-slaeamembers-section {
    margin-top: 120px;
    margin-bottom: 80px;
}

.slmember-title {
    font-size: 56px;
    margin-bottom: 30px;
}

.slmember-dec-btn {
    display: flex;
    justify-content: space-between;
}

.sl-member-dec {
    width: 80%;
    margin-right: 40px;
}

.slmembers-title-dec-btn-container {
    margin-bottom: 60px;
}

.sl-member-btn {}

.sl-member-btn .primary-btn-tran {
    background-color: #00152D;
}

.slmembers-logo-slider .sllogo {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    overflow: hidden;
}

.slmembers-logo-slider-two .sllogo {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    overflow: hidden;
}

.sllogo {
    margin: 0 6px !important;
}

.slmembers-logo-slider-two {
    margin-top: 20px;
}

.slmember-logo-sliders-container {
    margin: 40px 0;
}

.sllogo {
    padding: 0 10px;
}

.sllogo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.slick-track {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .our-slaeamembers-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .slmember-title {
        font-size: 45px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .slmember-dec-btn {
        display: flex;
        flex-direction: column;
    }

    .sl-member-dec {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .gv-swiper-container {
        flex-direction: column;
    }

    .sl-member-dec {
        width: 100%;
        margin-right: 0;
        font-size: 18px;
        color: rgba(78, 78, 78, 1);
        line-height: 130%;
    }

    .slmembers-title-dec-btn-container {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {}

/* slmembers section end */

/* our news and blogs start */

.blog-wrapper {
    padding: 80px;
}

.blog-title-dec-top-container .vision-v-title {
    text-align: center;
}

.blog-title-dec-top-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog-items-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.blog-news-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}

.blog-news-item:last-child {
    margin-right: 0;
}

.news-item-main-img {
    margin-bottom: 20px;
    border: 1px solid #34668852;
}

.news-item-main-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-item-title {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 24px;
}

.news-item-dec {
    width: 90%;
}

.news-item-btn .primary-btn-tran {
    border: none;
    padding-left: 0;
}

@media (max-width: 991px) {
    .blog-wrapper {
        padding: 40px 20px;
    }

    .blog-wrapper .vision-v-title {
        font-size: 41px;
        padding: 0;
    }

    .blog-wrapper .vision-v-dec {
        font-size: 18px;
    }

    .blog-items-container {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .blog-news-item {
        width: 100%;
        margin-right: 0;
    }

    .blog-wrapper .news-item-title {
        font-size: 19px;
    }

    .blog-wrapper .news-item-dec {
        width: 100%;
    }
}

@media (max-width: 768px) {}

/* our news and blogs end */

.slmembers-logo-slider,
.slmembers-logo-slider-two {
    margin: 10px 0;
    overflow: hidden;
}

.slmembers-logo-slider {
    direction: ltr !important;
}

.slmembers-logo-slider-two {
    direction: rtl !important;
}

.sllogo {
    padding: 0 8px;
    transition: all 0.3s ease-in-out;
}

.sllogo:hover {
    border: 1px solid #06053b;
}

.sllogo:hover img {
    transform: scale(1.1);
    /* Correct way to zoom */
}

.sllogo img {
    width: 200px;
    /* height: 140px; */
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.our-n-news {
    display: flex;
}

.our-news-left-container {
    width: 50%;
}

.our-news-right-container {
    width: 50%;
}

.primary-btn.trans {
    background-color: transparent;
    background: transparent;
    padding: 0;
}

.primary-btn.trans .btn-text {
    color: #459EFF;
    font-weight: 600;


}

/* Destination Sri Lanka Start */


.destination-top-title-section {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;

}

.title-bottom-line {
    width: 100%;

}

.two-image-container {
    display: flex;
    justify-content: space-between;
}

.two-img-right {
    width: calc(50% - 20px);
}

.two-img-left {
    width: calc(50% - 20px);
}

.two-img-right img,
.two-img-left img {
    height: 490px;
    width: 100%;
    object-fit: cover;
}

.two-para-section {
    margin-top: 40px;
    margin-bottom: 50px;
}

.top-two-para-container,
.down-two-para-container {
    font-size: 20px;
    font-weight: 300;
    color: #282828;
    line-height: 155%;
}

.top-two-para-container {
    margin-bottom: 20px;
}


/* Destination Sri Lanka End */

.primary-btn.trans::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/05/Button.png');
    filter: brightness(0) saturate(100%) invert(35%) sepia(95%) saturate(1500%) hue-rotate(190deg);
}

.news-box {
    padding: 40px 135px 40px 35px;
    box-shadow: 0px 0px 16px -3px rgba(41, 108, 181, 0.5);

}

.news-date-time {
    display: flex;
    align-items: baseline;

}

.news-date {
    display: flex;
    margin-bottom: 15px;

}

.nd-icon {
    margin-right: 5px;
}

.news-dot {
    width: 8px;
    height: 8px;
    background-color: #459EFF;
    border-radius: 50%;
    margin: 0 20px;
}

.news-title-main {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 15px;
    font-weight: 600;
}

.nd-date,
.nt-time {
    color: #459EFF;
}

.our-news-left-container .ur-news-box-img img {
    width: 100%;
    height: 415px;
}

.our-news-left-container {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px;
    box-shadow: 0px 0px 16px -3px rgba(41, 108, 181, 0.5);

}

.our-news-right-container .news-box {
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.our-news-section {
    margin-bottom: 150px;
}

.image-form-container {
    display: flex;
}

.gt-form-container {
    width: 50%;
    padding: 100px 0;
    color: #fff;
}

.gt-img-container {
    width: 50%;
    text-align: end;
    position: relative;
}

.gt-img-container img {
    width: 390px;
    object-fit: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.gt-bg-img-box {
    position: absolute;
    bottom: 250px;
    width: 411px;
    height: 345px;
    background-color: #F7F7F7;
    z-index: 0;
    left: 140px;
}

.small-image-touch {
    position: absolute;
    right: 280px;
    bottom: 100px;
    z-index: 2;
}

.small-image-touch img {
    width: 360px;
    height: 374px;
    object-fit: cover;
}

.get-wrapper {
    padding: 0 80px;
}

.gt-form-title {
    font-size: 56px;
    color: #363636;
    font-weight: 500;
    margin-bottom: 35px;
}

.gt-form-dec {
    margin-bottom: 40px;
    color: #4E4E4E;
    width: 68%;
}

span input {
    background-color: #59bafff1;
    border-radius: 50px;
    padding: 20px 10px;
}

.gt-form input::placeholder,
.gt-form textarea::placeholder {
    color: #363636;
}

.gt-form span {
    margin-bottom: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
    background-color: #77777717;
    border-radius: 5px;
    border-color: transparent;
}

.temp-c .wpcf7 input[type="text"],
.temp-c .wpcf7 input[type="email"],
.temp-c .wpcf7 input[type="date"],
.temp-c .wpcf7 input[type="tel"],
.temp-c .wpcf7 input[type="url"],
.temp-c .wpcf7 input[type="number"],
.temp-c .wpcf7 input[type="file"],
.temp-c .wpcf7 select,
.temp-c .wpcf7 textarea {
    background-color: #FFFFFF17;
    border-radius: 5px;
    border-color: transparent;
    color: white;
    padding: 23px;
}

.temp-c .wpcf7 input::placeholder,
.temp-c .wpcf7 textarea::placeholder,
.temp-c .wpcf7 select::placeholder {
    color: white;
    opacity: 1;
    /* Ensures full visibility */
}

.gt-form {
    margin-top: 10px;
    width: 80%;
}

.temp-c .wpcf7 input[type="submit"] {
    background-color: white;
    color: #1E1E1E;
    height: 45px;
}

.wpcf7 input[type="submit"].primary-btn-tran-c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00152D;
    color: white;
    width: fit-content !important;
    height: 45px !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 13px 40px 11px 22px;
    /* extra right padding for icon */
    border-radius: 8px;
    font-weight: 500;
    height: fit-content;

    background-image: url('/wp-content/uploads/2025/08/ArrowRight-w.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 15px center;
}

.wpcf7 input[type="submit"].primary-btn-tran-c:hover {
    background-color: #012f62;
}

@media (max-width: 991px) {
    .get-in-touch-section {
        margin-top: 50px;
    }

    .get-wrapper {
        padding: 0 20px;
    }

    .image-form-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .gt-form-container {
        width: 100%;
        padding: 10px 0;
    }

    .gt-img-container {
        width: 100%;
        text-align: end;
        position: relative;
        margin-bottom: 40px;
    }

    .gt-img-container img {
        width: 200px;
    }

    .small-image-touch img {
        width: 190px;
        height: 200px;
    }

    .small-image-touch {
        position: absolute;
        bottom: 40px;
        z-index: 2;
        right: 0;
        left: 0;
        text-align: left;
    }

    .gt-bg-img-box {
        position: absolute;
        bottom: 80px;
        width: 240px;
        height: 200px;
        left: 70px;
    }

    .gt-form-title {
        font-size: 45px;
    }

    .gt-form-dec {
        margin-bottom: 30px;
        width: 100%;
    }

    .gt-form {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 768px) {}

/* Contact Us Start */

/* Banner Start */
.banner-page-title {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.banner-page-main-title {
    font-weight: 400;
    font-size: 66px;
    margin-bottom: 40px;
}

.banner-page-dec {}

.banner-details-container {
    text-align: center;
    color: white;
    margin-top: 60px;
    padding: 20px 0 45px 0;
}

.banner-wrapper {
    min-height: 410px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.destination-title-container {
    font-size: 42px;
    margin-top: 80px;
    text-align: center;
    position: relative;
    width: fit-content;
}

.title-bottom-line {
    position: absolute;
    bottom: -15px;
}

.old-as-time-top-left-mobi {
    display: none;
}

@media (max-width: 991px) {
    .banner-page-main-title {
        font-size: 44px;
        line-height: 120%;
        padding: 0 20px;
    }

    .banner-wrapper {
        padding: 0 20px;
        min-height: auto;
    }

    .destination-title-container {
        font-size: 36px;
        line-height: 36px;
    }

    .two-image-container {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .two-img-right {
        width: 100%;

    }

    .two-img-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .two-img-right img,
    .two-img-left img {
        height: 314px;
    }
}

@media (max-width: 768px) {}

/* Banner End */


.contact-details-map-form {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
    border: 1px solid #D3D3D3;
}

.contact-details {
    background-color: white;
    padding: 40px 50px 20px 50px;
}

.con-us-items {
    display: flex;
    justify-content: space-between;
    padding-right: 90px;
}

.c-u-item {
    display: flex;
    align-items: center;
}

.c-u-icon {
    margin-right: 15px;
}

.con-us-title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-map-form {
    display: flex;
}

.con-form {
    width: 70%;

}

.con-map {
    width: 44%;
}

.con-map p iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.con-map p {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}


.gt-form-container.con-us {
    width: 100%;
    padding: 90px 60px;
    height: 100%;
}

/* Contact Us End */

/* Giving Back Start */



.giving-back-image-title-description {
    display: flex;
    position: relative;
    z-index: 1;
}

.garments .giving-back-image-title-description {
    padding: 100px 0;
}

.gb-image-container {
    width: 50%;
    overflow: hidden;
    margin-right: 70px;
}

.gb-image-container img {
    height: 530px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.gb-title-dec-container {
    width: 50%;
    padding-right: 40px;
}

.garments .gb-title {
    color: white;
}

.gb-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 42px;
    line-height: 115%;
    width: fit-content;
}

.garments .gb-title-bottom-line {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 15px;
}

.solar .gb-title-bottom-line {
    width: 64%;
}

.gb-title-bottom-line {
    height: 1px;
    width: 100%;
    background-color: #656565;
    margin-top: 15px;
}

.garments .gb-dec {
    color: white;
}

.gb-dec {
    font-size: 20px;
    line-height: 155%;
    font-weight: 300;
}

.giving-back-section-temp {
    margin: 100px 0;
}

.giving-back-section.garments {
    position: relative;
    margin-top: 240px;
    margin-bottom: 240px;
}

.garments .gb-image-container {
    margin-right: 0;
    margin-left: 70px;

}

.garments .gb-title-dec-container {
    width: 50%;
    padding-right: 18px;
}

.giving-back-section.solar {
    margin-bottom: 100px;
}

.giving-back-bottom-para {
    font-size: 17px;
    margin-top: 30px;
}

.giving-back-section.destination {
    margin-bottom: 70px;
}

.giving-back-section.destination .gb-image-container img {
    height: 480px;
}

.giving-back-section.destination .gb-b-title {
    margin-bottom: 10px;
}

.giving-back-section.destination .gb-title-dec-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Giving Back End */



/* Destination of Sri Lanka Start */

.light-house-img-container {
    overflow: hidden;
}

.light-house-img-container img {
    /* height: 348px; */
    width: 100%;
    object-fit: cover;

}

.light-house-section {
    margin-bottom: 40px;
}

.old-as-time-container {
    padding: 100px 0;
}

.two-para-section.second {
    margin-top: 15px;
}

.old-as-title {
    font-size: 56px;
    font-weight: 500;
    color: white;
    margin-bottom: 60px;
}

.old-as-time-top {
    display: flex;
}

.old-as-time-top-left {
    width: 37%;
    margin-right: 30px;
    position: relative;
}

.old-time-para {
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
    color: #BFBFBF;
    text-align: left;
}

.old-as-time-top-right-down {
    display: flex;
}

.od-t-tt-left {
    width: 25px;
}

.od-t-tt-left {
    width: 25px;
    margin-right: 30px;
}

.old-as-time-top-right {
    width: calc(70% - 30px);
}

.od-t-tt-right {
    width: calc(70% - 30px);
    padding-right: 30px;
}

.old-as-time-top-right-top {
    padding-right: 90px;
    margin-bottom: 20px;
}

.od-t-tt-left {
    width: 33%;
    margin-right: 30px;
}

.od-t-tt-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.old-as-time-top-left img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    object-position: top;
}

.ol-t-d-left {
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #BFBFBF;
}

.ol-t-d-left {
    width: calc(50% - 50px);

}

.ol-t-d-right {
    width: 50%;
    margin-left: 50px;

}

.ol-t-d-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.old-as-time-down {
    margin-top: 50px;
}

.old-as-time-down {
    display: flex;
}

.ot-title {
    color: white;
    margin-bottom: 30px;
}

.ot-dec {
    color: white;
    font-size: 17px;
}

.design-drawing-img {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: #8686862b 1px solid;
    overflow: hidden;
    margin-bottom: 60px;
}

.design-drawing-img img {
    width: 100%;
}

.design-drawing-dec {
    text-align: center;
    font-size: 17px;
}

.clothes-design-section {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .old-as-time-container {
        padding: 40px 0;
    }

    .old-as-time.flex {
        flex-direction: column;
        row-gap: 15px;
    }

    .old-as-title {
        font-size: 45px;
        margin-bottom: 40px;
        text-align: center;
        line-height: 127%;
    }

    .old-as-time-top-left-mobi {
        display: block;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .old-as-time-top-left {
        display: none;
    }

    .old-as-time-top {
        display: flex;
        width: 100%;
    }

    .old-as-time-top-right {
        width: 100%;

    }

    .old-as-time-top-right-top {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .old-as-time-top-right-down {
        display: flex;
        flex-direction: column-reverse;
    }

    .od-t-tt-right {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .od-t-tt-left {
        width: 100%;
        margin-right: 0;
    }

    .old-as-time-down {
        display: flex;
        flex-direction: column;
    }

    .ol-t-d-left {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .ol-t-d-right {
        width: 100%;
        margin-left: 0;
    }

    .ol-t-d-right img {
        height: 237px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {}

/* Destination of Sri Lanka End */

/* About Us Start */

.affiliated-partners-titles-dec {
    text-align: center;
}

.affiliated-partners-titles {
    margin-bottom: 30px;
}

.ap-title {
    margin-bottom: 10px;
}


/* About Us End */

/* Giving back Start */

/* Giving back End */

/* Who We Are Start */

.destination-top-title-section.who-we-are {
    margin-bottom: 0;
}

.affiliated-partners-section {
    margin-top: 40px;
    margin-bottom: 50px;
}

.affiliated-partners-section.our-purpose {
    margin-bottom: -20px;
}

section.affiliated-partners-section.our-purpose {
    margin-bottom: 80px;
}

.affiliated-partners-dec {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #282828;
    line-height: 155%;
}

.who-wrapper {
    padding: 0 100px;
}

.who-we-are-logo-dec-contacts {
    border: 1px solid #D3D3D3;
}

.who-we-are-logo-dec {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
}

.who-we-are-contacts {
    display: flex;
    padding: 30px 40px;
    row-gap: 12px;
}



.who-we-are-item-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 114%;
    text-align: center;
    color: #282828;
    margin-bottom: 15px;
}

.who-we-are-logo {
    width: 22%;
    margin-right: 50px;
}

.who-we-are-dec {
    width: 80%;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #6E6E6E;
}

.ww-are-contact-item {
    display: flex;
    align-items: center;
    margin-right: 90px;
}

.ww-are-c-icon img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.ww-are-c-txt {
    font-weight: 300;
    font-size: 16px;
    color: #2D2D2D;
    line-height: 1.3;
}

.who-we-are-item-box {
    margin-bottom: 60px;
}

.slaea-top-png-dec-container {
    position: relative;
}

.slaea-bg-top-png {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.slaea-title-dec-container {
    position: relative;
    padding: 40px 170px 60px 50px;
    bottom: 0;
    left: 210px;
    border: 1px solid #FFFFFF4D;
    width: 55%;
}

.slaea-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slaea-bg-img img {
    height: 100%;
    width: 100%;
}

.slaea-chronicles-section {
    margin-top: 30px;
}

.slaea-title {
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 20px;
    color: white;
}

.slaea-dec {
    font-weight: 300;
    font-size: 17px;
    color: white;
    line-height: 26px;
}

.slaea-bg-top-png img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office .giving-back-titles-slider {
    width: 100%;
}

.office-staff-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;

}

.office-staff-img img {
    height: 328px;
    width: 352px;
    object-fit: cover;
    border-radius: 10px;

}

.office-staff-position {
    font-weight: 300;
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
    text-align: center;

}

.office-staff-name {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

.office-staff-company {
    color: #459EFF;
    font-weight: 400;
    font-size: 20px;
    text-align: center;

}

.office .swiper-slide {
    padding-bottom: 10px;
}

.office .giving-b-swiper-btn {
    right: 140px;
}

/* .office .swiper-slide {
    margin: 0 30px;
} */
.exe-comm-wrap {
    padding: 100px 80px;
    padding-top: 0;
}

.executive-committee-section .vision-v-title {
    line-height: 60px;
    margin-bottom: 14px;
}

.executive-committee-section .vision-v-dec {
    margin-bottom: 60px;
}

.exe-comm-boxes-name-positions-container {
    display: flex;
    flex-wrap: wrap;
}

.exe-comm-box-name-positions {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    padding: 50px 40px 50px 40px;
    border: 1px solid #FFFFFF33;
}

.exe-comm-box-name {
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
    line-height: 30px;
}

.exe-comm-box-position {
    color: #459EFF;
    font-size: 20px;
}

@media (max-width: 1440px) {
    .hm-slider-title {
        margin-top: 155px;
        font-size: 50px;
    }

    .primary-btn {
        padding: 16px;
    }

    .nav-link span {
        font-size: 15px;
    }

    .export-wrapper {
        padding: 60px 0 60px 60px;
    }

    .annual-ex-right {
        margin-left: 40px;
    }

    .round-items {
        display: none;
    }
}

@media (max-width: 991px) {
    .who-wrapper {
        padding: 0 20px;
    }

    .export-wrapper {
        padding: 40px 0;
    }


    .slaea-title-dec-container {
        position: absolute;
        padding: 60px 170px 60px 50px;
        bottom: 115px;
        left: 210px;
        border: 1px solid #FFFFFF4D;
        width: 100%;
    }

    .who-we-are-item-title {
        font-size: 33px;
        line-height: 120%;
    }

    .who-we-are-logo-dec {
        display: flex;
        flex-direction: column;
    }

    .who-we-are-logo {
        width: 100%;
        margin: 20px 0;
    }

    .who-we-are-dec {
        width: 100%;
        font-size: 17px;
        line-height: 26px;
        color: #6E6E6E;
    }

    .who-we-are-contacts {
        display: flex;
        padding: 30px 30px;
        flex-direction: column;
    }

    .ww-are-contact-item {
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ww-are-contact-item:last-child {
        margin-bottom: 0;
    }

    .slaea-title-dec-container {
        position: relative;
        padding: 20px;
        bottom: 0;
        left: 0;
        border: 1px solid #FFFFFF4D;
        width: 100%;
        z-index: 1;
        padding-bottom: 220px;
    }

    .slaea-title {
        line-height: 120%;
    }

    .slaea-bg-top-png {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding: 0;
        height: 245px;
    }

    /* .giving-back-section.office {
        padding-top: 200px;
    } */

    .giving-back-section {
        background-color: #00152D;
    }

    .office .gv-slider-title-arrows {
        padding: 0;
    }

    .office .gv-slider-title {
        font-size: 45px;
        margin-bottom: 10px;
        line-height: 120%;
        text-align: center;
    }

    .office .giving-b-swiper-btn {
        top: 86%;
        bottom: 0;
        justify-content: center;
        width: 100%;
        display: flex;
        left: 0;
    }

    .exe-comm-wrap .vision-v-title {
        font-size: 45px;
    }

    .exe-comm-wrap .vision-v-title span {
        font-size: 30px;
    }

    .exe-comm-wrap {
        padding: 70px 20px;
        padding-top: 0;
    }

    .executive-committee-section .vision-v-dec {
        margin-bottom: 50px;
    }

    .exe-comm-boxes-name-positions-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .exe-comm-box-name-positions {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 25px;
        border: 1px solid #FFFFFF33;
    }

    .exe-comm-box-name {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .light-house-img-container img {
        height: 340px;
    }

    .exe-comm-box-position {
        line-height: 1;
        font-size: 18px;
    }

    /* giving back single */
    .giving-back-image-title-description {
        display: flex;
        flex-direction: column;
    }

    .gb-image-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .gb-image-container img {
        height: 342px;
    }

    .gb-title-dec-container {
        width: 100%;
        padding-right: 0;
    }

    .garments .gb-title-dec-container {
        width: 100%;
        padding-right: 0;
    }

    .garments .gb-image-container {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .garments .giving-back-image-title-description {
        flex-direction: column-reverse;
    }

    .giving-back-section.solar {
        background-color: white;
    }
}

@media (max-width: 768px) {}


/* Who We Are End */

/* contact us */
.temp-c .gt-form-dec {
    margin-bottom: 20px;
    color: #ffffff;
    width: 74%;
    font-size: 14px;
    line-height: 24px;
}

.temp-c .gt-form-title {
    font-size: 56px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .contact-temp .main-wrapper {
        padding: 0;
    }

    .contact-details-map-form {
        margin-top: 0;
    }

    .contact-details-map-form {
        box-shadow: none;
        margin-bottom: 0;

    }

    .con-us-items {
        flex-direction: column;
        padding-right: 0;
    }

    .c-u-item {
        margin-bottom: 10px;
    }

    .contact-details {
        background-color: white;
        padding: 40px 30px;
    }

    .contact-map-form.temp-c {
        flex-direction: column;
    }

    .temp-c .con-form {
        width: 100%;
    }

    .gt-form-container.con-us {
        width: 100%;
        padding: 60px 30px;
        height: 100%;
    }

    .temp-c .gt-form-title {
        font-size: 45px;
    }

    .temp-c .gt-form-dec {
        width: 100%;
        margin-bottom: 40px;
    }

    .temp-c .con-map {
        width: 100%;
    }

    .temp-c .con-map iframe {
        height: 406px;
    }
}

@media (max-width: 768px) {}

/* contact us end */


/* Export Section Start */
.export-performance-report-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.report-container {}

.export-report-wrap {
    padding: 0 100px;
}

.export-report-wrap-2 {
    padding: 0 100px;
}

.report-title {
    text-align: center;
    font-size: 43px;
    margin-bottom: 70px;
    color: #282828;
    font-weight: 400;
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.report-tabs span {
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    position: relative;

}

.report-tabs span::after {
    content: "|";
    color: #D3D3D3;
    margin-left: 40px;

}

.report-tabs span:last-child::after {
    content: "";
}

.report-tabs .active {
    color: #2f80ed;
    font-weight: 600;
}

.report-date {
    font-weight: 500;
    font-size: 30px;
}

.individual-link {
    color: #2f80ed;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.2;
}

.report-table {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    border: 0.98px solid rgba(211, 211, 211, 1);
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

th,
td {
    padding: 25px 14px;
    border-bottom: 1px solid #e0e0e0;
}

td {
    padding: 25px 14px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: rgba(45, 45, 45, 1);
}

thead th span {
    display: block;
    font-size: 20px;
    color: rgba(45, 45, 45, 1);
    font-weight: 400;
    margin-top: 5px;
}

thead th {
    color: rgba(105, 179, 90, 1);
    font-weight: 700;
    font-size: 20px;
}

tbody td:first-child {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    padding-left: 30px;
}

.total-row td:first-child {
    font-weight: 700;
    color: #2f80ed;
}

.total-row .blue {
    color: #2f80ed;
    font-weight: 700;
    font-size: 20px;
}

/* === CHART CONTAINER === */
.export-chart-section {
    margin-bottom: 20px;
}

.chart-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 50px 60px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 0.98px solid rgba(211, 211, 211, 1);

}

/* === LEGEND === */
.chart-legend {
    display: flex;
    justify-content: center;
    gap: 100px;
    font-size: 14px;
    margin-bottom: 40px;
    color: rgba(52, 51, 56, 1);
}

.legend-color {
    display: inline-block;
    width: 33px;
    height: 15px;
    border-radius: 98px;
    margin-left: 20px;
    vertical-align: middle;
}

.legend-knit {
    background-color: #51a7ff;
}

.legend-woven {
    background-color: #25597f;
}

.legend-other {
    background-color: #187b78;
}

/* === CHART AREA === */
.chart-area {
    position: relative;
    min-height: 300px;
}

/* === Y-AXIS & DOTTED GRID LINES === */
.y-axis {
    position: absolute;
    top: -25px;
    left: 0;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(52, 51, 56, 1);
    width: 60px;
    text-align: left;
    padding-right: 10px;
    z-index: 1;
}

.chart-row {
    display: flex;
    position: relative;
    height: 100%;
    align-items: end;
}

.y-axis div {
    position: relative;
}

.y-axis div::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    width: calc(100% - 60px);
    height: 1px;
    border-top: 1px dotted #cfcfcf;
    transform: translateY(-50%);
    z-index: 0;
}

/* === BAR COLUMNS CONTAINER === */
.columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 300px;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    z-index: 2;
    min-width: 100%;
    width: fit-content;
    overflow: hidden;
    overflow-x: overlay;
    column-gap: 5%;

}

/* === INDIVIDUAL COLUMN GROUP === */
.chart-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    width: 13%;
    height: 100%;
    position: relative;
}

/* === BARS === */
.bar {
    width: 42px;
    border-radius: 200px 200px 0 0;
    display: block;
    transition: height 0.3s ease;
    margin-right: 2px;
}

/* === BAR COLORS === */
.knitted {
    background-color: #51a7ff;
}

.woven {
    background-color: #25597f;
}

.other {
    background-color: #187b78;
}

/* === BAR HEIGHT UTILITY CLASSES === */
.height-100 {
    height: 100%;
}

.height-90 {
    height: 90%;
}

.height-80 {
    height: 80%;
}

.height-75 {
    height: 75%;
}

.height-70 {
    height: 70%;
}

.height-65 {
    height: 65%;
}

.height-60 {
    height: 60%;
}

.height-55 {
    height: 55%;
}

.height-50 {
    height: 50%;
}

.height-40 {
    height: 40%;
}

.height-30 {
    height: 30%;
}

.height-20 {
    height: 20%;
}

.height-10 {
    height: 10%;
}

.height-5 {
    height: 5%;
}

/* === YEAR LABELS === */
.chart-column .year {
    font-size: 14px;
    color: rgba(52, 51, 56, 1);
    margin-top: 15px;
}

@media (max-width: 991px) {
    .export-report-wrap {
        padding: 0;
        padding-left: 20px;
    }

    .export-report-wrap-2 {
        padding: 0 20px;
    }

    .columns {
        margin-left: 30px;
    }

    .chart-legend div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .chart-legend {
        gap: 10%;
    }

    .legend-color {
        margin: 0;
    }

    .chart-container {
        padding: 25px 10px 10px;
    }

    .export-performance-report-section {
        overflow-x: scroll;
    }

    .report-tabs span {
        font-size: 20px;
    }

    .report-tabs span::after {
        margin-left: 10px;
    }

    .report-tabs span {
        margin-right: 10px;
    }

    .export-chart-section {
        overflow-x: scroll;
    }

    .export-report-wrap {
        width: 100%;
        padding: 0 20px;
    }

    .report-header {
        flex-direction: column;
    }

    .report-date {
        font-size: 18px;
    }

    .report-header {
        flex-direction: column;
        row-gap: 20px;
    }

    .report-title {
        text-align: center;
        width: 30%;
    }
}

@media (max-width: 768px) {}

/* Export Section End */


/* Blog Section Start */
.recent-news-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(40, 40, 40, 1);
}

.recent-news-section {
    margin-top: 70px;
    margin-bottom: 60px;
}

/* .blog-wrapper {
    padding: 0;
    margin: 0;
} */

/* Container grid */
.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card styling */
.news-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.news-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Image */
.news-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* Content */
.news-content {
    padding: 30px 20px;
}

.recent-news-section .recent-news-items .news-content {
    min-height: 170px;
}

.news-meta {
    font-size: 12px;
    color: rgba(69, 158, 255, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    align-items: center;
}

.nw-dot {
    font-size: 25px;
    margin: 0 10px;
}

.news-meta span,
.news-readmore {
    display: flex;
    column-gap: 7px;
}

.single-brand-name-container .news-meta {
    font-size: 14px;
}

.news-content .news-meta span img {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.news-readmore img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(45, 45, 45, 1);
    margin-bottom: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title:hover {
    color: #0077cc;
}

.news-readmore {
    font-size: 14px;
    color: #0077cc;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
}

.news-readmore:hover {
    text-decoration: underline;
}

.recent-news-wrap {
    padding: 0 100px;
}

.recent-news-wrap-top {
    padding: 0 85px;
}

.news-month-title {
    font-size: 30px;
    padding: 50px 40px 20px 40px;
    border-bottom: 1px solid rgba(211, 211, 211, 1);
}

.month-open-news-container {
    border-radius: 19px;
    border: 1px solid rgba(211, 211, 211, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.open-month-news-grid {
    display: flex;
    flex-direction: column;
    padding: 0 110px;
}

.open-month-news-card {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(211, 211, 211, 1);
}

.open-month-news-card:nth-child(3n) {
    border-bottom: 1px solid transparent;
}

.open-month-news-thumbnail {
    border-radius: 5px;
    overflow: hidden;
    width: 443px;
    height: 315px;
    overflow: hidden;
    object-fit: cover;
}

.open-month-news-content {
    width: 50%;

}

.news-dec p {
    font-size: 17px;
    color: rgba(110, 110, 110, 1);
    margin-top: 10px;
}

.open-month-news-content .news-meta span img {
    margin-right: 8px;
}

.month-open-news-section {
    margin-bottom: 80px;
}

.recent-news-btn {
    display: none;
}

.news-card {
    margin: 0 15px 20px 15px;
}

.news-readmore {
    display: flex;
    align-items: center;
}

.news-readmore img {
    margin-left: 10px;
}

section.two-para-section.bg-bl-sla {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #00152d;
}

@media (max-width: 991px) {
    .recent-news-section .recent-news-items .news-content {
        min-height: 165px;
    }

    .recent-news-wrap {
        padding: 0 20px;
    }

    .recent-news-wrap-top {
        padding: 0 20px;
    }

    .recent-news-btn {
        display: flex;
        margin-top: 20px;
        margin-bottom: 50px;
        justify-content: center;
        display: none;
    }

    .recent-news-btn .rn-next {
        margin-right: 13px;
    }

    .news-title {
        font-size: 16px;
    }

    .month-open-news-container {
        border-radius: 19px;
        border: 1px solid transparent;
        box-shadow: none;
    }

    .news-month-title {
        display: none;
    }

    .open-month-news-card {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid transparent;
    }

    .open-month-news-grid {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .open-month-news-content {
        width: 100%;
        padding: 20px 0;
    }

    .news-meta {
        font-size: 14px;
        color: rgba(69, 158, 255, 1);
        display: flex;
        gap: 8px;
        margin-bottom: 10px;
        align-items: center;
    }

    .month-open-news-section .news-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .f-section-title {
        margin-bottom: 15px;
    }

    .news-readmore {
        font-size: 15px;
    }

    .footer-menu-container .menu-item,
    .f-cnt-item {
        margin-bottom: 17px;
    }

    .f-nav-bar {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {}

/* Blog Section End */


/* Single Members Start */
.single-member-details-section {}

.single-brand-logo-container {
    margin-top: 20px;
}

.single-brand-logo-container img {
    padding: 10px;
    /* border-radius: 15px; */
    overflow: hidden;
    height: 225px;
    width: auto;
}

.slmember-logo-slider-wrap .slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.f-main-logo {
    display: flex;
    align-items: center;
}

.single-member-details-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    background-color: rgb(220, 220, 220);
    padding: 30px 60px;

}

.contact-info-item {
    width: 25%;
}

.sm-contact-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.sm-contact-detail {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
}

.sm-contact-detail a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}

.sm-contact-detail a:hover {
    color: #012f62;
}

.single-member-description {
    color: #000;
    font-size: 18px;
    margin: 40px 0;
    padding: 0 90px;
}

.single-member-map {
    margin: 40px 0;
    padding: 0 90px;
    text-align: center;
}

.mobile-menu-new {
    display: none;
}

.open-month-news-card {
    column-gap: 20px;
}

@media (max-width: 991px) {
    .mobi-menu-close {
        position: absolute;
        top: 6px;
        right: 6px;
    }

    .mobile-menu-wrap .footer-menu-container a {
        font-weight: 400;
    }

    .contact-info-item {
        width: 33%;
        margin-bottom: 15px;
    }

    .single-member-wrap {}

    .single-member-description {
        font-size: 16px;
        margin: 20px 0;
        padding: 0 20px;
        text-align: justify;

    }

    .single-member-map {
        margin: 20px 0;
        padding: 0 20px;
    }

    .single-member-map p iframe {
        width: 100%;
    }

    .sllogo img {
        height: 100px;
    }

    .header-buttons-wrapper {
        position: relative;
    }

    .mobile-menu-new {
        position: fixed;
        background-color: #00152D;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        right: -1500px;
        transition: right 0.4s ease-in-out;
    }

    .mobile-menu-new.mobi-menu-active {
        right: 0;
    }

    .mobile-menu-wrap {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        margin-top: 75px;
    }

    .mobile-menu-wrap .menu-item {
        margin-bottom: 55px;
    }

    .mobile-menu-wrap .menu-item:last-child {
        margin-bottom: 40px;
    }

    .mobile-menu-wrap .footer-menu-container {
        width: 100%;
    }

    .mobile-menu-wrap .footer-menu-container a {
        color: white;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .contact-info-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .sm-contact-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .sm-contact-detail {
        font-size: 14px;
        line-height: 15px;
    }

    .single-member-details-container {
        padding: 20px;
    }
}

/* Single Members End */

.primary-btn:hover {
    background-color: #8fc5ec;
}

.f-social-l img {
    transition: transform 0.3s ease-in-out;
}

.f-social-l:hover img {
    transform: scale(1.1);
}

.f-main-logo img {
    width: 200px;
}

.show-desktop {
    display: block;
}

.show-mobi {
    display: none;
}

@media (max-width: 991px) {
    .show-desktop {
        display: none;
    }

    .show-mobi {
        display: block;
    }
}

.page-template-template-contact-us .gt-form-container .wpcf7 input::placeholder,
.page-template-template-contact-us .gt-form-container .wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 1);
}

.primary-btn-tran-c {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: white;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 13px 40px 11px 25px;
    border-radius: 8px;
    font-size: 18px;
    height: fit-content;
    font-weight: 400;
    border: 1px solid white;
    background-image: url('/wp-content/uploads/2025/08/contact-page-arrow.png');
}

.primary-btn-tran-contact-page::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/08/contact-page-arrow.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.wpcf7 input[type="submit"].primary-btn-tran-contact-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 13px 40px 11px 25px;
    /* extra right padding for icon */
    border-radius: 8px;
    font-weight: 500;

    background-image: url('/wp-content/uploads/2025/08/contact-page-arrow.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 15px center;
}

.primary-btn-tran-c:hover,
.primary-btn-tran:hover {
    color: white;
    background-color: #012f62;
}

.blog-news-item .primary-btn-tran:hover {
    background-color: #00152D;
    color: #c1d2df;
}

.report-table-container {
    margin-bottom: 80px;
    overflow: overlay;
}

.member-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-tables-export-charts-container {
    margin-bottom: 80px;
}

.report-tables-export-charts-container:last-child {
    margin-bottom: 40px;
}

/* members section start */
.members-type-filter-section {
    margin: 0 0;
}

ul.affiliated-partners-dec-list {
    text-align: left;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    max-width: 800px;
    margin: 0 auto;
}

.member-filter {
    text-align: end;
}

.member-showing {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.single-member {
    width: 25%;
    margin-bottom: 30px;
}

.members-type-showing-section {
    margin-bottom: 80px;
}

.single-member .member-thumb img {
    transition: transform 0.4s ease;
    /* smooth zoom */
}

.single-member:hover .member-thumb img {
    transform: scale(1.1);
    /* zoom in */
}

.members-type-showing-section .member-title {
    font-size: 20px;
}

.single-member .member-title {
    transition: all 0.4s ease-in-out;
}

.single-member:hover .member-title {
    color: #0057ba;
}

/* Wrapper styling */
.members-type-filter-section {
    padding: 30px 0;
    background: #e9e9ea;
}

.members-type-filter-section .main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Dropdown container */
.member-filter {
    display: inline-block;
    position: relative;
}

/* Dropdown select */
#member_type_dropdown {
    padding: 12px 20px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 220px;
}

/* Add custom dropdown arrow */
#member_type_dropdown::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    pointer-events: none;
}

/* Hover & focus states */
#member_type_dropdown:hover {
    border-color: #0073aa;
    box-shadow: 0 0 8px rgba(0, 115, 170, 0.2);
}

#member_type_dropdown:focus {
    outline: none;
    border-color: #0073aa;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 333px;
}

.single-brand-name-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Style the select */
.custom-select-wrapper select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    border: 2px solid #0073aa;
    border-radius: 8px;
    background: #fff;
    color: #333;
    cursor: pointer;
    appearance: none;
    /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Add a clear dropdown arrow */
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

.nav>li.active a.nav-link span {
    color: rgba(120, 206, 255, 1);
}

p,
body {
    font-size: 20px;

}

@media (max-width: 991px) {
    .single-member {
        width: 33%;
    }
}

@media (max-width: 768px) {
    .single-member {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    .single-member:nth-child(2n) {
        margin-right: 0;
    }
}

.giving-back-section-temp.innovation {
    margin-bottom: 0;
}

.single-member-map iframe {
    width: 100% !important;
}

.wpcf7-form p {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    top: 10px;
    left: 14px;
}

.export-report-wrap select {
    border: none;
}

.small-img-dec,
.ann-box-dec,
.common-para,
.f-top-dec,
.top-two-para-container,
.down-two-para-container,
.od-t-tt-right,
.old-time-para,
.ol-t-d-left p,
.top-two-para-container,
.slaea-dec,
.gb-dec,
.news-dec p {
    text-align: justify;
}

.vision-v-dec.common-para {
    text-align: center;
}

.news-pagination {
    margin: 40px 0 50px 0;
}

.news-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.news-pagination li a,
.news-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ddd;
    color: #999;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-pagination li a.prev,
.news-pagination li a.next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
    color: #999;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-pagination li a:hover {
    border-color: #007bff;
    color: #007bff;
}

.news-pagination li span.current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.two-para-container.flex {
    display: flex;
    column-gap: 35px;
}

.f-social-links {
    text-align: center;
}

.top-two-para-container h2 {
    text-align: left;
}

.top-two-para-container.left {
    width: 40%;
    margin: 0;
}

.old-as-time.flex {
    display: flex;
    position: relative;
    row-gap: 35px;
    column-gap: 35px;
}

.old-as-time-img-wrap img {
    height: 100%;
    object-fit: cover;
}

.export-report-wrap select option {
    font-size: 17px;
}

.export-report-wrap-2.ex-2nd-tt {
    margin-top: 65px;
}

.individual-link.no-data {
    margin-top: 40px;
}

input#member_search_input {
    padding: 12px 20px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 220px;
}

button#member_search_btn {
    padding: 12px 20px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.member-search {
    display: flex;
}

.old-as-time-img-wrap img {
    height: 100%;
    object-fit: cover;
    max-height: 500px;
    width: 100%;
}

.old-as-time-img-wrap {
    width: 100%;
}

select#filter_year {
    padding: 4px 30px;
    font-size: 14px;
    margin-left: 6px;
}

.no-data-message {
    text-align: center;
    margin: 50px 0;
    padding: 30px;
    /* border: 1px dashed #ccc; */
    border-radius: 12px;
    background: #fafafa;
    color: #444;
}

.no-data-message p {
    font-size: 16px;
    margin-bottom: 12px;
}

.no-data-message strong {
    color: #00152d;
}

.view-latest-btn {
    background: #00152d;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s ease;
}

.view-latest-btn:hover {
    background: #8fc5ec;
}

@media (max-width: 1366px) {
    .giving-back-titles-slider {
        padding: 40px 40px 40px 40px;
    }
}

@media (max-width: 1025px) {
    .menu-item a {
        padding: 5px 5px;
    }

    .open-month-news-grid {
        padding: 0 25px;
    }

    .menu-item a span {
        font-size: 16px;
    }

    .navi-contact-btn {
        width: 210px;
    }

    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .slaea-title-dec-container {
        position: relative;
        padding: 10px 30px 250px 50px;
        left: 30px;
        width: 90%;
    }

    .slaea-bg-top-png {
        position: absolute;
        bottom: 0;
        right: -190px;
        z-index: 3;
    }

    .slaea-bg-top-png img {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }

    .slaea-bg-top-png {
        position: absolute;
        bottom: 0;
        right: -470px;
        z-index: 3;
    }
}

@media (max-width: 991px) {
    .news-pagination ul {
        display: flex;
        justify-content: center;
        gap: 0px;
        list-style: none;
        padding: 0;
    }

    .giving-b-swiper-btn {
        top: 0;
        position: relative;
    }

    .gv-slider-title-arrows {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
    }

    .news-pagination ul>li:not(:last-child),
    .news-pagination ol>li:not(:last-child) {
        margin-bottom: 3px;
        margin-right: 7px;
    }

    .news-pagination li a,
    .news-pagination li span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #ddd;
        color: #999;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .news-pagination li a.prev,
    .news-pagination li a.next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #ddd;
        color: #999;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .two-para-container.flex {
        flex-direction: column;
        row-gap: 35px;
    }

    .top-two-para-container.left {
        width: 100%;
    }

    .member-filter-wrapper {
        flex-direction: column;
        row-gap: 10px;
    }

    .small-img-dec,
    .ann-box-dec,
    .common-para,
    .f-top-dec,
    .top-two-para-container,
    .down-two-para-container,
    .od-t-tt-right,
    .old-time-para,
    .ol-t-d-left p,
    .top-two-para-container,
    .slaea-dec,
    .gb-dec,
    .news-dec p {
        text-align: left;
    }

    p,
    body,
    .old-time-para,
    .top-two-para-container,
    .down-two-para-container {
        font-size: 17px;

    }

    a.primary-btn,
    .primary-btn-tran {
        padding: 15px 20px;
    }

    .slaea-title-dec-container {
        width: 100%;
        left: 0;
        padding: 10px 20px 230px 20px;
    }

    .card-value {
        font-size: 28px;
    }

    .recent-news-section {
        margin-bottom: 0;
    }
}

/* @media (max-width: 767px) {
    .f-top-main-title {
        font-size: 40px;
        line-height: 1.2;
    }
} */


.navbar-nav {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 4%; */
    width: 100%;
    justify-content: space-around;
}

.vision-v-dec {
    padding: 10px;
}

@media (max-width: 767px) {
    .large-img-btm img {
        height: 225px;
    }

    .gv-next img,
    .gv-prev img {
        width: 48px;
        height: auto;
    }

    .open-month-news-grid {
        padding: 0;
    }
}



@media (max-width: 600px) {
    .ann-ex-r-top.annual-box.mid {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .annual-box {
        margin-bottom: 20px;
    }
}