/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: "Phetsarath OT";
    src: url('/assets/fonts/PhetsarathOT_font.ttf') format('truetype'); /* Primary TTF format */
}

:root {
    scroll-behavior: smooth;
    --color-primary: #0f458d;
    --color-secondary: #1561c6;
    --color-white: #FFF;
    --color-black: #333;
    --color-gray: #eee;
    --color-facebook: #1877F2;
    --color-instagram: #DD2A7B;
    --color-primary-rgb: 157, 15, 18;
    --color-secondary-rgb: 226, 10, 23;
    --color-white-rgb: 255, 255, 255;
    --color-black-rgb: 51, 51, 51;
    --color-gray-rgb: 192, 192, 192;
    --font-phetsarathot: "PhetsarathOT";
    --font-timesnewroman: "TimesNewRoman";
    --font-header: 28px;
    --font-title: 24px;
    --font-text: 16px;
    --font-sm-header: 24px;
    --font-sm-title: 14px;
    --font-sm-text: 14px;
    --header-icon-height: 50px;
}


body {
    font-family: "Nunito", "Open Sans", sans-serif;
    color: #444444;
}

html[lang="la"] body *{
    font-family: "Phetsarath OT", sans-serif !important;
}

a {
    color: #4154f1;
    text-decoration: none;
    cursor: pointer!important;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
    padding: 20px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 20px;
}

.section-header h2 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #012970;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 10px 0;
    background: #0072B5;
    min-height: 30px;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 65px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 0px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/";
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #2690D7;
    width: 50px; /* Increase width and height to make a bigger circle */
    height: 50px;
    border-radius: 50%; /* Make it a perfect circle */
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top i:hover {
    color: #4154f1;
    background: #63BCE5;
}

.back-to-top:hover {
    color: #4154f1;
    background: #63BCE5;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-image: url('/assets/images/sdg-color-ribbon.svg'); /* Adjust with your actual image name */
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 1000px auto;
}

@media screen and (max-width: 1000px) {
    .header.header-scrolled {
        background-size: 600px auto;
    }
}
@media screen and (max-width: 600px) {
    .header.header-scrolled {
        background-size: 300px auto;
    }
}

@media screen and (max-width: 990px) {
    .topbar_section{
        display: none;
    }
}


.header .logo {
    line-height: 0;
}

.header .logo img {
    max-height: 60px;
    margin-right: 6px;
}

.header .logo span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    margin-top: 3px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #013289;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #4154f1;
}

.navbar .getstarted {
    background: #2690D7;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover {
    color: #4154f1;
    background: #63BCE5;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.selected {
    color: #4154f1;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    background-color: #0072B5;
    color: #FFFAFA;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #4154f1;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    background-color: #0072B5;
    color: #FFFAFA;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.png) top center no-repeat;
    background-size: cover;
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #012970;
}

.hero h2 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 26px;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.hero .btn-get-started:hover i {
    transform: translateX(5px);
}

.hero .hero-img {
    text-align: right;
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }
    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }
    .hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }
    .hero h1 {
        font-size: 32px;
    }
    .hero h2 {
        font-size: 24px;
    }
    .hero .hero-img img {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content {
    background-color: #f6f9ff;
    padding: 40px;
}

.about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #4154f1;
    text-transform: uppercase;
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.about .btn-read-more:hover i {
    transform: translateX(5px);
}


/*--------------------------------------------------------------
# categories
--------------------------------------------------------------*/

.categories .box {
    margin-top: 20px;
    padding: 10px;
    background-color: #FFFAFA;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.categories .box img {
    padding: 20px 20px;
    max-height: 220px;
    transition: 0.5s;
    transform: scale(1.1);
}

.categories .box h3 {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
}

.categories .box:hover {
    box-shadow: 0px 0 30px rgba(38, 144, 215, 1);
}

.categories .box:hover img {
    transform: scale(1);
}

.categories .box a {
    color: #013289;
}

.categories .box a:hover {
    color: #4154f1;
    font-weight: bold;
}

.categories .alert a {
    color: #013289;
}

.categories .alert a:hover {
    color: #4154f1;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    padding: 10px 0 50px;
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
    font-size: 30px;
    line-height: 0;
    margin-right: 10px;
    color: #4154f1;
}

.counts .count-box span {
    margin: 10px;
    font-size: 30px;
    display: block;
    font-weight: 600;
    color: #0b198f;
}

.counts .count-box p {
    color: #013289;
    margin: 10px;
}

.counts .count-box p:hover {
    color: #4154f1;
    font-weight: bold;
}

.counts .count-box:hover {
    color: #013289;
    box-shadow: 0px 0 30px rgba(38, 144, 215, 1);
}


/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/

.features .features-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

.features .features-box h3 {
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0;
}

.features .features-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.features .features-box:hover i {
    background: #4154f1;
    color: #fff;
}

.features .feture-tabs {
    margin-top: 20px;
}

.features .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.features .feture-tabs .nav-link.active {
    color: #4154f1;
    border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content {
    border-bottom: 1px solid #eee;
    background: #f6f9ff;
}

.features .feture-tabs .tab-content i {
    font-size: 18px;
    line-height: 0;
    margin-right: 5px;
    color: #4154f1;
}

.features .feture-tabs .tab-content ul {
    margin-top: 20px;
    list-style: none;
}

.features .feture-tabs .tab-content ul li {
    padding-bottom: 20px;
    font-size: 18px;
}

.features .features-icons {
    margin-top: 120px;
}

.features .features-icons h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .features .features-icons h3 {
        font-size: 28px;
    }
}

.features .features-icons .content .icon-box {
    display: flex;
}

.features .features-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970;
}

.features .features-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px;
}

.features .features-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 20px 20px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

.services .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}

.services .service-box h3 {
    margin-top: 15px;
    color: #444444;
    font-size: 20px;
    font-weight: 700;
}

.services .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}

.services .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}

.services .service-box.blue {
    border-bottom: 3px solid #0072BB;
}

.services .service-box.blue .icon {
    color: #2db6fa;
    background: #dbf3fe;
}

.services .service-box.blue .read-more {
    color: #2db6fa;
}

.services .service-box.blue:hover {
    background: #2690d7;
}

.services .service-box.orange {
    border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
    color: #f68c09;
    background: #fde3c4;
}

.services .service-box.orange .read-more {
    color: #f68c09;
}

.services .service-box.orange:hover {
    background: #f68c09;
}

.services .service-box.green {
    border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
    color: #08da4e;
    background: #cffddf;
}

.services .service-box.green .read-more {
    color: #08da4e;
}

.services .service-box.green:hover {
    background: #08da4e;
}

.services .service-box.red {
    border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
    color: #e9222c;
    background: #fef7f8;
}

.services .service-box.red .read-more {
    color: #e9222c;
}

.services .service-box.red:hover {
    background: #e9222c;
}

.services .service-box.purple {
    border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
    color: #b50edf;
    background: #f8e4fd;
}

.services .service-box.purple .read-more {
    color: #b50edf;
}

.services .service-box.purple:hover {
    background: #b50edf;
}

.services .service-box.pink {
    border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
    color: #f51f9c;
    background: #feecf7;
}

.services .service-box.pink .read-more {
    color: #f51f9c;
}

.services .service-box.pink:hover {
    background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
    color: #fff;
}

.services .service-box:hover .icon {
    background: #fff;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.pricing .box:hover {
    transform: scale(1.1);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
}

.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing img {
    padding: 30px 40px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

.pricing ul li {
    padding-bottom: 10px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #4154f1;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
    background: #4154f1;
    color: #fff;
}

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    background: none;
    color: #4154f1;
    border-bottom: 0;
}

.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #4154f1;
    border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #012970;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #4154f1;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 10px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 10px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments .comments-item {
    box-sizing: content-box;
    padding: 20px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

.comments .comments-item .comments-img {
    width: 250px;
    border: 4px solid rgb(255, 255, 255);
    margin: 0 auto;
}

.comments .comments-item .comments-img:hover {
    width: 280px;
    box-shadow: 0px 0 30px rgba(38, 144, 215, 1);
}

.comments .comments-item h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.comments .comments-item h4 {
    font-size: 0.9em;
    color: #999;
}

.comments .swiper-pagination {
    margin-top: 10px;
    position: relative;
}

.comments .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.comments .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item .testimonial-img:hover {
    width: 120px;
    box-shadow: 0px 0 30px rgba(38, 144, 215, 1);
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}

.testimonials .swiper-slide {
    opacity: .3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }
    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}


/*--------------------------------------------------------------
# pr_poster
--------------------------------------------------------------*/

.pr_poster {
    background: #fff;
    padding: 60px 0;
}

.pr_poster .poster {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    cursor: pointer;
}

.pr_poster .poster .poster-img {
    position: relative;
    overflow: hidden;
}

.pr_poster .poster .poster-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    /*    background: url(../img/pr_poster-shape.svg) no-repeat center bottom; */
    background-size: contain;
    z-index: 1;
}

.pr_poster .poster .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.pr_poster .poster .social a {
    transition: color 0.3s;
    color: rgba(1, 41, 112, 0.5);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
}

.pr_poster .poster .social a:hover {
    color: rgba(1, 41, 112, 0.8);
}

.pr_poster .poster .social i {
    font-size: 18px;
}

.pr_poster .poster .poster-info {
    padding: 10px 15px 20px 15px;
}

.pr_poster .poster .poster-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #012970;
}

.pr_poster .poster .poster-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

.pr_poster .poster .poster-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: #5e5e5e;
}

.pr_poster .poster:hover {
    transform: scale(1.08);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pr_poster .poster:hover .social {
    right: 8px;
    opacity: 1;
}


/*--------------------------------------------------------------
# dp
--------------------------------------------------------------*/

.dp .dp-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

.dp .dp-slider .swiper-slide img:hover {
    opacity: 1;
}

.dp .dp-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.dp .dp-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.dp .dp-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}


/*--------------------------------------------------------------
# Recent vaccine-content Posts
--------------------------------------------------------------*/

.news-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.news-posts .post-box .post-img {
    overflow: hidden;
    margin: -10px -10px 5px -10px;
    position: relative;
}

.news-posts .post-box .post-img img {
    transition: 0.5s;
}

.news-posts .post-box .post-date {
    font-size: 15px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
}

.news-posts .post-box .post-title {
    font-size: 0.9em;
    color: #012970;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    transition: 0.3s;
}

.news-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}

.news-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.news-posts .post-box:hover .post-title {
    color: #4154f1;
}

.news-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}

.news-posts .post-box .news-title {
    font-size: 0.9em;
    color: #012970;
    margin-bottom: 10px;
    position: relative;
    transition: 0.3s;
}

.news-posts .post-box .pr-vdo {
    width: 100%;
    height: 150px;
}

.news-posts .post-box .prepare {
    width: 100%;
    height: 330px;
}

.news-posts .post-box .pr-description {
    font-size: 0.8em;
}

@media (max-width: 575.98px) {
    .news-posts .post-box .pr-vdo {
        width: 100%;
        height: 200px;
    }

    .news-posts .post-box .prepare {
        height:250px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .news-posts .post-box .pr-vdo {
        width: 100%;
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .news-posts .post-box .pr-vdo {
        width: 100%;
        height: 350px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .news-posts .post-box .pr-vdo {
        width: 100%;
        height: 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .news-posts .post-box .pr-vdo {
        width: 100%;
        height: 120px;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #2690D7;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    color: #4154f1;
    background: #63BCE5;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    background: #0072B5;
    padding: 0 0 30px 0;
    font-size: 14px;
}

.footer .footer-featuresletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
}

.footer .footer-featuresletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #012970;
}

.footer .footer-featuresletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}

.footer .footer-featuresletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

.footer .footer-featuresletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.footer .footer-featuresletter form input[type="submit"]:hover {
    background: #5969f3;
}

.footer .footer-top {
    background: #FFFAFA;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    margin-top: 3px;
}

.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: #0072B5;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    color: #4154f1;
}

.footer .footer-top .social-links span {
    font-size: 0.6em;
    vertical-align: middle;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #013289;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
    color: #4154f1;
    font-weight: 900;
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #FFFAFA;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}


@media screen and (max-width: 991px) {
  .header .logo img{
	max-height: 40px;
    margin-right: 4px;
  }

  .chat_on_icon {
	font-size: 14px !important;
  }

  .chat_on{
	  width: 100px !important;
	  right: 60px !important;
	  height: 40px !important;
  }
}







/* Custom */

.entry-title{
    color: #04498c !important;
    font-size: 24px;
}

.navbar a {
    display: inline-block; /* Keep anchor inline */
    padding: 0 15px; /* Adjust padding for spacing */
    height: 100%; /* Match height to the parent li */
    color: #333; /* Default text color */
    text-decoration: none;
    position: relative; /* Set for absolute positioning of the underline */
}

/* Add hover and active state */
.navbar a:hover,
.navbar li:hover > a {
    color: #333;
}

.navbar a::after {
    content: '';
    position: absolute;
    bottom: -4px; /* Creates space between the text and the underline */
    left: 0;
    width: 100%;
    height: 2px; /* Keep underline height consistent */
    background-color: transparent; /* Initially transparent */
    transition: background-color 0.3s ease, bottom 0.3s ease; /* Smooth transition */
}

.navbar a:hover::after,
.navbar li:hover > a::after {
    background-color: #4154f1; /* Blue underline on hover */
}

.navbar .active::after {
    background-color: #4154f1; /* Blue underline for active link */
    bottom: -4px; /* Ensure the underline for active state also has the space */
}

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

.title_text {
    align-items: center;
    color: #164083;
    font-size: 28px;
    font-weight: 500;
}

.title_contact_text {
    color: #164083;
    font-size: 20px;
    font-weight: 500;
}

.title_supported_text {
    color: #164083;
    font-size: 20px;
    font-weight: 500;
}



.title a {
    color: #164083;
    font-size: 28px;
    font-weight: 500;
    text-decoration: none;
}

.title .see-all-news {
    font-size: 16px;
    color: #164083;
    font-weight: 400;
    text-decoration: none;
    text-align: right; /* Align text to the right */
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news .card {
    box-shadow: 0 4px 16px rgba(51, 51, 51, 0.1);
    border: 0;
    padding: 16px;
    height: 100%;
}

.news .card .news-img {
    margin: -16px -16px 0 -16px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
}

.news .card .news-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news .card:hover .news-img img {
    transform: scale(1.1);
}

.news .card .news-title {
    display: -webkit-box;
    color: var(--color-primary);
    font-size: var(--font-sm-title);
    font-weight: 500;
    margin: 8px 0 0 0;
    padding: 0;
    text-overflow: ellipsis;
    transition: 0.3s;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news .card .news-date {
    color: #C0C0C0;
    font-style: italic;
    margin-top: 8px;
    font-size: var(--font-sm-text);
}

.news .card .news-date i {
    color: #C0C0C0;
    font-style: italic;
    line-height: 0;
    margin-right: 8px;
}

.news .card .news-content {
    display: -webkit-box;
    color: var(--color-black);
    font-size: var(--font-sm-text);
    margin: 8px 0 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.news .card .read-more a {
    color: var(--color-primary);
    font-size: var(--font-text);
    font-style: italic;
}

.news .card .read-more a:hover {
    color: var(--color-secondary);
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--color-gray);
    padding: 0 0 30px 0;
    color: var(--color-black);
}

#footer .footer-top {
    padding: 0 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .swiper-pagination-bullet-active {
    background: var(--color-white);
}

#footer .footer-top .footer-info h3 {
    font-size: var(--font-title);
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 16px 0;
}

#footer .footer-top .footer-info img {
    width: 120px;
    margin: 8px 0;
}

#footer .footer-top .swiper-slide {
    text-align: center;
}



#footer .footer-top .footer-links {
    padding: 60px 0;
}

#footer .footer-top .footer-link-info h5 {
    font-size: var(--font-title);
    font-weight: 600;
}

#footer .footer-top .footer-link-info ul {
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0;
}

#footer .footer-top .footer-link-info ul i {
    font-size: var(--font-sm-title);
    line-height: 0.5;
    padding-right: 4px;
}

#footer .footer-top .footer-link-info ul li {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

#footer .footer-top .footer-link-info ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-link-info ul a {
    display: inline-block;
    color: var(--color-facebook);
    font-size: var(--font-sm-text);
    line-height: 1;
    transition: 0.3s;
}

#footer .footer-top .footer-link-info ul a:hover {
    color: var(--color-secondary);
}

#footer .copyright {
    text-align: center;
}

#footer .copyright span {
    margin-right: 16px;
}

#footer .copyright span:first-child {
    margin-right: 4px;
}

#footer .credits {
    color: var(--color-white);
    font-size: var(--font-sm-text);
    padding-top: 8px;
    text-align: center;
}




.copyright {
    width: 100%;
    text-align: center; /* Center the text */
    font-size: .8em;
    padding: 10px 0; /* Add some padding for spacing */
    margin-top: auto; /* Push the copyright section to the bottom of the parent element */
}

.footer-top {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.entry-content h3 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
}

.target1-color, .target2-color, .target3-color, .target4-color,
.target5-color, .target6-color, .target7-color, .target8-color,
.target9-color, .target10-color, .target11-color, .target12-color,
.target13-color, .target14-color, .target15-color, .target16-color,
.target17-color, .target18-color {
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 5px;
    display: inline-block;
    width: 100px; /* Set fixed width */
    text-align: center; /* Center text */
    padding: 5px; /* Optional padding for spacing */
}

/* Add the background colors individually */
.target1-color { background-color: #EA1D2C; }
.target2-color { background-color: #D09F29; }
.target3-color { background-color: #2C9A47; }
.target4-color { background-color: #C22033; }
.target5-color { background-color: #EF412A; }
.target6-color { background-color: #00ACD8; }
.target7-color { background-color: #FDB714; }
.target8-color { background-color: #8F1737; }
.target9-color { background-color: #F36E23; }
.target10-color { background-color: #E01983; }
.target11-color { background-color: #F99D25; }
.target12-color { background-color: #CD8C2A; }
.target13-color { background-color: #48773C; }
.target14-color { background-color: #027DBB; }
.target15-color { background-color: #3FAE49; }
.target16-color { background-color: #00558A; }
.target17-color { background-color: #1A3667; }
.target18-color { background-color: #E0282B; }


.target1-bgcolor { background-color: #EA1D2C; }
.target2-bgcolor { background-color: #D09F29; }
.target3-bgcolor { background-color: #2C9A47; }
.target4-bgcolor { background-color: #C22033; }
.target5-bgcolor { background-color: #EF412A; }
.target6-bgcolor { background-color: #00ACD8; }
.target7-bgcolor { background-color: #FDB714; }
.target8-bgcolor { background-color: #8F1737; }
.target9-bgcolor { background-color: #F36E23; }
.target10-bgcolor { background-color: #E01983; }
.target11-bgcolor { background-color: #F99D25; }
.target12-bgcolor { background-color: #CD8C2A; }
.target13-bgcolor { background-color: #48773C; }
.target14-bgcolor { background-color: #027DBB; }
.target15-bgcolor { background-color: #3FAE49; }
.target16-bgcolor { background-color: #00558A; }
.target17-bgcolor { background-color: #1A3667; }
.target18-bgcolor { background-color: #E0282B; }


/* Custom background colors */
.target1-tooltip { --bs-tooltip-bg: #EA1D2C; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target2-tooltip { --bs-tooltip-bg: #D09F29; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target3-tooltip { --bs-tooltip-bg: #2C9A47; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target4-tooltip { --bs-tooltip-bg: #C22033; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target5-tooltip { --bs-tooltip-bg: #EF412A; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target6-tooltip { --bs-tooltip-bg: #00ACD8; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target7-tooltip { --bs-tooltip-bg: #FDB714; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target8-tooltip { --bs-tooltip-bg: #8F1737; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target9-tooltip { --bs-tooltip-bg: #F36E23; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target10-tooltip { --bs-tooltip-bg: #E01983; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target11-tooltip { --bs-tooltip-bg: #F99D25; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target12-tooltip { --bs-tooltip-bg: #CD8C2A; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target13-tooltip { --bs-tooltip-bg: #48773C; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target14-tooltip { --bs-tooltip-bg: #027DBB; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target15-tooltip { --bs-tooltip-bg: #3FAE49; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target16-tooltip { --bs-tooltip-bg: #00558A; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target17-tooltip { --bs-tooltip-bg: #1A3667; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}
.target18-tooltip { --bs-tooltip-bg: #E0282B; --bs-tooltip-opacity: 1; --bs-tooltip-padding-x: 20px;  /* Horizontal padding */
    --bs-tooltip-padding-y: 15px;}

.swiper-slide {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    box-sizing: content-box;
    width: 20px;
    height: 3px;
    margin: 0 3px; /* Spacing between bullets */
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 0;
}

/* Highlighted bullet for active slide */
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    /* White color for the buttons */
    padding: 10px;
    width: 40px;
    height: 40px;
}

.swiper-slide:active {
    cursor: grabbing;
}


@media (max-width: 991px) {
    #navbar ul li {
        margin-bottom: 15px; /* Add more space between menu items */
    }

    #navbar ul {
        padding-left: 0; /* Optional: Remove left padding */
    }

    .swiper-slide{
        height: 300px;
    }
    .swiper-container{
        margin-top: 50px;
    }
}

.small-slide .swiper-slide {
    height: unset !important; /* Remove any preset height */
}

.image-container {
    width: 100%; /* Image container takes full width */
    height: auto; /* Maintain height proportionally */
    max-height: 500px; /* Restrict the maximum height */
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    overflow: hidden; /* Prevent overflow if image is larger */
}

.image-container img {
    width: 100%; /* Image takes full width */
    height: auto; /* Maintain aspect ratio */
    max-height: 500px; /* Set maximum height */
    object-fit: contain; /* Scale the image inside the container */
}

.header-content{
    font-weight: 600;
    font-size: 1.1em;
    color: #012970;
}

.hover-card:hover {
    background-color: rgba(248, 249, 250, 0.8); /* Adjust the background slightly */
    cursor: pointer; /* Add cursor pointer */
}

li.nav-item .nav-link.active{
    color: #4154f1;
}


.card-section .card {
    box-shadow: 0 4px 16px rgba(51, 51, 51, 0.1);
    border: 0;
    padding: 16px;
}

.card .document-card {
    box-shadow: 0 4px 16px rgba(51, 51, 51, 0.1);
    border: 0;
    padding: 16px;
    width: 100%; /* Set card's width */
    height: 50px; /* Set a fixed height for the card */
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transition for background and shadow */
    display: flex; /* Use flexbox to center align the text vertically */
    align-items: center; /* Center align vertically */
    justify-content: center; /* Center align horizontally */
}

.document-card a {
    display: inline-block; /* Keep the link as an inline block */
    transition: font-size 0.3s ease-in-out; /* Smooth transition for font size */
    font-size: 16px; /* Set the default font size */
}

.document-card:hover {
    background-color: rgba(248, 249, 250, 0.8); /* Adjust the background slightly */
    box-shadow: 0 6px 20px rgba(51, 51, 51, 0.15); /* Add a subtle box-shadow */
    cursor: pointer; /* Add cursor pointer */
}

.document-card:hover a {
    font-size: 18px; /* Increase the font size only on hover */
}

.entry-header{
    color: #04498c !important;
    font-size: 22px;
}

.news-detail-slide-width {
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .news-detail-slide-width {
        width: 100%;
    }
}


.chevron-icon {
    margin-top: -10px; /* Use negative margin to pull the icon closer to the text */
    vertical-align: top; /* Align the icon to the top */
    line-height: 1; /* Ensure line-height does not add extra space */
    padding: 0; /* Ensure no padding is added */
}

/* Optionally, center the text and icon together */
.text-with-icon {
    display: inline-block;
    text-align: center;
}

.responsible-title{
    color: #004080; /* Darker blue for better readability */
    font-weight: 700; /* Bold text for emphasis */
    padding: 10px; /* Padding for spacing */
    border-radius: 5px; /* Rounded corners for a friendly look */
}

.pagination {
    display: flex;
    justify-content: center; /* Center the pagination links */
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
    margin: 0 5px; /* Adjust spacing between pagination items */
}

.page-item a {
    padding: 0.5rem 0.75rem;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d; /* Gray color for disabled page links */
    pointer-events: none;
}

#imageslice{
    padding-top: 0;
}

/* section.breadcrumbs{
    padding-top: 0;
} */

.swiper-slide .overlay {
    opacity: 0; /* Hide overlay by default */
    transition: opacity 0.3s ease;
}

.swiper-slide:hover .overlay {
    opacity: 1; /* Show overlay on hover */
}

.tooltip-text {
    font-size: 1.2rem;
    text-align: center;
    max-width: 80%;
    background-color: #EA1D2E; /* Darker background for the text */
    border-radius: 5px;
}

@media (max-width: 768px) {
    #imageslice {
        margin-top: 20px; /* Add 20px space for small screens */
    }
}



.undp-logo{
    width: 50px;
}
.usaid-logo{
    width: 300px;
}

.newzealand-logo{
    width: 100px;
}

@media (max-width: 768px) {
    .undp-logo{
        width: 60px;
    }
}
