/*-------- Main styles ---------------*/


body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4e5182;
    line-height: 1.6;
    background: #4e51810f;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: justify;
}

header {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 98%;
}

h1 {
    font-size: 3.5vw;
    line-height: 3.5vw;
}

a {
    text-decoration:none;
}

input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #7a7878;
}

[type=submit], [type=reset], button, html [type=button] {
    border-radius: 12px;
    width: -webkit-fill-available;
    color: #ffffff;
    background: #4b4e7b;
}

form {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}

.logo {
    width: -webkit-fill-available;
    max-width: 1210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 40px;
}

.logo img {
    width: -webkit-fill-available;
    max-width: 222px;
}

i span {
    font-family: "Montserrat", sans-serif;
}

.topbar-details-div {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    flex-direction: column;
}

.top-bar-socials-div {
    display: flex;
    gap: 20px;
}

.top-bar-contacts-div {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.social-icon i {
    color: #4e5182;
}

.top-bar-covid {
    text-decoration: none;
    color: #ffffff;
    background-color: #4e5182;
    padding: 0 10px;
    font-size: small;
    display: flex;
    align-items: center;
}

.hero {
    background-image: url('../images/banner-image-1.jpeg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    z-index: -5;
    position: relative;
    top: 40px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.about-section {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: -5;
    position: relative;
    top: 40px;
    padding: 40px 40px 80px;
}

.about-page-section {
    display: flex;
    width: 100%;
    max-width: 1020px;
    margin: 80px auto 40px;
    gap: 60px;
}

.about-section .container {
    background-color: transparent;
    display: flex;
    gap: 40px;
}

.about-section .container div {
    width: 100%;
    text-align: left;
}

.about-section .container img {
    width: inherit;
    height: -webkit-fill-available;
    object-fit: cover;
    border-radius: 80px 0 80px 0;
}

.hero-content {
    max-width: 800px;
    padding: 20px;
    position: relative;
}

.hero-content h1 {
    font-size: 4.5vw;
    line-height: 4.5vw;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4e5182;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.mission_vision_dropdown {
    font-size: 16px;
    /* background: #ccc; */
    color: #fff;
    padding: 0px 10px;
    border-radius: 7px;
}

.mission_vision_dropdown h2 {
    background: #4d507ecf;
    padding: 0px 10px;
    border-radius: 4px;
    margin: 10px auto;
    display: flex;
    align-items: center;
}

.mission_vision_dropdown p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4e5182;
}

.mission_vision_dropdown li {
    padding: 0;
    font-size: 18px;
    color: #4e5182;
    line-height: 1.6;
    margin: 0 auto;
    text-align: justify;
    list-style: disc;
}

.mission_vision_dropdown_icon {
    font-size: xxx-large;
    /* border: 4px solid; */
    border-radius: 50%;
    padding: 20px;
    margin-right: 15px;
}
.dropdown-content {
            display: none;
            background: #fff;
            padding: 15px;
        }
        
.mission_vision_dropdown.active .dropdown-content {
    display: block;
    background: #fff;
    padding: 15px;
}

.dropdown-toggle {
        cursor: pointer; /* Add pointer cursor to dropdown toggles */
    }
    
.services_section {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    }
    
.corporate_clothing_image_container {
            height: 300px;
            background-image: url('../../assets/images/corporate-branding.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }
        
.brand_marketing_image_container {
            height: 300px;
            background-image: url('../../assets/images/brand-marketing-2.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }        
        
.content_management_image_container {
            height: 300px;
            background-image: url('../../assets/images/content-management.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }
        
.pr_image_container {
            height: 300px;
            background-image: url('../../assets/images/pr.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }
.events_management_image_container {
            height: 300px;
            background-image: url('../../assets/images/events-management.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }
.transit_media_image_container {
            height: 300px;
            background-image: url('../../assets/images/transit-media.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }
.digital_media_image_container {
            height: 300px;
            background-image: url('../../assets/images/digital-media.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }
.creative_services_image_container {
            height: 300px;
            background-image: url('../../assets/images/creative-services.jpg');
            background-size: cover; /* Ensures the image covers the container */
            background-position: bottom; /* Centers the image horizontally and vertically */
            border-radius: 12px;
        }
    
        
.services_section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
} 

.services_section div {
    width: 100%;
}

.services_section_div1 {
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    margin: 100px auto;
}

.portfolio_section {
    width: 100%;
    max-width: 1020px;
    display: flex;
    margin: 100px auto;
    justify-content: center;
    gap: 20px;
}
.portfolio_section img {
    width: 100%;
    max-width: 150px;
}

.portfolio_section_div1 {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 20px auto;
    border-radius: 13px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 2px #ccc;
}
.portfolio_section_div1:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}
.terms_section {
    width: 100%;
    max-width: 1020px;
    margin: 80px auto;
}
.thank-you-message {
    width: 100%;
    background: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    top: -108px;
    font-size: 15px;
    font-weight: 700;
}
