/* Default Styles */


.collapsible {
    background-color: #16253f;
    color: #E2C6A3;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 10px ;
  }
  
  .active, .collapsible:hover {
    background-color: #555;
  }
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-bottom: 10px;
  }


.main-area-bg:not(.pagelayout-login) div[role="main"] {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 13px 37px rgba(92, 107, 121, .1);
    margin-top: -5%;
}


.container2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
}

.top-row, .bottom-row {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.text-column {
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    height: 400px;
    width: 630px;
}

.top-row .text-column {
    flex: 1;
    height: 300px;
    background-color: #16253f;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: 20px;
}

.top-row .image-column {
    flex: 2;
    height: 350px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 60px;
    background-color: #E2C6A3;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-row {
    position: relative;
    margin-top: 100px;
}

.bottom-column {
    box-sizing: border-box;
    margin-left: 20px;
}

.bottom-column:first-child {
    flex: 0 0 33%;
}

.bottom-column:last-child {
    flex: 0 0 66%;
}

.bottom-row .divider {
    margin-top: 35px;
    position: absolute;
    top: 0;
    left: 33%;
    height: 100%;
    width: 4px;
    background-color: #E2C6A3;
}

.text-column h1, .text-column h2 {
    margin: 0;
}

.text-column h1 {
    text-align: left;
    padding-left: 50px;
    font-size: 35px;
    color: #E2C6A3;
}

.text-column p {
    margin: 10px 0;
    background-color: #54565a21;
    width: 90%  !important;
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.action-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: red;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s;
    float: right;
    margin-top: -25px;
    width: 170px;
}

.action-button:hover {
    background-color: #E2C6A3;
}

.text-column h2 {
    font-size: 20px;
    text-align: left;
}

.small-icon {
    display: block;
    margin: 0 auto;
    width: 204px;
    height: 150px;
    margin-bottom: 40px;
}

.bottom-row .text-column {
    margin-top: 50px;
}

.top-row .text-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider2 {
    width: 15px;
    height: 220px;
    background-color: #E2C6A3;
    border-radius: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) and (min-width: 769px) {
    .container2 {
        max-width: 90%;
        padding: -10px;
    }

    .bottom-row .divider {
        margin-top: 35px;
        position: absolute;
        top: 0;
        left: 33%;
        height: 100%;
        width: 4px;
        background-color: #E2C6A3;
        margin: px;
        margin: 50px;
    }

    .top-row, .bottom-row {
        flex-direction: row;
    }

    .top-row .text-column, .top-row .image-column {
        flex: 1;
        height: auto;
        padding: 10px;
    }

    .text-column h1 {
        font-size: 28px;
    }

    .image-column img {
        height: auto;
        width: 100%;
        position: static;
    }

    .bottom-column:first-child {
        flex: 0 0 40%;
    }
    .bottom-column:last-child {
        flex: 0 0 60%;
    }

    .action-button {
        font-size: 15px;
        padding: 8px 16px;
        width: 150px;
    }

    .small-icon {
        width: 150px;
        height: 100px;
    }
}

@media (min-width: 570px) and (max-width: 770px) {
    .container2 {
        padding: 20px; /* Adjust padding */
        max-width: 100%;
    }

    .top-row, .bottom-row {
        flex-direction: column;
        align-items: center; /* Center content */
    }

    .top-row .text-column, .top-row .image-column, 
    .bottom-column:first-child, .bottom-column:last-child {
        flex: 1;
        width: 100%;
        padding: 20px; /* Adjust padding */
    }

    .text-column h1 {
        font-size: 32px; /* Adjust font size */
        padding-left: 10px;
        text-align: center; /* Center heading */
    }

    .image-column img {
        height: auto;
        width: 100%;
        position: static;
        border-radius: 4px; /* Ensure border radius applies */
    }

    .action-button {
        font-size: 16px; /* Adjust button font size */
        padding: 10px 20px;
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .small-icon {
        width: 120px; /* Adjust icon size */
        height: 120px;
    }

    .divider {
        display: none; /* Hide divider on smaller screens */
    }

    .text-column h2 {
        text-align: center; /* Center headings */
    }

    .bottom-row p {
        font-size: 18px; /* Adjust font size in bottom-row */
        padding: 0 10px; /* Adjust padding around paragraphs */
        text-align: center; /* Center text in bottom-row */
    }
}
@media (min-width: 470px) and (max-width: 569px) {
    .container2 {
        padding: 15px; /* Adjust padding for this range */
        max-width: 100%;
    }

    .top-row, .bottom-row {
        flex-direction: column;
        align-items: center; /* Center content */
    }

    .top-row .text-column, .top-row .image-column, 
    .bottom-column:first-child, .bottom-column:last-child {
        flex: 1;
        width: 100%;
        padding: 15px; /* Adjust padding for better spacing */
    }

    .text-column h1 {
        font-size: 28px; /* Adjust font size */
        padding-left: 15px;
        text-align: center; /* Center heading */
    }

    .image-column img {
        height: auto;
        width: 100%;
        position: static;
        border-radius: 4px; /* Ensure border radius applies */
    }

    .action-button {
        font-size: 16px; /* Adjust button font size */
        padding: 10px 20px;
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .small-icon {
        width: 100px; /* Adjust icon size */
        height: 100px;
    }

    .divider {
        display: none; /* Hide divider on smaller screens */
    }

    .text-column h2 {
        text-align: center; /* Center headings */
    }

    .bottom-row p {
        font-size: 18px; /* Adjust font size in bottom-row */
        padding: 0 10px; /* Adjust padding around paragraphs */
        text-align: center; /* Center text in bottom-row */
    }
}


@media (max-width: 768px) {
    .top-row, .bottom-row {
        flex-direction: column;
    }

    .top-row .text-column, .top-row .image-column {
        flex: 1;
        padding: 10px;
    }

    .text-column h1 {
        font-size: 24px;
        padding-left: 20px;
    }

    .divider {
        display: none;
    }

    .bottom-column:first-child, .bottom-column:last-child {
        flex: 1;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .container2 {
        padding: 10px;
        max-width: 100%;
    }

    .top-row, .bottom-row {
        flex-direction: column;
    }

    .top-row .text-column, .top-row .image-column, 
    .bottom-column:first-child, .bottom-column:last-child {
        flex: 1;
        width: 100%;
        padding: 10px;
    }

    .text-column h1 {
        font-size: 22px;
        padding-left: 10px;
    }

    .image-column img {
        height: auto;
        width: 100%;
        position: static;
    }

    .action-button {
        font-size: 14px;
        padding: 8px 16px;
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .small-icon {
        width: 80px;
        height: 80px;
    }

    .divider {
        display: none;
    }

    .text-column h2 {
        text-align: center;
    }
}

.bottom-row p {
    font-size: 20px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .image-column img {
        width: 500px;
      
    }
}


input[type="text"] {
    width: 100%;  /* Make input take full width of its container */
    padding: 10px;  /* Add padding for better user experience */
    font-size: 16px;  /* Set the font size */
    border: 1px solid #ccc;  /* Light gray border */
    border-radius: 4px;  /* Rounded corners for a modern look */
    box-sizing: border-box;  /* Ensure padding doesn't affect the width */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;  /* Smooth transition on focus */
}

/* Focused input field style */
input[type="text"]:focus {
    border-color: #3498db;  /* Blue border when focused */
    outline: none;  /* Remove default outline */
    box-shadow: 0 0 8px rgba(52, 152, 219, 0.5);  /* Blue shadow for focus effect */
}