css
.ayala-contact-card{
    position:relative;
    background:linear-gradient(145deg,#ffffff 0%,#fff7f2 100%);
    border-radius:22px;
    padding:35px;
    margin:30px 0;
    overflow:hidden;
    border:2px solid rgba(232,90,5,.12);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    font-family:'Poppins',sans-serif;
}

.ayala-contact-card:before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    background:rgba(232,90,5,.08);
    border-radius:50%;
}

.ayala-contact-card:after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-80px;
    width:240px;
    height:240px;
    background:rgba(232,90,5,.05);
    border-radius:50%;
}

.ayala-top-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(232,90,5,.10);
    color:rgba(232,90,5,1);
    font-size:13px;
    font-weight:700;
    margin-bottom:16px;
    position:relative;
    z-index:2;
}

.ayala-title{
    font-size:30px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.ayala-title span{
    color:rgba(232,90,5,1);
}

.ayala-desc{
    color:#555;
    line-height:1.8;
    font-size:15px;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.ayala-info{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.ayala-info-item{
    flex:1;
    min-width:220px;
    background:#fff;
    border-radius:14px;
    padding:14px;
    border:1px solid rgba(232,90,5,.10);
}

.ayala-info-item strong{
    display:block;
    color:rgba(232,90,5,1);
    margin-bottom:6px;
    font-size:14px;
}

.ayala-info-item a{
    color:#222;
    text-decoration:none;
    font-weight:600;
}

.ayala-btn{
    display:inline-block;
    padding:16px 38px;
    background:rgba(232,90,5,1);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
    position:relative;
    z-index:2;
}

.ayala-btn:hover{
    transform:translateY(-3px);
    background:#c84d00;
    color:#fff;
}

@media(max-width:768px){

    .ayala-contact-card{
        padding:24px;
    }

    .ayala-title{
        font-size:24px;
    }

    .ayala-btn{
        display:block;
        text-align:center;
    }
}

.ayala-tour-table-wrap{
    width:100%;
    overflow-x:auto;
    margin:30px 0;
    font-family:Arial,sans-serif;
    -webkit-overflow-scrolling:touch;
}

.ayala-tour-table{
    width:100%;
    border-collapse:collapse;
    min-width:900px;
    background:#fff;
}

.ayala-tour-table thead{
    background:#0b5d4d;
    color:#fff;
}

.ayala-tour-table th{
    padding:16px;
    text-align:left;
    font-size:16px;
    border:1px solid #e5e5e5;
    font-weight:700;
}

.ayala-tour-table td{
    padding:16px;
    border:1px solid #e5e5e5;
    vertical-align:top;
    font-size:15px;
    line-height:1.6;
    color:#333;
}

.ayala-tour-table tbody tr:nth-child(even){
    background:#f7f7f7;
}

.ayala-tour-title{
    font-weight:700;
    color:#0b5d4d;
    font-size:16px;
    margin-bottom:8px;
}

.ayala-tour-type{
    display:inline-block;
    background:#eaf7f4;
    color:#0b5d4d;
    padding:5px 12px;
    border-radius:30px;
    font-size:12px;
    margin-top:6px;
    font-weight:600;
}

.ayala-tour-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#25d366;
    color:#fff !important;
    padding:12px 22px;
    border-radius:8px;
    text-decoration:none !important;
    font-weight:700;
    transition:.3s ease;
    white-space:nowrap;
    min-width:170px;
    text-align:center;
}

.ayala-tour-btn:hover{
    background:#128c7e;
    color:#fff !important;
}

/* TABLET */
@media (max-width:991px){

    .ayala-tour-table{
        min-width:700px;
    }

    .ayala-tour-table th,
    .ayala-tour-table td{
        padding:14px;
        font-size:14px;
    }

    .ayala-tour-title{
        font-size:15px;
    }
}

/* MOBİL */
@media (max-width:768px){

    .ayala-tour-table{
        min-width:100%;
    }

    .ayala-tour-table thead{
        display:none;
    }

    .ayala-tour-table,
    .ayala-tour-table tbody,
    .ayala-tour-table tr,
    .ayala-tour-table td{
        display:block;
        width:100%;
    }

    .ayala-tour-table tr{
        background:#fff;
        border:1px solid #e5e5e5;
        border-radius:12px;
        margin-bottom:18px;
        overflow:hidden;
        box-shadow:0 2px 10px rgba(0,0,0,0.05);
    }

    .ayala-tour-table td{
        border:none;
        border-bottom:1px solid #f1f1f1;
        padding:15px;
    }

    .ayala-tour-table td:last-child{
        border-bottom:none;
    }

    .ayala-tour-title{
        font-size:17px;
    }

    .ayala-tour-btn{
        width:100%;
        min-width:100%;
        padding:14px;
        font-size:15px;
    }
}
.hizli-rez {
  max-width:1100px;
  margin:-40px auto 40px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  padding:18px;
  font-family:Segoe UI,system-ui,sans-serif;
}

.hizli-rez h2{
  text-align:center;
  margin:0;
  font-size:22px;
  font-weight:800;
}

.hizli-rez p{
  text-align:center;
  margin:4px 0 16px;
  color:#777;
  font-size:14px;
}

.hizli-form{
  display:grid;
  grid-template-columns: 1.2fr 1.5fr 1fr auto;
  gap:10px;
}

.hizli-form select,
.hizli-form input{
  height:46px;
  border-radius:10px;
  border:1px solid #ddd;
  padding:0 14px;
  font-size:14px;
  font-weight:600;
}

.hizli-form button{
  height:46px;
  padding:0 26px;
  border-radius:10px;
  border:0;
  background:#071466;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

@media(max-width:900px){
  .hizli-form{
    grid-template-columns:1fr;
  }
}
.hizli-rez-rainbow{
  margin-top:14px;
  height:6px;
  border-radius:0 0 12px 12px;
  background:linear-gradient(
    90deg,
    #ff9800,   /* turuncu */
    #f44336,   /* kırmızı */
    #26c6da,   /* turkuaz */
    #ffeb3b,   /* sarı */
    #4caf50,   /* yeşil */
    #071466    /* lacivert */
  );
}

.hizli-rez{
  position:relative; /* önemli */
  overflow:hidden;   /* taşmayı keser */
}

.hizli-rez-rainbow{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:10px; /* daha kalın */
  background:linear-gradient(
    90deg,
    #ff9800,   /* turuncu */
    #f44336,   /* kırmızı */
    #26c6da,   /* turkuaz */
    #ffeb3b,   /* sarı */
    #4caf50,   /* yeşil */
    #071466    /* lacivert */
  );
}

.hizli-form select{
  appearance:none;
  -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:14px;
}

@media(max-width:900px){
  .hizli-form select{
    padding-left:24px !important;
  }
}
/* Genel Ayala Transfer Stilleri */
.ayala-transfer * {
  box-sizing: border-box;
}

.ayala-transfer {
  margin: 30px 0;
  font-family: "Poppins", Arial, sans-serif;
}
.transfer-type {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

.offer-text {
  font-size: 11px;
  font-weight: 400;
  color: #9aa0a6;
  margin-left: 4px;
}

/* Grid Yapısı */
.ayala-transfer .transfer-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .ayala-transfer .transfer-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .ayala-transfer .transfer-cards {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1400px) {
  .ayala-transfer {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Icon Stilleri */
/* Özelleştirilmiş ikon stili */
.ayala-icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2ecc71; /* temel renk */
}

.ayala-icon::before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('https://www.viptransferrize.com/image/catalog/icon/vip-1.png');
  filter: brightness(0) invert(1); /* PNG’yi beyaz yapar */
}


/* Kart Stilleri */
.transfer-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.transfer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* Kart İçerik */
.from { font-size: 12px; color: #888; }
.route { font-size: 15px; font-weight: 600; margin: 6px 0; }
.price { font-size: 22px; font-weight: 700; margin-bottom: 12px; }

/* Rezervasyon Butonları */
.reserve-btn {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* Renkler */
.red { background: #e74c3c; }
.green { background: #2ecc71; }
.orange { background: #f39c12; }
.blue { background: #3498db; }

.red-text { color: #e74c3c; }
.green-text { color: #2ecc71; }
.orange-text { color: #f39c12; }
.blue-text { color: #3498db; }

    .ayala-blog-content {
      font-family: Arial, sans-serif;
      line-height: 1.75;
      color: #222;
      max-width: 980px;
      margin: 0 auto;
    }

    .ayala-blog-content h1 {
      font-size: 34px;
      line-height: 1.25;
      margin-bottom: 18px;
      color: #12372a;
    }

    .ayala-blog-content h2 {
      font-size: 26px;
      margin-top: 34px;
      margin-bottom: 14px;
      color: #1f5c43;
    }

    .ayala-blog-content h3 {
      font-size: 21px;
      margin-top: 24px;
      margin-bottom: 10px;
      color: #2d6a4f;
    }

    .ayala-blog-content p {
      font-size: 16px;
      margin-bottom: 16px;
    }

    .ayala-blog-content ul {
      padding-left: 22px;
      margin-bottom: 18px;
    }

    .ayala-blog-content li {
      margin-bottom: 8px;
    }

    .ayala-blog-content a {
      color: #0b7a53;
      font-weight: 600;
      text-decoration: none;
    }

    .ayala-blog-content a:hover {
      text-decoration: underline;
    }

    .ayala-cta-box {
      background: #f2f8f5;
      border-left: 5px solid #2d6a4f;
      padding: 20px;
      margin: 28px 0;
      border-radius: 6px;
    }

    .ayala-cta-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }

    .ayala-cta-buttons a {
      display: inline-block;
      background: #1f5c43;
      color: #fff;
      padding: 11px 16px;
      border-radius: 5px;
      font-size: 15px;
    }

    .ayala-info-list {
      background: #fafafa;
      border: 1px solid #e6e6e6;
      padding: 18px;
      border-radius: 6px;
    }
.ayala-google-maps-location {
      font-family: Arial, sans-serif;
      line-height: 1.7;
      color: #222;
      margin: 36px 0;
      padding: 24px;
      background: #f7fbf8;
      border: 1px solid #e1eee6;
      border-radius: 8px;
    }

    .ayala-google-maps-location h2 {
      font-size: 26px;
      line-height: 1.3;
      margin: 0 0 14px;
      color: #1f5c43;
    }

    .ayala-google-maps-location h3 {
      font-size: 20px;
      line-height: 1.35;
      margin: 24px 0 10px;
      color: #2d6a4f;
    }

    .ayala-google-maps-location p {
      font-size: 16px;
      margin: 0 0 14px;
    }

    .ayala-google-maps-location ul {
      margin: 12px 0 18px;
      padding-left: 22px;
    }

    .ayala-google-maps-location li {
      margin-bottom: 8px;
      font-size: 16px;
    }

    .ayala-google-maps-location a {
      color: #0b7a53;
      font-weight: 700;
      text-decoration: none;
    }

    .ayala-google-maps-location a:hover {
      text-decoration: underline;
    }

    .ayala-map-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 18px 0 22px;
    }

    .ayala-map-actions a {
      display: inline-block;
      background: #1f5c43;
      color: #fff;
      padding: 11px 16px;
      border-radius: 5px;
      font-size: 15px;
      text-decoration: none;
    }

    .ayala-map-actions a:hover {
      background: #164533;
      text-decoration: none;
    }

    .ayala-map-embed {
      margin-top: 18px;
      overflow: hidden;
      border-radius: 8px;
      border: 1px solid #d8e8de;
      background: #fff;
    }

    .ayala-map-embed iframe {
      display: block;
      width: 100%;
      height: 380px;
      border: 0;
    }

    @media (max-width: 600px) {
      .ayala-google-maps-location {
        padding: 18px;
        margin: 28px 0;
      }

      .ayala-google-maps-location h2 {
        font-size: 23px;
      }

      .ayala-google-maps-location h3 {
        font-size: 19px;
      }

      .ayala-map-actions a {
        width: 100%;
        text-align: center;
      }

      .ayala-map-embed iframe {
        height: 320px;
      }
    }
	.rize-fiyat-uyari {
  background-color: #d71920;
  color: #ffffff;
  padding: 12px 15px;
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.rize-fiyat-uyari a,
.rize-fiyat-uyari a:visited,
.rize-fiyat-uyari a:hover,
.rize-fiyat-uyari a:active {
  color: #ffffff;
  text-decoration: underline;
}
