@font-face {
    font-family: 'OPTITimes-Roman';
   src: url('/wp-content/themes/your-theme/fonts/OPTITimesRoman-Italic.woff2') format('woff2'),
         url('/wp-content/themes/your-theme/fonts/OPTITimesRoman-Italic.woff') format('woff');
    font-weight: normal;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPTITimesRoman';
 src: url('/wp-content/themes/your-theme/fonts/OPTITimesRoman-Italic.woff2') format('woff2'),
         url('/wp-content/themes/your-theme/fonts/OPTITimesRoman-Italic.woff') format('woff');
    font-weight: normal;
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
h1, h2, h3, p, a{
	font-family: 'OPTITimes-Roman'; font-weight: 500; font-style: normal !important;
}
.home h1, .home h2, .home h3{
	color:#01baf2;
	    font-size: 20px;
}
.home h1 br{
	display:none;
}
.woocommerce-tabs {
    padding-top: 27px;
}

#searchInput {
  padding: 8px;
  width: 200px;
  margin-bottom: 10px;
}

#downloadBtn {
  padding: 8px 12px;
  margin-left: 10px;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.banner{
	position:relative;
}
.woocommerce div.product form.cart .button {
    font-size: 16px !important;
  
}
.banner:after{
	background-image: url(https://procentiveai.com/overseaspress-dev/wp-content/uploads/2026/01/img.png) !important;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: inherit;
    right: 0;
    width: 64%;
    height: 600px;
    right: 0;
    transform: rotate(180deg);
    bottom: 0 !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 14px !important;
}
th, td {
  padding: 8px;
  border: 1px solid #ddd;
}
.site-footer{
	margin-top:0;
}
th {
  background: #f2f2f2;
}
.entry-content>:first-child {
    margin-top: 0 !important;
}
.pagination {
  margin-top: 10px;
}
.pagination-wrapper {
    margin-bottom: 0 !important;
 
}
.product-navigation-wrapper{
	display:none;
}
    .container {
        margin: auto !important;
    }

.pagination button {
  padding: 6px 10px;
  margin-right: 5px;
  cursor: pointer;
}
/* Container styling to prevent merging */
.why-choose-section {
    position: relative;
    padding: 100px 0;
    background-color: #f0f4f8; /* Light neutral base */
    overflow: hidden;
}
/* --- Modern Minimalist WooCommerce Reviews --- */

/* 1. Review Section Container */
#reviews {
    background: #ffffff;
    padding-top: 40px;
    border-top: 1px solid #f1f5f9;
}
To give your contact form a clean look with the #ff7f50 (Coral) border color, you can use the following CSS. I have included styles for the default state and a "focus" state so the user knows which field they are currently typing in.

CSS Styles
CSS

/* Styling the input fields and textarea */
input[type="text"], 
input[type="email"], 
textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    /* Apply the coral border */
    border: 2px solid #ff7f50; 
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    outline: none;
    transition: 0.3s;
}

/* Change style when the user clicks into the field */
input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus {
    border: 2px solid #e66a3d; /* A slightly darker shade for contrast */
    box-shadow: 0 0 8px 0 rgba(255, 127, 80, 0.4);
}
.woocommerce .related.products {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce .related.products li.product {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.woocommerce .related.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

..woocommerce-breadcrumb a{
    font-size: 16px;
    border-right: none !important;
    padding-right: 0 !important;
	
}
.back-to-shop {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 12px 28px;
    background: #111827;
    color: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.logo-t{
	    font-size: 19px !important;
}

.site-header > .mx-auto{ 
	padding:0 !important;
	max-width:1200px !important;
	
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 27%;
}
.csv-table-wrapper{
	padding:50px 0!important;
}
  .csv-table-wrapper .container {
        max-width: 1200px;
        overflow-x: hidden;
    }
.product.type-product{
	max-width:1200px;
	margin:auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary
 {
    float: right;
    width: 66%;
    clear: none;
	 text-align:left !important;
	 padding:0 !important;
	
}
.left-banner {
     max-width: 46%;
    width: 100%;
    position: relative;
    top: -34px;
}
.back-to-shop:hover {
    background: #000000;
    transform: translateY(-2px);
    color: #ffffff;
}
* Back to shop button */
.woocommerce .wc-backward,
.woocommerce a.back-to-shop {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.woocommerce-product-details__short-description {
    background: #fafafa;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 20px;
  
}

.woocommerce .wc-backward:hover {
    background: #000;
    transform: translateY(-2px);
}
.woocommerce-tabs {
    max-width: 1200px;
    margin: auto;
}
.book-details {
    margin-top: 35px;
    padding: 24px 28px;
    background: #ffffff;
        margin-top: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 14px;
    border: navajowhite;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    max-width: 349px;
}

.book-details h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    padding-left: 14px;
}

.book-details h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 18px;
    background: #000;
    border-radius: 4px;
}

.book-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.book-details li {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 14.5px;
    border-bottom: 1px solid #f3f3f3;
    transition: all 0.2s ease;
    border-bottom: 1px solid #ccc;
    padding: 6px;
}

.book-details li:last-child {
    border-bottom: none;
}

.book-details li:hover {
    background: #fafafa;
    padding-left: 6px;
}

.book-details li strong {
    font-weight: 600;
    color: #111;
    min-width: 140px;
}

.book-details li span,
.book-details li {
    color: #555;
}
/* Reviews main wrapper */
.woocommerce #reviews {
    margin-top: 40px;
    padding: 30px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}
/* Styling the submit button to match */
input[type="submit"] {
    background-color: #ff7f50;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

input[type="submit"]:hover {
    background-color: #e66a3d;
}
/* 2. Review List Styling */
.commentlist {
    padding: 0 !important;
    list-style: none !important;
}
.excel-table-section {
    padding: 40px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
}

.excel-table-section .container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Header Layout: Search Left, Download Right */
.table-header {
    display: flex;
    justify-content: space-between; /* This pushes items to opposite sides */
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

#searchInput {
    padding: 10px 16px;
    width: 300px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

#searchInput:focus { border-color: #000; }

#downloadBtn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
.banner {

    background-color: rgb(255 255 255 / 59%) !important;
	overflow-y: hidden;
}
.banner p{
	color:#000 !important;
	font-weight:bold;
}
/* Table Design */
.table-wrapper {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden; /* Rounds the table corners */
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background: #f9f9f9;
    padding: 12px 20px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
    border-bottom: 2px solid #eee;
}

td {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

tr:hover { background: #fafafa; }

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 15px;
}

.pagination-wrapper button {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.pagination-wrapper button:disabled { opacity: 0.4; cursor: not-allowed; }
.commentlist li {
    background: #f8fafc !important; /* Light background for each review card */
    border-radius: 16px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    border: 1px solid #edf2f7 !important;
    transition: transform 0.3s ease !important;
}

.commentlist li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* 3. Avatar (User Image) */
.commentlist li img.avatar {
    border-radius: 50% !important;
    border: 3px solid #fff !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
    width: 50px !important;
    height: 50px !important;
    background: #eee !important;
}

/* 4. Stars Styling (Brand Color #01baf2) */
.star-rating {
    color: #01baf2 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.comment-form-rating .stars a {
    color: #01baf2 !important;
}

/* 5. Author and Date Meta */
.woocommerce-review__author {
    font-weight: 700 !important;
    color: #1e293b !important;
    font-size: 16px !important;
}

.woocommerce-review__dash {
    display: none !important; /* Hide the ugly dash */
}

.woocommerce-review__published-date {
    font-size: 12px !important;
    color: #94a3b8 !important;
    display: block !important;
    margin-top: 2px !important;
}

/* 6. Review Form (Add Review Section) */
#review_form_wrapper {
    background: #fff !important;
    padding: 30px !important;
    border: 2px solid #f1f5f9 !important;
    border-radius: 20px !important;
    margin-top: 50px !important;
}

#reply-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0f172a;
    display: block;
    margin-bottom: 20px !important;
}

/* 7. Input Fields in Review Form */
#commentform input, 
#commentform textarea {
    width: 100% !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    background: #fcfcfc !important;
    outline: none !important;
    transition: border-color 0.3s !important;
}

#commentform input:focus, 
#commentform textarea:focus {
    border-color: #01baf2 !important;
    background: #fff !important;
}

/* 8. Submit Button */
#submit {
    background-color: #01baf2 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    border: none !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
}

#submit:hover {
    background-color: #000 !important;
    box-shadow: 0 5px 15px rgba(1, 186, 242, 0.3) !important;
}
/* Product Card Styling */
.products .product {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 15px !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
    overflow: hidden;
}

.products .product:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 185, 242, 0.15) !important;
    border-color: #00b9f2 !important;
}

/* Image 3D Look */
.woocommerce ul.products li.product a img {
    border-radius: 15px;
    margin-bottom: 15px !important;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.08);
}

/* Title & Price */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 800 !important;
    color: #1e293b !important;
    font-size: 1.1rem !important;
}

.woocommerce ul.products li.product .price {
    color: #ff7f50 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}

/* Add to Cart Button Modern Style */
.woocommerce ul.products li.product .button {
    background-color: #00b9f2 !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 12px 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem !important;
    transition: all 0.3s !important;
}
/* 1. Hide the submenu by default with a subtle fade effect */
.main-navigation ul li {
    position: relative; /* Essential for absolute positioning of child */
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none; /* Initial state */
    min-width: 200px;
    background: #ffffff;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    
    /* Modern Styling: Soft Shadow and Rounded Corners */
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* 2. Show the submenu on hover */
.main-navigation ul li:hover > ul {
    display: block;
    animation: fadeIn 0.2s ease-in-out;
}

/* 3. Submenu Item Styling */
.main-navigation ul ul li a {
    padding: 10px 20px;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s ease;
}

/* Hover state for links */
.main-navigation ul ul li a:hover {
    background-color: #f8f9fa;
    color: #007cba; /* WordPress Blue or your brand color */
}
/* 1. Container Setup */
.menu-bottome-menu-container {
    position: relative;
    width: 100%;
}

/* 2. Top Level List - Horizontal */
.menu-bottome-menu-container > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 3. Top Level Items */
.menu-bottome-menu-container > ul > li {
    position: static; /* Required for the submenu to span full width */
}
.banner{
	
	background: linear-gradient(
    180deg, 
    rgba(255, 153, 51, 0.08) 0%,   /* Saffron at 8% opacity */
    rgba(255, 255, 255, 1) 50%,    /* Pure White in the center */
    rgba(19, 136, 8, 0.08) 100%    /* India Green at 8% opacity */
  );
}
.menu-bottome-menu-container > ul > li > a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-right: 1px solid;
}
/* 1. Add spacing for the icon on parent links */
.menu-bottome-menu-container > ul > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 0px; /* Space between text and arrow */
}
#menu-bottome-menu{
	gap:0;
}
/* 2. Create the Arrow Icon using CSS Shapes */
.menu-bottome-menu-container > ul > li.menu-item-has-children > a::after {
  content: "";
    width: 9px;
    height: 9px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.3s ease;
}
#menu-top-menu li:last-child a {
    border: none;
    padding-right: 0;
}
.page-template-about .banner:after {
    top: 0;
    z-index: 9;
}
.page-template-about .banner > div {
    position: relative;
    z-index: 9;
}
/* 3. Animate the Arrow on Hover */
.menu-bottome-menu-container > ul > li:hover > a::after {
    transform: rotate(-135deg); /* Flips the arrow up */
    margin-top: 3px;
}
.page-header{
	display:none;
}
/* 4. The Horizontal Submenu (5-Column Grid) */
.menu-bottome-menu-container ul li ul {
    /* Grid Layout */
    display: grid !important;
    grid-template-columns: repeat(5, 1fr); 
    gap: 15px;
    
    /* Absolute Position & Sizing */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 9999;
    
    /* Modern Styling */
    background: #ffffff;
    padding: 30px;
    list-style: none;
    margin: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-top: 1px solid #f0f0f0;

    /* Hidden State */
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 5. Hover Trigger */
.menu-bottome-menu-container ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* 6. Individual Column (Product) Styling */
.menu-bottome-menu-container ul li ul li {
    padding: 0;
    text-align: center;
}

.menu-bottome-menu-container ul li ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: background 0.2s ease;
    border-radius: 8px;
}

.menu-bottome-menu-container ul li ul li a:hover {
    background: #f9f9f9;
    color: #000;
}

/* Responsive: 2 columns on tablets, 1 on mobile */
@media (max-width: 992px) {
    .menu-bottome-menu-container ul li ul {
        grid-template-columns: repeat(2, 1fr);
    }
}
.content-area--woocommerce{
	margin-top:50px !important;
}
/* Simple Fade Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
.woocommerce ul.products li.product .button:hover {
    background-color: #ff7f50 !important;
    transform: scale(1.05);
}
/* Product Title */
.product_title {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    letter-spacing: -2px;
    color: #0f172a;
    line-height: 1.1;
}

/* Price on Single Page */
.single-product div.product p.price {
       font-size: 1rem !important;
    color: #00b9f2 !important;
    background: none;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    border: none;
}

/* Gallery Image Rounded Corners */
.woocommerce-product-gallery img {
    border-radius: 30px;
    box-shadow: 20px 20px 60px #d1d1d1, -20px -20px 60px #ffffff;
}

/* Tabs Styling (Description, Reviews) */
.woocommerce-tabs ul.tabs {
    border: none !important;
    background: transparent !important;
}

.woocommerce-tabs ul.tabs li {
    border: none !important;
    background: #f8fafc !important;
    border-radius: 15px !important;
    margin-right: 10px !important;
}

.woocommerce-tabs ul.tabs li.active {
    background: #00b9f2 !important;
}

.woocommerce-tabs ul.tabs li.active a {
    color: white !important;
}
/* Search Page Title */
.search-results .page-title {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.search-results .page-title span {
    color: #ff7f50;
    border-bottom: 4px solid #00b9f2;
}

/* Highlight No Products Found */
.woocommerce-info {
    border-top-color: #00b9f2 !important;
    background-color: #f0f9ff !important;
    color: #1e40af !important;
    border-radius: 15px;
    font-weight: 600;
}
/* Global Buttons */
.button.checkout, .button.alt, #place_order {
    background-color: #ff7f50 !important;
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 20px rgba(255, 127, 80, 0.3) !important;
    transition: 0.3s all !important;
}

.button.checkout:hover, #place_order:hover {
    background-color: #00b9f2 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 185, 242, 0.3) !important;
}

/* Quantity Input Styling */
.quantity input {
    background: #f1f5f9 !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 700;
    padding: 10px !important;
}

/* Container styling */
.woocommerce-breadcrumb {
    padding: 15px 25px !important;
    background: #f8fafc; /* Very light gray/blue bg */
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem !important;
    color: #64748b !important; /* Muted slate text */
    margin-bottom: 40px !important;
    font-weight: 500;
    border: 1px solid #edf2f7;
}

/* Link Styling */
.woocommerce-breadcrumb a {
       color: #00b9f2 !important;
    border: none !important;
    font-weight: 700;
    transition: color 0.3s ease;
    padding: 0 3px;
}

.woocommerce-breadcrumb a:hover {
    color: #ff7f50 !important; /* Changes to Coral on hover */
}
/* Product details – card style */
.woocommerce-product-details__short-description {
  background: #fafafa;
  padding: 0px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.woocommerce-product-details__short-description h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.woocommerce-product-details__short-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-product-details__short-description li {
  display: grid;
  grid-template-columns: 160px 1fr;
    padding: 8px 0;
    font-size: 14px;
    border: 1px dashed #ff7f50;
    padding: 10px;
}

.woocommerce-product-details__short-description li:last-child {
  border-bottom: none;
}

.woocommerce-product-details__short-description li strong {
  font-weight: 500;
  color: #000;
}

.woocommerce-product-details__short-description li {
  color: #222;
}

/* Mobile */
@media (max-width: 600px) {
  .woocommerce-product-details__short-description {
    padding: 16px;
  }

  .woocommerce-product-details__short-description li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/* Separator styling */
.woocommerce-breadcrumb .delimiter {
    margin: 0 12px;
    opacity: 0.4;
    font-weight: 300;
}
/* Navigation Container */
.navigation.post-navigation, 
.woocommerce-pagination {
    margin: 60px 0 !important;
    padding-top: 40px;
    border-top: 2px solid #f1f5f9;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Individual Link Cards */
.nav-links a {
    flex: 1;
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* 3D Lift on Hover */
.nav-links a:hover {
    transform: translateY(-8px);
    border-color: #00b9f2;
    box-shadow: 0 20px 25px -5px rgba(0, 185, 242, 0.15);
}

/* Label text (Previous / Next) */
.nav-links a::before {
    content: "PREVIOUS";
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #94a3b8;
    margin-bottom: 8px;
}

.nav-next a::before {
    content: "NEXT";
    text-align: right;
}

/* Title text */
.nav-links .post-title {
    color: #1e293b;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.4;
}

.nav-next .post-title {
    text-align: right;
}

/* Arrow Icon Effect */
.nav-previous a:hover .post-title::before {
    content: "← ";
    color: #ff7f50;
}

.nav-next a:hover .post-title::after {
    content: " →";
    color: #ff7f50;
}
/* Banner Container */
        .hero-banner {
            width: 100%;
          
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: var(--bg-gradient);
            overflow: hidden;
            padding: 0 10%;
            box-sizing: border-box;
        }

        /* Left Side: Content */
        .banner-content {
            flex: 1;
            max-width: 600px;
            z-index: 2;
            animation: fadeInUp 1s ease-out;
        }

        .banner-content h1 {
              font-size: 3.5rem;
			color: var(--primary-color);
			margin-bottom: 20px;
			line-height: 1;
			color: #01baf2;
			font-weight: bold;
        }

        .banner-content p {
            font-size: 1.2rem;
            color: var(--text-light);
            margin-bottom: 30px;
        }

        .cta-button {
            display: inline-block;
            padding: 15px 40px;
            background-color: var(--accent-color);
          
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 10px 20px rgba(9, 132, 227, 0.3);
        }
/* Container: Remove extra vertical padding/margins */
.navigation.post-navigation, 
.woocommerce-pagination {
    margin: 30px 0 !important;
    padding: 0 !important;
    border-top: 1px solid #f1f5f9;
}

/* Align links in a clean row */
.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px; /* Space between the two buttons */
    padding-top: 20px;
}

/* Compact Buttons */
.nav-links a {
    flex: 0 1 auto; /* Don't force full width */
    min-width: 140px;
    background: #ffffff;
    padding: 10px 20px; /* Reduced padding */
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align text left for Previous */
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nav-next a {
    align-items: flex-end; /* Align text right for Next */
}

/* 3D Hover Effect */
.nav-links a:hover {
    transform: translateY(-3px);
    border-color: #00b9f2;
    box-shadow: 0 8px 15px rgba(0, 185, 242, 0.1);
}

/* Small labels (Next/Previous) */
.nav-links a::before {
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 2px;
}

/* Title: Small and Elegant */
.nav-links .post-title {
    color: #1e293b;
    font-weight: 700;
    font-size: 0.9rem !important; /* Smaller text */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px; /* Limits width to keep it tidy */
}

/* Active/Current Page in Pagination (Shop) */
.woocommerce-pagination ul.page-numbers {
    display: flex;
    gap: 8px;
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-pagination ul.page-numbers li a {
    padding: 8px 14px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 0.85rem !important;
    font-weight: 700;
}

.woocommerce-pagination ul.page-numbers li span.current {
    background: #00b9f2 !important;
    color: white !important;
    border-color: #00b9f2 !important;
}
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(9, 132, 227, 0.4);
        }

        /* Right Side: Book Image */
        .banner-image {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .book-mockup {
            height: auto;
            filter: drop-shadow(20px 20px 50px rgba(0,0,0,0.2));
            animation: float 4s ease-in-out infinite;
        }
.navigation{
	
	display:none;
}
        /* Animations */
        @keyframes float {
            0% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(2deg); }
            100% { transform: translateY(0px) rotate(0deg); }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .hero-banner {
                flex-direction: column;
                text-align: center;
                height: auto;
                padding: 50px 5%;
            }
            .banner-content {
                margin-bottom: 50px;
            }
            .book-mockup {
                width: 250px;
            }
        }
.hero img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
/* ==================================================
   HEADER (MODERN / MINIMAL)
================================================== */
.site-header,
header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header .container,
.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ==================================================
   LOGO
================================================== */
.custom-logo,
.site-logo img {
  max-height: 42px;
  transition: transform 0.3s ease;
}

.custom-logo:hover {
  transform: scale(1.05);
}

/* ==================================================
   NAVIGATION
================================================== */
.main-navigation ul,
nav ul {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation a,
nav a {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  position: relative;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}



.main-navigation a:hover,
nav a:hover {
  color: #2563eb;
}

.main-navigation a:hover::after,
nav a:hover::after {
  width: 100%;
}

/* ==================================================
   HEADER SEARCH – ALWAYS VISIBLE
================================================== */
.site-header .search-form,
.site-header .woocommerce-product-search,
header .search-form {
  display: flex !important;
  align-items: center;
  position: relative;
  max-width: 260px;
  width: 100%;
}
/* Banner Container */
        .slider-wrapper {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .owl-carousel {
            max-width: 1200px;
            perspective: 1200px; /* Essential for 360 feel */
        }

        .item {
            height: 500px;
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            transform: scale(0.8) rotateY(25deg); /* Modern angled look */
            transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
            opacity: 0.5;
            filter: grayscale(100%);
            display: flex;
            align-items: flex-end;
            padding: 40px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
        }

        /* Active Slide (The Center One) */
        .owl-item.active.center .item {
            transform: scale(1.1) rotateY(0deg);
            opacity: 1;
            filter: grayscale(0%);
            z-index: 10;
        }

        .content {
            color: white;
            z-index: 5;
            transform: translateY(20px);
            transition: 0.8s ease;
        }

        .owl-item.active.center .content {
            transform: translateY(0);
        }

        h2 { font-size: 2.5rem; margin: 0; font-weight: 200; letter-spacing: 2px; }
        
        /* Modern Dot Navigation */
        .owl-dots {
            text-align: center;
            margin-top: 40px;
        }
        .owl-dot span {
            width: 40px !important;
            height: 2px !important;
            background: rgba(255,255,255,0.2) !important;
            display: inline-block;
            margin: 0 5px;
            transition: 0.3s;
        }
        .owl-dot.active span {
            background: #fff !important;
            width: 60px !important;
        }

/* ==================================================
   HIDE OLD CLICK SEARCH ICON (IF EXISTS)
================================================== */
.site-header .search-toggle,
.site-header .header-search-icon {
  display: none !important;
}

/* ==================================================
   HEADER CART (OPTIONAL)
================================================== */
.header-cart {
  position: relative;
}

.header-cart a {
  font-size: 16px;
  color: #0f172a;
}

.header-cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #2563eb;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 50%;
}

/* ==================================================
   MOBILE RESPONSIVE
================================================== */
@media (max-width: 768px) {
  .site-header .container,
  .header-inner {
    flex-wrap: wrap;
  }

  .site-header .search-form {
    max-width: 100%;
    order: 3;
    margin-top: 10px;
  }
}
.primary-menu a {
  position: relative;
}

.primary-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width 0.3s ease;
}

.primary-menu a:hover::after {
  width: 100%;
}
.summary.entry-summary{
	text-align:left;
}

/* ==================================================
   FOOTER WRAPPER
================================================== */
.site-footer,
footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 80px 0 40px;
	margin:0 !important;
}
.site-footer{
	margin-top:0 !important;
}
.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    --double-padding: calc(var(--go-block--padding--x) * 2);
    max-width: 100%;
    width: 100%;
}
/* ==================================================
   FOOTER CONTAINER
================================================== */
.footer-inner,
.site-footer .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* ==================================================
   FOOTER GRID
================================================== */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* ==================================================
   FOOTER BRAND
================================================== */
.footer-logo img {
  max-width: 355px;
  margin-bottom: 20px;
}
.pagination-wrapper .page-numbers {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
    font-weight: 600;
}
.product-subtitle{
	margin-bottom:0px;
}
.single-product div.product p.price{
	margin-bottom:0px;
}
/* 1. Constrain the main product image height */
.woocommerce-product-gallery__image img {
    max-height: 500px !important; /* Adjust this to your preferred height */
    width: auto !important;
    margin: 0 auto !important; /* Centers the book cover */
    object-fit: contain !important;
    border-radius: 4px !important;
    /* Soft shadow to make the book 'pop' off the white page */
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f1f5f9 !important;
}
Since you are targeting the list items inside your ACF tab panels, you want a clean, scannable look that fits a professional product details page.

As a senior dev, I recommend using Flexbox for these list items. This ensures that even if your labels (like "ISBN") are different lengths, the values will align perfectly in a vertical line.

Professional Minimalist CSS
CSS
/* Container for the list */
.acf-tab-panels ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%; /* Spans full width of the panel */
}

/* Individual list rows */
.acf-tab-panels ul li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    line-height: 1.5;
}
.acf-product-tabs {
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.acf-tab-nav {
    display: flex;
    gap: 30px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.acf-tab-btn {
    background: none;
    border: none;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #ababab;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.acf-tab-btn.active {
    color: #111;
    border-bottom: 2px solid #00d2ff; /* Your theme accent */
}

.acf-panel {
    display: none;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    animation: fadeInTab 0.4s ease forwards;
}

.acf-panel.active {
    display: block;
}

@keyframes fadeInTab {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Remove border from the last item */
.acf-tab-panels ul li:last-child {
    border-bottom: none;
}

/* The Label (e.g., "Imprint", "ISBN") */
.acf-tab-panels ul li strong {
    width: 200px; /* Fixed width for perfect vertical alignment */
    flex-shrink: 0; /* Prevents the label from squeezing on small screens */
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 1px; /* Subtle alignment fix */
}

/* The Value (The actual data) */
.acf-tab-panels ul li p,
.acf-tab-panels ul li span {
    margin: 0;
    color: #555555;
    flex: 1; /* Takes up remaining space */
}
/* 2. Style the thumbnail images (if any) */
.flex-control-thumbs li img {
    height: 80px !important;
    object-fit: cover !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    border-radius: 4px !important;
}

/* 3. Highlight the active thumbnail with your brand color */
.flex-control-thumbs li img.flex-active,
.flex-control-thumbs li img:hover {
    border-color: #01baf2 !important;
    opacity: 1 !important;
}

/* 4. Ensure the image container doesn't feel bulky */
.woocommerce-product-gallery {
    background: #f8fafc !important; /* Very light gray background */
    padding: 20px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.woocommerce div.product .product_title {
    margin-bottom: 14px;
}
.pagination-wrapper .page-numbers.current {
    background-color: #00b9f2;
    color: white;
    border-color: #00b9f2;
}
.pagination-wrapper .page-numbers:hover:not(.current) {
    background-color: #f1f5f9;
    border-color: #00b9f2;
    color: #00b9f2;
}
.footer-description {
  font-size: 14px;
  line-height: 1.8;
  color: #94a3b8;
}

/* ==================================================
   FOOTER TITLES
================================================== */
.footer-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #ffffff;
}

/* ==================================================
   FOOTER LINKS
================================================== */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links a {
  color: #94a3b8;
  font-size: 14px;
  transition: all 0.3s ease;
}

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

/* ==================================================
   SOCIAL ICONS
================================================== */
.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}

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

/* ==================================================
   FOOTER BOTTOM
================================================== */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 60px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #94a3b8;
}

.footer-bottom a {
  color: #94a3b8;
}

.footer-bottom a:hover {
  color: #ffffff;
}
/* Price Highlight */
.woocommerce-Price-amount {
    color: #01baf2 !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
}

/* Add to Cart Button Modernization */
.single_add_to_cart_button {
    background-color: #01baf2 !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

.single_add_to_cart_button:hover {
    background-color: #000 !important;
    transform: translateY(-2px) !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    border: 2px solid #ff7f50 !important;
      height: 52px;
    border-radius: 6px;
    margin-bottom: 5px;	
}
.border-t {
    border-top-width: 1px;
    margin-top: 14px !important;
}
.border-b {
    padding-top: 14px;
	padding-top:24px;
}
.menu-bottome-menu-container > ul > li.menu-item-has-children > a::after {
    margin-left: 13px;
}
#site-header > div > div img{
    display: block;
    margin: auto;
	max-width:320px;
}
#menu-bottome-menu li:first-child a{
	border-left:1px solid #fff;
	padding-right:15px !important;
}
/* ==================================================
   RESPONSIVE
================================================== */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
    .woocommerce-product-gallery__image img {
        max-height: 350px !important;
    }
	.left-banner {
    max-width: 91%;
    width: 100%;
    position: relative;
    top: 17px;
}
	.py-24 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
	#site-header > div > div img {
  
    max-width: 241px;
}
	/* By default, hide the 'close' icon */
.nav-toggle-icon--close {
    display: none;
	        position: relative;
        z-index: 9999;
}

/* When the button has the 'is-active' class... */
.nav-toggle.is-active .nav-toggle-icon {
    display: none; /* Hide the dots icon */
}

.nav-toggle.is-active .nav-toggle-icon--close {
    display: block; /* Show the X icon */
}

/* Mobile specific: override Tailwind's hidden class */
#header__navigation.is-open {
    display: flex !important;
    flex-direction: column;
    /* Add positioning if needed, e.g., position: absolute; top: 60px; */
}
	.menu-top-menu-container {
      
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98); /* Clean white glass look */
        backdrop-filter: blur(10px); /* Modern blur effect */
        z-index: 40;
        padding: 80px 24px; /* Space for the close button at top */
    }

    /* Show when parent or toggle has active class */
    .menu-top-menu-container.is-open {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        animation: fadeIn 0.3s ease-out forwards;
    }

    /* The List */
    #menu-top-menu {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        width: 100%;
    }

    /* The Links */
    #menu-top-menu li a {
        font-size: 1.5rem; /* Larger for thumb-tapping */
        font-weight: 600;
        letter-spacing: -0.02em;
        color: #1e293b; /* slate-800 */
        transition: all 0.2s ease;
        display: block;
    }

    #menu-top-menu li a:active {
        color: #6366f1; /* Indigo accent on tap */
        transform: scale(0.95);
    }

    /* Animation */
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
	.page-template-about .banner:after{
		display:none;
	}
}
@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: center;
    gap: 10px;
  }
}