.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.container,
.image-box,
.main-section {
    position: relative;
}
.main-section {
    padding: 40px 0;
}
.main-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #ececec;
    z-index: -1;
}
.container {
    max-width: 1200px;
    margin: auto;
}
.image-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
    padding: 20px 0;
}
.image-box {
    width: 100%;
    max-width: 575px;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.image-box img,
.image-box::after,
.image-box::before,
.overlay {
    width: 100%;
    height: 100%;
}
.image-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 10%,
        rgba(255, 255, 255, 0) 100%
    );
}
.image-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 7%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.image-box:hover::after {
    opacity: 1;
}
.image-box img {
    object-fit: cover;
    border-radius: 10px;
}
.overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 150px;
    z-index: 99 !important;
    transition: 0.3s ease-in-out;
}
.overlay .description,
.overlay .exp-btn,
.overlay .text {
    position: relative;
    color: #fff;
}
.overlay .text {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: -80px;
    transition: transform 0.3s ease-in-out;
    padding-bottom: 37px;
}
.overlay .description {
    font-size: 14px;
    text-align: center;
    margin: 7px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding-top: 10px;
    min-height: 40px;
}
.overlay .exp-btn {
    display: inline-block;
    padding: 8px 24px;
    background: #cd0000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
    text-decoration: none;
}
.overlay .exp-btn:hover {
    background: #a50000;
}
.image-box:hover .overlay .text {
    transform: translateY(-20px);
}
.image-box:hover .overlay .description {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 480px) {
    .overlay .description {
        font-size: 11px !important;
    }
}
.home-about {
    padding: 40px 0 80px;
    color: #fff;
}
.home-about .section-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.home-about .section-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-left: -13%;
}
.home-about .section-content .title {
    margin-bottom: 20px;
}
.home-about .section-content .heading1 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    line-height: 34px;
    text-transform: uppercase;
}
.home-about .section-content .heading2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 80px;
}
.home-about .section-content p {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 30px;
    color: #000;
    text-align: justify;
}
.home-about .section-content h4 {
    font-size: 18px !important;
    text-align: justify;
}
.home-about .section-content .btn {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #cd0000;
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.home-about .section-content .btn:hover {
    background-color: #fff;
    color: #cd0000;
    border: 1px solid #cd0000;
}
.section-content.content-outline {
    padding: 60px;
    -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, 0.1);
    box-shadow: 0 0 40px 0 rgba(18, 24, 32, 0.1);
}
.section-content.content-outline:hover {
    border-color: #000;
}
.heading2 span {
    color: #cd0000;
    font-weight: 600;
}
.simple-section {
    position: relative !important;
    min-height: 600px;
    background: linear-gradient(
        to bottom,
        transparent 15%,
        #ececec 15%
    ) !important;
}
.section-image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 60px;
}
.section-image-container .container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}
.section-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.section-image-content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    padding: 20px;
    color: #fff;
    max-width: 560px;
    border-radius: 10px;
}
.heading {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px !important;
}
.btn {
    display: inline-block;
    margin-top: 20px;
    margin-right: 4px;
    padding: 6px 16px;
    background-color: #cd0000;
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 25px;
    transition: background 0.3s ease-in-out;
    text-transform: none !important;
}
.btn:hover {
    background-color: #a50000;
    color: #fff;
}
@media (max-width: 768px) {
    .main-section::before {
        height: 75%;
    }
    .image-container {
        flex-direction: column;
        align-items: center;
    }
    .image-box {
        width: 90%;
        height: auto;
        aspect-ratio: 3/2;
        margin: 10px 0;
    }
    .overlay .text {
        font-size: 22px;
    }
    .overlay .description {
        font-size: 13px;
        padding-top: 12px;
    }
    .overlay .exp-btn {
        padding: 6px 16px;
        font-size: 10px;
    }
    .overlay {
        padding-top: 100px;
    }
    .overlay .exp-btn-paint,
    .overlay .exp-btn-part {
        margin-bottom: 10px;
    }
    .section-image-content {
        left: 2%;
        background: 0 0;
        max-width: 253px;
        padding: 10px;
    }
    .heading {
        margin-bottom: 0 !important;
        font-size: 1rem;
        line-height: 0.9;
    }
    .section-image-container img {
        height: 115px;
        border-radius: 16px;
    }
    .btn {
        font-size: 0.1rem;
        padding: 6px 12px;
    }
}
.faq-section {
    padding: 60px 50px 80px;
    text-align: center;
    background-color: #ececec;
}
.faq-heading {
    font-size: 25px;
    margin-bottom: 30px;
}
.faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-question h4 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
.arrow-icon {
    font-size: 20px;
    transition: transform 0.3s;
}
.faq-answer {
    display: none;
    padding: 10px 0;
    margin-bottom: 40px;
}
.faq-answer p {
    text-transform: capitalize;
    font-weight: 200;
    font-size: 12px;
}
.faq-item.open .faq-answer {
    display: block;
}
.faq-item.open .arrow-icon {
    transform: rotate(180deg);
}
.faq-section hr {
    border: none;
    border-top: 1px solid #000;
    margin: 10px 0;
}
@media (max-width: 1200px) {
    .image-container {
        padding: 0 30px;
    }
}
@media (max-width: 992px) {
    .image-box {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    .section-container {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    .section-content,
    .section-image {
        width: 100%;
        padding-left: 0;
    }
    .section-image img {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .section-content {
        padding-left: 0;
    }
    .form-section-image img {
        width: 100%;
        height: auto;
    }
    .form-dropdown-wrapper {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .faq-heading {
        font-size: 20px;
    }
    .faq-item {
        margin-left: 5%;
        margin-right: 5%;
    }
    .faq-question h4 {
        font-size: 12px;
    }
    .faq-answer p {
        font-size: 10px;
    }
    .faq {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .card.card-accordion .card-header {
        font-size: 1.4rem;
    }
    .section-image-content .heading {
        font-size: 28px;
    }
    .section-content .heading1,
    .section-content .heading2 {
        font-size: 18px !important;
    }
    .heading2Bottom {
        margin-bottom: 20px !important;
    }
    .mb30,
    .section-content p {
        margin-bottom: 0 !important;
    }
    .section-content.content-outline {
        padding: 40px;
    }
    .home-about {
        padding: 0 0 60px;
    }
    .section-content p {
        font-size: 14px !important;
        text-align: left !important;
        line-height: 28px !important;
    }
    .section-content .btn,
    .section-image-content .btn {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }
    .section-image-container {
        margin-bottom: 50px;
    }
    .image-container {
        display: block;
        height: auto;
    }
    .main-container,
    .main-section {
        height: auto;
    }
    img.img-fluid.rounded {
        margin: auto auto 25px;
        width: 70%;
    }
    section.simple-section {
        padding: 0;
    }
    .tabs-simple .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 30px;
        margin-bottom: 5px;
    }
    .simple-section {
        position: relative !important;
        min-height: 600px;
        background: linear-gradient(
            to bottom,
            transparent 5%,
            #ececec 5%
        ) !important;
    }
}
@media (max-width: 576px) {
    .section-container {
        padding: 10px;
    }
    .faq-heading {
        font-size: 18px;
    }
    .faq-item {
        margin-left: 0;
        margin-right: 0;
    }
    .faq-question h4 {
        font-size: 10px;
    }
    .faq-answer p {
        font-size: 9px;
    }
    .section-image-content .heading {
        font-size: 16px;
        margin-top: 0;
    }
    .section-content .heading1,
    .section-content .heading2 {
        font-size: 20px;
    }
    .section-content p {
        font-size: 12px;
    }
    .section-content .btn,
    .section-image-content .btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    .image-box {
        width: 100%;
        height: auto;
    }
}
.tabs-simple .nav-tabs .nav-item .nav-link.active,
.tabs-simple .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #cd0000;
    color: #000;
}
@media (max-width: 768px) {
    .section-image-content .btn,
    .submit-btn {
        font-size: 8px;
        padding: 3px 6px;
    }
    .section-image-content {
        font-size: 24px;
        left: 6%;
        background: 0 0;
    }
    .section-image-content .heading {
        font-size: 12px;
        margin-bottom: -7px;
        line-height: 16px;
    }
    .section-image-content .becSup {
        margin-top: 0 !important;
        padding: 4px 8px !important;
        font-size: 8px !important;
        font-weight: 500;
    }
    .home-about .section-content .becSup,
    .home-about .section-content .btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}
