/*==============================================
    Hero Banner – Overlay, Text & Button Fixes
===============================================*/

/* Darker overlay for better text contrast */
.main-slider-one__bg::before {
    background: linear-gradient(
        105deg,
        rgba(5, 20, 40, 0.82) 0%,
        rgba(18, 48, 79, 0.68) 60%,
        rgba(5, 20, 40, 0.45) 100%
    ) !important;
}

/* Stronger text-shadow on headline */
.main-slider-one__content .title-box h2 {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

/* Subtitle paragraph – slightly brighter & larger */
.main-slider-one__content .text-box p {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

/* Hero button – white fill with dark text */
.main-slider-one__btn .thm-btn {
    background: #ffffff !important;
    color: var(--cleanin-base) !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    border: 2px solid transparent;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.main-slider-one__btn .thm-btn i {
    color: var(--cleanin-base) !important;
}

/* Hover — invert to outlined white */
.main-slider-one__btn .thm-btn:hover {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-slider-one__btn .thm-btn:hover i {
    color: #ffffff !important;
}

/* Kill the dark hover-btn fill animation on this button */
.main-slider-one__btn .thm-btn .hover-btn {
    display: none;
}

/*==============================================
    Contact Form Response Messages
===============================================*/
.form-message {
    display: block;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
}

.form-message--success {
    background: #eafaf1;
    color: #1a7c42;
    border: 1px solid #a9dfbf;
}

.form-message--error {
    background: #fdf2f2;
    color: #c0392b;
    border: 1px solid #f5c6cb;
}

.form-message--error a {
    color: #c0392b;
    text-decoration: underline;
}

/*==============================================
    WhatsApp Sticky Button
===============================================*/
.whatsapp-sticky {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 58px;
    height: 58px;
    background: #25d366;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    z-index: 9999;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-decoration: none;
}

.whatsapp-sticky:hover {
    background: #20ba5a;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

.whatsapp-sticky::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    -webkit-animation: whatsapp-pulse 2s ease-out infinite;
    animation: whatsapp-pulse 2s ease-out infinite;
    z-index: -1;
}

@-webkit-keyframes whatsapp-pulse {
    0%   { -webkit-transform: scale(1); transform: scale(1); opacity: 0.8; }
    100% { -webkit-transform: scale(1.7); transform: scale(1.7); opacity: 0; }
}
@keyframes whatsapp-pulse {
    0%   { -webkit-transform: scale(1); transform: scale(1); opacity: 0.8; }
    100% { -webkit-transform: scale(1.7); transform: scale(1.7); opacity: 0; }
}

.whatsapp-sticky__tooltip {
    position: absolute;
    right: 68px;
    background: #1a1a1a;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.whatsapp-sticky__tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
}

.whatsapp-sticky:hover .whatsapp-sticky__tooltip {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*==============================================
    Technology Solutions Section
===============================================*/
.tech-solutions-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 90px;
}

.tech-solutions-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    padding: 45px 35px 38px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.tech-solutions-one__single:hover,
.tech-solutions-one__single--active {
    background: var(--cleanin-base);
    border-color: var(--cleanin-base);
    -webkit-box-shadow: 0px 15px 40px rgba(24, 48, 79, 0.20);
    box-shadow: 0px 15px 40px rgba(24, 48, 79, 0.20);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.tech-solutions-one__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: var(--cleanin-gray-bg);
    border-radius: 50%;
    margin: 0 auto 28px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tech-solutions-one__single:hover .tech-solutions-one__icon,
.tech-solutions-one__single--active .tech-solutions-one__icon {
    background: rgba(255, 255, 255, 0.15);
}

.tech-solutions-one__icon span {
    position: relative;
    display: block;
    line-height: 0;
}

.tech-solutions-one__icon span::before {
    position: relative;
    display: inline-block;
    color: var(--cleanin-base);
    font-size: 40px;
    line-height: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tech-solutions-one__single:hover .tech-solutions-one__icon span::before,
.tech-solutions-one__single--active .tech-solutions-one__icon span::before {
    color: #ffffff;
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.tech-solutions-one__single h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--cleanin-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tech-solutions-one__single:hover h2,
.tech-solutions-one__single--active h2 {
    color: #ffffff;
}

.tech-solutions-one__single p {
    font-size: 16px;
    line-height: 27px;
    color: #777;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tech-solutions-one__single:hover p,
.tech-solutions-one__single--active p {
    color: rgba(255, 255, 255, 0.82);
}

/*==============================================
    Clients / Elite Clientele Section
===============================================*/
.clients-one {
    position: relative;
    display: block;
    background: var(--cleanin-gray-bg);
    padding: 90px 0px 60px;
}

.clients-one .sec-title {
    margin-bottom: 50px;
}

.clients-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}

.clients-one__single:hover {
    -webkit-box-shadow: 0px 10px 35px rgba(24, 48, 79, 0.14);
    box-shadow: 0px 10px 35px rgba(24, 48, 79, 0.14);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.clients-one__single::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--cleanin-base);
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    transform-origin: left;
}

.clients-one__single:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.clients-one__single-inner {
    position: relative;
    display: block;
    padding: 38px 25px 32px;
    text-align: center;
}

.clients-one__logo-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 20px;
}

.clients-one__logo-wrap img {
    max-height: 70px;
    max-width: 160px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.65;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.clients-one__single:hover .clients-one__logo-wrap img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.clients-one__single-inner h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--cleanin-black);
    margin-bottom: 8px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.clients-one__single:hover .clients-one__single-inner h3 {
    color: var(--cleanin-base);
}

.clients-one__single-inner span {
    font-size: 13px;
    line-height: 22px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: block;
}
