/* Custom CSS for Priyantha Transport & Suppliers */

:root {
    --primary-color: #ca1f27;
    --secondary-color: #a0181f;
    --text-dark: #000000;
    --text-light: #444444;
    --bg-light: #f8f9fa;
    --red-color: #ca1f27;
    --yellow-color: #ffbf43;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #444444;
    line-height: 1.6;
}

/* Header Top */
.header-top {
    background-color: var(--primary-color);
    color: white;
    font-size: 14px;
}

.header-contact span {
    margin-right: 20px;
}

.header-contact i {
    margin-right: 5px;
}

.social-links a {
    color: white;
    margin-left: 15px;
    font-size: 16px;
    transition: opacity 0.3s;
}

.social-links a:hover {
    opacity: 0.8;
}

/* Navigation */
.navbar {
    padding: 15px 0;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
}

.logo-img {
    height: auto;
    width: auto;
    max-width: 275px;
    max-height: 90px;
    object-fit: contain;
    transition: opacity 0.3s;
}

.logo-img:hover {
    opacity: 0.9;
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 10px;
    color: var(--text-dark) !important;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section {
    position: relative;
    background-image: url('../images/trucks-winding-road.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    color: white;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

/* Section Styles */
.section-tag {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background: white;
}

/* Left Side - Images */
.about-images-wrapper {
    position: relative;
}

.airplane-icon {
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 10;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.airplane-icon i {
    font-size: 36px;
    color: var(--primary-color);
    transform: rotate(-45deg);
}

.about-image-top,
.about-image-bottom {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.about-image-top {
    border-radius: 10px 0 0 10px;
    padding-right: 10px;
}

.about-image-bottom {
    border-radius: 0 10px 10px 0;
    padding-left: 10px;
    margin-top: 50px;
}

.about-image-top img,
.about-image-bottom img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: inherit;
}

.about-image-top img {
    border-radius: 10px 0 0 10px;
}

.about-image-bottom img {
    border-radius: 0 10px 10px 0;
}

/* Red Stats Overlay Box */
.stats-overlay-box {
    position: absolute;
    bottom: 20px;
    right: 30px;
    background: #ca1f27;
    padding: 25px 30px;
    border-radius: 15px;
    color: white;
    text-align: center;
    min-width: 180px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    z-index: 5;
}

.stats-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.stats-icon i {
    font-size: 24px;
    color: white;
}

.stats-number {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.stats-label {
    font-size: 14px;
    color: white;
    margin: 0;
}

/* Right Side - Content */
.about-content {
    padding-left: 30px;
}

.about-subheading {
    color: #ca1f27;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-heading-black {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    margin: 0;
}

.about-heading-red {
    font-size: 42px;
    font-weight: 800;
    color: #ca1f27;
    line-height: 1.2;
    margin: 0;
}

.about-description {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.8;
}

/* Service Highlights */
.service-highlight {
    padding: 0;
}

.service-highlight-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
}

.service-highlight-icon-red {
    background: #ca1f27;
}

.service-highlight-icon-yellow {
    background: #ffbf43;
}

.service-highlight h5 {
    font-size: 18px;
    color: #000;
}

/* CEO Testimonial */
.ceo-testimonial {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.ceo-box {
    background: #ca1f27;
    padding: 20px 30px 20px 20px;
    border-radius: 0 15px 15px 0;
    display: flex;
    align-items: center;
    min-width: 280px;
}

.ceo-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ceo-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.3);
}

.ceo-info {
    color: white;
}

.ceo-name {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.ceo-title {
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    margin: 0;
}

.ceo-signature {
    flex-shrink: 0;
}

.ceo-signature img {
    height: 50px;
    width: auto;
    filter: brightness(0);
}

/* Services Section */
.services-section {
    padding: 80px 0;
}

.service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    display: block;
}

.service-icon-overlay {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #ffbf43;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 10;
}

.service-icon-overlay i {
    font-size: 48px;
    color: #000000;
    font-weight: 300;
}

.service-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    font-size: 22px;
}

.service-card p {
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-read-more {
    color: #ca1f27;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
}

.service-read-more:hover {
    color: #a0181f;
}

/* Services Carousel */
#servicesCarousel {
    position: relative;
}

#servicesCarousel .carousel-indicators {
    margin-bottom: -50px;
    z-index: 10;
}

#servicesCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ca1f27;
    opacity: 0.5;
    margin: 0 5px;
}

#servicesCarousel .carousel-indicators button.active {
    opacity: 1;
}

#servicesCarousel .carousel-control-prev,
#servicesCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #ca1f27;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 10;
}

#servicesCarousel .carousel-control-prev {
    left: -25px;
}

#servicesCarousel .carousel-control-next {
    right: -25px;
}

#servicesCarousel .carousel-control-prev-icon,
#servicesCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Track Section */
.track-section {
    padding: 60px 0;
}

.track-form .form-control {
    border: none;
    border-radius: 5px 0 0 5px;
}

.track-form .btn {
    border-radius: 0 5px 5px 0;
}

/* Process Section */
.process-section {
    padding: 80px 0;
}

.process-item {
    position: relative;
    padding: 30px 20px;
}

/* Connecting line between steps */
.col-lg-3:not(:last-child) .process-item::after {
    content: '';
    position: absolute;
    top: 50px;
    left: calc(50% + 40px);
    right: calc(-25% - 1rem);
    height: 3px;
    background: #ca1f27;
    z-index: 1;
}

@media (min-width: 992px) {
    .col-lg-3:not(:last-child) .process-item::after {
        right: calc(-25% - 1.5rem);
    }
}

.process-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
}

.process-icon {
    width: 80px;
    height: 80px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 32px;
    color: var(--primary-color);
    position: relative;
    z-index: 2;
}

.process-item h5 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}

/* Portfolio Section */
.portfolio-section {
    padding: 80px 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-image img {
    transition: transform 0.5s;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 30px 20px 20px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.portfolio-item:hover .portfolio-overlay {
    transform: translateY(0);
}

.portfolio-overlay h5 {
    color: white;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.testimonial-card {
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-content {
    font-size: 18px;
    color: var(--text-light);
    font-style: italic;
}

.testimonial-author img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.testimonial-author h5 {
    font-weight: 600;
    margin-top: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
}

.accordion-button {
    font-weight: 600;
    color: var(--text-dark);
    background: white;
}

.accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

/* Quote Section */
.quote-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.quote-form {
    max-width: 800px;
    margin: 0 auto;
}

/* News Section */
.news-section {
    padding: 80px 0;
}

.news-card {
    transition: transform 0.3s;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.news-image {
    overflow: hidden;
}

.news-image img {
    transition: transform 0.5s;
    height: 250px;
    object-fit: cover;
}

.news-card:hover .news-image img {
    transform: scale(1.1);
}

.news-content h5 {
    font-weight: 600;
    color: var(--text-dark);
}

.news-content .btn-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

/* Clients Section */
.clients-section {
    padding: 60px 0;
}

.client-logo {
    padding: 20px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.client-logo img {
    max-height: 80px;
    object-fit: contain;
}

/* Footer */
.footer {
    padding: 60px 0 30px;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer a:hover {
    color: white !important;
}

.contact-info p {
    margin-bottom: 10px;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(202,31,39,0.3);
}

/* Bootstrap Color Overrides */
.text-primary {
    color: #ca1f27 !important;
}

.bg-primary {
    background-color: #ca1f27 !important;
}

.text-muted {
    color: #444444 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo-img {
        max-width: 275px;
        max-height: 70px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .hero-section {
        min-height: 500px;
        padding: 40px 0;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
    /* Services Carousel Responsive */
    #servicesCarousel .carousel-control-prev,
    #servicesCarousel .carousel-control-next {
        display: flex;
        width: 40px;
        height: 40px;
    }
    
    #servicesCarousel .carousel-control-prev {
        left: -15px;
    }
    
    #servicesCarousel .carousel-control-next {
        right: -15px;
    }
    
    #servicesCarousel .carousel-indicators {
        margin-bottom: -30px;
    }
    
    /* Process Section Responsive */
    .col-lg-3:not(:last-child) .process-item::after {
        display: none;
    }
    
    /* About Section Responsive */
    .about-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .about-heading-black,
    .about-heading-red {
        font-size: 32px;
    }
    
    .airplane-icon {
        top: -10px;
        right: 10px;
        width: 60px;
        height: 60px;
    }
    
    .airplane-icon i {
        font-size: 24px;
    }
    
    .about-image-bottom {
        margin-top: 30px;
    }
    
    .about-image-top img,
    .about-image-bottom img {
        height: 300px;
    }
    
    .about-image-top {
        padding-right: 0;
        border-radius: 10px;
    }
    
    .about-image-bottom {
        padding-left: 0;
        border-radius: 10px;
    }
    
    .about-image-top img {
        border-radius: 10px;
    }
    
    .about-image-bottom img {
        border-radius: 10px;
    }
    
    .stats-overlay-box {
        padding: 20px 25px;
        min-width: 150px;
        bottom: 15px;
        right: 15px;
    }
    
    .stats-number {
        font-size: 28px;
    }
    
    .ceo-testimonial {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ceo-box {
        width: 100%;
        border-radius: 15px;
    }
}

@media (max-width: 576px) {
    .logo-img {
        max-width: 275px;
        max-height: 60px;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .header-contact {
        font-size: 12px;
    }
    
    .header-contact span {
        display: block;
        margin-bottom: 5px;
    }
    
    /* About Section Mobile */
    .about-heading-black,
    .about-heading-red {
        font-size: 24px;
    }
    
    .about-subheading {
        font-size: 11px;
    }
    
    .about-images-wrapper .row {
        flex-direction: column;
    }
    
    .about-images-wrapper .col-6 {
        width: 100%;
        max-width: 100%;
    }
    
    .about-image-bottom {
        margin-top: 20px;
    }
    
    .about-image-top img,
    .about-image-bottom img {
        height: 250px;
    }
    
    .about-image-top {
        padding-right: 0;
        border-radius: 10px;
    }
    
    .about-image-bottom {
        padding-left: 0;
        border-radius: 10px;
    }
    
    .about-image-top img {
        border-radius: 10px;
    }
    
    .about-image-bottom img {
        border-radius: 10px;
    }
    
    .stats-overlay-box {
        padding: 15px 20px;
        min-width: 130px;
        bottom: 10px;
        right: 10px;
    }
    
    .stats-number {
        font-size: 24px;
    }
    
    .stats-label {
        font-size: 12px;
    }
    
    /* Services Section Mobile */
    .service-image {
        height: 200px;
    }
    
    .service-content {
        padding: 20px;
    }
    
    #servicesCarousel .carousel-control-prev,
    #servicesCarousel .carousel-control-next {
        width: 35px;
        height: 35px;
    }
    
    #servicesCarousel .carousel-control-prev {
        left: -10px;
    }
    
    #servicesCarousel .carousel-control-next {
        right: -10px;
    }
    
    #servicesCarousel .carousel-control-prev-icon,
    #servicesCarousel .carousel-control-next-icon {
        width: 15px;
        height: 15px;
    }
    
    .service-card h4 {
        font-size: 20px;
    }
    
    .service-highlight-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .ceo-box {
        padding: 15px 20px 15px 15px;
        min-width: auto;
        width: 100%;
    }
    
    .ceo-image {
        width: 60px;
        height: 60px;
    }
    
    .ceo-name {
        font-size: 16px;
    }
    
    .ceo-title {
        font-size: 12px;
    }
}

/* About Page Styles */
.page-header {
    padding: 60px 0;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #ca1f27;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #444444;
}

.mission-card {
    transition: transform 0.3s;
}

.mission-card:hover {
    transform: translateY(-5px);
}

.mission-card h4 {
    color: #000;
}

.feature-box h5 {
    color: #000;
}

.mission-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ca1f27, #a0181f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: 32px;
}

.choose-item {
    padding: 20px;
}

.choose-item h5 {
    color: #000;
}

.choose-icon {
    width: 70px;
    height: 70px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ca1f27;
    font-size: 28px;
}

.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: white;
}

.stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

/* Policy Pages Styles */
.policy-content {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.policy-section h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.policy-section ul {
    padding-left: 20px;
}

.policy-section ul li {
    margin-bottom: 8px;
    line-height: 1.8;
}

.policy-section p {
    line-height: 1.8;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .policy-content {
        padding: 25px;
    }
    
    .policy-section h3 {
        font-size: 20px;
    }
    
    .policy-section h5 {
        font-size: 16px;
    }
}

/* Services Page Styles */
.service-detail-image {
    overflow: hidden;
    border-radius: 10px;
}

.service-detail-image img {
    transition: transform 0.5s;
}

.service-detail-image:hover img {
    transform: scale(1.05);
}

.service-features {
    margin-top: 30px;
}

.feature-item {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

/* Import & Export section - white background boxes */
#import-export .feature-item {
    background: white;
}

#import-export .feature-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

/* Construction Material Supply section - white background boxes */
#construction-materials .feature-item {
    background: white;
}

#construction-materials .feature-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.feature-icon-small {
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-item h6 {
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.material-benefits ul li {
    padding: 8px 0;
    color: #444444;
}

.material-benefits ul li i {
    font-size: 14px;
}

/* Service Section Alternating Background */
section.py-5.bg-light {
    background-color: #f8f9fa;
}

/* CTA Section */
.bg-primary .btn-light {
    background: white;
    color: #ca1f27;
    border: none;
    font-weight: 600;
}

.bg-primary .btn-light:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Responsive Styles for Services Page */
@media (max-width: 768px) {
    .service-detail-image {
        margin-bottom: 30px;
    }
    
    .feature-item {
        margin-bottom: 15px;
    }
    
    .bg-primary .btn-light {
        width: 100%;
        margin-top: 20px;
    }
}

/* Contact Page Styles */
.contact-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border-top: 4px solid var(--primary-color);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: 28px;
}

.contact-form-wrapper {
    background: #f8f9fa;
}

.contact-form-wrapper .form-label {
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 5px;
    transition: all 0.3s;
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(202, 31, 39, 0.15);
}

.office-hours {
    background: #f8f9fa;
}

.office-hours h5 {
    color: #000;
    font-weight: 600;
}

.hours-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.hours-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.emergency-contact {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.emergency-contact h5 {
    color: white;
    font-weight: 600;
}

.emergency-contact p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.emergency-contact a:hover {
    text-decoration: underline !important;
}

.social-media {
    background: white;
}

.social-media h5 {
    color: #000;
    font-weight: 600;
}

/* Contact Info Left Side */
.contact-info-left {
    height: 100%;
}

.contact-info-section {
    background: #f8f9fa;
}

.contact-info-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.contact-info-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.social-links-large {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-link-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #444;
    transition: all 0.3s;
}

.social-link-item:hover {
    background: var(--primary-color);
    color: white;
    transform: translateX(5px);
}

.social-link-item i {
    width: 30px;
    font-size: 18px;
    margin-right: 12px;
}

.social-link-item span {
    font-weight: 500;
}

.map-wrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.contact-benefit {
    padding: 30px 20px;
}

.contact-benefit-icon {
    width: 80px;
    height: 80px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--primary-color);
    font-size: 32px;
    transition: all 0.3s;
}

.contact-benefit:hover .contact-benefit-icon {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.contact-benefit h5 {
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

/* Responsive Styles for Contact Page */
@media (max-width: 768px) {
    .contact-card {
        margin-bottom: 20px;
    }
    
    .contact-form-wrapper {
        margin-bottom: 30px;
    }
    
    .map-wrapper {
        height: 350px;
    }
    
    .social-links-large {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .social-link-item {
        flex: 1;
        min-width: calc(50% - 6px);
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .map-wrapper {
        height: 300px;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .contact-benefit-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

/* Quote Modal Styles */
#quoteModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

#quoteModal .modal-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 15px 15px 0 0;
    border: none;
    padding: 20px 30px;
}

#quoteModal .modal-title {
    font-weight: 600;
    font-size: 24px;
    color: white;
}

#quoteModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

#quoteModal .btn-close:hover {
    opacity: 1;
}

#quoteModal .modal-body {
    padding: 30px;
}

#quoteModal .form-label {
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
}

#quoteModal .form-control,
#quoteModal .form-select {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 5px;
    transition: all 0.3s;
    font-size: 14px;
}

#quoteModal .form-control:focus,
#quoteModal .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(202, 31, 39, 0.15);
}

#quoteModal .modal-footer {
    border-top: 1px solid #f0f0f0;
    padding: 20px 30px;
    background: #f8f9fa;
    border-radius: 0 0 15px 15px;
}

#quoteModal .text-danger {
    color: var(--primary-color) !important;
}

#quoteModal .btn-primary {
    padding: 12px 30px;
    font-weight: 600;
}

#quoteModal .btn-secondary {
    padding: 12px 30px;
    background: #6c757d;
    border: none;
}

#quoteModal .btn-secondary:hover {
    background: #5a6268;
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

/* Responsive Modal */
@media (max-width: 768px) {
    #quoteModal .modal-dialog {
        margin: 10px;
    }
    
    #quoteModal .modal-body {
        padding: 20px;
    }
    
    #quoteModal .modal-header {
        padding: 15px 20px;
    }
    
    #quoteModal .modal-title {
        font-size: 20px;
    }
    
    #quoteModal .modal-footer {
        padding: 15px 20px;
        flex-direction: column;
    }
    
    #quoteModal .modal-footer .btn {
        width: 100%;
        margin: 5px 0;
    }
}