.elementor-4532 .elementor-element.elementor-element-2546a2d{--display:flex;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-highlighted-text svg path{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-highlighted-text svg.wpr-highlight-x path:first-child{-webkit-animation-delay:-webkit-calc(2s + 0.3s);animation-delay:calc(2s + 0.3s);}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-highlighted-text svg.wpr-highlight-double path:last-child{-webkit-animation-delay:-webkit-calc(2s + 0.3s);animation-delay:calc(2s + 0.3s);}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-highlighted-text svg.wpr-highlight-double-underline path:last-child{-webkit-animation-delay:-webkit-calc(2s + 0.3s);animation-delay:calc(2s + 0.3s);}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-anim-text-cursor{-webkit-animation-duration:0.7s;animation-duration:0.7s;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-advanced-text{text-align:center;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-advanced-text a{text-align:center;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-advanced-text-preffix{color:#333333;padding-top:10px;padding-bottom:10px;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-anim-text{color:#605BE5;padding:10px 10px 10px 10px;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-highlighted-text{color:#605BE5;padding:10px 10px 10px 10px;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-anim-text-selected {color:#605BE5;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-advanced-text-suffuix{padding-top:10px;padding-bottom:10px;}.elementor-4532 .elementor-element.elementor-element-6ae6bc3 .wpr-advanced-text-suffix{color:#333333;}.elementor-4532 .elementor-element.elementor-element-b1dc432{--display:flex;}.elementor-4532 .elementor-element.elementor-element-1252703{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-4532 .elementor-element.elementor-element-f60b820 .gallery-item .gallery-caption{display:none;}.elementor-4532 .elementor-element.elementor-element-f60b820 .gallery-item{padding:0 27px 27px 0;}.elementor-4532 .elementor-element.elementor-element-f60b820 .gallery{margin:0 -27px -27px 0;}.elementor-4532 .elementor-element.elementor-element-f60b820 .gallery-item img{border-style:solid;border-width:4px 4px 4px 4px;border-color:#2A07E0;border-radius:16px 16px 16px 16px;}.elementor-4532 .elementor-element.elementor-element-d78122d .gallery-item .gallery-caption{display:none;}.elementor-4532 .elementor-element.elementor-element-d78122d .gallery-item{padding:0 27px 27px 0;}.elementor-4532 .elementor-element.elementor-element-d78122d .gallery{margin:0 -27px -27px 0;}.elementor-4532 .elementor-element.elementor-element-d78122d .gallery-item img{border-style:solid;border-width:4px 4px 4px 4px;border-color:#2A07E0;border-radius:16px 16px 16px 16px;}.elementor-4532 .elementor-element.elementor-element-2b792c2{--display:flex;}.elementor-4532 .elementor-element.elementor-element-83b09b1{--display:flex;}@media(max-width:1366px){.elementor-4532 .elementor-element.elementor-element-1252703{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-4532 .elementor-element.elementor-element-1252703{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-4532 .elementor-element.elementor-element-1252703{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-edffdda */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

/* --- Page Foundation --- */
.mgu-gfx-portfolio {
    padding: 100px 20px;
    background-color: #080808 !important; /* Pure Dark Background */
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.mgu-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* --- Header Styling (FORCED TOP) --- */
.mgu-gfx-header {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 70px !important;
    order: -1 !important; /* Strictly on Top */
}

.mgu-badge {
    color: #ff653e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    background: rgba(255, 101, 62, 0.1);
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 101, 62, 0.3);
    text-transform: uppercase;
}

.mgu-typing-title {
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 800;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.mgu-type-text { color: #ff653e; }

.mgu-cursor {
    color: #ff653e;
    animation: mguBlink 0.7s infinite;
}

@keyframes mguBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.mgu-title-line {
    width: 70px;
    height: 5px;
    background: #ff653e;
    margin: 15px auto 25px;
    border-radius: 10px;
}

.mgu-gfx-subtitle {
    font-size: 17px;
    color: #aaaaaa;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Grid System --- */
.mgu-gfx-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
}

/* --- Premium Glass Card --- */
.mgu-gfx-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 50px 30px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mgu-gfx-card:hover {
    border-color: #ff653e;
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.04);
}

.mgu-gfx-icon {
    font-size: 40px;
    color: #ff653e;
    margin-bottom: 25px;
    opacity: 0.9;
}

.mgu-gfx-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 10px;
    font-weight: 700;
    background: rgba(255, 101, 62, 0.1);
    padding: 5px 12px;
    border-radius: 50px;
    color: #ff653e;
    border: 1px solid rgba(255, 101, 62, 0.2);
}

.mgu-gfx-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.mgu-gfx-card p {
    font-size: 14px;
    color: #bbbbbb;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Feature List */
.mgu-gfx-features {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.mgu-gfx-features span {
    font-size: 12px;
    font-weight: 600;
    color: #ff653e;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Neon Glow Effect */
.mgu-gfx-glow {
    position: absolute;
    top: 50%; left: 50%;
    width: 0; height: 0;
    background: radial-gradient(circle, rgba(255, 101, 62, 0.2) 0%, transparent 70%);
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: 0.6s ease;
}

.mgu-gfx-card:hover .mgu-gfx-glow {
    width: 400px;
    height: 400px;
}

/* --- CTA Button --- */
.mgu-gfx-footer {
    text-align: center;
    margin-top: 60px;
}

.mgu-gfx-btn {
    padding: 16px 45px;
    background: linear-gradient(90deg, #ff653e, #dc1010);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(255, 101, 62, 0.2);
}

.mgu-gfx-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(255, 101, 62, 0.4);
}

/* --- MOBILE & TABLET OPTIMIZATION --- */

@media (max-width: 1024px) {
    .mgu-gfx-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 767px) {
    .mgu-gfx-portfolio { padding: 60px 15px; }
    
    .mgu-gfx-header { margin-bottom: 40px !important; }

    .mgu-gfx-grid {
        grid-template-columns: 1fr !important; /* Single column on mobile */
        gap: 25px;
    }

    .mgu-gfx-card {
        padding: 40px 20px;
        border-radius: 25px;
        margin: 0 5px;
    }

    .mgu-typing-title { font-size: 26px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8fa02e */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&family=Montserrat:wght@400;500&display=swap');

/* Main Background */
.mgu-full-contact-page {
    background-color: #080808; /* Pure Dark */
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.mgu-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Area */
.mgu-page-header {
    text-align: center;
    margin-bottom: 60px;
}

.mgu-logo-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
}

.mgu-logo-wrapper img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #ff653e;
    padding: 5px;
}

.mgu-status-dot {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff00;
}

.mgu-main-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.mgu-main-title span { color: #ff653e; }

.mgu-tagline {
    font-family: 'Montserrat', sans-serif;
    color: #aaaaaa;
    font-size: 16px;
}

/* Grid Layout */
.mgu-contact-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Form Card */
.mgu-form-card {
    flex: 1.3;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.mgu-form-card h3 { font-size: 26px; margin-bottom: 10px; }
.mgu-form-card h3 span { color: #ff653e; }
.mgu-form-card p { color: #888; margin-bottom: 30px; font-size: 14px; }

.mgu-input-group { margin-bottom: 20px; }

.mgu-actual-form input, .mgu-actual-form textarea {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
}

.mgu-actual-form input:focus, .mgu-actual-form textarea:focus {
    border-color: #ff653e;
    box-shadow: 0 0 15px rgba(255, 101, 62, 0.15);
}

.mgu-submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(90deg, #ff653e, #dc1010);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.mgu-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 101, 62, 0.3);
}

/* Sidebar Info Area */
.mgu-info-sidebar {
    flex: 0.7;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mgu-info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 20px;
    transition: 0.3s;
}

.mgu-info-box:hover {
    border-color: #ff653e;
    transform: translateX(10px);
}

.mgu-info-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 101, 62, 0.1);
    color: #ff653e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.mgu-info-content h4 { font-size: 15px; margin-bottom: 3px; }
.mgu-info-content p { font-size: 13px; color: #aaa; margin: 0; }

/* Social Bar */
.mgu-social-bar {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.mgu-soc-btn {
    flex: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.mgu-soc-btn:hover { background: #ff653e; transform: translateY(-5px); }

/* Bottom CTA Buttons */
.mgu-footer-links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.mgu-link-btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ddd;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.mgu-link-btn:hover { background: rgba(255,255,255,0.05); color: #fff; border-color: #ff653e; }

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .mgu-contact-grid { flex-direction: column; }
    .mgu-main-title { font-size: 36px; }
    .mgu-form-card { padding: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a412486 *//* FAQ Section Styling */
.mgu-faq-section {
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto;
}

/* Header Styling */
.mgu-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-title span {
    color: #ff653e; /* Branding color */
}

.faq-subtitle {
    font-size: 16px;
    color: #cccccc;
    font-weight: 400;
}

/* Container & Cards */
.mgu-faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mgu-faq-card {
    background: rgba(255, 255, 255, 0.03); /* Glass style */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mgu-faq-card:hover {
    border-color: #ff653e;
    box-shadow: 0 0 15px rgba(255, 101, 62, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

/* Hide Checkbox */
.mgu-faq-card input[type="checkbox"] {
    display: none;
}

/* Question Styling */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
}

.mgu-faq-card input:checked + .faq-question {
    color: #ff653e;
    background: rgba(255, 101, 62, 0.05);
}

/* Plus Icon Animation */
.plus-icon {
    position: relative;
    width: 18px;
    height: 18px;
}

.plus-icon::before, .plus-icon::after {
    content: "";
    position: absolute;
    background: #ffffff;
    transition: 0.3s ease;
}

/* Horizontal line */
.plus-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

/* Vertical line */
.plus-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* When Active - Transform Plus to Minus */
.mgu-faq-card input:checked + .faq-question .plus-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.mgu-faq-card input:checked + .faq-question .plus-icon::before {
    background: #ff653e;
}

/* Answer Styling */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    padding: 0 25px;
}

.mgu-faq-card input:checked ~ .faq-answer {
    max-height: 300px;
    padding-bottom: 25px;
    transition: max-height 0.4s ease-in;
}

.faq-answer p {
    font-size: 15px;
    line-height: 1.7;
    color: #bbbbbb;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-title { font-size: 28px; }
    .faq-question { font-size: 16px; padding: 18px 20px; }
}/* End custom CSS */