.title-center,
.title-center-w {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}



.title-center h2,
.title-center-w h2 {
    font-size: 20px;
    font-family: "font_semibold";
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #518CC9;
    font-size: 38px;
}

.title-center-w h2 {
    color: var(--color-white);
}

.title-center h3,
.title-center-w h3 {
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    top: -36px;
    font-family: 'font_medium';
    background: linear-gradient(to top, #02b3ffd7, #335dab38, #335dab00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-center-w h3 {
    background: linear-gradient(to top, #ffffff, #ffffff38, #ffffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-aboutus h2 {
    font-size: 38px;
    font-family: "font_semibold";
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #2E6784;
}

.text-aboutus p {
    font-size: 18px;
    font-family: "font_medium";
    color: var(--color-gray);
    line-height: 1.5;
    margin-bottom: 20px;
}

.features-aboutus {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub-feature-aboutus {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-feature {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-feature img {
    width: 60%;
    height: 50%;
    object-fit: contain;
}

.img-aboutus {
    width: 80%;
    margin-left: auto;
    height: 530px;
}

.img-aboutus>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.curv-butn {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
    transition: all 0.3s ease;
}



.curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}

/* show and hidden class */
.curv-butn .icon {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;

}

.curv-butn .br-left-top {
    position: absolute;
    top: -23px;
    left: 1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.curv-butn .br-right-bottom {
    position: absolute;
    bottom: 2px;
    right: -23px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.curv-butn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #1b1b1b;
    border: 1px solid var(--color-Primary2);
    background: var(--color-Primary2);
    border-radius: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sub-blog-item:hover .curv-butn .icon {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;

    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.aboutus-index .img-aboutus:hover .curv-butn .icon {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    border-radius: 100%;
    transform: rotate(360deg);
}

.img-aboutus {
    position: relative;
}

.img-aboutus {
    transition: all .5s linear;
    overflow: hidden;
    border-radius: 25px;
}

.img-aboutus img {
    transition: all .5s linear;
}

.img-aboutus:hover img {
    transform: scale(1.3);
}

.icon-bg {
    background: #fff !important;
}

.tabs-services-index {
    padding: 50px 30px;
    background-color: var(--color-Primary2);
}

.nav-pills .nav-link {
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--color-Primary2);
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.nav-pills .nav-link.active .sub-service-tabs {
    transform: translateX(10px) scale(1.02);
    box-shadow: 0 8px 24px rgba(25, 51, 73, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 15px 15px 55px 15px;
}
.nav-pills .nav-link.active .sub-service-tabs h3 {
    color: #518CC9;
}
.nav-pills .nav-link.active .sub-service-tabs .icon-service {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, #193349 0%, #2c5470 100%);
    border-radius: 10px 10px 35px;
    box-shadow: 0 4px 15px rgba(25, 51, 73, 0.4);
}


.sub-service-tabs {
    background-color: var(--color-white);
    padding: 9px 14px;
    border-radius: 15px 15px 50px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    gap: 20px;
    color: var(--color-Primary2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sub-service-tabs::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(81, 140, 201, 0.1), transparent);
    transition: left 0.6s ease;
}

.sub-service-tabs:hover::before {
    left: 100%;
}

.sub-service-tabs:hover {
    transform: translateX(10px) scale(1.02);
    box-shadow: 0 8px 24px rgba(25, 51, 73, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 15px 15px 55px 15px;
}

.tabs-services-index ul {
    display: block !important;
}

.sub-service-tabs h3 {
    font-family: "font_semibold";
    font-size: 18px;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
}

.sub-service-tabs h3::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-Primary2));
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sub-service-tabs:hover h3 {
    color: #518CC9;
    transform: translateX(5px);
    letter-spacing: 0.5px;
}

.sub-service-tabs:hover h3::after {
    width: 100%;
}

.icon-service {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px 10px 30px;
    background: #193349;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.icon-service::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(81, 140, 201, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.sub-service-tabs:hover .icon-service::after {
    width: 100px;
    height: 100px;
}

.sub-service-tabs:hover .icon-service {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, #193349 0%, #2c5470 100%);
    border-radius: 10px 10px 35px;
    box-shadow: 0 4px 15px rgba(25, 51, 73, 0.4);
}

.icon-service img {
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.sub-service-tabs:hover .icon-service img {
    transform: scale(1.15);
    filter: brightness(1.2);
}

.tabs-services-index {
    border-radius: 0 20px 20px 0;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.text-service-content h3 {
    color: var(--color-Primary2);
    font-size: 20px;
    font-family: "font_semibold";
    margin-bottom: 10px;
    font-size: 35px;
}

.text-service-content p {
    font-size: 20px;
    font-family: "font_medium";
    color: var(--color-gray);
    line-height: 1.5;
    margin: 25px 0;
}

.img-service-content {
    position: relative;
    width: calc(100% - 5%);
    margin-right: 5%;
}

.img-service-content>.img-service-content-item:nth-of-type(1) img {
    width: 65%;
    height: 369px;
    right: 0;
    object-fit: cover;
    margin-left: auto;
    display: block;
    border-radius: 25px;
}

.img-service-content>.img-service-content-item:nth-of-type(2) img {
    width: 60%;
    position: absolute;
    left: 0;
    bottom: 10%;
    height: 270px;
    object-fit: cover;
    border-radius: 25px;
}

.sub-content-img-service-content {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-gray);
    border-radius: 10px;
    margin-bottom: 15px;
}

.sub-content-img-service-content img {
    width: 70%;
    height: 70%;
    object-fit: cover;
    border-radius: 10px;
}

.content-img-service-content {
    position: absolute;
    bottom: 0;
    width: 65%;
    right: 0;
    z-index: 1;
    padding: 25px;
}

.content-img-service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    right: 0;
    border-radius: 20px;

    z-index: -1;
    bottom: 0;
    background-color: var(--color-Primary2);
}

.service-content {
    animation: transf 0.5s linear;
}

@keyframes transf {
    from {
        transform: scale(0.2);
    }

    to {
        transform: scale(1);
    }
}

.clients-index {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index: 1;
}

.clients-index::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .70;
    background-color: #205876;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.clients-slider {
    position: relative;
    overflow: hidden;
}

.sub-client-item {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 8% 8% 21%;
    aspect-ratio: 1 / .9;
}

.sub-client-item::after {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url(../images/c1.png);
    height: 100%;
    border-radius: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    top: 0;
    z-index: -1;
    left: 0;
}


.text-client>img {
    object-fit: contain;
    width: 25% !important;
    height: 20%;
    margin-bottom: 10px;
    display: flex !important;
}

.stars-client {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: absolute;
    top: 5.5%;
    right: 8%;
}

.stars-client i {
    font-size: 22px;
    color: #f8f8f8;
    display: block;
}

.stars-client .checked {
    color: #FFD700;

}

.client-info-img {
    position: absolute;
    bottom: 3%;
    left: 6%;
    width: 15%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}

.stars-client img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}

.client-info-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}

.client-info-text {
    position: absolute;
    bottom: 28px;
    left: 30%;
    z-index: 1;
    overflow: hidden;
}

.client-info-text h3 {
    font-size: 20px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 5px;
}

.client-info-text p {
    font-size: 16px;
    font-family: "font_medium";
    color: var(--color-gray);
}

.sub-blog-item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sub-blog-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.sub-blog-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sub-blog-item:hover img {
    transform: scale(1.1);
}

.text-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    z-index: 1;
    padding: 10px 10px 20px 22%;
    overflow: hidden;
}

.sub-blog-item {
    position: relative;
    z-index: 3;
    border-radius: 30px;

}

.owl-carousel .sub-blog-item {
    margin-bottom: 50px;
    margin-top: 20px;

}

section.blog-index.pg-section {
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.sub-blog-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99.7%;
    background-image: linear-gradient(to top, #000000, #00000000);
    z-index: 0;
    overflow: hidden;
    top: 0;
    border-radius: 30px;
    transition: all 0.4s ease;
}

.sub-blog-item:hover::before {
    background-image: linear-gradient(to top, #000000, #000000aa, #00000000);
}

.text-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    z-index: 1;
    padding: 10px 10px 20px 22%;
    overflow: hidden;
    color: #fff;
    transition: all 0.4s ease;
}

.sub-blog-item:hover .text-blog {
    padding-bottom: 25px;
    transform: translateY(-5px);
}

.text-blog h6 {
    font-size: 20px;
    letter-spacing: 5px;
    color: var(--color-Primary3);
    margin-bottom: 0px;
    transition: all 0.3s ease;
}

.sub-blog-item:hover .text-blog h6 {
    letter-spacing: 7px;
    color: #02b3ff;
}

.text-blog h4 {
    font-size: 15px;
    font-family: "font_semibold";
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.sub-blog-item:hover .text-blog h4 {
    transform: translateX(5px);
}

.icon-show {
    font-style: normal;
    color: #fff;
    line-height: 0;
}

.icon-show i {
    font-size: 16px;
    color: #fff;
    line-height: 15px;
    display: block;
    font-style: normal;

}

.curv-butn .icon {
    align-items: center;
    display: flex;
    justify-content: center;

}

.icon-show h4 {
    font-size: 26px;
    padding-bottom: 5px;
}

.contact-index {
    position: relative;
}

.info-contactus-index {
    padding: 25px;
    position: absolute;
    left: 5%;
    width: 35%;
    border-radius: 30px;
    bottom: -75px;
    background-color: var(--color-white);
    box-shadow: 0px 5px 15.4px 0px rgba(0, 0, 0, 0.15);
}

.info-contactus-index ul li a {
    display: flex;
    align-items: center;
    margin: 30px 0;
    gap: 25px;
}

.info-contactus-index h2 {
    color: var(--color-Primary2);
}

.info-contactus-index p {
    color: var(--color-Primary1);
}

.img-contactus-index {
    width: 35px;
}

.text-contactus-index {
    width: calc(100% - 60px);
}

.video-index {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    margin-top: 150px;
    position: relative;
    justify-content: center;

    z-index: 1;
}

.video-index::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sub-partner-item {
    width: 80%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border-radius: 10px;
    margin: 0 auto;
}

.sub-partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.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%;
}

.sub-info-about p {
    color: #58595b;
    font-size: 17px;
    line-height: 1.5;
}

.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: #f2fbff;
}

.sub-info-about:hover .title-info-about::after {
    width: 100%;
}

.sub-service {
    position: relative;
    padding-bottom: 50px;
}

.img-service {
    position: relative;
    z-index: 1;
}

.img-service::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
}

.img-service {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 25px;

}

.img-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.text-service {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    min-height: 100px;
    object-fit: cover;
    border-radius: 25px;
    z-index: 1;
    left: 0;
    transition: all 0.3s linear;
    right: 0;
    margin: 0 auto;
    padding: 25px;
    background-color: #F2F2F2;
    box-shadow: 0px 5px 15.4px 0px rgba(0, 0, 0, 0.15);
}

.text-service {
    gap: 10px;
    display: flex;
    align-items: center;
}

.title-service {
    width: calc(100% - 65px);
}

.title-service h3 {
    color: var(--color-Primary2);
    font-size: 25px;
    font-family: "font_semibold";
    margin-bottom: 10px;
}

.title-service p {
    font-size: 15px;
    font-family: "font_medium";
    color: var(--color-gray);
    line-height: 1.5;
    margin: 0;
}


.ctm-rt {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-Primary2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    transition: all 0.3s linear;
    font-size: 25px;
    font-family: "font_semibold";
    margin-left: auto;
}

.sub-service:hover .img-service img {
    transform: scale(1.2) rotate(5deg);
}

.sub-service:hover .text-service {
    transform: translateY(-10px);
}

.sub-service:hover .text-service .title-service h3 {
    color: var(--color-Primary2);
}

.ctm-rt:hover {
    background-color: var(--color-Primary3);
}

/* Service Details Styles */
.service-slider-details {
    margin-bottom: 40px;
}

.service-slide-item {
    width: 100%;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
}

.service-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.service-details-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.service-details-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-Primary2) !important;
    color: var(--color-white) !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
    pointer-events: all;
    border: none;
}

.service-details-carousel .owl-nav button:hover {
    background-color: var(--color-Primary3) !important;
    transform: scale(1.1);
}

.service-details-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.service-details-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d9d9d9;
    transition: all 0.3s linear;
}

.service-details-carousel .owl-dot.active {
    background-color: var(--color-Primary2);
    width: 35px;
    border-radius: 10px;
}

.service-details-content {
    background-color: var(--color-white);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}

.service-details-header h2 {
    font-size: 38px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.service-meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: "font_medium";
    color: var(--color-gray);
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.service-meta i {
    color: var(--color-Primary2);
    font-size: 18px;
}

.service-description {
    padding: 30px 0;
    border-bottom: 1px solid #e9ecef;
}

.service-description h3 {
    font-size: 28px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 20px;
}

.service-description p {
    font-size: 17px;
    font-family: "font_medium";
    color: var(--color-gray);
    line-height: 1.8;
    margin-bottom: 15px;
}

.service-features {
    padding: 30px 0;
    border-bottom: 1px solid #e9ecef;
}

.service-features h3 {
    font-size: 28px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s linear;
}

.feature-item:hover {
    background-color: #e8f4f8;
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-Primary2);
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-icon i {
    color: var(--color-white);
    font-size: 20px;
}

.feature-text h4 {
    font-size: 18px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 5px;
}

.feature-text p {
    font-size: 15px;
    font-family: "font_medium";
    color: var(--color-gray);
    margin: 0;
    line-height: 1.5;
}

.service-process {
    padding: 30px 0;
    border-bottom: 1px solid #e9ecef;
}

.service-process h3 {
    font-size: 28px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 30px;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s linear;
    position: relative;
}

.process-step:hover {
    background-color: #e8f4f8;
    transform: translateX(10px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-Primary2), var(--color-Primary3));
    border-radius: 15px;
    color: var(--color-white);
    font-size: 24px;
    font-family: "font_semibold";
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 20px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 8px;
}

.step-content p {
    font-size: 16px;
    font-family: "font_medium";
    color: var(--color-gray);
    margin: 0;
    line-height: 1.5;
}

.service-cta {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ctm-btn-outline {
    padding: 15px 35px;
    font-size: 16px;
    font-family: "font_semibold";
    border: 2px solid var(--color-Primary2);
    color: var(--color-Primary2);
    background-color: transparent;
    border-radius: 10px;
    transition: all 0.3s linear;
    text-decoration: none;
    display: inline-block;
}

.ctm-btn-outline:hover {
    background-color: var(--color-Primary2);
    color: var(--color-white);
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Service Request Form Styles */
.modal.bd-example-modal-lg {
    z-index: 9999;
}

.modal.bd-example-modal-lg .modal-dialog {
    max-width: 700px;
}

.modal.bd-example-modal-lg .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}

.popup-header {
    background: linear-gradient(135deg, var(--color-Primary2), #2c4d5f);
    padding: 25px 35px;
    border-bottom: none;
}

.popup-header .modal-title {
    font-size: 28px;
    font-family: "font_semibold";
    color: var(--color-white);
    text-transform: uppercase;
    margin: 0;
}

.popup-header .close-popup {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
    opacity: 1;
    padding: 0;
}

.popup-header .close-popup:hover {
    background-color: var(--color-Primary3);
    border-color: var(--color-Primary3);
    transform: rotate(90deg);
}

.popup-header .close-popup i {
    color: var(--color-white);
    font-size: 18px;
}

.popup-body {
    padding: 40px 35px;
    background-color: #f8f9fa;
}

.service-request-form {
    display: flex;
    flex-direction: column;
}

.input-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-form label {
    font-size: 16px;
    font-family: "font_semibold";
    color: var(--color-Primary2);
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.input-form .form-control {
    padding: 15px 20px;
    font-size: 16px;
    font-family: "font_medium";
    color: var(--color-text);
    background-color: var(--color-white);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.input-form .form-control:focus {
    border-color: var(--color-Primary2);
    background-color: var(--color-white);
    box-shadow: 0 0 0 4px rgba(25, 51, 73, 0.1);
}

.input-form .form-control:hover {
    border-color: var(--color-Primary3);
}

.input-form .form-control::placeholder {
    color: var(--color-gray);
    opacity: 0.7;
    text-transform: capitalize;
}

.input-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
    font-family: "font_medium";
}

.input-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23193349' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
}

.input-form select.form-control option {
    padding: 10px;
    font-family: "font_medium";
}

.popup-footer {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.popup-footer .ctm-btn {
    flex: 1;
    min-width: 150px;
    padding: 15px 30px;
    font-size: 17px;
    font-family: "font_semibold";
    text-transform: uppercase;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.popup-footer .ctm-btn:not(.btn-cancel) {
    background: linear-gradient(135deg, var(--color-Primary2), #2c4d5f);
    color: var(--color-white);
    box-shadow: 0 4px 15px rgba(25, 51, 73, 0.3);
}

.popup-footer .ctm-btn:not(.btn-cancel):hover {
    background: linear-gradient(135deg, #2c4d5f, var(--color-Primary2));
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(25, 51, 73, 0.4);
}

.popup-footer .ctm-btn.btn-cancel {
    background-color: transparent;
    color: var(--color-Primary2);
    border: 2px solid var(--color-Primary2);
}

.popup-footer .ctm-btn.btn-cancel:hover {
    background-color: var(--color-Primary2);
    color: var(--color-white);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(25, 51, 73, 0.2);
}

.service-request-form .input-form:focus-within label {
    color: var(--color-Primary3);
    transform: translateX(5px);
}

.modal-backdrop.show {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .modal.bd-example-modal-lg .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }

    .popup-header {
        padding: 20px 25px;
    }

    .popup-header .modal-title {
        font-size: 22px;
    }

    .popup-body {
        padding: 25px 20px;
    }


    .input-form .form-control {
        padding: 12px 15px;
        font-size: 15px;
    }

    .popup-footer {
        flex-direction: column;
    }

    .popup-footer .ctm-btn {
        width: 100%;
        min-width: 100%;
    }
}

/* Blog Details Styles */
.blog-details {
    padding: 80px 0;
}

.blog-details-content {
    background: var(--color-white);
    border-radius: 15px;
    overflow: hidden;
}

.blog-main-image {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}

.blog-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-main-image:hover img {
    transform: scale(1.05);
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.blog-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.blog-meta .meta-item i {
    color: var(--color-Primary2);
    font-size: 16px;
}

.blog-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-Primary2);
    margin-bottom: 30px;
    line-height: 1.4;
}

.blog-text {
    color: #555;
    line-height: 1.9;
    font-size: 16px;
}

.blog-text p {
    margin-bottom: 20px;
}

.blog-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-Primary2);
    margin-top: 35px;
    margin-bottom: 20px;
}

.blog-text ul {
    margin: 20px 0;
    padding-left: 25px;
}

.blog-text ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 10px;
}

.blog-text ul li::marker {
    color: var(--color-Primary2);
}

.blog-content-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
    margin: 35px 0;
}

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

.blog-tags {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.blog-tags h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-Primary2);
    margin-bottom: 15px;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-list a {
    padding: 8px 20px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tags-list a:hover {
    background: var(--color-Primary2);
    color: var(--color-white);
    transform: translateY(-2px);
}

.blog-share {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
}

.blog-share h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-Primary2);
    margin-bottom: 15px;
}

.share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-white);
    text-decoration: none;
    transition: all 0.3s ease;
    background:var(--color-Primary2)
}

/*.share-btn.facebook {*/
/*    background: #1877f2;*/
/*}*/

/*.share-btn.twitter {*/
/*    background: #1da1f2;*/
/*}*/

/*.share-btn.linkedin {*/
/*    background: #0077b5;*/
/*}*/

/*.share-btn.whatsapp {*/
/*    background: #25d366;*/
/*}*/

.share-btn:hover {
    transform: translateY(-3px);
    color:var(-color-white) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Blog Sidebar */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: var(--color-white);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.sidebar-widget h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-Primary2);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color-Primary2);
}

/* Search Widget */
.search-form {
    position: relative;
    display: flex;
}

.search-form input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.search-form input:focus {
    border-color: var(--color-Primary2);
    box-shadow: 0 0 10px rgba(255, 184, 0, 0.1);
}

.search-form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--color-Primary2);
    border: none;
    border-radius: 50%;
    color: var(--color-white);
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-form button:hover {
    background: var(--color-Primary2);
    transform: translateY(-50%) scale(1.05);
}

/* Recent Posts Widget */
.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.recent-post-image {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.recent-post-content h4 {
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.5;
}

.recent-post-content h4 a {
    color: var(--color-Primary2);
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-post-content h4 a:hover {
    color: var(--color-Primary2);
}

.post-date {
    font-size: 13px;
    color: #999;
}

.post-date i {
    margin-right: 5px;
}

/* Categories Widget */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    border-bottom: 1px solid #f0f0f0;
}

.categories-list li:last-child {
    border-bottom: none;
}

.categories-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.categories-list li a:hover {
    color: var(--color-Primary2);
    padding-left: 10px;
}

.categories-list li a span {
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #999;
}

/* Tags Widget */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-cloud a {
    padding: 8px 18px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.tags-cloud a:hover {
    background: var(--color-Primary2);
    color: var(--color-white);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .blog-sidebar {
        position: static;
        margin-top: 50px;
    }

    .blog-title {
        font-size: 28px;
    }

    .blog-main-image {
        height: 350px;
    }

    .blog-content-image {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .blog-title {
        font-size: 24px;
    }

    .blog-main-image {
        height: 250px;
    }

    .blog-content-image {
        height: 200px;
    }

    .blog-meta {
        gap: 15px;
    }

    .sidebar-widget {
        padding: 20px;
    }

    .share-buttons {
        justify-content: center;
    }
}

.more-services {
    background-color: var(--color-Primary2);
    padding: 50px 25px;
    border-radius: 20px;
}

.more-services a {
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}











.main-contactus-page {
    position: relative;
    z-index: 1;

}

.main-contactus-page::after {
    content: "";
    position: absolute;
    width: 60%;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    background-color: #F5F9FF;
}

.form-contactus-page {
    padding: 25px 5px 25px 10%;
}

.main-contactus-page .input-form .form-control {
    border: 1px solid #DDD;
    background: var(--color-white);
}

.main-contactus-page .input-form .form-control:focus {
    border-color: var(--color-Primary2);
}

.work-hours-contactus {
    padding: 120px 10%;
    background-color: var(--color-Primary2);

}

.img-work-hours-contactus {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
}

.img-work-hours-contactus img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.sub-work-hours-contactus {
    display: flex;
    align-items: start;
    gap: 20px;
}

.text-work-hours-contactus h2 {
    font-size: 25px;
    color: var(--color-white);
    font-family: 'font_semibold';
}

.text-work-hours-contactus p {
    color: var(--color-white);
    margin-top: 15px;
    font-size: 19px;
}

.text-work-hours-contactus {
    width: calc(100% - 90px);
}

.sub-work-hours-contactus {
    margin: 50px 0;
}

.work-hours-contactus {
    position: relative;
    z-index: 1;
}

.work-hours-contactus::after {
    content: "";
    position: absolute;
    width: 20%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    height: 100%;
    background-image: url(../images/logo-bg3.png);
    top: 0;
}
.text-client p {
    height: 180px;
    overflow: hidden;
}
.title-page {
    position: relative;
    z-index:1;
}
.title-page::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
        z-index: -1;

    left: 0;
    background: #000;
    opacity: .6;
}
.ctm-stroke {
    color: var(--color-Primary2);

    border: 1px solid #193349 !important;
}
.ctm-stroke img{
        color: var(--color-Primary2);
filter: invert(1);
}
.team-member-card {
    position: relative;
    height: 450px;
    width: 100%;
    z-index:1;
    display: flex;
}
.team-member-image {
    width: 100%;
    height: 100%;
    
}
.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    z-index: 1;
}
.team-member-card::after {
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background:#000;
        z-index:-1;
}
.team-member-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    display: flex;
    opacity: .5;
    transform: scale(0);
    transition: all .3s linear;
}
.team-member-info h3 {
    color: #fff;
    font-size: 24px;
}
.team-member-info h4 {
    color: #fff;
}
.team-member-card {
    position: relative;
    height: 450px;
    border-radius: 20px;
    width: 100%;
    z-index: 1;
    display: flex;
    overflow: hidden;
}
.team-member-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    z-index: 1;
    transform: translateY(100%);
    transition: all .3s linear;
}
.team-member-card:hover::after {
    
    transform: scale(1);

}.team-member-card:hover .team-member-info {
    
    transform: translateY(0%);
}.logo-footer {
    width: 120px;
}
