:root {
    --contact-default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
     "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --contact-heading-font: "Source Serif Pro",  sans-serif;
    --contact-nav-font: "Roboto Slab",  sans-serif;
    
     --contact-background-color: #f8efeb; /* Background color for the entire website, including individual sections */
     --contact-default-color: #352a26; /* Default color used for the majority of the text content across the entire website */
     --contact-heading-color: #291812; /* Color for headings, subheadings and title throughout the website */
     --contact-accent-color: #e07844; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
     --contact-surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes,
      or other elements that require a visual separation from the global background. */
     --contact-contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
     
     --contact-nav-color: rgba(255, 255, 255, 0.6);  /* The default color of the main navmenu links */
     --contact-nav-hover-color: #e07844; /* Applied to main navmenu links when they are hovered over or active */
     --contact-nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
     --contact-nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
     --contact-nav-dropdown-color: #352a26; /* Used for navigation links of the dropdown items in the navigation menu. */
     --contact-nav-dropdown-hover-color: #e07844; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */

}

#scroll-top {

  display: none !important;

}


  /* footer start */
  
  
 .footer {
 
   text-align: left !important;
   padding-left: 10px;
 
 }
  
 

.footer h3 {
    font-size: 26px !important;
}    

.footer .phone{

     font-size: 26px !important;

}

.footer .copyright{

      margin-bottom:50px !important;

}

.footer a{

   color: #fff;

}

.footer a:hover{

   color:#cda45e;

}

.footer-links li{
margin-bottom:6px;
}

.footer-links li::before{

color:#cda45e;
margin-right:8px;
font-size:18px;
}

.footer-links a{
color:#fff;
text-decoration:none;
opacity:0.85;
transition:0.3s;
}

.footer-links a:hover{
color:#cda45e;
padding-left:4px;
opacity:1;
}

.footer-contact li{
color:#fff;
font-size:18px;
display:flex;
align-items:flex-start; /* değiştirilen yer */
gap:8px;
}

.footer-contact i{
color:#cda45e;
font-size:16px;
}

.footer-contact a{
color:#fff;
text-decoration:none;
transition:0.3s;
}

.footer-contact a:hover{
color:#cda45e;
}

.social-links a{
color:#fff;
font-size:20px;
transition:0.3s;
}

.social-links a:hover{
color:#cda45e;
}

  /* footer end */


  /* bottombar start */
  
#bottomBar .whatsapp {
         background-color: #26B33D !important;
         padding-top: 10px !important;
         padding-bottom: 10px !important;
         font-size: 20px !important;
         text-align: center;
}

#bottomBar .phone {
        background-color: #0d6efd !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 20px !important;
        text-align: center;
}

  /* bottombar end */

.sitename{

   margin-top: 10px !important;
   margin-bottom:10px !important;
  
}

#about .section-title{

       padding-bottom: 10px !important;
}

#about a{

       width: 70% !important;
}


#bottomBar{

   display: block !important;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}

#bottomBar a {

   color: white !important;

}


  /* WhatsApp yeşilinin resmi tonu */
    .btn-whatsapp {
      background-color: #26B33D;
      border-color: #25D366;
      color: #fff;
      margin-right: 0px;
    }
    .btn-whatsapp:hover, .btn-whatsapp:focus {
      background-color: #20b95a;
      border-color: #20b95a;
      color: #fff;
    }
    
.services .service-item .icon {

 width: unset !important;
 height: unset !important;

}  

#services, #geceKulubu {


 background: #000 !important;

}

#services h2, #services span{


 color: #fff !important;


}

#geceKulubu .service-item {

   text-align: center;
   padding: unset !important;
}

#geceKulubu h2, #geceKulubu span{


 color: #fff !important;


}



/* hero start */



/* hero end */
  
  
/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery-1 {
  
    background: #000 !important;
}

#gallery-1 .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#gallery-1 .gallery-item img {
  transition: 0.3s;
}

#gallery-1 .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

#gallery-1 .gallery-links .preview-link,
#gallery-1 .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

#gallery-1 .gallery-links .preview-link:hover,
#gallery-1 .gallery-links .details-link:hover {
  color: #ffffff;
}

#gallery-1 .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

#gallery-1 .gallery-item:hover .gallery-links {
  opacity: 1;
}

#gallery-1 .gallery-item:hover .preview-link,
#gallery-1 .gallery-item:hover .details-link {
  margin-top: 0;
}

#gallery-1 .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gdesc-inner {
    display: none;
}    



    
@media (min-width: 768px) {

 .btn-whatsapp{
 
      margin-right: 25px;
         
  }
         
   #bottomBar{

     display: none !important;

  }

  
}


/* Header and Top Bar Start */



#top-bar {
  width: 100%;
  background: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 998;
  position: relative; /* normal flow */
}

#top-bar.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.social-links a{
  color: var(--default-color);
  margin-left:10px;
  font-size:16px;
  transition:0.3s;
}

.social-links a:hover{
  opacity:0.7;
}


#header {
  background: #154b99 !important;
  width: 100%;
  position: relative; /* scroll öncesi relative */
  transition: top 0.3s, position 0.3s, box-shadow 0.3s;
  z-index: 999;
}

#header.fixed {
  background: #fff; 
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Header and Top Bar End */

/* logo start */


.logo img{

  max-height: 70px !important;
 
}


/* logo end */



/* Tours Section Start */

   #tours {
   
   
      background: #e7e5e5; 
   
   }

/* Tours Section End */



/* Navigation Menu Start */



.navmenu a {

  color: #444444 !important;
}

.mobile-nav-toggle{

   color: #fff !important;
}

@media (min-width: 768px) {


    .navmenu a{

       color: #fff !important;
     }

}

/* Navigation Menu End */

#breadcrumbs a{

  color: white;

}

/*--------------------------------------------------------------
# Contact Section Start
--------------------------------------------------------------*/
.contact .contact-info-box {
  background-color: var(--surface-color);
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact .contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact .contact-info-box .icon-box {
  background-color: color-mix(in srgb, var(--contact-accent-color), transparent 90%);
  color: var(--contact-accent-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact .contact-info-box .icon-box i {
  font-size: 24px;
}

.contact .contact-info-box .info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .contact-info-box .info-content p {
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--contact-default-color), transparent 20%);
  font-size: 15px;
  line-height: 1.5;
}

.contact .contact-info-box .info-content p:last-child {
  margin-bottom: 0;
}

.contact .map-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.contact .map-section iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact .form-container-overlap {
  position: relative;
  margin-top: -150px;
  margin-bottom: 60px;
  z-index: 10;
}

.contact .contact-form-wrapper {
  background-color: var(--contact-surface-color);
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.contact .contact-form-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.contact .contact-form-wrapper h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--contact-accent-color);
}

.contact .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}

.contact .contact-form-wrapper .form-group .input-with-icon {
  position: relative;
}

.contact .contact-form-wrapper .form-group .input-with-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--contact-default-color), transparent 40%);
  font-size: 18px;
  z-index: 10;
}

.contact .contact-form-wrapper .form-group .input-with-icon i.message-icon {
  top: 28px;
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea+i {
  top: 25px;
  transform: none;
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control {
  border-radius: 8px;
  padding: 12px 15px 12px 45px;
  height: 3.5rem;
  color: var(--contact-default-color);
  background-color: var(--surface-color);
  font-size: 15px;
  border: 1px solid color-mix(in srgb, var(--contact-default-color), transparent 80%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--contact-accent-color), transparent 90%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder {
  color: color-mix(in srgb, var(--contact-default-color), transparent 40%);
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea.form-control {
  height: 180px;
  resize: none;
  padding-top: 15px;
}

.contact .contact-form-wrapper .btn-submit {
  background-color: var(--contact-accent-color);
  border: none;
  color: var(--contact-contrast-color);
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--contact-accent-color), transparent 70%);
}

.contact .contact-form-wrapper .btn-submit:hover {
  background-color: color-mix(in srgb, var(--contact-accent-color), transparent 15%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--contact-accent-color), transparent 60%);
}

.contact .contact-form-wrapper .btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px color-mix(in srgb, var(--contact-accent-color), transparent 70%);
}

.contact .contact-form-wrapper .loading,
.contact .contact-form-wrapper .error-message,
.contact .contact-form-wrapper .sent-message {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .contact .form-container-overlap {
    margin-top: -120px;
  }

  .contact .contact-form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact .contact-info-box {
    margin-bottom: 20px;
  }

  .contact .form-container-overlap {
    margin-top: -100px;
  }

  .contact .contact-form-wrapper {
    padding: 25px;
  }

  .contact .contact-form-wrapper h2 {
    font-size: 24px;
  }

  .contact .map-section {
    height: 450px;
  }
}

@media (max-width: 576px) {
  .contact .form-container-overlap {
    margin-top: -80px;
  }

  .contact .contact-form-wrapper {
    padding: 20px;
  }

  .contact .btn-submit {
    width: 100%;
  }

  .contact .map-section {
    height: 400px;
  }
}

/*-------- Eklemeler ------------*/


 #contact {
    color: var(--contact-default-color);
    background-color: #ffffff;
    padding: 60px 0;
    scroll-margin-top: 78px;
    overflow: clip;
    position: relative;
}

 #contact .section-title {
    text-align: center;
 
}

 #contact .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    color: var(--contact-heading-color);
    font-family: var(--contact-heading-font);
}

  #contact .section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

 #contact .section-title span {
    position: absolute;
    top: -20px;
    color: color-mix(in srgb, var(--contact-heading-color), transparent 95%);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
}

   #contact .section-title h2:after {
    content: none;
}

   .contact-info-box.whatsapp{
   
          background-color: green;
   }
   
   .contact-info-box.whatsapp h4{
   
      color: white;
   }
   
    .contact-info-box.whatsapp .icon-box{
   
      color: white;
   }
   
      .contact-info-box.whatsapp a{
   
      color: white;
   }
   
   
   #contact .contact-info-box {
   
       display: flex !important;
       flex-direction: column !important;
       align-items: center !important;
       text-align: center !important;
   }
   
   #contact .map-section {
   
   
      margin-bottom: 80px;
   
   }

/*--------------------------------------------------------------
# Contact Section End
--------------------------------------------------------------*/
















