/* ==========================================================================
   🔠 Typography
   ========================================================================== */
/* html {
    font-size: 1.6rem;
} */

h1 {
    font-size: 3.5rem;
}

p {
    font-size: 1.6rem;
    line-height: 1.6;
}

/* ==========================================================================
   🖼️ Images & Media
   ========================================================================== */
img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

.cover-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Components (Example)
   ========================================================================== */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#site-logo
  {
    width: 90% !important;
  }

  /* .elementor-icon-box-icon
  {
    margin: 0 !important;
  } */

/* ---------- Max-width: 991px (Tablet & Below) ---------- */

@media (min-width: 1201px) and (max-width: 1440px){}
@media (min-width: 992px) and (max-width: 1200px){
    #site-navigation-wrap .dropdown-menu > li > a {
    padding: 0 10px !important;
  }
  .slick-prev {
    left: 0 !important;
    transform:translate(0, 200px) !important;
  }

  .slick-next {
    left: 10% !important;
    transform:translate(0, 200px) !important;
  }
  .custom-header-btn-wrap {
    right: 40px;
}
}
/* @media (max-width: 1025px){
  .banner-img-main
  {
    margin-top: 70% !important;
  }
} */
@media (max-width: 991px){
  /* .banner-img-main
  {
    margin-top: 60% !important;
  } */
  .custom-header-btn
  {
    display: inline-flex;
    padding: 5px !important;
  }
  .header-btn-text
  {
    display: none !important;
  }
  .header-btn-icon
  {
    border-radius: 12px !important;
  }
    #site-navigation-wrap .dropdown-menu > li > a {
    padding: 0 10px !important;
  }
  .testimonial-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 30px;
  }

  .testimonial-content,
  .testimonial-image {
    width: 100% !important;
  }

  .testimonial-img-container img {
    height: 350px !important;
  }

  .slider-quote {
    font-size: 2rem !important;
  }

  .author-text {
    font-size: 1.4rem !important;
  }

  .list-stars li i {
    font-size: 18px !important;
  }

  .slider-btn {
    bottom: -10px;
    transform: none !important;
  }

  .slick-prev {
    left: 0 !important;
    transform:translate(0, 200px) !important;
  }

  .slick-next {
    left: 10% !important;
    transform:translate(0, 200px) !important;
  }
}

/* ---------- Max-width: 768px (Small Tablet & Large Mobile) ---------- */
@media (min-width: 768px) and (max-width: 990px){
  /* .banner-img-main
  {
    margin-top: 80% !important;
  } */
  #site-navigation-wrap .dropdown-menu > li > a {
    padding: 0 4px !important;
  }

  .step1,
  .step2,
  .step4 {
    transform: translate(0, 0);
  }
  #site-logo
  {
    width: 90% !important;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper
  {
    display: flex !important;
  }
.footer-icons .elementor-icon-box-content
  {
    width: 200px !important;
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
  }
  .footer-icons .elementor-icon-box-icon
  {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 10px 0 10px 0 !important;
  }
  .footer-icons:hover .elementor-icon-box-icon
  {
    margin: 10px  10px 10px 0!important;
  }
}

/* ---------- Max-width: 575px (Mobile) ---------- */
@media (min-width: 575px) and (max-width: 767px){
    #site-logo
  {
    width: 90% !important;
  }
  .testimonial-img-container img {
    height: 250px !important;
  }

  .slider-quote {
    font-size: 1.6rem !important;
  }

  .author-text {
    font-size: 1.2rem !important;
  }

  .slider-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px;
  }

  .slick-prev {
    left: 25% !important;
  }

  .slick-next {
    left: 65% !important;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper
  {
    display: flex !important;
  }
.footer-icons .elementor-icon-box-content
  {
    width: 200px !important;
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
  }
  .footer-icons .elementor-icon-box-icon
  {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 10px 0 10px 0 !important;
  }
  .footer-icons:hover .elementor-icon-box-icon
  {
    margin: 10px  10px 10px 0!important;
  }
}

/* ---------- Max-width: 500px (Mobile Specific) ---------- */
@media (min-width: 500px) and (max-width: 767px) {
  /* .banner-img-main
  {
    margin-top: 110% !important;
  } */
/* header Section CSS :: START */
#site-logo
{
    width: 90%;
}
#mobile-dropdown
{
    backdrop-filter: blur(20px) !important;
    background: #ffffffe3 !important;
}
/* header Section CSS :: END */

.slick-prev {
    left: -15px !important;
    transform:translate(0, 200px) !important;
  }

  .slick-next {
    left: 10% !important;
    transform:translate(0, 200px) !important;
  }

  .step {
    width: 90%;
  }

  .line,
  .line::after {
    height: 40px;
  }

  @keyframes growLine {
    0% {
      height: 0;
    }
    100% {
      height: 40px;
    }
  }

  .step1,
  .step2,
  .step4 {
    transform: translate(0, 0);
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper
  {
    display: flex !important;
  }
.footer-icons .elementor-icon-box-content
  {
    width: 200px !important;
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
  }
  .footer-icons .elementor-icon-box-icon
  {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 10px 0 10px 0 !important;
  }
  .footer-icons:hover .elementor-icon-box-icon
  {
    margin: 10px  10px 10px 0!important;
  }
}

@media (max-width: 499px) {
  /* .banner-img-main
  {
    margin-top: 120% !important;
  } */
  .testimonial-img-container
  {
    width: 100% !important;
  }
  .slick-next,.slick-prev
  {
    display: none !important;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper
  {
    display: flex !important;
  }
.footer-icons .elementor-icon-box-content
  {
    width: 200px !important;
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
  }
  .footer-icons .elementor-icon-box-icon
  {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 10px 0 10px 0 !important;
  }
  .footer-icons:hover .elementor-icon-box-icon
  {
    margin: 10px  10px 10px 0!important;
  }
  .custom-header-btn-wrap
  {
    right: 50px;
  }
  .step {
    width: 90%;
  }

  .line,
  .line::after {
    height: 40px;
  }

  @keyframes growLine {
    0% {
      height: 0;
    }
    100% {
      height: 40px;
    }
  }

  .step1,
  .step2,
  .step4 {
    transform: translate(0, 0);
  }
}

@media (max-width: 450px){
  /* .banner-img-main
  {
    margin-top: 150% !important;
  } */
  .step {
    width: 90%;
  }

  .line,
  .line::after {
    height: 40px;
  }

  @keyframes growLine {
    0% {
      height: 0;
    }
    100% {
      height: 40px;
    }
  }

  .step1,
  .step2,
  .step4 {
    transform: translate(0, 0);
  }
}

/* @media (max-width: 399px){
  .banner-img-main
  {
    margin-top: 200% !important;
  }
} */

