/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Din Next", sans-serif;


}

/* Navbar Container */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #142b41;
    /* Background color matching the image */
    padding: 10px 20px;
    color: black;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    /* Space between icons */
}

.icon {
    width: 24px;
    height: 24px;

}

.nav-left {
    /* background-color :#FFFFFF; */
    background-color: #000000;
    color: #333333;
    height: 25px;
    width: 580.984px;
    min-height: auto;
    position: relative;
    display: flex;

}

/* Right Section: Buttons */
.nav-right {
    display: flex;
    gap: 15px;
    /* Space between buttons */
}

.portal-login,
.cta-button {
    background-color: #EAAB4C;
    font-family: "Din Next", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 23px 23px 23px 23px;
    color: black ;
}





/* General Navbar Styling */
.navbar {
    background-color: #ffffff;
    /* White background */
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Downside Navbar Styling */
.nav-down {
    display: flex;
    justify-content: space-between;
    /* Space between menu and search bar */
    align-items: center;
}

/* Menu Styling */
.nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    /* Spacing between menu items */
    margin: 0;
    padding: 0;
}

.nav-menu li {
    font-size: 16px;
    font-weight: bold;
}

.nav-menu li a {
    text-decoration: none;
    color: #000000;
    /* Black color for default links */
    padding: 5px 5px;
    font-weight: 700 !important;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-menu li a.active {
    color: #EAAB4C;
    /* Red color for active link */
}

.nav-menu li a:hover {
    color: #EAAB4C;
    /* Red color on hover */
}

/* Search Bar Styling */
.search-bar input {
    width: 280px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    /* Rounded edges */
    font-size: 14px;
    background-color: #f9f9f9;
    outline: none;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.search-bar input:focus {
    box-shadow: 0 0 5px rgba(255, 77, 77, 0.5);
    border-color: #ff4d4d;
}

/* Main Section Styles */
.main-section {
    position: relative;
    height: 500px;
    background-image: url('https://iwexpress.com/wp-content/uploads/2024/11/trend-1536x376.jpg');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Overlay Text Styles */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Semi-transparent overlay */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
}

.overlay-text {
    color: white;
    text-align: left;
    font-family: "Din Next";
    background-color: rgba(0, 0, 0, 0.61);
    font-size: 16px;
    margin-top: 84px;
    /* margin-left: 30px; */
    width: 23rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    padding-left: 60px;
    padding-right: 110px !important;
    Z-index: 7;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

/* Circular Buttons Styles */
.circle-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000 !important;
    background-color: white;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.circle-btn:hover {
    background-color: #000000;
    color: #EAAB4C !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .overlay-text {
        font-size: 1.8rem;
        margin-left: 20px;
    }

    .circle-btn {
        width: 80px;
        height: 80px;
        font-size: 1rem;
    }
}

.button {
    text-transform: uppercase;
    margin-block-end: 1rem;
    margin-block-start: .5rem;
    --align-self: center;

}

/* General Reset */
body {
    margin: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

/* Header Section */
.header {
    background-color: #000000;
    color: #EAAB4C;
    /* text-align: center !important; */
    padding: 3% 15% 3% 8%;
    background-image: url('https://iwexpress.com/wp-content/uploads/2024/11/icon.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    font-weight: lighter;
}


.header p {
    margin: 0 0 14px 0;
    height: 150.812px;
    width: 813.383px;
    font-size: 29px;
    font-weight: 500;
    text-align: left !important;
    line-height: 37.7px;
    display: block;
    transform: none;
    transition: all;
    word-spacing: 0px;
    line-height: 1.3em;
}

/* Button Section */
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    /* Light gray background */
    padding: 3% 13%;
}

.button-item {
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-weight: bold;
    align-items: center;
    text-align: center;
    color: #000000;
    padding-right: 1.4rem;
    flex-grow: 1;
}

.button-item .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.button-item p {
    margin: 0;
    font-size: 1rem;
}

/* Separator */
.separator {
    width: 2px;
    background-color: #000000;
    /* Light gray for the vertical line */
    height: 80px;
    align-self: center;
}

/* Hover Effects */
.button-item:hover {
    color: #EAAB4C;
    /* Change text color to red on hover */
}

.separator:hover {
    background-color: #EAAB4C;
    /* Change separator color on hover */
}

/* styles.css */
.way {

    background-color: #ffffff;
    color: #333333;
}

.service-section {
    text-align: center;
    padding: 5% 8%;
}

.service-section h2 {
    color: #000000;
    font-size: 32px;
    margin-bottom: 20px;
    padding: 2% 8%;
    font-weight: bolder;
}

.service-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* grid-template-columns: repeat(5, 1fr); */
    border-top: 0px solid #EAAB4C;
    border-right: 3px solid #EAAB4C;
    border-bottom: 3px solid #EAAB4C;
    border-left: 0px solid #EAAB4C;
    padding: 25px 5px 15px 5px;
    width: 254px;
    height: 169px;
    min-height: auto;
    position: relative;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #f8f7f7;
    text-align: center;
}


.tileText {
    font-family: "Din Next", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
}

.service-container:hover {
    background-color: #000000;
    color: #EAAB4C;
}

.service-item i {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    color: #EAAB4C;
    transition: color 0.3s ease;
}

.service-item:hover i {
    color: #ffffff;
}


.service-container>div:nth-child(5)::after,
.service-container>div:nth-child(10)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    bottom: -10px;
    left: 0;
}

/* Business Infographic Section */
.business-infographic {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.infographic-section {
    padding: 40px;
    color: white;
    border-right: 3px solid #EAAB4C;
}

.infographic-section.red {
    background-color: #EAAB4C;
    /* Red background */
}

.infographic-section.blue {
    background-color: #000000;
    /* Blue background */
}

.infographic-section h2 {
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.infographic-section .stat {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: -10px !important;
    text-align: center;
}

.stat {
    border-top-right-radius: 1px;
}

.infographic-section p {
    font-size: 1.2rem;
    margin: 0;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .business-infographic {
        flex-direction: column;
    }
}

.four-blocks-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 5%;
}

.block {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.block img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.block-content {
    padding: 20px;
}

.block-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
    height: 5rem;
    text-align: left;
}

.block-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    height: 6.5rem;
    text-align: left;
}

.block-button {
    background-color: #EAAB4C;
    margin-top: 20 px 0 0 0;
    padding: 7px 32px 7px 32px;
    color: #ffffff;
    border-radius: 90px;
}



/* Responsive Design */
@media (max-width: 768px) {
    .block img {
        height: 150px;
    }
}

/* Footer */
.footer {
    font-family: "Din Next", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    background-color: #EAAB4C;
    /* Red Footer */
    color: black;
}


/* General Styling */

/* Main Heading */
.heading {
    font-size: 40px;
    font-weight: 700px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1;
    box-sizing: border-box;
    margin-block-start: .5rem;
    margin-block-end: 1rem;
}

.underline{
    width: 130px;
    height: 10px;
    border-bottom: 5px solid #EAAB4C;
}

/* Subheadings */
.subheading {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}



/* List Items */
.list-item {
    font-family: "Din Next", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 43px;
}

/* Contact Details */
.contact-details {
    font-size: 14px;
    line-height: 1.6;
}

/* Icons */
.icon {
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 10px;
    display: inline-block;
    transition: color 0.3s ease;
}



/* Email Subscription Box */
.email-box input {
    font-size: 14px;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 4px;
    margin-right: 10px;
}

.email-box button {
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-color: #EAAB4C;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.email-box button:hover {
    background-color: #C23030;
    /* Slightly darker red */
}




.footer-container {
    background-color: #000000;
    color:#FFFFFF ;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-items: center;
    color: #FFFFFF;
    padding: 3% 5%;
}