.technology-content{
    height: 430px;
}
.technology-single{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.our-values-container{
    padding-top:10px;
}
.contact-bottom{
    height: 100%;
}

.modal-backdrop {
    display: none;
}

div#cookieModal {
    background: rgba(7, 14, 31, 0.72);
    backdrop-filter: blur(6px);
}

div#cookieModal .modal-header {
    background: transparent;
    padding: 16px 20px 0;
    border-bottom: 0;
}

div#cookieModal .modal-header button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #eef2f8;
    transition: all 0.3s ease;
}

div#cookieModal .modal-header button:hover {
    background: #dfe7f3;
}

div#cookieModal .modal-header button span {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #24324a;
    font-size: 28px;
    line-height: 1;
}

div#cookieModal .modal-dialog.modal-dialog-centered {
    max-width: 760px;
    padding: 0 20px;
}

div#cookieModal .cookie-img {
    width: 250px;
    margin: -80px auto 20px auto;
    text-align: center;
    display: block;
}

div#cookieModal .cookie-content {
    text-align: left;
    padding: 0;
}

div#cookieModal .cookie-content .row {
    align-items: center;
}

div#cookieModal .cookie-content h3 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.06em;
}

div#cookieModal .cookie-content p {
    color: #4b5d77;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

div#cookieModal .cookie-content img {
    max-width: 92%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 14px 22px rgba(17, 43, 84, 0.18));
}

div#cookieModal .modal-content {
    position: relative;
    bottom: auto;
    left: auto;
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 24px 60px rgba(10, 26, 55, 0.35);
}

div#cookieModal .modal-body {
    padding: 8px 28px 12px;
}

div#cookieModal .modal-footer {
    padding: 18px 28px 26px;
    border-top: 1px solid #e4eaf3;
    background: #ffffff;
    justify-content: space-between;
    align-items: center;
}

div#cookieModal .modal-footer a {
    margin-right: 0;
    color: #123366;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 10px;
    background: #edf3ff;
    transition: all 0.3s ease;
}

div#cookieModal .modal-footer a:hover {
    background: #dfe9ff;
    color: #0a2756;
}

div#cookieModal .modal-footer .thm-btn {
    min-width: 170px;
    text-align: center;
}

@media (max-width: 767px) {
    div#cookieModal .modal-dialog.modal-dialog-centered {
        padding: 0 14px;
    }

    div#cookieModal .cookie-content .row {
        flex-direction: column-reverse;
        row-gap: 14px;
    }

    div#cookieModal .cookie-content .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    div#cookieModal .cookie-content h3 {
        font-size: 26px;
    }

    div#cookieModal .modal-body {
        padding: 4px 20px 10px;
    }

    div#cookieModal .modal-footer {
        padding: 16px 20px 20px;
        gap: 10px;
    }

    div#cookieModal .modal-footer a,
    div#cookieModal .modal-footer .thm-btn {
        width: 100%;
    }
}

.text-primary{
    color: #022d91 !important;
}
.about-top-img{
    width: 300px;
}

/* Homepage interaction layer */
.about-one,
.fact-counter-two,
.who-we-are-one,
.testimonials-one,
.project-one {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.about-one.is-visible,
.fact-counter-two.is-visible,
.who-we-are-one.is-visible,
.testimonials-one.is-visible,
.project-one.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.project-one__single,
.single-fact-counter-two,
.testimonials-one__single {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transform-style: preserve-3d;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
}

.project-one__single:hover,
.single-fact-counter-two:hover,
.testimonials-one__single:hover {
    box-shadow: 0 20px 32px rgba(8, 29, 65, 0.16);
}

.project-one__single .overlay-icon a,
.testimonials-one__single .overlay-box,
.about-one__img-box .inner img,
.who-we-are-one__img-box img {
    transition: transform 0.45s ease;
}

.project-one__single:hover .overlay-icon a {
    transform: scale(1.08);
}

.about-one__img-box:hover .inner img,
.who-we-are-one__img-box:hover img {
    transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
    .about-one,
    .fact-counter-two,
    .who-we-are-one,
    .testimonials-one,
    .project-one,
    .project-one__single,
    .single-fact-counter-two,
    .testimonials-one__single {
        transition: none;
        transform: none;
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-details,
    .service-details *,
    .service-details *::before,
    .service-details *::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        scroll-behavior: auto !important;
    }

    .service-details__content-img1 img,
    .service-details__content-img2-single .img-box img {
        transform: none !important;
    }
}
