#posst{
width:1140px!important;
margin:0 auto!important;
}

#posst .cta-p{
max-width:100%!important;
margin:0px!important;
}


@media(max-width:600px){
.pros-cons-container-body { 
    padding: 50px 10px!important;  
}
}

@media(max-width:1140px){
#posst{
width:100%!important;
margin:0 auto!important;
}
}
.comparison-table-container {
    max-width: 100%!important;   
    margin: 20px 0px!important; 
}
#posst h2 { 
    margin-block-start: 0.83em!important;
    margin-block-end: 0.83em!important; 
}
#posst h4 { 
    margin-block-start: 1.33em!important;
    margin-block-end: 1.33em!important;
}
#posst ul { 
    margin-block-start: 1em!important;
    margin-block-end: 1em!important; 
    padding-left: 1.25rem!important;
}
.pros-cons-container-body { 
    padding: 50px 30px!important; 
    margin: 50px auto!important;
    width: 100%!important;
}
 


#posst p a, #posst li a{
    color:#000!important;
    padding:2px 0px!important;
    border-bottom:1px solid #4647A4!important;
    text-decoration: none!important;
    transition-property: background!important;
    transition-duration: 1s!important;
    transition-delay: 0.1s!important;
}
#posst p a:hover{ 
    border-bottom:1px solid #4647A4!important;  
    background: #4647A4!important;
    color:white!important;
    
}
#posst li a:hover{ 
    border-bottom:1px solid #4647A4!important;  
    background: #4647A4!important;
    color:white!important;
    
}
.key-notes-section {
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            width: 100%;
            max-width: 1140px;
            margin: 0 auto;
        }

        .key-notes-body {
            padding: clamp(15px, 3vw, 30px);
        }

        .key-notes-title {
            font-family: "Inter", Sans-serif;
            font-size: clamp(24px, 4vw, 32px);
            font-weight: 600;
            color: #AACE4F;
            margin-bottom: clamp(15px, 3vw, 20px);
        }

       .key-notes-body ul {
            list-style-type: disc;
            padding-left: clamp(20px, 4vw, 30px);
            margin-right: clamp(10px, 2vw, 15px);
            margin-bottom: 0;
            font-size: clamp(16px, 2.5vw, 18px);
            color: #000;
            line-height: 1.6;
        }

       .key-notes-body ul li {
            margin-bottom: clamp(10px, 2vw, 15px);
        }

        .corners {
            position: relative;
            padding: clamp(10px, 2vw, 20px);
        }

        .top, .bottom {
            position: absolute;
            width: clamp(100px, 20vw, 200px);
            height: clamp(40px, 8vw, 75px);
            pointer-events: none;
            color: #DBEDF7;
        }

        .top {
            top: 0;
            border-top: clamp(5px, 1vw, 10px) solid;
        }

        .bottom {
            bottom: 0;
            border-bottom: clamp(5px, 1vw, 10px) solid;
        }

        .left {
            left: 0;
            border-left: clamp(5px, 1vw, 10px) solid;
        }

        .right {
            right: 0;
            border-right: clamp(5px, 1vw, 10px) solid;
        }

        /* Media Queries for better responsiveness */
        @media screen and (max-width: 768px) {
            .key-notes-section {
                margin: 15px auto;
            }
        }

        @media screen and (max-width: 480px) {
          .key-notes-body ul {
                padding-left: 20px;
            }
            
            .corners {
                padding: 10px;
            }
        }      

	  .cta-banner {
            background-color: #F0F5FB;
            color: #AACE4F;
            font-family: "Inter", Sans-serif;
            padding: clamp(20px, 5vw, 40px);
            text-align: center;
            border-radius: clamp(8px, 2vw, 15px);
            width: min(100%, 700px);
            margin: 0 auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column; 
        }
 
        .cta-h1 {
            color: #445944;
            font-size: clamp(1.5rem, 4vw, 3rem);
            line-height: 1.2;
            max-width: min(100%, 600px);
            margin-inline: auto;
            font-weight: 600; 
            margin-block-start: 0em!important;
            margin-block-end: 0em!important;
            letter-spacing: -0.01em;
        }
 
        .cta-p {
            color: #DBEDF7;
            font-size: clamp(1rem, 2vw, 1.25rem);
            font-weight: 400; 
            line-height: 1.2; 
            max-width:100%!important;
            margin-inline: auto;
        }
 
        .cta-button {
            background-color: #5046E5;
            color: white;
            font-weight: 600;
            padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2rem);
            border: none;
            border-radius: 0.3rem;
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: "Inter", Sans-serif;
            display: inline-block; 
            text-decoration: none;  
            width: fit-content;
        }

        .cta-button:hover {
            background-color: #2B4729;
            transform: translateY(-2px);
        }

        .cta-button:active {
            transform: translateY(0);
        }
 
        .cta-button:focus-visible {
            outline: 2px solid #5046E5;
            outline-offset: 2px;
        }
 
  
 
        @media (max-width: 360px) {
            .cta-button {
                width: 100%;
                padding: 0.75rem 1rem;
            }
        }
 
        @media print {
            .cta-banner {
                box-shadow: none;
                border: 1px solid #ccc;
            }

            .cta-button {
                border: 1px solid #000;
            }
        }
 
        @media (prefers-reduced-motion: reduce) {
            .cta-button {
                transition: none;
            }
        }
		
		 .comparison-table-container {
            max-width: 1000px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            text-align: left;
            min-width: 750px; /* Minimum width to prevent squishing */
        }

        .comparison-table thead {
            background-color: #2F3EB1;
            color: #ffffff;
            position: sticky;
            top: 0;
        }

        .comparison-table th, .comparison-table td {
            padding: clamp(8px, 1.5vw, 15px);
            border: 1px solid #dddddd;
            font-size: clamp(14px, 1.5vw, 16px);
        }

        .comparison-table th {
            font-weight: bold;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .comparison-table tbody tr:hover {
            background-color: #DFEEF9;
            color: #000000;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .comparison-table td {
            text-align: center;
        }
		
        .comparison-table th:first-child {
            text-align: left;
            font-weight: bold;
            position: sticky;
            left: 0; 
            padding: 10px 100px 10px 10px;
			background:#2F3EB1;
            z-index: 2;
        }

        .comparison-table td:first-child {
            text-align: left;
            font-weight: bold;
             
            position: sticky; 
            left: 0;
            background: #ffffff;
            z-index: 2;
        }

        .comparison-table tbody tr:hover td:first-child {
            background-color: #DFEEF9;
        }

        .comparison-table .check {
            color: #464646;
            font-size: clamp(16px, 2vw, 20px);
        }

        .comparison-table .cross {
            color: #ED1900;
            font-size: clamp(16px, 2vw, 20px);
        }

        /* Custom scrollbar for better visual */
        .comparison-table-container::-webkit-scrollbar {
            height: 6px;
        }

        .comparison-table-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .comparison-table-container::-webkit-scrollbar-thumb {
            background: #2F3EB1;
            border-radius: 3px;
        }

        /* Mobile optimization */
        @media screen and (max-width: 768px) {
            .comparison-table th, .comparison-table td {
                padding: 8px;
            }

            .comparison-table td:first-child {
                max-width: 120px;
            }
            
            /* Add scroll indicator for mobile */
            .comparison-table-container::after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 30px;
                background: linear-gradient(to right, transparent, rgba(255,255,255,0.8));
                pointer-events: none;
                opacity: 0;
                animation: fadeIn 1s forwards;
            }
        }

        @keyframes fadeIn {
            to { opacity: 1; }
        }

        /* High contrast mode support */
        @media (forced-colors: active) {
            .comparison-table th {
                background-color: Canvas;
                border: 2px solid CanvasText;
            }
        }
		
		
		  .pros-cons-container-body {
            font-family: "Inter", Sans-serif;
            background-color: #F0F5FA;
            padding: clamp(16px, 2vw, 24px); 
            display: grid;
            place-items: center;
        }

        .pros-cons-container {
            width: min(100%, 1200px);
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
            gap: clamp(20px, 4vw, 40px);
            margin: 0 auto;
        }

       .pros-cons-container-body .section {
            background: transparent;
        }

       .pros-cons-container-body h2 {
            color:#445944;
            font-size: clamp(1.25rem, 3vw, 1.5rem);
            font-weight: 600;
            margin-bottom:clamp(16px, 2vw, 24px);
        }

       .pros-cons-container-body ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: clamp(12px, 2vw, 16px);
        }

       .pros-cons-container-body li {
            display: flex;
            align-items: flex-start;
            gap: clamp(8px, 1.5vw, 12px);
            font-size: clamp(0.9rem, 2vw, 1rem);
            line-height: 1.5;
        }

       .pros-cons-container-body .icon {
            width:  20px;
            height:  20px;
            flex-shrink: 0;
            margin-top: 0.25em;
        }

        .pros-cons-container-body .pros .icon {
            color:#445944;
        }

        .pros-cons-container-body .cons .icon {
            color: #445944;
        }

        .pros-cons-container-body .text {
            flex: 1;
        }

         

        /* Print styles */
        @media print {
            .pros-cons-container-body {
                background: none;
            }

            .pros-cons-container {
                gap: 20px;
            }

            .pros-cons-container-body li {
                break-inside: avoid;
            }
        }
		
		
		

        .top-picks-section-body2{
            font-family: "Inter", Sans-serif;
            background-color: #F0F5FA;
            //padding: clamp(10px, 2vw, 20px); 
            display: grid;
            place-items: center;
        }

        /* Main Container */
        .top-picks-section {
            width: min(100%, 1200px);
            margin: 0 auto;
            background: #ffffff00;
            border-radius: clamp(4px, 1vw, 8px);
            //box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: visible;
        }

        .top-picks-section-body {
            padding: clamp(15px, 3vw, 20px);
        }

        /* Corner Decorations */
        .top-picks-section-body2 .corners {
            position: relative;
            padding:clamp(10px, 2vw, 20px);
        }

        .top-picks-section-body2 .top, .top-picks-section-body2 .bottom {
            position: absolute;
            width: clamp(80px, 15vw, 200px);
            height: clamp(30px, 6vw, 75px);
            pointer-events: none;
            color: #445944;
        }

        .top-picks-section-body2 .top {
            top: 0;
            border-top: clamp(3px, 0.8vw, 10px) solid;
        }

        .top-picks-section-body2 .bottom {
            bottom: 0;
            border-bottom: clamp(3px, 0.8vw, 10px) solid;
        }

        .top-picks-section-body2 .left {
            left: 0;
            border-left: clamp(3px, 0.8vw, 10px) solid;
        }

        .top-picks-section-body2 .right {
            right: 0;
            border-right: clamp(3px, 0.8vw, 10px) solid;
        }

        /* Header Styles */
        .top-picks-section-body .top-picks-header {
            margin-bottom: clamp(20px, 4vw, 30px);
        }

        .top-picks-section-body .top-picks-header h2 {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 600;
            color: #AACE4F;
        }

        /* Grid Container */
        .top-picks-section-body .top-picks-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
            gap: clamp(15px, 3vw, 20px);
        }

        /* Pick Item Styles */
        .top-picks-section-body .pick-item {
            background: #f9f9f9;
            border-radius: clamp(4px, 1vw, 8px);
            padding: clamp(15px, 3vw, 20px);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .top-picks-section-body .pick-item:hover {
            transform: translateY(-5px);
        }

        .top-picks-section-body .pick-item img {
            width: clamp(120px, 25vw, 150px);
            height: auto;
            margin-bottom: clamp(15px, 3vw, 20px);
            border-radius: 4px;
        }

        .top-picks-section-body .pick-item h4 {
            font-size: clamp(0.875rem, 2vw, 1rem);
            color: #54595F;
            font-weight: 400;
            margin-bottom: clamp(10px, 2vw, 15px);
        }

        .top-picks-section-body .pick-item h3 {
            font-size: clamp(1.1rem, 2.5vw, 1.25rem);
            color:#AACE4F;
            font-weight: 600;
            margin-bottom: clamp(8px, 1.5vw, 10px);
        }

        .top-picks-section-body .pick-item p {
            font-size: clamp(0.875rem, 2vw, 1rem);
            margin-bottom: clamp(12px, 2.5vw, 15px);
        }

        .top-picks-section-body .button {
            display: inline-block;
            background: #445944;
            color: #FFFFFF;
            font-size: clamp(0.875rem, 2vw, 1rem);
            font-weight: 500;
            font-family:"Inter", Sans-serif!important;
            padding: clamp(8px, 1.5vw, 10px) clamp(15px, 3vw, 20px);
            border-radius: 5px;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-top: auto;
        }

        .top-picks-section-body .button:hover {
            background: #372D8F;
            transform: translateY(-2px);
        }

        /* Focus States */
        .top-picks-section-body .button:focus-visible {
            outline: 3px solid #445944;
            outline-offset: 2px;
        }
 

        /* Print Styles */
        @media print {
            .top-picks-section-body .top-picks-section {
                box-shadow: none;
            }
            
            .top-picks-section-body .pick-item {
                break-inside: avoid;
                border: 1px solid #ddd;
            }
            
            .top-picks-section-body .button {
                border: 1px solid currentColor;
            }
        }

        /* Reduced Motion */
        @media (prefers-reduced-motion: reduce) {
            .top-picks-section-body .pick-item,
            .top-picks-section-body .button {
                transition: none;
            }
        }