@import 'fonts/newake-font.css';

/* Font rendering optimization for better cross-browser support */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Ensure font loads properly on all devices */
.font-newake {
    font-family: 'Newake', 'Newake Demo', 'Arial Black', Arial, Helvetica, sans-serif !important;
    font-display: swap;
}

/* Fallback font loading with timeout */
@supports (font-display: swap) {
    @font-face {
        font-family: 'NewakeFallback';
        src: local('Arial Black'), local('Arial-Black'), local('Arial');
        font-display: block;
    }
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    overflow-x: hidden;
    color: #272C2E;
    /* Add font loading optimization */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

h1,h2,h3,h4,h5{font-family: 'Newake', 'Newake Demo', 'Arial Black', Arial, Helvetica, sans-serif;}
h1, h2{font-size: 75px;line-height: 85px;}
h3, .main-heading{font-size: 35px !important; line-height: 1.15 !important;}
h4{font-size: 25px!important;}
h5{font-size: 20px!important;}
.inter{font-family: 'Inter', sans-serif !important;}
.bold{
    font-weight: 550;
}
.light{
    font-weight: 300;
}
.regular{
    font-weight: 400;
}
.semi-bold{
    font-weight: 500;
}
.medium{
    font-weight: 450;
}
.newake{
    font-family: 'Newake', 'Newake Demo', 'Arial Black', Arial, Helvetica, sans-serif !important;
    font-display: swap;
}
.elfsight-app-a61247dd-2e2a-448b-bf2a-a5581d950011 {
    display: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
.orange-text{color: #FF0000;}
.black-text{color: #272C2E;}
:focus {
    outline: none !important;
}
a {
    transition: ease-in-out .3s;
    color: initial;
    text-decoration: none;
    display: inline-block;
}
a:hover{
    color: #FF0000;
}
.blue-text{color: #253B84;}
.yellow-text{color: #F9C022;}
.site-input{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #BBBBBB;
    background: transparent;
    resize: none;
    padding: 12px 25px;
}
.site-input:focus{
    border: 1px solid #FF0000;
}
.site-input::placeholder{
    color: #BBBBBB;
}
select.site-input{
    appearance: none;
    background: url('../images/select-arrow.png') no-repeat 98% 50%;
}

.flag-dropdown-item{
    margin-right: 10px;
}

.transparent-btn{
    background: transparent;
    border: 0;
    padding: 0;
}
.site-btn{
    padding: 12px 28px;
    border: 1px solid #FF0000;
    color: white;
    background: #FF0000;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: ease-in-out .3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.site-btn:hover{
    background: transparent;
    color: #FF0000;
    text-decoration: none;
}
.border-btn{
    border: 1px solid #FF0000;
    color: #FF0000;
    background: transparent;
}
.border-btn:hover{
    border: 1px solid #FF0000;
    color: white;
    background: #FF0000;
}
.blue-border-btn{
    border: 1px solid #253B84;
    color: #253B84;
    background: transparent;
}
.blue-border-btn:hover{
    color: white;
    background: #253B84;
}
.white-border-btn{
    border: 1px solid white;
    color: white;
    background: transparent;
}
.white-border-btn:hover{
    color: #253B84;
    background: white;
}
.blue-btn{
    background: #253B84;
    border: 1px solid #253B84;
}
.blue-btn:hover{
    background: transparent;
    color: #253B84;
}
.p-lg{
    font-size: 22px;
}
.p-xlg{
    font-size: 35px !important;
}
.p-md{
    font-size: 20px;
}
.p-sm{
    font-size: 14px;
}
.grey-text{color: #000000;}
.l-grey-text{color: #000000;}
/* ---------------------------------------------------
  PRELOADER
----------------------------------------------------- */


/* Spinner cargando */

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading{font:bold 4em "Circular Std Book";text-align:center;user-select:none}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before{animation:letters-loading 4s infinite;color:#CB001A;content:attr(data-text-preloader);left:0;opacity:0;position:absolute;top:0;transform:rotateY(-90deg)}
.ctn-preloader .animation-preloader .txt-loading .letters-loading{color:rgba(0,0,0,.2);position:relative}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before{animation-delay:.2s}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before{animation-delay:.4s}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before{animation-delay:.6s}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before{animation-delay:.8s}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before{animation-delay:1s}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before{animation-delay:1.2s}
.ctn-preloader .animation-preloader .loader-section{background-color:#fff;height:100%;position:fixed;top:0;width:calc(50% + 1px)}
.ctn-preloader .loader-section.section-left{left:0}
.ctn-preloader .loader-section.section-right{right:0}
/* Efecto de fade en la animaciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸n de cargando */
.loaded .animation-preloader{opacity:0;transition:.3s ease-out}
/* Efecto de cortina */
.loaded .loader-section.section-left{transform:translateX(-101%);transition:.7s .3s all cubic-bezier(.1,.1,.1,1)}
.loaded .loader-section.section-right{transform:translateX(101%);transition:.7s .3s all cubic-bezier(.1,.1,.1,1)}
.animation-preloader img{width:155px; object-fit: contain; position:absolute;top:34%;left:0;right:0;margin:auto;transform:translateY(-45%)}

/* ========================================================================
    SITE WRAPPER
======================================================================== */
.navbar-nav li a{
    color: #272C2E;
}
.navbar-nav li a:hover, .navbar-nav li a:focus{
    color: #253B84;
}
.navbar-nav li a.active{
    color: #253B84;
    font-weight: 700;
}
.site-logo{
    width: 270px;
}
.mobile-menu-trigger{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all .25s ease;
}
.mobile-menu-trigger:focus{
    box-shadow: 0 0 0 3px rgba(255,0,0,0.2);
}
.mobile-menu-trigger .navbar-toggler-icon{
    position: relative;
    width: 20px;
    height: 2px;
    background: #272C2E;
    border-radius: 999px;
    transition: all .25s ease;
}
.mobile-menu-trigger .navbar-toggler-icon::before,
.mobile-menu-trigger .navbar-toggler-icon::after{
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #272C2E;
    border-radius: 999px;
    transition: all .25s ease;
}
.mobile-menu-trigger .navbar-toggler-icon::before{
    top: -6px;
}
.mobile-menu-trigger .navbar-toggler-icon::after{
    top: 6px;
}
.mobile-menu-trigger[aria-expanded="true"]{
    border-color: #FF0000;
    background: rgba(255, 0, 0, 0.08);
}
.mobile-menu-trigger[aria-expanded="true"] .navbar-toggler-icon::before{
    transform: translateY(6px) rotate(45deg);
}
.mobile-menu-trigger[aria-expanded="true"] .navbar-toggler-icon::after{
    transform: translateY(-6px) rotate(-45deg);
}
.mobile-menu-trigger[aria-expanded="true"] .navbar-toggler-icon{
    background: transparent;
}
.mobile-nav-utilities{
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 1.5rem;
}
.mobile-nav-utilities .site-btn{
    font-size: 16px;
    padding: 14px 24px;
}
.mobile-language-card{
    background: #f8f9fb;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.05);
}
.mobile-language-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    color: #272C2E;
    border: 1px solid rgba(0,0,0,0.05);
    background: #ffffff;
}
.mobile-language-link::after{
    content: '\203A';
    font-size: 18px;
    color: rgba(39,44,46,0.45);
}
.mobile-language-link:hover{
    color: #FF0000;
    border-color: rgba(255,0,0,0.35);
}
.mobile-language-link.active{
    background: #FF0000;
    border-color: #FF0000;
    color: #ffffff;
}
.mobile-language-link.active::after{
    color: rgba(255,255,255,0.85);
}
/* ========================================================================
    BANNER
======================================================================== */
.banner{
    padding: 0 0 90px 0;
}
/* ========================================================================
    MODAL
======================================================================== */
.close-btn{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 3px solid #FF0000;
    color: #FF0000;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
}
.site-modal{
    border-radius: 50px;
    border: 0 !important;
    padding: 50px;
}
.banner-right-img {
    height: 500px;
    padding-right: 70px;
}
.banner-left-img {
    height: 450px;
    margin-right: -20px;
    object-fit: contain;
    margin-top: 40px;
}
.bottom-line{
    display: inline-block;
    position: relative;
    color: #ff0000;
}
.bottom-line::after{
    content: '';
    background: url('../images/bottom-line.png') no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    filter: brightness(0);
    bottom: -52px;
}
.our-work{
    background: linear-gradient(140deg, rgba(36,57,129,1) 0%, rgba(152,102,153,1) 100%);
    color: white;
    padding: 90px 0;
}
.work-tabs{
    display: inline-flex;
}
.work-tabs li button{
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    color: white !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    transition: ease-in-out .3s;
    padding: 10px 35px;
}
.work-tabs li button.active{
    color: #FF9934 !important;
    border-bottom: 2px solid #FF9934 !important;
}
.faq-tabs li button{
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    color: #B9B9B9 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    transition: ease-in-out .3s;
    padding: 10px 35px;
}
.faq-tabs li button.active{
    color: #FF0000 !important;
    border-bottom: 2px solid #FF0000 !important;
}
.work-accordion *{
    background: transparent !important;
    border: 0 !important;
}
.work-accordion h2{
    line-height: 1 !important;
}
.work-accordion h2 button{
    font-size: 28px;
    font-family: 'Newake Demo', sans-serif;
    box-shadow: none !important;
    padding: 0 !important;
    color: white !important;
}
.faq-accordion h2 button{
    color: #272C2E !important;
    font-size: 24px;
    font-family: 'Inter';
    font-weight: 700;
}
.work-accordion h2 button h3{
    color: #FF9934;
    line-height: 1;
}
.work-accordion h2 button::after{
    background-image: url('../images/accordion-plus.png');
}
.work-accordion h2 button:not(.collapsed)::after{
    background-image: url('../images/accordion-minus.png');
    transform: none;
}
.faq-accordion h2 button::after{
    background-image: url('../images/faq-accordion-plus.png');
    padding-left: 10px !important;
}
.faq-accordion h2 button:not(.collapsed)::after{
    background-image: url('../images/faq-accordion-minus.png');
    padding-left: 10px !important;
    transform: none;
}
.work-accordion .accordion-body{
    padding: 10px 0 !important;
}
.work-accordion .accordion-item{
    padding: 30px 0 15px 0;
    border-bottom: 1px solid white !important;
}
.faq-accordion .accordion-item{
    padding: 20px 0;
    border-bottom: 1px solid rgb(112, 112, 112, .25) !important;
    margin-bottom: 15px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: none !important;
}

.faq-accordion .accordion-button {
    padding: 1rem 1.5rem;
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem;
    color: #6c757d;
}

.work-accordion .accordion-item:last-child{
    border-bottom: 0 !important;
}
.our-network{
    padding: 90px 0;
}
.network-card{
    padding: 30px 20px;
    border-radius: 30px;
    transition: ease-in-out .3s;

}
.network-card:hover{
    background: linear-gradient(140deg, rgba(36,57,129,1) 0%, rgba(152,102,153,1) 100%);
    color: white;
    height: 100%;
    animation-name: upDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.network-card:hover .explore-icon{
    filter: brightness(5);
}
.network-card a.blue-text{
    text-transform: uppercase;
    text-decoration: underline;
}
.network-card:hover a.blue-text{
    color: white;
}
.start-working-img {
    margin-bottom: -110px;
}
.testimonials{
    background: linear-gradient(140deg, rgba(36,57,129,1) 0%, rgba(152,102,153,1) 100%);
    color: white;
    padding: 150px 0 90px 0;
}
.testimonial-card{
    padding: 30px;
    border-radius: 30px;
    color: #272C2E;
    background: white;
}
.testimonial-carousel .item{
    padding: 20px;
}
.testimonial-carousel .owl-item.center .testimonial-card{
    transform: scale(1.05);
}
.testimonial-img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
footer{
    padding: 100px 0 60px 0;
}
.footer-logo{
    max-width: 270px;
}
.search-barr{
    max-width: 580px;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    align-items: center;
}
.search-barr .site-btn{
    background: #253B84;
    border: 1px solid #253B84;
    min-width: 130px;
}
.search-barr .site-btn:hover{
    background: transparent;
    color: #253B84;
}
.footer-links{
    padding-left: 0;
    list-style: none;
}
.footer-links li{
    margin-top: 25px;
}
.footer-links a{
    font-size: 14px !important;
    font-weight: 300;
}
.footer-links li:first-child{
    margin-top: 0 !important;
}
.social-links{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
.social-links li{
    margin-top: 25px;
}
.site-video video[poster], .site-video video{
    height: 600px;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}
.banner-mobile-images{
    animation-name: upDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.slideshow {
    position: relative;
    width: 243px;
    height: 500px;
    display: inline-block;
    overflow: hidden;
}
.slideshow::after{
    content: '';
    background: url('../images/mobile-bg.png') no-repeat !important;
    background-size: 100% 100% !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.slideshow img {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    left: 12.5px;
    top: 12px;
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
    border-radius: 30px;
}
@keyframes upDown {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-30px);
    }
    100%{
        transform: translateY(0px);
    }
}

.inner-banner{
    background: linear-gradient(140deg, rgba(36,57,129,1) 0%, rgba(152,102,153,1) 100%);
    color: white;
    padding: 90px 0 140px 0;
    min-height: 400px;
}
.inner-banner-2 {
    padding: 90px 0;
    min-height: 0 !important;
}
.blogs{
    padding-bottom: 70px;
}
.blogs-card-bg{
    border-radius: 30px;
    padding: 40px;
    background: white;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
    margin-top: -140px;
}
.blog-bg-img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
}
.blog-social-card{
    border-radius: 28px;
    padding: 30px 25px;
    background: white;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pagination .page-link{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    color: #B9B9B9 !important;
    border: 1px solid #B9B9B9 !important;
    border-radius: 10px !important;
}
.pagination .page-link:hover, .pagination .page-item.active .page-link{
    background: #FF0000 !important;
    color: white !important;
    border: 1px solid #FF0000 !important;
}
.working-with-us-inner{
    color: white !important;
    background: linear-gradient(140deg, rgba(36,57,129,1) 0%, rgba(152,102,153,1) 100%);
}
.working-with-us-inner .start-working-img {
    margin-bottom: -70px;
}
.blog-details-img{
    width: 100%;
    border-radius: 47px;
    margin-top: -140px;
    object-fit: cover;
    object-position: center;
}
.career-details{
    padding: 70px 0;
}
.role-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid rgb(112 112 112 / 41%);
    transition: ease-in-out .2s;
    color: white !important;
    background: linear-gradient(140deg, rgba(36,57,129,1) 0%, rgba(152,102,153,1) 100%);
    border-radius: 10px;
}
.role-card p, .role-card a{
    color: white !important;
}
.role-card:last-child{
    border-bottom: 1px solid transparent;
}
.role-card p{
    width: auto !important;
    flex-shrink: 0;
    flex-grow: unset;
}
.role-card p.p-lg{
    max-width: 500px !important;
    width: 100% !important;
    flex-grow: 1;
    white-space: nowrap;
}
.role-card a{
    white-space: nowrap;
    flex-shrink: 0;
}
.industry-banner h1 {
    font-size: 65px;
    line-height: 70px;
}
.industry-banner{
    position: relative;
}
.site-tag{
    color: #FF0000;
    width: 103px;
    height: 26px;
    border-radius: 50px;
    background: rgb(255, 0, 0, .11);
    display: flex;
    align-items: center;
    justify-content: center;
}
.worker-banner{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.worker-banner-sm {
    position: absolute;
    bottom: 30px;
    height: 340px;
    left: 60%;
    z-index: 1;
    transform: translateX(-60%);
}
.boss-list{
    padding-left: 0;
    list-style: none;
}
.boss-list li{
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.boss-list-icon{
    width: 107px;
    height: 107px;
    background: linear-gradient(to bottom, #986699, #243981);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    /*border: 1px solid rgb(0, 0, 0, 0);*/
}
.our-home-work{
    background: url('../images/our-work-bg.png') no-repeat;
    background-size: 100% 100%;
}
.career-details-card{
    background: #FFFFFF;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
}
.upload-resume-wrapper{
    border: 1px solid #BBBBBB;
    min-height: 184px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.upload-resume-wrapper label{
    font-size: 20px;
    color: #999999;
    font-weight: 500;
    cursor: pointer;
}

.form-container {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
  
.form-step {
    display: none;
}

.progress-bar-container {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
} 
.progress-bar {
    height: 10px;
    border-radius: 50px;
    width: 100%;
    background-color: #eee;
    transition: ease-in-out 0.3s;
    margin-right: 5px;
}  
.filled-progress{
    background: #253B84;
}
.career-details-card h6{
    font-family: 'Newake Demo';
    font-size: 24px;
    font-weight: 500;
}
.radio-container {
    display: flex;
    flex-direction: column;
}
.custom-radio {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #BBBBBB;
    font-weight: 500;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BBBBBB;
}
.custom-radio:hover .radio-checkmark {
    background-color: #e5e5e5;
}
.custom-radio input:checked + .radio-checkmark {
    background-color: white;
}
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio input:checked + .radio-checkmark:after {
    display: block;
}
.radio-checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13.8px;
    height: 14px;
    background-color: #253B84;
    border-radius: 50%;
}
.sm-video video[poster], .sm-video video {
    height: 400px;
    object-fit: cover;
    object-position: top left;
    border-radius: 30px;
}
.app-store-btn{
    width: 200px;
}
.business-icon-img{
    width: 100px;
}
.blog-card {
    border-radius: 25px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    height: 100%;
    transition: none !important;
}
.blog-card:hover {
    background: white;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transform: none !important;
    animation: none !important;
}
.blog-card-img {
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    display: block;
    width: 100%;
    margin: 0;
}
.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.owl-nav button {
    background: #ff0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.owl-nav button:hover {
    background: #253B84 !important;
    color: #fff !important;
}
.owl-nav button span {
    font-size: 22px !important;
    line-height: 1;
}
.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important;
    gap: 12px;
    width: 100%;
    position: relative;
    height: 10px;
    line-height: 1;
}

.owl-dot {
    width: 8px !important;
    height: 8px !important;
    background: #E5E5E5 !important;
    border: none !important;
    border-radius: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    display: inline-block !important;
    outline: none !important;
    flex-shrink: 0 !important;
}

.owl-dot span {
    display: none !important;
}

.owl-dot.active {
    background: #FF0000 !important;
    transform: scale(1) !important;
}

.owl-dot:hover {
    background: #E5E5E5 !important;
    transform: scale(1) !important;
}

.owl-dot.active:hover {
    background: #FF0000 !important;
}

/* Hide preloader */
#preloader, .ctn-preloader { 
    display: none !important; 
}

/* Student & Business Section Styles */
.student-business-section {
  background-color: #fff;
  padding: 60px 0;
}

.info-card {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 22px;
  border: 0.1px solid #dee2e6;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.08);
}

.title-text {
  font-family: 'Newake', 'Newake Demo', 'Arial Black', Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 1.2;
  color: #000;
  font-weight: 900;
  font-display: swap;
}

.subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}

.text-danger {
  color: #FF0000 !important;
}

.action-button {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 140px;
  text-align: center;
}

.action-button.primary {
  background-color: #FF0000;
  color: #fff;
  border: none;
}

.action-button.primary:hover {
  background-color: #E60000;
  color: #fff;
}

.action-button.secondary {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}

.action-button.secondary:hover {
  background-color: #000;
  color: #fff;
}

.device-preview {
  max-width: 100%;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.faq-section .accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #fff;
  box-shadow: none;
}

.faq-section .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.faq-section .accordion-header {
  margin-bottom: 0;
}

.faq-section .accordion-button {
  border-radius: 0;
  border: none;
}

.faq-section .accordion-collapse {
  border-top: 1px solid #dee2e6;
}

.faq-section .accordion-body {
  background-color: #fff;
}