/* ===== Contact Us Page Styles ===== */

/* ===== Header/Navbar ===== */
header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar {
    padding: 3px 0;
}

.nav-logo {
    max-height: 50px;
}

.navbar-brand img {
    width: 200px !important;
    height: auto !important;
    max-height: none !important;
}

.navbar-nav .nav-link {
    color: #1f2937;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #2563eb;
}

.navbar-toggler {
    border: none;
    padding: 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-icon::before {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 24px;
    color: #1f2937;
}

/* ===== Container ===== */
.container {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* ===== Buttons ===== */
.btn {
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #2563eb;
    color: #ffffff;
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-nav {
    background: #2563eb;
    color: #ffffff;
    padding: 10px 25px;
}

.btn-nav:hover {
    background: #1d4ed8;
    color: #ffffff;
}

/* ===== About Us Section ===== */
#aboutus {
    padding: 80px 0;
    background: #ffffff;
}

.def__title__wrap {
    margin-bottom: 30px;
}

.def__title__wrap h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.def__title__wrap h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}

.def__title__wrap p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.8;
}

.def__title__wrap.text-center {
    text-align: center;
}

.link {
    color: #2563eb;
    font-weight: 500;
    transition: all 0.3s ease;
}

.link:hover {
    color: #1d4ed8;
}

.aboutus_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus_image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

/* ===== Core Value / Contact Details ===== */
#coreValue {
    padding: 80px 0;
    background: #f9fafb;
}

.card_core_value {
    background: #ffffff;
    border: none;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.card_core_value:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.card_core_value .card-body {
    padding: 20px;
}

.core__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.core__icon i {
  color: white;
  font-size: 25px;
}

.core__icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.location_pin_find img {
    width: 30px !important;
    height: 30px !important;
}

.card_core_value h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}

.card_core_value p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ===== Social Media Links ===== */
.contact-us-page-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-us-page-links li {
    display: inline-block;
}

.contact-us-social_link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    color: #374151;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.contact-social-fb{
    display: flex;
    align-items: center;
    font-size: 16px;
    
}
.contact-social-fb i {
 color: #1877F2;
  background-color: #FAFAFA;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
}
.contact-social-ig{
    display: flex;
    align-items: center;
    font-size: 16px;
    
}
.contact-social-ig i{
 color: red;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
}
.contact-social-x{
    display: flex;
    align-items: center;
    font-size: 16px;
    
}
.contact-social-x i{
 color:#1DA1F2;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
}
.contact-social-yt{
    display: flex;
    align-items: center;
    font-size: 16px;
    
}
.contact-social-yt i{
 color:#FF0000;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
}
.contact-social-linkedin{
    display: flex;
    align-items: center;
    font-size: 16px;
    
}
.contact-social-linkedin i{
 color:#0A66C2;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
}


.contact-us-page-links .social_link:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

.contact-us-page-links .social_link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}



/* ===== Responsive ===== */
@media (max-width: 991px) {
    .def__title__wrap h2 {
        font-size: 28px;
    }
    
    .aboutus_image {
        margin-top: 30px;
    }
    
    .contact-us-page-links {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    #aboutus {
        padding: 40px 0;
    }
    
    .def__title__wrap h2 {
        font-size: 24px;
    }
    
    .def__title__wrap p {
        font-size: 14px;
    }
    
    #coreValue {
        padding: 40px 0;
    }
    
    .card_core_value {
        margin-bottom: 20px;
    }
    
    .contact-us-page-links .social_link {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    footer {
        padding: 40px 0 20px;
    }
    
    .footer_main_info {
        margin-bottom: 30px;
    }
    
    .whatsapp-container {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-button {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 575.98px) {
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
    
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .contact-us-page-links {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-us-page-links li {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .contact-us-page-links .social_link {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
}

.footer_menu li {
    margin-bottom: -15px;
}


/* Horizontal Social Bar */
.social-bar {
    display: flex;
    justify-content: center; 
    gap: 5px;
    margin: 20px 0; 
}

.social-sidebar {
  display: flex;
  gap: 10px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%; /* Circle */
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Colors for each social media */
.social-icon.facebook { background: #1877f2; }
.social-icon.instagram { background: #e1306c; }
.social-icon.x { background: #1da1f2; }
.social-icon.youtube { background: #ff0000; }
.social-icon.linkedin { background: #0077b5; }
.social-icon.pinterest { background: #bd081c; }
.social-icon.telegram { background: #0088cc; }

/* Hover effect */
.social-icon:hover {
    transform: scale(1.2);
    opacity: 0.85;
}

.contact_item .contact_icon {
  min-width: 60px;
  height: 60px;
  background: var(--primary-color);
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
}
