* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: sans-serif;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    
}

h1,h2,h3,h4,h5,p{
    margin: 0px;
   
}
.clear-fix{
    clear: both;
}



.navbar{
    font-family: calibri;
    background-color: #19378c;
    border: none;
}
.navbar #mainMenu ul li a{
    color: #fff;
    outline: none;
}
.navbar #mainMenu ul li a:hover{
    color: #ccc;
    outline: none;
}
.navbar .menu-anchor a{
    color: #fff;
    outline: none;
}

.navbar .menu-anchor a:hover{
    color: #ccc;
}
.cst-navbar{
    width: 100%;
    height: auto;
    
}
.cst-navbar .lg-bar{
    width: 200px;
    height: 140px;
    float: left;
    
}
.cst-navbar .lg-bar img{
    width: 180px;
    height: 110px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.cst-navbar .cnct-bar{
    float: right;
    width: 380px;
    margin-top: 60px;
   
}
.cst-navbar .cnct-bar p{
    float: left;
    margin-left: 50px;
    font-size: 16px;
}
.cst-navbar .cnct-bar p i{
    width: 30px;
    text-align: center;
    margin-top: 5px;
    color: #178cb3;
    
}

.cz-header{
    height:54px;
    padding:0 100px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color: #0D2B45;
    position:relative;
    top:0;
    z-index:999;
}

.cz-logo a{
    color:#fff;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    letter-spacing:-0.5px;
    outline: none;
    font-family:'Segoe UI',sans-serif;
    position: absolute;
    top: 10px;
}
.cz-logo p{
    color: #fff;
    font-size: 11px;
    margin-left: 28px;
    position: absolute;
    margin-top: -12px;
}

.cz-logo i{
    font-size: 30px;
    color: #ffb000;
    position: relative;
    top: px;
    margin-right: 5px;
    
}


.cz-desktop-menu{
    display:flex;
    align-items:center;
    gap:50px;
}

.cz-desktop-menu a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:0.3s;
    outline: none;
    font-family:'Segoe UI',sans-serif;
    
}

.cz-desktop-menu a:hover,
.cz-desktop-menu a.active{
    color:#ffb000;
   
}

.cz-menu-btn{
    display:none;
}

.cz-overlay{
    display:none;
}

.cz-mobile-menu{
    display:none;
}



.slider-section{
    width:100%;
    height:450px;
    position:relative;
    overflow:hidden;
}

.slider-section .cz-slide{
    width:100%;
    height:450px;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.8s ease;
}

.slider-section .cz-slide.active{
    opacity:1;
    visibility:visible;
    z-index:2;
}

.slider-section .cz-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slider-section .cz-slide .sld-boxes{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    text-align:center;
}
.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:90%;
    color:#fff;
}

.carousel-control{
    z-index:5;
}


.mtr-sctn{
    width: 80%;
    margin: auto;
    background-color: ;
    padding: 10px;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.mtr-sctn h3{
    font-family:alata;
    margin-bottom: 10px;
}
.mtr-sctn p{
    font-family: calibri;
    
}

/*Value Points*/

.cz-value-points{
    background:#fff;
    position:relative;
    z-index:99;
    margin-top:-40px; /* -55 se thoda kam */
    padding-top:15px;
    
}

.cz-value-box{
    background:#fff;
    border:none;
    border-radius:10px;
    padding:38px 16px 24px;
    margin-bottom:18px;
    text-align:center;
    min-height:175px;
    box-shadow:0 12px 32px rgba(13,43,69,0.13);
    transition:0.3s ease;
    overflow:hidden;
    position:relative;
    border:1px solid #d6d6d6;    
    margin-top: px;
    
}

.cz-value-box:hover{
    transform:translateY(-7px);
    box-shadow:0 16px 38px rgba(13,43,69,0.18);
}

.cz-check{
    width:46px;
    height:46px;
    line-height:46px;
    margin:0 auto 30px;
    background:#16a34a;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    border-radius:50%;
    box-shadow:0 8px 20px rgba(22,163,74,0.35);
}

.cz-value-box h4{
    margin:0 0 10px;
    color:#0D2B45;
    font-size:17px;
    font-weight:700;
}

.cz-value-box h4:after{
    content:"";
    display:block;
    width:36px;
    height:3px;
    margin:16px auto 16px;
    border-radius:10px;
    background:#22c55e;
}

.card2 h4:after{
    background:#3b82f6;
}

.card3 h4:after{
    background:#9333ea;
}

.card4 h4:after{
    background:#f59e0b;
}

.cz-value-box p{
    margin:0;
    color:#444;
    font-size:13px;
    line-height:1.55;
    font-size:14px;
    line-height:1.6;
}

.card1{
    border-bottom:3px solid #22c55e;
}

.card2{
    border-bottom:3px solid #3b82f6;
}

.card3{
    border-bottom:3px solid #9333ea;
}

.card4{
    border-bottom:3px solid #f59e0b;
}

.card2 .cz-check{
    background:#3b82f6;
    box-shadow:0 8px 20px rgba(59,130,246,0.35);
}

.card3 .cz-check{
    background:#9333ea;
    box-shadow:0 8px 20px rgba(147,51,234,0.35);
}

.card4 .cz-check{
    background:#f59e0b;
    box-shadow:0 8px 20px rgba(245,158,11,0.35);
}





/*Category Lists*/

.cz-section-label{
    text-align:center;
    margin-bottom:8px;
}

.cz-section-label span{
    display:inline-block;
    width:45px;
    height:2px;
    background:#f59e0b;
    vertical-align:middle;
    margin:0 12px;
}

.cz-section-label strong{
    color:#f59e0b;
    font-size:14px;
    font-weight:800;
    letter-spacing:1px;
}


.cz-heading-dots{
    text-align:center;
    margin-top:10px;
}

.cz-heading-dots span{
    display:inline-block;
    width:35px;
    height:2px;
    background:#f59e0b;
    vertical-align:middle;
}

.cz-heading-dots i{
    display:inline-block;
    width:6px;
    height:6px;
    background:#f59e0b;
    border-radius:50%;
    margin:0 3px;
    vertical-align:middle;
}


.pgws-slds{
    width: 100%;
    height: 150px;
    
}
.pgws-slds img{
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.list-ctgr{
    counter-reset: serial;
    width: 30%;
    height: auto;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    float: left;
    margin-left: 400px;
    box-shadow: 0px 0px 7px 0px #e1e1e1;
    border-bottom: 1px solid orangered;
    min-height: 350px;
    
}
.list-ctgr h4{
    text-align: center;
    color: #fff;
    background-color: orangered;
    height: 40px;
    line-height: 40px;
    font-family: alata;
    border-radius: 0px 0px 10px 10px;
}
.list-ctgr .list-child{
    counter-increment: serial;
    width: 100%;
    margin: auto;
    border: 1p solid #000;
    height: auto;
    border-bottom: 1px solid #ccc;
    float: left;
}
.list-ctgr .list-child a{
    display: block;
    text-decoration: none;
    color: #000;
    outline: none;
}

.list-ctgr .list-child:hover{
    background-color: #e1e1e1;
}
.list-ctgr .list-child .icon-colmn{
    width: 10%;
    float: left;
    text-align: center;
    line-height: 40px;
}
.icon-colmn::before {
  content: counter(serial) ",";
    
}

.list-ctgr .list-child .icon-colmn i{
    font-size: 12px;
    
}
.list-ctgr .list-child .ctgr-headding{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 90%;
    font-family: roboto;
    
}
.list-ctgr .list-child .ctgr-headding p{
    float: left;
}
.list-ctgr .list-child .ctgr-headding i{
    color: #000;
    float: right;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
}


/*Category wise Prods*/

.lets-card-two{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.lets-card-two .card-headdings{
    width: 100%;
    height: 60px;
    margin: 20px 0px;
    border-bottom: 1px solid grey;
    margin-top: 50px;
}
.lets-card-two .card-headdings h3{
    font-family:'Segoe UI',sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    width: 70%;
    float: left;
}
.lets-card-two .card-headdings h3 a{
    font-size: 16px;
}
.lets-card-two .card-headdings input{
    height: 40px;
    width: 301px;
    padding-left: 5px;
    float: left;
    outline: none;
    border: 1px solid #ccc;
    border-right: none;
    font-family: 'Inter', sans-serif; 
    margin-top: 10px;
}
.lets-card-two .card-headdings button{
    float: right;
    width: 50px;
    height: 40px;
    background: none;
    border: 1px solid #ccc;
    border-left: none;
    margin-top: 10px;
}


.lets-card-two .sngl-card{
    width: 100%;
    float: left;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-radius: 6px;
    transition: 0.3s;
    height: 600px;
    position: relative;
    border-bottom: 1px solid #0D2B45;
}
.lets-card-two .sngl-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.lets-card-two .sngl-three{
    height: 320px;
    border-bottom: 1px solid #4d854a;
    font-family: 'Segoe UI',sans-serif;
    text-align: center;
}


.lets-card-two .sngl-four{
    height: 510px;
    border-bottom: 1px solid #4d854a;
}


.lets-card-two .sngl-card .img-card{
    width: 100%;
    height: 200px;
    position: relative;
}
.lets-card-two .sngl-card .img-card img{
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #ccc;
}
.lets-card-two .sngl-card .img-card .img-icons{
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block; 
    z-index: 999;
    margin-right: 5px;
    margin-bottom: 5px;
   
}
.lets-card-two .sngl-card .img-card .img-icons button{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    width: 45px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
    outline: none;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    border: none;
}

.lets-card-two .sngl-three  .img-card{
    height: 180px;
}
.lets-card-two .sngl-three .list{
   padding:0px 15px;    
}


.gallery-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.92);
    z-index:99999;
    padding:40px;
}

.gallery-modal #galleryPreview{
    width:100%;
    max-width:600px;
    height:200px;
    object-fit:;
    display:block;
    margin:20px auto;
    border-radius:5px;
    border: 1px solid #fff;
}

.gallery-modal .gallery-close{
    position:absolute;
    top:15px;
    right:25px;
    color:#fff;
    font-size:34px;
    cursor:pointer;
}

.gallery-modal .gallery-thumbs{
    display:flex;
    gap:10px;
    justify-content:center;
    margin-top:20px;
    flex-wrap:wrap;
  
}

.gallery-modal .gallery-thumbs img{
    width:90px;
    height:70px;
    object-fit:cover;
    border-radius:5px;
    cursor:pointer;
    border:2px solid transparent;
    border: 1px solid #ccc;
}

.gallery-modal .gallery-thumbs img:hover{
    border-color:#fff;
}

.gallery-modal .galleryBtn{
    background:none;
    border:none;
    color:#fff;
    cursor:pointer;
}


.lets-card-two .extra-img-row{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:10px;
    padding:10px 2px;
    background:#fff;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.lets-card-two .extra-img{
    height:70px;
    overflow:hidden;
    border-radius:2px;
}

.lets-card-two .extra-img img{
    width:100%;
    height:100%;
    object-fit:;
    display:block;
    border: 1px solid #ccc;
}

.lets-card-two .sngl-card .mtr-card{
    width: 100%;
    height: auto;
    
}

.lets-card-two .sngl-card .mtr-card .card-mtr{
    width: 100%;
    margin-top: 10px;
    height: auto;
    
}
.lets-card-two .sngl-card .mtr-card .card-mtr h3{
    margin-bottom: 5px;
    font-family:'Segoe UI',sans-serif;
    font-family: literata;
    font-size:13px;
    width: 100%;
    float: left;
    font-weight: bold;
    color: #0D2B45;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 5px;
    padding-left: 3px;
}

.lets-card-two .sngl-card .mtr-card .card-mtr p{
    font-family:'Inter','Poppins',Arial,sans-serif;
    font-family:;
    margin-bottom: 10px;
    color: grey;
    font-size: 13px;
    width: 100%;
    float: left;
    padding-left: 3px;
    color:#4e5968;
}

.lets-card-two .sngl-three .mtr-card .card-mtr h3{
    text-align: center;
    color: #0D2B45;
   
}
.lets-card-two .sngl-three .mtr-card .card-mtr p{
    text-align: center;
    color:#4e5968;
}



.lets-card-two .sngl-card .mtr-card .list {
    margin-top:15px;
}

.lets-card-two .sngl-card .mtr-card .list .list-row{
    width:100%;
    display:block;
    clear:both;
    margin-bottom:5px;
    font-family:'Inter','Poppins',Arial,sans-serif;
    font-size:12px;
    line-height:1.7;
    color:#5d6673;
}

.lets-card-two .sngl-card .mtr-card .list .list-icon{
    width:22px;
    float:left;
    color:#7a8797; 
    font-size:12px;
    text-align:center;
    padding-top:2px;
}

.lets-card-two .sngl-card .mtr-card .list .list-text{
    margin-left:28px;
    color:#4e5968;   /* text ko dark karo */
    font-weight:400;
}

.lets-card-two .sngl-card .mtr-card .list .list-text a{
    color:#0875c9;
    font-weight:600;
    text-decoration:none;
}

.lets-card-two .sngl-card .mtr-card .list .list-text a:hover{
    color:#0D2B45;
    text-decoration:underline;
}

.lets-card-two .sngl-card .mtr-card .list     .know-more-link{
    color:#0D2B45;
    font-weight:600;
}

.lets-card-two .sngl-card .mtr-card .list     .know-more-link:hover{
    color:#0875c9;
}


.featured-badge{
    color:#b7791f;
    padding:4px 5px;
    border-radius:3px;
    font-size:12px;
    font-weight:600;
    float: right;
    
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 239, 194,0.7);
}

.featured-badge i{
    font-size:11px;
}

.starter-badge{
    color: #fff;
    padding:4px 5px;
    border-radius:3px;
    font-size:11px;
    font-weight:600;
    float: right;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(7, 168, 227,0.6);
    
}

.starter-badge i{
    font-size:10px;
}

.growth-badge{
    color: #fff;
    padding:4px 5px;
    border-radius:3px;
    font-size:11px;
    font-weight:600;
    float: right;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(40, 167, 69, 0.6);
    
}

.growth-badge i{
    font-size:10px;
}


.featured-badge,
.growth-badge,
.starter-badge{
    background:rgba(13,43,69,0.88);
    color:#e1e1e1;
    border:1px solid rgba(255,255,255,0.35);
    backdrop-filter:blur(4px);
}

.headdings{
    margin:12px 0 6px;
}

.headdings p{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0;
}

.headdings span{

    background:linear-gradient(135deg,#f8fafc,#eef4ff);
    border:1px solid #dbeafe;
    color:#1e3a8a;
    padding:3px 6px;
    border-radius:3px;
    font-size:11px;
    font-weight:bold;
    letter-spacing:.2px;
    transition:.3s ease;
    cursor:default;
    box-shadow:0 2px 6px rgba(0,0,0,0.04);
}

/* Hover Effect */
.headdings span:hover{
    background:linear-gradient(135deg,#1e3a8a,#2563eb);
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 5px 12px rgba(37,99,235,0.25);
}

/*

.biz-highlights{
    margin:30px 0;
    padding:12px 5px;
    background:#fff;
    border-radius:px;
    border-top: 1px solid #000;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
}


.highlight-title{
    position:relative;
    text-align:center;
    font-size:14px;
    font-weight:700;
    color:#1e3a8a;
    margin-bottom:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}


.highlight-title::before,
.highlight-title::after{
    content:"";
    width:45px;
    height:2px;
    background:linear-gradient(to right,#dbeafe,#1e3a8a,#dbeafe);
    
    border-radius:20px;
}


.highlight-slider{
    position:relative;
    height:35px;
    overflow:hidden;
    margin-bottom: 10px;
}

.highlight-item{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    padding:0px 15px;
    font-size:13px;
    font-weight:600;
    color:red;
    font-family:'Segoe UI',sans-serif;
    background-color: #e1e1e1;
    opacity:0;
    transform: translateY(20px)scale(.96);
    transition:opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1);
}


.highlight-item.active{

    opacity:1;

    transform:
        translateY(0)
        scale(1);
}
*/


.lets-card-two .sngl-card .mtr-card .btm-contct{
    width: 100%;
    font-family: calibri;
    position: relative;
    bottom: 0px;
    border-top: 1px solid grey;
    padding:5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
   
}


.lets-card-two .sngl-card .mtr-card .btm-contct .chat a{
    width:35%;
    float:left;
    text-align:center;
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    color:#fff !important;
    padding:7px 5px;
    border-radius:5px;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    box-shadow:0 4px 12px rgba(255,106,0,0.28);
    transition:.3s ease;
    display:block;
    margin-top: 5px;
}

.whtsp-btn:hover{

     transform:translateY(-2px);

    box-shadow:0 6px 18px rgba(255,106,0,0.42);
     flex:0 0 60%;
    background:linear-gradient(135deg,#ff7b00,#ff006a);
}

.lets-card-two .sngl-card .mtr-card .btm-contct .chat a:hover{

    transform:translateY(-2px);

    box-shadow:0 6px 16px rgba(37,211,102,0.4);

    background:linear-gradient(135deg,#0f8f84,#20c45a);
}




.lets-card-two .sngl-card .mtr-card .btm-contct .query{
    float: right;
    padding:7px 5px;
    width: 35%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #16A34A;
    font-size: 12px;
    margin-top: 5px;
}
.lets-card-two .sngl-card .btm-contct .query a{
    text-decoration: none;
    color: #fff;
    display: block;
    outline: none;
    
    
}
.lets-card-two .sngl-card .btm-contct .query:hover{
    background: linear-gradient(135deg, #22C55E, #16A34A);
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    
}
.lets-card-two .sngl-card .btm-contct .query a i{
    font-size: 11px;
}



.lets-card-two .enq-lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.65);
    z-index:9999;
    align-items:center;
    justify-content:center;
}

.lets-card-two .enq-box{
    width:92%;
    max-width:430px;
    background:#fff;
    border-radius:5px;
    padding:20px;
    position:relative;
}

.lets-card-two .enq-close{
    position:absolute;
    right:12px;
    top:8px;
    border:0;
    background:none;
    font-size:26px;
    cursor:pointer;
}

.lets-card-two .enq-box h3{
    margin:0 0 15px;
    font-size:16px;
    color: #16a34a;
    font-weight: bold;
}

.lets-card-two .enq-box input,
.enq-box textarea{
    width:100%;
    margin-bottom:10px;
    padding:11px 13px;
    border:1px solid #ddd;
    border-radius:8px;
    outline:none;
}

.lets-card-two .enq-box textarea{
    min-height:90px;
    resize:none;
}

.lets-card-two #sendEnquiryBtn{
    width:100%;
    border:0;
    background:#16a34a;
    color:#fff;
    padding:12px;
    border-radius:8px;
    font-weight:600;
}






/*Company full page*/




/* CENTER */
.wrapper{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* CARD */
.card{
    width:420px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    padding:30px;
}

/* TITLE */
.title{
    text-align:center;
    font-size:22px;
    font-weight:600;
    color:#1b5e20;
    margin-bottom:20px;
}

/* INPUT */
.input{
    width:100%;
    padding:13px;
    margin:10px 0;
    border:1px solid #ddd;
    border-radius:5px;
    font-size:15px;
    outline:none;
}

.input:focus{
    border-color:#1de9b6;
    box-shadow:0 0 6px rgba(29,233,182,0.25);
}

/* BUTTON */
.btn{
    width:100%;
    padding:13px;
    border:none;
    border-radius:5px;
    font-size:16px;
    cursor:pointer;
    margin-top:10px;
    color:#fff;
    background: linear-gradient(135deg, #1de9b6, #43a047);
    box-shadow: 0 8px 20px rgba(30, 233, 182, 0.25);
    transition:0.3s;
}

.btn:hover{
    transform:translateY(-2px);
}

/* HIDE OTP INITIALLY */
#otpBox{
    display:none;
}

/* MSG */
.msg{
    text-align:center;
    margin-top:10px;
    font-size:14px;
    color:#333;
}




/*start signup*/


.cz-signup-card .cz-input-wrap{
    position:relative;
    margin-bottom:14px;
}

.cz-signup-card .cz-input-wrap i{
    position:absolute;
    left:13px;
    top:50%;
    transform:translateY(-50%);
    color:#8a8a8a;
    font-size:14px;
    z-index:2;
}

.cz-signup-card .cz-input-wrap input{
    width:100%;
    height:44px;
    padding:10px 12px 10px 40px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    box-shadow:none;
    font-size:14px;
    outline:none;
    background:#fff;
}

.cz-signup-card .cz-input-wrap input:focus{
    border-color:#f59e0b;
    box-shadow:0 0 0 3px rgba(245,158,11,0.12);
}

.cz-signup-card h3{
    margin:0 0 18px;
    font-size:24px;
    font-weight:700;
    color:#0D2B45;
}

.cz-signup-card .checkbox{
    margin:6px 0 18px;
    font-size:13px;
    line-height:1.5;
}

.cz-signup-card .input-group{
    width:100%;
    display:block;
}

.cz-signup-card .input-group button{
    width:100%;
    height:45px;
    background:#0D2B45;
    color:#fff;
    border:0;
    border-radius:6px;
    font-size:15px;
    font-weight:700;
}

.cz-signup-card .input-group button:hover{
    background:#f59e0b;
    color:#111;
}

.cz-signup-card .extra-links,
.cz-signup-card .extra-links .login{
    text-align:center;
    margin-top:18px;
    font-size:14px;
}

.cz-signup-card .extra-links a{
    color:#f59e0b;
    font-weight:700;
    text-decoration:none;
}



/*Login */


.cz-login-page{
    min-height:calc(100vh - 70px);
    background:linear-gradient(180deg,#f6f9fc 0%,#ffffff 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:55px 15px;
}

.cz-login-card{
    width:100%;
    max-width:420px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:16px;
    padding:35px 34px 30px;
    box-shadow:0 18px 45px rgba(13,43,69,0.12);
}

.cz-login-brand{
    text-align:center;
    margin-bottom:28px;
}

.cz-login-logo{
    width:58px;
    height:58px;
    line-height:58px;
    margin:0 auto 14px;
    background:#fff3dc;
    color:#f59e0b;
    border-radius:50%;
    font-size:30px;
}

.cz-login-brand h2{
    margin:0;
    font-size:24px;
    font-weight:800;
    color:#0D2B45;
    letter-spacing:.5px;
}

.cz-login-brand h2 span{
    color:#f59e0b;
}

.cz-login-brand p{
    margin:7px 0 0;
    font-size:13px;
    color:#666;
}

.cz-page-title{
    text-align:center;
    margin:15px 0 20px;
}

.cz-page-title h3{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#0D2B45;
}

.cz-page-title p{
    margin:5px 0 0;
    font-size:14px;
    color:#666;
}

.cz-login-card label{
    font-size:13px;
    font-weight:700;
    color:#222;
    margin-bottom:7px;
}

.cz-input-wrap{
    position:relative;
}

.cz-input-wrap i{
    position:absolute;
    left:13px;
    top:50%;
    transform:translateY(-50%);
    color:#8a8a8a;
    font-size:14px;
}

.cz-input-wrap .form-control{
    height:44px;
    padding-left:40px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    box-shadow:none;
    font-size:14px;
}

.cz-input-wrap .form-control:focus{
    border-color:#f59e0b;
    box-shadow:0 0 0 3px rgba(245,158,11,0.12);
}

.cz-login-links{
    display:flex;
    justify-content:space-between;
    margin:8px 0 22px;
    font-size:13px;
}

.cz-login-links a{
    color:#0D2B45;
    font-weight:600;
    text-decoration:none;
}

.cz-login-links a:hover{
    color:#f59e0b;
}

.cz-login-btn{
    width:100%;
    height:45px;
    background:#0D2B45;
    color:#fff;
    border:0;
    border-radius:6px;
    font-size:15px;
    font-weight:700;
    transition:.25s ease;
}

.cz-login-btn:hover{
    background:#f59e0b;
    color:#111;
}

.cz-signup-text{
    text-align:center;
    margin-top:22px;
    font-size:14px;
    color:#333;
}

.cz-signup-text a{
    color:#f59e0b;
    font-weight:700;
    text-decoration:none;
}

@media(max-width:767px){
    .cz-login-page{
        min-height:calc(70vh - 60px);
        padding:55px 14px;
        align-items:flex-start;
    }

    .cz-login-card{
        max-width:360px;
        border-radius:14px;
        padding:28px 22px 24px;
    }

    .cz-login-logo{
        width:50px;
        height:50px;
        line-height:50px;
        font-size:26px;
        margin-bottom:12px;
    }
    
    

    .cz-login-brand h2{
        font-size:21px;
    }

    .cz-login-brand p{
        font-size:12px;
    }
    
    
    
    
    
}





/*OTP Login Modal */


.otp-modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    justify-content:center;
    align-items:center;
    z-index:999;
}

.otp-box{
    background:#fff;
    padding:30px;
    width:380px;
    border-radius:5px;
    text-align:center;
    position:relative;
    animation:fadeIn 0.3s ease;
}
.otp-box h2{
    font-size: 20px;
    font-family: lato;
    text-align: left;
    font-weight: bold;
}

.close-btn{
    position:absolute;
    right:15px;
    top:10px;
    font-size:25px;
    cursor:pointer;
}

.otp-input{
    width:100%;
    padding:10px;
    margin:10px 0;
    margin-bottom: 20px;
    border:1px solid #ddd;
    border-radius:3px;
    font-family: lato;
    outline: none;
}

.send-btn, .verify-btn{
    width:100%;
    padding:10px;
    background:#f59e0b;
    color:#fff;
    border:none;
    border-radius:3px;
    cursor:pointer;
    font-family: lato;
}

.send-btn:hover, .verify-btn:hover{
    background:#0D2B45;
}

@keyframes fadeIn{
    from{transform:scale(0.8); opacity:0;}
    to{transform:scale(1); opacity:1;}
}







.side-cntnr{
	width: 230px;
	height: 950px;;
	float: left;
	margin-left: -40px;
	background-color:#FBF6E2;
	background-color:#E68369;
	background-color:#021526;
	margin-top:-80px;
}
.side-cntnr .scl-applogo{
	width: 50%;
	margin-left: 25%;
	height: 80px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	background:#fff;
	border-radius: 5px;
}
.side-cntnr .scl-applogo img{
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 5px;
	
}
.side-cntnr .menu-list .side-head{
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: px;
	padding-left: 25px;
}

.side-cntnr .menu-list .side-head h4{
	margin: 0px;
	color: #fff;
	font-family:calibri;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	font-weight: 600;
	color: #e1e1e1;
	text-transform: uppercase;
}
.side-cntnr .menu-list .side-head h4 a{
	text-decoration: none;
	color: #e1e1e1;
	display: block;
}
.side-cntnr .menu-list .side-head h4 i{
	float: ;
	width: 20px;
	text-align: left;
	line-height: 25px;
	padding-right: px;
}
.side-cntnr .menu-list .side-head h4 span{
	float: right;
	margin-right: 15px;
	margin-top: 13px;
}
.side-cntnr .menu-list .side-head:hover{
	background: #E68369;
	background: red;
	
}


.side-cntnr .menu-list .side-content{
	width: 100%;
	height: auto;
	background: #FBF6E2;
	display: none;
	border-right: 1px solid #021526;
	padding: 10px 0px;
}
.side-cntnr .menuset .side-content{
	display: block;
	
}


.side-cntnr .menu-list .side-content p{
	
	width: 100%;
	margin: 0px;
	font-family: calibri;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	
}
.side-cntnr .menu-list .side-content p a{
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	padding-left: 20px;
}
.side-cntnr .menu-list .side-content p a i{
	width: 20px;
	text-align: center;
	font-size: 12px;
}
.side-cntnr .menu-list .side-content p:hover a{
	text-decoration: none;
	color: #000;
	display: block;
	background: #90D1CA;
	
}





.cat-section{
    padding:60px 0;
    background:#f7f9fc;
}

.section-head{
    text-align:center;
    margin-bottom:35px;
}

.section-head h2{
    font-size:30px;
    font-weight:700;
    margin:0;
}

.section-head p{
    color:#666;
    margin-top:8px;
}

.cat-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}



.more-card{
    background:#1d3f91;
    color:#fff;
}

.more-card i{
    color:#fff;
}





.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    max-width:850px;
    text-align:center;
    color:#fff;
    z-index:2;
}



.hero-tagline{
    font-size:24px;
    font-weight:600;
    margin-bottom:18px;
}

.hero-text{
    font-size:18px;
    line-height:1;
    max-width:750px;
    margin:auto;
    color:#f2f2f2;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family:calibri;
    font-weight: bold;
}


.hero-buttons{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.hero-btn{
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    transition:0.3s;
}

.primary-btn{
    background:#ffcc00;
    background:orange;
    color:#222;
}

.secondary-btn{
    background:#fff;
    color:#1d3f91;
}

.hero-btn:hover{
    transform:translateY(-3px);
    text-decoration:none;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}


.hero-content h1{
    font-size:30px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    text-shadow:0 3px 15px rgba(0,0,0,.5);
    letter-spacing: 3px;
}

.hero-content h1 span{
    color:#ffb000;
}

.hero-tagline{
    font-size:22px;
    font-weight:600;
    margin-top:15px;
}

.hero-tagline:before,
.hero-tagline:after{
    content:'';
    display:inline-block;
    width:50px;
    height:2px;
    background:#ffb000;
    vertical-align:middle;
    margin:0 15px;
    font-weight: 500px;
    line-height: 1.7;
}


.metro-city-section{
    padding:70px 0;
    background:#fff;
}

.metro-city-row{
    display:flex;
    gap:18px;
    overflow-x:auto;
    padding-bottom:10px;
    margin-top:35px;
}

.metro-city-row::-webkit-scrollbar{
    height:6px;
}

.metro-city-row::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}

.city-card{
    min-width:180px;
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
    transition:0.3s;
    text-align:center;
}

.city-card img{
    width:100%;
    height:130px;
    object-fit:cover;
}


.city-card span{
    display:block;
    padding:14px;
    font-size:16px;
    font-weight:700;
    color:#222;
}

.city-card:hover{
    transform:translateY(-5px);
    text-decoration:none;
}



.final-cta{
    padding:70px 0;
    background:linear-gradient(135deg,#1d3f91,#162b66);
}

.cta-box{
    max-width:850px;
    margin:auto;
    text-align:center;
    color:#fff;
}

.cta-box h2{
    font-size:34px;
    font-weight:800;
    margin-bottom:15px;
}

.cta-box p{
    font-size:18px;
    line-height:1.8;
    color:#f1f1f1;
    margin-bottom:28px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.cta-btn{
    padding:14px 28px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
}

.cta-btn.primary{
    background:#ffcc00;
    color:#222;
}

.cta-btn.secondary{
    background:#fff;
    color:#1d3f91;
}


.why-section{
    padding:70px 0;
    background:#f7f9fc;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-top:40px;
}

.why-card{
    background:#fff;
    border-radius:16px;
    padding:30px 22px;
    text-align:center;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
    transition:0.3s;
}

.why-card:hover{
    transform:translateY(-5px);
}

.why-card i{
    font-size:42px;
    color:#1d3f91;
    margin-bottom:18px;
}

.why-card h3{
    font-size:16px;
    margin-bottom:12px;
    font-weight:700;
}

.why-card p{
    color:#666;
    line-height:1.7;
}





.main-footer{
    width: 100%;
    background:#111827;
    color:#fff;
    padding-top:65px;
    position: relative;
}

.footer-box{
    margin-bottom:30px;
}

.footer-box h3,
.footer-box h4{
    margin-bottom:22px;
    font-weight:700;
}

.footer-box p{
    color:#cfd3dc;
    line-height:1.9;
}

.footer-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-box ul li{
    margin-bottom:12px;
    float: left;
    width: 150px;
}

.footer-box ul li a{
    color:#cfd3dc;
    transition:0.3s;
}

.footer-box ul li a:hover{
    color:#fff;
    padding-left:5px;
    text-decoration:none;
}

.footer-box ul li i{
    margin-right:6px;
}

.footer-social{
    margin-top:20px;
}

.footer-social a{
    width:38px;
    height:38px;
    background:#1f2937;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:8px;
    transition:0.3s;
}

.footer-social a:hover{
    background:#ffcc00;
    color:#111;
    text-decoration:none;
}

.footer-bottom{
    
    margin-top:px;
    padding:18px 0;
    background:rgba(0,0,0,5);
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#cfd3dc;
}




.footer-logo{
    display:flex;
    align-items:center;
    gap:5px;
    margin-bottom:18px;
}

.footer-logo img{
    width:130px;
    height:55px;
    object-fit:contain;
    border-radius: 5px;
}

.footer-logo i{
    font-size: 25px;
    color: #ffb000;
}

.footer-logo h3{
    margin:0;
    font-size:28px;
    font-weight:800;
    color:#fff;
    letter-spacing: 1px;
    font-family:'Segoe UI',sans-serif;
}
.footer-logo h3 span{
    color: #ffb000;
}

/*categories page*/


.category-top-ads{
    background:#fff;
    margin-top: 20px;
}

.top-banner-box{
    width:100%;
    height:150px;
    overflow:hidden;
    border-radius:10px;
    margin-bottom:20px;
    
}

.top-banner-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.category-search-full{
    max-width:100%;
    margin:0 auto;
}


.category-location-mini{
    max-width:100%;
    margin:10px 0;
}

.mini-city-search-wrap{
    position:relative;
    width:100%;
}

.mini-city-search-wrap > i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#e63946;
    font-size:15px;
    z-index:2;
}

.mini-city-search-wrap input{
    width:100%;
    height:42px;
    border:1px solid #ddd;
    outline:none;
    border-radius:30px;
    padding:0 15px 0 42px;
    font-size:14px;
    background:#fff;
}
.mini-city-search-wrap input{
    height:48px;
    font-size:15px;
}

.city-suggestions{
    display:none;
    position:absolute;
    top:48px;
    left:0;
    right:0;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
    overflow:hidden;
    z-index:999;
}

.city-item{
    display:flex;
    align-items:center;
    gap:9px;
    padding:12px 14px;
    cursor:pointer;
    border-bottom:1px solid #f1f1f1;
    color:#222;
}

.city-item:hover{
    background:#f8f9fa;
}

.city-item i{
    color:#e63946;
    font-size:14px;
}

.city-item span{
    font-weight:600;
    font-size:14px;
}

.city-item small{
    margin-left:auto;
    color:#777;
    font-size:12px;
}

.city-no-result{
    padding:12px 14px;
    color:#777;
    font-size:14px;
}




.cat-ad-box{
    width:100%;
    height:90px;
    border-radius:12px;
    overflow:hidden;
    background:#f4f4f4;
}

.cat-ad-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media(max-width:767px){
    .category-location-mini{
        max-width:100%;
        margin-bottom:12px;
    }

    .cat-ad-box{
        height:80px;
    }
}





.single-location{
    grid-template-columns:1fr auto;
}

.city-search-wrap{
    position:relative;
}

.city-search-wrap i{
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    color:#777;
}

.city-search-wrap input{
    width:100%;
    height:50px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px 0 42px;
    color:#333;
    outline:none;
}

.city-suggestions{
    display:none;
    position:absolute;
    top:56px;
    left:0;
    width:100%;
    background:#fff;
    border-radius:10px;
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
    z-index:99;
    overflow:hidden;
}

.city-suggestions div{
    padding:12px 15px;
    color:#333;
    cursor:pointer;
    border-bottom:1px solid #eee;
}

.city-suggestions div:hover{
    background:#f5f7fb;
}

@media(max-width:768px){
    .single-location{
        grid-template-columns:1fr;
    }
}




.all-categories{
    padding:70px 0;
    background:#f7f9fc;
}
.section-head{
    width:100%;
    text-align:center;
    margin-bottom:35px;
    display:block;
    clear:both;
}

.section-head h2{
    font-size:34px;
    font-weight:800;
    margin-bottom:10px;
}

.section-head p{
    color:#666;
}

.cat-grid{
    width: 100%;
    height: auto;
}

.cat-card{
    background:#fff;
    border-radius:8px;
    text-align:center;
    color:#222;
    box-shadow:0 5px 18px rgba(204, 204, 204,0.8);
    transition:0.3s;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    margin-bottom:22px;
    display:block;
    width:100%;
}
.cat-card.active{
    color: #222;
    
}

.cat-card.active i{
    color: orangered;
    margin-top: 10px;
}

.cat-grid a{
    outline: none;
}

.cat-card:hover{
    transform:translateY(-5px);
    text-decoration:none;
}




.cat-card i{
    font-size:24px;
    color:#1d3f91;
    color:#FF7A00;
    color:#0D2B45;
    margin-bottom:8px;
}
.cat-card:hover i{
   
    color: orangered;
}
.cat-card img{
    width: 50px;
    height: 40px;
    padding-bottom: 10px;
    margin-top: -5px;
    border-radius: 5px;
    
}

.cat-card span{
    display:block;
    font-size:12px;
    font-weight:700;
    font-family:'Segoe UI',sans-serif;
    
}
.cat-card .cat-count {
    font-size: 10px;
    color: #64748b;
}

.cat-card .cat-count{
    display:block;
    font-size:11px;
    color:#888;
    margin-top:3px;
}



.no-data{
    background:#fff;
    padding:25px;
    border-radius:12px;
    text-align:center;
    color:#777;
}





.subcat-card{
    background:#fff;
    border-radius:6px;
    padding:18px;
    align-items:center;
    color:#222;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
    transition:0.3s;
    width: 500px;
    position:relative;
    display: block;
    margin-bottom: 25px;
    height: 80px;
}

.subcat-card:hover{
    transform:translateY(-5px);
    text-decoration:none;
}
.subcat-info{
    float: left;
}

.subcat-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:50%;
    background:#1d3f91;
    color:#fff;
    text-align:center;
    justify-content:center;
    font-size:20px;
    float: left;
    line-height: 48px;
    margin-right: 20px;
}

.subcat-card h4{
    margin:0 0 5px;
    font-size:17px;
    font-weight:700;
    color:#222;
}

.subcat-card p{
    margin:0;
    color:#777;
    font-size:13px;
}

.listing-count{
    margin-left:auto;
    background:#f0f4ff;
    color:#1d3f91;
    padding:6px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
    float: right;
    margin-top: 10px;
}



/*Listing Page*/



.listing-head-box{
    margin:10px 0;
    font-size:14px;
    color:#555;
    margin-top: 20px;
    
}

.listing-head-box strong{
    color:;
}

.listing-head-box a{
    margin-left:0px;
    color:#2f8dcc;
    font-weight:600;
    text-decoration:none;
    font-size: 10px;
}
.listing-head-box p{
    color: #000;
}
.listing-head-box p i{
    color: #e63946;
}

.listing-location-bar{
    margin-top: 30px;
    display: none;
}
.listing-location-bar input{
    border-radius: 5px;
}



.listing-search-box input{
    width:100%;
    height:45px;
    border:1px solid #ddd;
    border-radius:30px;
    outline:none;
    padding:0 18px;
    font-size:14px;
 
    
}



.business-listing-wrap{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.business-list-card{
    display:flex;
    gap:15px;
    background:#fff;
    border:1px solid #eee;
    border-radius:14px;
    padding:14px;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.business-img{
    width:130px;
    height:105px;
    flex-shrink:0;
    border-radius:12px;
    overflow:hidden;
    background:#f5f5f5;
}

.business-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.no-img{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#aaa;
    font-size:35px;
}

.business-content{
    flex:1;
}

.business-content h3{
    margin:0 0 6px;
    font-size:20px;
    color:#222;
}

.business-cat{
    font-size:14px;
    color:#e63946;
    margin-bottom:6px;
}

.business-address{
    font-size:14px;
    color:#666;
    margin-bottom:12px;
}

.business-actions{
    display:flex;
    gap:10px;
}

.business-actions a{
    text-decoration:none;
    padding:8px 14px;
    border-radius:25px;
    font-size:14px;
}

.call-btn{
    background:#16a34a;
    color:#fff;
}

.view-btn{
    background:#111827;
    color:#fff;
}

.no-business-found{
    background:#fff;
    padding:30px;
    border-radius:14px;
    text-align:center;
    border:1px solid #eee;
}

@media(max-width:767px){
    .business-list-card{
        flex-direction:column;
    }

    .business-img{
        width:100%;
        height:180px;
    }
}




/*Terms and Conditions*/

.terms-container{
    width:80%;
    max-width:100%;
    margin:40px auto;
  
}

.page-title{
    text-align:center;
    margin-bottom:35px;
    
}

.page-title h1{
    margin:0;
    font-size:34px;
    color:#0f172a;
      margin-top: 80px;
}

.page-title p{
    color:#64748b;
    margin-top:10px;
    font-size:15px;
}

.terms-box{
    background:#fff;
    border-radius:16px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 5px 18px rgba(0,0,0,0.06);
}

.terms-box h2{
    margin-top:0;
    font-size:22px;
    color:#0f172a;
    margin-bottom:15px;
}

.terms-box p{
    line-height:1.8;
    font-size:15px;
    color:#475569;
}

.terms-box ul{
    padding-left:20px;
}

.terms-box ul li{
    margin-bottom:12px;
    line-height:1.7;
    color:#475569;
}

.highlight{
    background:#fff7ed;
    border-left:4px solid #f97316;
    padding:14px 16px;
    border-radius:10px;
    margin-top:18px;
    color:#9a3412;
    font-size:14px;
    line-height:1.7;
}

.footer-note{
    text-align:center;
    color:#64748b;
    font-size:14px;
    margin-top:35px;
}

@media(max-width:768px){

    .page-title h1{
        font-size:28px;
    }

    .terms-box{
        padding:22px;
    }

}
/*Privacy Policy*/

.policy-container{
    width:90%;
    max-width:1100px;
    margin:40px auto;
    margin-top: 80px;
}

.page-title{
    text-align:center;
    margin-bottom:35px;
}

.page-title h1{
    margin:0;
    font-size:34px;
    color:#0f172a;
}

.page-title p{
    color:#64748b;
    margin-top:10px;
    font-size:15px;
}

.policy-box{
    background:#fff;
    border-radius:16px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 5px 18px rgba(0,0,0,0.06);
}

.policy-box h2{
    margin-top:0;
    font-size:22px;
    color:#0f172a;
    margin-bottom:15px;
}

.policy-box p{
    line-height:1.8;
    font-size:15px;
    color:#475569;
}

.policy-box ul{
    padding-left:20px;
}

.policy-box ul li{
    margin-bottom:12px;
    line-height:1.7;
    color:#475569;
}

.highlight{
    background:#eff6ff;
    border-left:4px solid #2563eb;
    padding:14px 16px;
    border-radius:10px;
    margin-top:18px;
    color:#1e3a8a;
    font-size:14px;
    line-height:1.7;
}

.footer-note{
    text-align:center;
    color:#64748b;
    font-size:14px;
    margin-top:35px;
}

@media(max-width:768px){

    .page-title h1{
        font-size:28px;
    }

    .policy-box{
        padding:22px;
    }

}



/*Refund Policy*/



.refund-container{
    width:90%;
    max-width:80%;
    margin:40px auto;
    margin-top: 80px;
}

.page-title{
    text-align:center;
    margin-bottom:35px;
}

.page-title h1{
    margin:0;
    font-size:34px;
    color:#0f172a;
}

.page-title p{
    color:#64748b;
    margin-top:10px;
    font-size:15px;
}

.refund-box{
    background:#fff;
    border-radius:16px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 5px 18px rgba(0,0,0,0.06);
}

.refund-box h2{
    margin-top:0;
    font-size:22px;
    color:#0f172a;
    margin-bottom:15px;
}

.refund-box p{
    line-height:1.8;
    font-size:15px;
    color:#475569;
}

.refund-box ul{
    padding-left:20px;
}

.refund-box ul li{
    margin-bottom:12px;
    line-height:1.7;
    color:#475569;
}

.highlight{
    background:#fff7ed;
    border-left:4px solid #f97316;
    padding:14px 16px;
    border-radius:10px;
    margin-top:18px;
    color:#9a3412;
    font-size:14px;
    line-height:1.7;
}

.footer-note{
    text-align:center;
    color:#64748b;
    font-size:14px;
    margin-top:35px;
}

@media(max-width:768px){

    .page-title h1{
        font-size:28px;
    }

    .refund-box{
        padding:22px;
    }

}



/*Faqa of clients*/

.faq-container{
    width:90%;
    max-width:1000px;
    margin:40px auto;
    margin-top: 80px;
}

.page-title{
    text-align:center;
    margin-bottom:35px;
}

.page-title h1{
    margin:0;
    font-size:34px;
    color:#0f172a;
}

.page-title p{
    color:#64748b;
    margin-top:10px;
    font-size:15px;
}

/* FAQ ITEM */

.faq-item{
    background:#fff;
    border-radius:14px;
    margin-bottom:16px;
    overflow:hidden;
    box-shadow:0 5px 16px rgba(0,0,0,0.05);
    border:1px solid #e5e7eb;
    
}

.faq-question{

    width:100%;

    background:#fff;

    border:none;

    outline:none;

    cursor:pointer;

    padding:18px 22px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    font-size:16px;
    font-weight:600;

    color:#0f172a;

    transition:.3s ease;
}

.faq-question:hover{
    background:#f8fafc;
}

.faq-question i{
    transition:.3s ease;
    color:#2563eb;
}

/* ANSWER */

.faq-answer{
    max-height:0;
    overflow:hidden;

    transition:max-height .4s ease;

    background:#fff;
}

.faq-answer p{
    margin:0;
    padding:0 22px 22px;
    line-height:1.8;
    font-size:15px;
    color:#475569;
}

/* ACTIVE */

.faq-item.active .faq-answer{
    max-height:300px;
}

.faq-item.active .faq-question i{
    transform:rotate(180deg);
}

/* MOBILE */

@media(max-width:768px){

    .page-title h1{
        font-size:28px;
    }

    .faq-question{
        font-size:15px;
        padding:16px 18px;
    }

}


.cz-info-slider{
    padding:0px 15px;
    background:#ffffff;
}
.cz-info-box{
    max-width:900px;
    min-height:495px;      /* pahle auto tha */
    margin:0 auto;
    padding:20px 10px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-left:5px solid #ff9800;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    border-radius:8px;
    overflow:hidden;
}
.cz-info-box h4:after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#ff9800;
    margin-top:10px;
    margin-bottom:30px;
}
.cz-info-list{
    margin:0;
    padding:0;
    list-style:none;
}
.cz-info-list li{
    width:100%;
    float:none;
    padding: 7px 10px;
    font-size:13px;
    color:#444;
    position:relative;
    line-height:35px;
    border-bottom:1px dashed #ececec;
    font-family: 'segoe UI', sans-sarif;
}
.cz-info-list li:last-child{
    border-bottom:none;
}
.cz-info-list li i{
    margin-right: 10px;
}

.cz-info-list:after{
    content:"";
    display:block;
    clear:both;
}
.cz-fade-out{
    opacity:0;
    transform:translateX(-18px);
    transition:all .35s ease;
}
.cz-fade-in{
    opacity:1;
    transform:translateX(0);
    transition:all .35s ease;
}
@media(max-width:767px){
    
    .cz-info-slider{
        width: 100%;
        padding:0px;
        background:#ffffff;
        margin:50px 0px; 
    }

    .cz-info-box h4{
        font-size:15px;
        margin-top: 20px;
    }
    
    .cz-info-box{
        width:100%;
        height:400px;      /* pahle auto tha */
        margin:0 auto;
        padding:20px 10px;
        background:#fff;
        border:1px solid #e5e7eb;
        border-left:5px solid #ff9800;
        border-right:5px solid #ff9800;
        box-shadow:0 8px 22px rgba(0,0,0,.08);
        border-radius:8px;
        overflow:hidden;
    }
    .cz-info-list li{
        width:100%;
        float:none;
        padding: 3px 0px;
        font-size:13px;
        color:#444;
        position:relative;
        line-height:25px;
        border-bottom:1px dashed #ececec;
        font-family: 'segoe UI', sans-sarif;
    }

}


