body {
    margin: 0px;
    padding: 0px;
    font-family: "IBM Plex Sans", sans-serif;


}

:root {
    --primary-color: #28245F;
    /* Default primary color */
    --font-color: #21363E;
    /* Default background color */
}

.navbar-nav .nav-item .nav-link {
    color: black;
    /* Change color to black */
}

.navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Add shadow to the fixed header */
.fixed-top {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    margin-right: auto;
    /* Push the brand/logo to the left */
}

.navbar-nav .nav-link.active {
    position: relative;
    font-weight: 500;
    /* Make active link text bold */
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    /* Adjust the position of the line */
    width: 100%;
    height: 2px;
    background-color: #030303;
    /* Change the color of the line */
}

.btn-theme {
    background-color: #28245F;
    color: #fff;
}
.btn-theme:hover {
    color: #fff;
}
.sec1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 102px !important;
}

.line {
    height: 5px;
    background-color: #28245F;
    margin-top: 10px;
    width: 230px;
    align-items: center;
}

.fixed, .custom-header {
    position: fixed;
    top: 0px;
    z-index: 10000000;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.list {
    padding: 30px;
}

.footer {
    background-image: url('/asset/bg.png');
    /* Specify the path to your background image */
    background-size: cover;
    /* Cover the entire background */
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;
    /* Do not repeat the background image */
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 60px;
}

.box {
    display: flex;
    flex-direction: row;
    padding: 20px;
    background-color: #fff;
}

.form-style {
    padding-right: 10%;
}

.contact {
    display: flex;
    flex-direction: row;

}

P {
    color: var(--font-color);
}

h3 {
    color: var(--primary-color);
    font-size: 24px;
}

h2 {
    color: var(--primary-color);
    font-size: 42px;
}

a {
    color: var(--font-color);
    font-size: 13px;
    margin: 10px;
}

h5 {
    font-family: "IBM Plex Sans", sans-serif;
}

.navbar-toggler-icon {
    background-image: url("./asset/menu-bar.svg");
}

.con-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns with equal width */
    margin-top: -13px;
}

/* .con-grid {
    margin-top: 82px !important;
} */
.empty-space-82 {
    padding: 41px 0;
}
.section:nth-child(1) {
    background-color: #fff;
    /* Background color for section 1 */
    padding-top: 20px;
    padding-bottom: 20px;
}

.section:nth-child(2) {
    background-color: #28245F;
    /* Background color for section 2 */
    color: #f0f0f0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 30px;
    position: relative;
}

.content {
    text-align: left;
    padding-left: 33%;
    padding-right: 20px;
}

.content1 {
    text-align: left;
    padding-right: 32%;
    float: left;
}

.bg-container {
    background-color: #F0F1F2;
    padding: 20px;
    position: relative;
    align-items: center;
}
.line1 {
    border-right: 2px dotted #ccc;
    /* Dotted vertical line */
    /* Make the line extend the full height of the container */
    position: absolute;
    /* Position the line absolutely */
    top: 135px;
    bottom: 55px;
    left: 46px;

    /* Position the line to the right of the text */

}
.container2 {
    display: flex;
    align-items: flex-start;
    /* Align items to the top */
    padding: 2px;
    position: relative;
    /* Relative positioning for line */
}

.circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    /* Adjust spacing between circle and line */
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FF2849;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-bottom: 10px;
    /* Adjust spacing between circles */
    position: relative;
    z-index: 100;
}



.text {
    padding-left: 20px;
}
  /* Popup container */
.popup-container {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
z-index: 9999; /* Ensure the popup appears on top of other elements */
justify-content: center;
align-items: center;
}

/* Popup content */
.popup-content {
background-color: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Shadow effect */
width: 51%;
}
.popup-content .popup-auto-scroll {
    height: 100%;
    max-height: 50vh;
    overflow-y: auto;
}
@media screen and (max-width: 1400px) {
    .content1 {
        text-align: left;
        padding-right: 9%;
        float: left;
    }

    .content {
        text-align: left;
        padding-left: 9%;
    }
    header ul.navbar-nav li a.nav-link {
        margin: 0;
    }
  
}
@media screen and (max-width: 991px) {
    .navbar-nav {
        align-items: flex-start;
        margin-bottom: 1rem;
    }
    header .navbar-collapse span.navbar-text a {
        margin: 0;
    }
}
    @media screen and (max-width: 767px) {
    
.con-grid {
    grid-template-columns: 1fr;
}
.content {
    padding-left: 30px;
}
/* Adjust the columns to stack on smaller screens */
.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
header .navbar-collapse.show {
    background: #fff;
}
header .navbar-toggler:focus {
    box-shadow:none;
}

.col-6.col-md-auto.text-end {
    text-align: center;
}

.box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;

}

.form-style {
    padding-right: calc(var(--bs-gutter-x)/ 2);
}
.popup-content {
    width: 100%;
    max-width: 80%;
}

.popup-content h2 {
    font-size: 30px;
    padding: 10px 0;
}
h2 {
    font-size: 30px;
}
.footer {
    padding-top: 0;
}
}