@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: "Hind Vadodara";
    overflow-x: hidden;
}

.navbar-main {
    padding: 10px 20px;
    background-color: white;
    border-bottom: 3px solid #ef0500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-main img {
    max-width: 242px;
    max-height: 50px;
}

.content-navbarmain {
    display: flex;
}

.content-navbarmain ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.content-navbarmain ul li a {
    padding: 5px 10px;
    color: #707070;
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.content-navbarmain ul li a:hover {
    color: #ef0500;
}

.content-navbarmain button {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #ef0500;
    color: white;
    border: none;
    outline: none;
    font-size: 14px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.content-navbarmain button:hover {
    background-color: black;
}

.content-navbarmain button.loginbtn {
    margin-left: 10px;
    margin-right: 10px;
}

.overlay-navbar-menu {
    z-index: 999999999;
    background-color: #f8f5f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 0px;
    padding: 0px;
    align-items: flex-start;
    transition: all .3s ease-in-out;
    display: none;
    overflow: hidden;
}

.overlay-navbar-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.overlay-navbar-menu ul li {
    padding: 15px;
    background-color: white;
    border-bottom: 1px solid #d3d3d3;
}

.overlay-navbar-menu ul li:last-child {
    border-bottom: none !important;
}

.overlay-navbar-menu ul li a {
    color: #707070;
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.overlay-navbar-menu ul li a:hover {
    color: #ef0500;
}

.overlay-navbar-menu button {
    padding: 12px 25px;
    border-radius: 4px;
    border: 2px solid #d3d3d3;
    background-color: transparent;
    color: black;
    outline: none;
    font-size: 14px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.buttons-onm {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    width: 100%;
}

.overlay-navbar-menu button:first-child {
    margin-right: 10px !important;
}

.hamburger-icon-mobile {
    padding: 20px;
    padding-right: 0px;
    display: none;
}

.him-line {
    width: 25px;
    height: 2px;
    background-color: black;
    border-radius: 8px;
    margin-bottom: 4px;
}

.him-line:last-child {
    margin-bottom: 0px;
}

.banner-container-first {
    width: 100%;
    height: 100vh;
    /* background-image: url("./assets/bannerfirstsection.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.banner-container-first video {
    position: absolute;
    min-width: 100%;
    /* left: 0px;
    top: 0px; */
    z-index: 9;
}

.container-content-bcf {
    z-index: 99;
}

.main-heading-cc-bcf {
    padding: 12px 62px;
    background-color: white;
    border-radius: 75px;
    border-bottom-right-radius: 0px;
    text-align: center;
    font-family: "Ubuntu";
}

.main-heading-cc-bcf h1, .main-heading-cc-bcf h2 {
    font-size: 50px;
    margin: 0px;
    color: #333;
}

.main-heading-cc-bcf p {
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #999;
}

.bannerbutton {
    padding: 14px 28px;
    background-color: #ef0500;
    color: white;
    font-size: 28px;
    border: none;
    outline: none;
    margin-top: 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
}

.content-ssmain {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
    width: 90%;
}

.content-ssmain p {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
	color:black;
}

.content-ssmain button {
    padding: 8px 12px;
    border-radius: 8px;
    background-color: rgba(27, 152, 224, 1);
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
}

.bannerbutton:hover {
    background-color: black;
}

.second-section-home {
    margin-top: 150px;
    padding: 20px 0px;
    margin-bottom: 20px;
    position: relative;
}

.third-section-home {
    margin-top: 150px;
    padding: 20px 0px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

.maincontainer-home {
    max-width: 1175px;
    margin: 0px auto;
    padding: 0px 32px;
}

.third-section-home .maincontainer-home {
    display: flex;
    align-items: center;
}

.left-maincontainer-tsechm {
    width: 50%;
    text-align: center;
}

.left-maincontainer-tsechm h2 {
    font-weight: 600;
    font-family: "Ubuntu";
    color: #ef0500;
    font-size: 36px;
    margin: 0px;
    margin-bottom: 20px;
}

.left-maincontainer-tsechm p span.text-red {
    font-weight: 900;
}

.text-red {
    color: red;
}

.left-maincontainer-tsechm p {
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.third-section-home img {
    max-width: 544px;
    margin-top: -110px;
}

.left-maincontainer-tsechm button {
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #ef0500;
    color: white;
    border: none;
    outline: none;
    font-size: 22px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}

.left-maincontainer-tsechm button:hover {
    background-color: black;
}

.images-download {
    display: flex;
    align-items: center;
    margin: 20px 0px !important;
    justify-content: center;
}

.images-download img {
    max-width: 135px;
    margin-top: 0px !important;
}

.images-download img:first-child {
    margin-right: 10px !important;
}

.fourth-section-home {
    margin-top: 100px;
    margin-bottom: 20px;
}

.fourth-section-home .maincontainer-home {
    display: flex;
}

.inner-fsh-main {
    width: 33.33%;
    border-right: 2px solid #d3d3d3;
    text-align: center;
}

.inner-fsh-main:last-child {
    border: 0px !important;
}

.inner-fsh-main img {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
}

.inner-fsh-main p {
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.fifth-section-home {
    margin-top: 100px;
    margin-bottom: 20px;
}

.fifth-section-home .maincontainer-home {
    display: flex;
    align-items: center;
}

.left-fiftshhome {
    width: 50%;
}

.right-fiftshhome {
    width: 50%;
    padding-left: 20px;
}

.right-fiftshhome p {
    color: #535353;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px;
}

.footer-main {
    margin-top: 100px;
    background-color: #eaeaea;
    padding: 20px 0px 140px;
}

.footer-main .top-lists-footer ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: center;
}

.top-lists-footer {
    margin-bottom: 20px;
}

.top-lists-footer ul li {
    margin: 0px 15px;
}

.top-lists-footer ul li a {
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    position: relative;
}

.top-lists-footer ul li a::before {
    width: 0px;
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0px;
    height: 2px;
    background-color: #ef0500;
    transition: all .3s ease-in-out;
}

.top-lists-footer ul li a:hover {
    color: #ef0500;
}

.top-lists-footer ul li a:hover::before {
    width: 100%;
}

.mid-footer-main {
    background-color: #f5f5f5;
    padding: 32px 0px;
}

.mid-footer-main .maincontainer-home {
    display: flex;
    align-items: center;
}

.container-mfm-main {
    width: 50%;
    /* width: 33.33%; */
}

.container-mfm-main h2 {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 15px;
}

.img-first-cmfmm {
    display: flex;
    align-items: center;
}

.img-first-cmfmm img {
    max-width: 135px;
    margin-right: 10px;
}

.inputcontainer-footer input {
    outline: none;
    background-color: #454545;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.inputcontainer-footer input::placeholder {
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 1;
}

.icons-footer-cmfm {
    display: flex;
    align-items: center;
}

.inner-ifcmfm {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-ifcmfm:last-child {
    margin-right: 0px;
}

.inner-ifcmfm img {
    max-width: 18px;
    max-height: 18px;
    object-fit: cover;
    object-position: center;
}

.bottom-footer-main {
    padding-top: 140px;
}

.icons-payment-bfm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.icons-payment-bfm img {
    max-width: 100px;
    max-height: 50px;
    margin-right: 10px;
}

.icons-payment-bfm img:last-child {
    margin-right: 0px;
}

.text-footer-bfm {
    padding: 10px 0px;
    text-align: center;
}

.text-footer-bfm p {
    margin: 0px;
    font-size: 14px;
    color: #535353;
}

.text-footer-bfm p a {
    text-decoration: none;
    color: inherit !important;
}

/* slider work */

.swiper {
    width: 600px;
    height: 300px;
}

.swiper {
    width: 80%;
    height: 300px;
    position: relative;
}

.bgwhiteshadow {
    position: absolute;
    width: 15%;
    height: 100%;
    z-index: 3;
}

.left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);
}

.right {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);
    right: 0;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.swiper-slide--content {
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem;
    background-color: red;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}

.swiper-slide--content button {
    background: rgba(27, 152, 224, 1);
    border: none;
    padding: 7px 10px !important;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    font-size: large;
    margin-left: 30px;
}

.swiper-slide--content button:active {
    transform: scale(0.95);
}

.swiper-slide--content p {
    max-width: 400px;
    font-weight: 500;
    font-size: large;
    cursor: default;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.swiper-pagination {
    bottom: -80px !important;
    transform: none !important;
    /* margin-bottom: -7.5rem !important; */
}

.swiper-pagination-bullet {
    border: 2px solid rgba(27, 152, 224, 1);
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: rgba(27, 152, 224, 1);
}

.swiper-button-prev {
    left: 5%;
}

.swiper-button-next {
    right: 5%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #121212;
    outline: none !important;
}

@media screen and (max-width: 1200px) {
    .shadow {
        display: none
    }

    .swiper-slide--content {
        padding: 2rem 4rem;
    }
}


@media screen and (max-width: 650px) {
    .swiper {
        width: 95%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-slide--content button {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .content-navbarmain {
        display: none;
    }

    .hamburger-icon-mobile {
        display: block;
    }

    .overlay-navbar-menu {
        display: flex;
    }

    .maincontainer-home {
        padding: 0px 20px;
    }

    .main-heading-cc-bcf {
        padding: 12px 25px;
    }

    .main-heading-cc-bcf h1, .main-heading-cc-bcf h2 {
        font-size: 24px;
    }

    .bannerbutton {
        padding: 8px 12px;
        font-size: 14px;
    }

    .third-section-home .maincontainer-home {
        flex-direction: column-reverse;
    }

    .third-section-home img {
        max-width: 80%;
    }

    .left-maincontainer-tsechm {
        width: 100%;
        margin-top: 20px;
    }

    .images-download img {
        max-width: 95px !important;
    }

    .banner-container-first video {
        top: 0px;
        min-width: none;
        min-height: 100%;
    }

    .second-section-home {
        margin-top: 70px;
    }

    .swiper-pagination {
        bottom: -40px !important;
    }

    .left-maincontainer-tsechm h2 {
        font-size: 22px;
    }

    .left-maincontainer-tsechm p {
        font-size: 11px;
    }

    .left-maincontainer-tsechm button {
        padding: 10px 15px;
        font-size: 14px;
    }

    .third-section-home {
        padding-bottom: 40px;
    }

    .fourth-section-home {
        margin-top: 60px;
    }

    .fourth-section-home .maincontainer-home {
        flex-direction: column;
    }

    .inner-fsh-main {
        width: 100%;
        border-right: 0px;
        border-bottom: 2px solid #d3d3d3;
        padding: 20px 0px;
    }

    .fifth-section-home .maincontainer-home {
        flex-direction: column;
    }

    .left-fiftshhome, .right-fiftshhome {
        width: 100%;
    }

    .left-fiftshhome iframe {
        height: 300px !important;
    }

    .right-fiftshhome {
        padding-left: 0px !important;
    }

    .mid-footer-main .maincontainer-home {
        flex-direction: column;
    }

    .container-mfm-main {
        width: 100%;
    }

    .icons-payment-bfm {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .bottom-footer-main {
        padding-top: 60px;
    }

    .footer-main {
        padding-bottom: 60px;
    }

    .icons-payment-bfm img {
        margin-bottom: 10px;
    }

    .footer-main .top-lists-footer ul {
        flex-wrap: wrap;
    }

    .top-lists-footer ul li {
        margin: 15px;
    }

    .top-lists-footer ul li a {
        font-size: 13px;
    }

    .bgwhiteshadow {
        display: none;
    }
	.swiper-slide {
        background-size: contain !important;
        background-position: initial !important;
    }

    .job-vacancy-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .job-vacancy-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .job-detail {
        margin-bottom: 15px;
    }

    .job-detail h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .job-detail ul li {
        margin-bottom: 5px;
    }
}

/* Job Vacancy Section Styles */
.job-vacancy-section {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #f8f8f8;
    padding: 60px 0px;
}

.job-vacancy-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.job-vacancy-content h2 {
    font-family: "Ubuntu";
    font-weight: 600;
    color: #ef0500;
    font-size: 32px;
    margin: 0px 0px 30px 0px;
    text-align: center;
    border-bottom: 2px solid #ef0500;
    padding-bottom: 15px;
}

.job-detail {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #ef0500;
    border-radius: 5px;
}

.job-detail h3 {
    font-family: "Ubuntu";
    font-weight: 500;
    color: #333;
    font-size: 20px;
    margin: 0px 0px 15px 0px;
}

.job-detail p {
    color: #555;
    line-height: 1.6;
    margin: 10px 0px;
    font-size: 14px;
}

.job-detail ul {
    padding-left: 20px;
    margin: 10px 0px;
}

.job-detail ul li {
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 14px;
}

.job-contact {
    margin-top: 30px;
    padding: 25px;
    background-color: #ef0500;
    color: white;
    border-radius: 10px;
    text-align: center;
}

.job-contact h3 {
    font-family: "Ubuntu";
    font-weight: 500;
    font-size: 20px;
    margin: 0px 0px 15px 0px;
}

.job-contact p {
    margin: 0px;
    font-size: 16px;
    line-height: 1.6;
}