/*
Theme Name: Nextinfoera Book Store
Author: Amit
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

:root {
    /* widths for rows and containers
*/
    --header-height: 160px;
    --header-height-min: 80px;
}

/* on mobile devices below 600px
*/
@media screen and (max-width: 600px) {
    .main-slider .banner-content {
        margin-top: 0px !important;
    }

    :root {
        --header-height: 100px;
        --header-height-min: 80px;
    }
}

/* Theme Colors */
:root {
    --accent-color: #C5A992;
    --secondary-color: #C5A992;
    --dark-color: #2f2f2f;
    --light-color: #F3F2EC;
    --body-text-color: #757575;
    --light-text-color: #afafaf;
    --dark-text-color: #2f2f2f;
}

/* Fonts */
:root {
    font-family: 'Segoe UI', sans-serif !important;
    --heading-font: "Prata", Georgia, serif;
    --secondary-font: "Playfair Display", Georgia, serif;
}

/* Bootstrap variables */
:root,
[data-bs-theme=light] {
    --heading-font: "Prata", Georgia, serif;
    --heading-font-weight: 400;
    --heading-color: var(--bs-dark);
    --heading-line-height: 1.1;
    --swiper-theme-color: var(--bs-primary);
    --custom-easing: cubic-bezier(.17, .67, .83, .67);
    /* theme colors */
    --bs-body-font-family: "Raleway", arial, sans-serif;
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.7;
    --bs-body-color: #333;
    --bs-body-color-rgb: 51, 51, 51;
    --bs-primary: #C5A992;
    --bs-primary-dark: #C5A992;
    --bs-secondary: #C5A992;
    --bs-black: #111;
    --bs-light: #F1F1F0;
    --bs-dark: #212529;
    --bs-gray: #949494;
    --bs-gray-dark: #51565b;
    --bs-primary-rgb: 169, 128, 115;
    --bs-secondary-rgb: 253, 238, 233;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 33, 37, 41;
    --bs-link-color: var(--bs-dark);
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-decoration: underline;
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-hover-color-rgb: 169, 128, 115;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    /* spacing */
    --bs-gutter-x: 2.5rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
}

.right-element a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

/* container fluid */
.container-fluid {
    /* width: 98%; */
    max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
}

body {
    font-family: 'Segoe UI', sans-serif !important;
    overflow-x: hidden;
}

.main-logo img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.stellarnav ul {
    margin: 0;
    padding: 20px 0px !important;
    text-align: right;
}

a.footer-logo-link {
    width: 60% !important;
    margin-bottom: 20px;
}

.dropdown-item {
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-link-color: var(--bs-black);
    --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    --bs-dropdown-link-active-color: var(--bs-light);
    --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-border-width: 0;
}

/* btn */
.btn {
    --bs-btn-border-radius: 0;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-dark);
    --bs-btn-hover-border-color: var(--bs-primary-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.pagination {
    --bs-pagination-active-bg: var(--bs-black);
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
    --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
    --heading-color: var(--bs-light);
    --bs-breadcrumb-item-active-color: var(--bs-light);
    --bs-breadcrumb-divider-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
    --bs-nav-link-color: var(--bs-light);
    --bs-nav-link-hover-color: var(--bs-light);
    --bs-nav-link-active-color: var(--bs-light);
    --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-dark);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-focus-border-color: var(--bs-dark);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-dark);
    --bs-accordion-active-bg: transparent;
}

.accordion-button {
    font-size: 1.2rem;
    border-bottom: 1px solid var(--bs-border-color);
}

/* form control */
.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
    color-scheme: dark;
    --heading-color: #fff;
    --bs-heading-color: #fff;
    --bs-link-color: #CCCCCC;
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-color-rgb: 204, 204, 204;
    --bs-link-hover-color-rgb: 131, 169, 172;
    --bs-body-color: var(--bs-light);
    --bs-body-color-rgb: 241, 241, 240;
    --bs-body-bg: #111;
    --bs-body-bg-rgb: 17, 17, 41;
    color: var(--bs-gray);
}

[data-bs-theme=dark] .dropdown-item {
    --bs-dropdown-link-color: var(--bs-light);
    --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
    --bs-bg-opacity: 0.1;
}

/* end of Bootstrap Color Theme */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3rem;
}

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 2;
    color: var(--body-text-color);
    background-color: #fff;
}

body.no-scroll {
    overflow: hidden;
}

a {
    transition: 0.3s color ease-out;
}

a:hover {
    color: #111;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 5px;
    margin-bottom: 0;
}

ul li,
ol li {
    margin-bottom: 5px;
    outline: 0;
}

ul li.active a {
    color: #daa556;
    text-decoration: underline;
}

ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 2rem;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

figure {
    margin: 0;
}

img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

::selection {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-shadow: none;
}

/* image align */
figure.align-right {
    margin: 30px 0 30px 30px;
}

/* Typography */
/*----------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    line-height: 1.2;
    color: var(--dark-color);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
    color: #fff;
}

h1,
h2,
h3 {
    margin: 25px 0;
    text-transform: capitalize;
}

h5,
h6 {
    letter-spacing: 1px;
}

h1,
.h1 {
    font-size: 2.5em;
    line-height: 1.4;
}

h2,
.h2 {
    font-size: 1.5em;
    line-height: 1.4;
}

h3,
.h3 {
    font-size: 1.4em;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: 1.1em;
    line-height: 1.4;
}

h5,
.h5 {
    font-size: .83em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: .67em;
    line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 20px 0;
}

p:empty {
    display: none;
}

small {
    font-size: 85%;
}

mark {
    background-color: #fcf8e3;
    padding: 0.28rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

code,
kbd,
var {
    font-size: 14px;
}

code {
    background-color: #f9f2f4;
}

abbr {
    border-bottom: 0.1px dotted #666;
    cursor: help;
}

::placeholder {
    color: #999;
}

/*----------------------------------------------*/
/* 2.1 Floating & Alignment */
/*----------------------------------------------*/
.align-left {
    float: left;
    text-align: left;
}

.align-right {
    float: right;
    text-align: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/**::after,*/
.container::after,
.row::after,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/** Text Align
--------------------------------------------------------------*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lead {
    font-size: 120%;
    line-height: 1.7em;
}

.text-lead strong {
    font-size: 115%;
    font-weight: 500;
}

.text-muted {
    color: #777;
}

.text-pri {
    color: #ff9697;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*------------------------------------------------
/* 2.3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

/*------------------------------------------------
/* 2.4 Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}

/*------------------------------------------------
/* 2.5 Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

/*------------------------------------------------
/* 2.6 Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*------------------------------------------------
/* 2.7 Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}

/*------------------------------------------------
/* 2.8 Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

.list-icon i {
    margin-right: 10px;
}

.list-unstyled {
    list-style: none;
}

.txt-fx .letter {
    opacity: 0;
}

/*------------------------------------------------
/* 2.9 Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
    background-image: none;
    background: var(--accent-color);
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.75em 1.5em;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0;
}

.light .btn:hover {
    color: #fff;
}

.btn:last-child {
    margin-right: 0;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
    padding: 0.325em 1.7em;
    font-size: 0.65em;
}

.btn.btn-medium {
    padding: 0.5em 1.75em;
    font-size: 0.75em;
}

.btn.btn-large {
    padding: 1em 2.5em;
}

.btn.btn-xlarge {
    padding: 1.5em 2.7em;
    font-size: 0.9em;
}

.btn.btn-image {
    background-color: transparent;
    padding: 0;
    max-height: 50px;
}

.btn.btn-image img {
    max-height: 50px;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
    border-radius: 4px;
}

.btn.btn-pill,
.btn.btn-pill::after {
    border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
    border: 1px solid #fff;
    background: transparent;
    text-shadow: none;
    box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
    background-color: transparent;
}

.btn.btn-outline-dark {
    border-color: #121212;
    color: #121212;
}

.btn.btn-outline-dark:hover {
    background: rgba(0, 0, 0, .03);
    background: #121212;
    border-color: #121212;
    color: #fff;
}

.btn.btn-outline-accent {
    background: #013668;
    border-color: #0e8ea7;
    color: #f3f2ec;
}

.btn.btn-outline-accent:hover {
    border-color: var(--dark-color);
    color: var(--dark-color) !important;
}

.btn.btn-outline-light {
    background: transparent;
    border-color: var(--light-text-color);
    color: var(--light-text-color);
}

.btn.btn-outline-light:hover {
    border-color: var(--accent-color);
    color: var(--accent-color) !important;
}

.btn.btn-full {
    display: block;
    margin: .85em 0;
    width: 100%;
    text-align: center;
}

/* button with line */
.btn-with-line {
    color: #fff;
    position: relative;
}

.btn-with-line:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -66px;
    border-bottom: 2px solid #fff;
    width: 50%;
    z-index: 9;
    transition: 0.3s ease-out;
}

.btn-with-line:hover {
    color: #fff;
}

.btn-with-line:hover:after {
    width: 30%;
    right: -41px;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
    background: var(--accent-color);
    color: #fff;
}

.btn.btn-common:hover {
    background: #151515;
    color: #fff;
}

.btn.btn-accent {
    color: #ffffff;
    background-color: var(--accent-color);
}

.btn.btn-accent:hover {
    color: #ffffff !important;
    background-color: #121212;
}

.btn.btn-gray,
.btn.btn-grey {
    background: #9e9e9e;
    color: #fff;
}

.btn.btn-black {
    background: #121212;
    color: #fff;
}

.btn.btn-black:hover {
    background-color: #797979;
}

.btn.btn-white {
    background: #f8f8f8;
    text-shadow: none;
    color: #121212 !important;
}

.btn.btn-white:hover {
    background: var(--accent-color);
    text-shadow: none;
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
    text-align: left;
    display: block;
}

.btn-center {
    text-align: center;
    display: block;
}

.btn-right {
    text-align: right;
    display: block;
}

/*====================================================================*/
/* 5. CONTENT ELEMENTS */
/*====================================================================*/
/*--------------------------------------------------------------
/** 5.1 General Tabs
--------------------------------------------------------------*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--accent-color);
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    color: #999;
    padding: 10px 30px;
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    border-color: #dee2e6 #dee2e6 #f3f2ec;
    --bs-nav-tabs-link-active-bg: transparent;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.bootstrap-tabs .tab-content {
    padding: 20px 0;
}

.bootstrap-tabs .tab-content>.tab-pane {
    display: none;
}

.bootstrap-tabs .tab-content>.active {
    display: block;
}

/*--------------------------------------------------------------
/** 5.2 Accordions
--------------------------------------------------------------*/
.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--accent-color);
    /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.padding-small {
    padding-top: 2em;
    padding-bottom: 2em;
}

.padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
}

.padding-xlarge {
    padding-top: 9.5em;
    padding-bottom: 9.5em;
}

.padding-2xlarge {
    padding-top: 15em;
    padding-bottom: 15em;
}

/* no padding */
.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-gutter {
    padding: 0 !important;
}

/* no padding and margin */
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
    margin-top: 3em;
    margin-bottom: 3em;
}

.margin-medium {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
}

.margin-large {
    margin-top: 6em;
    margin-bottom: 6em;
}

.margin-xlarge {
    margin-top: 7.5em;
    margin-bottom: 7.5em;
}

@media only screen and (max-width: 768px) {

    .margin-small,
    .margin-medium,
    .margin-large,
    .margin-xlarge {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

/* - Button
------------------------------------------------------------- */
button {
    font-size: 1em;
    font-weight: 600;
    border: none;
    height: 65px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-wrap {
    text-transform: capitalize;
}

.btn-wrap a {
    text-decoration: none;
    font-weight: 600;
}

.btn-wrap a:hover {
    color: #74642F;
}

.btn-normal {
    color: #fff;
}

.btn-accent {
    color: #111;
}

.btn-submit {
    background: #fff;
    color: #2f2f2f;
}

.btn-submit:hover {
    background-color: #c5a992;
    color: #fff;
}

.btn-accent-arrow {
    color: #111;
}

.btn-wrap i.icon {
    transition: 0.5s ease-out;
    font-size: 9px;
    padding-left: 10px;
}

.btn-wrap:hover i.icon {
    padding-left: 20px;
}

.btn-subscribe {
    width: 30%;
    color: #111;
    background: transparent;
    margin: 0;
    height: max-content;
}

.btn-subscribe span {
    transition: 0.5s ease-out;
    padding-right: 5px;
    opacity: 1;
}

.btn-subscribe:hover span {
    padding-right: 10px;
    opacity: 0.5;
}

/*--- Image hover Effect
-----------------------------------------------*/
.image-hvr-effect {
    display: flex;
    overflow: hidden;
}

.image-hvr-effect img.post-image {
    transform: scale(1);
    will-change: transform;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.image-hvr-effect:hover img.post-image {
    transform: scale(1.1);
}

/*--- Page Title
-----------------------------------------------*/
.page-title {
    font-size: 4.5em;
    margin-top: 2em;
}

@media screen and (max-width: 768px) {
    .main-slider .banner-content {
        margin-top: 0px !important;
    }

    .page-title {
        font-size: 2.5em;
        margin-top: 1em;
    }
}

/*--- Section Title
-----------------------------------------------*/
.section-header {
    position: relative;
}

.section-title {
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-bottom: 75px;
}

.section-title.divider {
    width: 100%;
}

.section-title.divider:after {
    content: "";
    border-bottom: 3px solid #74642F;
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 50px;
}

.section-header .section-title:before,
.section-header .section-title:after {
    content: "";
    border-bottom: 1px solid #E0E0E0;
    position: absolute;
    top: 30px;
    width: 25%;
    align-items: center;
}

.section-header .section-title:before {
    left: 3px;
}

.section-header .section-title:after {
    right: 3px;
}

.section-header .title span {
    font-size: 14px;
    color: #afafaf;
    text-transform: uppercase;
}

@media screen and (max-width: 1366px) {

    .section-header .section-title:before,
    .section-header .section-title:after {
        width: 30%;
    }
}

@media screen and (max-width: 999px) {

    .section-header .section-title:before,
    .section-header .section-title:after {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 2em;
    }

    .section-header .section-title:before,
    .section-header .section-title:after {
        top: 60px;
        width: 100%;
    }
}

/* -- Image Dimension
--------------------------------------------------------------*/
img.post-image {
    width: 100%;
    height: 328px;
    object-fit: cover;
}

/* -- Slick Slide
--------------------------------------------------------------*/
/* .slick-dots {
bottom: -100px;
}
.slick-dots li {
width: 10px;
height: 10px;
background: #D7D5CC;
color: #D7D5CC;
border-radius: 50%;
}
.slick-dots .slick-active {
color: #74642F;
background: #74642F;
border: 1px solid #D7D5CC;
outline: 1px solid #D7d5cc;
} */
/* -- Top Menu Part
--------------------------------------------------------------*/
.top-content {
    padding: 8px 0;
    border-bottom: 1px solid #E0E0E0;
    background-color: #01335c;
}

.social-links ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.social-links a {
    color: var(--dark-text-color);
    text-decoration: none;
}

.top-content li {
    padding-right: 30px;
}

.top-content li:last-child {
    padding-right: 0;
}

.cart-item {
    padding-right: 0px !important;
}

.cart-list {
    padding: 0px;
}

.price {
    margin: 0;
}

.top-content a {
    text-decoration: none;
}

.social-links a {
    color: #fff;
}

.top-content .right-element {
    text-align: right;
}

.top-content .right-element .for-buy {
    margin-right: 40px;
}

/* - Search Form hover Effects
------------------------------------------------------------- */
#header-wrap .action-menu {
    display: inline-block;
    align-items: baseline;
}

#header-wrap .action-menu span.opennav.openicon {
    cursor: pointer;
}

.action-menu .icon {
    font-size: 18px;
    font-weight: 800;
}

.action-menu .search-bar {
    overflow: hidden;
}

.action-menu .search-bar,
.action-menu .open-icon-wrap {
    width: 40px;
    height: 40px;
    background: #efeee8;
    border-radius: 40px;
    display: flex;
    justify-content: right;
    align-items: center;
    cursor: pointer;
    transition: 0.3s width cubic-bezier(0, 0.75, 0.49, 0.99);
}

#header-wrap .search-button {
    order: 1;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    color: var(--body-text-color);
}

#header-wrap.show .search-bar {
    width: 300px;
}

#header-wrap .search-bar form {
    margin: 0;
}

#header-wrap .search-box .search-input {
    width: 250px;
    border: 0;
    margin-bottom: 0;
    font-weight: 300;
    padding-left: 20px;
    background: #efeee8;
}

.action-menu .side-nav-bar .menu-btn a,
.action-menu .searchbar a {
    color: #000;
    text-decoration: none;
    line-height: 2.2;
}

.action-menu .icon.icon-menu-btn:hover {
    color: #fff;
    text-decoration: none;
}

.action-menu .menu-btn a {
    color: #07051a;
    text-decoration: none;
}

.action-menu .icon.icon-menu-btn:hover {
    color: var(--accent-color);
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .action-menu .search-bar {
        margin-top: 20px;
        width: 100%;
    }
}

/* - Main Navigation
------------------------------------------------------------- */
#header {
    padding: 0px 0;
    border-bottom: 1px solid #E0E0E0;
    background-color: #f3f2ec;
    z-index: 99999 !important;
}

#header .menu-list a {
    text-transform: uppercase;
    font-weight: 500;
    /* letter-spacing: 0.12em; */
}

#header .menu-list a.active {
    color: #01335c;
}

.stellarnav>ul>li>a {
    padding: 10px 10px !important;
}

/*----- Billboard
--------------------------------------------------------------*/
#billboard .main-slider {
    padding: 0px 0;
}

.main-slider .slider-item {
    display: flex;
    width: 100%;
    justify-content: center;
}

.main-slider .banner-content {
    width: 35%;
    margin-top: 60px;
    margin-right: 175px;
}

.banner-content h2.banner-title {
    font-size: 40px;
    font-weight: 500;
    color: #004177;
}

h2.banner-title span {
    color: #057e83;
}

.banner-content p {
    margin: 0 0 30px 0;
    color: #a70057;
}

#billboard .slick-dots {
    left: 200px;
    bottom: 110px;
    width: 10%;
    text-align: inherit;
}

#billboard button.slick-arrow {
    background: transparent;
    border: 1px solid #E5E3DA;
    padding: initial;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 65%;
    z-index: 5;
    cursor: pointer;
}

#billboard button.slick-arrow:hover {
    border: 1px solid #74642F;
    background-color: #E5E3DA;
}

#billboard button.prev.slick-arrow {
    left: 110px;
}

#billboard button.next.slick-arrow {
    right: 110px;
}

#billboard .slick-arrow i.icon {
    color: #8C8C8C;
}

@media screen and (max-width: 1366px) {
    #billboard button.prev.slick-arrow {
        left: 0;
    }

    #billboard button.next.slick-arrow {
        right: 0;
    }
}

@media screen and (max-width: 999px) {
    .banner-content h2.banner-title {
        font-size: 3.5em;
    }

    #billboard .main-slider {
        margin: 70px 0;
        padding: 0;
    }

    .main-slider .slider-item {
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column-reverse;
    }

    .main-slider .banner-content {
        width: 100%;
        margin-top: 60px;
        margin-right: 0;
        margin-bottom: 80px;
    }

    #billboard .slick-dots {
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}

/*----- Cient-holder Section
--------------------------------------------------------------*/
#client-holder {
    background: #EDEBE4;
    padding: 25px 0 50px;
}

#client-holder .logo-wrap {
    max-width: 1000px;
    margin: auto;
}

/*----- Featured Books Section
--------------------------------------------------------------*/
#featured-books .product-list {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px;
}

/*----- Best Selling Section Section
--------------------------------------------------------------*/
#best-selling {
    background: #EDEBE4;
    padding: 120px 0;
}

#best-selling .products-thumb {
    margin-right: 60px;
    box-shadow: 2px 6px 34px 4px rgba(63, 63, 63, 0.08);
}

#best-selling .product-entry {
    margin-top: 50px;
}

#best-selling .product-entry h3.item-title {
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 15px;
}

#best-selling .product-entry .item-price {
    font-size: 1.5em;
    color: #74642F;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #best-selling .products-thumb {
        margin: 0;
    }
}

/*----- Popular Books Section
--------------------------------------------------------------*/
.tab-content {
    position: relative;
}

[data-tab-content] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.active[data-tab-content] {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0;
    justify-content: center;
    list-style: none;
    gap: 20px;
}

.tabs .tab {
    font-weight: 600;
    color: #999;
    margin-right: 50px;
    cursor: pointer;
}

.tabs .tab.active,
.tabs .tab:hover {
    color: #111;
    border-bottom: 2px solid #9A884C;
}

img.books-image {
    /*height: 290px;*/
    margin-right: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}

/*----- Quotation Section
--------------------------------------------------------------*/
#quotation .section-title.divider,
#quotation .section-title.divider:after {
    margin: 0 auto;
}

#quotation blockquote {
    width: 40%;
    margin: 0 auto;
}

#quotation q {
    display: block;
    font-size: 1.6em;
    padding: 40px 0;
}

#quotation .author-name {
    font-family: "Prata", Georgia, serif;
    font-size: 1.4em;
}

@media screen and (max-width: 768px) {
    #quotation blockquote {
        width: 80%;
    }
}

/*
@media screen and (max-width: 1320px) {
#quotation blockquote {
width: 60%;
}
}
*/
/*----- Special Offer Section
--------------------------------------------------------------*/
#special-offer .section-header {
    background: #EDEBE4;
    padding: 140px 0 220px;
    margin-bottom: -141px;
    z-index: -1;
}

#special-offer .section-title {
    width: 70%;
    margin: 0 auto;
}

span.prev-price {
    color: #999;
    font-size: 0.8em;
    padding-right: 10px;
    text-decoration: line-through;
}

/*----- Subscribe Section
--------------------------------------------------------------*/
#subscribe {
    background: #EDEBE4;
    padding: 120px 0;
}

#subscribe .subscribe-content {
    margin-left: 15px;
}

#subscribe .subscribe-content input[type="text"] {
    background: none;
    border: none;
    width: 252px;
}

#subscribe form#form {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6F6F6F;
}

::-webkit-input-placeholder {
    color: #7A7A7A;
    /* WebKit browsers */
}

:-ms-input-placeholder {
    color: #7A7A7A;
    /* Internet Explorer 10+ */
}

@media screen and (max-width: 1200px) {
    #subscribe form#form {
        width: 90%;
    }

    #subscribe .subscribe-content input[type="text"] {
        width: 100%;
    }

    #subscribe .btn-subscribe {
        width: 30%;
    }
}

@media screen and (max-width: 980px) {

    /*#subscribe .grid {
flex-wrap: wrap;
justify-content: center;
}*/
    #subscribe .section-title {
        width: 100%;
        margin: 0 auto 50px;
    }

    #subscribe p {
        width: 100%;
        text-align: left;
        margin: 30px auto;
    }

    #subscribe form#form,
    #subscribe .subscribe-content {
        width: 100%;
    }

    #subscribe form#form {
        margin: 0 auto;
    }

    #subscribe .subscribe-content {
        margin-left: 0;
    }

    #subscribe {
        margin-bottom: 90px;
    }
}

#latest-blog article.column {
    margin-bottom: 60px;
}

#latest-blog figure {
    margin-bottom: 30px;
}

#latest-blog .meta-date {
    font-family: "Prata", Georgia, serif;
    color: #74642F;
    padding-bottom: 20px;
}

#latest-blog h3 {
    font-size: 1.7em;
    font-weight: 500;
    margin-top: 0;
}

#latest-blog .links-element {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #C8C8C8;
    padding-top: 20px;
}

#latest-blog .categories {
    text-transform: uppercase;
}

.social-links li {
    padding-right: 20px;
}

@media screen and (max-width: 999px) {
    #latest-blog h3 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    #latest-blog .grid {
        flex-wrap: wrap;
    }

    #latest-blog article.column {
        width: 100%;
    }
}

/*----- Contact Section
--------------------------------------------------------------*/
#download-app {
    background: #EDEBE4;
    padding: 120px 0;
    overflow: hidden;
    z-index: 0;
}

/*#download-app .container {
max-width: 1040px;
}*/
/*#download-app figure {
width: 40%;
z-index: 0;
}*/
#download-app .app-info {
    padding-top: 100px;
    margin-left: 50px;
}

#download-app .app-info p {
    margin-bottom: 50px;
}

@media screen and (max-width: 820px) {
    #download-app .grid {
        flex-wrap: wrap;
    }

    #download-app figure {
        margin: 0 auto;
    }

    #download-app .app-info {
        width: 90%;
        margin: 0 auto;
        padding-top: 80px;
    }
}

/*----- Footer Section
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.pg-footer {
    font-family: 'Roboto', sans-serif;
}

.footer {
    background-color: #013f5c42;
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    height: 900px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #000;
}

.footer-content-column ul li a {
    color: #000;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 0px;
}

.footer-menu-name {
    color: #000;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #3ea37a;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #000;
    text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
    color: #000;
    text-decoration: none;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #01335c;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

a.footer-logo-link {
    width: 100px !important;
}

/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .main-slider .banner-content {
        margin-top: 0px !important;
    }

    img.banner-image {
        width: 100% !important;
    }

    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        height: 900px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) {
    /* smartphones, Android phones, landscape iPhone */

    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        height: 900px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) {

    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        height: 900px;
        position: relative;
    }
}

@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {

    /* big landscape tablets, laptops, and desktops */
    img.banner-image {
        width: 30% !important;
        ;
    }
}

@media (min-width:1281px) {

    /* hi-res laptops and desktops */
    img.banner-image {
        width: 30% !important;
    }
}

@media (min-width: 760px) {
    img.banner-image {
        width: 30% !important;
    }

    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        height: 400px;
        padding-top: 40px !important;
        position: relative;
    }

    .footer-wave-svg {
        height: 50px;
    }

    .footer-content-column {
        width: 24.99%;
    }
}

@media (min-width: 568px) {
    /* .footer-content-column {
width: 49.99%;
} */
}

/* Shop page */
.products-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-style {
    position: relative;
    overflow: hidden;
}

.slick-slider .product-style {
    margin: 0 15px 25px;
}

.product-style figcaption p {
    margin-bottom: 20px;
}

.product-style img.product-item {
    position: relative;
    background: #EFEEE8;
    border: 1px solid #EAE8DF;
    padding: 15%;
    cursor: pointer;
    width: 100%;
}

.product-style button.add-to-cart {
    position: absolute;
    background: #5bc9de;
    color: #fff;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 3;
    bottom: 300px;
    bottom: -65px;
    left: 0;
    z-index: 9;
    transition: 0.3s ease-out;
}

.product-style:hover button.add-to-cart {
    bottom: 380px;
    bottom: 0;
}

.product-item figcaption {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.product-item figcaption>h3 {
    font-size: 1.4em;
    font-weight: 500;
    color: #027b9a;
    margin: 0;
}

.product-item figcaption>p {
    margin: 0;
}

.product-item .item-price {
    color: #027b9a;
    font-size: 1.3em;
}

@media screen and (max-width: 768px) {
    .products-grid .product-item {
        width: 45%;
    }

    .product-style img.product-item {
        /*height: 550px;*/
        object-fit: contain;
        margin: 0 auto;
    }

    .products-grid.col-3 .product-style,
    .products-grid.col-4 .product-style,
    .products-grid.col-5 .product-style {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .products-grid .product-style {
        width: 100%;
    }

    img.banner-image {
        width: 100%;
    }
}

li.menu-item.active a {
    color: #299fc5 !important;
}

li.menu-item a {
    color: #01335cd4;
    /* font-size: 20px; */
    font-weight: 500 !important;
}

section#billboard {
    background-image: url(https://media.istockphoto.com/id/643950674/photo/education-background.jpg?b=1&s=612x612&w=0&k=20&c=a_thy-BYKlombaclOsFYQVqHw3I0NHKLrA_3bO6E-6I=);
    background-repeat: no-repeat;
    /* width: 200px !important; */
    background-size: cover !important;
}

.icon-box {
    background: #e2e4e3;
    width: 95px;
    height: 95px;
    float: left;
    position: relative;
}

.img-circle {
    border-radius: 50%;
}

.welcome h4 {
    margin-top: 28px;
    margin-bottom: 28px;
    margin-left: 110px;
    font-weight: 400;
}

.icon-box.globe:before {
    background-position: -60px 0;
}

.icon-box:before {
    width: 60px;
    height: 59px;
    position: absolute;
    top: 15px;
    left: 17px;
    content: '';
}

.search-btn,
.icon-box:before,
.book-price:before,
.btn.search-btn:active,
a.print i.fa {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    color: #fff;
}

img.location {
    height: 100%;
}

.book-card {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    height: 100%;
}

.bookContainer {
    margin-bottom: 30px;
}

.book-cardHome {
    flex-direction: row;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

}

.book-img {
    width: 180px;
    transition: 0.4s;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.book-card.book-cardHome img.book-img {
    width: 180px !important;
}

.book-img:hover {
    transform: rotateY(20deg) scale(1.05);
}

.book-title {
    font-weight: 700;
    font-size: 26px;
    color: #2c3e50;
}

.book-author {
    color: #16a085;
}

.book-desc {
    color: #6c757d;
    font-size: 14px;
    margin-top: 10px;
}

@media(max-width:768px) {
    .book-card {
        flex-direction: column;
        text-align: center;
    }
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

.bodya {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background-image: radial-gradient(at 40% 20%,
            rgb(255, 184, 122) 0px,
            transparent 50%),
        radial-gradient(at 80% 0%, rgb(31, 221, 255) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(255, 219, 222) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(255, 133, 173) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(255, 181, 138) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(107, 102, 255) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(255, 133, 167) 0px, transparent 50%);
    background-repeat: no-repeat;
}

main {
    width: 800px;
}

main h1 {
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: #fff;
    margin-bottom: 70px;
}

.slide-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.slide-col {
    position: relative;
    width: 800px;
    height: 400px;
}

.hero {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.hero img {
    height: 100%;
    border-radius: 10px;
    width: 320px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 270px;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 45px;
    z-index: 2;
    user-select: none;
}

.content p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
}

.content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 35px;
    color: #4d4352;
}

.indicator {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.indicator .btn {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

/* .btn.active {
width: 30px;
} */
.slider {
    width: 100%;
    overflow: hidden;
}

.logo {
    position: fixed;
    right: -20px;
    bottom: -30px;
    z-index: 10;
}

.logo img {
    width: 120px;
}

@media (max-width: 890px) {
    .logo {
        right: -10px;
        bottom: -20px;
    }

    .logo img {
        width: 80px;
    }
}

@media (max-width: 850px) {
    main {
        width: 500px;
    }

    .slide-row {
        width: 2000px;
    }

    .slide-col {
        width: 500px;
        height: 250px;
    }

    .hero img {
        width: 200px;
    }

    .content {
        width: 320px;
        height: 200px;
        padding: 20px;
    }

    .content p {
        font-size: 0.9rem;
    }

    .content h2 {
        font-size: 1.2rem;
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    main {
        width: 300px;
    }

    .slide-row {
        width: 1200px;
    }

    .slide-col {
        width: 500px;
        height: 300px;
    }

    .hero {
        top: 60%;
        height: 100px;
        z-index: 5;
    }

    .hero img {
        width: 100px;
    }

    .content {
        width: 300px;
    }
}

img.imgwat {
    padding: 30px !important;
}

#button {
    display: inline-block;
    background-color: #01335c;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 22px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    line-height: 35px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.cities {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #3a6075;
    font-weight: 600;
}

.section-title {
    margin: 40px 0 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.product-card img {
    height: 220px;
    width: 100%;
    object-fit: contain;
}

.discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #17a2b8;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
}

.section-title {
    margin: 40px 0 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1ca7c9;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
}

.price {
    color: #000;
    font-weight: bold;
}

.old-price {
    text-decoration: line-through;
    color: #777;
    margin-right: 8px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

body {
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

h1.aos-init.aos-animate {
    color: #fff;
}

/* ===== PAGE HEADER ===== */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: relative;
}
.page-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000cf;
}

.page-header h1 {
    font-size: 50px;
    font-weight: bold;
}

/* ===== SECTION ===== */
.section {
    padding: 80px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

/* ===== MISSION BOX ===== */
.icon-box {
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    transition: 0.4s;
    background: #f8f9fa;
}

.icon-box:hover {
    background: #0b3c5d;
    color: #fff;
    transform: translateY(-10px);
}

.icon-box i {
    font-size: 40px;
    margin-bottom: 20px;
}

/* ===== COUNTER ===== */
.counter-box {
    text-align: center;
}

.counter {
    font-size: 40px;
    font-weight: bold;
    color: #0b3c5d;
}

/* ===== TEAM ===== */
.team-card {
    text-align: center;
    transition: 0.4s;
}

.team-card img {
    width: 100%;
    border-radius: 15px;
}

.team-card:hover {
    transform: translateY(-10px);
}

/* ===== TIMELINE ===== */
.timeline {
    position: relative;
    padding-left: 30px;
    border-left: 3px solid #0b3c5d;
}

.timeline-item {
    margin-bottom: 40px;
}

.timeline-item h5 {
    font-weight: 600;
}

body {
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

h1.aos-init.aos-animate {
    color: #fff;
}

/* ===== PAGE HEADER ===== */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: relative;
}

.page-header h1 {
    font-size: 50px;
    font-weight: bold;
}

:root {
    --primary: #ff6b35;
    --primary-dark: #e55a2e;
    --secondary: #2c3e50;
    --accent: #f39c12;
    --accent-coral: #ff7f7f;
    --text-dark: #1a202c;
    --text-light: #64748b;
    --text-lighter: #94a3b8;
    --bg-light: #fafbfc;
    --bg-white: #ffffff;
    --bg-form: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    --border: #e2e8f0;
    --border-light: #f1f5f9;
    --success: #10b981;
    --error: #ef4444;
    --shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-form: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}


.containercon {
    min-height: 100vh;
    display: flex;
    position: relative;
}

/* Form Section */
.form-section {
    flex: 1;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f8fafc 0%, var(--bg-light) 50%, #e2e8f0 100%);
    z-index: 0;
}

.form-wrapper {
    background: var(--bg-form);
    padding: 3rem;
    border-radius: 24px;
    box-shadow: var(--shadow-form);
    border: 1px solid var(--border-light);
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 1;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.form-subtitle {
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

.form-group {
    position: relative;
}

.form-label {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-weight: 500;
    color: #000;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    pointer-events: none;
    background: transparent;
    padding: 0 0.25rem;
    z-index: 1;
}

.form-label {
    left: 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    background: var(--bg-white);
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 1.25rem 1.25rem 0.75rem 1.25rem;
    border: 2px solid var(--border);
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    background: var(--bg-white);
    transition: all 0.3s ease;
    outline: none;
    position: relative;
}
.form-textarea {
    height:120px;
}
.form-input:focus,
.form-textarea:focus,
.form-input.has-content,
.form-textarea.has-content {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
    transform: translateY(-1px);
}

.form-input:hover,
.form-textarea:hover {
    border-color: var(--accent-coral);
}

.form-input.valid,
.form-textarea.valid {
    border-color: var(--success);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2310b981'%3e%3cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-size: 1rem;
    background-repeat: no-repeat;
    padding-right: 3rem;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #78ba67 0%, #113e89 50%, #033589 100%);
    color: white;
    border: none;
    padding: 1.25rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(255, 107, 53, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.submit-btn:hover::before {
    left: 100%;
}

/* Info Section */
.info-section {
    margin-top: 30px;
    background: linear-gradient(-45deg, #1e3c72, #2a5298);
    color: white;
    padding: 3rem;
    border-radius: 20px;
    margin-bottom: 20px;

}

.footer-wave-path {
    fill: #fff;
}

.info-section::before {
    content: '';


    background: linear-gradient(135deg, var(--secondary) 0%, #34495e 100%);
    z-index: 0;
}

.info-content {
    position: relative;
    z-index: 1;
    max-width: 450px;
    margin: 0 auto;
}

.company-logo {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #033480;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.company-logo::before {
    content: '◆';
    font-size: 1.2rem;
}

.info-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #fff;
}

.info-description {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.contact-info {
    margin-bottom: 3rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.contact-icon {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    color: #023481;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.4);
}

/* Floating shapes */
.floating-shape {
    position: absolute;
    background: var(--accent);
    border-radius: 50%;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 60px;
    height: 60px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 15%;
    animation-delay: 2s;
}

.shape-3 {
    width: 40px;
    height: 40px;
    top: 60%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* Success message */
.success-message {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: var(--success);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    z-index: 1000;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
}

.success-message.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .form-section,
    .info-section {
        flex: none;
        padding:0px;
    }

    .form-wrapper {
        padding: 0rem;
        margin: 0rem;
    }

    .info-section {
        padding: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-title {
        font-size: 1.875rem;
    }

    .info-title {
        font-size: 2rem;
    }
}

/* Form validation styles */
.form-input.error,
.form-textarea.error {
    border-color: var(--error);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.error-message {
    color: var(--error);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.error-message.show {
    opacity: 1;
    transform: translateY(0);
}

.loading {
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 1290px;
    overflow: hidden;
}

.cities img {
    width: 45%;
}

/* The Scrollable Wrapper */
.slider-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 10px;
    scrollbar-width: none;
    /* Firefox */
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

/* Individual Card Style */
.card {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.2s;
}

.card-body {
    padding: 10px 0px 0px 0px;
}

.card:hover {
    transform: translateY(-5px);
}

.btn.btn-success.btn-buy.add_to_cart_button.ajax_add_to_cart {
    margin-bottom: 0;
}

.offer-text {
    align-items: center;
    gap: 4px;
}

.priceLine {
    display: flex;
    align-items: center;
}

.card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.wishlist-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    background: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 14px;
}

.card-content {
    margin-top: 10px;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
}

.author {
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 10px;
}

.price-section {
    font-size: 14px;
}

.current-price {
    color: var(--primary-red);
    font-weight: bold;
    font-size: 16px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 5px;
}

.discount {
    color: var(--price-green);
    font-weight: bold;
    display: block;
    margin-top: 2px;
}

/* Navigation Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.nav-btn:hover {
    background: #fff;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 100;
}

#client-holder {
    /* background: #EDEBE4; */
    padding: 25px 0 50px;
    background: linear-gradient(135deg, #c0ef4596, #2a5298db) !important;
}

.book-card {
    background-color: #fff;
}

.book-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.book-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.book-img {
    height: 250px;
    object-fit: cover;
}

.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #dc3545;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.new-price {
    color: #28a745;
    font-size: 22px;
    font-weight: 700;
}

.offer-text {
    font-size: 13px;
    color: #ff9800;
    font-weight: 600;
}

.btn-buy {
    border-radius: 25px;
    padding: 8px 20px;
}

h2.Philosophy {
    color: #fff;
}

.section {
    padding: 10px 0 !important;
}

h5.mt-3.Philosophy {
    color: #57f340;
}

.imprint-card i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 35px;
    color: #2a5298;
    margin-bottom: 15px;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

/* Fix FontAwesome override issue */
i.fas,
i.fa,
i.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

i.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

h2.section-title.text-center.mb-5.aos-init.aos-animate {
    color: #000 !important;
}

/* ===== IMPRINT CARDS ===== */
.imprint-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    text-align: center;
}

.imprint-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.imprint-card i {
    font-size: 35px;
    color: #2a5298;
    margin-bottom: 15px;
}

/* ===== LEADERSHIP ===== */
.leader-card {
    background: linear-gradient(135deg, #c0ef45de, #2a5298);
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    transition: 0.4s;
}

.leader-card:hover {
    transform: scale(1.05);
}

/* ===== SUBJECT BOX ===== */
.subject-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.subject-box:hover {
    background: #2a5298;
    color: #fff;
}

/* ===== CHECK LIST ===== */
.check-list li {
    list-style: none;
    margin-bottom: 10px;
}

.check-list li i {
    color: #28a745;
    margin-right: 8px;
}

/* ===== PHILOSOPHY ===== */
.philosophy-section {
    background: linear-gradient(-45deg, #1e3c72, #2a5298);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
}

.philosophy-section h2 {
    font-weight: 700;
}

.cta-btn {
    background: #fff;
    color: #2a5298;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #000;
    color: #fff;
}

/* Sidebar */
.sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

button.btn.btn-success.btn-buy {
    text-transform: lowercase;
    height: 40px;
    /* padding: 2px 2px; */
}

p.offer-text {
    margin: 10px !important;
}

.sidebar h4 {
    margin-bottom: 20px;
}

.category-list {
    list-style: none;
    padding: 0;
}

.book-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.book-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.book-img {
    height: 250px;
    object-fit: cover;
}

.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #dc3545;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.new-price {
    color: #28a745;
    font-size: 22px;
    font-weight: 700;
}

.offer-text {
    font-size: 13px;
    color: #ff9800;
    font-weight: 600;
}

.btn-buy {
    border-radius: 25px;
    padding: 8px 20px;
}

.category-list li {
    padding: 1px 0;
    cursor: pointer;
    transition: 0.3s;
    color: #555;
}

.category-list li:hover,
.category-list li.active {
    color: #000;
    font-weight: 600;
}

/* Product Card */
.product-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: 0.4s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Slide animation */
.products {
    opacity: 1;
    transform: translateX(20px);
    transition: 0.4s ease;
}

.products.show {
    opacity: 1;
    transform: translateX(0);
}

.business-section {
    background: linear-gradient(135deg, #5f7397, #c9e74d);
    padding: 60px 20px;
}

.hours-card {
    max-width: 450px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
}

.hours-card:hover {
    transform: translateY(-8px);
}

.icon-box1 {
    width: 70px;
    height: 70px;
    background: #5f7397;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
}

.icon-box1 i {
    font-size: 28px;
    color: #fff;
}

.hours-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.time {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.note {
    margin-top: 15px;
    font-size: 14px;
    color: #777;
}

h2.aos-init.aos-animate {
    text-align: center;
}

h6,
.h6 {
    font-size: 18px !important;
    line-height: 1.1;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

/* Fix FontAwesome override issue */
i.fas,
i.fa,
i.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

i.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.fa-file-invoice:before {
    content: "\f570";
}

/* Department grid */
.department-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
    height: 100%;
}

.department-box:hover {
    transform: translateY(-5px);
    background: #1e3c72;
    color: #fff;
}

.department-box:hover i {
    color: #ffd700;
}

.department-box i {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1e3c72;
}

/* Business hours */
.hours-box {
    text-align: center;
    background: #1e3c72;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* Footer line */
.tagline {
    text-align: center;
    padding: 40px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #1e3c72;
}

@media(max-width:768px) {
    .hero h1 {
        font-size: 32px;
    }

    .section {
        padding: 60px 6%;
    }
}



/* HEADER */
.header {
    background: linear-gradient(-45deg, #1e3c72, #2a5298, #0f2027, #203a43);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

.header p {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.9;
}


/* HERO */
.hero {
    background: linear-gradient(135deg, #0f2c5c, #1e4b8b);
    color: white;
    text-align: center;
    padding: 100px 20px;
    animation: fadeIn 1.2s ease-in-out;
}

.hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero p {
    max-width: 850px;
    margin: auto;
    font-size: 18px;
    opacity: .95;
}

/* SECTION */
.section {
    padding: 70px 10%;
}

.section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    color: #0f2c5c;
    position: relative;
}

.section h2::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #1e4b8b;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* CARD */
.card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.4s;
    animation: slideUp 1s ease forwards;
    opacity: 0;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.card h3 {
    margin-bottom: 15px;
    color: #1e4b8b;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

/* CHECK ICON */
.check-list li {
    list-style: none;
    margin-bottom: 12px;
}

.check-list i {
    color: #2e8b57;
    margin-right: 10px;
}

/* CONTACT */
.contact-box {
    background: #0f2c5c;
    color: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.contact-box h3 {
    margin-bottom: 20px;
}

.contact-box p {
    margin-bottom: 8px;
}

/* FOOTER LINE */
.tagline {
    text-align: center;
    padding: 40px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #0f2c5c;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media(max-width:768px) {
    .section {
        padding: 50px 6%;
    }

    .hero h1 {
        font-size: 30px;
    }
}

/* HEADER */
.header {
    background: linear-gradient(-45deg, #1e3c72, #2a5298, #0f2027, #203a43);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
    color: #fff;
    text-align: center;

}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

.header p {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.9;
}

/* CONTAINER */
.container {
    margin: 0px auto !important;
    padding: 20px;

    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

/* CARD */
.card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
    transform: translateY(40px);
    opacity: 0;
    animation: fadeUp 1s forwards;
}

.card:nth-child(2) {
    animation-delay: 0.3s;
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

/* PROFILE IMAGE */
.profile {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a5298, #1e3c72);
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

/* TEXT */
.card h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}

.designation {
    text-align: center;
    color: #2a5298;
    font-weight: 600;
    margin-bottom: 15px;
}

.email {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.email a {
    text-decoration: none;
    color: #555;
}

.card p {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    display: flex;
}



@media(max-width:768px) {

    .header h1 {
        font-size: 28px;
    }

    main-slider .banner-content {
        margin-top: 0px !important;
    }

    img.banner-image {
        width: 100% !important;
    }

    .bannerimageSlider {
        width: 100% !important;
    }
}

.leader-card.text-center h5 {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    padding-top: 25px;
}

.sidebar {
    width: 280px;
    height: 600px;
    /* adjust as needed */
    overflow-y: auto;
    /* enables vertical scroll */
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.category-list li:hover {
    background: #f5f5f5;
}

.category-list li.active {
    background: #f3f2ec;
    color: #043787;
    font-weight: bold;
}

.sidebar {
    scroll-behavior: smooth;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 10px;
}

a.cart.for-buy {
    position: relative;
}

span.cart-count {
    background: #ffffff;
    font-size: 8px;
    width: 15px;
    color: #000;
    height: 15px;
    position: absolute;
    border-radius: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9px;
    top: -7px;
}

/* Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

/* Side Cart */
.side-cart {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 100000;
    transition: 0.3s;
    padding: 15px;
    overflow-y: auto;
}

/* Open State */
.side-cart.active {
    right: 0;
}

.cart-overlay.active {
    display: block;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.close-cart {
    cursor: pointer;
    font-size: 20px;
}

.cart-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.cart-img img {
    width: 60px;
    height: 80px;
    object-fit: cover;
}

.cart-info {
    flex: 1;
}

.cart-info h4 {
    text-align: left;
    font-size: 16px;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    height: 26px;
    padding: 0px 3px;
}

.qty-box input {
    width: 30px;
    text-align: center;
    margin: 0px;
    padding: 0;
    height: 16px;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}

.qty-box button {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 10px;
    height: 10px;
    background: transparent;
    color: #000;
    padding: 0px 5px;
}

.remove-item {
    font-size: 22px;
    color: #000;
    line-height: normal;
    background: none;
    border: none;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: -10px;
}

.pqty {
    display: flex;
    gap: 5px;
    align-items: center;
}

.empty-cart {
    text-align: center;
    padding: 20px;
    color: #777;
}

.cart-img img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-info {
    flex: 1;
    position: relative;
}

/* Loader spinner */
.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #000;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 0.6s linear infinite;
    display: inline-block;
}



/* Disabled state */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Fade effect */
.cart-item.removing {
    opacity: 0.4;
    transition: 0.3s;
}

.checkout-btn {
    display: block;
    background: #28a745;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.cart-total {
    font-weight: bold;
    margin-top: 10px;
}

.user-account,
.cart {
    color: #fff;
}

/* Layout */
.product-page {
    padding: 40px 0;
}

/* Title */
.product-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
}

/* Price */
.product-price {
    font-size: 22px;
    color: #B12704;
    margin: 0px;
}

/* Buy Box */
.buy-box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    position: sticky;
    top: 100px;
    background: #fff;
}

/* Buttons */
.btn-buy {
    background: #ffd814;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.buy-now {
    width: 100%;
    background: #ffa41c;
    color: #000;
}

/* Quantity */
#qty {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
}

/* Delivery */
.delivery {
    font-size: 14px;
    margin-top: 10px;
}

.custom-reviews {
    margin-top: 40px;
}

.review-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.review-top {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.rating {
    color: #f5a623;
}

.review-text {
    margin-top: 5px;
    color: #555;
}

/* Form */
.review-form textarea {
    width: 100%;
    height: 120px;
}

.review-form input,
.review-form textarea {
    border: 1px solid #ddd;
    padding: 10px;
}

.book-card {
    text-align: center;
}

.book-card img {
    width: 100%;
}

.relatedBooksPrice {
    margin-bottom: 0px;
}

.relatedBooksTitle {
    margin: 0px;
}

.book-author {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.book-category a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.book-category a:hover {
    color: #000;
}

#search-result {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 58px;
    right: 0px;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
}

.search-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.search-item img {
    width: 90px;
    object-fit: cover;
}

.search-loader {
    padding: 15px;
    text-align: center;
}

.search-loader::after {
    content: "";
    width: 25px;
    height: 25px;
    border: 3px solid #ddd;
    border-top: 3px solid #000;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.highlight {
    background: yellow;
    font-weight: bold;
}

@media only screen and (max-width:767px) {
    #search-result {
        top: 148px;
    }
}

.search-item a {
    display: grid;
    grid-template-columns: 8% 70%;
    width: 100%;
}

.search-content {
    text-align: left;
}

.swiper {
    padding: 20px 0;
    height: 100%;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #000;
    box-shadow: 0px 0px 5px #0000005e;
    background: #fff;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size: 20px;
}

.form-group p {
    margin-bottom: 0px;
}
.page-header p {
    position: relative;
    z-index: 2;
    color: #fff;
}