/* Vigeo Section Title Widget Styles */

.vigeo-section-title-wrapper {
    max-width: 100%;
    position: relative;
}

.vigeo-section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0%;
    color: #2A153C;
    margin: 0 0 10px 0;
    word-break: break-word;
}

.vigeo-section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #9F92BF;
    margin: 0 0 5px 0;
    word-break: break-word;
}

.vigeo-section-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #545555;
    margin: 0;
    word-break: break-word;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .vigeo-section-title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    .vigeo-section-title {
        font-size: 32px;
        line-height: 42px;
    }
    
    .vigeo-section-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .vigeo-section-description {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .vigeo-section-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .vigeo-section-subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    
    .vigeo-section-description {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Print Styles */
@media print {
    .vigeo-section-title-wrapper {
        page-break-inside: avoid;
    }
}
/* Vigeo About Us Count Box Widget Styles
   ============================================ */

.vigeo-about-img-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    background-position: 65% 85%;
    background-repeat: no-repeat;
    background-size: auto;
}

.vigeo-img-left {
    position: relative;
    width: 690px;
    height: 560px;
    background: transparent;
    flex-shrink: 0;
}

.vigeo-count-box {
    position: absolute;
    left: 30px;
    top: 20px;
    display: flex;
    gap: 20px;
    z-index: 10;
    align-items: center;
    pointer-events: none;
}

.vigeo-count-box h2 {
    margin: 0;
    font-family: Oooh Baby;
font-weight: 400;
font-size: 64px;
line-height: 54px;
letter-spacing: 0%;

    color: rgba(108, 113, 139, 1);
}

.vigeo-count-box p {
    margin: 0;
    padding-top: 18px;
    font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;
color:rgba(75, 83, 83, 1);

}

.vigeo-top-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0, 20, 30, 0.15);
}

.vigeo-top-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease;
}

.vigeo-top-image img:hover {
    transform: scale(1.02);
}

.vigeo-bottom-image {
    position: absolute;
    left: 0;
    top: 140px;
    width: 440px;
    z-index: 8;
    overflow: hidden;
    box-shadow: 0 24px 36px -12px rgba(0, 20, 30, 0.2);
}

.vigeo-bottom-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease;
}

.vigeo-bottom-image img:hover {
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 1024px) {
    .vigeo-img-left {
        width: 100%;
        max-width: 690px;
        height: auto;
        aspect-ratio: 690 / 560;
    }

    .vigeo-top-image {
        width: 55%;
        right: 0;
        top: 0;
    }

    .vigeo-bottom-image {
        width: 63.7%;
        left: 0;
        top: 25%;
    }

    .vigeo-count-box {
        left: 4%;
        top: 3.5%;
        gap: 12px;
    }

    .vigeo-count-box h2 {
        font-size: clamp(3.6rem, 10vw, 5.5rem);
    }

    .vigeo-count-box p {
        font-size: clamp(0.95rem, 1.8vw, 1.2rem);
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .vigeo-img-left {
        max-width: 460px;
    }

    .vigeo-top-image {
        width: 55%;
        right: 0;
        top: 0;
    }

    .vigeo-bottom-image {
        width: 63.7%;
        left: 0;
        top: 25%;
    }

    .vigeo-count-box {
        left: 4%;
        top: 3%;
        gap: 8px;
        flex-wrap: wrap;
    }

    .vigeo-count-box h2 {
        font-size: clamp(2.6rem, 12vw, 3.8rem);
        line-height: 0.95;
    }

    .vigeo-count-box p {
        font-size: clamp(0.75rem, 2.8vw, 1rem);
        padding-top: 6px;
        line-height: 1.3;
    }

    .vigeo-top-image,
    .vigeo-bottom-image {
        box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.12);
    }
}

@media (max-width: 480px) {
    .vigeo-img-left {
        max-width: 360px;
    }

    .vigeo-count-box h2 {
        font-size: clamp(2.2rem, 10vw, 2.8rem);
    }

    .vigeo-count-box p {
        font-size: clamp(0.65rem, 2.4vw, 0.8rem);
        padding-top: 4px;
    }

    .vigeo-count-box {
        left: 3%;
        top: 2%;
        gap: 5px;
    }
}
.vigeo-cta-buttons.vigeo-cta-layout-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.vigeo-cta-primary .vigeo-cta-button {
    border-radius: 5px 5px 5px 5px;
    padding: 15px 35px 15px 35px;
    border: 1px solid rgba(159, 146, 191, 1);
}
/* Charity Showcase */
.vigeo-charity{
    overflow:hidden;
    background:#fff;
}

.vigeo-charity-content{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:0px;
    background:#f8f6fc;
    background-image:url(images/leaf-pattern.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:contain;
}

.vigeo-charity-title{
    font-size:48px;
    line-height:1.05;
    color:#2a153c;
    font-weight:300;
    margin-bottom:20px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
}

.vigeo-charity-title span{
    font-style:italic;
    font-weight:700;
}

.vigeo-charity-title strong{
    font-style:italic;
    font-weight:700;
}

.vigeo-charity-text{
    font-size:20px;
    line-height:1.6;
    color:#473d61;
    max-width:650px;
    margin-bottom:20px;
}

.vigeo-charity-bottom {
    display: grid;
    align-items: center;
    gap: 0px 15px;
    grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
    .vigeo-charity-bottom{
        grid-template-columns: 1fr;
        gap: 15px 0px;
    }
}
.vigeo-charity-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 40px;
    background:#a59ac7;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-family: Poppins;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
    transition:.3s;
    color: #ffffff;
    justify-content: center;
    background-color: rgba(159, 146, 191, 1);
    border-radius: 5px 5px 5px 5px;
    padding: 16px 35px 16px 35px;
}

.vigeo-charity-btn:hover{
    background:#2a153c;
    color:#fff;
}

.vigeo-charity-btn span{
    margin-left:12px;
}

.vigeo-charity-logos{
    display:flex;
    align-items:center;
    gap:25px;
}

.vigeo-charity-logos img{
    max-height:50px;
    width:auto;
}

.vigeo-charity-gallery{
    /* display:grid;
    grid-template-columns:repeat(6,1fr);
    height:100%; */
}

.vigeo-charity-item{
    overflow:hidden;
}

.vigeo-charity-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.vigeo-charity-item:hover img{
    transform:scale(1.08);
}

/* =========================
   Tablet
========================= */

@media (max-width:991px){

    .vigeo-charity-content{
        padding:50px 30px;
    }

    .vigeo-charity-title{
        font-size:46px;
    }

    .vigeo-charity-text{
        font-size:18px;
    }

    .vigeo-charity-gallery{
        grid-template-columns:repeat(3,1fr);
        height:420px;
    }

}

/* =========================
   Mobile
========================= */

@media (max-width:767px){

    .vigeo-charity-content{
        padding:40px 20px;
        text-align:center;
    }

    .vigeo-charity-title{
        font-size:34px;
    }

    .vigeo-charity-text{
        font-size:16px;
        margin:0 auto 30px;
    }

    .vigeo-charity-bottom{
        justify-content:center;
        gap:25px;
    }

    .vigeo-charity-btn{
        width:100%;
        font-size:18px;
        padding:16px 20px;
    }

    .vigeo-charity-gallery{
        grid-template-columns:repeat(2,1fr);
        height:auto;
    }

    .vigeo-charity-item{
        aspect-ratio:3/4;
    }

    .vigeo-charity-logos{
        justify-content:center;
        width:100%;
    }

    .vigeo-charity-logos img{
        max-height:55px;
    }

}

/* How It Works */
.vigeo-how-works {
    padding: 20px 0;
    background: #ffffff00;
}

.vigeo-how-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1A1A2E;
    margin-bottom: 50px;
}

.vigeo-how-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vigeo-how-item {
    margin-bottom: 30px;
}

.vigeo-how-item-inner {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0px 24px 64px 0px #5C60AB1A;
}

.vigeo-how-item-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.vigeo-how-item-image {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 20px;
}
.vigeo-how-item-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vigeo-how-item-inner:hover .vigeo-how-item-image img {
    transform: scale(1.01);
}

.vigeo-how-step {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #F9F6FF;
    color: #2A153C;
    padding: 15px 15px;
    border-radius: 5px 0px 5px 0px;
    z-index: 2;
border:1px solid;
border-color:#f9f6ff;
    font-family: 'Golos Text';
font-weight: 500;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;

}

.vigeo-how-item-title {
    color: #2A153C;
    margin: 0 0 12px 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    padding:0px 20px;
}

.vigeo-how-item-desc {
    color: #545555;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    padding:0px 20px 30px;
}

/* Responsive */
@media (max-width: 992px) {
    .vigeo-how-works {
        padding: 60px 0;
    }
    
    .vigeo-how-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    
    .vigeo-how-item-inner {
        padding: 25px 20px 25px;
    }
    
    .vigeo-how-item-image img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .vigeo-how-works {
        padding: 40px 0;
    }
    
    .vigeo-how-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .vigeo-how-item {
        margin-bottom: 20px;
    }
    
    .vigeo-how-item-image img {
        height: 180px;
    }
    
    .vigeo-how-item-title {
        font-size: 18px;
    }
    
    .vigeo-how-item-desc {
        font-size: 14px;
    }
}

/* Section Title Widget */
.vigeo-section-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
}

.vigeo-icon-title {
    font-family: 'Oooh Baby', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    color: #545555;
    display: inline-block;
}

.vigeo-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 200px;
    height: 20px;
}

.vigeo-section-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.vigeo-section-icon-left {
    margin-right: 15px;
}

.vigeo-section-icon-right {
    margin-left: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .vigeo-icon-title {
        font-size: 24px;
        line-height: 34px;
    }
    
    .vigeo-section-icon {
        width: 10px;
        height: 20px;
    }
    
    .vigeo-section-icon-left {
        margin-right: 10px;
    }
    
    .vigeo-section-icon-right {
        margin-left: 10px;
    }
}

@media (max-width: 576px) {
    .vigeo-icon-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .vigeo-section-icon {
        width: 80px;
        height: 8px;
    }
    
    .vigeo-section-icon-left {
        margin-right: 8px;
    }
    
    .vigeo-section-icon-right {
        margin-left: 8px;
    }
}
/* Partner Showcase Widget */
.vigeo-partner-showcase {
    padding: 30px 0;
    background: #F8F9FA00;
}

.vigeo-partner-title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.vigeo-partner-title {
    font-size: 32px;
    font-weight: 600;
    color: #1A1A2E;
    margin: 0;
}

.vigeo-partner-slider {
    position: relative;
    overflow: hidden;
}

.vigeo-partner-slider-track {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.vigeo-partner-slide {
    padding: 0 10px;
}

.vigeo-partner-item {
    background: #ffffff00;
    border-radius: 12px;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: all 0.3s ease;
}
.vigeo-partner-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.vigeo-partner-item img {
    height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.vigeo-partner-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.vigeo-partner-item:hover img {
    opacity: 1;
    transform: scale(1.05);
}

/* Slick Slider Overrides */
.vigeo-partner-slider .slick-track {
    display: flex;
    align-items: center;
}

.vigeo-partner-slider .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
}

.vigeo-partner-slider .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 30px;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.vigeo-partner-slider .slick-dots li {
    margin: 0 4px;
}

.vigeo-partner-slider .slick-dots li button:before {
    font-size: 10px;
    color: #D1D5DB;
    opacity: 1;
}

.vigeo-partner-slider .slick-dots li.slick-active button:before {
    color: #E8A87C;
}

/* Arrows */
.vigeo-partner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #1A1A2E;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vigeo-partner-slider .slick-prev {
    left: -20px;
}

.vigeo-partner-slider .slick-next {
    right: -20px;
}

.vigeo-partner-slider .slick-arrow:hover {
    color: #E8A87C;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.vigeo-partner-empty {
    text-align: center;
    padding: 40px 0;
    color: #999;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 992px) {
    .vigeo-partner-slider .slick-prev {
        left: -10px;
    }
    
    .vigeo-partner-slider .slick-next {
        right: -10px;
    }
    
    .vigeo-partner-slider .slick-arrow {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .vigeo-partner-showcase {
        padding: 40px 0;
    }
    
    .vigeo-partner-title {
        font-size: 24px;
    }
    
    .vigeo-partner-item {
        height: 100px;
        padding: 15px;
    }
    
    .vigeo-partner-item img {
        height: 60px;
    }
    
    .vigeo-partner-slider .slick-arrow {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    
    .vigeo-partner-slider .slick-prev {
        left: -5px;
    }
    
    .vigeo-partner-slider .slick-next {
        right: -5px;
    }
}

@media (max-width: 576px) {
    .vigeo-partner-item {
        height: 80px;
        padding: 10px;
    }
    
    .vigeo-partner-item img {
        height: 50px;
    }
}

/* Team Section */
.vigeo-team-section {
    background: #ffffff00;
}

.vigeo-team-title-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.vigeo-team-title {
    font-family: Poppins;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color: #9F92BF;

}

/* Team Item */
.vigeo-team-item {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    box-shadow: 0px 4px 34px 0px #6C718B45;
}

.vigeo-team-item:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.vigeo-team-img {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}
.vigeo-team-img img {
    max-width: 115px;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius:50%;
}

.vigeo-team-item:hover .vigeo-team-img img {
    transform: scale(1.05);
}

.vigeo-team-name {
    margin: 0 0 5px;
    font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;

}

.vigeo-team-name a {
    transition: color 0.3s ease;
    font-family: Poppins;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
color: #2A153C;


}

.vigeo-team-name a:hover {
    color: #E8A87C;
}

.vigeo-team-degi {
    font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color:#4B5353;
}

/* Social Profiles */
.vigeo-team-social {
    margin-top: 15px;
}

.vigeo-team-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555;
    font-size: 14px;
    transition: all 0.3s ease;
}

.vigeo-team-social a:not(:last-child) {
    margin-right: 8px;
}

.vigeo-team-social a:hover {
    background: #E8A87C;
    color: #fff;
}

/* Style 3 - Overlay Social */
.vigeo-team-style3 .vigeo-team-social-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vigeo-team-style3:hover .vigeo-team-social-overlay {
    opacity: 1;
}

.vigeo-team-style3 .vigeo-team-social a {
    background: rgba(255,255,255,0.9);
    color: #1A1A2E;
}

.vigeo-team-style3 .vigeo-team-social a:hover {
    background: #1A1A2E;
    color: #fff;
}

/* Carousel */
.vigeo-team-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.vigeo-team-carousel .vigeo-team-item {
    height: 100%;
    margin: 10px 10px 0;
}

.vigeo-team-carousel .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
}

.vigeo-team-carousel .slick-dots li button:before {
}

.vigeo-team-carousel .slick-dots li.slick-active button:before {
}

.vigeo-team-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #1A1A2E;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.vigeo-team-carousel .slick-prev {
    left: -20px;
}

.vigeo-team-carousel .slick-next {
    right: -20px;
}

.vigeo-team-carousel .slick-arrow:hover {
    background: #E8A87C;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .vigeo-team-carousel .slick-arrow {
        width: 32px;
        height: 32px;
    }
    .vigeo-team-carousel .slick-prev {
        left: -10px;
    }
    .vigeo-team-carousel .slick-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    
    .vigeo-team-title {
        
    }
    .vigeo-team-item {
        
    }
    .vigeo-team-name {
        
    }
}

/* Testimonial Section */
.vigeo-testimonial-section {
    padding: 80px 0;
    background: #fff;
}

.vigeo-testi-title-wrap {
    text-align: left;
    margin-bottom: 50px;
}

.vigeo-testi-sub-title {
    color: #9F92BF;
    display: block;
    margin-bottom: 5px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}
.vigeo-testi-title {
    color: #2A153C;
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
}

/* Testimonial Item */
.vigeo-testi-item {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    margin: 10px 10px 0px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0px 24px 44px 0px #5C60AB2B;
}

.vigeo-testi-item:hover {
    box-shadow: 0px 24px 44px 0px #5C60AB2B;
}

.vigeo-testi-rating {
    margin-bottom: 15px;
}

.vigeo-testi-rating i {
    color: #D1D5DB;
    font-size: 16px;
    margin-right: 2px;
}

.vigeo-testi-rating i.active {
    color: #FBBC05;
}
.vigeo-testi-text h4, .vigeo-testi-text h5, .vigeo-testi-text h6, .vigeo-testi-text h3, .vigeo-testi-text h2, .vigeo-testi-text h1 {
    font-family: Poppins;
font-weight: 700;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
color:#444444;
}

.vigeo-testi-text {
    font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 28px;
letter-spacing: 0%;
color:#444444;
margin-bottom:20px;
}
.vigeo-test-panel {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
/* Default */
 .quote  .vigeo-quote {
    display: block;
}

 .quote  .vigeo-quote-active {
    display: none;
}
.slick-slide .quote  img{

}
/* Center slide */
.slick-center .quote .vigeo-quote {
    display: none;
}

.slick-center  .quote  .vigeo-quote-active {
    display: block;
}
.vigeo-testi-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vigeo-testi-avatar {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.vigeo-testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vigeo-testi-name {
   font-family: Poppins;
font-weight: 700;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color:#2A153C;
}

/* Slider */
.vigeo-testi-slider .slick-track {
    display: flex;
    align-items: stretch;
    margin-bottom:60px;
}

.vigeo-testi-slider .slick-slide {
    height: auto;
}

.vigeo-testi-slider .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    /* display: flex !important; */
    /* justify-content: center; */
}

.vigeo-testi-slider .slick-dots li button:before {
    font-size: 10px;
    color: #D1D5DB;
}

.vigeo-testi-slider .slick-dots li.slick-active button:before {
    color: #E8A87C;
}

.vigeo-testi-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #1A1A2E;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.vigeo-testi-slider .slick-prev {
    left: -20px;
}

.vigeo-testi-slider .slick-next {
    right: -20px;
}

.vigeo-testi-slider .slick-arrow:hover {
    background: #E8A87C;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .vigeo-testi-slider .slick-arrow {
        width: 32px;
        height: 32px;
    }
    .vigeo-testi-slider .slick-prev {
        left: -10px;
    }
    .vigeo-testi-slider .slick-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .vigeo-testimonial-section {
    }
    .vigeo-testi-title {
    }
    .vigeo-testi-item {
    }
}

/* Vigeo Banner CSs */
.breadcumb-wrapper {
    
    display: flex;
    align-items: center;
}
.vigeo-banner-overlay {
    background: linear-gradient(89.8deg, #2A153C 34.96%, rgba(0, 0, 0, 0) 70.86%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 0;
}
.vigeo-discover-blog .vigeo-banner-overlay{
background: linear-gradient(359.27deg, #2A153C 0.63%, rgba(0, 0, 0, 0) 70.57%);

}
.vigeo-banner-wrapper .breadcumb-content {
    padding: 0px 0 0px 0;
}
.vigeo-banner-title {
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    font-size: 65px;
    line-height: 69px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
.vigeo-banner-title span{
    color:#fff;
    font-family: Oooh Baby;
font-weight: 400;
font-size: 65px;
line-height: 69px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;

}
.vigeo-banner-description {
    font-family: Poppins;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
}
.vigeo-banner-right{
    position:relative;
}
.vigeo-banner-right .fluentform {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: var(--e-global-color-7e70ef3);
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
span.span-best {
    font-family: Poppins;
    font-weight: 700;
    color: #545555;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
}
.vigeo-banner-right  .ff-el-group select, .vigeo-banner-right select.ff-el-form-control:not([size]):not([multiple]) , .vigeo-banner-right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 50px;
    border-style:none;
} 
select.ff-el-form-control:not([size]):not([multiple]) {
  
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

select option[value] {
    background: #fff !important;
    color: #545555 !important;
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

}
select option[value=""]{
    display:none;
}
select option[value]:hover , select option[value]:checked, select option[value]:focus, select option[value]:active{
    background: #9F92BF !important;
    color: #fff !important;
}
.vigeo-banner-right  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .vigeo-banner-right .fluentform-widget-wrapper .ff-el-group textarea, 
.vigeo-banner-right .ff-el-group select, 
.vigeo-banner-right  .ff-el-group .select2-container--default .select2-selection--multiple {
    border-radius: 4px 4px 4px 4px;
}
.vigeo-banner-right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.vigeo-banner-right .ff-el-group textarea, 
.vigeo-banner-right  .ff-el-group select {
    text-align: left;
    color:#2a153c;
    padding: 10px 10px 10px 10px;
}
.vigeo-banner-right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.select2-search__field), 
.vigeo-banner-right .ff-el-group textarea, .vigeo-banner-right .ff-el-group select, 
.vigeo-banner-right .ff-el-group .select2-container--default .select2-selection--multiple {
    background-color: var( --e-global-color-dc54f0b );
}


.vigeo-breadcumb {
    padding-bottom: 25px;
    padding-top: 15px;
}
.vigeo-breadcumb .breadcumb-menu li:after {
    content: "\f105";
    top: 1px;
}
.vigeo-breadcumb .breadcumb-menu li, .vigeo-breadcumb .breadcumb-menu a {
    word-break: break-word;
    white-space: normal;
    color: #545555;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.vigeo-breadcumb .breadcumb-menu li:last-child {
    color: #2A153C;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* Retreats Filter CSS */
/* Retreat List Widget */
.vigeo-retreat-title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.vigeo-retreat-section-title {
    font-size: 36px;
    font-weight: 600;
    color: #1A1A2E;
    margin: 0;
}

/* Filter */

/* Vigeo Select */
.vigeo-retreat-section-title {
    color: #2A153C;
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}
.vigeo-retreat-filter {
    background-color: #F9F6FF;
    padding: 20px 20px 40px 20px;
    margin-bottom: 30px;
}
.vigeo-multiselect{
    position:relative;
    width:100%;
}

.vigeo-multiselect-btn{
    width:100%;
    height:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    background-color: #FFFFFF;
    color: #545555;
    border-radius: 8px;
    padding: 16px 15px;
    
}
.vigeo-multiselect .vigeo-multiselect-btn{
  border:1px solid #Fff;
}
.vigeo-multiselect.active .vigeo-multiselect-btn{
    border: 1px solid #2A153C;
}
.vigeo-multiselect .vigeo-multiselect-btn .vigeo-text{
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;
color: #545555;
transition: all 0.3s ease;

}
.vigeo-multiselect.active .vigeo-multiselect-btn .vigeo-text{
font-family: Poppins;
font-weight: 600;
font-style: ;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #2A153C;
transition: all 0.3s ease;
}
.vigeo-multiselect .vigeo-multiselect-btn span img{
    transition: all 0.3s ease;
}
.vigeo-multiselect.active .vigeo-multiselect-btn span img{
    transition: all 0.3s ease;
    transform: rotate(180deg);
}
.vigeo-multiselect-dropdown{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    margin-top:1px;
    background:#fff;
    border:1px solid #2A153C;
    border-radius: 0px 0px 5px 5px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    display:none;
    max-height:250px;
    overflow:auto;
    z-index:999;
}

.vigeo-multiselect.active .vigeo-multiselect-dropdown{
    display:block;
}

.vigeo-option {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 11px 15px;
    cursor: pointer;
}
.vigeo-option.selected{
    background: #9F92BF;
}
.vigeo-option:hover {
    background: #9F92BF;
}
.vigeo-option:hover span{
    color:#fff;
}
.vigeo-option input{
    width:18px;
    height:18px;
}
.vigeo-option span {
    color: #545555;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.vigeo-option.selected span{
    color:#fff;
}
button.vigeo-filter-submit {
    padding: 15px 30px;
    border: 1px solid #9F92BF;
    border-radius: 8px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    height: 60px;
}
.vigeo-pagination-wrap ul.page-numbers {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}
ul.page-numbers li{
    list-style: none;
}
a.page-numbers, span.page-numbers {
    border: 2px solid #9F92BF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-family: Poppins;
    font-weight: 500;
    color: #9F92BF;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
span.page-numbers.current, a.page-numbers:hover {
    border: 1px solid #9F92BF;
    background: #9F92BF;
    color:#fff;
}
/* Select2 Custom Theme */


.vigeo-select2 + .select2-container--vigeo-select2 {
    width: 100% !important;
}

.select2-container--vigeo-select2 .select2-selection--multiple {
    min-height: 46px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 4px 10px;
    transition: border-color 0.3s ease;
}

.select2-container--vigeo-select2 .select2-selection--multiple:focus-within {
    border-color: #E8A87C;
}

.select2-container--vigeo-select2 .select2-selection--multiple .select2-selection__choice {
    background: #E8A87C;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 13px;
}

.select2-container--vigeo-select2 .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF;
    margin-right: 6px;
    font-size: 14px;
}

.select2-container--vigeo-select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #1A1A2E;
}

.select2-container--vigeo-select2 .select2-dropdown {
    border-color: #E5E5E5;
    border-radius: 8px;
}

.select2-container--vigeo-select2 .select2-results__option--highlighted[aria-selected] {
    background: #E8A87C;
}

.select2-container--vigeo-select2 .select2-search__field {
    padding: 6px 0;
}

/* Select2 Placeholder */
.select2-container--vigeo-select2 .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    font-size: 14px;
}

/* Loader */
.vigeo-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.vigeo-loader::before,
.vigeo-loader::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
}

.vigeo-loader::before {
    border-color: #E8A87C;
    opacity: 0.3;
}

.vigeo-loader::after {
    border-top-color: #E8A87C;
    animation: vigeoSpin 0.8s linear infinite;
}

@keyframes vigeoSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Loading State */
.vigeo-retreat-results.vigeo-loading {
    position: relative;
    min-height: 300px;
}

.vigeo-retreat-results.vigeo-loading .vigeo-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vigeo-retreat-results.vigeo-loading .vigeo-retreat-grid {
    opacity: 0.3;
    pointer-events: none;
}

/* Filter Submit Wrap */
.vigeo-filter-submit-wrap {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 100%;
}

.vigeo-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #E5E5E5;
    color: #555;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vigeo-filter-reset:hover {
    background: #D1D5DB;
}

.vigeo-filter-reset i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .vigeo-filter-submit-wrap {
        flex-wrap: wrap;
    }
    
    .select2-container--vigeo-select2 .select2-selection--multiple {
        min-height: 40px;
    }
}

/* Retreat Type */
.vigeo-retreat-image {
    position: relative;
}
.vigeo-retreat-type {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: start;
}
.vigeo-retreat-type span{
        background: #F9F6FF;
    padding: 4px 8px;
    border-radius: 25px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.88px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #2A153C;
    vertical-align: middle;
    min-height:25px;
     display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.vigeo-retreat-type span img{
    margin-top: -3px;
}
.vigeo-retreat-type span.retreat-featured{
    background:#2A153C;
    color:#F9F6FF;
}
/* FAQ CSS */
.vigeo-accordion button.accordion-button {
    font-family: Poppins;
    font-weight: 400;
    color: #545555;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: bottom;
    border: 0px;
    border-bottom: 1px solid #2A153C;
    padding:1rem 0rem;
}

.vigeo-accordion .accordion-collapse {
    border: solid #2A153C;
    border-width: 0 0px 1px 0px;
}

.vigeo-accordion .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #2A153C00;
    background: transparent;
}
.vigeo-accordion .accordion-button:after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../images/icon-plus.svg)');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.vigeo-accordion .accordion-button:not(.collapsed):after{
    background-image: url('../images/icon-minus.svg)');

}


.vigeo-accordion .accordion-button:focus {
    z-index: 3;
    border-color: #2A153C00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0);
}
.vigeo-accordion .accordion-button.collapsed:focus{
border-color: #2A153C;
}

/* Vigeo Blog CSS */
.vs-viego-blog-wrapper {
    width: 100%;
    max-width: 100%;
}

/* Categories Styles */
.vigeo-categories-wrapper {
    background-color: #f7f7f700;
    margin-bottom: 20px;
}

h3.vigeo-categories-heading {
    background: #F9F6FF;
    font-family: Poppins;
    font-weight: 600;
    color: #2A153C;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0%;
    text-transform: capitalize;
    border-bottom: 0px;
    padding: 7px 15px;
    margin-bottom:0px;
}

.vigeo-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vigeo-categories-list li {
    margin-bottom: 5px;
}

a.vigeo-category-item {
    font-family: Poppins;
    font-weight: 400;
    color: #545555;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 15px 15px;
    display:block;
}

.vigeo-category-item:hover {
    color: #fff;
    background-color: #9F92BF;
}

.vigeo-category-item.active {
    color: #fff;
    background-color: #9F92BF;
    font-weight: 600;
}

.category-count {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}
.vigeo-pagination {
    margin-top: 40px;
}
.vigeo-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.vigeo-content{
    position:relative;
    padding: 25px 30px;
    padding-bottom: 15px;
}
.vs-vigeo-blog {
    /* background: #fff; */
    box-shadow: 0px 24px 64px 0px #5C60AB1A;
    border-radius: 5px;
}
.vigeo-image.vigeo-blog-image img {
    border-radius: 5px 5px 0px 0px;
}
.vigeo-blog-meta {
    border-top: 1px solid #9F92BF;
    padding-top: 18px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vigeo-read-time {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #545555;
    border-radius: 80px;
    padding: 2px 13px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0px 4px 4px 0px #655B8C26 !important;
}
