.elementor-14 .elementor-element.elementor-element-281b88b{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-14 .elementor-element.elementor-element-850ea7d{--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:0px 0px;--row-gap:0px;--column-gap:0px;--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-14 .elementor-element.elementor-element-850ea7d:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-850ea7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-14 .elementor-element.elementor-element-744fd29{--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;}.elementor-14 .elementor-element.elementor-element-3e6c93a{--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;--justify-content:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-744fd29{--width:50%;}.elementor-14 .elementor-element.elementor-element-3e6c93a{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-d67e2bb */:root {
    --primary-teal: #008080;
    --primary-orange: #b65601;
    --dark-bg: #06090a;
    --card-bg: rgba(13, 18, 20, 0.8);
}

.contact-section {
    background-color: var(--dark-bg);
    padding: 100px 15px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

/* Header Section */
.section-header {
    margin-bottom: 60px;
}

.gradient-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary-teal), #ffffff, var(--primary-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: inline-block;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-teal), var(--primary-orange));
    margin-top: 10px;
    border-radius: 10px;
}

/* Premium Contact Cards */
.contact-card {
    background: var(--card-bg);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 45px 30px;
    border-radius: 25px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-card:hover {
    transform: translateY(-12px);
    border-color: var(--primary-teal);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 128, 128, 0.1);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(182, 86, 1, 0.1); /* Orange tint */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary-orange);
    margin-bottom: 30px;
    transition: 0.4s;
}

.contact-card:hover .icon-box {
    background: var(--primary-teal);
    color: #ffffff;
    transform: scale(1.1) rotate(-5deg);
}

.contact-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.contact-info {
    font-size: 1rem;
    color: #cbd5e0;
    line-height: 1.6;
    margin: 0;
}

.contact-info a {
    color: inherit;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}

.contact-info a:hover {
    color: var(--primary-orange);
}

/* Responsive */
@media (max-width: 991px) {
    .gradient-title { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1caede5 *//* Main Container Background with Logo-inspired Gradient Border */
.custom-contact-form {
    background-color: #232326; 
    padding: 40px;
    border-radius: 12px;
    font-family: 'Arial', sans-serif;
    /* Teal to Orange Border Effect */
    border: 2px solid;
    border-image-source: linear-gradient(90deg, #008080 0%, #ff8c00 100%);
    border-image-slice: 1;
}

/* Row Styling */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.full-width {
    width: 100%;
}

/* Input Fields Styling */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    width: 100%;
    background-color: #2c2c2f;
    border: 1px solid #3d3d42; /* Subtle border for inputs */
    padding: 15px 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* Input Focus - Logo Teal Color */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    outline: none;
    border-color: #008080; 
}

/* Textarea height */
.custom-contact-form textarea {
    height: 150px;
}

/* Placeholder Color */
.custom-contact-form ::placeholder {
    color: #a0a0a0;
    opacity: 1;
}

/* Updated Gradient Button (Teal to Orange) */
.custom-contact-form .wpcf7-submit {
    background: linear-gradient(90deg, #008080 0%, #ff8c00 100%);
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Button Hover - Reverse Gradient & Glow */
.custom-contact-form .wpcf7-submit:hover {
    background: linear-gradient(90deg, #ff8c00 0%, #008080 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */