/*
Theme Name: SQ Web
Theme URI: 
Author: SQ 3D
Author URI: 
Description: A custom theme made by SQ 3D team, tailored to your needs.
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sq-web
Tags: 
*/


/* Make selectors more specific */
html .wp-site-blocks > * {
  margin-block-start: 0 !important;
}
.wp-block-group:not(.no-custom-padding) {
  padding: clamp(1rem, 2vw, 4rem);
}
.wp-block-group + .wp-block-group {
  margin-block-start: 0;
}

/* Custom scrollbar styles for WebKit browsers (Chrome, Safari, Edge) */

::-webkit-scrollbar {
    width: 8px; /* Width of the vertical scrollbar */
    height: 8px; /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light gray track */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #ffc619; /* Gold thumb color */
    border-radius: 4px;
    border: 1px solid #ddd; /* Subtle border for definition */
}

::-webkit-scrollbar-thumb:hover {
    background: #e6af0f; /* Slightly darker gold on hover */
}

::-webkit-scrollbar-thumb:active {
    background: #d4a017; /* Even darker on active */
}

/* Optional: Style for scrollbar corner */
::-webkit-scrollbar-corner {
    background: #f1f1f1;
}
.border-below {
    position: relative;
    padding-bottom: 15px; /* Add some space for the line */
}

.border-below::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px; /* Adjust width as needed */
    height: 3px;
    background-color: #FFC619;
}
.our-services {
          svg {
            display: none;
          }
        }


@media (min-width: 768px) {
        .image-left img {
           margin-left: -50px;
            /* width: 713px; */
        }
        /* .our-services {
          svg {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
          }
        } */
       
    }
/* a {
  text-decoration: none;
} */
/* .wp-block-site-logo {
  img {
    width: 160px;

    @media (min-width: 992px) {
      width: 230px;
    }
  }
} */
.wp-block-navigation__container {
  li {
    a.wp-block-navigation-item__content {
      /* color: #ffffff !important; */
      padding: 0 5px;
    }
    &:hover {
      a.wp-block-navigation-item__content {
        color: #ffc107 !important;
      }
    }
    &.current-menu-item {
      a.wp-block-navigation-item__content {
        color: #ffc107 !important;
      }
    }
  }
}

@media (max-width: 768px) {
  .wp-block-navigation__container {
    gap: 2px;
  }
}
footer {
  .wp-block-navigation__container {
  li {
    a.wp-block-navigation-item__content {
      color: #000000 !important;
    }
    &:hover {
      a.wp-block-navigation-item__content {
        color: #ffffff !important;
      }
    }
    &.current-menu-item {
      a.wp-block-navigation-item__content {
        color: #ffffff !important;
      }
    }
  }
}
.footer-logo {
  .wp-block-image {
    position: relative;
    padding-right: 20px;
  }

  .wp-block-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 1px;
    background-color: #000000;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    .wp-block-image {
      padding-right: 0;
      padding-bottom: 0;
    }

    .wp-block-image::after {
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      transform: none;
      height: 1px;
      width: 100%;
    }
  }
}
}
.contact-info {
    position: relative;
    padding-left: 20px;
    color: #ffc107;
    font-size: 1rem;
}

.contact-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 2px;
    background-color: #ccc;
}
/* Contact Form 7 Full Height Textarea Styles */
.wpcf7 .form-section {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 .form-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wpcf7 .form-column:last-child .wpcf7-form-control-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.wpcf7 .form-column:last-child textarea {
    flex: 1;
    resize: vertical;
    min-height: 150px;
    max-height: 400px;
}

.wpcf7 .form-label {
    color: #161515;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.wpcf7 .form-field {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wpcf7 .wpcf7-form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.wpcf7 .wpcf7-form-control:focus {
    border-color: #ffca2c;
    box-shadow: 0 0 0 3px rgba(255, 202, 44, 0.3);
    outline: none;
}

.wpcf7 .wpcf7-submit {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #161515;
    padding: 10px 20px;
    font-family: inherit;
    border-radius: 0;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
    font-size: 16px;
    /* font-weight: bold; */
    transition: background-color 0.3s, border-color 0.3s;
    width: auto;
    max-width: 200px;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #161515;
    border-color: #ffca2c;
    color: #ffc107;
}

.wpcf7 .wpcf7-submit:focus {
    box-shadow: 0 0 0 3px rgba(255, 202, 44, 0.3);
    outline: none;
}

/* Responsive styles */
@media (max-width: 767px) {
    .wpcf7 .form-section {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .wpcf7 .form-column {
        gap: 10px;
    }

    .wpcf7 .form-column:last-child .wpcf7-form-control-wrap {
        min-height: 150px;
    }

    .wpcf7 .form-column:last-child textarea {
        min-height: 120px;
        max-height: 300px;
    }

    .wpcf7 .wpcf7-submit {
        padding: 10px 20px;
        max-width: 250px;
    }
}

/* Scroll to top button styling */
        #scroll-to-top {
            position: fixed;
            bottom: 140px;
            right: 20px;
            background-color: #ffc619;
            color: #333;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 18px;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        #scroll-to-top:hover {
            background-color: #e6af0f;
        }

        #scroll-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

.tripadvisor-widget-container {
  max-width: 100%;
  overflow: hidden; /* Prevents horizontal scroll on small screens */
}

.TA_selfserveprop,
.TA_selfserveprop .widSSP {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto; /* Centers if needed */
}

/* Optional: Adjust for mobile screens */
@media (max-width: 768px) {
  .TA_selfserveprop {
    padding: 0 10px; /* Adds breathing room on small devices */
  }
}

/* Optional: Hide or adjust elements if they don't fit well on very small screens */
@media (max-width: 480px) {
  .TA_selfserveprop .TA_links img {
    max-width: 80%; /* Scales the logo */
    height: auto;
  }
}

.TA_links {
  list-style: none !important; /* Removes bullets entirely */
  padding: 0; /* Removes default left padding/margin */
  margin: 0;
}

.TA_links li {
  display: inline-block; /* Makes list items flow horizontally; change to 'block' for vertical if preferred */
  margin-right: 10px; /* Optional: Adds spacing between items */
}

.TA_links li:last-child {
  margin-right: 0; /* Removes spacing from the last item */
}
@media (max-width: 768px) {
  .call-info .has-text-align-right {
    text-align: center;
  }
}

.whatsapp-button {
            position: fixed;
            bottom: 80px;
            right: 20px;
            background-color: #25D366;
            color: white;
            padding: 10px 15px;
            border-radius: 50px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            transition: transform 0.2s ease;
        }
        .whatsapp-button:hover {
            transform: scale(1.05);
        }
        .whatsapp-svg {
            width: 24px;
            height: 24px;
            /* fill: white; */
        }
        .whatsapp-text {
            display: block;
        }
        @media (max-width: 768px) {
            .whatsapp-button {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                padding: 0;
                justify-content: center;
            }
            .whatsapp-svg {
                width: 28px;
                height: 28px;
            }
            .whatsapp-text {
                display: none;
            }
        }

        .tripadvisor-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #34c457;
            color: white;
            padding: 10px 15px;
            border-radius: 50px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            transition: transform 0.2s ease;
        }
        .tripadvisor-button:hover {
            transform: scale(1.05);
        }
        .tripadvisor-svg {
            width: 24px;
            height: 24px;
            fill: white;
        }
        .tripadvisor-text {
            display: block;
        }
        @media (max-width: 768px) {
            .tripadvisor-button {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                padding: 0;
                justify-content: center;
            }
            .tripadvisor-svg {
                width: 28px;
                height: 28px;
            }
            .tripadvisor-text {
                display: none;
            }
        }