html, body {
    width: 100%;
    overflow-x: hidden;
}
.slides-head {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
@media (max-width: 480px) {
    html, body {
        width: 100vw;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    .slides-head,
    .slides-head img,
    .slides-intro,
    .slides-table,
    .slides-factors-table,
    .slides-details-table,
    .enquiry-container {
        max-width: 100vw;
        box-sizing: border-box;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.slides-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slides-head h1 {
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 4vw; /* Default font size */
    font-weight: bold;
    line-height: 1.3;
    color: white;
    letter-spacing: 2px;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    max-width: 70%; /* Limit text width */
    white-space: normal;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .slides-head {
        height: 80vh; /* Adjust height for tablets */
    }
    .slides-head h1 {
        font-size: 4vw; /* Reduce font size for tablets */
    }
}

@media (max-width: 768px) {
    .slides-head {
        height: 70vh; /* Adjust height for smaller screens */
    }
    .slides-head h1 {
        font-size: 4vw; /* Further reduce font size for smaller screens */
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .slides-head {
        height: 60vh; /* Adjust height for mobile */
    }
    .slides-head h1 {
        bottom: 20%;
        font-size: 4vw;
        margin-bottom: 10px;
    }
}

@media (max-width: 850px) and (max-height: 400px) and (orientation: landscape) {
    .scroll-down {
        bottom: 10px !important;
    }
    .scroll-down p {
        font-size: 2vw !important;
    }
    .scroll-indicator {
        width: 6px !important;
        height: 14px !important;
    }
    .arrow {
        font-size: 14px !important;
    }
    .slides-head h1 {
        font-size: 3vw !important; /* Smaller font size for smartphones */
        top: 65% !important; /* Adjust vertical position */
        text-align: center !important; /* Center-align text for smaller screens */
        right: 5% !important; /* Center horizontally */
        max-width: 90% !important;
    }
}
.slides-intro {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.slides-intro h2 {
    font-size: 40px;
    font-weight: bold;
    color: orangered;
    text-align: center;
    margin: 40px 0;
    letter-spacing: 1px;
}

.slides-intro p {
    font-size: 18px;
    font-weight: 400;
    color: black;
    text-align: left;
    width: 80%;
}
.point-heading {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.point-heading h2 {
    font-size: 25px;
    font-weight: bold;
    color: black;
    margin-left: 10%;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize;
}
.extra-points {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.extra-points p{
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: left;
    width: 80%;
    margin-left: 10%;
}
/* Responsive adjustments */
@media (max-width: 1024px) {
    .slides-intro h2 {
        font-size: 32px;
    }
    .slides-intro p {
        font-size: 18px;
        width: 80%;
    }
    .point-heading {
        width: 95%;
        margin-right: 5%;
    }
    .point-heading h2 {
        font-size: 22px;
    }
    .extra-points p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .slides-intro {
        margin: 15px;
    }
    .slides-intro h2 {
        font-size: 24px;
        margin: 40px 0 30px 0;
    }
    .slides-intro p {
        font-size: 16px;
        width: 80%;
    }
    .point-heading h2 {
        font-size: 20px;
        margin-left: 10%;
        margin-bottom: 18px;
    }
    .extra-points p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .slides-intro {
        margin: 10px;
    }
    .slides-intro h2 {
        font-size: 18px;
        margin: 40px 0 30px 0;
    }
    .slides-intro p {
        font-size: 14px;
        width: 90%;
    }
    .point-heading {
        margin-left: 7%;
    }
    .point-heading h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .extra-points p {
        font-size: 12px;
        width: 90%;
        margin-left: 5%;
    }
}
.slides-table {
    margin: 0px 0px 0px 10%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.slides-factors-table {
    display: flex;
    gap: 40px;
    justify-content: left;
    align-items: flex-start;
    width: 25%;
    flex-wrap: wrap;
}
.slides-details-table{
    display: flex;
    gap: 40px;
    justify-content: left;
    align-items: flex-start;
    width: 55%;
    margin-left: 40px;
    flex-wrap: wrap;
}

.slides-factors-table ul {
    list-style: none;
    padding-left: 0;
}

.slides-factors-table li,
.slides-details-table li {
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    word-spacing: 5px;
    padding-bottom: 6px;
    font-family: 'Mulish', sans-serif;
}

.slides-details-table ul {
    list-style: none;
    padding-left: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .slides-factors-table,
    .slides-details-table {
        gap: 24px;
    }
    .slides-details-table{
        margin-left: 35px;
    }
    .slides-factors-table li,
    .slides-details-table li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .slides-factors-table,
    .slides-details-table {
        gap: 24px;
    }
    .slides-details-table{
        margin-left: 30px;
    }
    .slides-factors-table li,
    .slides-details-table li {
        font-size: 14px;
        padding: 2px;
    }
}

@media (max-width: 480px) {
    .slides-table {
        margin: 0px 0px 0px 7%;
    }
    .slides-factors-table,
    .slides-details-table {
        gap: 24px;
    }
    .slides-details-table{
        margin-left: 20px;
        width: 45%;
    }
    .slides-factors-table{
        width: 40%;
    }
    .slides-factors-table li,
    .slides-details-table li {
        font-size: 12px;
        margin-bottom: 6px;
        padding : 4px;
    }
}

.enquiry-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    padding: 0 20px;
    margin: 10px 20px;
}
.enquiry-container h3 {
    color: orangered;
    font-size: 28px;
    margin: 25px auto;
    text-align: center;
    transform-origin: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.enquiry-container h3:hover {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .enquiry-container h3 {
        font-size: 22px;
        margin: 20px auto;
    }
    .enquiry-container {
        padding: 0 10px;
        margin: 10px 10px;
    }
}

@media (max-width: 768px) {
    .enquiry-container h3 {
        font-size: 18px;
        margin: 15px auto;
    }
    .enquiry-container {
        padding: 0 5px;
        margin: 8px 5px;
    }
}

@media (max-width: 480px) {
    .enquiry-container h3 {
        font-size: 16px;
        margin: 10px auto;
    }
    .enquiry-container {
        padding: 0 2px;
        margin: 5px 2px;
    }
}
.three-columns-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 5% 0 10%;
}
.three-columns-table h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 40px 0;
}
.table {
    width: 100%;
}

.table-row {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

/* Add a line just below every row */
.table-row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 10%;
    bottom: -8px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}

.column-one {
    width: 15%;
    margin-right: 2%;
    display: flex;
    justify-content: flex-start;
}
.column-one p { 
    font-size: 18px;
    color: black;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
}
.column-two p, .column-three p { 
    font-size: 18px;
    color: black;
    margin: 0;
}

.column-two,
.column-three {
    width: 33%;
    margin-right: 2%;
    display: flex;
    justify-content: flex-start;
}

/* Remove margin-right for the last column to avoid overflow */
.column-three {
    margin-right: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .column-one p,
    .column-two p,
    .column-three p {
        font-size: 14px;
    }
    .three-columns-table h2 {
    font-size: 22px;
    margin: 40px 0;
}
}
@media (max-width: 768px) {
    .column-one p,
    .column-two p,
    .column-three p {
        font-size: 14px;
    }
    .three-columns-table h2 {
    font-size: 20px;
    margin: 30px 0 40px 0;
}
}

@media (max-width: 480px) {
    .three-columns-table {
        margin: 0 2% 0 5%;
    }
    .column-one p,
    .column-two p,
    .column-three p {
        font-size: 12px;
    }
    .column-one p {
        letter-spacing: 0;
    }
    .column-one {
        width: 20%;
    }
    .three-columns-table h2 {
    font-size: 18px;
    margin: 30px 0 40px 0;
}
}

.two-columns-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 5% 0 10%;
}
.two-columns-table h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 40px 0;
}
.two-table-column-one {
    width: 20%;
    padding-right: 2%;
    display: flex;
    justify-content: flex-start;
}
.two-table-column-one p { 
    font-size: 18px;
    color: black;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
}
.two-table-column-two p { 
    font-size: 18px;
    color: black;
    margin: 0;
}

.two-table-column-two{
    width: 65%;
    padding-right: 2%;
    display: flex;
    justify-content: flex-start;
}


/* Responsive adjustments */
@media (max-width: 1024px) {
    .two-table-column-one p,
    .two-table-column-two p{
        font-size: 14px;
    }
    .two-columns-table h2 {
    font-size: 22px;
    margin: 40px 0;
}
}
@media (max-width: 768px) {
    .two-table-column-one p,
    .two-table-column-two p,
    .column-three p {
        font-size: 14px;
    }
    .two-columns-table h2 {
    font-size: 20px;
    margin: 30px 0 40px 0;
}
}

@media (max-width: 480px) {
    .two-columns-table {
        margin: 0 2% 0 5%;
    }
    .two-table-column-one p,
    .two-table-column-two p{
        font-size: 12px;
    }
    .two-table-column-one p {
        letter-spacing: 0;
    }
    .two-table-column-one {
        width: 33%;
    }
    .two-table-column-two{
        width: 60%;
    }
    .two-columns-table h2 {
    font-size: 18px;
    margin: 30px 0 40px 0;
}
}