.section-padding-03{
    padding-top: 75px;
}

.section-padding-04{
    padding-top: 75px;
}

.flex-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lc_title{
    font-size: calc(2rem + 0.5vw);
    position: relative;
    display: inline-block;
    letter-spacing: 0.05em;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #F4257B;
    padding-bottom: 50px;
}
.lc_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(60px + 0.5vw);
  height: 3px;
  background: linear-gradient(90deg, #00b4d8, #0077b6);
  border-radius: 3px;
  margin-bottom: 60px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lc_title {
  animation: fadeInUp 0.8s ease forwards;
}
.mt-50{
    margin-top: 50px;
}


@media (max-width: 768px){
  .sasmix-overview-section-14 .overview-content {
    padding-left: 0px;
  }
}

@media (max-width: 768px){
  .sasmix-overview-section-13 .overview-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.centering-text{
  text-align: left;
  
}

.author-img{
  width: 250px;
}

.centering-footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media(min-width:992px){
  .section-padding-03{
      padding-top: 75px;
  }
  .section-padding-04{
      padding-top: 75px;
  }
  .section-padding-5{
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .section-padding-06{
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media(max-width:991px){
  .lc_text_center{
    text-align: center;
  }
  .gapping-min{
    gap: 10px;
  }
  .section-padding-03{
    padding-top: 25px;
  }
  .image{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .lc_img_con{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .lc_img_con img{
    width: 50%;
  }
}

@media(max-width: 767px){
  
  
  .author-img{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .author-img img{
    max-width: 200px;
  }
  .lc_img_con img{
    width: 350px;
  }
  
}
@media(max-width:671px){
  .height-test{
    height: 510px;
  }
}
@media(max-width:375px){
  .height-test{
    height: 650px;
  }
}


@media(min-width : 1200px){
  .height-test{
    height: 450px;
  }
}
@media(min-width : 1300px){
  .height-test{
    height: 350px;
  }
}
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.2);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;  
    transition: opacity 0.5s ease-in-out;
    font-family: Arial, sans-serif;
}

.cookie-banner.show {
    opacity: 1;
    pointer-events: auto;
}

.hidden { display: none; }

.cookie-content {
    max-width: 100%;
}

.cookie-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.btn-primary {
    background: #ff6b00;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #e45f00;
}

.btn-outline {
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #ccc;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.btn-outline:hover {
    background: rgba(0,0,0,0.05);
}

.two-service{
  display: flex;
  justify-content: space-around;
}