#wrapper .container {
    width: 100%;
}
#main .page-content.card {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
}
#wrapper {
    padding-top: 0 !important;
}
.layout-full-width #wrapper #content-wrapper {
    padding: 0 !important;
}
.container-fluid-custom {
    width: 1140px;
    max-width: 100%;
    margin: auto;
}

.about-us-page h1 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #222;
}

.about-us-page p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.top_banner_sections {
    background: #5C4C98;
    padding: 15px;
    color: #fff;
    text-align: center;
}
.top_banner_sections h2 {
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    line-height: 36px;
}
.about_banner_section img {
    width: 100%;
    height: 650px;
    /* object-fit: cover; */
    object-position: top;
}
.about_top_content {
    padding: 60px 0 0px; 
}
.about_top_content h2 {
    font-size: 32px;
    font-weight: 500;
    color: #2E2E2E;
    line-height: 36px;
}
.about_top_content p {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.about_image_content .about_left_img img {
    width: 100%;
    border-radius: 8px;
    height: 400px;
    object-fit: cover;
}
.about_right_content {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    height: 400px;
}
.about_image_content .about_right_content h2 {
    font-size: 28px;
    font-weight: 500;
    color: #2E2E2E;
    line-height: 40px;
}
.about_image_content .about_right_content p {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.about_image_content .about_image_content_item:first-child {
    margin-top: 30px;
}
.about_image_content .about_image_content_item {
    margin-top: 70px;
}


.contact_form_section {
    padding-top: 50px;
}
.contact_form_section .contact-form-wrapper {
    background: #fff;
    padding: 30px 24px;
    border-radius: 12px;
    width: 100%;
    /* max-width: 560px; */
    /* box-shadow: 0 2px 16px rgba(0,0,0,0.07); */
  }

  .contact_form_section .form-group {
    margin-bottom: 14px;
  }

  .contact_form_section .form-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
  }

  .contact_form_section .form-row .form-input {
    flex: 1;
  }

  .contact_form_section .form-input {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    outline: none;
    background: #fff;
    transition: border-color 0.2s;
  }

  .contact_form_section .form-input::placeholder {
    color: #aaa;
  }

  .contact_form_section .form-input:focus {
    border-color: #6b5bab;
  }

  .contact_form_section textarea.form-input {
    resize: none;
    height: 200px;
    line-height: 1.5;
  }

  .contact_form_section .btn-send {
    width: 100%;
    padding: 16px;
    background: #6b5bab;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 4px;
    transition: background 0.2s;
  }

  .contact_form_section .btn-send:hover {
    background: #5a4a96;
  }

  .contact_icons .contact_img_bg {
    background: #D9D9D9;
    display: inline-block;
    border-radius: 50%;
    padding: 10px 12px;
}
.contact_icons .contact_img_bg img {
    width: 35px;
}
.contact_icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact_icons .contact_content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact_icons .contact_content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

@media (max-width: 567px) {
    .container-fluid-custom {
        padding: 0 20px;
    }
    .about_banner_section img {
        height: 400px;
        object-fit: cover;
        object-position: left;
    }
    .contact_icons {
        margin-bottom: 15px;
    }
    .contact_form_section {
    margin-top: 20px;
}
    .about_right_content {
        height: auto;
        margin-top: 20px;
    }
    .about_image_content .about_image_content_item:nth-child(even) .row {
        flex-direction: column-reverse;
        display: flex;
    }
    .about_image_content .about_left_img img {
        height: auto    ;
    }
    .about_top_content {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .about_image_content .about_image_content_item {
        margin-top: 30px;
    }
    .contact_form_section {
    padding-top: 0 !important;
}
.contact_form_section .form-row {
    flex-direction: column;
}
.top_banner_sections h2 {
    font-size: 22px;
}
}