.elementor-1326 .elementor-element.elementor-element-63904e4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 50px;--row-gap:20px;--column-gap:50px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:120px;--padding-left:15px;--padding-right:15px;}.elementor-1326 .elementor-element.elementor-element-63904e4:not(.elementor-motion-effects-element-type-background), .elementor-1326 .elementor-element.elementor-element-63904e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CCE2A152;}.elementor-1326 .elementor-element.elementor-element-5d7cf4a{width:var( --container-widget-width, 100.064% );max-width:100.064%;--container-widget-width:100.064%;--container-widget-flex-grow:0;}.elementor-1326 .elementor-element.elementor-element-5d7cf4a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1326 .elementor-element.elementor-element-2f06aa5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1326 .elementor-element.elementor-element-aea5d54 iframe{height:550px;}@media(max-width:1024px){.elementor-1326 .elementor-element.elementor-element-63904e4{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}}@media(min-width:768px){.elementor-1326 .elementor-element.elementor-element-63904e4{--content-width:1320px;}}/* Start custom CSS for shortcode, class: .elementor-element-5d7cf4a *//* Enhanced Mobile-Friendly CSS for StudyIn Contact Form 7 */

/* Main form container */
.wpcf7-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

/* Form row layout */
.wpcf7-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    align-items: flex-end;
    width: 100%;
}

/* Form field container */
.wpcf7-form .form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-width: 0; /* Prevents flex items from overflowing */
}

.wpcf7-form .form-field.full-width {
    flex: 100%;
    width: 100%;
}

/* Labels styling */
.wpcf7-form .form-field label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
    text-align: left;
    width: 100%;
}

/* Input field styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    background: transparent;
    transition: all 0.3s ease;
    outline: none;
    color: #333;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus {
    border-bottom-color: #e91e63;
    background: rgba(233, 30, 99, 0.02);
}

/* Placeholder styling */
.wpcf7-form input::placeholder {
    color: #999;
    font-size: 14px;
}

/* Select dropdown styling */
.wpcf7-form select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23e91e63' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    min-height: 48px; /* Improved touch target */
}

/* Phone number container with flag and country code dropdown */
.wpcf7-form .phone-input-container {
    display: flex;
    gap: 0;
    align-items: stretch;
    border-bottom: 2px solid #e0e0e0;
    transition: border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-form .phone-input-container:focus-within {
    border-bottom-color: #e91e63;
}

.wpcf7-form .phone-input-container select {
    flex: 0 0 120px;
    border: none;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 8px 12px 12px;
    background-color: #f8f9fa;
    outline: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23e91e63' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 4px center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 20px;
    min-height: 48px;
}

.wpcf7-form .phone-input-container input[type="tel"] {
    flex: 1;
    border: none;
    padding: 12px 16px;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #333;
    font-family: inherit;
    min-height: 48px;
    box-sizing: border-box;
}

.wpcf7-form .phone-input-container select:focus {
    background-color: rgba(233, 30, 99, 0.02);
}

.wpcf7-form .phone-input-container input[type="tel"]:focus {
    background: rgba(233, 30, 99, 0.02);
}

/* Consent section styling */
.wpcf7-form .consent-section {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #e91e63;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-form .consent-section .wpcf7-acceptance {
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.wpcf7-form .consent-section input[type="checkbox"] {
    width: auto;
    margin: 0;
    transform: scale(1.2);
    accent-color: #e91e63;
    flex-shrink: 0;
    margin-top: 2px;
    min-width: 20px;
    min-height: 20px;
}

.wpcf7-form .consent-section label {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    cursor: pointer;
    margin: 0;
    flex: 1;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
    background: linear-gradient(135deg, #ff1744, #e91e63);
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 56px; /* Better touch target */
    box-sizing: border-box;
}

.wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #d50000, #c2185b);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.3);
}

/* Privacy notice */
.wpcf7-form .privacy-notice {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #e91e63;
    width: 100%;
    box-sizing: border-box;
}

/* Error and success messages */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    text-align: left;
}

.wpcf7-response-output {
    border: none;
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Form validation styling */
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
    border-bottom-color: #dc3545;
    background: rgba(220, 53, 69, 0.02);
}

.wpcf7-form input:valid:not(:placeholder-shown),
.wpcf7-form select:valid {
    border-bottom-color: #28a745;
}

/* Loading state */
.wpcf7-form.submitting input[type="submit"] {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.wpcf7-form.submitting input[type="submit"]:hover {
    background: #ccc;
    transform: none;
    box-shadow: none;
}

/* Enhanced accessibility */
.wpcf7-form input:focus,
.wpcf7-form select:focus {
    outline: 2px solid #e91e63;
    outline-offset: 2px;
}

/* Clean up default CF7 styling */
.wpcf7-form p {
    margin: 0;
    width: 100%;
}

.wpcf7-form br {
    display: none;
}

/* Tablet Responsive Design */
@media (max-width: 1024px) {
    .wpcf7-form {
        padding: 30px;
        margin: 0 20px;
    }
}

/* Mobile Responsive Design - Large screens (up to 768px) */
@media (max-width: 768px) {
    .wpcf7-form {
        padding: 25px 20px;
        margin: 0 15px;
        border-radius: 8px;
    }
    
    .wpcf7-form .form-row {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    
    .wpcf7-form .form-field {
        margin-bottom: 24px;
        width: 100%;
    }
    
    .wpcf7-form .form-field label {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form select {
        font-size: 16px;
        padding: 14px 16px;
        min-height: 50px;
    }
    
    .wpcf7-form .phone-input-container select {
        flex: 0 0 100px;
        font-size: 13px;
        padding: 14px 6px 14px 10px;
    }
    
    .wpcf7-form .consent-section {
        padding: 18px 15px;
        margin: 25px 0;
    }
    
    .wpcf7-form .consent-section label {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* Mobile Responsive Design - Small screens (up to 480px) */
@media (max-width: 480px) {
    .wpcf7-form {
        padding: 20px 15px;
        margin: 0 10px;
        border-radius: 6px;
    }
    
    .wpcf7-form .form-field {
        margin-bottom: 20px;
    }
    
    .wpcf7-form .form-field label {
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 600;
    }
    
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form select {
        font-size: 16px;
        padding: 12px 14px;
        min-height: 48px;
    }
    
    .wpcf7-form select {
        background-size: 14px;
        padding-right: 35px;
    }
    
    .wpcf7-form .phone-input-container {
        flex-wrap: nowrap;
    }
    
    .wpcf7-form .phone-input-container select {
        flex: 0 0 90px;
        font-size: 12px;
        padding: 12px 4px 12px 8px;
        background-size: 10px;
        padding-right: 16px;
    }
    
    .wpcf7-form .phone-input-container input[type="tel"] {
        padding: 12px 14px;
        font-size: 16px;
    }
    
    .wpcf7-form input[type="submit"] {
        padding: 14px 30px;
        font-size: 15px;
        min-height: 52px;
        margin-top: 25px;
    }
    
    .wpcf7-form .consent-section {
        padding: 15px 12px;
        margin: 20px 0;
    }
    
    .wpcf7-form .consent-section label {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .wpcf7-form .consent-section input[type="checkbox"] {
        transform: scale(1.3);
        min-width: 18px;
        min-height: 18px;
    }
    
    .wpcf7-form .privacy-notice {
        font-size: 11px;
        padding: 12px;
        line-height: 1.5;
    }
}

/* Extra small screens (up to 360px) */
@media (max-width: 360px) {
    .wpcf7-form {
        padding: 15px 12px;
        margin: 0 8px;
    }
    
    .wpcf7-form .phone-input-container select {
        flex: 0 0 80px;
        font-size: 11px;
        padding: 12px 2px 12px 6px;
    }
    
    .wpcf7-form input[type="submit"] {
        font-size: 14px;
        padding: 12px 25px;
    }
}

/* Landscape orientation adjustments for mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .wpcf7-form {
        padding: 15px 20px;
    }
    
    .wpcf7-form .form-field {
        margin-bottom: 15px;
    }
    
    .wpcf7-form .consent-section {
        margin: 15px 0;
        padding: 12px 15px;
    }
}

/* High DPI / Retina displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wpcf7-form select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23e91e63' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    }
}

/* Focus visible for better keyboard navigation */
.wpcf7-form input:focus-visible,
.wpcf7-form select:focus-visible {
    outline: 3px solid #e91e63;
    outline-offset: 2px;
}

/* Better touch targets for mobile */
@media (hover: none) and (pointer: coarse) {
    .wpcf7-form input[type="submit"] {
        min-height: 56px;
        font-size: 16px;
    }
    
    .wpcf7-form select,
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"] {
        min-height: 48px;
    }
}/* End custom CSS */