.elementor-10 .elementor-element.elementor-element-93bd050{--display:flex;--min-height:15px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-93bd050:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-93bd050 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5EEF3;}.elementor-10 .elementor-element.elementor-element-e9a5b4a{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10 .elementor-element.elementor-element-fe269fc > .elementor-widget-container{margin:-15px 0px -38px 0px;}.elementor-10 .elementor-element.elementor-element-fe269fc img{max-width:60%;}.elementor-10 .elementor-element.elementor-element-0bce52f{--display:flex;--min-height:267px;--justify-content:center;--margin-top:-40px;--margin-bottom:-21px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-9b4c335{--display:flex;--min-height:695px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10 .elementor-element.elementor-element-a9a6fde{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-a96dd28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-765d765 .elementor-heading-title{color:#003462;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-93bd050{--content-width:1134px;}.elementor-10 .elementor-element.elementor-element-a9a6fde{--width:50%;}.elementor-10 .elementor-element.elementor-element-a96dd28{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-ca8f65d */body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f7fa;
}

.sector-section {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sector-container {
    display: flex;
    gap: 20px;
    max-width: 80%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
    padding-bottom: 10px; /* Extra padding to prevent clipping */
}

.sector-container::-webkit-scrollbar {
    display: none;
}

.sector-card {
    position: relative;
    width: 250px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    scroll-snap-align: center;
    transition: all 0.3s ease-in-out;
}

.sector-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sector-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.sector-card .expanded-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.sector-card:hover .expanded-content {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.scroll-arrow.left {
    left: 10px;
}

.scroll-arrow.right {
    right: 10px;
}

.scroll-arrow i {
    font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a75858 */.gravagna-section {
    max-width: 600px;
    padding: 20px;
}

.gravagna-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #003462; /* Dark blue color */
    display: flex;
    align-items: center;
    gap: 15px;
}

.line {
    flex-grow: 1;
    height: 2px;
    background-color: black;
}

.gravagna-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.5;
    margin-top: 10px;
}

.gravagna-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #D3D3D3;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: 20px;
}

.gravagna-button i {
    transition: transform 0.3s ease;
}

.gravagna-button:hover i {
    transform: translateX(5px);
}/* End custom CSS */