/*
Theme Name: JavelEngineering
Description: JavelEngineering WordPress theme.
Version: 1.2
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-basic-theme
*/


/* ================== Large Desktop ================== */

/* root styling */
:root {
  --primary-color: #C92828;
  --secondary-color: #ED1C24;
  --light-color: #E4E4E4;
}

body {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    margin:0;
    padding:0;
}

.container, .elementor-element.container {
    width: 100%;
    max-width: 980px;
    margin: auto;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 54px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
}

/* Header */
.header__nav--desktop {
    display: block;
}

.header__nav--mobile {
    display: none;
}

.header__burger {
    font-size:30px;
    background:none;
    border:none;
    cursor:pointer;
    color: var(--color-header-font);
    z-index: 210;
}

.header__nav--mobile .header__menu{
    display:none;
}

.header__nav--mobile .header__menu.active{
    display:block;
}

.header__nav{
    background:transparent;
    max-width: 980px;
    margin: auto;
    padding:20px 15px;
    position: relative;
    z-index: 200;
}

.header__logo img {
    display: block;
    margin: 0 auto;
    max-width: 142px;
    height: auto;
    object-fit: cover;
}

.header hr {
    border: none;
    height: 1px; 
    background-color: var(--color-header-font);
    margin: 16px auto;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header__menu li {
    flex: auto;
    text-align: center;
}

.header__menu a {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Questrial', 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: var(--color-header-font);
    text-decoration: none;
}

.header__menu a:hover, .header__menu .current_page_item a {
    color: var(--color-hover-header-font);;
    transition: var(--trans, color .4s ease 0s);
}

.header__banner{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:900px;
    overflow:hidden;
}

.header__bannerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.header__bannerbg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1600px;
    height: 1200px;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.header__bannerbg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E1E1E80;
    z-index: 1;
}

.header__bannertagline{
    position: absolute;
    margin: 70px auto;
    text-align: left;
    bottom: 50px;
    z-index:2;
    left:50%;
    transform:translateX(-50%);
}

.header h1{
    max-width: 70%;
    color: var(--color-header-font) ;
    margin: 0;
    line-height: 1;
}

.header h2 {
    color: var(--color-header-font) ;
    font-weight: 200;
    margin: 0;
    line-height: 1;
}

/* Body */
.container-top {
    margin-top: 745px;
}

.elementor h2.elementor-heading-title {
    line-height: 54px;
}

.elementor .elementor-button {
    max-width: 160px;
    width: 100%;
}

.carousel-container {
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

/* Benefit container */
.benefit__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 360px;
    max-height: 360px;
    background-color: var(--primary-color);
    position: relative;
    padding: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
}

.benefit__container .benefit__icon {
    max-width: 100%;
    width: 100px;
    transition: transform 0.5s ease;
    margin: 35px 0 15px;
}

.benefit__container .benefit__title {
    transition: transform 0.5s ease;
    line-height: normal;
}

.elementor-element.core-services__container {
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

.elementor-element.core-services__container > * , .elementor-element.core-services__container > * > * {
    max-width: 50% !important;
    width: 50%;
}

.core-services__container img {
    max-height: 250px;
}

.core-services__container h3 {
    margin: 20px 15px;
}

.know-us__container .elementor-widget-text-editor p {

    margin: 0;
}

.management__container .elementor-widget-eael-info-box {
    flex: 0 0 calc(25% - 10px);
}

.vision-mission__container .vision__icon, .vision-mission__container .mission__icon {
    max-width: 200px !important;
}

.aboutus-core__container > div {
    max-width: 240px !important;
}

.aboutus-core__container:last-child > div {
    max-width: 150px !important;
}

.jave-meaning__icon-box .infobox-icon {
    max-width: 100px;
    width: 100%;
    max-height: 100px;
    height: 100%;
    margin-right: 20px;
    background-color: var(--primary-color);
}

.discuss__section {
    max-height: 560px;
}

/* Home Carousel */
.projects-carousel {
    overflow: hidden;
    position: relative;
}

.projects-carousel__track {
    display: flex;
    gap: 20px;
    width: max-content;
    cursor: grab;
    user-select: none;
}

.project-carousel__item {
    flex: 0 0 auto;
    width: 310px;
}

.project-carousel__thumb {
    width: 310px;
    height: 460px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-carousel__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 15px;
    opacity: 0;
    transition: 0.3s ease;
}

.project-carousel__overlay > * {
    margin: 0 auto;
    max-width: 210px;
    text-align: center;
    display: flex;
}

.project-carousel__overlay h3 {
    font-size: 22px;
    justify-content: flex-end;
}

.project-carousel__overlay p {
    min-height: 80px;
}


/* Carousel Modal */
.project-carousel-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    overflow: auto;
    padding: 20px;
}

.project-carousel-modal__dialog {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.project-carousel-modal__header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 25px;
}

.project-carousel-modal__body {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
}

.project-carousel-modal__media img {
    max-width: 100%;
    height: 510px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.project-carousel-modal__content {
    text-align: center;
}

.project-carousel-modal__category {
    font-size: 22px;
    margin-bottom: 10px;
}

.project-carousel-modal__title {
    font-size: 16px;
}

/* Buttons */
.project-carousel-modal__btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.project-carousel-modal__btn--enlarge i,
.project-carousel-modal__btn--close i {
    pointer-events: none;
}

/* Data Table */
.project-list__table thead th, .project-list__table thead th.dt-ordering-asc, .project-list__table thead th.dt-ordering-desc{
    background-image: none !important;
    background-color: var(--primary-color) ;
    color: var(--color-footer-font);
}

.project-list__table th .dt-column-order:before, .project-list__table th .dt-column-order:after {
    color: var(--color-footer-font);
}

.project-list__table thead tr th:hover {
    background-color: var(--primary-color) !important;
    color: var(--color-footer-font) !important;
}

.project-list__table tr:nth-child(odd) td {
    background-color: #ffffff;
}

.project-list__table tr:nth-child(even) td {
    background-color: #DBDBDB;
}

.project-list__table tr:hover td {
  background-color: #c2c2c2 !important;
}

/* Request Contact Form */
.req-form__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.req-form__container label {
    color: var(--color-footer-font);
}

.req-form__container textarea, .req-form__container input {
    width: 100%;
    max-height: 70px;
}

.req-form__container .req-form__submit-btn {
    display: block;
    margin-left: auto;
    max-width: 365px;
    height: 50px;
}

.req-form__container .req-form__submit-btn:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.wpcf7-form .wpcf7-response-output {
    color: var(--light-color);
}

.wpcf7-spinner {
    display: none;
}

.req-form__container p {
    flex: 0 0 45%;
}

.req-form__container p:nth-last-child(-n + 2) {
    flex: 0 0 100%;
}

.req-form__container .req-form__field, .req-form__container input:-webkit-autofill {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--color-footer-font);
    color: var(--color-footer-font);
    outline: none;
    padding: 8px 0;
}

/* Director */
.directors-list__container {
    position: relative;
    max-width: 980px;
    margin: 80px auto 0;
    height: 400px;
}

.director-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.director-item.hover-right {
    left: 0;
    flex-direction: row-reverse;
}

.director-item.hover-left {
    right: 0;
    flex-direction: row;
}

.director-name {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    margin: 0 10px;
    z-index: 2;
    transform: translateY(-100px);
}

.director-img img {
    max-width: 375px;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.director-item.hover-right .director-img img {
    transform: translateX(-130px);
}

.director-item.hover-right .director-img:hover img {
    transform: translateX(-80px) scale(1.1);
    z-index: 10;
}

.director-item.hover-right .director-img:hover + .director-name {
    opacity: 1;
}

.director-item.hover-left .director-img img {
    transform: translateX(130px);
}

.director-item.hover-left .director-img:hover img {
    transform: translateX(80px) scale(1.1);
    z-index: 10;
}

.director-item.hover-left .director-img:hover + .director-name {
    opacity: 1;
}

/* Director Modal */
.director-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}

.director-modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 20px 50px;
    max-width: 980px;
    width: 100%;
    height: 583px;
    position: relative;
}

.director-modal__close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.director-modal__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.director-modal__image {
    width: 50%;
}

.director-modal__image img {
    max-width: 425px;
    width: 100%;
    height: 352px;
    display: block;
    margin: auto;
    flex: 1 1 300px;
    object-fit: cover;
    object-position: 0 -20px;
}

.director-modal__info {
    flex: 2 1 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.director-modal__info h2 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 10px;
}

.director-modal__info p {
    max-width: 360px;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}

/* Project Grid */
.projects__grid-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.project-card {
    width: calc(33.333% - 20px);
}

.project-card__thumb {
    max-width: 320px;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-card .project-card__overlay  {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 15px;
    opacity: 0;
    transition: 0.3s ease;
}

.project-card__thumb:hover .project-card__overlay  {
    cursor: pointer;
    opacity: 1;
}

.project-card__thumb h3 {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-align: center;
}

.btn--load-more {
    max-width: 160px;
    width: 100%;
    background: #272727;
    color: var(--light-color);
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    padding: 12px 24px;
    margin: 20px auto 0;
    border: 0;
}

.btn--load-more:hover {
    background-color: var(--secondary-color);
	cursor: pointer
}

/* Project Modal */
.project-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.project-modal__dialog {
    width: 100%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}

.project-modal__header {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

.project-modal__btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.project-modal__body {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.project-modal__media {
    flex: 0 1 720px;
    max-width: 100%;
}

.project-modal__media .project-modal__image {
    object-fit: cover;
    width: 100%;
    height: 550px;
    max-width: 100%;
}

.project-modal__content {
    flex: 1;
}

.project-modal__title {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.project-modal--expanded {
    overflow: auto;
}

.project-modal--expanded .project-modal__body {
    flex-direction: column;
}

.project-modal--expanded .project-carousel-modal__body {
    max-width: 100%;
}

.project-modal--expanded .project-modal__media {
    width: 100%;    
}

.project-modal--expanded img, .project-modal--expanded .project-modal__media .project-modal__image {
    height: 100%;
}

.project-modal--expanded .project-carousel-modal__content, .project-modal--expanded .project-modal__content {
    display: none;
}

/* Project Counts */
.projects-stats__grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.projects-stats__item {
    flex: 1;
    min-width: 200px;
}

.projects-stats__number {
    color: var(--secondary-color);
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.projects-stats__desc-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.projects-stats__desc-wrapper .projects-stats__desc-bg {
    max-width: 295px;
    height: 100%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 1;
}

.projects-stats__desc {
    max-width: 145px;
    margin: auto;
    position: relative;
    z-index: 2;
    color: white;
    font-size: 16px;
}

/* Lightbox */
.dialog-type-lightbox {
    background-color: white !important;
}

.elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .dialog-lightbox-close-button svg {
    fill: var(--color-header-bg) !important;
}

.elementor-lightbox .elementor-swiper-button:hover svg{
    fill: var(--color-header-bg) !important;
}

.elementor-slideshow__title, .elementor-slideshow__description {
    color: var(--color-header-bg);
}

/* Footer */
.footer {
    color: var(--color-footer-font);
}

.footer__container {
    position: relative;
}

.footer__logo-container {
    display: flex;
    justify-content: flex-end;
}

.footer__logo {
    width: 100%;
    max-width: 210px;
    height: 100%;
    margin: 30px 0;
}

.footer__content-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.footer__col {
    flex: auto;
}

.footer__col--address, .footer__col--address .footer__col, .footer__col--site-nav{
    flex: 1;
    line-height: 25px;
}

footer a{
    color: var(--color-footer-font);
    line-height: normal;
    text-decoration: none;
    text-align:center;
}

footer a:hover{
    text-decoration: underline;
}

.vertical-line {
    width: 1px;
    background-color: #ccc;
    height: auto;
    align-self: stretch;
}

.footer__site-nav{
    margin-bottom: 45px;
} 

.footer__site-nav .footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 15px;
}

.footer__site-nav .footer__menu li:last-child {
    margin-bottom: 0;
}

.footer__site-nav p {
    font-weight: bold;
}

/* Footer Licenses */
.footer-licenses__container .footer-licenses-gallery {
    gap: 3px !important;
    padding: 40px 0;
}

.footer-licenses-gallery img {
    max-width: 110px;
    height: auto;
}

/* back to top button */
.btn-back-to-top {
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--color-footer-font);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    z-index: 9999;
}

.btn-back-to-top:hover {
    transform: translateY(-3px);
    background-color: var(--primary-color);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.btn-back-to-top i {
    color: var(--primary-color);
    font-size: 24px;
}

.btn-back-to-top:hover i {
    color: var(--color-footer-font);
}


/* ================== Above Small Desktop ================== */
@media (min-width: 769px) {
    .benefit__container .benefit__icon, .benefit__container .benefit__title {
        transform: translateY(80px);
    }

    .benefit__container .benefit__desc {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: max-height 0.5s ease, opacity 1s ease, visibility 1s ease;
    }
    
    .benefit__container:hover {
        background: grey;
        transform: skewX(-3deg);
    }

    .benefit__container:hover .benefit__icon,.benefit__container:hover .benefit__title {
        transform: translateY(0px);
    }

    .benefit__container:hover .benefit__desc {
        max-height: 100%;
        opacity: 1;
        visibility: visible;
    }


    .project-carousel__thumb:hover .project-carousel__overlay {
        opacity: 1;
    }

    .projects-carousel:hover .projects-carousel__track {
        animation-play-state: paused;
    }

}

/* 1100px special */
@media (max-width: 1100px) {
    .project-modal__title {
        font-size: 20px;
    }
}

/* ================== Small Desktop ================== */
@media (max-width: 1024px) {
    .container{
        padding: 0 15px;
        box-sizing: border-box;
    }

    .management__container .elementor-widget-eael-info-box {
        flex: 0 0 calc(33% - 10px);
    }

    .director-img img {
        max-width: 200px;
    }

    .director-item.hover-right .director-img img {
        transform: translateX(-80px);
    }

    .director-item.hover-right .director-img:hover img {
        transform: translateX(-50px);
    }

    .director-item.hover-left .director-img img {
        transform: translateX(80px);
    }

    .director-item.hover-left .director-img:hover img {
        transform: translateX(50px);
    }

    .project-modal__media {
        flex: 0 0 60%;
    }
}


/* ================== Tablet ================== */
@media (max-width: 768px) {
    .container{
        padding: 0 20px;
    }

    .header__nav--desktop {
        display: none;
    }

    .header__nav--mobile {
        display: block;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        top: 0;
        justify-content: space-between;
        align-items: center;
        z-index: 9999;
    }

    .header__nav--mobile.scrolled {
        background: var(--color-header-bg);
        backdrop-filter: blur(6px);
        transition: background 0.3s ease;
    }

    .header__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0;
    }

    .header__nav--mobile .header__logo img {
        height: auto;
        margin: 0;
        display: block;
     }

    .header-menu__bar {
        display: block;
        width: 100%;
        margin: 0 20px;
        border: none;
        height: 1px;
    }

    .header__menu-wrapper {
        display: none;
        flex-direction: column;
        padding: 20px;
        border-radius: 0 0 8px 8px;
        z-index: 200;
    }

    .header__nav--mobile .header__menu {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .header__banner {
        height: 750px;
    }

    .header__bannertagline {
        margin: 50px auto;
    }

    .container-top {
        margin-top: 720px;
    }

    .benefit__container{
        max-width: 340px;
        height: 100%;
        max-height: 360px;
        margin: auto;
        align-items: center;
    } 
    
    .elementor-element.core-services__container {
        max-width: 540px;
        display: block;
    }

    .elementor-element.core-services__container > * {
        display: block;
    }

    .elementor-element.core-services__container > * , .elementor-element.core-services__container > * > * {
        max-width: 100% !important;
        width: 100%;
    }

    .management__container .elementor-widget-eael-info-box {
        flex: 0 0 calc(50% - 10px);
    }

    .project-carousel__overlay {
        opacity: 1;
    }

    .project-carousel-modal__media img {
        height: 310px;
        margin-bottom: 10px;
    }
    
    .directors-list__container {
        display: block;
        max-width: 425px;
        height: auto;
    }

    .director-item {
        position: relative;
        transform: none;
        flex-direction: column !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .director-name {
        font-size: 16px;
        opacity: 1 !important;
        transform: none !important;
        margin: 10px 0;
    }

    .director-img img {
        transform: none !important;
        max-width: 200px;
        height: auto;
    }

    .director-modal__content {
        padding: 20px 15px;
    }

    .director-modal__inner {
        flex-direction: column;
        gap: 0;
    }

    .director-modal__image {
        margin: auto;
    }

    .director-modal__image img {
        max-width: 230px;
        height: 200px;
    }

    .director-modal__info {
        flex: 0;
    }

    .director-modal__info h2 {
        margin-top: 15px;
        font-size: 20px;
        text-align: center;
    }

    .director-modal__info p {
        max-width: 100%;
        margin: 0;
    }

    .project-card {
        width: calc(50% - 10px);
    }

    .project-card .project-card__overlay {
        opacity: 1 !important;
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .project-card__thumb {
        max-width: 100%;
    }

    .project-card__thumb h3 {
        font-size: 16px;
    }

    .projects-stats__number {
        color: var(--secondary-color);
        font-size: 60px;
        font-weight: bold;
        margin: 0 0 30px;
    }
    
    .project-modal__body {
        flex-direction: column;
        overflow: auto;
    }

    .project-modal__media .project-modal__image{
        height: 280px;
    }

    .project-modal__title {
        margin: 0;
    }

    .footer__content-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .footer__content-container .vertical-line {
        display: none;
    }

    .footer__col--address, .footer__site-nav, .footer__col--site-nav, .footer__col{
        width: 100%;
    }
    .footer__col p {
        margin: 0;
    }

    .footer__site-nav .footer__menu {
        gap: 0;
        column-count: 1;
    }

    .footer__site-nav .footer__menu li {
        margin: 0 0 10px;
    }
}


/* ================== Phone ================== */
@media (max-width: 426px) {
    .container{
        padding: 0 10px;
    }

    h1 {
        font-weight: 400;
        font-size: 30px;
        line-height: 54px;
    }

    h2 {
        font-weight: 400;
        font-size: 20px;
    }
    
    .header__banner {
        height: 550px;
    }

    .header__bannertagline {
        margin: 30px auto;
    }

    .container-top {
        margin-top: 520px;
    }

    .benefit__container{ 
        max-height: 100%;
    }

    .management__container .elementor-widget-eael-info-box {
        flex: 0 0 calc(100% - 10px);
    }

    .director-modal__image img {
        height: 150px;
    }

    .project-card {
        width: 100%;
    }

    .req-form__container .req-form__submit-btn {
        display: block;
        max-width: 100%;
    }
}