/* Intro Section */
#intro-section {
    padding: 5rem 0rem; /* Adjust padding as needed */
}

.intro-grid {
    display: grid;
    grid-template-columns: 2fr 1fr; /* Adjust proportions as needed */
    column-gap: 5rem; /* Tiny gap between columns */
    align-items: center; /* Center content vertically */
}

.intro-text h2 {
    font-size: 4rem;
}

.intro-image img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
}

#intro-section h2 {
    line-height: 1.3; /* Adjust line-height for readability */
}

#intro-section p {
    margin-top: 1.5rem; /* Increased margin */
    font-size: 1.3rem; /* Increased size */
    text-align: justify;
}

.vector-line img {
    width: 40%; /* Default image size */
}

#intro-section .btn {
    font-size: 0.875rem; /* Smaller button text */
    padding: 0.5rem 1.5rem; /* Adjusted padding for smaller button */
    background-color: #c9741f; /* Button background color */
    color: #fff; /* Button text color */
    border: none; /* Remove border */
    border-radius: 0; /* Square corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

#intro-section .btn:hover {
    background-color: #a55d1e; /* Hover color */
}
/* General Section */
.general-section {
    display: flex;
    flex-direction: row;
    height: auto;
    background-color: #f8f9fa;
}

.general-section h2 {
    font-size: 4rem;
}

.general-section .col-md-6.p-0 {
    height: 100%;
    display: flex;
    align-items: center;
}

.general-section img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.general-section .col-md-6.d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.general-section .btn {
    font-family: 'Alegreya', sans-serif;
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
    background-color: #c9741f;
    color: #fff;
    border: none;
    border-radius: 0;
    align-self: flex-start; /* Align button to the left */
    transition: background-color 0.3s ease;
}

.general-section .btn:hover {
    color: #fff;
    background-color: #a55d1e;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
}

.whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 20px;
  background-color: #555555;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  /*font-family: Arial, sans-serif;*/
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}

.whatsapp-float i {
  margin-right: 6px;
}

.whatsapp-float:hover {
  color: white;
  background-color: #888888;
}

/* Sixth Section (Places) */
#sixth-section .section-title {
    font-family: 'Alegreya', sans-serif;
    /*text-transform: uppercase;*/
}

.card {
    border: 1px solid #ddd;
}

.card img {
    object-fit: cover;
    height: 200px;
}

.card-title {
    font-size: 2rem;
}

.card-text {
    font-size: 1.2rem;
    text-align: justify;
}

/* Custom Slick Arrows */
.slick-arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.slick-arrows .prev-arrow, .slick-arrows .next-arrow {
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
}

.slick-arrows .prev-arrow:hover, .slick-arrows .next-arrow:hover {
    color: #ff6600;
}

/* Slick Slider adjustments */
.slick-slide {
    padding: 0 15px;
}

.places-slider {
    margin-bottom: 20px;
}

/* Testimonial Section */
#testimonial-section {
    position: relative;
    color: white;
}

/* Overlay with responsive height and padding */
.overlay {
    background-color: rgba(201, 116, 31, 0.597); /* Orange overlay */
    padding: 8rem 0;
}

/* Vector line */
.white-vector-line img{
    width: 40%; /* Default image size */
}

/* Font Awesome quote icon */
#testimonial-section .quote-icon {
    font-size: 1.8rem; /* Adjust size for better visibility on smaller screens */
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

#testimonial-section p {
    font-size: 1.1rem; /* Slightly smaller font for better readability */
    color: #FFF;
}

/* Left-align text in each column */
#testimonial-section .row.text-left .testimonial {
    text-align: left;
}

.gform_wrapper .gform_validation_container,
.gform_wrapper .gfield.gform_validation_container,
.gform_wrapper .gfield.honeypot {
    display: none !important;
}


@media (max-width: 1028px) {
    .display-1 {
        font-size: 8rem;
    }

    .intro-grid {
        grid-template-columns: 1fr; /* Single column layout */
        row-gap: 2.5rem; /* Gap between rows */
    }

    #intro-section h2 {
        font-size: 5rem; /* Adjust font size for medium screens */
    }

    #intro-section p {
        font-size: 2rem; /* Adjust font size for medium screens */
    }

    .vector-line img {
        width: 45%; /* Adjust vector image size for medium screens */
    }

    #intro-section .btn {
        font-size: 1rem; /* Smaller button text */
    }

    .intro-image img {
        width: 75%; /* Make image full width on medium screens */
    }

    .general-section {
        flex-direction: column; /* Stack columns vertically */
    }

    .general-section .col-md-6.p-0 {
        height: auto; /* Allow image column to adjust height */
    }

    .general-section .col-md-6.d-flex {
        padding: 1rem; /* Adjust padding for smaller screens */
    }

    .general-section h2 {
        font-size: 5rem; /* Adjust font size for smaller screens */
    }

    .general-section p {
        font-size: 2rem; /* Adjust font size for smaller screens */
    }

    .general-section .btn {
        font-size: 1rem; /* Smaller button text for smaller screens */
        padding: 0.5rem 1rem; /* Adjust button padding */
        align-self: flex-start; /* Ensure button remains left-aligned */
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 6rem;
    }

    .intro-grid {
        grid-template-columns: 1fr; /* Single column layout */
        row-gap: 1rem; /* Gap between rows */
    }
    
    /* Intro Section */
    #intro-section {
        padding: 1rem 0rem; /* Adjust padding as needed */
    }

    #intro-section h2 {
        font-size: 3rem; /* Adjust font size for medium screens */
    }

    #intro-section p {
        font-size: 1.3rem; /* Adjust font size for medium screens */
    }

    .vector-line img {
        width: 50%; /* Adjust vector image size for medium screens */
    }

    .intro-image img {
        display: none;
        width: 75%; /* Make image full width on medium screens */
    }

    .general-section .mobile {
        flex-direction: column-reverse; /* Reverse the order of columns */
    }

    .general-section h2 {
        font-size: 3rem; /* Adjust font size for even smaller screens */
    }

    .general-section p {
        font-size: 1.3rem; /* Adjust font size for even smaller screens */
    }

    .general-section .btn {
        font-size: 1rem; /* Ensure button is small */
        padding: 0.5rem 0.75rem; /* Adjust button padding */
        align-self: flex-start; /* Ensure button remains left-aligned */
    }
   
    #testimonial-section {
        height: auto; /* Remove fixed height for better responsiveness */
    }

    .testimonial-title {
        font-size: 3.5rem; /* Reduce title size for smaller screens */
    }

    .white-vector-line img{
        width: 75%; /* Default image size */
    }

    .quote-icon {
        font-size: 1.4rem; /* Smaller quote icon on smaller screens */
        margin-top: 2rem;
    }

    #testimonial-section p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 4.5rem;
    }

    .intro-grid {
        grid-template-columns: 1fr; /* Single column layout */
        row-gap: 1rem; /* Gap between rows */
    }
    
    /* Intro Section */
    #intro-section {
        padding: 1rem 0rem; /* Adjust padding as needed */
    }

    #intro-section h2 {
        font-size: 2.5rem; /* Adjust font size for medium screens */
    }

    #intro-section p {
        font-size: 1.2rem; /* Adjust font size for medium screens */
        text-align: left;
    }

    .vector-line img {
        width: 45%; /* Adjust vector image size for medium screens */
    }

    .intro-image img {
        display: none;
        width: 60%; /* Make image full width on medium screens */
    }
    
    .testimonial-title {
        font-size: 3rem;
    }

    #testimonial-section .quote-icon {
        font-size: 1.2rem;
    }

    .white-vector-line img{
        width: 100%; /* Default image size */
    }

    #testimonial-section p {
        font-size: 1.1rem;
    }

    .overlay {
        padding: 4rem 0; /* Reduce padding for mobile screens */
    }
}