﻿body {
    /*  font-family: 'Poppins', sans-serif;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
}

#agk {
    fill: transparent;
    stroke: rgba(112, 112, 112, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.agk {
    padding-top: 6%;
    height: 1px;
    width: 100%;
}

.faq h2 {
    font-weight: bold;
    font-size: 64px;
    color: #590b25;
    letter-spacing: 0.9px;
}

/*--------------------------------------plan section*---------------------------------------------------------*/
.container {
    padding: 50px 5%;
    position: relative;
}

.planheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .planheader h1 {
        color: #590b25;
        line-height: 60px;
        text-align: left;
        font-weight: bold;
        font-size: 45px;
        letter-spacing: 0.8px;
        margin-left: 3%;
    }

.planheaderp {
    font-weight: bold;
    font-size: 29px;
    color: rgba(39, 39, 39, 1);
    margin-left: 3%;
    margin-bottom: 4%;
}

.top-right-image {
    width: 280px;
    height: 250px;
}

.plans {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center;*/
    gap: 40px;
    margin-top: 20px;
    margin-left: 3%;
}

.plan {
    background: #590b25;
    color: white;
    padding: 20px;
    border-radius: 30px;
    width: 300px;
    text-align: left;
    padding-left: 4%;
    padding-bottom: 6%
}

    .plan h2 {
        line-height: 60px;
        text-align: justify;
        font-weight: bold;
        font-size: 40px;
        color: rgba(255, 255, 255, 1);
        letter-spacing: 0.15px;
    }

.planamt p {
    line-height: 60px;
    text-align: left;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
}

.plan p {
    line-height: 36px;
    font-weight: normal;
    font-size: 28px;
    text-align: justify;
}

.plan ul {
    padding: 0;
    /*list-style: none;*/
}

    .plan ul li {
        line-height: 30px;
        font-weight: lighter;
        font-size: 19px;
        color: rgba(255, 255, 255, 1);
        margin: 5px 0;
        margin-right: 15px;
        text-align: justify;
    }

.btn {
    background: white;
    color: #590b25;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/*--------------------------------------why choose section*---------------------------------------------------------*/

.containerchoose {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 5%;
    padding-right: 0px;
}

.content {
    flex: 1;
    max-width: 60%;
    margin-right: 5%;
}

    .content h2 {
        color: #590b25;
        line-height: 60px;
        text-align: justify;
        font-weight: bold;
        font-size: 45px;
        letter-spacing: 0.8px;
        margin: 6%;
    }

.feature {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.icon {
    width: 110px;
    height: 110px;
    background: #c2c2c2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6%;
}

.feature h3 {
    line-height: 60px;
    text-align: justify;
    font-weight: bold;
    font-size: 34px;
    color: rgba(0, 0, 0, 1);
}

.feature p {
    margin: 5px 0 0;
    line-height: 45px;
    text-align: justify;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: rgba(70, 70, 70, 1);
}

.image-container-ship {
    flex: 1;
    max-width: 100%;
    background: #e6e6e6;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container-ship img {
        width: 100%;
        border-radius: 10px;
    }

.image-container {
    flex: 1;
    max-width: 40%;
    background: #e6e6e6;
    border-radius: 20px;
    padding: 100px 5%;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container img {
        width: 100%;
        border-radius: 10px;
    }
/*--------------------------------------why choose section*---------------------------------------------------------*/
/*--------------------------------------faq---------------------------------------------------------*/

.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    text-align: justify;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-left: 5%;
    margin-right: 3%;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    transition: all 0.25s ease-out;
    background-color: rgb(242 242 242);
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(6, 6, 6, 1);
    line-height: 52px;
    height: 70px;
    transition: all 0.25s ease-out;
}

    .faq-drawer__title::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        display: inline-block;
        float: right;
        height: 10px;
        position: relative;
        right: 20px;
        top: 2px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 10px;
        color: #590b25;
    }

    /* OPTIONAL HOVER STATE */
    .faq-drawer__title:hover {
        color: #4E4B52;
    }

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
    display: none;
}

.faq-drawer__content p {
    font-size: 15px;
}
/*--------------------------------------faq---------------------------------------------------------*/

/*--------------------------------------banner---------------------------------------------------------*/
.hero {
    border-radius: 10%;
    margin: 3%;
    position: relative;
    background: url('../images/acm.png') no-repeat center center / cover;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    /* background-color: #f9f9f9;*/
}

    .hero img {
        border-radius: 10%;
    }

.hero-image {
    flex: 1;
}

    .hero-image img {
        max-width: 100%;
        border-radius: 10px;
    }

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 550px;
}

.content-card, .input-card {
    /* margin-right: 10%;*/
    background: #ebe7e2;
    opacity: 80%;
    padding: 8%;
    padding-top: 0px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .content-card h1 {
        font-size: 28px;
        line-height: 46px;
        letter-spacing: 0.8px;
        font-size: 35px;
    }

    .input-card h4 {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: 0.2px;
    }

    .content-card p {
        font-size: 16px;
        line-height: 26px;
        font-size: 14px;
    }

.btn {
    background-color: #590b25;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.2px;
    line-height: 28px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.input-card input {
    width: 75%;
    padding: 18px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}

/*--------------------------------------banner---------------------------------------------------------*/

/*--------------------------------------benefits---------------------------------------------------------*/
.benefits-section {
    margin: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    flex-wrap: wrap;
}

.benefits-image {
    margin-right: 5%;
    flex: 1;
    text-align: center;
}

.benefits img {
    width: 40%;
}

.benefits-image img {
    max-width: 100%;
    height: auto;
}

.benefits-content {
    flex: 2;
    text-align: left;
}

    .benefits-content h2 {
        line-height: 60px;
        color: #800020;
        text-align: center;
        font-size: 45px;
        letter-spacing: 0.8px;
        margin-bottom: 10%;
    }

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.benefit-card {
    background: #f8f8f8;
    opacity: 100%;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .benefit-card h3 {
        margin-bottom: 10px;
    }

    .benefit-card p {
        font-size: 14px;
        color: #555;
    }

    .benefit-card a {
        color: #800020;
        text-decoration: none;
        font-weight: bold;
    }


/*--------------------------------------benefits---------------------------------------------------------*/


/*--------------------------------------products---------------------------------------------------------*/
.related-products h2 {
    line-height: 60px;
    color: #590b25;
    text-align: left;
    letter-spacing: 0.8px;
    margin-bottom: 5%;
    margin-left: 8%;
    text-align: left;
    font-size: 50px;
}

.related-products {
    text-align: center;
    padding: 50px 5%;
    background: #f8f8f8;
    margin: 3%;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.product {
    background: #590b25;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

/*--------------------------------------products---------------------------------------------------------*/
.faq {
    padding: 50px 15%;
    text-align: center;
    background: #e6e6e6;
}

.faq-item {
    background-color: rgb(242 242 242);
    padding-left: 4%;
    margin: 4% 0;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(6, 6, 6, 1);
    line-height: 52px;
    height: 70px;
}

    .faq-item::after {
        content: '\2713';
        color: #590b25;
        font-size: 20px;
        margin-right: 3%;
    }

.contact-section {
    background: url('footer-bg.jpg') no-repeat center center/cover;
    color: white;
    padding: 50px 5%;
    text-align: center;
}


.cards {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    row-gap: 50px;
    flex-wrap: wrap;
}

.card {
    background-color: #590b25;
    color: white;
    padding: 22px;
    border-radius: 20px;
    line-height: 22px;
    width: 380px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .card img {
        width: 150px;
        height: 100px;
        /*margin-bottom: 10px;*/
    }

    .card h3 {
        /*  font-size: 18px;*/
        font-size: 24px;
        line-height: 48px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .card p {
        /*  font-size: 14px;*/
        margin-bottom: 15px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        color: rgba(255, 255, 255, 1);
    }

    .card a {
        font-size: 27px;
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        /*  border-bottom: 2px solid white;*/
        line-height: 108px;
    }
/* Date picker Style*/
/* Base styles (for desktop/web) */
.datepicker-days {
    border: none !important;
    border-radius: 16px;
    padding: 32px 32px 24px;
}

.datepicker .datepicker-switch,
.datepicker tfoot tr th {
    cursor: pointer;
    border: 1px solid rgba(82, 108, 130, .2);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    padding: 8px 16px;
    transition: .2s;
    width: auto;
}

.datepicker-dropdown.dropdown-menu {
    box-shadow: rgba(33, 14, 86, 0.07) 0px 7px 40px !important;
    border: none !important;
}

.dropdown-menu {
    padding: 0px;
    overflow: hidden;
    box-shadow: rgba(33, 14, 86, 0.07) 0px 7px 40px;
    border: none !important;
}

.datepicker td,
.datepicker th {
    font-size: 12px;
    padding: 6px;
    align-items: center;
    border-radius: 12px;
    height: 38px;
    justify-content: center;
    text-align: center;
    width: 48px;
    border: none !important;
}

.datepicker table tr td.active,
.datepicker table tr td span.active {
    background-image: linear-gradient(to bottom, #912427, #590b25) !important;
}

.datepicker table tr td span:hover,
.datepicker table td:hover,
.datepicker table th:hover {
    background: #fff !important;
    color: #590b25 !important;
    box-shadow: 0 0 0 3px rgba(89, 11, 37, 0.15) !important;
}

.datepicker .datepicker-switch {
    width: 145px;
}

@media (max-width: 576px) {
    .datepicker-days {
        padding: 16px 16px 12px !important;
        border-radius: 12px;
    }

    .datepicker .datepicker-switch,
    .datepicker tfoot tr th {
        font-size: 14px !important;
        height: 32px !important;
        line-height: 20px !important;
        padding: 6px 12px !important;
        border-radius: 8px !important;
    }

    .datepicker td,
    .datepicker th {
        font-size: 11px !important;
        height: 32px !important;
        width: 36px !important;
        padding: 4px !important;
        border-radius: 8px !important;
    }

    .datepicker .datepicker-switch {
        width: 110px !important;
    }
}

@media (max-width: 768px) {

    .planheader h1 {
        font-size: 23px;
        letter-spacing: 0.3px;
        margin-left: 0%;
        line-height: 30px;
    }

    .planheaderp {
        font-size: 15px;
        line-height: 25px;
    }

    .plans {
        flex-direction: column;
        align-items: center;
    }

    .plan {
        padding-left: 10%;
        width: 270px;
    }

        .plan h2 {
            line-height: 46px;
            font-size: 26px;
        }

        .plan p {
            line-height: 26px;
            font-weight: normal;
            font-size: 20px;
        }

        .plan ul li {
            line-height: 30px;
            font-size: 16px;
        }

    .content h2 {
        line-height: 46px;
        font-size: 26px;
        text-align: center;
    }

    .containerchoose {
        padding: 2% 5%;
    }

    .feature h3 {
        font-size: 20px;
        text-align: center;
        line-height: 20px;
    }

    .feature p {
        line-height: 15px;
        font-size: 18px;
    }

    .planheader {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .top-right-image {
        display: none;
        width: 80px;
        margin-top: 10px;
    }

    .header h1 {
        text-align: center;
    }

    .containerchoose {
        flex-direction: column;
        text-align: center;
        padding-bottom: 10%;
    }

    .content, .image-container {
        max-width: 100%;
        margin-top: 8%;
    }

    .feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon {
        margin-bottom: 10px;
    }

    /*  nav ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
*/
    .content-card p {
        font-size: 13px;
    }

    .content-card h1 {
        font-size: 20px;
    }

    .content-card h4 {
        font-size: 16px;
    }

    .content-card, .input-card {
        padding: 5%;
    }

        .input-card h4 {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0.2px;
        }


    .hero {
        flex-direction: column;
        text-align: center;
    }

        .hero img {
            margin-top: 20px;
        }

    .hero-boxes {
        position: static;
        width: 100%;
    }


    .content-card h1 {
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    .faq-item {
        line-height: 22px;
        font-size: 12px;
    }

    .faq h2 {
        font-size: 30px;
    }


    .faq-drawer__title {
        line-height: 22px;
        font-size: 12px;
        padding-left: 3%;
    }

    .faq {
        padding: 50px 9%;
    }
    /*.agk {
        height:0px;
    }*/
    .faq-drawer__title::after {
        margin-left: 9%;
    }
}

@media (min-width: 964px) and (max-width: 1354px) {
    .plan ul li {
        line-height: 30px;
        font-size: 15px;
    }

    .planheader h1 {
        font-size: 35px;
    }

    .planheaderp {
        font-size: 22px;
    }

    .plan h2 {
        font-size: 24px;
    }

    .plan h5 {
        font-size: 20px;
    }

    .plan p {
        font-size: 16px;
    }

    .below60 {
        font-size: 14px !important;
    }

    .assured-amount {
        font-size: 16px;
    }

    .plan {
        width: 200px;
    }



    .content h2 {
        font-size: 35px;
    }

    .faq h2 {
        font-size: 40px;
    }

    .feature h3 {
        font-size: 22px;
    }

    .feature p {
        font-size: 18px;
    }

    .icon img {
        width: 60px;
        height: 60px;
        width: 60px;
        height: 60px;
        padding: 10px;
        border-radius: 40%;
    }
}

@media (min-width: 769px) and (max-width: 963px) {
    .plan ul li {
        line-height: 30px;
        font-size: 15px;
    }

    .icon img {
        width: 60px;
        height: 60px;
        width: 60px;
        height: 60px;
        padding: 10px;
        border-radius: 40%;
    }

    .feature h3 {
        font-size: 20px;
        line-height: 0px;
    }

    .image-container {
        max-width: 35%;
    }

    .feature p {
        font-size: 16px;
    }

    .planheader h1 {
        font-size: 35px;
    }

    .planheaderp {
        font-size: 22px;
    }

    .plan h2 {
        font-size: 20px;
    }

    .plan h5 {
        font-size: 18px;
    }

    .plan p {
        font-size: 14px;
    }

    .assured-amount {
        font-size: 14px;
    }

    .plan {
        width: 150px;
    }

    .content h2 {
        font-size: 35px;
    }

    .faq h2 {
        font-size: 40px;
    }

    .below60 {
        font-size: 14px !important;
    }
}
