/*
 Theme Name:     Peaktree Child
 Description:    Child theme for Hello Elementor
 Author:         Ankita Buran
 Template:       hello-elementor
 Version:        1.0
*/

@import url("../hello-elementor/style.css"); /* Optional fallback */
@font-face {
    font-family: 'Ibrand';
    src: url('/wp-content/themes/peaktree-child/fonts/Ibrand.woff2') format('woff2'),
         url('/wp-content/themes/peaktree-child/fonts/Ibrand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.use-ibrand, .use-ibrand h1, .use-ibrand h2, .use-ibrand h4, .use-ibrand h3 {
    font-family: 'Ibrand', sans-serif !important;
}
.footer-menu ul {
   padding-inline-start: unset;
}
.footer-menu li {
   list-style: none;
}
.footer-about-sec a {
   text-decoration: underline;
}

.blue-box h2 {
  font-size: 90px;
  font-weight: 400;
  font-family: 'Ibrand', sans-serif !important;
  line-height : 110px;

}
.blue-box .elementor-widget-container {
    border-radius: 30px 30px 30px 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 30px;
}
.about-title .elementor-widget-container {
	width : 27%;
}
.service-title .elementor-widget-container {
	width : 27%;
}
.banner-title  {
	width : 31%;
}
.scroll-slider-wrapper {
  position: relative;
  padding: 40px 0;
}

.scroll-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  scroll-behavior: smooth;
}

.scroll-cards::-webkit-scrollbar {
  display: none;
}

.scroll-card {
  flex: 0 0 calc(33.33% - 13.33px); /* 3 cards with 20px gap */
  scroll-snap-align: start;
  border-radius: 20px;
  padding: 20px;
  min-height: 420px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scroll-card h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 20px;
  color: #000000;
  font-family: 'Ibrand', sans-serif !important;
}

.scroll-card p {
  font-family : 'Montserrat, sans-serif !important;
  font-size: 18px;
  color: #272727;
  line-height: 25.6px;
  margin-top: auto;
}

.scroll-card img {
  width: 48px;
  height: 48px;
}

.scroll-arrows {
  position: absolute;
  top: -15%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  display:none;
}

.scroll-arrows img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
}
.scroll-card a.card-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0; /* Because .scroll-card already has padding */
  color: inherit;
  text-decoration: none;
}

.scroll-card a.card-link:hover {
  opacity: 0.95;
  transition: 0.3s;
}

.bg-black h3, .bg-black p {
  color : #fff;
}
.hero-side-img {
      margin-bottom: -20px;
}
.star-rating i {
  font-size: 15px;
  margin-right: 5px;
}
.star-rating {
    margin-left: 100px;
    margin-top: -35px;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 102px;
  left: 233px;
  width: 637px;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/06/Vector.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.hero-section, .cta-section {
  position: relative;
   z-index: 1;
}
.cta-section::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 1012px;
    height: 95%;
    background-image: url(/wp-content/uploads/2025/06/cta-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}
 .overlay-sec::after {
 content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px; /* Adjust as needed */
  background-image: url('/wp-content/uploads/2025/06/overlay-img-3.png'); /* replace with actual image path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  pointer-events: none;
  z-index: 1;
}
.overlay-sec {
   position: relative;
  overflow: hidden;
}
 .overlay-sec-2::after {
 content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 215px; /* Adjust as needed */
  background-image: url('/wp-content/uploads/2025/06/overlay-img-2.png'); /* replace with actual image path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  pointer-events: none;
  z-index: 1;
}
.overlay-sec-2 {
   position: relative;
  overflow: hidden;
}

.overlay-top::after {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px; /* or match the image height */
  background-image: url('/wp-content/uploads/2025/06/overlay-img-1.png'); /* replace with actual image path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
  pointer-events: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.overlay-top {
  position: relative;
  overflow: hidden;

}
.footer-about-sec a {
    text-decoration: none;
}
@media (max-width: 1024px) {
  .scroll-card {
    flex: 0 0 32%;
  }
.banner-title {
    width: 35%;
}
.service-title .elementor-widget-container {
    width: 30%;
}
.about-title .elementor-widget-container {
    width: 30%;
}
.blue-box h2 {
    font-size: 80px;
}

}

@media (max-width: 768px) {
  .scroll-arrows {
    top: auto;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
  }
.banner-title {
        width: 48%;
    }
.hero-section::after {
       left: 120px;
}
.service-title .elementor-widget-container 
{
        width: 40%;
}
#service-subtitle .elementor-heading-title {
   font-size: 41px;
}
.scroll-arrows {
    top: -40px;
    right: 33%;
}
.about-title .elementor-widget-container {
    width: 40%;
}
.cta-section::after {
       width: 500px;
}
}
@media (max-width: 600px) {

nav {
 left: -260.604px !important;
}

.hero-section::after {
       width: 300px;
       left: 70px;
}
.service-title .elementor-widget-container {
      width: 45%;
     }
.about-title .elementor-widget-container {
     width: 45%;
}

#service-subtitle .elementor-heading-title, #about-subtitle .elementor-heading-title {
   font-size: 41px;
   line-height: 40px;
}
.scroll-card {
   flex: 0 0 100%;
}
.scroll-arrows {
    top: -18px;
    right: 20%;
    display:block;
}
.cta-section::after {
    width: 300px;
    top: 30px;
}
   }
@media (max-width: 500px) {
.service-title .elementor-widget-container {
      width: 50%;
      height: 65% !important;
     }
.about-title .elementor-widget-container {
     width: 50%;
      height: 65% !important;
}
}
