@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #1B6532;
    --secondary-color: #DA3419;
    --accent-color: #86BF56;
    --highlight-color: #F1A506;

    /* Neutral Colors */
    --white: #ffffff;
    --black: #1E1E1E;

    /* fonts  */
    --font-poppins: 'Poppins', sans-serif;
    --font-bubblegum: 'Bubblegum Sans', sans-serif;
    --font-cursive: "Caveat", cursive;

    /* filter */
    --filter-primary: brightness(0) saturate(100%) invert(22%) sepia(27%) saturate(4675%) hue-rotate(122deg) brightness(88%) contrast(79%);
    --filter-white: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(15%) hue-rotate(122deg) brightness(104%) contrast(102%);
    --filter-accent: brightness(0) saturate(100%) invert(72%) sepia(57%) saturate(388%) hue-rotate(47deg) brightness(86%) contrast(88%);

    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body {
    background: #F4F6FB;
    font-family: var(--font-poppins);
    transition: all 0.5s ease;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-bubblegum);
    color: var(--primary-color);
}

header {
    position: relative;
}

header .container {
    display: flex;
    position: relative;

}

.header-left {
    padding: 5px;
    height: 129px;

}

.header-left img {
    height: 100%;
}

.header-right {
    flex: 1;
}

.hr-top {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hr-bottom {
    height: 47px;
    background-color: var(--primary-color);
    position: relative;
}

header::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 47px;
    background-color: var(--primary-color);
    z-index: -1;
}

.hr-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact-main {
    display: flex;
    align-items: center;
    gap: 20px;

}

.header-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact img {
    width: 23px;
    filter: var(--filter-primary);
}

.header-contact p {
    font-weight: 500;
    font-size: 13px;
    color: var(--black);
    margin: 0;
}

.header-contact p b {
    color: var(--primary-color);
}

.header-contact p a {
    text-decoration: none;
    color: var(--black);
}

.header-contact p a:hover {
    color: var(--primary-color);
}

.m-menu img {
    width: 23px;
    filter: var(--filter-primary);
}

/* Main menu styles */
.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    color: var(--white);
    text-decoration: none;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block;
}

.main-menu li:hover>a {
    background: #014f2c;
}

/* Submenu styles */
.main-menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background: #014f2c;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    width: 100%;
    min-width: max-content;
}

.main-menu li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.main-menu li ul li a {
    padding: 12px 20px;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.main-menu li ul li a:hover {
    background: var(--accent-color);
    width: 100%;
}

.nav-donate {
    background: var(--secondary-color);
    color: var(--white);
    text-decoration: none;
    padding: 13px 25px;
    font-size: 14px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    gap: 5px;
}

.nav-donate img {
    width: 20px;
    filter: var(--filter-white);
}

.nav-donate:hover {
    background: var(--accent-color);
    color: var(--white);
}

/* Banner css  */

.bannerBox>img {
    transition: 5s;
    height: 720px;
    object-fit: cover;
    width: 100%;
}

.bgOverlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(89.2deg, #1C532D 0.85%, rgba(28, 83, 45, 0) 99.48%);
    position: absolute;
    left: 0;
    top: 0;
}

.bgOverlay img {
    margin-bottom: 24px;
}

.bgOverlay p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px !important;
    line-height: 140%;
    letter-spacing: -0.55px;
    color: #FFFFFF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}

.bannerContent {
    position: absolute;
    width: 100%;
    bottom: 30%;
}

.banner-btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bannerText {
    padding-right: 75px;
}

.bannerText h5 {
    background: #F1A506;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.27em;
    text-transform: uppercase;
    color: #1B6532;
    font-family: var(--font-poppins);
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 25px;
}

.bannerText h1 {
    font-family: var(--font-bubblegum);
    font-style: normal;
    font-weight: 400;
    font-size: 69px;
    line-height: 80px;
    display: flex;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.homeSlider {
    position: relative;
}

.homeSlider .owl-dots {
    position: relative;
    text-align: left;
    bottom: 80px;
}

.homeSlider .owl-dots span {
    width: 13px !important;
    height: 13px !important;
    border: 2px solid var(--white);
    background: var(--white) !important;
    display: inline-block;
    border-radius: 50px;
    margin-right: 15px;
}

.homeSlider .owl-dots .active span {
    width: 13px !important;
    height: 13px !important;
    background: var(--highlight-color) !important;
    border-color: var(--highlight-color) !important;
}

.homeSlider .owl-dots span:hover {
    border-color: var(--black) !important;
    background: var(--black) !important;
}

.homeSlider .bannerStop {
    position: relative;
    bottom: 115px;
    z-index: 1;
    padding-left: 115px;
}

.homeSlider .owl-nav {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
}

.homeSlider .owl-next {
    background: var(--white) !important;
    border-radius: 56px !important;
    padding: 6px 13px !important;
    width: 50px;
    height: 50px;
    margin-right: 13px;
    color: var(--clr_one) !important;
    float: right;
    margin-left: 25px;
}

.homeSlider .owl-prev {
    background: var(--white) !important;
    border-radius: 56px !important;
    padding: 6px 13px !important;
    width: 50px;
    height: 50px;
    margin-right: 13px;
    color: var(--clr_one) !important;
    float: left;
    margin-left: 25px;
}

.homeSlider .owl-next:hover {
    background: var(--accent-color) !important;
    color: #fff !important;
}

.homeSlider .owl-prev:hover {
    background: var(--accent-color) !important;
    color: #fff !important;
}

/* end of banner css  */
.bton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 12px 17px;
    gap: 10px;
    background: transparent;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.bton img {
    width: 21px !important;
    margin: 0 !important;
    padding: 0 !important;
    filter: var(--filter-primary);
}

.bton:hover {
    background: var(--accent-color);
    color: var(--white);
}

.bton:hover img {
    filter: var(--filter-white);
}

.bton-highlight {
    background: var(--highlight-color);
}

.bton-highlight:hover {
    background: var(--black);
    color: var(--white);
}

.bton-white {
    background: var(--white);
}

.bton-white:hover {
    background: var(--black);
    color: var(--white);
}

.bton-primary {
    background: var(--primary-color);
    color: var(--white);
}

.bton-primary img {
    filter: var(--filter-white);
}

.bton-secondary {
    background: var(--secondary-color);
    color: var(--white);
}

.bton-secondary img {
    filter: var(--filter-white);
}

.bton-outline {
    border: 2px solid var(--accent-color);
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.highlight-text {
    font-family: var(--font-cursive);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 20px;
}

.title {
    font-family: var(--font-bubblegum);
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 58px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.work-box {
    background: var(--primary-color);
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px;
}

.work-box>img {
    width: 50%;
    min-width: 50%;
    height: 300px;
    object-fit: cover;
}

.wb-content {
    padding: 30px;
}

.wb-content h3 {
    color: var(--white);
}

.wb-content p {
    color: var(--white);
    font-size: 15px;
}

.wb-readmore {
    position: absolute;
    font-size: 14px;
    bottom: 30px;
    right: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.wb-readmore img {
    width: 15px;
    filter: var(--filter-white);
}

.wb-vertical {
    flex-direction: column;
}

.wb-vertical>img {
    width: 100%;
    height: 300px;
}

.wb-vertical .wb-content {
    padding: 30px;
    min-height: 192px;
}

.clr-1 {
    background: #1F4AAC;
}

.clr-2 {
    background: #6f42c1;
}

.clr-3 {
    background: #198754;
}

.clr-4 {
    background: #EF572E;
}

.clr-5 {
    background: #0085E1;
}

.bg-light-green {
    background: rgba(134, 191, 86, 0.3);
}

.cause-item {
    background: var(--white);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
}

.cause-item .cover-img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.cause-content {
    padding: 20px;
}

.cause-content p {
    font-size: 14px;
    color: var(--black);
    height: 61px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-us-bg {
    background: url('../images/images/bg-3.jpg') no-repeat center center;
    background-size: cover;
}

.join-overlay {
    background: #000000b3;
}

.join-us {
    text-align: center;
    padding: 100px 0;
}

.join-us .highlight-text {
    color: var(--secondary-color);
}

.join-us .title {
    color: var(--white);
}

.join-us .title span {
    color: var(--highlight-color);
}

.events-item {
    background: var(--white);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}

.events-item:hover {
    box-shadow: var(--box-shadow);
}

.events-item .events-img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.event-status {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--highlight-color);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.events-content {
    padding: 20px;
}

.events-content h5 {
    margin-bottom: 15px;
}

.events-content p {
    font-size: 13px;
    color: var(--black);
    margin-bottom: 15px;
}

.event-location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.event-location img {
    width: 16px;
    filter: var(--filter-primary);
}

.sm-icon img {
    width: 14px !important;
}

.index-gallery {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.join-with-me {
    background: var(--secondary-color);
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-with-me .title {
    color: var(--white);
    margin: 0;
}

.join-with-me a {
    font-family: var(--font-bubblegum);
    background: var(--white);
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 40px;
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.join-with-me a:hover {
    background: var(--black);
    color: var(--white);
}

footer {
    background: #082511;
    margin-top: 50px;
    padding-top: 80px;
    border-top: 15px solid var(--accent-color);
}

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu li {
    margin-bottom: 15px;
}

.footer_menu li a {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
    font-weight: 300;
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-title {
    font-family: 'Bubblegum Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: var(--accent-color) !important;
    margin-bottom: 40px;
}

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}

.footer-contact a {
    text-decoration: none;
    color: unset;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-contact a img {
    width: 28px;
    filter: var(--filter-accent);
}

.footer-contact p {
    color: var(--accent-color);
    margin: 0;
}

.footer-contact h5 {
    color: var(--white);
    opacity: 0.8;
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: 14px;
}

.footer_about p {
    color: var(--white);
    opacity: 0.8;
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer_copy {
    padding: 20px 0;
    background: #03170A;
    margin-top: 80px;
}

.footer_copy p {
    color: var(--white);
    opacity: 0.8;
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: 14px;
}

aside {
    width: 475px;
    background: var(--white);
    height: 100vh;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out !important;

}

.asideOpen {
    transform: translateX(0%);
    transition: transform 0.5s ease-in-out !important;
    box-shadow: -9px 0px 16px 2px #000000c7;
}

#sideBarOverlay {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000000ba;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out !important;
}

.menuOverlay {
    transform: translateX(0%) !important;
    transition: transform 1.5s ease-in-out !important;
}

.main_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_menu {
    margin-top: 40px;
    display: none;
}

.menu_item {
    position: relative;
}

.menu_item a {
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    padding: 7px 20px;
    position: relative;
}

.menu_item a:hover {
    color: var(--secondary-color);
}

.sub_menu {
    display: none;
    border-top: none;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 17px;
}

.aside-header {
    position: relative;
}

.ah-bg {
    filter: var(--filter-primary);
}

.aside-header .aside-logo {
    position: absolute;
    top: 47px;
    left: 30px;
    width: 85px;
}

.menu_title:after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    right: 15px;
    transition: all 0.3s ease;
    top: 11px;
    transform: rotateZ(-90deg);
}

.menu_title.active:after {
    transform: rotateZ(0deg);
}

.desktop-view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 142px);
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    list-style: none;
    padding-left: 0;
}

.social-media li a img {
    width: 40px;
}

.page-banner {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}

.page-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    mix-blend-mode: multiply;
    z-index: 0;
}

.page-banner .container {
    z-index: 8;
    position: relative;
}

.page-banner h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 20px;
}

.form-control {
    font-size: 14px;
    padding: 12px 18px;
    /* padding: 7px 13px; */
    border-radius: 6px;
    font-weight: 500;
    border: 2px solid var(--accent-color);
}

.form-control:focus {
    box-shadow: unset;
    border-color: var(--primary-color);
}

label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

label span {
    color: var(--secondary-color);
}

.help-block {
    font-size: 13px;
    color: var(--secondary-color);
}

.contact-page {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
}

.contact-page li a>img {
    filter: var(--filter-primary);
}

.contact-page li a p {
    color: var(--primary-color);
}

.contact-page li a h5 {
    color: var(--black);
    font-weight: 500;
}

.image-upload-box {
    margin: 0;
    font-weight: 500;
    border: 2px solid var(--accent-color);
    background: #089fc400;
    border-radius: 10px;
    overflow: hidden;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    aspect-ratio: 7 / 9;
    position: relative;
    width: 160px;
}

.image-upload-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-details {
    background: #fff;
}

.event-card-details {
    margin-bottom: 40px;
    background: var(--white);
    padding: 30px;
    border-top: 5px solid var(--primary-color);
}

.list-news {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: var(--black);
    margin-bottom: 20px;

}

.list-news:hover {
    color: var(--primary-color);
}

.list-news img {
    width: 150px;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 5px;
}

/* Gallery */
#columns {
    /* column-width: 347px; */
    column-width: 255px;
    column-gap: 7px;
    width: 100%;
}

div#columns figure {
    background: #fefefe;
    /* margin: 0 2px 15px; */
    transition: opacity .4s ease-in-out;
    display: inline-block;
    width: 100%;
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

div#columns figure img {
    width: 100%;
    height: auto;
    /* min-height: 200px; */
    object-fit: cover;
}

div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color;
}

div#columns figure a {
    text-decoration: unset !important;
    display: inline-block;
    width: 100%;
}




@media screen and (max-width: 835px) {
    #columns {
        column-gap: 15px;
        column-width: 240px;
    }

    #columns figure {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    #columns {
        column-gap: 15px;
        column-width: 140px;
    }

    #columns figure {
        width: 100%;
    }
}

.video-list .ratio {
    position: relative;
}

.video-list .ratio img {
    aspect-ratio: 16/9;
    background: #c5c5c5;
}

.video-list .ratio i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    text-shadow: 0px 0 20px black;
    transition: 0.3s;
}

.video-list .ratio img:hover i {
    transform: scale(1.2);
    transition: 0.3s;
}

.bank-details {
    border: 2px solid #2c1d75;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}

.bank-logo {
    background: #2c1d75;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 232px;
}

.bank-logo img {
    width: 139px;
    height: 139px;
    object-fit: contain;
    margin: 15px;
}

.bank-account {
    flex: 1 1 auto !important;
    margin: 15px;
}

.ba-details {
    margin-bottom: 7px;
}

.ba-details p {
    margin: 0;
    font-size: 14px;
    color: #00b5ec;
}

.ba-details h5 {
    margin: 0;
    font-family: var(--font-poppins);
    font-size: 16px !important;
    color: #2c1d75;
}

.radio-group {
    position: relative;
}

.radio {
    display: inline-block;
    width: 31.8%;
    margin-bottom: 4px;
    margin-right: 0;
    border: 2px solid var(--accent-color);
    cursor: pointer;
    font-size: 26px;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px 0;
    color: var(--primary-color);
}

.radio.selected {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.qr-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-radius: 7px;
    background: #ffff;
    padding: 40px 20px;
    margin-bottom: 16px;
}

.qr-box .image-upload-box {
    width: 100%;
    aspect-ratio: 7 / 4;
}

.hide-desktop {
    display: none;
}

.our-team {
    border: 2px solid var(--accent-color);
    border-radius: 15px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 40px;
}

.our-team::after {
    content: '';
    width: 100%;
    height: 9px;
    background: var(--primary-color);
    position: absolute;
    bottom: -11px;
    transform: rotateY(45deg);
    border-radius: 0 0 15px 15px;
}

.our-team:hover {
    border-color: var(--primary-color);
}

.our-team>img {
    aspect-ratio: 16/14;
    object-fit: cover;
    width: 100%;
    border-radius: 13px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.team-body {
    background: var(--white);
    padding: 16px;
    border-radius: 15px;
}

.team-body p {
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.team-body p small {
    color: var(--primary-color);
}

.team-body p img {
    width: 16px;
    filter: var(--filter-primary);
}

.team-title {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    background: var(--primary-color);
    padding: 2px 8px;
    font-size: 12px !important;
    border-radius: 25px;
    color: var(--white);
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.testimonial-card::after {
    content: url('../images/icons/testimonials.svg');
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;

}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent-color);
    margin-bottom: 15px;
}

.name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.role {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.quote {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    font-style: italic;
}
.team-card img{
        width: 150px;
    aspect-ratio: 13 / 15;
    object-fit: cover;
    border: 1px solid silver;
    border-radius: 6px;
}
.team-card{
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
}
 .big_button_group{
    display:flex;
    margin-bottom:40px;
}
.big_button_group .bton{
font-size: 17px;
}
.big_button_group .bton:nth-child(1){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.big_button_group .bton:nth-child(2){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

    