img{max-width:100%;height:auto}.hero-section{background:#f8f9fa}.hero-section .hero-card{position:relative;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 5px 20px rgba(0,0,0,.15);box-shadow:0 5px 20px rgba(0,0,0,.15);-webkit-transition:all .3s ease;transition:all .3s ease;height:500px}.hero-section .hero-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 30px rgba(0,0,0,.2);box-shadow:0 10px 30px rgba(0,0,0,.2)}.hero-section .hero-card:hover .hero-image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.hero-section .hero-image{position:relative;height:100%;overflow:hidden}.hero-section .hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s ease;transition:all .3s ease}.hero-section .hero-overlay{position:absolute;bottom:0;left:0;right:0;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.8)));background:linear-gradient(transparent,rgba(0,0,0,.8));padding:30px 20px 20px;color:#fff}.hero-section .hero-content h3{font-size:18px;font-weight:600;margin-bottom:10px;line-height:1.4}.hero-section .hero-content .author{font-size:12px;opacity:.9;margin:0}.hero-section .hero-content .author a{color:#ffc107}@media (max-width:768px){.hero-section .hero-card{height:300px}.hero-section .hero-content h3{font-size:16px}}@media (max-width:576px){.hero-section .hero-content h3{font-size:14px}}.popular-sec{padding:40px 30px}.popular-sec .section-title{text-align:center;font-size:18px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px}.popular-sec .popular-list{margin-bottom:40px}.popular-sec .popular-row{margin-bottom:25px;-ms-flex-align:start;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:30px}.popular-sec .popular-item,.popular-sec .popular-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;align-items:flex-start}.popular-sec .popular-item{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-align:start;padding-right:20px;-webkit-transition:background .3s,color .3s;transition:background .3s,color .3s}.popular-sec .popular-item .item-number{background:#f8f9fa;color:#666;width:32px;height:32px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600;font-size:14px;margin-right:12px;-ms-flex-negative:0;flex-shrink:0}.popular-sec .popular-item .item-number.featured{background:#17a2b8;color:#fff}.popular-sec .popular-item .item-content h3{font-size:15px;font-weight:600;color:#333;margin-bottom:4px;line-height:1.3;-webkit-transition:background .3s,color .3s;transition:background .3s,color .3s}.popular-sec .popular-item .item-content h3.featured{color:#17a2b8}.popular-sec .popular-item .item-content .item-date{font-size:11px;color:#999;margin:0}.popular-sec .popular-item:hover .item-number{background:#20afad;color:#fff}.popular-sec .popular-item:hover .item-content h3{color:#20afad}.category-section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin-top:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.category-section .category-card-wrap{-webkit-box-flex:0;-ms-flex:0 0 14.666%;flex:0 0 14.666%;max-width:14.666%;text-decoration:none}@media (max-width:992px){.category-section .category-card-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}@media (max-width:768px){.category-section .category-card-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:576px){.category-section .category-card-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.category-section .category-card{aspect-ratio:1;border-radius:16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,.08);box-shadow:0 5px 20px rgba(0,0,0,.08);overflow:hidden}.category-section .category-card.purple{background:#8f6be6}.category-section .category-card.coral{background:#f76c6c}.category-section .category-card.blue{background:#5a8dee}.category-section .category-card.yellow{background:#f7c948}.category-section .category-card.pink{background:#f78da7}.category-section .category-card.lavender{background:#a685e2}.category-section .category-illustration img{width:110px;height:110px;-o-object-fit:cover;object-fit:cover;margin-bottom:10px;border-radius:8px}.category-section .category-info{text-align:center}.category-section .category-info h4{font-size:16px;font-weight:700;margin-bottom:2px;color:#222}.category-section .category-info .category-count{font-size:12px;font-weight:500;opacity:.7;color:#222}.blog-main-layout{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;margin-top:40px}.blog-main-layout .blog-main-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0}.blog-main-layout .blog-sidebar{width:300px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:992px){.blog-main-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-main-layout .blog-sidebar{width:100%;margin-top:32px}}.blog-sec .guide{padding:10px;border:1px solid #20afad;background:#fff}.blog-sec .guide .fw-bold,.blog-sec .guide .fw-bold a{-webkit-transition:color .3s;transition:color .3s}.blog-sec .guide .fw-bold:hover,.blog-sec .guide .fw-bold a:hover{color:#20afad}.blog-sec .ft-social-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:15px;column-gap:15px;margin-top:30px;padding-left:0}.blog-sec .ft-social-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-sec .ft-social-list li a{border-radius:50%;padding:4px 7px;display:inline-block;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.blog-sec .ft-social-list li a:hover{background-color:#20afad}.blog-sec .ft-social-list li a:hover svg{fill:#fff}.blog-sec .ft-social-list li a svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.blog-sec .col-lg-3.pl-lft-30{padding-left:30px}.blog-sec .guide-banner{background:#e6fcf5;color:#20afad;font-weight:700;padding:10px 18px;border-radius:5px;font-size:16px;margin-bottom:24px;letter-spacing:.5px;border-left:4px solid #20afad}.blog-sec .sidebar-section{background:#fff;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(0,0,0,.04);padding:20px 18px 18px;margin-bottom:24px}.blog-sec .sidebar-section .sidebar-title{font-size:15px;font-weight:700;margin-bottom:14px;color:#222;letter-spacing:.5px}.blog-sec .sidebar-section .sidebar-categories{list-style:none;padding:0;margin:0}.blog-sec .sidebar-section .sidebar-categories li{margin-bottom:10px}.blog-sec .sidebar-section .sidebar-categories a{color:#20afad;font-weight:500;text-decoration:none;-webkit-transition:color .2s;transition:color .2s}.blog-sec .sidebar-section .sidebar-categories a:hover{color:#0984e3;text-decoration:underline}.social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-bottom:0}.social-icons a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f5f6fa;color:#222;font-size:16px;-webkit-transition:background .2s;transition:background .2s}.social-icons a:hover{background:#e6fcf5;color:#20afad}.img-post-placeholder{width:100%;height:220px;-o-object-fit:cover;object-fit:cover}.latest-section{padding-top:50px;margin-bottom:2.5rem}.latest-section .latest-card-img{display:-webkit-box;display:-ms-flexbox;display:flex}.latest-section .latest-card-img img{width:100%;height:100%}.latest-section .column-wise{row-gap:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.latest-section .latest-category{text-transform:uppercase;font-size:.85rem;color:#20afad;text-decoration:none;letter-spacing:1px;margin-bottom:.25rem;font-weight:500}.latest-section .latest-post-title{font-size:18px;color:#212529;font-weight:700;margin-bottom:.25rem;text-decoration:none;-webkit-transition:color .3s;transition:color .3s}.latest-section .latest-post-title:hover{text-decoration:none;color:#20afad!important}.latest-section .latest-post-title-success{color:#198754!important}.latest-section .latest-meta{font-size:14px;color:#6c757d;font-weight:500;margin-bottom:.5rem}.latest-section .latest-desc{color:#6c757d;font-size:16px}.ps-sticky{top:15px;position:-webkit-sticky;position:sticky;padding-top:50px}.list-unstyled.mb-0 a{text-decoration:none;color:#363636!important;text-underline-offset:3px}.list-unstyled.mb-0 a,.list-unstyled.mb-0 a:hover{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.list-unstyled.mb-0 a:hover{color:#20afad!important;text-decoration:underline!important}.blog-banner{padding:75px 0}.blog-banner .blog-banner-typo{width:75%;margin:0 auto;text-align:center}.blog-banner .blog-banner-typo .alert{margin-top:20px;margin-bottom:0}.blog-banner .blog-banner-typo .bh1{font-family:Inter,sans-serif;margin:10px 0;font-weight:900;line-height:50px;font-size:35px;color:#181818;font-size:67px!important;font-weight:800;line-height:67px!important}.blog-banner .blog-banner-typo .bh2{font-family:Inter,sans-serif;line-height:1.3rem;margin:0;font-size:18px;color:#008176;font-weight:600;margin-bottom:12px}.blog-banner .blog-banner-typo p{line-height:25px;font-family:Inter,sans-serif;color:#000}.blog-banner .blog-banner-typo .scaw{text-align:center}.blog-banner .blog-banner-typo .scaw a{color:#454545;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline;font-weight:600}.blog-banner .blog-banner-typo .scaw a i{background:#454545;color:#fff;padding:5px 6px;border-radius:17px;margin-right:5px;font-size:9px}.blog-banner .blog-banner-typo .btnDark{width:75%;margin:0 auto;padding:30px 0 20px;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.blog-banner .blog-banner-typo .btnDark .d-btn1{line-height:20px;width:65%;border:2px solid #f7f6f6;height:54px}.blog-banner .blog-banner-typo .btnDark .d-btn1::-webkit-input-placeholder{font-size:14px}.blog-banner .blog-banner-typo .btnDark .d-btn1:-ms-input-placeholder,.blog-banner .blog-banner-typo .btnDark .d-btn1::-ms-input-placeholder{font-size:14px}.blog-banner .blog-banner-typo .btnDark .d-btn1::placeholder{font-size:14px}.blog-banner .blog-banner-typo .btnDark .d-btn2{font-size:14px;border-radius:5px;background:#20afad;border:2px solid #20afad}.blog-banner .blog-banner-typo .btnDark .d-btn2:hover{background:transparent;border:2px solid #20afad;color:#20afad}.blog-banner .blog-banner-typo .btnDark .form-error{position:absolute;bottom:-5px}.blog-banner .blog-banner-typo .play{margin:0 auto;text-align:left;width:75%;text-align:center}.blog-banner .blog-banner-typo .play a{color:#424242;font-weight:600}.blog-banner .blog-banner-typo .play a i{background:#424242;color:#fff;padding:5px 6px;border-radius:17px;margin-right:5px;font-size:9px}.pagination{padding-top:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .page-item a.page-link{color:#20afad;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pagination .page-item a.page-link:hover{color:#fff;background-color:#20afad;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pagination .page-item.active .page-link{background-color:#20afad;border-color:transparent!important}@media (min-width:320px) and (max-width:480px){.blog-banner{padding:35px 0}.blog-banner .blog-banner-typo{width:100%}.blog-banner .blog-banner-typo .hdg-xl-d{margin:15px}.blog-banner .blog-banner-typo .play{display:none}.blog-banner .blog-banner-typo .btnDark{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-banner .blog-banner-typo .btnDark .d-btn1{width:100%}.blog-banner .blog-banner-typo .btnDark .d-btn2{width:100%;margin-top:10px}}@media (min-width:481px) and (max-width:767px){.blog-banner{padding:35px 0}.blog-banner .blog-banner-typo{width:75%}.blog-banner .blog-banner-typo .hdg-xl-d{margin:20px}.blog-banner .blog-banner-typo .play{display:none}.blog-banner .blog-banner-typo .btnDark{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-banner .blog-banner-typo .btnDark .d-btn1{width:100%}.blog-banner .blog-banner-typo .btnDark .d-btn2{width:100%;margin-top:10px}}