.logo img {
    max-width: 190px;
}

.main-color {
    color: #1d8ec9 !important;
}

.sec-content {
    border: 1px #3a3a3a solid;
    margin: 0;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.01);
}

.sec-content span {
    color: #c6c8c9;
}

.list-arrow li .icon {
    width: 15px !important;
    margin-right: 10px !important;
}

.list-arrow li .icon svg path {
    fill: #f19f1a !important;
}

.blue {
    color: #2191cc !important;
}

.yellow {
    color: #f19f1a !important;
}

.slide-har.st1 .box {
    color: #2191cc;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #2191cc;
}

.swiper-arrow-control,
.ti-arrow-top-right {
    color: #f19f1a;
}

.td-btn h6 {
    background-color: #1d8ec9 !important;
}

.gf-list .nowrap {
    display: flex;
    align-items: baseline;
    white-space: normal;
    flex-direction: row;
}

.d-img.page-intro-modern:after,
.brands-crev .sec-head:after {
    display: none;
}

.uni-names .uni-num {
    color: #1d8ec9;
}

.uni-names .item:hover .uni-num {
    color: #ffffff;
}

.nav-pills .nav-item {
    margin: 0 15px;
}

.nav-pills .nav-item:first-child {
    margin-left: 0;
}

.nav-pills .nav-item:last-child {
    margin-right: 0;
}

.nav-pills .nav-link {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #1d8ec9;
    background: rgba(255, 255, 255, 0.02);
    font-weight: 600;
}

.tab-content {
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 15px;
}

.tab-content .dot-list li {
    color: #c6c8c9;
}

.yellow-arrow {
    width: 15px;
    max-width: 15px;
}

.gf-list .fz-16 {
    color: #c6c8c9;
}

.inner-header {
    background-position: center top;
}

.services-section {
    overflow-x: hidden;
}

.more {
    display: none;
}

.btn-w {
    padding: 10px 20px;
}


.read {
    font-size: 18px;
    color: #1d8ec9 !important;
    text-decoration: underline;
    margin-top: 20px;
}

.universities-slider .item {
    text-align: center;
    padding: 40px 30px;
    height: 100%;
}

.universities-slider .item .tag {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    font-size: 26px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.float-btn {
    position: fixed;
    top: 40%;
    /* right: 0; */
    right: -.5rem;
    z-index: 5;
}

.float-btn span {
    /* border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 15px;
    background-color: #1a1a1a;
    color: #f19f1a; */
    /* rotate: -90deg; */
    border: 1px solid #faab1f;
    background-color: #faab1f;
    padding: 25px 13px;
    /* color: #2191cc; */
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    font-weight: 600;
    cursor: pointer;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    transition: .3s linear;
    color: #ffffff;
}

.float-btn span:hover {
    background-color: #ffffff;
    color: #faab1f;
}

.schedule-modal .modal-content {
    background-color: #1d1d1d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 20px 60px 40px 60px;
}

.schedule-modal .modal-dialog {
    max-width: 600px;
}

.schedule-modal .btn-close {
    position: absolute;
    right: 30px;
}

.address-slider {
    width: auto !important;
    margin-left: 0 !important;
}

/* Testimonials */

.work-minimal .item .img .cont {
    height: 93%;
}

.work-minimal h5 {
    font-size: 16px !important;
    margin-bottom: 20px;
    line-height: 1.5;
}

.work-minimal .item .img .cont p {
    font-size: 14px;
    text-transform: initial;
    letter-spacing: normal;
}



/* Video */

.variable-width .slick-slide,
.video-slider .slick-slide {
    width: 265px;
    height: 400px;
}

.variable-width .slick-slide .timg,
.video-slider .slick-slide .vimg {
    outline: none;
    border-radius: 40px;
    width: 225px;
    height: 400px;
    transform: scale(0.85);
    transition: .3s;
}

.variable-width .slick-current .timg,
.video-slider .slick-current .vimg {
    /* width: 280px !important; */
    /* height: 480px !important; */
    transform: scale(1);
    transition: .3s;
}

.slick-arrow {
    position: absolute !important;
    bottom: -100px !important;
    top: auto !important;
    border: 2px #2191cc solid !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 100% !important;
}

.slick-prev {
    left: 45% !important;
}

.slick-next {
    right: 47% !important;
}

.slick-prev:before,
.slick-next:before {
    color: #2191cc !important;
    font-size: 14px !important;
}

.slick-next:before {
    content: "\f054";
    font-family: 'FontAwesome' !important;
}

.slick-prev:before {
    content: "\f053";
    font-family: 'FontAwesome' !important;
}

.video-slider .slick-slide .video-box {
    display: none;
    transition: .3s;
}

.video-slider .slick-current .video-box {
    display: block;
    transition: .3s;
}

.video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 400px;
    overflow: hidden;
}

.mobileIcon {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
}

.videoss {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 400px;
    outline: none;
    border-radius: 40px;
    z-index: 0;
    transition: .3s;
}

video {
    outline: none;
    border-radius: 40px;
    transition: .3s;
}

.video-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: .3s;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.testimonial-slider .items {
    margin: 0 20px;
}

.testimonial-slider .item {
    width: 90%;
    margin: 0 auto;
}





/* Video end */

footer.clean-footer.crev {
    z-index: 0;
}

.testimonial-dec p::-webkit-scrollbar {
    width: 3px !important;
}

.testimonial-dec p::-webkit-scrollbar-track {
    background: #fff !important;
}

.testimonial-dec p::-webkit-scrollbar-thumb {
    background-color: #f19f1a !important;
}

.testimonial-dec p {
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}


article li {
    list-style-type: decimal !important;
    margin: 20px 0;
}


article h2 {
    font-size: 24px;
    margin: 15px 0;
}

article h3 {
    font-size: 20px;
    margin: 15px 0;
}

article h4 {
    font-size: 18px;
    margin: 15px 0;
}

.blog-header .background {
    background-position: center center;
    /* object-fit: cover; */
}

.blue-btn {
    background: rgb(32 116 160) !important;
    color: #ffffff !important;
}

.whatsapp {
    position: fixed;
    bottom: 90px;
    right: 30px;
    height: 44px;
    width: 44px;
    z-index: 2;
    background: #2191cc;
    opacity: 1;
    border-radius: 100%;
    border: 1px #2191cc solid;
}


.sidebar .widget.last-post-thum .item:hover .img a .date {
    opacity: 0;
}

.custom-scroll {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 15px;
}

.custom-scroll::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #ffffff14;
}

.custom-scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #ffffff14;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #2191cc;
}

.blog-list-half .item img {
    height: 300px !important;
}

.blog-list-half .item h5 {
    font-size: 20px !important;
    line-height: 1.5;
}

.japan-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    list-style: none;
}

.japan-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #faab1f;
}


/* Timeline Styles */
.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #faab1f;
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 80px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-marker {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.timeline-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #faab1f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    border: 4px solid white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover .timeline-number {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* Card Styles */
.timeline-content .card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

.timeline-content .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.card-body {
    padding: 1.75rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
}

/* Icons */
.bi {
    flex-shrink: 0;
}

/* Badges */
.badge {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
}

.badge.bg-light {
    border: 1px solid #dee2e6;
}

/* Call to Action Section */
.text-center .card {
    border: none;
    border-radius: 15px;
    background: white;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Footer */
.footer-section {
    background: white;
    border-top: 1px solid #e9ecef;
    margin-top: 4rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-section {
        padding: 3rem 0 2rem;
    }

    .header-section h1 {
        font-size: 2rem;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        border: 3px solid white;
    }

    .card-body {
        padding: 1.25rem;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .bi.fs-3 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .header-section h1 {
        font-size: 1.75rem;
    }

    .header-section .lead {
        font-size: 1rem;
    }

    .timeline-item {
        margin-bottom: 2rem;
    }

    .btn-primary {
        padding: 0.65rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.timeline-item:nth-child(1) {
    animation-delay: 0.1s;
}

.timeline-item:nth-child(2) {
    animation-delay: 0.2s;
}

.timeline-item:nth-child(3) {
    animation-delay: 0.3s;
}

.timeline-item:nth-child(4) {
    animation-delay: 0.4s;
}

.timeline-item:nth-child(5) {
    animation-delay: 0.5s;
}

.timeline-item:nth-child(6) {
    animation-delay: 0.6s;
}

.timeline-item:nth-child(7) {
    animation-delay: 0.7s;
}

.timeline-item:nth-child(8) {
    animation-delay: 0.8s;
}

.timeline-item:nth-child(9) {
    animation-delay: 0.9s;
}

.fz-responsive {
    font-size: 24px !important;
}

@media (min-width: 992px) {
    .fz-responsive {
        font-size: 50px !important;
    }
 }

@media (max-width:1366px) {
    .navbar .navbar-nav .nav-link {
        font-size: 13px;
        padding: 20px 10px 15px 10px;
        margin: 0 10px;
    }
}

@media (max-width:576px) {

    /* html{
        overflow-x: hidden;
    } */
    .page-intro .img {
        height: 215px;
    }

    .fz-24 {
        font-size: 20px !important;
    }

    .brands-crev .sec-head {
        padding: 0px 20px 60px 20px;
    }

    .nav-pills .nav-link {
        font-size: 18px;
        padding: 12px;
    }

    .nav-pills .nav-item {
        margin: 0 15px !important;
    }

    .process .item {
        border: 0;
    }

    /* .services .item-box {
        height: auto !important;
    } */

    .work-carsouel .work-crus.out {
        width: 94%;
        margin-left: 3%;
    }

    .work-carsouel .work-crus .img .cont span,
    .work-carsouel .work-crus .img .cont h6 {
        opacity: 1;
    }

    .bc-margin {
        margin: 0 5px;
    }

    .variable-width .slick-slide,
    .video-slider .slick-slide {
        width: auto;
    }

    .slick-prev {
        left: 35% !important;
    }

    .slick-next {
        right: 35% !important;
    }

    .mobile-mb30 {
        margin-bottom: 30px;
    }

    .mobile-mt10 {
        margin-top: 10px;
    }

    .flex2-column-reverse {
        flex-direction: column-reverse;
    }

    .start-intro-text .fz-45 {
        font-size: 28px !important;
    }

    .start-intro-text .fz-26 {
        font-size: 22px !important;
    }

    .exp-img {
        width: 70%;
    }

    .secheight .swiper-slide {
        width: 100% !important;
    }

    .secheight .item-box {
        height: auto !important;
    }

    .services .swiper-container {
        overflow: hidden;
    }

    .fz-50 {
        font-size: 30px !important;
    }

    .float-btn {
        z-index: 99;
        right: -.3rem;
    }

    .float-btn span {
        padding: 15px 7px;
        font-size: 12px;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
    }

    .schedule-modal .modal-content {
        padding: 15px;
    }
}
