@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


:root{
    --dark-blue:#11164e;
    --footer-light:#8b8da1;
    /* --blue:#1962f2; */
    /*--orange:#ff5f55;*/
    --orange:#2cb34a;
    /* --orange:#faa625; */
    --white:#fff;
    --black: #212121;
}


body{
    font-size: 16px;
    line-height: 2;
    font-family: "Inter", sans-serif;
}
h1,h2,h3{
    color: var(--dark-blue);
}
a{
    text-decoration: none;
}
.navbar-dark .navbar-brand{
    filter: brightness(0) invert(1);
}
.home-slider-container{
    position: relative;
    /* margin-top: -66px; */
}
.home-slider-container::before{
    content: '';
    height: 8rem;
    width: 4rem;
    background-color: var(--orange);
    border-radius: 8rem 0 0 8rem ;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}
.home-slider{
    padding: calc(4rem + 44px) 0 4rem !important;
    position: relative;
    background-size: cover;
    background-position: top;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.home-slider::before{
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--dark-blue);
    position: absolute;
    opacity: 0.75;
}
.home-slider-1{
    background-image: url('../img/slider-yuplex.jpg');
}
.home-slider-2{
    background-image: url('../img/slider-yuplex-2.jpg');
}
.home-slider-3{
    background-image: url('../img/yuplex-slider-3.jpg');
}
/* .home-slider h3{
    color: #eee;
    text-transform: uppercase;
} */
.home-slider h1{
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 900;
}
.text-orange{
    color: var(--orange);
}
.text-white{
    color: var(--white);
}
.btn{
    padding: 0.5rem 1.25rem 0.4rem !important;
    border-radius: 2rem;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}
.btn-lg{
    padding: 0.75rem 1.25rem 0.65rem !important;
}
.btn-login{
    background-color: var(--dark-blue) !important;
    color: var(--white) !important;
}
.btn-order{
    background-color: var(--orange) !important;
    color: var(--white) !important;
}
.stroked-text-white,.stroked-text-black{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.stroked-text-white{
    -webkit-text-stroke-color: var(--white);
}
.stroked-text-black{
    -webkit-text-stroke-color: var(--black);
}
.carousel-indicators{
    bottom: 2rem;
}
.carousel-indicators [data-bs-target]{
    height: 6px;
    width: 6px;
    border: none !important;
    background-clip: unset;
    border-radius: 4px;
    margin-inline: 6px !important;
}
.bg-blurry .carousel-indicators{
    bottom: -1.5rem;
}
.about-slider-content .carousel-indicators{
    bottom: -2.125rem;
}
.bg-blurry .carousel-indicators [data-bs-target]{
    background-color: var(--dark-blue);
}
.carousel-indicators .active{
    width: 2rem;
}
.slider-white-dots{
    height: 5rem;
    width: 5rem;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 4rem;
    right: 0;
}
.slider-number{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    font-weight: 800;
    font-size: 5rem;
    position: absolute;
    right: -0.5rem;
    bottom: 0;
}
.slider-socials{
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0.5rem;
    display: flex;
    transform: translateY(-50%);
    background-color: var(--orange);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    border-radius: 0 1rem 1rem 0;
}
.slider-socials a{
    color: var(--white);
}
.carousel-item::before,.carousel-item::after{
    display: none;
}
.service-card{
    background-color: var(--white);
    border-radius: 0.35rem;
    box-shadow: 0 0 15px #11164e11;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.service-icon-bx{
    display: flex;
    gap:1rem;
    align-items: center;
    margin-bottom: 0.5rem;
}
.service-card:last-of-type{
    margin-bottom: 0;
}
.sib-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #11164e22;
    color: var(--dark-blue);
    border-radius: 0.25rem;
    font-size: 1.25rem;
}
.sib-content{
    width: calc(100% - 3.5rem);
}
.service-card h3,.yp-service-card h3{
    font-size: 1.125rem;
    color: var(--dark-blue);
    margin-bottom: 0;
}
.text-dark-blue{
    color: var(--dark-blue);
}
.fw-500{
    font-weight: 500;
}
.bg-blurry{
    background-image: url('../img/bg-blurry-2.svg');
    background-size: cover;
    position: relative;
}
.bg-blurry-1{
    background-image: url('../img/bg-blurry.svg');
    background-size: cover;
    position: relative;
}
.bg-blurry *{
    position: relative;
}
.bg-blurry::before{
    content: '';
    height: 100%;
    width: 100%;
    background-color: #f7f7f766;
    backdrop-filter: blur(50px);
    position: absolute;
    left: 0;
    top: 0;
}
.lc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lc-1{
    -webkit-line-clamp: 1;
}
.lc-2{
    -webkit-line-clamp: 2;
}
.lc-3{
    -webkit-line-clamp: 3;
}
.lc-4{
    -webkit-line-clamp: 4;
}
.lc-5{
    -webkit-line-clamp: 5;
}
.lc-6{
    -webkit-line-clamp: 6;
}
.lc-10{
    -webkit-line-clamp: 10;
}
.big-title{
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}
.big-title .text-gradient-outline{
    font-size: calc(3rem - 2px);
}
.bg-blurry-1 .sib-icon{
    background-color: #ff5f5522;
    color: var(--orange);
}
.bg-blurry-1 .sib-content h3{
    color: var(--orange);
}
.yp-service-card{
    overflow: hidden;
    display: relative;
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}
.yp-service-card h3{
    margin-bottom: 0.25rem;
}
.yp-service-card img {
    height: 10rem;
    object-fit: cover;
    width: 100%;
    border-radius: 0.5rem !important;
    padding: 0 !important;
    display: block;
    margin: 0 !important;
}
.yp-service-card .service-card-content {
    margin: -4rem 1rem 1rem;
}
.service-card-content {
    box-sizing: border-box;
    margin: -5rem 1rem 1rem;
    background-color: var(--white);
    border-radius: 0.35rem;
    box-shadow: 0 0 15px #11164e11;
    padding: 1rem 1rem 0.75rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.service-card-content::before {
    content: '';
    opacity: 0;
    height: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right,var(--dark-blue) 20%,var(--orange));
    /* background-attachment: fixed; */
    width: 100%;
    transition: 0.5s all ease;
    z-index: 10;
}
.yp-service-card:hover .service-card-content::before{
    opacity: 1;
}
.yp-service-card .btn {
    position: absolute;
    bottom: -2rem;
    font-size: 0.85rem;
    left: 1rem;
    line-height: 0;
    display: flex;
    padding-block: 0.5rem !important;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    z-index: 11;
}
.yp-service-card:hover .btn {
    bottom: 1rem;
}
.text-gradient-outline{
    background-image: linear-gradient(to right, var(--dark-blue), var(--orange));
    -webkit-background-clip: text;
    letter-spacing: 5px;
    font-weight: 500;
    -webkit-text-stroke: 4px transparent;
    /* -webkit-text-fill-color: transparent; */
    font-size: calc(inherit - 4px);
    color: var(--white);
}
.testimonial-card{
    background-color: #11164eee;
    background-image: url('../img/testimonial-card-bg.jpg');
    background-blend-mode: multiply;
    object-fit: cover;
    padding: 1.5rem;
    border-radius: 0.5rem;
    position: relative;
}
.testimonial-card h6{
    color: var(--white);
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
.testimonial-card small{
    font-size: 0.75rem;
    letter-spacing: 0.25rem;
}
.testimonial-card::before{
    content: '';
    height: 3rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--orange);
}
.testimonial-text{
    background-color: var(--white);
    backdrop-filter: blur(10px);
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 0.35rem;
    position: relative;
}
.testimonial-text p{
    margin-bottom: 0;
    font-size: 0.95rem;
}
.testimonial-text::before{
    content: '';
    height: 1rem;
    width: 1rem;
    background-color: var(--white);
    border-radius: 0 0 0 0;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    bottom: -0.5rem;
}
.testimonial-image{
    height: 4rem;
    width: 4rem;
    position: relative;
    margin: -3rem auto 0.5rem;
}
.testimonial-image::before{
    content: '';
    height: 4.25rem;
    position: absolute;
    width: 4.25rem;
    left: -0.125rem;
    top: -0.125rem;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background-color: var(--orange);
}
.testimonial-image img{
    height: 100%;
    width: 100%;
    background-color: white;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.pb-testimonials{
    padding-bottom: 5rem !important;
}
.text-block-img-container{
    position: relative;
}
.text-block-img-container img{
    border-radius: 0.5rem;
    width: 100%;
    display: block;
}
.text-block-text{
    position: absolute;
    background-color: var(--white);
    border-radius: 0.35rem;
    padding: 1rem;
    box-shadow: 0 0 15px #11164e22;
    font-size: 0.9rem;
    z-index: 10;
    bottom: 2rem;
    border: 3px double #11164e11;
    outline: 1px solid var(--white);
    outline-offset: 1px;
}
.tbx-right{
    right: -2rem;
}
.tbx-left{
    left: -2rem;
}
.fancy-text{
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: max-content;
    max-width: 100%;
}
.fancy-text::before{
    content: '';
    left: 0;
    height: 2px;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--orange);
}
.text-block-text h3{
    font-size: 1rem;
    font-weight: 600;
}
.text-block-text ul{
    padding-left: 1rem;
    margin-bottom: 0;
}
.text-block-text .fancy-text{
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
}
.text-block-text li::marker{
    color: var(--orange);
}
.about-section{
    background-image: url('../img/about-us-bg.jpg');
    background-position: center;
    height: 600px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.service-section{
    background-image: url('../img/services-bg.jpg');
}
.contact-us-section{
    background-image: url('../img/contact-us-bg.jpg');
}
.about-slider-content{
    width: 100%;
    color: var(--white);
    padding: 0 2rem 3rem;
    background-color: var(--orange);
    margin-bottom: -4.75rem;
    left: 0;
    position: relative;
    outline: 3px double var(--orange);
    overflow: visible;
}
.service-slider-content{
    padding-bottom: 2rem;
    margin-bottom: -2.5rem;
    background-color: var(--dark-blue);
    outline-color: var(--dark-blue);
}
.contact-us-section .about-slider-content{
    margin-bottom: 3rem;
}
.about-slider-content *{
    position: relative;
    z-index: 100;
}
.about-slider-content::before{
    content: '';
    height: 3rem;
    width: calc(100% - 3rem);
    position: absolute;
    left: 0;
    top: -3rem;
    background-color: inherit;
    outline: inherit;
    z-index: 0;
}
.about-slider-content::after{
    content: '';
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    right: -0.5rem;
    top: -3.5rem;
    background-color: inherit;
    outline: inherit;
}
.abt-slider-heading{
    color: var(--dark-blue);
    font-size: 1.5rem;
    position: relative;
    z-index: 10;
}
.title-span,.abt-slider-heading::before{
    content: '';
    height: 2px;
    width: 2rem;
    background-color:var(--white) !important;
    z-index: 100;
    position: absolute;
    left: 0;
    top: -1rem;
}
.rand-fig{
    background-color: var(--orange);
    display: block;
    outline: 3px double var(--orange);
    position: absolute;
}
.fig-1{
    height: 1rem;
    width: 1rem;
    top: -5.25rem;
    right: -1.25rem;
}
.fig-2{
    height: 1.5rem;
    width: 1.5rem;
    top: -3.5rem;
    right: -2.75rem;
}
.service-slider-content h2{
    color: var(--orange) !important;
}
.service-slider-content::after,
.service-slider-content::before,
.service-section .rand-fig{
    background-color: var(--dark-blue) !important;
    outline-color: var(--dark-blue) !important;
}
.stat-card{
    display: flex;
    gap:1rem;
    align-items: center;
}
.stat-icon{
    height: 3rem;
    width: 3rem;
    background-color: #ff5f5522;
    color: var(--orange);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.35rem;
    outline: 3px double #ff5f5544;
}
.stat-number{
    font-size: 2rem;
    font-weight: 600;
    color: var(--orange);
    display: block;
    line-height: 1;
}
.stat-title{
    font-size: 0.85rem;
    display: block;
    line-height: 1.75;
    color: var(--dark-blue);
}
.blog-article{
    background-color: var(--white);
    box-shadow: 0 0 15px #0003;
    padding: 1.25rem;
    border-radius: 0.5rem;
}
.blog-article img{
    width: 100%;
    border-radius: 0.25rem;
}
.blog-meta{
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    margin: 0.75rem 0;
}
.blog-title{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}




.cta{
    background-color: var(--dark-blue);
    position: relative;
    color: var(--white);
}
.cta *{
    position: relative;
}
.cta::before{
    content: 'YUPLEX';
    left: 50%;
    top: 50%;
    color: #11164e22;
    font-size: 15rem;
    font-weight: 900 !important;
    position: absolute;
    transform: translate(-50%,-50%);
    overflow: hidden;
    max-width: 100%;
}
.cta h2{
    font-size: 3.5rem;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 1px var(--dark-blue);
}
.cta img{
    width: 100%;
    filter: drop-shadow(0 0 0 var(--dark-blue));
    margin-top: 5rem;
    display: block;
}
footer{
    background-color: var(--dark-blue);
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-blend-mode: multiply;
    color: var(--footer-light);
    font-weight: 300;
    line-height: 2.25;
    font-size: 0.9rem;
    font-weight: 400;
}
footer h3{
    font-size: 1.25rem;
    color: var(--white);
}
footer a{
    color: var(--footer-light);
}
footer a:hover{
    color: var(--white);
}
footer img{
    filter: brightness(0) invert(1);
}
.footer-socials{
    display: flex;
    gap:1rem;
}
footer li i{
    color: var(--orange) !important;
}
.footer-socials a{
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 0;
    background-color: var(--footer-light);
    color: var(--dark-blue);
    border-radius: 50%;
}
.footer-socials a:hover{
    background-color: var(--white);
    color: var(--orange) !important;
}
.copyright{
    border-top:1px solid #fff2;
}
.table-of-content {
    padding: 1.5rem;
    background-color: #eee;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.sidebar-t-o-c::before{
    content: '';
    width: 100%;
    height: 2.5rem;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    background: linear-gradient(to bottom, transparent, #eee,#eee,#eee 100%);
    z-index: 1;
    pointer-events: none;
}
.table-of-content h2{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.table-of-content h2 i{
    margin-right: 0.5rem;
}
.table-of-content ol{
    margin-left:1.25rem;
    list-style: none;
    margin-bottom: 0;
}
.table-of-content ol ol{
    margin-left: 1.25rem;
}
.table-of-content li{
    padding: 0.125rem 0;
    font-size: 1rem;
    font-weight: 400;
    font-size: 1.1rem;
}
.table-of-content li li{
    font-size: 0.95rem;
}
.sidebar-t-o-c .table-of-content-content{
    padding-bottom: 1rem;
}
.table-of-content a{
    color: #212121;
    position: relative;
}
.table-of-content a:is(.active,:hover,.always-active){
    color: var(--dark-blue);
}
.table-of-content a::before{
    content: '';
    height: 100%;
    width: 3px;
    background-color: transparent;
    position: absolute;
    left: -1.25rem;
    top: 0;
}
.table-of-content a:is(.active,:hover,.always-active):before{
    background-color: var(--dark-blue);
}
#sidebarMenuContainer{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: visible;
}
.sidebar-t-o-c .table-of-content-content{
    position: relative;
}
.sidebar-t-o-c .table-of-content-content a{
    display: block;
}
#sidebarMenuContainer::-webkit-scrollbar{
    display: none;
}
.recommended-articles li{
    list-style: none;
}
.recommended-sigle-article{
    display: flex;
    margin: 0;
    gap: 0.95rem;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #6661;
}
.recommended-articles li:last-of-type .recommended-sigle-article{
    border-bottom: none;
    padding-bottom: 0.75rem;
}
.recommended-sigle-article:hover{
    background-color: #11164e11;
}
.article-sidebar{
    border: 1px solid #11164e22;
    overflow: hidden;
}
.recommended-sigle-article img{
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.rsa-content{
    width: calc(100% - 4rem);
}
.recommended-sigle-article h6{
    font-weight: 400;
    margin-bottom: 0.25rem;
}
.recommended-sigle-article p{
    margin-bottom: 0;
}
.sticky-top{
    position: sticky !important;
}
.single-article-page ul,.single-article-page ol{
    padding-left: 0;
    padding-bottom: 0;
}
.rsa-title{
    color: var(--dark-blue);
    line-height: 1.5;
    margin-bottom: 0;
}
.hide-on-mobile{
    display: none;
}
.close-mobile-menu{
    display: none;
}

@media screen and (min-width:767px) {
    .navbar .nav-item{
        margin-left: 1.5rem;
    }
    .navbar .nav-link:not(.btn){
        color: var(--dark-blue) !important;
    }
    .navbar-dark .nav-link:not(.btn){
        color: var(--white) !important;
    }
    .navbar .btn-login{
        border-color: var(--white) !important;
    }
}

@media screen and (max-width:767px) {
    .yp-service-card img{
        height: unset !important;
    }
    .navbar-collapse.collapse,.navbar-collapse.collapsing{
        height: 100vh !important;
        padding: 1rem;
        position: fixed !important;
        display: block;
        width: 300px;
        max-width: 100%;
        top: 0 !important;
        bottom: 0 !important;
        background-color: var(--white);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: 0.25s ease left;
        transform-origin: left;
        left: -100%;
        z-index: 15;
        box-shadow: 0 0 10px #0002;
    }
    .dropdown-menu{
      box-shadow: none !important;
      padding: 0 !important;
      box-shadow: none;
      border:none !important;
      border-radius: 0 !important;
      background-color: transparent;
    }
    .dropdown-item{
        padding-inline: 0 !important;
        color: var(--dark-blue) !important;
        font-size: 0.9rem !important;
    }
    .navbar-collapse .btn{
        margin-bottom: 0.5rem;
    }
    .navbar-collapse.collapsing{
        left: -50%;
        transition: none;
    }
    .navbar-collapse.show,.navbar-collapse.collapsing{
        left: 0;
    }
    .navbar-toggler{
        border: none;
        box-shadow: none !important;
        outline: none;
        position: relative;
    }
    .close-mobile-menu{
        height: 2rem;
        width: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        line-height: 1;
        background-color: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        color: var(--dark-blue);
        font-weight: 200 !important;
        position: absolute;
        right: 0.25rem;
        top: 1rem;
        transform: translateY(-50%);
        z-index: 10;
    }
    .home-slider h1{
        font-size: 2rem;
        font-weight: 700;
    }
    .home-slider .btn{
        display: block;
        text-align: center;
        margin: 1rem 0;
    }
    .big-title{
        font-size: 1.5rem;
    }
    .big-title .text-gradient-outline{
        font-size: calc(1.5rem - 4px);
    }
    .tbx-right{
        right: 1rem;
    }
    .tbx-left {
        left: 1rem;
    }
    .cta h2{
        font-size: 1.75rem;
    }
    .slider-socials,.home-slider-container::before{
        display: none;
    }
    .home-slider{
        min-height: unset;
    }
    .stroked-text-white{
        -webkit-text-fill-color: var(--white);
        -webkit-text-stroke-width: 0;
    }
    .hide-on-mobile{
        display: block;
        padding: 0 1rem 1rem;
        border-bottom: 1px solid #EDEEEE;
        margin: -0.5rem -1rem 0;
        position: relative;
    }
    .navbar .nav-link:not(.btn){
        color: var(--dark-blue) !important;
    }
    .rand-fig{
        display: none;
    }
    .about-slider-content{
        margin-bottom: 0.5rem;
    }
    .about-slider-content::after{
        height: 2.25rem;
        width: 2.25rem;
        right: 0;
        top: -3rem;
    }
    .stat-card{
        margin: 0.5rem 0;
    }
    .stat-number{
        font-size: 1.25rem;
    }
    .text-block-img-container,.testimonial-card,.blog-article{
        margin-bottom: 0.5rem;
    }
    .cta img{
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .cta{
        text-align: center;
    }
    .cta::before{
        font-size: 5rem;
    }
    .slider-number{
        font-size: 2.5rem;
        right: 0.5rem;
        bottom: -3.5rem;
    }
    .service-card-content::before{
        opacity: 1;
    }
    .yp-service-card .btn{
        bottom: 1rem;
    }
    .service-card-content p{
        margin-bottom: 4rem !important;
    }
    .service-card-content .lc{
        line-clamp: unset !important;
        display: block;
        -webkit-box-orient: unset;
    }
    .text-block-img-container img{
        min-height: 300px;
        margin-top: 0.75rem;
    }
}
