.elementor-271 .elementor-element.elementor-element-e9f0a73{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-271 .elementor-element.elementor-element-95c78f5{--display:flex;--min-height:480px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--border-radius:17px 17px 17px 17px;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;}.elementor-271 .elementor-element.elementor-element-95c78f5:not(.elementor-motion-effects-element-type-background), .elementor-271 .elementor-element.elementor-element-95c78f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://araztrl.com/wp-content/uploads/2026/05/main-banner.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-271 .elementor-element.elementor-element-a2ec8bc{--display:flex;--justify-content:center;}.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-271 .elementor-element.elementor-element-a3049b2{text-align:right;}.elementor-271 .elementor-element.elementor-element-a3049b2 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;line-height:55px;color:#FFFFFF;}.elementor-271 .elementor-element.elementor-element-ee7030a{--display:flex;}.elementor-271 .elementor-element.elementor-element-b5b1023{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-271 .elementor-element.elementor-element-6445366{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-271 .elementor-element.elementor-element-e9f0a73{--padding-top:0px;--padding-bottom:0px;--padding-left:5px;--padding-right:5px;}.elementor-271 .elementor-element.elementor-element-a3049b2 .elementor-heading-title{font-size:32px;}}@media(min-width:768px){.elementor-271 .elementor-element.elementor-element-e9f0a73{--content-width:1240px;}.elementor-271 .elementor-element.elementor-element-a2ec8bc{--width:60%;}}@media(max-width:767px){.elementor-271 .elementor-element.elementor-element-e9f0a73{--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-271 .elementor-element.elementor-element-95c78f5:not(.elementor-motion-effects-element-type-background), .elementor-271 .elementor-element.elementor-element-95c78f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;}.elementor-271 .elementor-element.elementor-element-95c78f5{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-271 .elementor-element.elementor-element-a3049b2{text-align:center;}.elementor-271 .elementor-element.elementor-element-a3049b2 .elementor-heading-title{font-size:25px;line-height:1.7em;}}/* Start custom CSS for heading, class: .elementor-element-a3049b2 */.t-green {
 color: #49b262;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-95c78f5 */.main-bg {
position: relative;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6445366 */.scroll-icon {
    position: absolute;
    top: -70px;
   left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.mouse {
    width: 22px;
    height: 35px;
    border: 2px solid #ababab;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #ababab;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
    bottom: 8px; 
    
   
    /* top: 8px; */
    /* bottom: auto; */
     animation: scrollAnim 1.5s infinite; 
}

/* انیمیشن برای حرکت نقطه (اختیاری) */
@keyframes scrollAnim {
    0% {
        top: 8px;
        opacity: 1;
    }
    100% {
        top: 24px;
        opacity: 0;
    }
}/* End custom CSS */