* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

.header {
    background: linear-gradient(135deg, #673eac, #ac3e3e);
    padding: 16px;
    text-align: center;
    color: white;
}

.header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.header p {
    font-size: 1.2rem;
    margin-top: 5px;
}

.field {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.field img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.field-content {
    flex: 1;
    padding: 20px;
}

.field-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.field-content p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 1.8;
}

.cta {
    text-align: center;
    padding: 40px 20px;
    background: #4c9ef5;
    color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.cta button {
    padding: 10px 20px;
    font-size: 1rem;
    color: #4c9ef5;
    background: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
}

.cta button:hover {
    background: #e0e0e0;
    transform: scale(1.05);
}

/* bread-crumb */
.innerheadbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.breadcrum-area {
    padding-top: 54px;
    padding-bottom: 80px;
    background: #1e235c;
}

.innerheadbg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: #030821; */
    left: 0;
    top: 0;
    opacity: .6;
    z-index: 0;
}

.pattern-layer-one {
    width: 100%;
}

.pattern-layer-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 222px;
    height: 440px;
    background-repeat: no-repeat;
}

.pattern-layer-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 27px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.mng-serv p {
    color: black !important;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 400;
    text-align: justify;
}

.mng-serv h1 {
    font-family: 'Mukta';
    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 73px;
}

.card-body p {
    font-size: 15px;
}

.card-body h5 {
    font-size: 26px;
    font-family: 'Mukta';
}

h2.fw-bold {
    font-family: 'Mulish';
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 700;
}

ul.list-unstyled li {
    padding-bottom: 22px;
    font-family: 'Mulish';
    color: black;
}

.why-choose {
    padding-top: 52px;
}

.why-choose p {
    font-size: 16px;
    font-weight: 600;
}

.middle {
    padding: 0px 79px;
}

.body {
    padding-top: 16px;
}

.mng-bottom {

    width: 65%;
    margin: 0px auto;
}