@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
@import url("../../../webfonts/NotoSans_Regular/stylesheet.css");
@import url("../../../webfonts/Catamaran_Regular/stylesheet.css");
@import url("../../../webfonts/ArchitectsDaughter/stylesheet.css");
@import url("../../../webfonts/OpenSans_Regular/stylesheet.css");
@import url("../../../webfonts/AnticSlab_Regular/stylesheet.css");



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
     font-family: Tahoma, Geneva, sans-serif, "NotoSans Regular";
     background-color: #F7F9FC;
     color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

#tek {
     margin-top: 115px;
     /* [disabled]padding-right: 2%; */
     /* [disabled]padding-left: 2%; */
}

.margin {
     width: 98%;
     max-width: 1200px;
     background-color: #fff;
     border-radius: 12px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
     margin-top: 0;
     margin-right: auto;
     margin-bottom: 0;
     margin-left: auto;
     padding-right: 2%;
     padding-left: 2%;
}

/* Breadcrumb */
.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #4CAF50;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #333;
}

/* Gallery */
.gallery {
     max-width: 100%;
     margin: 0 auto;
     background: #fff;
     /* [disabled]border-radius: 12px; */
     overflow: hidden;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.main-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     /* [disabled]border-radius: 12px 12px 0 0; */
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
}

.rating {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: gold;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
}

.nav-button {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     color: #fff;
     border: none;
     font-size: 24px;
     cursor: pointer;
     /* [disabled]border-radius: 50%; */
     transition: background 0.3s;
     background-color: rgba(51,51,51,0.3);
     padding-top: 5px;
     padding-right: 3px;
     padding-bottom: 5px;
     padding-left: 3px;
}

.nav-button:hover {
    background: #4CAF50;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

.thumbnails {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #f7f7f7;
    border-top: 1px solid #eee;
    overflow-x: auto;
}

.thumbnails img {
     width: 80px;
     height: 80px;
     /* [disabled]border-radius: 8px; */
     object-fit: cover;
     cursor: pointer;
     border: 2px solid transparent;
     transition: border 0.3s, transform 0.3s;
}

.thumbnails img.active,
.thumbnails img:hover {
    border-color: #4CAF50;
    transform: scale(1.05);
}

/* Tour Details */
.title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #222;
    margin: 20px 0;
    text-align: center;
}

.tour-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}
.root, .dur , .price{
     /* [disabled]display: list-item; */
     align-items: center;
     gap: 10px;
     font-size: 20px;
     font-family: Tahoma, Geneva, sans-serif, "NotoSans Regular";
     clear: both;
     float: left;
     width: 100%;
}
.price .prc    {
     /* [disabled]display: flex; */
     align-items: center;
     gap: 10px;
     font-size: 20px;
     font-weight: bold;
     color: #4CAF50;
}
.price .perp    , .pf{
     /* [disabled]display: flex; */
     align-items: center;
     gap: 10px;
     font-size: 12px;
     font-weight: lighter;
     /* [disabled]color: #4CAF50; */
}


.rtit, .dtit {
    font-weight: 600;
    color: #4CAF50;
}

.rroot, .daynight {
    color: #555;
}

.book-now {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto;
    display: block;
    transition: background 0.3s;
}

.book-now:hover {
    background: #45a049;
}

.telegram-btn {
    background: #0088cc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
}

.telegram-btn:hover {
    background: #006699;
}



.whatsapp-btn {
     background-color: #25D366;
      display: flex;
       align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
}
.whatsapp-btn:hover {
    background-color: #128C7E;
}


.ssssss {
     color: rgba(255,255,0,1);
     position: fixed;
     top: 467px;
     right: 22px;
     height: 40px;
     width: 60px;
     bottom: auto;
     text-align: justify;
     vertical-align: middle;
}
#down {
     margin-top: 10px;
}

#down h1 {
     font-size: 1.3rem;
     font-weight: 600;
     color: #fff;
     padding: 6px;
     border-radius: 8px;
     margin-bottom: 5px;
     background-color: #525252;
}
#down h2{
      font-size: 1.3rem;
     font-weight: 600;
    
      background: #4CAF50;
     color: #fff;
     padding: 6px;
     border-radius: 8px;
     margin-bottom: 5px;
}
#down h3{
     font-size: 1.1rem;
     font-weight: 300;
     color: #fff;
     padding: 3px;
     border-radius: 8px;
     margin-bottom: 2px;
     background-color: #0099FF;
}
#down li {
     list-style-type: none;
     margin-left: 20px;
     color: #333;
     line-height: 1.8;
}

#down p {
     margin-top: 10px;
}
#down b{
     margin-top: 10px;
}
#down span{
     margin-top: 10px;
}





.high li  {
     /* [disabled]list-style-type: none; */
     margin-left: 30px;
     padding-left: 30px;
}
.high, .loc, .cat, .pr, .gmap, .iti, .fac1 {
     margin-bottom: 20px;
}

 .iti p, .fac1 p {
     margin-bottom: 20px;
     text-indent: 30px;
}


.tit {
     font-size: 1.3rem;
     font-weight: 600;
     color: #222;
     margin-bottom: 10px;
}

.tit1, .loc p, .cat p {
    color: #555;
    line-height: 1.6;
}

.info-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.loc, .cat {
    flex: 1;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.pr {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ad, .ch, .bb {
    flex: 1;
    background: #4CAF50;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.ad:hover, .ch:hover, .bb:hover {
    transform: translateY(-5px);
}

.gmap {
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gmap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.fac1 .bt1 {
     background: #4CAF50;
     color: #fff;
     padding: 6px;
     border-radius: 8px;
     margin-bottom: 5px;
}
 .tit .tit1 li{
     list-style-type: disc;
     margin-left: 20px;
     color: #333;
     line-height: 1.8;
}

.fac1 .wc1, .fac1  .inc {
    padding: 0 20px;
}

.fac1 .inc li  {
     list-style-type: circle;
     margin-left: 20px;
     color: #333;
     line-height: 1.8;
}

.fac1 .wc1  p {
     text-indent: 0;     
}
.fac1 .wc1 li  {
     list-style-type: none;
     margin-left: 20px;
     color: #333;
     line-height: 1.8;
}

/* Sosyal Medya Paylaşım */
.social-share {
    margin-bottom: 30px;
    text-align: center;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #4CAF50;
    transition: color 0.3s;
}

.social-icon:hover {
    color: #45a049;
}


/* Genel Ayarlar */
    :root {
        --primary: #007bff;
        --primary-dark: #0056b3;
        --danger: #dc3545;
        --gray: #6c757d;
        --light: #f8f9fa;
        --border: #ced4da;
        --bg: #ffffff;
        --shadow: 0 8px 25px rgba(0,0,0,.08);
    } 
/* Form */
.reservform {
        background: var(--bg);
        padding: 30px;
        border-radius: 12px;
        box-shadow: var(--shadow);
        margin-bottom: 50px;
    }
.reservform .tit{
        font-size: 24px;
        color: var(--primary);
        text-align: center;
        margin-bottom: 25px;
        font-weight: 600;
    }

 .reservform   .form-group {
        margin-bottom: 18px;
    }

  .reservform  .form-group label {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: var(--gray);
        font-size: 15px;
    }

 .reservform   input[type=text],
.reservform    input[type=email],
 .reservform   input[type=tel],
 .reservform   input[type=date],
.reservform    input[type=number],
.reservform    select,
.reservform    textarea {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid var(--border);
        border-radius: 6px;
        font-size: 16px;
        transition: all .2s;
    }

.reservform    input:focus,
  .reservform  select:focus,
 .reservform   textarea:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(0,123,255,.15);
    }

 .reservform   select {
        cursor: pointer;
        height: 48px;
    }

.reservform    textarea {
        resize: vertical;
        min-height: 110px;
    }

 .reservform   .row {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

  .reservform  .row .form-group {
        flex: 1;
        min-width: 200px;
    }

 .reservform   .submit-btn {
        display: block;
        width: 100%;
        padding: 14px;
        background: var(--primary);
        color: white;
        font-size: 16px;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background .2s;
    }

  .reservform  .submit-btn:hover {
        background: var(--primary-dark);
    }

 .reservform   .error {
        color: var(--danger);
        font-size: 14px;
        margin-top: 5px;
        display: block;
    }

/* Other Tours */
#tours {
    margin-top: 50px;
}

#tours .head {
    background: #4CAF50;
    color: #fff;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tours-container {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

#tours .tour {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

#tours .tour:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

#tours .tour .image {
    height: 150px;
}

#tours .tour .image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     /* [disabled]border-radius: 8px 8px 0 0; */
}

#tours .tour .image img:hover {
    opacity: 0.9;
}

#tours .tour .ci {
    position: relative;
}

#tours .tour .price {
    position: absolute;
    top: -30px;
    right: 0;
    background: #4CAF50;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px 0 0 8px;
    font-weight: 600;
}

#tours .tour .title {
    font-size: 1.3rem;
    text-align: center;
    padding: 10px;
    color: #222;
}

#tours .tour .days {
    color: #666;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .title {
        font-size: 1.8rem;
    }

    .loc, .cat, .ad, .ch, .bb {
        flex: 1 1 100%;
    }

    .form input, .form select {
        flex: 1 1 100%;
    }

    .tours-container {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 480px) {
    .gallery {
        max-width: 100%;
    }

    .main-image img {
        aspect-ratio: 4 / 3;
    }

    .caption {
        font-size: 14px;
        padding: 10px;
    }

    .rating {
        font-size: 14px;
        padding: 6px 10px;
    }

    .nav-button {
        font-size: 20px;
        padding: 8px;
    }

    .thumbnails img {
        width: 60px;
        height: 60px;
    }

    .tit {
        font-size: 1.4rem;
    }
}
