﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Patua+One&display=swap');

#add-module-textbox {
    float: left;
    margin: 0px 10px 10px 0;
}

:root {
    --timken-blue: #00529b;
}

/** Timken Page Desgin Style */

.header-menu-section {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0px 10px;
}

.menu-items-container {
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

.menu-item {
    border-bottom: 2px solid transparent;
    margin-top: 6px;
}

.menu-item.active {
   border-bottom: 2px solid var(--timken-blue);
   box-sizing: border-box;
}

.menu-item a {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    font-size: 16px !important;
    color: #333;
    padding: 8px 0px;
    display: flex;
    text-decoration: none!important;
    cursor: pointer;
}

.inner-section-container {
    max-width: 960px;
    margin: auto;
}

.header-title-logo {
    margin-top: 50px;
    margin-bottom: 30px;
}

.header-title-logo img {
    max-width: 900px;
    width: 100%;
    margin: auto;
    display: block;
}

.header-title-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.timken-btn {
    font-family: 'Lato', sans-serif!important;
    padding: 5px 10px;
    border: 2px solid var(--timken-blue);
    color: var(--timken-blue);
    cursor: pointer;
    text-decoration: none!important;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
}

.timken-btn.btn-blue-back {
    color: white;
    background: var(--timken-blue);
}

.timken-btn:hover {
    color: white;
    background: #004a8c!important;
    border: 1px solid #004a8c!important;
}

.navbag-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 50px;
    margin-bottom: 50p;
}

.navbag-container {
    padding: 30px;
    background-image: url(../images/Timken/1517466378.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    background-size: cover;
}

.navbag-content {
    font-family: "Patua One" !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-size: 32px !important;
    line-height: 44px !important;
    color: white;
    max-width: 880px;
    margin: auto;
}

.navbag-btn-center {
    text-align: center;
    margin: 20px;
}

.img-content-section {
    display: flex;
    gap: 30px;
    margin: 50px 0px;
}

.img-content-section.reverse-flex {
    flex-direction: row-reverse;
}

.section-img-wrapper {
    width: 48%;
}

.section-img-wrapper img {
    width: 100%;
    height: auto;
}

.section-desc-wrapper {
    flex: 1;
}

    .section-desc-wrapper h3 {
        font-family: "Patua One" !important;
        font-style: normal !important;
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
        font-size: 35px;
        color: black;
    }

.section-desc-wrapper p,
.section-desc-wrapper ul {
    font-family: "Patua One" !important;
    line-height: 44px !important;

}

#carouselControls .carousel-item {
    transition: opacity 1s ease-in-out;
}

.carousel-control-btn {
    width: 40px;
    height: 25px;
    position: absolute;
    top: 20px;
    background: white;
    opacity: 0.7;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}


.carousel:hover .carousel-control-btn {
    visibility: visible;
}

.carousel-control-btn.carousel-control-prev {
    right: 70px;
    left: auto;
}

.carousel-control-btn.carousel-control-next {
    right: 22px;
}

.carousel-control-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}


.carousel-control-icon::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    top: 7px;
    right: 16px;
}

.carousel-control-icon.carousel-left-icon::before {
    transform: rotate(-135deg);
    right: 11px;
}   

.bottom-nav-section {
    border-top: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.bottom-nav-section h4 {
    font-family: "Patua One" !important;
    font-style: normal !important;
    font-size: 22px !important;
    margin-bottom: 17px;
}

.timken-container ~ hr,
.timken-container ~ footer {
    display: none;
}

.bottom-footer-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: var(--timken-blue);
    position: relative;
    padding: 50px 20px;
}

.bottom-footer-container * {
    color: white;
}

.footer-version-desc {
    text-align: right;
}

.bottom-footer-content {
    display: flex;
    gap: 25px;
}

.footer-center-wrapper {
    width: 65%;
}

.footer-right-wrapper {
    width: 35%;
    text-align: right;
}

.footer-app-link {
    margin-bottom: 12px;
    display: block;
    cursor: pointer;
}

.footer-app-link img {
    width: 174px;
}

.footer-center-wrapper h4 {
    font-size: 17px;
}

.footer-center-wrapper h3 {
    font-size: 18px;
}

.timken-phone-link {
    font-size: 30px!important;
    font-family: "Patua One" !important;
    font-style: normal !important;
    color: var(--timken-blue);
    text-decoration: none!important;
}

.header-title-navbar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: var(--timken-blue);
    padding: 30px 20px;
    color: white;
    text-align: center;
}

.header-title-navbar h3 {
    margin-bottom: 0px;
    font-family: "Patua One" !important;
    font-style: normal !important;
    text-transform: uppercase;
}

.image-wrapper {
 margin: 20px;
}

.image-wrapper img {
    width: 100%;
}

.contact-us-btn {
    margin-top: -25px;
    text-align: right;
}

h3.what-we-content {
    font-size: 34px !important;
    line-height: 40px !important;
    font-family: "Patua One" !important;
    font-style: normal !important;
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
    margin-bottom: 0px;
}

h3.what-we-content span {
    color: rgb(168, 95, 46);
}

.what-we-do-desc {
    margin: 20px;
    text-align: center;
}

.contact-us-form {
    max-width: 800px;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 50px;
}

.contact-us-form .name-label {
    margin-bottom: -7px;
    display: block;
    margin-top: 10px;
}

    .contact-us-form .form-title {
        font-family: "Patua One";
        text-align: center;
        font-weight: normal;
        font-size: 35px;
         }


    .contact-us-form label {
        font-weight: 500;
        font-family: "Patua One";
        color: #626262;
        font-size:20px;
    }

.contact-us-form label::after {
    content: " *";
    color: red;
    font-weight: 500;
}

.timken-paragraph {
    font-family: "Patua One";
    font-weight: normal;
    font-size: 22px;
    color: #666666;
}

#successMessage {
    display: none;
}

#successMessage.active-alert{
    display: block;
    margin-top: 20px;
}

.wsite-buttons-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.subpage-container {
    display: none;
}

.subpage-container.active-container {
    display: block;
}

@media (min-width: 992px) {
    .timken-container {
        margin-left: -250px;
        width: calc(100% + 250px);
    }
}

@media (max-width: 768px) {
    .img-content-section {
        flex-direction: column;
        gap: 10px;
        margin: 20px 0px;
    }
    .section-img-wrapper {
        width: 100%;
    }

    .img-content-section.reverse-flex {
        flex-direction: column;
    }

    .section-desc-wrapper h3 {
        font-size: 26px!important;
    }

    .navbag-content {
        font-size: 26px!important;
        line-height: 36px!important;
    }

    .bottom-footer-content {
        flex-direction: column;
    }

    .footer-left-wrapper {
        text-align: center;
    }

    .footer-center-wrapper,
    .footer-right-wrapper {
        width: 100%;
    }

}