﻿@import url(/Content/fonts/sharp/css/fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

body {
}

@media (max-width: 992px) {
    #property ul {
        font-size: 0.7rem !important;
    } 
}

#property ul {
    font-size: 1rem;
}

/* Base container-fluid: 98% width by default */
.container-fluid {
    width: 98%;
}

/* Constrained container-fluid: max-width 1400px for sections that need it */
.container-fluid--constrained {
    max-width: 1400px;
    width: 94%;
}

/* Base intro text styles */
.intro {
    line-height: 2;
    font-size: 17px;
}

/* Intro size variants */
.intro--large {
    font-size: 18px;
    line-height: 2.2;
}

.intro--medium {
    font-size: 17px;
    line-height: 2;
}

.intro--small {
    font-size: 16px;
    line-height: 1.8;
}

header {
    /*width: 100%;
    height: 100vh;
    background-color: #2196f3;
    background-image: url('../../images/industries/oil-refinery.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;*/
}

    header canvas {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

    #hero::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 130%;
        height: 95%;
        z-index: 0;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 130%;
        height: 96%;
        opacity: 0.3;
        z-index: 0;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(18px) rotate(2deg);
    }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h2 {
        margin-bottom: 15px;
        font-size: 33px;
        font-weight: 700;
        /*text-shadow: 2px 2px 5px #1171ec;
    }

    #hero img {
        max-width: 150px;
        padding-left: 15px;
    }

    #hero p {
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        text-shadow: 4px 4px 4px #1171ec;
        color: #470505;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero .btn-get-started {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid #eb880e;
    }

        #hero .btn-get-started:hover {
            background: #eb880e;
            color: #fff;
            text-decoration: none;
        }

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 22px;
    }

    #hero img {
        max-width: 90px;
    }

    #hero h5 {
        font-size: 1.0rem;
    }

    #hero::after {
        width: 180%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
        top: 0;
        width: 180%;
        height: 94%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}

@media (max-width: 575px) {
    #hero::after {
        left: 40%;
        top: 0;
        width: 200%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
        left: 50%;
        top: 0;
        width: 200%;
        height: 94%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }

    .button--transparent-grad {
        font-size: 16px;
    }
}*/
/*/////////////////////////////////////*/

.hero {
    width: 100%;
    text-align: center;
    background-color: #010d19;
    background-image: url('../../images/misc/hero-background.jpg');
    vertical-align: middle;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 2rem;
}

    /*.hero.scrolled {
        transform: translate3d(0, -100%, 0) scale(.75);
        opacity: 0;
    }*/

header > .cont {
    /*margin-bottom: 2rem;*/
    /*padding-top: 60px;*/
    text-align: center;
}

    header div h4 {
        padding: 40px 0;
        color: #fff;
        text-shadow: 0 0 7px #333;
        font-size: 30px;
        letter-spacing: -1px;
    }

header div h4 {
    font-family: 'iransharp';
    padding: 30px 0 0 0;
    color: #fff;
    text-shadow: 0 0 7px #333;
    font-size: 30px;
    letter-spacing: -1px;
}

    header div img {
        width: 300px;
    }

.space-label {
    width: 11rem;
    margin: 0 auto;
    position: relative;
}

    .space-label .top,
    .space-label .bottom {
        height: 3.6rem;
        overflow: hidden;
        position: relative;
        width: 7rem;
        margin: 0 auto;
    }

        .space-label .top .ring,
        .space-label .bottom .ring {
            border-radius: 100%;
            position: absolute;
            width: 7rem;
            height: 7rem;
            border: 3px solid rgba(255, 255, 255, 0.61);
            border-width: 5px;
            margin-bottom: 2rem;
        }

            .space-label .top .ring:nth-child(2),
            .space-label .bottom .ring:nth-child(2) {
                border-width: 2px;
                width: 6.2em;
            }

            .space-label .top .ring:nth-child(3),
            .space-label .bottom .ring:nth-child(3) {
                border-width: 1px;
                width: 5.5rem;
            }

                .space-label .top .ring:nth-child(3):after,
                .space-label .bottom .ring:nth-child(3):after {
                    content: '';
                    position: absolute;
                    border-top: 1px solid rgba(255, 255, 255, 0.5);
                    left: 50%;
                    width: 1rem;
                    margin-left: -0.5rem;
                }

                .space-label .top .ring:nth-child(3):before,
                .space-label .bottom .ring:nth-child(3):before {
                    content: '';
                    position: absolute;
                    border-top: 1px solid rgba(255, 255, 255, 0.5);
                    left: 50%;
                    width: 1.8rem;
                    margin-left: -0.9rem;
                }

            .space-label .top .ring:nth-child(1) {
                top: 1.3rem;
                left: 0;
            }

            .space-label .top .ring:nth-child(2) {
                top: 1.8rem;
                left: 0.45rem;
            }

            .space-label .top .ring:nth-child(3) {
                top: 2.4rem;
                left: 0.85rem;
            }

                .space-label .top .ring:nth-child(3):after {
                    top: 0.6rem;
                }

                .space-label .top .ring:nth-child(3):before {
                    top: 1rem;
                }

            .space-label .bottom .ring:nth-child(1) {
                bottom: -0.6rem;
                left: 0;
            }

            .space-label .bottom .ring:nth-child(2) {
                bottom: -0.1rem;
                left: 0.43rem;
            }

            .space-label .bottom .ring:nth-child(3) {
                bottom: 0.45rem;
                left: 0.8rem;
            }

                .space-label .bottom .ring:nth-child(3):after {
                    bottom: 0.6rem;
                }

                .space-label .bottom .ring:nth-child(3):before {
                    bottom: 1rem;
                }

    .space-label .text {
        text-align: center;
        text-transform: uppercase;
        font-family: iranyekan;
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffffff;
        vertical-align: middle;
        display: table-cell;
        width: 11rem;
        position: relative;
        letter-spacing: 2px;
        padding: 0;
        line-height: 2rem;
        padding-bottom: 0.2rem;
        text-indent: 0;
    }



.arrow-container {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.arrow-1 {
    width: 5rem;
    height: 5rem;
    background: #00BCD4;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 3rem;
    height: 3rem;
    background: #00BCD4;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

    .arrow-2:before {
        width: 2.7rem;
        height: 2.7rem;
        content: "";
        border: 1px solid #eb880e;
        border-radius: 50%;
        position: absolute;
        top: 0.15rem;
        left: 0.15rem;
    }

    .arrow-2 i.material-icons {
        font-size: 3rem;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #eb880e;
    }

/* Custom Animate.css */

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation: zoomIn 2s infinite both;
    animation: zoomIn 2s infinite both;
}


.title-section {
    font-family: iransharp;
    font-weight: 900;
    font-size: 36px;
    color: white;
    margin: auto;
    padding-bottom: 8px;
    position: relative;
}


#about {
    background-color: #010d19;
    display: flex;
    align-items: center;
    min-height: 100%;
}

#about .row:not(.flex-grow-0) {
    flex-grow: 1;
}

#about .col-sm-6 img {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
    display: block;
}

/* Show customers section on desktop */
@media (min-width: 768px) {
    #about .row.flex-grow-0:last-of-type,
    #about .slide-option {
        display: flex !important;
    }
}

/* About section mobile background image */
@media (max-width: 767px) {
    #about {
        position: relative;
        overflow: hidden;
        min-height: 100vh;
    }

    #about .container-fluid {
        position: relative;
        z-index: 2;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #about .row:not(.flex-grow-0) {
        position: relative;
        z-index: 2;
    }

    #about::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url('../../images/misc/15.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.6;
        z-index: 1;
    }

    #about .col-sm-6:first-child {
        display: none;
    }

    #about .col-sm-6:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        position: relative;
        z-index: 2;
    }

    #about .col-sm-6:last-child .text-center {
        background: rgba(1, 13, 25, 0.5);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding: 25px 20px;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }

    #about .intro {
        color: #ffffff !important;
        font-size: 0.85rem !important;
        line-height: 1.6 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    #about .title-section {
        margin: 20px auto !important;
        color: #ffffff !important;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    }

    /* Hide customers section and slider on mobile */
    #about .row.flex-grow-0:last-of-type,
    #about .slide-option {
        display: none !important;
    }
}
#news {
    padding-bottom: 8em;
}

    /* Use .container-fluid--constrained for max-width: 1400px */

     .title-section {
        /*width: 250px;*/
        margin: 40px;
        /*opacity: 0;*/
        /*transition: all ease-in 0.5s;*/
        /*transform: translateY(-20px);*/
        /*transition-delay: 0.8s;*/
    }

.show-title-section {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}


#about .container-fluid .barnding {
    width: 75%;
    max-width: 230px;
    position: relative;
    /*transform: translateY(60px);
    filter: blur(6px);
    opacity: 0;
    transition: transform 0.8s,opacity 1.2s,filter 1.1s;
    transition-delay: 0.5s;*/
}

.show-barnding {
    transform: translateY(35px) !important;
    filter: blur(0px) !important;
    opacity: 1 !important;
    transition: all 0.8s;
}

#about .container-fluid .intro {
    /* Uses .intro--large for font-size: 18px */
    line-height: 36px;
    color: white;
    /*padding-top: 50px;*/
    /*margin-top: 2rem !important;*/
    position: relative;
    /*padding-bottom: 5em;*/
    z-index: 10;
    /*opacity: 0;
    transform: translateY(70px);
    transition: all ease-in 0.65s;
    transition-delay: 0.5s;*/
    text-align: justify;
}

.show-intro {
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

/*-------------------------------------------------- Product ---------------------------------------------------------------*/

#Product {
}

    #Product .title-section {
        width: 412px;
        line-height: 1.5;
        margin-bottom: 2rem;
    }


    /* #Product uses .container-fluid--constrained */

    #Product .img-product {
        width: 95%;
        max-width: 600px;
    }

    #Product .info-product {
        position: relative;
        z-index: 100;
    }

.info-product h2 {
    font-family: iransharp;
    font-weight: bold;
    padding-top: 15px;
    color: #212529;
    line-height: 50px;
}

.info-product h4 {
    font-family: iransharp;
    color: #90A4AE;
    padding: 10px 0;
}

.info-product p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.info-product a {
    font-size: 17px;
    text-decoration: none;
}

    .info-product a i {
        position: relative;
        top: 7px;
        left: 6px;
        transition: all 0.3s;
    }

    .info-product a:hover i {
        left: 0px;
    }

.blue-gray {
    background-color: #ECEFF1 !important;
}

.soft-pic {
    position: absolute;
    top: 130px;
    left: 10px;
    width: 110px !important;
    opacity: 0.8;
}

.softbox {
    height: 100%;
    max-width: 580px;
    margin: auto;
    position: relative;
    padding: 15px;
}

@media (max-width: 768px) {
    header .cont .scroll{
        margin-top: -35px;
    }
    header h3 {
        width: 125px;
        font-size: 20px;
        margin-top: 40px;
    }

    /*header div {
        margin-bottom: 0rem !important;
    }*/

    .container-fluid {
        width: 100%;
    }

    header h1 {
        font-size: 70px !important;
    }

    header h2 {
        font-size: 2rem !important;
        line-height: 3.5rem;
    }

    header .desshob {
        width: 200px;
    }

    .info-product h2 {
        font-size: 2rem !important;
    }

    #about .container-fluid .intro {
        font-size: 16px;
    }

    .soft-pic {
        max-width: 100px !important;
        left: 0px !important;
        top: -45px !important;
    }

    .softbox {
        height: auto;
        margin: 50px 0;
    }

    .section {
        overflow: hidden;
        border-top: 1px dashed #B0BEC5;
        border-bottom: 1px dashed #B0BEC5;
    }

    #bigTriangleColor {
        display: none;
    }

    .split-col {
        padding: 50px 0;
    }

    /*.space-label {
        margin-top: 4rem;
    }*/

    .space-label .bottom {
        height: 4.6rem;
        margin-bottom: 2rem;
    }

            .space-label .bottom .ring:nth-child(1) {
                bottom: 0.2rem;
            }

            .space-label .bottom .ring:nth-child(2) {
                bottom: 0.7rem;
            }

            .space-label .bottom .ring:nth-child(3) {
                bottom: 1.45rem;
            }

    .arrow-container {
        border-bottom: 40px;
    }

    header div img {
        width: 180px;
    }
    header div h4 {
        padding: 40px 0 0 0;
        color: #fff;
        text-shadow: 0 0 7px #333;
        font-size: 18px;
         letter-spacing: 0; 
    }

    #Product .title-section {
        font-size: 25px;
        width: 100%;
    }

    #about .container-fluid .barnding{
        width:190px;
    }
}

/*-------------------------------------------------- Steps ---------------------------------------------------------------*/

#steps {
    background-color: #e5e5ea;
    margin-top: -9px;
}

    /* #steps uses .container-fluid--constrained with margin: 50px auto */

    #steps .title-section {
        width: 250px;
    }

        #steps .title-section:after {
            width: 240px;
        }

.tabs {
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    min-width: 240px;
    margin-top: 70px;
}

    .tabs input[name="tab-control"] {
        display: none;
    }

    .tabs .content section h2,
    .tabs ul li label {
        font-family: iransharp;
        font-weight: bold;
        font-size: 18px;
        color: #eb880e;
    }

    .tabs ul {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

        .tabs ul li {
            box-sizing: border-box;
            flex: 1;
            width: 25%;
            padding: 0 10px;
            text-align: center;
        }

            .tabs ul li label {
                transition: all 0.3s ease-in-out;
                color: #929daf;
                padding: 5px auto;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .tabs ul li label br {
                    display: none;
                }

                .tabs ul li label .material-icons {
                    top: 8px;
                    position: relative;
                }

                .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
                    outline: 0;
                    color: #bec5cf;
                }

                    .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
                        fill: #bec5cf;
                    }

    .tabs .slider {
        position: relative;
        width: 25%;
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .tabs .slider .indicator {
            position: relative;
            width: 50px;
            max-width: 100%;
            margin: 0 auto;
            height: 4px;
            background: #eb880e;
            border-radius: 1px;
        }

    .tabs .content {
        margin-top: 30px;
    }

        .tabs .content section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .tabs .content section h2 {
                color: #eb880e;
                display: none;
            }

                .tabs .content section h2::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #eb880e;
                    margin-top: 5px;
                    left: 1px;
                }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        cursor: default;
        color: #eb880e;
    }

        .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
            fill: #eb880e;
        }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #eb880e;
}

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(-260%);
    transform: translateX(-260%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #eb880e;
}

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #eb880e;
}

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

        .tabs ul li label br {
            display: initial;
        }

        .tabs ul li label svg {
            height: 1.5em;
        }
}

@media (max-width: 768px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

        .tabs ul li label span {
            font-size: 12px;
        }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 20px;
    }

        .tabs .content section h2 {
            display: block;
        }
}

.tbl-step {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

    .tbl-step tr td:first-child {
        width: 250px;
    }

    .tbl-step tr {
        border-bottom: 1px solid #dee2e6;
    }

        .tbl-step tr td p {
            font-size: 17px;
        }

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    /* max-width: 600px; */
    margin: 20px auto 0;
    border: none;
    z-index: 0;
    margin-bottom: 0 !important;
}

    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        margin: 0 auto;
        position: absolute;
        left: -42%;
        top: 24px;
        width: 85%;
        z-index: -1;
    }

    .process-model li.finished::after {
        background: #eb880e;
    }

    .process-model li:last-child::after {
        width: 0;
    }

    .process-model li {
        display: inline-block;
        width: 144px;
        text-align: center;
        float: right;
        position: relative;
    }

        .nav-tabs.process-model > li.current > a, .nav-tabs.process-model > li.current > a:hover, .nav-tabs.process-model > li.current > a:focus, .process-model li a:hover, .process-model li a:focus {
            border: none;
            background: transparent;
        }

        .process-model li a {
            padding: 0;
            border: none;
            color: #606060;
            text-decoration: none;
        }

        .process-model li.current,
        .process-model li.finished {
            color: #eb880e;
        }

            .process-model li.current a,
            .process-model li.current a:hover,
            .process-model li.current a:focus,
            .process-model li.finished a,
            .process-model li.finished a:hover,
            .process-model li.finished a:focus {
                color: #eb880e;
            }

            .process-model li.current p,
            .process-model li.finished p {
                font-weight: 600;
                font-family: iransharp;
            }

        .process-model li i {
            display: block;
            height: 48px;
            width: 48px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 46px;
            font-size: 24px;
            border-radius: 50%;
        }

        .process-model li.current i, .process-model li.finished i {
            background: #fff;
            border-color: #eb880e;
        }

        .process-model li p {
            font-size: 14px !important;
            font-family: IRANSharp;
            margin-top: 3px !important;
        }

    .process-model.contact-us-tab li.finished a, .process-model.contact-us-tab li.finished p {
        color: #606060 !important;
        font-weight: normal
    }

    .process-model.contact-us-tab li::after {
        display: none;
    }

    .process-model.contact-us-tab li.finished i {
        border-color: #e5e5e5;
    }



@media screen and (max-width: 720px) {
    .process-model.more-icon-preocess li {
        width: 24%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }

    .process-model li i {
        height: 40px;
        width: 40px;
        border: 1px solid #e5e5e5;
        line-height: 39px;
        font-size: 20px;
    }

    .process-model li p {
        font-size: 10px;
    }

    .process-model li::after {
        height: 2px;
    }
}

@media screen and (max-width: 768px) {
    .process-model.more-icon-preocess li {
        width: 24%;
    }

    .tbl-step tr td p {
        font-size: 15px;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px !important;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}

/*------------------------------------------------------------------Articels-----------------------------------------------------------*/

#articels {
}

    /* #articels uses .container-fluid--constrained with margin: 50px auto */

    #articels .title-section {
        width: 100px;
        margin-bottom: 40px;
    }

        #articels .title-section:after {
            width: 100px;
        }

.grid-item {
    position: relative;
    display: block;
    width: 98%;
    max-width: 365px;
    margin: 1rem auto;
    column-break-inside: avoid;
}

    .grid-item .inner {
        padding: 1rem 1rem 1rem 1rem;
    }

.content-box {
    border: 0px solid #e6e6e6;
    background-color: white;
    box-shadow: 0px -1px 2px rgba(58, 58, 58, 0.1), 1px 1px 2px rgba(58, 58, 58, 0.1);
}

    .content-box:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 4rem;
        left: 0px;
        top: 0px;
    }

.content-box-thumb {
    display: block;
    width: 100%;
    height: 180px;
}

.content-box-header {
    font-size: 17px;
    margin: 2rem 0rem 1rem 0rem;
}

.content-box-blurb {
    font-size: 14px;
    line-height: 25px;
    display: block;
    display: -webkit-box;
    margin: 0rem;
    max-width: 100%;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.readmore-link {
    display: block;
    margin: 18px 5px 5px 5px;
    text-align: right;
    text-decoration: none !important;
    font-size: 15px;
}

    .readmore-link i {
        position: relative;
        top: 7px;
        left: 3px;
        font-size: 20px;
        transition: all 0.313s;
    }

    .readmore-link:hover i {
        left: 0px;
    }

@media (max-width:768px) {
    .tabs {
        padding: 50px 5px;
    }

    .tbl-step tr {
        display: block;
        border: none !important;
    }

        .tbl-step tr td {
            display: block;
            width: 100% !important;
            float: right;
            font-size: 14px !important;
        }

    .process-model {
        margin-top: 0 !important;
    }

    .content-box-header {
        font-size: 1.5rem;
    }

    .content-box-blurb {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .readmore-link {
        font-size: 1.3rem;
    }
}
/*/////////////////////////////sun*/
.sun-parent .sun {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 0px 40px 15px white;
    z-index: 5;
    /*-webkit-animation: ray_anim 120s linear infinite;
    animation: ray_anim 120s linear infinite;*/
}

.sun-parent .ray_box {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
}
.sun-parent .ray {
    background: #f6e582;
    margin-left: 10px;
    border-radius: 80% 80% 80% 80%;
    position: absolute;
    height: 200px;
    width: 68px;
}

.sun-parent .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 180px;
    z-index: 7;
    text-align: center;
    font-size: 25px;
    background-color: #9a1d17;
    border-radius: 100%;
    border: 2px solid #bc8441;
    color: #f4f7f3;
}

.ray1 {
}

.ray2 {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.ray3 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.ray4 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ray5 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ray6 {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
}

.ray7 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ray8 {
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg);
}

.ray9 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.ray10 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.ray11 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.ray12 {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
}

.ray13 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ray14 {
    -webkit-transform: rotate(195deg);
    transform: rotate(195deg);
}

.ray15 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.ray16 {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.ray17 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.ray18 {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
}

.ray19 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ray20 {
    -webkit-transform: rotate(285deg);
    transform: rotate(285deg);
}

.ray21 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.ray22 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.ray23 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.ray24 {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
}

@-webkit-keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ========== Vertical Slider Styles ========== */
.vertical-slider {
    position: relative;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    margin: 20px;
    border-radius: 200px 200px 40px 0;
    overflow: hidden;
    background-color: #010d19;
}

/* Responsive border radius */
@media (max-width: 1200px) {
    .vertical-slider {
        border-radius: 100px 100px 20px 0;
    }
}

@media (max-width: 768px) {
    .vertical-slider {
        border-radius: 50px 50px 10px 0;
    }
}

.slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* Desktop only - padding for navbar */
@media (min-width: 993px) {
    .slider-slide {
        padding-top: 86px;
    }
}

.slider-slide.active {
    transform: translateY(0);
    z-index: 2;
}

.slider-slide.prev {
    transform: translateY(-100%);
    z-index: 1;
}

.slider-slide.next {
    transform: translateY(100%);
    z-index: 1;
}

/* Slider Controls - Bottom Left */
.slider-controls {
    position: fixed;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    width: -moz-fit-content;
}

/* Actuator Knob */
.actuator-knob {
    width: 60px;
    height: 60px;

}

.actuator-knob img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Arrow Buttons */
.slider-arrow {
    width: 25px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.slider-arrow:hover {
    opacity: 1;
    transform: scale(1.1);
}

.slider-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(47%) saturate(2629%) hue-rotate(359deg) brightness(98%) contrast(92%);
}

.slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-arrow img {
    width: 100%;
    height: 100%;
    transition: filter 0.3s ease;
}

/* Responsive Slider Controls */
@media (max-width: 768px) {
    .slider-controls {
        gap: 10px;
    }
    
    .actuator-knob {
        width: 40px;
        height: 40px;
    }

    .slider-arrow {
        width: 18px;
        height: 18px;
    }
}



/* Alternate slide backgrounds */
/*.slider-slide[data-slide-index="0"] {*/
    /* Hero - keep existing background */
/*}

.slider-slide[data-slide-index="1"] {
    background: linear-gradient(217deg, rgb(0 35 67), rgb(52 108 157 / 69%) 70.71%),
        linear-gradient(127deg, rgb(255 255 255), rgb(255 255 255 / 99%) 71.71%),
        linear-gradient(336deg, rgb(143 161 251), rgb(146 91 91 / 56%) 99.71%);
}

.slider-slide[data-slide-index="2"] #property {
    background-color: #010d19 !important;
}

.slider-slide[data-slide-index="3"] #Product {
    background-color: #30485d !important;
}

.slider-slide[data-slide-index="4"] #garantee {
    background-color: #30485d !important;
}

.slider-slide[data-slide-index="5"] #applications {
    background-color: #010d19 !important;
}*/

/* Fix slider initial visibility */
.slider-slide {
    display: block;
    opacity: 1;
    visibility: visible;
}

.slider-slide:not(.active) {
    pointer-events: none;
}

/* Ensure hero section works within slider */
.slider-slide .hero {
    height: 100%;
    width: 100%;
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

/* Controls fixed at bottom-left corner with background */
.slider-controls-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    transform: scale(1.2);
    transform-origin: bottom left;
}

.slider-controls-wrapper .slider-controls {
    position: relative;
    background-color: #30485d;
    padding: 15px;
    border-radius: 0 12px 0 0;
}

/* Override section backgrounds within slider */
.slider-slide section {
    background-color: #010d19;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.slider-slide section .container-fluid,
.slider-slide section .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.slider-slide section .row {
    flex-shrink: 0;
}

/* Allow highway slider to be visible */
.slider-slide .slide-option,
.slider-slide .highway-slider {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

/* Compact text sizing for slides to fit viewport */
.slider-slide h1 {
    font-size: 1.8rem !important;
    margin: 0.3rem 0 !important;
    line-height: 1.2 !important;
}

.slider-slide h2 {
    font-size: 1.4rem !important;
    margin: 0.3rem 0 !important;
    line-height: 1.3 !important;
}

.slider-slide h3 {
    font-size: 1.2rem !important;
    margin: 0.3rem 0 !important;
    line-height: 1.3 !important;
}

.slider-slide h4 {
    font-size: 1rem !important;
    margin: 0.2rem 0 !important;
}

.slider-slide p {
    font-size: 0.85rem !important;
    margin: 0.4rem 0 !important;
    line-height: 1.4 !important;
}

.slider-slide .intro {
    font-size: 0.9rem !important;
    line-height: 2 !important;
}

.slider-slide .title-section {
    font-size: 1.5rem !important;
    margin: 0.5rem 0 !important;
}

.slider-slide img {
    max-width: 100%;
    height: auto;
}

.slider-slide .row {
    margin-bottom: 0.5rem;
}

.slider-slide hr {
    margin: 0.5rem 0 !important;
}

/* Compact hero section */

.slider-slide .hero h1 {
    font-size: 2rem !important;
    margin-top: 10px !important;
}

.slider-slide .hero p {
    font-size: 1rem !important;
    margin-top: 5px !important;
}

.slider-slide .hero img {
    max-width: 200px !important;
}

/* Compact customer logos */
.slider-slide .highway-car img {
    max-height: 50px !important;
    width: auto !important;
}

@media (max-width: 992px) {
    .vertical-slider {
        margin-top: 90px !important;
        margin-bottom: 20px !important;
        height: calc(100vh - 90px - 20px) !important;
    }
    /* Remove padding-top on mobile */
    .slider-slide {
        padding-top: 0 !important;
    }

        /* Scale down all fonts and spacing */
        .slider-slide h1 {
            font-size: 1.5rem !important;
            margin: 0.8rem 0 !important;
            line-height: 1.3 !important;
        }

        .slider-slide h2 {
            font-size: 1.2rem !important;
            margin: 0.6rem 0 !important;
            line-height: 1.3 !important;
        }

        .slider-slide h3 {
            font-size: 1rem !important;
            margin: 0.5rem 0 !important;
            line-height: 1.4 !important;
        }

        .slider-slide h4 {
            font-size: 0.9rem !important;
            margin: 0.4rem 0 !important;
        }

        .slider-slide p {
            font-size: 0.75rem !important;
            margin: 0.5rem 0 !important;
            line-height: 1.5 !important;
        }

        .slider-slide .intro {
            font-size: 0.8rem !important;
            line-height: 1.5 !important;
        }

        /* Reduce padding on sections */
        .slider-slide section {
            padding: 20px 15px !important;
        }

        .slider-slide .container,
        .slider-slide .container-fluid {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

    /* Ensure knob container stays at 120% scale */
    .slider-controls-wrapper {
        transform: scale(1.2) !important;
    }

    /* Reduce row margins */
    .slider-slide .row {
        margin-bottom: 0.3rem !important;
    }

    /* Compact hero section */

    .slider-slide .hero h1 {
        font-size: 1.6rem !important;
    }

    .slider-slide .hero p {
        font-size: 0.85rem !important;
    }

    /* Reduce spacing in all elements */
    .slider-slide hr {
        margin: 0.3rem 0 !important;
    }

    .slider-slide .title-section {
        font-size: 1.2rem !important;
        margin: 0.3rem 0 !important;
    }

    div.highway-slider {
        height: auto;
    }
    #garantee ul {
        font-size: 0.7rem !important;
        line-height: 2 !important;
    }
}

    @media (max-height: 800px) {
        .slider-slide section {
        padding: 30px 15px 50px;
    }

    .slider-slide h1 { font-size: 1.6rem !important; }
    .slider-slide h2 { font-size: 1.3rem !important; }
    .slider-slide h3 { font-size: 1.1rem !important; }
    .slider-slide p { font-size: 0.8rem !important; }
}

@media (max-height: 700px) {
    .slider-slide section {
        padding: 25px 15px 40px;
    }

    .slider-slide h1 { font-size: 1.4rem !important; }
    .slider-slide h2 { font-size: 1.2rem !important; }
    .slider-slide h3 { font-size: 1rem !important; }
    .slider-slide p { font-size: 0.75rem !important; }
}
}

/* Product carousel styling */
.product-carousel {
    margin: 5px 0 15px;
    position: relative;
    touch-action: pan-y pinch-zoom;
}

.product-carousel .carousel-inner {
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}

.product-carousel .carousel-item {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.product-carousel .carousel-item .row {
    flex-wrap: nowrap;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}

.product-carousel .carousel-item .col-lg-4,
.product-carousel .carousel-item .col-md-6,
.product-carousel .carousel-item .col-12 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

@media (max-width: 991px) {
    .product-carousel .carousel-item .col-lg-4,
    .product-carousel .carousel-item .col-md-6,
    .product-carousel .carousel-item .col-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .product-carousel .carousel-item .col-lg-4,
    .product-carousel .carousel-item .col-md-6,
    .product-carousel .carousel-item .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 6px;
    margin-bottom: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 15px rgba(235, 136, 14, 0.3);
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

.product-title {
    display: block;
    text-align: center;
    color: #cbd9e7;
    font-size: 11px;
    font-weight: 400;
    margin-top: 4px;
    text-decoration: none;
    line-height: 1.2;
}

.product-title:hover {
    color: #eb880e;
}

.product-torque {
    color: #eb880e;
    font-size: 10px;
    text-align: center;
    margin: 2px 0 0;
}

#threePhaseCarousel .carousel-control-prev,
#threePhaseCarousel .carousel-control-next,
#singlePhaseCarousel .carousel-control-prev,
#singlePhaseCarousel .carousel-control-next {
    width: 32px !important;
    height: 32px !important;
    background-color: rgba(235, 136, 14, 0.8) !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0.8 !important;
    transition: opacity 0.3s ease !important;
    position: absolute !important;
}

#threePhaseCarousel .carousel-control-prev:hover,
#threePhaseCarousel .carousel-control-next:hover,
#singlePhaseCarousel .carousel-control-prev:hover,
#singlePhaseCarousel .carousel-control-next:hover {
    opacity: 1 !important;
    background-color: rgba(235, 136, 14, 1) !important;
}

#threePhaseCarousel .carousel-control-prev,
#singlePhaseCarousel .carousel-control-prev {
    left: 5px !important;
    right: auto !important;
}

#threePhaseCarousel .carousel-control-next,
#singlePhaseCarousel .carousel-control-next {
    right: 5px !important;
    left: auto !important;
}

#threePhaseCarousel .carousel-control-prev-icon,
#threePhaseCarousel .carousel-control-next-icon,
#singlePhaseCarousel .carousel-control-prev-icon,
#singlePhaseCarousel .carousel-control-next-icon {
    width: 16px !important;
    height: 16px !important;
}

@media (max-width: 768px) {
    .product-carousel .carousel-inner {
        padding: 8px 0;
        height: auto;
    }

    .product-carousel .carousel-item {
        height: auto;
    }

    .product-card {
        max-width: 150px;
        padding: 5px;
    }

    .product-card img {
        height: auto;
    }

    #threePhaseCarousel .carousel-control-prev,
    #threePhaseCarousel .carousel-control-next,
    #singlePhaseCarousel .carousel-control-prev,
    #singlePhaseCarousel .carousel-control-next {
        width: 26px !important;
        height: 26px !important;
    }

    #threePhaseCarousel .carousel-control-prev-icon,
    #threePhaseCarousel .carousel-control-next-icon,
    #singlePhaseCarousel .carousel-control-prev-icon,
    #singlePhaseCarousel .carousel-control-next-icon {
        width: 12px !important;
        height: 12px !important;
    }
}

/* Garantee section responsive styling for all sizes */

#garantee h1 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

#garantee .row.mt-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#garantee ul {
    font-size: 1rem;
    line-height: 1.8;
    padding: 1rem 2rem;
}

#garantee ul li {
    margin-bottom: 1rem;
}

#garantee .sun-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#garantee .sun-parent > div:first-child {
    width: 100%;
    max-width: 260px;
    height: 260px;
}

#garantee .sun-parent h3 {
    margin-top: 1.5rem;
}

/* Tablet landscape and smaller desktops */
@media (max-width: 991px) {
    #garantee h1 {
        font-size: 1.75rem;
    }

    #garantee ul {
        font-size: 0.9rem;
        padding: 1rem 1.5rem;
    }

    #garantee .sun-parent > div:first-child {
        max-width: 220px;
        height: 220px;
    }

    #garantee .sun-parent h3 {
        font-size: 1.5rem;
    }
}

/* Tablet portrait */
@media (max-width: 768px) {
    #garantee .row.mt-4 {
        flex-direction: column;
    }

    #garantee .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    #garantee ul {
        margin-bottom: 2rem;
    }

    #garantee .sun-parent > div:first-child {
        max-width: 200px;
        height: 200px;
    }

    #garantee .sun-parent {
        display: none !important;
    }
}

/* Mobile with background sun */
@media (max-width: 678px) {
    #garantee {
        position: relative;
        min-height: 100vh;
        padding-top: 60px;
    }

    #garantee .container-fluid {
        position: relative;
        z-index: 2;
    }

    #garantee .row.mt-4 {
        position: relative;
    }

    #garantee .col-md-6:first-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #garantee .col-md-6 {
        margin-bottom: 2rem;
    }

    #garantee h1 {
        background: rgba(1, 13, 25, 0.88) !important;
        backdrop-filter: blur(10px);
        padding: 12px 18px !important;
        border-radius: 8px;
        margin: 15px auto !important;
        display: inline-block;
        font-size: 1.5rem !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    #garantee ul {
        background: rgba(1, 13, 25, 0.85) !important;
        backdrop-filter: blur(10px);
        padding: 20px 25px !important;
        border-radius: 8px;
        font-size: 0.7rem !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    #garantee ul li {
        margin-bottom: 0.75rem;
    }

    #garantee .col-md-6:last-child h3 {
        display: none;
    }
}

/* Extra small mobile */
@media (max-width: 480px) {
    #garantee {
        padding-top: 50px;
    }

    #garantee h1 {
        font-size: 1.25rem !important;
        padding: 10px 15px !important;
    }

    #garantee ul {
        font-size: 0.6rem !important;
        padding: 15px 20px !important;
    }

    #garantee .sun-parent {
        max-width: 280px;
    }

    #garantee .sun-parent > div:first-child {
        max-width: 220px;
        height: 220px;
    }
}

/* Applications section - Carousel redesign */
#applications {
    padding: 70px 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    overflow: hidden;
}

#applications .title-section {
    font-size: 1.75rem;
    margin-bottom: 0;
    color: white;
    text-align: center;
}

#applications .carousel {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    height: 500px;
}

#applications .carousel-inner {
    border-radius: 12px;
    background: rgba(13, 72, 125, 0.2);
    padding: 0;
}

#applications .carousel-item {
    text-align: center;
    padding: 40px 30px;
}

#applications .carousel-item h3 {
    color: #eb880e;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

#applications .application-content {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 10px;
}

#applications .application-image {
    flex: 1;
}

#applications .application-image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
}

#applications .application-list {
    flex: 1;
    text-align: right;
}

#applications .application-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 200px;
}

#applications .application-list li {
    color: #cbd9e7;
    font-size: 1rem;
    line-height: 2.2;
    padding: 8px 0;
    border-bottom: 1px solid rgba(235, 136, 14, 0.2);
}

#applications .application-list li:last-child {
    border-bottom: none;
}

#applications .application-list i {
    color: #eb880e;
    margin-left: 10px;
    font-size: 0.9rem;
}

/* Carousel controls */
#applications .carousel-control-prev,
#applications .carousel-control-next {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: rgba(235, 136, 14, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
    z-index: 10;
}

#applications .carousel-control-prev {
    right: -5% !important;
    left: auto !important;
}

#applications .carousel-control-next {
    left: -5% !important;
    right: auto !important;
}

#applications .carousel-control-prev:hover,
#applications .carousel-control-next:hover {
    opacity: 1;
    background-color: #eb880e;
}

/* Carousel indicators */
#applications .carousel-indicators {
    bottom: -45px;
    margin-bottom: 0;
}

#applications .carousel-indicators li {
    background-color: rgba(235, 136, 14, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
}

#applications .carousel-indicators .active {
    background-color: #eb880e;
}

/* Responsive */
@media (max-width: 991px) {
    #applications {
        padding: 60px 0 15px;
        gap: 30px;
    }

    #applications .title-section {
        font-size: 1.5rem;
        margin-bottom: 0;
        padding-top: 15px;
    }

    #applications .carousel {
        height: 470px;
    }

    #applications .carousel-item {
        padding: 35px 25px;
    }

    #applications .carousel-item h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    #applications .application-content {
        gap: 20px;
    }

    #applications .application-image img {
        max-height: 250px;
    }

    #applications .application-list ul {
        min-height: 180px;
    }

    #applications .application-list li {
        font-size: 0.9rem;
        line-height: 2;
    }

    #applications .carousel-control-prev,
    #applications .carousel-control-next {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 768px) {
    #applications {
        padding: 50px 0 15px;
        gap: 25px;
    }

    #applications .title-section {
        font-size: 1.3rem;
        margin-bottom: 0;
        padding-top: 20px;
    }

    #applications .carousel {
        height: 520px;
    }

    #applications .carousel-item {
        padding: 25px 20px;
    }

    #applications .carousel-item h3 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    #applications .application-content {
        flex-direction: column;
        gap: 15px;
    }

    #applications .application-image img {
        max-height: 200px;
    }

    #applications .application-list ul {
        min-height: 160px;
    }

    #applications .application-list li {
        font-size: 0.85rem;
        line-height: 1.8;
        padding: 6px 0;
    }

    #applications .carousel-control-prev,
    #applications .carousel-control-next {
        width: 38px;
        height: 38px;
    }

    #applications .carousel-control-prev {
        right: -5% !important;
    }

    #applications .carousel-control-next {
        left: -5% !important;
    }
}

@media (max-width: 678px) {
    #applications {
        padding: 40px 0 10px;
        gap: 20px;
    }

    #applications .title-section {
        font-size: 1.2rem;
        margin-bottom: 0;
        padding-top: 25px;
    }

    #applications .carousel {
        height: 480px;
    }

    #applications .carousel-item {
        padding: 20px 15px;
    }

    #applications .carousel-item h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    #applications .application-image img {
        max-height: 150px;
    }

    #applications .application-list ul {
        min-height: 140px;
    }

    #applications .application-list li {
        font-size: 0.75rem;
        line-height: 1.6;
        padding: 4px 0;
    }

    #applications .carousel-control-prev,
    #applications .carousel-control-next {
        width: 35px;
        height: 35px;
    }

    #applications .carousel-control-prev {
        right: -10% !important;
    }

    #applications .carousel-control-next {
        left: -10% !important;
    }
}

/* Product tabs styling */
.product-tabs {
    border-bottom: 2px solid rgba(235, 136, 14, 0.3);
    margin-top: 30px;
    margin-bottom: 0;
    justify-content: center;
}

.product-tabs .nav-item {
    margin: 0 10px;
}

.product-tabs .nav-link {
    color: #cbd9e7;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 8px 8px 0 0;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-tabs .nav-link i {
    font-size: 18px;
    transition: all 0.3s ease;
}

.product-tabs .nav-link:hover {
    color: #eb880e;
    background-color: rgba(235, 136, 14, 0.1);
    border-color: rgba(235, 136, 14, 0.3);
}

.product-tabs .nav-link.active {
    color: #ffffff;
    background-color: #eb880e;
    border-color: #eb880e;
}

.product-tabs .nav-link.active i {
    color: #ffffff;
    transform: scale(1.1);
}

.product-tab-content {
    background-color: rgba(1, 13, 25, 0.5);
    border-radius: 0 0 8px 8px;
    padding: 20px 15px;
    min-height: 300px;
}

.product-tab-content .tab-pane {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .product-tabs .nav-link {
        padding: 10px 20px;
        font-size: 14px;
    }

    .product-tabs .nav-item {
        margin: 0 5px;
    }
}

/* Footer slide styling */
#footer-slide {
    background-color: #010d19;
    padding-bottom: 1px;
    padding-top: 25px;
    width: 100%;
}

#footer-slide .footer-box {
    max-width: 340px;
    margin: auto;
    text-align: right;
}

#footer-slide h4 {
    color: #fff;
    font-size: 18px;
}

#footer-slide ul {
    color: #ccc;
    list-style: none;
    margin-top: 30px;
    padding-right: 0;
    font-size: 16px;
}

#footer-slide ul li {
    padding: 12px 0;
}

#footer-slide ul li a {
    color: #ccc;
}

#footer-slide p {
    padding: 14px 12px 12px;
    text-align: center;
    color: #eb880e;
    font-size: 15px;
}

/* Simple mobile video background for #property section */
#property .property-mobile-bg-video {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Explicitly hide background video on desktop */
@media (min-width: 679px) {
    #property .property-mobile-bg-video {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        pointer-events: none !important;
    }
}

@media (max-width: 678px) {
    #property {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    #property .property-mobile-bg-video {
        display: block !important;
        visibility: visible !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        z-index: 0;
        opacity: 0.6 !important;
        pointer-events: auto !important;
    }

    #property .container-fluid {
        position: relative;
        z-index: 1;
    }

    /* Hide the regular video column on mobile */
    #property .row.mt-4 > .col-6:first-child {
        display: none !important;
    }

    #property .row.mt-4 > .col-6:last-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #property .title-section {
        background: rgba(1, 13, 25, 0.6);
        backdrop-filter: blur(5px);
        padding: 12px 18px;
        border-radius: 8px;
    }

    #property ul {
        background: rgba(1, 13, 25, 0.5);
        backdrop-filter: blur(5px);
        padding: 20px;
        border-radius: 8px;
    }
}

/* Components Slide Styles */
.slider-slide[data-slide-id="components"] {
    overflow: visible !important;
}

#components {
    height: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}

#components .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

#components .row {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#components .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#components .scalize {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#components .scalize-wrapper {
    overflow: visible !important;
    margin: 0 auto !important;
}

#components .scalize img.target {
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    margin: 0;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
}

/* Prevent scalize from hiding the image during any state */
#components .scalize.active img.target,
#components .scalize:hover img.target,
#components .wrap-selector:hover ~ img.target,
#components .wrap-selector.active ~ img.target {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure item-points (dots) are visible */
#components .item-point {
    z-index: 10 !important;
    cursor: pointer;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    background: #eb880e !important;
    border: solid 3px #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0px 0px 10px rgba(235, 136, 14, 0.8) !important;
}

#components .item-point:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 15px rgba(235, 136, 14, 1) !important;
}

/* Ensure wrapper doesn't clip dots */
#components .scalize-wrapper {
    overflow: visible !important;
}

/* Ensure popovers appear above content but below slider controls */
#components .content {
    z-index: 5 !important;
}

/* Override any transform that might hide the scalize image */
#components .scalize.transformed img.target {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* ========================================
   Certificates Slide Styles - Better Responsive Approach
   ======================================== */

#certificates {
    background-color: #010d19;
    min-height: 100vh;
    height: 100vh;
    direction: rtl;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#certificates h1 {
    font-family: iransharp;
    font-weight: 900;
    font-size: 36px;
    color: white;
    text-align: center;
    margin: 20px 0 15px 0;
    flex-shrink: 0;
}

/* Tab Navigation Styles */
.certificates-tabs {
    justify-content: center;
    border-bottom: 2px solid #eb880e !important;
    direction: rtl;
    flex-shrink: 0;
    margin: 0;
}

.certificates-tabs .nav-item {
    margin: 0 10px;
}

.certificates-tabs .nav-link {
    color: #cbd9e7;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-height: 44px;
    cursor: pointer;
}

.certificates-tabs .nav-link:hover {
    color: #eb880e;
    background-color: rgba(235, 136, 14, 0.1);
}

.certificates-tabs .nav-link.active {
    color: #eb880e;
    border-bottom-color: #eb880e;
    background-color: rgba(235, 136, 14, 0.15);
}

.certificates-tabs .nav-link:focus {
    outline: 2px solid #eb880e;
    outline-offset: 2px;
}

/* Tab Content Styles */
.certificates-tab-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}


.certificates-tab-content .tab-pane {
    flex: 1;
    flex-direction: column;
}

.certificates-tab-content .tab-pane.active {
    display: flex;
}

.certificates-tab-content .tab-pane:not(.active) {
    display: none;
}






/* Carousel Styles */
.certificates-carousel {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
}

.certificates-carousel .carousel-inner {
    flex: 1;
    display: flex;
    position: relative;
}

.certificates-carousel .carousel-item {
    display: none;
    flex-direction: column;
    transition: transform 0.6s ease-in-out;
    text-align: center;
    width: 100%;
    height: 100%;
}

.certificates-carousel .carousel-item.active {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

/* Certificate Title Styles */
.certificate-title {
    color: #cbd9e7;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding: 8px 20px;
    background-color: rgba(235, 136, 14, 0.1);
    border-radius: 8px;
    line-height: 1.4;
    flex-shrink: 0;
    max-width: 90%;
}

/* Certificate Image Styles */
.certificates-carousel img {
    max-width: 85%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block !important;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background-color: white;
    padding: 10px;
    opacity: 1 !important;
    visibility: visible !important;
    flex-shrink: 1;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.certificates-carousel img:hover {
    transform: scale(1.02);
}

/* Carousel Controls (Arrows) */
.certificates-carousel .carousel-control-prev,
.certificates-carousel .carousel-control-next {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: rgba(235, 136, 14, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9 !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.certificates-carousel .carousel-control-prev:hover,
.certificates-carousel .carousel-control-next:hover {
    opacity: 1 !important;
    background-color: rgba(235, 136, 14, 1);
    transform: translateY(-50%) scale(1.1);
}

.certificates-carousel .carousel-control-prev {
    left: 15px;
    right: auto;
}

.certificates-carousel .carousel-control-next {
    right: 15px;
    left: auto;
}

.certificates-carousel .carousel-control-prev-icon,
.certificates-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%, 100%;
}

/* Lazy Load Override - Show images immediately */
.certificates-carousel img.lazyload {
    opacity: 1 !important;
}

.certificates-carousel img.lazyloaded {
    opacity: 1 !important;
}

/* Modal Styles */
#certificateImageModal .modal-content {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

#certificateImageModal .close:hover {
    color: #eb880e !important;
}

/* Responsive Breakpoints */

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    #certificates h1 {
        font-size: 30px;
        margin: 15px 0 10px 0;
    }

    .certificate-title {
        font-size: 15px;
        padding: 8px 18px;
    }

    .certificates-tabs .nav-link {
        padding: 10px 25px;
        font-size: 16px;
    }

    .certificates-carousel .carousel-control-prev,
    .certificates-carousel .carousel-control-next {
        width: 38px;
        height: 38px;
    }

    .certificates-carousel .carousel-control-prev {
        left: -5%;
    }

    .certificates-carousel .carousel-control-next {
        right: -5%;
    }

    .certificates-carousel img {
        max-width: 90%;
    }
}

/* Mobile (<768px) */
@media (max-width: 767px) {
    #certificates h1 {
        font-size: 24px;
        margin: 15px 0 10px 0;
    }

    .certificates-tabs {
        margin: 0;
    }

    .certificates-tabs .nav-link {
        padding: 10px 18px;
        font-size: 14px;
        min-height: 44px;
    }

    .certificate-title {
        font-size: 14px;
        padding: 6px 15px;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .certificates-carousel .carousel-item.active {
        padding: 8px 15px;
    }

    .certificates-carousel img {
        max-width: 95%;
        padding: 5px;
    }

    .certificates-carousel .carousel-control-prev,
    .certificates-carousel .carousel-control-next {
        width: 34px;
        height: 34px;
    }

    .certificates-carousel .carousel-control-prev {
        left: -5%;
    }

    .certificates-carousel .carousel-control-next {
        right: -5%;
    }
}

/* Very small mobile (<576px) */
@media (max-width: 575px) {
    #certificates h1 {
        font-size: 20px;
    }

    .certificates-tabs .nav-link {
        padding: 8px 12px;
        font-size: 13px;
    }

    .certificate-title {
        font-size: 13px;
        padding: 5px 12px;
    }
}

/* Performance Optimizations */
.certificates-carousel .carousel-item {
    will-change: transform;
}

.certificates-carousel .carousel-control-prev,
.certificates-carousel .carousel-control-next {
    will-change: transform;
}
