/* Electrum Games Restoration Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
    --wpforms-field-border-radius: 3px;
    --wpforms-field-background-color: #ffffff;
    --wpforms-field-border-color: rgba(0, 0, 0, 0.25);
    --wpforms-field-text-color: rgba(0, 0, 0, 0.7);
    --wpforms-label-color: rgba(0, 0, 0, 0.85);
    --wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
    --wpforms-label-error-color: #d63637;
    --wpforms-button-border-radius: 3px;
    --wpforms-button-background-color: #066aab;
    --wpforms-button-text-color: #ffffff;
    --wpforms-page-break-color: #066aab;
    --wpforms-field-size-input-height: 43px;
    --wpforms-field-size-input-spacing: 15px;
    --wpforms-field-size-font-size: 16px;
    --wpforms-field-size-line-height: 19px;
    --wpforms-field-size-padding-h: 14px;
    --wpforms-field-size-checkbox-size: 16px;
    --wpforms-field-size-sublabel-spacing: 5px;
    --wpforms-field-size-icon-size: 1;
    --wpforms-label-size-font-size: 16px;
    --wpforms-label-size-line-height: 19px;
    --wpforms-label-size-sublabel-font-size: 14px;
    --wpforms-label-size-sublabel-line-height: 17px;
    --wpforms-button-size-font-size: 17px;
    --wpforms-button-size-height: 41px;
    --wpforms-button-size-padding-h: 15px;
    --wpforms-button-size-margin-top: 10px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    color: #202020;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

/* Header & Navigation */
header.site-header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #eaeaea;
}

.header-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #202020;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.site-branding img {
    height: 38px;
    width: auto;
}

nav.site-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 28px;
}

nav.site-navigation a {
    color: #202020;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s ease;
}

nav.site-navigation a:hover {
    color: #066aab;
}

.site-navigation-toggle-holder {
    display: none;
}

.site-navigation-toggle {
    cursor: pointer;
    font-size: 24px;
    padding: 4px;
}

.site-navigation-dropdown {
    display: none;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.site-navigation-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 15px 25px;
}

.site-navigation-dropdown li {
    padding: 10px 0;
}

.site-navigation-dropdown a {
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

@media (max-width: 768px) {
    nav.site-navigation {
        display: none;
    }
    .site-navigation-toggle-holder {
        display: block;
    }
    .site-navigation-dropdown.is-open {
        display: block;
    }
}

/* Containers and sections */
.e-con-boxed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.e-con-inner {
    width: 100%;
    margin: 0 auto;
}

/* Hero Section (elementor-element-5d628920) */
.elementor-element-5d628920 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 25px;
    background-color: #141824;
    background: linear-gradient(180deg, #10141f 0%, #171d2b 100%);
    box-sizing: border-box;
}

.elementor-element-5d628920 .e-con-inner {
    max-width: 920px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.elementor-element-0c1ca71 img {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.elementor-element-6bb19c94 h1.elementor-heading-title {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 53px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 15px;
    text-align: center;
}

.elementor-element-3f38dd01 h5.elementor-heading-title {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    max-width: 800px;
}

/* About Section (elementor-element-b26bfdf) */
.elementor-element-b26bfdf {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 25px;
    background-color: #1a202c;
    background: linear-gradient(180deg, #171d2b 0%, #1e2638 100%);
    box-sizing: border-box;
}

.elementor-element-b26bfdf .e-con-inner {
    max-width: 1170px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.elementor-element-e7d280a h2.elementor-heading-title {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 40px;
    max-width: 1100px;
}

.elementor-element-93a43ca,
.elementor-element-d97e7b3 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 30px;
}

.elementor-element-93a43ca p,
.elementor-element-d97e7b3 p {
    margin: 0;
}

/* Team Section (elementor-element-6fa8dbd) */
.elementor-element-6fa8dbd {
    padding: 100px 25px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.elementor-element-6fa8dbd .e-con-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.elementor-element-ed5ba92 h2.elementor-heading-title {
    color: #202020;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 50px;
}

.elementor-element-36f681d .e-con-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.elementor-widget-image-box {
    text-align: center;
}

.elementor-image-box-img {
    margin: 0 auto 20px;
}

.elementor-image-box-img img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.elementor-image-box-title {
    color: #202020;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}

.elementor-image-box-description {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    margin: 0;
}

/* Write to us (elementor-element-fb2f472) */
.elementor-element-fb2f472 {
    padding: 120px 25px;
    background-color: #f9fbfd;
    box-sizing: border-box;
    border-top: 1px solid #f0f3f6;
    border-bottom: 1px solid #f0f3f6;
}

.elementor-element-fb2f472 .e-con-inner {
    max-width: 500px;
    margin: 0 auto;
}

.elementor-element-05cadf7 h2.elementor-heading-title {
    color: #202020;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
}

/* Form Styles */
.wpforms-container {
    width: 100%;
}

.wpforms-field {
    margin-bottom: var(--wpforms-field-size-input-spacing);
}

.wpforms-field-label {
    display: block;
    font-size: var(--wpforms-label-size-font-size);
    line-height: var(--wpforms-label-size-line-height);
    color: var(--wpforms-label-color);
    font-weight: 500;
    margin-bottom: 6px;
}

.wpforms-required-label {
    color: var(--wpforms-label-error-color);
}

.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field textarea {
    width: 100%;
    box-sizing: border-box;
    height: var(--wpforms-field-size-input-height);
    padding: 0 var(--wpforms-field-size-padding-h);
    font-size: var(--wpforms-field-size-font-size);
    border: 1px solid var(--wpforms-field-border-color);
    border-radius: var(--wpforms-field-border-radius);
    background-color: var(--wpforms-field-background-color);
    color: var(--wpforms-field-text-color);
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.wpforms-field textarea {
    height: 130px;
    padding: 12px var(--wpforms-field-size-padding-h);
    resize: vertical;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
    outline: none;
    border-color: #066aab;
    box-shadow: 0 0 0 2px rgba(6, 106, 171, 0.2);
}

.wpforms-submit-container {
    margin-top: var(--wpforms-button-size-margin-top);
    display: flex;
    align-items: center;
    gap: 15px;
}

.wpforms-submit {
    height: var(--wpforms-button-size-height);
    padding: 0 28px;
    background-color: var(--wpforms-button-background-color);
    color: var(--wpforms-button-text-color);
    font-size: var(--wpforms-button-size-font-size);
    border: none;
    border-radius: var(--wpforms-button-border-radius);
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.wpforms-submit:hover {
    background-color: #055589;
}

.wpforms-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.wpforms-submit-spinner {
    vertical-align: middle;
}

.wpforms-confirmation-box {
    background-color: #e6f4ea;
    border: 1px solid #34a853;
    color: #137333;
    padding: 16px;
    border-radius: 4px;
    font-size: 15px;
    margin-top: 15px;
}

.wpforms-error-box {
    background-color: #fce8e6;
    border: 1px solid #d93025;
    color: #c5221f;
    padding: 14px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 15px;
}

.field-error-msg {
    color: var(--wpforms-label-error-color);
    font-size: 13px;
    margin-top: 4px;
}

/* Contact us (elementor-element-668e24d) */
.elementor-element-668e24d {
    padding: 100px 25px;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: center;
}

.elementor-element-668e24d .e-con-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.elementor-element-af41853 h2.elementor-heading-title {
    color: #202020;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 20px;
}

.elementor-element-165177e {
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.elementor-element-165177e a {
    color: #202020;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s, color 0.2s;
}

.elementor-element-165177e a:hover {
    color: #066aab;
    border-bottom-color: #066aab;
}

.elementor-element-b63af0b {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.elementor-element-b63af0b a {
    color: #066aab;
    text-decoration: none;
}

.elementor-element-b63af0b a:hover {
    text-decoration: underline;
}

.elementor-element-3946ba7 img {
    width: 48px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Footer */
footer.site-footer {
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
    padding: 30px 25px;
    text-align: center;
}

footer.site-footer .copyright p {
    margin: 0;
    font-size: 14px;
    color: #777777;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .elementor-element-6bb19c94 h1.elementor-heading-title {
        font-size: 44px;
    }
    .elementor-element-3f38dd01 h5.elementor-heading-title {
        font-size: 18px;
    }
    .elementor-element-e7d280a h2.elementor-heading-title {
        font-size: 38px;
    }
    .elementor-element-93a43ca,
    .elementor-element-d97e7b3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .elementor-element-36f681d .e-con-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .elementor-element-5d628920,
    .elementor-element-b26bfdf {
        min-height: auto;
        padding: 80px 20px;
    }
    .elementor-element-6bb19c94 h1.elementor-heading-title {
        font-size: 36px;
    }
    .elementor-element-e7d280a h2.elementor-heading-title,
    .elementor-element-ed5ba92 h2.elementor-heading-title,
    .elementor-element-05cadf7 h2.elementor-heading-title,
    .elementor-element-af41853 h2.elementor-heading-title {
        font-size: 34px;
    }
    .elementor-element-93a43ca,
    .elementor-element-d97e7b3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .elementor-element-165177e {
        font-size: 24px;
        word-break: break-all;
    }
}

@media (max-width: 480px) {
    .elementor-element-6bb19c94 h1.elementor-heading-title {
        font-size: 30px;
    }
    .elementor-element-0c1ca71 img {
        max-width: 220px;
    }
    .elementor-image-box-img img {
        width: 180px;
        height: 180px;
    }
}
