.elementor-5295 .elementor-element.elementor-element-5d6ef25{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5295 .elementor-element.elementor-element-6bb93d1 > .elementor-widget-container{margin:0px 0px -19px 0px;}.elementor-5295 .elementor-element.elementor-element-6bb93d1{font-family:"Ploni", Sans-serif;font-size:15px;font-weight:400;color:var( --e-global-color-05b65f1 );}.elementor-5295 .elementor-element.elementor-element-6bb93d1 a{color:var( --e-global-color-05b65f1 );}.elementor-5295 .elementor-element.elementor-element-6bb93d1 a:hover{color:var( --e-global-color-primary );}.elementor-5295 .elementor-element.elementor-element-45fe64b{--display:flex;--border-radius:30px 30px 30px 30px;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;}@media(max-width:1024px){.elementor-5295 .elementor-element.elementor-element-5d6ef25{--margin-top:25px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-5295 .elementor-element.elementor-element-5d6ef25{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-5295 .elementor-element.elementor-element-45fe64b{--width:90%;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-5295 .elementor-element.elementor-element-45fe64b{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5295 .elementor-element.elementor-element-45fe64b{--width:72%;}}/* Start custom CSS for html, class: .elementor-element-bdb0df0 */.page-title {
            font-size: 40px;
            line-height: 1.2; /* Adjusted for multi-line title */
            letter-spacing: -1.3px !important;
            font-weight: 400;
            color: #0b57d0;
            margin: 0;
            background-image: linear-gradient(-320deg,#40dfa3 23%, #3498ea 60%, #6363f1 78%, #a163f1);
            background-size: 100% 200%;
            background-repeat: no-repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;
            margin-bottom:35px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .input-label {
            margin-bottom: 8px; /* Adjusted from -8px for better spacing */
            display: block;
            font-size: 18px;
            font-weight: 500;
            color: #656B8A;
        }

        .input-field {
            width: 100%;
            padding: 12px 14px;
            font-size: 16px;
            border: 1px solid #dadce0;
            border-radius: 8px;
            color: #656B8A;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            direction: ltr; /* For URL input */
            text-align: left; /* For URL input */
        }

        .input-field:focus {
            outline: none;
            border-color: #6363F1;
        }

        .input-note {
            font-size: 14px;
            color: #656B8A;
            margin-top: 6px;
            opacity: 0.8;
        }

        .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 100px;
            font-size: 20px;
            font-weight: 400;
            cursor: pointer;
            transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.1s ease;
            width: 100%;
            box-sizing: border-box;
            font-family: "Ploni", Sans-serif; /* Ensure Ploni font is loaded or use Inter */
            box-shadow: 0px 24px 22px rgb(23 6 100 / 4%), 0px 8.5846px 8.03036px rgb(23 6 100 / 5%), 0px 4.77692px 3.89859px rgb(23 6 100 / 7%), 0px 2.63479px 1.91116px rgb(23 6 100 / 8%), 0px 1.15891px 0.755676px rgb(23 6 100 / 12%);
            background-image: linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,0));
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
        }

        button svg, .btn i.fas {
            width: 1em;
            height: 1em;
            fill: currentColor;
            font-size: 0.8em; /* Adjust icon size within button */
        }


        .btn-primary {
            background-color: #6363F1;
            color: white;
            /* margin-top: -10px; /* Removed or adjust as needed */
        }

        .btn-primary:hover {
            background-color: #7777F3;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .btn-primary:active {
            transform: scale(0.98);
        }

        .btn-secondary {
            background-color: #fff;
            color: #656B8A;
            border-right: 1px solid #ccd0d5;
            box-shadow: none;
            border-radius: 100px 0 0 100px;
        }

        .btn-secondary:hover {
            background-color: #6363F1;
            color: #fff;
        }

        .btn-secondary:active {
            transform: scale(0.98);
        }

        .output-container {
            margin-top: 24px;
        }

        .output-container p.output-label { /* Specific class for the "Your shortened URL" label */
            font-size: 18px;
            font-weight: 500;
            color: #656B8A;
            text-align: center;
            margin-bottom: 10px;
        }

        .link-display-area {
            display: flex;
            align-items: center;
            gap: 0px;
            background-color: #ececf1;
            padding: 0 0 0 0;
            border-radius: 100px;
            border: 1px solid #ccd0d5;
            overflow: hidden;
        }

        .generated-link-text {
            flex-grow: 1;
            font-size: 15px;
            color: #656B8A;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px 15px;
            direction: ltr; /* Ensure URL is displayed LTR */
            text-align: left; /* Ensure URL is displayed LTR */
        }

        .link-display-area .btn-secondary {
            width: auto;
            flex-shrink: 0;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .link-display-area .btn-secondary svg {
             margin-left: 5px; /* Add some space for the icon if it's on the left in RTL */
        }


        .toast-notification {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #28a745;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            pointer-events: none;
        }

        .toast-notification.show {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }

        .error-message {
            color: #dc3545; /* Red for errors */
            text-align: center;
            margin-top: 10px;
            font-size: 14px;
            display: none; /* Hidden by default */
        }


        .hidden {
            display: none !important;
        }

        @media only screen and (max-width: 767px) {
            .page-title {
                font-size: 30px; /* Slightly smaller for URL shortener title */
                letter-spacing: -0.5px !important;
                margin-bottom:25px;
            }
            .app-container {
                padding: 20px 24px;
            }
            .btn {
                font-size: 18px;
            }
            .input-label {
                font-size: 16px;
            }
            .input-field {
                font-size: 15px;
            }
            .generated-link-text {
                font-size: 13px;
            }
            .link-display-area .btn-secondary {
                font-size: 16px;
            }
        }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-45fe64b */.elementor-5295 .elementor-element.elementor-element-45fe64b {
    /*background-image: url(/wp-content/uploads/2022/11/DOTS.png);
    background-repeat: repeat-x;
    background-size: 120%;
    background-color: #fff;
    background-position: 10% 0px;*/
    box-shadow: 0px 51px 78px rgb(17 7 53 / 5%), 0px 21.3066px 35.4944px rgb(17 7 53 / 4%), 0px 11.3915px 18.9418px rgb(17 7 53 / 3%), 0px 6.38599px 9.8801px rgb(17 7 53 / 3%), 0px 3.39155px 4.58665px rgb(17 7 53 / 2%), 0px 1.4113px 1.55262px rgb(17 7 53 / 1%), inset 0px 1px 0px rgb(41 56 78 / 5%);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://isl-design.co.il/wp-content/uploads/2022/11/ploni-light-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://isl-design.co.il/wp-content/uploads/2022/11/ploni-regular-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://isl-design.co.il/wp-content/uploads/2022/11/ploni-demibold-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://isl-design.co.il/wp-content/uploads/2022/11/ploni-bold-aaa-1.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://isl-design.co.il/wp-content/uploads/2022/11/ploni-ultrabold-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://isl-design.co.il/wp-content/uploads/2022/11/ploni-black-aaa.woff2') format('woff2');
}
/* End Custom Fonts CSS */