/*
 Theme Name:   Kadence Child
 Theme URI:    http://example.com/kadence-child
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     kadence
 Version:      1.0.0
*/

@import url("../kadence/style.css");

/* Your custom styles go here */

/*.factab.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) { 
    padding-bottom: 0px;
    margin-top: -120px;
}*/
/* ====== Desktop Styles (Large Screens) ====== 
@media screen and (min-width: 1200px) {
  .factab.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
    padding-bottom: 0px;
    margin-top: -108px;
  }
}*/

/* ====== Laptop Styles ====== 
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .factab.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
    padding-bottom: 5px;
    margin-top: -108px;
  }
}*/

/* ====== Tablet Styles ====== 
@media screen and (min-width: 768px) and (max-width: 991px) {
  .factab.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
    padding-bottom: 10px;
    margin-top: -80px;
  }
}*/

/* ====== Mobile Styles (Android and Smaller Devices) ====== 
@media screen and (max-width: 767px) {
  .factab.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
    padding-bottom: 15px;
    margin-top: 0px;
  }
}

*/
/*preloader
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/
/*font style*/
:root {
  --kadenceheading-font: 'Arial', sans-serif;
  --body-font: 'Georgia', serif;
  --orangeme:  #0253ab;
  /*#663c00;*/
  --lightorangeme: #fdf8e6;
  --verylightorangeme: #f9f7f1;
  --orangedarkme: #0253ab; 
  --blackme: #000000;
  --whiteman: #ffffff;

}

body {
  font-size: 16px; /* Default font size for paragraphs */
  background-color: #eff8ff !important;
}


.kadenceheading h2, .kadenceheading h3, .kadenceheading h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
  /* Default font size for the heading class 
  font-size: 40px;*/
  background-color: #012955;
  border-top-right-radius: 15px;
   display: inline-block; 
  padding: 7px;
  padding-right: 20px;
  text-transform: uppercase;
  color: white !important; 
  margin: 0px;
}
.kadencepara h4 {
    font-family: var(--body-font);
  /* Default font size for the heading class 
  font-size: 36px;*/
  background-color: var(--verylightorangeme);
  background-size: cover;
  padding: 10px;
  text-transform: uppercase;

}
.kadencepara {
/*font-size: 18px;*/
text-align: justify;
margin: 10px;
  }
.image-class {
   transform: scale(0.7);
    transform-origin: center;
}
.myorange {
  background-color: var(--orangeme);
}
.mylightorange {
  background-color: var(--lightorangeme);
}
.mydarkorange{
  background-color: var(--orangedarkme);
}
.mydarkblack{
  background-color: black;
}
.stickerman h1{
    padding: 10px;
    margin-left: -30px;

}

.wpb_text_column .wpb_wrapper{
  margin-bottom: 0px !important;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab>a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
   background-color: var(--orangeme);
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a {
    border-right-color: transparent;
    background-color: var(--lightorangeme);
    font-weight: bold;
}
/* standard site ul design */

.feather-ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.feather-ul li {
    margin-bottom: 20px; /* Space between list items */
    padding-left: 40px; /* Space for the icon */
    position: relative; /* Positioning for the icon */
}

.feather-icon {
    position: absolute;
    left: 0; /* Position the icon to the left of the text */
    top: 50%;
    transform: translateY(-50%); /* Center the icon vertically */
    color: #333; /* Icon color */
    width: 24px; /* Icon width */
    height: 24px; /* Icon height */
}

.feather-icon::before {
    content: attr(data-feather); /* Use Feather icon */
}



/* Desktop */
@media (min-width: 1200px) {
  /* Styles for large desktops */

  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  h3 { font-size: 30px; }
  h4 { font-size: 24px; }
  h5 { font-size: 20px; }
  h6 { font-size: 16px; }
  p  { font-size: 18px; }
 .kadencepara p {font-size: 18px;margin: 10px;}
  .kadenceheading h3 { font-size: 40px;  color: var(--whiteman); }

  
}


@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for medium desktops */

  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  h3 { font-size: 40px; }
  h4 { font-size: 22px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  p  { font-size: 16px; }
    .kadencepara p {font-size: 17px;margin: 10px;}
  .kadenceheading h3{ font-size: 26px;color: var(--whiteman); }
}
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for small desktops */

  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  h3 { font-size: 26px;color:white; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  p  { font-size: 16px; }
      .kadencepara p {font-size: 17px;margin: 10px;}
        .kadenceheading h3{ font-size: 28px;color: var(--whiteman); }
}
}

/* Tablet Landscape */
@media (min-width: 1024px) and (max-width: 1199px) {
  /* Styles for large tablets (landscape) */

  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  h3 { font-size: 28px; }
  h4 { font-size: 22px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  p  { font-size: 16px; }
      .kadencepara p {font-size: 16px;margin: 10px;}
        .kadenceheading h3{ font-size: 32px;color: var(--whiteman); }

}
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* Styles for small tablets (landscape) */

  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  h3 { font-size: 26px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  p  { font-size: 16px; }
      .kadencepara p {font-size: 17px;margin: 10px;}
        .kadenceheading h3{ font-size: 28px;color: var(--whiteman); }
}
}

/* Tablet Portrait */
@media (min-width: 600px) and (max-width: 767px) {
  /* Styles for large tablets (portrait) */

  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  h3 { font-size: 26px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  p  { font-size: 16px; }
      .kadencepara p {font-size: 17px;margin: 10px;}
        .kadenceheading h3{ font-size: 28px;color: var(--whiteman); }
}
}

@media (min-width: 480px) and (max-width: 599px) {
  /* Styles for small tablets (portrait) */

  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  h3 { font-size: 18px; } /* changed */
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  p  { font-size: 15px; }
      .kadencepara p {font-size: 16px;margin: 10px;}
        .kadenceheading h3{ font-size: 24px;color: var(--whiteman); }
}
}

/* Mobile Landscape */
@media (min-width: 480px) and (max-width: 767px) {
  /* Styles for large mobiles (landscape) */

  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  h3 { font-size: 18px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  p  { font-size: 15px; }
      .kadencepara p {font-size: 15px;margin: 10px;}
        .kadenceheading h3{ font-size: 24px;color: var(--whiteman); }
}
}

@media (min-width: 360px) and (max-width: 479px) {
  /* Styles for small mobiles (landscape) */
 
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 14px; }
  p  { font-size: 14px; }
      .kadencepara p {font-size: 15px;margin: 10px;}
       .kadenceheading h3{ font-size: 22px;color: var(--whiteman); }
}
}

/* Mobile Portrait */
@media (max-width: 359px) {
  .image-class {
    transform: scale(0.7);
   /* transform-origin: center;*/
}
  /* Styles for small mobiles (portrait) */
 
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 14px; }
  p  { font-size: 14px; }
      .kadencepara p {font-size: 14px;margin: 10px;}
       .kadenceheading h3{ font-size: 22px;color: var(--whiteman); }
}
}

@media (min-width: 360px) and (max-width: 479px) {
    .image-class {
    transform: scale(0.9);
   /* transform-origin: center;*/
}
  /* Styles for large mobiles (portrait) */
 
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 22px;color:white; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 14px; }
  p  { font-size: 14px; color:white; }
      .kadencepara p {font-size: 14px;margin: 10px;}
       .kadenceheading h3{ font-size: 22px;color: var(--whiteman); }
}
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}
/* wait and delete */
/* Remove default list styling */
/* Make icon circular */
/* Adjust icon size and color */
.aio-icon {
    font-size: 200px; /* Set font size for the icon */
    color: #322333; /* Icon color */
    background: #000000; /* Background color */
}
.aio-icon.circle {
    border-radius: 50%; /* Ensures the icon is circular */
    width: 50px; /* Set width */
    height: 50px; /* Set height */
    line-height: 50px; /* Centers icon vertically */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Adjust margin and alignment */
.uavc-list-icon {
  font-size:  25px;
    margin-right: 20px; /* Adjust spacing between icon and text */
    padding-top: 10px;
}

.uavc-list-content {
  margin-right: 20px;
    display: flex;
    align-items: center; /* Vertically center the icon and text */
}

.vc_custom_1723788938590,.vc_custom_1723789803450,.vc_custom_1723789614444 {
    padding: 10px !important;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.prev-post-btn, .next-post-btn {
    background-color: var(--orangeme);
    font-color: #ffffff;
    padding: 10px 20px;
    text-decoration: 700em;
    border-radius: 4px;
}

.prev-post-btn:hover, .next-post-btn:hover {
    background-color: var(--lightorangeme);
}
/* Desktop and larger screens */
.similar-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 20px; /* Space between the columns */
}

/* Tablets and smaller screens */
@media (max-width: 768px) {
    .similar-posts {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

/* Mobile screens */
@media (max-width: 480px) {
    .similar-posts {
        grid-template-columns: 1fr; /* 1 column */
    }
}
.custom-container {
        /*margin-left: 20px !important;  Add left margin */
    /*padding: 20px;
    width: 100%;  Ensure it uses full available width */
}

/* accordion color in mobiles */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: var(--orangeme)!important;
}
.wpb_content_element, ul.wpb_thumbnails-fluid>li, .wpb_button {
    margin-bottom: 0px;
}
body .wpb_content_element {
    margin-bottom: 0px !important;
}
img.responsive-book-img {
    width: 20%; /* Default width for larger screens */
}

@media (max-width: 768px) { /* Adjust this breakpoint as needed */
    img.responsive-book-img {
        width: 70%; /* Width for mobile devices */
    }
}
.prev-post-btn:hover, .next-post-btn:hover {
    color: black !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
  color: #ffffff !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
  color: #000000 !important;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a{
  background-color: white;
}
.cpt_content{
  margin: 10px;
 
}

.faqsection{
  /*background-color: var(--orangeme);*/
  color: black;
  /*text-align: justify;*/
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: var(--verylightorangeme);
}
h3 {
    font-weight: 400;
    font-size: 18 !important;
    line-height: 1.5;
    color: var(--global-palette3);
}

.pagination-container {
    text-align: center;
    margin-top: 30px;
}

.pagination-container .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.pagination-container .page-numbers li {
    margin: 0 5px;
}

.pagination-container .page-numbers a,
.pagination-container .page-numbers span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #0073aa;
    background: #f4f4f4;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.pagination-container .page-numbers a:hover,
.pagination-container .page-numbers .current {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
}

.pagination-container .page-numbers .prev,
.pagination-container .page-numbers .next {
    font-weight: bold;
}
.button-container {
    display: flex;
    justify-content: center; /* Centers the buttons horizontally */
    gap: 3px; /* Space between buttons */
    max-width: 800px; /* Adjust width as needed */
    margin: auto; /* Centers the container itself */
}
.whats-new-button {
  background-color: orange;
  color: white;
  }
.blue-button {
    display: inline-block;
    background-color: #0253ab; /* Bootstrap primary blue */
    color: #ffffff !important; /* White text */
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.blue-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
    color: #ffffff !important; /* White text */
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 6 columns */
    grid-gap: 10px; /* Spacing between buttons */
    max-width: 900px; /* Adjust as needed */
    margin: 0 auto; /* Center the grid */
    text-align: center;
}

.calendar-btn {
    display: block;
    background-color: #007bff; /* Button color */
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

a.calendar-btn:hover {
    /*background-color: #0056b3 !important;*/
    color: #ffffff !important;
}

/////

.current-affairs-title-list {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.current-affairs-title-list li {
    margin-bottom: 10px;
}

.current-affairs-title-item {
    display: block;
    background-color: #007bff;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    text-align: center;
}

.current-affairs-title-item:hover {
    background-color: #0056b3;
}

.no-affairs {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    margin-top: 20px;
}
.month-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 600px;
    margin: auto;
}
.montha-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 600px;
    margin: auto;
}
.month-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.montha-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00bbff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.month-box:hover {
    background-color: #0056b3;
    color: #ffffff !important;
}

.month-box.empty {
    background: none;
    pointer-events: none;
    visibility: hidden;
}
.pagination-buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.prev-button, .next-button {
    padding: 10px 15px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.prev-button:hover, .next-button:hover {
    background: #0056b3;
}
.current-affairs-container {
        text-align: center;
        margin: 20px auto;
        max-width: 600px;
    }
    .current-affairs-list {
        list-style: none;
        padding: 0;
    }
    .current-affair-title {
        display: block;
        padding: 10px;
        background: #007bff;
        color: white;
        text-decoration: none;
        margin: 5px 0;
        border-radius: 5px;
        font-weight: bold;
    }
    .current-affair-title:hover {
        background: #0056b3;
    }
    @keyframes pulsate {
  0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.02); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.pulsator {
    animation: pulsate 1.5s infinite ease-in-out;
}
.applyshadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); /* Reduced blur & increased opacity for sharpness */
    border-radius: 20px; /* Optional: Adjust for rounded corners */
    background: white; /* Ensures visibility */
}
@keyframes brownfade {
    0% { filter: brightness(40%) contrast(90%) sepia(40%) saturate(700%) hue-rotate(20deg); }
    50% { filter: brightness(60%) contrast(100%) sepia(50%) saturate(600%) hue-rotate(25deg); }
    100% { filter: brightness(40%) contrast(90%) sepia(40%) saturate(700%) hue-rotate(20deg); }
}

.brownfade {
    filter: brightness(40%) contrast(90%) sepia(40%) saturate(700%) hue-rotate(20deg); /* Ensure base filter */
    animation: brownfade 2s infinite ease-in-out;
}
/* accordion and tab font color to white */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #ffffff!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fbfbfb!important;
}
.my-cta-clean.vc_general.vc_cta3.vc_cta3-style-classic {
    border-color: transparent !important;
    background-color: transparent !important;
}
.tnpsc-button {
  background-color: #e53935 !important; /* Red color for TNPSC button */
}
.branch-menu {
    background-color: red !important;
    color: white !important;
    /*padding: 10px 15px;*/
    border-radius: 5px;
   /* display: block; /* Ensures full coverage */
}

.branch-menu a {
    background-color: red !important; /* Ensures the anchor inside also has a red background */
    color: white !important;
    display: block; /* Makes the link cover the entire menu item */
    padding: 10px 15px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
}

.branch-menu a:hover {
    background-color: darkred !important; /* Optional: Hover effect */
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
}
.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child {
    margin-bottom: 0;
    margin-left: 0!important;
     margin-right: 0!important;
}
.custom-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #f8f8f8; /* Optional background */
    padding: 10px 0;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    animation: marquee-scroll 30s linear infinite;
    min-width: 100vw; /* Ensures the messages start from beyond the screen */
    
}

.marquee-content a {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    margin-right: 50px; /* Space between messages */
    padding: 8px 15px; /* Normal padding */
    border-radius: 5px; /* Smooth rounded corners */
    transition: all 1s ease-in-out;
    background-color: none;
}

.marquee-content a:hover {
    color: black; /* Change text color on hover */
    background-color: rgba(135, 206, 250, 0.6); /* Sky blue with 60% opacity */
    padding: 8px 18px;
}

/* Pause scrolling when hovered */
.custom-marquee:hover .marquee-content {
    animation-play-state: paused;
}

/* Keyframes for smooth scrolling */
@keyframes marquee-scroll {
    from { transform: translateX(100vw); } /* Start off-screen right */
    to { transform: translateX(-100%); }   /* Move beyond left */
}
.custom-marquee img {
    width: 36px;  /* Keeps width fixed */
    height:36px; /* Keeps height fixed */
    object-fit: contain; /* Prevents stretching */
    display: inline-block; /* Ensures proper alignment */
    vertical-align: middle; /* Aligns with text properly */
}
.marquee-content a:focus {
  background: none !important;
}
.justified-gallery>div>div>a>img, .justified-gallery>div>div>img, .justified-gallery>div>div>a>div.effect-wrapper>img {
    position: absolute;
    top: 50%;
    left: 0%!important;
    margin: 0;
    padding: 0;
    border: none;
}
.justified-gallery > div > div > a > .caption,
.justified-gallery > div > div > .caption,
.justified-gallery > div > div .caption {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td {
    display: none !important;
    border: none;
    white-space: nowrap;
}
.month-box.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}
.upb_row_bg {
    background: transparent !important;
    width: auto !important;
    min-width: auto !important;
    left: auto !important;
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    width: 100%;
    /* Optional: Uncomment if you want to control padding */
    padding-left: 0!important;
    padding-right: 0!important;
}
.vc_custom_1745477920517{
    padding-left: 0px!important;
}

.infoboxer h4:first-of-type{
    margin-top: 30px !important;
}

/*.single-content h4:first-child{
    margin-top: 20px!important;
}*/
.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content] {
    margin-top: 0;
    margin-bottom: 5px!important; 
} 
.animated-gradient-text {
  font-weight: bold;
  font-size: 1.8em;
  background: linear-gradient(270deg, orange, yellow, orange);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gradientFlow 4s ease infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.vc_row.vc_column-gap-15 > .vc_column_container {
    padding: 2px!important; 
}
.videoborder {
    border: 4px solid #4A90E2; /* Change color and width as needed */
    border-radius: 10px;       /* Optional: for rounded corners */
    padding: 2px;              /* Optional: space between video and border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Optional: adds shadow */
}
.disabled-link {
  pointer-events: none;        /* disables clicking */
  color: #888 !important;      /* makes text look grey */
  background-color: #eee;      /* light grey background */
  border: 1px dashed #ccc;     /* optional: dashed border */
  cursor: not-allowed;         /* indicates it's not clickable */
  font-style: italic;
}

/* Top Bar Buttons */
.whats-new-btn {
  background: linear-gradient(45deg, #1a237e, #8e24aa); /* Dark blue to purple */
  color: white;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  text-decoration: none;
  animation: pulse 1.5s infinite;
  display: inline-block;
  transition: transform 0.2s ease;
  text-align: center!justify;
}

.whats-new-btn:hover {
  transform: scale(1.05);
  color: white!important;
}
.whats-new-btn,
.whats-new-btn:visited,
.whats-new-btn:active,
.whats-new-btn:focus {
  color: white;
}
/* Optional: adjust the pulse color to match the new gradient */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(138, 35, 135, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(138, 35, 135, 0); }
  100% { box-shadow: 0 0 0 0 rgba(138, 35, 135, 0); }
}

.whats-new-column {
    text-align: center;
  }

/* Action Buttons on Right */
.quick-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.action-btn {
  background: #303094;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.action-btn:hover {
  background: #1c1c78;
}

.center-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-col .whats-new-btn {
  margin: 0 auto;
}

.social-icons-even {
  display: flex;
  justify-content: center;       /* center the whole row */
  align-items: center;           /* vertical alignment */
  gap: 32px;                     /* space between icons */
  flex-wrap: nowrap;             /* no wrapping */
}

.social-icons-even a {
  display: inline-block;
}

.social-icons-even img {
  height: 40px;
  width: 40px;
  transition: transform 0.2s ease;
}

.social-icons-even a:hover img {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .quick-actions {
    justify-content: center !important;
    text-align: center;
  }
}
 
@media (max-width: 768px) {
  .logo-center {
    display: flex;
    justify-content: center;
    text-align: center;
  }
.logo-center img {
    margin: 0 auto;
  }
  
}
@media (min-width: 769px) {
  .logo-center img {
    margin-top: -50px;
  }
  .whats-new-btn {
    margin-top: -10px;
  }
}
table.custom-calendar {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.custom-calendar th {
  background-color: #6a5acd;
  color: white;
  padding: 10px;
}

.custom-calendar td {
  border: 1px solid #ddd;
  padding: 15px;
  height: 80px;
  vertical-align: middle;
  font-weight: bold;
}

.custom-calendar a {
  display: block;
  text-decoration: none;
  color: #333;
}

.custom-calendar a:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .custom-calendar-table {
    width: 100%;
    font-size: 14px; /* Reduce text size */
    margin: 0!important;
  }

  .custom-calendar-table td,
  .custom-calendar-table th {
    height: 32px !important; /* Reduce height */
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    font-size: 8px;
  }
.custom-calendar th {
    background-color: #012955;
    color: white;
    padding: 0px;
}
  .custom-calendar-table td a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 12px; /* Match height for centering */
    text-decoration: none;
    color: #000;
  }
  .custom-calendar td {
    padding: 0 !important;
    height: 20px !important; /* Reduce this further if needed */
    line-height: 2 !important;
    vertical-align: middle !important;
}
}
.custom-calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

.custom-calendar th {
    background-color: #012955;
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
}

.custom-calendar td {
    height: 35px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.custom-calendar a.has-post {
    display: block;
    color: #d40000;
    text-decoration: none;
    padding: 4px 0;
}

.custom-calendar .no-post {
    display: block;
    color: #999;
    padding: 4px 0;
    pointer-events: none;
    cursor: default;
}

@media (max-width: 768px) {
    .custom-calendar td {
        height: 25px;
        font-size: 12px;
    }
}

.cpc-calendar-wrapper {
    max-width: 100%;
    font-family: Arial, sans-serif;
}

.cpc-calendar-form {
    margin-bottom: 10px;
}

.cpc-calendar-form select,
.cpc-calendar-form input {
    padding: 2px 5px;
    font-size: 14px;
}

.cpc-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.cpc-calendar-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.cpc-calendar-table th,
.cpc-calendar-table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 0;
    height: 35px;
}

.cpc-day-link {
    display: block;
    color: #0073aa;
    text-decoration: none;
}

.cpc-day-link:hover {
    background: #f0f0f0;
}

.cpc-no-post {
    display: block;
    color: #999;
    cursor: default;
}
/* mobile fix */
.post-image-content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 10px;
}

.post-image {
  max-width: 150px;
  height: auto;
}

.post-context {
  flex: 1;
}

/* Responsive fix */
@media (max-width: 768px) {
  .post-image-content {
    flex-direction: column;
  }

  .post-image {
    width: 100%;
    max-width: 100%;
  }

  .post-context {
    width: 100%;
  }
}
body.single-post img.alignleft {
    display: block;
    margin: 1em auto;
    float: none !important;
}
