/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/


/* base css  */
body {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-size: 18px;
    background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Barlow", sans-serif;
}

a {
    transition: .3s;
}

.primary-color {
    color: #DAE167;
}

.primary-btn {
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    border-radius: 1000px;
    transition: .3s;
    background-image: linear-gradient(20deg, #1A87C3 0%, #2BB785 100%);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.primary-btn:hover {
    transform: scale(1.05);
    color: #fff;
}

.bordered-btn {
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    border-radius: 1000px;
    transition: .3s;
    background: url("../../plugins/plutohub/assets/img/btn-bg.svg") no-repeat center center;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.bordered-btn:hover {
    transform: scale(1.05);
    color: #fff;
}

.slick-arrow {
    height: 60px;
    width: 60px;
    background: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
    border: 1px solid #E0E0F8;
    font-size: 24px;
}

.slick-arrow:hover {
    background: #24A1A2;
    color: #fff;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.slick-dots button {
    text-indent: -9999px;
    height: 12px;
    width: 12px;
    background: #eee;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
}

.slick-dots li.slick-active button {
    background: #2BB884;
}

.programs-slider-trigger .slick-dots {
    justify-content: center;
}


/* Start Header area style
============================================================================================ */
.offcanvas-wraper {
    position: fixed;
    width: 300px;
    background: #222222;
    height: 100%;
    top: 0;
    padding: 20px 10px 0;
    z-index: 99;
    left: -300px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
    box-shadow: 0 20px 40px hsl(0deg 0% 0% / 8%);
}

.offcanvas-wraper.active {
    left: 0;
}

.offcanvas-wraper li a {
    color: #fff;
    font-size: 16px;
}

.offcanvas-wraper li a:hover {
    color: #97312B;
}

.offcanvas-wraper li {
    margin-bottom: 10px;
    position: relative;
}

.header-btns {
    margin-top: 5px;
}

.header-btns .header-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
}

.header-area {
    display: none;
}

.mobile-header {
    display: block;
}

.mobile-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-toggler {
    border: none;
    cursor: pointer !important;
    background-image: linear-gradient(20deg, #1A87C3 0%, #2BB785 100%) !important;
    padding: 12px 11px !important;
    border-radius: 50% !important;
    height: 45px;
    aspect-ratio: 1;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span:first-child {
    margin-left: auto;
}

.navbar-toggler span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 0 auto 5px;
    transition: all 400ms linear;
    cursor: pointer;
    border-radius: 10px;
}

.navbar-toggler span:last-child {
    margin-bottom: 0;
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 6.5px;
    width: 100%;
}

.navbar-toggler.active span:last-child {
    transform: rotate(45deg);
    bottom: 8px;
    position: relative;
    width: 100%;
}

.offcanvas-wraper {
    display: block;
}

.elementor-editor-active .fixed-position {
    position: relative;
}

.fixed-position {
    position: fixed;
    width: 100vw;
    top: 0;
}

.fixed-position.header-sticky {
    z-index: 999;
    box-shadow: 0 5px 20px #d1cece3b;
    background: #222;
}


.offcanvas-wraper .navbar-nav li.menu-item-has-children {
    position: relative;
    padding-right: 22px;
}

.offcanvas-wraper .navbar-nav li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 6px;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi42Nzg0NiA2LjYzNTE2TDEyLjM1NjkgMSIgc3Ryb2tlPSIjNENGRDg4IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
    z-index: 1;
    color: #fff;
    line-height: 1;
    filter: brightness(0) invert(0);
    transition: .3s;
}

.offcanvas-wraper .sub-menu {
    background: #fff;
    padding: 20px 15px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    border-radius: 0 0 10px 10px;
    margin: 0;
    list-style: none;
}

.offcanvas-wraper .site-logo {
    margin-bottom: 20px;
}

.offcanvas-wraper .site-logo img {
    max-width: 150px;
}

.header-btn .primary-btn {
    padding: 15px 20px;
}

/* clients area css  */
.single-clients-slider {
    border: 1px solid hwb(0deg 0% 100% / 10%);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.clients-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.clients-head .rating {
    color: #FFB800;
    display: flex;
    align-items: center;
    gap: 2px;
}

.single-clients-slider .message {
    font-size: 16px;
}

.single-clients-slider .author-meta h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-clients-slider .author-meta p {
    font-size: 16px;
    margin-bottom: 0;
}

.clients-slider .slick-slide {
    height: auto;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
}

.clients-slider .slick-track {
    display: flex;
}

.clients-slider .slick-slide>div {
    height: 100%;
}

.clients-slider .slick-slide>div>div {
    height: 100%;
}

.clients-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.client-title-wrap {
    margin-bottom: 40px;
}

/* blog area css  */
.single-blog-item .blog-thumbnail {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-blog-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.blog-content .date {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.blog-content h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}

.blog-content .read-more {
    font-size: 16px;
    font-weight: 500;
    color: #1A86C4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-content .read-more i {
    transform: rotate(-45deg);
}

.contact-form input,
.contact-form textarea {
    border: 1px solid hsl(0deg 0% 0% / 10%);
    border-radius: 10px;
    padding: 16px 16px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid hsl(0deg 0% 0% / 10%);
    border-radius: 10px;
    padding: 16px 16px;
}

.contact-form input[type="submit"] {
    border: none;
    border-radius: 1000px;
}

.contact-form .submit {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1366px) {
    .section-title {
        font-size: 36px;
    }

    .client-title-wrap {
        margin-bottom: 20px;
    }
}

@media(max-width: 1200px) {
    .clients-arrows-wrap {
        display: none;
    }

    .clients-area .section-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }
}