/* ===== PAGE CITIES STYLES ===== */
/* Learn About and Contact Info sections moved from forms.css */

/* ----------------------------------------
   Learn About Section
   ---------------------------------------- */
.learn-about {
    padding: 80px 0px 40px 0px;
}

.learn-about .section-title {
    margin-bottom: 50px;
}

.learn-about p {
    color: var(--color-text-muted);
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.learn-about p a {
    color: #355d9d;
    text-decoration: underline;
}

/* ----------------------------------------
   Contact Info Blocks
   ---------------------------------------- */
.contact-info .section-title {
    padding-right: 50px;
}

.contact-info .section-title h2 {
    font-size: 32px;
}

.contact-info .bg {
    background: #000a40;
    border-radius: 25px;
    padding: 60px 30px 60px 80px;
}

/* Icon Card Styles - MIGRATED TO cards.css */
/* All .icon-card styles moved to consolidated card system */

.contact-info .bg-white {
    padding: 80px 52px;
    background-color: #fff;
    box-shadow: 0 3px 20px 0 #080f340f;
    border-radius: 24px;
    overflow: hidden;
}

.contact-info .form-group {
    margin-bottom: 30px;
    position: relative;
}

.contact-info .form-group img {
    position: absolute;
    top: 50%;
    right: 11px;
}

.contact-info .form-control {
    display: inline-block;
    width: 100%;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    color: var(--color-text-secondary);
    border-radius: 12px;
    min-height: 64px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    font-weight: 500;
}

.contact-info textarea.form-control {
    height: 180px;
    padding: 30px 24px;
    margin-top: 20px;
}

.contact-info .form-control::-webkit-input-placeholder {
    color: #626262;
}

/* Form submit row - contains button and social links inline */
.contact-info .form-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-info .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.contact-info .social-links li {
    display: inline-block;
    margin: 0 12px 0 0;
}

.contact-info .social-links li:last-child {
    margin-right: 0;
}

.contact-info .social-links a {
    background: #000000;
    width: 34px;
    height: 34px;
    border-radius: 99px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact-info .social-links a:hover {
    background: #f85757;
}

.contact-info .social-links i {
    font-size: 16px;
    line-height: 34px;
}

.contact-info .form-control:focus,
.contact-info .form-control:hover {
    box-shadow: none;
    border-color: var(--color-accent);
}

/* ----------------------------------------
   Nearby Cities Section Styles
   ---------------------------------------- */

/* Nearby Cities Section Background & Spacing */
.nearby-cities {
    background-color: rgb(0, 10, 63) !important;
    padding: 50px 0px 90px !important;
}

/* Override section-spacing for nearby-cities only */
.nearby-cities.section-spacing {
    margin-top: 0 !important;
    padding-top: 50px !important;
}

/* Small Card Styles - MIGRATED TO cards.css */
/* All .small-card styles moved to consolidated card system */

/* Button Default Styling - Create btn-default class */
.nearby-cities .btn-default,
.nearby-cities .small-card .btn-default {
    display: inline-block !important;
    padding: 16px 20px !important;
    background-color: rgb(0, 10, 64) !important;
    color: rgb(255, 255, 255) !important;
    border: 0px none rgb(255, 255, 255) !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: Barlow, sans-serif !important;
    line-height: 24px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    min-width: 354px !important;
    min-height: 56px !important;
}

.nearby-cities .btn-default:hover,
.nearby-cities .small-card .btn-default:hover {
    background-color: rgb(0, 10, 74) !important;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

/* Text Color for White Links */
.nearby-cities h2,
.nearby-cities h3 {
    color: rgb(255, 255, 255) !important;
}

.nearby-cities .section-title.white h2 {
    color: rgb(255, 255, 255) !important;
}

/* Ensure links maintain white color */
.nearby-cities ul li a {
    color: rgb(255, 255, 255) !important;
}

.nearby-cities ul li a:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline !important;
}

/* ----------------------------------------
   Small Card Info Section Styles
   ---------------------------------------- */

/* Small Card Info Section Background & Spacing */
.small-card-info {
    padding: 100px 0px 110px !important;
}

/* Small Card Info Section Styles - MIGRATED TO cards.css */
/* All .small-card styles moved to consolidated card system */

/* Small-card-info section uses standard .btn compound classes */
/* The blue card (.small-card.blue) will use .btn.btn-secondary (white button) */
/* The regular card will use .btn.btn-primary (dark button) */