/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Rowdies:wght@300;400;700&family=Signika+Negative:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,600;0,700;0,800;0,900;1,600;1,700;1,800&family=Poppins:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

/*header section*/
.hero_area {
  font-family: "Nunito", sans-serif;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  background-color: #ffffff;
    position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
  font-weight: bolder;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.quote_btn-container a {
  color: #151515;
  margin-right: 10px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-right: 5px;
}
.quote_btn-container a i{
  font-size: 35px;
  padding-left: 10px;
}
/*end header section*/
footer {
  background-color: #333;
  padding: 20px 0;
  color: white;
  font-family: "Signika Negative", sans-serif;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
 footer .about-us{
  background-color: #333;
 }
footer .about-us,
.quick-links,
.follow-us {
  flex: 1;
  padding: 0 20px;
}

footer .about-us h3,
.quick-links h3,
.follow-us h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
footer .about-us h4{
  font-size: 15px;
}
footer .about-us p {
  font-size: 14px;
}

footer .quick-links ul {
  list-style: none;
  padding: 0;
}

footer.quick-links li {
  margin-bottom: 10px;
}

footer .quick-links a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}

footer .social-media a {
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  padding: 15px;
  background-color: black;
  border-radius: 60%;
}
footer .copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Basic styling for the line */
footer  .container .line {
   /* Color of the line */
}

/* Additional styles for responsiveness */
@media (min-width: 768px) {
  /* Adjust line width for larger screens */
  footer .line {
    width: 50%;
  }
}


footer .copyright p {
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  footer .copyright p {
    font-size: 13px; /* Adjust font size for smaller screens */
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  footer .container {
      flex-direction: column;
  }

  footer .about-us,
  .quick-links,
  .follow-us {
      padding: 10px 0;
      text-align: center;
  }
}


.Timeline{
  padding: 0;
  marign: 0;
}
.Timeline .container{
  max-width: 1100px;
  marign: 0 auto;

}
.Timeline .title{
  text-align: center;
  padding: 10px 0;
  font-size: 40px;
  margin-bottom: 50px;
  
}




.product-cards-title .heading {
  text-align: center;
  color: black;
  padding: 2rem 0;
  font-family: 'Barlow Condensed', sans-serif;  
  font-weight: bold;
  margin-top: 80px;
  font-size: 1.5rem;
}

.product-cards-title .heading span {
  background-color: red;
  color: white;
  display: inline-block;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
}
.product-cards-title .heading h1{
  font-size: 2.2rem;
  font-weight: bold;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-family: 'Barlow Condensed', sans-serif;
}

.product {
  width: calc(25% - 40px); /* 25% width with 20px margin on each side */
  margin: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.product h3{
  margin-top: 5px;
  font-weight: bold;
}
.product img {
  width: 100%;
  height: auto;
}

.price {
  display: block;
  font-size: 25px;
  color: #333;
  margin-top: 10px;
 margin-bottom: 15px;
}

.price del{
  font-size: 20px;
  color: rgba(0, 0, 0, 0.598);
}
.product a{
  border: 2px solid red;
  background: white;
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;

  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  
}
.product a i{
  color: red;
  font-size: 25px;
  padding-right: 10px;
}
.discount-tag {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 5px;
}

/* Media Query for responsiveness */
@media screen and (max-width: 768px) {
  .product {
      width: calc(100% - 25px); /* One product in a row for smaller screens */
  }
}


/* slider section */
.slider_section {
  top:40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #f9fafa;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel {
  width: 100%;
  z-index: 3;
}

.slider_section .detail-box {
  color: #000000;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  
  font-family: "Rowdies", sans-serif;
  margin-bottom: 0;
}

.slider_section .detail-box p {
  margin: 25px 0;
  text-align: justify;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f89646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #f89646;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #f89646;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #6bb7be;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #6bb7be;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #6bb7be;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #6bb7be;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  background-color: #f89646;
}

.offer-card {
  border-radius: var(--radius-10);
  padding: 20px;
  display: grid;
  align-content: center;
}

.offer-card .card-subtitle {
  font-size: var(--fs-7);
  text-transform: uppercase;
  font-weight: var(--fw-700);
}

.offer-card .card-title {
  color: var(--black);
  margin-block: 5px 24px;
}

.offer-card .btn { background-color: var(--portland-orange); }

.offer-card .btn:is(:hover, :focus) {
   background-color: var(--black);
     }

    
/* Base styles */
.featured .heading {
  text-align: center;
  color: black;
  padding: 2rem 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.featured .heading span {
  background-color: red;
  color: white;
  display: inline-block;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
}
.featured .heading h1{
  font-size: 2.2rem;
  font-weight: bold;
}
.featured-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, auto));
  gap: 2rem;
}

.featured-container .box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px;
  background-color: #FFCACA;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.featured-container .box img {
  width: 180px;
  object-fit: contain;
  object-position: center;
}

.featured-container .box img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.featured-container .box .text{
  font-family: 'Barlow Condensed', sans-serif; 
}
.featured-container .box .text h2{
  font-size: 1.9rem;
  font-weight: bold;
  text-transform: uppercase;
}
.featured-container .box .text h3{
  font-size: 1.8rem;
  padding-bottom: 5px;
}
.featured-container .box .text a{
 background-color: red;
 font-family: "Nunito", sans-serif;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;

  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  color: white;
}
.featured-container .box .text  a i{
  font-size: 18px;
  padding-right: 10px;
}

/* Media query for responsiveness */
@media only screen and (max-width: 768px) {
  .featured .heading {
    font-size: 1.5rem;
  }

  .featured-container {
    grid-template-columns: repeat(auto-fit, minmax(14rem, auto));
  }

  .featured-container .box img {
    width: 150px;
  }
  .featured-container .box .text h2{
    font-size: 25px;
  }
  .featured-container .box .text .btn{
    font-size: 15px;
  }
  .featured-container .box .text  a i{
    font-size: 10px;
  }
 
}


@media(max-width:450px){
  .featured .heading h1{
    font-size: 1.7rem;
    font-weight: bold;
  }
  .featured-container .box .text{
    justify-content: center;
    text-align: center;
    font-family: "Signika Negative", sans-serif;
  }
  .featured-container .box .text h2{
    font-size: 22px;
    text-align: center;
    
  }
  .featured-container .box .text h3{
    font-size: 20px;
  }
  .featured-container .box. .text .btn{
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 16px;
  }
  .featured-container .box .text  a i{
    font-size: 15px;
  }
 
}

.time-container {
  display: flex;
  row-gap: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.time-container .image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.time-container header {
  font-size: 60px;
  color: black;
  font-weight: 600;
  text-align: center;
}
.time-container p {
  font-size: 16px;
  font-weight: 400;
  color: black;
  max-width: 550px;
  text-align: center;
}
.time-container .time-content {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.time-container .time-content .time {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #5e5e5e;
  padding:10px 20px;
  color: white;
  border-radius: 10px;
}
.time .number,
.time .text {
  font-weight: 500;
  color: white;
}
.time .number {
  font-size: 40px;
}
.time .text {
  text-transform: capitalize;
  font-size: 12px;
}
.email-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
.email-content p {
  font-size: 13px;
}
.input-box {
  display: flex;
  align-items: center;
  height: 40px;
  max-width: 360px;
  width: 100%;
  margin-top: 20px;
  column-gap: 20px;
}
.input-box input,
.input-box button {
  height: 100%;
  outline: none;
  border: none;
  border: 1px solid black;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
}
.input-box input {
  width: 100%;
  padding: 0 15px;
  color: black;
}
input::placeholder {
  color: black;
}
.input-box button {
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.input-box button:hover {
  background-color: #fff;
  color: #0d6a81;
}
@media screen and (max-width: 360px) {
  .time-container header {
    font-size: 30px;
  }
  .time-container{
    padding: 25px;
  }
  .time-container .time-content .time {

    padding:7px 13px;

    border-radius: 10px;
  }
  .time .number,
.time .text {
  font-weight: 500;
  color: white;
}
.time .number {
  font-size: 30px;
}
.time .text {
  text-transform: capitalize;
  font-size: 12px;
}
}

.gallery-title .heading {
  text-align: center;
  color: black;
  
  padding: 2rem 0;
  font-family: "Signika Negative", sans-serif;
  font-weight: bold;
  margin-top: 60px;
  font-size: 1.5rem;
}

.gallery-title .heading span {
  background-color: red;
  color: white;
  display: inline-block;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
}
.gallery-title .heading h2{
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Signika Negative", sans-serif;
}
.gallery{
  min-height: 100vh;
  padding-bottom: 80px;
  padding-top: -29px;
}

.gallery .controls{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding:20px 0;
  list-style: none;
}

.gallery .controls .buttons{
  height:40px;
  width: 140px;
  background:#fff;
  color:#666;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 40px;
  margin:20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.gallery .controls .buttons.active{
  background:red;
  color:#fff;
}

.gallery .image-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .image-container .image{
  height:250px;
  width: 350px;
  overflow: hidden;
  border:15px solid #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,.3);
  margin: 20px;
}

.gallery .image-container .image img{
  height: 100%;
  width:100%;
  object-fit: cover;
}

.gallery .image-container .image:hover img{
  transform: scale(1.4);
}

.contact-title .heading {
  text-align: center;
  color: black;
  
  padding: 2rem 0;
  font-family: "Signika Negative", sans-serif;
  font-weight: bold;
  margin-top: 60px;
  font-size: 1.5rem;
}

.contact-title .heading span {
  background-color: red;
  color: white;
  display: inline-block;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
}
.contact-title .heading h2{
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Signika Negative", sans-serif;
}
.contact .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.contact {
  background: #f9f9f9;
  padding: 40px 0;
}

.contact .contact-form {
  width: 50%;
  padding-right: 100px;
}

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

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

.contact label {
  display: block;
  margin-bottom: 5px;
}

.contact input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact .contact-form button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact .contact-form button:hover {
  background-color: #0056b3;
}

.contact .contact-form .map {
  width: 50%;
}

.contact .contact-form .map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
  .contact .container {
    flex-direction: column;
  }
  
  .contact .contact-form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; /* Add some space between the form and the map */
  }
  
  .contact .map {
    width: 100%;
  }
  .contact .map iframe{
    width: 100%;
  }
}

.product-title .heading {
  text-align: center;
  color: black;
  padding: 2rem 0;
  font-family: 'Barlow Condensed', sans-serif;  
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.5rem;
}

.product-title .heading span {
  background-color: red;
  color: white;
  display: inline-block;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
}
.product-title .heading h1{
  font-size: 2.2rem;
  font-weight: bold;
}
.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px;
  padding-top: 5px;
}

.product-card {
  position: relative;
  width: calc(33.33% - 20px); /* Adjust as needed */
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  align-items: center;
}

.product-card img {
  width: 100%;
  border-radius: 5px;
}

.product-card h2 {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  margin-top: 10px;  font-size: 1.5rem;
}

.product-card p {
  margin-top: 5px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 10px;
  text-align: justify;
  text-align: center;
}

.product-card .btn {

  border: 2px solid red;
  background: white;
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 23px;
  font-family: "Nunito", sans-serif;
  font-weight: bolder;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
}
.product-card a i{
  color: red;
  font-size: 20px;
  padding-right: 10px;
 ;
}
.product-card button:hover {
  background-color: #0056b3;
}

.discount-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .product-title{
    top: 50px;
  }
  .product-container{
    padding: 30px;
  }
  .product-card {
    width: calc(50% - 20px); /* Adjust for smaller screens */
  }
  .product-title .product-card h2{
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .product-title .heading h1{
    font-size: 1.7rem;
  }
  .product-card {
    width: 100%; /* Make full width on smaller screens */
  }
  .product-title .product-card h2{
    font-size: 1rem;
  }
}


  /* Why Choose us*/
  .choose-us .section .title h1{
    text-align: center;
    font-size: 40px;
    font-family: "Signika Negative", sans-serif;
    font-weight: bold;
    color: black;
    padding-bottom: 5px;
  }

  .choose-us .section .services {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px auto;
    text-align: center;
    font-family: "Signika Negative", sans-serif;

  }
  .choose-us .section .services .card{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0px 20px ;
    padding: 20px 20px;
    background-color: #d2d2d2;
    border-radius: 10px;
    cursor: pointer;
  }
  .choose-us .section .services .card .icon{
    font-size: 35px;
  }
  .choose-us .section .services .card .icon img{
    width: 100px;
  }
  .choose-us .section .services .card h2{
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: "Signika Negative", sans-serif;
  }
  .choose-us .section .services .card p{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #5e5e5e;
    font-family: "Signika Negative", sans-serif;
  }
  @media screen and (max-width: 940px) {
    .choose-us{
      margin-top:100px;
    }
    .choose-us .section .title h1{
      font-size: 28px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
    }
    .choose-us .section .title h1::after{
      content: "";
      height: 4px;
      top: 4px;
      width: 180px;
      background-color: black;
      display: block;
      margin: auto;
    }
    .choose-us .section .services{
      display: flex;
      flex-direction: column;
    }
    .choose-us .section .services .card{
      width: 85%;
      display: flex;
      margin: 20px 0px;
    }
  }
  #section-wrapper{
    width: 100%;
    padding: 10px;
}

.whatsapp-icon-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  animation: float 2s ease-in-out infinite;
}

.whatsapp-icon {
  width: 50px; /* Adjust size as needed */
  height: auto;
  box-shadow: #000000;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}




.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #6bb7be;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #6bb7be;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #6bb7be;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px;
  padding: 35px 25px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.client_section .box .img-box {
  border-radius: 100%;
  border: 10px solid #6bb7be;
  margin-right: 25px;
  min-width: 175px;
  max-width: 175px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.client_section .box .detail-box .name {
  text-align: center;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #6bb7be;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #6bb7be;
  background-position: center;
  border-radius: 100%;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #000000;
}

.client_section .carousel-control-next {
  left: initial;
}

.contact_section {
  position: relative;
  background-color: #f9fafa;
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #333;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::placeholder {
  color: #333;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #6bb7be;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #6bb7be;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #6bb7be;
}

.contact_section .map_container {
  height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #191e1f;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #f89646;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #f89646;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 10px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6bb7be;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #6bb7be;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #6bb7be;
}

.info_section .info_form .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_form .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid #6bb7be;
  color: #6bb7be;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_form .social_box a:hover {
  color: #f89646;
  border-color: #f89646;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */