/*
Theme Name: Alacritys By Tejal Digital
Theme URI: https://tejaldigital.in/
Author: Jaswant Lohmror
Author URI: https://tejaldigital.in/
Description: This is a self designed Wordpress Theme With Fast Loading Speed & Attractive Design Layout. 
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: gmjthemes
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

body {
    font-family: Figtree, sans-serif;
    color: #000;
}
/* Override Bootstrap Primary Color */
:root {
    --bs-primary: #e30111 !important;
    --bs-primary-rgb: 227, 1, 17 !important;
    --bs-link-color: #e30111 !important;
    --bs-link-hover-color: #c11410 !important;
}
/* Buttons */
.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #e7e7e7 !important;
    background-color: #c11410 !important;
    border-color: #a5120d !important;
}
a {
    color: var(--bs-primary);
    text-decoration: none;
}

a:hover {
    color: #d6211e !important;
}
.h1,
h1 {
    font-size: calc(1.2rem + 1.5vw);
}
.h2,
h2 {
    font-size: calc(1.2rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
    .h2,
    h2 {
        font-size: 1.8rem;
    }
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
.scrollable-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.scrollable-section::-webkit-scrollbar {
    width: 3px;
	height:3px;
    background-color: #f5f5f5;
}
.scrollable-section::-webkit-scrollbar-thumb {
    background-color: #e30111;
}
/* swiper custom css*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-container {
    max-width: 900px;
    margin: 0 auto;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    background: #ffffff;
    border-radius: 33px;
    color: #e30111;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e30111;
}
@media only screen and (min-width: 768px) {
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        display: none;
    }
}
/*top bar css */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
@media screen and (min-width: 600px) {
    body.admin-bar .top-bar {
        top: 32px;
    }
}
.top-bar a {
    color: #fff;
    font-size: 14px;
}
.top-bar a:hover{
	color:#000 !important;
}
.header-wrap,
.footer-widgets {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}
.site-header {
    z-index: 2;
    height: 65px;
    z-index: 99;
    position: fixed;
    top: 40px;
    width: 100%;
}
@media screen and (min-width: 600px) {
    body.admin-bar .site-header {
        top: 72px;
    }
}
@media screen and (min-width: 768px) {
    .logo-image img {
        width: 140px;
    }
}
/*Mobile menu*/
#mobileMenu ul.menu-list,
.menu-item .sub-menu {
    padding-left: 0;
    list-style: none;
}
#mobileMenu ul.menu-list li a {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* search box*/
.search-box {
    z-index: 99;
    top: 0px;
    left: 78px;
    height: 65px;
    max-width: 500px;
}

@media (min-width: 768px) {
    .search-box {
        left: auto;
        right: 60px;
    }
}

.menu-item.menu-item-has-children {
    position: relative;
}
.offcanvas .menu-item a:hover {
    color: #e30111;
}
/* desktop menu css*/
.dasktop_menu #primary-menu{display:flex;list-style:none;margin:0;padding:0;gap:10px;align-items:center}.dasktop_menu #primary-menu li ul li,.dasktop_menu #primary-menu>li{position:relative}.dasktop_menu #primary-menu>li>a{display:block;padding:22px 12px;font-weight:600;font-size:14px;transition:background-color .3s,color .3s}.dasktop_menu #primary-menu>li:hover>a,.dasktop_menu #primary-menu>li>a:focus{background-color:#f7f7f7;color:#000}.dasktop_menu #primary-menu li ul{display:none;position:absolute;top:100%;left:0;list-style:none;padding:10px 0;margin:0;background-color:#fff;min-width:200px;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:999;border-top:1px solid #e30111}.dasktop_menu #primary-menu li ul li:hover>ul,.dasktop_menu #primary-menu li:hover>ul{display:block}.dasktop_menu #primary-menu li.menu-item-has-children>ul::before{content:"";position:absolute;top:-8px;left:20px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:8px solid #e30111;z-index:1000}.dasktop_menu #primary-menu li ul li a{display:block;padding:10px 15px;text-decoration:none;font-size:14px;white-space:nowrap;transition:background-color .3s}.dasktop_menu #primary-menu li ul li a:focus,.dasktop_menu #primary-menu li ul li a:hover{background-color:#f0f0f0}.dasktop_menu #primary-menu li ul li ul{top:0;left:100%;display:none;margin-left:1px}.dasktop_menu #primary-menu li ul li.menu-item-has-children>ul::before{content:"";position:absolute;top:10px;left:-15px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:8px solid #a7a7a7;z-index:1000}.dasktop_menu #primary-menu li.menu-item-has-children>a::after{content:"\f107";font-family:"Font Awesome 6 Free";font-weight:600;margin-left:5px;font-size:12px;color:inherit}.dasktop_menu #primary-menu li ul li.menu-item-has-children>a::after{content:"\f105";font-family:"Font Awesome 6 Free";font-weight:600;margin-left:5px;font-size:12px;color:inherit}
/*mobile menu css*/
@media (max-width: 991.98px) {
  .offcanvas-start .menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
  }
  
  .offcanvas-start .submenu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .offcanvas-start .submenu-toggle:after {
    content: "+";
    font-size: 18px;
  }
  
  .offcanvas-start .menu-item-has-children.active > .submenu-toggle:after {
    content: "-";
  }
  
  .offcanvas-start .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 15px;
  }
  
  .offcanvas-start .menu-item-has-children.active > .sub-menu {
    max-height: 1000px;
  }
}
.offcanvas .menu-item a {
    color: #000;
}
/* google translate*/
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-te-gadget select {
    background-color: #f4f3f3;
    color: #333;
    border: 1px solid #f7f7f796;
    border-radius: 38px;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    max-width: 140px;
    font-family: Figtree, sans-serif;
}
.goog-te-gadget select:hover,
.goog-te-gadget select:focus {
    background-color: #fff;
    outline: none;
    border-color: #fff;
}
.goog-te-gadget,
.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
}
/* Testimonial Section */
.testimonials-section .testimonals-wrapper,
.partners-section .partners-wrapper  {
	background-color: #454545;
    background-image: url("https://alacritys.in/wp-content/uploads/2023/06/creative-studio-slider-image-3_11zon-1.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 4% 0;
}

.testimonials-section .review-card p {
    font-size: 14px;
    color: #fff;
}

.testimonials-section .review-card {
    width: 600px;
    padding: 20px 40px;
}

.testimonials-section .review-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.testimonials-section .review-image img {
    border-radius: 50px;
    width: 50px;
}

.testimonials-section .review-data p {
    text-align: left;
    margin-bottom: 0px;
}

.testimonials-section .review-data p:first-child {
    font-weight: 600;
}
.choose-cards .card-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e30111;
    color: #fff;
    border-radius: 50px;
    font-size: 40px;
}

/*sidebar*/
.sidebar-widgets {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 40px;
    max-width: 330px;
}
@media (min-width: 992px) {
    .sidebar-widgets {
        margin-top: 20px;
        margin-left: auto;
    }
    .featured-posts-widget .widget-content {
        max-height: 350px;
        overflow-y: scroll;
    }

    .sticky-widget {
        position: sticky;
        top: 130px;
        padding-bottom: 20px;
    }

    body.admin-bar .sticky-widget {
        top: 160px;
    }
}
.sidebar-widgets .widget a,
.meta-items a,
.tag-list a{
    color: inherit;
}
.sidebar-widgets .widget-title,
.float-title {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px !important;
    top: -18px;
    font-size: 14px;
    left: 10px;
}

@media (max-width: 992px) {
    .sidebar-widgets {
        margin-left: auto;
        margin-right: auto;
    }
    .scrollable-widget {
        max-height: 200px;
        overflow-y: scroll;
    }
}
.input-group .fa-solid.fa-bell {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.recent-posts-widget {
    font-size: 15px;
}
.recent-posts-widget .recent-post img {
    height: 85px;
    object-fit: cover;
}
.recent-posts-widget .recent-post:last-child {
    border: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/*Blog and archive pages*/
.hero-posts .blog-detail {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.hero-posts .swiper-slide {
    width: 100%;
    height: 435px;
}

.hero-posts .swiper-slide > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
}

.hero-posts .swiper-slide .img_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-posts .swiper-slide .img_wrapper::before {
    content: "";
    width: 100%;
    height: 164px;
    background-image: linear-gradient(
        0deg,
        #000,
        rgba(0, 0, 0, 0.24),
        transparent
    );
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.hero-posts .swiper-slide img,
.recent-post.blog-page .r-image img,
.posts-lists .post-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #fff;
}
.posts-lists .post-card img {
    max-height: 220px;
}
.recent-post.blog-page .r-image img {
    max-height: 100px;
}

.hero-posts .swiper-slide .post_content {
    width: auto;
    max-width: 464px;
    padding: 24px 0 24px 72px;
    position: relative;
    z-index: 2;
    text-align: start;
}

.hero-posts .swiper-slide .post_cat,
.recent-post.blog-page .post_cat,
.posts-lists .post_cat,
.insights-swiper .post_cat{
    width: auto;
    height: 26px;
    line-height: 26px;
    padding: 1px 8px;
    color: #d8232a;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    background-color: #fbe9e9;
}
.posts-lists .post-card .title,
.insights-swiper .post-card .title{
    font-size: 15px;
    font-weight: 600;
}

.posts-lists .post-card .title a,
.insights-swiper .post-card .title a,
.section-heading a {
    color: #212529;
}
.hero-posts .swiper-slide .post_title {
    width: auto;
    height: auto;
    padding: 8px;
    margin: 16px 0;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    background-color: #303030;
}

.hero-posts .swiper-slide .post_meta {
    font-size: 14px;
    color: #fff;
}

.recent-post.blog-page .post_title a {
    color: #212529;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .posts-lists .post-card img {
        max-height: 100px;
    }

    .hero-posts .swiper-slide {
        width: 100%;
        height: 250px;
    }

    .hero-posts .swiper-slide .post_content {
        max-width: unset;
        padding: 16px 32px 16px 16px;
    }

    .hero-posts .swiper-slide .post_cat,
    .recent-post.blog-page .post_cat,
    .posts-lists .post_cat,
	.insights-swiper .post_cat{
        font-size: 12px;
    }

    .hero-posts .swiper-slide .post_title {
        font-size: 18px;
        padding: 6px 8px;
        margin: 8px 0;
        line-height: normal;
    }

    .hero-posts .swiper-slide .post_meta {
        font-size: 12px;
    }

    .hero-posts .swiper-button-prev,
    .hero-posts .swiper-button-next {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .hero-posts .recent-posts-widget {
        height: 390px;
        overflow-y: auto;
    }
}
/*Pagination*/

.pagination {
    text-align: center;
    margin-top: 1em;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	gap:12px
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    text-decoration: none;
    background: #252d30;
    color: #fff;
    border-radius: 6px;
    display: flex;
    width: 35px;
    height: 35px;
	font-size: 14px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background: #e40000;
	color:#fff !important
}
/*site footer*/
.site-footer {
    background-color: #fff;
    background-image: url(https://alacritys.in/wp-content/uploads/2023/05/footer.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
}

.site-footer .widget-heading {
    color: #e30111;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}
.footer-widgets {
    flex-wrap: wrap;
}
.footer-widget {
    padding: 5px 10px;
}
.footer-widget a {
    color: #333;
}
.footer-widget ul {
    padding-left: 20px;
}
.footer-widget ul li {
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .footer-widget.widget-2 .widget-content ul li,
    .footer-widget.widget-4 .widget-content ul li {
        width: 48%;
    }

    .footer-widget.widget-2 .widget-content ul,
    .footer-widget.widget-4 .widget-content ul {
        padding: 0 !important;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
	.footer-widget.widget-3 ul {
        max-height: 200px;
        overflow-y: scroll;
    }
}
@media (min-width: 768px) {
    .footer-list {
        max-height: 200px;
        overflow-y: scroll;
    }
}
.footer-bar {
    padding: 15px 10px 70px 10px;
    text-align: center;
    color: #fff;
    background: #434343;
}
.footer-widget {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-widget.widget-1 {
        width: 24%;
    }
    .footer-widget.widget-2 {
        width: 19%;
    }
    .footer-widget.widget-3,
    .footer-widget.widget-4 {
        width: 18%;
    }
    .footer-widget.widget-5 {
        width: 21%;
    }
	.footer-bar {
		padding: 15px 10px !important;
	}
}
@media (min-width: 1024px) {
    .site-footer {
        font-size: 16px;
    }
    .footer-widgets {
        flex-wrap: no-wrap;
    }
}
/*floating buttons*/
.floating-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 45px;
    height: auto;
    position: fixed;
    bottom: 30px;
    z-index: 2;
}
.floating-buttons.left {
    left: 20px;
}
.floating-buttons.right {
    right: 20px;
}
.floating-buttons a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background: #E30111;
	color:#fff;
}
.floating-buttons a:hover{
	color: #E30111;
	background:#fff;
}
/* social links */
.social-links a {
    font-size: 25px;
}
.footer-widget .social-links a {
    color: #333;
}
a.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e30111;
    border-radius: 25px;
    font-size: 12px;
    width: 28px;
    height: 28px;
    color: #fff;
}

a.social-icon:hover {
    -webkit-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2);
    color: #fff !important;
}

.social-icon.facebook {
    background-color: #3b5998;
}

.social-icon.twitter {
    background-color: #000 !important;
}

.social-icon.linkedin {
    background-color: #0077b5;
}

.social-icon.email {
    background-color: #ea4335;
}

.social-icon.whatsapp {
    background-color: #25d366;
}

.social-icon.telegram {
    background-color: #2ca5e0;
}

.social-icon.print {
    background-color: #aaa;
}

.social-icon.pinterest {
    background-color: #bd081c;
}

/*post content*/
.post-header .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3333333333;
    margin: 0 0 0.8333333333em;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 700;
}
.post-content p + h2,
.post-content p + h3 {
    margin-top: 1.5em;
}
.post-content h2 {
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 1em;
}

.post-content h3,
.post-content h4 {
    font-size: 24px !important;
    line-height: 1.35em;
    margin-bottom: 0.8em;
}
.post-content h4 {
    font-size: 19px !important;
}

.post-content b,
.post-content strong,
.post-content b em,
.post-content strong em,
.post-content em b,
.post-content em strong {
    font-weight: 700;
}

.post-content em,
.post-content .wp-caption-text {
    font-style: italic;
}

.post-content .wp-block,
.post-content .wp-block-image,
.post-content .wpcf7,
.post-content figure,
.post-content ol,
.post-content p,
.post-content ul {
    margin-bottom: 1.3em;
}
.post-content p + ol.wp-block-list,
.post-content p + ul.wp-block-list {
    margin-top: -10px;
}
.post-content .wp-block-table,
.post-content .wp-block-table table {
    margin-bottom: 30px;
}
.post-content li {
    margin-bottom: 10px;
}

.post-content .wp-block-image:last-child,
.post-content .wp-block:last-child,
.post-content .wpcf7:last-child,
.post-content figure:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content li:last-child,
.post-content ol:last-child,
.post-content p:last-child,
.post-content ul:last-child {
    margin-bottom: 0;
}

.post-content ul li {
    position: relative;
}

.post-content .wp-caption {
    margin-bottom: 1.6666666667em;
}

.post-content .wp-caption img {
    display: block;
    margin-bottom: 0.8333333333em;
}

.post-content img {
    margin: 15px 0;
    width: 100%;
    height: auto;
    border-radius: var(--bs-border-radius);
}

.post-content figure {
    margin: 0 0 0.5rem;
}
.post-content figure.wp-block-image img {
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
}
.post-content figcaption {
    text-align: center;
    color: rgba(var(--bs-secondary-rgb), 1) !important;
    font-size: 14px;
}

.post-content {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 1.6666666667;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000;
}

@media only screen and (max-width: 960px) {
    .post-header .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .post-content {
        font-size: 16px;
        line-height: 1.75em;
    }
}

@media only screen and (max-width: 479px) {
    .post-header .title {
        font-size: 27px;
    }
}
.wp-block-table thead {
    border-bottom: 1px solid;
}

/* TOC */
.ez-toc-counter {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-bottom: 2em;
    font-size: 18px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ez-toc-title-container {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 0;
}

.ez-toc-title {
    margin: 0 !important;
}

.ez-toc-counter nav {
    padding: 0px 12px;
    max-height: 300px;
    overflow-y: scroll;
}
.ez-toc-counter nav li {
    margin-bottom: 0 !important;
}
.ez-toc-counter nav ::marker {
    color: #e30111;
}
.ez-toc-counter a {
    color: inherit;
    font-size: 14px;
}

.ez-toc-list.ez-toc-list-level-1 {
    list-style-type: disc;
    padding-left: 25px;
}

.ez-toc-list-level-3,
.ez-toc-list-level-4 {
    padding-left: 0;
    list-style-type: disc;
    margin-top: 0px;
}
/* css for custom blocks */
.breadcrumbs,
.breadcrumbs a {
    color: #434343;
	font-size: 14px;
}

.breadcrumbs a {
    font-weight: 600;
}
.affilate-card p {
    font-size: 17px;
}

.affilate-card p.small {
    font-size: 13px;
}

.cta-card p {
    margin-bottom: 8px;
}

.cta-card ul {
    font-size: 15px;
    padding-left: 0px;
    list-style: none;
}
@media screen and (max-width: 420px) {
    .cta-card ul {
        font-size: 13px;
    }
}
.affilate-card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-color: #eee;
    padding: 20px !important;
    transition: all 0.5s;
}
.affilate-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.affilate-card img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.cta-card img,
.affilate-card img {
    margin-bottom: 0;
    margin-top: 0;
}
.also_read {
    padding: 10px;
    margin: 1.5em 0;
    border: 2px dotted;
    border-color: #ffafb5;
    border-radius: 8px;
    background: #fff4f5;
}
.also_read a {
    text-decoration: none;
    transition: all 0.5s ease;
}

.also_read a:hover {
    text-decoration: underline;
}
/* Style for Rank Math FAQ*/
.post-content #rank-math-faq .rank-math-list-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.post-content #rank-math-faq .rank-math-list-item:last-child {
    border-bottom: 0;
}
.post-content .rank-math-question {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.post-content .rank-math-question::before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: inherit;
    font-size: 18px;
}

.post-content .rank-math-answer {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 30px;
    position: relative;
}

.post-content .rank-math-answer::before {
    content: "A.";
    color: #e30111;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 16px;
}

.page_content{font-size:clamp(1rem,1.2vw,1.125rem)}.page_content h1{font-size:clamp(1.875rem,4vw,2.25rem);margin:0 0 0.833em}.page_content h2{font-size:clamp(1.5rem,3vw,1.875rem)}.page_content h3,.page_content .h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}.page_content h4,.page_content .h4{font-size:clamp(1.125rem,2vw,1.1875rem)}.page_content p+h2,.page_content p+h3,.page_content p+.row,.page_content h2+.row, .page_content h3+.row{padding-top:0.5em}.page_content h2,.page_content h3,.page_content h4,.page_content .h3,.page_content .h4{margin-bottom:0.5em;font-weight:600}.page_content .card .card-body p:last-child,.page_content .card .card-body ul:last-child{margin-bottom:0}

.web-story-card img{
		width:100%;
		height:auto
	}
	.web-story-card .img_container::after{
		background: linear-gradient(180deg, #fff0, #000c);
		content: "";
		display: block;
		height: 100%;
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
		border-radius:10px
	}
	.web-story-card, .web-story-card img{
		border-radius:10px
	}
	.web-story-card h2 {
		position: absolute;
		bottom: 0;
		margin-bottom:0;
		padding: 15px;
		color: #fff;
		font-weight: 700;
		font-size: 19px;
		line-height: 22px;
	}
	@media screen and (max-width:768px){
		.web-story-card h2 {
			font-size: 15px;
		}
	}

/*footer css */
.floating-buttons .whatsapp{background:#25d366;color:#fff;border-color:transparent;font-size:20px}.floating-buttons .whatsapp:hover{background:#25d360;color:#fff!important}.floating-buttons .whatsapp span{position:absolute;right:55px;background:#25d366;font-size:14px;display:block;width:130px;padding:5px 10px;text-align:center;border-radius:4px}.floating-buttons .whatsapp span::after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%) rotate(45deg);width:7px;height:7px;background:inherit}.brandList .sliderImage{display:flex;width:160px;align-items:center;justify-content:center;position:relative}.brandList .sliderImage img{object-fit:contain}.brandList{width:100%;overflow:hidden;position:relative;padding:30px 0}.marqueeWrapper{width:100%;overflow:hidden}.marqueeGroup{display:flex;flex-shrink:0;align-items:center;justify-content:space-around;gap:2rem;animation:scroll 50s linear infinite;width:max-content}.marqueeGroup:hover{animation-play-state:paused}.sliderImage{display:flex;align-items:center;justify-content:center;flex:0 0 130px}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:1024px){.marqueeGroup{gap:1.5rem}}@media screen and (max-width:768px){.brandList{grid-gap:10px}.brandList li{flex-shrink:0}.marqueeGroup{gap:1rem}}@media screen and (max-width:768px){.brandList .sliderImage{max-width:100px}}#newsLetterModal .widget{max-height:500px;max-width:500px;margin:0 auto}#newsLetterModal .close_btn{position:absolute;z-index:99;right:10px;top:10px;width:30px;height:30px;outline:0;border:0;border-radius:20px;font-weight:700;background:#000;color:#fff}#voice-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:2px solid #e30111;border-radius:20px;font-size:20px;padding:20px;z-index:10000;box-shadow:0 4px 8px rgb(227 1 17 / 53%);width:300px;height:300px;display:none;align-content:center;align-items:center;justify-content:center;text-align:center}