﻿/*form section*/
.container-natics-timeline ul {
    margin: 0;
    padding: 20px 0 0 40px; /* Adjusted padding for spacing */
    display: block; /* Changed from inline-block to block */
    counter-reset: wa-process-counter;
}

    .container-natics-timeline ul li {
        list-style: none;
        margin: 0;
        border-left: 1px solid green;
        border-right: 0 !important;
        padding: 0 0 24px 0; /* Adjusted padding for spacing */
        position: relative;
        counter-increment: wa-process-counter;
    }

.rtl .container-natics-timeline ul li {
    padding-left: 0;
    padding-right: 40px; /* Adjusted padding for spacing */
}

.container-natics-timeline ul li:last-child {
    border: 0;
}

.container-natics-timeline ul li::before {
    position: absolute;
    left: 0% !important;
    top: -7px; /* Adjusted top position for vertical alignment */
    content: counter(wa-process-counter);
    border: 0px solid #133664 !important;
    border-radius: 0px;
    background: #133664;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 41px;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transform: translateX(-50%); /* Center the marker horizontally */
    display: block;
    font-weight: bold;
}

.rtl .container-natics-timeline ul li::before {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

.container-natics-timeline p {
    font-size: 15px;
    line-height: 1.8em;
}

.container-natics-timeline ul li {
    /*  padding: 0 0 30px 40px!important;*/
    border-top: 0px solid green;
}

.container-natics-timeline h4 {
    color: rgb(3 27 78) !important;
    margin: 0 0 5px !important;
    padding: 0 0 9px 40px !important;
    padding-top: 0; /* Set padding-top to 0 */
}

.container-natics-timeline p {
    color: var(--body-font-color) !important;
}

.Css-choose-p {
    margin-left: 43px;
}
/*form section end*/
.clients-section {
    background: #000 url('../images/wave-bg.png') no-repeat center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.section-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

    .title-divider span {
        width: 60px;
        height: 2px;
        background: #fff;
    }

    .title-divider i {
        color: #ff3c7f;
        margin: 0 10px;
        font-size: 14px;
    }

.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

.client-box {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

    .client-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

    .client-box img {
        max-width: 100%;
        height: 70px!important;
        object-fit: contain;
    }

/* Responsive */
@media (max-width: 992px) {
    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.accordion-section-title:before {
    background-color: #d8294b !important;
}
.accordion-section-title {
    background-size: 100%;
    background-repeat: no-repeat;
    background: #d8294b14;
    /*background: radial-gradient(circle, rgb(19 54 100 / 19%) 0%, rgb(19 54 100 / 18%) 100%);*/
    box-shadow: 0 6px 12px -4px rgb(11 18 25 / 17%);
    padding: 18px;
    border-radius: 10px;
}
.Css-accordation-gap{margin-top:20px;}
.ul-style-2 li:before {color: #d82c4e;}
.corporate-img {
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: all 0.4s ease;
}

    .corporate-img img {
        width: 100%;
        height: 300px;
        border-radius: 12px;
    }

    .corporate-img:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    }
.feature-box .id-color {
    color: #d8294b !important;
    margin-bottom: 5px!important;
}
.nautics-card p{margin-bottom:10px!important;}
/* =========================
   OUR TECHNOLOGY PARTNER
========================= */
.tech-partner-section {
    padding: 40px 0;
    background: #f7f9fc;
}

/*.section-subtitle {
    color: #1ec6ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}*/

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
    color: #133664;
}

.section-desc {
    color: #6c757d;
    font-size: 16px;
    margin-top: 10px;
}

/* Partner Card */
.partner-card {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #1ec6ff, #133664);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    margin:14px;
    overflow: hidden;
}

    .partner-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #1ec6ff, #133664);
        opacity: 0;
        transition: 0.4s;
        z-index: 0;
    }

    .partner-card:hover::before {
        opacity: 1;
    }

    .partner-card * {
        position: relative;
        z-index: 1;
    }

/* Logo */
.partner-logo {
    max-width: 180px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.partner-card:hover .partner-logo {
    transform: scale(1.08);
}

/* Partner Text */
.partner-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #133664;
    margin-bottom: 8px;
    transition: color 0.3s;
}

.partner-link {
    font-size: 14px;
    color: #1ec6ff;
    font-weight: 500;
    transition: color 0.3s;
}

/* Hover text color */
.partner-card:hover h5,
.partner-card:hover .partner-link {
    color: #ffffff;
}



