:root {
    --ipl-blue: #0a1668;
    --ipl-blue-dark: #071044;
    --ipl-red: #ed1c24;
    --ipl-red-dark: #b80f18;
    --ipl-ink: #162033;
    --ipl-soft: #f5f7fb;
}

body.ipl-site {
    color: var(--ipl-ink);
    background: #fff;
}

.ipl-site .preloader,
.ipl-site .demo_changer {
    display: none !important;
}

.ipl-topbar {
    background: var(--ipl-blue-dark);
    color: #fff;
    font-size: 12px;
}

.ipl-topbar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    white-space: nowrap;
}

.ipl-topbar-list li {
    display: flex;
    align-items: center;
    margin-right: 0;
    height: 44px;
    line-height: 44px;
}

.ipl-topbar i,
.ipl-cert i {
    color: var(--ipl-red);
    margin-right: 7px;
}

.ipl-cert {
    line-height: 44px;
    color: #fff;
    font-weight: 600;
}

.ipl-header {
    background: #fff;
    box-shadow: 0 4px 18px rgba(7, 16, 68, 0.08);
}

.ipl-header .header-main {
    background: #fff;
}

.ipl-logo-link {
    display: flex;
    align-items: center;
    min-height: 78px;
}

.ipl-logo {
    width: 128px;
    max-height: 64px;
    object-fit: contain;
}

.ipl-header .site-menu {
    display: flex;
    justify-content: flex-end;
}

.ipl-header .main-nav ul.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0;
}

.ipl-header .main-nav ul.menu > li {
    float: none !important;
}

.ipl-header .main-nav ul.menu > li.extra-menu-item {
    float: none !important;
    display: flex;
    align-items: center;
}

.ipl-header .main-nav ul.menu > li > a {
    color: var(--ipl-blue-dark);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 78px;
}

.ipl-header .main-nav ul.menu > li.ipl-home-menu {
    display: none;
}

.ipl-header .main-nav ul.menu > li:hover > a,
.ipl-header .main-nav ul.menu > li.active > a,
.ipl-site .main-color {
    color: var(--ipl-red) !important;
}

.ipl-header .menu-item-button-link .fh-btn,
.ipl-primary,
.ipl-site .fh-btn {
    background: var(--ipl-red);
    border-color: var(--ipl-red);
    color: #fff !important;
}

.ipl-header .menu-item-button-link .fh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2 !important;
    min-height: 54px;
    padding: 0 22px;
    margin-left: 8px;
    margin-top: 0 !important;
    white-space: nowrap;
}

.ipl-header .menu-item-button-link .fh-btn:hover,
.ipl-primary:hover,
.ipl-site .fh-btn:hover {
    background: var(--ipl-blue);
    border-color: var(--ipl-blue);
    color: #fff !important;
}

.ipl-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(7, 16, 68, 0.92), rgba(10, 22, 104, 0.64), rgba(237, 28, 36, 0.22)), url("../images/ipl/people-hero.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ipl-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 38px solid rgba(237, 28, 36, 0.34);
    border-radius: 50%;
}

.ipl-hero .container {
    position: relative;
    z-index: 2;
}

.ipl-eyebrow {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    border-left: 5px solid var(--ipl-red);
    padding-left: 15px;
    margin-bottom: 22px;
}

.ipl-hero h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.02;
    font-weight: 900;
    margin: 0 0 22px;
    letter-spacing: 0;
}

.ipl-hero-copy {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    max-width: 680px;
    margin-bottom: 34px;
}

.ipl-hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ipl-secondary {
    color: #fff;
    font-weight: 800;
    border-bottom: 2px solid #fff;
}

.ipl-secondary:hover {
    color: #fff;
    border-color: var(--ipl-red);
}

.ipl-hero-card {
    background: rgba(255, 255, 255, 0.94);
    padding: 34px;
    border-top: 6px solid var(--ipl-red);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.ipl-hero-card img {
    width: 260px;
    max-width: 100%;
    display: block;
    margin: 0 auto 22px;
}

.ipl-hero-card p {
    color: var(--ipl-blue-dark);
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.ipl-section {
    background: #fff;
}

.ipl-section .welservices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ipl-section .welservices > [class*="col-"] {
    display: flex;
}

.ipl-section .fh-icon-box.style-1 {
    width: 100%;
    min-height: 284px;
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #5a627f;
    box-shadow: 0 16px 36px rgba(7, 16, 68, 0.18);
}

.ipl-section .fh-icon-box.style-1 .fh-icon {
    position: static;
    float: none;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 18px;
    line-height: 1;
}

.ipl-section .fh-icon-box.style-1 .fh-icon i {
    display: block;
    font-size: 58px;
    line-height: 1;
}

.ipl-section .fh-icon-box.style-1 .box-title {
    margin: 0 0 14px;
    padding: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.ipl-section .fh-icon-box.style-1 p {
    color: #fff;
    margin: 0;
    max-width: 300px;
    line-height: 1.65;
}

.ipl-site .fh-icon-box.style-1 .fh-icon,
.ipl-site .fh-service-box .fh-icon {
    color: var(--ipl-red);
}

.ipl-site .bluebg {
    background-image: linear-gradient(90deg, rgba(7, 16, 68, 0.95), rgba(7, 16, 68, 0.88)), url("../images/ipl/people-services.png");
    background-size: cover;
    background-position: center;
}

.ipl-site .special_services .fh-service-box {
    min-height: 250px;
    padding: 36px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ipl-site .special_services .fh-service-box .fh-icon {
    position: static;
    float: none;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 18px;
    line-height: 1;
}

.ipl-site .special_services .fh-service-box .fh-icon i {
    display: block;
    font-size: 48px;
    line-height: 1;
}

.ipl-site .special_services .service-title,
.ipl-site .special_services p,
.ipl-site .special_services h2 {
    color: #fff;
}

.ipl-site .special_services .service-title {
    margin: 0 0 14px;
    padding: 0;
    font-size: 23px;
    line-height: 1.28;
}

.ipl-site .special_services p {
    margin: 0;
    max-width: 430px;
    line-height: 1.65;
}

.ipl-site .special_services .fh-service-box {
    border-color: rgba(255, 255, 255, 0.16);
}

.ipl-quality {
    background: var(--ipl-soft);
}

.ipl-quality-badge {
    width: 290px;
    height: 290px;
    max-width: 100%;
    border-radius: 50%;
    background: #fff;
    border: 14px solid var(--ipl-red);
    box-shadow: 0 20px 50px rgba(7, 16, 68, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--ipl-blue);
    margin: 0 auto 30px;
}

.ipl-quality-badge span {
    font-size: 42px;
    font-weight: 900;
}

.ipl-quality-badge strong {
    font-size: 76px;
    line-height: 0.95;
    color: var(--ipl-red);
}

.ipl-quality-badge small {
    margin-top: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--ipl-blue-dark);
}

.ipl-quality p {
    font-size: 17px;
    line-height: 1.75;
}

.ipl-metrics {
    margin-top: 30px;
}

.ipl-metrics div {
    margin-bottom: 18px;
}

.ipl-metrics strong {
    display: block;
    color: var(--ipl-red);
    font-size: 22px;
}

.ipl-metrics span {
    color: #526075;
    font-weight: 600;
}

.ipl-certificates {
    background: #fff;
}

.ipl-certificate-strip {
    position: relative;
    overflow: hidden;
    padding: 10px 0 22px;
}

.ipl-certificate-strip:before,
.ipl-certificate-strip:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 84px;
    pointer-events: none;
}

.ipl-certificate-strip:before {
    left: 0;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.ipl-certificate-strip:after {
    right: 0;
    background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.ipl-certificate-track {
    display: flex;
    width: max-content;
    gap: 18px;
    align-items: stretch;
    animation: ipl-certificate-marquee 30s linear infinite;
    will-change: transform;
}

.ipl-certificate-strip:hover .ipl-certificate-track {
    animation-play-state: paused;
}

.ipl-certificate-card {
    flex: 0 0 240px;
    min-height: 168px;
    border: 1px solid #e6e9f0;
    border-top: 5px solid var(--ipl-red);
    background: #fff;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(7, 16, 68, 0.08);
}

.ipl-certificate-card img {
    max-width: 190px;
    max-height: 118px;
    object-fit: contain;
}

.ipl-clients {
    background: #fff;
}

.ipl-client-strip {
    position: relative;
    overflow: hidden;
    padding: 10px 0 22px;
}

.ipl-client-strip:before,
.ipl-client-strip:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 84px;
    pointer-events: none;
}

.ipl-client-strip:before {
    left: 0;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.ipl-client-strip:after {
    right: 0;
    background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.ipl-client-track {
    display: flex;
    width: max-content;
    gap: 18px;
    align-items: stretch;
    animation: ipl-client-marquee 34s linear infinite;
    will-change: transform;
}

.ipl-client-strip:hover .ipl-client-track {
    animation-play-state: paused;
}

.ipl-client {
    flex: 0 0 210px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e6e9f0;
    box-shadow: 0 10px 24px rgba(7, 16, 68, 0.07);
    padding: 22px;
}

.ipl-client img {
    max-width: 164px;
    max-height: 105px;
    object-fit: contain;
}

.ipl-testimonials {
    background: var(--ipl-blue-dark);
    color: #fff;
}

.ipl-testimonials h2,
.ipl-testimonials p {
    color: #fff;
}

.ipl-testimonial-strip {
    position: relative;
    overflow: hidden;
    padding: 8px 0 20px;
}

.ipl-testimonial-strip:before,
.ipl-testimonial-strip:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 90px;
    pointer-events: none;
}

.ipl-testimonial-strip:before {
    left: 0;
    background: linear-gradient(90deg, var(--ipl-blue-dark), rgba(7, 16, 68, 0));
}

.ipl-testimonial-strip:after {
    right: 0;
    background: linear-gradient(270deg, var(--ipl-blue-dark), rgba(7, 16, 68, 0));
}

.ipl-testimonial-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: ipl-testimonial-marquee 38s linear infinite;
    will-change: transform;
}

.ipl-testimonial-strip:hover .ipl-testimonial-track {
    animation-play-state: paused;
}

.ipl-testimonial-card {
    flex: 0 0 360px;
    min-height: 230px;
    padding: 34px 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 5px solid var(--ipl-red);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.ipl-testimonial-card p {
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.7;
}

.ipl-testimonial-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}

.ipl-testimonial-card span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

@keyframes ipl-client-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 9px));
    }
}

@keyframes ipl-testimonial-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 9px));
    }
}

@keyframes ipl-certificate-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 9px));
    }
}

.ipl-why {
    background-image: linear-gradient(90deg, rgba(7, 16, 68, 0.88), rgba(7, 16, 68, 0.72)), url("../images/ipl/people-services.png");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.ipl-why .fh-section-title {
    margin-bottom: 36px;
}

.ipl-why h2,
.ipl-why h2 span {
    color: #fff;
}

.ipl-why h2 span {
    color: var(--ipl-red);
}

.ipl-why-card {
    position: relative;
    min-height: 190px;
    padding: 32px 34px 30px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, rgba(10, 22, 104, 0.94), rgba(34, 153, 204, 0.78));
    border-left: 6px solid var(--ipl-red);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.ipl-why-card:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 22px;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.34);
    transform: rotate(45deg);
}

.ipl-why-card h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 58px 14px 0;
}

.ipl-why-card p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}

.ipl-location {
    background-image: linear-gradient(90deg, rgba(245, 247, 251, 0.96), rgba(245, 247, 251, 0.84)), url("../images/ipl/people-contact.png");
    background-size: cover;
    background-position: center;
}

.ipl-location p {
    font-size: 17px;
    line-height: 1.75;
}

.ipl-address-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border-left: 5px solid var(--ipl-red);
    padding: 20px;
    margin-top: 28px;
    box-shadow: 0 14px 34px rgba(7, 16, 68, 0.08);
    color: var(--ipl-blue-dark);
    font-weight: 700;
    line-height: 1.65;
}

.ipl-address-box i {
    color: var(--ipl-red);
    font-size: 28px;
    margin-top: 4px;
}

.ipl-map-frame {
    min-height: 390px;
    border: 8px solid #fff;
    box-shadow: 0 18px 45px rgba(7, 16, 68, 0.12);
    background: #fff;
}

.ipl-map-frame iframe {
    display: block;
    width: 100%;
    height: 390px;
    border: 0;
}

.ipl-contact {
    background-image: linear-gradient(90deg, rgba(7, 16, 68, 0.96), rgba(10, 22, 104, 0.88)), url("../images/ipl/people-contact.png");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.ipl-contact h2,
.ipl-contact p {
    color: #fff;
}

.ipl-contact-list {
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.ipl-contact-list li {
    margin-bottom: 14px;
    font-weight: 700;
}

.ipl-contact-list i {
    color: var(--ipl-red);
    margin-right: 9px;
}

.ipl-form {
    background: #fff;
    padding: 32px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.ipl-form input,
.ipl-form select,
.ipl-form textarea {
    width: 100%;
    border: 1px solid #dfe3ec;
    color: var(--ipl-ink);
    height: 52px;
    padding: 0 16px;
    margin-bottom: 18px;
    background: #fff;
}

.ipl-form textarea {
    height: 128px;
    padding-top: 14px;
    resize: vertical;
}

.ipl-footer {
    background: var(--ipl-blue-dark);
    color: rgba(255, 255, 255, 0.86);
}

.ipl-footer .footer-widgets {
    background: transparent;
    padding: 62px 0 45px;
}

.ipl-footer h4 {
    color: #fff;
    margin-bottom: 20px;
}

.ipl-footer ul {
    padding: 0;
    list-style: none;
}

.ipl-footer li {
    margin-bottom: 10px;
}

.ipl-footer-logo {
    width: 170px;
    background: #fff;
    padding: 10px;
    margin-bottom: 18px;
}

.ipl-footer .footer-copyright {
    background: #050b30;
    color: rgba(255, 255, 255, 0.72);
    padding: 18px 0;
}

.ipl-site .backtotop {
    background: var(--ipl-red);
    right: auto;
    left: 24px;
    bottom: 24px;
}

.ipl-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    box-shadow: 0 14px 32px rgba(7, 16, 68, 0.24);
}

.ipl-whatsapp-float:hover,
.ipl-whatsapp-float:focus {
    color: #fff;
    background: #1ebe5d;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .ipl-topbar {
        display: none;
    }

    .ipl-logo-link {
        min-height: 74px;
    }

    .ipl-logo {
        width: 122px;
    }

    .ipl-header .site-menu {
        display: none;
    }

    .ipl-header .main-nav ul.menu {
        display: block;
    }

    .ipl-hero {
        min-height: auto;
        padding: 120px 0 70px;
        background-position: 58% center;
    }

    .ipl-hero h1 {
        font-size: 48px;
    }

    .ipl-hero-card {
        margin-top: 38px;
    }

    .site-menu {
        display: none;
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        width: auto;
        background: #fff;
        z-index: 99;
        box-shadow: 0 18px 40px rgba(7, 16, 68, 0.15);
    }

    .site-menu.ipl-menu-open {
        display: block;
    }

    .ipl-header .main-nav ul.menu > li {
        display: block;
        float: none;
        border-bottom: 1px solid #edf0f5;
    }

    .ipl-header .main-nav ul.menu > li > a {
        line-height: 48px;
        padding: 0 20px;
    }

    .ipl-header .main-nav ul.menu > li.menu-item-button-link {
        display: block;
        padding: 14px 20px 18px;
        border-bottom: 0;
    }

    .ipl-header .menu-item-button-link .fh-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 286px;
        min-height: 50px;
        margin: 0 auto !important;
        padding: 0 18px;
        text-align: center;
        line-height: 1.2 !important;
    }

    .ipl-header .navbar-toggle {
        right: 16px;
    }
}

@media (max-width: 767px) {
    .ipl-hero {
        padding: 92px 0 52px;
        background-position: 54% center;
    }

    .ipl-site .backtotop {
        display: none !important;
    }

    .ipl-hero h1 {
        font-size: 38px;
    }

    .ipl-hero-copy,
    .ipl-quality p {
        font-size: 16px;
    }

    .ipl-client {
        flex-basis: 168px;
        min-height: 126px;
    }

    .ipl-client img {
        max-width: 132px;
        max-height: 86px;
    }

    .ipl-testimonial-card {
        flex-basis: 292px;
        min-height: 238px;
        padding: 28px 24px;
    }

    .ipl-testimonial-card p {
        font-size: 15px;
    }

    .ipl-certificate-card {
        flex-basis: 190px;
        min-height: 136px;
        padding: 18px;
    }

    .ipl-certificate-card img {
        max-width: 150px;
        max-height: 92px;
    }

    .ipl-form {
        padding: 24px;
        margin-top: 30px;
    }

    .ipl-map-frame,
    .ipl-map-frame iframe {
        min-height: 320px;
        height: 320px;
    }

    .ipl-whatsapp-float {
        right: 18px;
        bottom: 24px;
        width: 54px;
        height: 54px;
        font-size: 29px;
    }
}
