        .inner-banner {
            position: relative;
        }

        .inner-banner::after {
            position: absolute;
            content: "";
            background-color: #22364D;
            width: 90px;
            height: 100%;
            right: -89px;
            clip-path: polygon(0 0, 10% 0%, 100% 100%, 0% 100%);
            z-index: 1;
        }

        .inner-banner-caption {
            max-width: 475px;
            margin-left: auto;
        }

        .elementor-field-group-field_3dccc60 {
            display: flex;
            align-items: end;
        }

        .contact-form button {
            cursor: pointer;
        }

        .contact-form button span {
            gap: 0 !important;
        }

        .contact-bottom a:hover {
            color: #0B72B7 !important;
            transition: all 0.2s ease-in-out;
        }

        .contact-bottom .elementor-icon-list-item {
            margin-bottom: 14px !important;
        }
    
