* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
}

section {
    padding: 50px 10px;
}

/* HEADER */

.header {
    z-index: 999;
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 1px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-height: 55px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 35px;
}

.menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.menu ul li a {
    text-decoration: none;
    color: #344767;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.menu ul li a:hover {
    color: #00AEEF;
}

.call-btn {
    background: #14803C;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    border: 2px solid #14803C;
    transition: 0.4s all ease-in-out;
}

.call-btn:hover {
    background: transparent;
    border: 2px solid #14803C;
    color: #14803C !important;
}

/* hero section start  */


.hero {
    background:
        linear-gradient(90deg,
            rgba(2, 28, 62, .95),
            rgba(0, 65, 115, .95),
            rgba(0, 74, 63, .95)),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, .03) 0px,
            rgba(255, 255, 255, .03) 1px,
            transparent 1px,
            transparent 96px);

    padding: 70px 0;
    overflow: hidden;
}

.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.hero-content {
    width: 52%;
}

.hero-form {
    width: 48%;
}

.badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 174, 239, .12);
    color: #58C7FF;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
}





.hero-content p {
    color: #d9e5f0;
    font-size: 16px;
    margin-bottom: 35px;
}

.hero-btns {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.btn-primary {
    background: #0BAFF5;
    color: #fff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-secondary {
    background: #14803C;
    color: #fff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 10px;
    font-weight: 600;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.feature {
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .05);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

/* FORM */

.form-box {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
}

.form-box h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #081B3A;
}

.form-box p {
    color: #6d7a8c;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 60px;
    border: 1px solid #dde5ed;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

.submit-btn {
    width: 100%;
    border: none;
    height: 60px;
    border-radius: 10px;
    background: #F4B400;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
}

.secure {
    text-align: center;
    color: #73839b;
    font-size: 14px;
    margin-top: 15px;
}

/* hero section end  */


/* Certified section start  */

.rz-certification-section {
    padding: 60px 15px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.rz-certification-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.rz-certification-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    position: relative;
}

.rz-certification-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background: #dfe5ec;
}

.rz-certification-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 14px;
    background: #e8f6fd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0ea5e9;
}

.rz-certification-icon.green {
    background: #ebf8ef;
    color: #15803d;
}

.rz-certification-icon.yellow {
    background: #fff7df;
    color: #d4a017;
}

.rz-certification-icon.blue {
    
    color: #0ea5e9;
}

.rz-certification-icon.darkgreen {
    background: #edf8f0;
    color: #15803d;
}

.rz-certification-content span {
    display: block;
    font-size: 14px;
    color: #7c8698;
    font-weight: 500;
    margin-bottom: 2px;
}

.rz-certification-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1736;
    line-height: 1.3;
    margin: 0;
}

/* Certified section end  */

/* About section start  */
.about-sc {
    background: #e7eff7 !important;
}

.about-sc .container h3 {
    color: #00AEEF;
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
}

.about-sc .container h2 {
    color: #000000;
    font-size: 30px;
    font-family: inherit;
    font-weight: 700;
}

.about-sc .container p {
    font-family: "Open Sans", sans-serif;

    font-size: 16px;
}

.about-sc .container i {
    color: #00AEEF;
}

/* About section end  */

/* Why choose section start  */

.rz-why-choose-section {

    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.rz-why-choose-container {
    max-width: 1200px;
    margin: auto;
}

.rz-section-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.rz-subtitle {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #e9f7ff;
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.rz-section-heading h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #081b3a;
    font-weight: 800;
    margin-bottom: 20px;
}

.rz-section-heading h2 span {
    color: #0ea5e9;
}

.rz-title-divider {
    width: 50px;
    height: 4px;
    background: #14803d;
    border-radius: 10px;
    margin: 0 auto 25px;
}

.rz-section-heading p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
}

/* Cards */

.rz-advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.rz-advantage-card {
    padding: 35px;
    border: 1px solid #dde4ec;
    border-radius: 16px;
    transition: 0.4s ease;
    background: #fff;
}

.rz-advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.rz-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.rz-blue {
    background: #e9f6ff;
    color: #0ea5e9;
}

.rz-green {
    background: #edf8f0;
    color: #15803d;
}

.rz-yellow {
    background: #fff8e6;
    color: #d4a017;
}

.rz-advantage-card h3 {
    font-size: 28px;
    color: #081b3a;
    margin-bottom: 15px;
    font-weight: 700;
}

.rz-advantage-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #64748b;
}

/* Why choose section end  */

/* project portfolio section start  */
.product-portfolio-section {

    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.product-portfolio-container {
    max-width: 1200px;
    margin: auto;
}

.pf-section-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.pf-subtitle {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #e9f7ff;
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.pf-section-heading h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #081b3a;
    font-weight: 800;
    margin-bottom: 20px;
}

.pf-section-heading h2 span {
    color: #0ea5e9;
}

.pf-title-divider {
    width: 50px;
    height: 4px;
    background: #14803d;
    border-radius: 10px;
    margin: 0 auto 25px;
}

.pf-section-heading p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
}

.product-portfolio-section .card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

/* project portfolio section end  */

/* faq section atart  */
.nfaq {
    font-family: 'Poppins', sans-serif;

    margin: 0 auto;
    box-sizing: border-box;
}


.nfaq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nfaq-item {
    display: flex;
    align-items: stretch;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s;
}

.nfaq-item.open {
    border-color: #303842;
}

.nfaq-num-box {
    width: 54px;
    min-width: 54px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 13px;
    background: #f5f5f5;
    border-right: 1px solid #e0e0e0;
}

.nfaq-num-inner {
    width: 32px;
    height: 32px;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    background: #88888888;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}

.nfaq-item.open .nfaq-num-inner {
    background: #007bff;
    border-color: #007bff;
}

.nfaq-num-inner span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #666666;
    line-height: 1;
    transition: color 0.2s;
}

.nfaq-item.open .nfaq-num-inner span {
    color: #ffffff;
}

.nfaq-body {
    flex: 1;
    min-width: 0;
}

.nfaq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 18px;
    cursor: pointer;
    user-select: none;
}

.nfaq-q-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.45;
}

.nfaq-toggle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}

.nfaq-item.open .nfaq-toggle {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

.nfaq-toggle-icon {
    font-size: 20px;
    font-weight: 400;
    color: #d0d0d0;
    line-height: 1;
    transition: color 0.2s;
}

.nfaq-item.open .nfaq-toggle-icon {
    color: #000000;
}

.nfaq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.nfaq-item.open .nfaq-ans {
    max-height: 300px;
}

.nfaq-ans-inner {
    padding: 0 18px 17px;
    border-top: 1px solid #eeeeee;
}

.nfaq-ans-inner p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.75;
    margin: 13px 0 0;
}

/* faq section end  */

/*=========================
CONTACT SECTION
=========================*/

.rz-contact-section {
    padding: 50px 10px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.rz-container {
    max-width: 1280px;
    margin: auto;
}

.rz-contact-heading {
    text-align: center;
    max-width: 850px;
    margin: auto auto 60px;
}

.rz-subtitle {
    display: inline-block;
    padding: 8px 18px;
    background: #eaf7ff;
    color: #0ea5e9;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.rz-contact-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #081b3a;
    margin: 20px 0;
}

.rz-contact-heading h2 span {
    color: #0ea5e9;
}

.rz-divider {
    width: 50px;
    height: 4px;
    background: #15803d;
    margin: 0 auto 25px;
    border-radius: 20px;
}

.rz-contact-heading p {
    color: #64748b;
    font-size: 16px;
}

.rz-contact-wrapper {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
}

.rz-contact-form,
.rz-contact-info {
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 18px;
    padding: 30px;
}

.rz-contact-form h3,
.rz-contact-info h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #081b3a;
    font-weight: 700;
}

.rz-contact-form p {
    color: #64748b;
    margin-bottom: 25px;
}

.rz-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.rz-form-group {
    margin-bottom: 15px;
}

.rz-form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.rz-form-group input,
.rz-form-group select,
.rz-form-group textarea {
    width: 100%;
    border: 1px solid #d8e0e8;
    border-radius: 10px;
    padding: 14px;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

.rz-submit-btn {
    width: 100%;
    border: none;
    background: linear-gradient(90deg, #12a8eb, #0b78b0);
    color: #fff;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.rz-info-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #dfe7ef;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 15px;
}

.rz-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.green {
    background: #edf9f0;
    color: #15803d;
}

.yellow {
   
    color: #d4a017;
}

.rz-info-card span {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.rz-info-card h4 {
    font-size: 15px;
    color: #081b3a;
    margin-top: 4px;
}

.rz-business-hours {
    border: 1px solid #dfe7ef;
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
}

.rz-business-hours h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #081b3a;
    font-weight: 700;
}

.rz-hours-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

/*=========================
MAP SECTION
=========================*/

.rz-map-section {
    width: 100%;
    line-height: 0;
    padding: 0;
}

.rz-map-section iframe {
    width: 100%;
    height: 500px;
    border: none;
}

  .rz-floating-btns {
        position: fixed;
        right: 20px;
        bottom: 50px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 99999;
    }

    /* Call Button */

    .rz-float-call {

        background: #14a3e2;
        box-shadow: 0 8px 20px rgba(20, 163, 226, .35);
        width: 54px;
        height: 54px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 28px;

        transition: .3s;
    }

    .rz-float-call:hover {
        transform: translateY(-3px);
    }

    /* WhatsApp Button */

    .rz-float-whatsapp {
        width: 54px;
        height: 54px;
        background: #25D366;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 28px;
        box-shadow: 0 0 20px rgba(37, 211, 102, .45);
        transition: .3s;
    }

    .rz-float-whatsapp:hover {
        transform: scale(1.08);
    }

    .rz-float-call i {
        font-size: 16px;
    }

/* footer start */
.rz-footer {
    font-family: 'Poppins', sans-serif;
    background: #071b35;
    color: #fff;
}

.rz-footer-top {
    padding: 80px 0 50px;
}

.rz-footer-container {
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
}

.rz-footer-top .rz-footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
    gap: 40px;
}

.rz-footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.rz-footer-col p {
    color: #b8c4d6;
    line-height: 1.9;
    font-size: 15px;
}

.rz-footer-col h3 {
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}

.rz-footer-col h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background: #0ea5e9;
}

.rz-footer-col ul {
    list-style: none;
    padding: 0;
}

.rz-footer-col ul li {
    margin-bottom: 14px;
}

.rz-footer-col ul li a {
    color: #b8c4d6;
    text-decoration: none;
    transition: .3s;
}

.rz-footer-col ul li a:hover {
    color: #0ea5e9;
    padding-left: 6px;
}

.rz-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.rz-footer-social a {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.rz-footer-social a:hover {
    background: #0ea5e9;
}

.rz-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    color: #b8c4d6;
    line-height: 1.8;
}

.rz-contact-item i {
    color: #0ea5e9;
    margin-top: 5px;
}

.rz-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 0;
}

.rz-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rz-footer-bottom p {
    color: #b8c4d6;
}

.rz-policy-links {
    display: flex;
    gap: 20px;
}

.rz-policy-links a {
    color: #b8c4d6;

    text-decoration: none;
}

.rz-contact-item a {
    text-decoration: none;
    color: #b8c4d6;

}

.rz-contact-item a:hover {
    text-decoration: none;
    color: #b8c4d6;

}

.rz-policy-links a:hover {
    color: #b8c4d6;


}

@media(max-width:991px) {

    .hero-wrapper {
        flex-direction: column;
    }

    .hero-content,
    .hero-form {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 50px;
    }


    /* Certified section start */
    .rz-certification-container {
        gap: 20px;
    }

    .rz-certification-item {
        width: calc(50% - 20px);
    }

    .rz-certification-item::after {
        display: none;
    }

    /* Why choose section start  */
    .rz-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rz-section-heading h2 {
        font-size: 25px;
    }


    .rz-footer-top .rz-footer-container {
        grid-template-columns: 1fr 1fr;
    }

    .rz-contact-wrapper {
        grid-template-columns: 1fr;
    }

    .rz-contact-heading h2 {
        font-size: 30px;
    }
}

@media(max-width:676px) {

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .menu ul {
        display: none;
    }

    /* Certified section start */

    .rz-certification-item {
        width: 100%;
        justify-content: flex-start;
        padding: 15px;
        border: 1px solid #edf1f5;
        border-radius: 15px;
    }

    .rz-certification-content h4 {
        font-size: 17px;
    }

    /* Why choose section start  */
    .rz-why-choose-section {
        padding: 70px 15px;
    }

    .rz-advantages-grid {
        grid-template-columns: 1fr;
    }

    .rz-section-heading {
        margin-bottom: 50px;
    }

    .rz-section-heading h2 {
        font-size: 25px;
    }

    .rz-section-heading p {
        font-size: 16px;
    }

    .rz-advantage-card {
        padding: 25px;
    }

    .rz-advantage-card h3 {
        font-size: 22px;
    }

    .rz-advantage-card p {
        font-size: 15px;
    }

    /* faq */
    .faq h2 {
        font-weight: 700;
        font-size: 25px;
        text-align: center;
    }

    .nfaq {
        padding: 2rem 12px;
    }

    .nfaq-q-text {
        font-size: 15px;
    }

    .nfaq-ans-inner p {
        font-size: 14px;
    }

    .nfaq-num-box {
        width: 46px;
        min-width: 46px;
    }

    .nfaq-title {
        font-size: 25px;
    }

    .rz-footer-top .rz-footer-container {
        grid-template-columns: 1fr;
    }

    .rz-bottom-flex {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .rz-contact-section {
        padding: 30px 10px;
    }

    .rz-form-row {
        grid-template-columns: 1fr;
    }

    .rz-contact-heading h2 {
        font-size: 25px;
        font-weight: 700;
    }

    .rz-contact-heading p {
        font-size: 16px;
    }

    .rz-map-section iframe {
        height: 350px;
    }

      .rz-floating-btns {
            right: 15px;
            bottom: 15px;
        }

        .rz-float-call {
            width: 40px;
            height: 40px;
        }

        .rz-float-whatsapp {
            width: 50px;
            height: 50px;
            font-size: 24px;
        }
        .form-box h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #081B3A;
}
.pf-section-heading h2 {
    font-size: 25px;
}
}