
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --primary-color: #F95415;
    --text-color: #6A6A6A;
    --black: #000;
    --white: #fff;
    --border: #D0D0D0;
    --light-bg: #f3f3f3;
}

body{
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: var(--text-color);
  letter-spacing: 0.7px;
}

h1, h2, h3, h4, h5, h6{
    color: var(--black);
    text-transform: capitalize;
}

p{
    font-size: 18px;
}

.text-color {
    color: var(--black);
}

.text-primary {
    color: var(--primary-color) !important;
}

a{
    text-decoration: none;
}

/* ===== Header ======= */

header .nav-item .nav-link {
    font-size: 16px;
}

.logo{
    min-width: 150px;
}

header.navbar{
    top: 0px;
    width: 100%;
}

header .nav-item.active .nav-link, header .navbar-nav .dropdown-menu li.active a {
    color: var(--primary-color);
}

header .navbar-collapse {
    background-color: #fff;
}

header .navbar .dropdown-menu {
    border: 0px;
    margin-top: 0px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}

header .navbar .dropdown-item{
    font-weight: 300;
}

header .navbar-toggler:focus{
    box-shadow: none;
}

header .navbar-nav .nav-link {
    color: var(--text-color);
}

header .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

header .navbar .dropdown-item:focus, header .navbar .dropdown-item:hover {
    color: var(--primary-color);
    background-color: #FFF6F2;
    transition: 500ms;
}

header .navbar .nav-item:hover .nav-link {
    color: var(--primary-color);
}

header .navbar-nav .dropdown-menu {
    border: 1px solid var(--light-bg);
    border-radius: 0px;
    padding: 0px;
}

header .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid var(--light-bg);
    padding: 8px;
}

header .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
    transition: 400ms;
}

.navbar-toggler {
    background-color: var(--white);
    /* border: 1px solid var(--border); */
}

/* ----- CSS Header Ends here */

/* ======= Welcome section ============ */
.welcome-section {
    height: 100vh;
    background: url('../images/bg01.svg') no-repeat right center;
    background-size:contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    text-align: left;
}

.welcome-section h1{
    font-size: 4rem;
    margin-bottom: 0.5rem;
    display : flex;
}

.welcome-section h1 .dot, .page-title .dot{
    flex: 1;
    border-bottom: 4px solid var(--primary-color);
    height: 0.7em;
    margin-left: 20px;
    max-width: 80px;
  }


.welcome-section p {
    font-size: 1.5rem;
}

.welcome-section .slider{
    padding-top: 100px;
}



/* ======= Buttons ============= */
.btn-black {
    background-color: var(--black);
    border: 0px;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.btn-black .fa.fa-arrow-right {
    color: var(--black);
    background-color: var(--white);
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-black:hover{
    background-color: var(--primary-color);
    transition: 400ms;
}

.btn-black:hover .fa.fa-arrow-right{
    color: var(--primary-color);
    transition: 400ms;
}

.btn-orange {
    background-color: var(--primary-color);
    border: 0px;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    border: 1px solid transparent;
}

.btn-orange .fa.fa-arrow-right {
    color: var(--primary-color);
    background-color: var(--white);
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-orange:hover{
    background-color: var(--black);
    border: 1px solid var(--primary-color);
    transition: 400ms;
}

.btn-orange:hover .fa.fa-arrow-right{
    color: var(--black);
    background-color: var(--primary-color);
    transition: 400ms;
}


/* =========== About Us ============== */
.about-us {
    height: auto;
}

.about-us p.about-text {
    padding: 4rem 5rem;
    text-align: center;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    width: 70%;
}


/* ========== Choose Us ============ */

.why-choose-us .info p, .our-product .info p{
    font-size: 20px;
}

.why-choose-us .info, .our-product .info {
    margin-bottom: 80px;
}

.why-choose-us .services .service-card {
    padding: 20px;
    text-align: left;
    border: 1px solid var(--border);
    border-radius: 10px;
    background-color: var(--white);
}
.why-choose-us .services .service-img {
    padding: 10px;
    background-color: #FFF6F2;
    border-radius: 10px;
    margin-bottom: 14px;
    width: 70px;
    height: 70px;
}

.why-choose-us .services .service-title {
    color: var(--black);
    font-size: 18px;
}

.why-choose-us .services p{
    font-size: 16px;
    text-transform: capitalize;
}

.why-choose-us .services .service-card:hover{
    border: 1px solid var(--primary-color);
    background-color: #FFF6F2;
    transition: 0.4s
}

.why-choose-us .services .service-card:hover .service-title{
    color: var(--primary-color);
    transition: 0.4s;
}

/* =========== Our Product ============ */
.our-product .product-card {
    border-radius: 10px;
    /* border: 1px solid transparent;S */
    height: 100%;
    text-align: center;
    display: block;
    border: 1px solid var(--border);
}

.product-card .product-img {
    /* height: 250px; */
    width: -webkit-fill-available;
}


.our-product .btn-orange {
    width: fit-content;
}

.our-product .product-card:hover, .industry .industry-card:hover {
    background-color: #FFF6F2;
    border: 1px solid var(--primary-color);
    transition: 0.7s;
}

.product-card:hover p, .industry .industry-card:hover p {
    color: var(--primary-color);
}

.our-product .product-name {
    text-transform: uppercase;
    color: var(--text-color);
    text-decoration: none;
}

/* ======== Industry Sector ========= */
.industry {
    background-color: #EBEBEB;
    padding: 40px;
    text-align: center;
}

.industry-card {
    background-color: var(--white);
    border-radius: 8px;
    padding: 10px;
    width: 250px;
    border: 1px solid transparent;
    gap: 10px;
}
.industry-card img {
    width: 30px;
    height: 30px;
}

.industry .title, .contact .title {
    margin-bottom: 40px;
}

/* ======== Contact ========= */
.contact {
    padding: 40px;
}

.contact .contact-card{
    background-color: #F7F7F7;
    padding: 20px;
    color: var(--black);
}

.contact-details {
    padding: 10px;
    background-color: #D8D8D8;
    border-radius: 8px;
}

.contact-form {
    padding: 30px;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
}

.contact-form .form-group .form-control, .contact-form .form-group .form-select {
    background-color: var(--light-bg);
    min-height: 40px;
    border-color: transparent;
}

.contact-form .form-group .form-label, .form-check .form-check-label {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.contact-form .form-group  .form-control:focus, .contact-form .form-group .form-select:focus, .form-check .form-check-input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.contact-form .contact-info{
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* ======== Footer ============ */
footer {
    background-color: var(--black);
    padding: 40px;
    color: var(--white);
}

footer .footer-cred{
    border-top: 1px solid var(--white) ;
    font-size: 16px;
}

footer li.nav-item {
    font-size: 16px;
}

footer .navbar-nav .nav-link {
    color: var(--white);
}

footer .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}


/* ========= About us =========== */
.our-vision {
    background-color: var(--light-bg);
    padding: 33px;
    border-radius: 8px;
}

.governance {
    background-color: var(--light-bg);
    padding: 40px;
}

.governance-card {
    background-color: var(--white);
    border-radius: 8px;
    padding: 10px;
}

.governance-card .gov-title {
    background-color: var(--black);
    color: var(--white);
    border-radius: 5px;
    padding: 10px;
}

.why-choose-us .list-group-item {
    padding: 16px 50px;
}

.why-choose-us .list-group-item:nth-child(odd) {
    background-color: var(--light-bg);
}

.governance-card  .gov-info {
    padding: 29px;
    min-height: 250px;
    display: flex;
    align-items: center;
    text-align: left;
}

/* ======= Image Gallery =========== */
.gallery img {
    width: 100%;
    height: auto;
    /* border-radius: 8px; */
    border: 1px solid var(--border);
    transition: transform 0.2s ease-in-out;
    /* object-fit: cover; */
    height: 450px;
}
.gallery img:hover {
    /* transform: scale(1.05); */
    cursor: pointer;
    border-color: var(--primary-color);
    transition: 700ms;
}
.modal-img {
    width: 100%;
    border-radius: 8px;
}
.card {
    border: none;
}
.card-title {
    text-align: center;
    /* margin-top: 10px; */
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
    /* position: absolute; */
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: var(--primary-color);
    bottom: 0px;
}

/* .gallery .card:hover .card-title {
    transition: 700ms;
    transform: scale(1.05);
    transition-timing-function: ease-in-out;
} */

thead tr th {
    background-color: var(--primary-color) !important;
    color: var(--white);
    /* border-color: var(--primary-color) !important; */
    text-align: center;
}

/* ======== CSS for Mobile Device ============= */
@media (max-width: 768px) {
    .welcome-section h1 {
        font-size: 2.5rem;
    }
    .welcome-section p {
        font-size: 1rem;
    }
    .welcome-section {
        height: auto;
    }
    .about-us p.about-text{
        width: 100% !important;
    }
    .about-us p.about-text {
        padding: 3rem !important;
    }

    section.why-choose-us {
        padding: 1rem !important;
    }

    .why-choose-us .info {
        margin-bottom: 40px !important;
    }

    .why-choose-us .services .service-card{
        margin-bottom: 20px;
    }
    
    .navbar .dropdown-menu{
        text-align: left;
    }

    .about-img{
        width: 100%;
    }

    .gallery img{
        height: auto;
    }
}
