.blog-detail-wrapper{padding:60px 0;position:relative;background:#fafafa}.blog-detail-wrapper .sidebar-wrapper{position:sticky;top:100px;align-self:flex-start}.blog-detail-wrapper .blog-content{background:#fff;padding:20px;border-radius:10px}.blog-detail-wrapper .blog-content .blog-thumbnail img{width:100%;margin-bottom:20px}.blog-detail-wrapper .blog-content .blog-meta{display:flex;gap:16px;font-size:16px;color:#7a736a;margin-bottom:10px}.blog-detail-wrapper .blog-content .blog-category{color:#b45f04;background:#fff6ee;display:inline-block;padding:5px 12px;border-radius:12px;font-size:16px;margin:12px 0;font-weight:500;letter-spacing:.6px;text-transform:uppercase}.blog-detail-wrapper .blog-content .blog-title{font-size:38px;color:#1e242c;font-weight:500;margin-bottom:20px;line-height:126%}.blog-detail-wrapper .blog-content p{color:#555;font-size:16px;line-height:1.7;margin-bottom:20px}.blog-detail-wrapper .blog-content .blog-body .blog-link{color:#b45f04;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(180,95,4,.35);transition:color .2s ease,border-color .2s ease}.blog-detail-wrapper .blog-content .blog-body .blog-link:hover{color:#8c4903;border-bottom-color:#8c4903}.blog-detail-wrapper .blog-content .blog-body h2 .blog-link,.blog-detail-wrapper .blog-content .blog-body h3 .blog-link{color:inherit;border-bottom:2px solid #b45f04}.blog-detail-wrapper .blog-content .blog-body h2 .blog-link:hover,.blog-detail-wrapper .blog-content .blog-body h3 .blog-link:hover{color:#b45f04}.blog-detail-wrapper .blog-content .blog-body h2{font-size:26px;color:#1b2d45;font-weight:700;line-height:1.3;margin:34px 0 14px}.blog-detail-wrapper .blog-content .blog-body h3{font-size:20px;color:#1e242c;font-weight:600;margin:24px 0 10px}.blog-detail-wrapper .blog-content .blog-body p{color:#555;font-size:16px;line-height:1.8;margin-bottom:18px}.blog-detail-wrapper .blog-content .blog-body ol,.blog-detail-wrapper .blog-content .blog-body ul{margin:0 0 20px;padding-left:22px}.blog-detail-wrapper .blog-content .blog-body ol li,.blog-detail-wrapper .blog-content .blog-body ul li{color:#555;font-size:16px;line-height:1.7;margin-bottom:10px}.blog-detail-wrapper .blog-content .blog-body ol li strong,.blog-detail-wrapper .blog-content .blog-body ul li strong{color:#1b2d45}.blog-detail-wrapper .blog-content .blog-body .blog-note{background:#fff6ee;border-left:4px solid #b45f04;padding:14px 18px;border-radius:8px;font-size:15px;color:#5b4a39;margin:0 0 26px}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper{width:100%;overflow-x:auto;margin:0 0 24px;border-radius:10px;border:1px solid #ececec}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper table{width:100%;border-collapse:collapse;min-width:640px;font-size:15px}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper table thead{background:#1b2d45}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper table thead th{color:#fff;font-weight:600;text-align:left;padding:12px 14px;white-space:nowrap}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper table tbody tr{border-top:1px solid #ececec}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper table tbody tr:nth-child(2n){background:#fafbfc}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper table tbody tr:hover{background:#f3f6fb}.blog-detail-wrapper .blog-content .blog-body .blog-table-wrapper table tbody td{color:#444;padding:12px 14px;line-height:1.55;vertical-align:top}.blog-detail-wrapper .blog-content .blog-faq{margin-top:44px}.blog-detail-wrapper .blog-content .blog-faq .faq-heading{font-size:26px;color:#1b2d45;font-weight:700;margin-bottom:20px}.blog-detail-wrapper .blog-content .blog-faq .faq-list{display:flex;flex-direction:column;gap:12px}.blog-detail-wrapper .blog-content .blog-faq .faq-item{border:1px solid #ececec;border-radius:10px;overflow:hidden;transition:box-shadow .25s ease;width:100%}.blog-detail-wrapper .blog-content .blog-faq .faq-item.open{box-shadow:0 4px 14px rgba(27,45,69,.08);border-color:#d8dee8}.blog-detail-wrapper .blog-content .blog-faq .faq-item .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:none;cursor:pointer;text-align:left;padding:16px 18px;font-size:17px;font-weight:600;color:#1b2d45;transition:background .2s ease}.blog-detail-wrapper .blog-content .blog-faq .faq-item .faq-question:hover{background:#f7f9fc}.blog-detail-wrapper .blog-content .blog-faq .faq-item .faq-question .faq-icon{flex-shrink:0;font-size:22px;line-height:1;color:#b45f04}.blog-detail-wrapper .blog-content .blog-faq .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-bottom:0}.blog-detail-wrapper .blog-content .blog-faq .faq-item .faq-answer p{margin:0;padding:0 18px;color:#555;font-size:15.5px;line-height:1.75}.blog-detail-wrapper .blog-content .blog-faq .faq-item.open .faq-answer{max-height:600px;padding:4px 0 18px}.blog-detail-wrapper .blog-content .related-blogs{margin-top:40px}.blog-detail-wrapper .blog-content .related-blogs h4{font-size:20px;color:#1b2d45;font-weight:700;margin-bottom:20px}.blog-detail-wrapper .blog-content .related-blogs .related-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease}.blog-detail-wrapper .blog-content .related-blogs .related-card:hover{transform:translateY(-4px)}.blog-detail-wrapper .blog-content .related-blogs .related-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.blog-detail-wrapper .blog-content .related-blogs .related-card .content{padding:16px}.blog-detail-wrapper .blog-content .related-blogs .related-card .content .tag{color:#b45f04;background:#fff6ee;padding:3px 10px;border-radius:10px;font-size:11px;font-weight:600;margin-bottom:8px;display:inline-block}.blog-detail-wrapper .blog-content .related-blogs .related-card .content h5{font-size:16px;font-weight:600;color:#1b2d45;margin-bottom:10px}.blog-detail-wrapper .blog-content .related-blogs .related-card .content .author{display:flex;align-items:center;gap:10px}.blog-detail-wrapper .blog-content .related-blogs .related-card .content .author img{width:30px;height:30px;border-radius:50%}.blog-detail-wrapper .blog-content .related-blogs .related-card .content .author strong{font-size:13px;color:#333;display:block}.blog-detail-wrapper .blog-content .related-blogs .related-card .content .author span{font-size:12px;color:#888}.blog-detail-wrapper .blog-content .related-blogs .related-card .content .read-more{background:#1b2d45;color:#fff;border:none;border-radius:20px;padding:6px 14px;margin-top:12px;font-size:13px;cursor:pointer;transition:.3s}.blog-detail-wrapper .blog-content .related-blogs .related-card .content .read-more:hover{background:#152539}.blog-cta-wrapper{background:#fafafa}.blog-cta-wrapper .ready-container{display:flex;justify-content:center;text-align:center;padding:0 0 80px}.blog-cta-wrapper .ready-container .blur-bg{position:relative;width:100%}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper{padding:4rem 2rem;border-radius:30px;box-shadow:0 4px 30px rgba(0,0,0,.08);background-image:url(/images/general/include-bg.png);background-size:cover;background-position:top;background-repeat:no-repeat}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper h2{font-size:50px;font-weight:500;color:#1e242c;line-height:120%}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper p{font-size:20px;font-weight:500;color:#333;width:80%;margin:20px auto;position:relative}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper .buttons-container{position:relative;display:flex;gap:20px;justify-content:center}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper .buttons-container .about-cta-btn{font-weight:500}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper .buttons-container .about-cta-btn:hover{font-weight:500;color:#333;background:#feb415}@media(max-width:768px){.blog-cta-wrapper .ready-container{padding:0 20px 50px}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper{padding:3rem 1.5rem}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper h2{font-size:32px}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper p{font-size:16px;width:100%}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper .buttons-container{flex-direction:column;align-items:center;gap:12px}}@media(max-width:480px){.blog-cta-wrapper .ready-container{padding:0 15px 40px}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper{padding:2.5rem 1.25rem}.blog-cta-wrapper .ready-container .blur-bg .details-wrapper h2{font-size:26px}}.related-blog-list{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(auto,1fr))}.related-blog-list .blog-card{background:#fafafa}.related-blog-list .blog-card .card-image{max-height:200px;overflow:hidden;color:transparent;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:15px}.related-blog-list .blog-card .card-content .card-title{font-size:20px}.related-blog-list .blog-card .card-content .card-description{font-size:14px}@media(max-width:1200px){.blog-detail-wrapper{padding:50px 0}.blog-detail-wrapper .blog-content{padding:20px 24px}}@media(max-width:992px){.blog-detail-wrapper{padding:40px 0}.blog-detail-wrapper .sidebar-wrapper{position:static;top:auto;margin-top:24px}.blog-detail-wrapper .blog-content{padding:18px 20px}.blog-detail-wrapper .blog-content .blog-title{font-size:32px}.blog-detail-wrapper .blog-content .blog-meta{font-size:14px;gap:10px}.related-blogs .related-card img{height:150px}.related-blog-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.blog-detail-wrapper{padding:30px 0}.blog-detail-wrapper .blog-content{padding:16px}.blog-detail-wrapper .blog-content .blog-meta{flex-direction:column;align-items:flex-start;gap:4px}.blog-detail-wrapper .blog-content .blog-title{font-size:28px;line-height:1.3}.blog-detail-wrapper .blog-content p{font-size:15px}.blog-detail-wrapper .blog-content .blog-body h2,.blog-detail-wrapper .blog-content .blog-faq .faq-heading{font-size:22px}.blog-detail-wrapper .blog-content .blog-body h3{font-size:18px}.blog-detail-wrapper .blog-content .blog-faq .faq-item .faq-question{font-size:15.5px;padding:14px 16px}.related-blogs .related-card .content{padding:14px}.related-blog-list{grid-template-columns:1fr;gap:12px}}@media(max-width:480px){.blog-detail-wrapper{padding:24px 0}.blog-detail-wrapper .blog-content{padding:14px}.blog-detail-wrapper .blog-content .blog-title{font-size:24px}.blog-detail-wrapper .blog-content .blog-category{font-size:14px;padding:4px 10px}.related-blog-list .blog-card .card-image{max-height:none}.related-blogs .related-card .content h5{font-size:15px}.related-blogs .related-card .content .author strong{font-size:12px}.sidebar-wrapper .sidebar-widget.whatsapp-widget{margin-top:20px}}