body {
    overflow-x: hidden;
}


.header_above {
    display: flex;
    align-items: center;
    margin: 0;
}

.header_above1 {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 20px;
}

#header_logo {
    margin-top: 11px;
    margin-left: 68px;
    pointer-events: none !important;
}

.header_above1>div:nth-of-type(1) button {
    margin-top: 15px;
    margin-left: 40px;
    width: 160px;
    color: #FF8100;
    border: #FF8100;
}

.header_above1>div:nth-of-type(1) button:hover {
    background-color: #FF8100;
    color: white;
}

.header_above1>div:nth-of-type(1) button::after {
    vertical-align: .150em;
}

.header_above>div:nth-of-type(2) {
    width: 160px;
    margin-top: 15px;
}

#languageDropdown {
    gap: 20px;
}

.header_above>div:nth-of-type(2) .dropdown-toggle::after {
    margin-left: 30px;
    vertical-align: .100em;
    color: #FF8100;
}

.header_above>div:nth-of-type(2) .dropdown-toggle {
    color: #757575;
    text-decoration: none;

}

.header_above>div:nth-of-type(2) .dropdown-toggle img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}

.dropdown-item.d-flex.align-items-center {
    gap: 20px;
}

/* Normal state - reset Bootstrap override */
.dropdown-menu a.dropdown-item {
    color: #212529;
    /* Default text color */
    font-weight: 400;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

/* Hover effect */
.dropdown-menu a.dropdown-item:hover {
    color: #FF8100;
    /* Orange hover */
}

.navbar-nav.mx-auto {
    margin-left: 93px !important;
    gap: 50px;
    font-size: 16px;

}

.navbar-nav.mx-auto li a::after {
    display: none;
}

/* Show dropdown on hover */
.navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

.btn.btn-warning.font-weight-bold {
    margin-right: 30px;
    background: #FF914D;
    color: white;
    border: none;
    padding: 6px 40px;
}
.header_part2_text{
    display: flex;
    flex-direction: row;
    justify-content:center;
    gap: 40px;
}
.header_part2_text_btn{
    display: flex;
    flex-direction: row;
    justify-content:end;
}
.headerabove_btn{
    background-color: #FF914D;
    color: white;
    border: none;
    padding: 6px 40px;
    font-weight: bold;
    
}

.home_title1 {
    font-size: 60px;
    font-weight: 700;
}

.home_title2 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 30px;
    color: #FF914D;
}

.demo_1 {
    background-color: #f58220;
    width: 200px;
    margin-top: 50px;
    padding: 5px 25px;
}
/* hero custom start */

.hero_custom_bg {
    background-image: url("https://timeflowsystem.se/media/filer_public/fc/fb/fcfb9ba8-e84e-4cb6-9e20-9c8a2a4d74b2/landing_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    padding: 70px 120px; /* Top and side padding */
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: flex-start; /* Align to top (optional) */
}

.hero_custom_bg1 {
    background-image: url("https://res.cloudinary.com/dtlt4zkth/image/upload/v1753961735/78062f5ff5c36e3e3d421ccb17f4a0d0f8917843_vunlga.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    padding: 70px 120px; /* Top and side padding */
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: flex-start; /* Align to top (optional) */
}
.calender_footer{
    text-decoration: none;
    color: orange;
}

.form_hero_custom {
    width: 460px;
    display: flex;
    flex-direction: column;
    margin-left: 0; /* Make sure it’s not centered */
}
.btn_form_header{
    background-color: #FF914D;
    color: #ffffff;
    text-align: center;
    width:388px;
    font-weight: bold;
    border: 0px solid transparent; /* Default: no visible border */
}
.text_bg_hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FF914D;
    padding:10px;
    padding-left: 120px;
    height: 70px;
}
/* hero custom end */



/* hero start */
.pro_home1{
    width: 100%;
}
.hero_bg{
    background-color: #F2F2F2;
    padding:50px;
    padding-top: 100px;
    width: 100%;
}
.hero_1stpng{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
    pointer-events: none;
    cursor: not-allowed;
}
.hero_card{
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
    height:fit-content;
    pointer-events: none;
    cursor: not-allowed;
}
.hero_card_img{
    margin-right:0px !important;
    height:250px;
    width: 250px;
}
.hero_cards_row{
    display: flex;
    flex-direction: row;
}
.hero_card_text{
    margin-left:0px !important;
}
.hero_last_rows{
    margin-top: 50px;
    text-align: center;
}
.hero_last_btn{
    background-color: #FF914D;
    color: white;
    border-color: transparent;
    margin-bottom: 20px;
}
    

/* hero end */

/* pro_home2_section start */

.pro_home2_cont_rows{
    display: flex;
    flex-direction: row;
    border-color: #FF914D;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
    pointer-events: none;
    cursor: not-allowed;
}
.pro_home2_text_row{
    display: flex;
    flex-direction: column;
}
.pro_home2_sec{
    padding: 60px;
    padding-top: 120px;
}
.pro_home2_text{
    margin-left: 20px;
    margin-top: 30px;
}
.pro_home2_text_row{
    display: flex;
    flex-direction: row;
}
.pro_home2_img2{
    margin-top: 17px;
    margin-left: 20px;
}

/* ends */

/* pro_home3 starts*/

.pro_home3_rows{
    display: flex;
    flex-direction: row;
}
.pro_home3_icons{
    font-size: 20px;
    margin-top: 7px;
    margin-right: 15px;
    color: #FF914D;
}

.pro_home4 {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

/* pro_home4_starts */

.pro_home4_cont_bg{
    background-color: #F5F5F5;
    padding: 30px;
}
.pro_home4_cont{
    display: flex;
    flex-direction: row;
    
}
.pro_home4_cont_text{
    margin-left: 60px;
    margin-top: 100px;
}
.pro_home4_cont_text2{
    margin-right: 60px;
    margin-top: 100px;
}
.pro_home4_cont_text3{
    margin-right: 60px;
    margin-top: 400px;
}

/* ends */

.pro_home4 a img {
    max-width: 450px;
}

.business {
    padding: 50px;
    width: 50%;
}

.business h1 {
    font-weight: 700;
    padding-bottom: 10px;
}

.business h6 {
    padding-bottom: 10px;
    padding-top: 20px;
}

.btn_container>a:nth-of-type(1) {
    padding: 5px 0px;
    width: 150px;
    background-color: #FF914D;
    color: white;
    position: absolute;
    right: 0;
}

.btn_container {
    position: relative;
}

.btn_container>a:nth-of-type(2) {
    background-color: #2C2C2C;
}

.pro_home5 {
    width: 100%;
    margin-top: 150px;
}

/* pro_home5_starts */

.pro_home5_rows{
    display: flex;
    flex-direction: row;
}
.pro_home5_card_orange{
    background-color:#FF914D;
    border-radius: 10px;
    padding:25px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 40px;

}
.pro_home5_cards_gray{
    background-color: #F7F7F7;
    border-radius: 10px;
    padding:25px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    transition: border-color 0.3s ease;
    border: 2px solid ;
    border-color:transparent;
    
}
.pro_home5_cards_gray:hover{
    border-color: #f58220;
}
.pro_home5_icons_text_row{
    display: flex;
    flex-direction: row;
}
.pro_home5_card_icons{
    font-size: 20px;
    margin-top: 40px;
    margin-right: 20px;
}

/* ends */

.pro_home5>h1:nth-of-type(1) {
    margin-top: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pro_home5>h3:nth-of-type(1) {
    margin-bottom: 30px;
}

.pro_home5>h6:nth-of-type(1) {
    margin-bottom: 50px;
}

.pro_feedback {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 100px;
}

.feedback_container,
.feedback_icon,
.feedback_content {
    padding: 0;
}

.feedback_icon i {
    font-size: 40px;
    position: relative;
    top: 20px;
}

.feedback_icon {
    display: flex;
    justify-content: end;
}

.feedback_content {
    padding: 20px;
    width: 90%;
    background-color: #FEF7FF;
}

.pro_homee6 {
    width: 100%;
    margin-top: 50px;
}

/* pro_home6_starts */

.pro_home6_bg_cont{
    background-color: #F5F5F5;
    padding: 20px;
}
.pro_home6_logos_row{
    display:flex ;
    flex-direction: row;
}
.pro_home5_stars{
    color: #FFBE28;
}
.pro_home5_card{
    background-color: #F2F2F2;
    width: 600px;
    padding: 40px;
    margin-left: 20px;
}
.pro_home5_card_img_row{
    display: flex;
    flex-direction: row;
}
.pro_home5_card_btn{
    background-color: #FF914D;
    border-color: transparent;
}
.pro_home5_card_video{
    height: 300px;
}
.pro_home5_card2{
    background-color: #F5F5F5;
    padding: 40px;
}
.pro_home5_card2_rows1{
    display: flex;
    flex-direction: row;
}
.pro_home5_card3_bg{
    background-color: white;
    padding: 40px;
}
.pro_home5_card2_text_bg{
    background-color: #F5F5F5;
    padding: 3px;
    padding-top: 14px;
}

/* ends */

.pro_home6 h4 {
    width: 250px;
    padding: 40px;
    background-color: #D9D9D9;
}

.pro_home6>div:nth-of-type(1) {
    display: flex;
    gap: 7vw;
    align-items: center;
}

.pro_home6>div:nth-of-type(1) h1 {
    font-weight: 700;
}

.pro_home6>div:nth-of-type(2) a img {
    margin-left: 70px;
    width: 100%;
}

.pro_home6>div:nth-of-type(2) a {
    width: 80%;
}

.pro_home6>div:nth-of-type(2) {
    display: flex;
    margin-top: 30px;
}

.pro_home6>div:nth-of-type(2) div p {
    font-size: 22px;
    margin-left: -10vw;
}

.pro_home6>div:nth-of-type(2) div h4 {
    margin-top: 70px;
    margin-left: 10vw;
}

.pro_home6>div:nth-of-type(3) {
    display: flex;
    gap: 32%;
    margin-top: -100px;
}

.pro_home6>p:nth-of-type(1) {
    font-size: 22px;
    margin-top: 100px;
    width: 70%;
}

.devider2 {
    margin-top: 50px;
}


.pro_home6>div:nth-of-type(5) {
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
    position: relative;
}

.pro_home6>div:nth-of-type(5) img {
    width: 100%;
    border-radius: 50px;
}

.pro_home6>div:nth-of-type(5)>div:nth-of-type(1) {
    position: absolute;
    z-index: 9;
    width: 60%;
    margin-left: 20px;
    padding: 100px 50px;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 15px;
    bottom: 30px;
}

.pro_home6>div:nth-of-type(5)>div:nth-of-type(1)>p:nth-of-type(1) {
    color: #757575;
    font-size: 20px;
}

.pro_home6>div:nth-of-type(5)>div:nth-of-type(1)>a {
    font-size: 15px;
    /* background-color: #f97316; */
    color: white;
    opacity: 1;
}

.pro_home6>div:nth-of-type(5)>div:nth-of-type(1)>h4 {
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0.8;
    padding: 0;
}

.pro_home7 {
    width: 100%;
    margin-top: 100px;
}

.pro_home7>p:nth-of-type(1) {
    /* color: #757575; */
    font-size: 18px;
    text-align: center;
}

.pro_home7>h1:nth-of-type(1) {
    text-align: center;
    margin-top: 50px;
    font-weight: 700;
    font-size: 60px;
}

.pro_home7>h3:nth-of-type(1) {
    text-align: center;
    margin-bottom: 50px;
}

/* contact us starts */

.pro_homee7 {
    width: 100%;
    margin-top: 100px;
}

.contactus_card1{
    background-image: url("https://res.cloudinary.com/dtlt4zkth/image/upload/v1753680918/fa4cb21235c9097f4abcd509076fe8510204947d_1_yqqmmw.png");
    background-size: cover;
    width: fit-content;
    padding: 30px;
    height:600px;
}
.contactus_card_rows{
    display: flex;
    flex-direction: row;
}
.bg_card_data{
    background-color: white;
    border-radius: 10px;
    padding: 7px;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 500px;
}
.card1_icons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: #FF914D;
}
.btn_card1{
    background-color: #FF914D;
    border-color: transparent;
    width:100px;
}
.btm_contactus{
    background-color: #FF914D;
    margin-top: 100px;
    padding:100px;
}
.email_input{
    width:500px;
    text-align: center;
}

/* ends */
.contact_us {
    display: flex;
}

.contact_us>div:nth-of-type(1) {
    width: 45%;
    /* background: linear-gradient(359deg, rgba(13, 13, 13, 1) 0%, rgba(0, 0, 0, 1) 42%, rgba(112, 110, 110, 1) 100%) */
    background: #333333D9
}

.contact_us>div:nth-of-type(1) p {
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

.contact_us>div:nth-of-type(1) h2 {
    color: #f97316;
    font-weight: 700;
    margin-top: 100px;
    margin-left: 20px;
    margin-bottom: 60px;
    font-size: 40px;
    -webkit-text-stroke: 1px black;
}

.contact_us>div:nth-of-type(1)>div:nth-of-type(1) {
    margin-top: 50px;
    padding-left: 20px;
    display: flex;
    gap: 20px;
}

.contact_us>div:nth-of-type(1)>div:nth-of-type(1) i {
    color: white;
    font-size: 40px;
    width: 50px;
    height: 50px;
    /* background-color: #f97316; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_us>form:nth-of-type(1) {
    background-color: #fef0e5 !important;
}

.contact_us>form:nth-of-type(1) input {
    height: 50px;
}

.contact_us>form:nth-of-type(1) textarea {
    height: 150px;
}

.contact_us>form:nth-of-type(1) img {
    width: 45%;
}

.contact_us>form:nth-of-type(1) label {
    font-weight: 700;
}

.contact_us>form:nth-of-type(1)>div:nth-of-type(5) button {
    background-color: #f97316;
    color: white;
    font-weight: 500;
    width: 100px !important;
    height: 50px;
    font-size: 20px;
}

.contact_us>form:nth-of-type(1)>div:nth-of-type(5) button:hover {
    background-color: #f97316;
    color: white;
    font-weight: 500;
    width: 100px !important;
    height: 50px;
    font-size: 20px;
}

.pro_home7>h3:nth-of-type(2) {
    text-align: center;
    margin-top: 50px;
}

.pro_home7>p:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    color: #757575;
}

.pro_home7>form:nth-of-type(1) label {
    display: none;
}

.pro_home7>form:nth-of-type(1) input {
    width: 300px;
    margin-top: 25px;
}

.pro_home7>form:nth-of-type(1) button {
    width: 150px !important;
    background-color: #f97316;
    color: white;
    border: 1px solid #2C2C2C;
}

.pro_home7>form:nth-of-type(1) button:hover {
    width: 150px !important;
    background-color: #f97316;
    color: white;
    border: 1px solid #2C2C2C !important;
}

.pro_home7>form:nth-of-type(1) {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-top: 0 !important;
}

/* footer starts */
.bottom_bg{
    background-color: #F2F2F2;
    padding: 50px;
    padding-top: 80px;
}
.footer_rows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
}
.footer_logo_icons_rows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer_logos{
    display: flex;
    flex-direction: row;
    justify-content:end;
    gap: 20px;
}
.footer_searchbar{
    display: flex;
    flex-direction: row;
    background-color: white;
    padding-top: 8px;
    border-radius: 5px;
}
.icon_search{
    margin-top: 7px;
    margin-right: 8px;
}


.site-footer {
    display: flex;
    padding-top: 0;
}

.site-footer img {
    width:160px;
}

.site-footer h6 {
    margin-bottom: 40px;
}

.site-footer h3+p,
.site-footer h3+p+p+p,
.site-footer h3+p+p+p+p,
.site-footer h3+p+p+p+p+p+p,
.site-footer h3+p+p+p+p+p+p+p,
.site-footer h3+p+p+p+p+p+p+p+p+p {
    margin-bottom: 0;
}

.site-footer>div:nth-of-type(1)>div:nth-of-type(1) i {
    font-size: 24px;
    margin-right: 10px;
}

.site-footer>div:nth-of-type(1)>div:nth-of-type(1) p:nth-child(4) {
    margin-bottom: 0;
}

.site-footer>div:nth-of-type(6)>form:nth-of-type(1) {
    padding: 0 !important;
}

.site-footer>div:nth-of-type(1)>a:nth-of-type(1) img {
    margin-top: 1px;
}

.navbar {
    position: relative;
}

@media screen and (max-width: 1540px) {
    .pro_home6>div:nth-of-type(3) {
        margin-top: -50px;
    }

    .pro_home6 h4 {
        font-size: 20px;
        width: 200px;
    }
}

@media screen and (max-width: 1400px) {
    .pro_home6>div:nth-of-type(3) {
        margin-top: 0px;
    }

    .pro_home6>div:nth-of-type(2) div p {
        font-size: 20px;
        margin-left: 0vw;
    }

    .pro_home6>div:nth-of-type(5)>div:nth-of-type(1) {
        position: static;
        width: 100%;
    }

    .pro_feedback {
        gap: 20px;
    }

    .btn_container>a:nth-of-type(1) {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .pro_home6 h4 {
        font-size: 16px;
        width: 180px;
    }

    .pro_home6>div:nth-of-type(2) div p {
        font-size: 16px;
        margin-left: 1vw;
    }

    .pro_feedback {
        display: block;
    }

    .pro_home4 a img {
        max-width: 300px !important;
    }

    .contact_us {
        display: block;
    }

    .contact_us>div:nth-of-type(1) {
        width: 100%;
        padding: 30px;
        margin-bottom: 50px;
    }

    .header_above1 {
        margin-right: 300px;
    }

    .navbar {
        /* justify-content: flex-end; */
        margin-left: 30px;
    }

    .navbar-toggler {
        font-size: 25px;
        padding: 5px 15px;
    }
}

@media screen and (max-width: 990px) {
    .btn.btn-warning.font-weight-bold {
        top: 0;
        position: absolute;
        right: 50px;
        margin-right: 0;
        margin-top: 8px;
    }

    .navbar div.collapse a {
        display: block !important;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        border: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .pro_home4 a img {
        max-width: 400px;
    }

    .btn_container>a:nth-of-type(1) {
        margin-left: 0px;
    }

    .home3_first,
    .home3_second,
    .client_container {
        display: block;
    }

    .home3_forth {
        gap: 50px;
    }

    .client_container_one,
    .home3_second>div,
    .clock_card {
        margin-top: 50px;
    }

    .home3_first div p {
        font-size: 40px;
    }

    .navbar-nav.mx-auto {
        gap: 25px;
    }
}