@charset "UTF-8";

/*
Theme Name: Kwala Theme
Theme URI: https://kwala.network/
Author: Kwala
Author URI: https://wordpress.org/
Description: Kwala is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kwala
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
.
*/


/* ========== GLOBAL STYLES ========== */
body { 
  font-family: Sora, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin:0; 
  padding:0; 
  line-height:1.4;  
/*  background: url('images/hero-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;*/
}
.header-bg {position: absolute; top:0; width:100%; height:300px; opacity: 0.3; z-index: -1;}
a { text-decoration:none; }
.inner-container { width:90%; max-width:1220px; margin:auto; }
h1, h2, h3 { font-weight:700; color: #3F3F3F;}
h2, h3, h4, h5, h6, p {margin-top:0; color: #3F3F3F;}
.padTB {padding: 60px 0;}
.btn-primary { background:#2D7CF5; font-size: 18px; border:1px solid #2D7CF5; font-weight: 600; color:#fff; padding:10px 25px; border-radius:40px; display:inline-block; }
.btn-secondary { background:transparent; font-size: 18px; border:1px solid #2D7CF5; font-weight: 600; color:#2D7CF5; padding:10px 25px; border-radius:40px; display:inline-block; }

/* ========== HEADER ========== */
.site-header { background:#fff; border-bottom:0px solid #eee; position: fixed; width: 100%; z-index: 999; top: 0;}
.header-wrap { display:flex; align-items:center; justify-content:space-between; padding:20px 0; flex-wrap:wrap; }
.logo { font-weight:700; font-size:20px; display: flex;}
.logo a { display: flex;}
.main-nav ul { list-style:none; display:flex; gap:40px; margin:0; padding:0; }
.main-nav a { color: #3F3F3F; font-weight: 400; font-size: 14px; }
.main-nav ul li a:hover {
    color: #4900bc;
}
.header-layer {height: 75px;}
.logged-in .site-header {
    top: 32px;
}
.subscribe-in-box p {font-size:14px;}

/* ========== CTA ========== */
.ctaSection { padding:40px 0; color:#fff; text-align:center; }
.cta-buttons { margin-top:20px; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; }
.ctaSection .sub-header {text-align: center; max-width: 100%; font-weight: 300;}
.ctaSection h2 {color:#fff; font-weight: 600; font-family: Tektur, sans-serif;font-size: 40px; margin-bottom:15px;}
.ctaSection .section-subtitle {color:#fff; padding:0 60px;}

/* ========== FOOTER SECTION ========== */


.footer-section {padding:80px 0 0;}
.footer-top {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  flex: 1 1 300px;
}

.footer-left img {
  max-width: 320px;
  margin-bottom: 15px;
}

.footer-left p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  font-weight: 300;
}

.footer-links {
  display: flex;
  gap: 175px;
  flex: 2 1 230px;
  justify-content: right;
  flex-wrap: wrap;
}
.footer-left p {padding-right: 200px;}

.footer-links h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#3F3F3F;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a {
  font-size: 14px;
  color: #3F3F3F;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}
.footer-links ul li a:hover {color: #4900bc;}


.footer-social {
  display: flex;
  gap: 15px;
  font-size: 22px;
  color: #2C5AA0;
  align-items: center;
}



.footer-social a {
  color: #2C5AA0;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #E74C3C;
}

.footer-bottom {
  margin: 30px auto;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
}

.blog-content ol li strong {font-weight:600;}

.footer-bottom a {
  font-size: 14px;
  color: #676767;
  text-decoration: none;
  font-weight: 300;
}
.footer-bottom p {
  font-size: 14px;
  color: #676767;
  font-weight: 300;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 0;
}
.footer-bottom p span {line-height: normal;}
.footer-bottom p img {display: inline-block;}
.footer-bottom p a {display: inline-block;height: 24px;}

.footer-bottom a:hover {
  color: #E74C3C;
}



.navbar-toggle {
    border: 0px solid transparent;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#open-menu {
    display: none;
    margin-left: auto;
    padding-right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.display-menu {
  display: none;
    padding: 0px 20px;
    width: 91%;
    height: 63vh;
    position: fixed;
    background: #ffffff;
    z-index: 9999;
    left: 0;
    top: 0;
}
#close-menu {
    top: 32px;
    right: 32px;
    position: absolute;
    width: 18px;
}
.display-menu ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}
.display-menu ul li {
    margin-bottom: 18px;
}
.display-menu ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}


.bodyContent ul {padding-left: 22px;}
.bodyContent ul li {font-size: 18px; padding-bottom: 5px;}

.drop-small-menu {
    position: absolute;
    padding-top: 20px;
    z-index: 999;
    display: none;
    min-width: 160px;
}
.drop-small-menu ul {
    display: block !important;
    padding: 20px;
    background: #2c5aa0;
    list-style: none;
    border-radius: 5px;
}
.drop-small-menu ul li {
    padding: 4px 0;
}

.drop-small-menu ul li a {
    color: #fff;
    font-size: 16px;
}
.drop-down-list:hover .drop-small-menu {
    display: block;
}
/* ============================ new code ====================== */
.listingSection-inner {display: flex; column-gap: 20px; align-items: start;}
.listSidebar-left {width:230px;}
.listSidebar-right {width:calc(100% - 250px);}
.listingSection {padding: 40px 0 80px;}
.blue-button {text-transform: uppercase; background-color: #4900bc; padding: 10px 25px; column-gap: 10px;
  display: inline-flex; justify-content: center; align-items: center; color: #fff; font-weight: 600; font-size: 14px;
  clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0% 100%);
}
.filter-input-box {border: 1px solid #E0E0E0; padding: 15px;}
.filter-input-box ul {list-style: none; padding-left: 0; margin: 0;}
.filter-input-box ul li {font-size: 14px; font-weight: 300; padding: 4px 0;display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filter-input-box ul li a {color: #3F3F3F;position: absolute;padding-left: 30px;}
.filter-input-box ul .active {font-weight: 400;}
/* Hide default checkbox */
.filter-input-box ul li input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #4900BC;   /* default border */
  border-radius: 1px;
  cursor: pointer;
  background: #fff;
  position: relative;
  transition: 0.25s ease;
}

/* Active Item → Background color */
.filter-input-box ul li.active input[type="checkbox"] {
  background: #4900BC;      /* your active background color */
  border-color: #4900BC;
}

/* Checkmark inside */
.filter-input-box ul li input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-box h2 {font-size: 20px; font-weight: 600; margin-bottom: 25px;}
.filter-box {margin-bottom: 20px;}
.subscribe-box {border:1px solid #E0E0E0; background: #F6F6F6; padding:15px;}
.subscribe-in-box h2 {font-size: 20px; font-weight: 600; margin-bottom: 10px; padding-right: 30px;}
.latest-blog {margin-bottom: 56px;}
.latest-blog h2 {font-size: 24px; font-weight: 600;}

.blogHeader {display: flex; column-gap: 30px; align-items: center; justify-content: space-between; margin-top: 30px;}
.blogHeader h1 {font-size: 40px; font-weight: 600; margin-bottom: 10px;}
.list-header-cnt p {font-size: 16px; font-weight: 300; line-height: 22px;}
.list-header-search {width:20%;}
.list-header-cnt {width:70%;}
.input-search-box input {width: 100%; border: none; outline: none; font-size: 14px; font-weight: 300;}
.input-search-box {border:1px solid #C5C5C5; background: #fff; border-radius: 30px; padding:10px 12px;
display: flex; align-items: center; column-gap: 8px;
}
.input-search-box img {width:20px;}

.latest-blog-card {border:1px solid #E0E0E0; padding:24px; }
.imageText {  display: grid; grid-template-columns: 52% 46%; gap: 15px;}
.article-image img {width:100%; display: block;}
.article-category a {font-size: 14px; color: #7F7F7F; font-weight: 400; border-radius: 30px; border: 1px solid #BFBFBF; padding: 7px 14px;}
.article-category {margin-bottom: 30px; margin-top: 5px;}
.article-auth-meta {display: flex; align-items: center; column-gap: 10px;}
.article-auth-meta img {width: 16px;}
.article-auth-meta {color: #7F7F7F;}
.article-auth-meta span {font-size: 14px; font-weight: 300; color: #7F7F7F; display: flex; align-items: center; column-gap: 5px;}
.article-meta h3 {margin-bottom: 10px; font-size: 18px; font-weight: 600; line-height: 24px;}
.article-meta h3 a {color: #3F3F3F;
 display: -webkit-box;
  -webkit-line-clamp: 2;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-header {margin-bottom: 15px;}
.card-body p {margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-weight: 300; line-height: 22px; color: #3F3F3F;
 display: -webkit-box;
  -webkit-line-clamp: 2;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-body a { font-size: 14px; font-weight: 600; line-height: 22px; color: #4900BC;}
.all-blog-grid h2 {font-size: 20px; font-weight: 600;}
.Allblog-lists {display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; row-gap: 40px;}
.Allblog-lists .article-image {margin-bottom: 20px;}
.Allblog-lists .article-category {margin: 0;}
.Allblog-lists .card-header {display: flex; align-items: start; justify-content: space-between; column-gap: 10px;}
.Allblog-lists .article-category {order:2; width: 30%; text-align: center;}
.Allblog-lists .article-category a {
   display: -webkit-box;
  -webkit-line-clamp: 1;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0px 11px;
  line-height: 33px;
}

.Allblog-lists .article-meta {order: 1; width: 70%;}

.buttoncta {display: none;}
.ctaSection {background: url(images/cta-bg.png); padding-bottom: 20px!important;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0% calc(100% - 30px));
  background-size: 100%;
  background-repeat: no-repeat;
}
.ctaSection .cta-buttons {margin-bottom: 20px;}
.icon-button {background: #2E0077;}
.cta-caption p {font-weight: 300; font-size: 14px; color: #fff;opacity: 0.7;}
.cta-caption {margin-bottom: 20px;}
.ctaSection .sub-header p {font-weight: 400; font-size: 14px;padding-bottom: 20px;}

.blog-main {margin-bottom: 20px; margin-top: 20px;}
.blog-meta {display: flex; align-items: start; column-gap: 30px; justify-content: space-between; margin-bottom: 25px;}
.blog-meta .blogAuthor-meta {width:230px; margin-top: 10px;text-align: right;}
.blog-image img {width:100%; display: block;}
.blog-meta h1 {margin-top: 0; font-family: Tektur, sans-serif;}
.blogAuthor-meta .article-category {margin-bottom: 20px;}
.blog-title {width:calc(100% - 260px);}
.blog-image {margin-bottom: 20px;}
.blogAuthor-meta .article-auth-meta { justify-content: right;}
.blog-content h2 {margin-bottom: 10px; font-size: 24px; font-weight: 700;margin-top: 32px;}
.blog-content ul {padding-left: 30px; margin-bottom: 20px;}
.blog-content ol {padding-left: 18px; margin-bottom: 20px;}
.blog-content li {color: #3F3F3F; font-size: 16px; font-weight: 300; line-height: 24px;}
.blog-content p {color: #3F3F3F; font-size: 16px; font-weight: 300; line-height: 24px;}
.blog-content p strong {font-weight: 600;}
.blog-content ol li p {margin-top: 10px;}
.blog-content figure {margin-bottom: 20px; }
.blog-content figcaption {font-weight: 200;}
.blog-content img {
  clip-path: polygon(
    0% 0%,
    calc(100% - 30px) 0%,     /* top edge before cut */
    100% 30px,                /* top-right cut */
    100% 100%,
    30px 100%,                /* bottom-left cut */
    0% calc(100% - 30px)
  );
}
.blog-section {display: flex; align-items: start; column-gap: 45px;}
.blog-left {width:calc(100% - 320px)}
.blog-right {width:275px;}

.blog-main .ctaSection h2 {font-size: 40px; line-height: 48px; padding:0 10px;}
.blog-main .ctaSection {background-size: 100% 290px;}
.blog-content {margin-bottom: 40px;}

.pageContent-widget h2 {font-size: 20px; font-weight: 600;}
.pageContent-widget {margin-bottom:56px;}
.toc-list {list-style: none; padding-left: 0;}
.toc-list li {margin-bottom: 20px;}
.toc-list li a {color: #3F3F3F; font-size: 14px; font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.error404 .container p {text-align: center;}
.toc-list li.active a {color: #4900BC; font-weight: 600;}
.toc-list li:first-child a {color: #4900BC; font-weight: 600;}
.toc-list li:hover a {color: #4900BC; font-weight: 600;}
.related-widget h2 {}
.related-widget .Allblog-lists .card-header {display: grid; gap:15px;}
.related-widget .Allblog-lists {grid-template-columns: 1fr; row-gap: 30px;}
.related-widget .Allblog-lists .article-meta { width: 100%;}
.related-widget .Allblog-lists .article-image { margin-bottom: 15px;}
.related-widget .Allblog-lists .article-category {width: auto; display: flex;}
.related-widget .card-body p {font-size: 14px; line-height: 20px;}
.blog-content figure {max-width: 100%;}



.blog-content table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: Arial, sans-serif;
  clip-path: polygon(0% 0%, calc(100% - 30px) 0%, /* top edge before cut */ 100% 30px, /* top-right cut */ 100% 100%, 30px 100%, /* bottom-left cut */ 0% calc(100% - 30px));
}

.blog-content th,
.blog-content td {
  padding: 14px 18px;
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}

.blog-content thead th {
  background: #f8f9fb;
  font-weight: 600;
}

.blog-content tbody tr:nth-child(even) {
  background: #fafafa;
}

#sidebarToc {
  position: relative;
}
.toc-listSide {
  will-change: transform;
}
@media (max-width: 991px) {
  .toc-listSide {
    position: static !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
  }
}
  
/* Responsive */
@media (max-width: 768px) {

  .footer-top {
    flex-direction: column;
    text-align: left;
    align-items: center;
    gap: 20px;
  }
  .footer-links {
    justify-content: space-between;
    text-align: left;
  }
  .footer-links > div {width:40%;}
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .logo img {width:132px;}
  .main-nav {display: none;}
  .header-wrap .buttoncta .btn-primary {display: none;}
  .footer-social {padding: 20px 0 0; justify-content: center;}
  .sub-header h2 { font-size: 20px; line-height: 24px; padding: 0 15px;}
  .cta-caption p { padding: 0 20px;}

  .ctaSection .section-subtitle {padding: 0px 15px;}
  .sub-header p { font-size: 20px;}
  .btn-primary { font-size: 14px;padding: 8px 15px;}
  .cta-buttons {gap: 20px;}
  .footer-left {flex: 1; }
  .footer-links {gap: 30px; flex: 1 1;}
  .btn-secondary { font-size: 14px; padding: 8px 15px;}
  #open-menu { display: block; }

  .ctaSection .sub-header p {  font-size: 14px; }
  .ctaSection { background-size: 100% 370px; clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 48px), calc(100% - 42px) 100%, 42px 100%, 0% calc(100% - 48px));}
  .ctaSectionauto {width:100%; padding:0}
  .footer-section { padding: 50px 0 0; }
  .buttoncta { display: block; }

  .blogHeader { display: grid;}
  .list-header-cnt { width: 100%; }
  .list-header-search { width: 70%; }
  .listingSection-inner { display: grid;}
  .listSidebar-left { width: 100%; margin-bottom: 40px;}
  .listSidebar-right { width: 100%; }
  .imageText {grid-template-columns: 100%;}
  .Allblog-lists {grid-template-columns: 100%;}
  .Allblog-lists .card-header { display: grid; gap: 15px;}
  .Allblog-lists .article-category {display: flex; width: auto;}
  .Allblog-lists .article-meta { width: 100%; }
  .article-meta h3 {font-size: 18px; line-height: 28px;}
  .footer-left img { max-width: 154px;}
  .footer-left p { padding-right: 0; }
  .blog-section { display: block;}
  .blog-left { width: 100%; }
  .blog-right { width: 100%; }
  .blog-title h1 {font-size: 22px;}
  .blog-meta { display: grid;}
  .blog-title { width: 100%; }
  .blog-meta .blogAuthor-meta {width: auto;text-align: left;}
  .blogAuthor-meta .article-auth-meta { justify-content: left; }
  .blog-content h2 { font-size: 20px;}
  .blog-main .ctaSection h2 { font-size: 22px; line-height: 27px;}
  .blog-left {margin-bottom: 30px;}
  .pageContent-widget {display:none;}

}








