.main-banner-caption .paragraph {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 32px;
}

.team-card .paragraph {
    color: var(--suad-primary-black);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 34px;
    word-wrap: break-word;
}

.media-nav {
    margin-top: 50px;
}

.media-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style: none;
}

.media-nav ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.media-nav ul li a.active {
    background: var(--suad-primary-red-1);
    color: #FFFFFF;
}

.media-nav ul li a:hover {
    background: var(--suad-primary-blue);
    color: #FFFFFF;
}

.media-nav ul li:first-child a:hover {
    color: var(--suad-primary-red-1);
    background: #FFFFFF;
}

.media-nav ul li:last-child a:hover {
    color: var(--suad-primary-red-1);
    background: #FFFFFF;
}


.team-research-card {
    padding: 16px;
    display: flex;
    flex-flow: column;
    border-radius: 24px;
    border: 3px solid transparent;
    background: var(--suad-primary-white);
    position: relative;
    transition: all ease 0.5s;
    height: 100%;
    /* align-items: center; */
}

.team-research-card .team-research-bottom {
    padding: 16px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    position: relative;
}

.team-research-card h3 {
    color: var(--suad-primary-blue);
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 100% */
    margin-bottom: 12px;
    transition: all ease 0.5s;
}

.team-research-card p {
    color: var(--suad-primary-black);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /* 150% */
    margin-bottom: 34px;
    word-wrap: break-word;
}

.team-research-card-btn {
    display: flex;
    padding: 15px;
    width: 54px;
    height: 54px;
    justify-content: end;
    align-items: center;
    gap: 8px;
    border-radius: 44px;
    background: var(--suad-primary-blue);
    box-shadow: 2px 6px 17px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    bottom: -27px;
    transition: all ease 0.5s;
    overflow: auto;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
}

.team-research-card-btn img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-bottom: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.team-research-card-btn p {
    opacity: 0;
    transition: all ease 0.5s;
    color: #fff;
    margin: 0px;
    white-space: nowrap;
}

.team-research-card:hover {
    border: 3px solid rgba(222, 56, 49, 0.30);
}

.team-research-card:hover h3 {
    color: var(--suad-primary-red);
}

.team-research-card:hover .team-research-card-btn {
    background: var(--suad-primary-red);
    width: 200px;
    justify-content: space-between;
    padding: 15px 30px;
}

.team-research-card:hover .team-research-card-btn p {
    opacity: 1;
}

.team-research-card .team-research-time {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-research-card .team-research-time p {
    margin: 0px;
    color: var(--suad-primary-black);
    font-size: 14px;
}

.team-research-card .team-research-location {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-research-card .team-research-location p {
    margin: 0px;
    color: var(--suad-primary-black);
    font-size: 14px;
}

.news-image {
    height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.news-image::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.burger-menu-header .menu-title a{
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.burger-menu-header .menu-title a:hover{
    color: var(--suad-primary-gold) !important;
    opacity: 1;
}

.global-form a {
    color: var(--suad-primary-gold);
}

.news-image {
    margin-top: 30px;
}


.text ul {
    list-style-type: initial !important; /* Example style */
    padding-left: 20px !important;
}


.toast-error {
    background-color: #bd362f !important;
}
.toast-success {
    background-color: #51a351 !important;
}

.toast-info {
    background-color: #2f96b4 !important;
}

/* Social Share Buttons */
.social-share {
    margin-top: 15px;
    align-items: center;
}

.social-share h4{
    margin-bottom: 0;
}

.social-share a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    margin: 5px 5px 5px 0;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.social-share a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-decoration: none;
}

.social-share a i {
    font-size: 16px;
}

/* Platform specific colors */
.social-share a[href*="facebook"] {
    color: #1877f2;
    border-color: #1877f2;
}

.social-share a[href*="facebook"]:hover {
    background-color: #1877f2;
    color: white;
}

.social-share a[href*="twitter"] {
    color: #000000;
    border-color: #000000;
}

.social-share a[href*="twitter"]:hover {
    background-color: #000000;
    color: white;
}

.social-share a[href*="linkedin"] {
    color: #0077b5;
    border-color: #0077b5;
}

.social-share a[href*="linkedin"]:hover {
    background-color: #0077b5;
    color: white;
}

.social-share a[href*="whatsapp"] {
    color: #25d366;
    border-color: #25d366;
}

.social-share a[href*="whatsapp"]:hover {
    background-color: #25d366;
    color: white;
}

.social-share a[href*="telegram"] {
    color: #0088cc;
    border-color: #0088cc;
}

.social-share a[href*="telegram"]:hover {
    background-color: #0088cc;
    color: white;
}

.bg-video {
    width: 100%;
    height: calc(70vh - 150px);
    object-fit: cover;
    clip-path: ellipse(86% 132% at 12% 80%);
}
