body {
    font-family: Poppins;
    width: 100%;
    font-size: 16px;
}

@keyframes zoom {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
}

footer {
    background: #333333;
    font-size: 14px;
}
.ss-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ss-main .ss-value {
    padding: 0.25rem; /* Tailwind p-1 */
    background-color: #94a3b8 !important; /* Tailwind slate-400 */
}

.ss-main .ss-value-text {
    font-size: 16px !important;
}

.ss-main .ss-value-delete {
    border-left: none !important;
}

.ss-main .ss-value-delete svg {
    transform: scale(1.5);
}

.ss-placeholder {
    color: #000 !important;
    display: flex;
    align-items: flex-start !important;
    flex-direction: column;
}

.ss-option {
    color: #000 !important;
}

.ss-arrow{
    display: none !important;
}

.icon-rotate {
    margin-right: 0.25rem;      /* mr-1 */
    height: 18px;               /* h-[18px] */
    transform: rotate(180deg);  /* rotate-180 */
    filter: invert(100%);       /* invert */
}
.transition {
    transition: width 0.15s linear;
}
.fs-13px{
    font-size: 13px;
}
.fs-12px{
    font-size: 12px;
}
.fs-small,.fs-14px{
    font-size: 14px;
}
.fs-18px{
    font-size: 18px;
}
.fs-count{
    font-size: 48px;
}

.navbar-brand .logo {
    width: 175px;
    height: 63px;
}

.s4-headline-block{
    max-width: 420px;
}
.heading {
    font-size: 28px;
}
.heading2{
    font-size: 20px;
}
.headline {
    font-size: 22px;
}
.sub-headline{
    font-size: 22px;
}
.sub-headline2{
    font-size: 22px;
}
.subheadline{
    font-size: 25px;
}
.top-headline-block .headtitle{
    font-size: 24px;
}

.header {
    width: 100%;
}
.bottom-section{
    width: 100%;
    position: relative;
    min-height: 560px;
    overflow: hidden;
    margin-top: 30px;
}
.bottom-section .container, .bottom-section .container .card{
    min-height: 560px;
}
.bottom-bg{
    object-fit: cover;
    height: 100%;
    width: auto;
    bottom: 0px;
    left: 0px;
}
.header .card-title {
    font-weight: 600;
    font-size: 16px;
}
.section-3 {
    width: 100%;
    background-size: cover;
}
.section-3 .ic{
    height: 70px;
    width: 70px;
}
.section-5 .ic{
    height: 94px;
    width: 94px;
}
.bg-second{
    background-color: #F5F5F5 !important;
}
.mw-p{
    max-width: 737px;
}
.quicker-path{
    min-height: 300px;
    background-color: #ff0000;
}

.rate-card{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 460px;
    min-height: 120px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.rate-card .border-left{
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, #E23D31 0%, #AC393F 100%)
}
.rate-card .rate-card-body{
    width: calc(100% - 16px);
    height: 100%;
    margin-left: 16px;
}
.rate-img{
    width: 430px;
    height: auto;
}

.section-3 .bottom-text {
    position: absolute;
    margin-top: 50px;
}
.mt-300px{
    margin-top: 300px;
}

.section-3 .sub-heading {
    font-size: 20px;
    font-weight: 600;
}

.section-3 .description {
    font-weight: 400;
}

.rounded-40{
    border-radius: 40px;
}
.bg-red {
    background-color: #ff0000 !important;
}
.text-danger {
    color: #ff0000 !important;
}
.btn-danger{
    background-color: #ff0000;
}
.btn-outline-danger{
    border-color: #ff0000;
    color: #ff0000;
}
.text-red {
    color: #ff0000 !important;
}

.btn-icon{
    width: 48px;
    height: 48px;
    right: -20px;
    top: -5px;
}
.red-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.red-card:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.bg-yellow {
    background-color: #fccf32 !important;
}
.pb-xxl-5{
    padding-bottom: 12px;
}
.icon {
    height: 20px;
    width: 20px;
}
.card-icon svg{
    height: 70px;
}

.bg-odd{
    background: #FDE4E3;
}
.bg-even{
    background: rgba(238, 46, 36, 0.26);
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
}
.hidden-block{
    height: 20px;
}
.top-height{
    height: 200px;
    display: block;
}
.d-brocheure{
    border-radius: 50px;
}
.d-brocheure-btn{
    padding: 4px 20px;
    animation: zoom 1s ease infinite;
    border: 2px solid #F9CA33;
    background-color: #F9CA33;
}
.d-brocheure-btn:hover{
    background-color: #fff;
    border: 2px solid #F9CA33;
}
.layer-img{
    width: 100%;
    max-width: 358px;
}
.up-btn{
    background: #fff;
}
.up-btn:hover{
    background: #FACF33;
}
.bg-second{
    background-color: #F5F5F5;
}
.curve-bottom {
    width: 100%;
    min-height: 200px;
    background-color: #F5F5F5;
    clip-path: ellipse(90% 100% at 50% 0%);
}
.btn-py{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.hero-img{
    width: 100%;
    height: auto;
}
.card-red{
    background: #f8d7d4;
    line-height: 25px;
    padding-left: 12px;
    padding-right: 12px;
}
.card-full{
    aspect-ratio: 1;
}
.card-half{
    aspect-ratio: 2.47;
}
.resume-img{
    width: 100%;
    height: auto;
}
.border-red{
    border-color: #ff0000;
}
.c-card{
    background-color: #fff;
}
.c-card:hover{
    background-color: rgb(220, 215, 215);
}
.btn-discover{
    background-color: #dd0009 !important;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 8px;
    font-size: 14px;
}
.btn-discover:hover{
    background-color: #fccf32 !important;
    color: #000;
}
.c-icon svg{
    height: 60px;
    width: auto;
}
.future .card{
    min-height: 200px;
}
.companies img{
    width: 120px;
    height: auto;
    margin: auto;
}
.companies .col-4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-lg-22px{
    font-size: 18px;
}
.border-screen{
    border-top: 1px solid rgba(0, 0, 0, 0.30);
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    border-left: none;
    border-right: none;
}
.bottom-position{
    position: relative;
}
.future-section .card-overlay{
    display: none;
}
.future-section:hover .card-overlay{
    background-color: rgba(109, 3, 3, 0.5);
    opacity: 0.9;
    display: block;
}
.future-section .card:hover .card-overlay{
    display: none;
}
.future-section .card:focus .card-overlay{
    display: none;
}
.invert{
    filter: invert(100%);
}
.max-w-200{
        max-width: 300px !important;
 }
@media only screen and  (min-width: 540px) {
    .top-height{
        height: 300px !important;
        display: block;
    }
}
@media only screen and  (min-width: 576px) {
    .card-head{
        font-size: 18px;
    }
    .top-height{
        height: 300px !important;
        display: block;
    }
    .header{
        /* background-image: url('./../images/webp/MSU-Apel-Hero-Banner.webp'); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .fs-48px {
        font-size: 16px !important;
    }
    .top-headline-block .headtitle{
        font-size: 35px;
    }
}
@media (min-width: 720px) {
    .max-w-200{
        max-width: 200px !important;
    }
    .max-w-450{
        max-width: 450px !important;
    }
    .bottom-position{
        position: absolute;
    }
    .headline {
        font-size: 32px;
    }
    .heading {
        font-size: 35px;
    }
    .border-screen{
        border-left: 1px solid rgba(0, 0, 0, 0.30);
        border-right: 1px solid rgba(0, 0, 0, 0.30);
        border-top: none;
        border-bottom: none;
    }
    .btn-discover{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        font-size: 16px;
        margin-right: 0px;
    }
    .card-full{
        aspect-ratio: 1.1;
    }
    .btn-py{
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .btn-icon {
        right: -20px;
        top: 0px;
    }

    .sub-headline{
        font-size: 30px;
    }
    .sub-headline2{
        font-size: 28px;
    }
    .max-width-200{
        max-width: 200px;
    }
    .d-brocheure{
        max-width: 800px;
    }
    .top-height{
        display: none;
    }

    .bg-line{
        width: 50%;
        height: auto;
        position: absolute;
        left: 9.5%;
        top: 8%;
    }
    .bg-line2{
        width: 50%;
        height: auto;
        position: absolute;
        left: 9.5%;
        top: 54%;
    }
}
@media (min-width: 992px) {
    .bottom-section{
        margin-top: 120px;
    }
    .subheadline{
        font-size: 38px;
    }
    .card-icon{
        margin-right: 20px;
    }
    .card-icon svg{
        height: 120px;
    }
    .fs-lg-22px{
        font-size: 20px;
    }
    .card-head{
        font-size: 28px;
    }
    .card-half{
        aspect-ratio: 2.36;
    }
    .card-red{
        background: #f8d7d4;
        line-height: 30px;
    }
    .curve-bottom {
        width: 100%;
        min-height: 200px;
        background-color: #F5F5F5;
        clip-path: ellipse(70% 100% at 50% 0%);
    }
    .fs-count{
        font-size: 60px;
    }
    .header{
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .layer-img{
        margin-left: -42px;
    }
    .d-brocheure-btn{
        padding: 8px 24px;
        animation: zoom 1s ease infinite;
    }
    .heading2{
        font-size: 34px;
        max-width: 700px;
    }
    .bg-line{
        width: 70%;
        height: auto;
        position: absolute;
        left: 9.5%;
        top: -5px
    }
    .section-3 .ic{
        height: 50px;
        width: 50px;
    }
    .header .card-title {
        font-weight: 600;
        font-size: 20px;
    }
    #enquire-now{
        width: 320px;
        margin-right: -12px;
    }
  
}
@media (min-width: 1200px) {
    .herotitle{
        height: 100px;
    }
    .herotitle h2{
        height: 100px;
        width: 780px;
        position: absolute;
    }
    .fs-lg-22px{
        font-size: 22px;
    }
    .card-head{
        font-size: 34px;
    }
    .curve-bottom {
        width: 100%;
        min-height: 300px;
        background-color: #F5F5F5;
        clip-path: ellipse(70% 150% at 50% -50%);
    }
    .bottom-bg{
        object-fit: cover;
        height: 100%;
        width: 100%;
        bottom: 0px;
        left: 0px;
    }
    #enquire-now{
        width: 320px;
        margin-right: -20px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1369px) {
    .pb-xxl-5{
        padding-bottom: 32px;
    }
}


@media (min-width: 992px) {
    .max-width{
        max-width: 380px
    };
    .curve-bottom {
        width: 100%;
        min-height: 300px;
        background-color: #F5F5F5;
        clip-path: ellipse(65% 150% at 50% -50%);
    }
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 890px;
    }
    .fs-small{
        font-size: 16px;
    }
    
}
.iti{
    width: 100% !important;
}


#whatsapp-chat-widget {
    display: block
}

.wa-chat-box-content-send-btn-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}

.wa-chat-box-content-send-btn-icon {
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px;
}

.wa-chat-box-content-send-btn {
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #4dc247 !important;
    margin: 20px;
    overflow: hidden;
}

.wa-chat-box-send {
    background-color: white;
}

.wa-chat-box-content-chat-brand {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.wa-chat-box-content-chat-welcome {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.wa-chat-box-content-chat {
    background-color: white;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}

.wa-chat-bubble-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.wa-chat-bubble-close-btn img {
    pointer-events: none;
}

.wa-chat-box-brand-text {
    margin-left: 20px;
}

.wa-chat-box-brand-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.wa-chat-box-brand-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
}

.wa-chat-box-header {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: #0a5f54;
    color: white;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}

.wa-chat-box-brand {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.wa-chat-box {
    background-color: white;
    z-index: 16000160 !important;
    margin-bottom: 60px;
    width: 360px;
    position: fixed !important;
    bottom: 100px !important;
    right: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}

#wa-widget-send-button {
    margin: 0 0 100px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
    stroke: none;
    pointer-events: none;
}

.wa-chat-box-poweredby {
    text-align: center;
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    margin-bottom: 15px;
    margin-top: -10px;
    font-style: italic;
    font-size: 12px;
    color: lightgray;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;

}

.wa-chat-box-poweredby span {
    margin-bottom: 5px;
    color: #000;
    Font-weight: 450;
}

.wa-chat-box-poweredby a img {
    max-width: 20%;
}

@media only screen and (max-width: 600px) {
    .wa-chat-box {
        width: auto;
        position: fixed !important;
        right: 20px !important;
        left: 20px !important;
    }
}