:root {
    --orangecolor: #F89924;
}
body {
    margin: 0;
    padding: 0;
    background-image: url("bg-image.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.section {
    padding-top: 130px;
}
.wrapper1 {
    height: 500px;
}
.animated-border {
    position: relative;
    padding-bottom: 5px;
}
.animated-border::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--orangecolor);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
.animated-border:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.container-left {
    color: var(--orangecolor);
    display: flex;
    /* justify-content: center; */
}
.container-left p {
    color: rgb(20, 19, 19);
    font-size: 18px;
}
.container-left button {
    border: var(--orangecolor) 2px solid;
    color: var(--orangecolor);
    border-radius: 20px;
    padding: 5px 20px;
}
.call_contact{
    padding: 8px 20px;
    margin: auto;
    font-weight: 600;
    background-color: var(--orangecolor);
    border-radius: 20px;
    color: white !important;
}
.nav-bttn {
    background-color: var(--orangecolor);
    color: white;
    border-radius: 20px;
    padding: 5px 20px;
    border: none;
}
.cntct {
    display: flex;
}
.cntct i {
    font-size: 20px;
    margin-top: 5px;
}
.cntct p {
    margin-left: 10px;
}
.nmbrs {
    margin: auto;
}
.nmbrs h2 {
    color: var(--orangecolor);
    font-weight: 800 ;
}
.dt1 {
    border-right: rgb(219, 217, 217) 2px solid;
}
.dt h2 {
    text-align: center;
}
.dt p {
    text-align: center;
}
.wrapper {
    width: 85%;
    margin: auto;
    display: flex;
    color: rgb(156, 145, 145);
    position: sticky;
    box-shadow: 0 0px 5px 5px rgba(196, 191, 191, 0.726);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    top: 20px;
    gap: 25px;
    align-items: center;
    z-index: 1;
}
.text-link {
    text-align: center;
    text-decoration: none;
    color: black;
    margin-top: 20px;
}
.wrapper a,
.container-right a {
    color: gray;
    text-decoration: none;
    font-size: 18px;
}
.wrapper button {
    margin: auto;
    background-color: var(--orangecolor);
    border-radius: 20px;
    height: 40px;
    color: white;
    border: none;
    width: 195px;
}
.heading {
    text-align: center;
}
.heading h1 p {
    color: var(--orangecolor);
}
.about-images {
    position: relative;
    margin-top: 100px;
    padding: 0px;
}
.upper-image {
    position: absolute;
    width: 50%;
    top: -30px;
    left: 26%;
}
.image-about {
    height: 300px;
    box-shadow: 0 0 20px 10px rgba(128, 128, 128, 0.39);
    border-radius: 20px;
}
.image-about img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}
.wrapper7 {
    width: 80%;
    margin: auto;
    margin-top: 120px;
}
.wrapper7-up {
    text-align: center;
}
.wrapper7-up span {
    background-color: rgb(201, 64, 15);
    color: white;
    padding: 7px 10px;
    border-radius: 5px;
}
.wrapper7-up p {
    font-size: 20px;
}
.wrapper7-down {
    display: flex;
    justify-content: space-between;
}
.card {
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: scale(1.07);
    cursor: pointer;
    box-shadow: 0px 0px 5px 5px rgba(235, 231, 231, 0.788);
    color: var(--orangecolor);
}
.card p {
    font-size: 14px;
}
.card-icon {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}
.contact-us-col {
    height: 400px;
    margin: auto;
    padding: 40px;
    text-align: center;
    color: white;
}
.contact_us {
    background: linear-gradient(rgba(0, 0, 0, 0.705), rgba(0, 0, 0, 0.836)),
        url('contactu-us-page-background.jpg') no-repeat;
    background-size: cover;
}
.Enquiry_Form {
    width: 80%;
}
.form button {
    color: white;
    background-color: var(--orangecolor);
    padding: 10px 30px;
    border-radius: 10px;
    border: white 3px solid;
    margin-top: 20px;
}
.form button:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.modal-footer button:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.form_text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-footer button {
    color: white;
    background-color: var(--orangecolor);
    padding: 10px 30px;
    border-radius: 10px;
    border: white 3px solid;
    margin-top: 20px;
}
.specialities {
    text-align: center;
}
.specialities h3 {
    color: var(--orangecolor);
    font-size: 20px;
}
.specialities p {
    color: gray;

}
.specialities:hover {
    cursor: pointer;
}
.specialities h3:hover {
    cursor: pointer;
    color: rgb(3, 3, 37);
    transform: scale(1.1);
}
.expertise_icon {
    color: var(--orangecolor);
    font-size: 30px;
}
.expertise_icon:hover {
    cursor: pointer;
    color: rgb(3, 3, 37);
    transform: scale(1.1);
}
.employeeImg {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
}
.ceo-section .item {
    border-radius: 5px;
    border: 1px solid lightgray;
}
.item:hover {
    transform: scale(1.07);
    cursor: pointer;
    box-shadow: 0px 0px 5px 5px rgba(235, 231, 231, 0.788);
    color: var(--orangecolor);
}
.item_content h4 {
    color: var(--orangecolor);
    margin: 5px 0px;
}
.item_content p i {
    font-size: 14px !important;
}
.footer {
    height: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.705), rgba(0, 0, 0, 0.733)),
        url('keyboard1.webp') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
    color: white;
}
.ceo-section {
    margin: auto;
}
.employee-section {
    display: flex;
    justify-content: center;
}
.about_us .item img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
    height: 350px;
    transition: height 0.3s, width 0.3s, transform 0.3s;
}
.about_us .owl-item {
    opacity: 0.2;
}
.about_us .owl-item.center {
    opacity: 1;
    z-index: 1;
}
/* Specific height and width for center and non-center items */
.about_us .owl-item:not(.center) .item img {
    width: 100%;
    /* Non-center images size */
}
.about_us .owl-item.center .item img {
    height: 350px;
    object-fit: fill;
    box-shadow: 0 0 5px 8px rgba(128, 128, 128, 0.39);
    border-radius: 20px;
    width: 100%;
    /* Center image size */
    transform: scaleX(1.1);
    z-index: 2;
}

.modal1 {
    background-image: url('modalbg1.avif');
    background-repeat: no-repeat;
}

.input-feild {
    background-color: transparent !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    border: none;
    border-bottom: 1px solid white;

}

.input-feild::placeholder {
    color: white;
}

.input-feild:focus {
    border: 1px solid white;

}

.button-close {
    color: azure !important;
}

.modal-footer,
.modal-header {
    border: none !important;
}

.desktop-break {
    display: block;
}

.product-right {
    width: 50%;

}

.inside_section {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
}

@media only screen and (max-width: 560px) {
    .img-fluid {
        margin: auto;
    }

    .wrapper button {

        width: 160px;
    }

    .container-in {
        width: 90%;
    }

    .desktop-break {
        display: none;
    }

    .animated-border::after {

        width: 15%;

    }

    .inside_section {
        display: block;
        justify-content: center;
        width: 80%;
        margin: auto;
    }
    .product-right {
        width: 100%;
        text-align: justify;
    }
    .sahil .item a {
        display: flex;
        justify-content: center;
    }
    .employeeImg {
        width: 130px !important;
        height: 130px !important;
        border-radius: 50%;
    }
    .specialities{
        margin-top: 50px;
    }
    .wrapper{
        background-color: white;
    }
    .card:hover {
        cursor: pointer;
        box-shadow: 0px 0px 5px 5px rgba(235, 231, 231, 0.788);
        color: var(--orangecolor);
    }
    .card {
        border-radius: 5px;
        text-align: center;
        padding: 10px 10px;
    }
}