/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
    /* SECTION */
.industry-section {
  max-width: 1300px;
  margin: auto;

}



.industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* BOX */
.industry-box {
  display: inline-flex;     /* 👈 important */
  align-items: center;
  gap: 12px;

  background: linear-gradient(72.64deg, rgba(188, 138, 53, 0.36) 10.52%, rgba(255, 239, 211, 0.4) 86.4%);

  border-radius: 40px;

  padding: 10px 18px;
  white-space: nowrap;      /* 👈 keeps pill shape */
}
.industry-box:hover {
    background-image: linear-gradient(72deg, #F6EDDF 12.03%, #E9D7BA 100.37%);

}

/* ICON CIRCLE */
.icon-circle {
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6d8c3;
  font-size: 35px;
  flex-shrink: 0;
}

/* TEXT */
.industry-text {
 font-family: "Amiko", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  color: #000;
  white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .industry-box {
      flex: 1 1 calc(50% - 20px); /* 2 per row */
  }
  .industry-text {
 font-family: "Amiko", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  color: #000;
  white-space: nowrap;
}
}

@media (max-width: 768px) {
  .industry-box {
    flex: 1 1 calc(50% - 20px); /* 2 per row */
  }
}

@media (max-width: 767px) {
  .industry-box {
    flex: 1 1 100%; /* 1 per row */
  }
  .industry-box img{
      width: 40px;
  }
  .industry-text {
 font-family: "Amiko", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  color: #000;
  white-space: nowrap;
}
}

/* Make all slides same height */
.sf-swiper .swiper-wrapper {
  align-items: stretch;
}

/* Make each slide full height */
.sf-swiper .swiper-slide {
  height: auto;
  display: flex;
}

/* Make card fill full height */
.sf-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sf-card-content a:hover {
    color: #000;
}
/* Push content properly */
.sf-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Keep button at bottom */
.sf-card-content a {
  margin-top: auto;
  font-family: "Amiko", Sans-serif;
}
.elementor-testimonial {
  position: relative;
  padding-left: 40px;
}

.elementor-testimonial::after {
    content: "";
    position: absolute;
    left: 35px;
    top: -77px;
    width: 60px;
    height: 60px;
    background: url(https://aurrentadvisors.com/wp-content/uploads/2026/04/Group.png) no-repeat center;
    background-size: auto;
}
.testimonial-im .swiper-slide.swiper-slide-active {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url(https://aurrentadvisors.com/wp-content/uploads/2026/03/Frame-1.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
 .sf-services-slider{

margin:auto;
padding:0px 0;
}

.sf-card{
background:#fff;
border-radius:14px;
overflow:hidden;

width: 100%;
}

.sf-card img{
width:100%;
height:400px;
object-fit:cover;
}

.sf-card-content{
padding:22px;
font-family: "Amiko", Sans-serif;
}

.sf-card-content h3{
font-size:26px;
font-family: "Amiko", Sans-serif;
font-weight:500;
margin-bottom:10px;
}

.sf-card-content p{
font-size:16px;
font-family: "Amiko", Sans-serif;
color:#666;
margin-bottom:14px;
}

.sf-card-content a{
color:#585858;
font-size:18px;
font-family: "Amiko", Sans-serif;
text-decoration:none;
font-weight:600;
}

.sf-arrows{
display:flex;
justify-content:center;
gap:10px;
margin-top:30px;
}

.sf-prev,.sf-next{
width:36px;
height:36px;
background-image: linear-gradient(260deg, #FFEFD3 0%, #BC8A35 100%);
color:#000;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
border-radius:4px;
font-size:18px;
}

.sf-prev:hover,.sf-next:hover{
    background-image: linear-gradient(260deg, #BC8A35 0%, #FFEFD3 100%);
}
@media (max-width: 480px) {
    .sf-services-slider {
    margin: auto;
    padding: 0px 20px;
}
.sf-card-content h3{
font-size:21px;
font-weight:500;
margin-bottom:10px;
font-family: "Amiko", Sans-serif;
}
.sf-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.sf-card-content {
    padding: 15px;
}
.sf-card-content a {
    color: #585858;
    font-size: 14px;
    font-family: "Amiko", Sans-serif;
    text-decoration: none;
    font-weight: 600;
}
}
@media (max-width: 1550px){
    .sf-card img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}
.sf-card-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Amiko", Sans-serif;
}
.sf-card-content a {
    color: #585858;
    font-size: 14px;
    font-family: "Amiko", Sans-serif;
    text-decoration: none;
    font-weight: 600;
}
}
