/* =========================================================
   Autotech Homepage — Premium UI (scoped to .page-homepage)
   Loaded ONLY on /homepage. Does not affect other pages.
   Brand: #E2000F / #1A1A18 — content & functionality unchanged
   ========================================================= */

.page-homepage {
    --hp-red: #E2000F;
    --hp-red-dark: #b8000c;
    --hp-dark: #1A1A18;
    --hp-darker: #0c0c0c;
    --hp-surface: #f7f7f8;
    --hp-white: #ffffff;
    --hp-muted: #6b6d72;
    --hp-border: rgba(26, 26, 24, 0.08);
    --hp-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    --hp-shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.14);
    --hp-radius: 14px;
    --hp-radius-sm: 10px;
    --hp-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    --hp-section-y: clamp(64px, 8vw, 120px);
    scroll-behavior: smooth;
    font-family: "Barlow", sans-serif;
}

/* Keep Font Awesome icons working — do not override .fa font-family */
.page-homepage .fa,
.page-homepage .fa:before {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-homepage .main-page-artical {
    overflow-x: hidden;
}

/* ---------- Sticky Nav (homepage only) ---------- */
.page-homepage .main_header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.page-homepage .main_header-div {
    margin: 0 clamp(12px, 3vw, 40px);
    min-height: 78px;
}

.page-homepage .img-max-width {
    max-width: 210px;
}

.page-homepage .header-custom-menu {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    backdrop-filter: blur(12px);
    padding: 4px 8px;
}

.page-homepage .main_header .navbar-main ul li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 10px 16px !important;
    border-radius: 999px;
    transition: color var(--hp-transition), background var(--hp-transition);
}

.page-homepage .main_header .navbar-main ul li a::after {
    display: none;
}

.page-homepage .main_header .navbar-main ul li:hover a,
.page-homepage .main_header .navbar-main ul li a.active {
    color: #fff !important;
    background: rgba(226, 0, 15, 0.18);
}

.page-homepage .main_header .navbar-main ul li a.active {
    background: var(--hp-red);
}

.page-homepage .phone-svg-div {
    padding: 11px;
    border: 1px solid rgba(226, 0, 15, 0.45);
    box-shadow: 0 6px 18px rgba(226, 0, 15, 0.28);
}

.page-homepage .phone-svg-div:hover {
    transform: translateY(-2px) scale(1.04);
}

.page-homepage .mo-number {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.page-homepage .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px;
    padding: 8px 10px;
}

.page-homepage .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(226, 0, 15, 0.35);
    outline: none;
}

@media (max-width: 991px) {
    .page-homepage .header-custom-menu {
        border-radius: var(--hp-radius);
        margin-top: 12px;
        padding: 12px;
        background: rgba(18, 18, 18, 0.98);
    }

    .page-homepage .main_header .navbar-main ul li a {
        border-radius: var(--hp-radius-sm);
        margin: 4px 0;
    }
}

/* ---------- Hero ---------- */
.page-homepage .hero__slider--section {
    position: relative;
    background: var(--hp-darker);
    overflow: hidden;
}

.page-homepage .hero__slider--activation {
    width: 100%;
}

.page-homepage .hero__slider--activation .swiper-slide {
    height: auto;
}

.page-homepage .hero__slider--items.style4 {
    height: auto !important;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hp-darker);
}

.page-homepage .hero__slider--items.style4 .slider__layer--img,
.page-homepage .hero__slider--items.style4 picture,
.page-homepage .hero__slider--items.style4 picture img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-homepage .hero__slider--section .swiper-button-next,
.page-homepage .hero__slider--section .swiper-button-prev {
    color: var(--hp-red);
    background: rgba(255, 255, 255, 0.92);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, background var(--hp-transition), color var(--hp-transition), transform var(--hp-transition);
}

.page-homepage .hero__slider--section:hover .swiper-button-next,
.page-homepage .hero__slider--section:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.page-homepage .hero__slider--section .swiper-button-next:after,
.page-homepage .hero__slider--section .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.page-homepage .hero__slider--section .swiper-button-next:hover,
.page-homepage .hero__slider--section .swiper-button-prev:hover {
    color: #fff;
    background: var(--hp-red);
    transform: scale(1.05);
}

.page-homepage .hero__slider--section .swiper-button-prev {
    left: 20px;
}

.page-homepage .hero__slider--section .swiper-button-next {
    right: 20px;
}

.page-homepage .hero__slider--section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.45;
}

.page-homepage .hero__slider--section .swiper-pagination-bullet-active {
    background: var(--hp-red);
    opacity: 1;
    transform: scale(1.15);
}

@media (max-width: 767px) {
    .page-homepage .hero__slider--items.style4 {
        min-height: 180px;
    }

    .page-homepage .hero__slider--section .swiper-button-next,
    .page-homepage .hero__slider--section .swiper-button-prev {
        width: 36px;
        height: 36px;
        opacity: 1;
        visibility: visible;
    }

    .page-homepage .hero__slider--section .swiper-button-prev {
        left: 10px;
    }

    .page-homepage .hero__slider--section .swiper-button-next {
        right: 10px;
    }
}

/* ---------- Category / Service cards ---------- */
.page-homepage .Service-section-02 {
    padding: var(--hp-section-y) 0;
    background:
        linear-gradient(180deg, #fafafa 0%, #f3f3f4 100%);
    margin-top: 0 !important;
}

.page-homepage .Service-section-02 .container {
    max-width: 1200px;
}

.page-homepage .Service-section-02 .row > [class*="col-"] {
    margin-top: 28px !important;
}

.page-homepage .Service-card-1 {
    border-radius: var(--hp-radius);
    overflow: hidden;
    box-shadow: var(--hp-shadow);
    transition: transform var(--hp-transition), box-shadow var(--hp-transition);
    background: var(--hp-dark);
}

.page-homepage .Service-card-1:hover {
    transform: translateY(-8px);
    box-shadow: var(--hp-shadow-hover);
}

.page-homepage .Service-card-1::after {
    display: none;
}

.page-homepage .Service-card-1 a {
    display: block;
    color: inherit;
}

.page-homepage .Service-card-1 a:focus-visible {
    outline: 3px solid var(--hp-red);
    outline-offset: 2px;
}

.page-homepage .card-Manage {
    height: clamp(280px, 32vw, 400px);
    overflow: hidden;
    max-width: 100%;
}

.page-homepage .card-Manage img {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.page-homepage .Service-card-1:hover .card-Manage img {
    transform: scale(1.06);
}

.page-homepage .card-Manage::after {
    height: 55%;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(10, 10, 10, 0.55) 40%,
        rgba(10, 10, 10, 0.92) 100%
    );
    clip-path: none;
}

.page-homepage .card-tital {
    padding: 0 28px 28px;
}

.page-homepage .card-tital h3 {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
    line-height: 1.2;
}

.page-homepage .card-tital h3::after {
    height: 2px;
    background: var(--hp-red);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.page-homepage .Service-card-1:hover .card-tital h3::after {
    width: 48px;
}

.page-homepage .card-tital p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.01em;
}

.page-homepage .bg-img-black {
    top: 12px;
    left: 12px;
    max-width: 120px;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
    transition: transform var(--hp-transition);
}

.page-homepage .Service-card-1:hover .bg-img-black {
    transform: translateY(-2px);
}

.page-homepage .card-1-icon svg {
    max-width: 42px;
    bottom: 28px;
    left: 22px;
}

@media (max-width: 575px) {
    .page-homepage .card-Manage {
        height: 260px;
    }

    .page-homepage .card-tital {
        padding: 0 18px 20px;
    }

    .page-homepage .card-tital h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .page-homepage .Service-card-2,
    .page-homepage .Service-card-3 {
        margin-top: 0;
    }
}

/* ---------- About ---------- */
.page-homepage .about-as-section-03 {
    margin: 0;
    padding: var(--hp-section-y) 0;
    background: var(--hp-white);
    overflow: visible;
}

.page-homepage .about-us-iffo {
    overflow: visible;
}

.page-homepage .about-as-img-div {
    position: relative;
    padding-right: 24px;
}

.page-homepage .about-as-section-03 .img-main {
    border-radius: var(--hp-radius);
    overflow: hidden;
    box-shadow: var(--hp-shadow);
}

.page-homepage .about-as-section-03 .img-main img {
    transition: transform 0.7s ease;
}

.page-homepage .about-as-section-03 .img-main:hover img {
    transform: scale(1.03);
}

.page-homepage .about-as-section-03 .img-sub {
    border-radius: var(--hp-radius-sm);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.page-homepage .about-us-iffo .title-div {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hp-red);
    margin-left: 10px;
}

.page-homepage .about-us-iffo .inffo-div {
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--hp-dark);
    margin-top: 12px;
}

.page-homepage .about-us-iffo .lorem-div {
    color: var(--hp-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    max-width: 540px;
}

/* Vision / Mission cards */
.page-homepage .about-us-iffo > .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 12px;
    row-gap: 36px;
}

.page-homepage .about-us-iffo > .row > [class*="col-"] {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.page-homepage .Manage-Tech-Services {
    background: linear-gradient(165deg, #2a2b30 0%, #1c1d21 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--hp-radius);
    padding: 52px 24px 28px !important;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    min-height: 250px;
    margin-top: 28px !important;
    position: relative;
    overflow: visible !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    transition: transform var(--hp-transition), box-shadow var(--hp-transition), border-color var(--hp-transition);
}

.page-homepage .Manage-Tech-Services:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.26);
    border-color: rgba(226, 0, 15, 0.45);
}

.page-homepage .Manage-Tech-Services h4 {
    margin-bottom: 12px !important;
}

.page-homepage .Manage-Tech-Services h4 a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    background: none !important;
    pointer-events: none;
}

.page-homepage .Manage-Tech-Services h4 a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 40px !important;
    height: 3px !important;
    border-radius: 2px;
    background: var(--hp-red) !important;
    opacity: 1 !important;
    transition: none;
}

.page-homepage .Manage-Tech-Services p {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.page-homepage .Manage-Tech-Services .nanotechnology-svg {
    position: absolute !important;
    top: -18px !important;
    left: 24px !important;
    right: auto !important;
    bottom: auto !important;
    width: 52px !important;
    height: 52px !important;
    padding: 12px !important;
    margin: 0 !important;
    background: linear-gradient(135deg, var(--hp-red) 0%, #b8000c 100%) !important;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(226, 0, 15, 0.38);
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.page-homepage .Manage-Tech-Services .nanotechnology-svg svg {
    width: 26px !important;
    height: 26px !important;
    display: block;
}

.page-homepage .Manage-Tech-Services .nanotechnology-svg svg path {
    fill: #fff !important;
}

.page-homepage .list-icon .list-text {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--hp-muted);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
    padding: 0;
}

.page-homepage .check-list-icone {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
}

.page-homepage .check-list-icone svg {
    width: 22px;
    height: 22px;
}

.page-homepage .check-list-icone svg path {
    fill: var(--hp-red) !important;
}

/* ---------- Buttons ---------- */
.page-homepage .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(226, 0, 15, 0.22);
    transition: transform var(--hp-transition), box-shadow var(--hp-transition), background var(--hp-transition), color var(--hp-transition);
}

.page-homepage .theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(226, 0, 15, 0.32);
}

.page-homepage .theme-btn:focus-visible {
    outline: 3px solid rgba(226, 0, 15, 0.45);
    outline-offset: 3px;
}

.page-homepage .theme-btn:active {
    transform: translateY(0);
}

.page-homepage .theme-btn-light {
    background: var(--hp-white);
    color: var(--hp-dark);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.page-homepage .theme-btn-light:hover {
    background: var(--hp-red);
    color: #fff;
    box-shadow: 0 12px 28px rgba(226, 0, 15, 0.32);
}

.page-homepage .theme-btn-red-white {
    border-radius: 8px;
}

.page-homepage .btn-Discover-01 {
    margin-top: 8px;
}

/* ---------- Best products ---------- */
.page-homepage .product-list-content,
.page-homepage .product-list-content.product-list-content-padding {
    padding: var(--hp-section-y) 0 !important;
    background:
        radial-gradient(ellipse at top, rgba(226, 0, 15, 0.12) 0%, transparent 55%),
        linear-gradient(180deg, #121212 0%, #1a1a18 100%);
}

.page-homepage .product-list-content .sub-title {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.page-homepage .product-list-content .second-title {
    color: #fff;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    max-width: 420px;
}

.page-homepage .product-item.product-seat {
    background: url('../images/product-back2.png') no-repeat center center / cover !important;
    border: 1px solid transparent;
    border-radius: var(--hp-radius);
    padding: 80px 20px 15px;
    overflow: hidden;
    transition: transform var(--hp-transition), box-shadow var(--hp-transition), border-color var(--hp-transition);
}

.page-homepage .product-item.product-seat:hover {
    transform: translateY(-8px);
    border-color: rgba(226, 0, 15, 0.55);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.page-homepage .product-item-img-margin img {
    height: 220px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.page-homepage .product-item.product-seat:hover .product-item-img-margin img {
    transform: scale(1.06);
}

.page-homepage .product-item-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 20px !important;
}

.page-homepage .product-top-margin {
    margin-top: 24px !important;
}

@media (max-width: 767px) {
    .page-homepage .product-item-img-margin img {
        height: 200px;
    }
}

/* ---------- Benefits (homepage only — shared partial unchanged) ---------- */
.page-homepage .benifit-section-05 {
    padding: 0;
    background: var(--hp-dark);
    overflow: hidden;
}

.page-homepage .benifit-section-05 .row {
    align-items: stretch;
}

.page-homepage .benifit-img {
    height: 100%;
    min-height: 420px;
    overflow: hidden;
}

.page-homepage .benifit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.page-homepage .benifit-section-05:hover .benifit-img img {
    transform: scale(1.04);
}

.page-homepage .our_benefits {
    padding: clamp(40px, 6vw, 80px) clamp(24px, 5vw, 64px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(135deg, #1f1f1f 0%, #141414 100%);
}

.page-homepage .our_benefits .title-div {
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.55) !important;
}

.page-homepage .our_benefits .inffo-div {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 16px 0 28px;
}

.page-homepage .our_benefits .list-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
}

.page-homepage .btn-get-more .theme-btn {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .page-homepage .benifit-img {
        min-height: 280px;
    }
}

/* ---------- Testimonials ---------- */
.page-homepage .testimonial-wrapper,
.page-homepage .testimonial-wrapper.testimonial-wrapper-padding {
    padding: var(--hp-section-y) 0 !important;
    background: var(--hp-surface);
}

.page-homepage .testimonial-wrapper .sub-title {
    color: var(--hp-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.page-homepage .testimonial-wrapper .second-title {
    color: var(--hp-dark);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    max-width: 520px;
}

.page-homepage .testimonial-wrapper .testi-desc {
    max-width: 680px;
    margin: 0 auto;
    color: var(--hp-muted);
    font-size: 16px;
    line-height: 1.7;
}

.page-homepage .testimonial-box {
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    background: var(--hp-white);
    padding: 36px 32px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    transition: transform var(--hp-transition), box-shadow var(--hp-transition), border-color var(--hp-transition);
}

.page-homepage .testimonial-box::after {
    display: none;
}

.page-homepage .testimonial-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--hp-shadow-hover);
    border-color: rgba(226, 0, 15, 0.2);
}

.page-homepage .testimonial-box .testi-text {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 500;
    line-height: 1.65;
    color: #4a4c51;
    margin-bottom: 24px;
}

.page-homepage .testimonial-box .author-thumb {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(226, 0, 15, 0.2);
    border-radius: 50%;
    overflow: hidden;
}

.page-homepage .testimonial-box .auth-name {
    font-size: 17px;
    font-weight: 700;
}

.page-homepage .testimonial-box .icon-wrapper {
    border-radius: 12px 0 14px 0;
    width: 64px;
    height: 64px;
}

.page-homepage .author-images .auth-img {
    border: 3px solid #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
    .page-homepage .author-images {
        display: none;
    }
}

/* ---------- Footer (homepage only) ---------- */
.page-homepage .footer-content {
    background: #111113;
}

.page-homepage .main-footer-top-inner {
    padding: 28px 32px;
    background: #18181b;
    border-radius: var(--hp-radius);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-homepage .footer-top-area {
    padding-top: 40px;
}

.page-homepage .footer-top-social {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.page-homepage .footer-top-social .ft-icon,
.page-homepage .ft-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    margin-left: 0;
    text-decoration: none;
    transition: background var(--hp-transition), transform var(--hp-transition), border-color var(--hp-transition), color var(--hp-transition);
}

.page-homepage .footer-top-social .ft-icon i,
.page-homepage .ft-icon i,
.page-homepage .ft-icon .fa {
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    width: auto;
    height: auto;
    display: inline-block;
}

.page-homepage .footer-top-social .ft-icon:hover,
.page-homepage .ft-icon:hover {
    background: var(--hp-red);
    border-color: var(--hp-red);
    color: #fff !important;
    transform: translateY(-2px);
}

.page-homepage .footer-top-social .ft-icon:hover i,
.page-homepage .ft-icon:hover i {
    color: #fff !important;
}

.page-homepage .footer-middle-area {
    padding: 48px 0 32px;
}

.page-homepage .footer-main-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.page-homepage .footer-main-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--hp-red);
}

.page-homepage .footer-about-text {
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    line-height: 1.7;
}

.page-homepage .ft-li a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    font-weight: 500;
    transition: color var(--hp-transition), padding-left var(--hp-transition);
    display: inline-block;
    padding: 6px 0;
}

.page-homepage .ft-li a:hover {
    color: #fff;
    padding-left: 6px;
}

.page-homepage .footer-contact-col {
    background: #18181b;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--hp-radius);
    padding: 28px 24px;
    max-width: 370px;
    width: 100%;
}

.page-homepage .ft-info-li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.page-homepage .ft-info-li-next {
    align-items: flex-start;
}

.page-homepage .ft-contact-text,
.page-homepage .footer-contact-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

.page-homepage .footer-contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(226, 0, 15, 0.15);
    border: 1px solid rgba(226, 0, 15, 0.25);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--hp-red);
    font-size: 16px;
    line-height: 1;
}

.page-homepage .footer-contact-icon i,
.page-homepage .footer-contact-icon .fa {
    color: var(--hp-red) !important;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    width: auto;
    height: auto;
}

.page-homepage .ft-info-li:hover .footer-contact-icon {
    background: var(--hp-red);
    border-color: var(--hp-red);
    color: #fff;
}

.page-homepage .ft-info-li:hover .footer-contact-icon i,
.page-homepage .ft-info-li:hover .footer-contact-icon .fa {
    color: #fff !important;
}

.page-homepage .footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}

.page-homepage .footer-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.page-homepage .ft-footer-text {
    color: #fff;
    font-weight: 600;
}

/* ---------- WhatsApp float ---------- */
.page-homepage .flotting-incone-whatsapp .float {
    width: 56px;
    height: 56px;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4);
    transition: transform var(--hp-transition), box-shadow var(--hp-transition);
}

.page-homepage .flotting-incone-whatsapp .float:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5);
}

/* ---------- Focus / a11y ---------- */
.page-homepage a:focus-visible,
.page-homepage button:focus-visible {
    outline: 3px solid rgba(226, 0, 15, 0.5);
    outline-offset: 3px;
}

/* ---------- Responsive spacing ---------- */
@media (max-width: 1024px) {
    .page-homepage {
        --hp-section-y: clamp(56px, 7vw, 96px);
    }
}

@media (max-width: 768px) {
    .page-homepage {
        --hp-section-y: 56px;
    }

    .page-homepage .main_header-div {
        margin: 0 8px;
        min-height: 68px;
    }

    .page-homepage .img-max-width {
        max-width: 160px;
    }

    .page-homepage .about-as-img-div {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .page-homepage .Manage-Tech-Services {
        min-height: 0;
        padding: 48px 20px 24px !important;
    }

    .page-homepage .Manage-Tech-Services .nanotechnology-svg {
        left: 20px !important;
    }

    .page-homepage .testimonial-box {
        padding: 28px 22px;
    }
}

@media (max-width: 480px) {
    .page-homepage {
        --hp-section-y: 48px;
        --hp-radius: 12px;
    }

    .page-homepage .theme-btn {
        min-height: 48px;
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
    }

    .page-homepage .our_benefits {
        padding: 36px 20px;
    }

    .page-homepage .main-footer-top-inner {
        padding: 20px;
        gap: 16px;
    }
}

@media (max-width: 320px) {
    .page-homepage .card-tital h3 {
        font-size: 18px;
    }

    .page-homepage .about-us-iffo .inffo-div,
    .page-homepage .our_benefits .inffo-div {
        font-size: 24px;
    }
}

/* Prevent horizontal scroll on small screens */
@media (max-width: 575px) {
    .page-homepage .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
