p {
     font-size: 16px;
    line-height: 24px; 
    margin: 0 0 15px;
}
.pt-5 {
    padding-top: 5px;
}
.ttm-page-title-row {
    background: url(/images/cta_banner.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
.ttm-page-title-row-inner {
    width: 100%;
    padding: 170px 0 100px;
    text-align: center;
        background: linear-gradient(to right, rgba(15, 8, 4, .90) 35%, rgba(15, 8, 4, .45) 65%, rgba(15, 8, 4, .15) 100%);
}
.page-title-heading h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 9px;
        color: #fff;
}
.breadcrumb-wrapper {
    display: flex;
    padding-top: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    position: relative;
        color: #c89b4b;
}
.ttm-textcolor-skincolor {
    color: #c89b4b;
    text-decoration: none;
}
.breadcrumb-wrapper span:first-child a {
    color: #fff;
    text-decoration: none;
}
.mnv-package-features{
    background:#fff;
    padding:60px 0;
    border-top:1px solid #f1ede7;
    border-bottom:1px solid #f1ede7;
}

.mnv-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.mnv-feature-item{
    display:flex;
    align-items:center;
    gap:18px;
    position:relative;
}

.mnv-feature-item:not(:last-child)::after{
    content:"";
    position:absolute;
    top:50%;
    right:-20px;
    transform:translateY(-50%);
    width:1px;
    height:70px;
    background:#eee3d6;
}

.mnv-feature-icon{
    width:72px;
    height:72px;
    min-width:72px;
    border:1px solid #d7a95d;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    transition:.35s;
}

.mnv-feature-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}

.mnv-feature-item:hover .mnv-feature-icon{
    background: #d7a95d;
    border-color:#d7a95d;
    transform:translateY(-4px);
}
.mnv-feature-item:hover .mnv-feature-icon svg circle,
.mnv-feature-item:hover .mnv-feature-icon svg  path,
.mnv-feature-item:hover .mnv-feature-icon svg  rect {
   stroke: #121F38;
}
.mnv-feature-content h4{
    color: #1b1b1b;
    margin: 0 0 10px;
    font-size: 28px;
}

.mnv-feature-content p{
    margin:0;
    color:#666;
    line-height:1.7;
    font-size:15px;
}
.pricing_plan {
    padding: 80px 0;
    background: #edf5f7;
}
.cta_section {
    padding: 80px 0;
}
.pricing_plan .section-title {
    margin: 0;
    text-align: left;
    display: flex;
    max-width: 100%;
    gap: 30px;
    align-items: start;
    justify-content: space-between; 
    padding-bottom: 30px;   
}
.pricing_plan .section-title .btn-secondary,
.btn-secondary.package-btn {
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    min-width: 210px;
    max-width: 210px;
    margin: 0 auto;    
}
.pricing_plan .section-title .btn-secondary:hover, 
.btn-secondary.package-btn:hover {
    color: #fff;
    background-color: #1b1b1b;
}
.pricing_plan .section-title .btn-secondary:hover svg path, 
.btn-secondary.package-btn:hover svg path {
    fill: #fff;
}
.pricing_plan .section-title p {
    margin-bottom: 0;
    max-width: 600px;
    margin-top: 20px;
}
.pricing_plan .section-title h2 {
    margin-bottom: 0;
}
.packages-grid {
    display: flex;
    gap: 20px;
        row-gap: 60px;
    flex-wrap: wrap;
    padding-top: 40px;
}
.packages-grid .package-card {
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: all 0.4s ease 0s;
    padding: 70px 20px 90px;
    box-shadow: 0 0 10px 0 rgba(18, 31, 56, .1);
    transform: translateY(0);
    width: calc(25% - 15px);
    border-bottom: 6px solid #d7a95d;
    position: relative;
}
.packages-grid .package-card:hover, .services-list .service-item:hover {
    transform: translateY(-5px);
}
.package-card h3 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
}
.packages-grid .package-card ul {
    list-style-type: none;
    margin: 0;
    padding: 12px 16px 20px;
}
.packages-grid .package-card ul li {
    padding-top: 12px;
    border-bottom: 1px solid rgb(42, 42, 42, .07);
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
}
.packages-grid .package-card ul li:last-child {
    border: unset;
}
.btn-secondary.package-btn {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
}
.pricing_plan .golden_icon {
    margin-left: 0;
}
.pricing_plan .price-box{
    position:relative;
    width: 420px;
    padding:70px 40px 45px;
    background:#fff;
    border: 1px solid #d7a95d;
    text-align:center;
    overflow:visible;
    border-radius: 10px;
}
.pricing_plan .price-icon{
    position:absolute;
    top:-28px;
    left:50%;
    transform:translateX(-50%);
    width:56px;
    height:56px;
    border-radius:50%;
    background:#fff;
    border:2px solid #d8b16a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#c79647;
}
.pricing_plan .price-icon span {
    background-color: #c79647;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing_plan .price-label {
    display:block;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    color:#18233d;
    margin-bottom:18px;
}
.pricing_plan .price-box h2 {
    margin:18px 0;
    font-size:58px;
    font-weight:700;
    color:#18233d;
    line-height:1;
}
.pricing_plan .divider{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:18px 0;
}
.divider span{
    position:relative;
    width:120px;
    height:1px;
    background:#d8b16a;
}
.divider span::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:8px;
    height:8px;
    background:#d8b16a;
    transform:translate(-50%,-50%) rotate(45deg);
}
.package-card span.card_icon {
    position: absolute;
    top: -37px;
    background-color: #fbf8f4;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(18, 31, 56, .1);
}
.cta_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #121F38;
    position: relative;
    color: #fff;
}
.cta_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #121f38ba;
}
.cta_section .page_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}
.cta_section .golden_icon {
    max-width: 190px;
    height: auto;
    margin: 0 auto 20px;
}
.cta_section span {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    display: block;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.cta_section h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
}
.cta_section p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}




@media(max-width: 1439px) {
.page-title-heading h1 {
    font-size: 40px;
    line-height: 46px;
}
.pricing_plan .section-title .btn-secondary, .btn-secondary.package-btn {
    min-width: 178px;
    max-width: 178px;
}
.package-card h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
}
.cta_section span { 
    font-size: 14px;
}
.cta_section .golden_icon {
    max-width: 160px;
}
.cta_section h2 {
    font-size: 40px;
    line-height: 50px;
}
.cta_section p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
}
}

@media(max-width:1200px) {
.breadcrumb-wrapper span {
    font-size: 14px;
    line-height: 20px;
}
.pricing_plan .price-box h2 {
    font-size: 48px;
}
.mnv-feature-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
}


@media(max-width:991px) { 
p {
    font-size: 14px;
}
.ttm-row.about-section_1 .ttm_row {
    flex-direction: column;
}
.ttm-row.about-section_1 .ttm_row > .half_box {
    width: 100%;
}
.ttm-row.about-section_1, .cta_section {
    padding: 60px 0;
}
.page-title-heading h1 {
    font-size: 30px;
    line-height: 36px;
}
.pt-50 {
    padding-top: 30px;
}
.featured-imagebox-portfolio .featured-title h5 {
    font-size: 22px;
}
.mnv-feature-item:nth-child(2)::after{
    display:none;
}
.packages-grid .package-card {
    width: calc(50% - 10px);
}
.cta_section p {
    font-size: 14px;
    line-height: 24px;
}
}


@media(max-width:767px){
.mnv-package-features {
    padding: 40px 0;
}
.mnv-feature-grid{
    grid-template-columns:1fr;
    gap:25px;
}
.mnv-feature-item{
    text-align:center;
    flex-direction:column;
}
.mnv-feature-item::after{
    display:none;
}
.mnv-feature-content h4{
    font-size:22px;
}
.pricing_plan .section-title {
    flex-direction: column;
    text-align: center;
    gap: 50px;
}
.pricing_plan .section-title p {
    max-width: 100%;
    padding: 0;
    border: 0;
}
.pricing_plan .golden_icon {
    margin-left: auto;
}
.pricing_plan .price-box {
    width: 300px;
    margin: 0 auto;
    padding: 50px 20px 25px;
}
.pricing_plan .price-box h2 {
    font-size: 40px;
}
.packages-grid .package-card {
    width: 100%;
}
}

@media(max-width: 360px){
.pricing_plan .price-box {
    width: 100%;
}
}