@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Karla", serif !important;
    font-size: 12px !important;
    overflow-x: hidden;
    width: 100% !important;
}

@media (max-width:1110px) {
    body {
        margin: 0;
        padding: 0;
        font-family: "Karla", serif !important;
        font-size: 12px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
}

main {
    padding: 0px;
    padding-top: 90px;
}

/* Scroll Container */
.scroll-container img {
    width: 100%;
}

.slideshow-container .mySlides {
    display: none
}

.slideshow-container .mySlides img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Fading animation */
.slideshow-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* Sector CSS */
.sector-card {
    width: 32%;
    margin: 1% 2%;
    line-height: 25px;
    background-color: rgb(255, 243, 221);
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.sector-card h1 {
    padding: 2.5% 0%;
}

.feature-card h1 {
    padding: 2.5% 0%;
}

.feature-card {
    display: flex;
    flex-direction: column;
    line-height: 25px;
    width: 98%;
    margin: 1% 2%;
}

.sector-list {
    display: flex;
    justify-content: space-around;
}

.sector-list ul {
    list-style: none;
    padding-inline-start: 0px;
}

.sector-list ul li::before {
    content: '▶';
}

.sector-list ul a {
    color: black;
    text-decoration: none;
}

.sector-list ul a:hover {
    transition: all ease-in-out 0.1s;
    color: rgb(173, 84, 0);
    text-decoration: none;
}

.sector-card h1 {
    text-align: center;
}

/* Businesss */
.our-business {
    display: flex;
    flex-direction: column !important;
    align-items: center;
}

.businesses {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.businesses .business-card {
    width: 20%;
    height: 200px;
    margin: 1% 2%;
    /* border: solid red 1px; */
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.on-business {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.on-business h2 {
    font-size: 24px;
}

/* Contain Container */
.contain-container {
    padding: 5% 15%;
    display: flex;
    flex-direction: row;
    width: 70%;
    /* border: solid rgb(0, 255, 128) 1px; */
}

.about-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0%;
    justify-content: center;
    text-align: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.about-image img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.about-card {
    display: flex;
    flex-direction: column;
    line-height: 25px;
    width: 98%;
    margin: 1% 2%;
}

.about-card p {
    font-size: 125%;
    text-align: justify;
}

@media (max-width: 1110px) {
    .contain-container {
        padding: 2.5% 7.5%;
        display: flex;
        flex-direction: column-reverse;
        width: 85%;
    }

    .about-image img {
        object-fit: cover;
        width: 100%;
    }

    .about-image {
        width: 98%;
        margin: 1% 2%;
    }

    .about-card {
        display: flex;
        flex-direction: column;
        line-height: 25px;
        width: 98%;
        margin: 1% 2%;
    }

    .about-card p {
        text-align: justify;
        font-size: 125%;
    }

    .mission-container {
        flex-direction: column;
    }
}

/* Features */
.feature-card p {
    text-align: justify;
    font-size: 125%;
}

.feature-card {
    width: 98%;
}

.sector-card {
    width: 80%;
}

.sector-card p {
    font-size: 125%;
}

.sector-list a {
    font-size: 125%;
    text-align: left;
}

@media (max-width: 1110px) {
    .feature-card p {
        font-size: 125%;
        text-align: justify;
    }

    .feature-card {
        width: 98%;
    }

    .sector-card {
        width: 98%;
    }

    .sector-card p {
        font-size: 125%;
    }

    .sector-list a {
        font-size: 125%;
    }
}

/* About Us Container */
.values-container {
    display: flex !important;
    flex-direction: column !important;
    text-align: center;
}

.group-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
}

.group-card {
    max-width: 250px;
    width: 20%;
    background-color: rgb(255, 231, 187);
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.group-card img {
    width: 100px;
    background-color: white;
    border-radius: 50%;
    margin-top: 5%;
}

@media (max-width: 1110px) {
    .contain-container-card {
        padding: 2.5% 0%;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .values-container {
        display: flex !important;
        flex-direction: column !important;
        text-align: center;
        width: 100%;
    }

    .group-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .group-card {
        max-width: 150px;
        width: 40%;
        background-color: rgb(255, 231, 187);
        border-radius: 10px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
        padding: 5px;
    }

    .group-card h1 {
        font-size: 150%;
    }

    .group-card p {
        text-align: center;
    }
}

/* Directors Card */
.directors-card {
    width: 98%;
    margin: 1% 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.directors-card h1 {
    text-align: center;
}

.directors-card .director-card {
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.director-card .director-image {
    width: 25%;
    margin: 1%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
}

.director-image img {
    width: 100%;
}

.director-card .director-info {
    width: 71%;
    margin: 1%;
    align-content: center;
}

.director-info h4 {
    font-size: 20px;
}

.director-info h2 {
    font-size: 30px;
}

.director-info p {
    font-size: 15px;
    text-align: justify;
}

@media (max-width: 1100px) {
    .directors-card {
        width: 98%;
        margin: 1% 2%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .directors-card h1 {
        text-align: center;
    }

    .directors-card .director-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    .director-card .director-image {
        width: 50%;
        margin: 1%;
        overflow: hidden;
        object-fit: cover;
        border-radius: 15px;
    }

    .director-image img {
        width: 100%;
    }

    .director-card .director-info {
        width: 95%;
        margin: 2.5%;
        align-content: center;
    }

    .director-info h4 {
        font-size: 20px;
    }

    .director-info h2 {
        font-size: 30px;
    }

    .director-info p {
        font-size: 15px;
        text-align: justify;
    }
}

/* Contact */
.contact-con {
    margin: 0px 15px;
    padding: 0;
    color: #333;
}

header {
    text-align: center;
    background: #003a80;
    color: white;
    padding: 20px 0;
}

.contact-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.section-title {
    color: #003a80;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
}

.contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 175px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-details div {
    flex: 1 1 30%;
    margin: 10px 0;
    text-align: center;
}

.contact-details div i {
    font-size: 24px;
    color: #003a80;
    margin-bottom: 0px;
}

.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-item {
    flex: 1 1 48%;
    box-sizing: border-box;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 17px;
}

form input,
form textarea,
form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
}

form button {
    background: #f16100;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

form button:hover {
    background: #cf5d00;
}

.contact-details div img {
    width: 25px;
}

.contact-details div p {
    font-size: 15px;
}

@media (max-width: 1100px) {
    .contact-item {
        flex: 1 1 100%;
    }

    .contact-details {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .contact-details div {
        text-align: center;
    }
}

/* Company List */
.company-lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.check-option {
    display: flex;
    flex-direction: row;
    width: 30%;
}

.check-option input {
    width: 17.5px;
}

@media (max-width: 1100px) {
    .check-option {
        width: 50%;
    }

    .check-option input {
        width: 17.5px;
    }
}