.hero-section{
    background:#faf8f5;
}

.hero-tag{
    font-size:12px;
    letter-spacing:1px;
    color:#666;
}

.hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 55px;
    line-height: 1;
    margin: 20px 0;
    font-weight: 600;
}

.divider {
    width: 80px;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

.hero-content p{
    max-width:650px;
    color:#555;
    line-height:1.8;
}

.hero-buttons {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.section-title,
.pricing-title{
    font-size:11px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#666;
    margin-bottom:20px;
    font-weight:600;
}

.services-section{
    padding: 25px 0;
}

.service-card{
    border-right:1px solid var(--border);
    padding-right:20px;
    height:100%;
}

.service-card h5{
    font-family:'Cormorant Garamond',serif;
    font-size:30px;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    font-size:14px;
    line-height:1.8;
}

.process-section{
    background:#f7f5f2;
    padding:0;
}

.process-grid{
    display:flex;
    gap:40px;
    margin-top:40px;
}

.step h2{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
}

.step p{
    color:#666;
}

.pricing-section{
    padding:90px 0;
}

.price-item{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #e1e1e1;
    font-size:14px;
}

.all-prices-link{
    display:inline-block;
    margin-top:20px;
    text-decoration:none;
    color:#555;
    font-size:12px;
    letter-spacing:1px;
    font-weight: 600;
}

.service-card,
.service-card-first{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-card{
    border-left: 1px solid #e2e2e2;
}
.service-link{
    margin-top: auto;
    display: inline-block;
    text-decoration: none;
    color: #222;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.service-row .col-lg-2{
    position:relative;
}

.service-card{
    padding:15px 25px 15px 25px;
    border-right:1px solid #e2e2e2;
    min-height: 190px;
}
.service-card-first{
    padding:15px 25px 15px 0px;
    border-right:1px solid #e2e2e2;
    min-height: 190px;
}
.service-card-last{
    border-right:none;
    border-left:none;
    border-top:none;
    border-bottom:none;
}

.service-icon {
    font-size: 28px;
    color: #777;
    margin-bottom: 5px;
}

.service-card h5 {
    font-family: serif;
    font-size: 20px;
    margin-bottom: 0px;
    color: #222;
}
.service-card-first h5 {
    font-family: serif;
    font-size: 20px;
    margin-bottom: 0px;
    color: #222;
}

.service-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    /* min-height: 66px; */
}
.service-card-first p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    /* min-height: 66px; */
}

.service-link{
    text-decoration:none;
    color:#222;
    font-size:12px;
    letter-spacing:1px;
    font-weight:600;
}

.service-link:hover{
    color:#000;
}

.carousel-control-prev,
.carousel-control-next{
    width:60px;
    height:60px;
    top:50%;
    transform:translateY(-50%);
    background:transparent;
    border-radius:50%;
    opacity:1;
    transition:all .3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    background:#0000004d;
}

.why-resources-section{
    background:#f8f6f2;
}

.section-heading{
    text-align:center;
    margin-bottom:20px;
}

.section-heading h2{
    font-family:'Cormorant Garamond',serif;
    font-size:48px;
    color:#1f1f1f;
    margin-bottom:15px;
}

.section-heading span{
    width:60px;
    height:2px;
    background:#c7a86b;
    display:inline-block;
}

.resources-column{
    border-left:1px solid #e3ddd5;
}

.why-card{
    background:#fff;
    border:1px solid #ece6df;
    border-radius:8px;
    padding:30px 20px;
    text-align:center;
    height:100%;
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.why-card i{
    font-size:42px;
    color:#c7a86b;
    margin-bottom:20px;
}

.why-card h5{
    font-size:22px;
    font-family:'Cormorant Garamond',serif;
}

.resource-item{
    padding:20px 30px;
}

.resource-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#f4efe8;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
}

.resource-icon i{
    font-size:30px;
    color:#c7a86b;
}

.resource-item h4{
    font-family:'Cormorant Garamond',serif;
    font-size:34px;
    margin-bottom:10px;
}

.resource-item p{
    color:#555;
    line-height:1.8;
}

.resource-item ul{
    padding-left:18px;
}

.resource-item ul li{
    margin-bottom:10px;
    color:#444;
}

.resource-item a{
    text-decoration:none;
    color:#c7a86b;
    font-weight:600;
}

@media(max-width:991px){

    .resources-column{
        border-left:none;
        margin-top:50px;
    }

    .resource-item{
        border:none !important;
        margin-bottom:30px;
    }

    .steps-wrapper{
        flex-direction:column;
    }
    .step-arrow{
        display:none;
    }
    .process-image img{
        min-height:250px;
    }
}

.why-resources-section{
    background:#f8f6f2;
    padding:20px 0;
}
.section-top-line {
    width: 100%;
    height: 1px;
    background: #e2ddd5;
    margin-bottom: 20px;
}



/** --- Responsive --- */
@media (max-width: 1599px) {
    .px-lg-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}
/* Large Desktop */
@media (max-width: 1399px) {
    .hero-content {
        padding: 15px 15px;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .px-lg-5 {
        padding-right: 1rem !important; 
        padding-left: 1rem !important;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-content h1 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
        line-height: 1;
        margin: 15px 0;
        font-weight: 600;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .service-card{
        padding:15px 25px 15px 25px;
        border-right:1px solid #e2e2e2;
        border-top:1px solid #e2e2e2;
        min-height: 190px;
        border-bottom: 1px solid #e2e2e2;
    }

    .service-card-first{
        padding:15px 25px 15px 0px;
        border-right:1px solid #e2e2e2;
        min-height: 190px;
    }

    .service-card-first {
        padding: 15px 25px 15px 25px;
        border-right: 1px solid #e2e2e2;
        min-height: 190px;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .service-card-last {
        border-right: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-top: none;
        border-bottom: 1px solid #e2e2e2;
    }

    .section-title, .pricing-title {
        font-size: 11px;
        /* letter-spacing: 1px; */
        text-transform: uppercase;
        color: #666;
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 15px;
        /* gap: 5px; */
    }

    .view-all {
        text-decoration: none;
        font-size: 12px;
        /* letter-spacing: 1px; */
        color: #555;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .process-section {
        background: #f7f5f2;
    }

    .steps-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .step-item h2 {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: serif;
    }

    .step-item h6 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .step-item p {
        font-size: 13px;
        line-height: 1.6;
        color: #666;
    }

    .outline-btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .why-resources-section {
        background: #f8f6f2;
        padding: 15px 0;
    }

    .section-heading h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        color: #1f1f1f;
        margin-bottom: 5px;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 10px;
    }

    .why-card {
        background: #fff;
        border: 1px solid #ece6df;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        height: 100%;
        transition: .3s;
    }

    .resources-column {
        border-left: none;
        margin-top: 25px;
    }

    .resource-item {
        border: none !important;
        margin-bottom: 0px;
        padding: 20px;
    }
}

/* Desktop */
@media (max-width: 1199px) {
    .hero-content {
        padding: 15px 15px;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .px-lg-5 {
        padding-right: 1rem !important; 
        padding-left: 1rem !important;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-content h1 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
        line-height: 1;
        margin: 15px 0;
        font-weight: 600;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .service-card{
        padding:15px 25px 15px 25px;
        border-right:1px solid #e2e2e2;
        border-top:1px solid #e2e2e2;
        min-height: 190px;
    }

    .service-card-first{
        padding:15px 25px 15px 0px;
        border-right:1px solid #e2e2e2;
        min-height: 190px;
    }

    .service-card-first {
        padding: 15px 25px 15px 25px;
        border-right: 1px solid #e2e2e2;
        min-height: 190px;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .service-card-last {
        border-right: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-top: none;
        border-bottom: 1px solid #e2e2e2;
    }

    .section-title, .pricing-title {
        font-size: 11px;
        /* letter-spacing: 1px; */
        text-transform: uppercase;
        color: #666;
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 15px;
        /* gap: 5px; */
    }

    .view-all {
        text-decoration: none;
        font-size: 12px;
        /* letter-spacing: 1px; */
        color: #555;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .process-section {
        background: #f7f5f2;
    }

    .steps-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .step-item h2 {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: serif;
    }

    .step-item h6 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .step-item p {
        font-size: 13px;
        line-height: 1.6;
        color: #666;
    }

    .outline-btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .why-resources-section {
        background: #f8f6f2;
        padding: 15px 0;
    }

    .section-heading h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        color: #1f1f1f;
        margin-bottom: 5px;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 10px;
    }

    .why-card {
        background: #fff;
        border: 1px solid #ece6df;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        height: 100%;
        transition: .3s;
    }

    .resources-column {
        border-left: none;
        margin-top: 25px;
    }

    .resource-item {
        border: none !important;
        margin-bottom: 0px;
        padding: 20px;
    }
}

/* Laptop */
@media (max-width: 991px) {
    .hero-content {
        padding: 15px 0;
    }

    .hero-content h1 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
        line-height: 1;
        margin: 15px 0;
        font-weight: 600;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .service-card{
        padding:15px 25px 15px 25px;
        border-right:1px solid #e2e2e2;
        border-top:1px solid #e2e2e2;
        min-height: 190px;
    }

    .service-card-first{
        padding:15px 25px 15px 0px;
        border-right:1px solid #e2e2e2;
        min-height: 190px;
    }

    .service-card-first {
        padding: 15px 25px 15px 25px;
        border-right: 1px solid #e2e2e2;
        min-height: 190px;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .service-card-last {
        border-right: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-top: none;
        border-bottom: 1px solid #e2e2e2;
    }

    .section-title, .pricing-title {
        font-size: 11px;
        /* letter-spacing: 1px; */
        text-transform: uppercase;
        color: #666;
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 15px;
        /* gap: 5px; */
    }

    .view-all {
        text-decoration: none;
        font-size: 12px;
        /* letter-spacing: 1px; */
        color: #555;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .process-section {
        background: #f7f5f2;
    }

    .steps-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .step-item h2 {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: serif;
    }

    .step-item h6 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .step-item p {
        font-size: 13px;
        line-height: 1.6;
        color: #666;
    }

    .outline-btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .why-resources-section {
        background: #f8f6f2;
        padding: 15px 0;
    }

    .section-heading h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        color: #1f1f1f;
        margin-bottom: 5px;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 10px;
    }

    .why-card {
        background: #fff;
        border: 1px solid #ece6df;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        height: 100%;
        transition: .3s;
    }

    .resources-column {
        border-left: none;
        margin-top: 25px;
    }

    .resource-item {
        border: none !important;
        margin-bottom: 0px;
        padding: 20px;
    }
}

/* Tablet */
@media (max-width: 767px) {
    .hero-content {
        padding: 15px 0;
    }

    .hero-content h1 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
        line-height: 1;
        margin: 15px 0;
        font-weight: 600;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .service-card-first{
        padding:15px 25px 15px 0px;
        border-right:1px solid #e2e2e2;
        min-height: 190px;
    }

    .service-card-first {
        padding: 15px 25px 15px 25px;
        border-right: 1px solid #e2e2e2;
        min-height: 190px;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .service-card-last {
        border-right: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-top: none;
        border-bottom: 1px solid #e2e2e2;
    }

    .section-title, .pricing-title {
        font-size: 11px;
        /* letter-spacing: 1px; */
        text-transform: uppercase;
        color: #666;
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 15px;
        /* gap: 5px; */
    }

    .view-all {
        text-decoration: none;
        font-size: 12px;
        /* letter-spacing: 1px; */
        color: #555;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .process-section {
        background: #f7f5f2;
    }

    .steps-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .step-item h2 {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: serif;
    }

    .step-item h6 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .step-item p {
        font-size: 13px;
        line-height: 1.6;
        color: #666;
    }

    .outline-btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .why-resources-section {
        background: #f8f6f2;
        padding: 15px 0;
    }

    .section-heading h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        color: #1f1f1f;
        margin-bottom: 5px;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 10px;
    }

    .why-card {
        background: #fff;
        border: 1px solid #ece6df;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        height: 100%;
        transition: .3s;
    }

    .resources-column {
        border-left: none;
        margin-top: 25px;
    }

    .resource-item {
        border: none !important;
        margin-bottom: 0px;
        padding: 20px;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-content {
        padding: 15px 0;
    }

    .hero-content h1 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
        line-height: 1;
        margin: 15px 0;
        font-weight: 600;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .divider {
        width: 80px;
        height: 1px;
        background: #ccc;
        margin: 15px 0;
    }

    .service-card-first{
        padding:15px 25px 15px 0px;
        border-right:1px solid #e2e2e2;
        min-height: 190px;
    }

    .service-card-first {
        padding: 15px 25px 15px 25px;
        border-right: 1px solid #e2e2e2;
        min-height: 190px;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .service-card-last {
        border-right: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-top: none;
        border-bottom: 1px solid #e2e2e2;
    }

    .section-title, .pricing-title {
        font-size: 11px;
        /* letter-spacing: 1px; */
        text-transform: uppercase;
        color: #666;
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 15px;
        /* gap: 5px; */
    }

    .view-all {
        text-decoration: none;
        font-size: 12px;
        /* letter-spacing: 1px; */
        color: #555;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .process-section {
        background: #f7f5f2;
    }

    .steps-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .step-item h2 {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: serif;
    }

    .step-item h6 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .step-item p {
        font-size: 13px;
        line-height: 1.6;
        color: #666;
    }

    .outline-btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .why-resources-section {
        background: #f8f6f2;
        padding: 15px 0;
    }

    .section-heading h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        color: #1f1f1f;
        margin-bottom: 5px;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 10px;
    }

    .why-card {
        background: #fff;
        border: 1px solid #ece6df;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        height: 100%;
        transition: .3s;
    }

    .resources-column {
        border-left: none;
        margin-top: 25px;
    }

    .resource-item {
        border: none !important;
        margin-bottom: 0px;
        padding: 20px;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}