

body{
   background-color: black;
    margin: 0;
    padding: 0;
}


* {
margin: 0px;
padding: 0px;
}

/* header start */
header {
background-color: #04a3a5;
font-weight: bolder;
color: white;
}

.info, .menu {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.info li, .menu li {
list-style: none;
padding: 5px;
color: white;
}

.menu li {
margin: 0 10px; /* Added margin for spacing */
}

.menu li a:hover {
color: white;
}

.menu a {
text-decoration: none;

}

.info a, .menu a {
color: white;
text-decoration: none;
}





@media (max-width: 545px) {
.info a, .menu a {
font-size: 12px;
}
.info li, .menu li {
list-style: none;
padding: 0px;
color: white;
}
}


                                                /* logo start */
                                                    .logo{
                                                      width: 88%;
                                                    }
                                                .search-box{
                                                    background-color: white;
                                                }
                                            
                                                .searchBar {
                                                    position: relative;
                                                  }
                                                  
                                                  .search-box {
                                                    width: 100%;
                                                    padding-right: 40px;
                                                    /* Adjust padding to ensure space for the search icon */
                                                  }
                                                  
                                                  .search-icon {
                                                    position: absolute;
                                                    right: 20px;
                                                    top: 50%;
                                                    transform: translateY(-50%);
                                                  }
                                                  
                                                  .category-dropdown {
                                                    width: 100%;
                                                    padding: 0.375rem 0.75rem;
                                                    /* Adjust padding for better appearance */
                                                    border: 1px solid rgb(135 132 132);
                                                  }
                                                  
                                                  .callUs p {
                                                    color: #04a3a5;
                                                    font-weight: bold;
                                                    font-size: 1.2rem;
                                                  }
                                                  
                                                  @media (min-width: 768px) and (max-width: 1024px) {
                                                    .callUs p {
                                                        font-size: 13px;
                                                    }
                                                  }

                                                  @media only screen and (max-width: 768px) {
                                                    .callUs {
                                                        display: none;
                                                    }
                                                  }
                                                  
                                                  .unique-search-bar {
                                                    position: relative;
                                                  }
                                                  
                                                  .unique-search-input {
                                                    width: 100%;
                                                    padding: 10px;
                                                    color: black;
                                                    height: 43px;
                                                    border: 1px solid rgb(135 132 132);
                                                    margin-bottom: 5PX;
                                                  }
                                                  
                                                  .unique-search-icon {
                                                    position: absolute;
                                                    right: 15px;
                                                    top: 45%;
                                                    transform: translateY(-50%);
                                                    color: black;
                                                  }
                                                  
                                                  .unique-search-results {
                                                    position: absolute;
                                                    top: 100%;
                                                    left: 0;
                                                    right: 0;
                                                    border: 1px solid #ccc;
                                                    max-height: 200px;
                                                    overflow-y: auto;
                                                    background-color: #fff;
                                                    display: none;
                                                    z-index: 1000;
                                                  }
                                                  
                                                  .unique-search-result-item {
                                                    padding: 10px;
                                                    border-bottom: 1px solid #eee;
                                                    cursor: pointer;
                                                  }
                                                  
                                                  .unique-search-result-item:hover {
                                                    background-color: #f0f0f0;
                                                  }
                                                  
                                                  /* Responsive */
                                                  @media (max-width: 767px) {
                                                    .logo {
                                                        width: 245px; /* Decrease logo width */
                                                        height: auto; /* Ensure aspect ratio is maintained */
                                                        /* Use this line to adjust logo height */
                                                        height: 69px;
                                                    }
                                                  }
                                                  



  
/*----------------------- orange navbar ---------------------------------*/
.navbar {
overflow-y: auto;
top: 0;
left: 0;
background-color: #ff6f00;
color: #fff;
width: 100%;
display: flex;
justify-content: center; /* Align items horizontally */
align-items: center; /* Align items vertically */

font-weight: bolder;
}

.navbar ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap; /* Allow wrapping to new lines */
}

.navbar li {
padding: 0 10px;
}

.navbar a {
text-decoration: none;
color: #fff;
padding: 10px;
display: block;
}

.navbar a:hover {
background-color:#04a3a5;
}

.content {
margin-top: 60px; /* Adjust according to navbar height */
padding: 18px;
text-align: center; /* Align content in the center */
}

.toggle-menu {
cursor: pointer;
font-size: 37px; /* Adjust the size of the three lines here */
height: 38px; /* Adjust the height of the three lines here */
width: 40px; /* Adjust the width of the three lines here */
margin-left: auto; /* Push to the right */
display: none; /* Initially hide on large screens */
margin-bottom: 7px;
}

@media only screen and (max-width: 768px) {
.toggle-menu {
display: block;
}

.navbar {
flex-direction: column;
align-items: center; /* Align items vertically */
height: auto;
}

.navbar ul {
flex-direction: column;
display: none;
}

.navbar ul.active {
display: flex;
}

.navbar li {
padding: 10px 0;
}
}

/* -------------------------------------orange navbar end -----------------------*/





/* Container for the slideshow */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
.mySlides{
  margin-top: 15px;
}

.about {
  
    
    color:white;
    font-family: Arial, sans-serif;
    margin-top: 25px;
}

.about h1 {
    font-size: 2em;
}

.about p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    line-height: 1.5;
}

button {
    background-color: #ffcccc;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
    font-weight: bolder;
}

/* Hide all images by default */
.mySlides {
    display: none;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

/* Responsive styling */
img {
    vertical-align: middle;
    width: 100%;
}

/* Optional: Style the dots/bullets (if you want to add navigation dots) */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #ff6f00;
    color: white;
}







      /* <!-- start of footer --> */
                  
      ul {
                            margin: 0px;
                            padding: 0px;
                        }
                        .footer-section {
                          margin-top: 10px;
                          background: black;
                          position: relative;
                        }
                        .footer-cta {
                          border-bottom: 1px solid  #373636;
                        }
                        .single-cta i {
                          color: #ff5e14;
                          font-size: 30px;
                          float: left;
                          margin-top: 8px;
                        }
                        .cta-text {
                          padding-left: 15px;
                          display: inline-block;
                        }
                        .cta-text h4 {
                          color: #fff;
                          font-size: 20px;
                          font-weight: 600;
                          margin-bottom: 2px;
                        }
                        .cta-text span {
                          color: white;
                          font-size: 15px;
                        }
                        .footer-content {
                          position: relative;
                          z-index: 2;
                        }
                        .footer-pattern img {
                          position: absolute;
                          top: 0;
                          left: 0;
                          height: 330px;
                          background-size: cover;
                          background-position: 100% 100%;
                        }
                        .footer-logo {
                          margin-bottom: 30px;
                        }
                        .footer-logo img {
                            max-width: 200px;
                        }
                        .footer-text p {
                          margin-bottom: 14px;
                          font-size: 15px;
                          color:white;
                      line-height: 28px;
                      font-weight: 600;
                        }
                        .footer-social-icon span {
                          color: #fff;
                          display: block;
                          font-size: 20px;
                          font-weight: 700;
                          font-family: 'Poppins', sans-serif;
                          margin-bottom: 20px;
                        }
                        .footer-social-icon a {
                          color: #fff;
                          font-size: 16px;
                          margin-right: 15px;
                        }
                        .footer-social-icon i {
                          height: 40px;
                          width: 40px;
                          text-align: center;
                          line-height: 38px;
                          border-radius: 50%;
                        }
                        .facebook-bg{
                          background: #3B5998;
                        }
                        .twitter-bg{
                          background: #55ACEE;
                        }
                        .google-bg{
                          background: #DD4B39;
                        }
                        .footer-widget-heading h3 {
                          color: #fff;
                          font-size: 20px;
                          font-weight: 600;
                          margin-bottom: 40px;
                          position: relative;
                        }
                        .footer-widget-heading h3::before {
                          content: "";
                          position: absolute;
                          left: 0;
                          bottom: -15px;
                          height: 2px;
                          width: 50px;
                          background: #ff5e14;
                        }
                        .footer-widget ul li {
                          display: inline-block;
                          float: left;
                          width: 50%;
                          margin-bottom: 12px;
                        }
                        .footer-widget ul li a:hover{
                          color: #ff5e14;
                        }
                        .footer-widget ul li a {
                          color: white;
                          text-transform: capitalize;
                        }
                        .subscribe-form {
                          position: relative;
                          overflow: hidden;
                        }
                        .subscribe-form input {
                          width: 100%;
                          padding: 14px 28px;
                          background: #2E2E2E;
                          border: 1px solid #2E2E2E;
                          color: #fff;
                        }
                        .subscribe-form button {
                            position: absolute;
                            right: 0;
                            background: #ff5e14;
                            padding: 13px 20px;
                            border: 1px solid #ff5e14;
                            top: 0;
                        }
                        .subscribe-form button i {
                          color: #fff;
                          font-size: 22px;
                          transform: rotate(-6deg);
                        }
                        .copyright-area{
                          background: #202020;
                          padding: 25px 0;
                        }
                        .copyright-text p {
                          margin: 0;
                          font-size: 14px;
                          color: #878787;
                        }
                        .copyright-text p a{
                          color: #ff5e14;
                        }
                        .footer-menu li {
                          display: inline-block;
                          margin-left: 20px;
                        }
                        .footer-menu li:hover a{
                          color: #ff5e14;
                        }
                        .footer-menu li a {
                          font-size: 14px;
                          color: #878787;
                        }

                        iframe{
                            height: 200px;
                            width: 350px;
                           
                        }
                        @media (max-width: 768px) {
                          iframe{
                              width: calc(80% - 20px);
                          }
                      }
                       /* footer end */
                  
                    


                     
/* whats app icon */
.whatsapp-icon {
  position: fixed;
  bottom: 20px; /* Adjust this value to move the icon up or down */
  right: 20px;  /* Adjust this value to move the icon left or right */
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/* whats app icon end */
                       


