/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/
/* Основні стилі */
.header-tillcleanr-unique {
    background: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px 30px;
    position: relative;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.JFk5LK2fyH label {
    display: block;
    text-align: right;
    font-size: 28px;
    padding: 10px 20px;
    cursor: pointer;
    color: #1f3d7a;
}

/* Логотип та назва */
.JLiat7j5MP {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.site-title {
    font-size: 28px;
    color: #1f3d7a;
    font-weight: 700;
}

/* Меню ПК */
.nav-menu ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: #1f3d7a;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nav-menu a:hover {
    background: #1f3d7a;
    color: #fff;
}

/* Гамбургер */
.hamburger-icon {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    width: 28px;
    height: 3px;
    background: #1f3d7a;
    border-radius: 2px;
}

/* Мобільне меню */
.zNovRBbcmM {
    display: none;
}

@media (max-width: 900px) {
    .hamburger-icon {
        display: flex;
        margin-left: 35px;
    }

    .nav-menu ul {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 250px;
        flex-direction: column;
        background: #e2e6ea;
        padding-top: 80px;
        gap: 15px;
        transition: right 0.35s ease-in-out;
        box-shadow: -4px 0 15px rgba(0, 0, 0, 0.15);
    }

    .zNovRBbcmM:checked~.nav-menu ul {
        right: 0;
    }

    .nav-menu a {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(31, 61, 122, 0.2);
        color: #1f3d7a;
    }

    .nav-menu a:hover {
        background: #1f3d7a;
        color: #fff;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --primary-color: #6a1b9a;
    /* Deep Purple */
    --secondary-color: #e1bee7;
    /* Light Lavender */
    --accent-color: #ff9800;
    /* Vibrant Orange */
    --light-bg: #f8f9fa;
    --card-bg: #ffffff;
    --text-dark: #212529;
    --text-light: #fefefe;
    --shadow-light: 0 8px 25px rgba(0, 0, 0, 0.1);
    --shadow-heavy: 0 15px 45px rgba(0, 0, 0, 0.2);
    --transition-speed: 0.5s;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--light-bg);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
.imrnXSbF0u-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.imrnXSbF0u-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: var(--primary-color);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.pp3Zh5rG41 a {
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
}

.pp3Zh5rG41 img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* TikTok */
.social-tiktok img {
    background: linear-gradient(45deg, #69C9D0, #EE1D52);
    padding: 5px;
}

.social-tiktok img:hover {
    transform: scale(1.2) rotate(-10deg);
}

/* YouTube */
.social-youtube img {
    background: #FF0000;
    padding: 5px;
}

.social-youtube img:hover {
    transform: scale(1.2);
    opacity: 0.85;
}

/* Pinterest */
.social-pinterest img {
    background: #E60023;
    padding: 5px;
}

.social-pinterest img:hover {
    transform: scale(1.2);
    opacity: 0.85;
}

@media (min-width: 992px) {
    .JFk5LK2fyH {
        display: none;
    }
}

.text-center .imrnXSbF0u-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Header/Carousel Section */
.tillie-header-section {
    position: relative;
    height: 100vh;
}

.tillie-carousel-img {
    height: 100vh;
    object-fit: cover;
}

.Jwik4x8MA0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.PE3qVmqwhL {
    animation: fadeInScale 1.5s ease-in-out;
}

:root {
    --primary-color: #5C4B51;

    --accent-color: #8C6A5A;
    --text-color: #EAE3D2;
    --dark-bg: #2B2D42;
    --light-bg: #4A4E69;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, var(--secondary-color), var(--text-light));
    color: var(--text-color);
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', serif;
    color: #b12cc8;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.container {
    max-width: 1200px;
}

.section-padding {
    padding: 5rem 0;
}

.text-center-theme {
    text-align: center;
    margin-bottom: 3rem;
}

.btn-theme {
    background-color: var(--accent-color);
    border: none;
    color: var(--text-color);
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.btn-theme:hover {
    background-color: #A27F70;
    color: var(--text-color);
}

/* Hero Section */
.hero-section {

    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 8rem 0;
}

.sIGxn9rF80 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 45, 66, 0.7);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--text-color);
}

/* Services Section */
.oQbVhtlZCY .service-card {
    background-color: var(--light-bg);
    border: 1px solid var(--accent-color);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.oQbVhtlZCY .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.OsVLkHpi2d {
    height: 250px;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.service-card h3 {
    color: var(--secondary-color);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.service-card .price {
    font-size: 1.5rem;
    color: var(--accent-color);
    font-weight: 600;
}

/* Pricing Section */


.DNCS3jSPtq {
    background-color: var(--dark-bg);
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    padding: 2.5rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.DNCS3jSPtq:hover {
    transform: scale(1.03);
    border-color: var(--accent-color);
}

.DNCS3jSPtq h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #b12cc8;
    font-weight: 700;
}

.DNCS3jSPtq .price-tag {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-color);
    margin: 1rem 0;
}

.DNCS3jSPtq ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    flex-grow: 1;
    text-align: left;
}

.DNCS3jSPtq ul li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.DNCS3jSPtq ul li::before {
    content: '✓';
    color: var(--secondary-color);
    margin-right: 10px;
    font-weight: bold;
}

/* Testimonials Section */


.um1Ka4DIRr {
    background-color: var(--light-bg);
    border-left: 5px solid var(--accent-color);
    padding: 2rem;
    border-radius: 10px;
    height: 100%;
}

.um1Ka4DIRr p {
    font-style: italic;
}

.xOXZ7uX2b9 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 1rem;
}

.rating-stars {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.tillie-header-title {
    color: blueviolet;
    font-size: clamp(2.5rem, 6vw, 5rem);
    text-shadow: 2px 2px 8px rgb(177 57 57 / 80%);
    animation: textSlideUp 1.5s ease-out;
}

.tillie-header-subtitle {
    color: #e3f0eb;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    animation: textSlideUp 2s ease-out;
}

.tillie-header-text {
    opacity: 0.9;
    animation: textSlideUp 2.5s ease-out;
}

.tillie-btn-primary {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--text-light);
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all var(--transition-speed) ease-in-out;
    box-shadow: var(--shadow-heavy);
}

.tillie-btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(106, 27, 154, 0.5);
}

.tillie-btn-secondary {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: var(--text-dark);
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all var(--transition-speed) ease-in-out;
    box-shadow: var(--shadow-heavy);
}

.tillie-btn-secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(106, 27, 154, 0.5);
}

/* General Section Styles */
.imrnXSbF0u {
    padding: 6rem 0;
}

/* Image Wrapper */
.KzmINAg6dz {
    position: relative;
    padding-bottom: 25%;
}

.fVA4dwY6ZV {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 75% !important;
    transition: transform var(--transition-speed);
}

.tillie-overlay-image {
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: 1;
    width: 75% !important;
    transition: transform var(--transition-speed);
}

/* Feature/Service Cards */
.F570dq0DRG,
.tillie-service-card,
.tillie-contact-card {
    background: var(--card-bg);
    border: none;
    border-radius: 15px;
    transition: transform var(--transition-speed), box-shadow var(--transition-speed);
    box-shadow: var(--shadow-light);
    animation: fadeInUp 1s ease-in-out;
}

.F570dq0DRG:hover,
.tillie-service-card:hover,
.tillie-contact-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.tillie-feature-icon,
.lRi8f8mafA {
    font-size: 3rem;
    color: var(--primary-color);
    transition: color var(--transition-speed);
}

.F570dq0DRG:hover .tillie-feature-icon,
.tillie-contact-card:hover .lRi8f8mafA {
    color: var(--accent-color);
}

.noeaFuZkIh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
}

.tillie-card-text {
    color: var(--text-dark);
}

/* Contact Form Section */
.tillie-contact-info-container {
    animation: fadeIn 1.5s ease-in-out;
}

.KmveESl1XY-container {
    animation: fadeIn 2s ease-in-out;
}

.KmveESl1XY {
    background: linear-gradient(135deg, var(--secondary-color), var(--text-light));
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: box-shadow var(--transition-speed);
}

.tillie-form-input {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--secondary-color) !important;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.tillie-form-input:focus {
    background-color: var(--card-bg);
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(106, 27, 154, 0.25);
}

.tillie-submit-btn {
    border: 2px solid var(--primary-color);
    color: var(--text-light) !important;
    transition: all 0.3s ease;
}

.tillie-submit-btn:hover {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--text-dark) !important;
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes textSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive Styles for all devices */

/* Extra small devices (phones, 576px and down) */
@media (max-width: 575.98px) {
    .tillie-header-title {
        font-size: 2rem;
    }

    .tillie-header-subtitle {
        font-size: 1rem;
    }

    .tillie-header-text {
        font-size: 0.875rem;
    }

    .tillie-btn-primary,
    .tillie-btn-secondary {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .imrnXSbF0u {
        padding: 3rem 0;
    }

    .imrnXSbF0u-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .tillie-why-we-content,
    .IsDevhztOD-content {
        order: 2;
    }

    .tillie-why-we-image,
    .IsDevhztOD-image {
        order: 1;
        margin-bottom: 2rem;
    }

    .KzmINAg6dz {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .fVA4dwY6ZV,
    .tillie-overlay-image {
        position: static;
        width: 100% !important;
    }
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .tillie-header-title {
        font-size: 2.5rem;
    }

    .tillie-header-subtitle {
        font-size: 1.25rem;
    }

    .tillie-btn-primary,
    .tillie-btn-secondary {
        padding: 0.75rem 2rem;
    }

    .imrnXSbF0u {
        padding: 4rem 0;
    }

    .tillie-why-we-content,
    .IsDevhztOD-content {
        order: 2;
    }

    .tillie-why-we-image,
    .IsDevhztOD-image {
        order: 1;
        margin-bottom: 2rem;
    }

    .KzmINAg6dz {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .fVA4dwY6ZV,
    .tillie-overlay-image {
        position: static;
        width: 100% !important;
    }
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .tillie-why-we-content,
    .IsDevhztOD-content {
        order: 2;
    }

    .tillie-why-we-image,
    .IsDevhztOD-image {
        order: 1;
        margin-bottom: 2rem;
    }

    .KzmINAg6dz {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .fVA4dwY6ZV,
    .tillie-overlay-image {
        position: static;
        width: 100% !important;
    }
}

/* Large devices (large desktops, 992px and up) */
@media (min-width: 992px) {
    .tillie-why-we-content {
        order: 2;
    }

    .tillie-why-we-image {
        order: 1;
    }

    .KzmINAg6dz.tillie-image-left {
        padding-bottom: 25%;
    }

    .KzmINAg6dz.tillie-image-left .fVA4dwY6ZV {
        position: absolute;
        top: 0;
        left: 0;
    }

    .KzmINAg6dz.tillie-image-left .tillie-overlay-image {
        position: absolute;
        top: 25%;
        left: 25%;
    }

    .KzmINAg6dz.tillie-image-right {
        padding-bottom: 25%;
    }

    .KzmINAg6dz.tillie-image-right .fVA4dwY6ZV {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
    }

    .KzmINAg6dz.tillie-image-right .tillie-overlay-image {
        position: absolute;
        top: 25%;
        right: 25%;
        left: auto;
    }
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.Jwik4x8MA0 {
    position: relative;
}

.Jwik4x8MA0::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.Jwik4x8MA0 p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .Jwik4x8MA0 {
        min-height: 500px;
    }

    .Jwik4x8MA0 img {
        min-height: 500px;
        object-fit: cover;
    }

    .Jwik4x8MA0 h1 {
        font-size: 40px !important;
    }

    .Jwik4x8MA0 p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .Jwik4x8MA0 {
        min-height: 400px;
    }

    .Jwik4x8MA0 img {
        min-height: 400px;
        object-fit: cover;
    }

    .Jwik4x8MA0 h1 {
        font-size: 28px !important;
    }

    .Jwik4x8MA0 p {
        font-size: 14px !important;
    }
}

.modern-contact-section {
    padding: 100px 20px;
    background: linear-gradient(145deg, #fdf6f0, #ffe8d6);
    font-family: 'Poppins', sans-serif;
}

.modern-contact-container {
    max-width: 1200px;
    margin: auto;
}

.e44TpnglNw {
    text-align: center;
    margin-bottom: 60px;
}

.teph2InvVq {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-subtitle {
    font-size: 18px;
    color: #555;
}

.contact-cards {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

.contact-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    transition: transform 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.icon-block {
    font-size: 28px;
    color: #ff6b35;
    margin-right: 15px;
}

.card-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.card-link:hover {
    color: #ff6b35;
}

.form-map-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.KfUPRdRV3u {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.KfUPRdRV3u input,
.KfUPRdRV3u textarea {
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
    transition: all 0.3s;
}

.KfUPRdRV3u input:focus,
.KfUPRdRV3u textarea:focus {
    border-color: #ff6b35;
}

.send-btn {
    background: linear-gradient(135deg, #a830bc, #ffacac);
    color: #fff;
    padding: 14px 25px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.send-btn:hover {
    background: linear-gradient(135deg, #a830bc, #ffacac);
}

.map-block {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 900px) {
    .form-map-wrapper {
        flex-direction: column;
    }
}

.page-header {
    background: linear-gradient(135deg, #a830bc, #ffacac);
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;

}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}

.blog-icon-1 {
    position: relative;
    top: -4px;
}

.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/oKKLn0jdfb.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .zzedhngrO7 a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .zzedhngrO7 a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/