/* General styles for the hero section */
 #hero {
    width: 100%;
    height: 80vh;
    background: url("img/hero-bg.jpg") center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  *{
    padding: 0;margin: 0;
   
  }
  .logo{
    background: url("img/logo 2.svg");
    height: 80px;
    width: 220px;
    padding: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: darken;
  }
  
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

  
  #hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    padding-top: 200px; /* Increased top padding for better alignment */
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  
  #hero h1 {
    margin: 0 0 20px 0; /* Increased bottom margin for better spacing */
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Added text shadow for better readability */
  }
  
  #hero h2 {
    font-size: 24px; /* Increased font size for the section subtitle */
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  
  #hero .btn-get-started,
  #hero .btn-learn-more {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 30px;
    transition: 0.3s;
    margin: 10px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  #hero .btn-get-started {
    background-color: #f86f03;
    border: 2px solid #f86f03;
    color: #fff;
  }
  
  #hero .btn-learn-more {
    background-color: transparent;
    border: 2px solid #f86f03;
    color: #f86f03;
  }
  
  #hero .btn-get-started:hover,
  #hero .btn-learn-more:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
  
  /* General styles for the about section */
  #about {
    background-color: #f7f7f7;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
  }
  
  #about h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
  }
  
  #about h3 {
    font-size: 20px;
    font-weight: 400;
    color: #555;
    margin-bottom: 30px;
  }
  
  #about p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  
  #about ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }
  
  #about li {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
    padding: 4px 30px;
    text-align: left;
  }
  
  #about li:before {
    content: "\f111";
    font-family: "Remixicon";
    font-size: 18px;
    color: #f86f03;
    position: absolute;
    left: 0;
    top: 5px;
  }
  
  @media (max-width: 768px) {
    #hero h1 {
      font-size: 32px;
    }
  
    #hero h2 {
      font-size: 18px;
    }
  
    #about h2 {
      font-size: 28px;
    }
  
    #about h3 {
      font-size: 18px;
    }
  
    #about p {
      font-size: 14px;
    }
  
    #about li {
      font-size: 14px;
    }
  }
  /* counts section  */
  /* General styles for the counts section */
#counts {
   
    background: #f86f03;
    padding: 40px 0 20px 0;
    color: #fff;

  }
  
  .counters {
    margin-top: 30px;
  }
  
  .counters .col-lg-3 {
    padding: 10px;
  }
  
  .counters .purecounter {
    font-size: 36px;
    font-weight: 700;
    color: white;
    display: block;
    margin-bottom: 10px;
  }
  
  .counters p {
    font-size: 18px;
    color: white;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .counters .purecounter {
      font-size: 24px;
    }
  
    .counters p {
      font-size: 16px;
    }
  }
  
  /* counts section end */

  /* services section  */
  /* General styles for the services section */
  #services {
    background-color: #f7f7f7;
    padding: 80px 0;
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
  }
  
  .services .icon-box {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin-bottom: 30px;
    height: 219px;
  }
  
  .services .icon-box:hover {
    transform: translateY(-5px);
  }
  
  .services .icon {
    font-size: 36px;
  }
  
  .services .icon-box:nth-child(1) .icon {
    color: #ff689b; /* Pink color for the first icon box */
  }
  
  .services .icon-box:nth-child(2) .icon {
    color: #e9bf06; /* Yellow color for the second icon box */
  }
  
  .services .icon-box:nth-child(3) .icon {
    color: #3fcdc7; /* Blue-green color for the third icon box */
  }
  
  .services .icon-box:nth-child(4) .icon {
    color: #41cf2e; /* Green color for the fourth icon box */
  }
  
  .services .icon-box:nth-child(5) .icon {
    color: purple; /* Purple color for the fifth icon box */
  }
  
  .services .icon-box:nth-child(6) .icon {
    color: orange; /* Orange color for the sixth icon box */
  }
  
  .services .icon-box:nth-child(7) .icon {
    color: #4680ff; /* Blue color for the seventh icon box */
  }
  
  .services .icon-box:nth-child(8) .icon {
    color: green; /* Green color for the eighth icon box */
  }
  
  .services h4.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
  }
  
  .services p.description {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
  }
  
  @media (max-width: 768px) {
    /* Adjust the styles for smaller screens */
    .section-title h2 {
      font-size: 28px;
    }
  
    .services .icon-box {
      padding: 15px;
    }
  
    .services h4.title {
      font-size: 20px;
    }
  
    .services p.description {
      font-size: 14px;
    }
  }  
  
  /* services section end */

  /* cta  */
  #cta{
    width: 100%;
    background: #f86f03;
    color: white;
    padding: 20px 10px;
  }
  .cta-btn{
    background-color:white;
    border: 2px solid #f86f03;
    color: #f86f03;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 30px;
    transition: 0.3s;
    margin: 10px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .cta-btn :hover{
    transform: scale(1.05);
   
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
  /* cta end */
  /* 
  # Testimonials
  --------------------------------------------------------------*/
  .testimonials 
  {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 1em;
    background-color: #fff;
  
  }
  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }
  
  .testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 300px;
  }
  
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
  }
  
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    text-align: center;
  }
  
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
  }
  
  .testimonials .testimonial-item .quote-icon-left,
  .testimonials .testimonial-item .quote-icon-right {
    color: #f86f03;
    font-size: 26px;
  }
  
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  
  .testimonials .testimonial-item
  {
    border-radius: 10px;
    background-color: rgb(248, 248, 248);
    padding-bottom: 2em;
    border: 1px solid #f86f03;
    /* box-shadow: 1px 1px 10px 8px rgb(162, 162, 162); */
  }
  
  .testimonials .testimonial-item .star 
  {
    text-align: center;
  }
  .testimonials .testimonial-item:hover 
  {
    background-color: #f86f03;
    color: #fff;
  }
  .testimonials .testimonial-item:hover h3,
  .testimonials .testimonial-item:hover i
  {
    color: #fff;
  }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
  }
  
  
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #f86f03;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f86f03;
  }
  /* # Testimonials end */
  
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
    
  }
  .section-title{
    text-align: center;

  }
  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }
  
  .faq .faq-list li+li {
    margin-top: 15px;
  }
  
  .faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  border:1px solid #f86f03;
  }
  .faq .faq-list .collapse ul li
  {
    padding: 2px 0 2px 0;
    list-style:disc;
    margin-left: 20px;
    font-weight: bold;
    border:none;
  }
  
  
  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    text-decoration:none;
      color:#f86f03;
  }
  
   
  
  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #f86f03;
  }
  
  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .faq .faq-list .icon-show {
    display: none;
  }
  
  .faq .faq-list a.collapsed {
    color: #343a40;
  }
  
  .faq .faq-list a.collapsed:hover {
    color: #f86f03;
  }
  
  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }
  
  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }
  /* # Frequently Asked Questions end */

  
 /*--------------------------------------------------------------
 # Contact
 --------------------------------------------------------------*/
.contact
{
  padding-bottom: 2em;
}
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f86f03;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #150517;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62176b;
}

.contact .info p a{
    text-decoration:none;
    color:#f86f03;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #f86f03;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #f86f03;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  resize: none;
}

.contact .php-email-form button[type=button] {
  background: #f86f03;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  margin-top: 1em;
}

.contact .php-email-form button[type=button]:hover {
  background: #f86f03;
  color: rgb(255, 255, 255);
  /* box-shadow: 0 0 16px #fff; */
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* contact end  */



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f0f2;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9f8f9;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}


#footer .footer-contact a{
    text-decoration:none;
    color:#f86f03;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f86f03;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration:none;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f86f03;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

/* #footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
} */
/* 
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009970;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
} */

/* #footer .footer-newsletter form input[type=submit]:hover {
  background: #
} */

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f86f03;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  border: 2px solid #f86f03;
  color: #f86f03;
  text-decoration: none;
}
.copyright
{
  text-align: center;
   color: #f86f03;
}