 body{font-family:Arial,sans-serif;background:#fff8f3}
.header{padding:20px;background:#fff}
.header a{text-decoration:none;margin:0 10px;color:#333}
.hero{padding:80px 0}
.hero h1{font-size:60px;font-weight:700}
.hero p{font-size:20px}
@media(max-width:768px){
.hero h1{font-size:40px}
}

html,
body{
    overflow-x:hidden;
    width:100%;
}


.header-area{
    position: relative;
    width: 100%;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 0px;
    background: transparent;
}

.header-area .container{
    background: #fff;
    border-radius: 30px;
    padding: 18px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.logo{
    height:60px;
}

.navbar-nav .nav-link{
    color:#14213d;
    font-weight:700;
    margin:0 12px;
    font-size:18px;
}

.navbar-nav .nav-link.active{
    color:#ff6b6b;
}

.header-icons{
    display:flex;
    gap:15px;
}

.header-icons a{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
}

.header-icons a:nth-child(1){
    background:#d9f5ef;
    color:#14213d;
}

.header-icons a:nth-child(2){
    background:#efe7ff;
    color:#14213d;
}

.cart-icon{
    background:#ffe566;
    color:#14213d;
    position:relative;
}

.cart-count{
    position:absolute;
    top:-5px;
    right:-5px;
    width:22px;
    height:22px;
    background:#ff4d4d;
    color:#fff;
    border-radius:50%;
    font-size:12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
}

@media(max-width:991px){

    .header-area{
        top:10px;
    }

    .header-area .container{
        padding:15px 20px;
    }

    .navbar-collapse{
        margin-top:20px;
        text-align:center;
    }

    .navbar-nav .nav-link{
        margin:12px 0;
    }

    .header-icons{
        justify-content:center;
        margin-top:20px;
    }

    .logo{
        height:50px;
    }
}







/*slider */

.hero-slider{
    margin-top:-30px;
}

.hero-slider .carousel{
    border-radius: 0px;
    overflow: hidden;
}

.hero-desktop{
    display:block;
    width:100%;
    height:940px;
    object-fit:cover;
}

.hero-mobile{
    display:none;
}

.carousel-indicators{
    margin-bottom:20px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    border:none;
}

.carousel-control-prev,
.carousel-control-next{
    width:60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:rgba(0,0,0,.4);
    border-radius:50%;
    padding:20px;
}

@media(max-width:767px){

    .hero-slider{
        margin-top:0px;
    }

    .hero-desktop{
        display:none;
    }

    .hero-mobile{
        display:block;
        width:100%;
        height:auto;
    }

    .carousel{
        border-radius:25px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }

}








/* Category section */

.category-section{
    padding:40px 0;
    position:relative;
}

.section-title{
    text-align:center;
    margin-bottom:35px;
}

.section-title h2{
    font-size:48px;
    font-weight:600;
    color:#091d57;
}

.section-title span{
    color:#091d57;
}

.gosiriCategorySwiper{
    overflow:hidden;
}

.category-card{
    display:block;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.category-card:hover{
    transform:translateY(-8px);
}

.category-card img{
    width:100%;
    height:140px;
    object-fit:cover;
    display:block;
}

.category-info{
    padding:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.category-info h5{
    margin:0;
    color:#132147;
    font-size:22px;
    font-weight:700;
}

.category-info span{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#23c58b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.cat-prev,
.cat-next{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.12);

    display:flex;
    align-items:center;
    justify-content:center;

    position:absolute;
    top:55%;
    z-index:10;
    cursor:pointer;
}

.cat-prev{
    left:-25px;
}

.cat-next{
    right:-25px;
}

@media(max-width:991px){

    .section-title h2{
        font-size:36px;
    }

    .cat-prev{
        left:-10px;
    }

    .cat-next{
        right:-10px;
    }
}

@media(max-width:767px){

    .section-title h2{
        font-size:28px;
    }

    .category-card img{
        height:110px;
    }

    .category-info{
        padding:12px;
    }

    .category-info h5{
        font-size:16px;
    }

    .category-info span{
        width:34px;
        height:34px;
    }

    .cat-prev,
    .cat-next{
        display:none;
    }
}









/*product slider */

/* ==========================
FEATURED BOOKS SECTION
========================== */
.deals-section {
    background: #fff;
}

.deals-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.deals-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #222;
}

.deal-timer {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.deal-timer span {
    font-weight: 700;
    color: #6c4cf5;
}

.deals-navigation {
    display: flex;
    gap: 12px;
}

.deal-prev,
.deal-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

.deal-prev:hover,
.deal-next:hover {
    background: #6c4cf5;
    color: #fff;
}

.dealsSwiper {
    overflow: hidden;
}

.swiper-slide {
    height: auto;
}

.deal-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: .3s;
}

.deal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.deal-image {
    position: relative;
}

.deal-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.wishlist-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c4cf5;
    z-index: 2;
}

.deal-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.deal-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.deal-top h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.deal-rating {
    white-space: nowrap;
    font-weight: 600;
    color: #333;
}

.deal-rating i {
    color: #333;
    font-size: 12px;
}

.deal-price {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.price {
    font-size: 34px;
    font-weight: 700;
    color: #3b6c19;
}

.old-price {
    color: #777;
    text-decoration: line-through;
}

.discount {
    background: #dff1c7;
    color: #486d22;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.deal-tag {
    margin-top: 12px;
    color: #555;
    font-size: 14px;
}

@media (max-width: 991px) {
    .deals-left h2 {
        font-size: 28px;
    }

    .deal-image img {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .deals-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .deals-navigation {
        align-self: flex-end;
    }

    .deal-image img {
        height: 200px;
    }

    .price {
        font-size: 26px;
    }
}





/*Footer*/

/*=====================
FOOTER
======================*/

.gosiri-footer{
    background:#091d57;
    color:#fff;
    padding:70px 0 0;
}

.footer-logo img{
    max-width:180px;
}

.footer-about{
    margin:25px 0;
    line-height:1.8;
    color:rgba(255,255,255,.75);
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:#20b486;
    transform:translateY(-3px);
}

.footer-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#20b486;
    padding-left:6px;
}

.footer-contact li{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    color:rgba(255,255,255,.75);
}

.footer-contact i{
    color:#20b486;
    margin-top:5px;
    min-width:18px;
}

.footer-contact a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
}

.footer-contact a:hover{
    color:#20b486;
}

.footer-bottom{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.12);
    padding:22px 0;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:rgba(255,255,255,.75);
}

/*=====================
RESPONSIVE
======================*/

@media(max-width:767px){

    .gosiri-footer{
        padding-top:50px;
    }

    .footer-title{
        margin-bottom:20px;
    }

    .footer-bottom{
        margin-top:30px;
    }

}





/* Search   */

.search-popup{
    position:absolute;
    top:100%;
    right:120px;
    width:350px;
    background:#fff;
    padding:12px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.3s;
    z-index:999;
}

.search-popup.active{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.search-popup form{
    display:flex;
}

.search-popup input{
    flex:1;
    border:1px solid #ddd;
    height:50px;
    padding:0 15px;
    border-radius:10px 0 0 10px;
    outline:none;
}

.search-popup button{
    width:55px;
    border:none;
    background:#20b486;
    color:#fff;
    border-radius:0 10px 10px 0;
}

@media(max-width:768px){

    .search-popup{
        width:90%;
        right:5%;
        left:5%;
    }

}

/* User Toggle */

.user-dropdown-wrapper{
    position:relative;
}

.user-dropdown{
    position:absolute;
    top:65px;
    right:0;
    width:240px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.3s;
    z-index:9999;
}

.user-dropdown.active{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.user-dropdown ul{
    list-style:none;
    margin:0;
    padding:10px 0;
}

.user-dropdown ul li{
    margin:0;
}

.user-dropdown ul li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 18px;
    color:#333;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}

.user-dropdown ul li a:hover{
    background:#f8f8f8;
    color:#20b486;
}

.user-dropdown ul li i{
    width:18px;
}

@media(max-width:767px){

    .user-dropdown{
        width:220px;
        right:-30px;
    }

}



/* ===================
MINI CART
=================== */

.cart-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.cart-overlay.active{
    opacity:1;
    visibility:visible;
}

.mini-cart{
    position:fixed;
    top:0;
    right:-420px;
    width:400px;
    height:100vh;
    background:#fff;
    z-index:9999;
    transition:.4s ease;
    display:flex;
    flex-direction:column;
    box-shadow:-5px 0 30px rgba(0,0,0,.12);
}

.mini-cart.active{
    right:0;
}

.mini-cart-header{
    padding:20px;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.mini-cart-header h4{
    margin:0;
    font-weight:700;
}

.close-cart{
    border:none;
    background:none;
    font-size:22px;
    cursor:pointer;
}

.mini-cart-body{
    flex:1;
    overflow-y:auto;
    padding:20px;
}

.cart-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.cart-item img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:10px;
}

.cart-item-content{
    flex:1;
}

.cart-item-content h5{
    font-size:16px;
    margin-bottom:8px;
}

.cart-item-content span{
    font-size:13px;
    color:#777;
}

.cart-price{
    margin-top:8px;
    font-weight:700;
    color:#20b486;
}

.remove-item{
    border:none;
    background:none;
    color:#dc3545;
    cursor:pointer;
}

.mini-cart-footer{
    padding:20px;
    border-top:1px solid #eee;
}

.cart-total{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
    font-size:18px;
}

.view-cart-btn,
.checkout-btn{
    display:block;
    text-align:center;
    text-decoration:none;
    padding:14px;
    border-radius:12px;
    font-weight:600;
    margin-top:10px;
}

.view-cart-btn{
    background:#f3f3f3;
    color:#333;
}

.checkout-btn{
    background:#20b486;
    color:#fff;
}

.checkout-btn:hover{
    background:#091d57;
    color:#fff;
}

@media(max-width:576px){

    .mini-cart{
        width:100%;
        right:-100%;
    }

}


/*=================================
OFFER BANNER SLIDER
=================================*/

.offer-banner-section{
    padding:25px 0 35px;
}

.offerBannerSwiper{
    position:relative;
    border-radius:35px;
    overflow:hidden;
}

.offer-banner{
    display:block;
}

/* Desktop Default */

.offer-banner .desktop-banner{
    display:block !important;
    width:100%;
    border-radius:35px;
}

.offer-banner .mobile-banner{
    display:none !important;
    width:100%;
    border-radius:35px;
}

/* Arrows */

.offer-prev,
.offer-next{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.12);

    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;
    transition:.3s;
}

.offer-prev{
    left:18px;
}

.offer-next{
    right:18px;
}

.offer-prev i,
.offer-next i{
    font-size:16px;
    color:#091d57;
}

.offer-prev:hover,
.offer-next:hover{
    background:#091d57;
}

.offer-prev:hover i,
.offer-next:hover i{
    color:#fff;
}

/* Dots */

.offerBannerSwiper .swiper-pagination{
    bottom:18px !important;
}

.offerBannerSwiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff;
    opacity:.8;
}

.offerBannerSwiper .swiper-pagination-bullet-active{
    background:#091d57;
    opacity:1;
}

/*=================================
TABLET
=================================*/

@media (max-width:991px){

    .offerBannerSwiper{
        border-radius:25px;
    }

    .offer-banner .desktop-banner,
    .offer-banner .mobile-banner{
        border-radius:25px;
    }

}

/*=================================
MOBILE
=================================*/

@media (max-width:767px){

    .offer-banner-section{
        padding:15px 0 25px;
    }

    .offerBannerSwiper{
        border-radius:20px;
    }

    /* Hide Desktop Banner */
    .offer-banner .desktop-banner{
        display:none !important;
    }

    /* Show Mobile Banner */
    .offer-banner .mobile-banner{
        display:block !important;
    }

    .offer-banner .mobile-banner{
        border-radius:20px;
    }

    /* Small Arrows */

    .offer-prev,
    .offer-next{
        width:34px;
        height:34px;
    }

    .offer-prev{
        left:8px;
    }

    .offer-next{
        right:8px;
    }

    .offer-prev i,
    .offer-next i{
        font-size:12px;
    }

    /* Small Dots */

    .offerBannerSwiper .swiper-pagination-bullet{
        width:8px;
        height:8px;
    }

}


/*=========================
ABOUT SECTION
=========================*/

.about-section{
    padding:90px 0;
    background:#fff;
}

.about-image-wrapper{
    position:relative;
}

.about-image{
    width:100%;
    border-radius:30px;
    display:block;
}

.about-badge{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#20b486;
    color:#fff;
    padding:20px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.about-badge h4{
    margin:0;
    font-size:32px;
    font-weight:800;
}

.about-badge span{
    font-size:14px;
}

.about-content{
    padding-left:40px;
}

.about-subtitle{
    display:inline-block;
    color:#20b486;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.about-content h2{
    font-size:52px;
    font-weight:800;
    color:#091d57;
    line-height:1.2;
    margin-bottom:25px;
}

.about-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
}

.feature-item i{
    color:#20b486;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 35px;
    background:#091d57;
    color:#fff;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#20b486;
    color:#fff;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

    .about-content{
        padding-left:0;
        margin-top:40px;
    }

    .about-content h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .about-section{
        padding:60px 0;
    }

    .about-content h2{
        font-size:30px;
    }

    .about-features{
        grid-template-columns:1fr;
    }

    .about-badge{
        right:10px;
        bottom:10px;
        padding:15px 20px;
    }

    .about-badge h4{
        font-size:24px;
    }

}




/*=================================
FOUNDER SECTION
=================================*/

.founder-section{
    padding:100px 0;
    background:#f5f7ff;
}

.founder-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

/*=================================
IMAGE SIDE
=================================*/

.founder-image-area{
    position:relative;
    flex:0 0 38%;
}

.founder-image-box{
    position:relative;
    border-radius:30px;
    padding:14px;
    background:linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    );
    box-shadow:0 30px 60px rgba(37,99,235,.15);
}

.founder-image-box img{
    width:100%;
    display:block;
    border-radius:22px;
}

/* Badge */

.founder-badge{
    position:absolute;
    right:-55px;
    bottom:22px;

    background:#fff;
    padding:18px 24px;

    border-radius:20px;

    min-width:180px;

    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

.founder-badge span{
    display:block;
    color:#666;
    font-size:15px;
    margin-bottom:8px;
}

.founder-badge strong{
    display:block;
    font-size:18px;
    color:#091d57;
    font-weight:700;
}

/*=================================
CONTENT SIDE
=================================*/

.founder-content{
    flex:0 0 55%;
}

.founder-tag{
    display:inline-flex;
    align-items:center;

    padding:12px 20px;

    border-radius:50px;

    background:#2563eb;
    color:#fff;

    font-size:15px;
    font-weight:600;

    margin-bottom:25px;
}

.founder-content h2{
    font-size:45px;
    line-height:1.1;
    color:#091d57;
    font-weight:800;
    margin-bottom:30px;
}

.founder-content p{
    color:#44546f;
    font-size:18px;
    line-height:2;
    margin-bottom:22px;
}

/*=================================
TABLET
=================================*/

@media(max-width:1199px){

    .founder-content h2{
        font-size:36px;
    }

    .founder-wrapper{
        gap:50px;
    }

}

@media(max-width:991px){

    .founder-wrapper{
        flex-direction:column;
        gap:50px;
    }

    .founder-image-area,
    .founder-content{
        flex:0 0 100%;
        width:100%;
    }

    .founder-content h2{
        font-size:42px;
    }

    .founder-badge{
        right:20px;
        bottom:20px;
    }

}

/*=================================
MOBILE
=================================*/

@media(max-width:767px){

    .founder-section{
        padding:60px 0;
    }

    .founder-image-box{
        padding:10px;
        border-radius:24px;
    }

    .founder-image-box img{
        border-radius:18px;
    }

    .founder-badge{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:15px;
        width:100%;
        min-width:auto;
    }

    .founder-tag{
        font-size:13px;
        padding:10px 16px;
    }

    .founder-content h2{
        font-size:32px;
        margin-bottom:20px;
    }

    .founder-content p{
        font-size:16px;
        line-height:1.9;
        margin-bottom:18px;
    }

}

/*=================================
CO-FOUNDER SECTION
=================================*/

.cofounder-section{
    padding:100px 0;
    background:#f5f7ff;
}

.cofounder-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

/*=================================
CONTENT SIDE
=================================*/

.cofounder-content{
    flex:0 0 55%;
}

.cofounder-tag{
    display:inline-flex;
    align-items:center;
    padding:12px 20px;
    border-radius:50px;
    background:linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    );
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin-bottom:25px;
}

.cofounder-content h2{
    font-size:45px;
    line-height:1.1;
    font-weight:800;
    color:#091d57;
    margin-bottom:30px;
}

.cofounder-content p{
    color:#44546f;
    font-size:18px;
    line-height:2;
    margin-bottom:22px;
}

/*=================================
IMAGE SIDE
=================================*/

.cofounder-image-area{
    position:relative;
    flex:0 0 38%;
}

.cofounder-image-box{
    padding:14px;
    border-radius:30px;

    background:linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    );

    box-shadow:0 30px 60px rgba(37,99,235,.15);
}

.cofounder-image-box img{
    width:100%;
    display:block;
    border-radius:22px;

    aspect-ratio:4/5;
    object-fit:cover;
}

/* Badge */

.cofounder-badge{
    position:absolute;
    left:-35px;
    bottom:22px;

    background:#fff;
    padding:18px 24px;

    border-radius:20px;

    min-width:180px;

    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

.cofounder-badge strong{
    display:block;
    font-size:18px;
    font-weight:700;
    color:#091d57;
}

/*=================================
TABLET
=================================*/

@media(max-width:1199px){

    .cofounder-content h2{
        font-size:36px;
    }

    .cofounder-wrapper{
        gap:50px;
    }

}

@media(max-width:991px){

    .cofounder-wrapper{
        flex-direction:column-reverse;
        gap:50px;
    }

    .cofounder-content,
    .cofounder-image-area{
        flex:0 0 100%;
        width:100%;
    }

    .cofounder-content h2{
        font-size:36px;
    }

    .cofounder-badge{
        left:20px;
        bottom:20px;
    }

}

/*=================================
MOBILE
=================================*/

@media(max-width:767px){

    .cofounder-section{
        padding:60px 0;
    }

    .cofounder-image-box{
        padding:10px;
        border-radius:24px;
    }

    .cofounder-image-box img{
        border-radius:18px;
    }

    .cofounder-badge{
        position:relative;
        left:auto;
        bottom:auto;
        margin-top:15px;
        width:100%;
        min-width:auto;
        text-align:center;
    }

    .cofounder-tag{
        font-size:13px;
        padding:10px 16px;
    }

    .cofounder-content h2{
        font-size:32px;
        margin-bottom:20px;
    }

    .cofounder-content p{
        font-size:16px;
        line-height:1.9;
        margin-bottom:18px;
    }

}


/* book grid page */

.books-page-section{
    padding:50px 0;
}

.books-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:1px;
}

.book-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
    
    display:flex;
    flex-direction:column;

    height:100%;
}

.book-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.book-card a{
    text-decoration:none;
    color:#091d57;
}

.book-image{
    position:relative;
}

.book-image{
    position:relative;
    width:100%;
    aspect-ratio:3/4;
    overflow:hidden;
    border-radius:18px 18px 0 0;
}

.book-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.wishlist-btn{
    position:absolute;
    top:12px;
    left:12px;
    width:40px;
    height:40px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6c63ff;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.book-content{
    padding:14px;
}

.book-title-rating{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:8px;
}

.book-title-rating h4{
    font-size:14px;
    line-height:1.5;
    margin:0;
    font-weight:500;

    min-height:0px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.rating{
    font-size:15px;
    white-space:nowrap;
    font-weight:600;
}

.book-price{
    margin-top:12px;
    display:flex;
    align-items:center;
    gap:0px;
    flex-wrap:inherit;
}

.price{
    font-size:22px;
    font-weight:800;
    color:#4b7d2b;
}

.old-price{
    text-decoration:line-through;
    color:#888;
}

.discount{
    background:#cfe7a6;
    padding:4px 10px;
    border-radius:8px;
    font-size:13px;
    color:#4b7d2b;
    font-weight:600;
}

.book-content p{
    margin:12px 0 0;
    color:#666;
    font-size:14px;
}

.book-pagination{
    margin-top:50px;
    display:flex;
    justify-content:center;
    gap:10px;
}

.book-pagination a{
    width:45px;
    height:45px;
    border-radius:12px;
    background:#fff;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#091d57;
    font-weight:600;
}

.book-pagination a.active{
    background:#091d57;
    color:#fff;
    border-color:#091d57;
}

@media(max-width:991px){

    .books-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:767px){

    .books-page-section{
        padding:30px 0;
    }

    .books-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:5px;
    }

    .book-card{
        border-radius:18px;
    }

    .book-image img{
        aspect-ratio:3/4;
        object-fit:cover;
    }

    .book-content{
        padding:10px;
    }

    .book-title-rating{
        flex-direction:row;
        align-items:flex-start;
        gap:5px;
    }

    .book-title-rating h4{
        font-size:14px;
        line-height:1.4;

        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;

        overflow:hidden;

        flex:1;

        min-height:2px;
    }

    .rating{
        font-size:13px;
        white-space:nowrap;
    }

    .price{
        font-size:16px;
    }

    .old-price{
        font-size:13px;
    }

    .discount{
        padding:3px 8px;
        font-size:11px;
    }

    .minimal-cart-btn{
        height:38px;
        font-size:13px;
    }

    .wishlist-btn{
        width:30px;
        height:30px;
        font-size:13px;
        top:8px;
        left:8px;
    }

}

.book-cart{
    margin-top:15px;
}

.add-cart-btn{
    width:100%;
    height:48px;

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

    text-decoration:none;

    background:#091d57;
    color:#fff;

    border-radius:12px;

    font-size:15px;
    font-weight:600;

    transition:.3s;
}

.add-cart-btn:hover{
    background:#20b486;
    color:#fff;
}

.add-cart-btn i{
    font-size:14px;
}

.book-cart{
    margin-top:12px;
}

.minimal-cart-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:42px;

    border:1px solid #e5e7eb;
    border-radius:10px;

    background:#fff;
    color:#091d57;

    text-decoration:none;
    font-size:14px;
    font-weight:600;

    transition:.25s ease;
}

.minimal-cart-btn:hover{
    background:#091d57;
    border-color:#091d57;
    color:#fff;
}

/* Filter */

.book-filter-section{
    margin-bottom:30px;
}

.filter-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.filter-tags{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.filter-btn{
    text-decoration:none;
    color:#091d57;

    background:#f3f4f6;

    padding:10px 18px;

    border-radius:50px;

    font-size:14px;
    font-weight:600;

    transition:.3s;
}

.filter-btn:hover,
.filter-btn.active{
    background:#091d57;
    color:#fff;
}

/* Sort */

.sort-filter{
    position:relative;
}

.sort-btn{
    border:none;
    background:#fff;

    border:1px solid #e5e7eb;

    padding:12px 18px;

    border-radius:12px;

    font-weight:600;

    display:flex;
    align-items:center;
    gap:10px;

    cursor:pointer;
}

.sort-dropdown{
    position:absolute;
    top:100%;
    right:0;

    width:220px;

    background:#fff;

    border-radius:15px;

    margin-top:10px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    overflow:hidden;

    display:none;

    z-index:99;
}

.sort-dropdown.show{
    display:block;
}

.sort-dropdown a{
    display:block;

    padding:14px 18px;

    color:#091d57;

    text-decoration:none;

    transition:.3s;
}

.sort-dropdown a:hover{
    background:#f5f5f5;
}

@media(max-width:767px){

    .filter-wrapper{
        flex-direction:column;
        align-items:flex-start;
    }

    .filter-tags{
        overflow-x:auto;
        flex-wrap:nowrap;
        width:100%;
        padding-bottom:5px;
    }

    .filter-tags::-webkit-scrollbar{
        display:none;
    }

    .filter-btn{
        white-space:nowrap;
    }

    .sort-filter{
        width:100%;
    }

    .sort-btn{
        width:100%;
        justify-content:space-between;
    }

}

/*=================================
BREADCRUMB
=================================*/

.breadcrumb-section{
    padding:15px 0 20px;
}

.breadcrumb-wrapper{
    display:flex;
    align-items:center;
    gap:12px;

    font-size:14px;
    font-weight:500;
}

.breadcrumb-wrapper a{
    color:#64748b;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-wrapper a:hover{
    color:#091d57;
}

.breadcrumb-wrapper i{
    font-size:10px;
    color:#94a3b8;
}

.current-page{
    color:#091d57;
    font-weight:600;
}


.single-book-section{
    padding:20px 0;
}

.single-book-wrapper{
    display:grid;
    grid-template-columns:55% 45%;
    gap:50px;
}

.product-gallery{
    display:flex;
    gap:15px;
}

.thumb-gallery{
    width:90px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.thumb-gallery img{
    width:100%;
    border-radius:12px;
    cursor:pointer;
    border:2px solid transparent;
}

.thumb-gallery img.active{
    border-color:#091d57;
}

.main-image{
    flex:1;
}

.main-image img{
    width:100%;
    border-radius:25px;
}

.product-badge{
    background:#fff2c7;
    color:#7a5a00;
    padding:8px 14px;
    border-radius:50px;
    font-weight:600;
}

.product-info h1{
    font-size:42px;
    margin:20px 0;
    color:#091d57;
}

.product-rating{
    margin-bottom:20px;
}

.current-price{
    font-size:42px;
    font-weight:800;
    color:#4b7d2b;
}

.old-price{
    text-decoration:line-through;
    margin-left:10px;
    color:#888;
}

.discount{
    background:#dff1be;
    padding:5px 10px;
    border-radius:8px;
    margin-left:10px;
}

.product-short-desc{
    margin:25px 0;
    color:#666;
    line-height:1.8;
}

.product-features{
    padding-left:20px;
}

.product-features li{
    margin-bottom:12px;
}

.product-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.product-buttons a{
    flex:1;
    height:55px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;
    text-decoration:none;

    font-size:16px;
    font-weight:600;
}

.add-cart-btn,
.buy-now-btn{
    padding:15px 30px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}

.add-cart-btn{
    background:#091d57;
    color:#fff;
}

.buy-now-btn{
    background:#20b486;
    color:#fff;
}

@media(max-width:767px){

    .single-book-wrapper{
        grid-template-columns:1fr;
        gap:25px;
    }

    .product-gallery{
        display:flex;
        flex-direction:column;
    }

    /* Main Image */

    .main-image{
        width:100%;
        order:1;
    }

    .main-image img{
        width:100%;
        border-radius:20px;
    }

    /* Thumbnail Gallery */

    .thumb-gallery{
        order:2;

        width:100%;

        display:flex;
        flex-direction:row;

        gap:10px;

        margin-top:12px;

        overflow-x:auto;
        overflow-y:hidden;

        padding-bottom:5px;

        scrollbar-width:none;
    }

    .thumb-gallery::-webkit-scrollbar{
        display:none;
    }

    .thumb-gallery img{
        min-width:70px;
        width:70px;
        height:90px;

        object-fit:cover;

        border-radius:10px;

        cursor:pointer;
    }

}

.thumb-gallery img{
    cursor:pointer;
    border:2px solid transparent;
    transition:.3s;
}

.thumb-gallery img.active{
    border-color:#091d57;
    border-radius:12px;
}
#mainBookImage{
    transition:0.3s ease;
}

.all-books-btn {
    margin-top: 35px;
}

.btn-all-books {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #ff6b35;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(255,107,53,0.25);
}

.btn-all-books:hover {
    background: #e85723;
    color: #fff;
    transform: translateY(-3px);
}
.checkout-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.summary-item,
.summary-total{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.checkout-btn{
    width:100%;
    border:0;
    background:#ff6b35;
    color:#fff;
    padding:15px;
    border-radius:10px;
    font-weight:600;
}
.thank-you-box{
    text-align:center;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:40px;
}

.success-icon{
    font-size:70px;
    color:#28a745;
    margin-bottom:20px;
}

.book-card{
    background:#fff;
    border-radius:20px;
    padding:6px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.book-card img{
    width:100%;
    border-radius:15px;
}

.download-btn{
    display:inline-block;
    margin-top:15px;
    padding:12px 25px;
    background:#ff6b35;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
}

.terms-service-section {
    padding: 100px 0;
    background: #f8fafc;
}

.terms-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.section-title {
    margin-bottom: 50px;
}

.section-title span {
    display: inline-block;
    color: #06b6d4;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #07152d;
}

.section-title p {
    color: #6b7280;
}

.terms-item {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.terms-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #07152d;
}

.terms-item p,
.terms-item li {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.terms-item ul {
    margin: 0;
    padding-left: 20px;
}

.terms-item li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .terms-service-section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .terms-item {
        padding: 25px;
    }

    .terms-item h3 {
        font-size: 20px;
    }
}

.contact-section {
    padding: 100px 0;
    background: #f8fafc;
}

.contact-wrapper {
    display: flex;
    gap: 50px;
    align-items: stretch;
}

.contact-info {
    flex: 1;
}

.contact-form-box {
    flex: 1;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.subtitle {
    color: #06b6d4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.contact-info h2 {
    font-size: 52px;
    color: #07152d;
    margin-bottom: 20px;
}

.contact-info p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
}

.contact-card {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.contact-card .icon {
    width: 60px;
    height: 60px;
    background: #06b6d4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-card h4 {
    margin-bottom: 10px;
    color: #07152d;
}

.contact-card p,
.contact-card a {
    color: #666;
    text-decoration: none;
    line-height: 1.7;
}

.contact-form-box h3 {
    font-size: 36px;
    color: #07152d;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    padding: 18px 20px;
    border-radius: 15px;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #06b6d4;
}

.contact-btn {
    background: #07152d;
    color: #fff;
    border: none;
    padding: 18px 40px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.contact-btn:hover {
    background: #06b6d4;
}

@media (max-width: 991px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-info h2 {
        font-size: 40px;
    }

    .contact-form-box {
        padding: 35px;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 70px 0;
    }

    .contact-info h2 {
        font-size: 32px;
    }

    .contact-form-box {
        padding: 25px;
    }

    .contact-card {
        flex-direction: column;
        text-align: center;
    }

    .contact-card .icon {
        margin: auto;
    }
}

.book-title-rating{
    display:flex;
    align-items:center;
    gap:10px;
}

.book-title-rating h4{
    flex:1;
    margin:0;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

@media(max-width:767px){

    .book-title-rating{
        display:block;
    }

    .book-title-rating h4{
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
}
.book-title-rating h4{
    flex: 1;
    margin: 0;

    font-size: 15px;
    line-height: 1.4;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-page-wrapper{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

.cart-left,
.cart-summary{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.cart-title{
    margin-bottom:25px;
    font-size:30px;
    font-weight:700;
}

.cart-product{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px 0;
    border-bottom:1px solid #eee;
}

.cart-product-image img{
    width:90px;
    border-radius:12px;
}

.cart-product-content{
    flex:1;
}

.cart-product-content h4{
    font-size:18px;
    margin-bottom:10px;
}

.cart-qty{
    display:block;
    color:#888;
    margin-bottom:10px;
}

.cart-product-price{
    color:#20b486;
    font-size:22px;
    font-weight:700;
}

.cart-remove{
    color:#ff4d4d;
    font-size:20px;
}

.summary-row{
    display:flex;
    justify-content:space-between;
    margin:25px 0;
    font-size:22px;
}

.cart-continue-btn,
.cart-checkout-btn{
    width:100%;
    height:55px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    margin-top:15px;
}

.cart-continue-btn{
    background:#f3f4f6;
    color:#091d57;
}

.cart-checkout-btn{
    background:#ff6b35;
    color:#fff;
}

.empty-cart-box{
    text-align:center;
    padding:70px 20px;
}

.empty-cart-box i{
    font-size:60px;
    color:#ff6b35;
    margin-bottom:20px;
}

.continue-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 30px;
    background:#091d57;
    color:#fff;
    border-radius:10px;
    text-decoration:none;
}

@media(max-width:991px){

    .cart-page-wrapper{
        grid-template-columns:1fr;
    }

}

.login-section{

    padding:80px 0;

}

.login-wrapper{

    display:grid;
    grid-template-columns:1fr 480px;

    gap:50px;

    align-items:center;

}

.login-left{

    background:linear-gradient(135deg,#091d57,#20b486);

    border-radius:30px;

    padding:70px;

    color:#fff;

    min-height:520px;

    display:flex;

    align-items:center;

}

.login-badge{

    display:inline-block;

    background:rgba(255,255,255,.15);

    padding:10px 20px;

    border-radius:50px;

    font-size:14px;

    margin-bottom:25px;

}

.login-content h2{

    font-size:42px;

    line-height:1.2;

    margin-bottom:20px;

    font-weight:700;

}

.login-content p{

    font-size:17px;

    line-height:1.8;

    opacity:.9;

}

.login-box{

    background:#fff;

    padding:45px;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.login-box h3{

    font-size:34px;

    margin-bottom:10px;

    color:#091d57;

}

.login-subtitle{

    color:#777;

    margin-bottom:30px;

}

.form-group{

    margin-bottom:25px;

}

.form-group label{

    display:block;

    margin-bottom:10px;

    font-weight:600;

    color:#091d57;

}

.form-control{

    width:100%;

    height:55px;

    border:1px solid #e5e7eb;

    border-radius:12px;

    padding:0 18px;

    font-size:15px;

    outline:none;

}

.form-control:focus{

    border-color:#20b486;

}

.login-btn{

    width:100%;

    height:56px;

    border:none;

    border-radius:12px;

    background:#ff6b35;

    color:#fff;

    font-size:17px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.login-btn:hover{

    background:#091d57;

}

.login-divider{

    text-align:center;

    margin:30px 0;

    position:relative;

}

.login-divider:before{

    content:"";

    position:absolute;

    left:0;

    top:50%;

    width:100%;

    height:1px;

    background:#eee;

}

.login-divider span{

    background:#fff;

    padding:0 15px;

    position:relative;

    color:#999;

}

.create-account{

    display:flex;

    justify-content:center;

    align-items:center;

    height:52px;

    border-radius:12px;

    border:1px solid #091d57;

    text-decoration:none;

    color:#091d57;

    font-weight:600;

    transition:.3s;

}

.create-account:hover{

    background:#091d57;

    color:#fff;

}

@media(max-width:991px){

    .login-wrapper{

        grid-template-columns:1fr;

    }

    .login-left{

        min-height:auto;

        padding:50px 35px;

    }

}

@media(max-width:767px){

    .login-section{

        padding:50px 0;

    }

    .login-left{

        display:none;

    }

    .login-box{

        padding:30px 20px;

        border-radius:20px;

    }

    .login-content h2{

        font-size:32px;

    }

}

/* Verify OTP */

.verify-section{
    padding:70px 0;
}

.verify-wrapper{
    max-width:520px;
    margin:auto;
}

.verify-box{
    background:#fff;
    border-radius:22px;
    padding:45px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    text-align:center;
}

.verify-box h2{
    font-size:32px;
    font-weight:700;
    color:#091d57;
    margin-bottom:10px;
}

.verify-box p{
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin-bottom:30px;
}

.verify-box strong{
    color:#091d57;
    font-weight:700;
}

.otp-inputs{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:30px;
}

.otp-input{
    width:60px;
    height:60px;
    border:2px solid #e8e8e8;
    border-radius:14px;
    text-align:center;
    font-size:24px;
    font-weight:700;
    color:#091d57;
    outline:none;
    transition:.3s;
}

.otp-input:focus{
    border-color:#ff6b35;
    box-shadow:0 0 0 4px rgba(255,107,53,.15);
}

.login-btn{
    width:100%;
    height:54px;
    border:none;
    border-radius:14px;
    background:#ff6b35;
    color:#fff;
    font-size:17px;
    font-weight:700;
    transition:.3s;
}

.login-btn:hover{
    background:#091d57;
}

.resend-box{
    margin-top:25px;
    font-size:15px;
    color:#777;
}

.resend-box a{
    color:#ff6b35;
    text-decoration:none;
    font-weight:700;
}

.resend-box a:hover{
    color:#091d57;
}

.verify-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#fff3ed;
    color:#ff6b35;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin:0 auto 25px;
}

@media(max-width:767px){

    .verify-section{
        padding:40px 0;
    }

    .verify-box{
        padding:30px 20px;
    }

    .otp-inputs{
        gap:8px;
    }

    .otp-input{
        width:48px;
        height:48px;
        font-size:20px;
    }

    .verify-box h2{
        font-size:26px;
    }

}













