@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
:root {
    --title-color: rgba(0,0,0,0.8);
    --text-color: rgba(0,0,0,0.6);
    --green-color: #8dc645;
    --orange-color: #ff8210;
    --blue-color: #068aca;
    --light-bg-color: #f0f2f9;
    --bar-height: 0.7rem;
    --bar-bg: #eee;
    --fill-bg: #f5a623; /* gold */
    --label-width: 4rem;
    --percent-width: 2.5rem;
    --gap: 0.75rem;
    --font: sans-serif;
      /* Deep “Viator-style” blue at ~90% opacity */
  --blue-primary:  rgba( 10, 102, 194, 0.9 );
  /* Lighter sky-blue at ~60% opacity */
  --blue-light:    rgba(173, 216, 230, 0.6 );

  /* Alternative pair if you want something brighter: */
  --blue-alt:      rgba( 0, 123, 255, 0.8 );
  --blue-alt-light:rgba(135, 206, 250, 0.5 );
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}
body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
nav input{
  display: none;
}

@media screen and (max-width: 1920px) {

  p {
    font-size: 16px !important;
  }
  .header_top {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    position: sticky;
    z-index: 999;
    top: 0;
    
  }
  .header_content {
    width: 80%;
    margin: 0 auto;
  }
  
  .header_content {
    position: relative;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
  }
  
  .header_left_box {
    display: flex;
    justify-content: space-between;
    width: 49%;
  }
  
  .header_right_box ul {
    display: flex;
  }
  
  .header_phone_box {
    width: 30%;
  }
  .header_phone_box a,
  .header_email_box a {
    color: white;
    text-decoration: none;
  } 
  .header_email_box {
      width: 65%;
  }
  
  .header_right_box {
    text-align: right;
  }
  .header_right_box ul {
    list-style: none;
    margin-right: 15px;
  }
  
  .header_right_box ul li {
    margin-left: 10px;
  }
  .header_right_box ul li:last-child {
    margin-right: 0;
  }
  .header_right_box ul li a {
    font-size: 20px;
  }
  .header_right_box ul li a {
    color:white;
  }
  nav{
    position: sticky;
    z-index: 99;
    width: 100%;
    background: white;
    box-shadow: 0px 15px 10px -15px #111;
    border-bottom: 1px solid #111; 
    top: 30px; 
    z-index: 999;
  }

  nav .i {
    font-size: 14px;
    font-weight: bold;
  }
  nav .nav_container{
    position: relative;
    width: 80%;
    padding: 0px 30px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .nav_container .logo img{
      width: 120px;
      height: auto;
      margin-top: 20px;
  }
  .nav_container .nav-menu{
    display: inline-flex;
  }
  .nav-menu li{
    list-style: none;
  }
  .nav-menu li a{
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-menu li a:hover{
    background:#0984e3;
  }
  .nav-menu .responsive-menu{
    display: none;
  }
  .nav-menu .drop-menu{
    position: absolute;
    background:linear-gradient(#74b9ff , #81ecec);
    width: 220px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-menu li:hover .drop-menu,
  .nav-menu li:hover .mega-menu{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }
  
  
  .content .row-content header{
    color: #000;
    font-size: 20px;
    font-weight: 500;
  }
  .content .row-content .mega-menu-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  .row-content .mega-menu-links li{
    padding: 0 20px;
  }
  .row-content .mega-menu-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #000;
    font-size: 17px;
    display: block;
  }
  
  .nav_container .btn{
    color: #000;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .nav_container .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
  }
  .slider {
    display: block !important;
    width: 100%;
    height: 600px;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-left: 0%;
    background: url(../images/bg/istanbul-travel-blog.jpg) center;
  }
  .slider::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #8dc645 0%, #1976bc 50%);
    opacity: 0.4;
    z-index: -1;
  }
  .slider .title {
    color: #fff;
    margin-bottom: 4px;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-top: 100px;
    width: 55%;
    margin: 0 auto; 
  }

  .slider .title h1 {
    font-size: 46px;
    font-weight: 700 !important;
  }
  .content {
    width: 80%;
    margin: 0 auto;
  }
  
  .gif_box_container {
    margin-top: 30px;
  }
  .gif_box_banner {
    display: flex;
    justify-content: space-between;
  }
  
  .gif_box {
    background: ;
    width: 32.8%;
    height: 130px;
    display: flex;
    justify-content: space-between;
  
  }
  .gif_box:first-child {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg/bosphorus-journey-1.png) center;
  
  }
  
  .gif_box:nth-child(2) {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg/bosphorus-journey-2.png) center center;
  
  }
  
  .gif_box:last-child {
    background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg/bosphorus-journey-3.png) center;
  }
  
  .gif_box:last-child .gif_box_item:first-child {
    padding-top: 0;
  }
  .gif_box:last-child img {
    padding-top: 0;
  
  }
  .gif_box_item:first-child {
    width: 30%;
    padding-top: 20px;
  }
  
  .gif_box_item:first-child {
    width: 30%;
    padding-top: 20px;
  }
  
  .gif_box_item:first-child img {
    width: 100%;
    height: auto;
  }
  .gif_box_item:last-child {
    width: 69%;
    color: white;
    padding-top: 50px;
    font-size: 24px;
    padding-left: 50px;
  
  }
  
  .why_choose_us_banner {
    display: flex;
    justify-content: space-between;
    background: #068aca;
    color: white;
    padding: 30px 60px;
    z-index: 9;
    position: relative;
    margin-top: -80px;
  }

  .why_choose_box {
    width: 32%;
    display: flex;
    justify-content: space-between;
  }
  .why_choose_box h3 {
    margin-bottom: 10px;
  }
  .why_choose_box_item:first-child {
  
    width: 25%;
  }
  
  .why_choose_box_item:first-child i {
    font-size: 65px;
  }
  
  .why_choose_box_item:last-child {
  
    width: 74%;
    line-height: 25px;
  }
  .gyg-search-container {
    text-align: center;
    margin: 40px 0;
    font-family: 'Helvetica Neue', sans-serif;
    margin-bottom: 220px;
    margin-top: -250px;
    z-index: 99;
    position: relative;
  }
  
  .gyg-search-wrapper {
    display: inline-block;
    position: relative;
    width: 420px;
  }
  
  .gyg-search-form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  
  .gyg-search-form input[type="text"] {
    flex: 1;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    outline: none;
  }
  
  .gyg-search-form button {
    padding: 12px 20px;
    background: #008489;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
  }
  
  .gyg-search-form button i {
    font-size: 18px;
  }
  
  .gyg-search-results {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 12px 12px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 9;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  
  /* Each search card */
  .gyg-search-card {
    display: flex;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    color: #111;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
  }
  
  .gyg-search-card:hover {
    background: #f8f8f8;
  }
  
  .gyg-search-card img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .gyg-card-content h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-align: left;
  }
  
  .gyg-card-content p {
    font-size: 14px;
    color: #666;
    margin: 4px 0;
    text-align: left;
  }
  
  .gyg-card-content .price {
    font-size: 13px;
    color: #008489;
    font-weight: 500;
  }


  
  section .heading {
    text-align: center;
    margin: 20px 0;
  }
  
  section .heading h3 {
    font-size: 25px;
  }
  
.top_about {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

.top_about_box {
  width: 48%;
}

.top_about_box:first-child .top_about_box_one {
  z-index: 1;
}

.top_about_box:first-child .top_about_box_one img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.top_about_box:first-child .top_about_box_two {
  padding: 40px;
  background: #1976bc;
  width: 200px;
  height: 200px;
  color: white;
  margin-left: 30px;
  margin-top: -250px;
  margin-bottom: 100px;
  z-index: 9;
  position: relative;
  border-radius: 20px;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.top_about_box:first-child .top_about_box_two span {
  font-size: 60px;
  font-weight: 600;
}

.top_about_box:last-child h3 {
  color: #0056b3;
  font-size: 16px;
  margin-top: 0px;
}

.top_about_box:last-child h4 {
  font-size: 40px;
  font-weight: 600;
  margin: 15px 0;
}

.top_about_box_two {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  padding: 20px;
  border-left: 5px solid #0056b3;
  margin: 15px 0;
}

.top_about_box_three ul li {
  list-style-type: none;
  margin-left: 15px;
  margin-top: 5px;
}

.top_about_box_three ul li i {
  color: #8dc645;
  font-size: 20px;
  font-weight: 600;
}

.more_about_us_link {
  margin-top: 20px;
}

.more_about_us_link a {
  padding: 10px 30px;
  color: white;
  background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
  border-radius: 20px;
  text-decoration: none;
}
  .categories_container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 250px;
    grid-gap: 10px;
  }
  .categories_container .category_items {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 10px 10px;
    flex-direction: column;
    color: white;
    text-align: center;
  }
  .categories_container .category_items h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 50px;
  }
  
  .categories_container .category_items h2 a {
    color: white;
    text-decoration: none;
  }
  .categories_container .category_items p {
    font-family: "Rubik", sans-serif;
    font-size: 15px !important; 
  }
  .categories_container .category_items p a {
    color: white;
    text-decoration: none;
  
  }
  
  .categories_container .category_item1 h2 a {
    padding: 100px 66px;
  
  }
  
  .categories_container .category_item2 h2 a {
    padding: 250px 50px;
  }
  
  .categories_container .category_item3 h2 a {
    padding: 110px 240px;
  
  }
  
  .categories_container .category_item4 h2 a {
    padding: 110px 48px;
  }
  
  .categories_container .category_item5 h2 a {
    padding: 110px 48px;
  }
  
  .categories_container .category_item6 h2 a {
    padding: 110px 55px;
  }
  
  .categories_container .category_item1 {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/category-pictures/bosphorus-tours.jpg);
  }
  
  .categories_container .category_item2 {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/category-pictures/istanbul-city-tours.jpg);
    grid-row: span 2;
  }
  
  .categories_container .category_item3 {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/category-pictures/private-cruises.png);
    grid-column: span 2;
  }
  
  .categories_container .category_item4 {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/category-pictures/tours-from-istanbul.jpg);
  }
  
  .categories_container .category_item5 {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/category-pictures/antalya.png);
  }
  
  .categories_container .category_item6 {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/category-pictures/cappadocia-tours.jpg);
  }
  
  .most_popular h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
  }
  
  .most_popular_banner {
    display: flex;
    justify-content: space-between;
  }
  
  .most_popular_item {
    width: 32%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
    transition: all 0.4s;
  }
  
  .most_popular_item:hover {
    margin-top: -10px;
  } 
  .most_popular_item:hover .most_popular_image img {
    filter: brightness(0.8);
    transition: 0.4s;
  }
  .most_popular_item .most_popular_image {
    position: relative;
    z-index: 1;
  }
  
  .most_popular_image img {
    width: 100%;
    height: auto;
  }
  
  .most_popular_slogan {
    width: 90%;
    margin: 0 auto;
    border: 2px solid white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
    text-align: center;
    padding: 8px;
    margin-top: -20px;
    z-index: 19;
    position: relative;
    background: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  
  .most_popular_slogan i {
    color: var(--orange-color);
  }
  .most_popular_content {
    padding: 10px;
  }
  .most_popular_content .tour_name {
    height: 50px;
  }
  .most_popular_content .tour_name h4 {
    margin: 10px 0;
  }
  
  .most_popular_content .tour_name a {
    text-decoration: none;
    color:var(--title-color);
    font-size: 20px;
  }
  
  .most_popular_content .description {
    color: var(--text-color);
    margin: 10px 0;
    width: 100%;
    height: 100px;
    font-size: 16px;
  }
  
  .most_popular_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .most_popular_bottom .book_btn a {
    background: var(--blue-color);
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: 0.4s;
    border-radius: 20px;
  }
  
  .most_popular_bottom .book_btn a:hover {
    background: var(--green-color);
  }
  .most_popular_bottom .price {
    font-size: 22px;
    font-weight: 600;
  
  }
  .most_popular_slogan {
    display: flex;
    justify-content: space-between;
  }
  
  .section_about_company {
    background: url(../images/bg/bg-2.jpg) no-repeat scroll 0 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 10px 0 30px 0;
    position: relative;
    min-height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
  }
  
  .section_about_company::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.4;
    z-index: -1;
  }
  
  .section_about_company_content {
    text-align: center;
    color: white;
    align-items: center;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .section_about_company_content h3 {
    margin: 20px auto;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .section_about_company_content p {
    font-size: 18px;
  }
  
  .section_about_company_content .contact_us_now {
    margin-top: 30px;
  }
  
  .section_about_company_content .contact_us_now a {
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    padding: 15px 40px;
    font-size: 20px;
    text-decoration: none;
    transition: 0.4s;
    color: white;
    border-radius: 20px;
  }
  .section_about_company_content .contact_us_now a:hover {
    background: linear-gradient(to right, #8dc645 30%, #1976bc 90%);
  
  }

  .section_free_guide {
    background: url(../images/bg/bosphorus-cruise-tour.png);
    background-size: cover;
    background-position: center center;
    padding: 10px 0 30px 0;
    position: relative;
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
  }
  
  .section_free_guide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.4;
    z-index: -1;
  }
  
  .section_free_guide_content {
    text-align: center;
    color: white;
    align-items: center;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .section_free_guide_content h3 {
    margin: 20px auto;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  .section_about_company_content p {
    font-size: 18px;
  }
  
  .section_free_guide_content .contact_us_now {
    margin-top: 30px;
  }
  
  .section_free_guide_content .contact_us_now a {
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    padding: 15px 40px;
    font-size: 20px;
    text-decoration: none;
    transition: 0.4s;
    color: white;
    border-radius: 20px;
  }
  .section_free_guide_content .contact_us_now a:hover {
    background: linear-gradient(to right, #8dc645 30%, #1976bc 90%);
  
  }
  
  .bosphorus_cruises h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
  }
  
  .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .bosphorus_card {
    width: 23%;
    height: 265px;
    padding: 20px 10px;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease-in-out;
  }
  .bosphorus_card:hover {
    transform: translateY(5px);
  }
  
  .bosphorus_card:nth-child(5),
  .bosphorus_card:nth-child(6),
  .bosphorus_card:nth-child(7),
  .bosphorus_card:nth-child(8)
  {
    margin-top: 20px;
  }
  
  .bosphorus_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: all 0.5s;
    opacity: 1;
  }
  
  .bosphorus_card:hover::before {
    opacity: 1;
  }
  
  .bosphorus_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bosphorus_price {
    font-size: 20px;
  }
  .bosphorus_card .bosphorus_info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 1;
    transform: translateY(-10px);
    transition: all 0.5s;
    text-align: center;
  }
  .bosphorus_card .bosphorus_info h3 {
    margin: 15px 0;
  }
  .bosphorus_card .bosphorus_info h3 a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  
  .bosphorus_book {
    margin-top: 20px;
  }
  
  .bosphorus_book a {
    background: white;
    color: #000;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 20px;
  }
  
  .section_review {
    width: 100%;
    height: 600px;
    margin-top: 20px;
    background: url(../images/bg/istanbul.jpg);
    position: relative;
    z-index: 1;
  }
  
  .section_review::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.4;
    z-index: -1;
  }
  .reviews_item {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
  }
  
  .reviews_item .reviews_item_box:first-child {
    width: 60%;
    color: white;
  }
  
  .reviews_item .reviews_item_box h3 {
    margin: 15px 0;
    font-size: 40px;
    text-transform: capitalize;
  }
  .reviews_item .reviews_item_box:last-child {
    width: 10%;
  }
  
  .reviews_item .reviews_item_box:last-child img {
    width: 100%;
    height: auto;
  }
  .reviews_item {
    display: flex;
    justify-content: space-between;
  }
  
  .review_item {
    width: 48%;
    background: #01a7e3;
    padding: 30px;
    color: white;
    font-size: 20px;
    border-radius: 10px;
  } 
  
  .review_item_bottom_box {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
  }
  
  .review_item_bottom_box:first-child {
    width: 15%;
  
  }
  .star {
    color: #ccc !important;
  }
  .star.filled {
    color: gold !important;
  }
  .tour_star {
    color: #ccc;
    font-size: 18px;
  }
  .tour_star.filled {
    color: #f7a020;
  }

  .review-summary {
    color: black;
  }
  
  .review_item_bottom_box:first-child img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .review_item_bottom_box:last-child {
    width: 84%;
    padding-top: 20px;
  }
  
  .istanbul_city_tours h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
  }
  
  .istanbul_city_tours_banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .istanbul_city_tours_item {
    width: 32%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
    transition: all 0.4s;
    height: 100%;
  }
  
  .istanbul_city_tours_item:nth-child(4), 
  .istanbul_city_tours_item:nth-child(5), 
  .istanbul_city_tours_item:nth-child(6)
  {
    margin-top: 20px;
  } 
  
  .istanbul_city_tours_item:hover {
    margin-top: -10px;
  } 
  .istanbul_city_tours_item:hover .istanbul_image img {
    filter: brightness(0.8);
    transition: 0.4s;
  }
  .istanbul_city_tours_item .istanbul_image {
    position: relative;
    z-index: 1;
  }
  
  .istanbul_image img {
    width: 100%;
    height: auto;
  }
  
  .istanbul_slogan {
    width: 90%;
    margin: 0 auto;
    border: 2px solid white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
    text-align: center;
    padding: 8px;
    margin-top: -20px;
    z-index: 19;
    position: relative;
    background: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  
  .istanbul_slogan i {
    color: var(--orange-color);
  }
  .istanbul_content {
    padding: 10px;
  }
  .istanbul_content .tour_name {
    height: 50px;
  }
  .istanbul_content .tour_name h4 {
    margin: 10px 0;
  }
  
  .istanbul_content .tour_name a {
    text-decoration: none;
    color:var(--title-color);
    font-size: 20px;
  }
  
  .istanbul_content .description {
    color: var(--text-color);
    margin: 10px 0;
    width: 100%;
    height: 100px;
  }
  
  .istanbul_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .istanbul_bottom .book_btn a {
    background: var(--blue-color);
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: 0.4s;
    border-radius: 20px;
  }
  
  .istanbul_bottom .book_btn a:hover {
    background: var(--green-color);
  }
  .istanbul_bottom .price {
    font-size: 22px;
    font-weight: 600;
  
  }
  .istanbul_bottom {
    display: flex;
    justify-content: space-between;
  }
  
  .private_yacht_section {
    width: 100%;
    height: 600px;
    margin-top: 20px;
    background: url(../images/bg/bosphorus-cruises.png);
    position: relative;
    z-index: 1;
  }
  
  .private_yacht_section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.3;
    z-index: -1;
  }
  
  .private_yacht_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
  }
  
  .private_yacht_content h3 {
    font-size: 40px;
    margin: 15px 0;
  }
  
  .private_yacht_content p {
    font-size: 18px;
    line-height: 25px;
  }
  .private_yacht_video_link {
    margin-top: 40px;
  }
  .private_yacht_video_link a {
    color: white;
    text-decoration: none;
    padding: 20px 40px;
    background:linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    font-size: 20px;
    border-radius: 20px;
  }
  
  .private_yacht_video_link i {
    font-size: 25px;
  }
  
  .content_yacht
  {
    height: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .yacht_charter h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
  }
  
  .yachts_side
  {
    width: 49%;
  }
  .yacht_img 
  {
    width: 100%;
  }
  .yacht_img h3
  {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .yacht_img p
  {
  }
  .yachts_side:first-child img
  {
    width: 100%;
    height: auto;
  }
  .yacht_title
  {
    text-align: center;
    color: var(--second-color);
    font-size: 32px;
    margin-bottom: 15px;
  }
  .yacht_box
  {
    display: flex;
    justify-content: space-between;
  }
  .yacht_imgBox 
  {
    width: 38%;
  }
  .yacht_imgBox img
   {
     width: 100%;
     height: auto;
   }
  .yacht_content 
  {
    width: 58%;
  }
  .content_yacht p
  {
    color: var(--text-color);
    margin-bottom: 10px;
  }
  
  .yacht_img img
  {
    width: 100%;
    height: auto;
  }
  .yacht_link a
  {
    text-decoration: none;
    color: white;
    background: #1976bc;
    padding: 5px 15px;
    box-sizing: border-box;
    float: right;
    margin-top: 0;
    transition: all 0.4s;
    border-radius: 20px;
  }
  .yacht_link a:hover {
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    margin-top: 5px;
  }
  .yacht_link {
    margin-top: 30px;
    bottom: 0;
  }
  .yacht_content h3
  {
    color: var(--first-color);
    font-size: 20px;
  }

  .yacht_content h3 a {
    text-decoration: none;
    color: black;
  }
  .yacht_content h3, .yacht_content p
  {
    margin-bottom: 15px;
  }
  .antalya_price {
    font-size: 20px !important;
    font-weight: bold;
    color:#0056b3 !important;
  }
  .airport_transfer {
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    margin-top: 80px;
  }
  
  .airport_transfer_inner {
    display: flex;
    justify-content: space-between;
  }
  
  .airport_transfer_box {
    width: 47%;
  }
  
  .airport_transfer_box img {
    width: 100%;
  
  }
  .airport_transfer_box:first-child {
    margin-top: -50px;
  }
  .airport_transfer_box:last-child {
    background: white;
    margin-top: 220px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  } 
  .airport_transfer_box:last-child p {
    margin-top: 15px;
    color: var(--text-color);
  }
  .airport_transfer_box:last-child h3 {
    font-size: 40px;
    margin: 10px 0;
  }
  
  .airport_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .airport_bottom:last-child {
    font-size: 20px;
  }
  
  .airport_bottom a {
    padding: 10px 20px;
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.4s;
    border-radius: 20px;
  }
  
  .airport_bottom a:hover {
    background: linear-gradient(to right, #8dc645 30%, #1976bc 90%);
  }
  
  .package_tour_banner {
    margin-top: 100px;
  }
  .package_tour_inner {
    display: flex;
    justify-content: space-between;
  }
  
  .package_tour_box {
    width: 48%;
  }
  .package_tour_box img {
    width: 100%;
    height: auto;
  }
  .package_tour_box h3 {
    margin: 0 0 15px 0;
    font-size: 40px;
  }
  
  .package_tour_box p {
    margin-top: 10px;
    color: var(--text-color);
  }
  
  .package_tour_box h4 {
    margin: 20px 0;
    font-size: 30px;
  }
  
  .package_tour_box ul {
    margin-top: 20px;
  }
  
  .package_tour_box ul li {
    color: var(--text-color);
    margin-top: 10px;
    list-style: none;
    margin-left: 20px;
    font-size: 16px;
  }
  .package_tour_box ul li i {
    color:  #8dc645;
    font-size: 24px;
  }
  .package_link {
    margin-top: 20px;
    float: right;
  }
  
  .package_link a {
    padding: 18px 28px;
    color: white;
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s;
    border-radius: 20px;
  }
  
  .package_link a:hover {
    background: linear-gradient(to right, #8dc645 40%, #1976bc 90%);
  
  }
  
  .turkey_package_tours_banner {
    margin-top: 30px;
  }
  
  .turkey_package_tours_banner h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
  
  }
  .turkey_package_tours_inner {
    display: flex;
    justify-content: space-between;
  }
  
  .turkey_package_tours_item {
    width: 32%;
    height: 650px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
    transition: all 0.4s;
  }
  
  .turkey_package_tours_item img {
    width: 100%;
    height: auto;
  }
  
  .turkey_package_tours_middle_inner {
    display: flex;
    justify-content: space-between;
  }
  
  .turkey_package_tours_content_box {
    padding: 15px;
  }
  .turkey_package_tours_content_box h4 {
    font-size: 20px;
    margin: 5px 0;
  }
  .turkey_package_tours_content_box h4 a {
    text-decoration: none;
    color: var(--title-color);
  }
  .turkey_package_tours_middle_box:first-child {
    width: 68%;
    color: var(--text-color);
  }
  
  .turkey_package_tours_middle_box:first-child ul li {
    list-style: none;
  }
  
  .turkey_package_tours_middle_box:first-child ul li i {
    color: var(--orange-color);
  }
  
  .turkey_package_tours_middle_box:last-child {
    width: 28%;
    border-left: 1px solid rgb(0,0,0,0.3);
    padding-left: 5px;
    text-align: right;
  }
  
  .turkey_package_tours_middle_box:last-child span {
    font-size: 25px;
  }
  
  .turkey_package_tour_content {
    margin-top: 15px;
    color: var(--text-color);
    font-size: 16px;
  }
  
  .turkey_package_tour_book_button {
    margin-top: 20px;
    text-align: center;
  }
  .turkey_package_tour_book_button a {
    text-decoration: none;
    padding: 10px 120px;
    background: var(--blue-color);
    border-radius: 20px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
  }
  
  .turkey_package_tour_book_button a:hover {
    background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
  }
  
  .cappadocia_banner {
    width: 100%;
    height: 600px;
    display: flex;
    background: #eaddd3;
    margin-top: 20px;
  }
  
  .cappadocia_box {
    width: 50%;
    text-align: center;
  }
  
  .cappadocia_box h2 {
    font-size: 40px;
    margin: 20px 0;
  }
  .cappadocia_box h3 {
    font-size: 30px;
    margin: 20px 0;
  }
  
  .cappadocia_box p {
    font-size: 16px !important;
    margin-top: 10px;
  }
  
  .cappadocia_box ul li{
    list-style: none;
    margin-top: 20px;
    text-align: left;
  }
  
  .cappadocia_box ul li i {
    font-size: 24px;
    color: #01a7e3;
  }
  
  .cappadocia_box:last-child {
    padding: 30px;
  } 
  
  .cappadocia_box img {
    width: 100%;
    height: 600px;
  }
  
  .hot_balloon_link {
    margin-top: 30px;
  }
  
  .hot_balloon_link a {
    padding: 10px 30px;
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.43);
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.4s;
    border-radius: 20px;
  }
  
  .hot_balloon_link a:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.70);
    background:#a68467;
  }
  /* ========== Cappadocia Tours Section ========== */

.cappadocia_tours {
  margin-top: 20px;
}

.cappadocia_tours h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

/* Grid layout for the tour boxes */
.cappadocia_tours_banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row on desktop */
  gap: 20px;
}

/* Tour item box */
.cappadocia_tours_item {
  background: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.33);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.cappadocia_tours_item:hover {
  transform: translateY(-5px);
}

/* Image */
.cappadocia_image img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}

/* Slogan Row */
.cappadocia_slogan {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #f1f1f1;
  font-size: 14px;
  color: #555;
}

.slogan_box {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Content: Title and Location */
.cappadocia_content {
  padding: 15px;
  flex-grow: 1;
}

.cappadocia_content .tour_name h4 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #333;
}

.cappadocia_content .tour_name h4 a {
  text-decoration: none;
  color: #333;
}

.cappadocia_content .location {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Bottom Row: Book Button & Price */
.cappadocia_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f8f8f8;
  border-top: 1px solid #eee;
}

.book_btn a {
  background-color: var(--blue-color);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: background 0.3s;
}

.book_btn a:hover {
  background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
}

.price {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

  .home_page_contact {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .home_page_contact h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
  }
  
  .home_contact_banner {
    display: flex;
    justify-content: space-between;
  }
  
  .home_contact_box {
    width: 30%;
    height: 200px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.70);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .home_contact_box i {
    font-size: 60px;
    color: var(--blue-color);
  }
  
  .home_contact_box a {
    font-size: 20px;
    text-decoration: none;
    margin-top: 20px;
    color: var(--title-color);
  }
  
  
  
  footer {
    width: 100%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.50);
    padding: 40px 0;
  }
  
  .footer_inner {
    display: flex;
    justify-content: space-between;
  }
  
  .footer_box {
    width: 23%;
    color: var(--text-color);
    font-size: 18px;
  }
  .footer_box:first-child {
    margin-top: -20px;
  }
  .footer_box img {
    width: 40%;
    height: auto;
  }
  
  .footer_box h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .footer_box ul li {
    list-style: none;
  }
  
  .footer_box ul li a {
    text-decoration: none;
    color:var(--text-color);
    transition: all 0.4s;
  }
  
  .footer_box ul li i {
    color: var(--blue-color);
    font-size: 18px;
  }
  
  .footer_box ul li a:hover {
    color: #1976bc;
  } 
  
  .social_media_link ul {
    display: flex;
    margin-top: 15px;
  }
  
  .social_media_link ul li i {
    font-size: 20px;
  }
  
  .social_media_link ul li:nth-child(2),
  .social_media_link ul li:nth-child(3),
  .social_media_link ul li:last-child {
    margin-left: 15px;
  }
  
.company_bottom_banner {
  text-align: center;
  font-size: 20px;
  background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
  padding: 15px;
  color: white;
}
.tour_detail_container p {
  font-size: 16px !important;
}
.tour_gallery_banner {
  display: flex;
  justify-content: space-between;
  height: 405px;
}
.tripadvisor_logo img {
  width: 130px;
  height: auto;

}
.tripadvisor_logo {
  display: flex;
}

.tripadvisor_logo .tripadvisor_logo_box:last-child {
  margin-left: 5px;
}
.top_trioadvisor_logo a {
  text-decoration: none;
  font-size: 18px;
  color: #0056b3;
  font-weight: 600;
  padding-top: -10px;
}
.tour_gallery_banner img,
.tour_gallery_banner video {
  height: 100% !important;
}

.tour_detail_banner h1 {
  margin-top: 15px;
  font-weight: 600;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 16px 20px;
  font-size: 15px;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.7);
  margin: 20px 0;
  gap: 20px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}


.top_part_rating {
  margin: 0px 0;
  margin-bottom: 10px;
}

.tour_gallery_box_one {
  width: 14.8%;
  height: 100%;
}

.tour_gallery_box_one #gallery img {
  height: 100%;

}
.tour_gallery_box_two {
  width: 60%;
  height: 100%;
}

.tour_gallery_box_two .tour_gallery_box_two img {
  width: 100% !important;
}
.tour_gallery_box_three {
  width: 26%;
}

.tour_gallery_box_three img{
  width: 100%;
  height: auto;
}

.tour_gallery_box_three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
}


.tour_gallery_box_three_item:first-child {
  padding-top: 0;
} 

.tour_gallery_box_three_item {
  width: 100%; 
  height: 49.5%;
  padding-top: 2px; 
}

.tour_gallery_box_three_item:nth-child(2) {
  display: none;
} 
.tour_gallery_box_three_item img {
  height: 98%;
  width: 100%;
}

.tour_content_section {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.tour_content_box:first-child {
  width: 69%;

}

.tour_content_box:last-child {
  width: 30%;

}
.tour_cover {
  font-size: 16px;
}
.about_the_activity {
  margin: 15px 0;
 
}

.about_activity_banner {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  padding: 10px;

}
.about_activity {
  display: flex;
  margin-top: 10px;
  width: 24%;
  padding-bottom: 3px;
}

.about_activity_box:first-child {
  width: 15%;
}

.about_activity_box:first-child i {
  font-size: 25px;
  color: var(--orange-color);
}

.about_activity_box:last-child {
  width: 88%;
}

.inclusions_exclusions_section_banner {
  margin-top: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  padding: 10px;
}

.title_line {
  width: 50px;
  height: 5px;
  background: var(--green-color);
  margin-top: 10px;
}
.inclusions_exclusions_section_banner h3 {
  font-size: 22px;
}

.inclusions_exclusions_section {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.inclusions_exclusions_section ul li p {
  font-size: 18px !important;

}
.inclusions_exclusions_section ul li {
  list-style: none;
}

.inclusions_box ul li::before {
  content: "✓";
  font-family: "Font Awesome 5 Free";
  color: #238500;

}

.exclusions_box ul li:before {
  content: "x";
  font-family: "Font Awesome 5 Free";
  color: red;
}
.inclusions_box {
  width: 48%;
  
}

.exclusions_box {
  width: 48%;
}

.inclusions_box h2,
.exclusions_box h2
{
  font-size: 22px;
  font-weight: 500 !important;
} 

.latest_reviews_banner {
  display: flex;
  justify-content: space-between;
}

.latest_review_box {
  width: 48%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  padding: 10px; 
  border-radius: 10px;
  background: rgba(25, 118, 188, 0.2);
}

.latest_review_box p {
  margin-top: 5px;
}

.latest_review_box h3 {
  font-weight: 600;
}

.latest_reviews_section {
  margin-top: 15px;
}

.latest_reviews_section h2 {
  margin: 15px 0;
  font-size: 22px;
}
.packages-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px auto;
  max-width: 1000px;
}

.package-card {
  flex: 1 1 300px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 4px 4px 12px rgba(0,0,0,0.4);
  padding: 40px 20px 20px 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.package-main-title {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 20px;
  color: #333;
  text-align: center;
}

.package-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

.price {
  font-size: 20px;
  font-weight: bold;
  color: #27ae60;
  margin-bottom: 15px;
}

.package-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.package-card ul li {
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
  color: #555;
}

.package-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}

.badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}
.faq-section {
  max-width: 900px;
  margin: 50px auto;
  padding: 20px;
}

.faq-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.faq-item {
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #27ae60;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  margin-top: 8px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  position: relative;
}

.faq-answer.show {
  display: block;
}

.faq-romantic {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #e74c3c;
  font-style: italic;
}
.description_section {
  margin-top: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  padding: 10px;
}

.review_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.review_bottom_box img {
  width: 100%;
  border-radius: 50%;
}

.review_bottom_box span {
  font-weight: 600;
}

.review_bottom_box:first-child {
  width: 15%;
}

.review_bottom_box:last-child {
  width: 83%;
  padding-top: 10px;
}

.review_bottom_box:last-child p:last-child {
  font-size: 14px !important;
  color: var(--text-color);
}

.private_book_banner {
  background: rgba(230, 57, 70, 0.9);
  width: 100%;
  height: 160px;
  margin-top: 10px;
}

.private_book_box {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-top: 4%;
}

.private_book_box p {
  color: white;
  font-size: 20px !important;
}

.private_book_box a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  font-weight: 600;
}
.private_book_link {
  margin-top: 20px;
}
.private_book_link a {
   background: white;
   color: red;
   padding: 10px 20px;
}
.cta-subtext {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: italic;
}
.faq-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

.accordion-btn {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 16px;
  transition: background-color 0.3s;
}

.accordion-btn:hover {
  background-color: #eaeaea;
}

.accordion-panel {
  padding: 0 15px 15px;
  display: none;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}
.yacht_slogan {
  margin: 10px 0;
  font-style: italic;
}
.meal_menu {
  margin-top: 15px;
}

.who_like {
  margin-top: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  padding: 10px;
}

.important_information_section_bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.important_information_section_bottom_box {
  width: 49.5%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.20);
  padding: 10px;
}

.general_info_banner {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  padding: 20px;
}

.got_a_question_banner {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 200px;
  padding: 20px;
  background: linear-gradient(to right, #8dc645 0%, #1976bc 40%);
  color: white;
  margin-top: 15px;
}

.got_a_question_inner h3 {
  margin: 15px auto;
  font-size: 22px;
  font-weight: 600;
}

.got_a_question_inner p {
  margin: 15px auto;
}

.got_a_question_inner ul li {
  list-style: none;
  margin-top: 5px;
}

.got_a_question_inner ul li i {
  color: #fff;
  font-size: 20px;
}

.got_a_question_inner ul li a {
  text-decoration: none;
  color: #FFEB3B;

}

.general_info_box_banner:first-child span {
  background: red;
  padding: 5px;
  color: white;
  font-size: 16px;
}

.general_info_box_banner:nth-child(2) {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.general_info_box_banner:nth-child(2) span {
  font-weight: 600;
  font-size: 22px;
}

.general_info_box_banner:nth-child(2) a {
  padding: 10px 50px;
  color: white;
  text-decoration: none;
  background: var(--blue-color);
  border-radius: 30px;
  transition: all 0.4s;
}

.general_info_box_banner:nth-child(2) a:hover {
  background: #034c70;
} 

.general_info_box_banner:nth-child(2) .general_box:last-child {
  padding-top: 10px;
}

.general_info_box_banner:last-child {
  display: flex;
  margin-top: 20px;
} 

.general_info_box_banner:last-child .general_box:last-child {
  margin-left: 10px;
}

.general_info_box_banner:last-child i {
  font-size: 25px;
  color: var(--blue-color);
}
.limited-message {
  position: fixed;
  top: 20px;
  right: -515px;
  background-color: #e63946;
  color: white;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: right 0.5s ease-in-out;
}

.limited-message.show {
  right: 35px;
}
#mesaj_formu_container 
{

    width: 99%;
    padding-top: 10px;   
    margin: 15px auto;
    background: rgb(255, 255, 255,.7);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);

}

#mesaj_formu_container #mesaj_formu h3 

{

    text-align: center;
    color: #ff0000;
    font-size: 24px;
    font-weight: 500;

}

.form 
{

    width: 90%;
    position: relative;
    height: 50px;
    overflow: hidden;
    margin: 20px auto;
    color: black;
}

.form input
{
    width: 100%;
    height: 100%;
    color: #595f6e;
    padding-left: 5px;
    border: none;
    outline: none;
    background: rgb(119, 216, 216,0.1);
}

.text_area {

    text-align: center; 
    border:none;
}

.text_area label 
{

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid #000;

}

.text_area textarea
{

    width: 90%;
    height: 100%;  
    color: #595f6e;
    padding-top: 10px;
    border: none;
    padding-left: 5px;
    outline: none;
    background: rgb(119, 216, 216,0.1);

}

::placeholder
{

    color:black;
    padding-left: 5px;

}

.form label {

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid grey;
}

.form label::after {

    content: "";
    left: 0px;
    bottom: -1px;
    position: absolute;
    width: 100%;
    border-bottom: 3px solid #5fa8d3;
    transform: translateX(-90%);
    transition: transform 0.3s ease;

}

.content_name {

    position: absolute;
    bottom: 5px;
    left: 0px;
    transition: all 0.2s ease;
    padding-left: 5px;
    color: #575757;
    font-size: 17px;

}

.form input:focus + .label_name .content_name,  

.form input:valid + .label_name .content_name {

    transform: translateY(-140%);
    font-size: 14px;
    color: var(--turkuaz-color);

}
.line_thru
{
    color: red;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.form input:focus + .label_name::after, .form input:valid  + .label_name::after{

    transform: translateY(0%);

}

#mesaj_formu input[type="submit"] 
{

    background-color:rgb(255,0,0);
    color:#FFF;
    width: 80%;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    transition: 0.3s;
}

#mesaj_formu input[type="submit"]:hover
{

    background:white;
    font-weight: bold;
    color: red;
} 
.form input[id="security_code"] 

{

    width: 240px;
    padding: 45px;
    margin-top: 10px;
    height: 100%;
    color: black;
    margin-top: -10px;

}
.rating-summary {
  width: 100%;
  margin-top: 20px;
}
.rating_summary_banner {
  display: flex;
  justify-content: space-between;
}

.rating_summary_box:first-child {
  width: 30%;
  text-align: center;
  padding-top: 7%;
}

.rating_summary_box:first-child i {
  font-size: 25px;
  margin-bottom: 10px;
}

.rate_number {
  font-weight: 600;
  font-size: 30px;
}
.rating_summary_box:last-child {
  width: 69%;
}


.lightboxpreview {
  transition: all .3s linear;
padding-top:60%;
 cursor:pointer;
 background-size:cover;
}
  
.lightbox-content {
max-height:75vh;
 height:75vh;
 width:100%;
 max-width: 1000px;}

.lightbox-close { 
 cursor:pointer;
   margin-left: auto;
 position:absolute;
 right:-30px;
 top:-30px;
 color:white;
   font-size: 2rem;
   font-weight: 700;
   line-height: 1;}
.modal_inner_image {
   min-height: 400px;
   z-index: 1000;}
.modal-content {
   width: 100%;}


.modalscale {transform:scale(0);
opacity:0;}

.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
 position:relative;
 overflow:hidden;
}
.lightbox-enabled:hover {
 transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
 position:absolute;
 top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100vw;
height:100vh;
position:fixed;
top:0;
left:0;
 display:flex;
 align-items:center;
 justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
 opacity:1;
 pointer-events:all;
}
.lightbox-image-wrapper {
 display:flex;
 transform:scale(0);
 align-items:center;
 justify-content:center;
 max-width:90vw;
 max-height:90vh;
 position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
 color:white;
 z-index:9999999;
cursor:pointer; 
 position:absolute;

 font-size:50px;
}

.lightbox-btn:focus {
 outline:none;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
 width:100%;
 -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
 max-height:95vh;
 object-fit:cover;
}

@keyframes slideleft {
 33% {transform:translateX(-300px);
 opacity:0;
 }
 66% {transform:translateX(300px);
 opacity:0;
 }
}


.slideleft {
  animation-name: slideleft;
animation-duration: .5s; 
animation-timing-function: ease; 
}
@keyframes slideright {
 33% {transform:translateX(300px);
 opacity:0;}
 66% {transform:translateX(-300px);
 opacity:0;}
}


.slideright{
  animation-name: slideright;
animation-duration: .5s; 
animation-timing-function: ease; 
}


.average {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.average .stars {
  font-size: 1.5rem;
  color: var(--fill-bg);
  margin-right: 0.5rem;
}
.average .value {
  font-size: 1.25rem;
}

.rating-summary h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.rating-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.rating-row .label {
  width: var(--label-width);
  font-size: 0.9rem;
}
.rating-row .bar {
  position: relative;
  flex: 1;
  height: var(--bar-height);
  background: var(--bar-bg);
  border-radius: calc(var(--bar-height) / 2);
  overflow: hidden;
  margin: 0 var(--gap);
}
.rating-row .bar .fill {
  height: 100%;
  width: var(--percent);
  background: var(--fill-bg);
  border-radius: calc(var(--bar-height) / 2) 0 0 calc(var(--bar-height) / 2);
  transition: width 0.5s ease-out;
}
.rating-row .percent {
  width: var(--percent-width);
  text-align: right;
  font-size: 0.9rem;
}
/* Reviews Container */
#reviews-container {
  margin: 20px 0;
  font-family: Arial, sans-serif;
  width: 100%;
}

.review_show_more {
  width: 100%;
}

/* Each Review Box */
.review-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Review Title */
.review-box h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #333;
}

/* Reviewer Info */
.review-box p strong {
  color: #555;
}

/* Review Date */
.review-box em {
  font-size: 14px;
  color: #888;
}

/* Review Content */
.review-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

/* Show More Button */
#show-more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#show-more-btn:hover {
  background-color: #0056b3;
}

/* Star Ratings */
.stars {
  display: inline-block;
  font-size: 18px;
  color: #FFD700; /* Gold for filled by default */
}

.star {
  display: inline-block;
  color: #ccc; /* Light gray for empty stars */
  font-size: 20px;
  margin-right: 2px;
  transition: color 0.2s ease;
}

.star.filled {
  color: #f7a020; /* Gold */
}

.review-header {
  display: flex;
}

.stars {
  padding-top: 15px;
}
.review_tripadvisor {
  padding-top: 10px;
}

.review_tripadvisor img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.write_a_review {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.20);
  width: 69%;
  
}
.write_a_review h3 
{
	font-size: 24px;
	font-weight: 600;
}
.write_a_review input[type="text"], #ara input[type="submit"] {
	padding:10px;
	outline:none;	
}
.write_a_review input[type="submit"] 
{
	background: var(--fifth-color);
}
.write_a_review 
{
  width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 2px dashed var(--second-color);
	height: 100%;
}
.write_a_review input, .write_a_review textarea{
    padding:10px;
    width:50%;
    box-sizing:border-box;
    border:solid 1px #808080;
    color:#000;
    font-weight:bold;
    outline:none;
    margin:0 auto;
    text-align: left;
    background: #fff;      
}
.write_a_review  input[type="submit"]:hover {
    background-color:#fff;
    color:#fc4225;
}
.write_a_review  input[type="submit"] {
    background-color:#20c997;
    color:black;
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
    margin-top: 10px;
    transition: 0.3s;
}
/****** Style Star Rating Widget *****/

.rating { 
	border: none;
	float: left;
	display: inline;
}
.rating h5
{
	color: var(--tenth-color);
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
}
 
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.75em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #f7a020;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #f7a020;  }
/**-------****/

.faq-container {
  width: 90%; /* Ensures it takes up more space on mobile */
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-container h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

/* FAQ Item */
.faq-item {
  margin-bottom: 10px;
}

.faq-btn {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  border-radius: 5px; /* Rounded corners for buttons */
}

.faq-btn:hover {
  background-color: #0056b3;
}

/* FAQ Content */
.faq-content {
  padding: 0 20px;
  background-color: #f1f1f1;
  display: none;
}

.faq-content p {
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}
.faq-section {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-title {
  padding: 15px;
  cursor: pointer;
  background: #f0f0f0;
  transition: background 0.3s;
  position: relative;
}

.accordion-title:hover {
  background: #e6e6e6;
}

.accordion-title::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.accordion-title.active::after {
  content: '-';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 15px;
  background: #fff;
}

.accordion-content p {
  padding: 10px 0;
  margin: 0;
  color: #444;
}
/* Base Styles */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 12px 16px;
  border-top: 1px solid #eee;
}

.sticky-content {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sticky-tour-box {
  font-size: 20px;
  text-align: center;
  color: #333;
  width: 40%;
}

.book-btn {
  background-color: #e63946;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  font-size: 20px;
  transition: background-color 0.3s;
  width: 20%;
}

.book-btn:hover {
  background-color: #d62828;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding: 20px;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
}

.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.lightbox-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.lightbox-controls button {
  background: rgba(255,255,255,0.3);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 50%;
  transition: background 0.3s;
}

.lightbox-controls button:hover {
  background: rgba(255,255,255,0.6);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery img {
  width: 48.5%;
}

/* 2. Hero Banner */
.slider_cat_banner {
  background: linear-gradient(
    to bottom,
    var(--blue-primary) 0%,
    var(--blue-light)   100%
  );
  padding: 80px 20px;
  text-align: center;
  position: relative;
  color: #fff;
}
.slider_cat_banner .slider_cat_inner {
  margin: auto;
}
.slider_cat_banner h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.slider_cat_banner p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* 3. Layout Container */
.container_tours {

  margin: 40px auto;
  padding: 0 20px;
}
.content_tours {
  display: flex;
  gap: 30px;
}
.clear { clear: both; }

/* 4. Tours List (Left) */
.tours_left {
  flex: 3;
}
.tours_left h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

/* 5. Tour Card */
.itemTours {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.itemTours:hover {
  transform: translateY(-8px);
}

/* 5a. Image */
.part_one {
  flex: 0 0 370px;
}
.part_one img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 5b. Details */
.part_two {
  flex: 2;
  padding: 20px;
}
.tourName h2 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.tourName a {
  color: #0077b6;
  text-decoration: none;
}
.tourName a:hover {
  text-decoration: underline;
}
.tourDesc p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 12px;
}
.star {
  color: #f7a020;
  margin-bottom: 12px;
}

/* 5c. Footer Area */
.part_three {
  flex: 1;
  background: #f0f4f8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.part_three .int,
.part_three .pro,
.part_three .loc,
.part_three .pricing {
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.part_three .pro {
  color: #00b4d8;
  font-weight: 600;
}
.part_three .loc {
  font-style: italic;
}
.part_three .pricing {
  font-weight: bold;
  color: #0077b6;
  font-size: 1.1rem;
}
.BookNow a {
  display: inline-block;
  background: #0077b6;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  transition: background 0.2s;
}
.BookNow a:hover {
  background: #005f88;
}

/* 6. Row Count */
.row_count {
  font-weight: 600;
  color: #555;
  margin-top: 10px;
}

/* 7. Sidebar (Right) */
.tours_right {
  flex: 1;
  position: sticky;
  top: 100px;
}
.co_right {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.co_right h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #0077b6;
}
.co_right ul {
  list-style: none;
}
.co_right li {
  margin-bottom: 12px;
}
.co_right li a {
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.co_right li a:hover {
  color: #00b4d8;
}
.co_right li i {
  margin-right: 8px;
  color: #00b4d8;
}

/* 8. WhatsApp Support Button */
.support {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 1000;
}
.support img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


/* Container_contact */

.contact_header {
  background: linear-gradient(to bottom, var(--blue-primary) 0%, var(--blue-light) 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 24px;
}

/* Container with light background */
.container_about.dark_style {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 25px;
  font-family: 'Poppins', Arial, sans-serif;
  background-color: #f5faff; /* very light blue */
  color: #01203a; /* dark navy text */
  border-radius: 16px;
  box-shadow: 0 14px 50px rgba(0, 32, 60, 0.15);
}

/* Page top */
.page_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.page_title h1 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #00509e; /* navy blue */
}

.page_social ul {
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.page_social ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0077c8; /* turquoise */
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page_social ul li a:hover {
  color: #004a7c;
}

.clear {
  clear: both;
}

/* Contact Content */
.contact_content {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

/* Left side — contact info panel */
.contact_left {
  flex: 1 1 320px;
  background-color: #ffffff; /* white */
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 10px 35px rgba(0,80,158,0.1);
}

.contact_left h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #0077c8;
  border-bottom: 2px solid #00a1ff;
  padding-bottom: 6px;
}

.contact_info_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_info_list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #e3f0ff;
  font-size: 16px;
  color: #01203a;
}

.contact_info_list li:last-child {
  border-bottom: none;
}

.contact_info_list li i {
  font-size: 18px;
  color: #00a1ff;
  min-width: 24px;
  text-align: center;
}

/* Links inside contact info */
.contact_info_list li a {
  color: #0077c8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact_info_list li a:hover {
  color: #004a7c;
}

/* Right side: map + form */
.contact_right {
  flex: 1 1 460px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Google Map */
.contact_right iframe {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,80,158,0.15);
  border: none;
}

/* Contact Form */
/* Contact Form */

.contact_form {
  background-color: #ffffff; /* white */
  padding: 30px 28px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,80,158,0.2);
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}

.contact_form h3 {
  font-weight: 700;
  font-size: 22px;
  color: #0077c8;
  margin-bottom: 25px;
  border-bottom: 2px solid #00a1ff;
  padding-bottom: 6px;
  text-align: center;
}

/* Floating label wrapper */
.form_group {
  position: relative;
  margin-bottom: 26px;
}

/* Inputs and textarea */
.form_group input,
.form_group textarea {
  width: 100%;
  background: #f0f8ff; /* very light blue */
  border: none;
  border-radius: 10px;
  padding: 16px 14px;
  font-size: 16px;
  color: #01203a;
  box-shadow: inset 0 0 8px rgba(0,161,255,0.2);
  transition: box-shadow 0.3s ease;
  resize: vertical;
}

.form_group input:focus,
.form_group textarea:focus {
  outline: none;
  box-shadow: 0 0 10px #00a1ff;
}

/* Floating label style */
.form_group label {
  position: absolute;
  top: 18px;
  left: 14px;
  color: #283f58cc;
  font-size: 15px;
  pointer-events: none;
  transition: all 0.3s ease;
  user-select: none;
}

/* Float label when input has content or is focused */
.form_group input:not(:placeholder-shown) + label,
.form_group textarea:not(:placeholder-shown) + label,
.form_group input:focus + label,
.form_group textarea:focus + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: #0077c8;
  background: #ffffff;
  padding: 0 6px;
  border-radius: 4px;
}

/* Button */
.btn_submit {
  width: 100%;
  padding: 16px 0;
  background: linear-gradient(135deg, #00a1ff, #0077c8);
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  user-select: none;
}

.btn_submit:hover {
  background: linear-gradient(135deg, #0077c8, #004a7c);
}

/* Center container */
.container_about {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}

/* Page top */
.page_top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:22px;
  flex-wrap:wrap;
}
.page_title h1{
  margin:0;
  font-size:20px;
  font-weight:700;
  letter-spacing:0.6px;
  color:var(--accent);
}
.page_social ul{ display:flex; gap:12px; margin:0; padding:0; list-style:none;}
.page_social a{ color:var(--accent); text-decoration:none; font-weight:600; display:inline-flex; gap:8px; align-items:center; }
.page_social a:hover{ color:var(--accent-2); }

/* Hero / intro */
.hero {
  display:grid;
  grid-template-columns: 1fr 420px;
  gap:28px;
  align-items:center;
  margin-bottom:32px;
}
.hero_card {
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(250,255,255,0.85));
  border-radius: var(--radius);
  padding:28px;
  box-shadow: var(--shadow);
  border:1px solid rgba(3,18,38,0.04);
}
.hero_card h2{
  margin:0 0 12px 0;
  font-size:28px;
  color:#0f2b3a;
}
.hero_card p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
  font-size:16px;
}

/* Image card */
.hero_image{
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
  height:100%;
  min-height:260px;
  background:linear-gradient(180deg, rgba(0,119,200,0.06), rgba(0,180,216,0.03));
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero_image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease;
}
.hero_image:hover img{ transform: scale(1.03); }

/* Features / three columns */
.features {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
  margin: 32px 0;
}
.feature {
  background: var(--card);
  border-radius:12px;
  padding:18px;
  box-shadow: 0 8px 20px rgba(3,18,38,0.06);
  border:1px solid rgba(3,18,38,0.03);
  text-align:center;
}
.feature i{
  font-size:26px;
  color:var(--accent);
  margin-bottom:10px;
}
.feature h4{ margin:6px 0; color:#102a36; font-size:18px; }
.feature p{ margin:0; color:var(--muted); font-size:14px; line-height:1.6; }

/* Team section */
.team_section{
  margin-top:28px;
}
.team_header{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:16px; text-align: center; }
.team_header h3{ margin:0; font-size:20px; color:#102a36; text-align: center;}
.team_grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
.team_card{
  background: linear-gradient(180deg,#fff,#fbfdff);
  border-radius:12px;
  padding:14px;
  text-align:center;
  box-shadow: 0 8px 25px rgba(3,18,38,0.05);
  border:1px solid rgba(3,18,38,0.03);
}
.team_card img{ width:110px; height:110px; border-radius:50%; object-fit:cover; margin-bottom:12px; }
.team_card h5{ margin:6px 0; font-size:16px; color:#083044; }
.team_card p{ margin:0; color:var(--muted); font-size:14px; }

/* CTA */
.cta {
  margin-top:36px;
  background: linear-gradient(90deg, rgba(0,119,200,0.08), rgba(0,180,216,0.03));
  border-radius:12px;
  padding:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  box-shadow: 0 8px 20px rgba(3,18,38,0.04);
}
.cta .text{ color:#0e2a3a; font-weight:600; font-size:18px; }
.cta .btn {
  background: linear-gradient(135deg,var(--accent),var(--accent-2));
  color:white;
  border:none;
  padding:10px 18px;
  border-radius:10px;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
}
.cta .btn:hover{ opacity:0.95; transform: translateY(-1px); }

/* responsive */



.picbox img {
  width: 100%;
  height: auto;
}

.contBox {
  padding: 15px;
}

.itemBox {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.itemBox h4 {
  font-size: 20px;
  color: #222;
}

.itemBox a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #ffffff;
  background-color: #0077cc;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.itemBox a:hover {
  background-color: #005fa3;
}

/* Container */
.container_about_us_page {
  margin: 0 auto;
  width: 80%;
}

/* Slider Section */
.slider_about_us_page img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Page Top Section */
.page_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.page_title h1 {
  font-size: 28px;
  color: #333;
}

.page_social ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

.page_social ul li a {
  text-decoration: none;
  color: #0077cc;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.page_social ul li a i {
  margin-right: 8px;
}

.clear {
  clear: both;
}

/* About Content Section */
.content_about_us_page {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  align-items: flex-start;
}

.about_left, .about_right {
  flex: 1;
}

.about_left h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #444;
}

.about_left p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.about_right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Recommended Tours Section */
.recommended_cont {
  margin-top: 40px;
}

.recommended_cont h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

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

.recommended_box {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.recommended_box:hover {
  transform: translateY(-5px);
}

.picbox img {
  width: 100%;
  height: auto;
}

.contBox {
  padding: 15px;
}

.itemBox {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.itemBox h4 {
  font-size: 20px;
  color: #222;
}

.itemBox a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #ffffff;
  background-color: #0077cc;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.itemBox a:hover {
  background-color: #005fa3;
}

/* === Main Container === */
#booking-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  background: #f4f6f8;
  min-height: 100vh;
}

/* === Booking Form Box === */
#booking-form {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* === Form Title === */
#booking-form h3 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 700;
}

/* === Each Form Group === */
.form-group {
  position: relative;
  margin-bottom: 24px;
  text-align: left;
}

/* === Input Fields === */
.form-group input {
  width: 100%;
  padding: 16px 16px 16px 16px;
  font-size: 16px;
  border: 2px solid #ccd6dd;
  border-radius: 8px;
  background: #fff;
  color: #2c3e50;
  outline: none;
  transition: all 0.3s ease;
}

.floating-input:focus {
  border-color: #3498db;
  box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
}

/* === Floating Labels === */
.form-group label {
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 16px;
  color: #7f8c8d;
  pointer-events: none;
  background: #fff;
  padding: 0 6px;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}

.form-group input:focus + .floating-label,
.form-group input:not(:placeholder-shown) + .floating-label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: #3498db;
}

/* === Textarea === */
.form-group textarea {
  width: 100%;
  padding: 16px;
  border: 2px solid #ccd6dd;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #2c3e50;
  resize: vertical;
  min-height: 120px;
  transition: all 0.3s ease;
}

.text_area textarea:focus {
  border-color: #3498db;
  box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
}

/* === CAPTCHA Input === */
#security_code {
  width: 100%;
  padding: 16px;
  border: 2px solid #ccd6dd;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #2c3e50;
  outline: none;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

#security_code:focus {
  border-color: #e74c3c;
}

/* === CAPTCHA Question Label === */
.captcha-label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #e74c3c;
  text-transform: uppercase;
  font-weight: 600;
}

/* === Date Input Fixes === */
input[type="date"] {
  color: #2c3e50;
  background: #fff;
}

input[type="date"]:invalid {
  color: #999;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  cursor: pointer;
}

/* === Submit Button === */
#submit{
  width: 100%;
  background: #3498db;
  color: #ffffff;
  border: none;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

#submit:hover {
  background-color: #2980b9;
}

 /* Hero Section */
 #slider_blog {
    background: linear-gradient(to bottom, var(--blue-primary) 0%, var(--blue-light) 100%);
    padding: 60px 0;
    text-align: center;
    color: white;
}

#slider_blog h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

#slider_blog p {
    font-size: 1.2rem;
    margin-top: 10px;
}

/* Main Content */
.main-content {
    padding: 20px;
}

.blog_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Left Column: Blog Articles */
.blog-left {
    flex: 3;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.blog-item {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-item img {
    width: 100%;
    height: auto;
}

.blog-info {
    padding: 15px;
}

.meta {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
}

.meta i {
    margin-right: 5px;
}

.blog-info h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.blog-info h3 a {
  color: black;
  text-decoration: none;
}

.blog-info p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.read-more {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

/* Right Column: Categories */
.blog-right {
    flex: 1;
}

.tour-categories {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.tour-categories h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.tour-categories ul {
    list-style: none;
}

.tour-categories ul li {
    margin-bottom: 10px;
}

.tour-categories ul li a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.4s;
}

.tour-categories ul li a:hover {
  text-decoration: underline;
} 



  /* Hero Section */
  #slider_blog {
      background: linear-gradient(to bottom, var(--blue-primary) 0%, var(--blue-light) 100%);
      padding: 60px 0;
      text-align: center;
      color: white;
  }

  #slider_blog h2 {
      font-size: 2rem;
  }

  /* Article Container */
  .article_container {
      padding: 20px;
      margin: 0 auto;
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
  }

  /* Article Left Section */
  .article_left {
      flex: 2;
      background: white;
      padding: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
  }

  .article_left h1 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #333;
  }

  .article_left p {
      font-size: 1.2rem;
      margin-bottom: 20px;
  }

  .article_left img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px;
  }

  /* Article Right Section */
  .article_right {
      flex: 1;
      background: white;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
  }

  .article_right h3 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: #333;
  }

  .tour_links ul {
      list-style: none;
      padding-left: 0;
  }

  .tour_links ul li {
      font-size: 1.2rem;
      margin-bottom: 10px;
  }

  .tour_links ul li a {
      color: var(--text-color);
      text-decoration: none;
  }

  .tour_links ul li a:hover {
      text-decoration: underline;
  }

  .tour_recomended h6 {
      font-size: 1.5rem;
      margin-bottom: 20px;
  }

  .content_recommended {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
  }

  .favori_box {
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      display: flex;
      flex-direction: column;
  }

  .favori_imgBox img {
      width: 100%;
      height: auto;
      border-radius: 10px;
  }

  .img_text h4 {
      font-size: 18px;
      margin: 10px 0;
  }

  .img_text .price {
      font-size: 1.2rem;
      color: #007BFF;
  }

  .fav_tour_link a {
      display: inline-block;
      padding: 10px 20px;
      background-color: #007BFF;
      color: white;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      margin-top: 10px;
  }

  .fav_tour_link a:hover {
      background-color: #0056b3;
  }
  .itinerary_slider {
    display: block !important;
    width: 100%;
    height: 400px;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-left: 0%;
    background: url(../images/bg/istanbul-old-city-tour.png) center;

  }
  .itinerary_slider::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    opacity: 0.4;
    z-index: -1;
  }

  .itinerary_slider .title {
    color: #fff;
    margin-bottom: 4px;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-top: 100px;
  }

  .itinerary_content {
    padding-top: 30px;
  }

  .travel_itinerary_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }

  .travel_itinerary_box:first-child {
    width: 65%;
    padding-top: 30px;
  }

  .travel_itinerary_box:first-child p{
    margin-top: 10px;
  } 

  .travel_itinerary_box:last-child {
    width: 30%;
  }

  .travel_itinerary_box img {
    width: 100%;
    height: auto;
  }

  .itinerary_package_title {
    font-size: 24px;
    text-align: center;
  }
  
  .itinerary_packages {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .itinerary_box {
    width: 30%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
    padding: 30px;
    text-align: center;
    line-height: 25px;
  }

  .itinerary_box ul {
    list-style: none;
  }

  .itinerary_box ul li i {
    color: green;
    font-size: 20px;
  }
  .itinerary_box h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .itinerary_box_price {
    font-size: 22px;
    font-weight: 600;
  }

  .itinerary_contact_link {
    margin-top: 20px;
  }

  .itinerary_contact_link a  {
    background: #e63946;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
  }
  #TA_cdsratingsonlywide854 {
    margin-top: 10px;
  }
  .timeline {
    position: relative;
    width: 80%;
    margin: 30px auto;
  }

  .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background: #bbb;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }

  .timeline-item {

    position: relative;
    width: 50%;
  }

  .timeline-item::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12.5px;
    background-color: #fff;
    border: 4px solid #ff6f61;
    top: 30px;
    border-radius: 50%;
    z-index: 1;
  }

  .timeline-item-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  }

  .timeline-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .timeline-item.left {
    left: 0;
  }

  .timeline-item.right {
    left: 50%;
  }

  .timeline-item.right::after {
    left: -12.5px;
  }

  .timeline-item.left::after {
    right: -12.5px;
  }

  .timeline-date {
    font-weight: bold;
    color: #ff6f61;
  }
  .home_itineary {
    width: 100%;
    height: 340px;
    background: var(--blue-color);
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .banner_home_itinerary {
    display: flex;
    justify-content: space-between;
  }
  .home_itinerary_box:first-child {
    width: 20%;
    margin-top: -80px;
  } 

  .home_itinerary_box:first-child video {
    border-radius: 20px;
  }

  .home_itinerary_box:last-child {
    width: 75%;
    color: white;
    padding-top: 40px;
    
  } 

  .home_itinerary_box:last-child h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .home_itinerary_box:last-child p {
    margin-top: 10px;
    font-size: 16px;
  }
  .home_itinerary_box_link {
    margin-top: 30px;
  }
  .home_itinerary_box:last-child .home_itinerary_box_link a {
    background: #8dc645;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 20px;
  }

  .sent_container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    background-color: #f2f2f2;
  }

  .sent_content {
    background: #fff;
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 600px;
    width: 100%;
  }

  .sent_content h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
  }

  .sent_content a {
    display: inline-block;
    margin: 10px auto;
    font-size: 1.1rem;
    text-decoration: none;
    color: #0d6efd;
    background-color: #e7f1ff;
    padding: 12px 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }
  .sent_content a:last-child {
    background: white;
  } 
  .sent_content a:hover {
    background-color: #d0e5ff;
  }
  .sent_content a:last-child:hover {
    background: white;
  } 
  .sent_content a i {
    margin-right: 8px;
  }

  .sent_image {
    margin-top: 20px;
  }

  .sent_image img {
    width: 140px;
    height: auto;
    transition: transform 0.3s ease;
  }

  .sent_image img:hover {
    transform: scale(1.05);
  }

  .free_istanbul_guide_slider {
    display: block !important;
    width: 100%;
    height: 400px;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-left: 0%;
    background: url(../images/bg/istanbul-old-city-tour.png) center;

  }
  .free_istanbul_guide_slider::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    opacity: 0.4;
    z-index: -1;
  }

  .free_istanbul_guide_slider .title {
    color: #fff;
    margin-bottom: 4px;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-top: 100px;
  }

  .free_istanbul_guide_slider .title h1 {
    font-size: 40px;
  }

  .free_istanbul_guide_content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .free_istanbul_guide_box:first-child {
    width: 60%;
  }

  .free_istanbul_guide_box:last-child {
    width: 33%;
    padding-top: 80px;
  }

  .free_istanbul_guide_box:first-child a {
    color: red;
    font-weight: 600;
  }

  .free_istanbul_guide_box:first-child h4,
  .free_istanbul_guide_box:first-child h3,
  .free_istanbul_guide_box:first-child h2 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 20px;
  }
  .free_istanbul_guide_box:last-child img {
    width: 100%;
    height: auto;
  }

  .free_istanbul_guide_box h3 {
    margin-bottom: 15px;
    color: red;
    font-size: 22px;
  }

  .free_istanbul_guide_box p {
    font-size: 18px;
    margin-top: 10px;
  }

  .free_istanbul_guide_box ul {
    list-style: none;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 18px;
  }

  .free_istanbul_guide_box ul i {
    color: var(--orange-color);
  }

  .free_guide_form {
    margin-top: 20px;
  }
  .search_container {
    padding-top: 20px;
  }
  
  .search_side_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  
  .searched_box {
    flex: 0 1 calc(25% - 20px);
    min-width: 200px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
    background-color: #fff;
  }
  
  .searched_box img {
    width: 100%;
    height: auto;
  }
  
  .contentBoxSearch {
    padding: 15px;
  }
  
  .contentBoxSearch h2 {
    font-size: 20px;
  }
  
  .contentBoxSearch h2 a {
    color: #0056b3;
    text-decoration: none;
  }
  
  .search_price_info {
    font-weight: 600;
    font-size: 20px;
  }
  
  .search_details_btn a {
    background: #8dc645;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    transition: 0.4s all;
  }
  
  .search_details_btn a:hover {
    background: #689f38;
  }

  .package_tour_container {

  }

  .package_tour_content {
    padding-top: 20px;
  }
  
  .top_package_info {
    display: flex;
    width: 90%;
    gap: 10px;
    margin: 25px 0;
    color: var(--text-color);
  }

  .top_package_info_box {
    text-align: left;
  }

  .top_package_info_box i {
    font-size: 24px;
    padding-right: 5px;
    color: black !important;
  }
  .top_package_info_box:first-child {
    width: 8%;
  } 

  .top_package_info_box:nth-child(2) {
    width: 12%;
  } 

  .top_package_info_box:last-child {
    width: 20%;
  } 
  .package_gallery_banner {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .package_gallery_left {
    width: 54.5%;
  }

 .package_gallery_left img {
  width: 100%;
  height: 100%;
 }

 .package_gallery_right {
    width: 45%;
    display: flex;
    flex-wrap: wrap; /* 2x2 kutu görünümü için önemli */
    gap: 5px; /* kutular arası boşluk */
  }

  .package_gallery_right .package_gallery_right_box {
    width: 49%; /* %100 - gap için en ideal oran */
  }

  .package_gallery_right .package_gallery_right_box img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .package_detail_one_banner {
    display: flex;
    justify-content: space-between;
  }

  .package_detail_one_banner h2 {
    margin: 15px 0;
  }

  .package_detail_one_box:first-child {
    width: 69%;
  }

  .package_detail_one_box:last-child {
    width: 30%;
  }

  .package_inclusions_banner {
    margin-top: 20px;
  }

  .package_inclusions_banner,
  .package_exclusions_banner {
    display: flex;
    justify-content: space-between;
  }

  .package_inclusion_box:last-child ul li,
  .package_exclusion_box:last-child ul li {
    list-style: none;
    font-size: 18px;
  }

  .package_inclusion_box:last-child ul li::before {
    content: "✓";
    font-family: "Font Awesome 5 Free";
    color: #238500;
  } 

  .package_exclusion_box:last-child ul li:before {
    content: "x";
    font-family: "Font Awesome 5 Free";
    color: red; 
  }

  .package_exclusions_banner {
    margin-top: 20px;
  }

  .package_inclusion_box:first-child,
  .package_exclusion_box:first-child {
    width: 30%;

  }

  .package_inclusion_box:last-child,
  .package_exclusion_box:last-child {
    width: 68%;

  }

  .package_highlights {
    margin-top: 15px;
  }

  .package_highlights ul {
    margin-left: 20px;
    font-size: 18px;
  }
  .timeline {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .timeline-item {
    background: #fff;
    padding: 20px;
    border-left: 4px solid #2a9df4;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    width: 100%;
  }
  
  .timeline-day {
    font-size: 1.3em;
    font-weight: bold;
    color: #2a9df4;
    margin-bottom: 10px;
  }
  
  .timeline-content ul {
    padding-left: 20px;
    margin: 0;
  }
  
  .timeline-content li {
    margin-bottom: 5px;
  }
  
  /* Desktop Alternating Layout */
  @media screen and (min-width: 768px) {
    .timeline-item {
      width: 45%;
      position: relative;
    }
    .timeline-item:nth-child(odd) {
      align-self: flex-start;
      border-left: 4px solid #2a9df4;
    }
    .timeline-item:nth-child(even) {
      align-self: flex-end;
      border-right: 4px solid #2a9df4;
      border-left: none;
    }
  }

}
@media screen and (max-width: 1710px) {

  .tour_gallery_box_one {
    width: 16.65%;
  }

  .tour_gallery_box_two {
    width: 58%;
  }

  .top_about_box:last-child h3 {
    color: #0056b3;
    font-size: 16px;
    margin-top: -50px;
  }

  .top_about {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1440px) {
    p {
      font-size: 16px !important;
    }
    nav .nav_container {
      width: 85%;
      height: 75px;
      line-height: 75px;
    }
    .nav_container .logo img {
      width: 100px;
    }
    .header_content {
      padding: 2px 6px;
    }
  
    .nav-menu li a {
      padding: 9px 13px;
      font-size: 16px;
    }
  
    .slider {
      height: 450px;
    }
  
    .slider .title {
      font-size: 25px;
      padding-top: 120px;
      
    }
    .slider .title h1 {
      font-size: 35px;
    }
    .why_choose_us_banner {
      padding: 15px 35px;
    }
  
    .why_choose_box_item:first-child i {
      font-size: 60px;
    }
  
    .why_choose_box h3 {
      margin-bottom: 5px;
      font-size: 18px;
    }
  
    .gif_box {
      height: 100px;
    }
  
  
    .gif_box_item:last-child {
      padding-top: 38px;
      font-size: 20px;
      padding-left: 45px;
    }
  
    .categories_container .category_item1 h2 a {
      padding: 100px 37px;
    }
  
    .categories_container .category_item4 h2 a {
      padding: 110px 20px;
    }
  
    .categories_container .category_item2 h2 a {
      padding: 250px 27px;
    }
  
    .categories_container .category_item3 h2 a {
      padding: 110px 189px;
    }
  
    .categories_container .category_item5 h2 a {
      padding: 110px 24px;
    }
  
    .categories_container .category_item6 h2 a {
      padding: 101px 33px;
    }
    .categories_container .category_items h2 {
      font-size: 20px;
    }
    .most_popular_content .tour_name a,
    .istanbul_content .tour_name a 
    {
      font-size: 18px;
    }
  
    .most_popular_content .description {
      font-size: 16px;
    }
  
    .most_popular_bottom .book_btn a,
    .istanbul_bottom .book_btn a  
    {
      font-size: 18px;
    }
    .bosphorus_card .bosphorus_info h3 a {
      font-size: 18px;
    }
    .section_about_company_content h3,
    .reviews_item .reviews_item_box h3,
    .private_yacht_content h3,
    .airport_transfer_box:last-child h3,
    .package_tour_box h3,
    .cappadocia_box h2
    
    {
      font-size: 30px;
    }
  
    .package_tour_box h4 {
      font-size: 20px;
    }
  
    .package_tour_box ul li i {
       font-size: 18px;
    }
  
    .package_tour_box ul li {
      margin-top: 10px;
      margin-left: 10px;
      font-size: 18px;
    }
  
    .package_link a {
      padding: 10px 20px;
    }
  
    .turkey_package_tours_content_box h4 {
      font-size: 18px;
    }
  
    .turkey_package_tours_middle_box:last-child span {
      font-size: 20px;
    }
  
    .turkey_package_tour_book_button a {
      font-size: 18px;
    }
  
    .cappadocia_box h3 {
      font-size: 25px;
      margin: 11px 0;
    }
  
    .cappadocia_banner {
      height: 530px;
    }
    
    .cappadocia_box img {
      width: 100%;
      height: 530px;
    }
  
    .home_contact_box i {
      font-size: 50px;
      color: var(--blue-color);
    }
  
    .footer_box {
      font-size: 16px;
    }
  
    .company_bottom_banner {
      font-size: 18px;
  }

  .tour_detail_banner h1 {
    font-size: 24px;
  }

  
  .top_part_rating {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tour_detail_container p {
    font-size: 16px !important;
  }

  .general_info_box_banner:nth-child(2) span {
    font-weight: 600;
    font-size: 18px;
  }

  .general_info_box_banner:nth-child(2) a {
    padding: 10px 40px;

  }

  .important_information_section_bottom h2 {
    font-size: 20px;
  }

  .gallery img {
    width: 47.5%;
  }

  .tour_gallery_banner {
    height: 350px;
  }
  .tour_gallery_box_one {
    width: 17.1%;
    height: 100%;
  }

  .tour_gallery_box_two {
    width: 58%;
    height: 100%;
  }

  .tour_gallery_box_three {
    width: 23%;
  }

  .top_about_box:last-child h4 {
    font-size: 26px;
    margin: 15px 0;
  }

  .top_about_box:last-child h3 {
    margin-top: -90px;
  }

  .top_about_box:first-child .top_about_box_two {
    padding: 30px;
    background: #1976bc;
    width: 150px;
    height: 150px;
    color: white;
    margin-left: 30px;
    margin-top: -200px;
    animation: float 2s ease-in-out infinite;
  }


}


@media (max-width: 1200px) {
   .tour_gallery_box_three{
    width: 55%;
  }
  .tour_gallery_box_two {
    display: none;
  }

  .tour_gallery_banner {
    height: 290px;
  }

  .tour_detail_banner h1 {
    font-size: 24px;
}

  .tour_content_section,
  .about_activity_banner,
  .inclusions_exclusions_section,
  .latest_reviews_banner,
  .important_information_section_bottom {
    flex-direction: column;
    gap: 15px;
  }

  .tour_content_box:first-child,
  .tour_content_box:last-child,
  .inclusions_box,
  .exclusions_box,
  .latest_review_box,
  .important_information_section_bottom_box {
    width: 100%;
  }

  .about_activity {
    width: 100%;
    margin-bottom: 5px;
  }

  .review_bottom_box:first-child {
    width: 20%;
  }

  .review_bottom_box:last-child {
    width: 78%;
  }

  .write_a_review,
  #reviews-container,
  .rating-summary,
  .review_show_more {
    width: 100%;
  }

  .write_a_review input, .write_a_review textarea {
    width: 100%;
  }

  .form input[id="security_code"] {
    width: 100%;
    padding: 10px;
  }

  .general_info_box_banner:nth-child(2) a {
    padding: 10px 20px;
    font-size: 16px;
  }
  p {
    font-size: 16px !important; 
  }

  .header_left_box {
    width: 60%;
  }

  .nav-menu li a {
    font-size: 16px;
  }
  .slider {
      height: 400px;
  }

  .slider .title {
    font-size: 20px;
    padding-top: 100px;
  }

  .why_choose_us_banner {
    padding: 20px 40px;
  }

  .why_choose_box_item:first-child i {
    font-size: 50px;
  }

  .why_choose_box_item:last-child {
    line-height: 20px;
  }

  .gif_box_item:last-child {
    padding-top: 40px;
    font-size: 20px;
    padding-left: 40px;
  }

  .gif_box {
    height: 98px;
  }

  .categories_container .category_item1 h2 a {
    padding: 98px 22px;
  }

  .categories_container .category_item4 h2 a {
    padding: 95px 8px;
  }

  .categories_container .category_item2 h2 a {
    padding: 150px 16px;
  }

  .categories_container .category_item3 h2 a {
    padding: 110px 156px;
  }

  .categories_container .category_item5 h2 a {
    padding: 110px 8px;
  }

  .categories_container .category_item6 h2 a {
    padding: 110px 11px;
  }

  .most_popular_content .description {
    font-size: 15px;
  }

  .most_popular_bottom .book_btn a {
    padding: 2px 25px;
  }

  .most_popular_content .tour_name a,
  .istanbul_content .tour_name a 
  {
    font-size: 18px;
  }

  .section_about_company_content h3,
  .reviews_item .reviews_item_box h3,
  .private_yacht_content h3,
  .airport_transfer_box:last-child h3,
  .package_tour_box h3,
  .cappadocia_box h2  
  {
    font-size: 30px;
  }
  .turkey_package_tours_item {
    height: 590px;
  }
  .section_about_company_content .contact_us_now a {
    padding: 6px 22px;
  }

  .istanbul_bottom .book_btn a {
    padding: 5px 20px;
  }

  .private_yacht_video_link a {
    padding: 10px 29px;
  }

  .package_tour_box h4 {
    margin: 10px 0;
    font-size: 20px;
  }

  .package_tour_box ul li {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
  }

  .package_tour_box ul li i {
    font-size: 18px;
  }

  .package_link a {
    padding: 10px 15px;
  }

  .turkey_package_tours_content_box h4 {
    font-size: 18px;
  }
  .turkey_package_tours_middle_box:last-child span {
    font-size: 20px;
  }

  .turkey_package_tour_book_button a {
    padding: 6px 91px;
    font-size: 18px;
  }

  .cappadocia_box h3 {
    font-size: 20px;
    margin: 10px 0;
  }

  .cappadocia_box ul li i {
    font-size: 20px;
  }

  .hot_balloon_link a {
    padding: 6px 20px;
  }

  .cappadocia_banner {
    height:480px;
  }

  .cappadocia_box img {
    width: 100%;
    height: 480px;
  }

  .home_contact_box i {
    font-size: 40px;
  }

  .footer_box {
    width: 23%;
    color: var(--text-color);
    font-size: 16px;
  }

  .company_bottom_banner {
    font-size: 18px;
  }

  .about_activity {
    border-bottom: 1px dashed var(--blue-color);
    
  }

  .about_activity_box:first-child {
    width: 11%;
    padding-top: 3px;
  }
  .about_activity_box:first-child i {
    font-size: 30px;
    color: var(--orange-color);
  }

  .general_info_box_banner:nth-child(2) a {
    padding: 6px 30px;
  }
  #mesaj_formu_container #mesaj_formu h3 {
    font-size: 20px;
  }

  .review_bottom_box:last-child {
    padding-top: 0px;
  }

  .description_section h2,
  .who_like h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {

  p {
    font-size: 14px !important; 
  }
  .header_content {
    padding: 0px 20px;
    width: 95%;
  }
  .header_left_box {
    width: 80%;
  }
  .header_phone_box a, .header_email_box a {
    font-size: 14px;
  }

  .nav_container .logo img {
    width: 100px;
    height: auto;
  }

  .nav-menu li a {
    font-size: 14px;
    padding: 6px 10px;
  }
  .content {
    width: 90%;
  }

  nav .nav_container {
    width: 95%;
    padding: 0px 30px;
    height: 60px;
    line-height: 70px;
  }

  .nav-menu .drop-menu {
    width: 150px;
    line-height: 30px;
    top: 50px;
  }
  .header_right_box ul li a {
    font-size: 16px;
  }

  .slider {
    height: 400px;
  }

  .slider .title {
    font-size: 18px;
    padding-top: 100px;
  }

  .why_choose_us_banner {
    padding: 10px 30px;
    margin-top: -80px;
  }

  .why_choose_box_item:last-child {
    line-height: 20px;
  }

  .why_choose_box_item p {
    font-size: 14px !important;
  }

  .why_choose_box_item:last-child {
    line-height: 17px;
  }

  .why_choose_box_item:first-child i {
    font-size: 55px;
  }

  .gif_box_item:last-child {
    width: 69%;
    padding-top: 30px;
    font-size: 18px;
    padding-left: 10px;
  }

  .gif_box_item:first-child img {

  }

  .gif_box {
    height: 90px;
  }

  section .heading h3, 
  .most_popular h3, 
  .istanbul_city_tours h3,
  .private_yacht_content h3,
  .yacht_charter h2,
  .airport_transfer_box:last-child h3,
  .package_tour_box h3,
  .turkey_package_tours_banner h3,
  .cappadocia_box h2,
  .home_page_contact h3    
  {
    font-size: 22px;
  }

  .heading p {
    font-size: 16px;
  }

  .categories_container .category_items h2 {
    font-size: 20px;
  }

  .categories_container .category_item1 h2 a {
    padding: 86px 29px;
  }

  .categories_container .category_item4 h2 a {
    padding: 93px 16px;
  }

  .categories_container .category_item2 h2 a {
    padding: 233px 21px;
  }

  .categories_container .category_item3 h2 a {
    padding: 105px 151px;
  }

  .categories_container .category_item5 h2 a {
    padding: 110px 18px;
  }

  .categories_container .category_item6 h2 a {
    padding: 91px 23px;
  }

  .categories_container .category_items h2 {
    font-size: 18px;
  }

  .categories_container .category_items p {
    font-size: 14px !important;
  }

  .most_popular_content .tour_name a,
  .istanbul_content .tour_name a,
  .turkey_package_tours_content_box h4 a   
  {
    font-size: 16px;
  }

  .most_popular_content .description {
    font-size: 14px;
  }

  .section_about_company_content h3 {
    font-size: 30px;
  }
  .section_about_company_content .contact_us_now a {
    padding: 5px 30px;
    font-size: 20px;
  }

  .most_popular_bottom .book_btn a {
    padding: 6px 20px;
  }
  .section_about_company {
    min-height: 350px;
  }
  .section_free_guide {
    padding: 10px 0 20px 0;
    min-height: 300px;
  }
  
  .section_free_guide::before {

  }
  
  .section_free_guide_content {
  }
  .section_free_guide_content h3 {
    font-size: 30px;
  }
  
  .section_about_company_content p {
    font-size: 18px;
  }
  
  .section_free_guide_content .contact_us_now {
    margin-top: 30px;
  }
  
  .section_free_guide_content .contact_us_now a {
    padding: 10px 20px;
  }
  .section_free_guide_content .contact_us_now a:hover {

  }
  
  .bosphorus_card .bosphorus_info h3 a {
    font-size: 18px;
  }

  .bosphorus_book a {;
    padding: 6px 30px;
  }

  .reviews_item .reviews_item_box h3 {
    margin: 10px 0;
    font-size: 30px;
  }

  .section_review {
  height: 490px;
  }

  .review_item_bottom_box:last-child {
    padding-top: 15px;
    font-size: 18px;
  }
  .istanbul_bottom .book_btn a {
    padding: 5px 20px;
  }
  .private_yacht_video_link a {
    padding: 10px 28px;
  }

  .private_yacht_section {
    height: 350px;
  }
  .yacht_content h3,
  .yacht_img h3 
  {
    font-size: 18px;
  }

  .yacht_link a {
    font-size: 14px;
    padding: 5px 5px;
  }

  .yacht_link {
    margin-top: 20px;
  }

  .airport_bottom a {
    padding: 5px 15px;
  }

  .airport_transfer {
    height: 400px;
  }

  .airport_transfer_box:last-child {
    margin-top: 150px;
  }

  .package_tour_box h4 {
    font-size: 18px;
  }

  .package_tour_box ul li {
    font-size: 15px;
  }

  .package_tour_box ul li i {
    color: #8dc645;
    font-size: 18px;
  }

  .package_link a {
    padding: 5px 9px;

  }
  .turkey_package_tours_middle_box:first-child ul li {
    font-size: 14px;
  }

  .turkey_package_tours_middle_box:last-child span {
    font-size: 20px;

  }

  .turkey_package_tours_middle_box:last-child {
    font-size: 14px;
  }

  .turkey_package_tour_content {
    margin-top: 11px;
    font-size: 14px;
  }

  .turkey_package_tour_book_button a {
    padding: 5px 80px;
    font-size: 16px;
  }

  .turkey_package_tours_item {
    height: 550px;
  }

  .cappadocia_box h3 {
    font-size: 16px;
    margin: 10px 0;
  }

  .cappadocia_box ul li {
    margin-top: 10px;
    font-size: 14px;
  }

  .cappadocia_box ul li i {
    font-size: 16px;
    color: #01a7e3;
  }

  .cappadocia_banner {
    height: 400px;
  }

  .cappadocia_box img {
    width: 100%;
    height: 400px;
  }


.hot_balloon_link a {
  padding: 5px 10px;
  font-size: 16px;
  }

  .home_contact_box {
    height: 150px;
  }

  .home_contact_box i {
    font-size: 40px;
  }
  .home_contact_box a {
    font-size: 16px;
    margin-top: 10px;
  }

  .footer_box h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer_box {
    font-size: 14px;
  }
  .social_media_link ul li i {
    font-size: 18px;
  }

  .social_media_link ul {
    margin-top: 10px;
  }

  .company_bottom_banner {
    font-size: 16px;
  }

  .header_email_box {
    width: 80%;
  }
}


@media (max-width: 992px) {
  .content_about_us_page {
    flex-direction: column;
  }
  
  .about_right {
    margin-top: 20px;
  }
  
  .recommended_box {
    flex: 1 1 48%;
  }

  .content_about_us_page {
      flex-direction: column;
    }
    
    .about_right {
      margin-top: 20px;
    }
    
    .recommended_box {
      flex: 1 1 48%;
  }

  .content_tours {
      flex-direction: column;
    }
    .tours_left,
    .tours_right {
      flex: 1;
    }
    .tours_right {
      position: relative;
      top: auto;
      margin-top: 40px;
    }
    
    .itemTours {
      flex-direction: column;
    }
    .part_one,
    .part_two,
    .part_three {
      flex: none;
    }
    .part_one img {
      width: 100%;
      height: auto;
    }

    .sticky-content {
      width: 100%;
      margin: 0 auto;

    }

    .cappadocia_tours_banner {
      grid-template-columns: repeat(2, 1fr); /* 2 boxes per row on tablets */
    }
    
}

@media screen and (max-width: 970px) {

  .content {
    width: 90%;
  }
  .header_top {
    height: 30px;
    padding-top: 5px;
  }
  .header_content {
    width: 100%;
  }
  
  .header_content {
    position: relative;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
  }
  
  .header_left_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
  }
  
  .header_right_box ul {
    display: flex;
  }
  
  .header_phone_box {
    width: 100%;
  }
  .header_phone_box a,
  .header_email_box a {
    color: white;
    text-decoration: none;
  } 

  .header_email_box {
    width: 0%;
    display: none;
  }
  
  .header_right_box {
    width: 49%;
  }
  .header_right_box ul {
    margin-left: 20px;
  }
  
  .header_right_box ul li {
    margin-left: 15px;
  }
  .header_right_box ul li:last-child {
    margin-right: 0;
  }
  .header_right_box ul li a {
    font-size: 20px;
  }
  .header_right_box ul li a {
    color:white;
  }

  nav .nav_container {
      width: 100%;
      padding: 0px 25px;
      height: 70px;
      line-height: 70px;
      margin: 0 auto;
  }

.nav_container .logo img{
  width: 100px;
  margin-top: 20px;
}

.nav_container .btn{
  display: block;
}
.nav_container .nav-menu{
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 350px;
  top: 0;
  left: -100%;
  background:linear-gradient(#74b9ff , #81ecec);
  display: block;
  padding: 50px 10px;
  line-height: 50px;
  overflow-y: auto;
  box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
  transition: all 0.3s ease;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background:linear-gradient(#74b9ff , #81ecec);
}
::-webkit-scrollbar-thumb {
  background:#0984e3;
}
#menu-btn:checked ~ .nav-menu{
  left: 0%;
}
#menu-btn:checked ~ .btn.menu-btn{
  display: none;
}
#close-btn:checked ~ .btn.menu-btn{
  display: block;
}
.nav-menu li{
  margin: 15px 10px;
}
.nav-menu li a{
  padding: 0 20px;
  display: block;
  font-size: 20px;
}
.nav-menu .drop-menu{
  position: static;
  opacity: 1;
  top: 65px;
  visibility: visible;
  padding-left: 20px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease;
}
#showDrop:checked ~ .drop-menu,
#showMega:checked ~ .mega-menu{
  max-height: 100%;
}
.nav-menu .item{
  display: none;
}
.nav-menu .responsive-menu{
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-menu .responsive-menu:hover{
  background:#0984e3;
}
.drop-menu li{
  margin: 0;
}
.drop-menu li a{
  border-radius: 5px;
  font-size: 18px;
}

.categories_container {
  grid-template-columns: repeat(2,1fr);
}

.categories_container .category_item2 {

  grid-row: auto;
}

.categories_container .category_item3 {
  
  grid-column: auto;
}

.slider {
  height: 400px;
  padding-top: 10px;
  background: url(../images/bg/istanbul-travel-blog.jpg) center center;
  background-size:cover;
}
.slider::before {

  opacity: 0.4;
}
.slider .title {
  padding-top: 30px;
  width: 85%;
}
.slider .title h1 {
  font-size: 30px;
  font-weight: 700 !important;

}
.gif_box_banner {
  display: block
}

.gif_box {
  width: 100%;
  height: 100px;
  margin-top: 15px;
}
.gif_box_item:last-child {
  padding-top: 35px;
  font-size: 22px;
  padding-left: 38px;
}
.why_choose_us_banner {
  display: block;
  justify-content: center;
  background: #068aca;
  padding: 20px 20px;
  z-index: 9;
  position: relative;
  margin-top: -80px;
}

.why_choose_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.why_choose_box:first-child {
  margin-top: 0;
}


.why_choose_box_item:first-child i {
font-size: 50px;
}

.why_choose_box_item:last-child {
  width: 90%;
  line-height: 20px;
}

.categories_container .category_item3 h2 a {
  padding: 110px 97px;
}

.categories_container .category_item1 h2 a {
  padding: 104px 92px;
}

.categories_container .category_item5 h2 a {
  padding: 103px 78px;
}

.categories_container .category_item6 h2 a {
  padding: 110px 85px;
}

.most_popular h3 {
}

.most_popular_banner {
  display: block;
}

.most_popular_item {
  width: 100%;
  margin-top: 15px;
}

.most_popular_item:hover {
  margin-top: -10px;
} 
.most_popular_item:hover .most_popular_image img {}
.most_popular_item .most_popular_image {}
.most_popular_image img {}

.most_popular_slogan {}

.most_popular_slogan i {}
.most_popular_content {}
.most_popular_content .tour_name {}
.most_popular_content .tour_name h4 {}

.most_popular_content .tour_name a {}

.most_popular_content .description {
  height: 100%;
}

.most_popular_bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.most_popular_bottom .book_btn a {
  background: var(--blue-color);
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: 0.4s;
}

.most_popular_bottom .book_btn a:hover {
  background: var(--green-color);
}
.most_popular_bottom .price {
  font-size: 22px;
  font-weight: 600;

}
.most_popular_slogan {}

.section_about_company {
  background: url(../images/bg/bg-2.jpg) no-repeat scroll 0 0;
  min-height: 400px;
}
.section_about_company_content h3 {
  margin-top: 5px;
  font-size: 35px;
}

.bosphorus_cruises h4 {}

.wrapper {
  display: block;
  justify-content: center;
}

.bosphorus_card {
  width: 100%;
  height: 265px;
  margin-top: 15px;
}

.bosphorus_card:before {}

.bosphorus_card:hover::before {}

.bosphorus_card img {}
.bosphorus_price {}
.bosphorus_card .bosphorus_info {
  transform: translateY(-30px);
}

.bosphorus_card:nth-child(7) .bosphorus_info {
  margin-left: 45px;
}

.bosphorus_card:nth-child(5) .bosphorus_info {
  margin-left: 19px;
}

.bosphorus_card:last-child .bosphorus_info {
  margin-left: 25px;
}
.bosphorus_card .bosphorus_info h3 {}
.bosphorus_card .bosphorus_info h3 a {}

.bosphorus_book {}

.bosphorus_book a {}

.section_review {
  height: 100%;
  background: var(--light-bg-color);
  padding-bottom: 15px;
}

.section_review::before {
  opacity: 0;
}
.reviews_item {
  display: block;
  padding-top: 10px;

}

.reviews_item .reviews_item_box:first-child {
  width: 100%;
  text-align: center;
}

.reviews_item .reviews_item_box p {
  color: black;
}
.reviews_item .reviews_item_box h3 {
  margin: 15px 0;
  font-size: 40px;
  text-transform: capitalize;
  color: black;
}
.reviews_item .reviews_item_box:last-child {
  width: 30%;
  margin: 0 auto;
}

.reviews_item .reviews_item_box:last-child img {
  width: 100%;
  height: auto;
}

.review_item {
  width: 100%;
  margin-top: 15px;
  padding: 30px;
  color: white;
  font-size: 20px;
  border-radius: 10px;
} 

.review_item_bottom_box {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}

.review_item_bottom_box:first-child {
  width: 15%;

}
.review_item_bottom_box:first-child img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.review_item_bottom_box:last-child {
  width: 84%;
  padding-top: 20px;
}

.istanbul_city_tours h3 {}

.istanbul_city_tours_banner {
  display: block;
  justify-content: center;
  flex-wrap: nowrap;
}

.istanbul_city_tours_item {
  width: 100%;
  margin-top: 15px !important;
}

.istanbul_city_tours_item:nth-child(4), 
.istanbul_city_tours_item:nth-child(5), 
.istanbul_city_tours_item:nth-child(6)
{
  margin-top: 0px;
} 

.istanbul_city_tours_item:hover {
  margin-top: 0px;
} 
.istanbul_city_tours_item:hover .istanbul_image img {}
.istanbul_city_tours_item .istanbul_image {}

.istanbul_image img {}

.istanbul_slogan {}

.istanbul_slogan i {
  color: var(--orange-color);
}
.most_popular_content {
  padding: 10px;
}
.istanbul_content .tour_name {
  height: 50px;
}
.istanbul_content .tour_name h4 {
  margin: 10px 0;
}

.istanbul_content .tour_name a {
  text-decoration: none;
  color:var(--title-color);
  font-size: 20px;
}

.istanbul_content .description {
  color: var(--text-color);
  margin: 10px 0;
  width: 100%;
  height: 100px;
}

.istanbul_bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.istanbul_bottom .book_btn a {
  background: var(--blue-color);
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: 0.4s;
}

.istanbul_bottom .book_btn a:hover {
  background: var(--green-color);
}
.istanbul_bottom .price {
  font-size: 22px;
  font-weight: 600;

}
.istanbul_bottom {
  display: flex;
  justify-content: space-between;
}

.private_yacht_section {
  height: 500px;
  background: url(../images/bg/bosphorus-cruises.png);
  position: relative;
  z-index: 1;
}

.private_yacht_section::before {}

.private_yacht_content {
  width: 100%;
}

.private_yacht_content h3 {
  font-size: 30px;
}

.private_yacht_content p {
  font-size: 18px;
  line-height: 25px;
}
.private_yacht_video_link {
  margin-top: 40px;
}
.private_yacht_video_link a {
  color: white;
  text-decoration: none;
  padding: 20px 40px;
  background:linear-gradient(to right, #8dc645 0%, #1976bc 90%);
  font-size: 20px;
}

.private_yacht_video_link i {
  font-size: 25px;
}

.content_yacht
{
  margin: 0 auto;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yachts_side
{
  width: 100%;
}
.yacht_img {}
.yacht_img h3
{
}
.yacht_img p
{
}
.yachts_side:first-child img
{
  width: 100%;
  height: auto;
}
.yacht_title
{
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}
.yacht_box:first-child
{
  margin-top: 0;
}
.yacht_box
{
  display: block;
  width: 100%;
  margin: 50px auto;
  justify-content: center;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.yacht_imgBox 
{
  width: 100%;
}
.yacht_imgBox img{}
.yacht_content 
{
  width: 100%;
  margin: 0 auto;
}
.content_yacht p
{

  margin-bottom: 10px;
}

.yacht_img img{}
.yacht_link a{}
.yacht_link {
  margin-top: 5px;
  bottom: 0;
}
.yacht_content h3
{
  font-size: 20px;
}
.yacht_content h3, .yacht_content p
{
  margin-bottom: 5px;
}

.airport_transfer {
  height: 670px;
  margin-top: 40px;
}

.airport_transfer_inner {
  display: block;
  justify-content: center;
  padding-top: 20px;
}

.airport_transfer_box {
  width: 100%;

}

.airport_transfer_box img {
  width: 100%;

}
.airport_transfer_box:first-child {
  margin-top: 0px;
  height: 255px;
}
.airport_transfer_box:last-child {
  margin-top: -10px;
} 
.airport_transfer_box:last-child p {
  margin-top: 15px;
}
.airport_transfer_box:last-child h3 {
  font-size: 30px;
}

.airport_bottom {
}

.airport_bottom:last-child {
}

.airport_bottom a {

}

.airport_bottom a:hover {

}

.package_tour_banner {
  margin-top: 20px;
}
.package_tour_inner {
  display: block;
  justify-content: center;
}

.package_tour_box {
  width: 100%;
}
.package_tour_box img {

}
.package_tour_box h3 {
  margin: 10px 0 15px 0;
  font-size: 30px;
}

.package_tour_box p {
}

.package_tour_box h4 {
  margin: 20px 0;
  font-size: 30px;
}

.package_tour_box ul {
  margin-top: 10px;
}

.package_tour_box ul li {

  margin-top: 10px;
  margin-left: 10px;
}
.package_tour_box ul li i {
}
.package_link {
  margin-top: 30px;
  float: inline-start;
}

.package_link a {
  padding: 12px 20px;
}

.package_link a:hover {

} 


.turkey_package_tours_banner {
margin-top: 80px;
}

.turkey_package_tours_banner h3 {
text-align: center;
margin: 20px 0;
font-size: 25px;

}
.turkey_package_tours_inner {
display: block;
justify-content: center;
}

.turkey_package_tours_item {
width: 100%;
margin-top: 20px;
height: 100%;
}

.turkey_package_tours_item img {

}

.turkey_package_tours_middle_inner {

}

.turkey_package_tours_content_box {
padding: 15px;
}
.turkey_package_tours_content_box h4 {
font-size: 20px;
margin: 5px 0;
}
.turkey_package_tours_content_box h4 a {
}
.turkey_package_tours_middle_box:first-child {

}

.turkey_package_tours_middle_box:first-child ul li {
list-style: none;
}

.turkey_package_tours_middle_box:first-child ul li i {
}

.turkey_package_tours_middle_box:last-child {

}

.turkey_package_tours_middle_box:last-child span {

}

.turkey_package_tour_content {
margin-top: 15px;
color: var(--text-color);
}

.turkey_package_tour_book_button {
}
.turkey_package_tour_book_button a {

}

.turkey_package_tour_book_button a:hover {

}
.cappadocia_banner {
  height: 100%;
  display: block;
  margin-top: 20px;
}

.cappadocia_box {
  width: 100%;
}

.cappadocia_box h2 {
  font-size: 30px;
  margin: 10px 0;
}
.cappadocia_box h3 {
  font-size: 22px;
  margin: 20px 0;
}

.cappadocia_box p {
  font-size: 18px;
  margin-top: 10px;
}

.cappadocia_box ul li{
  list-style: none;
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
}

.cappadocia_box ul li i {
  font-size: 24px;
  color: #01a7e3;
}

.cappadocia_box:last-child {
  padding: 30px;
} 

.cappadocia_box img {
  width: 100%;
  height: auto;
}

.hot_balloon_link {
  margin-top: 30px;
}

.hot_balloon_link a {

}

.hot_balloon_link a:hover {

}

.home_page_contact {
  margin-top: 20px;
  margin-bottom: 30px;
}

.home_page_contact h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 25px;
}

.home_contact_banner {
  display: block;
  justify-content: center;
}

.home_contact_box {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

.home_contact_box i {
  font-size: 50px;
}

.home_contact_box a {

}

 footer {
  width: 100%;
  padding: 20px 0;
}

.footer_inner {
  display: block;
  justify-content: center;
}

.footer_box {
  width: 100%;
  margin-top: 20px;
}
.footer_box:first-child {
  margin-top: -20px;
}
.footer_box img {
  width: 40%;
  height: auto;
}

.footer_box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.footer_box ul li {
  list-style: none;
}

.footer_box ul li a {
  text-decoration: none;
  color:var(--text-color);
  transition: all 0.4s;
}

.footer_box ul li i {
  color: var(--blue-color);
  font-size: 18px;
}

.footer_box ul li a:hover {
  color: #1976bc;
} 

.social_media_link ul {
  display: flex;
  margin-top: 15px;
}

.social_media_link ul li i {
  font-size: 20px;
}

.social_media_link ul li:nth-child(2),
.social_media_link ul li:last-child {
  margin-left: 15px;
}

.company_bottom_banner {
  text-align: center;
  font-size: 20px;
  background: linear-gradient(to right, #8dc645 0%, #1976bc 90%);
  padding: 15px;
  color: white;
}

.blog_container {
  display: block;
  justify-content: center;
  gap: 0px;
}

.article_left h1 {
  font-size: 1.5rem;
}

.article_right h3 {
  font-size: 1.5rem;

}

.tour_links ul li {
  font-size: 1rem;
}

.tour_recomended h6 {
  font-size: 1.2rem;
}

.star {
  font-size: 16px;
}
  .contact_content {
    flex-direction: column;
    width: 98%;
  }

  .container_about.dark_style {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 10px;

  }
  .contact_left, .contact_right {
    flex: unset;
    width: 100%;
  }

  .contact_form {
  padding: 10px 18px;
  width: 95%;
  }

  .form_group label {
  font-size: 12px;
  color: black;
  }

  .hero { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .team_grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 850px) {
  .categories_container {
    grid-template-columns: repeat(1,1fr);
  }

  .categories_container .category_item1 h2 a {
    padding: 104px 74px;
  }

  .categories_container .category_item3 h2 a {
    padding: 110px 80px;
  }

  .categories_container .category_item5 h2 a {
    padding: 103px 59px;
  }

  .categories_container .category_item6 h2 a {
    padding: 110px 68px;
  }

  .bosphorus_card:nth-child(5) .bosphorus_info {
    margin-left: 10px;
  }

  .bosphorus_card:nth-child(7) .bosphorus_info {
    margin-left: 30px;
}

  .timeline {
    width: 100%;
  }
  .timeline::after {
    left: 10px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-item::after {
    left: 0;
  }

}

@media (max-width: 768px) {
  .tour_detail_container p,
  .inclusions_exclusions_section ul li p,
  .review-box p,
  .review-box h4 {
    font-size: 16px !important;
  }
  .review_tripadvisor img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .general_info_box_banner:nth-child(2) span {
    font-size: 18px;
  }

  .rating-summary h2 {
    font-size: 20px;
  }
  .review_bottom_box:first-child {
    width: 15%;
  }

  .review_bottom_box:last-child {
    padding-top: 0;
  }

  .review_bottom_box:last-child {
    width: 83%;
  }

  .rating_summary_banner {
    display: block;
    justify-content: space-between;
  }

  .rating_summary_box:first-child {
    width: 100%;
    text-align: left;
    padding-top: 7%;
  }

  .rating_summary_box:first-child i {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .rate_number {
    font-weight: 600;
    font-size: 30px;
  }
  .rating_summary_box:last-child {
    width: 100%;
  }

  .article_container {
      flex-direction: column;
      gap: 20px;
  }

  .content_recommended {
      grid-template-columns: 1fr;
  }

  .favori_box {
      flex-direction: column;
  }

  .blog-grid {
      grid-template-columns: 1fr;
  }

  .page_top {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .recommended_box {
      flex: 1 1 100%;
    }
  
    .page_title h1 {
      font-size: 24px;
    }
  
    .about_left h2 {
      font-size: 22px;
    }
  
    .recommended_cont h3 {
      font-size: 24px;
    }

    .page_top {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .contact_content {
      flex-direction: column;
    }
  
    .recommended_box {
      flex: 1 1 100%;
    }
  
    .page_title h1 {
      font-size: 24px;
    }
  
    .contact_left h2 {
      font-size: 22px;
    }
  
    .recommended_cont h3 {
      font-size: 24px;
    }
  
    .sticky-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }
  
    .tour-price {
      font-size: 18px;
      text-align: left;
    }
  
    .book-btn {
      width: auto;
      padding: 10px 24px;
      font-size: 16px;
    }

    .gyg-search-wrapper {
      width: 100%;
      max-width: 95%;
    }
  
    .gyg-search-form input[type="text"] {
      font-size: 14px;
      padding: 10px;
    }
  
    .gyg-search-form button {
      padding: 10px 16px;
      font-size: 14px;
    }
  
    .gyg-search-results {
      max-height: 300px;
      font-size: 14px;
    }
  
    .gyg-search-card img {
      width: 56px;
      height: 56px;
    }
  
    .gyg-card-content h4 {
      font-size: 15px;
    }
  
    .gyg-card-content p {
      font-size: 13px;
    }
  
    .gyg-card-content .price {
      font-size: 13px;
    }

    .private_book_banner {
      height: 170px;
    }

    .trust-bar {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .trust-item {
      width: 100%;
    }
  
    .mobile-sticky-book-btn {
      position: fixed;
      bottom: 0;
      width: 100%;
      background-color: #d62828;
      text-align: center;
      padding: 12px 0;
      z-index: 9999;
    }
    .mobile-sticky-book-btn a {
      color: white;
      font-weight: bold;
      font-size: 18px;
      text-decoration: none;
    }
}


@media (max-width: 600px) {
  #mesaj_formu {
      padding: 25px;
  }

  .page_top {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .page_social ul {
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
    }
  
    .page_title h1 {
      font-size: 24px;
    }
  
    .about_left h2 {
      font-size: 22px;
    }
  
    .about_left p {
      font-size: 16px;
    }
  
    .recommended_box {
      flex: 1 1 100%;
    }

    .lightbox-controls button {
      font-size: 1.5rem;
    }

    .slider_cat_banner {
      padding: 60px 10px;
    }
    .slider_cat_banner h3 {
      font-size: 2rem;
    }
    .slider_cat_banner p {
      font-size: 1rem;
    }
    .part_one img {
      height: 200px;
      object-fit: cover;
    }
    .BookNow a {
      padding: 8px 12px;
      font-size: 0.9rem;
    }
    .support img {
      width: 60px;
      height: 60px;
    }

    .itinerary_slider {
      display: block !important;
      height: 400px;
      background: url(../images/bg/bg-2.jpg) center;
  
    }
    .itinerary_slider::before {}
  
    .itinerary_slider .title {
      font-size: 22px;
      padding-top: 100px;
    }
  
    .itinerary_content {
      padding-top: 5px;
    }
  
    .itinerary_content h1 {
      font-size: 24px;
    }
    .travel_itinerary_inner {
      display: block;
      padding-top: 0px;
    }
  
    .travel_itinerary_box:first-child {
      width: 100%;
      padding-top: 10px;
      font-size: 18px;
    }
  
    .travel_itinerary_box:first-child p{
      margin-top: 5px;
    } 
  
    .travel_itinerary_box:last-child {
      width: 100%;
      margin-top: 15px;
    }
  
    .travel_itinerary_box img {
      width: 100%;
      height: auto;
    }
  
    .itinerary_package_title {
      font-size: 24px;
      text-align: center;
    }
    
    .itinerary_packages {
      display: block;
      justify-content: space-between;
      margin-top: 20px;
    }
  
    .itinerary_box {
      width: 100%;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.33);
      padding: 30px;
      text-align: center;
      line-height: 25px;
    }
  
    .itinerary_box ul {
      list-style: none;
    }
  
    .itinerary_box ul li i {
      color: green;
      font-size: 20px;
    }
    .itinerary_box h3 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 10px;
    }
  
    .itinerary_box_price {
      font-size: 22px;
      font-weight: 600;
    }
  
    .itinerary_contact_link {
      margin-top: 20px;
    }
  
    .itinerary_contact_link a  {
      background: #e63946;
      color: white;
      padding: 10px 30px;
      text-decoration: none;
    }
    .home_itineary {
      width: 100%;
      height: 250px;
      margin-bottom: 50px;
      margin-top: 50px;
    }
  
    .banner_home_itinerary {
      display: flex;
      justify-content: space-between;
    }
    .home_itinerary_box:first-child {
      width: 43%;
      margin-top: -20px;
    } 
  
    .home_itinerary_box:first-child video {
      border-radius: 10px;
    }
  
    .home_itinerary_box:last-child {
      width: 53%;
      color: white;
      padding-top: 5px;
      
    } 
  
    .home_itinerary_box:last-child h2 {
      font-size: 20px;
      margin-bottom: 5px;
      font-weight: 500;
    }
  
    .home_itinerary_box:last-child p {
      margin-top: 5px;
    }
    .home_itinerary_box_link {
      margin-top: 8px;
    }
    .home_itinerary_box:last-child .home_itinerary_box_link a {
      padding: 5px 15px;
    }

    .home_itinerary_box:last-child .desktop
    {
      display: none;
    }  

    .sent_content {
      padding: 20px;
    }

    .sent_content h1 {
      font-size: 1.2rem;
    }

    .sent_content a {
      font-size: 1rem;
      padding: 10px 15px;
    }

    .sent_image img {
      width: 120px;
    }

    .cappadocia_tours_banner {
      grid-template-columns: 1fr; /* 1 box per row on mobile */
    }

    .cappadocia_slogan {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }
  
    .book_btn a {
      width: 100%;
      text-align: center;
    }

    .searched_box {
      min-width: 350px;
    }
    .team_grid { grid-template-columns: 1fr; }
    .page_title h1{ font-size:18px; }
    .hero_card h2{ font-size:20px; }
    .hero_image { min-height:200px; }

}
@media (max-width: 480px) {

  .general_info_box_banner:nth-child(2),
  .general_info_box_banner:last-child {
 
  }

  .general_info_box_banner:last-child .general_box:last-child {
    margin-left: 0;
    margin-top: 0px;
    margin-left: 10px;
  }

  .write_a_review h3,
  .latest_reviews_section h2,
  .inclusions_box h2,
  .exclusions_box h2 {
    font-size: 18px;
  }

  .tour_gallery_box_one {
    width: 42.2%;
  }

  .tour_gallery_box_three {
    width: 55%;
  }

  .tour_gallery_box_three_item {
    width: 100%; 
    height: 33%;
    padding-top: 2px; 
  }
  
  .tour_gallery_box_three_item:nth-child(2) {
    display: block;
  }
  .page_social ul {
      flex-direction: column;
      gap: 10px;
    }
  
    .page_social ul li a {
      font-size: 16px;
    }
  
    .page_title h1 {
      font-size: 22px;
  }

  .page_social ul {
      flex-direction: column;
      gap: 10px;
    }
  
    .page_social ul li a {
      font-size: 16px;
    }
  
    .page_title h1 {
      font-size: 22px;
    }

    .top_about {
      display: block;
      margin-top: 30px;
    }
    
    .top_about_box {
      width: 100%;
    }
    
    .top_about_box:first-child .top_about_box_one {

    }
    
    .top_about_box:first-child .top_about_box_one img{

    }
    
    .top_about_box:first-child .top_about_box_two {
      padding: 25px;
      width: 120px;
      height: 120px;
      margin-left: 10px;
      margin-top: -130px;
      margin-bottom: 10px;
      animation: float 2s ease-in-out infinite;

    }
    
    
    @keyframes float {
      0%   { transform: translateY(0); }
      50%  { transform: translateY(-20px); }
      100% { transform: translateY(0); }
    }
    
    .top_about_box:first-child .top_about_box_two span {
      font-size: 25px;
    }
    
    .top_about_box:last-child h3 {
      color: #0056b3;
      font-size: 16px;
      margin-top: 30px;
    }
    
    .top_about_box:last-child h4 {
      font-size: 30px;
      font-weight: 600;
      margin: 15px 0;
    }

    .top_about_box:last-child p {
      font-size: 16px !important;
    }
    
    .top_about_box_two {
      padding: 20px;
    }
    
    .top_about_box_three ul li {
      margin-left: 5px;
    }
    
    .top_about_box_three ul li i {
      color: #8dc645;
      font-size: 20px;
      font-weight: 600;
    }
    
    .more_about_us_link {
      margin-top: 20px;
  
    }
    
    .more_about_us_link a {

    }
    .gyg-search-container {
      text-align: center;
      margin-bottom: 120px;
      margin-top: -150px;
    }
    .gyg-search-form {
      flex-direction: row;
    }
  
    .gyg-search-form input[type="text"] {
      padding: 10px;
      font-size: 13px;
    }
  
    .gyg-search-form button {
      padding: 10px 14px;
    }
  
    .gyg-search-card {
      padding: 10px 8px;
      gap: 10px;
    }
  
    .gyg-search-card img {
      width: 50px;
      height: 50px;
    }
  
    .gyg-card-content h4 {
      font-size: 14px;
    }
  
    .gyg-card-content p,
    .gyg-card-content .price {
      font-size: 12px;
    }
}

@media (max-width: 460px) {
  .tour_gallery_box_three {
    width: 52.9%;
  }

  .free_istanbul_guide_slider {
    background: url(../images/bg/istanbul-old-city-tour.png) center;

  }
  .free_istanbul_guide_slider::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    opacity: 0.4;
    z-index: -1;
  }

  .free_istanbul_guide_slider .title {
    font-size: 24px;
  }

  .free_istanbul_guide_slider .title h1 {
    font-size: 30px;
  }

  .free_istanbul_guide_content {
    display: block;
    margin-top: 40px;
  }

  .free_istanbul_guide_box:first-child {
    width: 100%;
  }

  .free_istanbul_guide_box:last-child {
    width: 100%;
    padding-top: 10px;
  }

  .free_istanbul_guide_box:first-child a {
    color: red;
    font-weight: 600;
  }

  .free_istanbul_guide_box:first-child h4,
  .free_istanbul_guide_box:first-child h3,
  .free_istanbul_guide_box:first-child h2 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 20px;
  }
  .free_istanbul_guide_box:last-child img {
    width: 100%;
    height: auto;
  }

  .free_istanbul_guide_box h3 {
    margin-bottom: 15px;
    color: red;
    font-size: 22px;
  }

  .free_istanbul_guide_box p {
    font-size: 18px !important; 
    margin-top: 10px;
  }

  .free_istanbul_guide_box ul {
    list-style: none;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 18px;
  }

  .free_istanbul_guide_box ul i {
  }

  .free_guide_form {
    margin-top: 10px;
  }

}

@media (max-width: 412px) {

  .tour_gallery_box_one {
    width: 43.6%;
  }

  .tour_gallery_box_three {
    width: 54%;
  }
}
@media (max-width: 390px) {

  .tour_gallery_box_one {
    width: 46%;
  }

  .tour_gallery_box_three {
    width: 53%;
  }

  .tour_gallery_box_three_item {
    width: 100%; 
    height: 33%;
    padding-top: 2px; 
  }
  
  .tour_gallery_box_three_item:nth-child(2) {
    display: block;
  }

  .tour_gallery_box_one {
    width: 46.5%;
  }
}

@media (max-width: 360px) {

  .tour_gallery_box_one {
    width: 50%;
  }

  .tour_gallery_box_three {
    width: 49%;
  }


  .team_header h3 {
    text-align: center !important;
}
}
