/* .main-pte {
    background-image: url(../img/b_pet.png);
    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;
    background-position: 100%;
}

.main-abroad {
    background-image: url(../img/b_abrod.png);
    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;
} */

.hero-wrap {
    position: relative;
    overflow: hidden;
    /* border-bottom: 1px solid rgba(15, 23, 42, .06); */
}
/* .main-abroad {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(105deg, rgba(98, 79, 194, 0.85), rgba(2, 6, 23, 0)),
    url("../img/b_abrod.png") center/cover no-repeat;
} */

.main-pte {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(105deg, rgba(98, 79, 194, 0.85), rgba(2, 6, 23, 0)),
    url("../img/b_pet.png") center/cover no-repeat;
}

.main-abroad::before, .main-pte::before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(900px 520px at 18% 18%, rgba(13, 110, 253, .35), transparent 60%),
        radial-gradient(900px 520px at 78% 22%, rgba(255, 193, 7, .25), transparent 60%);
    mix-blend-mode: screen;
    opacity: .8;
    pointer-events: none;
}

/* .main-abroad::after, .main-pte::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, rgba(248, 250, 252, 0.548));
    pointer-events: none;
} */


.overview-section {
    padding: 4rem 2rem;
}

.overview-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 1rem;
}

.overview-images img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.icon-s-1 li i {
    color: var(--blue)
}

/* ------- */
.section {
    padding: 4rem 2rem;
}

/* .section h2 {
    font-weight: 600;
    font-size: 2rem;
} */

.section p {
    /* font-size: 1.1rem;
    line-height: 1.8; */
    margin-top: 1rem;
}

.section img {
    width: 100%;
    border-radius: 5px;
}

.btn-red {
    background-color: #d8262c;
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
}

.btn-red:hover {
    background-color: #b31f24;
}

/* ========== */
.testimonial-card {
    background-color: #f0f0f0;
    padding: 2rem;
    border-radius: 5px;
    height: 100%;
}

/* .testimonial-card p {
    font-size: 1.05rem;
    line-height: 1.8;
} */

.testimonial-img {
    width: 100%;
    border-radius: 3px;
    margin-top: 1.5rem;
}

.testimonial-name {
    font-style: italic;
    margin-top: 0.5rem;
}

/* ------------------ */
.contact-section {
    background-color: var(--bg-gab);
    padding: 4rem 2rem;
}

.contact-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.contact-info p {
    /* font-size: 1.1rem; */
    margin-bottom: 1.5rem;
}

/* .contact-info span {
    font-weight: 600;
    display: inline-block;
    width: 120px;
} */

.social-icons a {
    font-size: 1.5rem;
    color: #000;
    margin-right: 1rem;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #444;
}

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


/* ----------- */
.consult-section {
    background-color: var(--bg-gab);
    padding: 4rem 2rem;
}

.consult-title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.consult-info p {
    /* font-size: 1.1rem; */
    margin-bottom: 1.2rem;
}

/* .consult-info span {
    font-weight: 600;
    display: inline-block;
    width: 120px;
} */

a {
    /* color: black; */
    text-decoration: underline;
}

.consult-logo {
    width: 220px;
    max-width: 100%;
}



.card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.bottom-line {
    width: 50%;
    border-bottom: 5px solid var(--blue);
    /* greenish divider line */
    transition: width 0.4s ease;
}

/* Hover effect: border expands */
.card:hover .bottom-line {
    width: 100%;
}

.card-title-2 a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 700;
}

.card-title-2 a:hover {
    text-decoration: underline;
}

.card-text {
    color: #333;
}



.future-section {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #990033; */
    background-image: url(../img/bg-footer.png);
    /* maroon */
    color: white;
    align-items: stretch;
    background-position: 50%;
    box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16), 0 .1875rem .375rem rgba(0, 0, 0, .23);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.future-text {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.future-text h1 {
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.future-text a {
    text-transform: uppercase;
}

.future-text p {
    /* font-size: 1.05rem;
    line-height: 1.7; */
    margin-bottom: 20px;
}

.apply-btn {
    background: #fff;
    color: #000;
    font-weight: 700;
    border: none;
    padding: 15px 35px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.apply-btn:hover {
    background: var(--bg-gab);
    color: #000;
}

.future-image {
    flex: 1;
    /* background: url('https://images.pexels.com/photos/6237955/pexels-photo-6237955.jpeg') center/cover no-repeat; */
    min-height: 400px;
    padding: 20px;
    background-size: cover;
    transition: transform 0.4s ease;

}

.future-image:hover {
    transform: scale(1.05);

}

@media (max-width: 992px) {
    .future-section {
        flex-direction: column;
    }

    .future-image {
        order: -1;
        height: 300px;
    }

    .future-text {
        padding: 50px 30px;
    }
}

.slider-container {
    width: 100%;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url('../img/bg-footer.png');
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 50%;
}

.controls i {
    transition: 0.3s;
    cursor: pointer;
}

.controls i.disabled {
    opacity: 0.4;
    /* Fade effect */
    color: #9b9696;
    /* Light grey background */
    cursor: not-allowed;
    /* Show forbidden cursor */
    pointer-events: none;
    /* Disable click/touch */
}

.slider-wrapper {
    display: flex;
    transition: all 0.6s ease;
    width: 100%;
}

.slide {
    min-width: 100%;
    text-align: center;
    color: #fff;
    /* padding: 10px; */
}

.slide img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #fff;
}

.testimonial-text {
    font-size: 19px;
    max-width: 1200px;
    margin: 0 auto 10px;
}

.client-name {
    font-size: 14px;
    opacity: 0.8;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.arrow {
    cursor: pointer;
    font-size: 22px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: 0.3s;
}

.arrow:hover {
    background: #ddd;
    color: #000;
}

.counter {
    font-size: 14px;
    color: #333;
}

@media (max-width: 768px) {
    .testimonial-text {
        font-size: 16px;
        padding: 0 20px;
    }

    .slider-container {
        padding: 50px 0;
    }
}

.abroad,
.abroad-2 {
    background-color: var(--grey);
    height: 250px;
    transition: transform 0.3s ease;
    display: flex;
    margin: auto;
    overflow: hidden;
}

.abroad:hover,
.abroad-2:hover {
    /* transform: translateY(-5px); */
}

.abroad img {
    /* clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    overflow: hidden;
    /* height: 250px; */
}

.abroad-2 img {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    overflow: hidden;
    /* height: 250px; */
}

@media (max-width: 768px) {

    .abroad,
    .abroad-2 {
        /* flex-direction: column; */
        /* height: 400px; */
        height: auto;
    }

    .abroad img {
        clip-path: none;
        /* height: 400px; */
    }

    .abroad-2 img {
        clip-path: none;
        /* height: 400px; */
    }
}

/*  */
.custom-list {
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-list .list-group-item {
    background-color: var(--white);
    border: none;
    border-bottom: 1px solid #e5ecf5;
    color: var(--blue);
    font-weight: 600;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 0;

}

.custom-list .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.custom-list .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

.custom-list .list-group-item.active {
    background-color: var(--blue);
    color: #fff;
}

.custom-list .list-group-item:hover {
    background-color: var(--blue);
    color: #fff;
    transition: background-color 0.3s;
}


/* .custom-list .arrow {
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.custom-list .list-group-item.active .arrow {
  transform: translateX(3px);
} */

.main-content img {
    width: 100%;
    height: 28rem;
    object-fit: cover;
}

.main-content ul li {
    list-style-type: disc;
    /* or circle, square, decimal, etc. */
}

ul.main-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

ul.main-ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    line-height: 1.6;
    font-size: 16px;
    list-style: none;
}

ul.main-ul li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: var(--blue);
    /* blue arrow */
    font-weight: bold;
}


/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .main-pte,
    .main-abroad {
        width: 100%;
        background-position: 85%;
        height: 31rem;
        position: relative;
        top: 0;
    }

    .slide-text {
        left: 35%;
    }

}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .main-pte,
    .main-abroad {
        width: 100%;
        /* background-position: 85%; */
        height: 31rem;
        position: relative;
        top: 0;
    }

    .slide-text {
        left: 35%;
    }

}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .main-pte,
    .main-abroad {
        width: 100%;
        background-position: 25%;
        height: 31rem;
        position: relative;
        top: 0;
    }


}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .main-pte,
    .main-abroad {
        width: 100%;
        /* background-position: 85%; */
        height: 31rem;
        position: relative;
        top: 0;
    }
}


/* `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... } */