﻿.banner-wrapper {
    width: 100%;
    /* padding: 0 3%; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-wrapper .long-banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.banner-wrapper .long-banner::before {
    content: '';
    position: absolute;
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.banner-wrapper .long-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrapper .long-banner .long-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrapper .long-banner .long-banner-content .long-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

/* 物流卡片專用樣式 */
.info-card {
    position: relative;
    padding: 20px 25px 20px 70px;
    border-radius: 10px;
    margin: 25px 0;
    background: white;
    box-shadow: 0 3px 20px rgba(22, 45, 86, 0.08);
    border-left: 4px solid transparent;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(22, 45, 86, 0.12);
  }
  
  /* 图标容器 */
  .card-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
.delivery-card {
    border-left-color: #162d56;
    background: linear-gradient(to right, #e3f2fd 0%, white 15%);
  }
  
  .delivery-card .card-icon {
    background-color: #deecf7;
  }
  
  .delivery-card svg {
    fill: #162d56;
  }
  
  .delivery-card h3 {
    color: #162d56;
    margin: 0 0 8px 0;
    font-size: 18px;
  }

  .delivery-card a{
    text-decoration: underline;
    color: #162d56;
    font-weight: 600;
  }


.policy-container{
    width: 100%;
    padding: 50px 10%;
}

.policy-title{
    font-size: 26px;
    font-weight: 600;
    color: #162d56;
    margin-bottom: 10px;
}

.policy-container ul li{
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}

.policy-container>p{
    font-size: 18px;
    margin-bottom: 20px;
}

.policy-big-title{
    font-size: 30px;
    color: #162d56;
    text-align: left;
    font-weight: 600;
    margin: 20px 0;
}

.policy-container ul li span{
    color: #162d56;
}

.policy-container ul li a{
    color: #162d56;
    text-decoration: underline;
}

/* 服務條款 */
.clause-container{
    width: 100%;
    padding: 50px 10%;
}
.cal-title{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #162d56;
    margin-bottom: 10px;
}
.clause-container p {
    margin-bottom: 40px;
}
.clause-container p:last-child{
    font-size: 18px;
    margin-top: 30px;
}
.clause-container ol li{
    font-size: 15px;
}
.clause-container p span a{
    color: #162d56;
    text-decoration: underline;
}


#qodef-page-inner{
    padding: 0 !important;
}
@media screen and (max-width:768px) {
    #qodef-page-outer{
        margin-top: 110px;
    }

    .banner-wrapper .long-banner{
        height: 200px;
    }
    .banner-wrapper .long-banner .long-banner-content .long-banner-title{
        font-size: 23px;
        width: 95%;
        text-align: center;
    }

    .policy-container{
        padding: 30px 3%;
    }
    .info-card{
        margin: 25px 0;
        padding: 13px 20px 13px 50px;
      }
      .card-icon{
        width: 25px;
        height: 25px;
        left: 15px;
      }
      .card-content p{
        font-size: 15px;
      }
      .policy-title{
        font-size: 22px;
      }
      .policy-container>p{
        font-size: 16px;
      }
      .policy-big-title{
        font-size: 21px;
      }

      .clause-container{
        padding: 30px 3%;
      }

      .clause-container p:last-child{
        font-size: 17px;
      }

      .elementor-1502 .elementor-element.elementor-element-50321b3{
        padding: 50px 0 0 0;
      }
      .qodef-m-subtitle{
        font-size: 16px !important;
      }
      .wpcf7-form-control-wrap input{
        font-size: 15px;
      }
      .wpcf7-form-control-wrap textarea{
        font-size: 15px;
      }
      
}