@charset "UTF-8";

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.animated {
    animation-duration: 1.5s;
}

:root {
    --animate-duration: 1.5s;
}

.wow {
    visibility: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #10243F;
}

::-webkit-scrollbar-thumb {
    background: #EF3E68;
}

::selection {
    background: #EF3E68;
    color: #10243F;
}

body {
    font-weight: 400;
    font-family: "Droid Arabic Kufi", sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1026px;
    }
}

a {
    text-decoration: none;
    transition: 0.3s;
}

.bg-none {
    background-image: none !important;
}

.mb-100 {
    margin-bottom: 100px;
}

.py-64 {
    padding-block: 64px;
}

.btn-1 {
    background-color: #EF3E68;
    color: white;
    padding: 3px 15px;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
    font-size: 18px;
    font-weight: bold;
}

.btn-1 i {
    margin-inline-start: 5px;
    margin-inline-end: -12px;
    width: 34px;
    height: 34px;
    background-color: white;
    border-radius: 50%;
    display: inline-flex;
    color: #EF3E68;
    align-items: center;
    transition: 0.3s;
    justify-content: center;
}

@media (max-width: 767px) {
    .btn-1 {
        font-size: 16px;
    }
}

.btn-1:hover {
    background-color: #10243F;
    color: white;
    box-shadow: 0 0 0 1px white, 0 0 0 8px rgba(255, 255, 255, 0.18);
}

.btn-1:hover i {
    color: #10243F;
}

.btn-2 {
    background-color: #10243F;
    color: white;
    padding: 13px 50px;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 18px;
}

.btn-2:hover {
    background-color: #EF3E68;
    color: white;
}

header {
    position: fixed;
    top: 7px;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 20;
}

header .header-main-content {
    background: #fff;
    border-radius: 20px;
    padding: 5px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    filter: drop-shadow(0px 3px 6px rgba(222, 222, 222, 0.6));
}

@media only screen and (max-width: 768px) {
    header {
        box-shadow: 0px 16px 35px 0px #0000001A;
        background: #fff;
        top: 0;
        transition: 0.3s;
    }

    header .header-main-content {
        filter: none;
        padding-inline: 0;
    }
}

header.header-fixed {
    box-shadow: 0px 16px 35px 0px #0000001A;
    background: #fff;
    top: 0;
    transition: 0.3s;
}

header.header-fixed .header-main-content {
    filter: none;
}

header .logo-img img {
    max-width: 75px;
    transition: 0.3s;
}

@media only screen and (max-width: 600px) {
    header .logo-img img {
        max-width: 50px;
    }
}

.search-form-wrapper {
    background-color: #fff;
    border-radius: 15px;
    padding: 0 25px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: 0.3s;
}

.search-form-wrapper .search-form {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.search-form-wrapper .search-form .search-btn {
    border: none !important;
    color: #10243F;
    font-size: 20px;
    transition: 0.3s;
}

.search-form-wrapper .search-form .search-btn:hover {
    color: #EF3E68;
}

.search-form-wrapper .search-form .form-control {
    padding-block: 10px;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #10243F;
    font-size: 18px;
    box-shadow: none;
}

.search-form-wrapper .search-form .form-control::placeholder {
    color: #10243F;
    font-size: 14px;
    opacity: 0.5;
}

.search-form-wrapper.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    max-height: 100px;
    margin-top: 5px;
}

.header-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.main-menu a {
    text-transform: capitalize;
    transition: 0.3s;
}

.main-menu>li {
    margin-inline-end: 35px;
}

.main-menu>li>a {
    color: #10243F;
    font-size: 18px;
    transition: 0.3s;
    display: block;
}

.main-menu>li:hover>a {
    color: #EF3E68;
}

.main-menu>li:last-of-type {
    margin: 0;
}

.show-submenu,
.show-overlay {
    opacity: 1;
    visibility: visible;
}

.main-menu .menu-item-has-children {
    position: relative;
    line-height: 50px;
    padding: 0;
}

.main-menu .menu-item-has-children>a {
    color: #10243F;
    column-gap: 5px;
    display: flex;
    align-items: baseline;
    position: relative;
}

.main-menu .menu-item-has-children>a::after {
    content: "";
    position: relative;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 10px;
    color: #10243F;
    transition: 0.3s;
}

.main-menu .menu-item-has-children:hover>a {
    color: #EF3E68;
}

.main-menu .menu-item-has-children:hover>a::after {
    color: #EF3E68;
}

.main-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: auto;
}

.main-menu .menu-item-has-children .sub-menu {
    width: 230px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform-origin: center top;
    transform-style: preserve-3d;
    border-radius: 8px;
    z-index: 12;
    background-color: #fff;
    position: absolute;
    top: 80px;
    right: -22px;
    list-style: none;
    box-shadow: 0px 2px 13px 9px rgba(0, 0, 0, 0.02);
    padding: 12px;
    transition: 0.3s;
}

.main-menu .menu-item-has-children .sub-menu li {
    text-align: center;
    transition: 0.3s;
}

.main-menu .menu-item-has-children .sub-menu a {
    padding: 10px;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
    line-height: 1.5;
    color: #10243F;
    text-align: center;
    justify-content: flex-start;
    font-weight: 400;
    display: flex;
    width: 100%;
    column-gap: 10px;
    transition: color linear 0.2s;
}

.main-menu .menu-item-has-children .sub-menu a:hover {
    color: #EF3E68;
}

.bars {
    z-index: 20;
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
    background: none;
    border: 0;
}

.bars .line {
    flex-shrink: 0;
    width: 25px;
    display: block;
    height: 1.5px;
    background-color: #EF3E68;
    transition: 0.3s;
}

.rotate-line1 {
    transform: rotate(45deg) translateX(-2px) translateY(-2px);
    transform-origin: 0% 0%;
}

.rotate-line3 {
    transform: rotate(-45deg) translateX(0px) translateY(0px);
    transform-origin: 0 100%;
}

.bars .hide-line2 {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
}

.header-icons {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.header-icons .header-icon {
    font-size: 25px;
    color: #EF3E68;
    cursor: pointer;
    transition: all 0.3s;
}

.header-icons .header-icon:hover {
    color: #10243F;
}

.search-icon {
    width: 25px;
}

.search-icon.active i:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
}

.dropdown-parent {
    position: relative;
    display: inline-block;
}

.dropdown-parent .dropdown-list {
    width: 230px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform-origin: center top;
    transform-style: preserve-3d;
    border-radius: 8px;
    z-index: 12;
    background-color: #F8F4EC;
    position: absolute;
    top: 80px;
    inset-inline-end: -22px;
    list-style: none;
    box-shadow: 0px 16px 35px 0px #0000001A;
    padding: 12px;
    transition: all 0.4s;
}

.dropdown-parent .dropdown-list li {
    text-align: center;
    transition: 0.3s;
}

.dropdown-parent .dropdown-list a {
    padding: 10px;
    align-items: center;
    font-size: 18px;
    color: #10243F;
    text-align: center;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    column-gap: 10px;
    transition: 0.3s;
}

.dropdown-parent .dropdown-list a:hover {
    color: #EF3E68;
}

.dropdown-parent:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: auto;
}

@media only screen and (max-width: 1200px) {
    .menu-item-has-children .sub-menu {
        inset-inline-start: 0;
        transform: unset;
    }

    .main-menu>li {
        margin-inline-end: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .navigation .container {
        padding-inline: 12px;
    }

    .rotate-line3 {
        transform: -45deg translateX(-1px) translateY(0px);
    }

    .logo-img {
        margin-inline-end: auto;
    }

    .header-main-content {
        height: auto;
        justify-content: flex-end;
        column-gap: 25px;
    }

    .main-menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .main-menu>li {
        margin-inline-end: 0;
        margin-bottom: 25px;
    }

    .main-menu>li:nth-child(5) {
        margin-inline-start: unset;
    }

    .main-menu>li>a {
        font-size: 18px;
        font-weight: 500;
    }

    .main-menu>li:nth-child(4) {
        margin-inline-start: 0;
    }

    .bars {
        display: flex;
    }

    .navigation {
        overflow-y: auto;
        position: fixed;
        opacity: 0;
        transition-duration: 1s;
        visibility: hidden;
        top: 0;
        inset-inline-start: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: #fff;
        transition: 0.3s;
        z-index: 20;
        clip-path: polygon(10.05% 5.1%, 12% 5.1%, 12% 5.1%, 5.05% 10.1%);
    }

    .open-sidebar {
        opacity: 1;
        visibility: visible;
        clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
    }

    .main-menu .menu-item-has-children>a::after {
        font-size: 14px;
        transition: 0.3s;
        color: #10243F;
    }

    .main-menu .menu-item-has-children>a.icon-rotate::after {
        transform: rotate(180deg);
    }

    .main-menu .menu-item-has-children>a::after {
        font-size: 15px;
    }

    .main-menu .menu-item-has-children .sub-menu {
        position: static;
        background-color: unset;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: unset;
        padding: 0;
        display: none;
        transition: none;
        width: 100%;
        padding-top: 18px;
    }

    .main-menu .menu-item-has-children .sub-menu li {
        display: flex;
        align-items: center;
        column-gap: 10px;
        padding-inline-start: 14px;
    }

    .main-menu .menu-item-has-children .sub-menu li:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        color: #10243F;
        font-size: 14px;
        transition: 0.3s;
    }

    .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
        margin-bottom: 17px;
    }

    .main-menu .menu-item-has-children .sub-menu li {
        text-align: start;
    }

    .main-menu .menu-item-has-children:hover .sub-menu {
        transform: unset;
    }

    .main-menu .menu-item-has-children .sub-menu a {
        display: flex;
        padding: 0;
        gap: 8px;
        width: max-content;
    }

    .main-menu .menu-item-has-children {
        width: 100%;
        padding: 0;
    }

    .main-menu .menu-item-has-children>a {
        justify-content: space-between;
        cursor: pointer;
    }

    .main-menu .menu-item-has-children {
        line-height: normal;
    }
}

@media only screen and (max-width: 768px) {
    .navigation .container {
        padding-inline: 20px;
    }

    .main-menu .menu-item-has-children .sub-menu li a:hover {
        background-color: transparent;
        color: #10243F;
    }

    .main-menu .menu-item-has-children {
        padding: 0;
    }
}

.hero-section {
    background-size: cover;
}

.hero-section.inner-hero {
    padding-bottom: 14px;
}

.hero-section .hero-main-content {
    position: relative;
    width: 100%;
    max-height: 670px;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 80px;
    color: white;
}

@media only screen and (max-width: 768px) {
    .hero-section .hero-main-content {
        height: auto;
        padding-block: 60px 60px;
    }
}

.hero-section .hero-main-content .hero-content {
    text-align: center;
}

.hero-section .hero-main-content .hero-title {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .hero-section .hero-main-content .hero-title {
        font-size: 30px;
    }
}

.hero-section .hero-main-content .hero-text {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.9;
}

@media only screen and (max-width: 768px) {
    .hero-section .hero-main-content .hero-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .hero-section .hero-main-content .hero-text {
        font-size: 15px;
    }
}

.section-title {
    font-weight: bolder;
    font-size: 40px;
    color: #10243F;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .section-title {
        font-size: 25px;
    }
}

.about-us-section {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .about-us-section {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 2rem;
    }
}

.about-us-section .about-wrapper {
    background-size: 100%;
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    .about-us-section .about-wrapper {
        margin-top: 0;
    }
}

.about-us-section .description {
    font-size: 20px;
    color: #10243F;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .about-us-section .description {
        font-size: 16px;
    }
}

.about-us-section .features .single-feature {
    text-align: center;
}

.about-us-section .features .single-feature .feature-icon {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    outline: 3px dashed #E6E6E6;
    outline-offset: 2px;
}

.about-us-section .features .single-feature .feature-icon img {
    max-width: 60%;
}

.about-us-section .features .single-feature .feature-title {
    font-size: 20px;
    font-weight: bold;
    color: #10243F;
    margin: 15px 0 10px;
}

@media only screen and (max-width: 600px) {
    .about-us-section .features .single-feature .feature-title {
        font-size: 16px;
    }
}

.single-service-card {
    position: relative;
    transition: 0.3s;
    height: 100%;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .single-service-card {
        margin-top: 0 !important;
    }
}

.single-service-card .service-card-img {
    width: 98px;
    height: 98px;
    background: #EF3E68;
    border-radius: 50%;
    margin: 0 auto -50px;
    display: flex;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-service-card .service-card-img img {
    width: 60%;
    margin: 0 auto;
}

.single-service-card .service-card-content {
    position: relative;
    border-radius: 10px;
    height: 100%;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 15px 5px;
    text-align: center;
}

.single-service-card .service-title {
    font-weight: 700;
    font-size: 20px;
    color: #10243F;
    text-align: center;
    line-height: 1.8;
}

@media only screen and (max-width: 600px) {
    .single-service-card .service-title {
        font-size: 16px;
    }
}

.single-service-card .service-title a {
    color: #10243F;
    transition: 0.3s;
}

.single-service-card:hover {
    transform: translateY(-5px);
}

.single-service-card:hover .service-card-img {
    box-shadow: 0px 0px 0px 3px rgba(239, 62, 104, 0.9), 0px 0px 0px 10px rgba(239, 62, 104, 0.5), 0px 0px 0px 17px rgba(239, 62, 104, 0.3);
}

.single-service-card:hover .service-title a {
    color: #EF3E68;
}

.services-swiper {
    padding-bottom: 80px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ec898e;
    border: 1px solid #ec898e;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 5px;
    transition: 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EF3E68;
    opacity: 1;
    transition: 0.3s;
}

.bg-gray {
    background-color: #E6E6E6 !important;
}

.cta-section {
    background-repeat: no-repeat;
    background-size: cover;
    margin-block: 20px;
}

.cta-section .cta-wrapper {
    text-align: center;
    padding-block: 4rem;
}

@media only screen and (max-width: 992px) {
    .cta-section .cta-wrapper {
        max-width: 100%;
        padding-block: 5rem;
    }
}

@media only screen and (max-width: 768px) {
    .cta-section {
        background-image: none;
    }
}

.cta-section .cta-title {
    font-weight: bold;
    font-size: 30px;
    color: white;
    margin-bottom: 32px;
}

.cta-section .description {
    color: white;
    line-height: 1.7;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 32px;
}

.testimonials-section {
    position: relative;
}

.testimonials-section .single-testimonial-card {
    border-radius: 10px;
    background: #e6e6e6;
    padding: 16px 20px;
    color: #10243F;
    text-align: center;
    margin-top: 40px;
}

.testimonials-section .single-testimonial-card img {
    width: 79px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-top: -50px;
}

.testimonials-section .testimonials-card-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #10243F;
    margin: -15px -20px 5px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.testimonials-section .name {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.testimonials-section .testimonials-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #EF3E68;
    display: inline-flex;
    margin: 0 auto;
    padding-block: 10px;
}

.testimonials-section .testimonials-text {
    margin-top: 16px;
    font-size: 16px;
    margin-bottom: 0;
}

.testimonials-swiper {
    padding-bottom: 80px;
}

.stars {
    color: #FCE340;
    font-size: 10px;
}

.blog-section {
    position: relative;
    background-size: 100%;
}

.single-blog-card {
    transition: 0.3s;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    color: #10243F;
}

.single-blog-card .blog-card-img {
    height: 180px;
    overflow: hidden;
    transition: 0.3s;
}

.single-blog-card .blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

.single-blog-card .blog-card-info {
    padding: 16px;
}

.single-blog-card .blog-title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.single-blog-card .blog-title a {
    color: #10243F;
}

.single-blog-card .blog-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.single-blog-card .read-more {
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 20px;
    display: inline-flex;
    margin-top: 24px;
    font-size: 16px;
    color: #EF3E68;
    border: 1px solid #EF3E68;
    transition: 0.3s;
}

.single-blog-card:hover {
    transform: translateY(-5px);
}

.single-blog-card:hover .read-more {
    background: #EF3E68;
    color: white;
}

.single-blog-card:hover .blog-card-img img {
    filter: brightness(0.9);
}

.single-blog-card:hover .blog-title a {
    color: #EF3E68;
}

.common-inner-page .single-blog-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.stats-section {
    margin-top: 80px;
    position: relative;
}

.stats-section .stats-content {
    font-size: 20px;
    color: #10243F;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.stats-section .single-stat-card {
    margin-top: 40px;
    text-align: center;
}

.stats-section .stat-card-number {
    font-size: 30px;
    font-weight: bold;
    color: #EF3E68;
    margin-bottom: 20px;
}

.stats-section .stat-card-icon {
    align-content: end;
    height: 60px;
    margin-bottom: 25px;
}

.stats-section .stat-card-title {
    font-size: 18px;
        color: #10243f;
}

.contact-section .contact-info {
    margin-right: -70px;
    min-width: 245px;
    flex-shrink: 0;
    background: #EF3E68;
    text-align: center;
    padding: 40px 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-block: 100px;
}

@media only screen and (max-width: 600px) {
    .contact-section .contact-info {
        margin-right: 0;
        padding: 20px !important;
        min-width: 100% !important;
    }
}

.contact-section .contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2.5;
}

.contact-section .contact-info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-section .contact-info ul a {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.contact-section .contact-info ul a:hover {
    color: #10243F;
}

.button-wrapper {
    position: relative;
    display: inline-flex;
    /* Ensures the wrapper fits the button */
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    inset-inline-end: 10px;
    margin: 0;
    transform: translateY(50%);
}

.wpcf7-form.submitting .wpcf7-submit {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}

.contact-form-wrapper {
    width: calc(100% - 70px);
    margin-inline-start: auto;
    padding: 40px 0 40px 40px;
    color: #10243F;
}

.contact-form-wrapper .contact-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-form-wrapper .contact-text {
    font-size: 20px;
    font-weight: 500;
}

.contact-form-wrapper label {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.contact-form-wrapper .form-control {
    border: 1px solid #EF3E68;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    box-shadow: none !important;
}

.contact-form-wrapper .form-control:focus {
    border-color: #10243F;
}

@media only screen and (max-width: 600px) {
    .contact-form-wrapper {
        padding: 20px;
        width: 100%;
        flex-wrap: wrap;
    }

    .contact-form-wrapper .contact-title {
        text-align: center;
        font-size: 20px;
    }

    .contact-form-wrapper .contact-text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px;
    }
}

footer {
    position: relative;
    background: #10243F;
    padding-top: 24px;
    margin-top: 100px;
}

footer .footer-menu {
    margin-top: 32px;
    gap: 25px;
}

@media only screen and (max-width: 600px) {
    footer .footer-menu {
        gap: 20px !important;
    }
}

footer .footer-menu a {
    font-size: 18px;
    color: white;
    transition: 0.3s;
}

@media only screen and (max-width: 600px) {
    footer .footer-menu a {
        font-size: 14px;
    }
}

footer .footer-menu a:hover {
    color: #EF3E68;
}

footer .footer-info {
    margin-top: 25px;
    font-size: 16px;
    color: white;
    gap: 25px;
}

@media only screen and (max-width: 600px) {
    footer .footer-info {
        font-size: 14px;
        gap: 20px !important;
    }
}

footer .footer-info li {
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .footer-info a {
    color: white;
    transition: 0.3s;
}

footer .footer-info a:hover {
    color: #EF3E68;
}

footer .social-icons {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: end;
}

@media only screen and (max-width: 600px) {
    footer .social-icons {
        justify-content: center;
        margin-top: 30px;
    }
}

footer .social-icons i {
    font-size: 25px;
    color: #10243F;
    transition: 0.3s;
}

footer .social-icons a:hover i {
    color: white;
}

.copyrights {
    padding-block: 15px;
    color: #ffff;
}

.copyrights a {
    color: #EF3E68;
    transition: 0.3s;
}

.copyrights a:hover {
    color: white;
}

.floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 18;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.floating-icons .up-btn {
    background-color: #EF3E68;
    filter: drop-shadow(0px 3px 6px rgba(239, 62, 104, 0.47));
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.floating-icons .up-btn.show {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.floating-icons .up-btn:hover {
    background-color: #10243F;
    color: white;
}

.floating-icons .whatsapp-icon {
    background-color: #2AA81A;
    color: white;
    padding: 10px;
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 20px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: pulse-green 2s infinite;
}

.floating-icons .whatsapp-icon:hover {
    background-color: #EF3E68;
    color: white;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(42, 168, 26, 0.93);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(225, 78, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(225, 78, 29, 0);
    }
}

.inner-header .hero-main-content {
    height: auto !important;
    padding-block: 42px;
    text-align: center;
}

.inner-header .hero-main-content .hero-title {
    font-weight: bold;
    font-size: 56px;
    text-shadow: 0px 3px 6px rgba(51, 32, 17, 0.78);
}

@media only screen and (max-width: 600px) {
    .inner-header .hero-main-content .hero-title {
        font-size: 30px;
    }
}

.blog-page .blog-card-img {
    background: #F9F6F0;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination .page-link {
    color: #10243F;
    background-color: #F9F6F0;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    font-size: 20px;
    box-shadow: none !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-family: Arial, Helvetica, sans-serif;
}

.pagination .page-link:hover,
.pagination .page-link.active {
    background-color: #EF3E68;
    color: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.services-grid .grid-item .single-service-card .service-card-img {
    height: 238px;
}

.services-grid .grid-item:first-child {
    grid-row: span 2;
}

.services-grid .grid-item:first-child .single-service-card {
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .services-grid .grid-item:first-child .single-service-card {
        height: 238px;
    }
}

.services-grid .grid-item:first-child .single-service-card .service-card-img {
    height: 100%;
    margin-bottom: 0;
}

.page-content {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}

.description {
    font-size: 18px;
    color: #10243F;
    line-height: 2;
    margin-bottom: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    .description {
        font-size: 16px;
    }
}

.common-inner-page {
    padding-top: 80px;

    @media only screen and (max-width: 600px) {
        padding-top: 40px;
    }
}

.common-inner-page .feature-title {
    font-size: 16px !important;
}

@keyframes scaleBackAndForth {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 80px;
}

.pagination a,
.pagination span {
    color: #10243F;
    background-color: #F9F6F0;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    font-size: 20px;
    box-shadow: none !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.pagination a.next,
.pagination a.prev,
.pagination span.next,
.pagination span.prev {
    width: auto;
    height: auto;
    background: none;
}

.pagination a.next:hover,
.pagination a.prev:hover,
.pagination span.next:hover,
.pagination span.prev:hover {
    background-color: transparent;
    color: #EF3E68;
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
    background-color: #EF3E68;
    color: white;
}

.related-services,
.related-posts {
    padding-top: 120px;
    padding-bottom: 80px;
}

.post-page {
    padding-top: 80px;
}

.post-page :target::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
}

.social-share {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 0 30px 0;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #000000;
}

.linkedin {
    background-color: #0077b5;
}

.pinterest {
    background-color: #bd081c;
}

.whatsapp {
    background-color: #25d366;
}

.social-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.social-share a:hover {
    box-shadow: 0 0 10px 5px rgba(239, 62, 104, 0.4);
    background: #EF3E68;
}

.post-nav-box {
    border-radius: 5px;
    border: 1px solid rgba(51, 32, 17, 0.09);
    padding-top: 25px;
    padding-inline: 35px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.post-nav-box .title {
    font-size: 22px;
    color: #10243F;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-nav-box .post-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.post-nav-box .post-nav a {
    font-size: 18px;
    color: #10243F;
    transition: all linear 0.2s;
}

.post-nav-box .post-nav a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    color: #EF3E68;
    margin-inline-end: 10px;
}

.post-nav-box .post-nav a:hover {
    color: #EF3E68;
    margin-inline-start: 5px;
}

.post-nav-box .post-nav .sub-anchor {
    margin-inline-start: 10px;
}

.post-nav-box .post-nav .sub-anchor:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
}

.post-nav-box .post-nav .sub-anchor:hover {
    margin-inline-start: 15px;
}

.post-content {
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 1.8;
    color: #10243F;
    margin-bottom: 35px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 700;
    color: #10243F;
    margin-block: 40px;
}

.post-content:last-of-type {
    margin-bottom: 0;
}

.post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 25px;
}

.post-tags .text {
    font-size: 18px;
    color: #EF3E68;
    font-weight: 700;
}

.post-tags .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px;
}

.post-tags .tags a {
    font-size: 18px;
    color: rgba(16, 36, 63, 0.5);
    transition: 0.3s;
}

.post-tags .tags a:hover {
    color: #EF3E68;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.phone a {
    direction: ltr;
}

@media only screen and (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    .about-content {
        text-align: center;
    }

    .features {
        justify-content: center;
    }

    .about-img {
        display: block;
        margin: 0 auto 20px;
    }

    .services-section {
        padding-bottom: 20px;
    }

    .services-section .btn {
        margin-top: 0 !important;
    }

    .services-section .mb-100 {
        margin-bottom: 80px;
    }

    .testimonials-section {
        padding-top: 20px;
    }

    .testimonials-section .section-title {
        margin-bottom: 15px !important;
    }

    .stats-section {
        margin-top: 0;
    }

    .contact-section {
        padding-bottom: 0;
    }
}

