@font-face {
    font-family: 'GE SS Two';
    src: url('/fonts/GE SS Two Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    unicode-range: U+0000-002F, U+003A-0040, U+0041-005A, U+0061-007A, U+00A0-00FF, U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+2000-206F, U+2100-214F, U+2190-21FF, U+2600-26FF, U+1F300-1F5FF; /* All Unicode ranges except numbers */
}

@font-face {
    font-family: 'GE SS Two';
    src: url('/fonts/GE SS Two Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0000-002F, U+003A-0040, U+0041-005A, U+0061-007A, U+00A0-00FF, U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+2000-206F, U+2100-214F, U+2190-21FF, U+2600-26FF, U+1F300-1F5FF; /* All Unicode ranges except numbers */
}

@font-face {
    font-family: 'GE SS Two';
    src: url('/fonts/GE SS Two Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0000-002F, U+003A-0040, U+0041-005A, U+0061-007A, U+00A0-00FF, U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+2000-206F, U+2100-214F, U+2190-21FF, U+2600-26FF, U+1F300-1F5FF; /* All Unicode ranges except numbers */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}

/* Header  */
.background-overlay {
    background:  linear-gradient(to right, rgba(0, 37, 92, 100), rgba(255, 255, 255, 0)),
            var(--carousel-bg) no-repeat center center;
    background-size: cover;
    color: white;
    margin: 0;
    padding: 0;
    height: 860px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

[dir="rtl"] .background-overlay {
    background:  linear-gradient(to left, rgba(0, 37, 92, 100), rgba(255, 255, 255, 0)),
    var(--carousel-bg) no-repeat center center;
    background-size: cover;
}

.bordered-image {
    border-bottom-left-radius: 120px;
}


/*background: linear-gradient(to right, rgba(0, 37, 92, 0.685), rgba(255, 255, 255, 0));*/
.h-bg-50 {
    height: 560px;
}

.logo svg {
    width: 70px;
    height: 70px;
    margin-right: 40px;
}

.navbar {
    position: relative;
    z-index: 3;
}

.navbar-collapse {
    display: flex;
    justify-content: space-around;
}

.nav-link {
    color: white;
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link.active {
    color: #05C9B1;
    border-bottom: 2px solid #05C9B1;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #05C9B1;

}

.offcanvas-title p{
    color: #05C9B1;
}
.offcanvas-body .navbar-nav .nav-link{
    color: #1A335D;
}
.offcanvas-body .navbar-nav .nav-item .nav-link.active{
    color: #05C9B1;
    border:none;

}

/* Carousel */
.hero-section::before {
    content: '';
    background: url('../../assets/images/background.png') no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.hero-section .container {
    position: absolute;
    z-index: 2;
}

.text-highlight {
    color: #05C9B1;
    font-size: 4rem;
    font-weight: bold;
    /* Added shadow */
}

.hero-section h1 {

    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    /* Added shadow */
}

.lead {
    font-size: 2rem;
    color: #f8f9fa;
    font-weight: bold;

}

.description {
    max-width: 700px;
    color: white;
    font-weight: 500;
}

/* Buttons */
.buttons {
    padding-top: 16px;
}

.buttons a:nth-child(2) {
    margin-left: 25px;
}


.badges svg {
    width: 80px;
}

.badges svg:nth-child(2) {
    margin-left: 22px;
    color: #e3e3e3;
}

/* Responsive adjustments */
/* 
@media (min-width: 576px) and (max-width: 770px) {
    .background-overlay{
        height: 110vh;
    }
    .lead {
        font-size: 1.2rem;
    }

    .btn {
        font-size: 0.9rem;
    }

    .badges img {
        width: 60px;
    }

}
@media (max-width: 576px) {
    .background-overlay{
        height: 110vh;
    }
}


 */




/* Extra small devices (phones, portrait, less than 576px) */
@media (max-width: 575.98px) {
    .background-overlay {
        height: 920px;
    }

    .lead {
        font-size: 1.2rem;
    }

    .btn {
        font-size: 0.9rem;
    }

    .buttons a:nth-child(2) {
        margin-left: 0;
    }

    .badges img {
        width: 102px;
        height: 102px;
    }

}

/* Aboutus */

.about-us {
    margin-bottom: 10%;
}

.about-h2 {
    color: #1A335D;
    font-weight: bolder;
}


.subtitle {
    font-weight: bolder;
    color: #05C9B1;

}

.text-teal {
    color: #05C9B1;
}

.about-mission-vision {
    padding-top: 2%;
}

.home-header-about{
    color: #1A335D;
    font-weight: bolder;
}

.about-mission-vision h6 {
    color: #1A335D;
    font-weight: bolder;
}

.about-desc {
    padding-top: 10px;
}

.split-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    gap: 15px;
    /* Adds space between sections */
    position: relative;
}


.split-card .split-field {
    background-color: white;
    position: relative;
    overflow: visible;
}

.split-field-bg1 {
    background-image: url('https://cdn.entoneyosway.com/aboutus-03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.split-field-bg2 {
    background-image: url('https://cdn.entoneyosway.com/aboutus-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.split-field-bg3 {
    background-image: url('https://cdn.entoneyosway.com/aboutus-04.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.bg-24 {
    height: 24px;
}

.split-slice {
    border: 0;
    border-radius: 0px 20px 20px 0px;
}

.bg-primary {
    background-color: #1A335D !important;
}

.bg-secondary {
    background-color: #05C9B1 !important;
}

.corner-square {
    width: 16px;
    height: 16px;
    background-color: #05C9B1 !important;
}

.corner-square-lg {
    width: 32px;
    height: 32px;
}

.top-right-square-lg {
    top:-16px;
    right:-16px;
}

.top-right-square-sm {
    top:-8px;
    right:-8px;
}

/* Top-left should take column 1 and all 5 rows */
.top-left {
    grid-column: 1 / 2;         /* Stays in the first column */
    grid-row: 1 / 5;            /* Spans all 5 rows */
    border-top-left-radius: 50px;
}

/* Top-right should take column 2 and only the first row */
.top-right {
    grid-column: 2 / 3;         /* Takes only the second column */
    grid-row: 1 / 3;            /* Only occupies the first row */
    border-bottom-right-radius: 50px;
}

/* Bottom should take column 2 and rows 2 through 5 */
.bottom-right {
    grid-column: 2 / 3;         /* Stays in the second column */
    grid-row: 3 / 6;            /* Spans rows 2 through 5 */
    border-bottom-left-radius: 50px;
}




/*  Count Section  */
.stat-section {
    position: relative;
    background-color: #1A335D;
    background-size: cover;
    border-radius: 70px;
    z-index: 3;
    overflow: hidden;
    padding: 30px 3rem 30px 3rem;
}

.stat-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://cdn.entoneyosway.com/Asset 6.png') no-repeat center center fixed;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.stat-item-number {
    position: relative;
    z-index: 3;
    font-size: 1.5rem;
    font-weight: bold;
}

.stat-item small {
    font-weight: bold;
    color: white;
}

.iconcount {
    background-color: white;
    border-radius: 50%;
}

.iconcount svg {
    position: relative;
    z-index: 3;
    width: 80px;
    height: 80px;
    padding: 20px;
}

.stat-card {
    width: 100%;
    max-width: 250px;
    /* Set a max-width to keep the items from being too wide on larger screens */
    /* Add space between cards for smaller screens */
    text-align: center;
}

@media (max-width: 576px) {
    .stat-section {
        padding: 20px;
    }

    .stat-item-number {
        font-size: 1.2rem;
    }

    .iconcount svg {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
}


/* Course */
.course {
    position: relative;

}

.course-overlay, .course-overlay-slice {
    content: '';
    background: url("https://cdn.entoneyosway.com/Asset 2.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    overflow: visible;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.40;
    z-index: 1;
    height: 100px;
    width: 100%;
}

.course-overlay-slice {
    height: 200px;
}

.pillar-item:nth-child(odd) .course-overlay-slice {
    content: '';
    background: url("https://cdn.entoneyosway.com/white_pattern_small_1.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    overflow: visible;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.40;
    z-index: 1;
    height: 200px;
    width: 100%;
}


.course-header h3 {
    color: #114682;
    font-size: 35px;
    font-weight: bold;
}

.course-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.border-bottom-radius-0 {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.badge-container {
    position: absolute;
    z-index: 2;
}

.course-badge {
    z-index: 1;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    position: relative;
}

.duration-badge {
    background-color: #1A335D;
    color: #fff;
}

.warning-badge {
    background-color: #05C9B1;
    color: #fff;
}


.course-image {
    height: 300px;
    object-fit: cover;
    opacity: 0.8;
}

.card-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #021e42;
    margin-top: 10px;
}

.course-details {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dashed #05C9B155;
}

.border-bottom-dashed {
    border-bottom: 2px dashed #05C9B155;
}

.course-details p strong {
    font-weight: bold;
    color: #05C9B1;
}

.course-details p {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #444;
    font-weight: bold;
    text-align: center;

}

.course-features {
    display: flex;
}

.fs-11 {
    font-size: 11px;
}

.course-features p {
    font-size: 0.9rem;
    color: #444;
    padding-top: 20px;
}

.course-features i {
    border: 2px solid #05C9B1;
    color: black;
    margin-right: 5px;
    border-radius: 5px;
}

.course-footer {
    display: flex;
    justify-content: space-between;
}

.course-price {
    color: #03B9A7;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 10px 0;
}
@media (max-width: 993px) and (min-width: 766px) {

    .course-price {
        font-size: 15px;
    }
    .course-footer .button{
     width:150px;

    }

}


/* Team  */
.featured-teachers {
    background-image: url('https://cdn.entoneyosway.com/team-bg.jpg');
    /* Set background image */
    background-size: cover;
    min-height: 720px;
    background-position: center;
    color: #fff;
    /* Text color */
    position: relative;
    z-index: 1;
}

#team-select{
    border: none;
    color: #05C9B1;
    font-size: 20px;
}
.featured-teachers::before {
    content: '';
    background: url("https://cdn.entoneyosway.com/Asset 2.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: 0;
}

.featured-teachers h2 {
    font-weight: bold;
}

.paragraph {
    max-width: 700px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.team-title{
    color:#1A335D;
    font-weight: bolder;
}

.team-desc{
    max-width: 900px;
    color: black;
}

.featured-teachers .card {
    position: relative;
    width: 200px;
    height: 450px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.525);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

.featured-teachers .card:hover {
    transform: scale(1.05);
}


.background-image {
    width: 400px;
    height: auto;
    object-fit: cover;
    filter: grayscale(25%);
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.featured-teachers .card:hover .background-image {
    filter: grayscale(0%);
    transform: scale(1.1);
}


    .featured-teachers .card-team {
        position: relative;
        width: 200px;
        height: 400px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.525);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease-in-out;
    }
    .card-team .background-image {
        filter: grayscale(0%);
    }

.overlay {
    position: absolute;
    bottom: -7%;
    width: 110%;
    height: 125px;
    background-color: #05C9B1;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
    transition: bottom 0.5s ease;
}

.overlay .card-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.overlay .card-content .icon {
    font-size: 24px;
    position: absolute;
    top: -25%;
    cursor: pointer;
}

.overlay .card-content .social-icons {
    display: none;
    position: absolute;
    bottom: 80%;
    transform: translateY(-10px);
    background-color: #fff;
    padding: 5px;
    /* border-radius: 8px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.overlay .card-content .social-icons a {
    display: inline-block;
    color: #05C9B1;
    font-size: 18px;
    text-decoration: none;
}

.overlay .card-content .social-icons::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.overlay .card-content .icon:hover .social-icons {
    display: block;
}

.featured-teachers .card:hover .overlay {
    background-color: #114682;
    /* Darker background on hover */
}

.featured-teachers .card:hover .icon {
    background-color: #05C9B1;
    color: white;
}

.card-content h3,
.card-content p {
    margin: 5px 0;
}

.icon {
    background-color: white;
    color: teal;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}

.icon i {
    font-size: 20px;
}

/* Working Strategy */


.work-strategy-upper-border {
    border: 5px solid #1A335D;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.work-strategy-bottom-border {
    border: 5px dashed #1A335D;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.upper-active {
    border: 7px dashed #05C9B1;
}

.bottom-active {
    border: 7px solid #05C9B1;
}




@media (min-width: 992px) and (max-width: 1199px) {
    .work-strategy-title-container p {
        font-size: 12px;
    }
}


.work-strategy-inner.active {
    background-color: #05C9B1;
    color: white;
}

.work-strategy-inner {
    background-color: rgba(241, 239, 239, 0.492);
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.ws-upper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ws-bottom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.startegy-header h4 {
    color: #05C9B1;
    font-size: 2rem;
}

.work-line {
    width: 10px;
    background-color: #1A335D;
}

.work-line.active {
    width: 10px;
    background-color: #05C9B1;
}

.icon-box {
    background: #1A335D;
    color: white;
}

.icon-box.active {
    background: white;
    color: #1A335D;
}

.icon-box.teal {
    background: #05C9B1;
    color: white;
}


.icon-box svg {
    width: 40px;
    height: 40px;

}

.icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    font-size: 2rem;
}

.arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3%;
}

.arrow-container svg {
    overflow: visible;
}


@media (max-width: 768px) {
    .arrow-vertical .arrow {
        transform: rotate(90deg);
        margin-top: 20px;
        transform-origin: center;
    }
    .startegy-header h2{
        text-align: left;
    }
}

/* Join us */
.segment-container {
    background:  linear-gradient(to right, rgba(0, 37, 92, 100), rgba(255, 255, 255, 0)),
    url('https://cdn.entoneyosway.com/joinus.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 480px;
    color: #ffffff;
}

.segment-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 37, 92, 0.685), rgba(255, 255, 255, 0));
}

.segment-content {
    margin: auto;
    position: relative;
    z-index: 2;
}

.segment-content h1 {
    font-weight: bold;
}

.segment-content p {
    font-size: 25px;
    font-weight: bold;
}

.segment-content p span {
    color: #05C9B1;
    font-weight: bold;
}


/* Footer  */
.footer {
    background-color: #1A335D;
    color: white;
    padding: 40px 0;
 bottom: 0;
}

.footer .logo-text {
    display: flex;
    align-items: center;
}

.footer .footer-logo svg {
    width: 240px;
    height: 70px;
}

.footer .title-footer {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.footer .subtitle {
    font-size: 15px;
    color: #fff;
}

.footer .contact-info p {
    margin: 5px 0;
    color: #5ee4c5; /* Adjust color as per your branding */
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer .contact-info p i {
    color: #5ee4c5;
}

.footer .contact-info p,
.footer .quick-links a,
.footer .subscribe {
    color: #fff;
    text-decoration: none;
}

.contact-info i {
    color: #05C9B1;
}

.footer .quick-links h6 {
    color: #05C9B1;
    padding-bottom: 15px;
}

.footer .subscribe input {
    border-radius: 10px 0 0 10px;
    border: none;
    padding: 10px;
    width: 100%;
}

.footer .subscribe button {
    border-radius: 0 10px 10px 0;
    padding: 10px 20px;
    border: none;
    background-color: #00bfbf;
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #334a6f;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 768px) {

    .map-container-span::before {
        display:none;
    }

    .footer .quick-links {
        margin-bottom: 15px;
    }

    .footer .subscribe {
        flex-direction: column;
    }

    .footer .subscribe input {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .footer .subscribe button {
        border-radius: 10px;
    }
}



/* Component Button   */
.button {
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    background-color: var(--button-bg);
    border: none;
    color: var(--color);
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
    overflow: hidden;
    position: relative;
    padding:0;
}

.button:hover {
    background-color: var(--button-hover-bg);
    color: var(--color-text, #000000);
}

.button .title {
    margin: auto;
    text-align: center;
}

[dir="ltr"] .button .title {
    padding-left: 40px;
}

[dir="rtl"] .button .title {
    padding-right: 40px;
}

.button-icon {
    display: inline-flex;
    background-color: #28e6ba;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.3s ease;
}

[dir="ltr"] .button-icon {
    margin-left: 30px;
}

[dir="rtl"] .button-icon {
    margin-right: 30px;
}

.button:hover .button-icon {
    background-color: #05C9B1;
}

.button-icon i {
    width: 16px;
    height: 16px;
    fill: white;
    transition: transform 0.3s;
}

.button-icon:hover svg {
    transform: translateX(5px);
}

/*  About Page  */



.section-about h2,
.section-about h3 {
    font-size: 2rem;
    font-weight: bolder;
    color: #1A335D;
}


.accent {
    width: 25px;
    height: 5px;
    background-color: #00b3a4;
    margin-top: 10px;
}

/* Image Wrappers */
.image-wrapper,
.image-wrapper-bottom {
    position: relative;
    display: inline-block;
}

.image-wrapper img {
    border-top-left-radius: 100px;
    height: 400px;
    object-fit: cover;
}

.image-wrapper-bottom img {
    border-top-right-radius: 120px;
    height:400px;
    object-fit: cover;
}

/* Square Overlays */
.square {
    width: 30px;
    height: 30px;
    background-color: #00b3a4;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: 1;
}

.square-bottom {
    width: 30px;
    height: 30px;
    background-color: #00b3a4;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    z-index: 1;
}

.accordion-button {
    font-size: 1rem;
    font-weight: bolder;
}

.accordion-button:not(.collapsed) {
    background-color: #1a3c75;
    color: white !important;
}

.accordion-button.collapsed {
    background-color: #00b3a4;
    color: white;
}

.accordion-button.text-black.collapsed {
    background-color: white;
}

.accordion-item {
    margin-bottom: 10px;
}


/* Course in page */
    .course-bg::before{
        content: '';
        background: url('../../../assets/images/background.png') no-repeat center center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }
    .course-card-page {
        background-color: #19b3a6;
        color: #fff;
        padding: 20px;
        border-radius: 10px;
        max-width: 350px;
        min-height:700px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .course-card-page img {
        width: 100%;
        height: auto; /* Set to auto for responsive height */
        max-height: 200px; /* Adjust as per design */
        border-radius: 8px;
        background-color: #d3d3d3;
    }

    .course-info-title {
        font-size: 1.1rem;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

.course-title{
    color:#1A335D;
    font-weight: bolder;
}

.course-desc{
    max-width: 900px;
    color: black;
}
    .price {
        font-size: 1rem;
        color: #fff;
    }
    .info-section {
        display: flex;
        margin-bottom: auto;
        justify-content: space-between;
    }
    .info-section h2{

        font-size: 1.125rem;
    }
    .info-section span{
        margin:30px;
        font-size: 1.2rem;

    }
    .btn-buy {
        background-color: #1a3b66;
        color: #fff;
        padding: 12px; /* Increased padding for better styling */
        border: none;
        border-radius: 5px;
        width: 100%;
        font-weight: bold;
        margin-top: 15px;
    }

    .btn-buy:hover {
        background-color: #fff;
        color: #19b3a6;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .stars i{
        color: orange;
        font-size: 1.5rem;

    }
    .course-info-details{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        font-weight: bolder;
    }

    .course-info-details .row {
        font-size: 0.9rem;
    }
    .tab-content h5{
        font-weight: bolder;
        color: #1a3b66;
        font-size: 1.5rem;
    }

    .tab-content p{
        max-width: 800px;
    }

    .nav-item:hover {
        color:white;
    }

.nav-link:hover {
    color:white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:focus {
    border: none;
    border-bottom: 2px solid #05C9B1;
}

.nav-tabs .nav-link {
    border:none;
    border-bottom: 1px solid var(--bs-border-color);
}
.nav-link {
    border: none;
    color: white;
}



.nav-tabs .nav-item button {
    color: rgba(0,0,0,0.3) !important;
}


.nav-tabs .nav-item .nav-link.active {
    color: #1A335D !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #05C9B1;
}

/*.tabs .nav-link.active {*/
/*    color: #1A335D;*/
/*    border-radius: 5px;*/
/*    !*background-color: #1A335D;*!*/
/*    color: #1A335D;*/
/*    border: none;*/
/*    border-bottom: 2px dashed #05C9B1;*/
/*}*/
    @media (max-width: 768px) {
        .course-card-page {
            max-width: 90%;
            padding: 15px;
        }
        .info-section  {
            display: flex;
            justify-content: space-around;
        }

        .info-section h2 {
         font-size: 1rem;
        }

        .course-info-details .row {
            font-size: 0.85rem; /* Adjust font-size for smaller screens */
        }
    }

    /* Service  */
    .service-title{
        color:#1A335D;
        font-weight: bolder;
    }


.background-page,.background-page-hidden {
    background-image:none;
    background-size: cover;
    min-height: 720px;
    background-position: center;
    /* Text color */
    position: relative;
    z-index: 1;
}

.background-page-hidden {
    z-index: 0;
}

.background-page::before, .background-page-hidden::before {
    content: '';
    background: url("https://cdn.entoneyosway.com/Asset 2.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: -1;
}

    .service-desc{
        max-width: 900px;
    }
    .custom-card {
        text-align: center;
        padding: 30px 20px;
        background-color:rgb(232, 230, 230);
        color: #333;
        transition: transform 0.3s ease;

    }

    .custom-card:hover {
        transform: scale(1.05) translateY(-10px);
        background-color: #1A335D;
    }

    .custom-card:hover .card-title-service {
        color: #ffffff;
    }

    .custom-card:hover .card-body {
        color: #ffffff;
    }
    .custom-card:hover .button {
        background-color: #05C9B1;
        color: #000000;
    }
    .card-title-service {
        font-size: 1.2rem;
        color:#1A335D;
        font-weight: bold;
    }
    .card-body:not(.skip-size) {
        font-size: 0.9rem;
        color: #666;
    }
    .icon-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 1.5rem;
        color: #00796b;
        position: relative;
        z-index: 3;
        width: 80px;
        height: 80px;
        background-color: #05C9B1;
        border-radius: 50%;
        padding: 20px;
    }
    .icon-circle::before {
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        border: 2px dashed #1A335D;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .custom-card:hover .icon-circle::before {
        border-color: #ffffff;
    }

    /* Component Button   */
    .button {
        display: inline-flex;
        align-items: center;
        text-align: center;
        font-size: 16px;
        background-color: var(--button-bg);
        border: none;
        color: var(--color);
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.3s;
        overflow: hidden;
        position: relative;
    }

    .button:hover a{
        background-color: var(--button-hover-bg);
        color: var(--color-text,#000000);
    }
    .button .title {
        margin: auto;
        text-align: center;
    }

    .button-icon {
        display: inline-flex;
        background-color: #28e6ba;
        border-radius: 50%;
        padding: 15px;
        transition: all 0.3s ease;
    }

    .button:hover .button-icon {
        background-color: #05C9B1;
    }
    .button-icon svg {
        width: 16px;
        height: 16px;
        fill: white;
        transition: transform 0.3s;
    }
    .button-icon:hover svg {
        transform: translateX(5px);
    }


    [dir="ltr"] .fa-chevron-right::before {
    content: "\f054";
}

[dir="rtl"] .fa-chevron-right::before {
    content: "\f053";
}

.g-6,
.gy-6 {
    --bs-gutter-y: 6rem;
}

.py-6 {
    padding-top: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

/* Fade-down animation */
.fade-down {
    animation: fadeDown 1s ease forwards;
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade-right animation */
[dir="ltr"] .fade-right {
    animation: fadeRight 1s ease forwards;
    animation-delay: 0.2s; /* Starts after fade-down completes */
}

[dir="rtl"] .fade-right {
    animation: fadeLeft 1s ease forwards;
    animation-delay: 0.2s; /* Starts after fade-down completes */
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade-left animation */
[dir="ltr"] .fade-left {
    animation: fadeLeft 1s ease forwards;
    animation-delay: 0.6s; /* Starts after fade-right completes */
}

[dir="rtl"] .fade-left {
    animation: fadeRight 1s ease forwards;
    animation-delay: 0.6s;
}

/* Fade-left animation */
[dir="ltr"] .fade-left-slow {
    animation: fadeLeft 1s ease forwards;
    animation-delay: 0.9s; /* Starts after fade-right completes */
}

[dir="rtl"] .fade-left-slow {
    animation: fadeRight 1s ease forwards;
    animation-delay: 0.9s;
}

/* Fade-left animation */
[dir="ltr"] .fade-left-slower {
    animation: fadeLeft 1s ease forwards;
    animation-delay: 1.2s; /* Starts after fade-right completes */
}

[dir="rtl"] .fade-left-slower {
    animation: fadeRight 1s ease forwards;
    animation-delay: 1.2s;
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade-up animation */
.fade-up {
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.9s; /* Starts after fade-left completes */
}

.fade-up-slow {
    animation: fadeUp 1s ease forwards;
    animation-delay: 1.2s; /* Starts after fade-left completes */
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden {
    opacity: 0;
}

/* Fade-in animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* When in view */
.in-view {
    opacity: 1;
    transform: translateY(0);
}

.p-2-5 {
    padding: 0.125rem !important;
}

.z-index-2 {
    z-index: 2;
}

.lang svg {
    width: 32px;
    height: 32px;
}

    /* Loader screen styling */
    .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1A335D;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        opacity: 1;
        transition: opacity 0.5s ease; /* Fade-out effect */
    }

    /* Fade out when finished */
    .loader.fade-out {
        opacity: 0;
        pointer-events: none; /* Prevents interactions once faded out */
    }

    /* Spinner or loading animation (optional styling) */
    .spinner {
        width: 40px;
        height: 40px;
        animation: spin 2s ease 0s infinite normal forwards;
    }


@keyframes spin {
    0%,
    100% {
        transform: translateY(0) rotate(0);
        transform-origin: 50% 50%;
    }

    15% {
        transform: translateY(-30px) rotate(-6deg);
    }

    30% {
        transform: translateY(15px) rotate(6deg);
    }

    45% {
        transform: translateY(-15px) rotate(-3.6deg);
    }

    60% {
        transform: translateY(9px) rotate(2.4deg);
    }

    75% {
        transform: translateY(-6px) rotate(-1.2deg);
    }
}

    /* CSS for disabling scrolling */
    .no-scroll {
        overflow: hidden;
    }

.d-flex.col-12.col-md-4.px-0.align-items-center {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center; /* Centers the box horizontally */
}

.squared-box {
    width: 100%; /* Ensures it fills the column width */
    aspect-ratio: 1 / 1; /* Maintains a 1:1 aspect ratio */
    position: relative;
}

.squared-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    height: 100%;
    padding: 30px;
}

.squared-container-top-navy {
    /*position: absolute;*/
    width:100%;
    height:calc(50% + 3px);
    top:0;
    border: 6px solid #1A335D;
    border-bottom: none;
    border-radius: 30px 30px 0px 0px;
    z-index: 10; /* Make sure top container is on top */
}

.squared-container-bottom-navy {
    position: absolute;
    width:100%;
    height:calc(50% - 20px);
    bottom:0;
    border: 6px dashed #1A335D;
    border-top: none;
    border-radius: 0px 0px 30px 30px;
    z-index: 5; /* Make sure top container is on top */
}


.squared-container-top-green {
    position: absolute;
    width:100%;
    height:55%;
    top:0;
    height:calc(50% - 20px);
    border: 6px dashed #05C9B1;
    border-bottom: none;
    border-radius: 30px 30px 0px 0px;
    z-index: 10; /* Make sure top container is on top */
}

.squared-container-bottom-green {
    position: absolute;
    width:100%;
    height:50%;
    bottom:0;
    height:calc(50% + 3px);
    border: 6px solid #05C9B1;
    border-top: none;
    border-radius: 0px 0px 30px 30px;
    z-index: 5; /* Make sure top container is on top */
}

.squared-box-container {
    background-color: #f9f9f9; /* Optional: Background color */
    border-radius: 20px;
    height:inherit;
}

.squared-box-container.active {
    background-color: #05C9B1; /* Optional: Background color */
}

.box-sub-content-after::before {
    content: "";
    background-color: #1A335D;
    display: inline-block;
    width: 25px;
    height: 6px;
}

.box-sub-content-after::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #1A335D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
}

[dir="ltr"] .box-sub-content-after::after {
    right: -1px; /* Align to the far right */
}

[dir="rtl"] .box-sub-content-after::after {
    left: -1px; /* Align to the far right */
}


.box-sub-content-after.active::after, .box-sub-content-after.active::before {
    background-color: #05C9B1;
}

.course-details-lg {
    display: flex;
}

.course-details-sm {
    display: none;
}

@media (max-width: 992px) { /* LG breakpoint for Bootstrap */
    .box-content-after {
        opacity: 0 !important;
    }
}

@media (max-width: 1200px) {
    .course-details-lg {
        display: none;
    }

    .course-details-sm {
        display: flex;
    }
}

/*  Success Stories */
.card-success{
    background-color: #1A335D;
    border: 30px solid #1A335D;
    border-radius: 20px;
}
.card-success-body{
    background-color: white;
    border: none;

        border-radius: 10px;
}

.card-header:not(.skip-transform) {
    position: relative;
    overflow: visible;
    height: 180px;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid beige;
    border-bottom: none;
}

/* Pseudo-element for smooth background-size transition */
.card-header:not(.skip-transform)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://cdn.entoneyosway.com/Asset 2.png') no-repeat bottom;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
}

.card-title:not(.skip-height){
    position: relative;
    background-color: white;
    z-index: 1000;
    height: 115px;
}
@media (min-width: 500px) and (max-width: 767px) {
    .card-title:not(.skip-height) {
        height: 170px;
    }

}

.card-header:not(.skip-transform) img{
    z-index: 100;
    position: absolute;
    left:0;
    transition: transform 0.3s ease;
}

.card-header:not(.skip-transform) img{
    transform: scale(0.8);
    transform-origin: bottom;
    padding-bottom: 50px;
}

.card-header:not(.skip-transform) img:hover{
    transform: scale(0.9);

}
.card-title h4,h5{
    font-weight: bolder;
}
#icon-success {
    background-color: #05C9B1;
    border-radius: 50%;
    padding: 15px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 44.4px;
    height: 44.4px;
}
#icon-success:hover{
    background-color: #1A335D;
}


#icon-success-top{
    background-color: #05C9B1;
    border-radius: 50%;
    padding: 15px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 18px;
    z-index: 200;
}
#icon-success-top:hover{
    background-color: #1A335D;
}

/* Testmonials */


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
}

.video-item iframe {
    pointer-events: none; /* Disable interaction with the iframe */
}

.swiper-slide-active iframe {
    pointer-events: auto; /* Enable interaction when the slide is active (optional) */
}
.testimonials-title{
    color:#1A335D;
    font-weight: bolder;
}

.testimonials-desc{
    max-width: 900px;
    color: black;
}
.generation h3 {
    font-weight: bold;
    color: #1A335D;
    margin-top: 20px;
}

.video-slider-container {
    cursor: grab;
        display: flex;
    justify-content: flex-start !important;

}

.video-slider {
    display: flex;
    height: 250px;
    margin-left: -27%;
}

.video-item, .video-item-loader {
    background-color: #d3d3d3;
    border-radius: 10px;
    width: 500px;
    margin-right: 20px;
}

.video-item, .video-item-loader {
    position: relative;
    transition: transform 0.5s ease; /* Smooth transition for scaling */
}

/* Scaling effect for the active slide */
.swiper-slide-active.video-item, .swiper-slide-active.video-item-loader {
    transform: scale(1.15); /* Enlarge the active slide */
    z-index: 10; /* Bring active slide to the front */
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

@media (max-width: 490px) and (min-width: 389px) {

    .carousel-header h1 span{
        font-size: 25px;
    }
    .carousel-header .button{
        margin-bottom: 4px;
    }
    .carousel-header .badges svg {
        width: 60px;
    }
}

[dir="rtl"] .carousel-control-prev{
    left:auto;
}


[dir="rtl"] .carousel-control-next{
    right:auto;
}

.carousel-item {
    margin-left: 0;
}

[dir="rtl"] .carousel-item {
    float: left;
}

.navbar-toggler {
    border: none;
    color: white;
}

[dir="rtl"] .breadcrumb-item+.breadcrumb-item {
    padding-right: 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

[dir="rtl"] .accordion-button::after {
    margin-left: 0;
}

.full-width-background {
    position: relative; /* Set position to relative for the pseudo-element */
}

.full-width-background::before {
    content: ""; /* Create a pseudo-element */
    position: absolute; /* Position it absolutely */
    top: 0; /* Align to the top */
    left: 50%; /* Center it horizontally */
    width: 100vw; /* Full viewport width */
    margin-left: -50vw; /* Shift back to ensure full width */
    height: 100%; /* Full height of the row */
    background:  linear-gradient(to top, rgba(0, 37, 92, 100), rgba(255, 255, 255, 0)),
    url("https://cdn.entoneyosway.com/aboutUsBg.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1; /* Send it behind the content */
}

.full-width-background-art {
    position: relative; /* Set position to relative for the pseudo-element */
}

.full-width-background-art::before {
    content: ""; /* Create a pseudo-element */
    position: absolute; /* Position it absolutely */
    top: 0; /* Align to the top */
    left: 50%; /* Center it horizontally */
    width: 100vw; /* Full viewport width */
    margin-left: -50vw; /* Shift back to ensure full width */
    height: 100%; /* Full height of the row */
    background: url("https://cdn.entoneyosway.com/Asset 2.png") no-repeat center center;
    background-size: cover;
    z-index: -1; /* Send it behind the content */
    opacity: 0.2;
}

.full-width-background-art.py-force::before {
    top: 6rem; /* Align to the top */
}

.frame-inner {
    min-height: 400px;
    position: relative; /* Establish positioning context */
    width: 100%; /* Set width as needed */
    overflow: hidden; /* Hide any overflow */
}

.frame-inner img {
    position: absolute; /* Position the image absolutely */
    top: 50%; /* Center the image vertically */
    left: 50%; /* Center the image horizontally */
    width: 100%; /* Make the image cover the width */
    height: auto; /* Maintain aspect ratio */
    min-height: 100%; /* Ensure it covers the container vertically */
    object-fit: cover; /* Ensure the image covers the container without distortion */
    transform: translate(-50%, -50%); /* Adjust the image position */
}

.frame-bottom .position-absolute {
    top: -300px;
}

.frame-top .position-absolute {
    top: -40px;
}

[dir="rtl"] .frame-bottom .position-absolute {
    right: 10px;
}

[dir="ltr"] .frame-bottom .position-absolute {
    right: 10px;
}


[dir="rtl"] .frame-top .position-absolute {
    left: 20px;
}


[dir="ltr"] .frame-top .position-absolute {
    left: 20px;
}


.bg-blue {
    background-color: #1A335D;
}

.bg-blue:hover{
    background-color: #05C9B1;
}

.sticky-nav {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 20px; /* Adjust this value to control the distance from the top */
}


.course-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow:visible;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.course-container .course-ui-card {
    position: relative;
    z-index: 1;
    transform: scale(0.8) translateY(-1rem);
    opacity: 0.6;
    cursor: pointer;
    pointer-events: none;
    transition: 1s;
    max-width: 600px;
}

.course-container .course-ui-card:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100%;
    bottom: -5rem;
    filter: blur(4px);
}

.course-container .course-ui-card.course-active {
    z-index: 3;
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
}
@media only screen and (max-width: 780px) {
    .course-container {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        transition: transform 0.5s ease-in-out;
    }

    .course-ui-card {
        flex: 0 0 100%;
        box-sizing: border-box;
        transform: scale(1) translateY(0) translateX(0);
    }

    .navigation-buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        direction: ltr;
    }

    .btn-previous,
    .btn-next {
        display: none;
    }

    .btn-previous[style*="display: block"],
    .btn-next[style*="display: block"] {
        display: inline-block;
    }
}

.btn-previous , .btn-next {
    background: none;
    border: none;
}
.btn-previous  , .btn-next i {
font-size: 30px;
    color: #05C9B1;
}
.btn-previous:hover,
.btn-next:hover {
    background: none;
    color: #1A335D;
}




.course-container .course-ui-card.course-prev,
.course-container .course-ui-card.course-next {
    z-index: 2;
    transform: scale(0.8) translateY(-1rem) translateX(0);
    opacity: 0.6;
    pointer-events: auto;
    transition: 1s;
}

@media only screen and (min-width: 350px) and (max-width: 600px) {

    .course-footer a{
        font-size: 13px;
    }
    .course-footer .button{
        width: 270px;
        height: 40px;
    }
    .course-price{
        font-size: 20px;
    }
    .warning-badge{
        font-size: 10px;

    }
    .card-title{
        font-size: 15px;
    }
    .course-ui-card .span{
        font-size: 10px;
    }
}

.badge-sm {
    width: 80px;
    height: 80px;
}

.mb-max {
    margin-bottom: 9.5rem;
}

.pillar-accordion {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.pillar-accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.pillar-accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}
.pillar-accordion ul li div {
    overflow: hidden;
}

.pillar-accordion ul li:hover div a, .pillar-accordion ul li .text-pillar{
    color:white;
}



.pillar-accordion ul li:hover div a, .pillar-accordion ul li.active {
    color: white;
}

.pillar-accordion ul:hover li, .pillar-accordion ul li.active {
    width: 8%;
}
.pillar-accordion ul:hover li:hover, .pillar-accordion ul.active li.active {
    width: 30%;
}
.pillar-accordion ul:hover li:hover a, .pillar-accordion ul.active li.active a {
    background: rgba(0, 0, 0, 0.4);
}
.pillar-accordion ul:hover li:hover a *, .pillar-accordion ul.active li:active a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bg-accordion {
    background-size: cover;
    background-repeat: no-repeat;
}

.pillar-accordion li:nth-child(odd) .bg-accordion {
    background-color: #1A335D;
    border-bottom-right-radius: 30px;

}

.pillar-accordion li:nth-child(even) .bg-accordion {
    background-color: #05C9B1;
    border-bottom-right-radius: 30px;
}

@media screen and (max-width: 768px) {
    .badge-sm {
        width: 58px !important;
        height: auto !important;
    }

    .description-size{
        font-size: 14px;
    }


}

@media screen and (max-width: 820px) {
    .pillar-accordion { height: auto; }
    .pillar-accordion ul li,
    .pillar-accordion ul li:hover,
    .pillar-accordion ul:hover li,
    .pillar-accordion ul:hover li:hover,
    .pillar-accordion ul li.active,
    .pillar-accordion ul.active li,
    .pillar-accordion ul.active li.active
    {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }

    .pillar-item .text-pillar {
        opacity: 1 !important;
    }

    .pillar-hidden-animation {
        display: none;
    }
}



.icon-avatar-wrapper {
    display: inline-block;
    width: 100px; /* Adjust the size to fit the border around the avatar */
    height: 100px; /* Adjust the size to fit the border around the avatar */
    border: 2px dashed white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-avatar {
    width: 85px;
    height: 85px;
    background-color: white;
    border-radius: 50%;
}

.icon-box-lg {
    width: 85px;
    height: 85px;
}

.hidden-animated {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.visible-animated {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.boxed-svg {
    width: 100px;
    height: 100px;
    opacity: 0.2;
    transition: opacity 0.5s ease;
}

.pillar-item.active  .boxed-svg {
    opacity: 1;
}

.w-100-f {
    width: calc(100% - .5rem);
}

.map-container-span {
    position: relative;
    overflow: visible;
}

.map-container-span::before {
    content: "";
    background-color: white;
    position: absolute;
    top: 50%; /* Start at the vertical center */
    left: 0;
    transform: translateY(-50%); /* Center the background vertically */
    width: 100%;
    height: 75%; /* Maintain 75% height */
    z-index: -1; /* Place it behind the content */
    border-top-left-radius: 30px; /* Optional: Keep the rounded corners */
    box-shadow: var(--bs-box-shadow) !important;
}

.map-overlay {
    content: '';
    background: url("https://cdn.entoneyosway.com/Asset 2.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    overflow: visible;
    transform: translateY(-50%); /* Center the background vertically */
    top: 50%; /* Start at the vertical center */
    left: 0;
    opacity: 0.4;
    z-index: 1;
    height: 75%; /* Maintain 75% height */
    width: 100%;
}

.map-container {
    box-shadow: var(--bs-box-shadow) !important;
    border-bottom-left-radius: 75px;
    height: 450px;
    width: 100%;
}

#map {
    border-bottom-left-radius: 75px;
}

.bordered-left {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.card-hover:hover {
    border: 1px solid #05C9B1;
    cursor: pointer;
}

.sized-box {
    width: 150px;
    height: 90px;
    overflow: hidden;
}

.sized-box img {
    background-position: center center;
}

     /* Hide Google Maps copyright watermark */
 .gm-style .gmnoprint,
 .gm-style .gm-style-cc {
     display: none !important;
 }

/* Hide the Terms of Use */
.gmnoprint a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.gm-style-iw-close {
    display: none !important;
}

.text-pillar {
    opacity: 0;
}

.pillar-item.active .text-pillar {
    opacity: 1;
    transition: opacity 0.35s ease-in-out; /* Smooth fade-in effect */
    transition-delay: 0.3s; /* Delay only for the active state */
}

.btn-secondary {
    background-color: #05C9B1;
    border-color: #05C9B1;
}

.btn-secondary:hover {
    background-color: #1A335D;
    border-color: #1A335D;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #05C9B1;
    border-color: #05C9B1;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1A335D;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: white;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu::after {
    content: '';
    background: url("https://cdn.entoneyosway.com/Asset 2.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    overflow: visible;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.40;
    z-index: -1;
    height: 100px;
    width: 100%;
}

.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.075);
    color: black;
    transition: all 0.3s ease-in-out;
}

.country-container {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 3px dashed #1A335D;
}

.country-container svg {
    width: 220px;
    height: 220px;
}

.country-container:hover {
    border: 3px solid #05C9B1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn-teal {
    background-color: #20c997; /* Teal color */
    color: #fff;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-teal:hover {
    background-color: #2da72a;
    color: #fff;
    transform: scale(1.02);
}

.btn-teal:focus,
.btn-teal:active {
    background-color: #17a2b8;
    color: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.card-body-blur {
    position: relative;
    filter: blur(5px); /* Blur effect */
    pointer-events: none; /* Prevent interaction */
    user-select: none; /* Disable text selection */
    background: rgba(255, 255, 255, 0.8); /* Optional light background */
    padding: 20px; /* Add some spacing */
    min-height: 200px; /* Ensure a visible height */
    border: 1px solid #ddd; /* Optional border */
    overflow: hidden;
}

.card-body .overlay-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.01); /* Semi-transparent background */
    z-index: 5; /* Ensure it stays on top */
}

/* Text inside the overlay */
.card-body .coming-soon-text {
    font-size: 4rem;
    font-weight: bold;
    color: #1A335D;
    text-transform: uppercase;
}

.golden-pill {
    background: linear-gradient(45deg, #ffd700, #ffcc00, #e5ac00);
    border: none;
    color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.golden-pill::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent);
    transform: rotate(45deg);
    animation: shine 3s linear infinite;
    z-index: 1;
}

.golden-pill::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-20deg);
    animation: shine 3s infinite;
    z-index: 2;
}

.mx-semi {
    margin-right: 5px;
}

[dir="rtl"] .mx-semi {
    margin-left: 5px;
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}

[dir="rtl"] .single-timeline-area {
    padding-left: 0px;
    padding-right: 180px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }

    [dir="rtl"] .single-timeline-area {
        padding-left: 0px;
        padding-right: 100px;
    }


    .icon-circle-sm {
        width: 60px;
        height: 60px;
    }
}
[dir="ltr"] .single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    padding-right: 60px;
}

[dir="rtl"] .single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    padding-left: 60px;
}


@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }

    [dir="ltr"] .single-timeline-area .timeline-date {
        width: 100px;
    }

    [dir="rtl"] .single-timeline-area .timeline-date {
        width: 100px;
    }
}
[dir="ltr"] .single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}

[dir="rtl"] .single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    left: 30px;
    z-index: 1;
}

[dir="ltr"] .single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #1A335D;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

[dir="rtl"] .single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #1A335D;
    content: "";
    top: 50%;
    left: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #1A335D;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

[dir="rtl"] .single-timeline-area .single-timeline-content .timeline-icon {
    margin-left: 15px;
    margin-right: 0;
}

.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content .timeline-text ul {
    font-size: 13px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #05C9B1;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #05C9B1;
}

.single-timeline-content::before {
    content: "";
    background-image: url("https://cdn.entoneyosway.com/stamp.png");
}

.help-block {
    color: red;  /* Change the color of the error message */
    margin-top: 5px;
    min-height: 25px;
}

.required > .control-label::after {
    color: red;
    content: " *";
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
    background-color: #1A335D;
    color:white;
}

.select2-container--krajee-bs5 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs5 .select2-results__option[aria-selected=true] {
    background-color: #05C9B1;
    color: white;
}

.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
    border-color: #05C9B1;
    box-shadow: 0 0 0 0.25rem rgba(5, 201, 177, 0.25);
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
    border-color: #05C9B1;
    box-shadow: 0 0 0 0.25rem rgba(5, 201, 177, 0.25);
}

.form-control:focus {
    border-color: #05C9B1;
    box-shadow: 0 0 0 0.25rem rgba(5, 201, 177, 0.25);
}

.dial .select2-selection__arrow b{
    display:none !important;
}

.dial .select2-selection--single {
    background-image: none !important;

}

[dir="ltr"] .dial .select2-selection--single {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

[dir="rtl"] .dial .select2-selection--single {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}