/*
Theme Name:   Twenty Twenty-Five Child
Theme URI:    https://wordpress.org/themes/twentytwentyfive/
Author:       Your Name
Author URI:   https://yourwebsite.com
Description:  A child theme for Twenty Twenty-Five, a simple and flexible WordPress theme.
Template:     twentytwentyfive
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyfive-child
Tags:         custom-colors, custom-logo, custom-menu, accessibility-ready
*/

/* Importing the parent theme's styles */
@import url('../twentytwentyfive/style.css');
/* Contact Form Container */


@font-face {
    font-family: 'Aptos Display';
    src: url('/wp-content/uploads/2025/font/aptos-display.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.spacer {
    margin-bottom: 6px;
}
body {
    font-family: 'Aptos Display';
}
.tagline {
    position: relative;
}

.tagline::before {
    content: "";
    display: block;
    width: 0px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: rgb(243, 156, 18);
    transition: width 0.3s ease-in-out;
}

.tagline:hover::before {
   width: 205px;
}

.language-zh .tagline:hover::before {
   width: 75px;
}
#languageToggle {
    position: relative;
}

#languageToggle::before {
    content: "";
    display: block;
    width: 0px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    background: rgb(243, 156, 18);
    transition: width 0.3s ease-in-out;
}

#languageToggle:hover::before {
    width: 70px; /* adjust width if needed */
}


p#teamModalContent {
    font-size: 18px;
    font-weight: 500;
    font-family: sans-serif;
}
h1.team-title
 {
    color: #ffffff;
    margin-left: 10px;
}
/* Only hide list after JS enhancement */


/* Dropdown toggle button */
/*.dropdown-toggle-custom {
    background: transparent;
    border: 1px solid #fff;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

 Dropdown menu styling 
.dropdown-menu-custom {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    margin-top: 5px;
    z-index: 1000;
    min-width: 160px;
    padding: 0;
    list-style: none;
}

.dropdown-menu-custom.show {
    display: block;
}

.dropdown-menu-custom li {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-menu-custom li:hover {
    background: #f5f5f5;
}

.dropdown-menu-custom img {
    width: 18px;
    margin-right: 6px;
    vertical-align: middle;
}*/

/* Custom Dropdown Toggle Button */
.dropdown-toggle-custom {
    background: #f60;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
}

/* Dropdown Menu Styles */
.dropdown-menu-custom {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: none;
    position: absolute;


    z-index: 999;
    min-width: 120px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-menu-custom.show {
    display: block;
}

/* Dropdown items */
.dropdown-menu-custom li {
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-menu-custom li:hover {
    background: #eee;
}

/* Ensure the container positions correctly */
.language-switcher,
.wpm-switcher-list {
    position: relative;
    display: inline-block;
}

/* Mobile View: Dropdown toggles when clicked */
@media (max-width: 767px) {
    .language-switcher.deshk {
        display: none;
    }
    p.fund-para.text-center {
        font-size: 30px !important;
        font-weight: 400;
    }
    .portfolio-content p {
        font-size: 20px;
        line-height: 1.6;
        font-weight: 400;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .portfolio-content h2 {
        font-size: 30px !important;
        ;
        margin-bottom: 16px !important;
        ;
    }
    .funds-description {
        font-size: 25px !important;
        line-height: 1.6;
        font-weight: 400;
    }
    .portofolio-heading {
        font-size: 30px !important;
        margin-bottom: 30px;
        margin-left: 12px !important;
    }
    .our-team-border h2 {
        font-size: 24px;
        color: #ffffff;
        margin-left: 7px;
    }
    .dropdown-menu-custom {
        position: absolute;
        top: 100%;  /* Position dropdown below the button */
        left: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .language-switcher {
        width: 100%;
        text-align: left;
    }

    .wpm-switcher-list {
        display: block;  /* Make the language items appear as a block element for easier tapping */
    }
}

/* Desktop View: Language items shown horizontally */
@media (min-width: 768px) {
    .dropdown-menu-custom {
        display: block;  /* Always show the menu on desktop */
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }

    .dropdown-toggle-custom {
        display: none;  /* Hide the toggle button on desktop */
    }

    .wpm-switcher-list {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        flex-direction: column;
    }

    /*    .wpm-switcher-list li {
            padding: 8px 12px;
        }*/
}
button#languageToggle {
    background-color: #00000000;
    color: white;
    border: none;
    font-size: 18px;
    padding: 0px 15px;
    margin-top: -6px;
}
.language-toggle-group {
    position: relative;
}

#languageDropdown {
    position: absolute;
    top: 58%;
    /* left: 0; */
    z-index: 1000;
    min-width: 150px;        /* optional: adjust as needed */
}



.language-toggle-group {
    display: inline-block;
    position: relative;
}

.language-dropdown {
    position: absolute;
    top: 100%; /* Show just below the button */
    right: 0;
    z-index: 999;
    background: white;
    border: 1px solid #ddd;
    padding: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 150px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* Show on hover or when JS adds .open */
.language-toggle-group:hover .language-dropdown,
.language-dropdown.open {
    max-height: 500px; /* adjust as needed */
    opacity: 1;
}








.custom-slide7-hero {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    color: white;
}

.custom-slide7-overlay {
    background: rgba(0, 0, 0, 0.4); /* slight overlay effect */
    padding: 50px 0;
}
.tagline {
    font-size: 18px;
    margin-top: -23px;
    font-weight: 400;
    color: #ffffff;
    margin-left: -57px;
}

.custom-slide7-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: left;
}

.custom-slide7-desc-1,
.custom-slide7-desc-2 {
    background-color: rgba(34, 34, 34, 0.9); /* dark gray with opacity */
    padding: 25px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #f5f5f5;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}

.language-zh p#teamModalContent {
    font-size: 13px;
    font-weight: 500;
    font-family: sans-serif;


}

.contact-form {
    padding: 0px 20px 20px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Form Fields */
.wpcf7-form p {
    margin-bottom: 15px;
}

.wpcf7-form label {
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;

}


/* Input and Textarea Styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.2);
}

/* Textarea */
.wpcf7-form textarea {
    height: 120px;
    resize: none;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    background: #007bff;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    background: #0056b3;
}

/* Success & Error Messages */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #ffefef;
    border: 1px solid #ff7070;
    color: #d9534f;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #e6ffed;
    border: 1px solid #2ecc71;
    color: #27ae60;
}

/* Custom styles for the child theme can go here */
/*.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #333;
    color: white;
}

.custom-header .container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.logo img {
    max-height: 50px;
}

.main-menu {
    flex-grow: 1;
    text-align: right;
}

.custom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menu li {
    display: inline-block;
    margin-left: 20px;
}

.custom-menu li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.custom-menu li a:hover {
    color: #f8c20e;
}*/
/* Custom Header Styling */
/*p.our-para {
    color: #000000d1;
    font-weight: 800;
    font-size: 15px;
    font-family: sans-serif;
    margin-left: 209px;
}
*/
h2.our-h {
    color: #20497E !IMPORTANT;
    ;
    font-size: 20px;
    font-weight: 700;
    margin-left: 200px;

}
h2.text-primary.fw-bold {
    color: #ffffff !IMPORTANT;
    font-size: 24px;
}

.our-team-border .text-container {
    background: white;
    padding: 26px;
}

.our-team-border h2 {
    font-size: 24px;
    color: #ffffff; /* Dark blue heading */
    margin-left: 60px;
}
p.text-light.small.mb-0 {
    font-size: 14px !important;
    font-weight: 300;
}
p#modalTeamContent {
    font-size: 20px !important;
    font-weight: 300;
    text-align: left;
}
.our-team-border .our-para {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    padding: 26px 152px 2px 60px;
    color: white;
}

/*.our-team-border .our-h {
  font-size: 18px;
  font-weight: bold;
  color: #004a99;  Same blue color for consistency 
}*/

.our-team-border a {
    font-size: 14px;
    color: #004a99;
    text-decoration: none;
    font-weight: bold;
}

.our-team-border a:hover {
    text-decoration: underline;
}
.our-team-slide {
    background: linear-gradient(to right, rgb(255 255 255 / 90%), rgb(255 255 255 / 73%)), url(/wp-content/uploads/2025/03/Slide-4.jpg) no-repeat center center;
    background-size: cover;
}
/*.funds-border {
    margin: 10px;
    padding: 30px;
    border: 10px solid #4169e1;
}*/
/*.our-team-border {
    border-width: 8px 5px 5px 15px;
    border-style: solid;
    border-color: #4169e1;
    padding: 60px 0px 60px 0px;
}*/

.our-team-border .col-md-6 {
    position: relative;
    padding: 0;
}

.our-team-border img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.our-team-border .image-container {
    position: relative;
    overflow: hidden;
}

.our-team-border .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-team-border .text-container {
    background: #031120;
    padding: 20px;
    position: absolute;
    /* top: 0; */
    right: 0;
    left: 659px;

}

.our-para-first {
    font-size: 21px;
    line-height: 1.6;
    font-family: sans-serif;
    font-weight: 500;
    padding: 85px;
}
@media (max-width: 768px) {
    .our-para-first {
        font-size: 21px;
        line-height: 1.6;
        font-family: sans-serif;
        font-weight: 500;
        padding: 15px;
    }
}
.our-h {
    font-size: 18px;
    font-weight: bold;
}


img.logo-cus {
    width: 262px;
    margin-left: -134px;
    margin-top: -12px;
}
@media (max-width: 768px) {
    /*    p.our-para {
            color: #000000d1;
            font-weight: 700;
            font-size: larger;
            font-family: sans-serif;
            margin-left: 0px;
        }
        h2.our-h {
            color: #20497E;
            font-size: 24px;
            font-weight: 700;
            margin-left: 156px;
            margin-top: 21%;
        }*/
    .services-content li {
        text-align: left;
    }
}
@media (max-width: 480px) {
    img.logo-cus {
        width: 214px;
        margin-left: -45px;
    }
}
/*.position-relative {
    position: relative !important;
    text-align: -webkit-center;
}*/
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: -7px;
}

html {
    scroll-behavior: smooth;
}
p.fs-5.fw-light.second-slide {
    font-size: 20px !important;
    margin-left: 30%;
    margin-right: 30%;

}
/* Default transparent navbar */
.custom-header {
    background: transparent;
    transition: background 0.4s ease-in-out;
}
@media (max-width: 768px) {
    #customHeader {
        position: relative !important;
    }
}

/* Navbar background turns black when scrolled */
.custom-header.scrolled {
    background: rgba(0, 0, 0, 0.9);
}
p.fund-para.fw-bold.text-start {
    font-size: 28px;
    font-family: sans-serif;
    margin-left: 58px;
}
@media (max-width: 768px) {
    .portfolio-content {
        position: relative;
        z-index: 1;
        /* margin-left: 20%; */
        /* margin-right: 20%; */
        margin: 0px !important;
    }
    p.fs-5.fw-light.second-slide {
        font-size: 18px !important;
        font-family: sans-serif;
        margin: 0px;
    }
    p.fund-para.fw-bold.text-start {
        font-size: 15px;
        font-family: sans-serif;
        margin-left: 15px;
    }
}
/* Navbar links styling */
.navbar-nav .nav-item .nav-link {
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: color 0.3s;
}

/* Change link color when hovering */
.navbar-nav .nav-item .nav-link:hover {
    color: #f39c12 !important;
}

/* Navbar links styling */
.navbar-nav .menu-item {
    margin: 0 15px; /* Space between menu items */
    position: relative;
}

/* Style for menu links */
.navbar-nav .menu-item a {
    color: white !important;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
}

/* Underline effect on hover */
.navbar-nav .menu-item a::after {
    content: "";
    display: block;
    width: 0;
    height: 8px;
    background: #f39c12; /* Accent color */
    position: absolute;
    left: 50%;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.navbar-nav .menu-item a:hover::after {
    width: 80%; /* Underline effect */
}

/* Active menu item */
.navbar-nav .menu-item.current-menu-item a {
    color: #f39c12 !important;
}

/* Active menu item underline */
.navbar-nav .menu-item.current-menu-item a::after {
    width: 80%;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .navbar-nav .menu-item {
        margin: 0px 0;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .custom-header {
        background: black; /* Always black in mobile */
        padding: 10px 15px;
    }

    .custom-header .container {
        flex-direction: row;
        align-items: center;
    }

    .custom-header .logo {
        background: none; /* Remove dark background in mobile */
    }

    .custom-header .main-menu {
        text-align: left;
    }

    .custom-menu {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .custom-menu li {
        display: block;
        padding: 5px 0;
    }
}
.custom-header .container {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Logo Styling */
.custom-header .logo img {
    max-height: 50px;
}

.custom-header .logo a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/* Navigation Menu */
.custom-header .main-menu .custom-menu {
    list-style: none;
    display: flex;
    gap: 20px;
}

.custom-header .main-menu .custom-menu li {
    display: inline-block;
}

.custom-header .main-menu .custom-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.custom-header .main-menu .custom-menu li a:hover {
    color: #f9a826; /* Highlight color on hover */
}

.custom-section {
    position: relative;
    overflow: hidden;
}

.custom-section .bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to right, rgb(2 2 2),rgb(0 0 0 / 23%)),
        url('/wp-content/uploads/2025/04/Slide-17.jpg');
    background-size: cover;
    background-position: center;
}


.custom-section .content-layer {
    position: relative;
    z-index: 1;
}


/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .tagline {
        font-size: 11px;
        margin-top: -22px;
        font-weight: 300;
        color: #ffffff;
        margin-left: 18px;
    }
    h4.slde17head {
        /*        border-bottom: 1px solid;*/
        font-size: 15px !important;
    }
    .slide2-des ul {
        font-size: 13px !important
    }
    p.custom-title-desc {
        color: white;
        font-size: 11px;
    }
    .custom-header .container {
        flex-direction: column;
        text-align: center;
    }

    .custom-header .main-menu .custom-menu {
        flex-direction: column;
        gap: 10px;
    }

    .custom-header .main-menu .custom-menu li {
        display: block;
    }
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.language-zh .hero-text {
    position: absolute;
    top: 80%;
    /* left: 89%; */
    right: 22%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
}

.hero-text {
    position: absolute;
    top: 90%;
    /* left: 89%; */
    right: 6%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 20px;

}

.hero-text h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: helvetica;
}

.hero-text p {
    font-size: 18px;
    line-height: 1.5;
    font-family: Helvetica;
    font-weight: 200;
    line-height: 1.5;

}
.hero p {
    font-size: 20px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 5px;
}
/*.our-team-slide {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: #ffffff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.our-team-overlay {
    width: 100%;
    height: 100%;
    display: flex;
     align-items: end; 
    justify-content: end;
     padding-left: 60px; 
}
.our-team-container {
    max-width: 564px;
    background: linear-gradient(to left, #ffffff, #ffffff82);
    padding: 25px;
}
.our-team-container h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0c1611;
    margin-bottom: 86px;
}*/
/*.team-card {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.team-image-wrapper {
    overflow: hidden;
}

.team-image {
    transition: transform 0.3s ease-in-out;
}

.team-card:hover .team-image {
    transform: scale(1.1);
}*/
/*.team-section {
    padding: 40px 0;
    text-align: center;
}

.team-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.team-member {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 300px;
    text-align: center;
}

.team-member:hover {
    transform: translateY(-5px);
}

.team-image img {
    width: 100%;
    height: auto;
    display: block;
}

.team-info {
    padding: 15px;
}

.team-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1a202c;
    margin-bottom: 5px;
}
.team-info p {
    font-size: 14px;
    color: #4a5568;
}*/
/*.team-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.team-member {
    background: #fff;
     border-radius: 10px; 
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 570px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 40px;
}

.team-member:hover {
    transform: translateY(-5px);  Slight lift effect 
}
*/
.team-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

Image Zoom on Hover
.team-member:hover .team-image img {
    transform: scale(1.1);
}

Dark Overlay Effect
.team-member:hover .team-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.team-content-wrapper {
    display: flex;
    align-items: center;
}

.team-image-wrapper {
    flex: 4;

}

.card-body {
    flex: 6;
    padding-left: 20px; /* Add padding to the left of the text for spacing */
    text-align: left;
}

/*section.team-section {
    margin-top: 35px;
}*/
/* Text Styling */
.team-info {
    padding: 15px;
    transition: color 0.3s ease-in-out;
}

.team-info h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: color 0.3s ease-in-out;
}

.team-info p {
    font-size: 14px;
    color: #555;
    transition: color 0.3s ease-in-out;
}

/* Text color change on hover */
.team-member:hover .team-info h3 {
    color: #0073e6;
}

.team-member:hover .team-info p {
    color: #222;
}

.our-team-container p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 500;
    margin-left: 155px;
}
.our-team-container a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
/*.team-member-info {
    display: flex;
    justify-content: center;  Centers the content 
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
}

.team-member-profile {
    display: flex;
    align-items: center;
    max-width: 1100px;  Adjust width 
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    gap: 30px;  Adds space between image and text 
}

.team-member-image-profile {
    width: 250px;  Larger image 
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.team-member-profile p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    flex-grow: 1;
    text-align: justify;
}

 Responsive Design 
@media (max-width: 900px) {
    .team-member-profile {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .team-member-image-profile {
        width: 200px;
        height: 250px;
    }

    .team-member-profile p {
        text-align: left;
    }
}*/

/*.team-members-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: auto;
}

.team-member-profile {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.team-member-profile-image img {
    width: 250px;  Adjust based on your preference 
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.team-member-profile-text {
    flex: 1;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}

.team-member-profile-text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .team-member-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-member-profile-image img {
        width: 100%;
        max-width: 300px;
    }

    .team-member-profile-text {
        text-align: left;
    }
}*/

/*.team-members-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}

.team-member-profile {
    display: flex;
    align-items: center;
    width: 100%;
}

.team-member-profile-image {
    width: 50%;
    position: relative;
}

.team-member-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.team-member-profile-text {
    width: 50%;
    padding: 40px;
    text-align: left;
    background: #f9f9f9;
    border-radius: 8px;
}

.team-member-profile-text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.team-member-profile-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

 Responsive Design 
@media screen and (max-width: 768px) {
    .team-members-section {
        flex-direction: column;
    }

    .team-member-profile {
        flex-direction: column;
    }

    .team-member-profile-image,
    .team-member-profile-text {
        width: 100%;
    }

    .team-member-profile-text {
        padding: 20px;
    }*/
.team-card-wrapper {
    height: 400px;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

.team-card-wrapper:hover {
    transform: scale(1.02);
}

.team-img {
    background-color: rgb(255 255 255);
    object-fit: scale-down !important;
    transition: opacity 0.3s ease;
}

.team-hover-info {
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 60%;
    background: rgba(0, 0, 0, 0.75);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s ease;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.team-card-wrapper:hover .team-hover-info {
    right: 0;
    opacity: 1;
}






.member-info-box {
    background-color: #f8f9fa; /* Light gray background */
    border-left: 5px solid #007bff; /* Blue accent border */
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.member-info-box h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.member-info-box p {
    font-size: 16px;
    color: #555;
}
.portfolio-section {
    position: relative;
    color: white;
    display: flex;
    padding: 40px;
}

.portfolio-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.portfolio-content {
    position: relative;
    z-index: 1;
    margin-left: 20%;
    margin-right: 20%;
}
.portfolio-content p{
    margin-left: 26%;
    margin-right: 25%;
}
.portfolio-content h2 {
    font-size: 40px;
    margin-bottom: 65px;


}
h4#modalTeamName {
    font-size: 18px;
    font-weight: 400;
}
.team-hover-info h5.text-white.mb-1 {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 400;
}
.portfolio-content p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;

}
.funds-section {
    position: relative;
    background: url('/wp-content/uploads/2025/03/Slide-12.jpg') no-repeat center center;
    background-size: cover;
    color: white;
}

.funds-overlay {
    background: linear-gradient(to left, black, transparent);
    top: 0;
    left: 0;
    padding: 133px 0px 11px 0px;
}

.funds-content {
    position: relative;
    z-index: 2;
    text-align: end;
}
.language-zh .portfolio-content h2 {
    text-align: center;
}
/*.language-zh .services-heading h1 {
    text-align: center;
}*/
.funds-title {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 10px;
}

.funds-title .orange-dot {
    color: orange;
    font-size: 30px;
}

.funds-description {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.funds-container {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 80px;
    z-index: 2;
    position: relative;
    background: linear-gradient(to left, black, transparent);
    padding-bottom: 135px;
    padding-top: 80px;
}
.fundesslide-section {
    position: relative;
    color: #ffffff;
    /* Combined background color overlay and image */
    background: linear-gradient(45deg, rgba(8, 24, 40, 0.95), rgba(10, 32, 54, 0.95)),
        url('<?php echo esc_url($background_image['url']); ?>') no-repeat center center/cover;
    padding: 150px 0;
}

.fundesslide-heading {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.fundesslide-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 0 20px;
}

.fundesslide-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 4px;
    backdrop-filter: blur(8px);
    line-height: 1.6;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #00ff88; /* Neon left border */
    position: relative;
    transition: all 0.3s ease;
}

.fundesslide-box:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
}

.fundesslide-box p {
    margin: 0;
    padding-left: 15px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    min-height: 120px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fundesslide-container {
        flex-direction: column;
        gap: 30px;
    }

    .fundesslide-heading {
        font-size: 2rem;
        margin-bottom: 40px;
        padding-left: 15px;
    }

    .fundesslide-box {
        padding: 25px;
    }

    .fundesslide-box p {
        min-height: auto;
        padding-left: 10px;
    }
}
.fund-card {
    background: #3F3F3F;
    padding: 15px;
    width: 24%;
    min-height: 260px;
}

.fund-card h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.fund-section p{
    font-size: 20px;
    font-weight: 400;
    text-align: left;
        margin-bottom: 0;

}
.fund-card p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

/* Responsive */
@media screen and (max-width: 768px) {


    .funds-overlay {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .funds-container {
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
    }

    .fund-card {
        width: 90%;
    }
}
.fund-section {
    padding: 150px 0;
    text-align: center;
}
.fund-heading {

    font-size: 40px;
    margin-bottom: 120px;
    color: aliceblue;
}
.fund-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.fund-box {
    background-color: #3F3F3F;
    padding: 15px;
    max-width: 400px;
    border-radius: 5px;
    color: aliceblue;
}

@media (max-width: 768px) {
    .fund-container {
        flex-direction: column;
        align-items: center;
    }
}
/*@media (max-width: 768px) {
    .fund-box {
        width: 90%;
        text-align: center;
        margin-top: 20px;
    }
}*/

/*.fund-section {
    padding: 50px;
    text-align: center;
    color: white;
    position: relative;
}

.fund-heading {
    font-size: 24px;
    font-weight: bold;
    font-size: 30px;
}

.fund-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(2 8 16) !important;
}
span {
    color: white;
}
.fund-box {
    background: #3F3F3F;    padding: 20px;
    width: 30%;
    border-radius: 5px;
    text-align: left;
    margin-top: 35px;
}*/
.portofolio-third-slide-15 {
    background: url('your-background-image.jpg') no-repeat center center/cover;
    padding: 50px;
    color: white;
    position: relative;
}

.portofolio-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 100px;

}
.portofolio-container {
    display: flex;
    gap: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

.portofolio-box {
    background: rgb(72 71 71);
    padding: 15px;
    width:45%;
    border-radius: 5px;
    /* text-align: -webkit-auto; */
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.portofolio-box p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .portofolio-container {
        flex-direction: column;
        align-items: center;
        margin: 0px;
    }

    .portofolio-box {
        width: 100%;
    }
}
.services-section {
    min-height: 100vh;
    background: black;
    /*    padding: 60px;*/
}
.border-services{
    border: 1px solid #ff6600;
}

/* Left Section (Text) */
.services-text {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Services Heading Box */
.services-heading {
    /*    padding: 0px 101px;*/
    max-width: 100%;
}
/* Text Below Heading */
.services-content {
    margin-left: 30%;
    margin-right: 30%;
}
.col-md-12.custom-content {
    margin-left: 20%;
    /* margin-right: 39%; */
}
/* Right Section (Image) */
.services-image {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.services-heading h1 {
    font-size: 40px;
    color: #ffffff; /* Black text */
    margin-left: 30%;
    margin-right: 30%;
}
.services-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 15px;
}
.services-content p:first-of-type {
    padding: 10px 315px 0 0;
    font-size: 18px;
    font-weight: 400;
}
/* Responsive Styles for Tablets */
@media (max-width: 768px) {
    .col-md-12.custom-content{
        margin: 0px;
    }
    h4.slde17head {
        margin: 0px !important;
    }
    .services-section {
        flex-direction: column;
        text-align: center;
        min-height: auto;
    }
    .our-team-border .text-container {
        background: #031120;
        padding: 20px;
        position: relative;
        left: 0;
    }
    .our-team-border .our-para {
        font-size: 15px;
        line-height: 1.6;
        font-family: sans-serif;
        font-weight: 400;
        padding: 26px 15px 2px 6px;
        color: white;
    }
    .services-text {
        width: 100%;
        min-height: auto;
    }

    .services-heading {
        padding: 40px 30px;
        text-align: justify;
    }

    .services-content {
        padding: 30px;
        margin: 0px;
    }

    .services-image {
        width: 100%;
        height: 300px;
        min-height: auto;
    }

    .services-heading h1 {
        font-size: 2rem;
        margin: 0px;
    }

    .services-content p {
        font-size: 1rem;
    }
}

/* Responsive Styles for Mobile Phones */
@media (max-width: 480px) {
    .services-heading {
        padding: 30px 20px;
        text-align: justify;
    }

    .services-content {
        padding: 20px;
        text-align: justify;
    }

    .services-text h1 {
        font-size: 1.8rem;
    }

    .services-content p {
        font-size: 14px;
    }

    .services-image {
        height: 250px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-section {
    width: 100%;
    background: #031120;
}

.contact-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-box {
    flex: 1 1 30%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.contact-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-box h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff;
}

.contact-box p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

.contact-box i {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    color: #e2783a;
}

/* Icons can be from FontAwesome or custom icons */
.icon-location::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
}
.icon-mail::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
}
.text-decoration-none {
    text-decoration: none !important;
    color: white;
}
.icon-phone::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
}

.contact-map iframe {
    width: 100%;
    height:560px;
    border: 0;
}
.custom-hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-overlay {
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}


.custom-title {
    font-size: 32px;
    font-weight: 700;
    color: #fffbfb; /* Transparent fill */
    text-align: center;
}

.custom-description {
    font-size: 1.5rem;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 0.8px white; /* Adjust outline thickness */
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-title {
        font-size: 18px;
    }
    .custom-description {
        font-size: 1.2rem;
    }
    p.custom-title-desc {
        color: white;
        font-size: 12px !important;
        font-weight: 500;
        font-family: sans-serif;
    }
}


@media (max-width: 768px) {
    .hero-section {
        height: 48vh; /* Adjust height for smaller screens */
        padding: 20px;
    }

    .video-container video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
    }

    /*    .hero-text {
            position: relative;
            z-index: 2;
            color: #fff;
            padding: 15px;
            border-radius: 8px;
            max-width: 90%;
            top: 0;
            right: -48% !important;
        }*/

    .hero-text h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 1.5;
    }
    .video-container {
        position: static;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    li.wpm-item-language-zh {

    }
}
.wpm-language-switcher  span {
    color: aliceblue;
}

@media (max-width: 768px) {
    .custom-hero {
        height: 126vh !important;

    }
    .px-hero {
        padding-right: 0% !important;
        padding-left: 0% ! IMPORTANT;
    }
}
.px-hero {
    padding-right: 30%;
    padding-left: 6%;
}
.custom-slide-overlay {
    background: rgba(255, 255, 255, 0.8);
}

.custom-container {
    max-width: 900px;
    border-radius: 10px;
}

.custom-image img {
    border-radius: 5px;
}

.custom-font {
    font-size: 1.2rem;
    line-height: 1.5;
}
.custom-slide {
    width: 100%;
    margin-left: 0 !important;
    padding: 0;
}

.custom-slide-border {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.row {
    margin: 0; /* Remove Bootstrap's default row margin */
}

.col-md-6 {
    padding: 0; /* Remove padding from columns */
}

.slide-img {
    object-fit: cover; /* Maintain aspect ratio */
}


/*.custom-slide-border{
    border-width: 8px 5px 5px 15px;
    border-style: solid;
    border-color: #4169e1;
}*/
/*img.img-fluid.w-100.slide-img {
    margin-top: 55px;
}*/
.custom-slide row>*{
    padding-left: 0px;
}
p.fund-para.text-center {
    font-size: 40px;
    font-weight: 400;
}
.custom-section {
    position: relative;
    color: white;
    padding: 50px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 100vh;
}
.custom-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('<?php echo get_field("image_upload"); ?>') no-repeat center center/cover;
    opacity: 0.3;
    z-index: -1;
}
.slide2-des ul {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 100;
}
h4.slde17head {
    padding-bottom: 20px;
    font-size: 40px;
    /*    margin-right: 47% ! IMPORTANT;*/
}
p.custom-title-desc {
    color: white;
    font-size: 18px;
    font-weight: 300;
}
.slide2-des {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 20px;
}
@media (max-width: 768px) {
    .custom-section{
        padding: 0px;
        min-height: 65vh;
    }
    .slide-img {
        object-fit: cover;
        width: 100%;
    }
}

h5#teamModalLabel {
    display: none;
}
/*@media only screen and (min-width: 768px) and (max-width: 834px) {
    button#languageToggle {
    display: none;
}
    .language-en .hero-text {
        top: -150px;
        right: -60% !important;
    }
    .language-en .tagline {
        font-size: 11px;
        margin-top: -18px;
        font-weight: 300;
        color: #ffffff;
        margin-left: 59px;
    }
    img.logo-cus {
        width: 220px;  adjust as needed 
        margin-left: -5px;
        margin-top: -8px;
    }
    .language-zh .hero-text {
        right: 0% !important;
    }
    .language-en .hero-text {

        right: -54% !important;
    }
    .language-switcher.deshk {
        display: none;
        text-align: left;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .portfolio-content p {
        padding-left: 0 !important;
    }
    .services-content p {
        font-size: 1rem;
        text-align: justify;
    }
    h4.slde17head {
        border-bottom: 1px solid;
        font-size: 30px !important;
    }
    .slide2-des ul {
        font-size: 18px !important;
    }
    .custom-title {
        font-size: 25px;
    }
    p.custom-title-desc {
        font-size: 18px !important;
    }
    .language-switcher, .wpm-switcher-list {
        text-align: justify !important;
        position: relative;
    }
    .language-zh .tagline {
        font-size: 11px;
        margin-top: -17px;
        font-weight: 300;
        color: #ffffff;
        margin-left: 60px;
    }
}*/
/*@media only screen
and (min-width: 834px)
and (max-width: 1366px) {

    .hero-section {
        height: 41vh;  adjust as needed 
    }
    img.logo-cus {
        width: 262px;
        margin-left: 0px;
        margin-top: 0px;
    }

}*/
.language-zh .portfolio-content p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}
p.custom-title-con {
    color: white;
    font-size: 18px;
}



/* Tablets (e.g., iPads) - landscape and portrait */
@media (max-width: 768px) and (max-width: 1024px) {
    .hero-text {
        right: 3% !important;
        top: 75%;
    }
    .language-zh .hero-text {
        right: 6% !important;
        top: 75%;
    }
    .language-en .hero-text {
        right: -21% !important;
        top: 75%;
        left: 47%;
    }
}

/* Laptops (smaller screens) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .hero-text {
        right: -30% !important;
    }
    .hero-section {
        position: relative;
        width: 100%;
        height: 84vh;
        overflow: hidden;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .hero-text {
        right: -20% !important;
        top: 75%;
    }
    .language-zh .hero-text {
        right: -34% !important;
        top: 75%;
    }

    .language-zh .our-team-border h2 {
        font-size: 24px;
        color: #ffffff;
        margin-left: 0px;

    }
}
/* iPads (768px to 1024px) */
@media (max-width: 768px) and (max-width: 1024px) {
    .tagline {
        font-size: 16px;
        margin-left: 63px;
        margin-top: -15px;
    }
}

/* Laptops (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .tagline {
        font-size: 17px;
        margin-left: -40px;
        margin-top: -20px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .tagline {
        font-size: 16px;
        margin-left: 111px;
        margin-top: -15px;
    }
}
/* iPad (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    img.logo-cus {
        width: 200px;
        margin-left: 0px;
        margin-top: -10px;
    }
}

/* Laptop (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    img.logo-cus {
        width: 220px;
        margin-left: -100px;
        margin-top: -10px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .team-card-wrapper {
        height: 587px;
    }
    .language-switcher-wrapper.d-lg-block {
        text-align: justify;
    }
    img.logo-cus {
        width: 180px;
        margin-left: 0;
        margin-top: 0;
        display: block;
        margin: 0 auto; /* center the logo */
    }

    #languageDropdown {
        position: absolute;
        top: 96%;
        /* left: 0; */
        z-index: 1000;
        min-width: 150px;
    }
    /*.language-switcher-wrapper.d-lg-block {
        text-align: left;
    }*/
}
@media (min-width: 768px) and (max-width: 1024px) {
    .language-zh .tagline {
        font-size: 18px;
        margin-top: -11px;
        font-weight: 300;
        color: #ffffff;
        margin-left: 69px;
    }
    .hero-section {
        position: relative;
        width: 100%;
        height: 85vh;
        overflow: hidden;
    }
    .our-team-border .text-container {
        background: #031120;
        padding: 0px;
        position: absolute;
        top: 0;
        right: 0;
        left: 377px;
    }
    .our-team-border .our-para {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 500;
        padding: 26px 47px 2px 47px;
        color: white;
    }
    .services-content p {
        font-size: 1rem;
        text-align: justify;
    }
    h4.slde17head {
        border-bottom: 1px solid;
        padding-bottom: 5px;
    }
}
@media (max-width: 425px) {

    .tagline {
        font-size: 10px;
        margin-left: 63px;
        margin-top: -10px;
        text-align: center;
    }
    #languageDropdown {
        position: absolute;
        top: 97%;
        left: 0;
        z-index: 1000;
        min-width: 150px;
    }
    button#languageToggle {
        background-color: #00000000;
        color: white;
        border: none;
        font-size: 18px;
        padding: 0px 15px;
        margin-top: -6px;
    }
}
@media (max-width: 375px) {
    .our-team-border h2 {
        font-size: 24px;
        color: #ffffff;
        margin-left: 6px;
    }

}