* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Afacad', sans-serif;
    overflow-x: hidden;
    background-color: #ffffff;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(180deg, rgb(193, 235, 226) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 80px 0 60px;
    position: relative;
}

.hero-tag {
    background-color: #eef7ff;
    border-radius: 28px;
    padding: 12px 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-title {
    font-family: 'Anek Bangla', sans-serif;
    font-weight: 600;
    color: #01376a;
    font-size: clamp(32px, 5vw, 65px);
    line-height: 1.4;
    margin-bottom: 30px;
}

.hero-subtitle {
    font-size: 24px;
    color: #006dd3;
    margin-bottom: 30px;
}

.hero-description {
    font-size: 18px;
    color: #002445;
    line-height: 35px;
    margin-bottom: 40px;
}

.cta-button {
    background-color: #00cf7b;
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    padding: 18px 50px;
    border-radius: 13px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.cta-button:hover {
    background-color: #00b56b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 207, 123, 0.3);
}

.predict-btn {
    /* We move the essential positioning styles here from your inline style attribute */
    position: absolute;
    z-index: 2;
    background-color: #08ea9f;
    border: 1px solid #16D194;
    top: 1px;
}

/* Media Query for larger screens (tablets and desktops) */
/* This will apply only when the screen width is 768px or more */
@media (min-width: 768px) {
    .predict-btn {
        /* On larger screens, the button is pushed down by 25px */
        top: 25px;
    }
}

.info-box {
    background-color: #f3fdf9;
    border: 1px solid #00cf7b;
    border-radius: 28px;
    padding: 40px;
    margin-top: 40px;
}

/* Why Choose Us Section */
.why-section {
    padding: 30px 0;
    background-color: #fff;
}

.section-heading {
    font-weight: 600;
    font-size: clamp(36px, 5vw, 80px);
    margin-bottom: 40px;
}

.color-tag {
    color: #006dd3;
}

.why-accordion .accordion-item {
    border: none;
    border: 1px solid #EBEBEB;
    padding: 28px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.why-accordion .accordion-button {
    font-weight: 600;
    font-size: 20px;
    color: #1B1C1D;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.why-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.why-accordion .accordion-body {
    font-size: 16px;
    color: #6B6D70;
    padding-bottom: 0;
    padding-inline: 0;
}

.why-accordion .section-heading {
    font-weight: 600;
    font-size: 80px;
}

.why-accordion .section-heading .color-tag {
    color: #006DD3;
}

.why-section .accordion-button::after {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-position: center;
}

.why-section .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="21" height="13" viewBox="0 0 21 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 10.6396L10.64 1.99965L19.28 10.6396" stroke="black" stroke-width="2.88" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: unset;
}

/* Predictors Section */
.predictors-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgb(193, 235, 226) 0%, rgba(255, 255, 255, 1) 100%);
}

.predictor-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.predictor-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

.predictor-desc {
    font-size: 18px;
    color: #02386a;
    line-height: 30px;
    margin-bottom: 30px;
    opacity: 0.8;
}

.btn-primary-custom {
    background-color: #006dd3;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 40px;
    border-radius: 13px;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn-success-custom {
    background-color: #00cf7b;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 40px;
    border-radius: 13px;
    border: none;
    text-decoration: none;
    display: inline-block;
}

/* Services Section */
.services-section {
    background-color: #006dd3;
    background-size: cover;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/why-Choose-befour.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
}


.services-box {
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    border-radius: 38px;
    padding: 30px 40px;
    margin-top: 40px;
    height: 500px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 17px;
    color: #000000;
    opacity: 0.7;
}

.service-item img {
    width: 21px;
    height: 21px;
    margin-right: 15px;
    margin-top: 3px;
}

.service-title {
    font-weight: 600;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
    text-align: center !important;
}

/* Counselling Services */
.counselling-services {
    background-color: #006dd3;
    padding: 30px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.counselling-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/why-Choose-befour.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
}

/* Admission Services */
.admission-services {
    padding: 80px 0;
}

.admission-box {
    background-color: #f3fdf9;
    border: 1px solid #00cf7b;
    border-radius: 28px;
}

.admission-title {
    font-size: 2.75rem;
    color: #00cf7b;
    margin-top: 20px;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
}

.contact-tag {
    background-color: #f3fdf9;
    border-radius: 37px;
    padding: 8px 25px;
    display: inline-block;
    color: #00cf7b;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-title {
    font-family: 'Anek Bangla', sans-serif;
    font-weight: 600;
    font-size: clamp(40px, 6vw, 80px);
    line-height: 1.2;
    margin-bottom: 30px;
}

.contact-title .green {
    color: #00cf7b;
}

.contact-info-box {
    background-color: #eef7ff;
    border: 1px solid #006dd3;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 15%;
    position: relative;
    top: 22%;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background-color: #006dd3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 30px;
}

.contact-text {
    padding-top: 10px;
    padding-left: 7px;
    font-size: 28px;
    color: #02386a;
    margin: 0;
}

/* Map Section */
.map-section {
    padding: 10px 0;
    background-color: #f8f9fa;
}

.map-wrapper {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.map-box {
    flex: 1.5;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
}

.info-box-map {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-box-map h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
}

.info-box-map p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.view-map-btn {
    display: inline-block;
    background-color: #006dd3;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.view-map-btn:hover {
    background-color: #0056a3;
    color: #ffffff;
}

/* Package Section */
.package-sections {
    padding: 80px 0px 30px 0px;
}

.package-btn {
    background-color: #006dd3;
    color: #ffffff;
    padding: 12px 50px;
    border-radius: 66px;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}

.package-btn:hover {
    background-color: #0056a3;
    color: #ffffff;
    transform: translateX(5px);
}

.custom-checked-list li i {
    color: #12E690;
    /* Your updated green tick color */
    font-size: 1.25rem;
    margin-right: 10px;
    flex-shrink: 0;
    padding-top: 3px;
}

/* Responsive */
@media (max-width: 992px) {
    .map-wrapper {
        flex-direction: column;
    }

    .map-box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 0 30px;
    }

    .why-section,
    .predictors-section,
    .services-section,
    .contact-section,
    .package-section,
    .admission-services {
        padding: 40px 0;
    }

    .predictor-card {
        padding: 30px 20px;
    }

    .info-box {
        padding: 25px;
    }

    .services-box {
        padding: 40px 20px;
        background-color: #ffffff;
        z-index: 1;
        position: relative;
        border-radius: 38px;
        margin-top: 40px;
        height: auto;
    }
}


.dis-6 {
    font-size: 4rem
}

@media (min-width: 768px) {
    .d-md-flexs {
        display: flex !important;
        flex-direction: column;
    }
}

.cen {
    justify-content: center !important;
}

.pre-call-now {
    background-color: #00cf7b !important;
    border: 1px solid #16D194 !important;
    padding-right: 10rem !important;
    padding-left: 10rem !important;
    font-size: 25px !important;
    font-weight: 500 !important;
}

@media (max-width: 768px) {
    .pre-call-now {
        background-color: #00cf7b !important;
        border: 1px solid #16D194 !important;
        padding-right: 4rem !important;
        padding-left: 4rem !important;
        font-size: 18px !important;
        font-weight: 500 !important;
    }
}

.cols-lg-6 {
    flex: 0 0 auto;
    height: 200px;
    gap: 4%;
    display: flex;
    width: 50% !important;
}

@media (max-width: 768px) {
    .cols-lg-6 {
        flex: 0 0 auto;
        height: 200px;
        gap: 4%;
        display: flex;
        width: 50% !important;
        flex-wrap: wrap;
    }
}

.call-mail-sec {
    margin-top: 80px !important;
}

@media (max-width: 768px) {
    .call-mail-sec {
        margin-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-family: 'Anek Bangla', sans-serif;
        font-weight: 600;
        font-size: clamp(40px, 6vw, 80px);
        line-height: 1.2;
        margin-bottom: 0px;
    }
}

.cus-call {
    font-size: 18px;
    color: #02386a;
    line-height: 30px;
    text-align: center;
}

@media(max-width: 768px) {
    .cus-call {
        font-size: 18px;
        color: #02386a;
        line-height: 30px;
        text-align: center;
        margin-top: 130px !important;
    }
}


@media (min-width: 1200px) {
    .fss-4 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .fss-4 {
        font-size: 1rem !important;
    }
}


.pre-titel {
    color: #00cf7b;
    font-size: 32px;
}

.pre-link-btn {
    background-color: #00cf7b !important;
    border-color: #00cf7b !important;
    border-radius: 13px !important;
    padding: 0.6rem 2rem !important;
    width: 270px !important;
    height: 65px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}


.pre-link-btn-2 {
    background-color: #006dd3 !important;
    border-color: #006dd3 !important;
    border-radius: 13px !important;
    padding: 0.6rem 2rem !important;
    width: 270px !important;
    height: 65px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}