@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&amp;family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    font-family: "Archivo", serif;
    /* font-family: "Urbanist", serif; */
}

:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #000000;
    --e-global-color-accent: #53c6db;
    --e-global-color-text: #020101;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-soft-blue: #02487e;
    --e-global-color-very-light-gray-white: #fafafa;
    --e-global-color-dark-blue: #231b49;
    --e-global-color-very-dark-blue: #1f1741;
    --e-global-color-grayish-blue: #a39eba;
    --e-global-color-star-yellow: #fbc729;
    --e-global-color-pure-red: #ff0000;
    --e-global-color-very-pale-yellow: #fff7dd;
    --e-global-color-very-pale-blue: #e7e9ff;
    --e-global-color-very-soft-green: #effcc9;
    --e-global-color-very-pale-red: #ffeae7;
    --e-global-color-very-light-gray: #f0f0f0;
    --e-global-color-light-grayish-cyan: #eef8fa;
    --e-global-color-bright-yellow: #dcb32e;
    --e-global-color-dark-moderate-green: #99b251;
    --e-global-color-soft-red: #da7c6f;
    --e-global-color-dark-grayish-red: #757474;
    --e-global-color-slightly-desaturated-cyan: #7aacb6;
}

h1 {
    font-size: 70px;
    line-height: 76px;
    font-weight: 800;
    color: var(--e-global-color-primary);
    font-family: "Urbanist", serif;
}

h2 {
    font-size: 43px;
    line-height: 60px;
    font-weight: 800;
    color: var(--e-global-color-secondary);
    font-family: "Urbanist", serif;
}

h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    color: var(--e-global-color-secondary);
    font-family: "Urbanist", serif;
}

h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    font-family: "Urbanist", serif;
}

h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    font-family: "Urbanist", serif;
}

h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--e-global-color-soft-blue);
    font-family: "Urbanist", serif;
    letter-spacing: 1.8px;
}

p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-family: "Archivo", serif;
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: var(--e-global-color-text);
    font-family: "Archivo", serif;
}

.text-size-16 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-family: "Archivo", serif;
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-family: "Archivo", serif;
}

.primary_btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-black);
    background: var(--e-global-color-accent);
    font-family: "Archivo", serif;
    transition: all 0.8s ease-in-out;
}

.primary_btn:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-soft-blue);
}

.primary_btn i {
    font-size: 12px;
    margin-left: 14px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-black);
}

.primary_btn:hover i {
    color: var(--e-global-color-white);
}

html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Home Page */

.header {
    padding: 22px 0px;
    position: relative;
    z-index: 5;
}

.header .logo img {
    width: 110px;
}

.navbar-collapse .navbar-nav {
    text-align: center;
    align-items: center;
    display: inherit;
}

.navbar-expand-lg {
    position: relative;
    z-index: 1;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav li {
    margin: 0 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
    color: var(--e-global-color-soft-blue) !important;
    background-color: transparent;
}

.navbar-nav .active>a {
    color: var(--e-global-color-soft-blue) !important;
}

.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 61px;
    min-width: 212px;
    padding: 0;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
}

.navbar-nav .drop-down-pages li {
    margin: 0;
    border-bottom: 1px solid var(--e-global-color-white);
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--e-global-color-nav-text) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}

.navbar-nav .drop-down-pages li:first-child a::before {
    content: '';
    width: 24px;
    height: 12px;
    position: absolute;
    background-image: url(../images/nav-node.png);
    top: -12px;
    left: 8%;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:first-child a:hover::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages .active:first-child>a::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages li:last-child {
    margin: 0;
    border: none;
    display: block !important;
}

.navbar-nav .nav-item .dropdown-item:hover {
    border-radius: 0;
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .active>a {
    border-radius: 0;
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-accent) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    border-radius: 0;
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .active>a:hover {
    border-radius: 0;
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .nav-item:first-child a:hover {
    border-radius: 10px 10px 0 0;
}

.navbar-nav .drop-down-pages .active:first-child>a {
    border-radius: 10px 10px 0 0;
}

.navbar-nav .drop-down-pages .nav-item:last-child a:hover {
    border-radius: 0 0 10px 10px;
}

.navbar-nav .drop-down-pages .active:last-child>a {
    border-radius: 0 0 10px 10px;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

.navbar-nav .nav-item .log_in {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    min-width: 137px;
    height: 50px;
    padding: 16px;
    border-radius: 35px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
    margin-left: 110px;
}

.navbar-nav .nav-item .log_in i {
    font-size: 12px;
    margin-left: 14px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-secondary);
}

.navbar-nav .nav-item .log_in:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-soft-blue) !important;
}

.navbar-nav .nav-item .log_in:hover i {
    color: var(--e-global-color-white);
}

.header .phone-number {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.header .phone-number i {
    font-size: 18px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    color: var(--e-global-color-black);
    background-color: transparent;
    border: 1px solid var(--e-global-color-black);
    transition: all 0.3s ease-in-out;
}

.header .phone-number .number {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 10px;
    color: var(--e-global-color-black);
    transition: all 0.3s ease-in-out;
}

.header .phone-number:hover i {
    transform: translateY(-5px);
}

.header .phone-number:hover .number {
    color: var(--e-global-color-soft-blue);
}

/* Banner */

.banner-con {
    padding: 120px 0;
    background-color: var(--e-global-color-soft-blue);
}

.banner-con .banner-righttopimage {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-con .banner-righttopimage img {
    opacity: 8%;
}

.banner-con .banner-halfcircleimage {
    position: absolute;
    bottom: 0;
    left: 24%;
}

.banner-con .banner_content {
    width: 690px;
}

.banner-con .banner_content h1 {
    margin-bottom: 15px;
}

.banner-con .banner_content h1 span {
    color: var(--e-global-color-accent);
    position: relative;
}

.banner-con .banner_content h1 span::before {
    content: "";
    left: 0;
    bottom: 0;
    width: 212px;
    height: 16px;
    position: absolute;
    background-image: url(../images/banner-headerbottom.png);
}

.banner-con .banner_content p {
    margin-bottom: 38px;
    padding-right: 125px;
}

.banner-con .banner_content .button_wrap {
    display: flex;
    align-items: center;
}

.banner-con .banner_content .primary_btn {
    padding: 21px 34px;
    margin-right: 25px;
}

.banner-con .banner_content .primary_btn:hover {
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-white);
}

.banner-con .banner_content .primary_btn:hover i {
    color: var(--e-global-color-black);
}

.banner-con .banner_content .secondary_btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    color: var(--e-global-color-white);
    font-family: "Archivo", serif;
    transition: all 0.8s ease-in-out;
}

.banner-con .banner_content .secondary_btn i {
    font-size: 12px;
    margin-left: 14px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-white);
}

.banner-con .banner_content .secondary_btn:hover,
.banner-con .banner_content .secondary_btn:hover i {
    color: var(--e-global-color-black);
}

.banner-con .banner_content .banner-crossimage {
    position: absolute;
    top: -80px;
    right: -10px;
}

.banner-con .banner_content .banner-crossimage img {
    opacity: 30%;
}

.banner-con .banner_content .banner-triangleimage {
    position: absolute;
    top: -82px;
    left: -70px;
}

.banner-con .banner_wrapper {
    display: inline-block;
}

.banner-con .banner_wrapper .banner-image1 {
    position: relative;
    left: 25px;
    top: 0;
}

.banner-con .banner_wrapper .banner-image2 {
    position: absolute;
    right: -368px;
    top: 0;
}

.banner-con .banner_wrapper .banner-image3 {
    position: absolute;
    right: -368px;
    bottom: 0;
}

.banner-con .banner_wrapper .banner-image1 img {
    border-radius: 117px 194px 190px 87px;
    border-top: 20px solid var(--e-global-color-accent);
}

.banner-con .banner_wrapper .banner-image2 img {
    border-radius: 183px 87px 51px 81px;
}

.banner-con .banner_wrapper .banner-image3 img {
    border-radius: 72px 58px 177px 55px;
    border-bottom: 20px solid var(--e-global-color-accent);
}

.banner-con .banner_wrapper .box {
    left: -50px;
    bottom: 60px;
    width: 258px;
    height: 73px;
    padding: 10px 15px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: var(--e-global-color-white);
    box-shadow: 2px 20px 29px 20px rgb(0 0 0 / 3%);
}

.banner-con .banner_wrapper .box .text {
    padding-left: 10px;
}

.banner-con .banner_wrapper .box .value {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    display: block;
    margin-bottom: -2px;
    color: var(--e-global-color-secondary);
}

.banner-con .banner_wrapper .box .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.banner-con .banner_wrapper .box figure {
    margin: 0 -13px;
    display: inline-block;
}

.banner-con .banner_wrapper .box figure:first-child {
    margin-left: 0;
}

.banner-con .banner_wrapper .box figure:last-child {
    margin-right: 0;
}

.banner-con .banner_wrapper .box img {
    width: 48px;
    border-radius: 100%;
    border: 2px solid var(--e-global-color-white);
}

.banner-con .top-btn {
    display: inline-block;
    left: 0;
    right: 0;
    bottom: -75px;
    margin: 0 auto;
    position: absolute;
}

.banner-con .top-btn figure {
    transition: all 0.3s ease-in-out;
}

.banner-con .top-btn figure:hover {
    transform: translateY(-5px);
}

/* Categories */

.categories-con {
    padding: 80px 0 70px;
    background-color: var(--e-global-color-very-light-gray-white);
}

.categories-con .categories_content h6 {
    margin-bottom: 14px;
}

.categories-con .categories_content h2 {
    margin-bottom: 56px;
}

.categories-con .categories-box {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 15px;
    cursor: pointer;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-white);
    transition: all 0.8s ease-in-out;
}

.categories-con .categories-box .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 100%;
    transition: all 0.8s ease-in-out;
}

.categories-con .categories-box:hover .icon {
    transform: translateY(-5px);
}

.categories-con .categories-box h3 {
    margin-bottom: 10px;
}

.categories-con .categories-box p {
    margin-bottom: 20px;
}

.categories-con .categories-box .arrow i {
    font-size: 15px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-secondary);
}

.categories-con .box1:hover {
    border-bottom: 2px solid var(--e-global-color-bright-yellow);
}

.categories-con .box2:hover {
    border-bottom: 2px solid var(--e-global-color-soft-blue);
}

.categories-con .box3:hover {
    border-bottom: 2px solid var(--e-global-color-soft-red);
}

.categories-con .box4:hover {
    border-bottom: 2px solid var(--e-global-color-dark-grayish-red);
}

.categories-con .box5:hover {
    border-bottom: 2px solid var(--e-global-color-dark-moderate-green);
}

.categories-con .box6:hover {
    border-bottom: 2px solid var(--e-global-color-slightly-desaturated-cyan);
}

.categories-con .categories-box .icon1 {
    background-color: var(--e-global-color-very-pale-yellow);
}

.categories-con .categories-box .icon2 {
    background-color: var(--e-global-color-very-pale-blue);
}

.categories-con .categories-box .icon3 {
    background-color: var(--e-global-color-very-pale-red);
}

.categories-con .categories-box .icon4 {
    background-color: var(--e-global-color-very-light-gray);
}

.categories-con .categories-box .icon5 {
    background-color: var(--e-global-color-very-soft-green);
}

.categories-con .categories-box .icon6 {
    background-color: var(--e-global-color-light-grayish-cyan);
}

.categories-con .box1:hover .arrow i {
    color: var(--e-global-color-bright-yellow);
}

.categories-con .box2:hover .arrow i {
    color: var(--e-global-color-soft-blue);
}

.categories-con .box3:hover .arrow i {
    color: var(--e-global-color-soft-red);
}

.categories-con .box4:hover .arrow i {
    color: var(--e-global-color-dark-grayish-red);
}

.categories-con .box5:hover .arrow i {
    color: var(--e-global-color-dark-moderate-green);
}

.categories-con .box6:hover .arrow i {
    color: var(--e-global-color-slightly-desaturated-cyan);
}

/* About */

.about-con .about_wrapper .about-image {
    position: absolute;
    bottom: 0px;
    left: -160px;
}

.about-con .about_wrapper .about-image::before {
    content: "";
    width: 595px;
    height: 595px;
    top: 0;
    left: -45px;
    position: absolute;
    border-radius: 100%;
    background-color: #e7f4ff;
    z-index: -1;
}

.about-con .about-rightimage {
    position: absolute;
    right: 0;
    top: 30%;
}

.about-con .about-rightimage img {
    opacity: 8%;
}

.about-con .about_content {
    padding: 168px 0 160px 50px;
}

.about-con .about_content h6 {
    margin-bottom: 18px;
}

.about-con .about_content h2 {
    margin-bottom: 28px;
}

.about-con .about_content .text {
    margin-bottom: 25px;
}

.about-con .about_content ul {
    margin-bottom: 40px;
    display: inline-block;
}

.about-con .about_content ul li {
    position: relative;
    margin-bottom: 11px;
}

.about-con .about_content ul li:last-child {
    margin-bottom: 0;
}

.about-con .about_content ul li i {
    font-size: 9px;
    height: 16px;
    width: 16px;
    line-height: 14px;
    top: 3px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-soft-blue);
}

.about-con .about_content ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 34px;
    color: var(--e-global-color-secondary);
}

.about-con .about_content .primary_btn {
    padding: 21px 45px;
}

/* Popular & Courses */

/* Popular */

.popular-con {
    padding: 100px 0 490px;
    background-color: var(--e-global-color-soft-blue);
}

.popular-con .popular_content h6 {
    margin-bottom: 14px;
    color: var(--e-global-color-accent);
}

.popular-con .popular_content h2 {
    margin-bottom: 0;
}

.popular-con .popular-lefttopimage {
    position: absolute;
    left: 0;
    top: 0;
}

.popular-con .popular-lefttopimage img {
    opacity: 8%;
}

.popular-con .popular-crossimage {
    position: absolute;
    right: -212px;
    top: 169px;
}

.popular-con .popular-crossimage img {
    opacity: 30%;
}

.popular-con .popular-triangleimage {
    position: absolute;
    right: -63px;
    top: 94px;
}

/* Courses */

.course-con {
    /* padding-bottom: 120px; */
    background-color: var(--e-global-color-very-light-gray-white);
}

.course-con .tabs-box {
    margin-top: -430px;
}

.course-con .nav-tabs {
    display: flex;
    margin: 0 auto 80px;
    justify-content: center;
    border-bottom: none;
}

.course-con .tabs-box .nav-tabs li {
    padding: 0 35px;
    border-right: 1px solid var(--e-global-color-white);
}

.course-con .tabs-box .nav-tabs li:first-child {
    padding-left: 0;
}

.course-con .tabs-box .nav-tabs li:last-child {
    padding-right: 0;
    border-right: none;
}

.course-con .tabs-box .nav-tabs li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    color: var(--e-global-color-white);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.course-con .tabs-box .nav-tabs li a:hover {
    color: var(--e-global-color-accent);
}

.course-con .tabs-box .nav-tabs>li>a.active {
    color: var(--e-global-color-accent);
}

.course-con .tabs-box .nav-tabs li a::after {
    content: "";
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-bottom: 2px solid transparent;
}

.course-con .tabs-box .nav-tabs li a.active::after {
    border-bottom: 2px solid var(--e-global-color-accent);
}

.course-con .course-box {
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.course-con .course-box .image {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-black);
}

.course-con .course-box .image img {
    border-radius: 15px 15px 0 0;
    transition: all 0.3s ease-in-out;
}

.course-con .course-box:hover .image img {
    opacity: 80%;
    transform: scale(1.1);
}

.course-con .course-box .lower_content {
    padding: 10px 22px 15px;
}

.course-con .course-box .content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.course-con .course-box .calendar {
    display: flex;
    align-items: center;
    padding-right: 14px;
}

.course-con .course-box .people {
    display: flex;
    align-items: center;
    padding-left: 14px;
    border-left: 1px solid #e2e2e2;
}

.course-con .course-box .content i {
    font-size: 12px;
    margin-right: 10px;
    color: var(--e-global-color-black);
}

.course-con .course-box .content span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.course-con .course-box h5 {
    margin-bottom: 18px;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.course-con .course-box h5:hover {
    color: var(--e-global-color-soft-blue);
}

.course-con .course-box .value {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
}

.course-con .course-box .value span {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: var(--e-global-color-soft-blue);
}

.course-con .course-box .enroll_now {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 12px 22px;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-black);
    background: var(--e-global-color-accent);
    font-family: "Urbanist", sans-serif;
    transition: all 0.8s ease-in-out;
}

.course-con .course-box .enroll_now i {
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 10px;
    margin-left: 10px;
    color: var(--e-global-color-black);
    transition: all 0.8s ease-in-out;
}

.course-con .course-box .enroll_now:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-soft-blue);
}

.course-con .course-box .enroll_now:hover i {
    color: var(--e-global-color-white);
}

/* Benefit */

.benefit-con {
    padding: 150px 0;
    background-color: var(--e-global-color-white);
}

.benefit-con .benefit_content {
    padding-right: 60px;
}

.benefit-con .benefit_content h6 {
    margin-bottom: 18px;
}

.benefit-con .benefit_content h2 {
    margin-bottom: 28px;
}

.benefit-con .benefit_content .text {
    margin-bottom: 25px;
}

.benefit-con .benefit_content ul li {
    position: relative;
    margin-bottom: 11px;
}

.benefit-con .benefit_content ul li:last-child {
    margin-bottom: 0;
}

.benefit-con .benefit_content ul li i {
    font-size: 9px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 3px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-soft-blue);
}

.benefit-con .benefit_content ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 34px;
    color: var(--e-global-color-secondary);
}

.benefit-con .benefit-box {
    padding: 48px 30px 50px;
    text-align: center;
    border-radius: 15px;
    background-color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.benefit-con .benefit-box:hover {
    transform: translateY(-5px);
}

.benefit-con .box {
    padding-top: 42px;
}

.benefit-con .benefit-box .number {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Urbanist", serif;
    color: var(--e-global-color-secondary);
}

.benefit-con .benefit-box .plus {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    top: -14px;
    left: 0;
    position: relative;
    color: var(--e-global-color-secondary);
}

.benefit-con .benefit-box .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-text);
}

.benefit-con .benefit-downcontent {
    margin-top: -10px;
}

.benefit-con .box1 {
    background-color: #c1daef;
}

.benefit-con .box2 {
    background-color: #fde89c;
}

.benefit-con .box3 {
    background-color: #fde89c;
}

.benefit-con .box4 {
    background-color: #c1daef;
}

/* Contact Form */

.contactform-con {
    background-color: var(--e-global-color-soft-blue);
}

.contactform-con::before {
    content: "";
    width: 49%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/contact-leftbackground.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.contactform-con .contact-righttopimage {
    position: absolute;
    right: 0;
    top: 0;
}

.contactform-con .contact-righttopimage img {
    opacity: 8%;
}

.contactform-con .contact_wrapper {
    display: none;
}

.contactform-con .contact_content {
    padding: 130px 0 130px 40px;
    position: relative;
    z-index: 1;
}

.contactform-con .contact_content h6 {
    margin-bottom: 10px;
    color: var(--e-global-color-accent);
}

.contactform-con .contact_content h2 {
    margin-bottom: 34px;
}

.contactform-con .contact_content .form-group {
    margin-bottom: 24px;
}

.contactform-con .contact_content .input1 {
    float: left;
    margin-right: 18px;
}

.contactform-con .contact_content input,
.contactform-con .contact_content textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 53px;
    width: 240px;
    padding: 10px 10px 10px 22px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    border-radius: 35px;
    overflow: visible;
    outline: none;
}

.contactform-con .contact_content textarea {
    height: 118px;
    width: 100% !important;
    padding: 16px 22px;
    border-radius: 18px;
    resize: none;
    outline: none;
    overflow: auto;
}

.contactform-con .contact_content .message {
    margin-bottom: 26px;
}

.contactform-con .contact_content input:focus,
.contactform-con .contact_content textarea:focus {
    box-shadow: 2px 3px 42px rgb(55 225 197 / 16%);
    border: 1px solid var(--e-global-color-secondary);
}

.contactform-con .contact_content .submit_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px 36px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 35px;
    color: var(--e-global-color-black);
    background: var(--e-global-color-accent);
    font-family: "Archivo", serif;
    transition: all 0.8s ease-in-out;
    outline: none;
    border-style: none;
}

.contactform-con .contact_content .submit_now:hover {
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-white);
}

.contactform-con .contact_content .submit_now i {
    font-size: 12px;
    margin-left: 22px;
    color: var(--e-global-color-black);
    transition: all 0.8s ease-in-out;
}

.contactform-con .contact_content input::placeholder,
.contactform-con .contact_content textarea::placeholder {
    color: var(--e-global-color-text);
}

.contactform-con .contact_content form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--e-global-color-black);
}

.contactform-con .contact-crossimage {
    position: absolute;
    right: -250px;
    top: 48%;
}

.contactform-con .contact-crossimage img {
    opacity: 30%;
}

.contactform-con .contact-triangleimage {
    position: absolute;
    right: -300px;
    bottom: 15%;
    ;
}

/* Team */

.team-con {
    padding: 90px 0 135px;
    background-color: var(--e-global-color-very-light-gray-white);
}

.team-con .team_content h6 {
    margin-bottom: 14px;
}

.team-con .team_content h2 {
    margin-bottom: 56px;
}

.team-con .team-box {
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.team-con .team-box figure {
    margin: 0 auto;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}

.team-con .team-box figure img {
    transition: all 0.5s ease-in-out;
    border-radius: 20px 20px 20px 20px;
}

.team-con .team-box:hover figure img {
    transform: scale(1.1);
}

.team-con .team-box .content {
    width: 231px;
    padding: 20px;
    bottom: -102px;
    left: 12px;
    position: absolute;
    border-radius: 15px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-white);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.team-con .team-box:hover .content {
    border-bottom: 2px solid var(--e-global-color-soft-blue);
}

.team-con .team-box h4 {
    font-size: 20px;
    margin-bottom: 19px;
}

.team-con .team-box span {
    display: block;
    /*margin-bottom: 14px;*/
}

.team-con .team-box li {
    margin: 0 3px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.team-con .team-box i {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-accent);
    transition: all 0.5s ease-in-out;
}

.team-con .team-box i:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-soft-blue);
}

.team-con .team-box li:hover {
    transform: translateY(-5px);
}

.team-con .team-box li:first-child {
    margin-left: 0;
}

.team-con .team-box li:last-child {
    margin-right: 0;
}

/* Testimonial */

.testimonial-con {
    padding: 85px 0 140px;
    background-color: var(--e-global-color-white);
}

.testimonial-con .testimonial-leftimage {
    position: absolute;
    left: 0;
    top: 28%;
}

.testimonial-con .testimonial-leftimage img {
    opacity: 8%;
}

.testimonial-con .testimonial_content h6 {
    margin-bottom: 14px;
}

.testimonial-con .testimonial_content h2 {
    margin-bottom: 56px;
}

.testimonial-con .owl-stage-outer {
    padding-left: 2px;
}

.testimonial-con .owl-stage {
    display: flex;
}

.testimonial-con .owl-item {
    padding: 48px 40px 40px;
    border-radius: 20px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-soft-blue);
    box-shadow: 4px 4px 113px rgb(0 0 0 / 4%)inset;
}

.testimonial-con .testimonial-box ul {
    margin-bottom: 14px;
}

.testimonial-con .testimonial-box ul li {
    display: inline-block;
}

.testimonial-con .testimonial-box ul li i {
    font-size: 13px;
    color: var(--e-global-color-star-yellow);
}

.testimonial-con .testimonial-box .text {
    margin-bottom: 30px;
    color: var(--e-global-color-text);
}

.testimonial-con .testimonial-box .info {
    display: flex;
    align-items: center;
}

.testimonial-con .testimonial-box .user-img {
    float: left;
    margin-right: 17px;
    margin-top: -2px;
}

.testimonial-con .testimonial-box .user-img img {
    border-radius: 100%;
}

.testimonial-con .testimonial-box .designation-outer {
    padding-top: 2px;
    display: inline-block;
}

.testimonial-con .testimonial-box .name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
    color: var(--e-global-color-secondary);
    font-family: "Urbanist", sans-serif;
}

.testimonial-con .testimonial-box .position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.testimonial-con .testimonial-box .quote-img {
    top: 7px;
    right: -5px;
}

.testimonial-con .testimonial-box .quote-img img {
    opacity: 30%;
}

.testimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 58px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #ebebeb;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-soft-blue);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    top: 0;
    position: relative;
    background-color: var(--e-global-color-soft-blue);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Article */

.article-con {
    padding: 145px 0 225px;
    background-color: var(--e-global-color-very-light-gray-white);
}

.article-con .article_content h6 {
    margin-bottom: 14px;
}

.article-con .article_content h2 {
    margin-bottom: 56px;
}

.article-con .owl-stage-outer {
    padding-left: 2px;
}

.article-con .owl-stage {
    display: flex;
}

.article-con .owl-item {
    border-radius: 15px;
    background-color: var(--e-global-color-white);
}

.article-con .article-box {
    transition: all 0.3s ease-in-out;
}

.article-con .article-box .box-content {
    padding: 28px 52px 34px 36px;
}

.article-con .article-box .box-content .span_wrapper {
    margin-bottom: 10px;
}

.article-con .article-box .box-content .span_wrapper span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-soft-blue);
}

.article-con .article-box .box-content .span_wrapper .dash {
    padding-left: 4px;
}

.article-con .article-box .box-content h4 {
    margin-bottom: 11px;
    transition: all 0.3s ease-in-out;
}

.article-con .article-box .box-content p {
    margin-bottom: 26px;
    color: var(--e-global-color-text);
}

.article-con .article-box h4:hover {
    color: var(--e-global-color-soft-blue);
}

.article-con .article-box figure {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.article-con .article-box figure img {
    transition: all 0.3s ease-in-out;
}

.article-con .article-box:hover figure img {
    transform: scale(1.1);
}

.article-con .article-box .box-content .read_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 14px 24px;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-black);
    background: var(--e-global-color-accent);
    font-family: "Urbanist", sans-serif;
    transition: all 0.8s ease-in-out;
}

.article-con .article-box .box-content .read_more i {
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 10px;
    margin-left: 10px;
    color: var(--e-global-color-black);
    transition: all 0.8s ease-in-out;
}

.article-con .article-box .box-content .read_more:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-soft-blue);
}

.article-con .article-box .box-content .read_more:hover i {
    color: var(--e-global-color-white);
}

.article-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 58px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.article-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #ebebeb;
}

.article-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-soft-blue);
}

.article-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    top: 0;
    position: relative;
    background-color: var(--e-global-color-soft-blue);
}

.article-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Footer */

.footer-con .footer-rightimage {
    position: absolute;
    right: 0;
    top: 37%;
    z-index: 1;
}

.footer-con .footer-rightimage img {
    opacity: 8%;
}

.footer-con .footer_upperportion {
    background: var(--e-global-color-dark-blue);
}

.footer-con .upper_portion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer-con .upper_portion .footer-logo img {
    width: 143px;
}

.footer-con .upper_portion h4 {
    margin-bottom: 0;
    word-spacing: 3.4px;
    padding-left: 170px;
    color: var(--e-global-color-white);
}

.footer-con .upper_portion form {
    float: left;
    width: 45.5%;
}

.footer-con .upper_portion .form-group {
    padding-left: 42px;
}

.footer-con .upper_portion input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 23px 60px 23px 26px;
    width: 100%;
    position: relative;
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-white);
    border: none;
    border-radius: 30px;
    overflow: visible;
    outline: none;
}

.footer-con .upper_portion input:focus {
    border: none;
}

.footer-con .upper_portion button {
    font-size: 20px;
    width: 61px;
    height: 61px;
    top: 0;
    right: 0;
    border: none;
    float: right;
    position: absolute;
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-accent);
    border-radius: 100%;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
}

.footer-con .upper_portion button:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-very-dark-blue);
}

.footer-con .footer_lowerportion {
    background: #000;
}

.footer-con .middle_portion {
    padding: 95px 0;
}

.footer-con .middle_portion .logo-content h4 {
    margin-bottom: 18px;
}

.footer-con .middle_portion .logo-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
    padding-right: 65px;
    color: var(--e-global-color-grayish-blue);
}

.footer-con .middle_portion .social-icons li {
    margin: 0 4px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
    margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-white);
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion h4 {
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}

.footer-con .middle_portion li {
    margin-bottom: 8px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 13px;
    text-decoration: none;
    color: var(--e-global-color-grayish-blue);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    color: var(--e-global-color-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li i {
    font-size: 10px;
    line-height: 10px;
    color: var(--e-global-color-accent);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li p:hover,
.footer-con .middle_portion li a:hover,
.footer-con .middle_portion li i:hover {
    color: var(--e-global-color-accent);
}

.footer-con .middle_portion .icon {
    /* padding-left: 40px; */
}

.footer-con .middle_portion .icon .text {
    position: relative;
    margin-bottom: 11px;
    /* padding-left: 30px; */
    display: inline-block;
}

.footer-con .middle_portion .icon i {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    top: 6px;
}

.footer-con .middle_portion .icon a {
    margin-left: 0 !important;
}

.footer-con .copyright p {
    font-size: 14px;
    line-height: 12px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
    color: var(--e-global-color-grayish-blue);
    /*background-color: #050508;*/
}

/* Home 2 */

/* Banner */

.banner2-con {
    padding: 65px 0 75px;
}

.banner2-con:before {
    content: "";
    position: absolute;
    opacity: 10%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(270deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-accent) 60%);
}

.banner2-con .banner_content h1 {
    margin-bottom: 15px;
    color: var(--e-global-color-secondary);
}

.banner2-con .banner_content h1 span {
    color: var(--e-global-color-soft-blue);
}

.banner2-con .banner_content p {
    margin-bottom: 38px;
    padding-right: 125px;
}

.banner2-con .banner_content .button_wrap,
.banner2-con .banner_content .video-icon {
    display: flex;
    align-items: center;
}

.banner2-con .banner_content .primary_btn {
    padding: 21px 45px;
    margin-right: 15px;
}

.banner2-con .banner_content .icon {
    height: 58px;
    width: 58px;
    line-height: 58px;
    margin-right: 14px;
    position: relative;
    text-align: center;
    background-color: var(--e-global-color-soft-blue);
    border-radius: 100%;
    transition: all 0.8s ease-in-out;
}

.banner2-con .banner_content .icon i {
    font-size: 16px;
    color: var(--e-global-color-white);
}

.banner2-con .banner_content .video-icon span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    transition: all 0.8s ease-in-out;
}

.banner2-con .banner_content .video-icon:hover .icon {
    transform: translateY(-5px);
}

.banner2-con .banner_content .video-icon:hover span {
    color: var(--e-global-color-soft-blue);
}

.banner2-con .banner_wrapper {
    display: inline-block;
}

.banner2-con .banner_wrapper .banner-image {
    position: relative;
    right: -50px;
    bottom: 12px;
}

.banner2-con .banner_wrapper .banner-image::before {
    content: "";
    width: 582px;
    height: 582px;
    left: -5px;
    right: 0;
    bottom: 1px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: var(--e-global-color-soft-blue);
    z-index: -1;
}

.banner2-con .banner_wrapper .image {
    position: absolute;
}

.banner2-con .banner_wrapper .image img {
    border-radius: 100%;
}

.banner2-con .banner_wrapper .image span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 10px;
    position: absolute;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
}

.banner2-con .banner_wrapper .image1 {
    left: 20px;
    top: 160px;
}

.banner2-con .banner_wrapper .image1 span {
    left: 22px;
    top: -42px;
}

.banner2-con .banner_wrapper .image2 {
    left: 24px;
    bottom: 166px;
}

.banner2-con .banner_wrapper .image2 span {
    left: -56px;
    top: -20px;
}

.banner2-con .banner_wrapper .image3 {
    right: 48px;
    bottom: -4px;
}

.banner2-con .banner_wrapper .image3 span {
    right: -75px;
    top: 20px;
}

.banner2-con .banner_wrapper .image4 {
    right: -100px;
    bottom: 220px;
}

.banner2-con .banner_wrapper .image4 span {
    right: -78px;
    top: -20px;
}

.banner2-con .banner_wrapper .box {
    right: -80px;
    top: 120px;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    background-color: var(--e-global-color-accent);
}

.banner2-con .banner_wrapper .box .value {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    display: block;
    margin-bottom: -4px;
    color: var(--e-global-color-secondary);
}

.banner2-con .banner_wrapper .box .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
}

.banner2-con .banner_wrapper .box .flag {
    margin-bottom: 10px;
}

.banner2-con .banner_wrapper .box figure {
    margin: 0 -10px;
    display: inline-block;
}

.banner2-con .banner_wrapper .box figure:first-child {
    margin-left: 0;
}

.banner2-con .banner_wrapper .box figure:last-child {
    margin-right: 0;
}

.banner2-con .banner_wrapper .box img {
    width: 40px;
    border-radius: 100%;
    border: 1px solid var(--e-global-color-black);
}

/* Choose */

.choose2-con {
    padding-bottom: 225px !important;
}

.choose2-con .owl-stage-outer {
    padding-left: 2px;
}

.choose2-con .owl-stage {
    display: flex;
}

.choose2-con .owl-item {
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-white);
    transition: all 0.8s ease-in-out;
}

.choose2-con .owl-item:hover {
    border-bottom: 2px solid var(--e-global-color-soft-blue);
}

.choose2-con .choose-box {
    padding: 0 !important;
    border-radius: 0 !important;
    text-align: center;
    cursor: pointer;
    background-color: transparent !important;
    border-bottom: none !important;
    transition: all 0.8s ease-in-out;
}

.choose2-con .choose-box:hover {
    border-bottom: none !important;
}

.choose2-con .choose-box .arrow i {
    color: var(--e-global-color-secondary) !important;
}

.choose2-con .choose-box .arrow i:hover {
    color: var(--e-global-color-soft-blue) !important;
}

.choose2-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.choose2-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 58px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.choose2-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #ebebeb;
}

.choose2-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-soft-blue);
}

.choose2-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    top: 0;
    position: relative;
    background-color: var(--e-global-color-soft-blue);
}

.choose2-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* About */

.about2-con {
    padding: 206px 0 215px;
}

.about2-con:before {
    content: "";
    position: absolute;
    opacity: 10%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-accent) 70%);
}

.about2-con .about_wrapper .about-image1 {
    position: relative;
    left: -162px;
    top: -90px;
    display: inline-block;
}

.about2-con .about_wrapper .about-image1 img {
    border-radius: 140px;
}

.about2-con .about_wrapper .about-image2 {
    position: absolute;
    right: 10px;
    top: -90px;
    display: inline-block;
}

.about2-con .about_wrapper .about-image2 img {
    border-radius: 190px;
}

.about2-con .about_wrapper .box {
    left: -40px;
    bottom: -35px;
    width: 270px;
    height: 91px;
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: var(--e-global-color-soft-blue);
}

.about2-con .about_wrapper .box figure {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--e-global-color-white);
}

.about2-con .about_wrapper .box .text {
    padding-left: 20px;
}

.about2-con .about_wrapper .box .value {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    font-family: "Urbanist", serif;
    color: var(--e-global-color-white);
}

.about2-con .about_wrapper .box .review {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-white);
}

.about2-con .about_content {
    padding: 0 0 0 50px !important;
}

/* Course */

.course2-con {
    background-color: var(--e-global-color-white);
}

.course2-con .course-box {
    box-shadow: 4px 4px 113px rgba(0, 0, 0, 0.06);
}

.course2-con .flag {
    left: 35px;
    bottom: -35px;
    position: absolute;
    display: inline-block;
}

.course2-con .flag img {
    border-radius: 100%;
    box-shadow: 14px 17px 14px rgb(0 0 0 / 4%);
}

.course2-con .course-box .lower_content {
    padding-top: 62px;
}

/* Benefit */

.benefit2-con::before {
    background-image: url(../images/benefit2-rightbackground.jpg) !important;
}

/* Testimonial */

.testimonial2-con {
    padding: 166px 0 175px;
}

.testimonial2-con:before {
    content: "";
    position: absolute;
    opacity: 10%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(250deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-accent) 100%);
}

.testimonial2-con .testimonial_wrapper {
    top: 35px;
    height: 380px;
    width: 380px;
    border-radius: 100%;
    background: var(--e-global-color-white);
}

.testimonial2-con .testimonial_wrapper .image {
    position: absolute;
}

.testimonial2-con .testimonial_wrapper .image img {
    border-radius: 100%;
}

.testimonial2-con .testimonial_wrapper .testimonial-circle {
    height: 155px;
    width: 155px;
    line-height: 155px;
    border-radius: 100%;
    text-align: center;
    background-color: rgb(220 253 125 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.testimonial2-con .testimonial_wrapper .testimonial-circle figure {
    width: 69px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--e-global-color-accent);
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial2-con .testimonial_wrapper .testimonial-circle img {
    width: 31px;
    border-radius: 0 !important;
}

.testimonial2-con .testimonial_wrapper .testimonial-image1 {
    right: -4px;
    top: -54px;
}

.testimonial2-con .testimonial_wrapper .testimonial-image2 {
    left: 0;
    top: 56px;
}

.testimonial2-con .testimonial_wrapper .testimonial-image3 {
    left: 62px;
    bottom: -30px;
}

.testimonial2-con .testimonial_wrapper .testimonial-image4 {
    right: -6px;
    bottom: 80px;
}

.testimonial2-con .testimonial_contentwrapper {
    padding: 0 100px 0 40px;
}

.testimonial2-con .testimonial_content h2 {
    margin-bottom: 30px;
}

.testimonial2-con .testimonial-box p {
    margin-bottom: 32px;
}

.testimonial2-con .testimonial-box ul {
    margin-bottom: 10px;
}

.testimonial2-con .testimonial-box ul li {
    display: inline-block;
}

.testimonial2-con .testimonial-box ul li i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-star-yellow);
}

.testimonial2-con .detail .name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    font-family: "Urbanist", serif;
    color: var(--e-global-color-secondary);
}

.testimonial2-con .detail .review {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.testimonial2-con .pagination-outer {
    position: relative;
    display: inline-block;
    top: 16px;
    right: -12px;
}

#home2carouselcontrols .carousel-control-prev,
#home2carouselcontrols .carousel-control-next {
    font-size: 20px;
    line-height: 20px;
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-secondary);
}

#home2carouselcontrols .carousel-control-prev {
    left: 0;
}

#home2carouselcontrols .carousel-control-next {
    right: -38px;
}

#home2carouselcontrols .carousel-control-prev:hover,
#home2carouselcontrols .carousel-control-next:hover {
    color: var(--e-global-color-soft-blue);
}

/* Faq */

.faq2-con {
    background-color: #fffbef !important;
}

.faq2-con .accordion-card {
    box-shadow: 4px 4px 113px rgba(0, 0, 0, 0.06) !important;
}

/* Home 3 */

/* Banner */

.banner3-con {
    padding: 186px 0 226px;
    background-color: var(--e-global-color-black);
}

.banner3-con:before {
    content: "";
    position: absolute;
    opacity: 55%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner3-backgroundimage.jpg);
}

.banner3-con .banner-lefttopcurve {
    position: absolute;
    left: 0;
    top: 0;
}

.banner3-con .banner-rightbottomcurve {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner3-con .banner-circleimage {
    position: absolute;
    bottom: 60px;
    right: 210px;
}

.banner3-con .banner-crossimage {
    position: absolute;
    bottom: 100px;
    right: 50px;
}

.banner3-con .banner_content {
    padding: 0 15px;
}

.banner3-con .banner_content .banner-logoicon {
    margin-bottom: 38px;
}

.banner3-con .banner_content h1 {
    margin-bottom: 28px;
}

.banner3-con .banner_content p {
    padding: 0 100px;
    margin-bottom: 35px;
}

.banner3-con .banner_content .primary_btn {
    padding: 21px 34px;
}

.banner3-con .top-btn {
    display: inline-block;
    left: 0;
    right: 0;
    bottom: -185px;
    margin: 0 auto;
    position: absolute;
}

.banner3-con .top-btn figure {
    transition: all 0.3s ease-in-out;
}

.banner3-con .top-btn figure:hover {
    transform: translateY(-5px);
}

/* choose */

.choose3-con {
    padding: 150px 0;
    background-color: var(--e-global-color-very-light-gray-white);
}

.choose3-con .choose-halfcircleimage {
    position: absolute;
    left: 0;
    bottom: 0;
}

.choose3-con .choose-halfcircleimage img {
    opacity: 20%;
}

.choose3-con .choose_content {
    padding-right: 80px;
}

.choose3-con .choose_content .choose-circleimage {
    position: absolute;
    left: -210px;
    bottom: 25px;
}

.choose3-con .choose_content h6 {
    margin-bottom: 16px;
}

.choose3-con .choose_content h2 {
    margin-bottom: 28px;
}

.choose3-con .choose_content .text1 {
    margin-bottom: 20px;
}

.choose3-con .choose_content .text2 {
    margin-bottom: 40px;
}

.choose3-con .choose_content .primary_btn {
    padding: 21px 45px;
}

.choose3-con .choose_contentbox .box-top {
    padding-top: 30px;
}

.choose3-con .choose-box {
    padding: 40px 30px;
    border-radius: 15px;
    cursor: pointer;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-white);
    transition: all 0.8s ease-in-out;
}

.choose3-con .choose-box .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 100%;
    transition: all 0.8s ease-in-out;
}

.choose3-con .choose-box:hover .icon {
    transform: translateY(-5px);
}

.choose3-con .choose-box h3 {
    margin-bottom: 10px;
}

.choose3-con .choose-box p {
    margin-bottom: 20px;
}

.choose3-con .choose-box .arrow i {
    font-size: 15px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-secondary);
}

.choose3-con .box1:hover {
    border-bottom: 2px solid var(--e-global-color-bright-yellow);
}

.choose3-con .box2:hover {
    border-bottom: 2px solid var(--e-global-color-soft-red);
}

.choose3-con .box3:hover {
    border-bottom: 2px solid var(--e-global-color-soft-blue);
}

.choose3-con .box4:hover {
    border-bottom: 2px solid var(--e-global-color-dark-grayish-red);
}

.choose3-con .choose-box .icon1 {
    background-color: var(--e-global-color-very-pale-yellow);
}

.choose3-con .choose-box .icon2 {
    background-color: var(--e-global-color-very-pale-red);
}

.choose3-con .choose-box .icon3 {
    background-color: var(--e-global-color-very-pale-blue);
}

.choose3-con .choose-box .icon4 {
    background-color: var(--e-global-color-very-light-gray);
}

.choose3-con .box1:hover .arrow i {
    color: var(--e-global-color-bright-yellow);
}

.choose3-con .box2:hover .arrow i {
    color: var(--e-global-color-soft-red);
}

.choose3-con .box3:hover .arrow i {
    color: var(--e-global-color-soft-blue);
}

.choose3-con .box4:hover .arrow i {
    color: var(--e-global-color-dark-grayish-red);
}

/* About */

.about3-con {
    padding: 146px 0 180px;
    background-color: var(--e-global-color-white);
}

.about3-con .about-rightimage {
    position: absolute;
    right: 0;
    top: 30%;
}

.about3-con .about-rightimage img {
    opacity: 8%;
}

.about3-con .about_content {
    padding-left: 50px;
}

.about3-con .about_content h6 {
    margin-bottom: 18px;
}

.about3-con .about_content h2 {
    margin-bottom: 28px;
}

.about3-con .about_content .text {
    margin-bottom: 25px;
}

.about3-con .about_content ul {
    margin-bottom: 52px;
}

.about3-con .about_content ul li {
    position: relative;
    margin-bottom: 11px;
}

.about3-con .about_content ul li:last-child {
    margin-bottom: 0;
}

.about3-con .about_content ul li i {
    font-size: 9px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 3px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-soft-blue);
}

.about3-con .about_content ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 34px;
    color: var(--e-global-color-secondary);
}

.about3-con .about_content .box {
    padding: 40px 52px 43px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: var(--e-global-color-accent);
}

.about3-con .about_content .box h3 {
    font-size: 24px;
    line-height: 36px;
    padding-left: 85px;
}

.about3-con .about_content .box .about-icon {
    position: absolute;
}

.about3-con .about_wrapper .about-image1 {
    position: absolute;
    top: 0;
    right: 0;
}

.about3-con .about_wrapper .about-image1 img {
    border-radius: 20px;
}

.about3-con .about_wrapper .video-image {
    top: 364px;
    left: -22px;
    position: absolute;
    display: inline-block;
}

.about3-con .about_wrapper .about-image2 {
    border-radius: 20px;
    background-color: var(--e-global-color-black);
    border: 10px solid var(--e-global-color-white);
}

.about3-con .about_wrapper .about-image2 img {
    opacity: 60%;
    border-radius: 10px;
}

.about3-con .about_wrapper .icon {
    height: 103px;
    width: 103px;
    line-height: 103px;
    border: 1px solid rgba(255, 255, 255, 50%);
    border-radius: 100%;
    position: absolute;
    text-align: center;
    transition: all 0.8s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about3-con .about_wrapper .icon:hover {
    transform: translateY(-5px);
}

.about3-con .about_wrapper .icon .video-icon {
    height: 83px;
    width: 83px;
    line-height: 83px;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: var(--e-global-color-white);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

/* Benefit */

.benefit3-con {
    padding: 145px 0 150px;
    background-color: var(--e-global-color-white);
}

.benefit3-con .benefit_content h6 {
    margin-bottom: 14px;
}

.benefit3-con .benefit_content h2 {
    margin-bottom: 56px;
}

.benefit3-con .benefit-box {
    width: 100%;
}

/* Journey */

.journey-con {
    padding: 126px 0;
    background-color: var(--e-global-color-black);
}

.journey-con:before {
    content: "";
    position: absolute;
    opacity: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/journey-backgroundimage.jpg);
}

.journey-con .journey-lefttopcurve {
    position: absolute;
    left: 0;
    top: 0;
}

.journey-con .journey-rightbottomcurve {
    position: absolute;
    bottom: 0;
    right: 0;
}

.journey-con .journey_content {
    padding: 0 15px;
}

.journey-con .journey_content .journey-logoicon {
    margin-bottom: 32px;
}

.journey-con .journey_content h6 {
    margin-bottom: 14px;
    color: var(--e-global-color-accent);
}

.journey-con .journey_content h2 {
    margin-bottom: 28px;
}

.journey-con .journey_content .primary_btn {
    padding: 21px 43px;
}

/* Testimonial */

.testimonial3-con {
    padding: 145px 0 225px;
    background-color: var(--e-global-color-white);
}

.testimonial3-con .testimonial_content h6 {
    margin-bottom: 14px;
}

.testimonial3-con .testimonial_content h2 {
    margin-bottom: 56px;
}

.testimonial3-con .owl-stage-outer {
    padding-left: 2px;
}

.testimonial3-con .owl-stage {
    display: flex;
}

.testimonial3-con .owl-item {
    padding: 48px 40px 40px;
    border-radius: 20px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-soft-blue);
    box-shadow: 4px 4px 113px rgb(0 0 0 / 4%)inset;
}

.testimonial3-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 20px;
}

.testimonial3-con .testimonial-box p {
    margin-bottom: 24px;
}

.testimonial3-con .review-content {
    padding-left: 16px;
    display: flex;
}

.testimonial3-con .review-content .testimonial-personimage {
    position: relative;
    top: 2px;
    left: -15px;
}

.testimonial3-con .review-content .testimonial-personimage img {
    width: 54px !important;
    border-radius: 100px;
}

.testimonial3-con .testimonial-box ul {
    margin-bottom: 6px;
}

.testimonial3-con .testimonial-box ul li {
    display: inline-block;
}

.testimonial3-con .testimonial-box ul li i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-star-yellow);
}

.testimonial3-con .review-content .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    color: var(--e-global-color-secondary);
}

.testimonial3-con .review-content .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.testimonial3-con .owl-carousel .owl-item img {
    width: auto !important;
}

.testimonial3-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 58px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.testimonial3-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #ebebeb;
}

.testimonial3-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-soft-blue);
}

.testimonial3-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    top: 0;
    position: relative;
    background-color: var(--e-global-color-soft-blue);
}

.testimonial3-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Sub banner */

.sub_banner .sub_banner_con {
    padding: 167px 0 80px;
    text-align: center;
    background: var(--e-global-color-black);
}

.sub_banner .sub_banner_con::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 50%;
    position: absolute;
    background-image: url(../images/subbanner-coursebackground.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub_banner .sub_banner_con h1 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 25px;
}

.sub_banner .sub_banner_con p {
    margin-bottom: 30px;
}

.sub_banner .sub_banner_con .box {
    padding: 9px 24px 11px;
    text-align: center;
    border-radius: 35px;
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 40%);
    transition: all 0.3s ease-in-out;
}

.sub_banner .sub_banner_con .box span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.sub_banner .sub_banner_con .box a span:hover {
    color: var(--e-global-color-accent);
}

.sub_banner .sub_banner_con .box .arrow {
    font-size: 10px;
    margin: 0 10px;
    display: inline-block;
    color: var(--e-global-color-white);
}

.sub_banner .faq_banner_con::before {
    background-image: url(../images/subbanner-faqbackground.jpg);
}

.sub_banner .team_banner_con::before {
    background-image: url(../images/subbanner-teambackground.jpg);
}

.sub_banner .course_banner_con::before {
    background-image: url(../images/subbanner-coursebackground.png);
}

.sub_banner .about_banner_con::before {
    background-image: url(../images/subbanner-aboutbackground.png);
}

/* Contact Page */

/* Contact info */

.contactinfo-con {
    padding: 145px 0;
    background-color: var(--e-global-color-very-light-gray-white);
}

.contactinfo-con .contactinfo_content h6 {
    margin-bottom: 14px;
}

.contactinfo-con .contactinfo_content h2 {
    margin-bottom: 56px;
}

.contactinfo-con .contact-box {
    padding: 46px 50px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-white);
    display: block;
    border-radius: 15px;
    transition: all 0.8s ease-in-out;
}

.contactinfo-con .contact-box .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    transition: all 0.8s ease-in-out;
}

.contactinfo-con .contact-box:hover .icon {
    transform: translateY(-5px);
}

.contactinfo-con .contact-box h3 {
    margin-bottom: 12px;
}

.contactinfo-con .contact-box a {
    margin-bottom: 0;
    display: inline-block;
    transition: all 0.8s ease-in-out;
}

.contactinfo-con .contact-box a:hover {
    color: var(--e-global-color-soft-blue);
}

.contactinfo-con .box1:hover {
    border-bottom: 2px solid var(--e-global-color-bright-yellow);
}

.contactinfo-con .box2:hover {
    border-bottom: 2px solid var(--e-global-color-soft-blue);
}

.contactinfo-con .box3:hover {
    border-bottom: 2px solid var(--e-global-color-soft-red);
}

.contactinfo-con .contact-box .icon1 {
    background-color: var(--e-global-color-very-pale-yellow);
}

.contactinfo-con .contact-box .icon2 {
    background-color: var(--e-global-color-very-pale-blue);
}

.contactinfo-con .contact-box .icon3 {
    background-color: var(--e-global-color-very-pale-red);
}

/* Map */

.map-con {
    padding: 140px 0;
}

.map-con iframe {
    width: 100%;
    height: 547px;
    border-radius: 20px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.map-con iframe:hover {
    filter: none;
}

/* Faq Page */

/* Faq */

.faq-con {
    padding: 145px 0;
    background-color: var(--e-global-color-very-light-gray-white);
}

.faq-con .faq_content h6 {
    margin-bottom: 14px;
}

.faq-con .faq_content h2 {
    margin-bottom: 56px;
}

.faq-con h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}

.faq-con .accordion-card {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 15px;
    background-color: var(--e-global-color-white);
    box-shadow: 4px 4px 113px rgb(0 0 0 / 4%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h5 {
    color: var(--e-global-color-soft-blue);
}

.faq-con .accordion-card .collapsed h5 {
    color: var(--e-global-color-secondary);
}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--e-global-color-soft-blue);
}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--e-global-color-white);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 22px 45px 22px 26px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 26px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\23AF";
    font-size: 15px;
    top: 20px;
    right: 22px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--e-global-color-soft-blue);
}

.faq-con .accordion-card .collapsed:before {
    content: "\003F";
    color: var(--e-global-color-secondary);
}

/* Benefit */

.faqbenefit-con {
    background-color: var(--e-global-color-soft-blue);
}

.faqbenefit-con::before {
    content: "";
    width: 49%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/benefit-rightbackground.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.faqbenefit-con .benefit-leftimage {
    position: absolute;
    left: 0;
    top: 25%;
}

.faqbenefit-con .benefit-leftimage img {
    opacity: 6%;
    filter: brightness(0) invert(1);
}

.faqbenefit-con .benefit_content {
    position: relative;
    z-index: 1;
    padding: 142px 50px 135px 0;
}

.faqbenefit-con .benefit_content h6 {
    margin-bottom: 15px;
    color: var(--e-global-color-accent);
}

.faqbenefit-con .benefit_content h2 {
    margin-bottom: 28px;
}

.faqbenefit-con .benefit_content .text {
    margin-bottom: 45px;
}

.faqbenefit-con .benefit_content li {
    width: 150px;
    height: 143px;
    padding: 30px;
    margin: 0 8px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    background-color: var(--e-global-color-accent);
}

.faqbenefit-con .benefit_content li .value {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-secondary);
    position: relative;
}

.faqbenefit-con .benefit_content li .value span {
    font-family: "Urbanist", serif;
}

.faqbenefit-con .benefit_content sup {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 4px;
}

.faqbenefit-con .benefit_content p {
    color: var(--e-global-color-secondary);
}

.faqbenefit-con .benefit_content li:first-child {
    margin-left: 0;
}

.faqbenefit-con .benefit_content li:last-child {
    margin-right: 0;
}

.faqbenefit-con .benefit_wrapper .benefit-rightbackground {
    display: none;
}

.faqbenefit-con .benefit_wrapper .icon {
    height: 140px;
    width: 140px;
    line-height: 140px;
    border: 2px solid rgba(255, 255, 255, 60%);
    border-radius: 100%;
    position: absolute;
    text-align: center;
    top: 290px;
    right: 0;
    transition: all 0.8s ease-in-out;
}

.faqbenefit-con .benefit_wrapper .icon:hover {
    transform: translateY(-5px);
}

.faqbenefit-con .benefit_wrapper .icon .video-icon {
    height: 114px;
    width: 114px;
    line-height: 114px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    border-radius: 100%;
    background: var(--e-global-color-accent);
    transition: all 0.8s ease-in-out;
}

/* Choose */

.choose-con {
    padding: 145px 0;
    background-color: var(--e-global-color-very-light-gray-white);
}

.choose-con .choose_content h6 {
    margin-bottom: 14px;
}

.choose-con .choose_content h2 {
    margin-bottom: 56px;
}

.choose-con .choose-box {
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-white);
    transition: all 0.8s ease-in-out;
}

.choose-con .choose-box .icon {
    width: 106px;
    height: 106px;
    line-height: 106px;
    margin: 0 auto 32px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    transition: all 0.8s ease-in-out;
}

.choose-con .choose-box:hover .icon {
    transform: translateY(-5px);
}

.choose-con .choose-box h4 {
    margin-bottom: 8px;
}

.choose-con .choose-box p {
    margin-bottom: 20px;
}

.choose-con .choose-box .arrow i {
    font-size: 15px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-secondary);
}

.choose-con .box1:hover {
    border-bottom: 2px solid var(--e-global-color-bright-yellow);
}

.choose-con .box2:hover {
    border-bottom: 2px solid var(--e-global-color-soft-blue);
}

.choose-con .box3:hover {
    border-bottom: 2px solid var(--e-global-color-dark-moderate-green);
}

.choose-con .box4:hover {
    border-bottom: 2px solid var(--e-global-color-soft-red);
}

.choose-con .choose-box .icon1 {
    background-color: var(--e-global-color-very-pale-yellow);
}

.choose-con .choose-box .icon2 {
    background-color: var(--e-global-color-very-pale-blue);
}

.choose-con .choose-box .icon3 {
    background-color: var(--e-global-color-very-soft-green);
}

.choose-con .choose-box .icon4 {
    background-color: var(--e-global-color-very-pale-red);
}

.choose-con .box1:hover .arrow i {
    color: var(--e-global-color-bright-yellow);
}

.choose-con .box2:hover .arrow i {
    color: var(--e-global-color-soft-blue);
}

.choose-con .box3:hover .arrow i {
    color: var(--e-global-color-dark-moderate-green);
}

.choose-con .box4:hover .arrow i {
    color: var(--e-global-color-soft-red);
}

/* Team Page */

/* Team */

.teampage-con .lower_portion {
    margin-top: 155px;
}

.teampage-con .team-box .content {
    z-index: 1;
}

/* Course Page */

/* Course */

.coursepage-con {
    padding: 142px 0 120px;
}

.coursepage-con .course_content h6 {
    margin-bottom: 14px;
}

.coursepage-con .course_content h2 {
    margin-bottom: 56px;
}

.coursepage-con .tabs-box {
    margin-top: 0 !important;
}

.coursepage-con .tabs-box .nav-tabs li {
    border-right: 1px solid rgb(0 0 0 / 20%);
}

.coursepage-con .tabs-box .nav-tabs li a {
    color: var(--e-global-color-secondary);
}

.coursepage-con .tabs-box .nav-tabs li a:hover {
    color: var(--e-global-color-soft-blue);
}

.coursepage-con .tabs-box .nav-tabs>li>a.active {
    color: var(--e-global-color-soft-blue);
}

.coursepage-con .tabs-box .nav-tabs li a.active::after {
    border-bottom: 2px solid var(--e-global-color-soft-blue);
}

/* About Page */

/* About */

.aboutpage-con {
    padding: 162px 0 202px;
}

.aboutpage-con .about_wrapper .aboutpage-crossimage {
    position: absolute;
    left: 148px;
    top: -25px;
}

.aboutpage-con .about_wrapper .aboutpage-image1 {
    position: relative;
    left: -42px;
    bottom: -68px;
    display: inline-block;
}

.aboutpage-con .about_wrapper .aboutpage-image1 img {
    border-radius: 146px 20px 146px 146px;
}

.aboutpage-con .about_wrapper .aboutpage-image2 {
    position: absolute;
    right: -30px;
    top: 0;
    display: inline-block;
}

.aboutpage-con .about_wrapper .aboutpage-image2 img {
    border-radius: 20px 146px 146px 146px;
}

.aboutpage-con .about_content {
    padding: 0 0 0 50px !important;
}

/* Project PopUp Style */

.project_modal .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.project_modal .fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.project_modal .fade.show {
    opacity: 1;
    background-color: transparent;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transform: translate(0, -25%);
}

.project_modal .modal-dialog {
    max-width: 48%;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}

.project_modal .modal.show .modal-dialog {
    transform: translate(0, 0);
}

.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.project_modal .modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--e-global-color-white);
    box-shadow: 1px 21px 46px rgb(0 0 100 / 25%);
    border-radius: 0;
    border: none;
}

.project_modal .modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border-bottom: none;
}

.project_modal .btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
    opacity: 1 !important;
}

.project_modal .modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.project_modal .modal-header button {
    background: var(--e-global-color-accent);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    outline: none;
}

.project_modal .btn-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.project_modal button.btn-close {
    border: 0;
    -webkit-appearance: none;
}

.project_modal button {
    text-transform: none;
    overflow: visible;
}

.project_modal .modal-header button i {
    color: var(--e-global-color-black);
    font-size: 18px;
    line-height: 18px;
    padding: 5px 5px;
    outline: none;
}

.project_modal .fa-x:before {
    content: "\58";
}

.project_modal .blog-model-con .modal-body {
    overflow-y: auto;
    padding-top: 0;
}

.project_modal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}

.project_modal .modal-body .blog-box-item {
    display: flex;
    align-items: center;
    border-radius: 0;
}

.project_modal .blog-box-item {
    background: var(--white-color);
    overflow: hidden;
}

.project_modal .modal-body .blog-img {
    float: left;
    width: 100%;
}

.project_modal .modal-body .blog-img figure {
    position: relative;
}

.project_modal .img-fluid {
    width: 100%;
    border-radius: 20px;
}

.project_modal .modal-content .project_content {
    padding: 40px 0 40px 20px;
}

.project_modal .modal-content .project_content h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--e-global-color-secondary);
}

.project_modal .modal-content .project_content .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    color: var(--e-global-color-text);
}

.project_modal .modal-content .project_content .properties {
    margin-bottom: 20px;
}

.project_modal .modal-content .project_content .properties ul {
    padding-left: 25px;
}

.project_modal .modal-content .project_content .properties li {
    margin-bottom: 8px;
    position: relative;
    color: var(--e-global-color-text);
}

.project_modal .modal-content .project_content .properties li:last-child {
    margin-bottom: 0;
}

.project_modal .modal-content .project_content .properties ul li .circle {
    font-size: 9px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    top: 4px;
    left: -25px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-soft-blue);
    transition: all 0.3s ease-in-out;
}

.project_modal .modal-content .project_content .primary_btn {
    padding: 20px 30px;
}

.project_modal .modal-content .project_content .primary_btn:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-soft-blue);
}

.project_modal .modal-content .project_content .primary_btn:hover i {
    color: var(--e-global-color-white);
}

/* 404 Page */

.error_page {
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: var(--e-global-color-very-light-gray-white);
}

.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 40px;
    color: var(--e-global-color-secondary);
}

.error_page .error_content .text {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--e-global-color-secondary);
}

.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--e-global-color-text);
}

.error_page .error_content .back_home {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 21px 30px;
    text-align: center;
    border-radius: 35px;
    display: inline-block;
    position: relative;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.error_page .error_content .back_home:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-soft-blue);
}

.error_page .error_content .back_home i {
    font-size: 12px;
    margin-left: 14px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-secondary);
}

.error_page .error_content .back_home:hover i {
    color: var(--e-global-color-white);
}

/* Coming Soon */

.comingsoon_outer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background-color: var(--e-global-color-very-light-gray-white);
}

.comingsoon_outer .logo_outer {
    margin-bottom: 70px;
}

.comingsoon_outer .logo_outer img {
    width: 143px;
}

.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content h1 {
    font-size: 90px;
    line-height: 92px;
    margin-bottom: 30px;
    color: var(--e-global-color-secondary);
}

.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--e-global-color-text);
}

.comingsoon_outer .sub_banner_content form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content .form-group {
    margin-bottom: 30px;
}

.comingsoon_outer .sub_banner_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 14px 16px 16px;
    width: 540px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    border: 1px solid transparent;
    border-radius: 35px;
    overflow: visible;
    outline: none;
}

.comingsoon_outer .sub_banner_content button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 30px 18px;
    height: 100%;
    top: 0;
    right: -5px;
    border-radius: 0 35px 35px 0;
    position: absolute;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
}

.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--e-global-color-soft-blue);
}

.comingsoon_outer .sub_banner_content button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-soft-blue);
    border: 1px solid var(--e-global-color-soft-blue);
}

.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}

.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}

.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}

.comingsoon_outer .sub_banner_content .social-icon a {
    transition: all 0.8s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.8s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--e-global-color-white);
    background: var(--e-global-color-soft-blue);
    border: 1px solid var(--e-global-color-soft-blue);
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-accent);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#button::after {
    content: "\1F851";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--e-global-color-accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--e-global-color-accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background-color: var(--e-global-color-very-light-gray-white);
}

.login-form .login-form-title {
    margin-bottom: 40px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 15px;
    background: var(--e-global-color-white);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 35px;
    background: transparent;
    color: var(--e-global-color-text);
    border: 1px solid rgb(24 26 23 / 10%);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--e-global-color-soft-blue);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    display: inline-block;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-accent);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-soft-blue);
}

.login-form .login-card .forgot-password {
    color: var(--e-global-color-secondary);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--createform-border-color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--createform-border-color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(-);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}


.image-row {
    display: flex;
    gap: 20px;
    /* space between images */
}

.image-row img {
    width: 30%;
    height: auto;
}


.justify {
    text-align: justify;
}

@media (min-width: 1200px) {
    .course-container {
        max-width: 1205px;
        /* or increase more if you want */
    }
}


.footerlogo {
    height: 80px;
}



#whatsapp-button {
    position: fixed;
    bottom: 161px;
    right: 38px;
    background-color: #25d366;
    color: #fff;
    padding: 9px 15px;
    border-radius: 100%;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 100
}

#whatsapp-button:hover {
    background-color: #1c9749;

}


.footer-con .copyright-inner {
    display: flex;
    justify-content: center;
    /* keeps content centered */
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
}

.footer-con .footer-policies a {
    margin: 0 5px;
    text-decoration: none;
    color: var(--e-global-color-grayish-blue);
}

.footer-con .footer-policies a:hover {
    color: var(--e-global-color-accent);
}

/* ================= HERO SLIDER ================= */

.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero .swiper,
.hero .swiper-wrapper,
.hero .swiper-slide {
    height: 100%;
}

/* MEDIA */
.bg-media {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;

    transform: scale(1.2);
    transition: transform 6s ease-in-out, opacity 1s ease;
    opacity: 1 !important;
}

/* ACTIVE SLIDE */
.swiper-slide-active .bg-media {
    transform: scale(1);
    opacity: 1;
}

/* OVERLAY */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.35); */
    z-index: 1;
}

/* TEXT */
.hero-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.hero-text h1 {
    font-size: 48px;
    font-weight: 600;
}

/* NAVBAR OVER HERO */
.header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero {
        height: 80vh;
    }

    .hero-text h1 {
        font-size: 26px;
    }
}

/* FORCE WHITE HEADER */
.header {
    position: fixed;
    /* stays on top */
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* NAVBAR BACKGROUND */
.header .navbar {
    background: #ffffff !important;
}

/* TEXT COLOR DARK */
.header .navbar-nav .nav-link,
.header .navbar-brand {
    color: #000 !important;
}

/* HOVER COLOR */
.header .navbar-nav .nav-link:hover {
    color: #f7cb2e !important;
}

/* TOGGLER ICON FIX */
.navbar-toggler-icon {
    filter: invert(0);
}

/* MOBILE MENU BG */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #000;
        padding: 15px;
    }
}

.home_banner_outer {
    position: relative;
}

/* HERO NAV BUTTONS */
.hero .swiper-button-next,
.hero .swiper-button-prev {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: 0.3s;
}

/* POSITION */
.hero .swiper-button-next {
    right: 30px;
}

.hero .swiper-button-prev {
    left: 30px;
}

/* HOVER */
.hero .swiper-button-next:hover,
.hero .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* ICON SIZE */
.hero .swiper-button-next::after,
.hero .swiper-button-prev::after {
    font-size: 18px;
}

/* MOBILE */
@media (max-width:768px) {

    .hero .swiper-button-next,
    .hero .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 190px;
    }

    .hero .swiper,
    .hero .swiper-wrapper,
    .hero .swiper-slide {
        height: 80%;
    }

    /* POSITION */
    .hero .swiper-button-next {
        right: 13px;
    }

    .hero .swiper-button-prev {
        left: 13px;
    }
}

.hero {
    margin-top: 82px;
    /* adjust based on header height */
}

.header {
    border-bottom: 1px solid #eee;
}

.mt-80 {
    margin-top: 80px;
}

.mt-10 {
    margin-top: 10px
}

.mb-80 {
    margin-bottom: 80px;
}


/* BASE */
.navbar-nav .nav-item a {
    position: relative;
    padding: 6px 12px;
    border-radius: 2px;
    background: transparent;
}

/* ACTIVE STYLE */
.navbar-nav .nav-item.active>a {
    color: #00579b !important;
    background: #defaff;
}

/* TOP LINE */
.navbar-nav .nav-item.active>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: 2px;
    background: #00579b;
}

/* BOTTOM LINE */
.navbar-nav .nav-item.active>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #00579b;
}


/* TEXT BACKGROUND BOX */
.hero-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;

    padding: 20px 30px;
    border-radius: 10px;

    /* background: rgba(0, 87, 155, 0.555); opacity control
    backdrop-filter: blur(6px);     glass effect */
}

/* BACKGROUND ONLY */
.bg-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY ONLY FOR BACKGROUND */
.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* TEXT ABOVE EVERYTHING */
.hero-text {
    position: absolute;
    z-index: 2;
}

.hero::after {
    /* background: linear-gradient(
        rgba(0,0,0,0.6),
        rgba(0, 0, 0, 0.6)
    ); */
}

.bg-media {
    transform: scale(1.2);
    transition: transform 6s ease-in-out;
}

.swiper-slide-active .bg-media {
    transform: scale(1);
}

.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* TEXT ABOVE ALL LAYERS */
.hero-content {
    position: absolute;
    top: 30%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9999;
    /* force above everything */
    pointer-events: none;
}


/* PURE WHITE TEXT */
.hero-content h1 {
    color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

/* REMOVE ANY FADE EFFECT FROM PARENT */
.swiper-slide {
    position: relative;
}

/* PREVENT BACKGROUND EFFECT FROM AFFECTING TEXT */
.bg-media {
    position: relative;
    z-index: 1;
}

/* OVERLAY BELOW TEXT */
.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

/* TEXT ABOVE OVERLAY */
.hero-content {
    z-index: 5;
}

.hero-content h1 {
    display: inline-block;
    padding: 5px 30px;
    background: rgba(0, 21, 37, 0.6);
    border-radius: 8px;
    font-size: 45px;
    margin-bottom: 750px;
}

.hero-content h5 {
    display: inline-block;
    padding: 15px 30px;
    background: rgba(0, 21, 37, 0.6);
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 100px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    background: #00579b;
    color: #fff;
    padding: 19px 0px 9px;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
    /* ⬅ slower (increase value more if needed) */
}

.marquee-content {
    white-space: nowrap;
    padding-right: 60px;
    /* space between repeats */
    font-weight: 600;
    font-size: 13px;
}

/* Smooth infinite scroll */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.mt-100{
    margin-top: 100px;
}

/* HERO SLIDER */

.hero {
    position: relative;
    overflow: hidden;
}

.heroSwiper,
.heroSwiper .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
}

.bg-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.45); */
    z-index: 1;
}

.heroSwiper .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.heroSwiper .row {
    min-height: 100vh;
}

.hero-content {
    color: #fff;
    text-align: left;
}

.hero-content h1 {
    font-size: 55px;
    line-height: 58px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.hero-content h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

/* MOBILE RESPONSIVE */

@media (max-width: 991px) {

    .hero-content h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .hero-content h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {

    .heroSwiper,
    .heroSwiper .swiper-slide {
        height: 55vh;
    }

    .heroSwiper .row {
        min-height: 85vh;
    }

    .hero-content {
        text-align: left;
    }

    .hero-content h1 {
        font-size: 23px !important;
        line-height: 30px;
    }

    .hero-content h5 {
        font-size: 13px;
        line-height: 26px;
    }
    .hero-content {
    position: absolute;
    top: 30%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 9999;
    /* force above everything */
    pointer-events: none;
}
}

/* ===== FINAL SWIPER BUTTON FIX ===== */

.slider-buttons{
    display:flex;
    gap:16px;
    margin-top:35px;
    flex-wrap:wrap;
    position:relative;
    z-index:9999;
}

.hero-btn-new{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 36px;
    border-radius:60px;

    background:#53c6db;
    color:#000 !important;

    text-decoration:none !important;
    font-size:16px;
    font-weight:700;

    transition:0.3s ease;
    cursor:pointer;

    position:relative;
    z-index:99999;
}

.hero-btn-new:hover{
    background:#ffffff;
    color:#02487e !important;
    transform:translateY(-4px);
}

.white-style{
    background:#ffffff;
    color:#000 !important;
}

.white-style:hover{
    background:#53c6db;
    color:#000 !important;
}

/* IMPORTANT */
.swiper-no-swiping{
    pointer-events:auto !important;
}


/* Form Elements */
form label {
  display: block;
  /*margin-top: 10px;*/
  font-size: 14px;
}

form input,
form select {
  width: 100%;
  padding: 10px;
  border: 1.5px solid purple;
  border-radius: 25px;
  /*margin-top: 5px;*/
  outline: none;
}

/* Input Group */
.input-group {
  display: flex;
  align-items: center;
  border: 1.5px solid purple;
  border-radius: 25px;
  padding: 0px 10px;
  margin-top: 5px;
}

.input-group span {
  margin-right: 10px;
}

.input-group input {
  border: none;
  outline: none;
  flex: 1;
}

/* Submit Button */
.submit-btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(to right, purple, blue);
  color: #fff;
  cursor: pointer;
}

.popup-left {
  width: 280px;
}

.gif-video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  pointer-events: none; /* prevents clicks like a GIF */
}

.popup-left {
  width: 300px !important;
  height: 310px !important; /* control visible area */
  overflow: hidden;
}

.gif-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* removes black bars */
}

.popup-left {
  width: 220px;
  aspect-ratio: 1 / 1.2; /* consistent shape across devices */
  overflow: hidden;
  position: relative;
}

.gif-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Popup Content Layout */
.popup-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* Left side (video/image) */
.popup-left {
  width: 240px;
  flex-shrink: 0;
}

/* Right side (form) */
.popup-right {
  flex: 1;
  max-width: 420px;
}

/* Title */
.popup-right h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* Form spacing */
form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Labels */
form label {
  font-size: 13px;
  margin-bottom: 3px;
  display: block;
}

/* Inputs & selects */
form input,
form select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1.5px solid #a020f0;
  border-radius: 25px;
  font-size: 14px;
}

/* Input group (phone/whatsapp) */
.input-group {
  display: flex;
  align-items: center;
  border: 1.5px solid #a020f0;
  border-radius: 25px;
  height: 42px;
  padding: 0 10px;
}

.input-group span {
  font-size: 13px;
  margin-right: 8px;
}

.input-group input {
  border: none;
  height: 100%;
  flex: 1;
  padding: 0 8px;
}

/* Button */
.submit-btn {
  margin-top: 10px;
  height: 45px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(90deg, #8a2be2, #007bff);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .popup-content {
    flex-direction: column;
    align-items: center;
  }

  .popup-left {
    width: 180px;
  }

  .popup-right {
    max-width: 100%;
  }
  form {
  display: flex;
  flex-direction: column;
  gap: 0px !important;
}
}

.popup-box {
  position: relative;
  z-index: 100000;
}

.popup-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  z-index: 100000;
}

/* Right side spacing */
.popup-right {
  flex: 1;
  padding: 10px 0;
}

/* Title */
.form-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Form layout */
.modern-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Row system */
.form-row {
  display: flex;
  gap: 15px;
}

/* Form group */
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  flex: 100%;
}

/* Labels */
.form-group label {
  font-size: 13px;
  margin-bottom: 5px;
}

/* Inputs */
.form-group input,
.form-group select {
  height: 44px;
  padding: 0 14px;
  border-radius: 25px;
  border: 1.5px solid #8a2be2;
  font-size: 14px;
}

/* Input group (phone) */
.input-group {
  display: flex;
  align-items: center;
  border: 1.5px solid #8a2be2;
  border-radius: 25px;
  padding: 0 10px;
  height: 44px;
}

.input-group span {
  font-size: 13px;
  margin-right: 8px;
}

.input-group input {
  border: none;
  flex: 1;
  height: 100%;
  outline: none;
}

/* Button */
.submit-btn {
  margin-top: 10px;
  height: 48px;
  border-radius: 25px;
  border: none;
  background: linear-gradient(90deg, #8a2be2, #007bff);
  color: white;
  font-size: 15px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

/* FORM CONTAINER */
.popup-right {
  flex: 1;
  max-width: 420px;
}

/* FORM STRUCTURE */
.modern-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* EACH FIELD */
.form-group {
  display: flex;
  flex-direction: column;
}

/* LABEL */
.form-group label {
  font-size: 13px;
  margin-bottom: 5px;
}

/* FORCE SAME SIZE INPUTS (override your theme) */
.modern-form input,
.modern-form select {
  height: 48px !important;
  width: 100% !important;
  padding: 0 16px !important;
  border-radius: 25px !important;
  border: 1.5px solid #6a0c97 !important;
  font-size: 14px;
  line-height: normal !important;
}

/* INPUT GROUP */
.input-group {
  display: flex;
  align-items: center;
  border: 1.5px solid #6a0c97;
  border-radius: 25px;
  height: 48px;
  padding: 0 12px;
}

.input-group span {
  font-size: 14px;
  margin-right: 10px;
  color: #000;
  min-width: 45px;
}

.input-group input {
  border: none !important;
  height: 100% !important;
  flex: 1;
  padding: 0 10px !important;
}

/* BUTTON */
.submit-btn {
  height: 50px;
  border-radius: 25px;
  border: none;
  background: linear-gradient(90deg, #6a0c97, #007bff);
  color: white;
  font-size: 15px;
  cursor: pointer;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);

  display: none;
  justify-content: center;
  align-items: center;

  z-index: 999999; /* 🔥 VERY IMPORTANT */
}

.modern-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-group {
  width: 100%;
}

.modern-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-group {
  width: 100%;
}

/* ALL INPUTS SAME SIZE */
.modern-form input,
.modern-form select {
  width: 100% !important;
  height: 48px !important;
  padding: 0 16px !important;
  border-radius: 30px !important;
  border: 1.5px solid #6a0c97 !important;
  font-size: 14px;
}

/* PHONE FIELD */
.input-group {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 30px;
  border: 1.5px solid #6a0c97;
  padding: 0 12px;
}

.input-group span {
  margin-right: 8px;
  font-size: 14px;
  min-width: 50px;
}

.input-group input {
  border: none !important;
  height: 100% !important;
  flex: 1;
}

.popup-overlay {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.popup-form input,
.popup-form textarea {
  height: auto !important;
  line-height: normal !important;
}

/* Fix width */
.iti {
  width: 100%;
}

/* Ensure dropdown appears above popup */
.iti__country-list {
  z-index: 9999999 !important;
}

.phone-input {
  width: 100%;
}

/* Required for intl-tel-input */
.iti {
  width: 100%;
}

/* Fix dropdown visibility inside popup */
.iti__country-list {
  z-index: 9999999 !important;
}

/* Prevent clipping inside popup */
.popup-right {
  overflow: visible !important;
}

/* Make phone input full width */
.iti {
  width: 100%;
}

/* Fix dropdown inside modal */
.iti__country-list {
  z-index: 9999999 !important;
}

/* Prevent Bootstrap clipping */
.modal {
  overflow: visible !important;
}

#countryCode {
  max-height: 200px;
  overflow-y: auto;
}

.chat-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.chat-modal-content {
    position: relative;
    background: #fff;
    margin: 5% auto;
    padding: 10px;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

.chat-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.chat-modal-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 5% auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#closeChatModal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

.bb-banner {
  padding: 80px 0px;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  font-family: 'Inter', sans-serif;
}

/* WRAP */
.bb-banner-wrap {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.bb-banner h2 {
  font-size: 38px;
  margin-bottom: 25px;
  color: #111827; /* FIX: strong readable */
}

/* MAIN TEXT */
.main-text {
  font-size: 17px;
  line-height: 1.8;
  color: #475569; /* FIX: softer grey */
  margin-bottom: 50px;
}

/* BOTTOM FLEX */
.bb-banner-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* SUB TEXT */
.bb-banner-bottom h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #111827;
}

.bb-banner-bottom p {
  font-size: 14px;
  color: #64748b; /* FIX: readable soft text */
}

/* BUTTON */
.bb-banner-btn {
  padding: 14px 34px;
  border-radius: 50px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* HOVER */
.bb-banner-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(99,102,241,0.3);
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .bb-banner h2 {
    font-size: 28px;
  }

  .bb-banner-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .animatedvideo {
    width: 50% !important;
    border-radius: 6px;
}
}

.select2-container {
  width: 100% !important;
  z-index: 9999;
}

.select2-dropdown {
  z-index: 9999;
}

.country-scroll {
  display: block;
  height: 160px;
  overflow-y: scroll !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

/*.modal-body {*/
/*  overflow: visible !important;*/
/*}*/

.modal-dialog {
  overflow: visible !important;
}

.iti {
  width: 100%;
}

.iti__country-list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
}

/* 🔥 FIX MODAL SCROLL ISSUE */
.modal {
  overflow: visible !important;
}

.modal-dialog {
  overflow: visible !important;
}

.modal-content {
  overflow: visible !important;
}

/*.modal-body {*/
/*  overflow: visible !important;*/
/*}*/

/* 🔥 FIX COUNTRY DROPDOWN */
select.form-control {
  height: 47px !important;
}

/* 🔥 FIX PHONE DROPDOWN */
.iti__country-list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 99999;
}

/* 🔥 FIX SELECT2 (if used) */
.select2-container {
  z-index: 99999 !important;
}


/* 🔥 STOP FULL FORM SCROLL */
.modal {
  overflow: hidden !important;
}

.modal-dialog {
  overflow: visible !important;
}

.modal-content {
  overflow: visible !important;
}

/*.modal-body {*/
/*  overflow: visible !important;*/
/*}*/

/* 🔥 FIX PHONE DROPDOWN */
.iti__country-list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 99999;
}

/* 🔥 FIX SELECT DROPDOWN LAYER */
select.form-control {
  position: relative;
  z-index: 10;
}

/*.modal,*/
/*.modal-dialog,*/
/*.modal-content {*/
/*  overflow: visible !important;*/
/*}*/

.iti__country-list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 99999 !important;
}
/* ===== FIX DROPDOWN INSIDE MODAL ===== */

/* Allow dropdowns to overflow outside modal */
.modal,
.modal-dialog,
.modal-content {
  overflow: visible !important;
}

/* Prevent form scrolling */
/*.modal-body {*/
/*  overflow: hidden !important;*/
/*}*/

/* Fix phone country list scroll */
.iti__country-list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 99999 !important;
}

/* Ensure dropdown appears above everything */
select.form-control {
  position: relative;
  z-index: 999;
}
/* ✅ Allow dropdowns to overflow properly */
.modal,
.modal-dialog,
.modal-content {
  overflow: visible !important;
}

/* ❗ DO NOT BLOCK SCROLL HERE */
/*.modal-body {*/
/*  overflow: visible !important;*/
/*}*/
.iti__country-list {
  max-height: 200px;
  overflow-y: auto !important;
  z-index: 99999 !important;
}

/* Fix dropdown rendering inside modal */
#popupForm {
  overflow: visible !important;
}

/*#popupForm .modal-dialog,*/
/*#popupForm .modal-content,*/
/*#popupForm .modal-body {*/
/*  overflow: visible !important;*/
/*}*/

/* Ensure select dropdown appears above */
#countrySelect2 {
  position: relative;
  z-index: 9999;
}

.select2-container {
  width: 100% !important;
  z-index: 99999 !important;
}

.select2-dropdown {
  max-height: 200px !important;
  overflow-y: auto !important; /* ✅ SCROLL INSIDE LIST */
  z-index: 99999 !important;
}

/* ✅ ONLY apply scroll to COUNTRY NAME dropdown */
#popupForm .select2-container--open #select2-countrySelect2-results {
  max-height: 200px !important;
  overflow-y: auto !important;
}
/* Scroll ONLY inside country dropdown list */
.select2-container .select2-results__options {
    max-height: 200px;   /* adjust height as needed */
    overflow-y: auto;
}

/* Make sure dropdown doesn't expand full page */
.select2-dropdown {
    max-height: 220px;
    overflow: hidden;
}
.page-wrapper {
    overflow: hidden;
}
.select2-container--open .select2-dropdown {
    position: absolute !important;
    z-index: 9999;
}


/* ONLY target this country dropdown */
#countrySelect2 + .select2-container .select2-results__options {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/* prevent full page expansion */
#countrySelect2 + .select2-container .select2-dropdown {
    overflow: hidden !important;
}

/* force dropdown to float properly */
.select2-container--open {
    z-index: 9999 !important;
}

.select2-results__option {
    padding: 8px 12px;
}

/* Target ONLY this dropdown */
.select2-container--open .select2-results__options {
    max-height: 200px !important;
    overflow-y: auto !important;
}/* Make search box clear and usable */
.select2-container .select2-search--dropdown .select2-search__field {
    height: 40px;
    padding: 8px;
    font-size: 16px;
}

/* Clean dropdown look */
.select2-results__option {
    padding: 8px 12px;
}

#courseInput {
    height: 47px;
    padding: 10px 15px;
    font-size: 17px;
}

/* MAIN SECTION */
.cu-contact-modern {
  padding: 80px 20px;
  background: #f8fafc;
}

/* WRAPPER */
.cu-wrapper {
  max-width: 900px;
  margin: auto;
}

/* GRID */
.cu-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* CARD */
.cu-card {
  background: #ffffff;
  width: 260px;
  padding: 40px 25px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #eef1f5;
  transition: all 0.3s ease;
}

.cu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* ICON */
.cu-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.cu-icon i {
  font-size: 22px;
}

/* COLORS */
.cu-phone {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.cu-email {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

/* TEXT */
.cu-title {
  margin: 0 0 8px;
  font-size: 18px;
  color: #111827;
}

.cu-text {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .cu-card {
    width: 100%;
  }
}
.animatedvideo{
    width:100%; 
    border-radius:6px;
}

/* Modal Fix */
.modal {
    overflow-y: auto;
}

.modal-dialog {
    margin: 1.75rem auto;
}

.modal-content {
    overflow: hidden;
    border-radius: 10px;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding-bottom: 20px;
}

/* FINAL MODAL HEIGHT FIX */
.modal {
    overflow-y: auto !important;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 30px);
    margin: 15px auto;
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
    height: auto !important;
}

.modal-body {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow-y: auto;
    max-height: 80vh;
}

/* MOBILE SLIDER FIX */
@media only screen and (max-width: 767px) {

    .atf-single-slider .container {
        position: relative;
    }
    .atf-slider-content {
        position: relative;
        z-index: 2;
        text-align: center;
        padding-top: 20px;
    }

    .slider-boy {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .slider-boy img {
        width: 85%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }

    .atf-single-slider {
        height: auto !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .atf-home-overlay {
        padding: 0 !important;
    }

    .atf-slider-content .title {
        font-size: 34px;
        line-height: 1.2;
    }

    .atf-slider-content p {
        font-size: 15px;
    }
}


.bb-modern {
  padding: 80px 0px;
  background: linear-gradient(135deg, #ffffff, #f1f5ff);
  font-family: 'Poppins', sans-serif;
}

.bb-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.bb-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bb-icon {
  font-size: 32px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  color: #fff;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(99,102,241,0.25);
}

.bb-content h1 {
  font-size: 44px;
  margin: 0;
}

.bb-tagline {
  margin: 20px 0;
  font-size: 18px;
  color: #475569;
}

.bb-desc {
  color: #64748b;
  line-height: 1.8;
}

/* RIGHT VISUAL */
.bb-visual {
  display: grid;
  gap: 20px;
}

.bb-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  transition: 0.35s;
  border: 1px solid rgba(0,0,0,0.05);
}

/* ICON INSIDE BOX */
.bb-box-icon {
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  color: #fff;
}

/* HOVER EFFECT */
.bb-box:hover {
  transform: translateX(10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(99,102,241,0.2);
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .bb-container {
    grid-template-columns: 1fr;
  }

  .bb-content h1 {
    font-size: 34px;
  }
}

/* ICON BOX */
.bb-icon,
.bb-box-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #6366f1, #fb472a);
  box-shadow: 0 10px 25px rgba(99,102,241,0.25);
}

/* SVG SIZE */
.bb-icon svg,
.bb-box-icon svg {
  width: 24px;
  height: 24px;
}

.bb-learn {
  padding: 70px 0px;
  background: linear-gradient(135deg, #ffffff, #f3f6ff);
  font-family: 'Poppins', sans-serif;
}

.bb-learn-wrap {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.bb-learn h2 {
  font-size: 32px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

/* GRID */
.bb-learn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* CARD */
.learn-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  transition: 0.4s ease;
  position: relative;
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}

/* ICON */
.learn-card .icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5191c6, #6d2783);
  box-shadow: 0 10px 25px rgba(99,102,241,0.25);
}

/* SVG SIZE */
.learn-card svg {
  width: 26px;
  height: 26px;
}

/* TEXT */
.learn-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.learn-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

/* HOVER EFFECT */
.learn-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 25px 60px rgba(99,102,241,0.2);
}

/* LIGHT GLOW EFFECT */
.learn-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(99,102,241,0.15), transparent);
  opacity: 0;
  transition: 0.4s;
}

.learn-card:hover::before {
  opacity: 1;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .bb-learn h2 {
    font-size: 26px;
  }
}

.bb-expert {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

.bb-expert-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TITLE */
.bb-expert-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.bb-expert-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  box-shadow: 0 10px 25px rgba(99,102,241,0.25);
}

.bb-expert-icon svg {
  width: 26px;
  height: 26px;
}

.bb-expert-text h2 {
  font-size: 32px;
}

.bb-expert-text p {
  color: #64748b;
  line-height: 1.8;
}

/* RIGHT SIDE */
.bb-expert-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.point {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.35s;
  border: 1px solid rgba(0,0,0,0.05);
}

/* ICON */
.point .icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
}

.point svg {
  width: 22px;
  height: 22px;
}

/* TEXT */
.point h4 {
  margin-bottom: 4px;
}

.point span {
  font-size: 13px;
  color: #64748b;
}

/* HOVER */
.point:hover {
  transform: translateX(10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(99,102,241,0.2);
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .bb-expert-wrap {
    grid-template-columns: 1fr;
  }

  .bb-expert-text h2 {
    font-size: 26px;
  }
}


.bb-band {
  padding: 80px 0px;
  background: linear-gradient(135deg, #ffffff, #f5f7ff);
  font-family: 'Inter', sans-serif;
}

.bb-band-wrap {
  max-width: 1100px;
  margin: auto;
}

/* HEAD */
.bb-band-head {
  max-width: 700px;
  margin-bottom: 60px;
}

.bb-band-head h2 {
  font-size: 34px;
  margin-bottom: 15px;
  color: #111827;
}

.bb-band-head p {
  color: #6b7280;
  line-height: 1.8;
}

/* ROW */
.bb-band-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.bb-band-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: 0.3s ease;
}

/* ICON */
.bb-icon-box {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.bb-icon-box svg {
  width: 24px;
  height: 24px;
}

/* TEXT */
.bb-band-card h4 {
  margin-bottom: 8px;
  color: #111827;
}

.bb-band-card p {
  font-size: 14px;
  color: #6b7280;
}

/* HOVER */
.bb-band-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: #d1d5db;
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .bb-band-row {
    grid-template-columns: 1fr;
  }
}

/* HEAD IMPROVED */
.bb-band-head {
  max-width: 1090px;
  margin-bottom: 70px;
  position: relative;
  transition: 0.4s;
}

/* PREMIUM HEADING */
.bb-band-head h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;

  background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMove 4s linear infinite;
}

/* GRADIENT ANIMATION */
@keyframes gradientMove {
  to {
    background-position: 200% center;
  }
}

/* ACCENT LINE */
.bb-band-head::after {
  content: "";
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #6366f1, #ec4899);
  display: block;
  margin-top: 10px;
  border-radius: 10px;
  transition: 0.4s;
}

.bb-band-head:hover::after {
  width: 90px;
}

/* PARAGRAPH UPGRADE */
.bb-band-head p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

/* HIGHLIGHT IMPORTANT WORDS */
.bb-band-head p strong {
  color: #111827;
  font-weight: 600;
  background: linear-gradient(120deg, rgba(99,102,241,0.15), transparent);
  padding: 2px 6px;
  border-radius: 6px;
}

/* SUBTLE HOVER EFFECT */
.bb-band-head:hover {
  transform: translateY(-3px);
}

.bb-pro {
  padding: 80px 0px;
  background: linear-gradient(135deg, #ffffff, #f6f8ff);
  font-family: 'Inter', sans-serif;
}

.bb-pro-wrap {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT */
.bb-pro-main h2 {
  font-size: 34px;
  margin-bottom: 15px;
  color: #111827;
}

.bb-pro-main p {
  color: #6b7280;
  line-height: 1.8;
}

/* RIGHT STACK */
.bb-pro-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */
.stack-card {
  display: flex;
  gap: 15px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: 0.3s ease;
}

/* ICON */
.stack-card .icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: linear-gradient(135deg, #344da1, #6a0c97);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.stack-card h4 {
  margin-bottom: 4px;
  color: #111827;
}

.stack-card span {
  font-size: 13px;
  color: #6b7280;
}

/* HOVER */
.stack-card:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .bb-pro-wrap {
    grid-template-columns: 1fr;
  }
}
.iti {
    width: 100%;
}

.iti input {
    width: 100%;
    height: 53px;
    /* border-radius: 35px; */
    padding-left: 90px !important;
}

.iti__selected-flag {
    border-radius: 35px 0 0 35px;
}

.custom-close{
    position:absolute;
    top:10px;
    right:15px;
    z-index:9999;
    background:#fff;
    border:none;
    width:35px;
    height:35px;
    border-radius:50%;
    font-size:28px;
    font-weight:bold;
    cursor:pointer;
}


#whatsapp-button {
	position: fixed;
	bottom: 140px;
	right: 26px;
	background-color: #25d366; 
	color: #fff;
	padding: 9px 15px;
	border-radius: 100%;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	z-index: 100
  }
  #whatsapp-button:hover{
  background-color: #1c9749;
  
  }
  
  @media (max-width: 768px) {

    .hero,
    .hero .swiper-slide {
        height: 100vh;
    }

    .hero .swiper-slide .bg-media {
        object-fit: cover;
        object-position: 60% center;
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 768px) {

    /* VIDEO SLIDER - student on LEFT */
    video.bg-media {
        object-fit: cover !important;
        object-position: 45% center !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* IMAGE SLIDERS - students on RIGHT */
    .image-slide img.bg-media {
        object-fit: cover !important;
        object-position: 75% center !important;
        width: 100% !important;
        height: 100% !important;
    }

}

.animatedvideo{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
}

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&display=swap');

.marquee-section {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
  overflow: hidden;

  --ms-bg: #ffffff;
  --ms-track-bg: #f5f5f5;
  --ms-accent: #111111;
  --ms-text: #111111;
  --ms-gap: 20px;
  --ms-item-w: 110px;
  --ms-item-h: 110px;
  --ms-speed: 55s;
}

.marquee-section__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
  background: var(--ms-bg);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.marquee-section__wrapper::before,
.marquee-section__wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.marquee-section__wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--ms-bg), transparent);
}
.marquee-section__wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--ms-bg), transparent);
}

.marquee-section__track {
  display: flex;
  gap: var(--ms-gap);
  width: max-content;
  animation: ms-scroll-right var(--ms-speed) linear infinite;
}

.marquee-section__wrapper:hover .marquee-section__track {
  animation-play-state: paused;
}

@keyframes ms-scroll-right {
  0%   { transform: translateX(calc(-50% - var(--ms-gap) / 2)); }
  100% { transform: translateX(0); }
}

.marquee-section__card {
  width: var(--ms-item-w);
  height: var(--ms-item-h);
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.marquee-section__card:hover {
  transform: scale(1.04);
  border-color: #111111;
}
.marquee-section__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marquee-section__caption {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
  padding: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.marquee-section__card:hover .marquee-section__caption {
  opacity: 1;
}
.marquee-section__caption span {
  font-family: 'Syne', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
}

.mt-130 {
    margin-top: 130px;
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=DM+Sans:wght@400;500&display=swap');

/* ── RCube Why Choose Us ─────────────────────────
   All classes prefixed with rcube-why__ to avoid
   conflicts with any existing styles on the page.
──────────────────────────────────────────────── */

.rcube-why__section {
  background-color: #f2fdff;
  padding: 80px 24px;
  font-family: 'DM Sans', sans-serif;
  color: #1a1a1a;
}

.rcube-why__container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Header ───────────────────────────────────── */
.rcube-why__header {
  text-align: center;
  margin-bottom: 56px;
}

.rcube-why__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #185FA5;
  background-color: #E6F1FB;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  font-family: 'DM Sans', sans-serif;
}

.rcube-why__title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 500;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 14px;
}

.rcube-why__title span {
  color: #185FA5;
}

.rcube-why__subtitle {
  font-size: 16px;
  color: #666666;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: 'DM Sans', sans-serif;
}

/* ── Grid ─────────────────────────────────────── */
.rcube-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .rcube-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .rcube-why__grid {
    grid-template-columns: 1fr;
  }
  .rcube-why__title {
    font-size: 28px;
  }
}

/* ── Card Base ────────────────────────────────── */
.rcube-why__card {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rcube-why__card:hover {
  border-color: #d0d0d0;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}

.rcube-why__card-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
}

/* ── Icon ─────────────────────────────────────── */
.rcube-why__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.rcube-why__icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.75;
}

/* ── Card Text ────────────────────────────────── */
.rcube-why__card-title {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 8px;
  line-height: 1.3;
  font-family: 'DM Sans', sans-serif;
}

.rcube-why__card-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  font-family: 'DM Sans', sans-serif;
}

/* ── Card Color Variants ──────────────────────── */
.rcube-why__card--blue   .rcube-why__card-bar { background: #378ADD; }
.rcube-why__card--blue   .rcube-why__icon     { background: #E6F1FB; }
.rcube-why__card--blue   .rcube-why__icon svg  { stroke: #185FA5; }

.rcube-why__card--green  .rcube-why__card-bar { background: #1D9E75; }
.rcube-why__card--green  .rcube-why__icon     { background: #E1F5EE; }
.rcube-why__card--green  .rcube-why__icon svg  { stroke: #0F6E56; }

.rcube-why__card--purple .rcube-why__card-bar { background: #7F77DD; }
.rcube-why__card--purple .rcube-why__icon     { background: #EEEDFE; }
.rcube-why__card--purple .rcube-why__icon svg  { stroke: #534AB7; }

.rcube-why__card--amber  .rcube-why__card-bar { background: #EF9F27; }
.rcube-why__card--amber  .rcube-why__icon     { background: #FAEEDA; }
.rcube-why__card--amber  .rcube-why__icon svg  { stroke: #854F0B; }

.rcube-why__card--coral  .rcube-why__card-bar { background: #D85A30; }
.rcube-why__card--coral  .rcube-why__icon     { background: #FAECE7; }
.rcube-why__card--coral  .rcube-why__icon svg  { stroke: #993C1D; }

.rcube-why__card--pink   .rcube-why__card-bar { background: #D4537E; }
.rcube-why__card--pink   .rcube-why__icon     { background: #FBEAF0; }
.rcube-why__card--pink   .rcube-why__icon svg  { stroke: #993556; }

/* ===== RCube Offers v2 – Split Panel List ===== */
.rco-wrap {
  padding: 60px 24px;
  background: #ffffff;
}

.rco-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* ---- Left panel ---- */
.rco-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6c47ff;
  margin-bottom: 16px;
}

.rco-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin: 0 0 20px;
}

.rco-body {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0 0 32px;
}

.rco-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rco-badge {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6c47ff;
  background: #f0ecff;
  border: 1px solid #d4c9ff;
  border-radius: 999px;
  padding: 5px 14px;
}

/* ---- Right panel ---- */
.rco-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rco-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f4;
  cursor: default;
  transition: padding-left 0.25s ease;
}

.rco-item:first-child {
  border-top: 1px solid #f0f0f4;
}

.rco-item:hover {
  padding-left: 6px;
}

.rco-num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #c4b8f5;
  min-width: 26px;
  flex-shrink: 0;
  transition: color 0.25s ease;
}

.rco-item:hover .rco-num {
  color: #6c47ff;
}

.rco-text {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.rco-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.25s ease;
}

.rco-item:hover .rco-name {
  color: #6c47ff;
}

.rco-line {
  display: block;
  height: 1px;
  background: #e5e7eb;
  flex: 1;
  min-width: 0;
  transition: background 0.25s ease;
}

.rco-item:hover .rco-line {
  background: #c4b8f5;
}

/* ---- Responsive ---- */
@media (max-width: 820px) {
  .rco-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rco-heading {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .rco-wrap {
    padding: 60px 16px;
  }

  .rco-name {
    white-space: normal;
    font-size: 0.95rem;
  }
}
/* ===== End RCube Offers v2 ===== */

/* ===== RCube Vision & Mission — White Theme ===== */
.rvm-wrap {
  padding: 25px 24px;
  background: #ffffff;
}

.rvm-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 48px;
  align-items: center;
}

.rvm-block {
  padding: 48px 40px;
}

.rvm-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f0ecff;
  border: 1px solid #d4c9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c47ff;
  margin-bottom: 22px;
}

.rvm-icon-wrap--mission {
  background: #e6f7f1;
  border-color: #b6e8d5;
  color: #0f9e68;
}

.rvm-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6c47ff;
  margin: 0 0 12px;
}

.rvm-label--mission {
  color: #0f9e68;
}

.rvm-heading {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 18px;
}

.rvm-body {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}

.rvm-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  min-height: 240px;
  justify-content: center;
}

.rvm-divider-line {
  display: block;
  width: 1px;
  flex: 1;
  background: linear-gradient(to bottom, transparent, #e5e7eb, transparent);
}

.rvm-divider-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d1d5db;
  flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 780px) {
  .rvm-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rvm-divider {
    flex-direction: row;
    min-height: unset;
    height: auto;
    padding: 0 24px;
  }

  .rvm-divider-line {
    width: auto;
    height: 1px;
    flex: 1;
    background: linear-gradient(to right, transparent, #e5e7eb, transparent);
  }

  .rvm-block {
    padding: 40px 24px;
  }
}

@media (max-width: 480px) {
  .rvm-wrap {
    padding: 60px 16px;
  }

  .rvm-block {
    padding: 32px 16px;
  }
}
/* ===== End RCube Vision & Mission — White Theme ===== */

/* ===== RCube More Than Tuition ===== */
.rcm-wrap {
  padding: 90px 24px;
  background: #fafafa;
  border-top: 1px solid #f0f0f4;
  border-bottom: 1px solid #f0f0f4;
}

.rcm-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

/* ---- Left content ---- */
.rcm-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6c47ff;
  margin-bottom: 16px;
}

.rcm-heading {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  margin: 0 0 20px;
}

.rcm-body {
  font-size: 0.97rem;
  color: #6b7280;
  line-height: 1.85;
  margin: 0 0 36px;
}

/* ---- Pillars ---- */
.rcm-pillars {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rcm-pillar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid #ede9fe;
  border-left: 3px solid #6c47ff;
  border-radius: 0 10px 10px 0;
  background: #faf9ff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.rcm-pillar:hover {
  background: #f3f0ff;
  border-color: #c4b8f5;
  border-left-color: #6c47ff;
}

.rcm-pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c47ff;
  flex-shrink: 0;
}

.rcm-pillar-text {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a1a2e;
}

/* ---- Right quote block ---- */
.rcm-right {
  display: flex;
  align-items: stretch;
}

.rcm-quote-block {
  background: #111827;
  border-radius: 20px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rcm-quote-block::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  right: 24px;
  font-size: 9rem;
  color: rgba(108, 71, 255, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.rcm-tagline {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: #f3f0ff;
  line-height: 1.4;
  margin: 0;
}

.rcm-quote-sub {
  font-size: 0.9rem;
  color: #9ca3b8;
  line-height: 1.75;
}

.rcm-quote-bar {
  width: 40px;
  height: 3px;
  background: #6c47ff;
  border-radius: 2px;
  margin-top: 4px;
}

/* ---- Responsive ---- */
@media (max-width: 820px) {
  .rcm-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rcm-quote-block {
    padding: 40px 32px;
  }

  .rcm-quote-block::before {
    font-size: 7rem;
  }
}

@media (max-width: 480px) {
  .rcm-wrap {
    padding: 60px 16px;
  }

  .rcm-quote-block {
    padding: 32px 24px;
    border-radius: 16px;
  }
}
/* ===== End RCube More Than Tuition ===== */

/* ===== RCube Features ===== */
.rcf-wrap {
  padding: 90px 24px;
  background: #ffffff;
}

.rcf-inner {
  max-width: 1060px;
  margin: 0 auto;
}

/* ---- Header ---- */
.rcf-header {
  margin-bottom: 56px;
}

.rcf-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00579b;
  margin-bottom: 12px;
}

.rcf-heading {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}

/* ---- Grid ---- */
.rcf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid #e9e9f0;
  border-radius: 20px;
  overflow: hidden;
}

/* ---- Item ---- */
.rcf-item {
  padding: 44px 42px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: background 0.25s ease;
}

.rcf-item:hover {
  background: #faf9ff;
}

.rcf-item:nth-child(1) {
  border-right: 1px solid #e9e9f0;
  border-bottom: 1px solid #e9e9f0;
}

.rcf-item:nth-child(2) {
  border-bottom: 1px solid #e9e9f0;
}

.rcf-item:nth-child(3) {
  border-right: 1px solid #e9e9f0;
}

/* ---- Top row ---- */
.rcf-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.rcf-number {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #d4c9ff;
  transition: color 0.25s ease;
}

.rcf-item:hover .rcf-number {
  color: #00579b;
}

.rcf-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f3f0ff;
  border: 1px solid #e4dcff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00579b;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.rcf-item:hover .rcf-icon {
  background: #00579b;
  color: #ffffff;
  border-color: #00579b;
}

/* ---- Text ---- */
.rcf-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.4;
}

.rcf-desc {
  font-size: 0.91rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

/* ---- Tag ---- */
.rcf-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #00579b;
  background: #f0ecff;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  padding: 4px 12px;
  margin-top: 4px;
}

/* ---- Responsive ---- */
@media (max-width: 720px) {
  .rcf-grid {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .rcf-item:nth-child(1),
  .rcf-item:nth-child(2),
  .rcf-item:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #e9e9f0;
  }

  .rcf-item:nth-child(4) {
    border-bottom: none;
  }

  .rcf-item {
    padding: 32px 28px;
  }
  .mt-130 {
    margin-top: 30px;
}
}

@media (max-width: 480px) {
  .rcf-wrap {
    padding: 60px 16px;
  }
}
/* ===== End RCube Features ===== */


#call-button {
    position: fixed;
    bottom: 206px;
    right: 26px;
    background-color: #007bff;
    color: #fff;
    padding: 9px 15px;
    border-radius: 100%;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 100;
}
#call-button:hover {
    background-color: #0056b3;
}

#call-popup {
    display: none;
    position: fixed;
    bottom: 270px;  /* ← changed from 206px to 270px */
    right: 26px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 101;
    min-width: 200px;
}
#call-popup p {
    margin: 0 0 8px 0;
    font-size: 13px;
    color: #888;
}
#call-popup a {
    display: block;
    padding: 8px 10px;
    margin: 4px 0;
    background-color: #f0f8ff;
    border-radius: 8px;
    color: #007bff;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer; /* ← add this */
}
#call-popup a:hover {
    background-color: #007bff;
    color: #fff;
}

/* Force Enquire Now button styles - mobile */
a.nav-link.log_in, .navbar a.log_in {
    background-color: #53c6db !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    padding: 7px 18px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border: 2px solid #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

a.nav-link.log_in:hover,
.navbar a.log_in:hover {
    background-color: transparent !important;
    color: #53c6db !important;
}