/* ==================================================
   THEME INFO
   ================================================== */
/*!
Theme Name: BiasBreak
Author: BiasBreak Team
Description: This is a custom build Wordpress theme to run in BiasBreak.com
*/

/* Apply Space Grotesk globally */
/* ==================================================
   GLOBAL TYPOGRAPHY
   ================================================== */

body,
h1, h2, h3, h4, h5, h6,
p, span, li, ol, ul,
textarea, input, button, select, a {
    font-family: 'Space Grotesk', sans-serif !important;
}
.flext-div{
	display: flex;
}

/* ==================================================
   Popup for Showing Results
   ================================================== */
section.show_result {
	position: relative !important;
}

div#biasbreakResultPopup {
    background: transparent !important;
    border-radius: 0px;
    padding: 0px !important;
    box-shadow: none !important;
    margin-top: -10px;
    margin-left: -27px;
    margin-right: -27px;
}

.search-box-wrapper {
    margin-top: 2vw !important;
    width: 546px;
    margin: 0 auto;
}

/* ==================================================
   Menus
   ================================================== */
.right_menu ul#menu-right_menu li:last-child a {
    color: #ffffff !important;
    font-weight: bold;
    background: #000000 !important;
    padding: 12px 30px !important;
    border-radius: 45px !important;
}

ul#menu-left_menu, ul#menu-right_menu, .left-menu-class ul, .right-menu-class ul {
    list-style: none;
    display: flex;
	margin: 0px;
	padding: 0px;
    gap: 1.5vw;
}
.right_menu {
    width: 41%;
    display: flex;
    gap: 1.5vw;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
section.main-navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f3fa;
    padding: 2vw 4vw;
    flex-wrap: wrap;
}
.main_logo {
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_menu li a, .right_menu li a {
    font-weight: 500;
    font-size: 16.66px;
    color: #000000;
    font-family: sans-serif !important;
}
.left_menu {
    width: 39%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5vw;
}

ul#menu-footer-menu li a {
    color: #ffffff;
}
ul#menu-footer-menu{
	list-style: none;
    display: flex;
    gap: 20px;
    margin: 0px;
}
  .footer-class {
    list-style: none;
    color: #ffffff;
}
.footer_right_menu {
    list-style: none;
    display: flex;
    gap: 20px;
}
.right-section {
    width: 50%;
    padding: 2vw;
    display: flex;
    justify-content: end;
    align-items: center;
}
.left-section p{
	margin: 0px !important;
}
.left-section {
    width: 50%;
    padding: 2vw;
    display: flex;
    justify-content: flex-start;
    align-items: center !important;
}
.content-area {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.foot-container {
    display: flex;
    flex-direction: column;
    background-color: #0c003f;
}
.foot-cld-snd img {
    width: 57vw;
}
.foot-cld-snd {
    position: absolute;
    right: 0px;
    top: 10vw;
}
a.foot-btn-two {
    padding: 1vw 1vw;
    background: #fff;
    border-radius: 0.625vw;
    color: #000;
    text-decoration: none;
}
a.foot-btn-one {
    padding: 1vw 1vw;
    background: #3E57DA;
    border-radius: 0.625vw;
    color: #fff;
    text-decoration: none;
}
.foot-inn-btn {
    gap: 1vw;
}
.foot-inn-fst p {
    font-size: 1.03vw;
}
.foot-inn-fst h2 {
    font-size: 2.5vw;
}
.foot-inn-fst {
    width: 28.333vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.foot-cld-fst {
    width: 70.26vw;
    height: 32.396vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    left: 1px;
    background: url('img/bg-cover.png');
    padding: 3vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.foot-sec-inn {
    height: 42.448vw;
}

.foot-sec-inn {
    position: relative;
}

/* ==================================================
   FAQ section
   ================================================== */

@keyframes fadeIn {
   0% {
    opacity: 0;
    transform: translateY(-0.5vw);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.faq-answer {
    padding: 0 2.5vw 2vw 2.5vw;
    font-size: 1vw;
    color: #444;
    line-height: 1.6;
    animation: fadeIn 0.3s ease-in-out !important;
}
.faq-question::after {
    content: "→";
    font-size: 1.5vw;
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.faq-question::after {
    content: "→";
    font-size: 1.5vw;
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.faq-question[aria-expanded="true"]::after {
    content: "↑";
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 2vw 2.5vw;
    font-size: 1.2vw;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
.faq-item {
    border: 0.1vw solid #e0e0e0;
    border-radius: 1vw;
    background-color: #f9faff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.3vw 0.6vw rgba(0, 0, 0, 0.05);
}
.faq-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
.faq-cld-fst h5 {
    color: #3E57DA;
    background: #F5F8FF;
    border-radius: 0.5vw;
    padding: 0.2vw 0.6vw;
    width: fit-content;
    font-size: 1vw;
}
.faq-sec, .foot-sec{
	background-color: #f0f2f5;
}
.faq-cld-snd {
    width: 50%;
}
.faq-cld-fst {
    width: 50%;
}

/* ==================================================
   Blog Button in MainPage
   ================================================== */
.blog-btn {
    background: #6172F3;
    border: none;
    color: #fff;
    border-radius: 0.521vw;
    padding: 1.1vw 2.5vw;
}
.blog-read-link {
    font-size: 0.9vw;
    color: #4461ff;
    text-decoration: underline;
    margin-top: auto;
    font-weight: 500;
    display: inline-block;
}
.blog-title {
    font-size: 0.938vw;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}
.blog-title a {
    text-decoration: none;
    color: inherit;
}
.blog-category {
    font-size: 0.8vw;
    font-weight: 600;
    color: #4461ff;
    border-radius: 5vw;
    width: fit-content;
    border: 1px solid #0000001A;
    padding: 0.8vw 1vw;
}
.blog-image img {
    width: 100%;
    height: auto;
    border-radius: 1vw;
}
.blog-item {
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s;
    display: flex
;
    flex-direction: column;
    gap: 1vw;
}
.custom-blog-grid {
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(4, 1fr);
}
.blog-grid-section {
    width: 100%;
    margin: 3vw 0;
}
.blog-inn-div p {
    font-size: 0.833vw;
}
.blog-div c {
    background: linear-gradient(110deg, #8098F9, #2C43B8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-div img {
    width: 35vw;
    border-radius: 0 0 5vw 0;
}
.blog-div h3 {
    width: 28vw;
    text-align: left;
    font-size: 2.057vw;
}
.blog-inn-div {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
}
.flex-div , .how-flex {
    display: flex;
}
.blog-div {
    background:  url('img/bg-cover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3vw;
    width: 70vw;
    border-radius: 1vw 1vw 6vw 1vw;
    gap: 2vw;
}

.h3, h3 {
        font-size: 1.75rem;
    }
.blog-sec {
    gap: 2vw;
    text-align: center;
    background: linear-gradient(180deg, #F1F5FF 0%, #C1D3FF 100%);
    display: flex
;
    flex-direction: column;
    align-items: center;
}

/* ==================================================
   Testimonials in MainPage
   ================================================== */

.testimonial-author-destination
 {
    font-size: 0.9vw;
    color: #888;
    line-height: 1;
    margin-top: 0.2vw;
}
.testimonial-author-name {
    font-size: 1vw;
    color: #001860;
    font-weight: 600;
    line-height: 1.2;
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1vw;
}
.testimonial-content {
    font-size: 1vw;
    color: #222;
    line-height: 1.5;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
}
.testimonial-item {
    background: #fff;
    padding: 2vw;
    border-radius: 1.2vw;
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s;
    display: flex !important
;
    flex-direction: column-reverse;
    gap: 1vw;
}
.testimonial-subtitle {
    font-size: 1.1vw;
    margin-bottom: 4vw;
    color: #555;
    width: 26vw;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-title {
    font-size: 2.5vw;
    margin-bottom: 1vw;
    color: #001860;
    font-weight: bold;
}

/* ==================================================
   3rd Section BiasBreak's AI Solution
   ================================================== */

button.who-btn {
    width: 100%;
    background: #EFEFEF;
    color: #000;
    font-size: 1vw;
    border-radius: 1vw;
    border: none;
    padding: 1vw;
}
.clnt-mob{
	
}
.sec-pad{
	padding: 5vw 5vw;
}
.who-we-are , .clnt-test { 
    background-color: #f0f2f5;
}

.who-cld-sc img {
    border-radius: 1vw 1vw 5vw 1vw;
    max-width: 100%;
}

img, svg {
    vertical-align: middle;
}
.who-cld-fs p {
    width: 29.74vw;
    font-size: 0.833vw;
}

.who-grd p {
    max-width: 100%;
    width: 15vw !important;
    margin: 0.5vw 0vw;
}
.h5, h5 {
    font-size: 1.25rem;
}
.who-chld img {
    width: 2vw;
}
.flex-div {
    display: flex;
}

.who-grd-cld {
    gap: 2.5vw;
}
.who-grd-cld {
    margin-top: 1vw;
}
.who-cld-sc.mob-res {
    display: none;
}
.who-cld-fs p {
    width: 29.74vw;
    font-size: 0.833vw;
}
.who-cld-fs h2 {
    font-size: 2.854vw;
    margin: 0.5vw 0;
}
.who-cld-fs h6 {
    width: fit-content;
    padding: 0.5vw 2vw 0.5vw 1vw;
    background: #F5F8FF;
    color: #3E57DA;
    border-radius: 0.5vw;
}
.who-cld-sc {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.who-cld-fs {
    width: 60%;
}
.flex-div {
    display: flex;
}

/* ==================================================
   2nd Section: How it works
   ================================================== */

.how-work-frth {
    position: absolute;
    top: 7vw;
    left: 73vw;
    background: url('img/3_.png');
    background-repeat: no-repeat;
    background-size: 4.8vw;
    background-position: 13vw 1vw;
    position: absolute;
}
.how-work-trd {
    position: absolute;
    top: 24vw;
    left: 48vw;
    background: url('img/2_.png');
    background-repeat: no-repeat;
    background-size: 4.8vw;
    background-position: 13vw 1vw;
    position: absolute;
}
.how-work-snd {
    position: absolute;
    top: 34vw;
    left: 17vw;
    background: url('img/1_.png');
    background-repeat: no-repeat;
    background-size: 3vw;
    background-position: 13vw 1vw;
}
.how-work {
    background: url('img/bg-hiw.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 51vw;
    position: relative;
}
.snd-chld-div img {
    width: 4.479vw;
}
.snd-chld-div {
    width: 20vw !important;
}
.snd-chld-div p {
    font-size: 0.833vw;
}
.snd-chld-div h2 {
    margin: 1vw 0;
    font-size: 0.833vw;
}
button.how-work-btn {
    background: #6172F3;
    border: none;
    color: #fff;
    border-radius: 5vw;
    padding: 1.1vw 2.5vw;
    margin: 2vw 0 0 0;
}
.how-work-fst p {
    font-size: 0.833vw;
}
.how-work-fst h5 {
    color: #6172F3;
    font-size: 0.729vw;
}
.how-work-fst h2 {
    font-size: 2.083vw;
    margin: 0.6vw 0;
}
.sec-pad {
    padding: 5vw 5vw;
}










/* ==================================================
   Plugin Section The BB
   ================================================== */

.short-des img {
    width: 2vw;
}
p.short-des {
    font-size: 1vw;
    font-weight: 600;
	 justify-content: flex-start;
    display: flex;
}

.grad-div {
    position: absolute;
    left: 25%;	
	right: 25%;
    top: 90%;
    min-height: auto;
    background: linear-gradient(0deg, #dce6fd 0%, #fff 100%);
    max-width: 100%;
    width: 50%;
    padding: 2vw;
    z-index: 999;
    border-radius: 2vw 2vw 0 0;
}
/* Make sure parent of grad-div allows overflow */
.parent-container {
    position: relative;
    overflow: visible;
    width: 100% !important;
}
.hero-inner{
	margin-bottom: 60px;
}
.logo-text {
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 1vh;
    color: #000;
}
.main-heading {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2vh;
}
.description {
    font-size: 1.1vw;
    font-weight: 400;
    max-width: 47vw !important;
    margin: 0 auto 4vh;
    color: #333;
}
main#main {
    margin: 0px !important;
    padding: 0px !important;
}
.hero-section {
    text-align: center;
    position: relative;
    min-height: 100vh;
    background: url('img/bg-hero.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top: -10px;
}

input#articleUrl, button.btn.search-box-btn {
    border: 0px !important;
	font-size: 13px;
    background: transparent !important;
    box-shadow: none !important;
}
form#biasForm {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
    background: transparent !important;
}

.search-box {
    display: flex !important;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    background: transparent !important;
    border: 1px solid #000000 !important;
    border-radius: 50px !important;
}
















/* ==================================================
   Plugin Section The BB
   ================================================== */














nav#header {
    background-color: #efefef;
}
ul#menu-main_menu_primary {
    width: 100%;
    justify-content: end;
}

.footer-column li {
    list-style: none !important;
}
#footer{
	background-color: #efefef !important; 
}
section.mobile_menu {
	display: none;
}
























@media (max-width: 1040px) {

button.who-btn {
    font-size: 22px;
    
}
  
  .left-section, .right-section {
    width: 100%;
    justify-content: center !important;
  }

  .faq-question::after {
    content: "→";
    font-size: 5.5vw;
  }

  .testimonial-grid, .custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }

  .testimonial-item {
    padding: 4vw;
    flex-direction: column-reverse; /* FIX: added missing semicolon above */
  }

  button.who-btn {
    width: 50%;
    margin: 10px 0;
  }

  .flex-div {
    display: flex;
    align-items: center;
  }

  .who-chld img {
    width: 12vw;
  }

  .snd-chld-div, .who-cld-fs p, .who-cld-fs, .who-cld-sc,
  .testimonial-subtitle, .faq-cld-fst, .faq-cld-snd,
  .foot-inn-fst, .foot-cld-snd img , .how-work-fst {
    width: 100% !important;
  }

  .snd-chld-div img {
    width: 10.479vw;
  }

  .how-work-fst h2, .snd-chld-div h2, .who-cld-fs h2,
  .testimonial-title, .blog-title, .faq-cld-fst h5, .faq-question {
    font-size: 28px;
  }

  .how-work-fst h5 , .h5, h5 {
    font-size: 18px;
  }

  .how-work-fst p, .snd-chld-div p, .who-cld-fs p,
  .testimonial-subtitle, .testimonial-content,
  .testimonial-author-name, .testimonial-author-destination,
  .blog-read-link, .blog-category,
  .foot-inn-fst p, .foot-inn-fst h2 , .faq-answer {
    font-size: 18px;
  }

  .how-work-snd, .how-work-trd, .how-work-frth {
    position: static !important;
    top: auto !important;
    left: auto !important;
    background: none !important;
    background-repeat: initial !important;
    background-size: initial !important;
    background-position: initial !important;
  }

	
	
	
	
	
	
	
	
	

/* ==================================================
   Before Footer Ready to Try?
   ================================================== */
	
  .foot-inn-fst {
    display: block !important;
    flex-direction: initial !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .foot-sec-inn {
    height: auto !important;
  }

  .foot-cld-snd {
    width: 100%;
    position: static !important;
  }

  .foot-cld-fst {
    width: 100%;       
	min-height: 250px;
    position: static !important;
    background: url('img/bg-cover.png');
    padding: 3vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

	
	
	
	
	

/* ==================================================
   2nd Section: How it works
   ================================================== */
	
  .how-flex {
    display: flex !important;
    flex-direction: column !important;
  }

  .how-work {
    background: #fff !important;
    background-size: initial !important;
    background-repeat: no-repeat !important;
    background-position: initial !important;
    height: auto !important;
  }

	

/* ==================================================
   Plugin The BB
   ================================================== */
		
	
	
  .search-box {
    width: 100%;
  }

  .hero-section {
    min-height: 100vh;
  }

  .logo-text {
    font-size: 18px !important;
  }

  .main-heading {
    font-size: 28px !important;
  }

  .description {
    font-size: 18px;
    font-weight: 400;
    max-width: 90vw !important;
  }

 .grad-div {
    position: absolute;
    left: 25%;	
	right: 25%;
    top: 90%;
    min-height: auto;
    background: linear-gradient(0deg, #dce6fd 0%, #fff 100%);
    max-width: 100%;
    width: 50%;
    padding: 2vw;
    z-index: 999;
    border-radius: 2vw 2vw 0 0;
}

  p.short-des {
    font-size: 1vw;
    font-weight: 600;
  }

	

	
		

/* ==================================================
   Main Navigation
   ================================================== */
	
  section.main-navi {
    display: none;
  }

  ul#menu-main_menu_primary {
    list-style: none;
    padding-left: 20px;
  }

  ul#menu-main_menu_primary li a {
    color: #000000;
    padding: 10px 0;
  }

  div#offcanvasRight {
    width: 250px;
  }

  section.mobile_menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
    background-color: #f0f3fa;
  }

  .left_mobile,
  .right_mobile {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .left_mobile {
    justify-content: flex-start;
  }

  .right_mobile {
    justify-content: flex-end;
  }

    ul#menu-left_menu, ul#menu-right_menu {
    gap: 12px;
}
.left_menu li a, .right_menu li a {
    font-size: 11px;
    color: #000000;
}
}

@media (max-width: 768px) {

.search-box-wrapper {
    margin-top: 2vw !important;
    width: 100%;
}
	button.btn.btn-mn{
		box-shadow: none;
	}
  

  .left-section, .right-section {
    width: 100%;
    justify-content: center !important;
  }

  .faq-question::after {
    content: "→";
    font-size: 5.5vw;
  }

  .testimonial-grid, .custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }

  .testimonial-item {
    padding: 4vw;
    flex-direction: column-reverse; /* FIX: added missing semicolon above */
  }

  button.who-btn {
    width: 40%;
    margin: 10px 0;
  }

  .flex-div {
    display: flex;
    align-items: center;
	 flex-direction: column;
  }

  .who-chld img {
    width: 12vw;
  }

  .snd-chld-div, .who-cld-fs p, .who-cld-fs, .who-cld-sc,
  .testimonial-subtitle, .faq-cld-fst, .faq-cld-snd,
  .foot-inn-fst, .foot-cld-snd img, .blog-div img, .blog-div img, .blog-div h3,.blog-div {
    width: 100% !important;
  }

  .snd-chld-div img {
    width: 10.479vw;
  }

  .how-work-fst h2, .snd-chld-div h2, .who-cld-fs h2,
  .testimonial-title, .blog-title, .faq-cld-fst h5,  {
    font-size: 24px;
  }

  .how-work-fst h5, .blog-mob p, .blog-category, .blog-read-link {
    font-size: 14px;
  }

  .how-work-fst p, .snd-chld-div p, .who-cld-fs p,
  .testimonial-subtitle, .testimonial-content,
  .testimonial-author-name, .testimonial-author-destination,
  .foot-inn-fst p, .foot-inn-fst h2, .faq-answer, .faq-question, .blog-div h3, .blog-title  {
    font-size: 17px;
  }

  .how-work-snd, .how-work-trd, .how-work-frth {
    position: static !important;
    top: auto !important;
    left: auto !important;
    background: none !important;
    background-repeat: initial !important;
    background-size: initial !important;
    background-position: initial !important;
  }

  .foot-inn-fst {
    display: block !important;
    flex-direction: initial !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .foot-sec-inn {
    height: auto !important;
  }

  .foot-cld-snd {
    width: 100%;
    position: static !important;
  }

  .foot-cld-fst {
    width: 100%;       
	min-height: 250px;
    position: static !important;
    background: url('img/bg-cover.png');
    padding: 3vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .how-flex {
    display: flex !important;
    flex-direction: column !important;
  }

  .how-work {
    background: #fff !important;
    background-size: initial !important;
    background-repeat: no-repeat !important;
    background-position: initial !important;
    height: auto !important;
  }

  .search-box {
    width: 100%;
  }

  .hero-section {
    min-height: 90vh;
  }

  .logo-text {
    font-size: 15px !important;
  }

  .main-heading {
    font-size: 22px !important;
  }


  .grad-div
 {
        position: absolute;
        left: 10%;
        right: 10%;
        top: 94%;
        min-height: auto;
        background: linear-gradient(0deg, #dce6fd 0%, #fff 100%);
        max-width: 100%;
        width: 80%;
        padding: 2vw;
        z-index: 999;
        border-radius: 2vw 2vw 0 0;
    }
  p.short-des {
    font-size: 2.5vw;
    font-weight: 600;
  }

  section.main-navi {
    display: none;
  }

  ul#menu-main_menu_primary {
    list-style: none;
    padding-left: 20px;
  }

  ul#menu-main_menu_primary li a {
    color: #000000;
    padding: 10px 0;
  }

  div#offcanvasRight {
    width: 250px;
  }

  section.mobile_menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
    background-color: #f0f3fa;
  }

  .left_mobile,
  .right_mobile {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .left_mobile {
    justify-content: flex-start;
  }

  .right_mobile {
    justify-content: flex-end;
  }
ul#menu-footer-menu li a, .left-section p {
    font-size: 14px;
}
ul#menu-footer-menu{
    gap: 12px;
	padding: 0px;  
}
	.foot-inn-btn a{
		padding: 10px;
	}
}

/* ==================================================
   Single Post Blog
   ================================================== */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 720px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
}

h1.entry-title { /* Targeting WordPress title specifically */
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.meta {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 1.5rem;
}

img.featured {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1.8rem;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.entry-content p { /* Targeting paragraphs within WordPress content */
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

.entry-content h2 { /* Targeting H2s within WordPress content */
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-left: 4px solid #518AC8; /* Changed from #007BFF */
    padding-left: 0.5rem;
    color: #518AC8; /* Changed from #007BFF */
}

.entry-content a { /* Targeting links within WordPress content */
    color: #518AC8; /* Changed from #007BFF */
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

.social-share {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.social-share button {
    background: #518AC8; /* Changed from #007BFF */
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.social-share button:hover {
    background: #4070a0; /* Changed from #0056b3 (darker shade of #518AC8) */
}















/* ==================================================
   Comment Section 2
   ================================================== */









/* Comments Section Styling */
#comments {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
    /* Apply container styles */
    max-width: 720px;
    margin: 3rem auto 2rem auto; /* Adjusted top margin for spacing */
    background: #fff;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
}

#comments h2.comments-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #222;
    text-align: center;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-body {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 1.2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comment-author .fn {
    font-weight: bold;
    color: #518AC8; /* Changed from #007BFF */
}

.comment-metadata a {
    font-size: 0.85rem;
    color: #999;
    text-decoration: none;
}

.comment-metadata a:hover {
    text-decoration: underline;
}

.comment-content p {
    font-size: 1rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}

.reply {
    margin-top: 0.8rem;
    text-align: right;
}

.comment-reply-link {
    display: inline-block;
    background: #518AC8; /* Changed from #007BFF */
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.3s ease;
}

.comment-reply-link:hover {
    background: #4070a0; /* Changed from #0056b3 (darker shade of #518AC8) */
}

#respond {
    /* Apply container styles */
    max-width: 720px;
    margin: 2rem auto; /* Adjusted top margin for spacing */
    background: #fdfdfd; /* Kept original background for respond */
    border: 1px solid #eee; /* Kept original border for respond */
    border-radius: 6px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#reply-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #222;
}

.comment-form p {
    margin-bottom: 1rem;
}

.comment-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #555;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box; /* Include padding in width */
}

.comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.form-submit input[type="submit"] {
    background: #518AC8; /* Changed from #007BFF */
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.form-submit input[type="submit"]:hover {
    background: #4070a0; /* Changed from #0056b3 (darker shade of #518AC8) */
}

/* Responsive */
@media (max-width: 600px) {
    .container,
    #comments,
    #respond { /* Apply responsive container styles to comments and respond */
        padding: 1rem;
        margin: 1rem;
    }

    h1.entry-title {
        font-size: 1.8rem;
    }

    .entry-content h2 {
        font-size: 1.3rem;
    }

    .entry-content p {
        font-size: 1rem;
    }

    #comments h2.comments-title {
        font-size: 1.5rem;
    }

    .comment-body {
        padding: 1rem;
    }

    #respond {
        padding: 1rem;
    }

    #reply-title {
        font-size: 1.2rem;
    }
}




/* ==================================================
 	Blog Archive / Categories
   ================================================== */

main#primary.site-main {
    max-width: 1200px; /* Or a suitable max-width for your site content */
    margin: 2rem auto; /* Center the content and add vertical space */
    padding: 0 20px; /* Add horizontal padding for smaller screens */
}

/* Style for the grid of posts on archive pages */
.archive-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
    gap: 2rem; /* Space between posts */
    margin-top: 2rem; /* Space below the archive header */
}

/* Styling for individual post items within the archive grid */
.archive-posts-grid article.post { /* Targeting articles specifically in the grid */
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex; /* Make the content inside the article stack nicely */
    flex-direction: column;
    height: 100%; /* Ensure all cards are same height if content varies */
}

.archive-posts-grid article.post .entry-header {
    margin-bottom: 1rem;
}

.archive-posts-grid article.post .entry-title {
    font-size: 1.5rem; /* Adjust title size for archive listings */
    margin-bottom: 0.5rem;
}

.archive-posts-grid article.post .entry-title a {
    text-decoration: none;
    color: #222;
}

.archive-posts-grid article.post .entry-title a:hover {
    color: #518AC8; /* Your theme's link color */
    text-decoration: underline;
}

.archive-posts-grid article.post .entry-meta {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 1rem;
}

.archive-posts-grid article.post img.attachment-post-thumbnail { /* Targeting the featured image */
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.archive-posts-grid article.post .entry-content {
    flex-grow: 1; /* Allows content to take up available space */
    margin-bottom: 1rem;
}

.archive-posts-grid article.post .entry-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.archive-posts-grid article.post .entry-footer {
    margin-top: auto; /* Pushes footer to the bottom of the flex container */
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

/* Responsive adjustments for archive grid */
@media (max-width: 768px) {
    .archive-posts-grid {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }

    .archive-posts-grid article.post {
        padding: 1rem;
    }

    .archive-posts-grid article.post .entry-title {
        font-size: 1.3rem;
    }
}

.blog-meta {
    font-size: 0.85em;
    color: #666;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.blog-meta .posted-by a {
    color: #518AC8; /* Or your preferred link color */
    text-decoration: none;
}

.blog-meta .posted-by a:hover {
    text-decoration: underline;
}

/* ==================================================
 	Contact US Page
   ================================================== */

/* Style the overall form container */
.wpcf7-form {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

/* Style text input fields and text areas */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Ensures padding doesn't increase width */
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #518AC8; /* Your theme's primary color */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #4070a0; /* Darker shade on hover */
}

/* Style labels */
.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}


/* ==================================================
 	Unidentified: Previous Comments: Sidebar for Meta Info -  General Post Page Layout
   ================================================== */

/* General Post Page Layout */
.header-container {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 20px;
    text-align: left;
}

.entry-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #0d1a49; /* Matching the color from the screenshot */
}

/* Post Layout with Grid System */
.post-layout-container {
    display: grid;
    grid-template-columns: 20% 1fr; /* 20% for sidebar, 1fr for content */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Sidebar for Meta Info */
.post-meta-sidebar {
    font-family: sans-serif;
    color: #444;
}

.post-meta-sidebar .meta-item-group {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd; /* The line you requested */
}

.post-meta-sidebar .meta-item-group:last-child {
    border-bottom: none;
}

.post-meta-sidebar .meta-label {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.post-meta-sidebar .author-name {
    font-size: 1.1rem;
    font-weight: normal;
}

.post-meta-sidebar a {
    text-decoration: none;
    color: #0d1a49;
    font-weight: bold;
    font-size: 1rem;
}

.post-meta-sidebar a:hover {
    text-decoration: underline;
}

/* Main Content Area */
.post-content-area {
    font-family: serif;
    line-height: 1.6;
}

.post-content-area .featured-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.entry-content p {
    font-size: 1.15rem;
    margin-bottom: 25px;
}










.header-container {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 20px;
    text-align: left; /* Ensures the title is not centered */
}

.entry-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
}
.post-layout-container {
    display: flex;
    justify-content: center; /* Centers the whole container */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.post-meta-sidebar {
    width: 20%;
    flex-shrink: 0;
    font-family: sans-serif;
}

.post-meta-sidebar .meta-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-meta-sidebar .author-name {
    display: block;
    margin-top: 5px;
    font-size: 1.1rem;
    font-weight: normal;
}
.social-share-sidebar {
    margin-top: 30px;
}
.social-share-sidebar button {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 8px 0;
    font-size: 1rem;
    cursor: pointer;
}
/* Main Content Area */
.post-content-area {
    width: 80%;
    font-family: serif;
    line-height: 1.6;
}
.post-content-area .featured-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.entry-content p {
    font-size: 1.15rem;
    margin-bottom: 25px;
}



/* ==================================================
   Author Bio Box Section
   ================================================== */

.author-bio-box {
	display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-top: 40px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.author-bio-box .author-avatar {
    /* On mobile screens, we'll center the avatar using flexbox */
    flex-shrink: 0;
    /* This media query applies to screens smaller than 768px (Bootstrap's 'md' breakpoint) */
    @media (max-width: 767.98px) {
        display: flex;
        justify-content: center;
        margin-bottom: 20px; /* Adds space between the avatar and text */
    }
}

.author-bio-box .author-avatar img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.author-bio-box .author-info h4 {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

/* On mobile, center the text for a stacked layout */
@media (max-width: 767.98px) {
    .author-bio-box .author-info {
        text-align: center;
    }
}
.author-bio-box .author-info h4 a {
    color: #0073e6;
    text-decoration: none;
    transition: color 0.2s ease;
}
.author-bio-box .author-info h4 a:hover {
    color: #005bb5;
}
.author-bio-box .author-info p {
    margin: 0;
    line-height: 1.6;
    color: #555;
    font-size: 1rem;
}

/* ==================================================
   Comment Section
   ================================================== */

.comments-area {
    margin-top: 50px;
    font-family: "Segoe UI", Roboto, sans-serif;
}

.comments-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-item {
    margin-bottom: 20px;
}

.comment-body {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    transition: all 0.3s ease;
}

.comment-body:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content {
    flex: 1;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.comment-author {
    font-weight: 600;
    color: #333;
}

.comment-date {
    font-size: 13px;
    color: #888;
}

.comment-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #444;
}

.comment-reply a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.comment-reply a:hover {
    text-decoration: underline;
}

/* ===== COMMENT FORM ===== */
#respond {
    margin-top: 40px;
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 12px;
}

#reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

#commentform p {
    margin-bottom: 15px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    transition: border 0.2s ease;
}

#commentform input:focus,
#commentform textarea:focus {
    border-color: #0073aa;
    outline: none;
}

#commentform textarea {
    min-height: 120px;
    resize: vertical;
}

.submit-button {
    background: #0073aa;
    color: #fff !important;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-button:hover {
    background: #005f87;
}



/* Custom Comment Form Styles */
#respond {
    background: none;
    border: none;
    padding: 0;
}

#reply-title {
    display: none; /* Hides the "Leave a Reply" title */
}

/* Flexbox layout for name and email fields */
.comment-form-author,
.comment-form-email {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

/* Labels for input fields */
.comment-form-author label,
.comment-form-email label {
    position: absolute;
    top: -15px; /* Adjust as needed */
    left: 10px;
    font-size: 13px;
    color: #555;
    background-color: #fff;
    padding: 0 5px;
    z-index: 10;
}

/* Textarea for the comment */
.comment-form-comment {
    margin-bottom: 25px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
}

#commentform input:focus,
#commentform textarea:focus {
    border-color: #000;
    outline: none;
}

#commentform textarea {
    min-height: 100px;
}

/* "Save my name..." checkbox and label */
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}
/* The "Post a Comment" button */
.submit-button {
    background: #6172F3; /* Orange color from the screenshot */
    color: #fff !important;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255,106,0,0.3);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.submit-button:hover {
    background: #6172F3;
}

