:root {
    --dark_4: #7B7875;
    --main_red: #E9262A;
    --pacific_dark: #115662;
    --white: #FFFFFF;
    --silver_gray: #595956;
    --pacific_blue: #22ACC4;
    --red: #ED1C24;
    --silver_light: #C5C5C0;
    --black: #000000;
    --isabeline: #F5EFE9;
    --pacific_light_blue: #C7EAF0;

    --intro-foun-card-1: #B1B2AB;
    --intro-foun-card-2: #D7BEDB;

    --gray-font: #888888;

}


/* Common Default CSS Start */

.fnSize_14 {
    font-size: 10px;
}

.fnSize_16 {
    font-size: 12px;
}

.fnSize_20 {
    font-size: 14px;
}

.fnSize_24 {
    font-size: 16px;
}

.fnSize_28 {
    font-size: 18px;
}

.fnSize_32 {
    font-size: 18px;
}

.fnSize_36 {
    font-size: 20px;
}

.text-start {
    text-align: start !important;
}

@font-face {
    font-family: 'Myriad_Pro';
    src: url('../fonts/myriad-pro-webfont/MyriadPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad_Pro';
    src: url('../fonts/myriad-pro-webfont/MyriadPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad_Pro';
    src: url('../fonts/myriad-pro-webfont/MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad_Pro';
    src: url('../fonts/myriad-pro-webfont/MyriadPro-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'The_Sans';
    /* src: url('../fonts/the-sans/TheSansOffice-Regular_TRIAL.ttf') format('truetype'); */
    src: url('../fonts/the-sans/TheSans-Plain.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'The_Sans';
    /* src: url('../fonts/the-sans/TheSansOffice-Bold_TRIAL.ttf') format('truetype'); */
    src: url('../fonts/the-sans/TheSans-Plain.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'The_Sans';
    src: url('../fonts/the-sans/TheSans-Plain.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--pacific_blue);
    margin-bottom: 16px;
}

.title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: var(--silver_gray);
}

.fill-green-btn {
    background-color: var(--pacific_dark);
    color: var(--white);
    padding: 12px 38px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border: none;
}

.outline-green-btn {
    background-color: transparent;
    border: 1px solid var(--pacific_dark);
    color: var(--pacific_dark);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.note-txt p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.note-txt p strong {
    color: var(--silver_gray);
}

.text-justify {
    text-align: justify;
}

.p-general-font {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray-font);
    text-align: start;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

.radius-24 {
    border-radius: 24px;
}

.Quick-Donation-side-btn .quick-donation-fix-btn {
    /* writing-mode: tb-rl; */
    writing-mode: vertical-lr;
    /* -webkit-transform: rotate(180deg); */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;
    background: var(--main_red);
    color: var(--white);
    padding: 20px 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14.4px;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    z-index: 8;
}

.Quick-Donation-side-btn .modal-dialog {
    justify-content: center;
}

.Quick-Donation-side-btn .modal-dialog.send-gift-modal {
    max-width: 670px;
}

.Quick-Donation-side-btn .modal-dialog.send-gift-modal .modal-content {
    border-radius: 16px;
}

.Quick-Donation-side-btn .donate-modal .modal-content {
    border-radius: 16px;
    max-width: 351px;
}

.Quick-Donation-side-btn .modal-body {
    padding: 20px;
}

.Quick-Donation-side-btn .modal-body h4 {
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
}

.Quick-Donation-side-btn .modal-body .donate-now .donation-card {
    border: none;
    border-radius: 0px;
    padding: 0px;
    max-width: 100%;
    box-shadow: none;
    margin-bottom: 16px;
}

.Quick-Donation-side-btn .modal-body .donate-now .donation-card .card-body .count-price {
    max-height: 44px;
    padding: 7px 16px;
}

.Quick-Donation-side-btn .modal-body .donate-now .donation-card .card-body .count-price .counter {
    height: auto;
}

.Quick-Donation-side-btn .modal-body .donate-now .donation-card .card-body .count-price .counter .count-grp {
    padding: 1px 22px;
}

.Quick-Donation-side-btn .donate-now-box {
    height: 100%;
    min-height: 440px;
    display: flex;
    flex-direction: column;
}

.Quick-Donation-side-btn .donate-now-box .select-optn {
    flex: 1;
    margin-bottom: 24px;
}

.Quick-Donation-side-btn .donate-now-box .send-a-gift {
    border: none;
    background-color: transparent;
    color: var(--pacific_dark);
    border-bottom: 1px solid var(--pacific_dark);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    width: fit-content;
    padding: 8px 0px;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
}

.Quick-Donation-side-btn .donate-now-box .donate-now-btn {
    border: none;
    max-height: 44px;
    padding: 10px 14px;
}

.Quick-Donation-side-btn .donate-now-box label {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
    color: #333333;
}

.Quick-Donation-side-btn .donate-now-box label span {
    color: var(--main_red);
}

.Quick-Donation-side-btn .donate-now-box .select-optn select {
    border-color: #C5C5C0;
    font-size: 14px;
}

.Quick-Donation-side-btn .donate-now-box .select-optn select:focus {
    box-shadow: none;
    border-color: #C5C5C0;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box .select-optn {
    margin-bottom: 16px;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box .select-optn select {
    max-height: 44px;
    height: 100%;
    padding: 9px 16px;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box input.form-control {
    border-radius: 8px;
    border-color: #C5C5C0;
    max-height: 44px;
    padding: 10px 14px;
    margin-bottom: 16px;
    color: #C5C5C0;
    font-size: 14px;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box input.form-control:focus {
    box-shadow: none;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box input.form-control::placeholder {
    color: #C5C5C0;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box .mobile-number-box {
    display: flex;
    gap: 8px;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box .mobile-number-box .input-1 {
    max-width: 68px;
}

.Quick-Donation-side-btn .donate-now-box.send-gift-box .outline-green-btn {
    padding: 9px 14px;
    width: 100%;
}

/* Show dropdown on hover */
/* .nav-item.mega-menu.dropdown:hover .dropdown-menu {
    display: block;
} */

/* Mega-menu styles */
.mega-menu .dropdown-menu {
    /* width: 100%;
    left: 0;  
    right: 0;    */
    /* padding: 40px; */
    padding: 14px 20px 0px;
    /* Optional padding */
    border-radius: 24px;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0px);
    position: relative;
    background: #E9F7FA;
}

.mega-menu .dropdown-menu .row {
    display: flex;
    flex-wrap: nowrap;
}

.mega-menu .dropdown-menu .col-md-6 {
    /* padding: 10px; */
    width: max-content;
}

.mega-menu .dropdown-menu .col-md-4 {
    padding: 10px;
    width: max-content;
}

.nav-item.mega-menu.dropdown .dropdown-menu h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #595956;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #91D6E2;
    text-align: start;
}

.nav-item.mega-menu.dropdown .dropdown-menu h5 {
    text-align: start;
    font-size: 14px;
}

.nav-item.mega-menu.dropdown .dropdown-menu h5 a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #595956;
    text-decoration: none;
    border-bottom: 1px solid #595956;
    margin-top: 16px;
    transition: all 0.5s ease;
}

.nav-item.mega-menu.dropdown .dropdown-menu h5 a:hover {
    color: #22ACC4;
    border-color: #22ACC4;
}

.nav-item.mega-menu.dropdown .dropdown-menu ul {
    list-style: none;
    padding-left: 0px;
    text-align: start;
}

.nav-item.mega-menu.dropdown .dropdown-menu ul li {
    margin-bottom: 10px;
}

.nav-item.mega-menu.dropdown .dropdown-menu ul li a {
    padding: 0px;
    transition: all 0.5s ease;
    font-size: 12px;
}

.nav-item.mega-menu.dropdown .dropdown-menu ul li a:hover {
    color: #22ACC4;
    background-color: transparent;
}

.nav-item.mega-menu.dropdown .dropdown-menu ul li a.active {
    color: #22ACC4;
    background-color: transparent;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

body {
    font-family: 'Myriad_Pro';
    direction: ltr;
    text-align: left;
    color: var(--gray-font);
}

body.rtl {
    font-family: 'The_Sans';
    direction: rtl;
    text-align: right;
}

.mt-40 {
    margin-top: 10px;
}

/* .mt-80 {
    margin-top: 10px;
} */

.mt-120 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

/* Common Default CSS End */


/* Header CSS Start */

header .above-nav {
    background-color: var(--dark_4);
    color: var(--white);
    padding: 9px 0px;
}

header .above-nav .above-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

header .above-nav .above-nav-box .social-icons {
    display: flex;
    gap: 30px;
    margin-right: auto;
}

header .above-nav .above-nav-box .social-icons a {
    text-decoration: none;
}

header .above-nav .above-nav-box .social-icons a img {
    width: 20px;
    height: 20px;
}

header .above-nav .above-nav-box .service-btn a {
    text-decoration: none;
    background-color: var(--main_red);
    width: 100%;
    height: 100%;
    max-width: 275px;
    max-height: 37px;
    padding: 8px 24px;
    border-radius: 8px;
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    line-height: 21px;
    /* font-family: 'Poppins', sans-serif; */
    display: block;
}

header .above-nav .above-nav-box .other-items {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

header .above-nav .above-nav-box .other-items .plus-minus button {
    border: 0px;
    background-color: transparent;
    padding: 0px 2px;
}

header .above-nav .above-nav-box .other-items .plus-minus button.white-black {
    display: inline-flex;
}

header .above-nav .above-nav-box .other-items .plus-minus button.white-black span {
    font-size: 10px;
    font-weight: 400;
    line-height: 21px;
}

header .above-nav .above-nav-box .other-items .plus-minus button.white-black .black {
    background-color: var(--black);
    color: var(--white);
    padding: 0px 2px;
}

header .above-nav .above-nav-box .other-items .plus-minus button.white-black .white {
    background-color: var(--white);
    color: var(--black);
    padding: 0px 2px;
}

#increaseFont, #resetFont, #decreaseFont {
    color: var(--white);
    font-size: 10px;
    font-weight: 400;
    line-height: 21px;
}

header .above-nav .above-nav-box .other-items p {
    margin-bottom: 0px;
}

header .above-nav .above-nav-box .other-items a {
    text-decoration: none;
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

header .above-nav .above-nav-box .other-items a img {
    max-width: 22px;
    max-height: 22px;
}

header .above-nav .above-nav-box .other-items button {
    background-color: transparent;
    border: none;
    color: var(--white);
    padding: 0px;
    font-size: 10px;
}

header nav.navbar {
    background-color: var(--isabeline);
    padding: 16px 0px;
}

header nav.navbar .navbar-brand {
    margin: 0px;
}

header nav.navbar .logo {
    width: 100%;
    max-width: 298px;
    height: 100px;
    max-height: 70px;
}

header nav.navbar .navbar-nav .nav-item {
    padding: 0px 8px;
}

header nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: var(--dark_4);
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease;
    display: inline-block;
}

header nav.navbar .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid var(--red);
}

header nav.navbar .navbar-nav .nav-item .nav-link.active {
    border-bottom: 1px solid var(--red);
}

header .extra-header.about-header .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid transparent;
    color: var(--pacific_blue);
}

header .extra-header.about-header .navbar-nav .nav-item .nav-link.active {
    border-bottom: 1px solid transparent;
    color: var(--pacific_blue);
}

header .extra-header.about-header .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    text-align: start;
    font-size: 12px;
    line-height: normal;
    padding: 0px 10px;
}

.extra-header.about-header .container {
    justify-content: center;
}

/* Header CSS End */




/* Home Page CSS Start */

.hero-slider {
    margin-top: 10px;
}

.hero-slider #HeroSlider .banner.banner-1 {
    background-image: url('../images/main_banner.png');
}

.hero-slider #HeroSlider .banner {
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 80px;
    border-radius: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 580px;
}

.Home-Page .hero-slider #HeroSlider .banner-grp img {
    height: 580px;
    border-radius: 40px;
    object-position: center;
    object-fit: cover;
}

.hero-slider #HeroSlider .banner-grp img {
    height: 490px;
    border-radius: 40px;
    object-position: center;
    object-fit: cover;
}

.hero-slider #HeroSlider .banner-grp .cont {
    text-align: center;
    position: absolute;
    /* top: calc(50% + 125px); */
    top: calc(50% + 170px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.hero-slider #HeroSlider .banner-grp {
    position: relative;
}

a.banner-link {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.hero-slider #HeroSlider .banner-grp.no-shadow:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgb(136 136 136) 100%);
}

/* .hero-slider #HeroSlider .banner-grp:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    border-radius: 40px;
    background-image: linear-gradient(#ff000000, #000000);
} */

.hero-slider #HeroSlider .banner-grp .cont h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23.2px;
    color: var(--white);
    /* max-width: 478px; */
    margin-bottom: 32px;
    padding: 0px 20px;
}

.hero-slider #HeroSlider .banner-grp .cont a {
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 132px;
    margin: 0 auto;
    height: 100%;
    max-height: 48px;
    padding: 12px 24px;
    background-color: var(--white);
    border-radius: 8px;
    color: var(--pacific_dark);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--pacific_dark);
}

.hero-slider #HeroSlider .banner .cont {
    text-align: center;
}

.hero-slider #HeroSlider .banner .cont h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 43.2px;
    color: var(--white);
    max-width: 478px;
    margin-bottom: 32px;
}

.hero-slider #HeroSlider .banner .cont a {
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 132px;
    margin: 0 auto;
    height: 100%;
    max-height: 48px;
    padding: 12px 24px;
    background-color: var(--white);
    border-radius: 8px;
    color: var(--pacific_dark);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.hero-slider #HeroSlider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.hero-slider #HeroSlider .owl-dots button.active span {
    background-color: var(--pacific_blue);
    width: 5px;
    height: 5px;
    margin: 0px 3px;
}

.hero-slider #HeroSlider .owl-dots button span {
    background-color: var(--white);
    width: 5px;
    height: 5px;
    margin: 0px 3px;
}

.hero-slider #HeroSlider .owl-nav {
    position: absolute;
    left: 220px;
    bottom: 10px;
    display: flex;
    gap: 10px;
    margin-top: 0px;
}

.hero-slider #HeroSlider .owl-nav button {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    /* border: 1px solid #fff; */
    border: 1px solid var(--black);
    border-radius: 100px;
}

.hero-slider #HeroSlider .owl-nav button i {
    /* color: var(--white); */
    color: var(--black);
    font-size: 10px;
}

.hero-slider #HeroSlider .owl-nav button:hover {
    background-color: transparent;
}



.products-page .donate-now .title .sml-sub-header {
    font-size: 16px;
    font-weight: 400;
}


.donate-now .title {
    margin-bottom: 40px;
    text-align: center;
}

.donate-now .donation-card-spc {
    height: 100%;
}

.donate-now .donation-card-spc.card-1 {
    display: flex;
    /* justify-content: start; */
    justify-content: center;
}

.donate-now .donation-card-spc.card-2 {
    display: flex;
    justify-content: center;
}

.donate-now .donation-card-spc.card-3 {
    display: flex;
    /* justify-content: end; */
    justify-content: center;
}

.donate-now .donation-card-box-title {
    margin-bottom: 40px;
    text-align: center;
}

.donate-now .donation-card-box-title h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--red);
    border-bottom: 1px solid var(--red);
    padding: 8px 0px;
}

.donate-now .donation-card {
    border: 1px solid var(--pacific_light_blue);
    border-radius: 16px;
    padding: 18px;
    /* max-width: 358px; */
    max-width: 300px;
    box-shadow: 0px 8px 10px 5px #1D35570D;
    background-color: var(--white);
}

.donate-now .donation-card .img-box {
    position: relative;
}

.donate-now .donation-card .img-box img {
    width: 100%;
    max-width: 310px;
    max-height: 244px;
    min-height: 240px;
    border-radius: 8px;
    object-fit: cover;
}

.donate-now .donation-card .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00000080;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.donate-now .donation-card:hover .img-box .overlay,
.donate-now .donation-card:focus-within .img-box .overlay {
    opacity: 1;
}

.donate-now .donation-card .img-box .overlay .text {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    padding: 28px 24px;
}

.donate-now .donation-card .img-box .overlay .text a {
    text-decoration: none;
    color: #14ACC4;
}

.donate-now .donation-card .card-body h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    margin-top: 12px;
    margin-bottom: 16px;
}

.donate-now .donation-card .card-body .count-price {
    display: flex;
    align-items: center;
    border: 1px solid var(--silver_light);
    padding: 8px 16px;
    border-radius: 8px;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    max-height: 44px;
}

.donate-now .donation-card .card-body .count-price .counter {
    display: flex;
    align-items: center;
    /* background-color: #F8F8F7; */
    /* padding: 4px; */
    /* padding: 6px 10px; */
    border-radius: 4px;
    gap: 16px;
    color: var(--silver_light);
    height: 100%;
    width: 100%;
    justify-content: space-between;
    height: 26px;
}

.donate-now .donation-card .card-body .count-price .counter .count {
    border: none;
    background-color: #F8F8F7;
    color: var(--silver_gray);
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.donate-now .donation-card .card-body .count-price .counter span.count {
    font-size: 10px;
}

.donate-now .donation-card .card-body .count-price .counter .count-grp {
    display: flex;
    max-width: 117px;
    padding: 7px 2px;
    background-color: #F8F8F7;
    color: var(--silver_gray);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.donate-now .donation-card .card-body .count-price .counter .count:focus-visible {
    outline: none;
}

.donate-now .donation-card .card-body .count-price .counter img {
    min-width: 24px;
    min-height: 24px;
    cursor: pointer;
}

.donate-now .donation-card .card-body .count-price p {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: var(--silver_light);
}

.donate-now .donation-card .card-body .card-donate-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.donate-now .donation-card .card-body .card-donate-btn .cart-btn {
    text-decoration: none;
    padding: 6px;
    border: 1px solid var(--silver_light);
    border-radius: 8px;
    max-height: 40px;
    max-width: 40px;
    height: 100%;
    width: 100%;
}

.donate-now .donation-card .card-body .card-donate-btn .donate-btn {
    border: 1px solid var(--pacific_dark);
    color: var(--pacific_dark);
    /* padding: 18px 22px; */
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
}

.donate-now .view-more-btn {
    margin-top: 60px;
    text-align: center;
}

.donate-now .view-more-btn a {
    background-color: var(--pacific_dark);
    color: var(--white);
    padding: 18px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    max-width: 224px;
    height: 60px;
    text-align: center;
}

.latest-statistics .title {
    margin-bottom: 40px;
}

.latest-statistics img {
    max-width: 614px;
    width: 100%;
}

.latest-statistics .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /*    max-width: 536px; */
    margin-left: auto;
}

.latest-statistics .cont .numbers .numbers-card {
    position: relative;
    padding: 40px 10px;
    text-align: center;
    border-radius: 32px;
    box-shadow: 5px 5px 5px 5px #1D35570D;
    background-color: var(--white);
    height: 100%;
}

/* .latest-statistics .cont .numbers .numbers-card:before {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    top: -12px;
    left: -22px;
    border-radius: 2px;
} */

.latest-statistics .cont .numbers .numbers-card h6:before {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    top: -12px;
    left: -22px;
    border-radius: 2px;
    z-index: -1;
}

/* .latest-statistics .cont .numbers .numbers-card.card-1:before {
    background-color: #9a8bf540;
}

.latest-statistics .cont .numbers .numbers-card.card-2:before {
    background-color: #E9F7FAa1;
}

.latest-statistics .cont .numbers .numbers-card.card-3:before {
    background-color: #EFAE6340;
}

.latest-statistics .cont .numbers .numbers-card.card-4:before {
    background-color: #B1BD9840;
} */

.latest-statistics .cont .numbers .numbers-card.card-1 h6:before {
    background-color: #9a8bf540;
}

.latest-statistics .cont .numbers .numbers-card.card-2 h6:before {
    background-color: #E9F7FAa1;
}

.latest-statistics .cont .numbers .numbers-card.card-3 h6:before {
    background-color: #EFAE6340;
}

.latest-statistics .cont .numbers .numbers-card.card-4 h6:before {
    background-color: #B1BD9840;
}

.latest-statistics .cont .numbers .numbers-card h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 24px;
    z-index: 99;
    position: relative;
    display: inline-block;

}

.latest-statistics .cont .numbers .numbers-card h6 span {
    max-width: 210px;
    word-break: break-word;
    display: block;
}

.latest-statistics .cont .numbers .numbers-card.card-1 h6 {
    color: #9A8BF5;
}

.latest-statistics .cont .numbers .numbers-card.card-2 h6 {
    color: var(--pacific_blue);
}

.latest-statistics .cont .numbers .numbers-card.card-3 h6 {
    color: #EFAE63;
}

.latest-statistics .cont .numbers .numbers-card.card-4 h6 {
    color: #B1BD98;
}

.latest-statistics .cont .numbers .numbers-card h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 42.5px;
    color: #333333;
    margin-bottom: 16px;
}

.latest-statistics .cont .numbers .numbers-card h4 sup {
    color: var(--red);
}

.latest-statistics .cont .numbers .numbers-card p {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: var(--gray-font);
    margin-bottom: 0px;
}

.our-service .title {
    margin-bottom: 40px;
    text-align: center;
}

.our-service .service-card {
    width: 100%;
    /* max-width: 460px; */
    max-width: 400px;
    /* padding: 80px 10px; */
    padding: 30px 10px;
    text-align: center;
    border-radius: 32px;
    box-shadow: 5px 5px 5px 5px #1D35570D;
}

.our-service .service-card .card-icon {
    margin-bottom: 28px;
    display: inline-block;
    /* padding: 30px; */
    border-radius: 8px;
}

.our-service .service-card .card-icon img {
    max-width: 50px;
    width: 100%;
}

/* .our-service .service-card.card-1 .card-icon {
    background-color: #E6E3FD;
}

.our-service .service-card.card-2 .card-icon {
    background-color: #FABBBE;
} */

.our-service .service-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
}

.our-service .service-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-font);
    margin-bottom: 0px;
}

.our-service .service-card a {
    display: inline-block;
    margin-top: 20px;
}

.news-social-box {
    background-image: url('../images/news-social-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#Newsmore {
    display: none;
}

#myNewsBtnMore {
    cursor: pointer;
}

.news-social-box .news {
    padding-top: 80px;
    position: relative;
}

.news-social-box .news .title {
    margin-bottom: 40px;
}

.news-social-box .news .slider-container {
    /* position: relative; */
    margin: auto;
    overflow: hidden;
}

.news-social-box .news .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.news-social-box .news .slideee {
    min-width: 100%;
    box-sizing: border-box;

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
}

.news-social-box .news .slideee.active {
    opacity: 1;
    position: relative;
}

.news-social-box .news .prev, .next {
    background-color: transparent;
    color: var(--silver_gray);
    border: 2px solid var(--silver_gray);
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-social-box .news .prev {
    left: 0px;
}

.news-social-box .news .next {
    left: 100px;
}

.news-social-box .news .slide-number {
    color: var(--silver_gray);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-social-box .news .aerrow-positon {
    display: flex;
    gap: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.news-social-box .news .news-box-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--silver_gray);
    margin-bottom: 24px;
}

.news-social-box .news .news-box-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--gray-font);
    margin-bottom: 24px;
}

.news-social-box .news .news-box-card h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0px;
}

.youtube-insta {
    padding-top: 80px;
    padding-bottom: 80px;
}

.youtube-insta .title {
    margin-bottom: 40px;
}

.youtube-insta .youtube-sec .youtube-bg-img {
    background-image: url('../images/youtube-feed.png');
    border-radius: 24px;
    height: 439px;
    padding: 40px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.youtube-insta .youtube-sec .youtube-bg-img h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0px;
}

.youtube-insta .youtube-sec .youtube-bg-img .subscribe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 73px;
}

.youtube-insta .youtube-sec .youtube-bg-img .subscribe a {
    background-color: var(--red);
    text-decoration: none;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;

}

.youtube-insta .youtube-sec .youtube-bg-img .subscribe a img {
    max-width: 66px;
    max-height: 46px;
}

.youtube-insta .insta-sec .insta-bg-img {
    height: 439px;
    padding: 40px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.youtube-insta .insta-sec .insta-bg-img.img-1 {
    background-image: url('../images/insta_feed_1.png');
}

.youtube-insta .insta-sec .insta-bg-img.img-2 {
    background-image: url('../images/insta_feed_2.png');
}

.youtube-insta .insta-sec .insta-bg-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
}

.our-partners .title {
    text-align: center;
    margin-bottom: 40px;
}

.our-partners #ourClients {
    margin-bottom: 40px;
}

.our-partners #ourClients .owl-nav {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.our-partners #ourClients .owl-nav button i {
    color: var(--pacific_blue);
    font-size: 14px;
}

.our-partners #ourClients .owl-nav button:hover {
    background: none;
    color: #333333;
}

.our-partners #ourClients .img-box {
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-partners #ourClients img {
    /* max-width: 212px;
    max-height: 80px; */
    max-width: 150px;
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.3;
    transition: all 0.5s ease;
}

.our-partners #ourClients .img-box:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Home Page CSS End */







/* About Us Page CSS Start */

.hero-slider .main-hero-banner .banner-grp {
    position: relative;
}

.hero-slider .main-hero-banner .banner-grp img {
    object-fit: cover;
    border-radius: 40px;
    object-position: center;

    width: 100%;
    max-height: 490px;
}

.hero-slider .main-hero-banner .banner-grp .cont {
    text-align: center;
    position: absolute;
    /* top: calc(50% + 125px); */
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 100%;
    color: var(--white);
}

.hero-slider .main-hero-banner .banner-grp .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    margin-bottom: 32px;
}

.hero-slider .main-hero-banner .banner-grp .cont a {
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 132px;
    margin: 0 auto;
    height: 100%;
    max-height: 48px;
    padding: 12px 24px;
    background-color: var(--white);
    border-radius: 8px;
    color: var(--pacific_dark);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.extra-header.about-header {
    background-color: #7B78754D;
    max-height: 44px;
}

.about-page .hero-slider .main-hero-banner video {
    width: 100%;
    height: 100%;
    max-height: 490px;
}

.about-page .hero-slider #HeroSlider .banner.banner-1 {
    background-image: url(../images/About-banner.png);
}

.about-page .hero-slider #HeroSlider .banner .cont h3 {
    margin-bottom: 0px;
}

.about-page .hero-slider #HeroSlider .banner .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    max-width: 478px;
    margin-bottom: 32px;
}

.about-page .hero-slider #HeroSlider .banner-grp .cont h3 {
    margin-bottom: 0px;
}

.about-page .hero-slider #HeroSlider .banner-grp .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    max-width: 478px;
    margin-bottom: 32px;
}

.about-page .intro-founder-sec {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-page .intro-founder-sec .title {
    text-align: center;
    margin-bottom: 30px;
}

.about-page .intro-founder-sec .intro-foun-card {
    text-align: center;
    /* height: 100%; */
    margin-bottom: 80px;
    position: relative;
    padding: 20px 20px;
    padding-bottom: 0px;
    text-align: center;
    border-radius: 32px;
    box-shadow: 5px 5px 5px 5px #1D35570D;
    height: 100%;
    background-color: var(--white);
}

.about-page .intro-founder-sec .intro-foun-card.card-1 {
    border-radius: 0px;
    box-shadow: none;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}

.about-page .intro-founder-sec .intro-foun-card .img-box {
    padding: 6px 4px;
    border-radius: 9px;
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    margin: 0 auto 20px auto;
}

.about-page .intro-founder-sec .intro-foun-card .img-box img {
    margin-bottom: 4px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    object-fit: contain;
}

.about-page .intro-founder-sec .intro-foun-card .img-box p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0px;
}

.about-page .intro-founder-sec .intro-foun-card.card-1 .img-box {
    background-color: var(--intro-foun-card-1);
}

.about-page .intro-founder-sec .intro-foun-card.card-2 .img-box {
    background-color: var(--intro-foun-card-2);
}

.about-page .intro-founder-sec .intro-foun-card.card-3 .img-box {
    background-color: var(--main_red);
}

.about-page .intro-founder-sec .intro-foun-card.card-4 .img-box {
    background-color: var(--pacific_blue);
}

.about-page .intro-founder-sec .intro-foun-card p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--gray-font);
    text-align: start;
}

.about-page .intro-founder-sec .intro-foun-card h4 {
    text-align: start;
    color: var(--black);
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 16px;
}

.about-page .intro-founder-sec .intro-foun-card h5 {
    text-align: start;
    color: var(--black);
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
}

.about-page .intro-founder-sec .intro-foun-card.card-2 p {
    text-align: center;
}

.about-page .intro-founder-sec .intro-foun-card.card-3 p {
    text-align: center;
}

.about-page .intro-founder-sec .intro-foun-card.card-2 {
    /* max-width: 285px; */
    max-width: 500px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-page .intro-founder-sec .intro-foun-card.card-2:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 30px rgba(29, 53, 87, 0.15);
}

.about-page .intro-founder-sec .intro-foun-card.card-3 {
    /* max-width: 285px; */
    max-width: 500px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-page .intro-founder-sec .intro-foun-card.card-3:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 30px rgba(29, 53, 87, 0.15);
}

.about-page .intro-founder-sec .intro-foun-card.card-4 {
    max-width: 285px;
    margin-left: auto;
}

.about-page .history .history-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.about-page .history .history-btn button {
    padding: 12px 40px;
    border: 1px solid var(--pacific_dark);
    color: var(--pacific_dark);
    background-color: var(--white);
    border-radius: 8px;
    max-width: 164px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

#collapseButton3 {
    background: transparent;
    border: none;
    padding: 0px;
    color: var(--pacific_blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

#collapseButton4 {
    background: transparent;
    border: none;
    padding: 0px;
    color: var(--pacific_blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.collapse-button {
    padding: 10px 20px;
    font-size: 12px;
    cursor: pointer;
}

.collapse-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
}

.collapse-content.show {
    height: 100%;
    max-height: 100%;
    opacity: 1;
}

.about-page .history .history-cont h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--silver_gray);
    margin-bottom: 20px;
}


.about-page .history .history-cont h4.strategic {
    font-size: 16px;
    color: var(--pacific_blue);
}

.about-page .history .history-cont .hostory-card {
    margin-bottom: 30px;
}

.about-page .history .history-cont .hostory-card h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--main_red);
    margin-bottom: 16px;
}

.about-page #CustomerServiceCharter .history .history-cont .hostory-card ol {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
}

.about-page #CustomerServiceCharter .history .history-cont .hostory-card ol li {
    margin-bottom: 8px;
}

.about-page #CustomerServiceCharter .our-strategy-card {
    margin-bottom: 0px;
}

.about-page .history .history-cont .hostory-card ul {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
}

.about-page .history .history-cont .hostory-card ul li {
    margin-bottom: 12px;
}

.about-page .history .history-cont .hostory-card ul li:last-child {
    margin-bottom: 0px;
}

.about-page .our-values .title {
    margin-bottom: 40px;
    text-align: center;
}

.about-page .our-values .our-value-card {
    text-align: center;
    padding: 20px 16px;
    border: 1px solid lightgray;
    border-radius: 16px;
    height: 100%;
    max-width: 370px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-page .our-values .our-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 30px rgba(29, 53, 87, 0.15);
}

.about-page .our-values .our-value-card img {
    max-width: 64px;
    max-height: 64px;
    margin-bottom: 48px;
}

.about-page .our-values .our-value-card h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
}

.about-page .our-values .our-value-card p {
    color: var(--gray-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.about-page .our-values .our-value-card.card-2 {
    margin: 0 auto;
}

.about-page .our-values .our-value-card.card-3 {
    margin-left: auto;
}

.about-page .our-strategy-sec {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-page .our-strategy-sec .our-strategy-card {
    margin-bottom: 80px;
}

.about-page .our-strategy-sec .our-strategy-card h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 40px;
}

.about-page .our-strategy-sec .our-strategy-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--gray-font);
    margin-bottom: 0px;
}

.about-page .our-strategy-sec .our-strategy-card.card-2 {
    text-align: center;
    border-radius: 32px;
    box-shadow: 5px 5px 5px 5px #1D35570D;
    height: 100%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 0px;
}

.about-page .our-strategy-sec .our-strategy-card.card-2:hover{
    transform: translateY(-8px);
    box-shadow: 0px 10px 30px rgba(29, 53, 87, 0.15);
}

.about-page .our-strategy-sec .our-strategy-card.card-2 img {
    padding: 6px;
    background-color: var(--main_red);
    max-width: 50px;
    max-height: 50px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.about-page .our-strategy-sec .our-strategy-card.card-2 h5 {
    margin-bottom: 0px;
}

.about-page .our-strategy-sec .our-strategy-card.card-3 {
    text-align: center;
    border-radius: 32px;
    box-shadow: 5px 5px 5px 5px #1D35570D;
    height: 100%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 0px;
}

.about-page .our-strategy-sec .our-strategy-card.card-3:hover{
    transform: translateY(-8px);
    box-shadow: 0px 10px 30px rgba(29, 53, 87, 0.15);
}

.about-page .our-strategy-sec .our-strategy-card.card-3 img {
    padding: 6px;
    background-color: var(--intro-foun-card-2);
    max-width: 50px;
    max-height: 50px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.about-page .our-strategy-sec .our-strategy-card.card-3 h5 {
    margin-bottom: 0px;
}

.about-page .our-strategy-sec .our-strategy-card.card-4 {
    text-align: center;
    border-radius: 32px;
    box-shadow: 5px 5px 5px 5px #1D35570D;
    height: 100%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 0px;
}

.about-page .our-strategy-sec .our-strategy-card.card-4:hover{
    transform: translateY(-8px);
    box-shadow: 0px 10px 30px rgba(29, 53, 87, 0.15);
}

.about-page .our-strategy-sec .our-strategy-card.card-4 img {
    padding: 6px;
    background-color: var(--pacific_blue);
    max-width: 50px;
    max-height: 50px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.about-page .our-strategy-sec .our-strategy-card.card-4 h5 {
    margin-bottom: 0px;
}

.about-page .our-strategy-sec .history {
    margin-top: 40px;
}

.about-page .mesage-chairman .title {
    margin-bottom: 40px;
}

.about-page .message-for-box .profile {
    border: 1px solid #ECECEC;
    padding: 18px;
    border-radius: 16px;
    max-width: 300px;
    margin: 0 auto;
}

.about-page .message-for-box .profile img {
    margin-bottom: 24px;
    width: 100%;
    height: 100%;
}

.about-page .message-for-box .profile h5 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--silver_gray);
}

.about-page .message-for-box .profile p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #999999;
}

.about-page .message-for-box .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
    margin-bottom: 14px;
}

.about-page .message-for-box .cont p a {
    text-decoration: none;
    color: var(--pacific_blue);
}

.about-page .message-for-box .cont p:last-child {
    margin-bottom: 0px;
}

.about-page .mesage-secretary .title {
    margin-bottom: 40px;
}

.about-page .geo-scope-sec {
    background-color: #F8F8F7;
    padding: 80px 0px;
}

.about-page .geo-scope-sec .title {
    margin-bottom: 40px;
}

.about-page .geo-scope-sec p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.about-page .geo-scope-sec .country-name {
    margin-top: 40px;
}

.about-page .geo-scope-sec .country-name ul {
    margin-bottom: 0px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding-left: 0px;
}

.about-page .geo-scope-sec .country-name ul li {
    margin-left: 44px;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    color: var(--silver_gray);
}

.about-page .board-of-trustees .title {
    margin-bottom: 40px;
}

.about-page .board-of-trustees .grp-of-trustees .trustees-card {
    border: 1px solid #ECECEC;
    border-radius: 16px;
    padding: 18px;
    transition: all 0.5s ease;
    height: 100%;
    max-width: 300px;
    margin: 0 auto;
    background-color: var(--white);
}

.about-page .board-of-trustees .grp-of-trustees .trustees-card img {
    margin-bottom: 24px;
}

.about-page .board-of-trustees .grp-of-trustees .trustees-card h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 10px;
}

.about-page .board-of-trustees .grp-of-trustees .trustees-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #999999;
    margin-bottom: 0px;
}

.about-page .board-of-trustees .grp-of-trustees .trustees-card:hover {
    border-color: var(--pacific_blue);
    box-shadow: 1px 1px 10px 2px #e6e6e6;
    transform: translateY(-6px);
}

.about-page .royal-order {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.about-page .royal-order .title {
    margin-bottom: 40px;
}

.about-page .royal-order .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 24px;
}

.about-page .royal-order .accordion-box .accordion-item {
    border: none;
    background-color: transparent;
}

.about-page .royal-order .accordion-box button {
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--silver_gray);
    padding-left: 0px;
    padding-right: 0px;
}

.about-page .royal-order .accordion-collapse .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #7C7D78;
}

.about-page .stestics .title {
    text-align: center;
    margin-bottom: 40px;
}

.about-page .stestics .stestics-card {
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding: 20px 12px;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
}

.about-page .stestics .stestics-card:hover {
    border-color: var(--pacific_blue);
    box-shadow: 1px 1px 10px 2px #e6e6e6;
    transform: translateY(-6px);
}

.about-page .stestics .stestics-card h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    margin-bottom: 16px;
}

.about-page .stestics .stestics-card h5 sup {
    color: var(--red);
}

.about-page .stestics .stestics-card .center-box {
    width: 34px;
    height: 34px;
    margin: 0 auto 28px auto;
    position: relative;
}

.about-page .stestics .stestics-card p {
    font-size: 10px;
    font-weight: 500;
    line-height: 21px;
    color: #999999;
    margin-bottom: 12px;
}

.about-page .stestics .stestics-card h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0px;
}

.about-page .stestics .stestics-card .center-box:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.about-page .stestics .stestics-card .center-box img {
    width: 38px;
    height: 38px;
    position: absolute;
    right: -20px;
    bottom: -10px;
}

.about-page .stestics .stestics-card.card-1 .center-box {
    background: #E4EDF3;
}

/* .about-page .stestics .stestics-card.card-1 .center-box:after {
    background-image: url('../images/stastic-1.png');
} */

.about-page .stestics .stestics-card.card-2 .center-box {
    background: #E8ECE1;
}

/* .about-page .stestics .stestics-card.card-2 .center-box:after {
    background-image: url('../images/stastic-2.png');
} */

.about-page .stestics .stestics-card.card-3 .center-box {
    background: #FBE7D1;
}

/* .about-page .stestics .stestics-card.card-3 .center-box:after {
    background-image: url('../images/stastic-3.png');
} */

.about-page .stestics .stestics-card.card-4 .center-box {
    background: #FDDDDF;
}

/* .about-page .stestics .stestics-card.card-4 .center-box:after {
    background-image: url('../images/stastic-4.png');
} */

.about-page .stestics .stestics-card.card-5 .center-box {
    background: #F2E2F2;
}

/* .about-page .stestics .stestics-card.card-5 .center-box:after {
    background-image: url('../images/stastic-5.png');
} */

.about-page .stestics .stestics-card.card-6 .center-box {
    background: #F4EFDC;
}

/* .about-page .stestics .stestics-card.card-6 .center-box:after {
    background-image: url('../images/stastic-6.png');
} */

.about-page .stestics .stestics-card.card-7 .center-box {
    background: #E6E3FD;
}

/* .about-page .stestics .stestics-card.card-7 .center-box:after {
    background-image: url('../images/stastic-7.png');
} */

/* About Us Page CSS End */






/* Serivces Page CSS Start */


.serices-page .hero-slider #HeroSlider .banner.banner-1 {
    background-image: url(../images/services_banner.png);
}

.serices-page .hero-slider #HeroSlider .banner-grp .cont {
    max-width: 1000px;
    width: 100%;
}

.serices-page .hero-slider #HeroSlider .banner-grp .cont h3 {
    margin-bottom: 0px;
    max-width: 1000px;
}

.serices-page .hero-slider #HeroSlider .banner .cont h3 {
    margin-bottom: 0px;
    max-width: 1000px;
}

.serices-page .hero-slider #HeroSlider .banner-grp .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    max-width: 1000px;
    margin-bottom: 32px;
}

.serices-page .hero-slider #HeroSlider .banner .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    max-width: 1000px;
    margin-bottom: 32px;
}

.serices-page .window-support .title {
    margin-bottom: 40px;
}

.serices-page .win-supp-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 368px;
}

.serices-page .win-supp-card img {
    margin-bottom: 28px;
    padding: 12px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.serices-page .win-supp-card img:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.serices-page .win-supp-card h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    margin-bottom: 8px;
}

.serices-page .win-supp-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 12px;
    flex: 1;
}

.serices-page .win-supp-card a {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    text-decoration: none;
    padding-top: 24px;
    border-top: 1px solid #D8D9D5;
}

.serices-page .win-supp-card a img {
    margin-bottom: 0px;
    max-width: 28px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.serices-page .win-supp-card a img:hover {
    transform: none;
    box-shadow: none;
}

.serices-page .family-buiding-fea .title {
    margin-bottom: 40px;
}


.service-sub-page .service-win-supp {
    /* background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px; */
}

.service-sub-page .service-win-supp .require-tabs-sec {
    margin-top: 40px;
}

.service-sub-page .service-win-supp .title {
    margin-bottom: 24px;
}

.service-sub-page .service-win-supp .grp-txt {
    max-width: 536px;
    margin-left: auto;
}

.service-sub-page .service-win-supp .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 51px;
}

.service-sub-page .service-win-supp .cont a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    max-width: 224px;
    max-height: 60px;
}

.require-tabs-sec nav.ttabs .nav-tabs button.nav-link {
    flex: 1;
    color: var(--silver_light);
    border: none;
    border-bottom: 1px solid var(--silver_light);
    font-size: 14px;
    font-weight: 600;
    line-height: 21.6px;
    padding: 18px 10px;
    max-height: 58px;
    text-align: center;
}

.require-tabs-sec nav.ttabs .nav-tabs button.nav-link.active {
    color: var(--silver_gray);
    border: none;
    border-bottom: 1px solid var(--silver_gray);
    background: transparent;
}

.require-tabs-sec nav.ttabs .nav-tabs button.nav-link:hover {
    border-color: transparent;
    border-bottom: 1px solid var(--silver_light);
}

.require-tabs-sec nav.ttabs .nav-tabs button.nav-link:focus {
    border-color: transparent;
    border-bottom: 1px solid var(--silver_gray);
}

.require-tabs-sec nav.ttabs .nav-tabs button.nav-link:focus-visible {
    box-shadow: none;
}

.require-tabs-sec .details-cont .title-list {
    margin-top: 43px;
    margin-bottom: 43px;
}

.require-tabs-sec .details-cont .title-list h3 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
}

.require-tabs-sec .details-cont .list-list {
    margin-bottom: 0px;
}

.require-tabs-sec .details-cont .list-list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
    margin-bottom: 8px;
    padding-left: 5px;
}

.require-tabs-sec .details-cont .list-list li:last-child {
    margin-bottom: 0px;
}

.service-sub-page .service-edu-care.service-win-supp .gray-scale {
    /* filter: grayscale(1); */
}

.service-edu-care .col-md-6.text-center img {
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-edu-care .col-md-6.text-center img:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.service-sub-page .service-win-supp .require-tabs-sec .details-cont .title-list {
    margin-top: 24px;
    margin-bottom: 16px;
}

.service-sub-page .service-win-supp .require-tabs-sec .details-cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 16px;
}

.service-sub-page .aspects-edu-care .point-desc {
    max-width: 536px;
    margin-left: auto;
}

.service-sub-page .point-desc .title {
    margin-bottom: 30px;
}

.service-sub-page .point-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .point-desc .point-desc-box {
    margin-bottom: 24px;
}

.service-sub-page .point-desc .point-desc-box:last-child {
    margin-bottom: 0px;
}

.service-sub-page .point-desc .point-desc-box ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    margin-bottom: 16px;
}

.service-sub-page .point-desc .point-desc-box p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #7C7D78;
}

.service-sub-page .edu-care-service .point-desc {
    max-width: 536px;
    margin-right: auto;
}

.service-sub-page .private-scl-kin .title {
    margin-bottom: 40px;
}

.service-sub-page .private-scl-kin .title h2 {
    font-size: 16px;
}

.service-sub-page .private-scl-kin p {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 46px;
}

.service-sub-page .private-scl-kin .before-after-img {
    position: relative;
    height: 100%;
    max-height: 343px;
    min-height: 343px;
    max-width: 614px;
}

.service-sub-page .private-scl-kin .before-after-img::before {
    content: '';
    background-image: url('../images/private-2.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 315px;
    max-height: 276px;
    left: 0px;
    bottom: 0px;
}

.service-sub-page .private-scl-kin .before-after-img::after {
    content: '';
    background-image: url('../images/private-1.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 300px;
    right: 0px;
    top: 0px;
    border-left: 30px solid var(--white);
    border-bottom: 30px solid var(--white);
}

.private-scl-kin .serv .psk-serv-card {
    border: 1px solid var(--silver_light);
    padding: 32px 40px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
}

.private-scl-kin .serv .psk-serv-card img {
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 32px;
}

.private-scl-kin .serv .psk-serv-card h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: var(--silver_gray);
    margin-bottom: 32px;
}

.private-scl-kin .serv .psk-serv-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.private-scl-kin .serv .psk-serv-card.card-1 img {
    background-color: var(--pacific_blue);
}

.private-scl-kin .serv .psk-serv-card.card-2 img {
    background-color: var(--main_red);
}

.private-scl-kin .serv .psk-serv-card.card-3 img {
    background-color: var(--intro-foun-card-2);
}

.service-sub-page .scholar-support-box {
    /* background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px; */
}

.service-sub-page .scholar-support-box .box {
    border: 1px solid var(--silver_light);
    border-radius: 16px;
    /* padding: 80px; */
    padding: 40px;
    background: var(--white);
}

.service-sub-page .scholar-support-box .box .sml-box {
    max-width: 376px;
    margin-left: auto;
}

.service-sub-page .scholar-support-box .box .title {
    margin-bottom: 16px;
}

.service-sub-page .scholar-support-box .box .description {
    margin-bottom: 40px;
    max-width: 476px;
}

.service-sub-page .scholar-support-box .box .description:last-child {
    margin-bottom: 0px;
}

.service-sub-page .scholar-support-box .box .description h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: var(--silver_gray);
    margin-bottom: 16px;
}

.service-sub-page .scholar-support-box .box p {
    /* max-width: 494px; */
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .scholar-support-box .box .details-card {
    max-width: 496px;
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.service-sub-page .scholar-support-box .box .details-card:last-child {
    margin-bottom: 0px;
}

.service-sub-page .scholar-support-box .box .details-card img {
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}

.service-sub-page .scholar-support-box .box .details-card.card-1 img {
    background-color: #E6E3FD;
}

.service-sub-page .scholar-support-box .box .details-card.card-2 img {
    background-color: #FDDDDF;
}

.service-sub-page .scholar-support-box .box .details-card h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 16px;
    color: var(--silver_gray);
}

.service-sub-page .scholar-support-box .box .details-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0px;
    color: #7C7D78;
}

.service-sub-page .gallery .title {
    margin-bottom: 40px;
    text-align: center;
}

.service-sub-page .gallery-card-item {
    background: var(--white);
    border-bottom: 5px solid var(--pacific_blue);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;

    &:hover {
        transform: scale(1.03);
    }
}

.service-sub-page .gallery-box .accordion-item {
    border: none;
    margin-bottom: 24px;
}

.service-sub-page .gallery-box .accordion-header button[aria-expanded="true"] {
    background-color: #EBEBEA;
}

.service-sub-page .gallery-box .accordion-header button[aria-expanded="false"] {
    background-color: #F8F8F7;
}

.service-sub-page .gallery-box .accordion-header button {
    max-height: 53px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin: 0px;
    padding: 12px 16px;
    border-radius: 8px;
    color: var(--silver_gray);
}

.service-sub-page .gallery-box .accordion-header button:focus {
    box-shadow: none;
}

.service-sub-page .accordion-body {
    padding: 24px 0px;
}

.service-sub-page .gallery-card {
    margin-bottom: 80px;
}

.service-sub-page .gallery-card:last-child {
    margin-bottom: 0px;
}

.service-sub-page .gallery-card .gallery-card-title {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.service-sub-page .gallery-card .gallery-card-title h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--pacific_blue);
    margin-bottom: 0px;
}

.service-sub-page .gallery-card .gallery-card-imgs {
    position: relative;
}

.service-sub-page .gallery-card .gallery-card-imgs .img-blog {
    margin-top: 24px;
}

.service-sub-page .gallery-card .gallery-card-imgs img {
    cursor: pointer;
    transition: all 0.5s ease;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-sub-page .gallery-card .gallery-card-imgs .img-blog img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.service-sub-page .gallery-card .gallery-card-imgs .hvr-zoom:hover img {
    transform: scale(1.1);
}

.service-sub-page .gallery-card .gallery-card-imgs .hvr-zoom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.0) 100%);
    z-index: 1;
}


.service-sub-page .gallery-card .gallery-card-imgs .hvr-zoom {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.service-sub-page .gallery-card .gallery-card-imgs .hvr-zoom .img-title {
    display: flex;
    position: absolute;
    z-index: 1;
    color: #fff;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    top: 0px;
    left: 0px;
}

.service-sub-page .gallery-card .gallery-card-imgs .hvr-zoom .img-title h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.6px;
    color: var(--white);
    margin-bottom: 0px;
}

.service-sub-page .gallery-card .gallery-card-imgs .hvr-zoom .img-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.6px;
    color: var(--white);
    margin-bottom: 0px;
    min-width: 100px;
}



.service-sub-page .gallery .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.service-sub-page .gallery .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.service-sub-page .gallery .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.service-sub-page .downloads .title {
    margin-bottom: 40px;
}

.service-sub-page .downloads .gallery-card .gallery-card-imgs .img-blog {
    margin-top: 16px;
}

.service-sub-page .downloads .gallery-card .gallery-card-imgs .hvr-zoom::before {
    content: '';
    /* background-image: url('../images/logos_youtube-icon.png'); */
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-position: center;
    z-index: 1;
}

.service-sub-page .downloads .gallery-card .gallery-card-imgs .hvr-zoom .fix-you-tube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

}

.service-sub-page .downloads .gallery-card .gallery-card-imgs .hvr-zoom .fix-you-tube-icon img {
    max-width: 60px;
    max-height: 50px;
    min-width: 50px;
    min-height: 40px;
    object-fit: contain;

}

.service-sub-page .downloads .gallery-card .gallery-card-imgs .gallery-documets {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-sub-page .downloads .gallery-card .gallery-card-imgs .gallery-documets .hvr-zoom {
    max-width: 216px;
}

.service-sub-page .downloads .gallery-card .gallery-card-imgs .gallery-documets .hvr-zoom::before {
    /* background-image: url('../images/pdf-icon.png'); */
}


.service-sub-page .family-conselling {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-sub-page .family-conselling .title {
    margin-bottom: 20px;
}

.service-sub-page .family-conselling .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
    margin-bottom: 12px;
}

.service-sub-page .family-conselling .cont h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--main_red);
    margin-bottom: 42.5px;
    margin-top: 42.5px;
}

.service-sub-page .family-conselling .cont .btn-grp {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.service-sub-page .family-conselling .cont .btn-grp .fill-green-btn {
    width: 100%;
    max-width: 287px;
    max-height: 60px;
    padding: 16px;
}

.service-sub-page .family-conselling .cont .btn-grp .outline-green-btn {
    width: 100%;
    max-width: 287px;
    max-height: 60px;
    padding: 16px;
}

.service-sub-page .family-conselling img {
    /* filter: grayscale(1); */
}

.service-sub-page .service-offered .serv-off .title {
    margin-bottom: 40px;
}

.service-sub-page .service-offered .serv-off p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 40px;
}

.service-sub-page .service-offered .serv-off-card {
    background-color: #F8F8F7;
    padding: 24px;
    max-width: 536px;
    margin-left: auto;
}

.service-sub-page .service-offered .serv-off-card .serv-off-box {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 48px;
}

.service-sub-page .service-offered .serv-off-card .serv-off-box:last-child {
    margin-bottom: 0px;
}

.service-sub-page .service-offered .serv-off-card .serv-off-box h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    margin-bottom: 16px;
}

.service-sub-page .service-offered .serv-off-card .serv-off-box img {
    width: 60px;
    height: 60px;
    padding: 12px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: contain;
    flex-shrink: 0;
}

.service-sub-page .service-offered .serv-off-card .serv-off-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page img.img-fluid {
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-sub-page img.img-fluid:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.service-sub-page .our-team-doc {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-sub-page .our-team-doc .title {
    margin-bottom: 40px;
    text-align: center;
}

.service-sub-page .our-team-doc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 40px;
    text-align: center;
}

.service-sub-page .our-team-doc .doc-card {
    max-width: 270px;
    height: 100%;
}

.service-sub-page .our-team-doc .doc-card .doc-details {
    margin-top: 12px;
    background-color: var(--white);
    padding: 24px;
    /* height: 100%;
    max-height: 170px; */
}

.service-sub-page .our-team-doc .doc-card .doc-details h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 10px;
}

.service-sub-page .our-team-doc .doc-card .doc-details h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--silver_light);
    margin-bottom: 10px;
}

.service-sub-page .our-team-doc .doc-card .doc-details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 0px;
    max-width: 170px;
    text-align: start;
}

.service-sub-page .our-team-doc .doc-card .doc-details .social-icon-doc-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: var(--silver_light);
    justify-content: flex-start;
}

.service-sub-page .our-team-doc .doc-card .doc-details .social-icon-doc-card img {}

.service-sub-page .our-team-doc .doc-card .doc-details .overlaay h5 {
    color: var(--silver_gray);
}

.service-sub-page .our-team-doc .doc-card .doc-details .overlaay p {
    color: var(--silver_light);
    font-weight: 400;
}

.service-sub-page .our-team-doc .doc-card .img-box {
    position: relative;
    overflow: hidden;
}

.service-sub-page .our-team-doc .doc-card .img-box .overlaay {
    position: absolute;
    width: 100%;
    bottom: -100%;
    background: var(--white);
    transition: all 0.5s ease-in-out;
    padding: 30px 23px;
}

.service-sub-page .our-team-doc .doc-card .img-box .overlaay h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.6px;
    color: var(--silver_light);
    margin-bottom: 10px;
}

.service-sub-page .our-team-doc .doc-card .img-box .overlaay p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.6px;
    color: #1D3557;
    margin-bottom: 0px;
    text-align: left;
}

.service-sub-page .our-team-doc .doc-card .img-box:hover .overlaay,
.service-sub-page .our-team-doc .doc-card:focus-within .img-box .overlaay {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: var(--white);
}

.service-sub-page .our-team-doc .doc-card.card-1 {
    margin: 0 auto;
}

.service-sub-page .our-team-doc .doc-card.card-2 {
    margin: 0 auto;
}

.service-sub-page .our-team-doc .doc-card.card-3 {
    margin: 0 auto;
}

.service-sub-page .our-team-doc .doc-card.card-4 {
    margin-left: auto;
}

.service-sub-page .our-team-doc .volunteer-register-box {
    background-color: var(--white);
    margin-top: 40px;
    padding: 40px;
}

.service-sub-page .our-team-doc .volunteer-register-box .title {
    text-align: left;
    margin-bottom: 16px;
}

.service-sub-page .our-team-doc .volunteer-register-box p {
    text-align: left;
    margin-bottom: 40px;
}

.service-sub-page .our-team-doc .volunteer-register-box .form label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--silver_gray);
}

.service-sub-page .our-team-doc .volunteer-register-box .form label span {
    color: var(--main_red);
}

.service-sub-page .our-team-doc .volunteer-register-box .form input {
    background-color: #F8F8F7;
    border: none;
    height: 100%;
    max-height: 56px;
    padding: 16px 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E89;
}

.service-sub-page .our-team-doc .volunteer-register-box .form input:focus {
    box-shadow: none;
}

.service-sub-page .our-team-doc .volunteer-register-box .form button {
    border: none;
    width: 100%;
    height: 100%;
    margin-top: 16px;
    max-width: 224px;
    max-height: 60px;
    padding: 18px 30px;
}

.service-sub-page .whatsapp-support .qr-code-box {
    background-color: var(--pacific_light_blue);
    text-align: center;
    padding: 30px;
    border-radius: 16px;
    max-width: 536px;
}

.service-sub-page .whatsapp-support .qr-code-box h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 40px;
    color: var(--silver_gray);
}

.service-sub-page .whatsapp-support .qr-code-box img {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 40px;
}

.service-sub-page .whatsapp-support .qr-code-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0px;
    color: var(--silver_gray);
}

.service-sub-page .whatsapp-support .cont {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-sub-page .whatsapp-support .cont .title {
    margin-bottom: 40px;
}

.service-sub-page .whatsapp-support .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 16px;
    color: #7C7D78;
}

.service-sub-page .whatsapp-support .cont p.main-p {
    margin-bottom: 50px;
}

.service-sub-page .whatsapp-support .cont .grp {
    flex: 1;
}

.service-sub-page .whatsapp-support .cont a {
    display: inline-block;
    max-width: 224px;
    max-height: 60px;
}

.service-sub-page .whatsapp-support .cont h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: var(--silver_light);
    margin-bottom: 16px;
}

.service-sub-page .family-news .title {
    margin-bottom: 40px;
}

.service-sub-page .family-news .family-blog-box {
    display: flex;
    justify-content: space-between;
}

.service-sub-page .family-news .family-blog-box .month-img {
    position: relative;
}

.service-sub-page .family-news .family-blog-box .month-img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.service-sub-page .family-news .family-blog-box .month-img:after {
    content: ' Jan';
    background-color: #1D3557;
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 8px;
}

.service-sub-page .family-news .family-blog-box .family-blog-card {
    border: 1px solid #D8D9D5;
    border-radius: 16px;
    max-width: 216px;
    height: 100%;
}

.service-sub-page .family-news .family-blog-box .family-blog-card .cont {
    padding: 12px 12px 24px 12px;
}

.service-sub-page .family-news .family-blog-box .family-blog-card .cont h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: var(--silver_gray);
    margin-bottom: 6px;
}

.service-sub-page .family-news .family-blog-box .family-blog-card .cont p {
    font-size: 10px;
    font-weight: 400;
    line-height: 21.6px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .feedback-complains {
    background-image: url('../images/feedback-comp-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.service-sub-page .feedback-complains .title {
    margin-bottom: 120px;
}

.service-sub-page .feedback-complains .feedback-complains-box .fc-card {
    display: flex;
    gap: 40px;
    background: var(--white);
    margin-bottom: 44px;
    border-radius: 8px;
}

.service-sub-page .feedback-complains .feedback-complains-box .fc-card:last-child {
    margin-bottom: 0px;
}

.service-sub-page .feedback-complains .feedback-complains-box .fc-card div {
    padding: 16px 34px;
}

.service-sub-page .feedback-complains .feedback-complains-box .fc-card h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    margin-bottom: 8px;
}

.service-sub-page .feedback-complains .feedback-complains-box .fc-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .feedback-complains .feedback-sec {
    margin-top: 120px;
}

.service-sub-page .feedback-complains .feedback-sec .title {
    margin-bottom: 24px;
}

.service-sub-page .feedback-complains .feedback-sec textarea {
    width: 100%;
    border-radius: 16px;
    background-color: var(--white);
    border: none;
    padding: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.service-sub-page .feedback-complains .feedback-sec textarea:focus-visible {
    border: none;
    box-shadow: none;
}




.service-sub-page .family-news .news {
    padding-top: 80px;
    position: relative;
}

.service-sub-page .family-news .news .title {
    margin-bottom: 0px;
}

.service-sub-page .family-news .news .title h4 {
    margin-bottom: 0px;
}

.service-sub-page .family-news .news .slider-container {
    /* position: relative; */
    margin: auto;
    overflow: hidden;
}

.service-sub-page .family-news .news .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.service-sub-page .family-news .news .slideee {
    min-width: 100%;
    box-sizing: border-box;

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
}

.service-sub-page .family-news .news .slideee.active {
    opacity: 1;
    position: relative;
}

.service-sub-page .family-news .news .prev, .next {
    background-color: transparent;
    color: var(--silver_gray);
    border: 2px solid var(--silver_gray);
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sub-page .family-news .news .prev {
    left: 0px;
}

.service-sub-page .family-news .news .next {
    left: 100px;
}

.service-sub-page .family-news .news .slide-number {
    color: var(--silver_gray);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sub-page .family-news .news .aerrow-positon {
    display: flex;
    gap: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.service-sub-page .family-news .news .news-box-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--silver_gray);
    margin-bottom: 40px;
}

.service-sub-page .family-news .news .news-box-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--gray-font);
    margin-bottom: 57px;
}

.service-sub-page .family-news .news .news-box-card h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    margin-bottom: 57px;
}




.service-sub-page .feedback-complains .news {
    position: relative;
}

.service-sub-page .feedback-complains .news .title {
    margin-bottom: 0px;
}

.service-sub-page .feedback-complains .news .title h4 {
    margin-bottom: 0px;
}

.service-sub-page .feedback-complains .news .slider-container {
    /* position: relative; */
    margin: auto;
    overflow: hidden;
}

.service-sub-page .feedback-complains .news .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.service-sub-page .feedback-complains .news .slideee {
    min-width: 100%;
    box-sizing: border-box;

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
}

.service-sub-page .feedback-complains .news .slideee.active {
    opacity: 1;
    position: relative;
}

.service-sub-page .feedback-complains .news .prev, .next {
    background-color: transparent;
    color: var(--silver_gray);
    border: 2px solid var(--silver_gray);
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sub-page .feedback-complains .news .prev {
    left: 0px;
}

.service-sub-page .feedback-complains .news .next {
    left: 100px;
}

.service-sub-page .feedback-complains .news .slide-number {
    color: var(--silver_gray);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sub-page .feedback-complains .news .aerrow-positon {
    display: flex;
    gap: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.service-sub-page .feedback-complains .news .news-box-card h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    margin-bottom: 8px;
}

.service-sub-page .feedback-complains .news .news-box-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #7C7D78;
    margin-bottom: 80px;
}

.service-sub-page .feedback-complains .news .news-box-card h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #7C7D78;
    margin-bottom: 24px;
}

.service-sub-page .key-program .title {
    margin-bottom: 40px;
    text-align: center;
}

.service-sub-page .key-program .title h2 {
    margin-bottom: 24px;
}

.service-sub-page .key-program .title p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
}

.service-sub-page .key-program .key-slider .key-card-box {
    padding: 56px 40px;
    border-radius: 16px;
    max-width: 390px;
    border: 1px solid #D0D5DD;
    text-align: center;
    height: 100%;
    min-height: 540px;
    box-shadow: 0px 0px 10px 2px #c6c6c6;
    margin: 10px;
}

.service-sub-page .key-program .key-slider .key-card-box h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    color: var(--silver_gray);
    margin-bottom: 50px;
}

.service-sub-page .key-program .key-slider .key-card-box img {
    max-width: 178px;
    max-height: 148px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 16px;
    background-color: #F8F8F7;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: contain;
}

.service-sub-page .key-program .key-slider .key-card-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .registration-process .title {
    margin-bottom: 40px;
}

.service-sub-page .registration-process .regi-pro-card {
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 16px;
}

.service-sub-page .registration-process .regi-pro-card div {
    flex: 1;
}

.service-sub-page .registration-process .regi-pro-card h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--silver_gray);
    margin-bottom: 8px;
}

.service-sub-page .registration-process .regi-pro-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .registration-process .regi-pro-card a {
    max-height: 60px;
    max-width: 163px;
    width: 100%;
    padding: 18px 40px;
    display: inline-block;
}

.service-sub-page .registration-process .note p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--silver_light);
    margin-bottom: 0px;
}

.service-sub-page .registration-process .note p span {
    color: var(--silver_gray);
}


#calendar .fc-view .fc-head {
    background: #fff;
    color: var(--silver_gray);
}

#calendar .fc-view .fc-body {
    background: #fff;
    color: var(--silver_gray);
}

#calendar .fc-view .fc-body td.fc-other-month {
    background: #e8e8e84d;
    color: var(--silver_gray);
}

#calendar .fc-view .fc-body td.fc-today {
    background: #fff;
    border: 2px solid #22ACC4;
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 99999999;
    position: relative;
}


#calendar .fc-view-harness {
    background: #fff;
    color: var(--silver_gray);
}

#calendar .fc-view-harness thead .fc-col-header-cell .fc-col-header-cell-cushion {
    text-decoration: none;
    color: #969696;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    padding: 12px;
}

#calendar .fc-view-harness tbody .fc-day .fc-daygrid-day-top .fc-daygrid-day-number {
    text-decoration: none;
    color: #595956;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    padding: 12px;
}

#calendar .fc-view-harness tbody .fc-day .fc-daygrid-day-top {
    justify-content: start;
}



.service-sub-page .feedbacks-compains .news {
    padding-top: 80px;
    position: relative;
}

.service-sub-page .feedbacks-compains .news .title {
    margin-bottom: 0px;
}

.service-sub-page .feedbacks-compains .news .title h4 {
    margin-bottom: 0px;
}

.service-sub-page .feedbacks-compains .news .slider-container {
    /* position: relative; */
    margin: auto;
    overflow: hidden;
}

.service-sub-page .feedbacks-compains .news .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.service-sub-page .feedbacks-compains .news .slideee {
    min-width: 100%;
    box-sizing: border-box;

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
}

.service-sub-page .feedbacks-compains .news .slideee.active {
    opacity: 1;
    position: relative;
}

.service-sub-page .feedbacks-compains .news .prev, .next {
    background-color: transparent;
    color: var(--silver_gray);
    border: 2px solid var(--silver_gray);
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sub-page .feedbacks-compains .news .prev {
    left: 0px;
}

.service-sub-page .feedbacks-compains .news .next {
    left: 100px;
}

.service-sub-page .feedbacks-compains .news .slide-number {
    color: var(--silver_gray);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sub-page .feedbacks-compains .news .aerrow-positon {
    display: flex;
    gap: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.service-sub-page .feedbacks-compains .news .news-box-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--silver_gray);
    margin-bottom: 40px;
}

.service-sub-page .feedbacks-compains .news .news-box-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--gray-font);
    margin-bottom: 57px;
}

.service-sub-page .feedbacks-compains .news .news-box-card h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    margin-bottom: 57px;
}

.service-sub-page.service-health-care .commit-to-health .title {
    text-align: center;
    margin-bottom: 40px;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box {
    padding: 40px 24px;
    border-radius: 16px;
    /* border: 1px solid #1D35571A; */
    text-align: center;
    height: 100%;
    box-shadow: 0px 5px 10px 2px #1D35571A;
    margin: 10px;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 24px;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box p {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box .center-box-side-img {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box .center-box-side-img:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    right: -16px;
    bottom: -16px;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-1 .center-box-side-img {
    background-color: #E9F7FA;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-1 .center-box-side-img:after {
    background-image: url('../images/och-1.png');
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-2 .center-box-side-img {
    background-color: #FBF9FC;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-2 .center-box-side-img:after {
    background-image: url('../images/och-2.png');
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-3 .center-box-side-img {
    background-color: #F8F8F7;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-3 .center-box-side-img:after {
    background-image: url('../images/och-3.png');
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-4 .center-box-side-img {
    background-color: #FABBBE;
}

.service-sub-page.service-health-care .commit-to-health .key-card-box.card-4 .center-box-side-img:after {
    background-image: url('../images/och-4.png');
}

.service-sub-page .health-contact-us {
    /* background-image: url('../images/news-social-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px; */
}

.service-sub-page .health-contact-us .cont {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-sub-page .health-contact-us .cont .title {
    margin-bottom: 40px;
}

.service-sub-page .health-contact-us .cont .num-email {
    flex: 1;
}

.service-sub-page .health-contact-us .cont .num-email div {
    display: flex;
    gap: 16px;
    align-items: center;
}

.service-sub-page .health-contact-us .cont .num-email div.call {
    margin-bottom: 12px;
}

.service-sub-page .health-contact-us .cont .num-email div.email {
    margin-bottom: 12px;
}

.service-sub-page .health-contact-us .cont .num-email div.map {
    margin-bottom: 12px;
}

.service-sub-page .health-contact-us .cont .num-email div.timing {
    margin-bottom: 12px;
}

/* .service-sub-page .health-contact-us .cont .num-email div.timing h3{
    font-size: 16px;
    line-height: 28px;
} */

.service-sub-page .health-contact-us .cont .num-email div.timing img {
    max-width: 40px;
    max-height: 30px;
}

.service-sub-page .health-contact-us .cont .num-email div.map img {
    max-width: 40px;
    max-height: 30px;
}

.service-sub-page .health-contact-us .cont .num-email div img {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

.service-sub-page .health-contact-us .cont .num-email div h3 {
    margin-bottom: 0px;
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 400;
    /* line-height: 38.4px; */
    line-height: 30px;
    color: #8E8E89;
    direction: ltr;
}

.service-sub-page .health-contact-us .cont .num-email div h3 span {
    font-size: 12px;
    display: block;
    line-height: normal;
}

.service-sub-page .health-contact-us .cont .num-email a {
    color: #8E8E89;
    text-decoration: none;
    font-size: 16px;
    display: contents;
}

.service-sub-page .health-contact-us .cont .num-email a span.sml-txt {
    font-size: 12px;
    display: block;
    line-height: normal;
}

.service-sub-page .health-contact-us .cont a {
    max-width: 224px;
}


.service-sub-page.service-health-care .commit-to-health.live .key-card-box img {
    margin-bottom: 40px;
}

.service-sub-page.service-health-care .commit-to-health.live .key-card-box h4 {
    margin-bottom: 16px;
}

.service-sub-page .calender {
    background-color: #E9F7FA;
    padding: 80px 0px;
}

.service-sub-page .calender .title {
    margin-bottom: 40px;
    text-align: center;
}

#calendar {
    max-width: 550px;
    max-height: 620px;
    margin: 0 auto;
}

.service-sub-page .new-slider {
    background-image: url('../images/news-social-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-sub-page .new-slider .title {
    margin-bottom: 40px;
}

.service-sub-page .slick-prev {
    bottom: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-100px, 100px);
    border-radius: 100px;
}

.service-sub-page .slick-prev:before {
    background: var(--silver_gray);
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
}

.service-sub-page .slick-next:before {
    background: var(--silver_gray);
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
}

.service-sub-page .slick-next {
    bottom: 0px;
    top: 50%;
    left: 50%;
    right: 0px;
    transform: translate(50px, 100px);
    border-radius: 100px;
}

.service-sub-page .new-slider .slider-nav .slick-list {
    padding: 0px !important;
    margin-bottom: 40px;
}

.service-sub-page .slick-slide {
    margin-right: 35px;
}

.service-sub-page .new-slider .card {
    border: none;
    padding: 56px 24px;
}

.service-sub-page .new-slider .card img {
    border-radius: 100px;
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 24px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: cover;
}

.service-sub-page .new-slider .card h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    margin-bottom: 8px;
}

.service-sub-page .new-slider .card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .new-slider .slider-nav .slick-list a {
    background-color: yellow;
    display: block;
    /* margin: 10px; */
    /* width: 150px; */
    height: 150px;
}

.service-sub-page .new-slider .slider-nav .slick-list .slick-slide {
    margin: 10px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
}

.service-sub-page .new-slider .slider-nav .slick-list .slick-slide.slick-current {
    box-shadow: 0px 0px 20px 5px #e4e4e4;
}

.service-sub-page .new-slider .big-card {
    text-align: center;
    margin-bottom: 40px;
}

.service-sub-page .new-slider .big-card h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 38.8px;
    color: var(--pacific_blue);
    margin-bottom: 8px;
}

.service-sub-page .new-slider .big-card h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 24px;
}

.service-sub-page .new-slider .big-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .living-cost-aid img {
    /* filter: grayscale(1); */
}

.service-sub-page .require-tabs-sec .sec-apply-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.service-sub-page .require-tabs-sec .sec-apply-btn a {
    max-width: 224px;
    width: 100%;
}

.service-sub-page .service-win-supp.living-cost-aid .cont p {
    margin-bottom: 0px;
}

.service-sub-page .about-health-tre-aid .grp-txt-opp {
    max-width: 536px;
    margin-right: auto;
}

.service-sub-page .about-health-tre-aid .cont .title {
    margin-bottom: 40px;
}

.service-sub-page .about-health-tre-aid .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .about-health-tre-aid .cont a {
    display: inline-block;
    width: 100%;
    max-width: 224px;
    margin-top: 80px;
}

.service-sub-page .application-form .title {
    margin-bottom: 40px;
    text-align: center;
}

.service-sub-page .application-form .title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.service-sub-page .application-form .form-box {
    margin-bottom: 16px;
}

.service-sub-page .application-form .form-box:last-child {
    margin-bottom: 0px;
}

.service-sub-page .application-form .form-box h6 {
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: var(--pacific_dark);
}

.service-sub-page .application-form .form-box .input-box {
    margin-bottom: 24px;
}

.service-sub-page .application-form .form-box .input-box label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--silver_gray);
    margin-bottom: 8px;
}

.service-sub-page .application-form .form-box .input-box label span {
    color: var(--main_red);
}

.service-sub-page .application-form .form-box .input-box input {
    background-color: #F8F8F7;
    border: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E89;
    padding: 18px 16px;
}

.service-sub-page .application-form .form-box .input-box input::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E89;
}

.service-sub-page .application-form .form-box .input-box input:focus {
    box-shadow: none;
}

.service-sub-page .application-form .form-box .input-box select {
    background-color: #F8F8F7;
    border: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E89;
    padding: 18px 16px;
}

.service-sub-page .application-form .form-box .input-box select:focus {
    box-shadow: none;
}

.service-sub-page .application-form .form-box .input-box .form-check {
    display: flex;
    align-items: center;
    gap: 16px;
}

.service-sub-page .application-form .form-box .input-box .form-check label {
    margin-bottom: 0px;
}

.service-sub-page .application-form .form-box .input-box .form-check input {
    padding: 0px;
    margin-top: 0px;
    border: 1px solid var(--pacific_dark);
    background-color: transparent;
}

.service-sub-page .application-form .form-box .input-box .form-check input:checked {
    background-color: var(--pacific_dark);
}

.custom-file-input {
    cursor: pointer;
    display: none;
}

.service-sub-page .application-form .form-box .input-box .custom-file-label {
    background-color: #F8F8F7;
    padding: 18px 16px;
    border-radius: 8px;
    color: #495057;
    cursor: pointer;

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    max-height: 56px;
}

.service-sub-page .application-form .form-box .input-box .custom-file-label::after {
    content: "";
    /* color: white;
    background-color: #007bff;
    border-left: 1px solid #ced4da;
    padding: 10px;
    border-radius: 0 4px 4px 0; */
    background-image: url('../images/upload-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 105px;
    height: 40px;
}

.service-sub-page .application-form .submit-btn {
    display: flex;
    justify-content: center;
}

.service-sub-page .application-form .submit-btn button {
    border: 0px;
    width: 100%;
    max-width: 184px;
}


.service-sub-page .service-win-supp .sub-box {
    background-color: var(--white);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 5px 10px 5px #1D35571A;
    max-width: 350px;
    margin: 0 auto;
    height: 100%;
}

.service-sub-page .service-win-supp .sub-box p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #7C7D78;
    margin-bottom: 16px;
}

.service-sub-page .service-win-supp .sub-box h4 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
}


/* Serivces Page CSS End */







/* Products Page CSS Start */


.products-page .hero-slider #HeroSlider .banner.banner-1 {
    background-image: url('../images/products-main-banner.png');
}

.products-page .hero-slider #HeroSlider .banner-grp .cont h3 {
    margin-bottom: 0px;
    max-width: 1000px;
}

.products-page .hero-slider #HeroSlider .banner .cont h3 {
    margin-bottom: 0px;
    max-width: 1000px;
}

.products-page .hero-slider #HeroSlider .banner-grp .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    max-width: 1000px;
    margin-bottom: 32px;
}

.products-page .hero-slider #HeroSlider .banner .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    max-width: 1000px;
    margin-bottom: 32px;
}

.products-page .hero-slider.nitaj-banner #HeroSlider .banner.banner-1 {
    background-image: url('../images/nitaj-banner.png');
}

.products-page .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.products-page .cont.extra-cont p {
    margin-bottom: 20px;
}

.products-page .cont.extra-cont p:last-child {
    margin-bottom: 0px;
}

.products-page .investment-p .cont p {
    margin-bottom: 14px;
}

.products-page .investment-p .cont p:last-child {
    margin-bottom: 0px;
}

.products-page .hero-slider #HeroSlider .banner .cont {
    max-width: 100%;
}

.products-page .title {
    margin-bottom: 20px;
}

.products-page .cont {
    max-width: 536px;
}

.products-page .introduction-nitaj .cont {
    margin-left: auto;
}

.products-page .introduction-nitaj .col-md-6.text-center img {
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-page .introduction-nitaj .col-md-6.text-center img:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.products-page .training-nitaj .title {
    text-align: center;
}

.products-page .training-nitaj .training-card {
    border-radius: 16px;
    max-width: 385px;
    background-color: var(--white);
    padding: 24px;
    box-shadow: 0px 7px 10px 4px #1D35571A;
    height: 100%;
}

.products-page .training-nitaj .training-card img {
    margin-bottom: 32px;
    min-height: 244px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    max-height: 244px;
}

.products-page .training-nitaj .training-card h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: #333333;
    margin-bottom: 8px;
}

.products-page .training-nitaj .training-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28.8px;
    color: #8E8E89;
    margin-bottom: 0px;
}

.products-page .nitaj-kitchen .title {
    text-align: center;
}

.products-page .nitaj-kitchen .img-box .img-grp {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: -90px;
}

.products-page .nitaj-kitchen .img-box .img-grp img {
    max-width: 251px;
}

.products-page .nitaj-kitchen .cont {
    max-width: 100%;
    text-align: center;
}

.products-page .nitaj-kitchen .cont p {
    font-size: 16px;
}

.products-page .nitaj-kitchen .icon-box .icon-card {
    max-width: 260px;
    margin: 0 auto;
}

.products-page .nitaj-kitchen .icon-box .icon-card .box-ttl {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 32px;
}

.products-page .nitaj-kitchen .icon-box .icon-card .box-ttl img {
    max-width: 68px;
    max-height: 68px;
    padding: 10px;
    border-radius: 8px;
}

.products-page .nitaj-kitchen .icon-box .icon-card .box-ttl h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 19.2px;
    margin-bottom: 0px;
}

.products-page .nitaj-kitchen .icon-box .icon-card.card-1 .box-ttl {
    color: var(--pacific_blue);
}

.products-page .nitaj-kitchen .icon-box .icon-card.card-1 .box-ttl img {
    background-color: var(--pacific_blue);
}

.products-page .nitaj-kitchen .icon-box .icon-card.card-2 .box-ttl {
    color: var(--main_red);
}

.products-page .nitaj-kitchen .icon-box .icon-card.card-2 .box-ttl img {
    background-color: var(--main_red);
}

.products-page .nitaj-kitchen .icon-box .icon-card.card-3 .box-ttl {
    color: var(--intro-foun-card-2);
}

.products-page .nitaj-kitchen .icon-box .icon-card.card-3 .box-ttl img {
    background-color: var(--intro-foun-card-2);
}

.products-page .nitaj-kitchen .icon-box .icon-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    color: var(--gray-font);
    margin-bottom: 0px;
}

.products-page .nitaj-products > .container > .row > .col-md-6.text-center img.img-fluid {
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-page .nitaj-products > .container > .row > .col-md-6.text-center img.img-fluid:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.products-page .nitaj-products .cont {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products-page .nitaj-products .cont p {
    flex: 1;
    margin-bottom: 24px;
}

.products-page .nitaj-products .cont .outline-green-btn {
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
    max-width: 238px;
}

.products-page .nitaj-products .cont .outline-green-btn img {
    max-width: 24px;
    max-height: 24px;
}

.products-page .nitaj-products .nitaj-pro-icon-box {
    border: 1px solid #EBEBEA;
    box-shadow: 0px 8px 10px 5px #1D35571A;
    padding: 40px 24px;
    height: 100%;
    border-radius: 16px;
    text-align: center;
}

.products-page .nitaj-products .nitaj-pro-icon-box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 24px;
}

.products-page .nitaj-products .nitaj-pro-icon-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    margin: 0 auto 80px auto;
    position: relative;
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box::after {
    content: '';
    width: 48px;
    height: 48px;
    right: -20px;
    bottom: -20px;
    position: absolute;
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box.box-1 {
    background-color: #FABBBE;
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box.box-1:after {
    background-image: url('../images/niraj-product-icon-1.png');
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box.box-2 {
    background-color: #F5EEF6;
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box.box-2:after {
    background-image: url('../images/niraj-product-icon-2.png');
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box.box-3 {
    background-color: #E9F7FA;
}

.products-page .nitaj-products .nitaj-pro-icon-box .center-box.box-3:after {
    background-image: url('../images/niraj-product-icon-3.png');
}

.products-page .nitaj-products .produ-detal-card {
    border: 1px solid #EBEBEA;
    border-radius: 16px;
    padding: 24px;
}

.products-page .nitaj-products .produ-detal-card .img-grp {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.products-page .nitaj-products .produ-detal-card .img-grp::after {
    content: '';
    background-image: url('../images/pdf-icon.png');
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.products-page .nitaj-products .produ-detal-card:hover .img-grp img {
    filter: grayscale(0.5);
}

.products-page .nitaj-products .produ-detal-card h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 24px;
}

.products-page .nitaj-products .produ-detal-card a {
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
    max-width: 100%;
}

.products-page .nitaj-products .produ-detal-card a img {
    margin-bottom: 0px;
    max-width: 24px;
}

.products-page .whatsapp-insta {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

.products-page .whatsapp-insta .bbox-grp {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.products-page .whatsapp-insta .whats-insta-box {
    max-width: 580px;
    /* min-height: 570px; */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products-page .whatsapp-insta .whats-insta-box img {
    width: 100%;
    max-width: 48px;
    max-height: 48px;
    margin-bottom: 16px;
}

.products-page .whatsapp-insta .whats-insta-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--pacific_blue);
    margin-bottom: 40px;
}

.products-page .whatsapp-insta .whats-insta-box h3 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 33.6px;
    color: var(--silver_gray);
    margin-bottom: 40px;
}

.products-page .whatsapp-insta .whats-insta-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 16px;
    flex: 1;
}

.products-page .whatsapp-insta .whats-insta-box a {
    display: inline-block;
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
    max-width: 238px;
}

.products-page .whatsapp-insta .whats-insta-box a img {
    max-width: 24px;
    margin-bottom: 0px;
}


.products-page .hero-slider.real-madrid #HeroSlider .banner.banner-1 {
    background-image: url('../images/real-madrid-banner.png');
}

.products-page .cont ul {
    margin-top: 40px;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.products-page .cont ul li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    display: flex;
    align-items: center;
}

.products-page .cont ul li:last-child {
    margin-bottom: 0px;
}

.products-page .cont ul li::after {
    content: '';
    background-image: url('../images/tick-icon.png');
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    background-size: contain;
}

.products-page .bg-banner {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.products-page .bg-banner .cont p {
    margin-bottom: 20px;
}

.products-page .bg-banner .cont p:last-child {
    margin-bottom: 0px;
}

.products-page .bg-banner .officeial-aim .title {
    text-align: center;
}

.products-page .bg-banner .officeial-aim .off-aim-box {
    background-color: var(--white);
    border: 1px solid #EBEBEA;
    box-shadow: 0px 8px 10px 5px #1D35571A;
    border-radius: 16px;
    height: 100%;
    padding: 40px 24px;
    text-align: center;
}

.products-page .bg-banner .officeial-aim .off-aim-box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 24px;
}

.products-page .bg-banner .officeial-aim .off-aim-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.products-page .bg-banner .officeial-aim .off-aim-box .square-box {
    position: relative;
    margin: 0 auto 80px auto;
    width: 44px;
    height: 44px;
    background-color: transparent;
    border-radius: 4px;
}

.products-page .bg-banner .officeial-aim .off-aim-box .square-box::after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.products-page .bg-banner .officeial-aim .off-aim-box.box-1 .square-box {
    background-color: #E9F7FA;
}

.products-page .bg-banner .officeial-aim .off-aim-box.box-1 .square-box:after {
    background-image: url('../images/official-real-madrid-icon-1.png');
}

.products-page .bg-banner .officeial-aim .off-aim-box.box-2 .square-box {
    background-color: #FBF9FC;
}

.products-page .bg-banner .officeial-aim .off-aim-box.box-2 .square-box:after {
    background-image: url('../images/official-real-madrid-icon-2.png');
}

.products-page .bg-banner .officeial-aim .off-aim-box.box-3 .square-box {
    background-color: #FABBBE;
}

.products-page .bg-banner .officeial-aim .off-aim-box.box-3 .square-box:after {
    background-image: url('../images/official-real-madrid-icon-3.png');
}

.products-page .key-highlight .ul-grp {
    margin-bottom: 24px;
}

.products-page .key-highlight .ul-grp:last-child {
    margin-bottom: 0px;
}

.products-page .key-highlight .ul-grp ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 0px;
}

.products-page .key-highlight .ul-grp ul li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--silver_gray);
    display: flex;
    align-items: center;
}

.products-page .key-highlight .ul-grp ul li::after {
    content: '';
    background-image: url('../images/tick-icon.png');
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    background-size: contain;
}

.products-page .key-highlight .ul-grp p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.products-page .whatsapp-now {
    text-align: center;
}

.products-page .whatsapp-now p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 16px;
}

.products-page .whatsapp-now a {
    width: 100%;
    max-width: 224px;
    display: inline-block;
}

.products-page .our-goal .cont {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products-page .our-goal .cont p {
    flex: 1;
    margin-bottom: 22px;
}

.products-page .our-goal .cont ul {
    margin-top: 0px;
}

.products-page .our-goal .cont .title h4 {
    margin-bottom: 0px;
    color: var(--pacific_blue);
}

.products-page .our-goal .cont h4 {
    margin-bottom: 22px;
    color: var(--silver_gray);
    font-weight: 600;
}

.products-page .meet-trainees .trainee-card .box-ttl {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.products-page .meet-trainees .trainee-card .box-ttl h6 {
    margin-bottom: 0px;
}

.products-page .meet-trainees .trainee-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    color: var(--gray-font);
    margin-bottom: 0px;
    text-align: left;
}

.service-sub-page.products-page .our-team-doc.meet-trainees .doc-card .doc-details h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21.6px;
}

.service-sub-page .our-team-doc .doc-card .doc-details p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21.6px;
}

.products-page .academic-journey .tile-line .time-line-box ul {
    margin-top: 0px;
}

.products-page .academic-journey .tile-line .time-line-box ul li::after {
    background-image: url('../images/round-point.png');
}

.products-page .academic-journey .tile-line .time-line-box .vertical-line {
    height: 124px;
    margin: 10px;
    border-left: 1px solid #EBEBEA;
}

.products-page .academic-journey .tile-line .time-line-box:last-child .vertical-line {
    display: none;
}

.products-page .academic-journey .img-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
}

.service-sub-page.products-page .schedule-register .title h2 {
    margin-bottom: 24px;
}

.service-sub-page.products-page .schedule-register .title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.products-page .schedule-register .sche-regi .sche-regi-box {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    background-color: var(--white);
    padding: 30px 40px;
    justify-content: space-between;
    border: 1px solid #D8D9D5;
    border-radius: 4px;
}

.products-page .schedule-register .sche-regi .sche-regi-box:last-child {
    margin-bottom: 0px;
}

.products-page .schedule-register .sche-regi .sche-regi-box .location {
    display: flex;
    align-items: center;
    gap: 40px;
}

.products-page .schedule-register .sche-regi .sche-regi-box .location img {
    max-width: 36px;
    margin-bottom: 8px;
}

.products-page .schedule-register .sche-regi .sche-regi-box .location a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.6px;
    color: #8E8E89;
}

.products-page .schedule-register .sche-regi .sche-regi-box h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 8px;
}

.products-page .schedule-register .sche-regi .sche-regi-box p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21.6px;
    color: #8E8E89;
    margin-bottom: 0px;
}

.products-page .schedule-register .sche-regi .sche-regi-box .center-line {
    height: 71px;
    border-left: 1px solid #D8D9D5;
}

.products-page .hero-slider.nasser #HeroSlider .banner.banner-1 {
    background-image: url('../images/nasser-main-banner.png');
}

.products-page .nasser-training-center .title-grp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.products-page .nasser-training-center .title-grp .nasser-logo {
    margin-left: auto;
}

.products-page .nasser-training-center .title-grp .title {
    margin-bottom: 0px;
}

.products-page .nasser-training-center .training-box .taining-txt {
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    text-align: center;
    padding: 26px 20px;
}

.products-page.service-sub-page .require-tabs-sec .sec-apply-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.products-page.service-sub-page .require-tabs-sec .sec-apply-btn a {
    max-width: 184px;
    width: 100%;
    padding: 18px;
}

.products-page.service-sub-page .new-gallary img {
    border-radius: 16px;
}


.products-page .nasser-training-center .training-box .taining-txt h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 16px;
}

.products-page .nasser-training-center .training-box .taining-txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8E8E89;
    margin-bottom: 16px;
}

.products-page .nasser-training-center .cont {
    max-width: 100%;
    text-align: center;
}

.products-page .nitaj-products .nitaj-pro-icon-box.nasser-preschool-box {
    box-shadow: none;
    border-color: var(--silver_light);
    padding: 32px 40px;
}

.products-page .nitaj-products .nitaj-pro-icon-box.nasser-preschool-box img {
    max-width: 100px;
    margin-bottom: 16px;
}

.products-page .nitaj-products .nitaj-pro-icon-box.nasser-preschool-box h5 {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
}

.products-page .nitaj-products .nitaj-pro-icon-box.nasser-preschool-box p {
    max-width: 300px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.products-page .transforming-futures .official-partners .col-md-6.text-center img.img-fluid {
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-page .transforming-futures .official-partners .col-md-6.text-center img.img-fluid:hover {
    transform: scale(1);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.products-page .transforming-futures .real-stories .story-card {
    border: 1px solid #EBEBEA;
    margin-bottom: 40px;
    display: flex;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    align-items: center;
    box-shadow: 0px 8px 10px 5px #1D35570A;
}

.products-page .transforming-futures .real-stories .story-card:last-child {
    margin-bottom: 0px;
}

.products-page .transforming-futures .real-stories .story-card .story-img img {
    max-width: 100px;
}

.products-page .transforming-futures .real-stories .story-card .story-text .title {
    margin-bottom: 0px;
}

.products-page .transforming-futures .real-stories .story-card .story-text h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 24px;

}

.products-page .transforming-futures .real-stories .story-card .story-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #7C7D78;
    margin-bottom: 0px;
}

.products-page .five-points .cont {
    margin-left: auto;
}

.products-page .hero-slider.art-gallery #HeroSlider .banner.banner-1 {
    background-image: url('../images/art-gallery-mian-banner.png');
}

.products-page .artwork-collection .title {
    text-align: center;
}

.products-page .artwork-collection .art-coll-box {
    text-align: center;
    position: relative;
}

.products-page .artwork-collection .art-coll-box img {
    width: 100%;
    cursor: pointer;
}

.products-page .artwork-collection .art-coll-box::after {
    content: '';
    background-image: url('../images/fullscreen-icon.png');
    position: absolute;
    right: 4px;
    bottom: 12px;
    width: 36px;
    height: 36px;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: var(--white);
    padding: 6px;
    background-position: center;
    border-radius: 4px;
    cursor: pointer;
}

.products-page .artwork-collection .art-coll-box .badge-container {
    cursor: pointer;
}

.products-page .artwork-collection .art-coll-box.not-booked .badge-container::before {
    /* content: "Art No. 001"; */
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: var(--white);
    color: #1D3557;
    font-weight: bold;
    padding: 5px 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 125px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.products-page .artwork-collection .art-coll-box.not-booked .badge-container::after {
    content: "";
    position: absolute;
    top: 51px;
    left: 85px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: var(--white);
    border-bottom: 0;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(135deg);
}


.products-page .artwork-collection .art-coll-box.booked .badge-container::before {
    /* content: "Booked No. 005"; */
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #EF595E;
    color: var(--white);
    padding: 5px 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    width: 125px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-page .artwork-collection .art-coll-box.booked .badge-container::after {
    content: "";
    position: absolute;
    top: 51px;
    left: 85px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #EF595E;
    border-bottom: 0;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(135deg);
}


.products-page .artwork-collection .art-coll-box.card-1 .badge-container::before {
    content: "Art No. 001";
}

.products-page .artwork-collection .art-coll-box.card-2 .badge-container::before {
    content: "Art No. 002";
}

.products-page .artwork-collection .art-coll-box.card-3 .badge-container::before {
    content: "Art No. 003";
}

.products-page .artwork-collection .art-coll-box.card-4 .badge-container::before {
    content: "Art No. 004";
}

.products-page .artwork-collection .art-coll-box.card-5 .badge-container::before {
    content: "Booked No. 005";
}

.products-page .artwork-collection .art-coll-box.card-6 .badge-container::before {
    content: "Art No. 006";
}

.products-page .artwork-collection .art-coll-box.card-7 .badge-container::before {
    content: "Art No. 007";
}

.products-page .artwork-collection .art-coll-box.card-8 .badge-container::before {
    content: "Booked No. 008";
}

.products-page .artwork-collection .art-coll-box.card-9 .badge-container::before {
    content: "Art No. 009";
}

.products-page .artwork-collection .art-coll-box.card-10 .badge-container::before {
    content: "Booked No. 010";
}

.products-page .artwork-collection .art-coll-box.card-11 .badge-container::before {
    content: "Art No. 011";
}

.products-page .artwork-collection .art-coll-box.card-12 .badge-container::before {
    content: "Art No. 012";
}

.products-page .artwork-collection .pagination-box .bdr-rmv a {
    background-color: transparent;
    border: none;
}

.products-page .artwork-collection .pagination-box a:focus {
    box-shadow: none;
}

.products-page .artwork-collection .pagination-box a {
    color: var(--silver_gray);
    font-size: 10px;
    font-weight: 600;
    line-height: 15.6px;
    border-radius: 4px;
    padding: 6px 10px;
}

.products-page .artwork-collection .pagination-box .active a {
    background-color: var(--pacific_dark);
    color: var(--white);
    z-index: 0;
    border-color: var(--pacific_dark);
}

.products-page .artwork-collection .pagination-box .disabled a {
    color: var(--silver_light);
}


.products-page .hero-slider.abraj-alkhair #HeroSlider .banner.banner-1 {
    background-image: url('../images/abraj-alkhair-main-banner.png');
}

.products-page .bg-banner .officeial-aim.key-benefits .off-aim-box {
    padding: 40px 34px;
}

.products-page .bg-banner .officeial-aim.key-benefits .off-aim-box img {
    margin-bottom: 40px;
    max-width: 84px;
}

.products-page .abraj-amenities .title {
    text-align: center;
}

.products-page .abraj-amenities .amenity-grp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.products-page .abraj-amenities .amenity-grp .amenity-box {
    text-align: center;
}

.products-page .abraj-amenities .amenity-grp .amenity-box img {
    padding: 33px;
    background-color: #F5EFE9;
    border: 1px solid #C4BFBA;
    border-radius: 8px;
    max-width: 120px;
    max-height: 120px;
    box-shadow: 0px 8px 10px 0px #1D35570A;
}

.products-page .abraj-amenities .amenity-grp .amenity-box h3 {
    font-size: 20px;
    line-height: 116px;
    font-weight: 600;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.products-page .abraj-amenities .amenity-grp .amenity-box p {
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    color: var(--gray-font);
    margin-bottom: 0px;
}

.products-page .hero-slider.aljasra-villas #HeroSlider .banner.banner-1 {
    background-image: url('../images/aljasra-villas-main-banner.png');
}

.products-page .abraj-amenities.aljasra .amenity-grp .amenity-box img {
    margin-bottom: 32px;
}

.products-page .abraj-amenities.aljasra .amenity-grp .amenity-box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.products-page .aljasra-villas-gallery .title {
    text-align: center;
}


.products-page .hero-slider.family-bank #HeroSlider .banner.banner-1 {
    background-image: url('../images/family-bank-main-banner.png');
}

.products-page .hero-slider.humanitarian-relief #HeroSlider .banner.banner-1 {
    background-image: url('../images/humanitarian-relief-projects-banner.png');
}

/* .humanitarian-relief .map {
    background-color: #F8F8F7;
    text-align: center;
} */

.products-page .hero-slider #HeroSlider .banner-grp .cont {
    max-width: 1000px;
    width: 100%;
}


/* Products Page CSS End */




/* Donate Page CSS Start */


.products-page .hero-slider.donate-banner #HeroSlider .banner.banner-1 {
    background-image: url('../images/donate-banner.png');
}

.products-page .donate-now .donation-card .img-box .share-icon {
    position: absolute;
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    top: 8px;
    right: 8px;
    border-radius: 100px;
    cursor: pointer;
}

.products-page .donate-now .require-tabs-sec nav.ttabs .nav-tabs button.nav-link.active {
    color: var(--red);
    border-bottom: 1px solid var(--red);
}

/* ---- Glass Showcase Section ---- */
.glass-showcase {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px;
    background: #F6F8FB;
    border-radius: 32px;
}

.glass-showcase__header {
    text-align: center;
    margin-bottom: 64px;
}

.glass-showcase__title {
    font-size: 36px;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.glass-showcase__subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #64748B;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

.glass-showcase__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.glass-card {
    height: 180px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.glass-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.glass-card__logo img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.humanitarian-relief .country-logo-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.humanitarian-relief .country-logo-grp .country-logo {
    position: relative;
    text-align: center;
}

.humanitarian-relief .country-logo-grp .country-logo h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: var(--silver_gray);
    font-weight: 600;
    margin-bottom: 0px;
}

.humanitarian-relief .country-logo-grp .country-logo .sml-popup-box {
    display: none;
    transition: all 0.5s ease;
}

.humanitarian-relief .country-logo-grp .country-logo:hover .sml-popup-box {
    display: block;
    transition: all 0.5s ease;
    position: absolute;
    background: var(--white);
    border-radius: 16px;
    width: 100%;
    min-width: 278px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.humanitarian-relief .country-logo-grp .country-logo:hover .sml-popup-box img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.humanitarian-relief .country-logo-grp .country-logo .sml-popup-box .txt-box {
    padding: 12px 24px 24px 24px;
}

.humanitarian-relief .country-logo-grp .country-logo .sml-popup-box .txt-box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 24px;
}

.humanitarian-relief .country-logo-grp .country-logo .sml-popup-box .txt-box a {
    font-size: 12px;
    font-weight: 600;
    line-height: 19.2px;
    color: var(--pacific_dark);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
}

.humanitarian-relief .country-logo-grp .country-logo .sml-popup-box .txt-box a img {
    max-width: 18px;
    max-height: 18px;
}

.humanitarian-relief .service-win-supp .container {
    position: relative;
}

.humanitarian-relief .details-popup {
    background: var(--white);
    padding: 40px;
    border-radius: 16px;
    /* position: absolute; */
}

.humanitarian-relief div.cus-pop {
    width: 100%;
    /* height: 200px; */
    background: var(--white);
    display: none;
    position: relative;
    z-index: 2;
}

.humanitarian-relief .cus-pop .details-popup .details-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 12px;
    align-items: center;
}

.humanitarian-relief .cus-pop .details-popup .details-title h5 {
    font-size: 12px;
    line-height: 19.2px;
    font-weight: 400;
    color: var(--pacific_blue);
    margin-bottom: 0px;
}

.humanitarian-relief .cus-pop .details-popup .details-title a {
    text-decoration: none;
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card {
    margin-bottom: 24px;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card:last-child {
    margin-bottom: 0px;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card .body-card-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 12px;
    align-items: center;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card .body-card-title h5 {
    font-size: 14px;
    line-height: 21.6px;
    font-weight: 600;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card .body-card-txt {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 24px;
    gap: 24px;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card .body-card-txt img {
    max-width: 300px;
    width: 100%;
    border-radius: 16px;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card .body-card-txt p {
    font-size: 12px;
    line-height: 19.2px;
    font-weight: 400;
    color: #7C7D78;
    margin-bottom: 0px;
}

.humanitarian-relief .cus-pop .details-popup .details-body-card .body-card-txt h6 {
    font-size: 12px;
    line-height: 19.2px;
    font-weight: 600;
    color: #7C7D78;
    margin-bottom: 18px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn {
    margin-top: 20px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box {
    display: flex;
    align-items: center;
    gap: 24px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now-btn #DonateNowPopup .modal-body {
    padding: 40px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now-btn #DonateNowPopup .modal-body .pymt-udr-mntnce {
    text-align: center;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now-btn #DonateNowPopup .modal-body .pymt-udr-mntnce h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--pacific_dark);
    margin-bottom: 24px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now-btn #DonateNowPopup .modal-body .pymt-udr-mntnce p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--silver_gray);
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now-btn #DonateNowPopup .modal-body .pymt-udr-mntnce p span.number {
    font-size: 16px;
    font-weight: 700;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now-btn #DonateNowPopup .modal-body .close-bbtn {
    text-align: center;
    border-top: 1px solid var(--pacific_blue);
    padding-top: 14px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now-btn #DonateNowPopup .modal-body .close-bbtn button {
    background: no-repeat;
    border: none;
    font-size: 16px;
    color: var(--pacific_blue);
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .donate-now .donation-card {
    border: none;
    border-radius: 0px;
    padding: 0px;
    max-width: 295px;
    box-shadow: none;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .donate-now .donation-card .card-body .count-price {
    margin-bottom: 0px;
}

.donate-detail-page .service-edu-care .grp-txt {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 536px;
    margin-left: auto;
}

.donate-detail-page .service-edu-care .grp-txt .cont {
    flex: 1;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn h5 {
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 400;
    color: var(--pacific_blue);
    margin-bottom: 8px;
}

.donate-detail-page .service-edu-care .grp-txt h5 {
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 600;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-box .donate-now-btn {
    width: 100%;
    max-width: 295px;
}

.donate-detail-page .service-edu-care .grp-txt .conty-box .donate-now-btn a {
    display: inline-block;
    width: 100%;
}

.donate-detail-page .service-edu-care .grp-txt .conty-btn .conty-box .donate-now {
    width: 100%;
    max-width: 295px;
}

.donate-detail-page .service-edu-care .grp-txt .tiitle-grp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.donate-detail-page .donate-now .view-more-btn a {
    max-height: 55px;
    padding: 14px 24px;
    border: 1px solid var(--pacific_dark);
    color: var(--pacific_dark);
    background: transparent;
}

.donate-detail-page .donate-now .title {
    text-align: start;
}

.orphan-dinar-tab .cont {
    max-width: 560px;
    margin-left: auto;
}

.orphan-dinar-tab .cont .title {
    text-align: start;
    margin-bottom: 24px;
}

.orphan-dinar-tab .cont p {
    margin-bottom: 14px;
}

.orphan-dinar-tab .cont .select-box h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--pacific_blue);
    margin-bottom: 6px;
}

.orphan-dinar-tab .cont .select-box button {
    width: 100%;
    padding: 0px;
    border: none;
    background: transparent;
}

.orphan-dinar-tab .cont .select-box .select-amount {
    background-color: var(--white);
    border: 1px solid #F2F4F7;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    transition: all 0.5s ease;
}

.orphan-dinar-tab .cont .select-box .select-amount h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.orphan-dinar-tab .cont .select-box .select-amount p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.orphan-dinar-tab .cont .select-box .select-amount:hover {
    box-shadow: 0px 5px 10px 2px #1D35571A;
}

.orphan-dinar-tab .cont h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--pacific_dark);
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
}


.orphan-dinar-tab .cont .select-box .donation-card {
    border: none;
    border-radius: 0px;
    padding: 0px;
    max-width: 100%;
    box-shadow: none;
    margin-bottom: 24px;
}

.orphan-dinar-tab .cont .select-box .donation-card .card-body .count-price {
    max-height: 68px;
    padding: 13px 31px;
}

.orphan-dinar-tab .cont .donate-now-btn {
    display: flex;
}

.orphan-dinar-tab .cont .donate-now-btn .fill-green-btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    border: none;
}

.orphan-dinar-tab .qr-code-sec {
    border: 1px solid var(--pacific_light_blue);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
}

.orphan-dinar-tab .qr-code-sec p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7D78;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.orphan-dinar-tab .qr-code-sec .qr-code-img img {
    max-width: 200px;
}

.orphan-dinar-tab .qr-code-sec.download-form {
    margin-top: 40px;
}

.orphan-dinar-tab .download-form .outline-green-btn {
    display: inline-block;
    max-width: 224px;
    width: 100%;
    padding: 15px 18px;
    max-height: 55px;
}

/* Donate Page CSS End */



/* Cart Page CSS Start */



.cart-page .cart-box .cart-table table thead tr th {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: #4A4A4A;
}

.cart-page .cart-box .cart-table table tbody tr td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}

.cart-page .cart-box .cart-table table tbody tr td img {
    max-width: 100px;
    max-height: 100px;
}

.cart-page .cart-box .cart-table table tbody tr td.amount {
    font-weight: 600;
    color: var(--silver_gray);
}

.cart-page .cart-box .cart-table table tfoot tr td {
    font-size: 18px;
    font-weight: 600;
    line-height: 38.4px;
    color: var(--silver_gray);
    padding-top: 24px;
    padding-bottom: 24px;
    border: none;
}

.cart-page .cart-box .cart-table .count-price .counter {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}

.cart-page .cart-box .cart-table .count-price .counter .count-grp {
    display: flex;
    max-width: 117px;
    padding: 7px 22px;
    background-color: #F8F8F7;
    color: var(--silver_gray);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.cart-page .cart-box .cart-table .count-price .counter .count-grp input {
    border: none;
    background-color: #F8F8F7;
    color: var(--silver_gray);
    width: 100%;
    text-align: center;
}

.cart-page .cart-box .cart-table .count-price .counter .count-grp input:focus-visible {
    outline: none;
}

.cart-page .cart-box .cart-table .count-price .counter .count-grp .count {
    border: none;
    background-color: #F8F8F7;
    color: var(--silver_gray);
    width: 100%;
    text-align: center;
}

.cart-page .cart-box .cart-table .count-price .counter img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cart-page .cart-box .btn-grp {
    display: flex;
    justify-content: end;
    gap: 32px;
}

.cart-page .cart-box .btn-grp a {
    width: 100%;
    max-width: 224px;
}

.cart-page .cart-box .cart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cart-page .cart-box .cart-table table {
    min-width: 600px;
}

/* Cart Page CSS End */






/* Cart Page CSS Start */


.news-page .news-box .title {
    margin-bottom: 16px;
}

.news-page .news-box .news-details-box h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 10px;
    /* color: var(--silver_gray); */
    color: var(--pacific_blue);
}

.news-page .news-box .news-details-box h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    margin-bottom: 16px;
    color: #8E8E89;
}

.news-page .news-box .news-details-box img {
    margin-bottom: 20px;
}

.news-page .news-box .news-details-box img.img-full-width {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.news-page .news-box .news-details-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
    color: #7C7D78;
    text-align: justify;
}

.news-page .news-box .news-details-box p a {
    color: var(--pacific_blue);
    text-decoration: none;
}

.news-page .news-box .news-details-box p.date {
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.news-page .another-news-box .title {
    margin-bottom: 16px;
}

.news-page .another-news-box .another-news-grp {
    padding: 16px;
    border-radius: 16px;
    background-color: var(--white);
    margin-bottom: 16px;
    display: flex;
    gap: 24px;
    transition: all 0.5s ease;
    text-decoration: none;
}

.news-page .another-news-box .another-news-grp:hover {
    box-shadow: 0px 10px 10px 5px #1D35571A;
}

.news-page .another-news-box .another-news-grp .news-grp-img {
    flex-shrink: 0;
    width: 230px;
}

.news-page .another-news-box .another-news-grp .news-grp-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}

.news-page .another-news-box .another-news-grp .news-grp-cont {
    display: flex;
    flex-direction: column;
}

.news-page .another-news-box .another-news-grp .news-grp-cont h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 4px;
    color: var(--silver_gray);
}

.news-page .another-news-box .another-news-grp .news-grp-cont h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 4px;
    color: var(--silver_gray);
}

.news-page .another-news-box .another-news-grp .news-grp-cont h4 {
    /* font-size: 16px; */
    font-size: 14px;
    font-weight: 600;
    line-height: 28.8px;
    margin-bottom: 16px;
    /* color: #8E8E89; */
    /* color: var(--silver_gray); */
    color: var(--pacific_blue);
}

.news-page .another-news-box .another-news-grp .news-grp-cont p {
    /* font-size: 10px; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    color: #888888;
    flex: 1;
}

.news-page .another-news-box .another-news-grp .news-grp-cont h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--silver_gray);
}

.news-page .another-news-box .another-news-grp:last-child {
    margin-bottom: 0px;
}

/* News Page - Reduce section spacing */
.news-page .mt-120 {
    margin-top: 40px;
}

.news-page .mt-40 {
    margin-top: 20px;
}

.news-page .mt-80 {
    margin-top: 24px;
}

.news-page .bg-img-banner {
    padding: 30px 0px;
}

/* Cart Page CSS End */


/* ============================================================
   News Detail Page — Modern Redesign
   ============================================================ */

/* Hero */
.news-hero { position: relative; border-radius: 16px; overflow: hidden; margin-bottom: 24px; }
.news-hero-img { width: 100%; height: auto; display: block; }
.news-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.20) 50%, transparent 100%); display: flex; align-items: flex-end; }
.news-hero-content { padding: 32px; width: 100%; }
.news-hero-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.news-hero-category,
.news-hero-date { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.92); font-size: 12px; background: rgba(255,255,255,.18); border-radius: 50px; padding: 5px 14px; backdrop-filter: blur(6px); }
.news-hero-title { color: #fff; font-size: 26px; font-weight: 700; line-height: 1.4; margin: 0; }

/* Article card */
.news-article-card { background: #fff; border-radius: 16px; padding: 28px 32px; box-shadow: 0 2px 20px rgba(0,0,0,.06); margin-bottom: 24px; }
.news-article-subtitle { font-size: 16px; font-weight: 600; color: #8E8E89; margin-bottom: 20px; line-height: 1.5; border-left: 3px solid var(--pacific_blue); padding-left: 12px; }
.news-article-body { font-size: 15px; line-height: 1.8; color: #3a3a3a; }
.news-article-body p { margin-bottom: 16px; }
#read-more-detail,
#read-less-detail { color: var(--pacific_blue); cursor: pointer; font-weight: 600; font-size: 14px; }

/* Hide old element styles now replaced by new design */
.news-page .news-box .news-details-box > h5,
.news-page .news-box .news-details-box > h6 { display: none; }
.news-page .news-box .news-details-box img.img-full-width { display: none; }

/* Sidebar */
.news-sidebar-section { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 2px 20px rgba(0,0,0,.06); position: sticky; top: 100px; }
.sidebar-section-title { font-size: 17px; font-weight: 700; color: var(--pacific_blue); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid rgba(34,172,196,.15); }

.sidebar-news-item { display: flex; gap: 12px; padding: 10px 6px; border-radius: 10px; text-decoration: none; color: inherit; transition: background .2s, transform .2s, box-shadow .2s; }
.sidebar-news-item:hover { background: #f0fbfd; transform: scale(1.015); box-shadow: 0 4px 14px rgba(34,172,196,.12); cursor: pointer; }
.sidebar-news-item + .sidebar-news-item { border-top: 1px solid #f0f0f0; }
.sidebar-news-thumb { flex-shrink: 0; width: 80px; height: 60px; border-radius: 8px; overflow: hidden; }
.sidebar-news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-news-info { flex: 1; min-width: 0; }
.sidebar-news-title { font-size: 13px; font-weight: 600; color: #2c3e50; margin: 0 0 4px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sidebar-news-date { font-size: 11px; color: #9aa0a6; }

.sidebar-view-all { display: none; }

/* Hide old another-news list structure (replaced by sidebar) */
.news-page .another-news-box > .container { display: none; }
.news-page .another-news-box .another-news-grp { display: none; }

/* News grid below article */
.news-grid-box { background: #F7F9FB; padding: 48px 0; margin-top: 48px; }
.news-grid-header { margin-bottom: 32px; display: flex; align-items: center; gap: 16px; }
.news-grid-header::after { content: ''; flex: 1; height: 2px; background: rgba(17,86,98,.12); }
.news-grid-title { font-size: 22px; font-weight: 700; color: var(--pacific_dark); white-space: nowrap; display: flex; align-items: center; gap: 10px; }
.news-grid-title::before { content: ''; display: inline-block; width: 4px; height: 26px; background: var(--pacific_dark); border-radius: 3px; }

.news-grid-card { display: flex; flex-direction: column; background: #fff; border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit; box-shadow: 0 4px 20px rgba(0,0,0,.06); border-top: 4px solid var(--pacific_dark); transition: transform .2s, box-shadow .2s; height: 100%; }
.news-grid-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.13); }
.news-grid-card-img { height: 180px; overflow: hidden; flex-shrink: 0; }
.news-grid-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.news-grid-card:hover .news-grid-card-img img { transform: scale(1.05); }
.news-grid-card-body { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.news-grid-card-date { font-size: 11px; color: #9aa0a6; margin: 0; }
.news-grid-card-title { font-size: 14px; font-weight: 700; color: #1a2b3c; margin: 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-grid-card-desc { font-size: 12px; color: #7a7a7a; line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-grid-card-link { font-size: 12px; font-weight: 700; color: var(--pacific_blue); margin-top: auto; padding-top: 8px; }

.news-grid-pagination { margin-top: 40px; }

/* Responsive */
@media (max-width: 991px) {
    .news-hero-title { font-size: 20px; }
    .news-hero-content { padding: 20px; }
    .news-sidebar-section { position: static; margin-top: 24px; }
}
@media (max-width: 767px) {
    .news-grid-card-img { height: 160px; }
    .news-grid-box { padding: 32px 0; margin-top: 32px; }
}
@media (max-width: 576px) {
    .news-hero-title { font-size: 17px; }
    .news-article-card { padding: 16px; }
}

/* ============================================================ */


/* Media Page CSS Start */


.service-sub-page.gallery-page .gallery .title {
    text-align: start;
}

.videos-page.socail-media .video-section-hero:has(.width-side-slider-left) .video-title {
    margin-bottom: 40px;
}

/* .videos-page .video-section-hero .video-title {
    margin-bottom: 40px;
} */

.videos-page .video-section-hero .video-title a {
    text-decoration: none;
    color: var(--silver_gray);
}

.videos-page .video-section-hero .video-title h2 {
    margin-bottom: 0px;
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--silver_gray);
}

.videos-page .video-section-hero .main-video-box {
    position: relative;
}

.videos-page .video-section-hero .main-video-box iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.videos-page .video-section-hero .main-video-box .subscribe-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-page .video-section-hero .main-video-box .subscribe-btn a {
    text-decoration: none;
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: var(--red);
    padding: 20px;
    border-radius: 12px;
}

.videos-page .video-section-hero .video-reel-box {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.videos-page .video-section-hero .video-reel-box iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.videos-page .video-section-hero .video-reel-box .reel-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-page .video-text-main .video-text-box {
    position: relative;
}

.videos-page .video-text-main .video-text-box iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

/* .videos-page .video-text-main .video-text-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.0) 100%);
    z-index: 1;
} */

.videos-page .video-text-main .video-text-box .video-txt {
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    z-index: 1;
}

.videos-page .video-text-main .video-text-box .video-txt p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    color: var(--white);
    max-width: 1006px;
    margin-bottom: 34px;
}

.videos-page .video-text-main .video-text-box .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.videos-page .video-text-main .video-text-sml-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.videos-page .video-text-main .video-text-sml-box iframe {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

/* .videos-page .video-text-main .video-text-sml-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.0) 100%);
    z-index: 1;
} */

.videos-page .video-text-main .video-text-sml-box .video-txt {
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    z-index: 1;
}

.videos-page .video-text-main .video-text-sml-box .video-txt p {
    font-size: 12px;
    font-weight: 600;
    line-height: 19.2px;
    color: var(--white);
    max-width: 1006px;
    margin-bottom: 34px;
}

.videos-page .video-text-main .video-text-sml-box .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.videos-page .video-other-main .video-other-box {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.videos-page .video-other-main .video-other-box iframe {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.videos-page .video-other-main .video-other-box .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-page .video-other-reels .video-other-reel-box {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.videos-page .video-other-reels .video-other-reel-box iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.videos-page .video-other-reels .video-other-reel-box .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-page.socail-media .video-section-hero {
    overflow: hidden;
}

.videos-page.socail-media .video-section-hero .social-extra-icon,
.media-center-page .social-extra-icon {
    border: 1px solid var(--pacific_dark);
    padding: 10px;
    display: inline-block;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    animation: socialBounceIn 0.6s ease both;
}

.media-center-page .text-center:nth-child(1) .social-extra-icon { animation-delay: 0.1s; }
.media-center-page .text-center:nth-child(2) .social-extra-icon { animation-delay: 0.2s; }
.media-center-page .text-center:nth-child(3) .social-extra-icon { animation-delay: 0.3s; }
.media-center-page .text-center:nth-child(4) .social-extra-icon { animation-delay: 0.4s; }

.media-center-page .social-extra-icon:hover {
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: var(--pacific_dark);
}

@keyframes socialBounceIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    60% {
        opacity: 1;
        transform: translateY(-4px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.width-side-slider-left {
    width: 100%;
}

.socail-media .video-section-hero.bg-banner {
    background-image: url('../images/news-social-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.socail-media .video-section-hero.bg-banner #xFeed .x-feed-img {
    max-width: 503px;
    max-height: 731px;
    box-shadow: 0px 5px 10px 5px #1D35571A;
    margin: 20px;
    border-radius: 24px;
}

.media-center-page .hero-slider-gallery #mediaCenter .banner-grp img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    object-position: center;
}

.products-page.media-center-page .hero-slider-gallery #mediaCenter .banner-grp .cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--white);
    max-width: 1000px;
    margin-bottom: 32px;
}

.products-page.media-center-page .hero-slider-gallery #mediaCenter .banner-grp .cont h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 43.2px;
    color: var(--white);
    max-width: 1000px;
    margin-bottom: 0px;
}

.products-page.media-center-page .hero-slider-gallery #mediaCenter .banner-grp .cont {
    max-width: 1000px;
    width: 100%;
}

.hero-slider-gallery #mediaCenter .banner-grp .cont {
    text-align: center;
    position: absolute;
    top: calc(50% + 125px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-slider-gallery #mediaCenter .owl-nav {
    position: absolute;
    left: 220px;
    bottom: 18px;
    display: flex;
    gap: 16px;
    margin-top: 0px;
}

.hero-slider-gallery #mediaCenter .owl-nav button {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.hero-slider-gallery #mediaCenter .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.hero-slider-gallery #mediaCenter .owl-dots button.active span {
    background-color: var(--pacific_blue);
    width: 5px;
    height: 5px;
    margin: 0px 5px;
}

.hero-slider-gallery #mediaCenter .owl-dots button span {
    background-color: var(--white);
    width: 5px;
    height: 5px;
    margin: 0px 5px;
}

.hero-slider-gallery #mediaCenter .owl-nav button i {
    color: var(--white);
    font-size: 10px;
}

.hero-slider-gallery #mediaCenter .owl-nav button:hover {
    background-color: transparent;
}

.service-sub-page.media-center-page .downloads .gallery-card .gallery-card-imgs .gallery-documets .hvr-zoom::before {
    background-image: url('../images/mingcute_fullscreen-line.png');
    max-width: 48px;
    width: 100%;
    max-height: 48px;
}

.service-sub-page.media-center-page .downloads .gallery-card .gallery-card-imgs .gallery-documets .outline-green-btn img {
    max-width: 24px;
    width: 100%;
    display: inline-block;
    max-height: 24px;
    object-fit: cover;
    min-width: 24px;
    min-height: 24px;
}

.service-sub-page.media-center-page .downloads .gallery-card .gallery-card-imgs .gallery-documets .outline-green-btn {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
}

.service-sub-page.media-center-page .downloads .gallery-card .gallery-card-imgs .gallery-documets div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 216px;
}

.media-center-page .video-section-hero #instagram .social-media-sec img {
    height: 100%;
    max-height: 611px;
}

.media-center-page .video-section-hero #instagram .social-media-sec:after {
    content: '';
    background-image: url('../images/heart.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.media-center-page .sec-apply-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-center-page .sec-apply-btn a {
    display: inline-block;
}


.media-center-page .slider-container {
    display: flex;
    align-items: center;
    position: relative;
}

.media-center-page .slider-container .image-slider, .text-slider {
    /* width: 50%; */
    overflow: hidden;
    position: relative;
}

.media-center-page .slider-container .image-slider img, .text-slider .text-slide {
    display: none;
    width: 100%;
}

.media-center-page .slider-container .text-slider .text-slide h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 9px;
}

.media-center-page .slider-container .text-slider .text-slide p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 40px;
}

.media-center-page .slider-container .text-slider .text-slide h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 40px;
}

.media-center-page .slider-container .image-slider img.active, .text-slider .text-slide.active {
    display: block;
}

.media-center-page .slider-container .image-slider img {
    max-width: 532px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
}

.media-center-page .slider-container button {
    position: absolute;
    /* top: 50%; */
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
}

.media-center-page .slider-container button img {
    max-width: 40px;
    width: 100%;
}

.media-center-page .slider-container #prevBtn {
    left: 0px;
    bottom: -40px;
}

.media-center-page .slider-container #nextBtn {
    left: 120px;
    bottom: -40px;
}

.media-center-page .slider-container .slide-indicator {
    position: absolute;
    bottom: -10px;
    left: 85px;
    transform: translateX(-50%);
    background-color: transparent;
    color: #888888;
    /* padding: 5px 10px; */
    /* border-radius: 5px; */
    font-size: 12px;
}

.media-center-page .another-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.media-center-page .another-news .news-card-link {
    text-decoration: none;
    color: inherit;
}

.media-center-page .another-news .news-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    border-top: 4px solid var(--pacific_dark);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.media-center-page .another-news .news-card:hover {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}

.media-center-page .another-news .news-card-img {
    padding: 0;
    flex: 0 0 200px;
    height: 200px;
    overflow: hidden;
}

.media-center-page .another-news .news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.media-center-page .another-news .news-card-body {
    padding: 12px 16px 0;
    flex: 1;
}

.media-center-page .another-news .news-card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--pacific_dark);
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-center-page .another-news .news-card-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-center-page .another-news .news-card-footer {
    padding: 10px 16px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
}

.media-center-page .another-news .news-card-readmore {
    font-size: 13px;
    font-weight: 700;
    color: var(--pacific_dark);
}

.media-center-page .media-cente-video {
    transition: all 0.3s ease-in-out;

    &:hover {
        background-color: #f1f1f1;
        opacity: 0.8;
        transform: scale(1.05);
    }
}

.media-center-page .another-box-title h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
}

/* Media Center - Reduce section spacing */
.media-center-page .mt-120 {
    margin-top: 40px;
}

.media-center-page .mt-40 {
    margin-top: 20px;
}

.media-center-page .bg-img-banner {
    padding: 30px 0px;
}

.media-center-page .another-box-title {
    margin-bottom: 0;
}

/* Media Page CSS End */


/* ============================================================
   Gallery Album Cards — Optimized Grid
   ============================================================ */

/* Album card */
.gallery-album-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    border-bottom: 4px solid var(--pacific_dark);
    cursor: pointer;
    transition: transform .25s, box-shadow .25s;
}
.gallery-album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(0,0,0,.13);
}

/* Image wrapper */
.gallery-album-img-wrap {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.gallery-album-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .35s ease;
}
.gallery-album-card:hover .gallery-album-img-wrap img {
    transform: scale(1.06);
}

/* Hover overlay */
.gallery-album-hover {
    position: absolute;
    inset: 0;
    background: rgba(17,86,98,.65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transition: opacity .25s;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.gallery-album-card:hover .gallery-album-hover { opacity: 1; }

/* Photo count badge */
.gallery-album-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
}

/* Card info */
.gallery-album-info {
    padding: 12px 14px 14px;
}
.gallery-album-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gallery-album-date {
    font-size: 11px;
    color: #9aa0a6;
}

/* ============================================================
   Gallery Modal — Lightbox Style
   ============================================================ */

.gal-modal-content {
    background: #0d0d0d;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

/* Close button */
.gal-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    background: rgba(255,255,255,.15);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background .2s;
}
.gal-close-btn:hover { background: rgba(255,255,255,.3); }

/* Slides wrapper */
.gal-slider-wrap {
    position: relative;
    background: #000;
    line-height: 0;
}
.gal-slides { display: block; }
.gal-slide { display: none; }
.gal-slide.active { display: block; }
.gal-slide img {
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Nav arrows */
.gal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.18);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    transition: background .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.gal-nav:hover { background: rgba(255,255,255,.35); }
.gal-prev { left: 12px; }
.gal-next { right: 12px; }

/* Counter */
.gal-counter {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 50px;
    white-space: nowrap;
}

/* Dot indicators */
.gal-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    background: #0d0d0d;
    flex-wrap: wrap;
}
.gal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s;
}
.gal-dot.active {
    background: var(--pacific_blue);
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 767px) {
    .gallery-album-img-wrap { height: 160px; }
    .gal-slide img { max-height: 55vh; }
}


/* Become A Volunteers Page CSS Start */


.products-page .hero-slider.become-volunteers #HeroSlider .banner.banner-1 {
    background-image: url('../images/become-a-volunteer-main-banner.png');
}

.become-volunteers-page .become-volunteers .cont-volunteer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #7C7D78;
    margin-bottom: 20px;
}

.become-volunteers-page .become-volunteers .cont-volunteer .title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--pacific_blue);
    margin-bottom: 16px;
}

.become-volunteers-page .become-volunteers .cont-volunteer h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: var(--silver_gray);
    margin-bottom: 20px;
}

.become-volunteers-page .become-volunteers .cont-volunteer ul {
    padding-left: 20px;
}

.become-volunteers-page .become-volunteers .cont-volunteer ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #7C7D78;
    margin-bottom: 10px;
}

.become-volunteers-page .become-volunteers .cont-volunteer ol li {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #7C7D78;
    margin-bottom: 10px;
}

.become-volunteers-page .become-volunteers .cont {
    max-width: 100%;
}

.become-volunteers-page .volunteer-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.become-volunteers-page .volunteers-box {
    display: inline-block;
}

.become-volunteers-page .volunteers-box .box-title {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 40px;
}

.become-volunteers-page .volunteers-box .box-title h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--silver_gray);
    margin-bottom: 0px;
}

.become-volunteers-page .volunteers-box p {
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    color: #888888;
    margin-bottom: 0px;
    max-width: 386px;
}

.become-volunteers-page .terms-condition-popup .popup-title {
    margin-bottom: 24px;
}

.become-volunteers-page .terms-condition-popup .popup-title h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--pacific_blue);
    margin-bottom: 20px;
}

.become-volunteers-page .terms-condition-popup .data-box h4 {
    margin-bottom: 16px !important;
    font-size: 20px !important;
    color: var(--silver_gray);
    font-weight: 600;
}

.become-volunteers-page .terms-condition-popup-box.modal-dialog {
    max-width: 800px;
}

.service-sub-page.become-volunteers-page .application-form.main-form .title {
    text-align: start;
}

.service-sub-page.become-volunteers-page .application-form.main-form .bg-color {
    background-color: #F8F8F7;
    padding: 32px 48px;
    border-radius: 24px;
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box input {
    background-color: #EBEBEA;
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box select {
    background-color: #EBEBEA;
}

.service-sub-page.become-volunteers-page .application-form .form-box .radio-grp {
    display: flex;
    padding: 16px;
    max-height: fit-content;
    background-color: #EBEBEA;
    gap: 24px;
    border: none;
    flex-wrap: wrap;
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box .form-check input {
    border-color: var(--silver_gray);
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box .form-check input:checked {
    background-color: var(--silver_gray);
}

.service-sub-page.become-volunteers-page .application-form .form-box h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--pacific_blue);
    margin-bottom: 32px;
    margin-top: 8px;
}

.service-sub-page.become-volunteers-page .application-form .form-box .radio-grp.radio-grp-big {
    flex-wrap: wrap;
    min-height: 114px;
}

.service-sub-page.become-volunteers-page .application-form .form-box .radio-grp.radio-grp-big .form-check-inline {
    min-width: 400px;
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box .form-check label a {
    color: var(--silver_gray);
    text-decoration: underline;
}




/* .service-sub-page.become-volunteers-page .application-form .form-check-inline {
    min-width: 400px;
} */

.service-sub-page.become-volunteers-page .application-form .form-check label a {
    color: var(--silver_gray);
    text-decoration: underline;
}

.service-sub-page.become-volunteers-page .application-form .form-check input {
    border-color: var(--silver_gray);
}

.service-sub-page.become-volunteers-page .application-form .form-check input:focus {
    box-shadow: none;
}

.service-sub-page.become-volunteers-page .application-form .form-check input:checked {
    background-color: var(--silver_gray);
}




.service-sub-page.become-volunteers-page .application-form.main-form .submit-btn {
    justify-content: start;
}

.service-sub-page.become-volunteers-page .application-form.main-form .submit-btn button {
    max-width: 224px;
    padding: 18px 22px;
    background-color: #8E8E89;
    color: var(--white);
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box textarea {
    background-color: #EBEBEA;
    padding: 8px 16px;
    height: 106px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E89;
    border: none;
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box textarea::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E89;
}

.service-sub-page.become-volunteers-page .application-form .form-box .input-box textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.service-sub-page.become-volunteers-page .bg-banner .application-form .submit-btn {
    justify-content: start;
    margin-top: 8px;
}

.service-sub-page.become-volunteers-page .bg-banner .application-form .form-box h4 img {
    margin-left: 16px;
}

.faq-page .title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.faq-page .faq-accordian {
    max-width: 700px;
    margin: 0 auto;
}

.faq-page .faq-accordian h5 {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var(--silver_gray);
}

.faq-page .faq-accordian .accordion .accordion-item button {
    background: transparent;
    box-shadow: none;
    padding: 0px 0px 16px 0px;
    border-bottom: 1px solid #F5EFE9;
    /* font-size: 16px; */
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    /* color: var(--silver_gray); */
    color: var(--pacific_dark);
    transition: all 0.5s ease;
}

.faq-page .faq-accordian .accordion .accordion-item button:focus {
    box-shadow: none;
}

.faq-page .faq-accordian .accordion .accordion-item {
    margin-bottom: 40px;
    border: none;

}

.faq-page .faq-accordian .accordion .accordion-item.extra-class {
    box-shadow: 0px 10px 10px 5px #1D355714;
    border-radius: 16px;
    transition: all 0.5s ease;
}

.faq-page .faq-accordian .accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.faq-page .faq-accordian .accordion .accordion-item .accordion-body {
    transition: all 0.5s ease;
    padding: 16px 32px 32px 32px;
}

.faq-page .faq-accordian .accordion .accordion-item .accordion-body p {
    font-size: 12px;
}

.faq-page .faq-accordian .accordion .accordion-item.extra-class button {
    padding: 32px 32px 0px 32px;
    padding-bottom: 0px;
    border-bottom: none;
}

.faq-page .faq-accordian .accordion .accordion-item .accordion-body ol {
    padding-left: 26px;
    margin-bottom: 0px;
}

.faq-page .faq-accordian .accordion .accordion-item .accordion-body ol ul {
    padding-left: 0px;
    list-style: disc;
    margin-bottom: 20px;
}

.faq-page .faq-accordian .accordion .accordion-item .accordion-body ol ul:last-child {
    margin-bottom: 0px;
}

.faq-page .faq-accordian .accordion .accordion-item .accordion-body ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    color: var(--silver_gray);
    letter-spacing: 1.2px;
}

.faq-page .faq-accordian .accordion .accordion-item .accordion-body ol ul li {
    color: #7C7D78;
}

/* Become A Volunteers Page CSS End */

















/* Footer CSS Start */

footer .above-footer {
    background-color: var(--dark_4);
}

footer .above-footer .above-footer-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 16px 0px;
}


footer .above-footer .above-footer-grp .download-link {
    display: flex;
    gap: 32px;
    align-items: center;
}

footer .above-footer .above-footer-grp .download-link p {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 0px;
    min-width: 130px;
}

footer .above-footer .above-footer-grp .download-link img {
    width: 100%;
    max-width: 200px;
    max-height: 60px;
    border-radius: 2px;
}

footer .main-footer {
    background-color: var(--isabeline);
    padding: 40px 0px;
}

footer .main-footer .menus h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 16px;
    color: var(--silver_gray);
}

footer .main-footer .menus ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

footer .main-footer .menus ul h5 {
    margin-bottom: 0px;
}

footer .main-footer .menus ul h5 a {
    font-weight: 600;
    font-size: 12px;
    color: var(--silver_gray);
    transition: all 0.5s ease;
    text-decoration: none;
}

footer .main-footer .menus ul h5 a:hover {
    color: var(--pacific_blue);
    border-color: var(--pacific_blue);
}

footer .main-footer .menus ul li {
    margin-bottom: 16px;
}

footer .main-footer .menus ul li:last-child {
    margin-bottom: 0px;
}

footer .main-footer .menus ul li a {
    text-decoration: none;
    color: var(--silver_gray);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    transition: all 0.5s ease;
}

footer .main-footer .menus ul li a:hover {
    color: var(--pacific_blue);
}

footer .main-footer .social-subscribe {
    margin-top: 40px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px; */
}

footer .main-footer .social-subscribe .social-icons {
    display: flex;
    gap: 24px;
}

footer .main-footer .social-subscribe .social-icons a {
    text-decoration: none;
    background-color: var(--pacific_dark);
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .main-footer .social-subscribe .subscribe-form {
    max-width: 620px;
    width: 100%;
    border: 1px solid var(--dark_4);
    padding: 5px;
    border-radius: 12px;
    display: flex;
    max-height: 75px;
}

footer .main-footer .social-subscribe .subscribe-form input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E89;
    background: transparent;
    border: none;
}

footer .main-footer .social-subscribe .subscribe-form input:focus {
    box-shadow: none;
}

footer .main-footer .social-subscribe .subscribe-form button {
    width: auto;
    max-width: 160px;
    height: 65px;
    padding: 20px 39px;
    background-color: var(--dark_4);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

footer .copyright {
    background-color: var(--dark_4);
}


footer .copyright .copy-box {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 0px;
}

footer .copyright .copy-box p {
    margin-bottom: 0px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

footer .copyright .copy-box a {
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


footer .copyright .copy-box .tnc-box {
    display: flex;
    gap: 56px;
    flex-wrap: wrap;
}

/* Footer CSS End */


/* Contact Us Page CSS Start */

.contact-page .contact-form .form form input.form-control {
    background-color: #EBEBEA;
    max-height: 56px;
    padding: 18px 16px;
    border: none;
    border-radius: 8px;
}

.contact-page .contact-form .form form input.form-control::placeholder {
    color: #8E8E89;
}

.contact-page .contact-form .form form textarea.form-control {
    background-color: #EBEBEA;
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
}

.contact-page .contact-form .form form textarea.form-control::placeholder {
    color: #8E8E89;
}

.contact-page .contact-form .form form label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #595956;
}

.contact-page .contact-form .form form label span {
    color: var(--main_red);
}

.contact-page .contact-form .form form .input-box {
    margin-bottom: 32px;
}

.contact-page .contact-form .form form .submit-idea-btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 174px;
    margin: 0 auto;
    padding: 18px 35px;
    width: 100%;
}

/* Contact Us Page CSS End */

.social-icons-donate a {
    text-decoration: none;
    background-color: var(--pacific_dark);
    border-radius: 100px;
    padding: 15px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-textarea {
    padding: 8px 16px;
    height: 106px;
    font-size: 14px;
}

.conuntry-refief-data-list .country-main-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 20px 40px 0px #1D35571A;
    height: 100%;
}

.conuntry-refief-data-list .country-main-box h4 {
    color: #115662;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.conuntry-refief-data-list .country-main-box img {
    width: 100%;
    /* height: 100%; */
    max-width: 200px;
    max-height: 150px;
}

.conuntry-refief-data-list .country-main-box .data-title-year {
    margin-bottom: 8px;
    max-width: 406px;
}

.conuntry-refief-data-list .country-main-box .data-title-year:last-child {
    margin-bottom: 0px;
}

.conuntry-refief-data-list .country-main-box .data-title-year h5 {
    font-size: 12px;
    line-height: 24px;
    color: #595956;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    gap: 4px;

    font-size: 16px;
    color: var(--pacific_blue);
    font-weight: 700;
}

.conuntry-refief-data-list .country-main-box .data-title-year p {
    font-size: 12px;
    color: #938F8C;
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    gap: 4px;

    font-weight: 500;
}

.conuntry-refief-data-list .country-main-box .toggle-btn {
    color: #22ACC4;
    text-decoration: none;
}

#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    transition: opacity 1s ease-out;
    opacity: 1;
}

#loader {
    width: 6rem;
    height: 6rem;
}

.fade-out {
    opacity: 0;
    visibility: hidden;
}

#loader2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.8);
    z-index: 1050;
    /* Above modals and content */
}

.donate-detail-page .service-edu-care .grp-txt .social-links {
    margin-top: 20px;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .title {
    margin-bottom: 20px;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .num-email {
    margin-bottom: 24px;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .num-email div {
    display: flex;
    gap: 16px;
    align-items: center;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .num-email div.call {
    margin-bottom: 12px;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .num-email div img {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .num-email div h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #8E8E89;
    direction: ltr;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .num-email a {
    color: #8E8E89;
    text-decoration: none;
}

.donate-detail-page .service-edu-care .grp-txt .social-links .num-email a span.sml-txt {
    font-size: 12px;
    display: block;
}

.bg-img-banner {
    background-image: url(../images/news-social-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

#exampleModalLogin .modal-content .modal-header {
    justify-content: space-between;
}

#exampleModalLogin .modal-content .modal-header .btn-close {
    margin: 0px;
}

.navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navbar-nav .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.tnc-pp-page p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray-font);
    margin-bottom: 0px;
}

.tnc-pp-page h5 {
    color: var(--black);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.tnc-pp-page ul {
    margin: 0px;
    padding-inline-start: 20px;
}

.tnc-pp-page ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray-font);
}

.read-less-detail {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

/* Hide all dropdowns by default */
.nav-item.dropdown .dropdown-menu {
    display: none;
}

/* Show dropdown only when hovering top-level link */
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Optional: smooth fade-in */
.nav-item.dropdown .dropdown-menu {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.iYHzLq {
    right: auto;
    bottom: 0px;
    left: 0px;
}

.three-btn-grp {
    display: flex;
    gap: 10px;
}

.stars {
  color: #ffb400;
  font-size: 20px;
}

.stars .empty {
  color: #ccc;
}

/* ==========================================================================
   CUSTOM SCROLLBAR STYLING
   ========================================================================== */

/* --- Webkit Scrollbar (Chrome, Safari, Edge) --- */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* --- Firefox Scrollbar --- */
html {
    scrollbar-width: thin;
    scrollbar-color: #b0b0b0 #f1f1f1;
}

/* --- Table-Responsive Scrollbar --- */
.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

/* --- Admin Panel Scrollbar --- */
.page .table-responsive::-webkit-scrollbar {
    height: 6px;
}

.page .table-responsive::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 3px;
}

.page .table-responsive::-webkit-scrollbar-thumb {
    background: #95a5b6;
    border-radius: 3px;
}

.page .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #5a6f80;
}

/* --- Modal Body Scrollbar --- */
.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

/* --- Sidebar / Nav Scrollbar --- */
.app-sidebar::-webkit-scrollbar,
.navbar-collapse::-webkit-scrollbar {
    width: 4px;
}

.app-sidebar::-webkit-scrollbar-thumb,
.navbar-collapse::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

/* ==========================================================================
   DATA VISIBILITY FIXES
   ========================================================================== */

/* --- Ensure table text is always readable --- */
.table th,
.table td {
    vertical-align: middle;
    word-break: break-word;
}

/* --- Admin table data visibility --- */
.page .table td {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.page .table th {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 14px;
    background-color: #f8f9fa;
    white-space: nowrap;
}

/* --- Badge visibility --- */
.page .badge {
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    white-space: nowrap;
}

.page .badge-success,
.page .badge.bg-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

.page .badge-danger,
.page .badge.bg-danger {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.page .badge-warning,
.page .badge.bg-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

.page .badge-info,
.page .badge.bg-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}

.page .badge-secondary,
.page .badge.bg-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
}

/* --- Admin table action buttons --- */
.page .table td .btn {
    white-space: nowrap;
}

.page .table td .btn-group {
    display: inline-flex;
    flex-wrap: nowrap;
}

/* --- Ensure long content in cells doesn't disappear --- */
.page .table td ul {
    margin-bottom: 0;
    padding-left: 16px;
}

.page .table td ul li {
    font-size: 13px;
    line-height: 1.6;
}

/* --- Prevent empty cells from collapsing --- */
.page .table td:empty::after {
    content: "-";
    color: #adb5bd;
}

/* --- DataTables wrapper visibility fix --- */
.dataTables_wrapper {
    overflow: visible;
}

.dataTables_wrapper .dataTables_scroll {
    overflow: visible;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

/* --- Ensure filter/search controls are always visible --- */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 4px 8px;
    color: #333;
    background-color: #fff;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: var(--pacific_blue, #22ACC4);
    outline: none;
    box-shadow: 0 0 0 2px rgba(34, 172, 196, 0.15);
}

.dataTables_wrapper .dataTables_info {
    margin-top: 12px;
    color: #555;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333 !important;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 0 2px;
    background: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--pacific_blue, #22ACC4) !important;
    color: #fff !important;
    border-color: var(--pacific_blue, #22ACC4);
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.current) {
    background: #f0f7ff !important;
    color: #333 !important;
    border-color: #adb5bd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #adb5bd !important;
    cursor: not-allowed;
    opacity: 0.6;
}

/* --- DataTables "No data available" message --- */
.dataTables_wrapper .dataTables_empty {
    color: #666;
    font-size: 14px;
    padding: 24px;
    text-align: center;
}

/* --- Cart table scrollbar --- */
.cart-page .cart-box .cart-table::-webkit-scrollbar {
    height: 6px;
}

.cart-page .cart-box .cart-table::-webkit-scrollbar-track {
    background: #f5efe9;
    border-radius: 3px;
}

.cart-page .cart-box .cart-table::-webkit-scrollbar-thumb {
    background: #9a9a95;
    border-radius: 3px;
}

.cart-page .cart-box .cart-table::-webkit-scrollbar-thumb:hover {
    background: #7a7a75;
}

/* --- Public-facing table readability --- */
.table td,
.table th {
    padding: 10px 12px;
}

.table-bordered td,
.table-bordered th {
    border-color: #dee2e6;
}

/* --- Dropdown menus should always be visible when open --- */
.dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/* --- Mobile spacing for strategy cards --- */
@media (max-width: 767.98px) {
    .about-page .our-strategy-sec .our-strategy-card.card-2,
    .about-page .our-strategy-sec .our-strategy-card.card-3,
    .about-page .our-strategy-sec .our-strategy-card.card-4 {
        height: auto;
        margin-bottom: 20px;
    }

    .about-page .our-strategy-sec .row > [class*="col-"] {
        margin-bottom: 12px;
    }
}

/* ============================================================
   YouTube-style Video Grid — Family Counselling Page
   ============================================================ */

.yt-card {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background: #0f0f0f;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yt-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.yt-card-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.yt-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.yt-card:hover .yt-card-thumb img {
    transform: scale(1.04);
}

/* YouTube red play button */
.yt-play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease;
}

.yt-card:hover .yt-play-btn {
    background: rgba(0, 0, 0, 0.28);
}

.yt-play-btn svg {
    width: 64px;
    height: 45px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
    transition: transform 0.2s ease;
}

.yt-card:hover .yt-play-btn svg {
    transform: scale(1.12);
}

.yt-play-bg {
    fill: #FF0000;
}

.yt-play-arrow {
    fill: #ffffff;
}

/* Card info row */
.yt-card-info {
    padding: 10px 14px 14px;
    background: #fff;
}

.yt-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f0f0f;
    margin: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Video modal */
.yt-modal-content {
    background: #0f0f0f;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.yt-modal-header {
    background: #0f0f0f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
}

.yt-modal-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
}

@media (max-width: 767px) {
    .yt-play-btn svg {
        width: 48px;
        height: 34px;
    }
}
}

/* Media Center — Image Box Cards */
.mc-img-box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid var(--pacific_dark);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.mc-img-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
}

.mc-img-box-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 14px;
}

.mc-img-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.mc-img-box:hover .mc-img-box-thumb img {
    transform: scale(1.06);
}

/* Hover overlay */
.mc-img-box-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 86, 98, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.mc-img-box:hover .mc-img-box-overlay {
    opacity: 1;
}

/* Photo count badge */
.mc-img-box-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
}

/* Info strip */
.mc-img-box-info {
    padding: 10px 14px 12px;
}

.mc-img-box-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--pacific_dark);
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mc-img-box-date {
    font-size: 11px;
    color: #9aa0a6;
}


