* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* Navbar Styles */
.navbar {
    margin-top: -12px;
    margin-bottom: -10px;
    padding: 0px 6px;
    height: 96px;
}

.logo-text img {
    width: 100%;
}

#logo {
    height: 82px;
    width: 100%;

}

/* Nav Item Styles */
.nav-item .nav-link {
    font-size: 15px;
    font-weight: 600 !important;
    color: rgb(66, 93, 116) !important;
    padding: 8px 15px;
    transition: color 0.2s ease;
}

.nav-item .nav-link:hover {
    color: green !important;
}

.nav-item.active .nav-link {
    color: green !important;
}

.select-dropdown {
    margin-right: 9px;
}

.select-dropdown .btn-custom-dropdown {
    padding: 0;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: transparent;
    box-shadow: none !important;
}

.lang-text {
    background-color: rgb(94, 100, 100);
    color: white;
    padding: 8px 16px;
    font-size: 18px;
}

.lang-arrow {
    background-color: #343a40;
    color: white;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.select-dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #343a40;
    margin-top: 5px;
    padding: 0;
    min-height: auto;
    width: 70px;
}

.select-dropdown .dropdown-item {
    color: white;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
    width: 100%;
    clear: both;
    background-color: transparent;
}

.select-dropdown .dropdown-item:hover,
.select-dropdown .dropdown-item:focus,
.select-dropdown .dropdown-item:active,
.select-dropdown .dropdown-item.active {
    background-color: #495057 !important;
    color: white !important;
}

.google {
    border: 0.9px solid rgb(180, 174, 174);
    border-radius: 5px;
    width: 170px;
    height: 38px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.google:hover {
    background-color: rgb(222, 233, 240);
    color: rgb(43, 41, 41);
    transition: all 0.3s ease;
    cursor: pointer;
}

.google img {
    height: 26px;
    margin-right: 10px;
}

.google .h {
    font-weight: bold;
    font-size: 13px;
    font-family: sans-serif;
    margin: 0;
}

.contact-container {
    padding: 40px 20px;
    text-align: center;
}

.contact-title {
    font-weight: 600;
    color: #1976d2;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.divider {
    height: 4px;
    width: 60px;
    border-radius: 2px;
    background-color: #2f91d7;
    margin: 0 auto 16px auto;
}

.contact-description {
    font-size: 1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

/* Main Container */
.MuiBox-root.css-hvv11o {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Grid Container */
.MuiGrid-container.css-isbt42 {
    display: flex;
    /* flex-wrap: wrap; */
    width: 87%;
    margin: 40px;
}

/* Grid Items */
.MuiGrid-item {
    padding: 8px;
    box-sizing: border-box;
}

/* Contact Info Section */
.css-1r482s6 {
    margin-bottom: 30px;
}

/* Contacts Title */
.css-18onwl8 {
    font-size: 2.5rem;
    font-weight: 600;
    /* color: #1976d2; */
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px;*/
}

/* Contact Item Container */
.css-i9qltj {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: -8px;
    margin-bottom: 20px;
    align-items: flex-start;
}

/* Icon Column */
.css-1pryoe4 {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* Icon Styles */
.MuiSvgIcon-root {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.css-vubbuv {
    font-size: 1.5rem;
    color: rgb(97, 206, 112) !important;
}

/* Content Column */
.css-15bmrk3 {
    padding: 8px;
}

/* Contact Type Title */
.css-1pwhwp1 {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Contact Details */
.css-1kbkr4n {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5;
}

/* Form Section */
.css-1ak9ift {
    margin-bottom: 30px;
}

/* Form Styles */
form {
    width: 100%;
}

/* Form Control */
.MuiFormControl-root {
    width: 100%;
    margin-bottom: 16px !important;
}

/* Input Fields */
.MuiInputBase-root {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
}

.MuiOutlinedInput-root {
    position: relative;
    border-radius: 4px;
}

.MuiInputBase-input {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 16.5px 14px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    display: block;
    min-width: 0;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
}

.MuiOutlinedInput-input {
    padding: 16.5px 14px;
}

.css-1x5jdmq {
    padding: 14px;
}

/* Textarea */
.MuiInputBase-multiline {
    padding: 0;
}

.css-u36398 {
    padding: 16.5px 14px;
    height: auto;
    resize: vertical;
    min-height: 92px;
}

/* Outline Border */
.MuiOutlinedInput-notchedOutline {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.23);
}

/* Button */
.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}

.css-142dg4o {
    color: #fff;
    background-color: #1976d2;
    border-radius: 50px;
    font-family: revert;
}

.css-142dg4o:hover {
    background-color: rgb(17, 82, 147);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* Placeholder */
::placeholder {
    color: rgba(0, 0, 0, 0.42);
    opacity: 1;
}

/* Responsive Design */
@media (min-width: 600px) {

    .css-1r482s6,
    .css-1ak9ift {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .css-1r482s6 {
        width: 41.6667%;
    }

    .css-1ak9ift {
        width: 58.3333%;
    }

    .css-1r482s6,
    .css-1ak9ift {
        flex-basis: auto;
        flex-grow: 0;
        max-width: none;
    }
}

/* Mobile Responsive */
@media (max-width: 959px) {
    .MuiGrid-container.css-isbt42 {
        flex-direction: column;
    }

    .css-1r482s6,
    .css-1ak9ift {
        width: 100%;
        max-width: 100%;
    }

    .css-i9qltj {
        margin-bottom: 15px;
    }

    .MuiInputBase-input,
    .css-1x5jdmq,
    .css-u36398 {
        padding: 12.5px 14px;
    }
}

@media (max-width: 600px) {
    .MuiBox-root.css-hvv11o {
        padding: 10px;
    }

    .css-18onwl8 {
        font-size: 1.25rem;
    }

    .css-1pwhwp1 {
        font-size: 0.75rem;
    }

    .css-1kbkr4n {
        font-size: 0.875rem;
    }

    .MuiSvgIcon-root {
        font-size: 1.25rem;
    }

    .css-142dg4o {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 400px) {
    .css-1pryoe4 {
        width: 16.6667%;
    }

    .css-15bmrk3 {
        width: 83.3333%;
    }
}



/* Footer Styles */
.footer-section {
    background-color: #fff;
    border-top: 1px solid #eee;
}

.footer-section h5 {
    color: #333;
}

.footer-section .text-muted {
    color: #292b2d !important;
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ebebef;
    margin-right: 1rem;
    transition: background-color 0.3s ease;
}

.social-icon-link:hover {
    background-color: #dcdcdc;
}

.social-icon-link img {
    width: 30px;
    height: 30px;
}

/* User Profile Dropdown Styles */
#userProfileDropdown {
    transition: transform 0.2s ease;
}

#userProfileDropdown:hover {
    transform: scale(1.05);
}

#userProfileDropdown img {
    transition: border-color 0.2s ease;
}

#userProfileDropdown:hover img {
    border-color: #6fbf52;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/* Footer Term Styles */
.term {
    display: flex;
    margin-left: 485px;
}

.term h1 {
    font-size: 16px;
    color: gray;
    margin-left: 32px;
}