.cursor-pointer {
    cursor: pointer !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
a {
    margin: 0;
}
ul {
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}

.text-color {
    color: var(--text-color) !important;
}
.color-white {
    color: var(--color-white) !important;
}
.color-1 {
    color: var(--color-1) !important;
}
.color-2 {
    color: var(--color-2) !important;
}
.color-black {
    color: var(--color-black) !important;
}
.g-5 {
    gap: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-20 {
    margin-left: 20px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.p-30 {
    padding: 30px !important;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.text-12 {
    font-size: 12px !important;
}
.text-14 {
    font-size: 14px !important;
}
.text-16 {
    font-size: 16px !important;
}
.text-18 {
    font-size: 18px !important;
}
.text-20 {
    font-size: 20px !important;
}
.text-22 {
    font-size: 22px !important;
}
.text-24 {
    font-size: 24px !important;
}
.text-26 {
    font-size: 26px !important;
}
.text-28 {
    font-size: 28px !important;
}
.text-30 {
    font-size: 30px !important;
}
.text-32 {
    font-size: 32px !important;
}
.text-34 {
    font-size: 34px !important;
}
.text-36 {
    font-size: 36px !important;
}
.text-38 {
    font-size: 38px !important;
}
.text-40 {
    font-size: 40px !important;
}
.form-select:focus {
    box-shadow: none;
    border-color: var(--color-1);
}
.radius-10 {
    border-radius: 10px !important;
}
.radius-20 {
    border-radius: 20px !important;
}
.radius-22 {
    border-radius: 22px !important;
}
.radius-24 {
    border-radius: 24px !important;
}
.eBtn {
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
.gradient {
    background-image: linear-gradient(
        to right,
        #2f57ef 0%,
        #c664ff 51%,
        #c664ff 100%
    );
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
}
.shadow-none {
    box-shadow: none !important;
}
.gradient:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-title {
    margin-bottom: 50px;
}
.title-head {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 500;
    color: var(--color-1);
}
.title {
    font-size: 40px;
    font-weight: 500;
    color: var(--color-2);
    font-family: "Euclid Circular A";
}
.description {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    color: var(--text-color);
}

/******** Testimnonials  Area Start ***************************************************************/
.testimonials-wrapper {
    position: relative;
    overflow: hidden;
}
.elips {
    position: absolute;
}
.left-elips {
    top: 0;
    left: -77px;
    z-index: -1;
}
.left-elips img {
    height: 350px;
}
.right-elips {
    bottom: 0;
    right: 0;
    z-index: -1;
}
.right-elips img {
    height: 240px;
}
.testimonials-wrapper .section-title {
    margin-top: 40px;
}
.single-opinion {
    position: relative;
}
.user-image img {
    width: 50% !important;
    height: 321px;
    border-radius: 10px;
    object-fit: cover;
    max-width: 440px;
}
.testimonial-border {
    position: absolute;
    top: 50%;
    left: 40%;
    box-shadow: var(--box-shadow-2);
    max-width: 490px;
    width: 55%;
    border-radius: 24px;
    transform: translate(0, -50%);
    border-left: 6px solid var(--themeColor);
}
.testimonial-des {
    padding: 15px 20px 15px 20px;
    position: relative;
    background: #fff;
    border-radius: 20px;
}

.user-info {
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}
.user-info h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: var(--color-2);
}
.user-info p {
    font-size: 13px;
    font-weight: 500;
}
.user-info ul {
    gap: 8px;
    margin-right: 10px;
}
.user-info ul li i {
    color: #00aeef;
    font-size: 15px;
}
.testimonial-des .description {
    position: relative;
}


.testimonials-wrapper .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: -398px;
    bottom: 10px;
    z-index: 999;
}
.user-slider .owl-nav .owl-prev,
.user-slider .owl-nav .owl-next {
    background-image: linear-gradient(
        to right,
        #2f57ef 0%,
        #c664ff 51%,
        #c664ff 100%
    ) !important;
    transition: 0.5s;
    background-size: 200% auto !important;
    box-shadow: 0 0 20px #eee;
    height: 42px;
    width: 42px;
    color: #fff !important;
    border-radius: 10px;
    transition: 0.5s;
}
.user-slider .owl-nav .owl-prev {
    margin-right: 30px;
}
.user-slider .owl-nav .owl-prev:hover,
.user-slider .owl-nav .owl-next:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
/******** Testimnonials  Area End ***************************************************************/

/******** Skill  Area Start ***************************************************************/
.skil-content ul {
    margin-top: 50px;
}
.skil-content ul li {
    display: flex;
    margin-bottom: 30px;
}
.skil-content ul li:last-child {
    margin-bottom: 0;
}
.skil-content ul li .svg {
    height: 50px;
    width: 50px;
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    border-radius: 50%;
    background-color: #faecf1;
    margin-right: 15px; /* Increased margin for better spacing */
    flex-shrink: 0; /* Prevent shrinking on smaller screens */
}
.skil-content ul li .svg img {
    max-width: 24px; /* Ensure image fits within the SVG container */
    max-height: 24px;
}
.skill-text {
    flex-grow: 1; /* Allow text to take available space */
}
.skill-text span {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-2);
    display: inline-block; /* Make span a block element for better spacing */
}
.skill-text p {
    line-height: 27px;
    font-weight: 500;
    margin-top: 16px; /* Remove top margin, use span's bottom margin */
}
.color-dash {
    background-color: #e4e9fd !important;
}
.color-green {
    background-color: #e4fde7 !important;
}
.skill-image .over-text {
    width: 210px;
    bottom: 50%;
    left: -20px;
}
.skill-image .b-text h5 {
    color: var(--color-1);
}
.skill-image .over-text span {
    background-color: var(--color-1);
}
.skill-image img {
    height: 480px;
    object-fit: cover;
    width: 100%;
}
/******** Skill  Area End ***************************************************************/

/******** About Us Image Style Start ***************************************************************/
.about-us-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-image-inner {
    position: relative;
    width: 400px; /* Diameter of the main circle */
    height: 400px; /* Diameter of the main circle */
    background: #FF6B6B; /* Main circle color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image {
    position: absolute;
    width: 380px; /* Slightly smaller than the inner circle */
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secondary-image {
    position: absolute;
    bottom: 20px;
    right: -30px;
    width: 180px;
    height: 180px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 4;
    border: 5px solid white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-card {
    position: absolute;
    top: 50px;
    left: -50px;
    background: white;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 5;
    width: 220px;
}

.floating-card .icon {
    background-color: #4A90E2; /* Icon background color */
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-card .icon svg {
    width: 30px;
    height: 30px;
}

.floating-card .text h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.floating-card .text p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.deco-shape {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.deco-shape.shape-1 {
    width: 20px;
    height: 20px;
    background: #4A90E2;
    top: 20%;
    left: 5%;
}

.deco-shape.shape-2 {
    width: 15px;
    height: 15px;
    background: #F5A623;
    bottom: 15%;
    right: 5%;
}

.deco-shape.shape-3 {
    width: 25px;
    height: 25px;
    background: #7ED321;
    top: 10%;
    right: 10%;
}
/******** About Us Image Style End ***************************************************************/

/******** FAQ Section Style Start ***************************************************************/
.faq-image-wrapper-new {
    position: relative;
    margin-left: 20px;
}

.faq-image-main {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.faq-image-main img {
    width: 100%;
    border-radius: 24px;
}

.faq-image-secondary {
    position: absolute;
    width: 60%;
    right: -40px;
    bottom: -40px;
    border-radius: 24px;
    border: 10px solid #fff;
    overflow: hidden;
    z-index: 2;
}

.faq-image-secondary img {
    width: 100%;
    border-radius: 14px;
}

.faq-deco-dots {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, #00aeef 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    z-index: 0;
}

.faq-deco-dots.top-left {
    top: -20px;
    left: -30px;
}

.faq-deco-dots.bottom-right {
    bottom: -20px;
    right: -10px;
}

.qnaaccordion-five .accordion-item {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
}
.qnaaccordion-five .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.qnaaccordion-five .accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom: 0;
}

.qnaaccordion-five .accordion-button {
    font-weight: 600;
    color: var(--color-2);
    background-color: transparent;
    box-shadow: none;
    border-radius: 20px !important;
}

.qnaaccordion-five .accordion-button:not(.collapsed) {
    color: #00aeef;
    background-color: transparent;
}

.qnaaccordion-five .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform: rotate(0deg);
}

.qnaaccordion-five .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F81163'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

.qnaaccordion-five .accordion-body {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.lms-1-card.rounded-20px {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    padding: 20px;
}
/******** FAQ Section Style End ***************************************************************/

/******** Responsive Styles for FAQ Section Start ***************************************************************/
@media all and (max-width:991px) {
    .faq-image-wrapper-new {
        margin-left: 0;
        margin-bottom: 40px;
        max-width: 450px;
        margin: 0 auto 40px;
    }
}

@media all and (max-width:576px) {
    .faq-image-secondary {
        width: 50%;
        right: -20px;
        bottom: -20px;
        border-width: 5px;
    }
    .faq-deco-dots {
        width: 50px;
        height: 50px;
    }
    .faq-deco-dots.top-left {
        top: -10px;
        left: -10px;
    }
    .faq-deco-dots.bottom-right {
        bottom: -10px;
        right: -10px;
    }
    .lms-1-card.rounded-20px .lms-1-card-body.p-40px {
        padding: 20px;
    }
}
/******** Responsive Styles for FAQ Section End ***************************************************************/

/* Responsive Styles from responsive.css */
@media only screen and (max-width: 1100px) {
    .testimonial-border {
        right: 0px;
        /* max-width: 450px; */
    }
}

@media all and (max-width:1024px) {
    .testimonials-wrapper .owl-theme .owl-nav {
        left: -320px;
    }
}

@media (max-width: 991px) {
    .skill-image .over-text {
        left: 0;
    }
    .user-image img {
        width: 89% !important;
        /* right: -43px; */
    }
    .testimonial-des {
        padding: 20px 20px 20px 35px;
    }
    .testimonials-wrapper .owl-theme .owl-nav {
        position: inherit;
        left: 0;
        bottom: 0 !important;
    }
    .testimonials-wrapper {
        background-color: transparent;
    }
}

@media all and (max-width:767px) {
    .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .skill-image {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .about-skill .skill-image img {
        height: 460px;
        margin-bottom: 20px;
    }
}

@media all and (max-width:576px) {
    .title {
        font-size: 34px;
    }
    .about-skill .skill-image img,
    .skill-image img {
        height: auto;
    }
    .skill-text {
        width: 100%;
    }
    .skil-content ul li {
        flex-wrap: wrap;
    }
    .skil-content ul li .svg {
        margin-bottom: 15px;
    }
    .testimonial-border {
        width: 56%;
        top: 70%;
    }}
