 * {
   font-family: "Lexend", sans-serif;
 }

 /* Header styles */
 .header {
   background-color: #d80200;
   padding: 15px 0;
   position: relative;
   z-index: 1000;
   position: sticky;
  top: 0;
 }

 .header-content {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .logo-img {
   height: auto;
   width: 200px;
   margin-bottom: 20px;
 }

 .head-h1 {
   color: #fff;
   font-weight: 600;
 }

 .nav-list {
   display: flex;
   list-style: none;
   margin: 0;
   padding: 0;
 }

 .nav-item {
   margin: 0 5px;
 }

.nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.nav-link.active {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

 /* Menu toggle for mobile */
 .menu-toggle {
   display: none;
   background-color: transparent;
   border: 2px solid white;
   color: white;
   padding: 8px 15px;
   font-size: 16px;
   cursor: pointer;
   transition: all 0.3s ease;
 }

 .menu-toggle:hover {
   background-color: rgba(255, 255, 255, 0.1);
 }

 /* Media queries for responsiveness */
 @media screen and (max-width: 992px) {
   .nav-link {
     font-size: 18px;
     padding: 10px 15px;
   }

   .main-heading {
     font-size: 1.8rem;
   }
 }

 @media screen and (max-width: 1200px) {
   .menu-toggle {
     display: block;
   }

   .main-heading {
     font-size: 1.8rem !important;
     text-align: center !important;
   }

   .main-nav {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     background-color: #d80200;
     padding: 10px;
     margin-top: 0;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     transform: translateY(-10px);
     opacity: 0;
     transition: transform 0.3s ease, opacity 0.3s ease;
   }

   .main-nav.show {
     display: block;
     transform: translateY(0);
     opacity: 1;
   }

   .nav-list {
     flex-direction: column;
     align-items: flex-start;
     padding-left: 15px;
   }

   .nav-item {
     margin: 5px 0;
     width: 100%;
   }

   .nav-link {
     padding: 12px 10px;
     text-align: left;
     border-left: 3px solid transparent;
     transition: all 0.3s ease;
   }

   .nav-link:hover {
     border-left: 3px solid #fff;
     padding-left: 15px;
     text-decoration: none;
     background-color: rgba(255, 255, 255, 0.1);
   }

   .nav-link.active {
     border-left: 3px solid #fff;
     background-color: rgba(255, 255, 255, 0.1);
   }
 }


 @media screen and (max-width: 400px) {
   .logo-img {
     max-height: 120px;
   }
   .banner-section {
     padding: 60px 0px px 0px;
     
   }
 }

 .banner-section {
   position: relative;
   z-index: 1;
   margin-top: 0;
 }
.gap-sentence {
  margin-left: 20px;
  display: inline-block;
}

 /* Banner Section  */
 .banner-section {
   position: relative;
   background-image: url("images/Image_20250425_124414_321\ \(5\).png");
   background-size: cover;
   background-position: center;
   color: #ffffff;
   padding: 80px 0px 1px 0px;
   min-height: 600px;
   background-position: center;
   /* background-attachment: fixed; */
 }

 .banner-section .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url("images/Rectangle\ 1\ \(2\).png");
   background-size: cover;
   z-index: 1;
 }

 .banner-section .container {
   position: relative;
   z-index: 2;
 }

 .main-heading {
   font-size: 1.6rem;
   text-align: right;
   font-weight: 400;
   margin-top: -20px;
   text-transform: none;
   /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
 }

 .sub-heading {
   font-size: 1.5rem;
   font-weight: 600;
   margin-bottom: 20px;
   letter-spacing: 1px;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
 }

 .form-control:focus,
 .form-control:hover {
   background-color: #000;
   color: #fff;
   box-shadow: none !important;
 }

 .form-select {
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   background-color: #000;
   color: #fff;
   border: 1px solid #000;
   padding-right: 2.5rem;
   background-image: url(images/arrow-down-sign-to-navigate\ \(3\)\ 4.png);
   background-repeat: no-repeat;
   background-position: right 0.75rem center;
   background-size: 16px 16px;
 }


 .form-select:focus {
   border-color: #fff !important;
   box-shadow: none !important;
   outline: none !important;
 }

 .form-select {
   background-color: #000 !important;
   color: #fff !important;
   border: 1px solid #fff !important;
 }


 .btn-quote {
   background-color: #d80200;
   color: #ffffff;
   /* padding: 10px 25px; */
   font-weight: 400;
   font-size: 20px;
   font-style: normal;
   font-family: "Patua One", serif;
   border-radius: 0;
   text-transform: uppercase;
   transition: all 0.3s ease;
 }

 .form-chat-container {
   width: 100%;
   margin-bottom: 40px;
   position: relative;
 }

 .quote-form-container {
   background-color: #000000;
   /* padding: 30px; */
   margin-top: 20px;
   width: 80%;
 }

 .quote-form .form-label {
   color: #ffffff;
   font-weight: 600;
   margin-bottom: 5px;
 }

 .quote-form .form-control,
 .quote-form .form-select {
   border-radius: 8 10 12 8px;
   padding: 10px;
   background-color: #000;
   border: 1px solid #fff;
   color: #ffffff;
   margin-bottom: 15px;
 }

 .quote-form .form-control::placeholder {
   color: #666666;
 }

 .btn-quote-submit {
   background-color: #d80200;
   color: #ffffff;
   padding: 10px 0;
   font-weight: 600;
   font-size: 22px;
   border-radius: 8 10 12 8px;
   transition: all 0.3s ease;
 }
#quoteFormContainer{
   padding: 20px; 
}
 /* chat */
 #quoteFormContainer,
#chatContainer {
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#chatContainer {
    display: none;
}

#chatMessages {
    height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

#messageInput {
    width: 80%;
    padding: 8px;
    margin-right: 10px;
}

#sendButton {
    padding: 8px 12px;
}

.btn-quote-submit:hover {
    background-color: #c00000;
    color: #fff;
}

.chat-container-inline {
    background-color: #000000;
    border-radius: 0;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 10px 0px;
}

.chat-header {
    background-color: #d80200;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header h4 {
    margin: 0;
    font-size: 16px;
}

.chat-controls {
    display: flex;
    align-items: center;
}

.btn-minimize {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.btn-end-chat {
    background-color: #fff;
    color: #d80200;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.chat-messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 15px;
    background-color: #000;
}

.chat-input-container {
    display: flex;
    padding: 10px;
}

.chat-input {
    flex-grow: 1;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px;
    outline: none;
}

.btn-send {
    background-color: #d80200;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Chat Message Styles */
.message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    word-break: break-word;
    position: relative;
    clear: both;
}

/* Customer messages - RIGHT SIDE - IMPROVED DESIGN */
.message.customer-message {
    background-color: #d80200;
    color: #fff;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 10px;
    border-bottom-right-radius: 5px;
    text-align: left;
    padding: 12px 15px;
    border-radius: 15px;
    line-height: 1.4;
}

/* Customer Message Header */
.customer-message .message-header {
    font-weight: bold;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
    opacity: 0.9;
}

/* Customer Message Content */
.customer-message .message-content {
    font-size: 14px;
}

/* Quote Details for Customer Messages */
.customer-message .quote-details {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 13px;
    border-left: 3px solid #fff;
}

.customer-message .quote-item {
    margin: 4px 0;
    display: flex;
    justify-content: space-between;
}

.customer-message .quote-item strong {
    font-weight: 600;
    min-width: 50px;
}

/* Message Timestamp for Customer */
.customer-message .message-time {
    font-size: 11px;
    opacity: 0.8;
    margin-top: 8px;
    text-align: right;
}
.footer-container{
  /* background-color: #ff0000; */
  max-width: 1200px;
  margin: 0 auto;

}
.footer-wrapper{
  background-color: #d90000;
}
/* System/Admin messages - LEFT SIDE */
.message.system-message {
    background-color: #ff00000f;
    color: #000;
    align-self: flex-start;
    margin-right: auto;
    margin-left: 10px;
    border-bottom-left-radius: 0;
    text-align: left;
}

.message strong {
    font-weight: 800;
}

.message.customer-message strong {
    color: #fff;
}

.message.system-message strong {
    color: #d80200;
}

.chat-container-inline.minimized .chat-messages,
.chat-container-inline.minimized .chat-input-container {
    display: none;
}

@media screen and (max-width: 576px) {
    .quote-form-container {
        width: 100%;
    }
    .logo-img {
        max-height: 110px;
    }
    
    .message {
        max-width: 85%;
        padding: 10px 12px;
    }
    
    .customer-message .quote-details {
        font-size: 12px;
    }
}

 /* About Us and Privacy Policy Banner Styles */
 .about-page-banner,
 .privacy-page-banner {
   position: relative;
   background-image: url(images/Image_20250425_124414_321\ \(4\).png);
   background-size: cover;
   background-position: center;
   color: var(--light-color);
   padding: 120px 0;
   height: 350px;
   display: flex;
   align-items: center;
 }

 .about-page-banner .overlay,
 .privacy-page-banner .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
   z-index: 1;
 }

 .about-page-banner .container,
 .privacy-page-banner .container {
   position: relative;
   z-index: 2;
 }

 .about-page-title,
 .privacy-page-title {
   font-size: 2.5rem;
   color: #fff;
   font-weight: 800;
   text-transform: uppercase;
   margin-bottom: 0;
   position: relative;
   display: inline-block;

 }

 .section-title {
   color: #d80200;
   margin-top: 32px;
 }

 .underline {
   border-bottom: 4px solid #fff;
 }

 .about-page-title:after,
 .privacy-page-title:after {
   content: '';
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 100px;
   height: 3px;
   background-color: var(--light-color);
 }

 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin-top: 15px;
   font-weight: 600;
   /* color: #000; */
 }

 .about-image-2 {
   /* width: 280px; */
   height: auto;
   /* margin-top: -48px; */
 }

 .about-hr {
   margin-top: 48px;
 }

 .about-text {
   font-size: 1.2rem;
 }

 .about-text-2 {
   /* margin-top: 65px; */
   font-size: 1.2rem;
 }

 .about-title {
   margin-top: 10px;
   color: #ff0000;
   font-size: 36px;
   font-weight: bold;
 }

 .about-hr-1 {
   margin: 3rem 0;
 }

 .about-image-1 img.img-fluid.image-border {
   height: 228px;
   width: 100%;
   object-fit: cover;
   margin-top: -42px;
 }

 .image-border {
   border: 14px solid #F4F4F4;
   border-radius: 6px;
 }

 .about-content-section {
   /* max-width: 1200px; */
   margin: 0 auto;
   padding: 40px 20px;
 }

 .section-title {
   color: #ff0000;
   font-size: 36px;
   margin-bottom: 30px;
   font-weight: bold;
 }

 .row {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 30px;
 }

 .col-md-6,
 .col-md-4,
 .col-md-8 {
   padding: 0 15px;
 }

 .col-md-6 {
   /* flex: 0 0 50%; */
   max-width: 50%;
 }

 .col-md-4 {
   flex: 0 0 33.333333%;
   max-width: 33.333333%;
 }

 .col-md-8 {
   flex: 0 0 66.666667%;
   max-width: 66.666667%;
 }

 .col-12 {
   flex: 0 0 100%;
   max-width: 100%;
 }

 /* .about-text {
            font-size: 16px;
            margin-bottom: 20px;
        } */

 .about-image img {
   width: 100%;
   border-radius: 5px;
   border-color: 20px #e0e0e0;
   display: block;
 }

 .section-divider {
   border: 0;
   height: 1px;
   background-color: #e0e0e0;
   margin: 30px 0;
 }

 strong {
   font-weight: bold;
 }

 /* Responsive styles */
 @media (max-width: 768px) {

   .col-md-4,
   .col-md-6,
   .col-md-8 {
     flex: 0 0 100%;
     max-width: 100%;
     margin-bottom: 20px;
   }

   .about-image {
     margin-bottom: 20px;
   }

   .about-title {
     margin-top: -10px;
     color: #d80200;
     font-size: 36px;
     font-weight: bold;
   }
 }

 /* service */
 .services-section {
   background-color: #000;
   padding: 40px 0;
   text-align: center;
 }

 .services-section p {
   color: #fff;
   font-size: 1.8rem;
   margin-bottom: 30px;
 }

 .service-card {
   background-color: #c22a2a;
   color: white;
   border-radius: 10px;
   padding: 20px 15px;
   height: 94%;
   transition: all 0.3s ease;
   margin-bottom: 26px;
   position: relative;

 }

 .service-card:hover {
   background-color: white;
   color: #c22a2a;
   transform: translateY(-5px);
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 }

 .service-card.white-card:hover {
   background-color: #f8f8f8;
 }

 .service-number {
   background-color: white;
   color: #c22a2a;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
   margin: 0 auto 15px;
   transition: all 0.3s ease;
 }

 .service-card:hover .service-number {
   background-color: #c22a2a;
   color: white;
 }

 .service-card.white-card .service-number {
   background-color: #c22a2a;
   color: white;
 }

 .service-card.white-card:hover .service-number {
   background-color: white;
   color: #c22a2a;
   border: 1px solid #c22a2a;
 }

 .service-title {
   font-weight: bold;
   font-size: 1.3rem;
   margin-bottom: 10px;
 }

 .service-description {
   font-size: 0.95rem;
   line-height: 1.4;
 }

 @media (max-width: 767px) {
   .services-section h1 {
     font-size: 1.8rem;
   }

   .services-section p {
     font-size: 1rem;
     padding: 0 15px;
   }

   .service-card {
     padding: 15px 10px;
   }

   .service-title {
     font-size: 1.1rem;
   }

   .service-description {
     font-size: 0.85rem;
   }
 }

 /* best-provider */
 .container {
  max-width: 1000px;
}
.top-section {
  background-color: #b92d2d;
  color: white;
  padding: 20px 0 40px;
}

.top-section h1 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
}

.top-section h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: white;
  margin: 10px auto 0;
}

.parts-list {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 20px;
}

.column {
  /* flex: 1 1 45%; */
  max-width: 45%;
  padding: 0 65px;
  box-sizing: border-box;
}

.part-item {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.bottom-section {
  background-color: #000;
  color: white;
  padding: 48px 0;
  text-align: center;
}

.bottom-section p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.call-button {
  display: inline-block;
  background-color: #d10000;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

/* Tablet */
@media (max-width: 768px) {
  .column {
    /* flex: 1 1 100%; */
    max-width: 100%;
    padding: 0 10px;
  }

  .part-item {
    font-size: 20px;
  }

  .bottom-section p {
    font-size: 20px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .top-section h1 {
    font-size: 22px;
  }

  .part-item {
    font-size: 18px;
  }

  .call-button {
    font-size: 16px;
    padding: 10px 20px;
  }

  .bottom-section p {
    font-size: 18px;
  }
}


 

/* brand */
 .brand-container {
            max-width: 1200px;
            margin: 0 auto;
           
          padding-top: 60px;
          padding-bottom: 60px;
        }
 /* Distributor Section */
        .top-distributors {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
            max-width: 800px;
            margin: 0 auto;
        }

        .distributor {
            text-align: center;
        }

        .logo-container {
            background-color: #f5f5f5;
            border-radius: 8px;
            padding: 30px;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 120px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .logo {
            max-width: 100%;
            max-height: 80px;
            object-fit: contain;
        }

        .distributor-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
        }

        /* Brands Grid */
        .brands-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            max-width: 880px;
            margin: 0 auto;
            margin-top: 40px;
        }

        .brand {
            background-color: #f9f9f9;
            border-radius: 8px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            font-size: 20px;
            color: #333;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .brand:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        /* Tablet Styles */
        @media (max-width: 768px) {
            .container {
                padding: 0 15px;
            }

            .top-distributors {
                /* grid-template-columns: 1fr; */
                gap: 30px;
                margin-bottom: 40px;
                padding: 0 20px;
            }

            .logo-container {
                height: 100px;
                padding: 20px;
            }

            .logo {
                max-height: 60px;
            }

            .distributor-title {
                font-size: 15px;
            }

            .brands-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
                padding: 0 20px;
            }

            .brand {
                height: 70px;
                font-size: 18px;
            }
        }
  @media (max-width: 480px){
           .top-distributors {
            grid-template-columns: 1fr;
  }
}

 /* footer */

.footer {
    background-color: #d90000;
    color: white;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.footer-left {
    width: 40%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    text-align: center;
    margin-top: 30px;
}

.footer-right {
    width: 42%;
    position: relative;
}

.vertical-line {
    position: absolute;
    left: 35%;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: white;
}

.footer-logo {
    width: 62%;
    /* margin-left: 55px; */
    height: auto;
    margin-bottom: 10px;
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tagline {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 40px;
    text-align: left;
}

.tagline-2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  margin-left: 14px;
    text-align: left;
}

.get-in-touch {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.location {
    margin-bottom: 20px;
}

.location-title {
    background-color: white;
    color: #d90000;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.address {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.map {
    width: 100%;
    max-width: 150px;
    height: 60px;
    margin: 10px 0;
    border: 1px solid white;
}

.delivery {
    font-weight: bold;
    margin: 10px 0;
}

.appointment-note {
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 10px;
    line-height: 1.3;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -30px;
}

.phone, .email {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.phone img, .email img {
    margin-right: 10px;
    width: 20px;
}


@media (min-width: 768px) and (max-width: 1100px) {
    .footer {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }
    
    .footer-left {
        width: 100% !important;
        text-align: center;
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .footer-right {
        width: 100% !important;
        position: relative;
        padding: 0;
    }
    
    .vertical-line {
        display: none;
    }
    
    .footer-logo {
        width: 50% !important;
        margin: 0 auto 15px auto;
    }
    
    .tagline {
        margin-left: 0 !important;
        font-size: 16px;
        margin-bottom: 8px;
         text-align: center;
    }
    
    .tagline-2 {
        margin-left: 0 !important;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .get-in-touch {
        font-size: 22px;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .locations {
        display: flex;
        justify-content: space-around;
        gap: 40px;
        margin-bottom: 25px;
        flex-wrap: nowrap;
        position: relative;
    }
    
    
    .locations::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        height: 85%;
        width: 1px;
        background-color: white;
        transform: translateX(-50%);
    }
    
    .location {
        width: 45%;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }
    
    .location-title {
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .address {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .appointment-note {
        font-size: 12px;
        line-height: 1.2;
    }
    
    .contact-info {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-top: 25px;
        flex-wrap: wrap;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .phone, .email {
        font-size: 15px;
    }
    
    iframe {
        width: 180px;
        height: 60px;
        margin: 8px 0;
    }
    
    .delivery {
        font-size: 13px;
        margin: 8px 0;
    }
}


@media (max-width: 767px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-logo {
        width: 80% !important;
        margin: 0 auto 10px auto;
    }
    
    .tagline {
        margin-left: 0 !important;
    }
    
    .tagline-2 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
        margin-left: 0 !important;
    }
    
    .footer-left, .footer-right {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    
    .footer-left {
        margin-bottom: 30px;
    }
    
    .vertical-line {
        display: none;
    }
    
    .locations {
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    
    .location {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .contact-info {
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    
    .tagline, .tagline-2, .get-in-touch {
        font-size: 14px;
        margin-left: 0 !important;
         text-align: center;
    }
    
    .get-in-touch {
        margin-top: 20px;
        text-align: center;
    }
    
    iframe {
        width: 100%;
        max-width: 100%;
    }
    
    .phone, .email {
        justify-content: center;
    }
}

/* contact */


.form-container {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-form {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}
h2.form-title {
    text-decoration: underline;
    text-underline-offset: 8px;
}
.form-group input:focus {
    outline: none;
    border-color: #007bff;
}

.form-group input::placeholder {
    color: #999;
}

.checkbox-group {
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.green-border {
    border-color: #28a745;
    background-color: #f8fff9;
}

.red-border {
    border-color: #dc3545;
    background-color: #fff8f8;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 3px;
    width: auto;
    flex-shrink: 0;
}

.checkbox-group label {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 0;
    cursor: pointer;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.footer-links {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.footer-links a {
    color: #007bff;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-container {
        padding: 20px;
        margin: 10px;
    }
    
    .checkbox-group {
        padding: 12px;
    }
    
    .checkbox-group label {
        font-size: 12px;
    }
}

.success-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 40px 20px;
}

.success-content {
    text-align: center;
    background: white;
    padding: 60px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.success-icon {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 20px;
}

.success-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.success-message {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.back-btn {
    background: #c00000;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}
