.breadcum-section {
    background-color: #040443;
}

.book-text h2 {
    font-size: 70px;
    color: white;
}

.bread-cum-img {
}

.bread-cum-img img {
    width: 100% !important;
    /* width: 250px; */
}

.long-book-img {
    text-align: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.337);
    padding: 20px;
}

.long-book-img img {
    width: 300px;
}

.long-book-head {
    margin: 60px 0 80px;
}

.long-book-head h3 {
    font-size: 42px;
    padding-bottom: 40px;
}

.long-book-head p {
    font-weight: 600;
    font-size: 18px;
    /* padding-bottom: 15px; */

}

.long-book-img-container {
    padding-bottom: 70px;
}

.page-var {
    text-align: center;
    padding: 25px 0 0px;
    font-size: 20px;
    font-weight: 600;
    color: #565151;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    height: 100%;
}

th,
td {
    border: 2px solid rgba(0, 0, 0, 0.542);
    padding: 17px 8px;
    /* border-radius: 10px; */
    transition: all 0.3s ease-in-out;
}

td:hover {
    background-color: #04044365;
    color: white;
}

th {
    background: #565151;
    color: white;
}

.italic {
    font-style: italic;
}

.long-book-content {
    height: 100%;
    padding: 10px;
    border: 5px solid rgb(74 74 72 / 22%);
}

.notebook-preview img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.notebook-card a {
    color: black;
}

.size-text {
    text-align: center;
    /* font-size: 23px !important; */
    padding-bottom: 0px !important;
    color: #565151;
}

.register-img img {
    width: 400px;
    height: 320px;
}

.drawing-preview img {
    height: auto !important;

}

.about-content p {
    font-size: 16px;
}

.about-head-content {
    text-align: center;
    margin-top: 50px;
}


.about-head-content h2 {
    font-family: var(--font-figtree);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color2);
    display: inline-block;
    margin-bottom: 20px;
}

.about-page {
    background-image: url("../image/about-bg3.jpg");
    padding-bottom: 70px;
}


.menu-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: left 0.3s ease-in-out;
}

.menu-btn div {
    width: 30px;
    height: 4px;
    background: #333;
    transition: 0.3s;
}

.menu-btn.active {
    left: calc(100% - 50px);
}

.menu-btn.active div:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-btn.active div:nth-child(2) {
    opacity: 0;
}

.menu-btn.active div:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    z-index: 100000;
    background: #f4f4f4;
    padding: 30px 20px;
    border-right: 1px solid #ddd;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
}

.sidebar.active {
    transform: translateX(0);
}

.menu-list {
    list-style: none;
    padding: 0;
}

.menu-list li {
    margin: 15px 0;
}

.menu-list a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.book-text {
    text-align: center;
    padding: 80px 0;

}

@media (min-width: 1024px) {

    .menu-btn,
    .sidebar {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .register-img img {
    width: 400px;
    height: auto;
}
    .banner-area {
        padding-top: 0px !important;
    }

    .notebook-preview img {
        width: 100%;
        height: 240px;
        object-fit: unset;
    }

    .notebook-card {
        padding: 0 !important;
        margin: 0 0 30px !important;
        background-color: transparent;
        box-shadow: none;
    }

    .notebook-info {
        padding: 10px !important;
    }

    .notebook-info h3 {
        font-size: 14px;
    }

    .section-head {
        margin-top: 25px !important;
    }

    .about-section .about-content p {
        /* font-family: var(--font-figtree); */
        font-size: 14px !important;
    }

    .section-head h2 {
        font-size: 22px !important;
    }

    .banner-stat p {
        font-size: 14px !important;
    }

    .banner-stat {
        margin-bottom: 0px !important;
    }

    .why-ol li {
        margin-bottom: 16px !important;
        font-size: 14px !important;
    }

    .why-img img {
        padding: 30px;
    }

    .about-section {
        margin-bottom: 10px !important;
    }

    .footer-section .footer-top {
        margin-bottom: 10px !important;
    }

    .bread-cum-img {
        /* padding: 20px 0;
        text-align: end; */
    }

    .bread-cum-img img {
        /* width: 100px !important; */
    }

    .book-text h2 {
        font-size: 26px !important;
    }

    .about-section .welcome-area span {
        /* font-family: var(--font-figtree); */
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }


    .about-head-content {
        /* text-align: center; */
        margin-top: 30px !important;
    }

    .about-page {
        padding-bottom: 30px !important;
    }

    .long-book-head {
        margin: 33px 0 20px !important;
    }

    .long-book-head h3 {
        font-size: 25px !important;
        padding-bottom: 33px !important;
    }

    .long-book-img {
        margin: 0 20px 20px !important;
    }

    .long-book-img-container {
        padding-bottom: 30px !important;
    }

    th {
        font-size: 12px !important;
    }

    .long-book-content {
        overflow: scroll !important;
    }

    .contact-section {
        margin: 0px 0 30px !important;
    }

    .contact-info h2 {
        font-size: 30px !important;
        margin-bottom: 25px !important;
    }

    .contact-info-text h4 {
        font-size: 19px !important;
    }

    .contact-info-text p {
        font-size: 16px !important;
        margin-bottom: 8px;
    }

    .contact-info-icon {
        font-size: 17px !important;
    }

    .inquiry-form {
        padding: 20px !important;
        margin: 0px !important;
    }

    .inquiry-form .title h1 {
        font-size: 30px !important;
    }

    .inquiry-form .title {
        margin-bottom: 25px !important;
    }

    .inquiry-form .form-inner .primary-btn1 {
        padding: 10px 19px !important;
        margin-top: 30px !important;
       
    }

    .slider-logo {
        width: 150px;
    }
    .slider-logo img {
        width: 100%;
    }

    .slider-menu {
        padding: 20px 20px;
    }

    .widget-list {
        display: block !important;
    }

    .header-area {
        padding: 5px 0 10px !important;
    }

    .book-text {
        padding: 50px 0 !important;
    }

}

.contact-info-text p{
    font-size: 18px;
}

.contact-section {
    margin: 60px 0;
}

.contact-info {
    padding: 40px 0;
}

.contact-info h2 {
    font-family: var(--font-red-rose);
    /* color: var(--dark-text-color); */
    font-size: 38px;
    font-weight: 700;
    /* text-align: left; */
    margin-bottom: 45px;
}

.contact-info-item {

    display: flex;
    gap: 20px;
}

.contact-info-icon {
    font-size: 25px;
}