.elementor-798 .elementor-element.elementor-element-2391055{--display:flex;--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;--margin-top:90px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-798 .elementor-element.elementor-element-cec7464.elementor-element{--align-self:center;}.elementor-798 .elementor-element.elementor-element-cec7464{text-align:center;}.elementor-798 .elementor-element.elementor-element-cec7464 .elementor-heading-title{font-family:"Futura", Sans-serif;font-size:35px;font-weight:500;color:var( --e-global-color-f1f4600 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-798 .elementor-element.elementor-element-9638bc0{width:var( --container-widget-width, 40% );max-width:40%;--container-widget-width:40%;--container-widget-flex-grow:0;text-align:center;font-family:"Futura", Sans-serif;font-weight:400;color:var( --e-global-color-f1f4600 );}.elementor-798 .elementor-element.elementor-element-9638bc0.elementor-element{--align-self:center;}.elementor-798 .elementor-element.elementor-element-081dde8{--display:flex;--margin-top:0px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;}.elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form input[type=submit]{background-color:var( --e-global-color-3b9eb58 );padding:15px 15px 15px 15px;color:var( --e-global-color-f1f4600 );}.elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7{text-align:left;}.elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form label{text-align:left;max-width:380px;}.elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form select{height:50px;}.elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form textarea{height:150px;}.elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form textarea::placeholder, .elementor-798 .elementor-element.elementor-element-e75ec9b .jeg-elementor-kit.jkit-contact-form-7 form select::placeholder{font-size:14px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for heading, class: .elementor-element-cec7464 */.custom-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.custom-heading::before,
.custom-heading::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  align-self: center;
}

.custom-heading::before {
  background-image: url('https://thepremiere.org/wp-content/uploads/2025/09/left-icon.svg');
}

.custom-heading::after {
  background-image: url('https://thepremiere.org/wp-content/uploads/2025/09/right-icon.svg');
}

* Responsive adjustments */
@media (max-width: 768px) {
  .custom-heading {
    font-size: 1.2rem;
    gap: 10px;
  }
  
  .custom-heading::before,
  .custom-heading::after {
    width: 20px;
    height: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for jkit_contact_form_7, class: .elementor-element-e75ec9b *//* Contact Form 7 Custom Styling */
.wpcf7 {
    max-width: 800px;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
}

.wpcf7-form {
    padding: 40px;
}

/* Section Styling */
.cf7-section {
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    animation: cf7FadeInUp 0.6s ease forwards;
}

.cf7-section:nth-child(1) { animation-delay: 0.1s; }
.cf7-section:nth-child(2) { animation-delay: 0.2s; }
.cf7-section:nth-child(3) { animation-delay: 0.3s; }
.cf7-section:nth-child(4) { animation-delay: 0.4s; }
.cf7-section:nth-child(5) { animation-delay: 0.5s; }

@keyframes cf7FadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cf7-section-title {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 8px;
   
    position: relative;
}

.cf7-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    
}

/* Layout Grid */
.cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.cf7-col-half {
    width: 100%;
}

.cf7-col-full {
    grid-column: 1 / -1;
}

/* Form Elements */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-url,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
    font-family: inherit;
    box-sizing: border-box;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-url:focus,
.wpcf7-select:focus,
.wpcf7-textarea:focus {
    outline: none;
    border-color: #FBD362;
    background: #fafafa;
}

.wpcf7-textarea {
    resize: vertical;
    min-height: 120px;
}

.wpcf7-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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    appearance: none;
}

/* File Upload */
.wpcf7-file {
    width: 100%;
    padding: 12px 16px;
    border: 2px dashed #ccc;
    border-radius: 6px;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7-file:hover {
    border-color: #FBD362;
    background: rgba(153, 0, 0, 0.05);
}

.cf7-file-note {
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}

/* Social Media Rows */
.cf7-social-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.cf7-social-label {
    font-size: 0.9em;
    color: #666;
    font-weight: 500;
    margin: 0;
}

/* Submit Button */
.cf7-submit-section {
    text-align: center;
    margin-top: 40px;
}

.wpcf7-submit {
    background-color: #FBD362;
    color: black;
    padding: 15px 40px;
    width: 100% !important;
    border: none;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcf7-submit:hover {
    transform: translateY(-2px);
  
}



/* Validation Messages */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.85em;
    margin-top: 5px;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
}


}

/* Responsive Design */
@media (max-width: 768px) {
    .wpcf7-form {
        padding: 20px;
    }

    .cf7-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cf7-social-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .cf7-social-label {
        margin-bottom: 5px;
    }

    .wpcf7-submit {
        padding: 12px 30px;
        font-size: 1em;
    }
}

/* Loading State */
.wpcf7 form.submitting {
    opacity: 0.7;
    pointer-events: none;
}

.wpcf7 form.submitting .wpcf7-submit {
    background: #ccc;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thepremiere.org/wp-content/uploads/2025/09/FuturaLT.ttf') format('truetype');
}
/* End Custom Fonts CSS */