﻿h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
}

.alt-font {
    font-family: "Inter", sans-serif !important;
}

h1 {
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
}

h2 {
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
}

h3 {
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

h4, h5, h6 {
    line-height: 1.3 !important;
    letter-spacing: 0.2px !important;
}

.navbar li > ul.myFirstSubMenu ul {
    margin-left: 290px !important;
    margin-top: -80px !important;
}

p {
    text-align: left;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    line-height: 28px !important;
    letter-spacing: 0.15px !important;
}

.font-14 {
    font-size: 14px;
}

.butn {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
}

.mr-1 {
    margin-right: 8px !important;
}

.ml-1 {
    margin-left: 5px;
}

header {
    background: #fff;
}

    header.scrollHeader .navbar-default {
        position: inherit;
        left: auto;
        right: auto;
        width: 100%;
    }

#modalProductName, .fullName {
    text-transform: capitalize;
}
/*.menu_area .navbar-brand {
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    background: #fff;
    width: 120px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}*/
.navbar-brand img {
    max-height: 80px;
}

.navbar-nav > li > a {
    font-size: 15px !important
}

.glightbox-clean .gslide-media {
    box-shadow: none !important;
}
/*.navbar-brand::after {
    position: absolute;
    content: '';
    left: 0%;
    bottom: 0;
    transform: translateX(0);
    background: #0C345C;
    height: 7px;
    width: 50%;
}

.navbar-brand::before {
    position: absolute;
    content: '';
    right: 0%;
    bottom: 0;
    transform: translateX(0);
    background: #F36C2D;
    height: 7px;
    width: 50%;
}*/
.ourMisionVision {
    margin-top: 25px;
}

    .ourMisionVision .accordion {
        display: flex;
        justify-content: left;
        gap: 10px;
        flex-wrap: wrap;
    }

        .ourMisionVision .accordion .card {
            width: calc(50% - 10px);
            margin-bottom: 0px !important;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        }

.about-section {
    margin: 0 !important;
}

    .about-section::before {
        position: absolute;
        background-image: url(https://theme.creativemox.com/estorage/wp-content/uploads/sites/22/2024/03/Line-Pattern-foundvest-1.png);
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        top: 0;
        height: 100%;
        width: 100%;
        content: '';
        opacity: 0.1;
        background-size: cover;
        animation: TopBottom 5s infinite;
        display: none;
    }

@keyframes TopBottom {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/*.wave2 {
    filter: brightness(0) saturate(100%) invert(84%) sepia(14%) saturate(4552%) hue-rotate(336deg) brightness(98%) contrast(94%);
    margin-right: 0%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}*/
.wave1 {
    filter: brightness(0) saturate(100%) invert(91%) sepia(77%) saturate(1481%) hue-rotate(312deg) brightness(91%) contrast(101%);
    /*filter: brightness(0) saturate(100%) invert(84%) sepia(14%) saturate(4552%) hue-rotate(336deg) brightness(98%) contrast(94%);*/
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    height: 150px;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(-15deg);
    }

    20% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0);
    }
}

.phone-icon {
    display: inline-block;
    animation: ring 1s infinite;
    margin-left: 5px;
}

.mySlider .display-12 {
    font-size: 68px;
}

.footer-logo img {
    max-height: 90px;
}

.signatureSection .pullRight {
    text-align: right;
}

.menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #F36C2D;
}

/*.header-style1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}*/

.FSTForm .spinner-border {
    width: 15px !important;
    height: 15px !important;
    margin-left: 5px;
}

.FSTForm .butn {
    min-width: 230px;
}

.CustomProductDetails {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .CustomProductDetails li {
        font-size: 18px;
        margin-bottom: 5px;
        transition: 0.3s ease-in-out;
    }

        .CustomProductDetails li:hover {
            margin-left: 5px;
            transition: 0.3s ease-in-out;
        }

        .CustomProductDetails li i {
            margin-right: 5px;
            color: #F36C2D;
        }

.card-style1 .img-card img {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.CustomProductBox .card-body h3 a {
    font-size: 22px;
}

/*.FSTHeader .navbar-nav {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    min-width: max-content;
}*/

.myMenu li a {
    font-size: 14px !important;
    padding: 5px 0
}

    .myMenu li a i {
        opacity: 0;
        transition: 0.2s ease-in;
    }

    .myMenu li a:hover i {
        opacity: 1;
        transition: 0.2s ease-in;
    }

.FSTHeader .navbar-expand-lg {
    min-height: 90px;
}

.FSTHomeProducts .service-details a i {
    margin-left: 5px;
    font-size: 14px;
}

.FSTHomeProducts .service-details h3 {
    font-size: 20px !important;
}

    .FSTHomeProducts .service-details h3 a {
        font-size: 18px !important;
    }

.CustomProductBox {
    box-shadow: -3px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.FSTchooseus img.rounded {
    background: #fff;
    border: 2px solid #fff;
}

.page-title-section ul li:last-child {
    text-transform: uppercase;
}

.FSTContactform a {
    word-break: break-word;
}

.navbar-nav li a {
    text-transform: uppercase;
}

.seprator-border {
    padding: 10px;
    border: 1px solid #d4d4d4;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;*/
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

    .seprator-border:hover {
        transition: 0.3s ease-in-out;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .seprator-border img {
        transition: 0.3s ease-in-out;
    }

    .seprator-border:hover img {
        transform: scale(1.1);
        transition: 0.3s ease-in-out;
    }

    .seprator-border h4 {
        text-align: center;
        font-size: 20px;
        background: #F36C2D;
        padding: 10px;
        margin: 0;
        color: #fff;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

.custom-flex {
    gap: 70px;
    justify-content: center;
}

    .custom-flex .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .custom-flex h2 {
        font-size: 28px !important;
    }

    .custom-flex .row:nth-child(even) {
        flex-direction: row-reverse;
    }

    .custom-flex .row .col-lg-6:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-flex .image-hover img {
        max-height: 450px;
    }

.FSTHeader {
    position: fixed;
    width: 100%;
    top: 0;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

    .FSTHeader.fixedNavbar {
        position: fixed !important;
        backdrop-filter: blur(5px);
        background: rgb(255 255 255);
        z-index: 999;
        top: 0;
        margin: 0 auto;
        width: 100%;
        -webkit-animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
        box-shadow: 1px 1px 1px 2px rgb(66 92 187 / 10%);
    }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

#myUtilityCard > .mb-5:last-of-type .col-12:last-of-type {
    margin-bottom: 0 !important;
}

.FSTHeader .navbar-nav li a {
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0.3px !important;
    line-height: 24px !important;
}

#InnerProductProcess {
    margin-bottom: 100px;
}

    #InnerProductProcess .process-style1 .icon-box {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

.CompanyBrief p {
    text-align: center;
}

.social-icon-style1 li a:hover {
    color: #fff !important;
}

.footerQuickLinks {
    margin: 0;
    padding: 0;
}

    .footerQuickLinks li {
        list-style: none;
        margin-bottom: 10px;
    }

        .footerQuickLinks li a {
            color: #fff;
        }

            .footerQuickLinks li a:hover {
                color: #fdb913 !important;
            }

            .footerQuickLinks li a i {
                margin-right: 5px;
            }


.mySlider .display-4 {
    font-size: 30px;
}

.mySlider .owl-carousel .owl-item img {
    width: 100% !important
}

.ProductSldierImage .owl-carousel .owl-item img {
    width: 100%;
}

.CustomCallNavbar {
    display: none
}

.PereloLogo {
    padding: 15px 10px;
    background: #fff;
    width: 100%;
    border-radius: 6px;
}

.whatsapp-button {
    position: fixed;
    bottom: 90px;
    right: 30px;
    background-color: #25D366;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 9999;
    height: 60px;
    width: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ripple1 2s infinite;
}

    .whatsapp-button img {
        width: 36px;
        height: 36px;
    }

    .whatsapp-button:hover {
        background-color: #1ebe5d;
    }

/* Ripple Keyframes */
@keyframes ripple1 {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whychooseusImage {
    padding: 10px;
    background: #F36C2D;
    border-radius: 6px;
}

.mySlider #MyhomeSlider .carousel-item {
    position: relative;
}

/* Base positioning for all slider captions */
.mySlider #MyhomeSlider .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    bottom: auto;
    padding: 0;
    margin: 0;
}

/* ODD slides (1st, 3rd, 5th...) -> Align LEFT */
.mySlider #MyhomeSlider .carousel-item:nth-child(odd) .carousel-caption {
    left: 100px;
    right: auto;
    text-align: left;
}

/* EVEN slides (2nd, 4th, 6th...) -> Align RIGHT */
.mySlider #MyhomeSlider .carousel-item:nth-child(even) .carousel-caption {
    right: 100px;
    left: auto;
    text-align: right;
}

.mySlider #MyhomeSlider .carousel-item .carousel-caption p {
    font-size: 18px !important;
    margin-bottom: 0px;
}

.mySlider #MyhomeSlider .carousel-item:nth-child(even) .carousel-caption p {
    text-align: right !important;
}

.tracking-wide {
    letter-spacing: 1.5px;
    font-size: 0.75rem;
    margin: 0;
}

.mySlider #MyhomeSlider .carousel-item::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.30) 0%, rgba(15, 23, 42, 0.60) 100%);
    left: 0;
    top: 0;
}

.slider-content-card {
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mySlider #MyhomeSlider .carousel-item img {
    min-height: 250px;
    max-height: 680px;
    height: 100vh;
    object-fit: cover;
    animation: zoomUp 6s ease forwards;
}

@keyframes zoomUp {
    from {
        transform: scale(1) translateY(0);
    }

    to {
        transform: scale(1.12) translateY(-25px);
    }
}

.accordion.style1 .accordion-button {
    min-height: 80px !important;
    display: flex !important;
    align-items: center !important;
}

.mySlider .carousel-control-prev, .mySlider .carousel-control-next {
    position: absolute;
    top: 50%;
    height: 50px;
    background: #A3C940;
    width: 50px;
    padding: 10px;
    transform: translate(0%, -50%);
    border-radius: 1px;
    opacity: 1;
    transition: 0.3s ease-in-out;
    color: #fff;
    right: 50px;
    left: auto;
}

.mySlider .carousel-control-next {
    top: 44% !important;
}

.gslide-image img.zoomable, .gslide-image img {
    background: #fff !important;
}

.FSTHeader .container-fluid {
    z-index: 99;
}


.mySlider .carousel-indicators [data-bs-target] {
    background-color: #F36C2D !important;
    width: 30px !important;
    height: 6px !important;
}

.TestimonialSections {
    background: #f7faff;
    background-image: url('../images/content/map.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.TestimonialCard {
    transition: 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .TestimonialCard:hover {
        transform: translate(0, -10px);
        transition: 0.3s ease-in-out;
    }

.page-title-section {
    background-image: url('../images/sliders/aboutusbreadcrumb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll; /* Important: DO NOT use fixed */
    position: relative;
    overflow: hidden;
}

.AboutusBreadcrumbSection {
    background-image: url('../images/sliders/aboutusbreadcrumb.jpg');
}

.OurProjectBreadcrumbSection {
    background-image: url('../images/sliders/ourprojectbreadcrumb.webp');
}

.ContactusBreadcrumb {
    background-image: url('../images/sliders/ContactusBreadcrumb.jpg');
}

.IndustrialProductBreadcrumb {
    background-image: url('../images/sliders/Industrailbradcrumb.jpg');
}

.solarserviceBreadbrumb {
    background-image: url('../images/sliders/solarenergybreadcrumb.jpg');
}

.ElectricalBreadcrumb {
    background-image: url('../images/sliders/ElectricalEngineeringContractingbreadcrumb.jpg');
}

.InstrumentationBreadcrumb {
    background-image: url('../images/sliders/IndustrialInstrumentationAutomationBreadcrumb.jpg');
}

.railTankerSection {
    background-image: url('../images/sliders/RailTanker.jpg');
}

.service-card .service-details p {
    display: -webkit-box; /* establishes flexbox for WebKit */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of visible lines */
    overflow: hidden; /* hide extra text */
    text-overflow: ellipsis;
    font-size: 14px;
}

.about-us-section blockquote {
    background-color: #fff;
    padding: 0px 0px 0px 30px;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-style: italic;
    font-weight: 500;
    position: relative;
}

    .about-us-section blockquote::before {
        display: none;
    }

    .about-us-section blockquote::after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) !important;
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 8px;
        visibility: visible;
        transform: rotate(10deg);
        color: #F36C2D;
    }

.OurProductSection {
    background: #fafafa;
}

.menu_area-light .navbar-nav li a i {
    color: #FDB913;
}

.factoryVideo {
    position: relative;
    width: 100%;
}

    .factoryVideo::before {
        z-index: 1;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #103e78;
        opacity: 0.1;
    }

    .factoryVideo video {
        width: 100%;
        height: 450px;
        object-fit: cover;
        position: relative;
    }



.playPauseBtn {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background-color: #F36C2D;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    height: 50px;
    width: 50px;
    transition: 0.3s ease-in-out;
    z-index: 9;
    opacity: 0;
    transform: scale(0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.factoryVideo:hover .playPauseBtn {
    transition: 0.3s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.playPauseBtn i {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.megamenu.myMenu .sub-menu {
    position: relative;
}

    .megamenu.myMenu .sub-menu::before {
        position: absolute;
        content: "";
        left: -15px;
        height: 100%;
        width: 1px;
        /* background: #ddd; */
        border-left: 2px dashed #ddd;
        /* top: 50%; */
        /*transform: translateY(-50%);*/
    }

.myprojectBox img {
    max-height: 200px;
}

.card-style1.myprojectBox .card-body {
    background-color: #f4f4f4;
}

.card-style1.myProductCard {
    border: 1px solid #ddd;
}

    .card-style1.myProductCard .card-body {
        background-color: #f4f4f4;
    }

        .card-style1.myProductCard .card-body a {
            transition: 0.3s ease-in-out;
            color: #F36C2D;
        }

            .card-style1.myProductCard .card-body a:hover {
                color: #fdb913 !important;
                transition: 0.3s ease-in-out;
            }

.megamenu.myMenu .sub-menu::after {
    display: none !important;
}

.myProductCard .card-body h3 {
    font-size: 16px
}

.myFirstSubMenu li a {
    font-size: 15px !important;
}

@media (max-width: 576px) {
    .mySlider #MyhomeSlider .carousel-caption {
        width: 90%;
    }

    .mySlider #MyhomeSlider .carousel-item:nth-child(odd) .carousel-caption,
    .mySlider #MyhomeSlider .carousel-item:nth-child(even) .carousel-caption {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

@media (max-width: 768px) {
    .slider-content-card {
        padding: 1.5rem;
        background: rgba(15, 23, 42, 0.7);
    }

    .mySlider .carousel-caption {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 991px) {
    .accordion.style1 .accordion-button {
        min-height: auto !important
    }

    .mySlider #MyhomeSlider .carousel-caption {
        width: 80%;
    }

    .mySlider #MyhomeSlider .carousel-item:nth-child(odd) .carousel-caption {
        left: 30px;
    }

    .mySlider #MyhomeSlider .carousel-item:nth-child(even) .carousel-caption {
        right: 30px;
    }

    .navbar li > ul.myFirstSubMenu ul {
        margin-left: auto !important;
        margin-top: auto !important;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav li > ul.myFirstSubMenu {
        max-width: 300px !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .mySlider .carousel-control-next {
        top: 40% !important;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .navbar-nav > li > a {
        font-size: 12.5px !important;
    }

    .navbar-brand img {
        max-height: 70px;
    }
}

@media (max-width: 1199px) {
    .section-heading h2 {
        font-size: 28px;
    }
}
