html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.square-cut {
    clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
}

.premium-carousel-dots-above ul.slick-dots {
    left: calc((1415px + 100vw) / 2) !important;
    padding-left: 0 !important;
}

.premium-carousel-inner .slick-dots {
    display: flex !important;
    gap: 10px !important;
}

.premium-carousel-inner .slick-dots li {
    margin: 0 !important;
    display: flex;
    width: 10px;
    height: 20px;
    background-color: #fff;
    border-radius: 40px;
    transition: all 0.3s ease;
    /* Smooth animation */
}

.premium-carousel-inner .slick-dots li:hover::before {
    display: none !important;
}

.premium-carousel-inner .slick-dots li.slick-active {
    background-color: #FF6600;
    height: 40px;
}

.premium-carousel-inner .slick-dots li i {
    display: none;
}

.premium-carousel-inner .slick-dots li i::before {
    display: none;
}


.mode-box-wrap {
    overflow: hidden;
}

.mode-box-wrap>.elementor-element {
    transform: translateY(235px);
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.mode-box-wrap:hover>.elementor-element {
    transform: translateY(0);
    background-color: rgb(0 0 0 / 50%);
}

.mode-box-wrap>.elementor-element .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Hover par full text */
.mode-box-wrap:hover>.elementor-element .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.grid-mode-box-wrap .mode-box-wrap:first-child {
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0% 10%);
}

.grid-mode-box-wrap .mode-box-wrap:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 90%, 90% 100%, 10% 100%, 0 100%, 0 0);
}

.contact-form-wrapper {
    max-width: 900px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-col {
    width: 50%;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
}

/* textarea height */
.contact-form-wrapper textarea {
    height: 160px;
}

/* Submit button */
.submit-row input[type="submit"] {
    background: #FF6600;
    color: #fff;
    border: none;
    padding: 16px 30px;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 70%, 90% 100%, 20% 100%, 0 100%, 0% 20%);
}


.submit-row input[type="submit"]:hover {
    background: #1C1D3B;
}

/* Mobile responsive */
@media(max-width:768px) {
    .form-row {
        flex-direction: column;
    }

    .form-col {
        width: 100%;
    }
}

.footer_top {
    clip-path: polygon(5% 0%, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 10%);
}

.elementor-button.elementor-size-sm {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 70%, 90% 100%, 20% 100%, 0 100%, 0% 20%);
}

@media (max-width: 1400px) {
    .elementor-element .e-con-inner {
        max-width: calc(100% - 50px) !important;
    }

    .premium-carousel-dots-above ul.slick-dots {
        left: unset !important;
        padding-left: 0 !important;
        right: 50px !important;
    }
}

@media (max-width: 1200px) {
    .mode-box-wrap>.elementor-element {
        transform: translateY(160px);
    }
}

@media (max-width: 767px) {
    .elementor-element .e-con-inner {
        max-width: 100% !important;
    }

    .premium-carousel-dots-above ul.slick-dots {
        right: 15px !important;
    }
}

.header_wrappar.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}