*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column;align-items:center}a{text-decoration:none;color:inherit}header{width:100%;box-shadow:0 2px 5px rgb(0 0 0 / .1);background:#fff}.header-top{display:flex;justify-content:center;align-items:center;padding:10px;border-bottom:1px solid #f0f0f0}.logo-link{display:inline-block;text-decoration:none}.logo-img{max-width:100%;height:auto;width:auto}@media (max-width:768px){.logo-img{max-width:80%}}@media (max-width:480px){.logo-img{max-width:70%}}.nav-bar{position:relative;background-color:#fafafa;border-bottom:1px solid #f0f0f0;padding:0 20px;min-height:50px}.nav-menu{list-style:none;margin:0;padding:0}.desktop-menu{display:flex;justify-content:center;align-items:center;gap:30px}.desktop-menu li{position:relative}.desktop-menu li a{display:inline-block;padding:15px 0;text-decoration:none;color:#333;font-weight:500;transition:color 0.3s}.desktop-menu li a::after{content:"";display:block;width:0;height:2px;background:#ff5722;transition:width 0.3s;margin:0 auto}.desktop-menu li a:hover{color:#ff5722}.desktop-menu li a:hover::after{width:70%}.hamburger{display:none;position:absolute;top:50%;right:20px;transform:translateY(-50%);cursor:pointer;flex-direction:column;justify-content:space-between;height:24px}.hamburger span{display:block;width:25px;height:3px;background:#333;border-radius:2px;transition:0.3s}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .4);z-index:9998;display:none}.overlay.active{display:block}.mobile-menu{position:fixed;top:0;right:0;width:240px;height:100%;background:#fff;z-index:9999;transform:translateX(100%);transition:transform 0.3s ease;box-shadow:-3px 0 5px rgb(0 0 0 / .1);padding:60px 20px 20px 20px;display:flex;flex-direction:column}.mobile-menu ul{list-style:none;padding:0;margin:0}.mobile-menu li{margin-bottom:20px}.mobile-menu a{color:#333;text-decoration:none;font-size:16px;transition:color 0.2s}.mobile-menu a:hover{color:#ff5722}.mobile-menu.active{transform:translateX(0)}@media (max-width:768px){.desktop-menu{display:none}.hamburger{display:flex}}@media (min-width:769px){.mobile-menu{display:none}.overlay{display:none}}@media (max-width:768px){.desktop-menu{display:none}.hamburger{display:flex}}#ads-top,#ads-top3,#ads-bottom{width:100%;max-width:728px;min-height:90px;margin-bottom:20px;display:flex;justify-content:center;align-items:center}#ads-top,#ads-top3,#ads-bottom{margin-bottom:30px;margin-top:30px}.main-title{font-size:24px;margin-top:40px;margin-bottom:25px;color:#333;text-align:center}.extra-content{width:100%;margin-top:20px;margin-bottom:40px;padding:20px;background:#fff;color:#333;border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);font-size:16px;line-height:1.6}.extra-content img{display:block;width:100%;height:auto;border-radius:6px;margin-bottom:15px}.extra-content h2{font-size:18px;margin:15px 0 10px;color:#333}footer{width:100%;background:#f9f9f9;box-shadow:0 -4px 10px rgb(0 0 0 / .1);border-radius:10px 10px 0 0;margin-top:auto;padding:20px;display:flex;flex-direction:column;align-items:center}.footer-content{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.footer-menu{display:flex;list-style:none;gap:20px}.footer-menu li a{color:#333;font-size:16px;transition:color 0.2s}.footer-menu li a:hover{color:#007bff}@media (max-width:768px){.footer-menu{flex-direction:column;gap:10px}}.footer-bottom{text-align:center;font-size:14px;color:#666}.table-wrapper{margin:20px auto;overflow-x:auto;border-radius:8px}table{width:100%;border-collapse:collapse;font-size:16px;font-family:Arial,sans-serif;box-shadow:0 4px 10px rgb(0 0 0 / .1);border-radius:8px;overflow:hidden}table thead{background:linear-gradient(90deg,#4e73df,#1cc88a);color:#fff}table th,table td{padding:12px 15px;text-align:center}table th{font-weight:700;text-transform:uppercase}table tbody tr:nth-child(odd){background-color:#f9f9f9}table tbody tr:nth-child(even){background-color:#fff}table tbody tr:hover{background-color:#f1f1f1;transform:scale(1.01);transition:transform 0.2s ease,background-color 0.2s ease}table td{border-bottom:1px solid #ddd}@media (max-width:768px){table{font-size:14px}table th,table td{padding:10px 8px}}@media (max-width:480px){.table-wrapper{margin:10px}table{font-size:12px}table th,table td{padding:8px 5px}}h2,h3,h1{position:relative;padding:.8em 1.5em;margin:1.5em 0;background:#fff5f5;border:1px solid var(--global-palette1,#D03131);border-radius:8px;box-shadow:0 6px 12px rgb(0 0 0 / .1);font-family:'Verdana',sans-serif;color:#6A1A1A;font-size:1.4rem;font-weight:700;text-align:center;letter-spacing:1px;overflow:hidden;position:relative}h2::before,h1::before,h3::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:8px;background:var(--global-palette1,#D03131);border-radius:4px}h2::after,h1::after,h3::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(to right,rgb(208 49 49),#fff0)}h2:hover,h1:hover,h3:hover{background:#ffe5e5;border-color:rgb(208 49 49 / .8);box-shadow:0 8px 14px rgb(0 0 0 / .15)}@media (max-width:768px){h2,h1,h3{padding:.6em 1em;font-size:1.2rem}h2::before,h1::before,h3::before{width:50%}}.button-container{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin:20px 0;padding:0 10px}.button-container a{display:inline-block;padding:15px 20px;font-size:1rem;font-weight:700;text-decoration:none;text-align:center;color:#fff;background:linear-gradient(145deg,#007bff,#0056b3);border-radius:10px;box-shadow:5px 5px 15px rgb(0 0 0 / .2),-5px -5px 15px rgb(255 255 255 / .2);transition:all 0.3s ease;min-width:120px;max-width:200px;text-align:center}.button-container a:hover{transform:translateY(-5px);box-shadow:5px 5px 20px rgb(0 0 0 / .3),-5px -5px 20px rgb(255 255 255 / .3)}.button-container a:active{transform:translateY(2px);box-shadow:inset 3px 3px 10px rgb(0 0 0 / .3),inset -3px -3px 10px rgb(255 255 255 / .3)}@media (max-width:768px){.button-container a{font-size:.9rem;padding:12px 15px;min-width:100px}}@media (max-width:480px){.button-container a{font-size:.8rem;padding:10px 12px;min-width:80px}}.calendar-month table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:center;font-family:'Siyam Rupali',Arial,sans-serif;min-width:360px}.one-container .site-content{padding:15px}:root{--font-size-large:1em;--font-size-medium:0.9em;--font-size-small:0.8em;--padding-large:10px;--padding-medium:8px;--padding-small:6px}.calendar-month table tr:nth-child(1) td{background:linear-gradient(to right,#8E24AA,#4B0082);color:#ffffff!important;font-weight:700;padding:20px;font-size:1em;letter-spacing:1px;text-transform:uppercase}.month{background:linear-gradient(to right,#8E24AA,#4B0082);color:#ffffff!important;font-weight:700;padding:5px 0;font-size:1em;letter-spacing:1px;text-transform:uppercase}.calendar-month table tr:nth-child(3) td{background-color:#f8bbd0;color:#880e4f;font-weight:700;padding:5px;font-size:1em}.daysofweek{background:#fce4ec;color:#333;font-weight:700;padding:3px 0;border-bottom:2px solid #f48fb1;font-size:1em}table{background:linear-gradient(135deg,#E1F5FE,#FFFFFF);border:3px solid #ccc;height:100px;padding:16px;font-weight:700;text-align:center;position:relative;color:#495057;font-size:1em}.days #bangla{display:block;margin-top:3px;font-size:1.9em;font-weight:700;color:indigo}.bangla-first{background-color:#ffac93}.calendar-month table tr td:nth-child(1){color:#B71C1C;font-weight:700}.calendar-month table tr td:nth-child(1) #bangla{color:#B71C1C!important}#today{display:inline-block;background-color:#FF5722;color:#fff;border-radius:50%;width:40px;height:40px;text-align:center;line-height:40px;font-weight:700;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.calendar-month table tr:last-child td{border-bottom:none}.tithi{font-size:.7em}@media only screen and (max-width:480px){.calendar-month{margin:5px auto;padding:5px}.calendar-month table{width:100%;min-width:280px;font-size:.9em}.calendar-month table tr:nth-child(1) td,.month{font-size:1em;padding:10px}.calendar-month table tr:nth-child(3) td{font-size:.9em;padding:6px}.daysofweek{font-size:.9em;padding:4px 0}.days #bangla{font-size:1.8em;margin-top:2px}td{height:50px;padding:6px;font-size:.7em}#today{width:25px;height:25px;line-height:25px;font-size:.8em}.tithi{font-size:.9em}}@media only screen and (min-width:481px) and (max-width:800px){.calendar-month{margin:10px auto;padding:10px}.calendar-month table{width:100%;min-width:300px;font-size:.9em}.calendar-month table tr:nth-child(1) td,.month{font-size:1em;padding:12px}.calendar-month table tr:nth-child(3) td{font-size:1em;padding:8px}.daysofweek{font-size:.9em;padding:6px 0}td{height:60px;padding:8px;font-size:.9em}.days #bangla{font-size:1.4em;margin-top:3px}#today{width:30px;height:30px;line-height:30px;font-size:.9em}.tithi{font-size:.6em}td{cursor:pointer}}@media only screen and (min-width:801px) and (max-width:1077px){.calendar-month{margin:20px auto;padding:15px}.calendar-month table{width:100%;min-width:500px;font-size:1em}.calendar-month table tr:nth-child(1) td,.month{font-size:1.2em;padding:18px}.calendar-month table tr:nth-child(3) td{font-size:1em;padding:10px}.daysofweek{font-size:1.1em;padding:8px 0}td{height:80px;padding:12px;font-size:1em}.days #bangla{font-size:1.5em;margin-top:4px}#today{width:35px;height:35px;line-height:35px;font-size:1em}.tithi{font-size:.6em}.days td:hover{background-color:#b3e5fc;cursor:pointer;transform:scale(1.02);transition:transform 0.2s,background-color 0.2s}}@media only screen and (min-width:481px) and (max-width:560px){.calendar-month{margin:8px auto;padding:8px}.calendar-month table{width:100%;min-width:320px;font-size:.85em}.calendar-month table tr:nth-child(1) td,.month{font-size:.9em;padding:14px}.calendar-month table tr:nth-child(3) td{font-size:.9em;padding:7px}.daysofweek{font-size:1em;padding:5px 0}td{height:55px;padding:7px;font-size:.85em}.days #bangla{font-size:1.3em;margin-top:3px}#today{width:28px;height:28px;line-height:28px;font-size:.85em}.tithi{font-size:.4em}.calendar-month table{grid-template-columns:repeat(7,1fr)}#today{box-shadow:0 1px 2px rgb(0 0 0 / .15)}}