/* home css start  */
.home1 {
    padding: 150px 0px 60px 0px;
}

.home2 h2 {
    font-size: 90px;
    font-weight: 600;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.home2 img {
    width: 130px;
    display: flex;
    margin: 0 auto;
    margin-bottom: -65px;
}

.home4 {
    padding: 60px 0px;
}

.home5 h2 {
    font-size: 35px;
    font-weight: 600;
}

.home5 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
}


.home6 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.home7 {
    background-color: #fee4d9;
    padding: 60px 0px;
}


.home8 a {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 20px;
    transition: all 0.4s ease;
}

.home8 a .img-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 30px;
    border: 1px solid #FF4D00;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #FF4D00;
}

.home8 a:hover .img-hover {
    opacity: 1;
}

.home8 a .img-default {
    transition: opacity 0.3s ease;
}

.home8 a:hover .img-default {
    opacity: 0;
}

.home9 {
    margin-top: 50px;
}

.home10 {
    background-color: #fff;
    padding: 60px 0px;
}

.home11 {
    background-image: url(../img/pic19.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.home11 img {
    margin-top: 100px;
}

.home12 h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 3;
}

.home12 h2 i {
    color: #FF4D00;
    font-size: 20px;
}

.home13 h4 {
    color: #FF4D00;
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
}

.home13 p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 80%;
}

.home14 {
    justify-content: center;
    align-items: center;
}

.home15 h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

.home15 p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.process-flow {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}

.process-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.step-box {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding: 10px;
}

.step-number {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
}

.step-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.step-box h5 span {
    color: #ff4d00;
}

.step-box p {
    font-size: 14px;
    color: #000;
}

.home16 {
    padding: 60px 0px 0px 0px;
    background: #FF4D00;
    background: linear-gradient(90deg, rgba(255, 77, 0, 1) 0%, rgba(227, 218, 216, 1) 50%, rgba(255, 77, 0, 1) 100%);
}

.home17 h2 {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 600;
    width: 80%;
}

.home17 h6 {
    color: #1E1E1E;
    font-size: 25px;
    font-weight: 500;
    line-height: 2;
}

.home17 h4 {
    color: #1E1E1E;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.home18 {
    padding: 60px 0px;
    background-color: #FFEEE6;
}

.home19 h2 {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 2;
}

.home20 {
    background-image: url(../img/pic37.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0px 10px;
    height: 270px;
    position: relative;
}

.stars {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 10px 0px 20px;
}

.stars i {
    margin-right: 5px;
}

.white {
    color: white;
    text-shadow: 0 0 1px #999;
    /* Optional: adds faint outline for visibility */
}

.home21 {
    padding: 0px 20px;
}

.home21 p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.home22 h4 {
    color: #000;
    text-align: end;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.home22 p {
    color: #1E1E1E99;
    text-align: end;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.home23 {
    position: absolute;
    bottom: 5px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-top: 5px;
}

.home23 img {
    width: 60px;
}

.home18 .slick-dots li button {
    width: 20px;
    background: #ccc;
    margin-top: 30px;
}

.home18 .slick-dots li.slick-active button {
    width: 80px;
    background: #ccc;
}

/* home css end  */

/* logo animation css start  */
.log1 {
    background-image: url(../img/pic23.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 200px 0px 100px 0px;
}

.log2 h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.log2 p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.btn_wrp1 {
    margin-top: 30px;
}

.btn4 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn4:hover {
    background-color: #ff4d00;
    color: #fff;
    border: 2px solid #ff4d00;
}


.btn5 {
    background-color: #FF4D00;
    border: 2px solid #ff4d00;
    color: #fff;
}

.btn5:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #ff4d00;
}

.mz_slider1 {
    background-color: #FF4D00;
    padding: 10px 0px 20px;
}

.log3 {
    background-color: #FFE8DE;
    padding: 60px 0px;
}

.log4 h2 {
    color: #1E1E1E;
    font-size: 43px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.log4 p {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.log5 {
    margin-top: 30px;
}

.log6 {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 25px;
}

.log6 h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
}

.log6 p {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.log7 {
    padding: 60px 0px;
}

.log8 h2 {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.log9 h4 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.log9 p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.log10 {
    background-color: #FFE8DE;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.log10::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/pic33.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 220px;
    height: 650px;
    z-index: 1;
    pointer-events: none;
    display: block;
}

.log10::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/pic34.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 800px;
    z-index: 1;
    pointer-events: none;
    display: block;
}


.process-intro h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}


.process-intro p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #333;
}


.process-steps {
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    /* border-left: 2px solid #FF4D00; */
}

.step {
    position: relative;
    margin-bottom: 40px;
    padding-left: 40px;
}

.step-icon {
    position: absolute;
    left: -40px;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 40px;
    height: 40px;
}

.step-line {
    position: absolute;
    left: -23px;
    top: 40px;
    width: 2px;
    height: 100%;
    background-color: #FF4D00;
}

.step-content h2 {
    color: #1E1E1E;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-content p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

/* Remove line from last step */
.step:last-child .step-line {
    display: none;
}


/* logo animation css end  */

/* tab css start  */
.log7 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #FF4D00;
    border: 1px solid #FF4D00;
    border-radius: 20px;
}

.log7 .nav-link {
    color: #000;
}

.log7 .nav-link {
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
    margin: 5px 10px;
}

.log7 .nav {
    justify-content: center;
}

.tab1 {
    margin-top: 20px;
}

.tab2-container {
    position: relative;
    margin-bottom: 20px;
}

.tab2 {
    position: relative;
    overflow: hidden;
}

.tab2-text {
    background-color: #FF4D00;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
}

.tab2-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 15px 15px;
}

.tab2:hover .tab2-hover {
    opacity: 1;
}

.plus-icon {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.fullscreen-view {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

/* tab css end  */

/* seo css start  */
.seo1 {
    background-color: #FFE8DE;
    padding: 190px 0 0px;
}

.seo2 h1 {
    font-size: 70px;
    color: #1E1E1E;
    font-weight: 700;
    margin: 0 0 1px;
}

.seo2 p {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 24px;
    margin: 10px 0 20px;
}

.seo3 h2 {
    font-size: 45px;
    color: #1E1E1E;
    font-weight: 700;
    margin: 0 0 1px;
}

.seo3 p {
    font-size: 17px;
    color: #1E1E1E;
    line-height: 24px;
    margin: 10px 0 20px;
}

.seo4 {
    padding-left: 0;
    line-height: 2;
}

.seo4 li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.seo4 li i {
    color: #FF4D00;
    border: 1px solid #FF4D00;
    border-radius: 20px;
    font-size: 10px;
    padding: 5px;
}

.seo5 {
    padding: 60px 0px;
}

.seo6 h2 {
    font-size: 35px;
    color: #1E1E1E;
    font-weight: 700;
    text-align: center;
}

.seo6 p {
    font-size: 17px;
    color: #1E1E1E;
    line-height: 24px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.seo7 {
    background-color: #FFE8DE;
    padding: 50px 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.seo7 img {
    width: 70px;
    margin-bottom: 20px;
}

.seo7 h4 {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
}

.seo7 p {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 400;
}

.seo9 {
    background-image: url(../img/pic52.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0px;
}

.seo10 h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
}

.seo10 p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.seo11 {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    height: 230px;
    margin-top: 20px;
}

.seo11 i {
    color: #FF4D00;
    border: 1px solid #FF4D00;
    border-radius: 40px;
    font-size: 40px;
    padding: 20px 22px;
}

.seo11 p {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}

/* seo css end  */

/* terms & condition css start  */
.term1 {
    padding: 120px 0px 60px 0px;
}

.term2 h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 2;
}

.term2 h4 {
    font-size: 30px;
    font-weight: 600;
}

.term2 p {
    font-size: 16px;
    font-weight: 400;
}

.term3 {
    padding-left: 0;
}

.term3 li a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.term4 {
    padding-left: 20px;
}

.term4 li {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    list-style: disc;
}

/* terms & condition css end  */