.main-btn {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.secondary-btn {
    background-color: #fff;
    color: var(--main-color);
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid var(--main-color);
}

.main-btn:hover {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.secondary-btn:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid #fff;
}

/* about us style start */
.about-us {
    /* background-image: url(../assets/images/about-us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    padding: 100px 0;
    position: relative;
}
.about-us:before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/about-us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    inset: 0;
}
.about-us-page-overlay {
    background-image: url(../assets/images/about-us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
}

.header-section {
    padding: 24px 0;
}
.header-section p {
    font-size: 20px;
    font-weight: 500;
    color: #000000e5;
}

.about-us .about-us-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.about-us .about-us-cards .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 370px;
}
.card .card-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.card .card-title .img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008aaa33;
    border-radius: 50%;
}
.card-title .img img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.card .card-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #008aaa;
}

.card .card-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000000e5;
}
/* about us style end */

/* why choose us style start */
.why-choose-us {
    padding: 100px 0 235px;
    background-image: url(../assets/images/why-choose-us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us .main-container {
    position: relative;
}

.why-choose-us .header-section {
    display: flex;
    justify-content: center;
    margin: 0 auto 100px;
}
.why-choose-us .why-choose-us-cards {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.why-choose-us .why-choose-us-cards .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* max-width: 370px; */
    background: #ffffff;
}
.why-choose-us .why-choose-us-cards .card .card-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
/* why choose us style end */

/* services style start */
.services {
    padding: 100px 0;
    background: #eafbff;
}
.services-cards {
    margin-top: 70px;
}
.services-cards .col-sm-12 {
    display: flex;
    justify-content: center;
}
.services-cards .card {
    position: relative;
    max-width: 400px;
    height: 100%;
    background: #ffffff;
}
.services-cards .card .card-image {
    position: absolute;
    top: -50px;
    left: 90%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bbe5ee;
    border-radius: 50%;
}
.services-cards .card .card-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.services-cards .card .card-content {
    padding-right: 40px;
}
.services-cards .card .card-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #008aaa;
    margin-bottom: 10px;
}
.services-cards .card .card-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000000e5;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services-cards .card .card-content .services-link {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    color: #008aaa;
    transition: all 0.3s ease;
}
.services-cards .card .card-content .services-link:hover {
    color: #000000e5;
    text-decoration: none;
}
.services-cards .card .card-content .services-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all 0.3s ease;
}
.services-cards .card .card-content .services-link:hover img {
    transform: translateX(10px);
}
/* services style end */

/*! =============================== Projects =============================== */
.card-project figure {
    position: relative;
}
.card-project figure img.mainImg {
    height: 300px;
}
.iconImg {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 48%;
    right: 15px;
}
.iconImg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../assets/images/bg-iconProject.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotateIcon 5s linear infinite;
}
@keyframes rotateIcon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.iconImg img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
}
.card-project figure figcaption {
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 3px solid var(--main-color);
    border-top: none;
    padding-bottom: 35px;
}
.card-project figure figcaption h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--main-color);
}
.card-project figure figcaption p {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projects .projects-deatails-box figure {
    height: 400px;
    border: 10px solid var(--main-color);
    border-radius: 10px;
    margin-top: 50px;
}
.projects .projects-deatails-box figure img {
    object-fit: cover;
}
.projects .projects-deatails-box .iconImg {
    position: relative;
    width: 80px;
    height: 80px;
}
.projects .projects-deatails-box .iconImg img {
    width: 35px;
    height: 35px;
}

.projects .projects-deatails-box .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    flex-wrap: wrap;
}

.projects .projects-deatails-box .item {
    display: flex;
    align-items: center;
    gap: 35px;
}
.projects .projects-deatails-box .item .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(0, 179, 248, 0.2);
    padding: 10px;
    border-radius: 10px;
}
.projects .projects-deatails-box .item h5 {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 700;
    color: var(--main-color);
}
.projects .projects-deatails-box .item p {
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.projects .read-more {
    position: absolute;
    left: 20px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--main-color);
    font-weight: 700;
}

/*! =============================== Testimonials =============================== */
.testimonials {
    background-color: var(--bg-section);
}
.testimonials .testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    background-color: var(--white-color);
    position: relative;
    padding: 55px 15px 15px 15px;
    border: 5px solid transparent;
    border-bottom: none;
}
.testimonials .testimonial-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonials .testimonial-card::before,
.testimonials .testimonial-card::after {
    content: "";
    position: absolute;
    top: -5px;
    width: 5px;
    height: 100%;
    pointer-events: none;
}
.testimonials .testimonial-card::before {
    left: -5px;
    background: linear-gradient(
        to bottom,
        var(--main-color) 0%,
        rgba(0, 179, 248, 0.2) 60%,
        transparent 100%
    );
}
.testimonials .testimonial-card::after {
    right: -5px;
    background: linear-gradient(
        to bottom,
        var(--main-color) 0%,
        rgba(0, 179, 248, 0.2) 60%,
        transparent 100%
    );
}
.testimonials .testimonial-card .line-right,
.testimonials .testimonial-card .line-left {
    content: "";
    position: absolute;
    top: -5px;
    width: calc(50% - 45px);
    height: 5px;
    background: var(--main-color);
}
.testimonials .testimonial-card .line-right {
    left: -5px;
}
.testimonials .testimonial-card .line-left {
    right: -5px;
}
.testimonials .testimonial-card figure {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.testimonials .testimonial-card figure::before {
    content: "";
    position: absolute;
    width: 105px;
    height: 55px;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    border: 5px solid var(--main-color);
    border-bottom: none;
    border-radius: 110px 110px 0 0;
}
.testimonials .testimonial-card figure img {
    border-radius: 50%;
    border: 2px solid var(--main-color);
}
.testimonials .testimonial-card .text h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
}
.testimonials .testimonial-card .text p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}
.testimonials .testimonial-card .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(228, 202, 4, 1);
}
/* Slider */
.testimonials-slider .item {
    height: 100%;
    padding: 60px 0;
}
.testimonials-slider .testimonial-card {
    height: 100%;
}

/*! =============================== Contact US =============================== */
.contact-us {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    position: relative;
}
.contact-us .main-container {
    width: 90%;
    background-color: var(--bg-section);
    padding: 30px;
    margin: 0 auto;
}
.contact-us .main-container::before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/frame.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 110%;
    top: -33px;
    z-index: -1;
    left: 0;
    background-size: contain;
}
.contact-us .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: auto;
    gap: 30px;
}
.contact-us .content .logo {
    width: auto;
    height: auto;
    max-width: 280px;
    flex-shrink: 0;
    margin: 0 auto;
}
.contact-us .content .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.contact-us .content .contact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-us .content .contact-content h3,
.contact-us .content .contact-content p:first-of-type {
    font-size: 23px;
    font-weight: 700;
    color: var(--main-color);
}
.contact-us .content .contact-content p:nth-of-type(2) {
    color: rgba(88, 89, 91, 0.9);
}
.contact-us .content .contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.contact-us .content .contact-details .contact-details-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contact-us .content .contact-details .contact-details-item .icon {
    background-color: var(--white-color);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 7px;
    flex-shrink: 0;
}
.contact-us .content .contact-details .contact-details-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-us .content .contact-details .contact-details-item .info {
    text-align: start;
}
.contact-us .content .contact-details .contact-details-item .info h4,
.contact-us .content .contact-details .contact-details-item .info p {
    font-size: 18px;
}
.contact-us .content .contact-details .contact-details-item .info p {
    color: var(--main-color);
}
.contact-us .content .contact-details .contact-details-item .info a {
    color: inherit;
    text-decoration: none;
}
.contact-us .content .contact-details .contact-details-item .info a:hover {
    text-decoration: underline;
}
.contact-map {
    display: flex;
    justify-content: center;
    margin: 90px 0 0;
    padding: 0 50px;
}
.contact-map .main-container {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}
.map-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.map-wrapper #map,
.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.map-place-label {
    position: absolute;
    top: 18px;
    inset-inline-start: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: min(440px, calc(100% - 36px));
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid rgba(0, 138, 170, 0.18);
    box-shadow: 0 8px 24px rgba(10, 25, 47, 0.12);
    color: var(--main-color);
    pointer-events: none;
}
.map-place-label__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 138, 170, 0.1);
    border-radius: 50%;
    padding: 5px;
}
.map-place-label__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.map-place-label__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    color: #0a192f;
}
.contact-us form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.group-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.group-input label {
    font-weight: 700;
    font-size: 20px;
    color: var(--main-color);
}
.group-input input,
.group-input textarea {
    border: 1px solid #008aaa54;
    outline: none;
    padding: 10px;
    transition: 0.5s;
}
.group-input input:focus,
.group-input textarea:focus {
    box-shadow: 0 0 7px var(--main-color);
    border: 1px solid var(--main-color);
}
.group-input .form-error,
.contact-us .form-error,
.contact-us form span.form-error,
span.form-error {
    display: block !important;
    min-height: 18px;
    margin-top: 4px;
    color: #dc3545 !important;
    -webkit-text-fill-color: #dc3545 !important;
    font-size: 13px;
    font-weight: 600;
}
.group-input input.is-invalid,
.group-input textarea.is-invalid {
    border-color: #dc3545 !important;
}
.group-input textarea {
    resize: none;
    height: 130px;
}
.group-input input[type="tel"] {
    text-align: end;
}

.btn-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-contact a i {
    margin-right: 10px;
}

.about-us .about-us-cards .card.pages {
    max-width: 100%;
}

.details-about-us {
    position: relative;
}

.details-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    width: 50px;
    height: 50px;
}
.details-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../assets/images/bg-iconProject.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotateIcon 5s linear infinite;
}

.details-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    z-index: 1;
}
.details-about-us-container.row > * {
    padding: 0;
    margin: 0;
}
.details-about-us-container {
    margin-top: 50px;
    /* width: 1400px; */
    /* height: 100px; */
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    border: 1px solid #008aaa;
    background: #ffffff80;
    padding: 0;
}
.details-about-us-container .details-about-us {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.details-about-us-container .details-about-us .details-icon {
    width: 60px;
    height: 60px;
}
.details-about-us .details-content {
    background: transparent;
    border: none;
    justify-content: start;
    align-items: start;
}
.details-about-us .details-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.details-about-us .details-content {
    padding: 15px;
}

.services-details {
    background-image: url("../assets/images/services-detailspng.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-details-cards {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start; */
    /* gap: 20px; */
}
.services-details-cards .services-details-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.services-details-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    width: 50px;
    height: 50px;
}
.services-details-card-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../assets/images/bg-iconProject.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotateIcon 5s linear infinite;
}

.services-details-card-image img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    z-index: 1;
}
.services-details-card-content {
    padding-right: 70px;
}
.services-details-card-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #008aaa;
    margin-bottom: 10px;
}
.services-details-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-details-card-content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000000e5;
    margin-bottom: 10px;
}

.about-us .statistics {
    width: 100%;
    position: relative;
    background-color: transparent;
    margin: 50px auto;
}

.slider-images {
    width: 100%;
    direction: ltr;
}

.projects-deatails-box figure {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.projects-deatails-box figure .slider-images-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
