.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.logo{height:4rem;width:4rem;border-width:2px;--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity));border-radius:9999px}.entry-content>:not(:last-child){margin-bottom:1rem}.entry-content a{text-decoration:underline}.entry-content a:hover{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.entry-content h2,.entry-content h3{font-weight:700;line-height:1.25;margin-top:2.5rem}.entry-content h2{font-size:1.5rem}.entry-content h3{font-size:1.25rem}.entry-content :not(pre)>code{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity));padding:.25rem}.entry-content ol{list-style-type:decimal;list-style-position:inside}.entry-content ul{list-style-type:disc;list-style-position:inside}.entry-content li{padding-left:2rem}.entry-content blockquote{margin-left:0;margin-right:0;padding:2rem;--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity));border-left-width:4px;--border-opacity:1;border-color:#c3dafe;border-color:rgba(195,218,254,var(--border-opacity))}.entry-content blockquote cite{display:block;margin-top:1rem}.navigation{display:flex;justify-content:center;margin-bottom:1rem}.navigation ul{display:flex;list-style-type:none}.navigation li{margin-left:.5rem;margin-right:.5rem}.navigation .current{font-weight:700}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-200{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.border-gray-400{--border-opacity:1;border-color:#cbd5e0;border-color:rgba(203,213,224,var(--border-opacity))}.border-solid{border-style:solid}.border-l{border-left-width:1px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.font-mono{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-6{height:1.5rem}.h-full{height:100%}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-3xl{font-size:1.875rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.list-none{list-style-type:none}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.ml-3{margin-left:.75rem}.mr-4{margin-right:1rem}.mb-6{margin-bottom:1.5rem}.mb-12{margin-bottom:3rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.min-h-screen{min-height:100vh}.p-0{padding:0}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-6{padding-top:1.5rem}.pb-12{padding-bottom:3rem}.pb-24{padding-bottom:6rem}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#2d3748;color:rgba(45,55,72,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#1a202c;margin-bottom:10px;color:rgba(26,32,44,var(--text-opacity))}.hover\:text-red-500:hover{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.w-full{width:100%}@media (min-width:640px){.sm\:px-12{padding-left:3rem;padding-right:3rem}}@media (min-width:1024px){.lg\:px-16{padding-left:4rem;padding-right:4rem}} /* Styling for tags section */ .tags-list { margin-top: 1rem; } .tags-label { font-size: 1rem; color: #333; } .tags-links { font-size: 1rem; color: #666; } /* Styling for the comments section */ .bypostauthor { display: block; } .comments-area { margin-top: 20px; padding: 20px; background-color: #f8f8f8; border: 1px solid #e1e1e1; border-radius: 5px; } .comment-notes{ margin-bottom: 9px; } .comment { margin-bottom: 20px; padding: 15px; background-color: #fff; border: 1px solid #e1e1e1; border-radius: 5px; position: relative; } .comment::before { content: ""; position: absolute; top: 0; left: -20px; /* Adjust this value as needed */ width: 10px; height: 100%; background-color: #e1e1e1; /* Line color for threaded comments */ z-index: -1; } .comment-parent { padding-left: 40px; /* Adjust this value to match the left offset of the line */ } .comment-author { font-weight: bold; display: flex; align-items: center; margin-bottom: 4px; gap: 5px; } .comment-date { color: #999; } .comment-content { margin-top: 10px; } .comment-form { margin-top: 20px; padding: 20px; background-color: #f8f8f8; border: 1px solid #e1e1e1; border-radius: 5px; } .comment-form input[type="text"], .comment-form textarea { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #e1e1e1; border-radius: 5px; margin-top: 7px; } .comment-form input[type="submit"] { background-color: #333; color: #fff; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; } .comment-form input[type="submit"]:hover { background-color: #555; } .comment-form-cookies-consent { margin-bottom: 1rem; } textarea#comment { margin-top: 7px; } .comment-meta { margin-bottom: 3px; color: #999; } .reply { margin-top: 6px; color: #666; position: relative; transition: color 0.3s; display: inline-block; padding-bottom: 2px; } .reply::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #666; transform: scaleX(0); transform-origin: center; transition: transform 0.3s; } .reply:hover { color: #030303; } .reply:hover::before { transform: scaleX(1); /* Expand the underline on hover */ } /* Styling for the comment section on Mobile screens. */ @media (max-width: 991px) { .comment-meta { margin-bottom: 9px; color: #999; } .reply { margin-top: 9px; } } /* Styling for the sidebar in the all Blogs page */ .container { display: flex; justify-content: space-between; align-items: flex-start; padding: 20px; } .main-content { flex: 1; } .sidebar { width: 20%; padding: 20px; } /* Styling for the sidebar on mobile devices */ @media (max-width: 768px) { .sidebar { display: none; } } /* Beautiful blue underline hover effect for post titles */ .post-title-link { color: #333; /* Initial text color */ position: relative; transition: color 0.3s; } .post-title-link:hover { color: #030303; /* Text color on hover */ } .post-title-link::before { content: ''; position: absolute; bottom: -3px; /* Adjust the position of the underline */ left: 0; width: 100%; height: 2px; background-color: #007BFF; transform: scaleX(0); /* Initial scale of the underline */ transform-origin: center; transition: transform 0.3s; } .post-title-link:hover::before { transform: scaleX(1); /* Scale the underline on hover */ } /* Style for the post separator */ .post-separator { border-top: 1px solid #000000; margin-top: 30px; } /* Style for the post separator */ .post-separator { border-top: 1px solid #000000; margin-top: 30px; } /* Header Style */ .header-menu-class { display: flex; list-style: none; padding: 0; margin: 0; } .header-menu-class li { margin-right: 20px; margin-top: 10px; position: relative; /* Add relative positioning for dropdowns */ } .header-menu-class li a { position: relative; color: #111; text-decoration: none; transition: color 0.3s ease, border-bottom-color 0.3s ease; /* Add transition properties */ } .header-menu-class li:hover > ul { display: block; /* Show dropdown on hover */ } .header-menu-class li ul { display: none; position: absolute; top: 100%; left: 0; background: #fff; padding: 10px; border: 1px solid #ccc; } .header-menu-class li ul li { margin: 0; } .header-menu-class li ul li a { color: #111; } /* Footer Style */ .footer-menu-class { display: flex; list-style: none; padding: 0; margin: 0; } .footer-menu-class li { margin-right: 20px; margin-top: 10px; } .footer-menu-class li a { position: relative; color: #111; text-decoration: none; transition: color 0.3s ease, border-bottom-color 0.3s ease; /* Add transition properties */ } .footer-menu-class li:hover > ul { display: block; /* Show dropdown on hover */ } .footer-menu-class li ul { display: none; position: absolute; top: 100%; left: 0; background: #fff; padding: 10px; border: 1px solid #ccc; } .footer-menu-class li ul li { margin: 0; } .footer-menu-class li ul li a { color: #111; } /* Copyright Text Style */ .copyright-text { margin-top: 12px; } /* Mobile Header Menu Style */ @media (max-width: 991px) { header { padding: 10px 20px; } header .navigation { display: none; } header .navigation.active { width: 100%; height: calc(100vh - 170px); position: fixed; top: 170px; left: 0; display: flex; flex-direction: column; align-items: center; background: #fff; transition: top 0.3s ease; z-index: 999; overflow-y: auto; /* Enable scrolling within the navigation */ } header .navigation li { margin-left: 0; } header .navigation li a { color: #111; font-size: 1.6em; display: block; margin-bottom: 10px; } .menutoggle { position: relative; width: 40px; height: 40px; background: url(https://i.postimg.cc/qq7WKZ1m/menu.png); background-size: 30px; background-repeat: no-repeat; background-position: center; cursor: pointer; filter: invert(1); } .menutoggle.active { background: url(https://i.postimg.cc/yNcK65Gc/close.png); background-size: 25px; background-repeat: no-repeat; background-position: center; } /* Remove the "overflow: hidden" from body to allow scrolling */ .header-menu-class { display: block !important; } } /* Styling for Captions */ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-right: auto; margin-left: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /* Style for Sticky Class */ .sticky { display: block; } /* Style for Galleries */ .gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; } .gallery-item { display: inline-block; text-align: center; width: 100%; } .gallery-columns-2 { grid-template-columns: repeat(2, 1fr); } .gallery-columns-3 { grid-template-columns: repeat(3, 1fr); } .gallery-columns-4 { grid-template-columns: repeat(4, 1fr); } .gallery-columns-5 { grid-template-columns: repeat(5, 1fr); } .gallery-columns-6 { grid-template-columns: repeat(6, 1fr); } .gallery-columns-7 { grid-template-columns: repeat(7, 1fr); } .gallery-columns-8 { grid-template-columns: repeat(8, 1fr); } .gallery-columns-9 { grid-template-columns: repeat(9, 1fr); } .gallery-caption { display: block; } /* Style for Algned classes */ .alignright { float: right; margin-left: 1.5em; margin-bottom: 1.5em; } .alignleft { float: left; margin-right: 1.5em; margin-bottom: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }