/* Auto-generated Custom Builder CSS File */

/* --- Styles for Page ID: 81 --- */
.page-id-81 {
/* --- General Section Styling --- */
.contact-section {
    background-color: #ffffff;
}

/* --- Highlited Title --- */
.contact-title {
    font-size: 3rem;
    font-weight: 800;
    color: #000428; /* Deep Blue */
    margin-bottom: 10px;
}

.glossy-text-orange {
    background: linear-gradient(135deg, #f83600 0%, #fe8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glossy-line {
    width: 70px;
    height: 5px;
    background: linear-gradient(to right, #f83600, #fe8c00);
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(248, 54, 0, 0.3);
}

/* --- Left Side: Contact Info --- */
.glossy-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
}

.glossy-icon-blue {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #004e92 0%, #000428 100%);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0, 78, 146, 0.3);
}

/* --- Right Side: Form Styling --- */
.glossy-form-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
}

/* Shortcode Form Customization */
.glossy-form-card input, 
.glossy-form-card textarea {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    margin-bottom: 15px !important;
    transition: 0.3s;
}

.glossy-form-card input:focus {
    border-color: #fe8c00 !important;
    box-shadow: 0 0 8px rgba(254, 140, 0, 0.2) !important;
    outline: none !important;
}

.glossy-form-card button, 
.glossy-form-card input[type="submit"] {
    background: linear-gradient(135deg, #f83600 0%, #fe8c00 100%) !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 14px 40px !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 20px rgba(248, 54, 0, 0.3) !important;
    cursor: pointer;
    transition: 0.4s ease;
}

.glossy-form-card button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(248, 54, 0, 0.4) !important;
}

/* --- Branch Section (Blue Background) --- */
.glossy-bg-blue {
    background: linear-gradient(135deg, #004e92 0%, #000428 100%);
    padding: 80px 0;
}

.glossy-branch-card {
    background: rgba(255, 255, 255, 0.08); /* Semi-transparent */
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 30px;
    transition: 0.4s ease-in-out;
}

.glossy-branch-card:hover {
    background: #ffffff;
    transform: scale(1.05);
}

.glossy-branch-card:hover h5, 
.glossy-branch-card:hover p {
    color: #000428;
}

.branch-icon {
    font-size: 2.5rem;
    color: #fe8c00;
    margin-bottom: 15px;
    display: block;
}
}

/* --- Styles for Page ID: 72 --- */
.page-id-72 {
:root {
        --primary-blue: #0056b3;
        --soft-bg: #f4f7f9;
    }
    .about-section { padding: 80px 0; }
    .section-title { font-weight: 700; color: var(--primary-blue); margin-bottom: 30px; position: relative; }
    .ceo-box { background: var(--soft-bg); border-left: 5px solid var(--primary-blue); padding: 40px; border-radius: 10px; }
    .feature-card { transition: all 0.3s ease; border: none; border-radius: 12px; height: 100%; padding: 20px; }
    .feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
    .icon-box { font-size: 2.5rem; color: var(--primary-blue); margin-bottom: 20px; }
    .img-hover { transition: transform 0.5s ease; border-radius: 15px; }
    .img-hover:hover { transform: scale(1.03); }
}

