/*=============================
MOMZ PREMIUM BUTTONS
=============================*/

.momz-cta-group{

    display:flex;
    gap:18px;
    margin-top:35px;
    flex-wrap:wrap;
    align-items:center;

}

/* Gold Button */

.momz-btn-primary{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    min-width:220px;
    height:58px;

    padding:0 34px;

    border-radius:60px;

    background:linear-gradient(135deg, #d19f37, #ffc857);

    color:#fff;

    font-size:16px;
    font-weight:700;

    text-decoration:none;

    box-shadow:
    0 15px 35px rgba(245,158,11,.30);

    transition:.35s ease;

}

.momz-btn-primary:hover{

    transform:translateY(-4px);

    color:#fff;

    box-shadow:
    0 22px 45px rgba(245,158,11,.40);

}

/* Blue Button */

.momz-btn-secondary{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    min-width:200px;
    height:58px;

    padding:0 34px;

    border-radius:60px;

    background:#1e3a8a;

    color:#fff;

    font-size:16px;
    font-weight:700;

    text-decoration:none;

    box-shadow:
    0 15px 35px rgba(30,58,138,.25);

    transition:.35s ease;

}

.momz-btn-secondary:hover{

    background:#16347d;

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 22px 45px rgba(30,58,138,.35);

}

/* Icons */

.momz-btn-primary i,
.momz-btn-secondary i{

    font-size:15px;

    transition:.3s;

}

.momz-btn-primary:hover i{

    transform:translateX(4px);

}

.momz-btn-secondary:hover i{

    transform:rotate(-10deg);

}

/*=============================
PROCESS SECTION
=============================*/
.momz-process-sec{
padding:100px 0;
background:#ffffff;
}
.momz-process-tag{
display:inline-block;
padding:8px 18px;
border-radius:40px;
background:#eef4ff;
color:#d19f37;
font-size:13px;
font-weight:700;
letter-spacing:1px;
margin-bottom:20px;
}
.momz-process-title{
font-size:48px;
font-weight:800;
line-height:1.15;
color:#1e3a8a;
margin-bottom:20px;
}
.momz-process-title span{
display:block;
color:#d19f37;
}
.momz-process-desc{
font-size:17px;
line-height:1.9;
color:#64748b;
margin-bottom:35px;
}
/*======================================
PROCESS TIMELINE
======================================*/
.momz-process-wrap{
position:relative;
margin-left:35px;
}
.momz-process-section .process-card .icon-box i{color: #fff;}
.momz-process-wrap::before{
content:"";
position:absolute;
left:33px;
top:20px;
bottom:20px;
width:2px;
background:linear-gradient(
#1e3a8a,
#f59e0b
);
}
.momz-process-item{
position:relative;
display:flex;
gap:25px;
margin-bottom:38px;
}
.momz-process-last{
margin-bottom:0;
}
.momz-process-icon{
width:68px;
height:68px;
flex-shrink:0;
border-radius:20px;
background:#d19f37;
color:#fff;
font-size:22px;
font-weight:800;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 15px 35px rgba(30,58,138,.18);
position:relative;
z-index:2;
transition:.35s;
}
.momz-process-item:nth-child(even) .momz-process-icon{
background:#1e3a8a;
}
.momz-process-item:hover .momz-process-icon{
transform:scale(1.08);
}
.momz-process-content{
flex:1;
padding-top:6px;
}
.momz-process-content h4{
font-size:22px;
font-weight:700;
color:#1e3a8a;
margin-bottom:8px;
}
.momz-process-content p{
margin:0;
font-size:15px;
line-height:1.8;
color:#64748b;
}
.momz-process-item:hover h4{
color:#f59e0b;
}
/*=====================================
TRUST STRIP
======================================*/
.momz-trust-strip{
padding:70px 0;
background:#f8fbff;
}
.momz-trust-item{
display:flex;
align-items:flex-start;
gap:18px;
padding:28px;
border-radius:22px;
background:#fff;
border:1px solid #edf2f7;
transition:.35s;
height:100%;
}
.momz-trust-item:hover{
transform:translateY(-8px);
box-shadow:0 25px 55px rgba(30,58,138,.10);
border-color:#1e3a8a;
}
.momz-trust-icon{
width:62px;
height:62px;
flex-shrink:0;
border-radius:18px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#1e3a8a,#274bb8);
color:#fff;
font-size:24px;
}
.momz-trust-item h5{
font-size:19px;
font-weight:700;
margin-bottom:8px;
color:#1e3a8a;
}
.momz-trust-item p{
margin:0;
font-size:15px;
line-height:1.7;
color:#64748b;
}

 /*=========================================
   Comparison Card
   =========================================*/
   .comparison-card{
   background:#fff;
   border:1px solid #e7edf8;
   border-radius:24px;
   overflow:hidden;
   box-shadow:0 20px 55px rgba(30,58,138,.08);
   }
   /*=========================================
   Header
   =========================================*/
   .comparison-header{
   text-align:center;
   padding:30px 35px 24px;
   background:#fff;
   border-bottom:1px solid #edf2f7;
   }
   .comparison-title{
   font-size:36px;
   font-weight:800;
   color:#1e3a8a;
   margin:12px 0;
   line-height:1.2;
   }
   .comparison-title span{
   color:#f59e0b;
   }
   .comparison-desc{
   max-width:620px;
   margin:auto;
   font-size:15px;
   line-height:1.7;
   color:#64748b;
   }
   /*=========================================
   Table Header
   =========================================*/
   .compare-head{
   display:grid;
   grid-template-columns:1fr 170px 170px;
   background:#eef4ff;
   color:#1e3a8a;
   font-weight:700;
   align-items:center;
   }
   .compare-head>div{
   padding:10px 16px;
   }
   .compare-feature{
   font-size:17px;
   }
   .compare-brand{
   text-align:center;
   font-size:16px;
   }
   .compare-brand.active{
   color:#f59e0b;
   }
   /*=========================================
   Rows
   =========================================*/
   .comparison-item{
   display:grid;
   grid-template-columns:1fr 170px 170px;
   align-items:center;
   padding:18px 24px;
   border-bottom:1px solid #eef2f7;
   transition:.3s;
   }
   .comparison-item:hover{
   background:#fbfdff;
   }
   /*=========================================
   Feature
   =========================================*/
   .feature{
   display:flex;
   align-items:flex-start;
   gap:16px;
   }
   .feature i{
   width:46px;
   height:46px;
   border-radius:50%;
   background:#eef4ff;
   color:#1e3a8a;
   display:flex;
   align-items:center;
   justify-content:center;
   font-size:18px;
   flex-shrink:0;
   transition:.35s;
   }
   .comparison-item:hover .feature i{
   background:#1e3a8a;
   color:#fff;
   }
   .feature h5{
   margin:0 0 4px;
   font-size:18px;
   font-weight:700;
   color:#1e3a8a;
   }
   .feature p{
   margin:0;
   font-size:13px;
   line-height:1.6;
   color:#64748b;
   }
   /*=========================================
   Status
   =========================================*/
   .status{
   text-align:center;
   }
   .yes-pill{
   display:inline-block;
   padding:8px 18px;
   background:#eef4ff;
   color:#1e3a8a;
   border-radius:50px;
   font-size:13px;
   font-weight:700;
   }
   .no-pill{
   display:inline-block;
   padding:8px 18px;
   background:#f8fafc;
   color:#94a3b8;
   border-radius:18px;
   font-size:13px;
   font-weight:600;
   }
   /*=========================================
   Responsive
   =========================================*/
   @media(max-width:991px){
   .compare-head,
   .comparison-item{
   grid-template-columns:1fr 120px 120px;
   }
   }
   @media(max-width:767px){
   .compare-head{
   display:none;
   }
   .comparison-item{
   grid-template-columns:1fr;
   gap:15px;
   }
   .status{
   text-align:left;
   }
   }

    .momz-srv-highlights{
   display:flex;
   justify-content:center;
   gap:18px;
   flex-wrap:wrap;
   margin:35px 0 20px;
   }
   .momz-srv-highlights div{
   background:#fff;
   border:1px solid #e8eef7;
   padding:10px 18px;
   border-radius:40px;
   font-size:14px;
   font-weight:600;
   color:#1e3a8a;
   }
   .momz-srv-highlights i{
   color:#f59e0b;
   margin-right:8px;
   }
   /*======================================================
   SERVICES
   ======================================================*/
   .momz-srv-section{
   padding:50px 0;
   background:#f8fbff;
   }
   .momz-srv-card{
   height:100%;
   padding:38px 30px;
   background:#fff;
   border-radius:24px;
   border:1px solid #edf2f7;
   transition:.35s;
   position:relative;
   overflow:hidden;
   }
   .momz-srv-card:hover{
   transform:translateY(-10px);
   border-color:#1e3a8a;
   box-shadow:0 30px 70px rgba(30,58,138,.10);
   }
   .momz-srv-card:before{
   content:"";
   position:absolute;
   left:0;
   top:0;
   width:100%;
   height:4px;
   background:linear-gradient(90deg,#1e3a8a,#f59e0b);
   transform:scaleX(0);
   transition:.35s;
   }
   .momz-srv-card:hover:before{
   transform:scaleX(1);
   }
   .momz-srv-icon{
   width:74px;
   height:74px;
   border-radius:22px;
   background:#eef4ff;
   display:flex;
   align-items:center;
   justify-content:center;
   margin-bottom:28px;
   font-size:30px;
   color:#1e3a8a;
   transition:.35s;
   }
   .momz-srv-card:hover .momz-srv-icon{
   background:#1e3a8a;
   color:#fff;
   transform:rotate(-8deg);
   }
   .momz-srv-card h4{
   font-size:22px;
   font-weight:700;
   margin-bottom:12px;
   color:#1e3a8a;
   }
   .momz-srv-card p{
   font-size:15px;
   line-height:1.8;
   color:#64748b;
   margin-bottom:22px;
   }
   .momz-srv-card a{
   text-decoration:none;
   font-weight:700;
   color:#d19f37;
   }
   .momz-srv-card a i{
   margin-left:8px;
   transition:.3s;
   }
   .momz-srv-card:hover a{
   color:#1e3a8a;
   }
   .momz-srv-card:hover a i{
   transform:translateX(6px);
   }
   /*==================================
   BOTTOM CTA
   ==================================*/
   .momz-srv-bottom{
   margin-top:60px;
   padding:40px 45px;
   background:#ffffff;
   border:1px solid #e8eef7;
   border-radius:28px;
   box-shadow:0 15px 40px rgba(30,58,138,.05);
   }
   .momz-srv-bottom h3{
   font-size:32px;
   font-weight:800;
   color:#1e3a8a;
   margin-bottom:12px;
   }
   .momz-srv-bottom p{
   margin:0;
   font-size:16px;
   line-height:1.8;
   color:#64748b;
   }
   @media(max-width:991px){
   .momz-srv-bottom{
   text-align:center;
   padding:35px 25px;
   }
   .momz-srv-bottom .text-lg-end{
   margin-top:25px;
   text-align:center!important;
   }
   }

     /*======================================
   GARMENTS
   ======================================*/
   .momz-garments{
   padding:56px 0;
   background:linear-gradient(180deg,#ffffff,#fffdf8);
   }
   .momz-garment-card{
   height:100%;
   padding:35px 28px;
   background:#fff;
   border:1px solid #efe9dc;
   border-radius:24px;
   text-align:center;
   transition:.35s;
   }
   .momz-garment-card:hover{
   transform:translateY(-8px);
   box-shadow:0 25px 60px rgba(30,58,138,.08);
   border-color:#f59e0b;
   }
   .momz-garment-icon{
   width:80px;
   height:80px;
   margin:auto;
   margin-bottom:24px;
   border-radius:50%;
   background:#fff6e6;
   display:flex;
   align-items:center;
   justify-content:center;
   font-size:32px;
   color:#1e3a8a;
   transition:.35s;
   }
   .momz-garment-card:hover .momz-garment-icon{
   background:#1e3a8a;
   color:#fff;
   }
   .momz-garment-card h5{
   font-size:21px;
   font-weight:700;
   margin-bottom:12px;
   color:#1e3a8a;
   }
   .momz-garment-card p{
   margin:0;
   font-size:15px;
   line-height:1.7;
   color:#64748b;
   }
   /*==========================================
   BOTTOM CTA
   ==========================================*/
   .momz-garments-footer{
   margin-top:60px;
   padding:45px;
   background:#fff;
   border-radius:28px;
   border:1px solid #efe9dc;
   box-shadow:0 20px 50px rgba(30,58,138,.05);
   }
   .momz-garments-footer h3{
   font-size:32px;
   font-weight:800;
   color:#1e3a8a;
   margin-bottom:12px;
   }
   .momz-garments-footer p{
   margin:0;
   font-size:16px;
   line-height:1.8;
   color:#64748b;
   }
   @media(max-width:991px){
   .momz-garments-footer{
   text-align:center;
   padding:35px 25px;
   }
   .momz-garments-footer .text-lg-end{
   margin-top:25px;
   text-align:center !important;
   }
   }


    /*====================================================
   FAQ
   ====================================================*/
   .momz-faq-section{
   padding:50px 0;
   background:#ffffff;
   }
   .momz-faq .accordion-item{
   border:none;
   border-radius:18px;
   overflow:hidden;
   margin-bottom:18px;
   box-shadow:0 10px 30px rgba(30,58,138,.06);
   }
   .momz-faq .accordion-button{
   background:#fff;
   font-size:17px;
   font-weight:700;
   color:#1e3a8a;
   padding:22px 24px;
   box-shadow:none;
   }
   .momz-faq .accordion-button:not(.collapsed){
   background:#eef4ff;
   color:#1e3a8a;
   }
   .momz-faq .accordion-button:focus{
   box-shadow:none;
   border:none;
   }
   .momz-faq .accordion-body{
   padding:20px 24px;
   font-size:15px;
   line-height:1.8;
   color:#64748b;
   background:#fff;
   }
   .momz-faq .accordion-button::after{
   filter:hue-rotate(180deg);
   }


   /*==============================
FINAL CTA
==============================*/

.momz-final-cta{

padding:70px 0;

background:#fff;

}

.momz-final-box{

background:linear-gradient(
135deg,
#f8fbff,
#ffffff
);

border:1px solid #e8eef7;

border-radius:30px;

padding:55px 60px;

box-shadow:0 20px 60px rgba(30,58,138,.08);

}

.momz-final-box h2{

font-size:44px;

font-weight:800;

line-height:1.2;

color:#1e3a8a;

margin:15px 0;

}

.momz-final-box h2 span{

color:#d19f37;

}

.momz-final-box p{

font-size:16px;

line-height:1.8;

color:#64748b;

max-width:650px;

margin-bottom:25px;

}

.momz-final-points{

display:flex;

gap:25px;

flex-wrap:wrap;

}

.momz-final-points span{

font-weight:600;

color:#1e3a8a;

}

.momz-final-points i{

color:#f59e0b;

margin-right:8px;

}

.momz-final-btns{

display:flex;

flex-direction:column;

gap:15px;

align-items:flex-end;

}

@media(max-width:991px){

.momz-final-box{

padding:40px 30px;

text-align:center;

}

.momz-final-btns{

margin-top:30px;

align-items:center;

}

.momz-final-points{

justify-content:center;

}

}