.elementor-8472 .elementor-element.elementor-element-6e1c7fb{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8472 .elementor-element.elementor-element-0964a6c{text-align:center;margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), 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-8472 .elementor-element.elementor-element-0ec595c{text-align:center;}.elementor-8472 .elementor-element.elementor-element-4def856 iframe{height:550px;}.elementor-8472 .elementor-element.elementor-element-4def856.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-7949cff */.company-contact-section{
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.company-contact-section h2{
    color: #caa05c;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid #caa05c;
}

.company-contact-table{
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border: 1px solid rgba(202,160,92,0.25);
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.company-contact-table table{
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
    font-family: Arial, sans-serif;
    color: #2d4059;
}

.company-contact-table thead th{
    background: #1b1f3b;
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    font-size: 16px;
}

.company-contact-table tbody td{
    padding: 12px 16px;
    border-top: 1px solid #e4e8ef;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.5;
}

.company-contact-table tbody tr:nth-child(odd){
    background: #fbf8f2;
}

.company-contact-table tbody tr:nth-child(even){
    background: #ffffff;
}

.company-contact-table tbody td:first-child{
    width: 30%;
    font-weight: 700;
    color: #1b365d;
}

.company-contact-table a{
    color: #caa05c;
    text-decoration: none;
    font-weight: 600;
}

.company-contact-table a:hover{
    text-decoration: underline;
}

@media (max-width: 767px){
    .company-contact-section{
        padding: 15px 10px;
    }

    .company-contact-section h2{
        font-size: 22px;
        margin-bottom: 14px;
    }

    .company-contact-table table{
        min-width: 100%;
    }

    .company-contact-table thead th,
    .company-contact-table tbody td{
        padding: 10px 12px;
        font-size: 14px;
    }

    .company-contact-table tbody td:first-child{
        width: 42%;
    }
}/* End custom CSS */