/* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#27272a;
    color:#fff;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

/* ===========================
   PAGE WIDTH
=========================== */

.page-width{
    width:50vw;
    margin:auto;
    background:#fff;
    overflow:hidden;
    box-shadow:0 0 30px rgba(0,0,0,.35);
}

.container{
    width:100%;
    max-width:100%;
    padding:0 20px;
}

.default-padding{
    padding:50px 0;
}

/* ===========================
   BANNER
=========================== */

.banner-section img{
    width:100%;
    display:block;
}

/* ===========================
   COMMON TITLES
=========================== */

.sec-title{
    font-size:34px;
    font-weight:700;
    text-align:center;
    margin-bottom:25px;
    color:#222;
    line-height:1.4;
}

.sec-title span{
    color:#d40000;
}

.desc1{
    font-size:18px;
    line-height:1.8;
    color:#444;
}

.desc1 span{
    color:#d60000;
    font-weight:bold;
}

.text-white{
    color:#fff !important;
}

.text-red{
    color:#ff2020;
}

.text-yellow{
    color:#ffd600;
}

.text-green{
    color:#4cff00;
}

.bg-dark{
    background:#101010;
}

.bg-blue{
    background:#f1f7ff;
}

.bg-img{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* ===========================
   BUY TEXT
=========================== */

.buy-text{
    text-align:center;
    background:#ffce00;
    color:#000;
    padding:15px;
    font-size:24px;
    font-weight:700;
    border-radius:10px;
    margin:25px 0;
}

.buy-link-app{
    padding:10px;
}

.buy-link-app img{
    width:100%;
    border-radius:12px;
    transition:.3s;
}

.buy-link-app img:hover{
    transform:scale(1.04);
}

/* ===========================
   ABOUT BOX
=========================== */

.abt-box{
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px;
    margin-bottom:20px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.icon-img{
    width:70px;
}

.right-txt h5{
    margin:0;
    font-size:24px;
    color:#d40000;
}

.right-txt p{
    margin:0;
    font-size:18px;
    color:#444;
}

/* ===========================
   HEADING BOX
=========================== */

.need-heading-box{
    background:#d40000;
    border-radius:12px;
    padding:20px;
}

.need-heading-box p{
    margin:0;
    color:#fff;
    font-size:30px;
    text-align:center;
    font-weight:700;
}

/* ===========================
   COMMON BOXES
=========================== */

.white-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    margin-top:30px;
}

.normal-box{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    padding:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

.dark-box-text{
    background:#1b1b1b;
    color:#fff;
    padding:25px;
    border-radius:15px;
    font-size:20px;
    line-height:1.8;
}

.dark-box-text span{
    color:#ffd600;
}

.dark-dotted-box{
    border:2px dashed #fff;
    padding:25px;
    border-radius:15px;
    margin-top:30px;
}

/* ===========================
   IMAGE HELPERS
=========================== */

.br-20{
    border-radius:20px;
}

.relative{
    position:relative;
}

.p-0{
    padding:0;
}

.mb-0{
    margin-bottom:0;
}

.mb-1{
    margin-bottom:10px;
}

.mb-2{
    margin-bottom:20px;
}

.mb-3{
    margin-bottom:30px;
}

.px-5{
    padding-left:40px;
    padding-right:40px;
}
/* ===========================
   SMALL FEATURE BOXES
=========================== */

.small-white-box{
    background:#fff;
    border-radius:15px;
    padding:20px 10px;
    text-align:center;
    margin-bottom:20px;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.small-white-box:hover{
    transform:translateY(-5px);
}

.bx-img{
    width:80px;
    height:80px;
    object-fit:contain;
    margin:auto;
}

.bx-title{
    margin-top:15px;
    font-size:18px;
    color:#222;
    font-weight:700;
}

/* ===========================
   MEDICINE BOX
=========================== */

.medicine-box{
    background:#ffffff;
    padding:25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    margin-bottom:30px;
}

.medicine-box img{
    border-radius:15px;
}

/* ===========================
   WHY CHOOSE US
=========================== */

.why-box{
    border-radius:15px;
    padding:20px;
    text-align:center;
    margin-bottom:25px;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
    transition:.3s;
    height:auto;
}


.why-box img{
    width:90px;
    margin:auto auto 15px;
}

.why-box h4{
    font-size:18px;
    color:#222;
    line-height:1.6;
}

/* ===========================
   STEP SECTION
=========================== */

.step-div{
    margin-bottom:35px;
}

.step-div h5{
    background:#d40000;
    color:#fff;
    padding:15px;
    border-radius:10px;
    font-size:22px;
    margin-bottom:20px;
}

.step-div h5 span{
    color:#ffd600;
}

.step-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.icon-div{
    width:90px;
    flex-shrink:0;
}

.icon-div img{
    width:100%;
}

.step-box .right-txt p{
    color:#333;
    font-size:17px;
    line-height:1.8;
}

/* ===========================
   CUSTOMER REVIEW
=========================== */

.customer-box{
    display:none;
    background:#fff;
    color:#222;
    border-radius:15px;
    padding:20px;
    margin-bottom:25px;
    box-shadow:0 6px 20px rgba(0,0,0,.12);
}

.reviewer-dt{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.user-img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.right-info h5{
    margin:0;
    font-size:20px;
    font-weight:700;
}

.date{
    margin-top:5px;
    color:#777;
    font-size:14px;
}

.review{
    font-size:17px;
    line-height:1.8;
    margin-bottom:15px;
}

.result-img{
    width:100%;
    border-radius:12px;
}

#show-more{
    width:100%;
    background:#d40000;
    color:#fff;
    border:none;
    padding:15px;
    border-radius:10px;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

#show-more:hover{
    background:#000;
}

/* ===========================
   CONTACT FORM
=========================== */
.success-message{
    background:#d4edda;
    color:#155724;
    border:1px solid #c3e6cb;
    padding:15px;
    margin-bottom:20px;
    border-radius:8px;
    text-align:center;
    font-weight:600;
    font-size:18px;
}
.contact-form{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.contact-form h4{
    text-align:center;
    margin-bottom:25px;
    color:#d40000;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    color:#222;
    font-weight:600;
}

.form-control{
    width:100%;
    height:52px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:12px;
    font-size:16px;
    outline:none;
}

.form-control:focus{
    border-color:#d40000;
}

.p-rel{
    position:relative;
}

.fix-num{
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    color:#666;
    font-weight:600;
}

.pl-60{
    padding-left:70px;
}

.btn1{
    width:100%;
    background:#d40000;
    color:#fff;
    border:none;
    padding:15px;
    font-size:20px;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}

.btn1:hover{
    background:#000;
}

/* ===========================
   AVAILABLE SECTION
=========================== */

.available img{
    border-radius:12px;
    transition:.3s;
}

.available img:hover{
    transform:scale(1.04);
}

/* ===========================
   COPYRIGHT
=========================== */

.copyright{
    text-align:center;
    padding-bottom:80px;
}

.copyright p{
    margin-bottom:10px;
}

/* ===========================
   STICKY BAR
=========================== */

.sticky-bar{
    position:fixed;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    width:50vw;
    background:#ffe600;
    z-index:9999;
    padding:10px;
    box-shadow:0 -4px 15px rgba(0,0,0,.2);
}

.call-now{
    display:block;
    text-align:center;
    color:#000;
    font-size:28px;
    font-weight:bold;
}

.call-now i{
    margin-right:10px;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1200px){

.page-width{
    width:70vw;
}

.sticky-bar{
    width:70vw;
}

}

@media(max-width:992px){

.page-width{
    width:90vw;
}

.sticky-bar{
    width:90vw;
}

.sec-title{
    font-size:28px;
}

.buy-text{
    font-size:20px;
}

.need-heading-box p{
    font-size:24px;
}

.step-box{
    flex-direction:column;
    text-align:center;
}

.icon-div{
    margin:auto;
}

}

@media(max-width:768px){

.page-width{
    width:100%;
}

.sticky-bar{
    width:100%;
    left:0;
    transform:none;
}

.default-padding{
    padding:30px 0;
}

.container{
    padding:0 15px;
}

.sec-title{
    font-size:24px;
}

.desc1{
    font-size:16px;
}

.buy-text{
    font-size:18px;
}

.need-heading-box p{
    font-size:20px;
}

.abt-box{
    flex-direction:column;
    text-align:center;
}

.dark-box-text{
    font-size:17px;
    padding:20px;
}

.step-div h5{
    font-size:18px;
}

.review{
    font-size:15px;
}

.call-now{
    font-size:22px;
}

.contact-form{
    padding:20px;
}

.form-control{
    height:48px;
}

.bx-img{
    width:60px;
    height:60px;
}

.user-img{
    width:55px;
    height:55px;
}

}

@media(max-width:480px){

.sec-title{
    font-size:20px;
}

.buy-text{
    font-size:16px;
    padding:12px;
}

.need-heading-box p{
    font-size:18px;
}

.dark-box-text{
    font-size:15px;
}

.step-div h5{
    font-size:16px;
}

.call-now{
    font-size:18px;
}

.btn1{
    font-size:18px;
}

}