/* fonts */
@font-face {
    font-family: 'BogueBold';
    src: url('fonts/Bogue-Font/Bogue\ Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BogueRegular';
    src: url('fonts/Bogue-Font/Bogue\ Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BogueMedium';
    src: url('fonts/Bogue-Font/Bogue\ Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BogueSemibold';
    src: url('fonts/Bogue-Font/Bogue\ Semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'brCobaneBoldItalic';
    src: url('fonts/br-cobane-font-family-1732133571-0/BRCobane-BoldItalic-BF654d96a18bd54.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'brCobaneBold';
    src: url('fonts/br-cobane-font-family-1732133571-0/BRCobane-Bold-BF654d96a1ac1b0.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'brCobaneSemiBold';
    src: url('fonts/br-cobane-font-family-1732133571-0/BRCobane-SemiBold-BF654d96a192119.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'brCobaneMedium';
    src: url('fonts/br-cobane-font-family-1732133571-0/BRCobane-Medium-BF654d96a174b64.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'brCobaneRegular';
    src: url('fonts/br-cobane-font-family-1732133571-0/BRCobane-Regular-BF654d96a1718fa.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'brCobaneThin';
    src: url('fonts/br-cobane-font-family-1732133571-0/BRCobane-Thin-BF654d96a1a12ab.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


/* Mobile-specific adjustments */
@media (max-width: 767px) {
    .navbar-collapse {
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        padding: 10px 0;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        width: 100%;
    }

    .navbar-brand {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }

    .btn-dark {
        width: 100%;
        margin-top: 10px;
    }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

/* Desktop */
@media (min-width: 1025px) {
    .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }
}

body {
    background-color: #f3f1ef;
}

/* Section 1 */
.hero-section {
    padding: 80px 0px;
}

.text-purple {
    color: #5a23a2;
    /*5f2595*/
}

/* section 2  */
.stagnation-section {
    padding: 80px 0px;
}

.image-section img {
    /* width: 70%; */
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.vertical-lines1 {
    position: absolute;
    height: 30%;
    width: 7px;
    background-color: #5b4184;
    /*#5f2595*/
    /* inear-gradient(to bottom, , #8c78e6, #8c78e6); */
    left: 95px;
    border-radius: 5px;
}

.vertical-lines2 {
    position: absolute;
    height: 30%;
    width: 7px;
    background-color: #9578e6;
    /*#9e44f1*/
    left: 95px;
    border-radius: 5px;
}

.swiper {
    /* width: 70%; */
    height: 350px;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 75%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Custom vertical-line pagination */
.swiper-pagination {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 50px;
    background: #8c78e6;
    /* Inactive line color */
    border-radius: 5px;
    opacity: 0.5;
    /* Slightly transparent */
    transition: background 0.3s ease, transform 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #5f2595;
    /* Active line color */
    opacity: 1;
    /* Fully visible */
    transform: scale(1.2);
    /* Slightly enlarge active line */
}

/* section 3 */
.card {
    border: none;
    text-align: center;
}

.btn-green {
    background-color: #00c853;
    color: #000000;
    border: none;
    padding: 15px 50px;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.btn-green:hover {
    background-color: #00a745;
    color: white;
}

.card-img-top {
    width: 400px;
    height: 250px;
    object-fit: cover;
    /* border-radius: 30px; */
}

/* section 4 */
.hero-logo {
    text-align: center;
    border-radius: 10px;
    max-width: 400px;
    padding: 20px;
}

.custom-underline {
    display: inline-block;
    position: relative;
}

.custom-underline::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background-color: #00c853;
    border-radius: 20px;
}

.number {
    background-color: #1eed7a;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-container {
    display: flex;
    justify-content: center;
    /* Centers items horizontally */
    align-items: center;
    /* Centers items vertically */
    gap: 8rem;
    margin: 3rem;
    flex-wrap: wrap;
    text-align: center;
}

.image-card {
    width: 230px;
    height: 230px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    /* Centers the image horizontally */
}


.image-container {
    display: flex;
    justify-content: center;
}

.image-container img {
    max-width: 80%;
    height: auto;
}

.flag-container {
    display: flex;
    justify-content: center;
}

.flag-container img {
    max-width: 100%;
    height: auto;
}

.stacked-images {
    display: flex;
    flex-direction: column;
    /* Ensures images stack vertically */
    align-items: center;
    /* Centers images horizontally */
}

.stacked-images img {
    max-width: 60%;
    height: auto;
    margin-bottom: 10px;
    /* Adds space between images */
}


/* testimonial section */
.testimonial-card-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.testimonial-text {
    font-style: italic;
    color: #333;
    margin-top: 15px;
}

.testimonial-quote {
    width: 80px;
    height: 80px;
    background-color: white;
    padding: 10px
}

.vertical-lines-end1 {
    position: absolute;
    height: 10%;
    width: 7px;
    background-color: #5f2595;
    left: 1300px;
    border-radius: 5px;
}

.vertical-lines-end2 {
    position: absolute;
    height: 10%;
    width: 7px;
    background-color: #8c78e6;
    left: 1300px;
    border-radius: 5px;
}

/* last section */
.sectionLastImage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sectionLastImage {
    display: flex;
    /* Use flexbox */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.sectionLastImage img {
    width: 385px;
    height: 215px;
    /* Set a fixed height to make object-fit work */
    object-fit: cover;
    max-width: 60%;
    display: block;
}


/* Responsive Styles */
/* Mobile Styles */
@media (max-width: 767px) {
    .section-1 {
        order: -1;
    }

    .images-section .image-1 {
        width: 400px;
        height: 400px;
    }

    .hero-section {
        padding: 30px 20px;
    }

    .text-section h1 {
        font-size: 41px;
        text-align: center;
    }

    /* section-2 */
    .stagnation-section {
        padding: 30px 20px;
    }

    .image-section img {
        width: 100%;
        height: auto;
    }

    .vertical-lines {
        left: 50%;
        transform: translateX(-50%);
    }

    /* section-3 */
    .btn-green {
        padding: 15px 20px;
    }

    .btn.btn-green svg {
        width: 18px;
        height: 18px;
    }

    .card-img-top {
        max-width: 345px;
        height: 250px;
        object-fit: cover;
    }

    /* section-4 */
    .container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hero-logo {
        text-align: center;
        border-radius: 10px;
        width: 315px;
        padding: 30px;
    }

    .number {
        background-color: #27d07b;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-container {
        gap: 2rem;
        margin: 2rem;
    }

    .image-card {
        width: 150px;
        height: 150px;
    }

    .flagContain {
        flex-direction: column;
        align-items: center;
    }

    .purpleContainer {
        flex-direction: column;
        align-items: center;
    }

    .vertical-lines-end1 .vertical-lines-end2 {
        left: 50%;
        transform: translateX(-50%);
    }

    /* last section */
    .sectionLastImage img {
        height: 165px;
        max-width: 85%;
    }

    .footer-navs {
        max-height: 120px;
    }

    .footer-image {
        max-width: 250px !important;
    }

}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1020px) {
    .section-1 {
        order: -1;
    }

    .images-section .image-1 {
        width: 500px;
        height: 500px;
    }

    .hero-section {
        padding: 50px 20px;
    }

    .text-section h1 {
        font-size: 69px;
        /* font-size: clamp(2rem, 5vw, 3rem); */
    }

    /* section-2 */
    .stagnation-section {
        padding: 50px 20px;
    }

    .text-md-start {
        text-align: center !important;
    }

    .image-section img {
        width: 70%;
        height: 320px;
    }

    .vertical-lines1 {
        left: 150px;
        height: 25%;
    }

    .vertical-lines2 {
        left: 150px;
        height: 25%;
    }

    /* section-4 */
    .col-lg-5 {
        order: -1;
        /* Move image above text */
    }

    .hero-logo {
        text-align: center;
        border-radius: 10px;
        width: 415px;
        padding: 30px;
    }

    .card-container {
        gap: 3rem;
        margin: 3rem;
    }

    .flag-container img {
        max-width: 75%;
        height: auto;
    }

    .image-container img {
        max-width: 55%;
        height: auto;
    }

    .stacked-images img {
        max-width: 40%;
        height: auto;
        margin-bottom: 10px;
        /* Adds space between images */
    }

    .vertical-lines-end1 .vertical-lines-end2 {
        left: 950px;
    }

    /* last section */
    .sectionLastImage img {
        width: 700px;
        height: 250px;
        max-width: 80%;
    }

    .footer-navs {
        max-height: 120px;
    }

    .footer-image {
        max-width: 250px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1430px) {
    .vertical-lines1 {
        left: 40px;
        height: 25%;
    }

    .vertical-lines2 {
        left: 40px;
        height: 25%;
    }

    /* 3-profile-imgs */
    .card-container {
        gap: 3rem;
        margin: 2rem;
    }

    /* last section */
    .sectionLastImage img {
        width: 385px;
        height: 215px;
        max-width: 80%;
    }
}

/* Desktop and Larger Screens */
@media (min-width: 1025px) {

    /* section-2 */
    .stagnation-section {
        padding: 80px 0px;
    }

    .image-section img {
        width: 75%;
        height: 350px;
    }

    .vertical-lines {
        left: 35px;
    }

    .text-section h1 {
        font-size: 75px;
    }

    .fw-bold.fs-5 {
        font-size: 1.25rem;
    }

    .fs-3 {
        font-size: 2rem;
    }

    .vertical-lines-end1 .vertical-lines-end2 {
        left: 1300px;
    }

    /* last section */
    .sectionLastImage img {
        width: 385px;
        height: 215px;
        max-width: 60%;
    }
}