.hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0;
    text-align: center;
    background-attachment: fixed;
    justify-content: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.text-hero h1 {
    color: #fff;
    font-size: 54px;
}

.text-hero p {
    width: 60%;
    margin: auto;
    color: #fff;
    font-size: 24px;
}

.counter-hero {
    display: flex;
    align-items: center;
    margin: 25px 0;
    justify-content: center;
    gap: 20px;
}

.counter {
    font-size: 70px;
    line-height: 20px;
    color: var(--color-Primary1);
}

.ctm-btn:hover {
    background-color: var(--color-white);
    color: var(--color-Primary1);
    border: 1px solid var(--color-Primary1);
}


.text-aboutus-index>p {
    font-size: 24px;
}

.text-aboutus-index ul {
    margin: 25px 0;
}

.text-aboutus-index ul li {
    display: flex;
    margin: 30px 0;
    gap: 20px;
}

.img-text-aboutus-index {
    background-color: var(--color-Primary1);
    width: 60px;
    height: 60px;
    display: flex;
    margin-top: 7px;
    align-items: center;
    position: relative;
    justify-content: center;
    border-radius: 3px;
}

.sub-text-about-index {
    width: calc(100% - 70px);
}

.img-text-aboutus-index img {
    max-width: 65%;
    object-fit: contain;
}

.img-text-aboutus-index::after {
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    background: var(--color-Primary1);
    opacity: 0.2;
    border-radius: 5px;
    left: -2px;
    top: 2px;
    height: calc(100% + 0px);
    animation: rotate-animation 3s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page-scroll {
    background-color: var(--color-white);
    z-index: 22;
}

.sub-text-about-index h2 {
    font-family: "font_medium";
}

.imgs-aboutus-index {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.sub-img-aboutus-index {
    width: calc(100% / 3 - 10px);
}

.sub-img-aboutus-index>img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.sub-img-aboutus-index:nth-of-type(1)>img {
    object-position: right;
}

.sub-img-aboutus-index:nth-of-type(2)>img {
    object-position: center;
}

.img2-about>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 400px;
}

.sub-img-aboutus-index:nth-of-type(3)>img {
    object-position: left;
    margin-bottom: 30px;
}

.img-small {
    overflow: hidden;
    margin-bottom: 10px;
}

.img-small img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transform: scale(2.2) translate(-10px, 30px);
}

.num-about {
    width: 100%;
    height: 150px;
    background-color: var(--color-Primary1);
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 35px;
    justify-content: center;
    margin: 10px 0 30px;
    color: var(--color-white);
}

.counter {
    text-align: justify;
    -webkit-text-fill-color: var(--color-Primary1);
    -webkit-text-stroke: 1px var(--color-white);
    position: relative;
    cursor: pointer;
    font-size: 108px;
    line-height: 63px;
    font-family: "font_semibold";
    display: flex;
    justify-content: center;
    margin: 0px 0px 6px;
    user-select: none;
}

.imgs-aboutus-index {
    z-index: 1;
    position: relative;
}

.imgs-aboutus-index::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    width: 80%;
    opacity: 0.14;

    height: 50%;
    background-color: #cb9a29;
}

.imgs-aboutus-index::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    width: 50%;
    opacity: 0.14;

    height: 50%;
    background-color: #cb9a29;
}

.services-index {
    background-color: var(--color-Primary3);
}

.main-services-index {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.services-page .main-services-index {
    gap: 15px;
}

.services-page .sub-services-index {
    width: calc(100% / 3 - 10px);
}

.sub-services-index {
    width: calc(100% / 3);
    background-color: var(--color-white);
    padding: 20px;
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--color-border);
    z-index: 1;
    position: relative;
}

.img-services-index {
    width: 70px;
    height: 65px;
}

.img-services-index img {
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(-1);
}

.text-services-index h2 {
    font-size: 28px;
    transition: all 0.3s linear;

    margin-bottom: 10px;
}

.text-services-index {
    margin: 20px 0;
}

.text-services-index p {
    transition: all 0.3s linear;
    height: 109px;
    overflow: hidden;
}

.sub-services-index a {
    transition: all 0.3s linear;

    font-size: 29px;
    color: var(--color-Primary1);
}

.sub-services-index::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    transition-delay: 0.2s;
    background-size: cover;
    z-index: -2;
    background-image: url(../images/bg-s.png);
}

.sub-services-index::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    transition: all 0.3s linear;
    z-index: -1;
    background-color: #9a7115;
}

.sub-services-index:hover::before {
    opacity: 0.87;
}

.sub-services-index:hover::after {
    opacity: 1;
}

.sub-services-index:hover img {
    filter: brightness(0) invert(1);
}

.sub-services-index:hover a,
.sub-services-index:hover p,
.sub-services-index:hover {
    color: var(--color-white);
}

.title-w h2 {
    color: var(--color-white);
}

.title-center {
    text-align: center;
    margin-bottom: 50px;
}

.title-start {
    margin-bottom: 20px;
}

.title-start h2,
.title-center h2 {
    font-size: 32px;
    font-family: "font_medium";
    display: inline-block;
    width: auto;
    position: relative;
    padding-bottom: 35px;
}


.title-center h2::before,
.title-center h2::before,
.title-start h2::before {
    content: "";
    animation: spin 1s linear infinite;
    width: 48%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: colorborder 1s linear infinite;
    animation-delay: 0.3s;

    background-color: var(--color-Primary1);
}

.logo-hero::after,
.title-center h2::after,
.title-center h2::after,
.title-start h2::after {
    content: "";
    width: 48%;
    height: 3px;
    position: absolute;
    left: 0;
    animation: colorborder 1s linear infinite;
    bottom: 0;
    background-color: var(--color-Primary2);
}

.logo-hero::after,
.logo-hero::before {
    animation: colorborder-w 1s linear infinite;

}

.logo-hero::before {
    animation-delay: 0.3s;

}

@keyframes colorborder {
    0% {
        background-color: var(--color-Primary1);
    }

    50% {
        background-color: var(--color-Primary3);
    }

    100% {
        background-color: var(--color-Primary2);
    }
}

@keyframes colorborder-w {
    0% {
        background-color: var(--color-Primary2);
    }

    50% {
        background-color: var(--color-white);
    }

    100% {
        background-color: var(--color-Primary2);
    }
}

.title-customers-index {
    background-color: var(--color-Primary2);
    padding: 20px 5%;
    min-height: 280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}

.title-customers-index::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/bg-custemer.png);
    position: absolute;
    bottom: -10px;
    background-repeat: no-repeat;
    background-size: contain;
    right: -10px;
    background-position: center;

    animation: rotate-animation 3s infinite linear;
}

.title-customers-index::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/bg-custemer.png);
    position: absolute;
    top: -10px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -10px;
    background-position: center;
    animation: rotate-animation 3s infinite linear;
}

.title-customers-index p {
    color: var(--color-white);
}

.slider-customers {
    background: var(--color-white);
    padding: 50px;
    position: relative;
    min-height: 350px;
    box-shadow: 0px 4px 83px 0px rgba(0, 0, 0, 0.15);
}

.img-users {
    width: 60px;
    height: 60px;
}

.img-users img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-customers {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider-customers p {
    font-size: 25px;
    margin-bottom: 20px;
    height: 120px;
    overflow: hidden;
}

.lines-customers span:nth-of-type(1) {
    width: 200px;
    position: absolute;
    right: 10px;
    top: 20px;
    height: 1px;
    display: block;
    background-color: var(--color-Primary1);
}

.lines-customers span:nth-of-type(2) {
    height: 120px;
    position: absolute;
    top: 0px;
    right: 30px;
    width: 1px;
    display: block;
    background-color: var(--color-Primary1);
}

.customers-index .owl-theme .owl-nav {
    display: flex;
}

.user-customers h2 {
    font-size: 26px;
}

.slider-customers::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 185px;
    background-size: contain;
    transition: all 1s linear;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 185px;
    background-image: url(../images/bg-custemer2.png);
}

.customers-index:hover .slider-customers::after {
    transform: rotate(25deg);
}

.owl-nav button {
    width: 50px;
    position: relative !important;
    height: 30px;
    margin: 0 4px !important;
    transition: all 0.3s linear !important;
}

.owl-nav button::before {
    content: "";
    width: 10px;
    display: block;
    height: 10px;
    border-top: 2px solid #d1d3d4;
    border-right: 2px solid #d1d3d4;
    right: 2px;
    transition: all 0.3s linear;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}

.owl-nav button::after {
    content: "";
    height: 2px;
    background-color: #d1d3d4;
    position: absolute;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.owl-nav button span {
    color: transparent !important;
}

.owl-nav button:hover {
    background-color: transparent !important;
    width: 70px;
}

.owl-nav button:hover::before {
    border-top: 2px solid var(--color-Primary1);
    border-right: 2px solid var(--color-Primary1);
}

.owl-nav button:hover::after {
    background-color: var(--color-Primary1);
}

button.owl-next {
    transform: scaleX(-1);
}

.owl-item.active .text-hero h2,
.owl-item.active .text-hero p {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.3s;
}

.owl-item.active .text-hero p {
    animation-delay: 0.6s;
}

.owl-item.active .text-hero a {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.9s;
}

.owl-item.active .img-hero::after {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .img-hero img {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sub-blog-index {
    border-radius: 4px;
    background: var(--color-white);
    box-shadow: 0px 3px 36.6px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s linear;
}

.text-blog-index {
    padding: 20px;
}

.img-blog-index {
    height: 300px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.img-blog-index img {
    width: 100%;
    transition: all 0.3s linear;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.img-blog-index::after {
    content: "";
    position: absolute;
    border-radius: 4px;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg,
            rgba(187, 147, 56, 0.43) -0.43%,
            rgba(31, 39, 50, 0.28) 99.7%);
}

.img-blog-index::before {
    content: "";
    position: absolute;
    border-radius: 4px;
    top: 0;
    right: 0;
    background-position: right;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/blog-img.png);
    z-index: 1;
}

.date-bolg {
    position: absolute;
    height: 50px;
    background-color: var(--color-Primary1);
    bottom: 0;
    align-items: center;
    left: 0;
    justify-content: center;
    display: flex;
    padding: 7px 20px;
    width: 45%;
    transition: all 0.3s linear;
    z-index: 2;
    color: var(--color-white);
}

.text-blog-index h2 {
    font-family: "font_medium";
    font-size: 24px;
}

.text-blog-index p {
    margin: 10px 0;
}

.ctm-link {
    text-decoration: underline !important;
    color: var(--color-Primary1);
}

.sub-blog-index:hover .date-bolg {
    width: 100%;
}

.sub-blog-index:hover .img-blog-index img {
    transform: scale(1.1);
}

.ctm-link {
    transition: all 0.3s linear;
}

.ctm-link:hover {
    color: var(--color-Primary2);
}

.title-contactus-index {
    text-align: center;
}

.title-contactus-index img {
    width: 70px;
}

.contactus-index {
    height: auto;
    z-index: 1;
    position: relative;
}

.contactus-index::after {
    top: 0;
    right: 0;
    background-image: url(../images/bg-c.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    min-height: 550px;
}

.title-contactus-index h2 {
    margin: 10px 0;
    font-family: "font_semibold";
    font-size: 28px;
    color: var(--color-white);
}

.title-contactus-index p {
    color: var(--color-white);
    width: 45%;
    margin: auto;
}

.main-contactus-index {
    background-color: var(--color-white);
    margin: 50px 0 0;
    box-shadow: 0px 4px 83px 0px rgba(0, 0, 0, 0.15);
}

.main-contactus-index form {
    width: 50%;
    display: block;
    padding: 35px;
}

.main-contactus-index {
    display: flex;
    align-items: center;
    gap: 0;
}

.form-control::placeholder {
    text-align: right;
}

.text-services-index h2 {
    white-space: nowrap;

    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visin-aboutus {
    position: relative;
    z-index: 1;
}

.visin-aboutus::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    height: 250px;
    background-image: url(../images/a4.png);
    width: 100%;
}

.sub-visin-aboutus {
    padding: 20px 25px;
    height: 100%;
    box-shadow: 0 4px 7px #00000015;
    background-color: var(--color-white);
    position: relative;
}

.sub-visin-aboutus::after {
    content: "";
    background-color: var(--color-Primary1);
    height: 100%;
    width: 7px;
    left: 0;
    top: 0;
    position: absolute;
}

.sub-visin-aboutus h2 {
    font-size: 23px;
    font-family: "font_semibold";
    margin: 10px 0;
}

.aboutus-index.mr-section {
    margin: 20px 0;
}

.video-about {
    position: relative;
    width: 85%;
    margin: auto;
    box-shadow: 0 0px 7px #0000004f;
    border-radius: 10px;
    border: 10px solid var(--color-white);
}

.btn-play-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    margin: auto;
    right: 0;
    left: 0;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    justify-content: center;
    background-color: var(--color-white);
}

.btn-play-video a {
    line-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--color-white);
    }

    80% {
        box-shadow: 0 0 0 14px var(--color-white);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 60px;
    left: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border:hover {
    color: #fff;
}

.btn-play-video::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid var(--color-white);
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    pointer-events: none;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.more-aboutus {
    position: relative;
    z-index: 1;
}

.more-aboutus::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--color-Primary1);
}

.text-more-aboutus.pg-section {
    padding-bottom: 175px;
}

.text-more-aboutus p {
    color: var(--color-white);
}

.more-aboutus::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/aa.png);
    height: 100%;
    z-index: -1;

    width: 200px;
}

.img-more-aboutus {
    width: 100%;
    margin: 0px 0 0;
    height: 350px;
    object-fit: cover;
}

.img-more-aboutus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-service-details {
    position: relative;
}

.text-service-details {
    position: absolute;
    bottom: 0;
    width: 70%;
    padding: 25px 5%;
    background-color: var(--color-Primary1);
}

.icon-service-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-service-details img {
    width: 70px;
    filter: brightness(0) invert(1);
}

.icon-service-details h2 {
    color: var(--color-white);
}

.text-service-details p {
    margin: 20px 0;
    color: var(--color-white);
}

.ctm-link2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    font-size: 24px;
    transition: all 0.3s linear;
}

.ctm-link2:hover {
    color: var(--color-Primary2);
}

.img-service-details {
    width: 100%;
    height: 530px;
}

.img-service-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-details {
    background-color: #f9f4e7;
    min-height: 530px;
    padding: 25px 25px;
}

.more-details h2 {
    color: var(--color-Primary1);
    margin-bottom: 25px;
}

.more-details ul li a {
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    justify-content: space-between;
    padding: 0 25px;
    margin: 10px 0;
    color: #a5a5a6;
    height: 60px;
    background-color: var(--color-white);
}

.more-details ul li a:hover,
.more-details ul li a.active {
    color: var(--color-Primary1);
}

.sub-counter-service {
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 1;

    height: 220px;
    box-shadow: 0 3px 48px #00000015;
    background-color: var(--color-white);
}

.sub-counter-service .counter {
    -webkit-text-fill-color: var(--color-white);
    -webkit-text-stroke: 5px var(--color-Primary1);
    position: relative;
    font-size: 128px;
    line-height: 63px;
    justify-content: start;
}

.counter-box {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.sub-counter-service::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    background-image: url(../images/aaa.png);
    top: 0;
    left: 0;
}

.sub-counter-service h2 {
    color: var(--color-Primary2);

}

.oreder-servces {
    padding: 40px;
}

.img-blog-page {
    width: 100%;
    position: relative;
    height: 450px;
}

.img-blog-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-blog h2 {
    font-size: 26px;
    color: var(--color-Primary2);
}

.text-blog {
    margin: 20px 0;
}

.text-blog h3 {
    font-size: 26px;
    margin: 10px 0;
    font-family: "font_medium";
    color: var(--color-Primary1);
}

.blog-emails {
    padding: 20px;
    background-color: #f9f4e7;
    padding: 25px;
    margin: 20px 0;
}

.blog-emails h2 {
    color: var(--color-Primary1);
    margin-bottom: 25px;
}

.sub-info-contactus {
    background-color: var(--color-white);
    padding: 45px 5%;
    z-index: 1;
    display: flex;
    position: relative;
    gap: 10px;
    height: 100%;
    box-shadow: 0 6px 39px #00000015;
}

.img-info-contactus {
    width: 55px;
    height: 70px;
}

.img-info-contactus img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-info-contactus {
    width: calc(100% - 75px);
}

.sub-info-contactus::after {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    background-image: url(../images/aaa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: -1;
}

.text-info-contactus h3 {
    font-size: 28px;
}

.text-info-contactus p {
    color: var(--color-Primary1);
    margin-top: 10px;
    line-height: 20px;
}

.img-more-aboutus {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    position: relative;
}

.img-more-aboutus img {
    width: 96%;
}

.img-more-aboutus::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: -1;
    background-color: var(--color-Primary2);
    left: 0;
    top: 35px;
}

.title-page {
    min-height: 175px;
}

.sub-counter-box {
    width: 100%;
}

.sub-info-about {
    position: relative;
    transition: all 0.3s linear;
    min-height: 200px;
    padding: 35px 20px;
    border-radius: 12px;
    border: 1px solid rgba(44, 82, 83, 0.19);
    background: var(--color-white);
    min-height: 100%;
}


.title-info-about {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.title-info-about::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    transition: all 0.3s linear;
    bottom: -1px;
    background-color: var(--color-Primary2);
}

.sub-info-about:hover {
    background-color: #ffd0002a;
}

.sub-info-about:hover .title-info-about::after {
    width: 100%;
}

.title-info-about img {
    width: 48px;
}

.sub-info-about p {
    color: #58595b;
    font-size: 21px;
    line-height: 27px;
}

.title-page .breadcrumb-header {
    display: flex;
    align-items: center;
    color: var(--color-white);
    gap: 10px;
}

/* أنماط صفحة تفصيل الخدمة */
.service-details-page {
    background-color: var(--color-white);
}

.service-content {
    margin-top: 40px;
    padding: 30px 0;
}

.service-content h3 {
    color: var(--color-Primary1);
    font-family: "font_medium";
    margin: 30px 0 20px;
    font-size: 26px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.service-features li {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    gap: 15px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border-right: 4px solid var(--color-Primary1);
}

.service-features li i {
    color: var(--color-Primary1);
    font-size: 24px;
    margin-top: 5px;
}

.service-features li div h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    margin-bottom: 8px;
}

.service-features li div p {
    color: var(--color-gray);
    margin: 0;
    line-height: 1.6;
}

/* مراحل الخدمة */
.service-steps {
    margin: 30px 0;
    display: block !important;
    visibility: visible !important;
}

.step-item {
    display: flex !important;
    align-items: flex-start;
    margin: 25px 0;
    gap: 20px;
    padding: 25px;
    background-color: var(--color-white);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    visibility: visible !important;
    opacity: 1 !important;
}

.step-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--color-Primary1), var(--color-Primary2));
}

.step-number {
    background: linear-gradient(135deg, var(--color-Primary1), var(--color-Primary2));
    color: var(--color-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: "font_semibold";
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(187, 147, 56, 0.3);
}

.step-content h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    margin-bottom: 10px;
    font-size: 20px;
}

.step-content p {
    color: var(--color-gray);
    margin: 0;
    line-height: 1.6;
}

/* لماذا تختارنا */
.why-choose-us {
    margin: 40px 0;
    padding: 30px;
    background-color: var(--color-Primary3);
    border-radius: 10px;
}

.why-choose-us h3 {
    text-align: center;
    color: var(--color-Primary2);
    margin-bottom: 30px;
}

.advantage-item {
    text-align: center;
    padding: 20px;
    margin: 15px 0;
    background-color: var(--color-white);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.advantage-item i {
    color: var(--color-Primary1);
    font-size: 40px;
    margin-bottom: 15px;
}

.advantage-item h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    margin-bottom: 10px;
}

.advantage-item p {
    color: var(--color-gray);
    margin: 0;
    font-size: 18px;
}

/* الشريط الجانبي */
.service-sidebar {
    padding-right: 30px;
}

.sidebar-widget {
    background-color: var(--color-white);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.sidebar-widget h3 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color-Primary1);
    position: relative;
}

.sidebar-widget h3::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-Primary2);
}

/* قائمة الخدمات */
.services-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    margin: 12px 0;
}

.services-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #f8f9fa;
    color: var(--color-Primary2);
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 18px;
}

.services-list li a:hover,
.services-list li a.active {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    transform: translateX(-5px);
}

.services-list li a i {
    font-size: 16px;
}

/* معلومات الاتصال */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    gap: 15px;
}

.contact-item i {
    color: var(--color-Primary1);
    font-size: 24px;
    margin-top: 5px;
    flex-shrink: 0;
}

.contact-item div h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    margin-bottom: 5px;
    font-size: 18px;
}

.contact-item div p {
    color: var(--color-gray);
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

/* الإحصائيات */
.statistics .stat-item {
    text-align: center;
    padding: 20px;
    margin: 15px 0;
    background: linear-gradient(135deg, var(--color-Primary1), var(--color-Primary2));
    border-radius: 10px;
    color: var(--color-white);
}

.statistics .stat-number {
    font-size: 36px;
    font-family: "font_semibold";
    margin-bottom: 10px;
}

.statistics .stat-item p {
    color: var(--color-white);
    margin: 0;
    font-size: 16px;
}

/* زر طلب الخدمة */
.request-service-btn {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--color-Primary1), var(--color-Primary2));
    border: none;
    transition: all 0.3s ease;
}

.request-service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(187, 147, 56, 0.4);
}

/* النافذة المنبثقة */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    opacity: 1;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem;
    pointer-events: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
}

.modal-lg {
    max-width: 800px;
}

.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    padding: 40px 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

body.modal-open {
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, var(--color-Primary1), var(--color-Primary2));
    color: var(--color-white);
    border-radius: 15px 15px 0 0;
    padding: 20px 30px;
    border-bottom: none;
}

.modal-header .modal-title {
    font-family: "font_medium";
    font-size: 24px;
}

.modal-header .btn-close {
    background: none;
    border: none;
    color: var(--color-white);
    opacity: 1;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-header .btn-close:hover {
    opacity: 0.8;
}

.modal-body {
    padding: 30px;
}

.modal-body .input-form {
    margin-bottom: 20px;
}

.modal-body .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.modal-body .form-control:focus {
    border-color: var(--color-Primary1);
    box-shadow: 0 0 0 0.2rem rgba(187, 147, 56, 0.25);
}

.modal-body select.form-control {
    cursor: pointer;
}

.modal-body textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.modal-body .input-check {
    margin: 25px 0;
}

.modal-body .input-check label {
    font-size: 16px;
    color: var(--color-Primary2);
}

.modal-body .text-primary {
    color: var(--color-Primary1) !important;
}

.modal-body .ctm-btn {
    padding: 12px 40px;
    font-size: 18px;
    background: linear-gradient(135deg, var(--color-Primary1), var(--color-Primary2));
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.modal-body .ctm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(187, 147, 56, 0.4);
}

/* تحسينات الاستجابة */
@media (max-width: 991px) {
    .service-sidebar {
        padding-right: 0;
        margin-top: 40px;
    }

    .step-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .step-number {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .service-features li {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .modal-dialog {
        margin: 10px;
    }

    .modal-body {
        padding: 20px;
    }

    .advantage-item {
        margin: 10px 0;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem;
    pointer-events: none;
    max-width: 50%;
    margin: auto;
    margin: 65px auto 0;
}

.title-page .breadcrumb-header {
    margin: 12px 0px;
}

/* ========================================
   Blog Details Page Styles
   ======================================== */

/* Blog Meta Information */
.blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0;
    padding: 15px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 20px;
}

.meta-item i {
    color: var(--color-Primary1);
    font-size: 18px;
}

/* Lead Text */
.lead-text {
    font-size: 20px;
    line-height: 1.8;
    color: #495057;
    font-family: "font_medium";
    margin: 25px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-right: 4px solid var(--color-Primary1);
}

/* Quote Box */
.quote-box {
    background: linear-gradient(135deg, var(--color-Primary1), var(--color-Primary2));
    padding: 30px 40px;
    margin: 30px 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.quote-box i {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 20px;
    right: 30px;
}

.quote-box p {
    color: var(--color-white);
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
    font-family: "font_medium";
}

.quote-author {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    display: block;
    text-align: left;
    font-family: "font_medium";
}

/* Info Boxes */
.info-boxes {
    margin: 30px 0;
}

.info-box {
    background-color: var(--color-white);
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--color-Primary1);
}

.info-box-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f8f9fa;
}

.info-box-header i {
    color: var(--color-Primary1);
    font-size: 32px;
    flex-shrink: 0;
}

.info-box-header h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    font-size: 20px;
    margin: 0;
}

.info-box p {
    margin: 0;
    line-height: 1.8;
    color: #495057;
}

/* Services List in Details */
.services-list-details {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.services-list-details li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 20px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.services-list-details li:hover {
    background-color: #fff5e6;
    transform: translateX(-5px);
}

.services-list-details li i {
    color: var(--color-Primary1);
    font-size: 24px;
    margin-top: 3px;
    flex-shrink: 0;
}

.services-list-details li div {
    flex: 1;
}

.services-list-details li strong {
    color: var(--color-Primary2);
    font-family: "font_medium";
    display: block;
    margin-bottom: 5px;
}

/* Important Note */
.important-note {
    display: flex;
    gap: 20px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
}

.note-icon {
    flex-shrink: 0;
}

.note-icon i {
    font-size: 40px;
    color: #ff9800;
}

.note-content h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    margin-bottom: 10px;
}

.note-content p {
    margin: 0;
    line-height: 1.8;
    color: #495057;
}

/* Blog Tags */
.blog-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 2px solid #e9ecef;
}

.tags-title {
    font-family: "font_medium";
    color: var(--color-Primary2);
    font-size: 18px;
}

.blog-tags a {
    display: inline-block;
    padding: 8px 18px;
    background-color: #f8f9fa;
    color: #495057;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.blog-tags a:hover {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    transform: translateY(-2px);
}

/* Social Share */
.social-share {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.social-share h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    margin-bottom: 15px;
    font-size: 20px;
}

.share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-white);
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.share-btn.twitter {
    background-color: #000000;
}

.share-btn.facebook {
    background-color: #1877f2;
}

.share-btn.whatsapp {
    background-color: #25d366;
}

.share-btn.linkedin {
    background-color: #0077b5;
}

.share-btn.email {
    background-color: #ea4335;
}

/* Author Box */
.author-box {
    display: flex;
    gap: 25px;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    border: 1px solid #e9ecef;
}

.author-avatar {
    flex-shrink: 0;
}

.author-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--color-white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.author-info h4 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    font-size: 22px;
    margin-bottom: 5px;
}

.author-title {
    color: var(--color-Primary1);
    font-size: 16px;
    margin-bottom: 15px;
}

.author-bio {
    color: #495057;
    line-height: 1.8;
    margin-bottom: 15px;
}

.author-social {
    display: flex;
    gap: 10px;
}

.author-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-Primary1);
    color: var(--color-white);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.author-social a:hover {
    background-color: var(--color-Primary2);
    transform: translateY(-2px);
}

/* Sidebar Widgets */
.blog-sidebar .sidebar-widget {
    background-color: var(--color-white);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
}

.sidebar-widget h3 {
    color: var(--color-Primary2);
    font-family: "font_medium";
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color-Primary1);
    position: relative;
}

.sidebar-widget h3::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 60px;
    height: 2px;
    background-color: var(--color-Primary2);
}

/* Search Widget */
.search-form {
    position: relative;
}

.search-form .form-control {
    padding-left: 50px;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    height: 50px;
}

.search-form .form-control:focus {
    border-color: var(--color-Primary1);
    box-shadow: 0 0 0 0.2rem rgba(187, 147, 56, 0.25);
}

.search-btn {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background-color: var(--color-Primary1);
    color: var(--color-white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background-color: var(--color-Primary2);
}

/* Categories Widget */
.categories-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-widget li {
    margin: 12px 0;
}

.categories-widget li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
}

.categories-widget li a:hover {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    transform: translateX(-5px);
}

.categories-widget .count {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 13px;
}

.categories-widget li a:hover .count {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Recent Posts Widget */
.recent-post {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.recent-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.post-thumb {
    flex-shrink: 0;
}

.post-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.post-info h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.post-info h4 a {
    color: var(--color-Primary2);
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-info h4 a:hover {
    color: var(--color-Primary1);
}

.post-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6c757d;
    font-size: 13px;
}

.post-date i {
    color: var(--color-Primary1);
}

/* Contact Widget */
.contact-widget p {
    margin-bottom: 20px;
    color: #495057;
}

.contact-widget .ctm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-info-widget {
    margin-top: 20px;
}

.contact-item-widget {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
    color: #495057;
}

.contact-item-widget i {
    color: var(--color-Primary1);
    font-size: 18px;
}

/* Tags Widget */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tags-cloud a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f8f9fa;
    color: #495057;
    border-radius: 20px;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.3s ease;
}

.tags-cloud a:hover {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    transform: translateY(-2px);
}

/* Related News Section */
.related-news {
    background-color: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 991px) {
    .author-box {
        flex-direction: column;
        text-align: center;
    }

    .author-avatar {
        margin: 0 auto;
    }

    .author-social {
        justify-content: center;
    }

    .blog-meta {
        justify-content: center;
    }

    .lead-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .quote-box {
        padding: 20px 25px;
    }

    .quote-box p {
        font-size: 18px;
    }

    .info-box-header {
        flex-direction: column;
        text-align: center;
    }

    .services-list-details li {
        flex-direction: column;
        text-align: center;
    }

    .important-note {
        flex-direction: column;
        text-align: center;
    }

    .blog-tags {
        justify-content: center;
    }

    .social-share {
        text-align: center;
    }

    .share-buttons {
        justify-content: center;
    }

    .author-avatar img {
        width: 100px;
        height: 100px;
    }
}