.geno-divi-loop-meta-sec{
  flex: 1;
}
.geno-header-d .mega-menu .sub-menu{
  border: 0;
  border-radius: 12px;
  max-width: 450px;
}
.geno-header-d .mega-menu .sub-menu a:hover{
  color: #c41230 !important;
;
  background-color: transparent;
}
.geno-divi-loop-actions{
  margin-top: auto;
}
.geno-loop-item-main img{
  transition: 0.3s ease-in-out;
}
.geno-loop-item-main:hover img{
  transform: scale(1.03);
}
.geno-loop-profs .geno-loop-prof-img img{
  min-width: 80px;
}
.geno-header-icons img{
  cursor: pointer;
}
.geno-form-wrapper {
    width: 100%;
}

.geno-form-group {
    margin-bottom: 24px;
}

.geno-form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.geno-form-row .geno-form-group {
    flex: 1;
    margin-bottom: 0;
}

.geno-form-wrapper label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #2f3a4c;
}

.geno-form-input,
.geno-form-textarea {
    width: 100%;
    padding: 16px 22px !important;
    border: 1px solid #d7dbe2 !important;
    border-radius: 12px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #2f3a4c;
    outline: none;
    transition: border-color 0.25s ease,
                box-shadow 0.25s ease;
    box-sizing: border-box;
}

.geno-form-input {
    height: 64px;
}

.geno-form-textarea {
    height: 180px;
    resize: none;
}

.geno-form-input::placeholder,
.geno-form-textarea::placeholder {
    color: #a8a8a8;
}

.geno-form-input:focus,
.geno-form-textarea:focus {
    border-color: #c41230;
    box-shadow: 0 0 0 3px rgba(231, 0, 11, 0.08);
}

.geno-form-submit {
    margin-top: 8px;
}

.geno-form-submit input[type="submit"] {
    width: 100%;
    height: 72px;
    padding: 0 24px;
    border: none;
    border-radius: 12px;
    background: #c41230;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.25s ease,
                transform 0.25s ease;
}

.geno-form-submit input[type="submit"]:hover {
    background: #c80009;
    transform: translateY(-1px);
}

.geno-form-wrapper .wpcf7-spinner {
    margin-top: 12px;
}

@media (max-width: 767px) {

    .geno-form-row {
        flex-direction: column;
        gap: 24px;
    }

    .geno-form-input,
    .geno-form-textarea {
        font-size: 16px;
    }

    .geno-form-submit input[type="submit"] {
        font-size: 20px;
        height: 64px;
    }
}