.elementor-1514 .elementor-element.elementor-element-5a9ecfe{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6abe5f8 *//* ========================================================================
   About Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-about-section {
    --abt-orange: #ff6b00;
    --abt-dark: #0d1b2a;
    --abt-text-gray: #4b5563;
    --abt-bg: #fdfdfd;
    
    background-color: var(--abt-bg);
    width: 100%;
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

#gmb-about-section * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-about-section .abt-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

/* --- Left Column --- */
#gmb-about-section .abt-content { flex: 1; min-width: 350px; }
#gmb-about-section .abt-badge { background: #fff0e6; color: var(--abt-orange); padding: 6px 15px; border-radius: 20px; font-weight: 700; font-size: 0.85rem; display: inline-block; margin-bottom: 20px; }
#gmb-about-section h2 { font-size: 3rem; line-height: 1.1; margin-bottom: 25px; color: var(--abt-dark); }
#gmb-about-section h2 span { color: var(--abt-orange); }
#gmb-about-section p { color: var(--abt-text-gray); line-height: 1.6; margin-bottom: 25px; }

#gmb-about-section .abt-btns { display: flex; gap: 15px; margin-bottom: 30px; }
#gmb-about-section .btn { padding: 12px 25px; border-radius: 30px; font-weight: 700; text-decoration: none; display: inline-block; }
#gmb-about-section .btn-primary { background: var(--abt-orange); color: white; }
#gmb-about-section .btn-secondary { background: white; border: 1px solid #ddd; color: #333; }

#gmb-about-section .abt-tags { display: flex; flex-wrap: wrap; gap: 10px; }
#gmb-about-section .tag { background: white; padding: 8px 15px; border: 1px solid #eee; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }

/* --- Right Visual Card --- */
#gmb-about-section .abt-visual {
    flex: 1;
    min-width: 350px;
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

#gmb-about-section .abt-img { width: 100%; border-radius: 12px; display: block; }

#gmb-about-section .float-box {
    position: absolute;
    background: var(--abt-dark);
    color: white;
    padding: 15px;
    border-radius: 8px;
    max-width: 250px;
    z-index: 2;
}

#gmb-about-section .float-top { top: 40px; left: -10px; }
#gmb-about-section .float-bot { bottom: 40px; right: -10px; }

#gmb-about-section .float-box small { color: #fbbf24; font-size: 0.65rem; text-transform: uppercase; font-weight: 800; }
#gmb-about-section .float-box strong { display: block; font-size: 0.85rem; margin-top: 5px; }

@media (max-width: 992px) {
    #gmb-about-section .abt-container { flex-direction: column; text-align: center; }
    #gmb-about-section .abt-btns { justify-content: center; }
    #gmb-about-section .abt-tags { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2d18e0 *//* ========================================================================
   Our Story Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-story-section {
    --story-bg: #ffffff;
    --story-dark: #0c1427; /* Dark Navy Card */
    --story-orange: #ff6b00;
    --story-quote-bg: #fdfbf8; /* Light warm background for quote */
    --story-text: #1f2937;
    --story-gray: #475569;
    
    background-color: var(--story-bg);
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

#gmb-story-section * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-story-section .story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* --- Left Side: Dark Card --- */
#gmb-story-section .story-card {
    background-color: var(--story-dark);
    color: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#gmb-story-section .story-kicker {
    color: var(--story-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

#gmb-story-section .story-card h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

#gmb-story-section .story-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* --- Right Side: Content & Quote --- */
#gmb-story-section .story-content h2 {
    font-size: 2.2rem;
    color: var(--story-text);
    margin-bottom: 25px;
}

#gmb-story-section .story-quote {
    background: var(--story-quote-bg);
    border-left: 4px solid var(--story-orange);
    padding: 20px;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 600;
    color: var(--story-text);
}

#gmb-story-section .story-content > p {
    color: var(--story-gray);
    margin-bottom: 30px;
    line-height: 1.6;
}

/* --- Checklist --- */
#gmb-story-section .story-list { list-style: none; }
#gmb-story-section .story-list li {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}
#gmb-story-section .story-list li::before {
    content: "\2713";
    color: var(--story-orange);
    font-weight: bold;
    margin-right: 12px;
}

/* Responsive adjustment */
@media (max-width: 900px) {
    #gmb-story-section .story-container { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63e793d *//* ========================================================================
   Beliefs/Values Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-beliefs-section {
    --gmb-bl-bg: #ffffff;
    --gmb-bl-orange: #ff6b00;
    --gmb-bl-badge-bg: #fff0e6;
    --gmb-bl-text-dark: #0f172a;
    --gmb-bl-text-gray: #4b5563;
    --gmb-bl-border: #e2e8f0;

    background-color: var(--gmb-bl-bg);
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

#gmb-beliefs-section * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-beliefs-section .gmb-bl-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* --- Header --- */
#gmb-beliefs-section .gmb-bl-kicker {
    color: var(--gmb-bl-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

#gmb-beliefs-section .gmb-bl-title {
    font-size: 2.5rem;
    color: var(--gmb-bl-text-dark);
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#gmb-beliefs-section .gmb-bl-subtitle {
    color: var(--gmb-bl-text-gray);
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* --- Grid --- */
#gmb-beliefs-section .gmb-bl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#gmb-beliefs-section .gmb-bl-card {
    background: white;
    border: 1px solid var(--gmb-bl-border);
    padding: 40px 25px;
    border-radius: 16px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s ease;
}

#gmb-beliefs-section .gmb-bl-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

#gmb-beliefs-section .gmb-bl-badge {
    color: var(--gmb-bl-orange);
    background: var(--gmb-bl-badge-bg);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

#gmb-beliefs-section .gmb-bl-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--gmb-bl-text-dark);
}

#gmb-beliefs-section .gmb-bl-card p {
    font-size: 0.95rem;
    color: var(--gmb-bl-text-gray);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    #gmb-beliefs-section .gmb-bl-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    #gmb-beliefs-section .gmb-bl-grid { grid-template-columns: 1fr; }
    #gmb-beliefs-section .gmb-bl-title { font-size: 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccfd828 *//* ========================================================================
   Specialty Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-specialty-section {
    --spec-orange: #ff6b00;
    --spec-dark: #0f172a;
    --spec-text-gray: #4b5563;
    --spec-bg: #ffffff;
    --spec-card-shadow: 0 10px 25px rgba(0,0,0,0.05);

    background-color: var(--spec-bg);
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

#gmb-specialty-section * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-specialty-section .spec-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Header */
#gmb-specialty-section .spec-kicker {
    color: var(--spec-orange);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

#gmb-specialty-section h2 {
    font-size: 2.5rem;
    color: var(--spec-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

#gmb-specialty-section .spec-desc {
    color: var(--spec-text-gray);
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Grid Layout */
#gmb-specialty-section .spec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Cards */
#gmb-specialty-section .spec-card {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: left;
    box-shadow: var(--spec-card-shadow);
    transition: transform 0.2s ease;
}

#gmb-specialty-section .spec-card:hover { transform: translateY(-5px); }

#gmb-specialty-section .spec-badge {
    background: #fff0e6;
    color: var(--spec-orange);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

#gmb-specialty-section .spec-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--spec-dark);
}

#gmb-specialty-section .spec-card p {
    font-size: 0.95rem;
    color: var(--spec-text-gray);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
    #gmb-specialty-section .spec-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99ff887 *//* ========================================================================
   "Choose Us" & CTA Section - Strictly Scoped CSS
   ======================================================================== */
#gmb-choose-us-section {
    --cu-bg: #ffffff;
    --cu-dark: #0c1427;
    --cu-orange: #ff6b00;
    --cu-text: #111827;
    --cu-gray: #4b5563;
    --cu-white: #ffffff;
    
    background-color: var(--cu-bg);
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

#gmb-choose-us-section * { box-sizing: border-box; margin: 0; padding: 0; }

#gmb-choose-us-section .cu-container { max-width: 1200px; margin: 0 auto; }

/* --- Top Header --- */
#gmb-choose-us-section .cu-header { text-align: center; margin-bottom: 60px; }
#gmb-choose-us-section .cu-kicker { color: var(--cu-orange); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; display: block; }
#gmb-choose-us-section .cu-title { font-size: 2.5rem; color: var(--cu-text); margin-bottom: 20px; line-height: 1.2; }

/* --- Feature Bar --- */
#gmb-choose-us-section .cu-features-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: var(--cu-dark);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 100px;
}

#gmb-choose-us-section .cu-feat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    color: white;
}

#gmb-choose-us-section .cu-feat-icon {
    background: rgba(255,255,255,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

#gmb-choose-us-section .cu-feat-text h4 { font-size: 0.9rem; margin-bottom: 4px; }
#gmb-choose-us-section .cu-feat-text p { font-size: 0.75rem; opacity: 0.8; line-height: 1.4; }

/* --- CTA Card --- */
#gmb-choose-us-section .cu-cta-card {
    background: var(--cu-dark);
    color: white;
    padding: 60px;
    border-radius: 24px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

#gmb-choose-us-section .cu-cta-title { font-size: 2.5rem; margin-bottom: 20px; }
#gmb-choose-us-section .cu-cta-desc { margin-bottom: 40px; color: #cbd5e1; line-height: 1.6; max-width: 600px; margin-left: auto; margin-right: auto; }

#gmb-choose-us-section .cu-btns { display: flex; gap: 15px; justify-content: center; }
#gmb-choose-us-section .btn { padding: 14px 30px; border-radius: 30px; font-weight: 700; text-decoration: none; display: inline-block; transition: 0.3s; }
#gmb-choose-us-section .btn-orange { background: var(--cu-orange); color: white; }
#gmb-choose-us-section .btn-white { background: white; color: var(--cu-dark); }

@media (max-width: 1024px) { #gmb-choose-us-section .cu-features-bar { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { 
    #gmb-choose-us-section .cu-features-bar { grid-template-columns: 1fr; }
    #gmb-choose-us-section .cu-btns { flex-direction: column; }
}/* End custom CSS */