.text-justify {
    text-align: justify;
}

.key-about {
    background-color: #0f172a;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    transition: transform 0.3s;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    /* padding-left:40%; */
    margin: auto;
    /* font-family: "Lora", serif; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
}

.key-about p {
    color: #ffffff;
}

.key-links {
    background-color: #0f172a;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    background-image: url(../img/calltoactionBg.jpg);
    object-fit: cover;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    /* border-radius: 8px; */
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background-color: #0f172a;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
    /* font-family: "Lora", serif; */
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.pro-footer-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #06a3da;
    display: flex;
    align-items: center;
    gap: 10px;
}












.pro-footer-box {
    background: #0f172a;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s;
}

.pro-footer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.pro-footer-section {
    margin-bottom: 25px;
}



.pro-footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5f5;
}

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

.pro-footer-section ul li {
    margin-bottom: 8px;
}

.pro-footer-section ul li a {
    text-decoration: none;
    color: #e2e8f0;
    transition: 0.3s;
    font-size: 14px;
}

.pro-footer-section ul li a:hover {
    color: #000000;
    padding-left: 5px;
}

/* Icons spacing */
.pro-footer-section i {
    color: #06a3da;
}


.key-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 28px;
    /* letter-spacing: 2px;
    text-transform: uppercase; */
    font-weight: 900 !important;
    color: rgb(0, 45, 87);
}


.benefit-list {
    list-style: none;
    padding-left: 0rem !important;
}

.benefit-list li i {
    color: #06a3da;
    padding-right: 25px;
}

.text-white {
    color: #ffffff;
}


.types-list {
    list-style: none;
    padding-left: 0rem !important;
}

.types-list li i {
    color: #06a3da;
    padding-right: 24px;
}


.sharing {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-left: 4px solid #06a3da;
}





/* FAQ Section */
.faq-section {
    background: #FDF5EB;
    padding: 30px;
}

/* FAQ Item */
.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* Question */
.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 16px 26px;
    /* Reduced height */
    font-size: 1rem;
    /* Slightly smaller font */
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #222;
}

/* Icon */
.faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 26px;
}

.faq-answer p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    padding-bottom: 16px;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    /* arrow points up when open */
}





/* FAQ Section */
.faq-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

/* .faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #222;
} */

/* FAQ Item */
.faq-item {
    border-radius: 10px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Question */
.faq-question {
    padding: 18px 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid #06a3da;
    border-radius: 10px;
}

.faq-question:hover {
    background: #f9f9f9;
}

/* Icon */
.faq-question span {
    font-size: 24px;
    transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fafafa;
}

.faq-answer p {
    padding: 18px 22px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}


.major-app {
    list-style: none;
    line-height: 2rem;
    padding-left: 0rem;
}

.major-app li i {
    color: #06a3da;
    padding-right: 25px;
}








/* Section Styling */

/* Grid */
.rolling-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* Card */
.rolling-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.rolling-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Icon */
.rolling-icon {
    font-size: 30px;
    color: #06a3da;
    margin-bottom: 15px;
}

/* Card Title */
.rolling-card h3 {
    font-size: 18px;
    color: #0a2a5e;
    margin-bottom: 10px;
}

/* Card Text */
.rolling-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Bottom Highlight Box */
.rolling-highlight {
    margin-top: 50px;
    padding: 25px;
    background: #0a2a5e;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.sharing-img {
    height: 100%;
    width: 100%;
}

.sharing-img img {
    height: 100%;
    width: 100%;
}

.types-icon i {
    font-size: 50px;
    color: #06a3da;
}


.why-machine:before {
        height: 350px !important;
    }




/* Mobile responsive */
@media (max-width: 768px) {
    .key-about {
        max-width: 100%;
    }


    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .key-heading {
        font-family: 'Orbitron', sans-serif;
        font-size: 20px;
        font-weight: 900 !important;
        color: rgb(0, 45, 87);
    }

    .why-list:before {
        height: 700px !important;
    }

    .why-machine:before {
        height: 395px !important;
    }

    .cd-premium-table th {
        font-size: 12px;
    }

    .cd-premium-table td {
        font-size: 13px;
    }
}


