/* Filtered diff with corrected about-image classes (about-image-1→11, 2→21, 3→31) */

.about-body-content {
    width: calc(48% - 15px);
}

.about-body-content h3 {
    font-size: 22px;
    line-height: 1.4em;
}

.about-body-content h3 span {
    color: var(--accent-color);
}

.about-body-image {
    width: calc(52% - 15px);
}

.about-body-image figure {
    display: block;
    border-radius: 20px;
}

.about-body-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.33;
    border-radius: 20px;
}

.about-image-11 {
    transform: rotate(-7deg);
}

.about-image-11 figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.about-image-11 figure img {
    aspect-ratio: 1 / 1.265;
}

.about-image-11 figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-image-21 {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 100%;
    max-width: 340px;
    transform: rotate(5deg);
}

.about-image-21 figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.about-image-21 figure img {
    aspect-ratio: 1 / 0.521;
}

.about-image-21 figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-image-31 {
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 100%;
    max-width: 255px;
    transform: rotate(9deg);
}

.about-image-31 figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.about-image-31 figure img {
    aspect-ratio: 1 / 1.199;
}

.about-image-31 figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-image-circle {
    position: absolute;
    top: -90px;
    left: 50px;
}

.about-image-circle a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.about-image-circle a img {
    width: 100%;
    max-width: 140px;
    animation: infiniterotate 25s infinite linear;
}

.about-image-circle a img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.about-image-circle a:hover img {
    animation-play-state: paused;
}

.about-us-body {
    margin-bottom: 40px;
}

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 40px;
}

.about-us-images {
    position: relative;
    padding: 90px 195px 150px 20px;
    margin-right: 50px;
}

.about-us-list {
    margin-bottom: 40px;
}

.approach-goal-content h2 {
    font-size: 22px;
    color: var(--white-color);
    text-transform: capitalize;
}

.approach-goal-content h3 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: normal;
    text-transform: uppercase;
    color: var(--white-color);
    padding-left: 30px;
    margin-bottom: 15px;
}

.approach-goal-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/icon-sub-heading.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease-in-out;
}

.approach-goal-img figure {
    display: block;
    border-radius: 20px;
}

.approach-goal-img figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(38, 81, 74, 0.00) 37.39%, rgba(38, 81, 74, 0.80) 93.02%);
    z-index: 1;
}

.approach-goal-img img {
    width: 100%;
    aspect-ratio: 1 / 0.32;
    object-fit: cover;
}

.btn-default.btn-highlighted::after {
    background: var(--white-color);
}

.btn-default.btn-highlighted:hover {
    color: var(--primary-color);
}

.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    background-image: url('../images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    border-radius: 6px;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover {
    color: var(--white-color);
}

.client-review-content p {
    color: var(--white-color);
    margin-bottom: 0;
}

.client-review-content p i {
    color: var(--accent-color);
    margin: 0 5px;
}

.client-review-image figure {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}

.client-review-image img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.client-review-image.add-more p {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
}

.company-experience-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-content: center;
    justify-content: center;
    background: var(--accent-color);
    border-radius: 50%;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.company-experience-box h3 {
    font-size: 30px;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.company-experience-box p {
    line-height: 1.3em;
    color: var(--white-color);
    text-transform: capitalize;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.company-experience-box:hover {
    background: var(--primary-color);
}

.company-experience-box:hover h3 {
    color: var(--white-color);
}

.company-experience-box:hover p {
    color: var(--white-color);
}

.contact-now-box {
    display: flex;
    align-items: center;
}

.contact-now-box .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.contact-now-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 25px;
    z-index: 1;
}

.contact-now-box .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

.contact-now-box-content h3 {
    font-size: 20px;
}

.contact-now-box-content h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.contact-now-box-content h3 a:hover {
    color: var(--accent-color);
}

.contact-now-box-content p {
    margin-bottom: 5px;
}

.contact-now-box:hover .icon-box::before {
    transform: scale(1);
}

.expertise-image .about-image-circle {
    top: auto;
    left: auto;
    right: 180px;
    bottom: 0;
}

.expertise-img figure {
    display: block;
    border-radius: 20px;
}

.expertise-img img {
    width: 100%;
    aspect-ratio: 1 / 0.891;
    object-fit: cover;
    border-radius: 20px;
}

.expertise-list-img img {
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

.fact-counter-item h2 {
    font-size: 40px;
    color: var(--white-color);
    margin-bottom: 5px;
}

.fact-counter-item p {
    color: var(--white-color);
    margin: 0;
}

.faq-accordion .accordion-item .accordion-body p {
    color: var(--white-color);
    margin-bottom: 15px;
}

.faq-accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-cta-box .icon-box {
    position: relative;
    margin-right: 20px;
    z-index: 1;
}

.faq-cta-box .icon-box img {
    max-width: 60px;
}

.faq-cta-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.faq-cta-content p {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.faq-cta-content p a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.faq-cta-content p a:hover {
    color: var(--accent-color);
}

.faq-cta-content p:last-child {
    margin-bottom: 0;
}

.footer-contact-item h3 {
    font-size: 20px;
    color: var(--white-color);
}

.footer-contact-item p {
    color: var(--white-color);
    opacity: 80%;
    margin-bottom: 10px;
}

.footer-copyright-text p {
    color: var(--white-color);
    margin: 0;
}

.footer-links h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 25px;
}

.footer-links ul li {
    text-transform: capitalize;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.footer-logo img {
    width: 100%;
    max-width: 168px;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-menu ul li {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    line-height: normal;
    color: var(--white-color);
    margin-right: 40px;
    transition: all 0.3s ease-in-out;
}

.footer-menu ul li a {
    color: inherit;
}

.footer-menu ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -23px;
    background-color: var(--dark-divider-color);
    border-radius: 50%;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
}

.footer-menu ul li:hover {
    color: var(--accent-color);
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-menu ul li:last-child:before {
    display: none;
}

.goals-image-box figure {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.goals-image-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.goals-img-1 img {
    aspect-ratio: 1 / 0.9672;
}

.goals-img-2 img {
    aspect-ratio: 1 / 1.068;
}

.goals-img-3 img {
    aspect-ratio: 1 / 1.2;
}

.goals-img-4 img {
    aspect-ratio: 1 / 1.085;
}

.goals-item .icon-box {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.goals-item .icon-box img {
    width: 100%;
    max-width: 50px;
    transition: all 0.4s ease-in-out;
}

.goals-item-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.goals-item-content p {
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.goals-item.active .goals-item-content h3 {
    color: var(--white-color);
}

.goals-item.active .goals-item-content p {
    color: var(--white-color);
}

.goals-item.active .icon-box img {
    filter: brightness(0) invert(1);
}

.goals-item.active:before {
    height: 100%;
    border-radius: 0;
}

.goals-item:hover .goals-item-content h3 {
    color: var(--white-color);
}

.goals-item:hover .goals-item-content p {
    color: var(--white-color);
}

.goals-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-btn .readmore-btn {
    color: var(--white-color);
}

.hero-btn .readmore-btn::before {
    background-image: url('../images/arrow-white.svg');
}

.hero-btn .readmore-btn:hover {
    color: var(--accent-color);
}

.hero-content .section-title p {
    width: 100%;
    max-width: 750px;
}

.hero-counter-box h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 5px;
}

.hero-counter-box p {
    color: var(--white-color);
    margin: 0;
}

.hero-counter-box p i {
    color: var(--accent-color);
}

.hero-counter-box p span {
    font-weight: 600;
}

.intro-video1 {
    position: relative;
    padding: 29.167vw 0 100px;
}

.intro-video1.section-title {
    margin-bottom: 0;
}

.intro-video1.section-title h2 {
    color: var(--white-color);
}

.intro-video-list {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 40px;
    padding-top: 40px;
}

.intro-video-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.intro-video-list ul li {
    position: relative;
    width: calc(25% - 22.5px);
    color: var(--white-color);
    line-height: 1.4em;
    padding-left: 30px;
}

.intro-video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(24, 85, 92, 0.00) 27.11%, var(--primary-color) 100%);
    width: 100%;
    height: 100%;
}

.mission-vision-item h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.mission-vision-item h2 {
    position: relative;
    z-index: 1;
}

.mission-vision-item h3 {
    color: var(--primary-color);
    margin-bottom: 40px;
}

.mission-vision-item h3 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: normal;
    text-transform: uppercase;
    color: var(--white-color);
    padding-left: 30px;
    margin-bottom: 15px;
}

.mission-vision-item h3 {
    position: relative;
    z-index: 1;
}

.mission-vision-item h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/icon-sub-heading.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease-in-out;
}

.mission-vision-item p {
    color: var(--primary-color);
    margin: 0;
}

.mission-vision-item p {
    position: relative;
    z-index: 1;
}

.mission-vision-item.active h3::before {
    filter: brightness(0) invert(0);
}

.mission-vision-item.active::before {
    height: 100%;
    border-radius: 0;
}

.mission-vision-item:hover h3::before {
    filter: brightness(0) invert(0);
}

.newsletter-form .form-group .newsletter-btn i {
    font-size: 28px;
    color: var(--primary-color);
    margin-right: 3px;
}

.our-expertise-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.our-expertise-body ul li {
    position: relative;
    line-height: 1.4em;
    padding-left: 30px;
}

.our-expertise-body ul li::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.our-facts-image img {
    width: 100%;
    aspect-ratio: 1 / 1.55;
    object-fit: cover;
    margin-bottom: -50px;
}

.our-facts-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.our-facts-list ul li {
    position: relative;
    width: calc(50% - 15px);
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.4em;
    padding-left: 30px;
}

.our-facts-list ul li::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.our-features-body h2 {
    font-size: 50px;
    margin-bottom: 25px;
}

.our-features-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.our-features-body p {
    margin: 0;
}

.our-features-content .icon-box img {
    width: 100%;
    max-width: 80px;
}

.our-features-image figure {
    display: block;
    border-radius: 20px;
}

.our-features-image img {
    width: 100%;
    aspect-ratio: 1 / 0.84;
    object-fit: cover;
    border-radius: 20px;
}

.our-goals-images .about-image-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-potential-img figure {
    display: block;
    border-radius: 20px;
}

.our-potential-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.32;
    border-radius: 20px;
}

.our-service-content {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.our-services {
    padding: 100px 0;
}

.our-testimonial-image figure {
    display: block;
    border-radius: 20px;
}

.our-testimonial-image img {
    width: 100%;
    aspect-ratio: 1 / 0.992;
    object-fit: cover;
    border-radius: 20px;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-services .service-item {
    background: var(--primary-color);
}

.page-single-faqs .faq-accordion .accordion-item .accordion-body p {
    color: var(--text-color);
}

.page-single-image-video .video-play-button1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.page-single-image-video .video-play-button1 a {
    width: 50px;
    height: 50px;
    margin: 0;
}

.page-single-image-video .video-play-button1 a:after {
    animation-delay: .3s;
}

.page-single-image-video .video-play-button1 a:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--white-color);
    opacity: 30%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.page-single-image-video .video-play-button1 a:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--white-color);
    opacity: 30%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.potential-body-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.potential-body-content p:last-child {
    margin-bottom: 0;
}

.potential-body-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.potential-body-list ul li {
    position: relative;
    line-height: 1.4em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.potential-body-list ul li::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.potential-body-list ul li:last-child {
    margin-bottom: 0;
}

.potential-counter-content h3 {
    font-size: 20px;
}

.potential-counter-item .counter-circle {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid var(--accent-color);
    border-radius: 50%;
    margin-right: 20px;
}

.potential-counter-item .counter-circle h2 {
    font-size: 30px;
    font-weight: 700;
}

.readmore-btn {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 28px;
    transition: all 0.3s ease-in-out;
}

.readmore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url('../images/arrow-accent.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: translate(-3px, -50%);
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover {
    color: var(--accent-color);
}

.satisfy-client-img figure {
    display: block;
}

.satisfy-client-img img {
    max-width: 50px;
    border-radius: 50%;
}

.section-footer-text p {
    margin-bottom: 0;
}

.section-footer-text p a {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.section-footer-text span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    display: inline-block;
    text-transform: capitalize;
    color: var(--primary-color);
    background: var(--accent-color);
    padding: 4px 10px;
    border-radius: 100px;
    margin-right: 12px;
}

.service-cta-box {
    position: relative;
    background: url('../images/service-cta-box-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    align-content: center;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}

.service-cta-box .contact-now-box {
    position: relative;
    z-index: 1;
}

.service-cta-box .contact-now-box-content h3 {
    color: var(--white-color);
}

.service-cta-box .contact-now-box-content p {
    color: var(--white-color);
}

.service-cta-box-info {
    margin-bottom: 30px;
}

.service-cta-box-info {
    position: relative;
    z-index: 1;
}

.service-cta-box-info h2 {
    font-size: 30px;
    color: var(--white-color);
}

.service-cta-box-info h3 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 10px;
}

.service-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.service-item {
    position: relative;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
    border: 1px solid var(--bio-red)
}

.service-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    border-radius: 50%;
    margin-bottom: 40px;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.service-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}

.service-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-item-content {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-item-content h3 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.service-item-content h3 a {
    color: inherit;
}

.service-item-content p {
    margin-bottom: 0;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.service-item.active .icon-box::before {
    transform: scale(1);
}

.service-item.active .service-item-content h3 {
    color: var(--primary-color);
}

.service-item.active .service-item-content p {
    color: var(--primary-color);
}

.service-item.active .service-readmore-btn a {
    color: var(--primary-color);
}

.service-item.active .service-readmore-btn a::before {
    filter: brightness(0.9) invert(1);
}

.service-item.active::after {
    height: 100%;
    border-radius: 0;
}

.service-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    border-radius: 999px 999px 0 0;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-item:hover .icon-box::before {
    transform: scale(1);
}

.service-item:hover .service-item-content h3 {
    color: var(--primary-color);
}

.service-item:hover .service-item-content p {
    color: var(--primary-color);
}

.service-item:hover .service-readmore-btn a {
    color: var(--primary-color);
}

.service-item:hover .service-readmore-btn a::before {
    filter: brightness(0.9) invert(1);
}

.service-item:hover::after {
    height: 100%;
    border-radius: 0;
}

.service-readmore-btn {
    position: relative;
    color: var(--accent-color);
    z-index: 1;
}

.service-readmore-btn a {
    color: var(--accent-color);
}

.service-readmore-btn a::before {
    background-image: url('../images/arrow-accent.svg');
}

.team-content h3 a {
    display: inline-block;
    color: inherit;
}

.team-image a {
    display: block;
    cursor: none;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.14;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img {
    transform: scale(1.1);
}

.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
}

.team-social-icon ul li a {
    width: 30px;
    height: 30px;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a i {
    color: inherit;
    font-size: 16px;
}

.team-social-icon ul li a:hover {
    background: var(--accent-color);
    color: var(--primary-color);
}

.testimonial-body .author-content h3 {
    font-size: 20px;
    color: var(--accent-color);
    text-transform: capitalize;
    margin-bottom: 2px;
}

.testimonial-body .author-content p {
    color: var(--white-color);
    margin: 0;
}

.testimonial-body .author-image figure {
    border-radius: 10px;
}

.testimonial-body .author-image img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.testimonial-company-slider .company-logo img {
    width: 100%;
    max-height: 40px;
}

.testimonial-content p {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    margin: 0;
}

.testimonial-item .testimonial-rating i {
    color: var(--accent-color);
}

.video-play-button1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-button1 a {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: none;
}

.video-play-button1 a i {
    font-size: 20px;
    color: var(--primary-color);
    margin-left: 2px;
}

.video-play-button1 p {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    margin: 0;
}

.what-we-do-body .about-image-circle {
    position: initial;
}

.what-we-do-body .about-image-circle a img {
    position: initial;
    align-content: center;
    max-width: 180px;
}

.what-we-do-img-1 figure {
    display: block;
}

.what-we-do-img-1 img {
    aspect-ratio: 1 / 1.48;
}

.what-we-do-img-1 img {
    width: 100%;
    object-fit: cover;
}

.what-we-do-img-2 figure {
    display: block;
    border-radius: 12px;
}

.what-we-do-img-2 img {
    aspect-ratio: 1 / 1.405;
}

.what-we-do-img-2 img {
    width: 100%;
    object-fit: cover;
}

.what-we-do-img-3 figure {
    display: block;
    border-radius: 12px;
}

.what-we-do-img-3 img {
    aspect-ratio: 1 / 0.644;
}

.what-we-do-img-3 img {
    width: 100%;
    object-fit: cover;
}

.what-we-do-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-list ul li {
    position: relative;
    line-height: 1.4em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.what-we-do-list ul li::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.what-we-do-list ul li:last-child {
    margin-bottom: 0;
}

.why-choose-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why-choose-body-img {
    width: calc(45% - 15px);
}

.why-choose-body-img figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.why-choose-body-img img {
    width: 100%;
    aspect-ratio: 1 / 1.405;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-box {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 30px;
}

.why-choose-btn {
    margin-top: 60px;
}

.why-choose-content {
    width: calc(55% - 15px);
}

.why-choose-content-box {
    width: calc(55% - 15px);
}

.why-choose-image {
    width: calc(45% - 15px);
    position: relative;
    padding: 0 50px 50px 0;
}

.why-choose-img figure {
    display: block;
    border-radius: 20px;
}

.why-choose-img img {
    width: 100%;
    aspect-ratio: 1 / 1.333;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-item {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-right: 3.646vw;
}

.why-choose-item .icon-box {
    margin-bottom: 20px;
}

.why-choose-item .icon-box img {
    width: 100%;
    max-width: 40px;
}

.why-choose-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.why-choose-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-list ul li {
    position: relative;
    line-height: 1.4em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.why-choose-list ul li:before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.why-choose-list ul li:last-child {
    margin-bottom: 0;
}

.why-choose-us {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .about-body-content {
        width: 100%;
    }
    .about-body-content h3 {
        font-size: 18px;
    }
    .about-body-image {
        width: 100%;
    }
    .about-image-21 {
        max-width: 240px;
    }
    .about-image-31 {
        max-width: 190px;
    }
    .about-image-circle a img {
        max-width: 100px;
    }
    .about-us-footer {
        gap: 15px 20px;
    }
    .about-us-images {
        max-width: 100%;
        padding: 80px 90px 130px 16px;
    }
    .approach-goal-content h2 {
        font-size: 18px;
    }
    .approach-goal-img img {
        aspect-ratio: 1 / 0.82;
    }
    .client-review-content p {
        font-size: 12px;
    }
    .client-review-image figure {
        width: 30px;
        height: 30px;
    }
    .client-review-image.add-more p {
        font-size: 10px;
    }
    .company-experience-box {
        width: 110px;
        height: 110px;
        padding: 15px;
    }
    .company-experience-box h3 {
        font-size: 22px;
    }
    .company-experience-box p {
        font-size: 14px;
    }
    .contact-now-box .icon-box {
        width: 44px;
        height: 44px;
        margin-right: 5px;
    }
    .contact-now-box .icon-box img {
        max-width: 20px;
    }
    .contact-now-box-content h3 {
        font-size: 18px;
    }
    .contact-now-box-content p {
        margin-bottom: 2px;
    }
    .expertise-image .about-image-circle {
        right: 80px;
    }
    .expertise-img figure {
        border-radius: 20px;
    }
    .expertise-img img {
        border-radius: 20px;
    }
    .fact-counter-item h2 {
        font-size: 28px;
    }
    .faq-cta-box .icon-box {
        margin-right: 10px;
    }
    .faq-cta-box .icon-box img {
        max-width: 45px;
    }
    .faq-cta-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .faq-cta-content p {
        margin-bottom: 5px;
    }
    .footer-contact-item h3 {
        font-size: 16px;
    }
    .footer-contact-item p {
        margin-bottom: 5px;
    }
    .footer-links h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-links ul li {
        margin-bottom: 5px;
    }
    .footer-logo img {
        max-width: 150px;
    }
    .footer-menu ul {
        text-align: center;
    }
    .goals-item .icon-box {
        margin-bottom: 20px;
    }
    .goals-item .icon-box img {
        max-width: 40px;
    }
    .goals-item-content h3 {
        font-size: 18px;
    }
    .hero-counter-box h3 {
        font-size: 18px;
    }
    .intro-video1.section-title {
        margin-bottom: 30px;
    }
    .intro-video-list ul {
        gap: 10px;
    }
    .intro-video-list ul li {
        width: 100%;
    }
    .mission-vision-item h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mission-vision-item h3 {
        margin-bottom: 15px;
    }
    .our-expertise-body ul {
        gap: 10px;
    }
    .our-expertise-body ul li {
        width: 100%;
    }
    .our-facts-image img {
        aspect-ratio: 1 / 1.29;
        object-fit: contain;
    }
    .our-facts-list ul {
        gap: 10px;
    }
    .our-facts-list ul li {
        width: 100%;
    }
    .our-features-body h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .our-features-body h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .our-features-content .icon-box img {
        max-width: 45px;
    }
    .our-features-image img {
        aspect-ratio: 1 / 0.67;
    }
    .potential-body-content h3 {
        font-size: 18px;
    }
    .potential-counter-content h3 {
        font-size: 18px;
    }
    .potential-counter-item .counter-circle {
        border-width: 6px;
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .potential-counter-item .counter-circle h2 {
        font-size: 20px;
    }
    .service-cta-box {
        padding: 40px 20px;
    }
    .service-cta-box .contact-now-box .icon-box {
        margin-right: 15px;
    }
    .service-cta-box-info h2 {
        font-size: 22px;
    }
    .service-cta-box-info h3 {
        font-size: 18px;
    }
    .service-item {
        padding: 20px;
    }
    .service-item .icon-box {
        margin-bottom: 20px;
    }
    .service-item-content h3 {
        font-size: 18px;
    }
    .team-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .testimonial-body .author-content h3 {
        font-size: 18px;
    }
    .testimonial-content p {
        font-size: 16px;
    }
    .video-play-button1 {
        justify-content: left;
    }
    .what-we-do-body .about-image-circle a img {
        max-width: 100px;
    }
    .what-we-do-img-1 img {
        aspect-ratio: 1 / 1.45;
    }
    .what-we-do-img-2 figure {
        border-radius: 16px;
    }
    .what-we-do-img-2 img {
        aspect-ratio: 1 / 1.4;
    }
    .what-we-do-img-3 figure {
        border-radius: 16px;
    }
    .why-choose-body-img {
        width: 100%;
    }
    .why-choose-btn {
        margin-top: 20px;
    }
    .why-choose-content-box {
        width: 100%;
    }
    .why-choose-img img {
        object-position: center center;
    }
    .why-choose-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .why-choose-item .icon-box {
        margin-bottom: 15px;
    }
    .why-choose-item-content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .about-image-circle {
        top: -65px;
    }
    .about-image-circle a img {
        max-width: 120px;
    }
    .about-us-body {
        margin-bottom: 30px;
    }
    .about-us-footer {
        gap: 20px 30px;
    }
    .about-us-images {
        max-width: 70%;
        margin: 0 auto 30px;
    }
    .about-us-list {
        margin-bottom: 30px;
    }
    .about-us-list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .about-us::before {
        bottom: 40px;
        width: 170px;
        height: 170px;
        opacity: 20%;
    }
    .approach-goal-content h2 {
        font-size: 20px;
    }
    .approach-goal-content h3 {
        margin-bottom: 10px;
    }
    .approach-goal-content h3 {
        padding-left: 25px;
    }
    .approach-goal-content h3::before {
        width: 18px;
        height: 18px;
    }
    .approach-goal-img img {
        aspect-ratio: 1 / 0.42;
    }
    .company-experience-box h3 {
        font-size: 26px;
    }
    .fact-counter-item h2 {
        font-size: 34px;
    }
    .footer-links h3 {
        margin-bottom: 20px;
    }
    .footer-menu ul li {
        margin-right: 20px;
    }
    .footer-menu ul li::before {
        right: -14px;
    }
    .goals-item .icon-box {
        margin-bottom: 30px;
    }
    .hero-content .section-title p {
        max-width: 100%;
    }
    .intro-video1 {
        padding: 250px 0 50px;
    }
    .intro-video-list {
        margin-top: 30px;
        padding-top: 30px;
    }
    .intro-video-list ul {
        gap: 15px 20px;
    }
    .intro-video-list ul li {
        width: calc(50% - 10px);
        padding-left: 25px;
    }
    .mission-vision-item h2 {
        margin-bottom: 15px;
    }
    .mission-vision-item h3 {
        margin-bottom: 30px;
    }
    .mission-vision-item h3 {
        padding-left: 25px;
    }
    .mission-vision-item h3::before {
        width: 18px;
        height: 18px;
    }
    .newsletter-form .form-group .newsletter-btn i {
        font-size: 24px;
    }
    .our-expertise-body ul {
        margin: 0 0 30px;
    }
    .our-expertise-body ul li {
        padding-left: 25px;
    }
    .our-facts-list ul {
        gap: 15px 30px;
    }
    .our-facts-list ul li {
        padding-left: 25px;
    }
    .our-features-body h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .our-features-content .icon-box img {
        max-width: 60px;
    }
    .our-features-image img {
        aspect-ratio: 1 / 0.72;
    }
    .our-potential-img img {
        aspect-ratio: 1 / 0.9;
    }
    .our-services {
        padding: 50px 0;
    }
    .our-testimonial-image img {
        aspect-ratio: 1 / 0.8;
    }
    .potential-body-content h3 {
        margin-bottom: 15px;
    }
    .potential-body-list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .potential-counter-item .counter-circle {
        width: 100px;
        height: 100px;
    }
    .potential-counter-item .counter-circle h2 {
        font-size: 26px;
    }
    .section-title h3 {
        padding-left: 25px;
        background-size: 18px auto;
    }
    .service-cta-box {
        padding: 30px;
    }
    .service-cta-box-info {
        margin-bottom: 20px;
    }
    .service-cta-box-info h2 {
        font-size: 26px;
    }
    .service-item {
        padding: 30px;
    }
    .service-item .icon-box {
        height: 50px;
        width: 50px;
        margin-bottom: 30px;
    }
    .service-item .icon-box img {
        max-width: 26px;
    }
    .service-item-content {
        margin-bottom: 20px;
    }
    .service-item-content h3 {
        margin-bottom: 10px;
    }
    .team-image img {
        aspect-ratio: 1 / 0.98;
    }
    .testimonial-content p {
        font-size: 18px;
    }
    .what-we-do-body .about-image-circle a img {
        max-width: 140px;
    }
    .what-we-do-img-1 img {
        aspect-ratio: 1 / 1.34;
    }
    .what-we-do-img-2 img {
        aspect-ratio: 1 / 1.32;
    }
    .what-we-do-img-3 img {
        aspect-ratio: 1 / 0.62;
    }
    .what-we-do-list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .why-choose-body-img img {
        aspect-ratio: 1 / 0.9;
        object-position: top center;
    }
    .why-choose-btn {
        margin-top: 30px;
    }
    .why-choose-content {
        width: 100%;
    }
    .why-choose-image {
        padding: 0 0 50px 0;
    }
    .why-choose-image {
        width: 100%;
    }
    .why-choose-image img {
        aspect-ratio: 1 / 0.8;
        object-position: top center;
    }
    .why-choose-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-right: 0;
    }
    .why-choose-item-content h3 {
        font-size: 20px;
    }
    .why-choose-list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .why-choose-us {
        padding: 50px 0;
    }
}

.about-us-list1 ul li {
    padding-left: 0;
}

.about-us-list1 ul li::before {
    display: none;
}

.bio-background {
    overflow: hidden;
}

.bio-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* behaves like background-size: cover */
}

.bio-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* black with 50% opacity */
    z-index: -1;
    /* sits above video, below content */
} 


.bioway-wrapper{
      --blk:#0b0b0b;
      --txt-dim: rgba(255,255,255,.78);
      --txt-dim-2: rgba(0,0,0,.62);
      --badge:#e31717;
      --radius:14px;
    }



    .bioway-wrapper .bio-panel-dark{
      background: var(--blk);
      padding: 48px 0 56px;
      box-shadow: 0 2px 0 rgba(0,0,0,.18);
    }

    .bioway-wrapper .bio-panel-light{
      background:#fff;
      padding: 44px 0 54px;
      border-top: 1px solid #e9e9e9;
    }

    .bioway-wrapper .bio-wrap{

    }
    @media (max-width: 992px){
      .bioway-wrapper .bio-wrap{ padding-left: 20px; padding-right: 20px; }
    }

    .bioway-wrapper .bio-h{
      font-weight: 700;
      font-size: 20px;
      margin: 0 0 10px 0;
      letter-spacing: .1px;
    }
    .bioway-wrapper .bio-h.dark{ color:#fff; }
    .bioway-wrapper .bio-h.light{ color:#111; }

    .bioway-wrapper .bio-p{
      margin: 0;
    }
    .bioway-wrapper .bio-p.dark{ color: var(--txt-dim); }
    .bioway-wrapper .bio-p.light{ color: var(--txt-dim-2); }

    .bioway-wrapper .bio-img{
      position: relative;
      border-radius: var(--radius);
      overflow: visible;
      background: #111;
    }
    .bioway-wrapper .bio-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius); /* image gets the rounding */
}


    .bioway-wrapper .bio-img.top-left { height: 100%; }
    .bioway-wrapper .bio-img.top-right{ height: 100%; }
    .bioway-wrapper .bio-img.bottom   { height: 100%; background:#f3f3f3; }

    .bioway-wrapper .bio-badge{
  position:absolute;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #e31717;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  font-size: 20px;
  z-index: 5;
}

.bioway-wrapper .bio-badge.tr{
  top: -14px;
  right: -14px;
}

.bioway-wrapper .bio-badge.tl{
  top: -14px;
  left: -14px;
}


    .bioway-wrapper .bio-row-gap{ margin-top: 50px; }

   

    @media (max-width: 768px){
      .bioway-wrapper .bio-text-right, .bioway-wrapper .bio-text-left{ padding: 0; }
      .bioway-wrapper .bio-row-gap{ margin-top: 28px; }
      .bioway-wrapper .bio-img.top-left, .bioway-wrapper .bio-img.top-right, .bio-img.bottom{ height: 200px; }
      .bioway-wrapper .bio-badge.tr, .bioway-wrapper .bio-badge.tl{ top: -10px; left:auto; right:-10px; } /* keep visible */
    }
