/*
Theme Name: hello-elementor-child
Template: hello-elementor
*/

/* @font-face {
  font-family: 'SegoeUI';
  src: url('/wp-content/themes/hello-elementor-child/assets/font/Segoe-UI.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF-Pro';
  src: url('/wp-content/themes/hello-elementor-child/assets/font/FontsFree-Net-SF-Pro-Rounded-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h2, .elementor-icon-box-title span, .ekit-menu-nav-link{
	font-family: "SF-Pro", sans-serif; !important;
}


p, span, h4, .elementor-widget-container , .elementor-button-text, .heading-tow h2,  .blogheding a, .blogcard p{
	font-family: "SegoeUI", sans-serif; !important;
}
 */

details#e-n-accordion-item-7180 .e-n-accordion-item-title {
    border: 0;
}

.forminator-ui#forminator-module-286.forminator-design--material .forminator-button-submit {
    border-radius: 61px;
    padding: 12px 50px 12px 20px;
    background-image: url(/wp-content/uploads/2025/05/btn-icon.svg);
    background-position: 93% 50%;
    background-repeat: no-repeat;
    background-size: 10px !important;
}

.carousel-wrapper {
      position: relative;
    }

 .blogcards {
      display: flex;
      overflow-x: auto;
      gap: 1rem;
      padding: 1rem;
      scroll-behavior: smooth;
    }

    
/* width */

.blogcards::-webkit-scrollbar {
 height: 4px;
}

/* Track */

.blogcards::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 50px 50px 50px 50px;
}
 
/* Handle */

.blogcards::-webkit-scrollbar-thumb {
  background: #F6851F; 
  border-radius: 50px 50px 50px 50px;
}

/* Handle on hover */

.blogcards::-webkit-scrollbar-thumb:hover {
  background: #5667AF; 
}



.blogcard {
    flex: 0 0 25%;
    width: 25%;
    height: auto ;
    margin: 0 .5rem;
}

.blogimages {
   width: 100%;
    height: 200px;
    border-radius: 18px;
}

.blogheding {
    display: flex;
	color:#041717;
gap:10px;
    align-items: center;
    justify-content: space-between;
}
.blogheding h2 {
    width: 84%;
    font-weight: 600;
    letter-spacing: -0.56px;
    font-size: 27px;
}

.blogheding  span {
    width: 15%;
}

.blogheding h2 a{
	color:#041717 !important;
}
.arrow {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      background-color:#fff;
      border: none;
      padding: 0.5rem;
      cursor: pointer;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      z-index: 2;
    }

    .arrow svg {
      width: 32px;
      height: 32px;
      fill: #f6851f;

    }

button.arrow:focus, button.arrow:hover {
    color: #fff;
    background-color:#fff;
    text-decoration: none;
}

    .arrow.left {
      left: -2.5rem;
			display:flex;
    }

    .arrow.right {
display:flex;
      right: -2.5rem;
    }


@media (min-width: 1910px) {
	 .blogheding h2 a {
        font-size: 32px;
    }
	 .blogcard p  {
		font-size: 22px !important;
	}
	.blogimages {
    height: 335px;
}
	
}

@media (max-width: 1024px) {
  .blogheding h2 a {
        font-size: 26px;
    }
	.blogcard p  {
		font-size: 18px !important ;
        line-height: 1.2em;
	}
		.blogcard {
    flex: 0 0 33.33%;
		width: 33.33%;
}
 .arrow.left {
      left: -1.5rem;
			display:flex;
    }

    .arrow.right {
display:flex;
      right: -1.5rem;
    }


}

@media (max-width: 767px) {
  .blogheding h2 a {
        font-size: 24px ;
    }
	
	 .blogcard p {
		font-size: 16px !important;
        line-height: 1.2em;
	}
	
 .blogcard {
        flex: 0 0 80.33%;
        width: 80.33%;
    }

.arrow.left {
      left: -0.5rem;
			display:flex;
    }

    .arrow.right {
display:flex;
      right: -0.5rem;
    }

	
}



.blogcard  span {
    width: 31px;
}


    

    .features-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: minmax(150px, auto);
      grid-auto-flow: dense;
      gap: 20px;
      max-width: 1920px;
      width: 100%;
    }

    .card {
     background-image: linear-gradient(108deg, #909FDB 0%, #5667AF 87%);
      color: white;
      padding: 20px;
      border-radius: 16px;
      cursor: pointer;
      transition: transform 0.3s ease, background-color 0.3s ease;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 260px;
      transform: scaleX(1);
     
      justify-content: center !important;
    }

    .card.open {
      background-image: linear-gradient(126deg, #F6851F 0%, #181C2E 100%);
      grid-column: span 2;
      transform: scaleX(1.01);
			padding-right: 60px !important;
    position: relative; 
  overflow: hidden;  
}

.card.open::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('https://chipper.hquat.com/wp-content/uploads/2025/05/logobg.webp');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 150px;
  opacity: "";           
  z-index: 0;           
  pointer-events: none;
}

    .card h3 {
      margin: 0 0 5px;
     font-family: "SF Pro Rounded" !important;
			font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    }

@media (min-width: 1910px) {
	 .card h3 {
        font-size: 40px;
    }
	 .card p {
		font-size: 22px !important;
	}
	.card {
		min-height:360px ;
		
	}
	
	.features-container{
		gap:40px;
	}
}

@media (max-width: 1024px) {
  .card h3 {
        font-size: 28px;
    }
	 .card p {
		font-size: 18px !important ;
        line-height: 1.2em;
	}
.forminator-ui#forminator-module-286.forminator-design--material .forminator-button-submit {
	font-size: 20px !important;
}
}

@media (max-width: 767px) {
   .card h3 {
        font-size: 26px ;
    }

.forminator-ui#forminator-module-286.forminator-design--material .forminator-button-submit {
	font-size: 18px !important;
}
	
	 .card p {
		font-size: 16px !important;
        line-height: 1.2em;
	}
	
}

    .card p {
			   margin: 0px !important;
      display: none;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
			font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
    color: #FFFFFF;
			font-family: Segoe UI !important;
			margin:0;
    }

    .card.open p {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

   .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
}

.icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  
}

    .card.open .icon {
      transform: rotate(10deg);
    }

    @media (max-width: 992px) {
      .features-container {
        grid-template-columns: repeat(2, 1fr);
      }
      .card.open {
        grid-column: span 2;
      }
    }

    @media (max-width: 576px) {
      .features-container {
        grid-template-columns: 1fr;
      }
      .card.open {
        grid-column: span 1;
      }
    }

.shadow-box{
	height:100%;
}