* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .95rem;
}

h1,
h2,
h3 {
    font-weight: 800;
}

.header-top {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.banner-section {
    background-color: #182b3a;
    background-image: linear-gradient(to bottom right, #00c4cc, #7d2ae8);
    color: #fff;
    padding: 50px 0px;
    position: relative;
}

.banner-section>.container {
    position: relative;
    z-index: 2;
}

.banner-section .banner-shadow,
.banner-section .banner-shadow-left {
    position: absolute;
    right: 0;
    max-width: 200px;
    bottom: 10px;
}

.banner-section .banner-shadow-left {
    right: inherit;
    left: 0;
    bottom: 10px;
    max-width: 160px;
    transform: rotate(180deg);
}

.nav-pills .nav-link {
    font-weight: 400;
    color: #333;
}

.primary-btn {
    border-radius: 5px;
    background: linear-gradient(332deg, #E92085 -15.2%, #FD7521 66.64%);
    padding: 15px 25px;
    min-width: 200px;
    color: #fff;
    font-weight: bold;
}

.primary-btn:hover {
    background: linear-gradient(332deg, #FD7521 -15.2%, #E92085 66.64%);
    color: #fff;
}

.testimonials_sec,
.contact_sec {
    padding: 40px 0 60px;
    background: radial-gradient(113.87% 115.79% at 27.66% -52.37%, #d2e0ff 0%, #5affcd00 100%), radial-gradient(110.76% 113.16% at 73.95% -47.19%, #5753ff6e 0%, #5753ff00 100%);
}

.card-icon {
    background-image: linear-gradient(90deg, #00c4cc, #7d2ae8);
    padding: 18px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    line-height: 37px;
}

a.whatapp_chat {
    z-index: 999;
    bottom: 15px;
    right: 9px;
    position: fixed;
    display: block;
}

a.whatapp_chat img {
    max-width: 50px;
}

.form-control.required_field {
    border-left: 2px solid #f00;
}

.required_sign {
    font-weight: 500;
    color: #f00 !important;
    font-size: 1rem;
}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 60px 40px 40px 40px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 30px;
}

.testimonial-card img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    margin-bottom: 15px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -40px;
}

.testimonial-card h5 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.4rem;
}

.testimonial-card p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222;
}


.faq-section {
    background-color: #eef2f8;
    padding: 30px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
}

.faq-section .accordion-item {
    box-shadow: rgba(119, 119, 119, 0.2) 0px 2px 8px;
    border-radius: 4px;
    max-width: 700px;
    margin: 0 auto 15px;
}

.hw-section .feature {
    text-align: center;
    background: #f2f2f2;
    padding: 20px 10px;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 5px;
    height: 100%;
    position: relative;
}

.hw-section .feature h4 {
    text-transform: capitalize;
    font-size: 1.6rem;
    background: linear-gradient(135deg, rgb(0, 255, 237) 0%, rgb(25, 215, 231) 22.96%, rgb(127, 74, 217) 45.31%, rgb(175, 31, 198) 66.73%, rgb(223, 2, 192) 100%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.hw-section .feature h4.greadient_2,
.greadient_2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(225deg, rgb(250, 187, 0) 0%, rgb(208, 56, 141) 59.29%, rgb(154, 26, 137) 99.81%) text !important;
}

.hw-section .feature h4.greadient_3,
.greadient_3 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(166.19deg, rgb(255, 180, 180) 0%, rgb(92, 37, 80) 50.7%, rgb(40, 93, 116) 101.39%) text;
}

.resume-pic {
    max-width: 380px;
    position: absolute;
    bottom: 0;
}

[data-repeater-create] {
    background-color: #0b4f8b;
    display: inline-block !important;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

[data-repeater-list]:has([data-repeater-item]) {
    border: 1px solid #dddddd45;
    padding: 23px 10px 2px 10px;
    margin-bottom: 10px;
}

.pricx {
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    top: 22px;
    left: -15px;
    border-radius: 50%;
    background: linear-gradient(332deg, #E92085 -15.2%, #f32952 66.64%);
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.04rem;
    font-weight: 500;
    z-index: 2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    line-height: 40px;
}

.pdf-container {
    margin-top: -10px !important;
}

.pricx-modal {
    min-height: 38px;
    max-height: 38px;
    min-width: 38px;
    max-width: 38px;
    text-align: center;
    top: -12px;
    left: -12px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: absolute;
    line-height: 38px;
}

.form-control,
.form-select,
.form-control:focus {
    border-radius: 3px;
    padding: 8px 12px;
    width: 100%;
    display: block;
    caret-color: rgb(26, 145, 240);
    background-color: rgb(255, 255, 255);
    outline: none;
    border: 1px solid #c4c4c4;
    color: rgb(30, 37, 50);
    transition: color 0.1s ease 0s;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem #0cfff4;
}

.form-label {
    margin-bottom: 2px;
    color: #6c6c6c;
}

.btn {
    border-radius: 3px;
}

.feature-icon .material-icons {
    font-size: 5rem;
    margin-bottom: 30px;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #00c4cc, #7d2ae8);
    color: transparent;
}

.hw-section .feature span.h1 {
    font-size: 4rem;
    color: #493d3d;
    position: absolute;
    left: 20px;
    top: 0px;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 1px #d6d6d6;
    transform: rotate(330deg);
}

.template_Slider {
    background-color: #cadfff;
    background: radial-gradient(113.87% 115.79% at 27.66% -52.37%, #cadfff 0%, #5affcd00 100%), radial-gradient(110.76% 113.16% at 73.95% -47.19%, #5753ff6e 0%, #5753ff00 100%);
}

.gradient_text {
    background: linear-gradient(60.72deg, rgb(14, 0, 172) -11%, rgb(255 52 131) 86.67%) text;
    -webkit-text-fill-color: transparent;
}

.template_Slider .owl-dots {
    text-align: center;
}

.template_Slider .item {
    position: relative;
}

.use-this-temp-btn {
    position: absolute;
    bottom: 40px;
    opacity: 0;
    padding: 10px;
    left: 50%;
    margin-left: -90px;
    min-width: 180px;
    box-shadow: rgba(14, 30, 37, 0.32) 1px 3px 22px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.template_Slider .item:hover .use-this-temp-btn,
.item-data:hover .use-this-temp-btn {
    opacity: 1;
}

.feature_section {
    padding: 3rem 0px 3rem;
    background: #0a152f;
    color: #fff;
    position: relative;
    border-radius: 10px;
}

.card-wrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.page_names_section {
    background: linear-gradient(90deg, #c4e1f9, #d9c9f6, #e4c2f2);
    padding: 30px 0px;
}

.footer {
    background-color: #183153;
    color: #fff;
    padding: 50px 0 30px !important;
}

.footer-blocks ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-blocks ul li a {
    color: #fff;
    display: block;
    padding: 5px;
    text-decoration: none;
    display: flex;
}

.footer-blocks ul li a:hover {
    color: #00c4ff;
}

.footer .border-top {
    border-color: #454545 !important;
}

.feature-icon2 {
    margin: 10px auto 20px;
    width: 100px;
    text-align: center;
    height: 60px;
    border-radius: 100px;
    font-size: 4.5rem;
    line-height: 60px;
}

.feature2 h4 {
    text-transform: capitalize;
    font-size: 1.15rem;
}

.feature-icon2 .material-icons {
    font-size: 3.5rem;
}

.feature2 {
    text-align: center;
    padding: 15px 15px;
    max-width: 255px;
    margin: 10px auto;
    border-radius: 8px;
    color: #0a152f;
    height: 100%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo {
    max-width: 160px;
}

.btn-primary {
    background-color: #8b3dff;
    border: 1px solid #8b3dff;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9rem;
}

.btn .material-icons {
    font-size: 19px;
    line-height: 24px;
    margin-right: 5px;
}

.btn-primary:hover {
    background-color: #9650ff;
    border: 1px solid #9650ff;
    color: #fff;
}

.left-side-fields {
    color: #ddd;
}

.left-side-fields .form-label {
    color: #ddd;
    line-height: auto;
}

.owl-next span,
.owl-prev span {
    display: none;
}

.owl-next,
.owl-prev {
    background: url(/images/right-arrow.png) no-repeat !important;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    background-size: 100% !important;
    margin-top: -30px !important;
}

.owl-next {
    right: -80px;
}

.owl-prev {
    left: -80px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-next:hover,
.owl-prev:hover {
    opacity: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
}

.dotted_bg,
.dotted_bg_2 {
    position: absolute;
    background-size: 80%;
    max-width: 700px;
    opacity: .1;
    bottom: 0;
    left: 0;
    z-index: 0;
}

h2 {
    text-transform: capitalize;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(122, 153, 217)),
            color-stop(0.72, rgb(73, 125, 189)),
            color-stop(0.86, rgb(28, 58, 148)));
}

.item-data {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.item-data:hover {
    transform: scale(1.03);
}

@media screen and (max-width: 960px) {

    .resume-pic {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    .header-top>.container {
        display: block !important;
        text-align: center;
    }

    .menulinktop {
        margin-top: 10px !important;
        justify-content: center;
    }

    .menulinktop .nav-link {
        padding: 5px 10px !important;
    }

    .primary-btn {
        font-size: 1rem;
        font-weight: normal;
        padding: 8px 11px !important;
        max-width: 200px;
    }

    .justify-content-sm-left.mb-5 {
        margin-bottom: 10px !important;
    }

    .display-6 {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    #featured-3 {
        padding: 20px 1.5rem !important;
    }

    .feature_section {
        padding: 1rem 0px 2rem;
    }

    .feature2 {
        height: auto !important;
    }

    .page_names_section {
        padding: 14px 0px;
    }

    .page_names_section h1 {
        margin-bottom: 0px;
        font-size: 1.5rem;
    }

    .faq-section {
        padding: 10px 0;
    }

    .card-wrap .img-fluid {
        max-width: 100% !important;
    }

    .card-wrap {
        padding: 20px;
    }

    .card-wrap h5 {
        font-size: 1.1rem;
    }

    .banner-section {
        padding: 20px 0px;
    }

    .feature-icon .material-icons {
        font-size: 4rem;
        margin-bottom: 14px;
    }

}

.blog-section {
    padding: 40px 0px;
}

.blog-card {
    position: relative;
    margin-bottom: 30px;
    transition: transform .3sease;
}

.blog-card:hover {
    transform: translateY(-3px);
}

.blog-card a {
    color: #333;
    text-decoration: none;
}


.blog-title-wrap {
    background-color: #fff;
    padding: 10px;
    width: 94%;
    margin-left: 3%;
    border-radius: 6px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}

.blog-card img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-category {
    font-size: 12px;
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    margin-top: 10px;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}

.blog-content {
    padding: 10px;
    background-color: #fff;
}

.popular-blogs {
    padding: 0px;
    background-color: #0f0f0f;
    border-radius: 8px;
    color: #ddd
}

.popular-blogs h5 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.5rem;
    color: #e3ff59;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
}

.popular-blogs ul {
    list-style: none;
    padding-left: 0;
}

.popular-blogs li {
    margin-bottom: 0px;
    background-color: #1d1c1c;
    border-bottom: 1px solid #dddddd29;
    padding: 20px 20px 20px 70px;
    position: relative;
    counter-increment: blog-counter;
    /* Increment counter */
}

.popular-blogs li::before {
    content: counter(blog-counter);
    position: absolute;
    left: 20px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    top: 50%;
    width: 36px;
    height: 36px;
    background: #e3ff59;
    border-radius: 100px;
    text-align: center;
    line-height: 36px;
    margin-top: -18px;
}

.popular-blogs a {
    text-decoration: none;
    color: #efefef;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    display: inline;
    transition: color 0.3s ease-in-out;
    background-image: linear-gradient(to right, rgb(227 255 89 / 1) 0%, rgb(227 255 89 / 1) 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.3s ease-in-out;
}

.popular-blogs a:hover {
    --tw-text-opacity: 1;
    color: rgb(227 255 89 / 1);
    background-size: 100% 2px;
}
}

strong,
b {
    font-weight: 600;
}

.biodata-thumbnail {
    max-width: 100%;
}

.biodata-thumbnail img {
    max-width: 100%;
    border-radius: 6px;
    margin: 10px 0px;
}