/*
Theme Name: AltPortFunds
Theme URI: https://orangemonke.com/
Author: OrangeMonke Team
Author URI: https://orangemonke.com/
Description: AltPortFunds is a modern, lightweight WordPress theme built as a blank canvas, enabling developers and agencies to craft fast, scalable, and fully customized websites from the ground up.
Version: 5.1.0
Text Domain: altport
*/

@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);

.home .main-banner{ display: block;}
.home .investment-partner{ max-width: 100%;}

.framework3i-wrap img{ width: 100%; max-width: 270px;}

.slide-search-wrap {
  position: relative;
  display: inline-block;
}

/* icon */
.dashicons.slide-search-icon {
  cursor: pointer;
  font-size: 30px;
  position: relative;
  top: 20px;
  right: 10px;
}
.dashicons.slide-search-icon:before{
    color: #E57B28;
	display: block;
}
/* search box hidden */
.slide-search-box {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 30px;
  padding: 5px 12px;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 9999;
}

.slide-search-box input {
  border: none;
  outline: none;
  padding: 6px 10px;
}

@media (max-width: 767px) {
	.toggle-menu{ gap: 0!important;}
	.slide-search-wrap{
height: 30px;
    width: 30px; position: absolute; right:70px; }
	.dashicons.slide-search-icon{ right: 0; top:0}
	.slide-search-box{ right: -20px;}

}

.sub-menu ul.sub-menu {
    right: -230px !important;
/*     top: 90px !important; */
}		
.mobilemenulogo {
			width:180px !important;
			height:auto !important;
}
.menu-header {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    gap: 2rem !important;
}
.logo {
    width: 270px;
    height: auto;
}
.tabcontent .image-block {
    max-width: 60% !important;
    height: auto;
    display: block;
    float: right !important;
}	
@media (max-width: 767px) {
  .grid-section-menu .logo {
    max-width: 120px; /* adjust as needed */
    height: auto;
  }
}
.section-investment-partner{ padding: 0px;}
.section-investment-partner .client-sec{margin-bottom:0px!important;}

.aifpms-custom-grid-sec-partners {
        justify-content: center;
        /* 		align-items:center; */
        /* 		display:block; */
    }
    .aifpms-custom-heading-pws {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 2rem;

        color: #3c3c3c;
    }
    .aifpms-custom-partner-list li {
        border-bottom: 1px solid #797979;
    }
    .aifpms-custom-accordion {
        padding: 0;
        display: flex;
        justify-content: space-between; /* Text left & arrow right */
        align-items: top;
    }
    .aifpms-custom-panel p {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 1.6rem;
        color: #3c3c3c;
        border-bottom: none !important;
        padding-bottom: 1rem;
    }
	

    /* Responsive styles */
    @media (max-width: 1200px) {
        .aifpms-custom-heading-pws {
            font-size: 1.8rem;
        }
    }

    @media (max-width: 992px) {
        .aifpms-custom-grid-sec-partners {
            flex-direction: column;
            /*         text-align: center; */
        }

        .aifpms-custom-image-block {
            width: 80%;
        }

        .aifpms-custom-heading-pws {
            font-size: 1.6rem;
        }
    }

    @media (max-width: 768px) {
        .aifpms-custom-heading-pws {
            font-size: 1.4rem;
        }

        .aifpms-custom-image-block {
            width: 100%;
        }

        .aifpms-custom-panel p {
            font-size: 0.9rem;
        }

        .aifpms-custom-accordion {
            /*         flex-direction: column; */
            /*         align-items: flex-start; */
        }
    }

    @media (max-width: 576px) {
        .aifpms-custom-heading-pws {
            font-size: 1.2rem;
        }

        .aifpms-custom-panel {
            padding: 10px;
        }

        .aifpms-custom-panel p {
            font-size: 0.85rem;
        }
    }

 /**HEADER_CUTOM*/
 .main-logo{ overflow: hidden; width: 210px;} 
 .main-logo img{ width: 100%;}  

 .mobile-logo{ overflow: hidden; width: 120px;} 
 .mobile-logo img{ width: 100%;}  
  @media (max-width: 1024px) {
    .main-logo{ width: 140px;} 
    .mobile-menu .dashicons.slide-search-icon {
        font-size: unset;
        position: relative;
        top: unset;
    }
  }
  /*
.footer-pms-menu a{}
.footer-pms-menu a span{} */
.li-tick {
  list-style: none;
  padding-left: 0;
}

.li-tick li {
  position: relative;
  padding-left: 22px;
}

.li-tick li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 14px;
  height: 14px;

  background-color: #ff6a00; /* arrow color */
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14m0 0-6-6m6 6-6 6' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14m0 0-6-6m6 6-6 6' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
.footer-pms-menu{ font-size: initial;}

.altport-link{
    border: 1px solid;
    padding: 20px;
    text-decoration: none;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;

}

    /* Wrapper */
.invest-form-wrapper {
    background: #e67f2d; /* orange */
    /*padding: 40px 30px;*/
    border-radius: 14px;
   /* max-width: 1100px;*/
    margin: auto;
}

/* Heading */
.invest-form-wrapper h3 {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    padding: 36px 0px 20px;
   /* margin-bottom: 30px;*/
}

/* Form grid */
.invest-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* Inputs & select */
.invest-form input,
.invest-form select {
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    border: none;
    border-radius: 6px;
    outline: none;
    width: 100%;
}

/* Placeholder color */
.invest-form input::placeholder {
    color: #999;
}

/* Select arrow fix */
.invest-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

/* Button */
.invest-form button {
    grid-column: span 1;
    width: 150px;
    height: 42px;
    background: #003f8c; /* dark blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

/* Button hover */
.invest-form button:hover {
    background: #002c63;
}

/* Responsive */
@media (max-width: 992px) {
    .invest-form {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .invest-form {
        grid-template-columns: 1fr;
    }

    .invest-form button {
        width: 100%;
    }
}

/* =========================
   VALIDATION STATES
========================= */

/* Error state */
.invest-form .has-error input,
.invest-form .has-error select {
    border: 2px solid #e63946;
    background: #fff6f6;
}

/* Success state */
.invest-form .has-success input,
.invest-form .has-success select {
    border: 2px solid #2a9d8f;
    background: #f2fffb;
}

/* Error message */
.invest-form .error {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
}

/* Success message (optional) */
.invest-form .success-msg {
    font-size: 12px;
    color: #2a9d8f;
    margin-top: 4px;
}

/* Focus override (keeps error visible on focus) */
.invest-form .has-error input:focus,
.invest-form .has-error select:focus {
    box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.25);
}

/* Required asterisk */
.invest-form .required {
    color: #e63946;
    margin-left: 2px;
}

/* Shake animation on submit error */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
}

.invest-form .shake {
    animation: shake 0.35s ease-in-out;
}
.invest-form .iti.iti--allow-dropdown{ width: 100%;}

/* Newsletter inline layout */
.newsletter-inline {
 display: flex !important;
 justify-content: flex-start !important; /* 🔹 LEFT alignment */
 align-items: center !important;
 max-width: 600px !important;
 margin: 0 !important; 
 padding-left: 0rem !important; 
 gap: 1rem !important; 
 padding-top: 20px !important;
}

/* Email input */
.newsletter-form input[type="email"] {
 width: 100%;
 padding: 12px 14px;
 font-size: 14px;
 border: 1px solid #ccc;
 border-radius: 6px;
 outline: none;
 min-width: 350px !important;
}

/* Button container */
.newsletter-btn {
 flex-shrink: 0;
 min-width: 160px !important; 
}

/* Subscribe button */
.btn-blue {
 background: #01337E;
 color: #fff;
 padding: 12px 18px;
 border-radius: 6px;
 border: none;
 cursor: pointer;
 font-size: 14px;
 white-space: nowrap;
 transition: background 0.3s ease;
}

.btn-blue:hover {
 background: #021f4f;
}

/* Mobile responsive */
@media (max-width: 600px) {
 .newsletter-inline { flex-direction: column;}
 .newsletter-btn,.newsletter-form {width: 100%;}
 .btn-blue {width: 100%; }
}
/*.stockproduct.container,*/
.company-section .container,.fund-manager-section .container{max-width: 150rem;}
.company-section .fund-title{padding-bottom: 28px;     color:#fff; /* #3C3C3C;*/}
.section-post-content.stockwrap{ padding-top: 5px;}
.manager-content p{font-size: 18px;line-height: 1.6;color: #3C3C3C;}
.company-section {
        font-family: "Montserrat";/* "Manrope";*/
    font-size: 1.7rem;
    padding: 40px 20px;
    background: #01337E; /* #f6f8fb;*/
        margin-top: 80px;
        padding-bottom: 0px;
}

.company-card {
   /* max-width: 900px;*/
    margin: 0 auto;
    background: linear-gradient(135deg, #fff 0%, #FFF4EA 100%);
    border: 1px solid #EBDCBC;
   
    /* background: #fff;*/
    border-radius: 10px;
    /*display: flex;
    gap: 24px;*/
    padding: 24px;
    /*align-items: center;*/
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.company-logo {
    width: 160px;
    height: 160px;
    padding: 14px;
    margin: 0 26px 18px 0; 
    float: left; 
    /*flex: 0 0 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;*/
    border: 1px solid #1349b6;
    border-radius: 8px;
    /*background: #fafafa;*/
}

.company-card .about{color: #1349b6; /*#fff;*/ font-size: 16px; font-weight: bold; margin-bottom: 20px;}
.company-logo img { 
  object-fit: contain;
    width: 140px;
    height: 140px;
  }
.company-content {flex: 1;}

.company-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color:#111827; /* #fff; /*#111827;*/
}

.company-card p,.company-description {
    font-size: 18px;
    line-height: 1.6;
    color: #3C3C3C;/* #fff; /*#3C3C3C;*/
    margin: 0;
}
@media (max-width: 768px) {
    .company-card {
        flex-direction: column;
        text-align: center;
    }

    .company-logo {
        float: none;
        margin: 20px auto;
    }
}

.fund-manager-section {
    /*max-width: 900px;*/
    margin: 40px auto 0;
    padding: 0 20px;
}

/* Section Heading */
.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
}

/* Manager Card */
.fund-manager-card {
     background: linear-gradient(135deg, #fff 0%, #FFF4EA 100%);
    border: 1px solid #EBDCBC;
 
    /*background: #fff;*/
    border-radius: 10px;
    display: flex;
    gap: 24px;
    padding: 45px 30px;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.manager-thumbnail {
    flex: 0 0 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

.manager-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Manager Content */
.manager-content {
    flex: 1;
}

.manager-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #111827;
}

.manager-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}
@media (max-width: 768px) {

    .fund-manager-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .manager-thumbnail {
        width: 90px;
        height: 90px;
    }

    .manager-name {
        font-size: 18px;
    }
}

.faq-section { margin: 60px auto; padding: 0 20px;}
.faq-section .container{ max-width: 150rem;}
.faq-title { font-size: 26px; font-weight: 600;color: #0f172a; margin-bottom: 24px;}
.faq-item { border-bottom: 1px solid #e5e7eb;}
.faq-question { padding: 18px; font-size: 16px;  font-weight: 600; color: #fff; background-color: #e57a27; display: flex;
    justify-content: space-between; align-items: center; cursor: pointer;}
/*.faq-question:focus { outline: 2px solid #2563eb; outline-offset: 2px;}*/
.faq-icon { font-size: 22px; transition: transform 0.3s ease;}
.faq-answer {display: none; padding: 18px;}
.faq-answer p { margin: 0; font-size: 16px;line-height: 1.8; color: #4b5563;}
.faq-item.active .faq-icon { transform: rotate(45deg);}


.stocks-table-section {
  margin: 50px auto;
  margin-top: 120px;
}

.stocks-table-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #ddd;
}

.stocks-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.stocks-table th {
  text-align: left;
  padding: 14px;
  font-size: 18px;
}

.stocks-table td {
    text-align: left;
  padding: 14px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.stocks-table tr:hover {
  background: #f8f8f8;
}

.view-btn {
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #111;
  padding: 6px 12px;
  color: #111;
}

.view-btn:hover {
  background: #111;
  color: #fff;
}

/**STOCK PRODUCT** /
.stockwrap{background-color: #f6f8fb;}
/* Content Wrapper * /
.stockproduct{
   /* font-family: system-ui, -apple-system, Arial, sans-serif;* /
    line-height: 1.7;
    color:#333;
    font-size:16px;
        background: #fff;
        padding: 24px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Headings * /
.stockproduct h1,
.stockproduct h2,
.stockproduct h3,
.stockproduct h4,
.stockproduct h5,
.stockproduct h6{
    font-weight:700;
    margin:30px 0 15px;
    line-height:1.3;
    color:#111;
}

.stockproduct h1{font-size:36px;}
.stockproduct h2{font-size:30px;border-bottom:2px solid #eee;padding-bottom:6px;}
.stockproduct h3{font-size:24px;}
.stockproduct h4{font-size:20px;}
.stockproduct h5{font-size:18px;}
.stockproduct h6{font-size:16px;color:#666;}

/* Links * /
.stockproduct a{
    color:#0d6efd;
    text-decoration:none;
}
.stockproduct a:hover{
    text-decoration:underline;
}

/* Images * /
.stockproduct img{
    max-width:100%;
    height:auto;
    border-radius:6px;
    margin:15px 0;
}

/* Image Alignment * /
.stockproduct img.alignleft{
    float:left;
    margin:10px 20px 10px 0;
}

.stockproduct img.alignright{
    float:right;
    margin:10px 0 10px 20px;
}

.stockproduct img.aligncenter{
    display:block;
    margin:20px auto;
}

/* Clear float * /
.stockproduct:after{
    content:"";
    display:block;
    clear:both;
}

/* Blockquote * /
.stockproduct blockquote{
    border-left:4px solid #0d6efd;
    background:#f7f9fc;
    padding:15px 20px;
    margin:20px 0;
    font-style:italic;
}

.stockproduct blockquote cite{
    display:block;
    margin-top:10px;
    font-size:14px;
    color:#666;
    font-style:normal;
}

/* Tables * /
.stockproduct table{
    width:100%;
    border-collapse:collapse;
    margin:20px 0;
    font-size:15px;
}

.stockproduct table th,
.stockproduct table td{
    padding:10px 12px;
    border:1px solid #e5e5e5;
}

.stockproduct table thead{
    background:#f5f5f5;
}

.stockproduct table tr:nth-child(even){
    background:#fafafa;
}

/* Definition List * /
.stockproduct dl{
    margin:20px 0;
}

.stockproduct dt{
    font-weight:700;
    margin-top:10px;
}

.stockproduct dd{
    margin:0 0 10px 20px;
    color:#555;
}

/* Lists * /
.stockproduct ul,
.stockproduct ol{
    margin:15px 0 15px 22px;
}

.stockproduct li{
    margin:6px 0;
}

/* Address * /
.stockproduct address{
    background:#f8f8f8;
    padding:12px;
    border-left:3px solid #ddd;
    font-style:normal;
}

/* Code * /
.stockproduct code{
    background:#f1f1f1;
    padding:2px 5px;
    border-radius:4px;
    font-family:monospace;
}

/* Preformatted * /
.stockproduct pre{
    background:#1e1e1e;
    color:#eee;
    padding:15px;
    overflow:auto;
    border-radius:6px;
    margin:20px 0;
}

/* Keyboard * /
.stockproduct kbd{
    background:#eee;
    border:1px solid #ccc;
    padding:3px 6px;
    border-radius:4px;
}

/* Inline formatting * /
.stockproduct strong{font-weight:700;}
.stockproduct em{font-style:italic;}
.stockproduct del{text-decoration:line-through;}
.stockproduct ins{text-decoration:underline;}
.stockproduct sub{font-size:75%;vertical-align:sub;}
.stockproduct sup{font-size:75%;vertical-align:super;}
.stockproduct var{font-style:italic;} */

/**OTHER CSS**/
.slide-container {
    position: relative;
    overflow: visible;
}
.client-sec {
    background: #fff !important;
    padding: 10rem 7rem !important;
    border-radius: 10px !important;
    margin-bottom: 6rem !important;
    max-width: 100% !important;
}
.new-slider-div-p {
		overflow: hidden;
	}
	.fullwidth-image{
		display:none;
	}
/* Arrow Button Styling */
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     background: #E57B28;
    border-radius: 50%;
    text-align: center;
	width:3.5rem;
	height:3.5rem;
    color: #fff;
    font-family: "Montserrat";
    font-size: 1.5rem;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 100; /* Ensure it stays on top */

}
	.dots{
		display:none;
	}
/* Left Arrow */
.prev-btn {
    left: -30px;
}

/* Right Arrow */
.next-btn {
    right:-35px;
}
	@media (max-width: 768px){
		/* Left Arrow */
.prev-btn {
    left:-15px;
}

/* Right Arrow */
.next-btn {
    right:-15px;
}
		
	}

.download-brocher .image-block{max-width: 100%!important;height: auto;display: block;float: right !important;}    
.grid-item.download-brocher{ position: relative;}
.grid-item.download-brocher a{ position: unset;}
.home .slide{flex-direction:column;}	


.upper-footer{ margin-top:0px;}
.disclaimer-section { text-align: left;}
.disclaimer-section .container{ padding: 40px;  background-color: #f5f5f5;  max-width: 150rem; box-shadow: inset 1px 5px 11px 5px rgba(0, 0, 0, 0.1); }
.disclaimer-section p { color: #d94e28;  font-size: 14px; margin: 0;}

:root {
  --alt-navy: #1a2b3c;
  --alt-gold: #c5a059;
  --alt-border: #e0e4e8;
  --alt-text-muted: #6b7785;
}

.altport-investwrap{ padding: 24px; display: flex; justify-content: space-between;}

.altport-investwrap .altport-actions {
  display: flex;
  gap: 12px; /* Space between independent buttons */
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.altport-investwrap .alt-standalone-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px; /* Rounded corners for individual feel */
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

/* Primary Button (Presentation) */
.altport-investwrap .btn-navy {
  background-color: #E57B28;
  color: #ffffff;
}

.altport-investwrap .btn-navy:hover {
  background-color: #253a50;
  box-shadow: 0 4px 10px rgba(26, 43, 60, 0.2);
}

/* Outline Buttons (Bookmark/Print) */
.altport-investwrap .btn-outline {
  background-color: #ffffff;
  color: var(--alt-navy);
  border-color: var(--alt-border);
}

.altport-investwrap .btn-outline:hover {
  border-color: var(--alt-gold);
  color: var(--alt-gold);
  background-color: #fffdf9;
}

.altport-investwrap .alt-standalone-btn .icon {
  margin-right: 10px;
  font-size: 16px;
}

/* Meta & Share Links */
.altport-investwrap .altport-meta {
  display: flex;
  align-items: center;
  font-size: 18px;
  /*color: #fff;*/
}

.altport-investwrap .meta-sep {
  margin: 0 12px;
  color: #ccc;
}

.altport-investwrap .social-link{
  margin-left: 8px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #1f1f1f;
}
/*
.altport-investwrap .social-link:hover {
  color: var(--alt-gold);
  border-bottom: 1px solid var(--alt-gold);
}* /

.stockproduct table{color: #fff; background-color: #2a1a05;}
.stockproduct table span{color: #fff;}
.stockproduct table tr:nth-child(even){color: #fff; background-color: #2a1a05;}
.stockproduct table thead tr td, .stockproduct table tbody tr:first-child td{border: 1px solid #eff6f7 !important;    background-color: #0d255f !important;
    color: #ffffff !important;}
.stockproduct table tbody tr td{background-color: #343444 !important;    text-align: center;
    color: #ffffff !important;
    border: 1px solid #eff6f7 !important;}
*/
.insightlock{background-color: #01337E;}

:root {
  --alt-navy: #1a2b3c;
  --alt-gold: #c5a059;
  --sidebar-bg: #fdfdfd;
}

/* 1. Layout Wrapper */
.stock-layout-wrapper {
  display: flex;
  gap: 40px; /* Space between content and sidebar */
  align-items: flex-start;
}

/* 2. Main Content (Takes up 70% of width) */
.stock-main-content {
  flex: 3;
  min-width: 0; /* Prevents overflow issues */
}

/* 3. Sidebar (Takes up 30% of width) */
.stockproduct .stock-sidebar {
  flex: 1;
  /*position: sticky;*/
  top: 20px; /* Keeps sidebar visible while scrolling */
}

/* Sidebar Styling */
.stockproduct .sidebar-widget {
  background: #f7f4ef;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.stockproduct .sidebar-widget p{ font-size: 16px; font-weight: bold;}
.stockproduct .widget-title {
  color: var(--alt-navy);
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--alt-gold);
}

.stockproduct .sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stockproduct .sidebar-links li {
  margin-bottom: 12px;
}

.stockproduct .sidebar-links a {
  text-decoration: none;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
}

.stockproduct .sidebar-links a:hover {
  color: var(--alt-gold);
}

.stockproduct .sidebar-btn {
  display: block;
  text-align: center;
  background: var(--alt-navy);
  color: white;
  padding: 12px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 15px;
}

.stockproduct .sidebar-btn:hover {
  background: #253a50;
}

/* 4. Responsive View (Stacks on mobile) */
@media (max-width: 992px) {
  .stock-layout-wrapper {
    flex-direction: column;
  }
  
.stockproduct  .stock-sidebar {
    width: 100%;
    position: static;
  }
}
.sticky-wrapper {
  position: -webkit-sticky; /* Safari support */
  position: sticky;
  top: 40px; /* Distance from the top of the viewport when scrolling */
  z-index: 10;
}
.get-touch-section .container{ max-width: 150rem;}

.myaccount .container{max-width: 150rem;}
.btn-compare.active{ background-color: #a8ff9b;}

.iti--allow-dropdown input[type=tel]:focus{color: #000000!important;}

.new-slider-div-p  .slide .image-block { max-width: 100% !important; height: auto; display: block; float: right !important;}
.tabcontent .mobile-container .image-block{max-width: 100% !important; height: auto; display: block;}

@media (max-width: 425px) {
    #btnOpenBurgerMenu img{ width: 100%;}
    #btnOpenBurgerMenu{ width: 40px;}
    .mobile-header-icon{margin-top: 50px;}
    .alpha-links a{font-size: 14px!important;}

    footer .disclaim{ text-align: justify; background: #ffeaea;padding: 14px;}
    footer .mobile-socail-media{ width: 250px;}
    footer .mobile-socail-media img{ width: 32px;}
    footer div.bg-light{ background-color: unset;}

    .company-section{ margin-top: 12px; padding: 40px 0px;}
    .company-section .company-card{ padding: 0px;}
    .company-section .company-logo{ flex: unset;}    
    .company-section .company-content{ text-align: justify;}
     .company-card p,  .company-description{ font-size: 16px;}

    .single-investment .altport-investwrap{ flex-wrap: wrap; padding: 20px 0px;}
    .single-investment .altport-meta{flex-wrap: wrap; font-size: 16px; margin-bottom: 30px;}


    .single-investment .stock-layout-wrapper{display:unset;}
    .single-investment .altport-two-col{display:unset; padding: 25px 0px;}
    .single-investment .altport-column{ margin: 20px 0px;}
    .single-investment .altport-touch  h3{font-size: 18px;}
    .single-investment .altport-touch  h3.title{font-weight:normal;}
    /*.single-investment .altport-touch .contact-card{padding:30px 0px; border: unset;} */
    .single-investment .disclaimer-section{ text-align: justify;}

    .single-investment  .altport-touch .video-container{ box-shadow:unset;}
    .single-investment  .row-thumb{ max-width: 100%;}
    .single-investment  .row-thumb img{ width: 100%;}
    .single-investment  .video-container .play-overlay-btn{ top: 40%;left: 40%;font-size: 18px;text-decoration: none;color: #fff;}

    .single-investment  .insight-modal-box{width: 100%!important;}
    .single-investment   .modal-actions a{ display: block;margin-bottom: 14px;}
    .single-investment .table-responsive { overflow-x: auto; width: 100%;}

    .stocks-listing .funds-table thead th:nth-child(2){ font-size: 16px;}

    .podcast-detail-row{ display: unset!important;}
    
}

.grid-sec-three .socail-media-icon a{ width: 28px; }
.grid-sec-three .socail-media-icon a img{ width: 100%; }
.header-space{margin-top: 10rem;}
.nri-card { background: #fff; border-radius: 10px; border: 1px solid #E57B28; box-shadow: 7px 7px 0px #E67924; padding: 4rem; margin: 3rem 0;}
.cblue-heading { font-family: Manrope; color: #01337E; font-size: 2.5rem; font-weight: 600;}
.nri-card ul { list-style: disclosure-closed; margin-left: 2rem;}
.nri-card li { font-family: Montserrat; font-size: 1.8rem; margin-bottom: 0.8rem;}

.grid-sec-fundmanger .mangthumb{ width: 150px; height: 150px; padding: 10px; border-radius: 50%; background-color: #ddd;}
.grid-sec-fundmanger .mangthumb img{width: 100%; height: 100%; border-radius: 50%;}



.fundindex-wrap .container{ max-width: 150rem;}
    /* ── ALPHABET NAV ── */
    .alpha-wrap {
      margin: 0 auto 56px;
      padding: 28px 24px 0;
    }
    .alpha-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      justify-content: center;
      background: #f7f4ef;
      border: 1px solid #e4ddd3;
      border-radius: 14px;
      padding: 14px 18px;
    }
    .alpha-nav a {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-decoration: none;
      color: #1e3352;
      transition: background 0.18s, color 0.18s;
    }
    .alpha-nav a:hover,
    .alpha-nav a.active {
      background: #b8922a;
      color: #fff;
    }
    .alpha-nav a.disabled {
      color: #c5cdd6;
      pointer-events: none;
    }

    .section-letter {
    font-size: 24px;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 12px;
    padding-top: 24px;
}
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, #c9a84c 0%, transparent 80%);
    margin-bottom: 32px;
    opacity: 0.4;
}
    /* ── CARDS GRID ── */
   .investcard.cards {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
      gap: 20px;
      margin-bottom: 56px;
    }

    /* card = horizontal row */
   .investcard .card {
      background: #ffffff;
      border: 1px solid #e4ddd3;
      border-radius: 16px;
      display: flex;
      flex-direction: row;
      position: relative;
      overflow: hidden;
      transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
      box-shadow: 0 6px 32px rgba(13,27,46,0.10);
      padding: 20px;
    }
   .investcard .card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, var(--gold), var(--gold-light), transparent);
      opacity: 0;
      transition: opacity 0.22s;
      z-index: 2;
    }

  

   .investcard .card:hover {
      transform: translateY(-4px);
      border-color:rgba(184,146,42,0.25);
      box-shadow: 0 12px 48px rgba(13,27,46,0.16);
    }
   .investcard .card:hover::before { opacity: 1; }

    /* thumbnail — left column */
   .investcard .card-thumb-placeholder {
      width: 110px;
      min-width: 110px;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #fff;
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
      border-radius: 0;
    }
  .investcard  .card-thumb-placeholder .thumb-bg-letter {
      position: absolute;
      font-size: 55px;
      font-weight: 700;
      opacity: 0.12;
      bottom: -8px;
      right: -6px;
      line-height: 1;
      color: #fff;
      pointer-events: none;
    }
   .investcard .card-thumb-placeholder .thumb-initials {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      position: relative;
      z-index: 1;
      opacity: 0.95;
    }

    /* right content column */
   .investcard .card-body-col {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      padding: 0;
    }

    /* top: title + badge row */
  .investcard  .card-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 16px 16px 0;
      gap: 10px;
    }
  .investcard  .card-title-wrap { flex: 1; min-width: 0; }
  
  .investcard  .card-title {
      font-size: 18px;
      font-weight: 600;
      color: #0d1b2e;
      line-height: 1.4;
      white-space: normal;
      word-break: break-word;
    }
  .investcard  .card-provider {
      font-size: 14px;
      color: #6b7e92;
      margin-top: 4px;
      display: flex;
      align-items: center;
      gap: 4px;
    }
  .investcard  .card-provider svg {
      width: 11px; height: 11px;
      stroke: #b8922a;
      fill: none;
      stroke-width: 2;
      flex-shrink: 0;
    }

 


    /* badge */
 .investcard   .card-badge {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 3px 9px;
      border-radius: 100px;
      border: 1px solid rgba(184,146,42,0.25);
      color: #b8922a;
      background: rgba(184,146,42,0.08);
      white-space: nowrap;
      flex-shrink: 0;
      align-self: flex-start;
    }


    /* stats grid */
  .investcard  .card-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin: 12px 16px 0;
      border: 1px solid #e4ddd3;
      border-radius: 10px;
      overflow: hidden;
      background: #f7f4ef;
    }
  .investcard  .stat {
      padding: 8px 10px;
      display: flex;
      flex-direction: column;
      gap: 2px;
      border-right: 1px solid #e4ddd3;
    }
   .investcard .stat:last-child { border-right: none; }
   .investcard .stat-label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6b7e92;
    }
  .investcard  .stat-value {
      font-size: 12px;
      font-weight: 600;
      color: #0d1b2e;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  .investcard  .stat-value.positive { color: #1a8c5b; }
  .investcard  .stat-value.negative { color: #c0392b; }

    /* spacer pushes actions to bottom */
   .investcard .card-spacer { flex: 1; }


    /* divider */
  .investcard  .card-divider {
      height: 1px;
      background: #e4ddd3;
      margin: 12px 16px 0;
    }

    /* action buttons */
  .investcard  .card-actions {
      display: flex;
      gap: 7px;
      padding: 10px 16px 14px;
      align-items: center;
    }
 .investcard   .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.03em;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.18s;
      text-decoration: none;
      white-space: nowrap;
      border: none;
    }
  .investcard  .btn svg {
      width: 13px; height: 13px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }

  .investcard  .btn-bookmark {
      padding: 7px 10px;
      background: #f7f4ef;
      color: #1e3352;
      border: 1px solid #e4ddd3;
      width: 120px;
    }
 .investcard   .btn-bookmark:hover, .btn-bookmark.active {
      background: rgba(184,146,42,0.08);
      border-color: rgba(184,146,42,0.25);
      color: #E57B28;
    }
   .investcard .btn-bookmark.active svg { fill: #E57B28; stroke: #E57B28; }

   .investcard .btn-compare {
      flex: 1;
      padding: 7px 12px;
      background: #f7f4ef;
      color: #1e3352;
      border: 1px solid #e4ddd3;
    }
   .investcard .btn-compare:hover {
      background: #e8f0f8;
      border-color: #9ab4cc;
      color: #0d1b2e;
    }
   .investcard .btn-view {
      flex: 1;
      padding: 7px 12px;
      background: #E57B28;
      color: #fff;
      border: 1px solid transparent;
    }
   .investcard .btn-view:hover {
      background: #E57B28;
      box-shadow: 0 4px 14px rgba(184,146,42,0.30);
    }
         /* ── HERO ── */
    .hero.funds {
      text-align: center;
      padding: 140px 24px 56px;
      position: relative;
      overflow: hidden;
      background: #f7f4ef;
      border-bottom: 1px solid #e4ddd3;
    }
    .funds.hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 80% at 50% -10%, rgba(184,146,42,0.10) 0%, transparent 65%);
      pointer-events: none;
    }
   

   .funds .hero-eyebrow {
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #f37200;
      border: 1px solid rgba(184,146,42,0.25);
      padding: 6px 18px;
      border-radius: 100px;
      margin-bottom: 28px;
      background: rgba(184,146,42,0.08);
    }
    .funds.hero h1 {
      font-weight: 700;
      line-height: 1.1;
      color: #0d1b2e;
      margin-bottom: 20px;
    }
    .funds.hero h1 span { color: #f37200; }
    .funds.hero p {
      max-width: 90%;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1.7;
      color: #6b7e92;
      font-weight: 400;
    }

  .btnCompare{ float: right; padding: 10px 20px; font-weight: bold; color:#fff; background: #f37201; text-decoration: none; border-radius: 12px;font-size: 14px;}
.fundcolumn{ position: relative;}
  .btn-compare-delete{ position: absolute; top: 0px; right: 0px; background: #ddd!important;; display:inline; margin-left:20px; font-size:18px;font-size:18px;}
.pagination a{padding: 4px 12px;
    border: 1px solid #bbb;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #777;}
 .pagination span.dots{ display: block;display: inline-block; border: unset;}   
.pagination span{padding: 4px 12px;
    border: unset;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #777;}
    @media (max-width: 425px) {
        .hero.funds{ padding-top: 40px;}
        .fundindex-wrap .alpha-wrap{overflow-x: auto;}
        .fundindex-wrap .alpha-nav{ flex-wrap: nowrap; background: unset; border: unset;}
        .investcard .card-title{ font-size: 16px;}
        .investcard .card-provider{font-size: 12px;}
        .investcard .card{box-shadow: unset;padding: unset;max-width: 406px;}
        .investcard .stat-label{ font-size: 10px;}
    }

  /**
   * BLOG - Content Area CSS
   * Blog single page as well as product single page
   * @version 3.2.0    
   */



  .section.top-space{margin-top:30px;}
/* Basic responsive styles for the blog + sidebar */
.blog-topimage img.responsive-featured {
  width: 100%; /* fits inside blog-content */
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.section-header h2.blue-heading { padding-top: 70px; }

.blog-artical h1,
.entry-title {
  color: #3C3C3C;
    font-family: "Manrope";
    font-size: 32px;
    font-weight: Bold;
    margin: 4rem 0 1rem 0;
    line-height: unset;
}
	.entry-content h2 {
    color: #3C3C3C;
    font-family: "Manrope";
    font-size: 4.5rem;
    font-weight: Bold;
    margin: 4rem 0;
    line-height: 5.5rem;
}
	.entry-content h3 {
    color: #3C3C3C;
    font-family: "Manrope";
    font-size: 3.5rem;
    font-weight: Bold;
    margin: 4rem 0;
    line-height: 5.5rem;
}
	.entry-content h4 {
    color: #3C3C3C;
    font-family: "Manrope";
    font-size: 2.5rem;
    font-weight: Bold;
    margin: 4rem 0 2rem 0;
    line-height: 2.5rem;
}
	.entry-meta {
    margin-bottom: 4rem;
}
.entry-content p {
    color: #3C3C3C;
    font-family: "Montserrat";
    font-size: 18px;
    margin-bottom: 2rem;
    line-height: 2.6rem;
}
	.entry-content ul li {
    color: #3C3C3C;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 2.6rem;
}
.blog-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.blog-content {
  flex: 1 1 65%;
  min-width: 0; /* prevents overflow */
}

.blog-sidebar {
  flex: 0 0 30%;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.entry-meta{font-size:16px;}

@media (max-width: 768px) {
  .blog-layout { flex-direction: column; }
  .blog-sidebar { order: 2; width: 100%; }
  .entry-title { font-size: 2rem; }
}

/* Sidebar Wrapper */
.blog-sidebar {
  flex: 0 0 28%;
  background: #ffffff;
  padding: 25px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: "Manrope", sans-serif;
}

/* Widget Titles */
.blog-sidebar h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f7931a; /* orange accent */
  color: #333;
}

	

/* Sidebar Lists */
.blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog-sidebar ul li {
  margin-bottom: 10px;
}
.blog-sidebar ul li a {
  display: block;
  color: #666;
  font-weight:bold;
  font-size: 16px;
  text-decoration: none;
  padding: 6px 10px;
  transition: all 0.3s ease;
}
.blog-sidebar ul li a:hover {
  color: #f7931a;
}

/* Archives spacing */
.blog-sidebar .widget_archive ul li {
  font-size: 14px;
}

/* Desktop base (≥769px) */
.entry-content {
  font-size:      17px;
  line-height:    1.78;
  color:          #3d3d3d;
  font-weight:    400;
  letter-spacing: 0.01em;
}

/* Paragraphs */
.entry-content p {
  margin:      0 0 1.45em;
  font-size:   16px;
  line-height: 1.78;
  color:       #3d3d3d;
}

.entry-content .boxlayout,
.entry-content > p:first-of-type {
  font-size:   18px;
  line-height: 1.72;
  color:        #1a1a1a;
  box-shadow: 0 6px 16px rgba(20, 20, 20, 0.20);
  padding: 20px;
  background: #f7f4ef;
}


/* Lists */
.entry-content ul,
.entry-content ol {
  margin:       0 0 1.45em 0;
  padding-left: 1.6em;
font-size: 16px;}

.entry-content ul {
  list-style:   none;
  padding-left: 0;
}

.entry-content ul li {
  position:      relative;
  padding-left:  1.35em;
  margin-bottom: 0.45em;
  line-height:   1.7;
font-size: 16px;}

.entry-content ul li::before {
  content:       '';
  position:      absolute;
  left:          0;
  top:           0.62em;
  width:         6px;
  height:        6px;
  border-radius: 50%;
  background:     #C9A84C;
}

.entry-content ol li {
  margin-bottom: 0.45em;
  line-height:   1.7;
  padding-left:  0.3em;
font-size: 16px;}

.entry-content ol li::marker {
  color:        #C9A84C;
  font-weight: 600;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-top:    0.3em;
  margin-bottom: 0;
}

.entry-content span{font-size:14px; }

/* Tables */
.entry-content table {
  width:           100%;
  border-collapse: collapse;
  background:      #faf8f5;
  border-radius:   8px;
  overflow:        hidden;
  margin:          1.8em 0 2em;
  font-size:       0.88rem;
  line-height:     1.5;
  box-shadow:       0 1px 4px rgba(0,0,0,0.07);
}

.entry-content thead          { background: #f3ede0; }

.entry-content th {
  font-weight:    600;
  font-size:      16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color:          #1a1a1a;
  padding:        11px 14px;
  text-align:     left;
  white-space:    nowrap;
  border-bottom:  2px solid #C9A84C;
}

.entry-content td {
  padding:        10px 14px;
  color:           #3d3d3d;
  vertical-align: middle;
  border-bottom:  1px solid  #e4ddd0;
}

.entry-content tr:last-child td             { border-bottom: none; }
.entry-content tbody tr:nth-child(even)     { background: rgba(201,168,76,0.08); }
.entry-content tbody tr:hover               { background: rgba(201,168,76,0.12); }

/* Table scroll handled in responsive section below */



@media (max-width: 425px) {
  .blog-layout{ display:unset;}
  .entry-content .table-responsive { overflow-x: auto; width: 100%;}
  .section-header h2.blue-heading{ padding-top: 10px;}
}

/* ══════════════════════════════════════════════════════
       TAG CLOUD WIDGET
       Scope: .widget.widget_tag_cloud
       ══════════════════════════════════════════════════════ */

    /* ── Widget wrapper ─────────────────────────────────── */
    .widget.widget_tag_cloud {
      background:    #ffffff;
      border:        1px solid #e4ddd0;
      border-radius: 8px;
      padding:       20px 20px 18px;
      box-shadow:    0 1px 4px rgba(0,0,0,0.07);
      overflow:      hidden;
    }

    /* ── Widget heading ─────────────────────────────────── */
    .widget.widget_tag_cloud .widget-title {
      font-weight:    700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color:          #C9A84C;
      margin-bottom:  14px;
      padding-bottom: 10px;
      border-bottom:  1px solid #e4ddd0;
      line-height:    1;
    }

    /* ── Tag cloud container ────────────────────────────── */
    .widget.widget_tag_cloud .tagcloud {
      display:   flex;
      flex-wrap: wrap;
      gap:       7px;
    }

    /* ── Individual tag pill ────────────────────────────── */
    .widget.widget_tag_cloud .tagcloud a {
      display:         inline-flex;
      align-items:     center;
      gap:             5px;
      padding:         5px 11px;
      background:      #faf8f5;
      border:          1px solid #e4ddd0;
      border-radius:   20px;
      font-family:     'DM Sans', system-ui, sans-serif;
      font-size:       0.78rem;           /* base — WP overrides per-tag via inline style */
      font-weight:     500;
      line-height:     1;
      color:           #3d3d3d;
      text-decoration: none;
      white-space:     nowrap;
      transition:
        background    0.18s ease,
        color         0.18s ease,
        border-color  0.18s ease,
        transform     0.15s ease,
        box-shadow    0.18s ease;
    }

    /* Size tiers — WordPress injects inline font-size; we override
       via attribute selector so larger tags feel visually heavier  */

    /* tier-1: smallest  (font-size ≤ 11pt in WP) */
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 8pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 9pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 10pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 11pt"] {
      font-size:   0.72rem !important;
      padding:     4px 9px;
      font-weight: 400;
      color:       #6b6b6b;
    }

    /* tier-2: mid (12–16pt) */
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 12pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 13pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 14pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 15pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 16pt"] {
      font-size:   0.8rem !important;
      font-weight: 500;
    }

    /* tier-3: large (17–20pt) */
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 17pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 18pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 19pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 20pt"] {
      font-size:     0.88rem !important;
      font-weight:   600;
      padding:       6px 13px;
      background:    #f3ede0;
      border-color:  #d9ccb0;
    }

    /* tier-4: largest (>20pt) */
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 21pt"],
    .widget.widget_tag_cloud .tagcloud a[style*="font-size: 22pt"] {
      font-size:     0.94rem !important;
      font-weight:   600;
      padding:       7px 15px;
      background:    #f0e6c8;
      border-color:  #e57a2a;
      color:         #1a1a1a;
    }

    /* ── Hover state ───────────────────────────────────── */
    .widget.widget_tag_cloud .tagcloud a:hover {
      background:   #e57a2a;
      border-color: #e57a2a;
      color:        #ffffff;
      transform:    translateY(-1px);
      box-shadow:   0 3px 10px rgba(201,168,76,0.28);
    }

    /* ── Active / focus ────────────────────────────────── */
    .widget.widget_tag_cloud .tagcloud a:active {
      transform:  translateY(0);
      box-shadow: none;
    }

    .widget.widget_tag_cloud .tagcloud a:focus-visible {
      outline:        2px solid #e57a2a;
      outline-offset: 2px;
    }

    /* ── Responsive ────────────────────────────────────── */

    /* Tablet: 426px – 768px */
    @media (min-width: 426px) and (max-width: 768px) {
      .widget.widget_tag_cloud {
        padding: 18px;
      }
      .widget.widget_tag_cloud .tagcloud {
        gap: 6px;
      }
    }

    /* Mobile: ≤ 425px */
    @media (max-width: 425px) {
      .widget.widget_tag_cloud {
        padding:       14px;
        border-radius: 5px;
      }
      .widget.widget_tag_cloud .widget-title {
        font-size:     0.66rem;
        margin-bottom: 10px;
        padding-bottom: 8px;
      }
      .widget.widget_tag_cloud .tagcloud {
        gap: 6px;
      }
      /* Ensure minimum touch target & font on mobile */
      .widget.widget_tag_cloud .tagcloud a {
        font-size: 0.78rem !important;    /* floor: never below 16px equiv */
        padding:   6px 11px;
        min-height: 32px;
      }
    }
  @media (max-width: 430px) { 
        main.blog-content{width: -webkit-fill-available!important; width: fit-content;}
        main.blog-content div[style*="width: calc(33% - 10px);"]{ width: 100%!important;}
    }    

    .stockproduct .entry-content > p:first-of-type{box-shadow: none; background: none;}
   .stockproduct .entry-content h2{ font-size: 22px;}
    .stockproduct .entry-content h3{ font-size: 20px; margin: auto;}