.gform_heading {
    display: none !important;
}

/* ML Plugin CSS */
.mainHeaderMenu .elementor-widget-wpml-language-switcher {
    max-width: 140px !important;
}

.mainHeaderMenu .elementor-widget-wpml-language-switcher a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background: #fff;
    border: none;
    font-family: "Inter Tight", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    border-radius: 100px;
    color: #06203F !important;
}

.mainHeaderMenu .elementor-widget-wpml-language-switcher ul.wpml-ls-sub-menu li a {
    color: #06203F !important;
    display: block;
    height: 40px;
    border: none;
    padding: 0 20px;
    line-height: 40px;
}

.mainHeaderMenu .elementor-widget-wpml-language-switcher ul.wpml-ls-sub-menu li a:hover {
    background: #06203F !important;
    color: #fff !important;
}

/*  */

/* Homepage CSS */
html body .gform_wrapper, [data-parent-form="1_0"] {
    --gf-ctrl-border-color: #E0E6F3 !important;
    --gf-color-primary: #df9226 !important;
    --gf-color-primary-darker: #a56813 !important;
    --gf-color-primary-lighter: #edaa4c !important;
    --gf-color-in-ctrl-primary: #df9226 !important;
    --gf-color-in-ctrl-primary-darker: #a56813 !important;
    --gf-color-in-ctrl-primary-lighter: #df9226 !important;
    --gf-radius: 8px !important;
    --gf-form-gap-y: 25px !important;
    --gf-font-family-base: "Inter", Sans-serif !important;
}

html body .gform-theme--api, html body .gform-theme--framework {
    --gf-ctrl-shadow-focus: 0 0 0 var(--gf-ctrl-shadow-offset-size-focus) var(--gf-ctrl-shadow-offset-color-focus), 0 0 0 var(--gf-ctrl-shadow-size-focus) rgb(223 146 38 / 34%) !important;
}

.gravityFormWrap .gform_heading h2.gform_title {
    display: none !important;
}

.gform_required_legend {
    display: none !important;
}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    height: 48px;
}

.gform-theme--foundation .gform_footer .gform_button {
    width: 100% !important;
    height: 48px !important;
    border-radius: 40px !important;
    font-size: 16px !important;
}

.homeCounterRow span.elementor-counter-number-suffix {
    color: #DF9226;
}

.singleServiceBox.elementor-sticky--active {
    background-color: #06203F !important;
    transform: scale(0.95);
}

.singleServiceBox.elementor-sticky--active .elementor-widget-container {
    color: #fff;
}

.homeCaseStudyTab .raven-tabs-list .raven-tabs-title {
    width: 32% !important;
    border-top: 1px dashed #BABABA !important;
}

.homeCaseStudyTab .raven-tabs-list .raven-tabs-title.raven-tabs-active {
    border-top: 2px solid #DF9226 !important;
}

.homeCaseStudyTab .raven-tabs-list .raven-tabs-title span.raven-tabs-title-icon svg {
    filter: grayscale(1);
}

.homeCaseStudyTab .raven-tabs-list .raven-tabs-title.raven-tabs-active span.raven-tabs-title-icon svg {
    filter: grayscale(0);
}

.testimonialSingleBox {
    margin: 0 16px;
    min-height: auto !important;
}

.singleIconBox:hover .elementor-widget-container {
    background: #06203F;
}

.singleIconBox .elementor-icon-box-icon span.elementor-icon {
    background: #06203F;
    width: 58px;
    height: 58px;
    border-radius: 100px;
}

.singleIconBox .elementor-icon-box-icon span.elementor-icon svg {
    margin: 0 auto;
    top: 5px;
}

.singleIconBox:hover .elementor-icon-box-icon span.elementor-icon {
    background: #DF9226;
}

.singleIconBox:hover .elementor-icon-box-content h4.elementor-icon-box-title {
    color: #fff;
}

.singleIconBox:hover .elementor-icon-box-content p.elementor-icon-box-description {
    color: #fff;
}

.testimonialSlider .slick-dots li button {
    background: #DF9226 !important;
}

.testimonialSlider .slick-dots {
    bottom: -50px;
}

.singleServiceBox.elementor-sticky--active .elementor-button-wrapper a.elementor-button:hover {
    background-color: #be7c20;
}

.singleIconBox.lightIconBox {
    background: #fff;
}

/*  */

/* Blog Post CSS */
.nextPostWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nextPostWrap .nextpreviewWrap {
    width: 48%;
    border: 2px solid #06203F;
    overflow: hidden;
    border-radius: 20px;
    background: #f0f4f6;
    transition: 0.3s ease-in-out;
    position: relative;
}

.nextPostWrap .nextpreviewWrap:hover {
    transform: translate(0px, -5px);
}

.nextpreviewWrap .nextpreviewText {
    padding: 0 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 0;
    color: #fff;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.nextPostWrap .nextpreviewWrap:hover .nextpreviewText {
    height: 140px;
}

.nextpreviewWrap .nextpreviewImage {
    position: relative;
    line-height: 0;
}

.nextpreviewWrap .nextpreviewImage img {
    height: 340px;
    object-fit: cover;
    width: 100%;
}

.nextPostWrap .nextpreviewWrap:hover .nextpreviewImage:before {
    opacity: 1;
}

.nextpreviewWrap .nextpreviewImage:before {
    content: '';
    background: linear-gradient(0deg, #000, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.blogInnerContent a {
    color: #DF9226 !important;
}

.blogInnerContent a:hover {
    color: #06203F !important;
}

.blogInnerContent .elementor-widget-container h1, .blogInnerContent .elementor-widget-container h2, .blogInnerContent .elementor-widget-container h3, .blogInnerContent .elementor-widget-container h4, .blogInnerContent .elementor-widget-container h5, .blogInnerContent .elementor-widget-container h6 {
    color: #1B2424 !important;
}

/*  */

/* Our Story Slider */
.ourStoryContentRow {
    position: relative;
}

.storySingleContent {
    display: none;
}

.storySingleContent.current {
    display: block;
}

.storySingleContent .storySingleContentBox {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.storySingleContent.current .storySingleContentBox {
    opacity: 1;
}

.ourStoryNav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.ourStoryNav:after {
    content: "";
    width: 110%;
    height: 100%;
    left: -10%;
    top: 0;
    position: absolute;
    z-index: 2;
}

.storyNavItem {
    position: relative;
}

.storyNavItem .timelineRound {
    width: 20px;
    height: 20px;
    background-color: #06203F;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.storyNavItem .timelineSVG {
    position: absolute;
    top: -6px;
    left: 10px;
}

.storyNavItem span {
    color: #fff;
    margin-left: -12px;
    min-width: 45px;
    text-align: center;
    display: inline-block;
}

.storyNavItem.current .timelineRound {
    background-color: #DF9226;
    border: 2px solid #DF9226;
}

.storyNavItem.current span {
    font-weight: bold;
}

.storyNavItem.active .timelineRound {
    background-color: #DF9226;
    border: 1px solid #06203F;
}

.storyNavItem:last-child .timelineSVG {
    display: none;
}

.ourStoryRowWrap {
    height: 290vh;
}

.ourStoryRow {
    height: calc(100vh - 300px);
    position: sticky;
    top: 150px;
}

.ts_trigger {
    width: 100%;
    height: 1px;
    position: absolute;
    inset: 0% 0% auto;
}

.ts_trigger.is-1 {
    top: 70vh;
}

.ts_trigger.is-2 {
    top: 100vh;
}

.ts_trigger.is-3 {
    top: 130vh;
}

.ts_trigger.is-4 {
    top: 160vh;
}

.ts_trigger.is-5 {
    top: 190vh;
}

.ts_trigger.is-6 {
    top: 220vh;
}

.ts_trigger.is-7 {
    top: 250vh;
}

.timelineSVG .blue_line {
    stroke-dasharray: 150;
    stroke-dashoffset: 142%;
}

.timelineSVG .grey_line {
    stroke-dasharray: 5;
    stroke-dashoffset: 2%;
    opacity: 0.7;
}

.storySingleContentBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;

}

.storySingleContentBox .storySingleContentLeft {
    width: 60%;
}

.storySingleContentBox .storySingleContentRight {
    width: 40%;
    padding-right: 100px;
    color: #fff;
}

.storyImage {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}

.storyImage img {
    width: 100%;
}

.singleStoryContentDesc .singleStoryYear {
    font-size: 16px;
    padding: 7px 20px;
    line-height: 20px;
    border-radius: 6px;
    background-color: #df9226;
    color: #fff;
    display: none;
    margin-bottom: 10px;
}

.singleStoryContentDesc h3 {
    margin: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 1160px) {
    .storySingleContentBox .storySingleContentLeft {
        width: 50%;
    }

    .storySingleContentBox .storySingleContentRight {
        width: 50%;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .ourStoryRow {
        height: calc(100vh - 220px);
        top: 70px;
    }

    .storyNavItem .timelineSVG svg {
        width: 110px;
    }

    .storySingleContentBox {
        display: block;
    }

    .storySingleContentBox .storySingleContentLeft {
        width: 100%;
    }

    .storySingleContentBox .storySingleContentRight {
        width: 100%;
        padding-right: 0;
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .ourStoryRowWrap {
        height: auto;
    }

    .ourStoryRow {
        height: auto;
    }

    .ourStoryNav {
        display: none;
    }

    .storySingleContent {
        display: block;
        padding-bottom: 40px;
    }

    .storySingleContent .storySingleContentBox {
        opacity: 1;
    }

    .storySingleContentBox .storySingleContentRight {
        padding-top: 20px;
    }

    .singleStoryContentDesc h3 {
        padding-bottom: 10px;
    }

    .singleStoryContentDesc .singleStoryYear {
        display: inline-block;
    }

}


/*  */
.featuredCaseStudyMain {
    max-width: 1280px;
    margin: 0 auto;
}

.featuredCaseStudyTopInnerBox {
    position: relative;
}

.featuredCaseStudyImage {
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.featuredCaseStudyImage img {
    max-width: 100%;
}

.featuredCaseStudyImage:after {
    content: "";
    background: linear-gradient(180deg, rgba(6, 32, 63, 0.00) 27.92%, #06203F 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.featuredCaseStudyContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
}

.featuredCaseStudyIcon {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 120px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}

.featuredCaseStudyIcon img {
    position: absolute;
    max-width: 100px;
    max-height: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}

.featuredCaseStudyContent ul {
    margin: 0;
    padding: 0 0 20px 0;
    display: flex;
}

.featuredCaseStudyContent ul li {
    list-style: none;
    padding: 0 10px 0 0;
}

.featuredCaseStudyContent ul li span {
    display: block;
    font-size: 13px;
    padding: 5px 12px;
    line-height: 20px;
    border-radius: 5px;
}

.featuredCaseStudyContent p {
    margin: 0;
    padding-bottom: 5px;
    font-size: 12px;
}

.featuredCaseStudyContent h4 {
    max-width: 470px;
    font-size: 28px;
    margin: 0;
    padding-bottom: 30px;
}

.featuredCaseStudyContent h4 a {
    color: #fff;
    display: block;
}

.featuredCaseStudyContent .featuredCaseStudyLink {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #DF9226;
    gap: 7px;
    font-weight: 600;
}

.featuredCaseStudyContent .featuredCaseStudyLink svg {
    width: 16px;
    position: relative;
    height: auto;
    top: 1px;
}

.featuredCaseStudyBottom {
    padding-top: 30px;
}

.featuredCaseStudyBottomBox {
    border-top: 1px dashed #BABABA;
    padding-top: 20px;
    cursor: pointer;
}

.featuredCaseStudyBottomInnerBox {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 60px;
}

.featuredCaseStudyBottomInnerBox img {
    max-height: 60px;
    max-width: 120px;
    filter: grayscale(1);
}

.featuredCaseStudyBottomInnerBox:hover img {
    filter: grayscale(0);
}

.featuredCaseStudyBottomBox.slick-current .featuredCaseStudyBottomInnerBox img {
    filter: grayscale(0);
}

.featuredCaseStudyBottomBox.slick-current {
    border-top: 1px solid #DF9226;
}

.featuredCaseStudyBottom.slick-slider .slick-track {
    transform: none !important;
}

/*  */

/* Cookies page CSS */
body.wp-singular.page-template-default.page.page-id-1946 .elementor-element.elementor-element-7eb2157 {
    display: none !important;
}

body.wp-singular.page-template-default.page.page-id-1946 .blogInnerContent .e-con-inner {
    padding-bottom: 0;
}

body.wp-singular.page-template-default.page.page-id-1946 .blogInnerContent .elementor-element.elementor-element-1d0c9ae {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/*  */

/* Career Page CSS */
.careerTestimonialBox {
    margin: 0 10px;
    opacity: 0.5;
    cursor: grab;
}

.careerTestimonialBox.slick-current.slick-active {
    opacity: 1;
}

.applicationSingleBox {
    background-position: -60px -30px !important;
}

/*  */
.careerTestimonialBox {
    min-height: 445px;
}

.careerTestimonialSlider ul.slick-dots {
    bottom: -35px;
}

.careerTestimonialSlider .slick-dots li button {
    background: #06203F !important;
}

.benefitsSingleBox {
    margin: 0 10px;
    cursor: grab;
}


.caseStudyWraps {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.caseStudyTopBox {
    width: 50%;
    padding: 15px;
}

.caseStudyTopInnerBox {
    position: relative;
}

.caseStudyImage {
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.caseStudyImage img {
    width: 100%;
}

.caseStudyImage:after {
    content: "";
    background: linear-gradient(180deg, rgba(6, 32, 63, 0.00) 27.92%, #06203F 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.caseStudyContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
}

.caseStudyIcon {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 100px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.caseStudyIcon img {
    position: absolute;
    max-width: 70px;
    max-height: 25px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}

.caseStudyContent ul {
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
}

.caseStudyContent ul li {
    list-style: none;
    padding: 0 5px 0 0;
}

.caseStudyContent ul li span {
    display: block;
    font-size: 12px;
    padding: 4px 10px;
    line-height: 19px;
    border-radius: 5px;
}

.caseStudyContent p {
    margin: 0;
    padding-bottom: 5px;
    font-size: 12px;
}

.caseStudyContent h4 {
    max-width: 400px;
    font-size: 24px;
    margin: 0;
    padding-bottom: 15px;
}

.caseStudyContent h4 a {
    color: #fff;
    display: block;
}

.caseStudyContent .caseStudyLink {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #DF9226;
    gap: 7px;
    font-weight: 600;
}

.caseStudyContent .caseStudyLink svg {
    width: 13px;
    position: relative;
    height: auto;
    top: 2px;
}


.caseStudyStickyImgCol .elementor-element:nth-child(1) img {
    opacity: 1;
}

.caseStudyStickyImgCol .elementor-element.elementor-sticky--active img {
    opacity: 1;
}

.caseStudyStickyImgCol .elementor-element img {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

/* .caseStudyStickyImgCol.omnivalImgCol .elementor-element:nth-child(1) img {
    opacity: 1;
	height: 100%;
}
.caseStudyStickyImgCol.omnivalImgCol .elementor-element.elementor-sticky--active img {
    opacity: 1;
	height: 100%;
}
.caseStudyStickyImgCol.omnivalImgCol .elementor-element img {
    opacity: 0;
	height: 300px;
    transition: 0.3s ease-in-out;
} */

.footerGravityForm {

}

.footerGravityForm form {
    display: flex;
}

.footerGravityForm form .gform-body {
    width: 65%;
}

.footerGravityForm form .gform_footer {
    margin: 0;
    padding-left: 20px;
    width: 35%;
}


.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    display: none !important
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1;
    margin: 0;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: normal;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
    content: "\2714";
    color: white;
    background-color: #69f;
    border: 1px solid #69f;
    text-align: center;
    line-height: 14px;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] {
    display: none;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] + label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 27px;
    line-height: 1;
    margin: 0;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 1px;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label:before {
    background-color: #fff;
    border: 4px solid #69f;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    display: none !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c01f41 !important;
}

.gform_wrapper .gform_validation_errors {
    border: 1.5px solid #c01f41 !important;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true] + label, .gform_wrapper label + [aria-invalid=true] {
    color: #c01f41 !important;
}

.gform_wrapper .gfield_required {
    color: #c01f41 !important;
}

body .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
}

body div#ui-datepicker-div[style] {
    background-color: #fff;
    padding: 10px;
    min-width: 270px;
}

.ui-datepicker-title select {
    margin-top: 0 !important;
    width: 88px;
    float: left;
    padding: 0px 7px !important;
    height: 32px;
    font-size: 13px;
}

body .ui-datepicker-header {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    min-height: 40px !important;
    border-width: 0 !important;
}

.ui-datepicker .ui-datepicker-header a {
    background-color: #000 !important;
}

.ui-datepicker-prev {
    margin-right: 7px;
}

.ui-datepicker td a, .ui-datepicker td span {
    width: 100% !important;
    background: #fff !important;
    text-shadow: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 30px !important;
    display: block !important;
}

.ui-datepicker tbody td {
    padding: 0;
    border: 1px solid #ccc;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #eee;
}

.ui-datepicker tbody td:last-child {
    border-right: 1px solid #bbb;
}

.ui-datepicker .ui-datepicker-calendar td {
    height: 30px !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background-color: transparent !important;
}

.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
    filter: none !important;
    background-color: #555 !important;
}

.ui-datepicker .ui-datepicker-calendar td:hover, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
    background-color: #eeeeee !important;
}

.sadu-gravaty-style .gform_wrapper .gfield_error .gfield_label {
    color: #e60000 !important;
}

.loader {
    border: 5px solid #eee;
    border-radius: 50%;
    border-top: 5px solid #0053A0;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-load {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.btn-load:hover,
.btn-load:active,
.btn-load:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.btn-load:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.btn-default.btn-load:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.btn-load:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
}

.btn-sm.btn-load:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.btn-xs.btn-load:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.progress_load {
    height: 4px;
    position: relative;
    display: block;
    background-color: #2e4b93;
    position: relative;
    overflow: hidden;
    clear: both;
}

.loadmoreDiv {
    text-align: center;
}

.progress_load:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .5)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .5)), color-stop(.75, rgba(255, 255, 255, .5)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 30px 30px;
    -webkit-animation: move 1s linear infinite;
    -moz-animation: move 1s linear infinite;
    overflow: hidden;
}

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

.ajax-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.ajax-post-grid-wrapper {
    position: relative; /* để overlay bám vào wrapper */
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #f90;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#ajaxPostCategory {
    width: 250px;
    height: 50px;
    color: #5D5D68;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #E0E6F3;
    border-radius: 6px;
    background: #fff;
    padding: 0 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url(../assets/images/down.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    margin-bottom: 20px;
}

#ajaxPostPagination {
    margin-top: 30px;
    text-align: left;
}

#ajaxPostPagination .next,
#ajaxPostPagination .prev {
    position: relative;
    top: -2px;
}

/* Grid layout */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

/* Item */
.post-grid-item {
    border-radius: 015px;
    background: #fff;
    transition: box-shadow 0.3s;
}

/*.post-grid-item:hover {*/
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
/*}*/

.post-thumb {
    height: 220px;
}

/* Thumbnail */
.post-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    display: block;
    object-fit: cover;
}

.post-thumb a {
    width: 100%;
    height: 100%;
}

/* Tags */
.post-tags {
    margin: 10px 0;
}

.post-tag {
    display: inline-block;
    background: #DF9226;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 7px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    font-family: "Inter", Sans-serif;
}

/* Title */
.detail-post .post-title a {
    color: #1B2424;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 15px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-post .post-title a:hover {
    color: #DF9226;
}

/* Excerpt */
.post-excerpt {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5D5D68;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Read More */
.post-readmore {
    font-family: "Inter", Sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #DF9226;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.post-readmore:hover {
    text-decoration: underline;
    color: #1B2424;
}

.post-readmore span {
    position: relative;
    top: -1px;
}

/* No posts */
.no-posts {
    font-size: 16px;
    color: #999;
}

.detail-post {
    padding: 15px 30px 25px;
    background: #F4F4F4;
    border-radius: 0 0 15px 15px;
}

.page-numbers {
    color: #5D5D68;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 3px;
}

.page-numbers.current, .page-numbers:hover {
    color: #DF9226;
}

@media screen and (max-width: 768px) {
    .post-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .post-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}