/* About Page */

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: white;
  line-height: 1.6;
}

header {
  background: white;
  padding: 20px;
  color: black;
  text-align: center;
}

.container {
  padding: 20px;
  max-width: 1100px;
  margin: auto;
}

.ceo-section {
  display: flex;
  gap: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  flex-wrap: wrap;
}

.ceo-section picture,
.ceo-section img {
  width: 100%;
  border-radius: 10px;
}

.ceo-image {
  flex: 1 1 300px;
}

.ceo-content {
  flex: 2 1 300px;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  color: black;
}

.about-text {
  margin-top: 30px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

ul li {
  margin-bottom: 10px;
  color: #333;
}

/* Gradient class */
.my-gradient {
  background: linear-gradient(to right, white, grey);
}

/* Keep the hamburger icon color consistent */
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.5); /* remove border if you want */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Remove hover/focus/active effects */
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}




/* Navbar */
.navbar .nav-link {
  color: red !important;
  font-weight: 500;
}
.navbar .nav-link:hover {
  color: grey !important;
}
.navbar-brand {
  color: red !important;
  font-weight: 600;
}
.navbar .dropdown-toggle {
  color: red !important;
  font-weight: 500;
}
.navbar .dropdown-toggle:hover {
  color: grey !important;
}
.dropdown-menu {
  background-color: white;
}
.dropdown-item {
  color: red !important;
}
.dropdown-item:hover {
  background-color: grey !important;
  color: white !important;
}

/* Contact Us */
.cu_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.cu_child {
  flex: 1 1 48%;
  padding: 10px;
  box-sizing: border-box;
}
.cu_body {
  font-family: 'Jost', sans-serif;
  background-color: white;
  padding: 10px;
}
.cu_form-container {
  width: 90%;
  max-width: 400px;
  margin: auto;
  background-color: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
input[type="text"], input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}
button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: grey;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
button:hover {
  background-color: black;
}
.cu_content {
  padding: 15px;
  margin: 20px 0;
}
.cu_content h3 {
  padding: 10px 0;
  color: #483c42;
  font-size: 30px;
  font-family: "Righteous", sans-serif;
  text-transform: capitalize;
}
.cu_content h6 {
  color: #483c42;
  font-size: 16px;
  font-weight: 600;
}
.cu_content p {
  line-height: 1.9;
  color: #483c42;
  font-size: 18px;
}
.map-responsive {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* Gallery Starts */

.ga-row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 25px 25px 25px;
}

.ga-column {
    flex: 25px;
    max-width: 25%;
}

.ga-img-hover-zoom {
    height: auto;
    overflow: hidden;
    border: 5px solid #ffff;
}

.ga-img-hover-zoom img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    transition: transform 5s ease;
}

.ga-img-hover-zoom:hover img {
    transform: scale(1.5);
}

/* Responsive-css */

@media screen and (max-width: 800px) {
    .ga-column {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .ga-column {
        flex: 100%;
        max-width: 100%;
    }
}

/* Gallery End */


/* ===== Hero Section ===== */
.home-hero {
    background: linear-gradient(to right, black, red);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.home-hero h1 {
    font-size: 42px;
    font-weight: 700;
}

.home-hero p {
    font-size: 18px;
    margin: 15px 0;
}

.hero-btn {
    background: red;
    padding: 12px 28px;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.hero-btn:hover {
    background: black;
    color: white;
}

/* Index  Starts */


/* Remove the default Bootstrap arrow background */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none !important; /* remove the black SVG */
}

/* Optional: remove any hover outline/background from buttons */
.carousel-control-prev,
.carousel-control-next {
    background: none !important;
    width: 5%; /* adjust width if needed */
}


.index-quote-card {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    margin: 30px auto;
    max-width: 900px;
    text-align: center;
}

.index-quote-card h2 {
    color: red;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
}

.index-quote-card p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 25px;
}

/* New Button Section Styling */
.index-quote-buttons {
    max-width: 900px;
    margin: 25px auto;
    text-align: center;
}

.index-quote-buttons h1 {
    font-size: 28px;
    color: red;
    font-weight: 700;
    margin-bottom: 20px;
}

.index-quote-buttons .btn-index-quote {
    background: red;
    color: white;
    border: none;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.index-quote-buttons .btn-index-quote:hover {
    background: black;
}

.index-quote-buttons .btn-index-quote a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.index-quote-buttons .btn-index-quote a:hover {
    color: white;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .index-quote-card {
        padding: 20px 15px;
    }
    .index-quote-card h2 {
        font-size: 24px;
    }
    .index-quote-card p {
        font-size: 15px;
    }

    .index-quote-buttons h1 {
        font-size: 24px;
    }
    .index-quote-buttons .btn-index-quote {
        font-size: 15px;
        padding: 10px 20px;
    }
}

/* Index Ends */





/* Client Reviews tarts */

.client-reviews {
    background-color: #f3f4f6;
    padding: 20px;
}

.reviews {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 15px;
}

.client-row {
    border-radius: 25px;
    border: 3px solid burlywood;
    margin: 15px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.client-row:hover {
    transform: translateY(-5px);
}

.reviews img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px auto;
    display: block;
    border: 3px solid burlywood;
}

.reviews p {
    color: #483c42;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.reviews h2 {
    color: #483c42;
    font-size: 22px;
    font-weight: 400;
    font-family: "Righteous", sans-serif;
    text-transform: capitalize;
    margin-bottom: 2px;
    text-align: center;
}

/* Responsive-css */

/* Desktop Layout */
@media (min-width: 768px) {
    .reviews {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .client-row {
        margin: 10px;
    }
}

/* Mobile Layout */
@media (max-width: 767px) {
    .reviews {
        grid-template-columns: 1fr;
    }

    .client-row {
        margin: 10px auto;
        max-width: 400px;
    }

    .reviews img {
        width: 80px;
        height: 80px;
    }

    .reviews p {
        font-size: 14px;
    }

    .reviews h2 {
        font-size: 20px;
    }
}

/* Client Reviews Ends */



/* Emergency Starts */
.quote-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid red;   
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    margin: 35px auto;
    max-width: 950px;             
}

/* Main Heading */
.quote-card h2 {
    text-align: center;
    color: red;                  
    font-weight: 700;
    margin-bottom: 20px;
}

/* Section Headings */
.quote-card h4 {
    color: black;
    background: #e3f4ff;          
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}

/* Paragraphs */
.quote-card p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

/* List Styling */
.quote-card ul {
    padding-left: 20px;
    margin-top: 12px;
}

.quote-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    position: relative;
}

/* Custom red bullet — SAME as commercial */
.quote-card ul li::before {
    content: "•";
    color: red;
    font-weight: bold;
    margin-right: 8px;
}

/* Emergency Button — identical to commercial button */
.btn-emergency {
    background: red;              
    color: white;
    border: none;
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-emergency:hover {
    background: black;
    color: white;
}

/* <a> inside button */
.btn-emergency a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
}

.btn-emergency a:hover {
    color: white;
}
/* Emergency Ends */



/* Commercial Starts */
.commercial-quote-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid red;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    margin: 35px auto;
    max-width: 950px;
}

/* Main Heading */
.commercial-quote-card h2 {
    text-align: center;
    color: red;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Section Headings */
.commercial-quote-card h4 {
    color: black;
    background: #e3f4ff;  
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}

.commercial-quote-card p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

/* List Styling */
.commercial-quote-card ul {
    padding-left: 20px;
    margin-top: 12px;
}

.commercial-quote-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    position: relative;
}

/* Custom bullet (red dot) */
.commercial-quote-card ul li::before {
    content: "•";
    color: red;
    font-weight: bold;
    margin-right: 8px;
}

/* Button */
.btn-commercial {
    background: red;
    color: white;
    border: none;
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-commercial:hover {
    background: black;
    color: white;
}

/* If using <a> inside button */
.btn-commercial a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-commercial a:hover {
    color: white;
}


/* Commercial Ends */


/* Home Delivery Starts */
.home-quote-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid red; 
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    margin: 35px auto;
    max-width: 950px;
}

/* Main Heading */
.home-quote-card h2 {
    text-align: center;
    color: red;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Section Headings */
.home-quote-card h4 {
    color: black;
    background: #e3f4ff;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}

/* Paragraphs */
.home-quote-card p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

/* List Styling */
.home-quote-card ul {
    padding-left: 20px;
    margin-top: 12px;
}

.home-quote-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    position: relative;
}

/* Custom red bullet */
.home-quote-card ul li::before {
    content: "•";
    color: red;
    font-weight: bold;
    margin-right: 8px;
}

/* Button */
.btn-home-delivery {
    background: red;
    color: white;
    border: none;
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-home-delivery:hover {
    background: black;
    color: white;
}

/* If using <a> inside button */
.btn-home-delivery a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-home-delivery a:hover {
    color: white;
}
/* Home Delivery Ends */



/* Maintenance Starts */
.maintenance-quote-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid red; 
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    margin: 35px auto;
    max-width: 950px;
}

/* Main Heading */
.maintenance-quote-card h2 {
    text-align: center;
    color: red;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Section Headings */
.maintenance-quote-card h4 {
    color: black;
    background: #e3f4ff;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}

.maintenance-quote-card p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

/* List Styling */
.maintenance-quote-card ul {
    padding-left: 20px;
    margin-top: 12px;
}

.maintenance-quote-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    position: relative;
}

/* Custom red bullet */
.maintenance-quote-card ul li::before {
    content: "•";
    color: red;
    font-weight: bold;
    margin-right: 8px;
}

/* Button */
.btn-maintenance {
    background: red;
    color: white;
    border: none;
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-maintenance:hover {
    background: black;
    color: white;
}

/* Anchor inside button */
.btn-maintenance a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-maintenance a:hover {
    color: white;
}
/* Maintenance Ends */


/* Footer */
.contact {
  box-shadow: 0px 0px 10px whitesmoke;
  background-color: white;
  padding: 30px;
}
.contact-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.social-icon {
  text-align: center;
  margin-top: 10px;
}
.social-icon a i {
  color: red;
  margin: 0 15px;
  font-size: 35px;
  transition: all .42s;
}
.social-icon a i:hover {
  color: white;
  transform: scale(1.3);
}
.end-text {
  margin-top: 25px;
  background-color: white;
  text-align: center;
  padding: 15px;
}
.end-text p {
  color: red;
  font-size: 20px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  header h1 { font-size: 24px; }
  .ceo-section { flex-direction: column; align-items: center; }
  .ceo-content { text-align: center; }
  .cu_child { flex: 1 1 100%; }
  .cu_content h3 { font-size: 20px; }
  .cu_content h6 { font-size: 14px; }
  .cu_content p { font-size: 16px; }
  .social-icon a i { font-size: 15px; }
  .end-text p { font-size: 12px; }
}
