.service-section {
    margin-top: -120px;
    padding-bottom: 80px;
}

.service-section .container {
    display: flex;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    width: 90%;
    max-width: 1200px;
}

.service-section .sidebar h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.service-section .sidebar p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.service-section .menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    cursor: pointer;
}

.service-section .menu-item:last-child {
    margin-bottom: 0;
}

.service-section .menu-item i {
    font-size: 18px;
    margin-right: 10px;
}

.service-section .menu-item.active {
    font-weight: bold;
}

@media (max-width: 768px) {
    .service-section .content {
        /* width: 65%; */
        padding: 30px;
    }

    .service-section .sidebar {
        /* width: 35%; */
        background: linear-gradient(180deg, #0071B7 0%, #5BADE0 100%);
        color: #ffffff;
        padding: 30px;
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: space-between; */
        border-radius: 30px;
    }
}

.service-section .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.service-section .form-group div {
    flex: 1;
    margin-right: 10px;
}

.service-section .form-group div:last-child {
    margin-right: 0;
}

.service-section .form-group label {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

 

.service-section .map {
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.service-section .map iframe {
    width: 100%;
    height: 350px;
    border: none;
}

.service-section .next-btn {
    background: linear-gradient(135deg, #0078d4, #0056b3);
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.service-section .next-btn:hover {
    background: #0056b3;
}



.old-icon {
    width: 100%;
    max-width: 500px;
    height: auto;
    gap: 0px;
    border-radius: 5px;
    background: #b3d3f2;
    flex-direction: row !important;
}

.old-icon img {
    width: 45px;
    height: auto;
}

.old-icon .align-items-center {
    flex: 1;
    gap: 14px;
}

.old-icon p {
    font-family: Audiowide;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #0D5CB4;
    margin: 0;
}

.old-bot-i {
    color: #FCB317;
    font-size: 25px;
}

form .form-control, .custom-select {
    border-left: 1px solid #E6E6E6;
    border-radius: 0px;
}