* {
    padding: 0;
    margin: 0;
}

.service-section {
    width: 100%;
    height: auto;
}
 
.service-main {
    width: 100%;
    height: 100%;
    /* background-color: orange; */ 
}
 
.service-heading-div {
    background-color: #1E4B8B;
    color: white;
    text-align: center;
    padding: 50px 0px;
}

.service-heading-div h1 {
    font-family: 'Merriweather';
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0px 20px;
    line-height: 48px;
}

.service-heading-div p {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.service-card-div-main {
    width: 100%;
    height: auto; /* allow cards to determine height */
    padding: 38px 130px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start; /* align cards to top for consistency */
}
@media(max-width:1600px) {
  .service-card-div-main {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
  .service-card-div-main {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
  .service-card-div-main {
    padding: 30px 20px;
}
}
.card {
    max-width: 440px;
    /* desktop card height reduced to 650px for a tighter layout */
    height: 650px;
    background-color: #4A90E2;
    padding: 25px 5px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* keep button at consistent baseline */
}

.card-img {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
}

.img {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #1E4B8B33;
    align-items: center;
}

.img img {
    opacity: 0.8;
}

.starter-img {
    border: 1px solid black;
}

.card-ul-div {
    height: 55%;
    width: 100%;
    /* background-color: palegoldenrod; */
    font-family: 'Merriweather';
    color: white;
}

.card-ul-heading {
    padding: 20px 0px;
    text-align: center;
}

.card-ul-heading h2 {
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 10px;
    font-family: 'Merriweather', sans-serif;
}

.advocacy {
    padding: 0px 40px;
}

.advocacy-lower { /* intentional empty - styles handled by other rules */ }

.card-ul-heading p {
    padding: 5px 35px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}

.ul-div {
    width: 100%;
    height: max-content;
    /* background-color: pink; */
    font-family: 'Montserrat';
}

.ul-div ul li {
    list-style-position: inside;
    text-align: center;
    line-height: 24px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
/* .starter-ul li{
    padding-bottom: 35px !important;
} */
ul li::marker {
  font-size: 0.6em; 
  margin-right: 0px;
}
.lower-head {
    width: 100%;
    /* let content define height so spacing is tighter */
    height: auto;
    /* background-color: orange; */
    text-align: center;
    color: white;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lower-head-heading {
    /* margin: 10px 0px; */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    margin-bottom: 8px; /* reduce space before button */
}
.free{
    display: flex;
    justify-content: center;
    align-items: center;

}
.strong {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.price {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.btn-div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
    justify-content: center;
    padding-top: 0px;
}

.btn-div button {
    background-color: #17A2B8;
    padding: 12px;
    color: white;
    border-radius: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 24px;
}

.callnow, .start-your-evaluatuin{
      background-color: #17A2B8;
    padding: 12px;
    color: white;
    border-radius: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: none;
}

.advisor-lower-heading {
    font-size: 28px;
}

.included-main {
    width: 100%;
    background-color: #1E4B8B;
    color: white;
}

.included-main h2 {
    font-family: 'Merriweather';
    font-size: 36px;
    font-weight: 400;
    line-height: 24px;
}

.included-main ul {
    list-style-position: inside;
}
.included-main-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 130px;
}
.included-main ul li {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-top: 40px;
    line-height: 24px;
}
/* MOBILE RESPONSIVE */
@media(max-width:600px) {
    .service-card-div-main {
        /* padding: 60px 10px; */
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .card {
        width: 90%;
        height: auto; /* let card grow naturally on small screens */
    }
    .included-main h2 {
        line-height: 50px;
    }
} 
@media(min-width:1279px) and (max-width:1300px) {
    /* .service-card-div-main{
        height: 850px;
    } */
}
/* TABLET RESPONSIVE */
@media(min-width:601px) and (max-width:768px) {
    .service-card-div-main {
        /* padding: 60px 10px; */
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .card {
        width: 80%;
    }
}
@media (max-width:1440px) {
    .card-ul-heading h2 {
        line-height: 37px;
    }
}
@media(min-width:769px) and (max-width:920px) {
    .service-card-div-main {
        /* padding: 60px 10px; */
        flex-wrap: wrap;
        justify-content: center;
    }

    .card {
        
        width: 80%;
    }

    .card-ul-div {
        height: auto;
    }
}

@media(min-width:769px) and (max-width:1279px) {
    .service-card-div-main {
        height: auto;
        /* padding: 40px 10px; */
        flex-wrap: wrap;
        justify-content: center;
    }

    .card {
        padding-bottom: 35px;
        height: 650px; /* keep consistent with desktop reduced height */
    }
}
@media(max-width:769px) {
    .card { 
        height: 700px;
    }
}
@media(max-width:450px) {
    .card { 
        height: 780px;
    }
    .img.starter-img img {
        width: 100px;
        height: 100px;
    }
    .img {
        align-items: center;
    }
}

/* FIGMA RESPONSIVE */
@media(min-width:1440px) and (max-width:1550px) {
    .service-card-div-main {
        justify-content: space-between;
        height: 750px;
    }

    .btn-div button {
        font-size: 20px;
    }

    .card {
        padding-bottom: 35px;
    }
    .free{
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media(min-width:1550px) and (max-width:1650px){
        .service-card-div-main {
            height: 700px;
        }
    .card{
        
        padding-bottom: 0px !important;
    }
    .card-ul-div {
        height: 50%;
    }
    .lower-head {
        height: 22%;
    }
    .free{
        align-items: center;
    }
}

@media(min-width:1500px)  {
    .service-card-div-main {
        max-width: 1920px;
        gap: 0px;
        justify-content: space-between;
        /* height: 700px; */
        margin: 0 auto;
        /* height: 800px; */
    }
    /* .card{
        padding-bottom: 35px;
        
    } */
    .btn-div button {
        font-size: 20px;
    }
    .free{
    display: flex;
    justify-content: center;
    align-items: center;
}
}

strong.strong.advisor-lower-heading {
    margin-bottom: 10px;
}
@media(max-width:1600px) {
  .included-main-container {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
  .included-main-container {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
  .included-main-container {
    padding: 30px 20px;
}
}