/* ================================
   Contact Page Styles
   ================================ */

/* Main Section */
.main-content-w3layouts-agileits {
    padding: 40px 0;
    background: #ffffff;
}

/* Page Title */
.main-content-w3layouts-agileits .tittle {
    font-size: 32px;
    text-align: center;
    color: #1C87C9;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Subtitle */
.main-content-w3layouts-agileits .sub {
    font-size: 18px;
    text-align: center;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.5;
}

/* Contact Map */
.contact-map {
    width: 100%;
    height: 300px; /* Adjust map height as needed */
    margin-bottom: 40px;
    background: #e9e9e9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Address Information Section */
.ad-inf-sec {
    padding: 40px 0;
    background: #f8f8f8;
}

.address {
    margin-top: 20px;
}

.address-grid {
    margin-bottom: 30px;
}

.address-info {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.address-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.address-left i {
    font-size: 36px;
    color: #40bf80;
}

.address-right {
    padding: 10px;
}

.address-right h3 {
    font-size: 20px;
    color: #1C87C9;
    margin-bottom: 10px;
    font-weight: 600;
}

.address-right p {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

/* Breadcrumb Styles */
ol.breadcrumb {
    background: transparent;
    padding: 10px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    font-size: 14px;
}

ol.breadcrumb li {
    display: inline;
    color: #555;
}

ol.breadcrumb li+li:before {
    content: " / ";
    padding: 0 5px;
    color: #999;
}

ol.breadcrumb li a {
    text-decoration: none;
    color: #1C87C9;
}

ol.breadcrumb li.active {
    color: #40bf80;
}

/* ================================
   End Contact Page Styles
   ================================ */