body {
    overflow-x: hidden;
    /* font-family: 'sans-serif' !important; */
    font-family: 'Open Sans' !important;
}

.box {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans' !important;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    width: 100%;
    background: #005B96;
    top: 0;
    z-index: 500;
    position: sticky;
    padding-top: 10px;
    padding-bottom: 10px;
}


.navbar nav {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.logo {
    font-size: large;
    text-align: center;
    width: 18%;
    padding-bottom: 1px;
    padding-top: 5px;
}

.ahome {
    color: white !important;
}

.navbar nav a {
    text-decoration: none;
    color: #ffff00;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    white-space: nowrap;
    position: relative;
}

.navbar nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .3s;
}

.navbar nav a:hover {
    color: #fff;
}

.navbar nav a:hover::after {
    width: 100%;
}

/* Large Tablet */
@media (max-width:1200px) {

    .logo {
        width: 250px;
    }

    .navbar nav {
        gap: 25px;
    }

    .navbar nav a {
        font-size: 15px;
    }
}

/* Tablet */
@media (max-width:992px) {

    .navbar nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .logo {
        width: 220px;
        margin: 0 auto 15px;
    }

    .navbar nav a {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width:768px) {

    .navbar nav {
        flex-direction: column;
        gap: 12px;
        padding: 15px;
    }

    .logo {
        width: 180px;
        margin: 0 0 10px 0;
    }

    .navbar nav a {
        width: 100%;
        text-align: center;
        padding: 12px;
        background: rgba(255, 255, 255, .08);
        border-radius: 6px;
        font-size: 15px;
    }

    .navbar nav a::after {
        display: none;
    }
}

.mb {
    margin-bottom: -5px !important;
}

.footer {
    background-color: #005B96;
    height: 73px;
    margin-top: -72px !important;
}

.links {
    background-color: #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
    font-family: 'Open Sans';
}

.samesize {
    font-size: 15px;
}

.samesize a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.samesize {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.samesize::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #ffff00 !important;
    /* Yellow */
    transition: width 0.4s ease;
}

.samesize:hover {
    transform: translateY(-2px);
}

.samesize:hover::after {
    width: 100%;
}

.samesize:hover a {
    color: #005B96 !important;
    transition: color 0.3s ease;
}


.differentsize {
    font-size: 14px;

}

.m3 {
    margin-left: 15%;
    margin-right: 15%;
}

.sameevery {
    color: rgb(171, 171, 171);
    font-size: large;

}

.size {
    margin-bottom: 0px;
}

.sizes {
    color: rgb(145 138 148);
    margin-bottom: 0px;
}

.contractor {
    margin-left: 21%;
    margin-right: 50%;
    margin-top: 4%;
    font-family: 'Open Sans';
}

h5 {
    color: #005B96;
}

.mar {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;

}

.cblue {
    color: #005B96;
    padding-bottom: 1%;
    font-family: 'Open Sans' !important;
}


#quick {
    scroll-margin-top: 160px;
}

#quick {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#terms {
    scroll-margin-top: 10px;
}

#terms {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 90px;
}

#short {
    scroll-margin-top: 50px;
}

#short {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.isan {
    word-spacing: 1px;
    font-size: medium;
}

.mb- {
    font-size: medium;
}

/* img slider start */

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;

}

/* .slides {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease;
} */

.img {
    width: 100% !important;
    overflow: hidden;
}

/* .slide {
    background-size: cover;
    background-position: center;
}

.slide:nth-child(1) {
    background-image: url('');
}

.slide:nth-child(2) {
    background-image: url('');
}

.slide:nth-child(3) {
    background-image: url('');

} */

.overlay {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    width: 100%;
}

.overlay h1 {
    font-size: 60px;
    margin-bottom: 15px;
}

.overlay p {
    font-size: 22px;
    margin-bottom: 25px;
}

.btn {
    display: inline-block;
    padding: 14px 35px;
    background: #005b96;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}

.btn span {
    position: relative;
    font-size: larger;
}

.btn span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .3s;
}

.btn:hover {
    color: #ffff00;
}

.btn:hover span::after {
    width: 100%;
}


.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 20;
    backdrop-filter: blur(5px);
}


.arrow:hover {
    background: rgba(255, 255, 255, 0.4);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* img slider ends */

/* inductin page */

.page-banner {
    background: #4F4E4E;
    color: #fff;
    padding: 25px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-banner h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.breadcrumb {
    font-size: 13px;
}

.breadcrumb a {
    color: #ddd;
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 4px;
}

.mt20 {
    margin-top: 5%;
    padding-top: 3%;
    padding-bottom: 2%;
    margin-left: 15%;
    margin-right: 15%;
    background: #ffffff;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

}


.fontsi {
    margin-top: 3%;
    font-size: large;
    color: rgb(79, 78, 78);
}


.mbp {
    margin-top: 7%;
    padding-bottom: 5%;
    margin-left: 15%;
    margin-right: 15%;
}

.whatis {
    color: #005B96;
    font-size: xxx-large;
    margin-left: 5%;
    margin-right: 5%;
}

.answer {
    font-size: x-large;
    margin-left: 5%;
    margin-right: 5%;
}

.fristimg {
    margin-left: 5%;
    margin-right: 15%;
}

.sndimg {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.delay1111 {
    /* transition: all 03s ease; */
    color: rgb(145 138 148);
}

.delay1111:hover {
    color: #ffff00 !important;
}

iframe {
    width: 90%;
}

/* ==========================================================================
   FAQ Accordion Element Layout Styles
   ========================================================================== */
.faq-section {
    max-width: 900px;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-top: 100px !important;
    font-family: 'Open Sans' !important;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Base styling for each expanding item */
.accordion-item {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Hover accent feedback rules */
.accordion-item:hover {
    border-color: #1a73e8;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.08);
}

/* Clickable Header Strip Settings */
.accordion-header {
    padding: 18px 20px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    list-style: none;
    /* Clear native generic markers on modern browsers */
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    outline: none;
}



/* Explicit fallback removal for Safari webkit browsers */
.accordion-header::-webkit-details-marker {
    display: none;
}

/* Custom interactive arrow design indicator using CSS pseudo elements */
.accordion-header::after {
    content: '\276F';
    /* CSS character entity code for narrow right bracket arrow angle */
    font-size: 0.9rem;
    color: #777777;
    transition: transform 0.25s ease;
}

/* Rotate arrow when the parent native details tag is evaluated active open status */
.accordion-item[open] .accordion-header::after {
    transform: rotate(90deg);
    color: #1a73e8;
}

.accordion-item[open] .accordion-header {
    border-bottom: 1px solid #f5f5f5;
    color: #1a73e8;
}

/* Inner Sliding Text Content Block Padding bounds setup */
.accordion-content {
    padding: 20px;
    background: #ffffff;
    line-height: 1.6;
    color: #555555;
    font-size: 0.98rem;
}

.accordion-content p,
.accordion-content ul {
    margin: 0;
}

.accordion-content ul {
    padding-left: 20px;
}

.accordion-content li {
    margin-bottom: 8px;
}

.accordion-content li:last-child {
    margin-bottom: 0;
}

/* Responsive adjustment on mobile viewports */
@media (max-width: 768px) {
    .faq-section {
        padding: 25px 20px;
        margin: 40px 15px;
    }

    .accordion-header {
        padding: 14px 16px;
        font-size: 1rem;
    }
}

/* ==========================================================================
   FAQ Accordion Element Layout Styles
   ========================================================================== */
.faq-section {
    max-width: 900px;
    margin: 60px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Base styling for each expanding item */
.accordion-item {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Hover accent feedback rules */
.accordion-item:hover {
    border-color: #1a73e8;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.08);
}

/* Clickable Header Strip Settings */
.accordion-header {
    padding: 18px 20px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    list-style: none;
    /* Clear native generic markers on modern browsers */
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    outline: none;
}

/* Explicit fallback removal for Safari webkit browsers */
.accordion-header::-webkit-details-marker {
    display: none;
}

/* Custom interactive arrow design indicator using CSS pseudo elements */
.accordion-header::after {
    content: '\276F';
    /* CSS character entity code for narrow right bracket arrow angle */
    font-size: 0.9rem;
    color: #777777;
    transition: transform 0.25s ease;
}

/* Rotate arrow when the parent native details tag is evaluated active open status */
.accordion-item[open] .accordion-header::after {
    transform: rotate(90deg);
    color: #1a73e8;
}

.accordion-item[open] .accordion-header {
    border-bottom: 1px solid #f5f5f5;
    color: #1a73e8;
}

/* Inner Sliding Text Content Block Padding bounds setup */
.accordion-content {
    padding: 20px;
    background: #ffffff;
    line-height: 1.6;
    color: #555555;
    font-size: 0.98rem;
}

.accordion-content p,
.accordion-content ul {
    margin: 0;
}

.accordion-content ul {
    padding-left: 20px;
}

.accordion-content li {
    margin-bottom: 8px;
}

.accordion-content li:last-child {
    margin-bottom: 0;
}

/* Responsive adjustment on mobile viewports */
@media (max-width: 768px) {
    .faq-section {
        padding: 25px 20px;
        margin: 40px 15px;
    }

    .accordion-header {
        padding: 14px 16px;
        font-size: 1rem;
    }
}

/* ==========================================================================
   FAQ Accordion Element Layout Styles
   ========================================================================== */
.faq-section {
    max-width: 900px;
    margin: 60px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0%;
    margin-bottom: 5%;
}

/* Base styling for each expanding item */
.accordion-item {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 8px !important;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Hover accent feedback rules */
/* .accordion-item:hover {
    border-color: #1a73e8;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.08);
} */

/* Clickable Header Strip Settings */
.accordion-header {
    padding: 18px 20px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    list-style: none;
    /* Clear native generic markers on modern browsers */
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    outline: none;
}

/* Explicit fallback removal for Safari webkit browsers */
.accordion-header::-webkit-details-marker {
    display: none;
}

/* Custom interactive arrow design indicator using CSS pseudo elements */
.accordion-header::after {
    content: '\276F';
    /* CSS character entity code for narrow right bracket arrow angle */
    font-size: 0.9rem;
    color: #777777;
    transition: transform 0.25s ease;
}

/* Rotate arrow when the parent native details tag is evaluated active open status */
.accordion-item[open] .accordion-header::after {
    transform: rotate(90deg);
    color: #1a73e8;
}

.accordion-item[open] .accordion-header {
    border-bottom: 1px solid #f5f5f5;
    color: #1a73e8;
}

/* Inner Sliding Text Content Block Padding bounds setup */
.accordion-content {
    padding: 20px;
    background: #ffffff;
    line-height: 1.6;
    color: #555555;
    font-size: 0.98rem;
}

.accordion-content p,
.accordion-content ul {
    margin: 0;
}

.accordion-content ul {
    padding-left: 20px;
}

.accordion-content li {
    margin-bottom: 8px;
}

.accordion-content li:last-child {
    margin-bottom: 0;
}


.myborder {
    border: 1px solid #f5f5f5 !important;
    color: #1a73e8 !important;
}

.myborder:hover {

    border: 1px solid #1a73e8 !important;
    border-radius: 4;

}

.termss {
    text-align: left !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
    color: #919191;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Open Sans' !important;
}

.ml-5 {
    padding-left: 6%;
}

.ml-2 {
    margin-left: 19px;
}

.padding {
    margin-top: 15%;
    margin-bottom: 12%;
}

.margintop {
    margin-top: 2% !important;
    color: #005b96;
    padding-bottom: 2%;

}

.modify {
    text-align: center;
    margin-bottom: 5%;
}

video {
    height: 220px;
    width: 65%;
}

/* media query full page */

@media screen and (min-width: 50px) and (max-width:800px) {
    .video {
        flex-wrap: nowrap;
    }

}

@media screen and (min-width: 50px) and (max-width:405px) {
    .overlay {
        top: 65% !important;
    }

}

@media screen and (min-width: 50px) and (max-width:769px) {

    .navbar {
        top: 0;
        z-index: 0;
        position: static;
    }

}

@media screen and (min-width: 50px) and (max-width: 770px) {
    .arrow {
        margin-top: 50% !important;
    }

    .overlay {
        margin-top: 50% !important;

    }
}

@media screen and (min-width: 50px) and (max-width: 1000px) {
    .size {
        font-size: smaller;
    }

}

@media screen and (min-width: 50px) and (max-width: 1200px) {
    .mt-3 {
        margin-left: 8%;
        margin-right: 8%;
    }

    .contractor {
        margin-left: 11%;
        margin-right: 10%;
        margin-top: 4%;
        font-size: small;
    }

    .mar {
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
        font-size: small;

    }

    .mt20 {
        margin-top: 15%;
        padding-bottom: 12%;
        margin-left: 10% !important;
        margin-right: 10% !important;
        flex-wrap: wrap;
    }


    .fontsi {
        margin-top: 5%;
        font-size: medium;
        color: rgb(79, 78, 78);
    }

    .termss {
        text-align: left !important;
        margin-left: 20% !important;
        margin-right: 20% !important;
        color: #919191;
        font-size: smaller;
    }

    .terms {
        margin-top: 10%;
    }

    .containerss {
        margin-left: 15% !important;
        margin-right: 15% !important;
    }

    .btn {
        margin-bottom: 30px;
    }

}


@media screen and (min-width: 50px) and (max-width: 600px) {
    .mt-3 {
        margin-left: 2%;
        margin-right: 2%;
    }

    .contractor {
        margin-left: 11%;
        margin-right: 10%;
        margin-top: 4%;
        font-size: smaller;
    }

    .mar {
        text-align: center;
        margin-left: 2%;
        margin-right: 2%;
        font-size: smaller;

    }

    .mb- {
        margin-left: 10% !important;
        margin-right: 0% !important;
    }

    .fontsi {
        margin-top: 5%;
        font-size: small;
        color: rgb(79, 78, 78);
    }

    .containerss {
        margin-left: 30% !important;
        margin-right: 30% !important;
    }



}


@media screen and (min-width: 50px) and (max-width: 500px) {

    .mb- {
        display: none;
    }

}


/* Enquiry */
.containerss {
    /* max-width: 600px; */
    /* width: 100%; */
    justify-content: center;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 5%;
    padding-bottom: 10%;
}

header .logo {
    font-family: 'open sans' !important;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

header .tagline {
    font-family: 'open sans' !important;
    font-size: 1.2rem;
    color: var(--secondary-text-color);
    margin-top: 5px;
    margin-bottom: 40px;
}

main .coming-soon-title {
    font-family: 'open sans' !important;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

main .subtext {
    color: var(--secondary-text-color);
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}


.signup-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.signup-form label,
.signup-form input[type="email"],
.signup-form button {
    display: inline-block;
    vertical-align: middle;
    /* Ensures proper vertical alignment */
    margin-right: 10px;
    /* Adds spacing between elements */
}

.security-form input {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.signup-code button {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    /* Add this for vertical alignment */
}

.signup-form input {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'open sans' !important;
    flex-grow: 1;
    /* Change width: 100% to this */
    box-sizing: border-box;
}

.signup-form input {
    padding: 15px;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'open sans' !important;
    width: 100%;
    box-sizing: border-box;
    /* Ensures padding doesn't affect width */
}

.signup-form button {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.signup-form button:hover {
    background-color: #74654e;
}

.signup-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
}

.form-row {
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
    /* Adds space between form groups */
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group-full {
    flex: 1 1 100%;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* Ensures padding and border are included in the total width */
}

button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #45a049;
}

.security-form input {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'open sans' !important;
    width: 40%;
    box-sizing: border-box;
    /* Ensures padding doesn't affect width */
}

.security-form button {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.security-form button:hover {
    background-color: #928269ff;
}

footerend {
    margin-top: 50px;
    color: var(--secondary-text-color);
    font-size: 0.9rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.contact-info a {
    color: var(--secondary-text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--primary-text-color);
}

.contact-info i {
    margin-right: 8px;
}

/* Responsive Design for larger screens */
@media (min-width: 600px) {
    .form-row {
        flex-direction: row;
        justify-content: center;
    }

    .contact-info {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }
}

.enquiry-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    /* Adjust the max-width as needed */
}

/* A row in the form */
.form-row {
    display: flex;
    gap: 20px;
    /* Creates space between form groups in the same row */
    margin-bottom: 15px;
}

/* A single form group (label + input) */
.form-group {
    display: flex;
    align-items: center;
    /* Vertically aligns label and input */
    flex: 1;
    /* Allows the groups to share space equally */
}

/* Style for the labels */
.form-group label {
    margin-right: 10px;
    font-weight: bold;
    white-space: nowrap;
    /* Prevents the label text from wrapping */
}

/* Style for the input fields */
.form-group input {
    width: 100%;
    /* Makes the input take up all available space in its container */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Modifier class for the email field to make it span the full width */
.form-group.full-width {
    flex: 1 1 100%;
}

/* Style for the submit button */
button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #8a795d;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

button[type="submit"]:hover {
    background-color: #928269ff;
}

.form-row input,
.form-row button {
    box-sizing: border-box;
    margin: 0;
    /* Removes default browser margins */
    border: 1px solid #cccccc;
    /* Unifies the border */
    padding: 10px;
    /* Example padding */
    font-size: 16px;
    /* Example font size */
}

/* Optional: Style the button to match the image */
.form-row button {
    background-color: #8a795d;
    color: white;
    border-color: #005B96;
    cursor: pointer;
}

/* Form Container */


/* Form Box */
.form-box {
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Inputs */
.form-box input,
.form-box textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid cornflowerblue;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}



/* Button */
.form-box button {
    background: #005B96;
    color: #ffff00;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.form-box button:hover {
    background: #e0b100;
}