@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary-color: #031b4e;
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
a{
    text-decoration: none;
    transition: .3s;
    color: #333;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Header */
.header-top {
  background-color: #031b4e;
  color: #fff;
}
.header-info ul {
  display: flex;
  gap: 30px;
}
.header-info ul li a {
  color: #fff;
  font-weight: 500;
}
.header-right-btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}
.gtranslate_wrapper a {
	margin-left: 10px;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-avatar img {
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-nickname {
  font-weight: 600;
}
.user-nickname a{
  color: #fff;
}
.logout-link a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.login-register-links a {
  color: #fff;
  font-weight: 600;
}

.logo img {
  max-width: 130px;
  transition: .3s;
}
.header-area.py-3.sticky .logo img {
	max-width: 80px;
}
.primary-menu ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.primary-menu ul li a {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.cart-button {
  display: flex;
  justify-content: flex-end;
}
.cart-button a {
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: 600;
}
.header-area{
  transition: all 0.3s ease;
}
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 9999;
  transition: all 0.4s ease;
}

.banner-area {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
.banner-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .3;
}
.banner-img {
  max-width: 200px;
}
.banner-content span {
  display: inline-block;
  background-color: #031b4e;
  padding: 5px 25px;
  border-radius: 7px;
  color: #fff;
  font-weight: 500;
}
.banner-content h4 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin: 25px 0;
}
.banner-content p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.banner-content a {
  background-color: #031b4e;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 7px;
  margin-top: 25px;
}
#bannerCarousel .carousel-indicators {
  position: absolute;
  bottom: -75px;
}
.breadcumb-area {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding: 60px 0 !important;
}
.breadcumb-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #01091A;
  left: 0;
  top: 0;
  opacity: .95;
  z-index: -1;
}
.breadcumb-area h4 {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
.breadcumb-area ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
}
.breadcumb-area ul li a {
  color: #fff;
  font-weight: 500;
}
.breadcumb-area ul li {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.single-blog-sidebar {
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
}
.single-blog-sidebar h4 {
  background-color: #01091A;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
}
.single-blog-sidebar ul {
  padding: 10px;
}
.single-blog-sidebar ul li {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.single-blog-sidebar ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.single-blog-sidebar ul li a {
  font-weight: 500;
}

.single-blog-sidebar.popular-posts ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-blog-sidebar.popular-posts ul li a img {
  max-width: 60px;
  height: 60px;
}

.single-blog {
  border: 1px solid #f4f4f4;
}
.single-blog img {
  width: 100%;
  height: auto;
}
.blog-grid-content {
  padding: 15px;
}
.blog-grid-meta {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog-grid-content h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	color: #031b4e;
}
.blog-grid-content p {
  margin: 20px 0;
}
.blog-grid-content a {
	font-weight: 500;
	color: #031b4e;
}
.single-blog {
  margin-bottom: 30px;
}
/* General comments section styles */
.comments-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

/* Comments title */
.comments-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Styling the comments list */
.comments-list {
  list-style-type: none;
  padding-left: 0;
}

/* Individual comment */
.comments-list li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

/* Comment avatar */
.comments-list li .avatar {
  float: left;
  margin-right: 15px;
}

/* Comment text */
.comments-list li .comment-text {
  font-size: 16px;
  line-height: 1.5;
}

/* Comment metadata (author, date, etc.) */
.comments-list li .comment-meta {
  font-size: 14px;
  color: #777;
}

/* Styling the comment form */
.comment-form {
  margin-top: 40px;
}

/* Form field styling */
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}

/* Focus effect on inputs */
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #0073e6;
  outline: none;
}

/* Submit button */
.comment-form button {
  background-color: #0073e6;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.comment-form button:hover {
  background-color: #005bb5;
}

/* Error messages */
.comment-form .comment-form-error {
  color: #031b4e;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Styling the comment form labels */
.comment-form label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  color: #333;
}

.blogs-home-area {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.section-title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

/* 1. The Badge with Animation */
.sub-badge-wrapper {
    margin-bottom: 25px;
}

.sub-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.1); /* Light Blue Tint */
    color: #031b4e; /* Solid Blue */
    padding: 5px 15px;
    border-radius: 6px; /* Slightly sharper, modern corners */
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #031b4e;
}

/* Subtle Badge Animation (Soft Pulse) */
.animate-badge {
    animation: badge-float 3s ease-in-out infinite;
}

@keyframes badge-float {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 5px 15px rgba(59, 130, 246, 0);
    }
    50% {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(59, 130, 246, 0.1);
    }
}

.section-title h4 {
	font-size: 40px;
	color: #031b4e;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-title h4 span {
    color: #031b4e; /* Solid Brand Red for emphasis */
}

/* 3. The Solid Divider */
.title-divider {
    width: 50px;
    height: 2px;
    background: #031b4e; /* Solid Primary Blue */
    border-radius: 2px;
    margin: 0 auto 30px;
}
.about-content-wrapper.ps-lg-4 .title-divider {
	margin: 0;
}
/* 4. The Typography */
.section-title p {
    font-size: 16px;
    color: #111; /* Professional Slate Grey */
    line-height: 1.5;
    font-weight: 400;
    margin: 0 auto;
}

/* --- Responsive Layout --- */
@media (max-width: 768px) {
    .section-title h4 {
        font-size: 34px;
    }
    .section-title p {
        font-size: 16px;
    }
    .section-title p br {
        display: none;
    }
}

.products-home-area {
  padding: 80px 0;
}
.single-product-box img {
  height: auto;
}
.single-product-box {
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
}
.product-details {
  text-align: center;
  padding: 15px;
}
.product-details h4 {
  color: #031b4e;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}
.product-details p {
  font-weight: 700;
  font-size: 22px;
  margin-top: 15px;
}
.product-details button {
  background-color: #031b4e;
  border: 0;
  color: #fff;
  padding: 10px 30px;
  border-radius: 7px;
  margin-top: 20px;
  font-weight: 500;
}

.features-area {
  background-color: #f4f4f4;
  padding: 60px 0;
}
.single-feature {
  text-align: center;
}
.single-feature i {
  background-color: #031b4e;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.single-feature h4 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.woocommerce.columns-4 {
  padding: 80px 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 22px;
  font-weight: 600;
  color: #031b4e;
  line-height: 32px;
}
.product.type-product span.price {
  color: #212529;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
.product.type-product span.price {
  color:  #212529 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background-color: #031b4e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-template-default .comments-section {
	display: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce-cart-form table tr th {
  color: #333;
  font-family: "Open Sans";
  font-weight: 600 !important;
}
.cart_totals h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 25px;
}
.wc-proceed-to-checkout a {
  background-color: #01091A !important;
  text-transform: capitalize;
  font-weight: 600 !important;
  font-family: "Open Sans";
  font-size: 18px !important;
  margin-top: 15px !important;
}
.slicknav_menu {
	display: none;
}
.mobile-header.header-area {
	display: none;
}

.custom-checkout-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.checkout-left {
  width: 60%;
}

.checkout-right {
  width: 38%;
}

@media (max-width: 768px) {
  .custom-checkout-layout {
      flex-direction: column;
  }
  .checkout-left, .checkout-right {
      width: 100%;
  }
}

#order_review_heading {
  display: none;
}
.woocommerce-checkout-review-order {
  display: none;
}
#customer_details .col-1 {
	width: 100%;
}

.woocommerce-billing-fields h3, .checkout-order-title {
  font-family: "Open Sans";
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper label {
  text-transform: capitalize;
  font-family: "Open Sans";
  font-weight: 500;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select {
  width: 100%;
  border: 1px solid #ddd !important;
}
#select2-billing_state-container {
  border: 1px solid #ddd !important;
  border: 0 !important;
}
.select2-selection.select2-selection--single {
  border: 1px solid #ddd;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 1em;
	overflow: hidden;
}
#place_order {
  background-color: #031b4e;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 15px;
}


.product-template-default.single.single-product .col-md-3.no-sidebar {
  display: none;
}
.product-template-default.single.single-product .col-md-9 {
  width: 100%;
}

.summary.entry-summary h4.product-title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Open Sans";
}
.summary.entry-summary p.price span {
  color: #01091A;
  font-size: 32px;
  font-weight: 700;
}
.summary.entry-summary p.price {
  margin-top: 25px;
}
.woocommerce-product-details__short-description {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 27px;
}
.single_add_to_cart_button.button.alt {
  background-color: #01091A !important;
  text-transform: capitalize;
  padding: 15px 40px;
  font-weight: 600;
}
.quantity input {
  border: 1px solid #ddd !important;
  padding: 10px;
  margin-right: -5px;
}
.product_meta {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans";
  font-weight: 600;
}
.woocommerce-product-gallery__image.flex-active-slide {
  border: 2px solid #ddd;
  border-radius: 10px;
}
.flex-control-nav.flex-control-thumbs {
  margin-top: 25px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  border: 1px solid #ddd;
  margin-right: 15px;
}

.related.products h2, .woocommerce-Tabs-panel h2 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}
#tab-description {
}
.woocommerce-Tabs-panel h2 {
}
.tabs.wc-tabs {
  padding-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #01091A;
  color: #fff;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  color: #333;
  font-family: "Open Sans";
}

/* General styling for all Gutenberg blocks */
.wp-block {
  margin-bottom: 20px; /* Add space between blocks */
  padding: 10px; /* Add padding to all blocks */
  border: 1px solid #ccc; /* Border for blocks */
  border-radius: 8px; /* Rounded corners */
}

/* Styling for paragraphs inside Gutenberg blocks */
.wp-block p {
  font-size: 16px;
  line-height: 1.6;
}

/* Styling for images inside Gutenberg blocks */
.wp-block img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Heading styling */
.wp-block h1, .wp-block h2, .wp-block h3, .wp-block h4, .wp-block h5, .wp-block h6 {
  color: #333;
}

/* Links styling */
.wp-block a {
  color: #0073aa;
  text-decoration: none;
}

.wp-block a:hover {
  color: #005177;
}

/* Button Styling */
.wp-block-button {
  background-color: #0073aa;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
}

.wp-block-button:hover {
  background-color: #005177;
}

.social-share-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-share-buttons a {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.social-share-buttons a i {
  margin-right: 8px;
}

.social-share-buttons a:hover {
  background-color: #555;
}

.social-share-buttons .facebook-share {
  background-color: #3b5998;
}

.social-share-buttons .facebook-share:hover {
  background-color: #2d4373;
}

.social-share-buttons .twitter-share {
  background-color: #1da1f2;
}

.social-share-buttons .twitter-share:hover {
  background-color: #0d95e8;
}

.social-share-buttons .whatsapp-share {
  background-color: #25d366;
}

.social-share-buttons .whatsapp-share:hover {
  background-color: #128c7e;
}

.single-post-thumbnail img {
	max-width: 100%;
	display: block;
	margin: auto;
	border: 1px solid #01091A;
	border-radius: 7px;
}

.single-post-meta {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0;
  margin: 30px 0;
  display: flex;
  gap: 31px;
}

.related-posts {
  margin-top: 80px;
}
.related-posts h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wp-block-list {
  list-style: disc;
  padding-left: 15px;
}
.wp-block-list li {
  margin-bottom: 15px;
}
.wp-block-list li:last-child {
  margin-bottom: 0;
}
.wp-block-heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
}
.woocommerce-products-header {
  margin-top: 50px;
}
.woocommerce-pagination {
  margin-bottom: 50px;
}
.woocommerce-breadcrumb {
	display: none;
}
/* --- Base Footer Style --- */
.footer-area {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    color: #cbd5e1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-area::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #020617; /* High-end dark navy/black */
    opacity: 0.97;
    z-index: -1;
}

/* --- Widgets & Typography --- */
.footer-logo img {
    max-width: 160px;
    margin-bottom: 25px;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.1));
}

.footer-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.widget-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 12px;
}

.widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background-color: #ddd;
	border-radius: 10px;
}

/* --- Social Icons --- */
.footer-social { display: flex; gap: 12px; }
.footer-social a {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer-social a:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

/* --- Menu Links --- */
.footer-menu-links ul { list-style: none; padding: 0; margin: 0; }
.footer-menu-links ul li { margin-bottom: 12px; }
.footer-menu-links ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
    display: flex; align-items: center;
}
.footer-menu-links ul li a::before {
    content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    margin-right: 8px; font-size: 12px; transition: 0.3s;
}
.footer-menu-links ul li a:hover { color: #fff; transform: translateX(5px); }
.footer-menu-links ul li a:hover::before { opacity: 1; }

/* --- Latest Posts --- */
.footer-latest-post {
    display: flex; gap: 15px; margin-bottom: 25px;
    align-items: center;
}
.post-thumb img {
    width: 70px; height: 70px; border-radius: 12px;
    object-fit: cover; border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}
.footer-latest-post:hover .post-thumb img { transform: scale(1.05); border-color: #3b82f6; }
.post-date { font-size: 11px; text-transform: uppercase; color: #fff; font-weight: 600; letter-spacing: 0.5px; }
.post-title a { color: #fff; font-size: 15px; line-height: 1.4; transition: 0.3s; text-decoration: none; }
.post-title a:hover { color: #3b82f6; }

/* --- Contact Section --- */
.footer-single-contact { display: flex; gap: 15px; margin-bottom: 20px; }
.contact-icon {
    min-width: 40px; height: 40px; border-radius: 10px;
    background: rgba(59, 130, 246, 0.1);
    display: flex; align-items: center; justify-content: center; color: #3b82f6;
}
.contact-text h5 {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin-bottom: 7px;
}
.contact-text span, .contact-text a { color: #fff; font-size: 15px; text-decoration: none; transition: 0.3s; }
.contact-text a:hover span { color: #fff; }

/* --- Bottom Bar --- */
.footer-bottom {
    background: #020617;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-copy p { font-size: 14px; margin: 0; color: #fff;}
.footer-copy a { color: #fff; font-weight: 600; text-decoration: none; }
.footer-bottom-menu ul { display: flex; gap: 20px; list-style: none; padding: 0; margin: 0; justify-content: flex-end; }
.footer-bottom-menu ul li a { color: #94a3b8; font-size: 13px; text-decoration: none; transition: 0.3s; }
.footer-bottom-menu ul li a:hover { color: #fff; }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer-bottom-menu ul { justify-content: center; margin-top: 15px; }
    .footer-area { padding: 60px 0; }
}


/* --- Product Box Container --- */
.single-product-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 15px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.single-product-box:hover {
    border-color: #3b82f6; /* Solid Blue Border on Hover */
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

/* --- Thumbnail & Overlay --- */
.product-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8fafc;
    margin-bottom: 20px;
}

.product-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: contain; /* Keeps medical products looking clean */
    padding: 10px;
    transition: transform 0.6s ease;
}

.single-product-box:hover .product-thumbnail img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(3, 27, 78, 0.6); /* Deep navy tint */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
}

.single-product-box:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background: #ffffff;
    color: #031b4e;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* --- Details & Typography --- */
.product-details {
    text-align: center;
}

.product-title {
    margin-bottom: 10px;
}

.product-title a {
    font-size: 18px;
    color: #031b4e;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.product-title a:hover {
    color: #3b82f6;
}

.product-price {
    font-size: 20px;
    font-weight: 800;
    color: #ef4444; /* Solid Red for Price */
    margin-bottom: 20px;
}

/* WooCommerce Price HTML fix */
.product-price del {
    font-size: 14px;
    color: #94a3b8;
    margin-right: 5px;
    font-weight: 400;
}

.product-price ins {
    text-decoration: none;
}

/* --- Add to Cart Button --- */
.add-to-cart-button {
    width: 100%;
    background: #3b82f6;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.add-to-cart-button:hover {
    background: #031b4e; /* Change to Navy on Hover */
    transform: scale(1.02);
}

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

/* --- Blog Card Container --- */
.single-blog {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-blog:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: #3b82f6;
}

/* --- Thumbnail & Badge --- */
.blog-thumb-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-thumb-wrapper img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.single-blog:hover .blog-thumb-wrapper img {
    transform: scale(1.1);
}

.blog-date-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #3b82f6;
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}

/* --- Content Styling --- */
.blog-grid-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-grid-meta {
    margin-bottom: 15px;
}

.meta-item {
    font-size: 13px;
    color: #3b82f6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-item i {
    margin-right: 5px;
}

/* Remove default UL styling from the_category() */
.meta-item ul, .meta-item li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-title {
    margin-bottom: 15px;
}

.blog-title a {
    font-size: 22px;
    line-height: 1.3;
    color: #031b4e;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.blog-title a:hover {
    color: #3b82f6;
}

.blog-excerpt {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* --- Interactive Read More --- */
.read-more-btn {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #031b4e;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover {
    color: #3b82f6;
}

.read-more-btn:hover i {
    transform: translateX(8px);
}


/* --- Features Area Layout --- */
.features-area {
    padding: 60px 0;
    background-color: #f8fafc; /* Soft slate to let white cards pop */
    position: relative;
    overflow: hidden;
}

/* --- The Modern Feature Card --- */
.single-feature {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 28px; /* High-end rounded corners */
    border: 1px solid #edf2f7;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Left aligned for modern SaaS feel */
}

/* Hover State: The "Glow" Effect */
.single-feature:hover {
    transform: translateY(-12px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 30px 60px -12px rgba(3, 27, 78, 0.12);
}

/* --- The Icon Box Container --- */
.feature-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    font-size: 26px;
    position: relative;
    transition: all 0.4s ease;
    color: #3b82f6;
    width: 100%;
}

.single-feature h4 {
	font-size: 22px;
	color: #031b4e;
	font-weight: 600;
	margin-bottom: 18px;
	text-align: center;
	line-height: 1.2;
	width: 100%;
}

.single-feature p {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
    font-weight: 400;
}

/* --- Responsive Polish --- */
@media (max-width: 991px) {
    .single-feature {
        padding: 20px 25px;
        text-align: center;
        align-items: center;
    }
    .feature-icon-box {
        margin: 0 auto 25px;
    }
    .single-feature::after {
        display: none; /* Hide arrow on mobile to save space */
    }
}


/* --- Banner Base --- */
.banner-area {
    padding: 100px 0;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #031b4e;
    opacity: 0.88; /* Deep Navy Overlay for readability */
    z-index: -1;
}

/* --- Content Typography --- */
.banner-content {
    color: #ffffff;
    animation: fadeInContent 1s ease-out;
}

.product-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 6px;
    color: #3b82f6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.banner-content h4 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.banner-content h4 span {
    color: #3b82f6;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 40px;
    max-width: 90%;
}

/* --- Modern Buttons --- */
.banner-btns {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-main {
    background: #3b82f6;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-main:hover {
    background: #2563eb;
    transform: translateY(-3px);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.05);
    border-color: #fff;
}

/* --- Floating Image & Glow --- */
.banner-img-wrapper {
    position: relative;
    text-align: left;
}

.banner-img-wrapper img {
    max-width: 70%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    animation: floating 5s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-25px); }
}

.img-glow {
    position: absolute;
    top: 50%; left: 50%;
    width: 300px; height: 300px;
    background: #3b82f6;
    filter: blur(140px);
    opacity: 0.15;
    z-index: -1;
    transform: translate(-50%, -50%);
}

/* --- Carousel Indicators --- */
.custom-indicators {
    bottom: 30px;
}

.custom-indicators button {
    width: 30px !important;
    height: 4px !important;
    border-radius: 10px !important;
    background-color: rgba(255,255,255,0.2) !important;
    border: none !important;
}

.custom-indicators .active {
    background-color: #3b82f6 !important;
    width: 50px !important;
}

/* --- Entrance Animation --- */
@keyframes fadeInContent {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 991px) {
    .banner-content h4 { font-size: 36px; }
    .banner-area { padding: 60px 0; text-align: center; min-height: auto; }
    .banner-btns { justify-content: center; }
    .banner-img-wrapper { margin-top: 40px; }
    .banner-content p { max-width: 100%; }
}


/* --- Top Bar Styling --- */
.header-top {
    background: #031b4e; /* Dark Navy */
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-contact a {
    color: #fff;
    font-size: 13px;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 500;
}

.header-contact i {
    color: #fff; /* Accent Blue */
    margin-right: 6px;
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.auth-box a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

.user-logged {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-logged img {
    border-radius: 50%;
    border: 1px solid #3b82f6;
}

.logout-link { color: #ef4444 !important; }

/* --- Sticky Main Header --- */
.main-header {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.logo img {
    max-height: 55px;
    width: auto;
}

/* --- Nav Menu List --- */
.nav-menu-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.nav-menu-list li a {
    color: #031b4e;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
}

.nav-menu-list li a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: #031b4e;
    transition: 0.3s;
}

.nav-menu-list li a:hover::after { width: 100%; }

/* --- Cart Button & Actions --- */
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.cart-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f5f9;
    padding: 10px 15px;
    border-radius: 12px;
    text-decoration: none;
    color: #031b4e;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
}

.cart-btn:hover {
    background: #031b4e;
    color: #fff;
}

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

.mobile-menu-toggle {
    background: #031b4e;
    color: #fff;
    border: none;
    width: 45px; height: 45px;
    border-radius: 10px;
    font-size: 20px;
}
.woocommerce-products-header {
  display: none;
}
.woocommerce-result-count {
  display: none;
}

/* Single Product Wrapper */
.single-product-wrapper {
    background-color: #fcfcfd;
}

/* Glass Effect for Images */
.product-image-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
}

.woocommerce-product-gallery img {
    border-radius: 15px;
    transition: transform 0.5s ease;
}

/* Product Info Column */
.custom-product-details .product_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #011c47; /* Apnar logo-r dark blue */
    margin-bottom: 15px;
}

.custom-product-details .price {
    font-size: 1.8rem !important;
    color: #cc0000 !important; /* Accent Red */
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.custom-product-details .woocommerce-product-details__short-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    border-left: 4px solid #011c47;
    padding-left: 15px;
}

/* Quantity & Add to Cart Button */
.cart .quantity {
    margin-right: 15px;
}

.cart .quantity input {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.single_add_to_cart_button {
    height: 50px;
    background-color: #011c47 !important;
    color: #fff !important;
    padding: 0 40px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(1, 28, 71, 0.2);
}

.single_add_to_cart_button:hover {
    background-color: #cc0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 0, 0, 0.2);
}

/* Tabs Styling */
.woocommerce-tabs ul.tabs {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
}

.woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce-tabs ul.tabs li a {
    font-weight: 700 !important;
    color: #888 !important;
    font-size: 1.1rem;
    padding: 10px 0 !important;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #011c47 !important;
    border-bottom: 2px solid #011c47;
}

/* Related Products Header */
.related.products h2, 
.upsells.products h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #011c47;
    margin-bottom: 30px;
    text-align: center;
}
.related.products {
	display: none;
}

.cta-section-glass {
    padding: 80px 0;
    background-color: #16284a;
    background-attachment: fixed; /* Parallax Effect */
}

.cta-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.cta-tag {
    background: #031b4e;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.cta-card h2 {
	font-size: 45px;
	font-weight: 700;
	margin: 20px 0;
	text-transform: capitalize;
}

.btn-primary-red {
    background: #031b4e;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
    margin: 10px;
    transition: 0.3s;
}

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    padding: 13px 35px;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
    margin: 10px;
}

/* Testimonial Section */
.testimonial-area {
    background-color: #f8faff; /* Very light blue background */
}

.single-testimonial {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(1, 28, 71, 0.05);
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
}

.single-testimonial:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(1, 28, 71, 0.1);
    border-color: #011c47;
}

.quote-icon {
    color: #011c47; /* Red accent */
    font-size: 24px;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-footer {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}

.client-info h5 {
    font-size: 17px;
    font-weight: 700;
    color: #011c47;
    margin-bottom: 3px;
}

.client-info span {
    font-size: 13px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

.rating-stars {
    color: #ffb400; /* Gold/Yellow for stars */
    font-size: 12px;
}

/* Divider Center Alignment */
.title-divider.m-auto {
    margin: 15px auto !important;
}

.how-to-order {
    background: #ffffff;
}

.process-row {
    position: relative;
}

/* Connecting Line for Desktop */
@media (min-width: 992px) {
    .process-row::before {
        content: '';
        position: absolute;
        top: 25%;
        left: 10%;
        right: 10%;
        height: 2px;
        border-top: 2px dashed #e0e0e0;
        z-index: 1;
    }
}

.process-step {
    position: relative;
    z-index: 2;
}

.step-icon-wrapper {
    width: 100px;
    height: 100px;
    background: #f8faff;
    border: 2px solid #011c47; /* Your Dark Blue */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: #011c47;
    transition: 0.4s;
    position: relative;
}

.step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #cc0000; /* Red Accent */
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step h5 {
    font-weight: 700;
    color: #011c47;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 14px;
    color: #777;
    padding: 0 15px;
}

/* Hover Effect */
.process-step:hover .step-icon-wrapper {
    background: #011c47;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(1, 28, 71, 0.2);
}

/* Expert Guidance Section */
.expert-guidance-area {
    background-color: #f8faff; /* Very light trusted blue background */
    overflow: hidden; /* For decorative shapes */
}

/* Image Wrapper & Decorative Shape */
.doctor-image-wrapper {
    position: relative;
    z-index: 2;
}

.doctor-photo {
    max-width: 90% !important;
    position: relative;
    z-index: 3;
    /* Soft shadow for depth */
    filter: drop-shadow(0 15px 30px rgba(1, 28, 71, 0.1));
}

.doctor-bg-shape {
    position: absolute;
    bottom: -30px;
    left: 10%;
    width: 80%;
    height: 80%;
    background: rgba(1, 28, 71, 0.04); /* Very light blue shape */
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; /* Organic organic shape */
    z-index: 1;
    transition: 0.5s ease;
}

.expert-guidance-area:hover .doctor-bg-shape {
    border-radius: 50%; /* Smooth transition on hover */
}

/* Content & Typography */
.expert-content-wrapper {
    padding-left: 20px;
}

/* Reusing your section title style for uniformity */
.expert-guidance-area .section-title h4 span {
    color: #cc0000; /* Red accent from screenshot */
}

/* Quote Block Styling */
.expert-quote-block {
    position: relative;
    padding-left: 30px;
}

.quote-icon-main {
    color: #cc0000;
    font-size: 28px;
    opacity: 0.2;
    position: absolute;
    top: -10px;
    left: 0;
}

.expert-quote-block blockquote {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    color: #011c47; /* Deep blue from logo */
    border: none;
    padding: 0;
    margin: 0;
}

.expert-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    max-width: 600px;
}

/* Button Styling (Matching Screenshot Button Feel) */
.expert-action-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-dark {
    background-color: #011c47; /* Logo Deep Blue */
    color: #fff;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(1, 28, 71, 0.1);
}

.btn-primary-dark:hover {
    background-color: #cc0000; /* Red Hover Accent */
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(204, 0, 0, 0.15);
}

.btn-outline-whatsapp {
    border: 2px solid #25D366; /* WhatsApp Green */
    color: #25D366;
    padding: 13px 35px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
}

.btn-outline-whatsapp:hover {
    background-color: #25D366;
    color: #fff;
}

/* Fortune International Marquee */
.fortune-marquee {
    background-color: #011c47; /* Brand Dark Blue */
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #cc0000; /* Subtle Red Accent Line */
    margin-bottom: 30px;
}

/* Side Fade Effect for that "Premium" feel */
.fortune-marquee::before,
.fortune-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.fortune-marquee::before {
    left: 0;
    background: linear-gradient(to right, #011c47, transparent);
}
.fortune-marquee::after {
    right: 0;
    background: linear-gradient(to left, #011c47, transparent);
}

.marquee-wrapper {
    display: flex;
    overflow: hidden;
    user-select: none;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: scroll-fortune 30s linear infinite; /* Adjust speed here */
}

/* Pause on hover so people can read it */
.marquee-track:hover {
    animation-play-state: paused;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 50px; /* Space between features */
}

.item-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #011c47;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.item-label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* The Magic Animation */
@keyframes scroll-fortune {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Moves exactly half the width of the track */
    }
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .fortune-marquee { padding: 15px 0; }
    .item-label { font-size: 14px; }
    .item-icon { width: 30px; height: 30px; font-size: 12px; }
    .marquee-item { padding: 0 25px; }
}

/* About Us Section Custom CSS */
.about-fortune-area {
    background-color: #ffffff;
    padding: 100px 0;
}

.about-image-stack {
    position: relative;
    padding-right: 40px;
    padding-bottom: 40px;
}

.about-image-stack .main-image img {
    border-radius: 15px;
    border: 10px solid #f8faff;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #011c47; /* Your Dark Blue */
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(1, 28, 71, 0.2);
    border-left: 5px solid #cc0000; /* Red Accent */
}

.exp-num {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.exp-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-headline {
	font-size: 45px;
	font-weight: 700;
	color: #011c47;
	margin-bottom: 25px;
}

.about-headline span {
    color: #cc0000; /* Red Accent */
}

.about-para {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

/* Feature Grid inside About */
.about-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-feat-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.feat-icon {
    font-size: 24px;
    color: #cc0000;
    background: #fff5f5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.about-feat-item h6 {
    margin: 0;
    font-weight: 700;
    color: #011c47;
}

.about-feat-item p {
    margin: 0;
    font-size: 13px;
    color: #888;
}

.founder-sign {
    max-width: 150px;
    opacity: 0.7;
}

/* Responsive Gutter */
@media (max-width: 991px) {
    .about-image-stack {
        padding-right: 0;
        margin-bottom: 60px;
    }
    .about-features-grid {
        grid-template-columns: 1fr;
    }
}

.fortune-services {
	background-color: #ffffff;
	padding-top: 100px !important;
	border-top: 1px solid #ddd;
}

.service-card {
    background: #f8faff;
    padding: 45px 35px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #edf2f7;
    position: relative;
    overflow: hidden;
}

.service-card .s-icon {
    font-size: 45px;
    color: #011c47; /* Brand Blue */
    margin-bottom: 25px;
    transition: 0.4s;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #011c47;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Feature List Inside Card */
.s-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s-list li {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.s-list li i {
    color: #cc0000; /* Red Accent */
    font-size: 12px;
}

/* Hover Effects */
.service-card:hover {
    transform: translateY(-12px);
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(1, 28, 71, 0.1);
    border-color: #011c47;
}

/* Active State (Middle Card Highlight) */
.service-card.active {
    background: #011c47;
    border-color: #011c47;
}

.service-card.active .s-icon,
.service-card.active h3,
.service-card.active p,
.service-card.active .s-list li {
    color: #ffffff;
}

.service-card.active .s-list li i {
    color: #ff4d4d; /* Brighter red for dark background */
}

.fortune-counter-section {
	background-color: #011c47;
	padding: 100px 0;
	margin: 30px 0;
}

.counter-card {
    padding: 40px 20px;
    background: #f8faff;
    border-radius: 20px;
    transition: all 0.4s ease;
    border-bottom: 4px solid transparent;
}

.counter-card:hover {
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(1, 28, 71, 0.08);
    border-bottom: 4px solid #cc0000; /* Brand Red Accent */
}

.counter-icon-box {
    width: 70px;
    height: 70px;
    background: #011c47; /* Brand Blue */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
    transition: 0.4s;
}

.counter-card:hover .counter-icon-box {
    background: #cc0000;
    transform: rotateY(180deg);
}

.counter-info .counter-number {
	font-size: 35px;
	font-weight: 700;
	color: #011c47;
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.plus-sign {
    font-size: 36px;
    font-weight: 800;
    color: #011c47;
}

.counter-label {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}