body {
  font-family: "Arial", sans-serif;
}

*{
  padding: 0;
  margin: 0;
}
.top-bar {
  background-color: #0099cc;
  padding: 10px 0;
}

.logo {
  max-height: 50px;
}

.logo-text {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-left: 10px;
}

.nav-link {
  color: #ffffff !important;
  font-weight: 600;
  margin: 0 10px;
}

.nav-link:hover {
  color: #e0d03e !important;
}

.phone-number {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.phone-icon {
  margin-right: 10px;
  transform: rotate(15deg);
}

/* Dropdown styling */
.dropdown-menu {
  background-color: #001b3a;
  border: 2px solid white;
  width: 264px;
  margin-top: 0;
  display: none;
}

.call-number {
  color: #ffffff;
}

.call-number a{
   text-decoration: none;
}

/* Show dropdown on hover for desktop */
@media (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-item {
  color: #ffffff;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e0d03e;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.navbar-toggler {
  /* border: none; */
  border: 2px solid white;
}

.contact-btn {
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  text-decoration: none;
}

/* Mobile styles */
@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #293858;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .contact-btn {
    display: block;
    text-decoration: none;
  }

  .dropdown-menu {
    width: 100%;
  }

  /* For mobile, use Bootstrap's default behavior */
  .dropdown .dropdown-menu.show {
    display: block;
  }
}

/**********************************hero-section *********************/
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url("/api/placeholder/1200/400") center/cover;
    height: 300px;
    position: relative;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 127, 80, 0.7); /* Orange with opacity */
  }
  @media (max-width: 992px) {
    .dropdown-menu {
      border: none;
      box-shadow: none;
      padding-left: 20px;
      width: 100%; /* Full width on mobile */
    }

    .navbar-collapse {
      margin-top: 15px;
    }
    .navbar h5 {
      font-size: 1rem;
    }
  }

h1, h2, h3, h4, h5, h6 {
    color: #2c3145;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #0048bd;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #0048bd;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}


.phone-button {
  background-color: #e0d03e;
  color: #000;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin: 20px 0;
}

.phone-button:hover {
  background-color: #e0d03e;
  color: #000;
}

.kitchen-image {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}
.ap-image{
  padding: 0;
}
/* Media Queries for Mobile */
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .company-name {
    font-size: 24px;
  }

  .hero-text {
    font-size: 14px;
    padding: 0 15px;
  }

  .kitchen-image {
    width: 100%;
    height: 300px;
  }
}


.appliance-sub{
    background-color: #001f3f;
  color: white;
  padding: 50px;
  text-align: center;
  margin-top: 50px;
}
.appliance-name{
    color: #e0d03e;
  font-size: 32px;
  font-weight: bold;
  margin: 40px 0;
}
.appliance-text{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.ap-btn{
    background-color: #e0d03e;
    color: #000;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin: 20px 0;
}
.ap-img{
  width: 100%;
  height: 500px ;
  margin-bottom: 60px;
}
/* Media Queries for Mobile */
@media (max-width: 768px) {

    .appliance-name {
        font-size: 24px;
      }
    
      .appliance-text {
        font-size: 14px;
        padding: 0 15px;
      }
      .ap-img{
        padding: 0!important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
          height: 300px;
      
      }
}




/*******************AWARD-SECTION************/
.awards-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
  }
  .awards-title {
    font-size: 40px; 
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 30px;
    text-align: center;
  }
  .award-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 320px;

  }
  .award-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  }
  .award-icon {
    font-size: 48px;  
    color: #0056b3;
    margin-bottom: 20px;
  }
  .award-title {
    font-size: 24px;  
    font-weight: 600;
    color: #343a40;
    margin-bottom: 15px;
  }
  .award-description {
    font-size: 16px;  
    color: #6c757d;
  }
  .lead{
    margin-bottom: 55px;
  }
 
  /* @media (max-width: 768px) {
    .award-card {
      padding: 20px;
      margin-bottom: 20px;
    }
  } */

  @media (max-width: 767px) {
    .award-card {
        padding: 20px;
        min-height: 250px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    }
}

/* Tablet & Small Laptops (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .award-card {
        padding: 25px;
        min-height: 280px;
    }
}

/* Large Screens (1025px and above) */
@media (min-width: 1025px) {
    .award-card {
        padding: 30px;
        min-height: 320px;
    }
}



  /***********FAQ*********/

  .accordion-button::after {
    display: none;
}
.toggle-icon {
    margin-left: auto;
    font-size: 19px;
    font-weight: bold;
}
.faq-head{
  margin-bottom: 40px;
}
.accordion-button {
  font-weight: bold;
}
.accordion-body {
  font-weight: bold;
}


/*********CONTACT-FORM***********/

.contact-form {
             
  padding: 20px;
  
}
.form-control{
  
  font-weight: bold;
}
.form-select{
  font-weight: bold;
}
.contact-form p{
  text-align: center;
  padding:20px 0 30px 0;
}


/********FOOTER*******/
.footer {
  background-color: #0099cc;
  padding: 30px 0;
  color: #002244;
  font-weight: bold;
}
.footer a {
  text-decoration: none;
  color: #FFF;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .icon {
  background-color: #002244;
  color: #FFF;
  padding: 8px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  text-align: center;
}
.footer .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer .disclaimer {
  border-top: 2px solid #FFF;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.footer h4{
  color: #fff;
  font-weight: bold;
}

.footer h5{
  color: #fff;
  font-weight: bold;
}

.footer h5{
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}




/************Repair-service************/

.repair-service .container{
  padding: 40px 100px 40px 100px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  margin-bottom: 50px;
}
.repair-service-inside h3{
text-align: center;
font-weight: bold;
}

.repair-service-inside p{
   text-align: justify;
   padding-bottom: 40px;
}

.repair-service-inside{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .repair-service .container {
    padding: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
  }
.repair-title{
  padding: 1px;
}
}



.call-button .call-flex {
  position: fixed;
  background: #00bf5e;
  color: #000000;
  width: 100%;
  padding: 10px 0;
  right: 0;
  bottom: 0;
  transition: background 0.5s;
  z-index: 9;
  display: flex
;
  align-items: center;
  justify-content: center;
}
 .call-button .call-flex p {
  margin: 0;
  margin-right: 15px;
}
 .call-flex p, .call-flex a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  transition: 0.3s;
  text-decoration: none;
}
.call-flex p:hover,  .call-flex a:hover {
  color: #fff;
  letter-spacing: 2px;
}

:root {
  --primary: #efeada;
  --secondary: lightblue;
  --dark: #607d8b;
  --light: #f7f7f7;
  --shadow: 1px 0px 5px darkgray;
}
body {
  margin: 0;
  padding: 0;
  background: var(--primary);
}
.section {
  padding: 70px 30px;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 350px));
  grid-gap: 15px 15px;
  justify-content: center;
  align-items: baseline;
}

.grid-row .grid-item span {
  padding: 10px;
  line-height: 1;
}
.grid-row .grid-item h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.grid-row .grid-item:hover {
  filter: contrast(0.7);
}
.grid-row .grid-item {
  transition: filter 0.5s ease;
  display: flex;
  cursor: pointer;
  background: var(--light);
  box-shadow: var(--shadow);
  color: var(--dark);
  text-align: center;
  font-family: sans-serif;
  flex-direction: column-reverse;
  align-items: stretch;
}


