@charset "UTF-8";
/* Mobile First - Base Styles */
@media screen and (max-width: 767.98px) {
  .container {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
}
/* Tablets */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px !important;
    margin: 0 auto;
  }
}
/* Small Desktops and iPads Pro */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 940px !important;
    margin: 0 auto;
  }
  #header-mobile {
    margin: 0 auto;
    max-width: 940px !important;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 940px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  /* Fix for Suheyla & İrem */
  header nav ul {
    gap: 16px !important;
  }
  header .buttons .buttons-right {
    gap: 13px !important;
  }
}
/* Display Controls - Mobile & Tablet */
@media screen and (max-width: 1199.98px) {
  .o-desktop {
    display: none !important;
  }
  .o-mobile {
    display: block !important;
  }
  #header-desktop {
    display: none !important;
  }
  #header-mobile {
    display: block !important;
  }
}
/* Display Controls - Desktop */
@media screen and (min-width: 1200px) {
  .o-desktop {
    display: block !important;
  }
  .o-mobile {
    display: none !important;
  }
  #header-desktop {
    display: block !important;
  }
  #header-mobile {
    display: none !important;
  }
}
/* Standard Laptops */
@media screen and (min-width: 1200px) and (max-width: 1366.98px) {
  .container {
    width: 1140px !important;
    margin: 0 auto;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
  .mega-menu-container .megamenu-wrapper .mm-content .mm-content-wrapper {
    gap: 15px;
  }
}
/* Large Laptops */
@media screen and (min-width: 1367px) and (max-width: 1536.98px) {
  .container {
    width: 1240px !important;
    margin: 0 auto;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1240px !important;
  }
}
/* Desktop Monitors */
@media screen and (min-width: 1537px) and (max-width: 1920.98px) {
  .container {
    width: 1420px !important;
    margin: 0 auto;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1420px !important;
  }
  .container-xl {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
}
/* Large Screens */
@media screen and (min-width: 1921px) {
  .container {
    width: 1420px !important;
    margin: 0 auto;
  }
  header .header-wrapper {
    position: relative;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1420px !important;
  }
  .mega-menu-container {
    max-width: 1420px;
    margin: 0 auto;
    top: 50px !important;
  }
  .mega-menu-container .single-mega-menu {
    width: unset;
  }
  #solutions-hero .container {
    max-height: 800px !important;
  }
}
/* Mobile Header Styles */
@media screen and (max-width: 1199.98px) {
  #header-mobile {
    padding: 0px 20px;
    z-index: 20 !important;
    position: relative;
  }
  #header-mobile .back-btn {
    display: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #333;
  }
  #header-mobile .back-btn:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 22px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.37494 11.0001C0.37494 10.7603 0.466581 10.5203 0.649627 10.3372L10.0246 0.962246C10.391 0.595918 10.9842 0.595918 11.3503 0.962246C11.7163 1.32857 11.7166 1.92178 11.3503 2.28787L2.63807 11.0001L11.3503 19.7122C11.7166 20.0786 11.7166 20.6718 11.3503 21.0379C10.9839 21.404 10.3907 21.4042 10.0246 21.0379L0.649627 11.6629C0.466581 11.4798 0.37494 11.2398 0.37494 11.0001Z' fill='currentColor'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
  #header-mobile .mobile-logo img {
    max-width: 139px;
    height: auto !important;
  }
  #header-mobile a#hamburger-menu img,
  #header-mobile #hamburger-menu-close img {
    height: 25px;
    width: 25px;
  }
  #header-mobile .wrapper {
    padding: 30px 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  #header-mobile .wrapper .m-btns {
    display: flex;
    gap: 39px;
    align-items: center;
  }
  #header-mobile .wrapper .m-btns a {
    line-height: 0px;
  }
  #header-mobile .wrapper .m-btns #hamburger-menu-close {
    display: none;
  }
  #header-mobile .overlay {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    z-index: 10;
    margin-top: -1px;
    overflow-x: hidden !important;
  }
  #header-mobile .overlay .wrapper {
    padding: 18px 20px 158px 20px;
    display: block;
    overflow-y: scroll;
  }
  #header-mobile .overlay .wrapper input {
    padding: 10px 15px;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    background: rgb(243, 243, 243);
    border-color: unset !important;
    border: unset !important;
    height: 45px;
    margin-bottom: 52px;
  }
  #header-mobile .overlay .wrapper input::-moz-placeholder {
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: rgba(51, 51, 51, 0.5);
  }
  #header-mobile .overlay .wrapper input::placeholder {
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: rgba(51, 51, 51, 0.5);
  }
  #header-mobile .overlay .wrapper .navigation {
    align-items: flex-start;
    height: 100vh;
    overflow-y: scroll;
    margin-bottom: unset !important;
  }
  #header-mobile .overlay .wrapper .navigation ul {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
  }
  #header-mobile .overlay .wrapper .navigation ul li {
    list-style-type: none !important;
    margin-bottom: 28px;
  }
  #header-mobile .overlay .wrapper .navigation ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #333333;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 100%;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  #header-mobile .overlay .wrapper .navigation ul li a .bordered {
    border-color: var(--e-global-color-primary);
  }
  #header-mobile .overlay .wrapper .navigation ul li a.has-dropdown:after {
    content: "\f054";
    font-family: "FontAwesome";
    float: right;
    font-size: 14px;
    transition: 0.3s ease;
    transform: rotate(0deg);
    position: absolute;
    right: -20px;
  }
  #header-mobile .overlay .wrapper .navigation ul li a.has-dropdown.opened:after {
    transform: rotate(90deg);
    transition: 0.3s ease;
  }
  #header-mobile .overlay .wrapper .overlay-footer {
    bottom: 52px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    left: 0 !important;
    z-index: 12;
    height: 150px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%);
  }
  #header-mobile .overlay .wrapper .overlay-footer a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: var(--e-global-color-primary);
    padding: 10.5px 21.5px;
  }
  #header-mobile .overlay .wrapper .overlay-footer a.tc {
    color: #1637df;
  }
  .sub-navigations .sub-nav-item {
    padding-bottom: 250px;
    margin-top: 20px;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
    overflow-y: scroll;
  }
  .sub-navigations .sub-nav-item .child {
    margin-top: 20px;
    border-bottom: 1px solid #dedede;
    margin-right: 30px;
  }
  .sub-navigations .sub-nav-item .child:first-child {
    margin-top: 0px;
  }
  .sub-navigations .sub-nav-item .child:last-child {
    border: unset;
  }
  .sub-navigations .sub-nav-item .child span {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  .sub-navigations .sub-nav-item .child ul {
    padding: 15px 20px 25px 20px;
  }
  .sub-navigations .sub-nav-item .child ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .sub-navigations .sub-nav-item .child ul li:last-child {
    margin-bottom: 0px;
  }
  .sub-navigations .sub-nav-item .child ul li ul {
    margin: 22px 0px 0px 0px;
    padding: 0px;
    display: none;
  }
  .sub-navigations .sub-nav-item .child ul li ul li {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .sub-navigations .sub-nav-item .child ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
  }
  .sub-navigations .sub-nav-item .child.has-children li {
    display: block !important;
  }
  .sub-navigations .sub-nav-item .child.has-children li li {
    display: flex !important;
  }
  .custom-language-switcher {
    z-index: 20;
    touch-action: manipulation;
    position: relative;
    z-index: 1001;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-right: unset !important;
  }
  .custom-language-switcher svg {
    max-width: 25px !important;
    max-height: 25px !important;
    width: 25px !important;
    height: 25px !important;
  }
  .custom-language-switcher span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .custom-language-switcher ul {
    min-width: unset !important;
    padding: 10px;
    padding-top: 20px;
  }
  .custom-language-switcher ul li {
    margin-bottom: 15px;
  }
  .custom-language-switcher ul li a {
    font-size: 13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .custom-language-switcher svg:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 1180px) {
  .o-desktop {
    display: none;
  }
  .o-mobile {
    display: block;
  }
  #header-mobile {
    display: block;
    padding: 0px 20px;
    z-index: 11 !important;
  }
  #header-mobile .back-btn {
    display: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #333;
  }
  #header-mobile .back-btn:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 22px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.37494 11.0001C0.37494 10.7603 0.466581 10.5203 0.649627 10.3372L10.0246 0.962246C10.391 0.595918 10.9842 0.595918 11.3503 0.962246C11.7163 1.32857 11.7166 1.92178 11.3503 2.28787L2.63807 11.0001L11.3503 19.7122C11.7166 20.0786 11.7166 20.6718 11.3503 21.0379C10.9839 21.404 10.3907 21.4042 10.0246 21.0379L0.649627 11.6629C0.466581 11.4798 0.37494 11.2398 0.37494 11.0001Z' fill='currentColor'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
  #header-mobile .mobile-logo img {
    max-width: 139px;
    height: 30px;
  }
  #header-mobile a#hamburger-menu img,
  #header-mobile #hamburger-menu-close img {
    height: 25px;
    width: 25px;
  }
  #header-mobile .wrapper {
    padding: 30px 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  #header-mobile .wrapper .m-btns {
    display: flex;
    gap: 20px;
    align-items: flex-end;
  }
  #header-mobile .wrapper .m-btns a {
    line-height: 0px;
  }
  #header-mobile .wrapper .m-btns #hamburger-menu-close {
    display: none;
  }
  #header-mobile .overlay {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    z-index: 10;
    margin-top: -1px;
    overflow-x: hidden !important;
  }
  #header-mobile .overlay .wrapper {
    padding: 18px 20px 158px 20px;
    display: block;
    overflow-y: scroll;
  }
  #header-mobile .overlay .wrapper input {
    padding: 10px 15px;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    background: rgb(243, 243, 243);
    border-color: unset !important;
    border: unset !important;
    height: 45px;
    margin-bottom: 52px;
  }
  #header-mobile .overlay .wrapper input::-moz-placeholder {
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: rgba(51, 51, 51, 0.5);
  }
  #header-mobile .overlay .wrapper input::placeholder {
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: rgba(51, 51, 51, 0.5);
  }
  #header-mobile .overlay .wrapper .navigation {
    align-items: flex-start;
    height: 100vh;
    overflow-y: scroll;
    margin-bottom: unset !important;
  }
  #header-mobile .overlay .wrapper .navigation ul {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
  }
  #header-mobile .overlay .wrapper .navigation ul li {
    list-style-type: none !important;
    margin-bottom: 28px;
  }
  #header-mobile .overlay .wrapper .navigation ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #333333;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 100%;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  #header-mobile .overlay .wrapper .navigation ul li a .bordered {
    border-color: var(--e-global-color-primary);
  }
  #header-mobile .overlay .wrapper .navigation ul li a.featured {
    color: var(--e-global-color-primary);
  }
  #header-mobile .overlay .wrapper .navigation ul li a.has-dropdown:after {
    content: url("../images/down-arrow.svg");
    float: right;
    font-size: 14px;
    transition: 0.3s ease;
    transform: rotate(0deg);
    position: absolute;
    right: -20px;
  }
  #header-mobile .overlay .wrapper .navigation ul li a.has-dropdown.opened:after {
    transform: rotate(90deg);
    transition: 0.3s ease;
  }
  #header-mobile .overlay .wrapper .overlay-footer {
    bottom: 52px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
    gap: 20px;
    box-sizing: border-box;
    left: 0 !important;
    z-index: 12;
    height: 150px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%);
  }
  #header-mobile .overlay .wrapper .overlay-footer a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 10.5px 21.5px;
    width: 80%;
    border-radius: 8px;
    background-color: var(--e-global-color-primary);
  }
  #header-mobile .overlay .wrapper .overlay-footer a.tc {
    color: #fff;
    background-color: #1637df;
  }
  #header-mobile .overlay .wrapper .overlay-footer a.normal {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 8px;
    background-color: #fff;
    color: var(--e-global-color-primary);
  }
  #header-mobile .overlay .wrapper .overlay-footer a.normal.tc {
    border-color: #1637df;
  }
  #header-mobile .sub-navigations .sub-nav-item {
    padding-bottom: 250px;
    margin-top: 20px;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
    overflow-y: scroll;
  }
  #header-mobile .sub-navigations .sub-nav-item .child {
    margin-top: 20px;
    border-bottom: 1px solid #dedede;
    margin-right: 30px;
  }
  #header-mobile .sub-navigations .sub-nav-item .child:first-child {
    margin-top: 0px;
  }
  #header-mobile .sub-navigations .sub-nav-item .child:last-child {
    border: unset;
  }
  #header-mobile .sub-navigations .sub-nav-item .child span {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  #header-mobile .sub-navigations .sub-nav-item .child span.badge {
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul {
    padding: 15px 20px 25px 20px;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul li {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul li:last-child {
    margin-bottom: 0px;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul li ul {
    margin: 22px 0px 0px 0px;
    padding: 0px;
    display: none;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul li ul li {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
  }
  #header-mobile .sub-navigations .sub-nav-item .child ul li ul li svg {
    max-width: 25px;
    max-height: 25px;
    width: 25px;
    height: 25px;
    color: #999999;
  }
  #header-mobile .custom-language-switcher {
    z-index: 20;
  }
  #header-mobile .custom-language-switcher img {
    max-width: 25px !important;
    max-height: 25px !important;
  }
  #header-mobile .custom-language-switcher ul {
    min-width: unset !important;
    padding: 10px;
    padding-top: 20px;
  }
  #header-mobile .custom-language-switcher ul li {
    margin-bottom: 15px;
  }
  #header-mobile .custom-language-switcher ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1537px) and (max-width: 2140px) {
  /* Highend Windows Laptops and Widescreen */
  .container {
    width: 1420px !important;
    margin: 0 auto;
  }
  .container-xl {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  #header-desktop {
    display: block;
  }
  .listing-items-wrapper {
    display: none;
  }
}
@media screen and (max-width: 900px), (max-width: 1200px) and (orientation: landscape) {
  /* Landscape and Mobile Phones */
  .hr-faq-widget {
    max-width: 100%;
  }
  #newsletter-cta .container iframe {
    height: unset !important;
  }
  a.return {
    display: inline-block;
    border: 1px solid #c4bfbb;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 10px;
  }
  main#archive\ post\ taxonomy .container {
    max-width: unset !important;
    width: unset !important;
    margin: 0px 20px !important;
  }
  main#archive\ post\ taxonomy .navigation {
    display: none;
  }
  main#archive\ post\ taxonomy .taxonomy-header {
    margin: 50px 0px 32px 0px;
  }
  .author-card .container {
    margin: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .author-listing {
    margin: 0px 20px;
    margin-top: 40px;
  }
  .author-listing .container {
    max-width: unset !important;
    width: unset !important;
  }
  .author-listing .navigation.author-search {
    display: none;
  }
  .author-listing .author-card-image img {
    max-width: 140px;
    max-height: 140px;
  }
  article {
    display: flex;
    flex-direction: column;
  }
  article .post-image {
    order: 2;
  }
  article .hr-label {
    order: 1;
    line-height: 21px;
  }
  article a {
    order: 3;
  }
  article a.post-category {
    order: 1;
  }
  article a.post-title {
    order: 2;
  }
  article a.post-image {
    order: 3;
  }
  article p {
    order: 4;
  }
  article .featured-footer {
    order: 5;
    flex-direction: row-reverse;
  }
  article .hr-label {
    display: inline;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 16px;
  }
  .o-desktop {
    display: none;
  }
  .o-mobile {
    display: block;
  }
  .hr-label {
    font-size: 11px;
  }
  .listing-items-wrapper {
    display: block !important;
  }
  .remove-br br {
    display: none;
  }
  .container {
    width: calc(100vw - 120px) !important;
    margin: 0 auto;
  }
  header {
    padding: 0px;
  }
  #header-desktop {
    display: none;
  }
  .btn {
    padding: 10.5px 19px;
  }
  section#footer-body {
    padding: 22px 0px 0px 0px;
  }
  section#footer-body .footer-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .container-xl {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  footer {
    padding: 80px 0px 52px 0px;
  }
  footer .brand img {
    max-width: 200px;
  }
  footer .brand p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
  }
  footer .brand ul {
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  footer .brand ul li a {
    font-size: unset;
  }
  footer .brand ul li svg {
    width: 30px !important;
    height: 30px !important;
    padding: 10px;
    border-radius: 50%;
  }
  footer .col {
    width: 100% !important;
    padding: 30px 0px 0px 0px;
    border-top: 2px solid #efefef;
  }
  footer .col:first-child, footer .col:nth-child(2) {
    border: none !important;
  }
  footer a {
    font-size: 16px;
  }
  footer span {
    font-size: 18px;
    margin-bottom: 25px;
  }
  footer .menu {
    margin-bottom: 0px !important;
  }
  footer .menu li:last-child {
    margin-bottom: 0px !important;
  }
  section#footer-copyright .container.flex {
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  section#footer-copyright .container:nth-child(2) {
    border: none !important;
    margin-top: 0px !important;
    padding: 0px;
  }
  section#footer-cta {
    padding: 38px 0px;
    text-align: center;
  }
  section#footer-cta .cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  section#footer-cta h6 {
    margin-block: 0 !important;
  }
  .testimonial-card {
    min-height: unset;
    margin-bottom: 10px !important;
  }
  .testimonial-card h4 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .testimonial-card span {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .feature {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
  .feature h5 {
    color: inherit !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .feature p {
    color: #333;
  }
  .feature .feature-grid {
    display: grid;
    grid-template-columns: 0.2fr 0.8fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    align-items: start;
  }
  .feature .icon {
    margin-top: 10px;
  }
  .testimonial-card {
    margin: 0px 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  }
  #sliding-info {
    margin-bottom: 120px;
  }
  #sliding-info .wrapper {
    padding: 120px 0px 0px 0px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    grid-column-gap: 0px;
    grid-row-gap: 120px !important;
  }
  #sliding-info .right-side .feature-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    grid-column-gap: 60px !important;
    align-items: center !important;
    justify-content: center !important;
    justify-items: center !important;
    text-align: center !important;
  }
  #sliding-info .right-side .feature {
    padding-bottom: 50px !important;
  }
  #sliding-info .right-side .feature:after {
    display: none !important;
  }
  .hr-label.icon {
    background: unset !important;
    padding: 0px;
    margin-bottom: 20px;
  }
  .hr-label.icon img {
    max-width: 30px;
    padding: 4px;
    background-color: unset !important;
  }
  .hr-label.icon .label-icon-wrapper {
    align-items: center;
  }
  .loop-label-wrapper a {
    width: 100%;
  }
  .listing-wrapper {
    gap: 50px;
    display: flex;
    flex-direction: column;
  }
  .listing-wrapper .listing-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0px;
  }
  div#faq {
    padding: 0px 20px;
  }
  .search-content-area small {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-left: 20px;
    color: rgba(51, 51, 51, 0.6980392157);
  }
  .search-content-area h3 {
    text-transform: capitalize;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5019607843);
    padding-bottom: 12px;
  }
  .search-content-area .search-result-item {
    margin-bottom: 10px;
  }
  .search-content-area .search-result-item img {
    display: none;
  }
  .search-content-area .search-result-item p {
    display: none;
  }
  .search-content-area .search-result-item a {
    color: var(--e-global-color-text);
    font-weight: 500;
    font-size: 16px;
  }
  .iframe-form {
    height: 1200px;
  }
  #event-form iframe {
    height: 1200px;
  }
  .t-row {
    display: block !important;
  }
  .col-left .col-left-container {
    margin: 0 !important;
  }
  .col-left h1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .col-left p {
    font-size: 14px;
  }
  .thanks-container {
    max-width: 90% !important;
  }
  .thanks-wrapper {
    min-height: unset !important;
    padding: 50px 0px;
  }
  .col-right-container {
    max-width: 100%;
    padding: 50px !important;
  }
  .col-right-container h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .col-right-container p {
    font-size: 14px;
    line-height: 20px;
  }
  .single.post .return {
    margin: 30px 0px;
  }
  .single.post .return .container {
    max-width: 100% !important;
    margin: unset !important;
  }
  .single.post .post-wrapper .post-inner-wrapper {
    flex-direction: column;
  }
  .single.post .post-wrapper .post-img img {
    max-width: unset;
    height: unset !important;
  }
  .single.post .post-wrapper .sidebar {
    display: none;
  }
  .single.post .post-wrapper .dynamic-toc-wrapper {
    margin-bottom: unset !important;
  }
  .single.post .post-wrapper .main-content {
    padding: 10px 0px 50px 0px !important;
  }
  .single.post .single-post-header {
    padding-top: 20px;
  }
  .single.post .return {
    margin-bottom: 41px;
  }
  .single.post .single-post-content-header {
    max-width: unset;
  }
  .single.post .single-post-content-header h1 {
    text-align: left;
    margin: unset;
  }
  .single.post .single-post-content-header .info {
    margin-bottom: 29px;
  }
  .single.post .single-post-content-header .author-meta .author .meta .author-name a {
    font-size: 18px;
    padding-bottom: 8px;
    display: block;
  }
  .single.post .container {
    width: 100% !important;
    max-width: 90% !important;
  }
  .single.post .author-meta {
    flex-direction: column;
    margin-top: 30px;
  }
  .single.post .author-meta .read-time {
    margin-top: 0px;
    text-align: left;
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .single.post .author-meta .read-time:before {
    content: " ";
    background: url(../images/read-time.svg);
    width: 31px;
    height: 31px;
    display: inline-block;
  }
  .single.post .author-meta .post-date {
    text-align: left !important;
    display: block !important;
  }
  .single.post .author-meta .author {
    justify-content: unset !important;
    width: 100% !important;
  }
  .single.post .meta-right {
    display: none;
  }
  .single.post .meta {
    text-align: left;
    font-size: 16px;
  }
  .single.post .meta span {
    margin: 0;
    line-height: 16px;
  }
  .single.post .meta span.updated-date {
    display: block !important;
    float: left;
  }
  .single.post .main-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .single.post .main-content .content {
    margin-top: 28px;
  }
  .single.post .dynamic-toc ul {
    display: none;
    padding-inline-start: 0px !important;
  }
  .single.post .dynamic-toc ul a {
    align-items: flex-start;
  }
  .single.post .dynamic-toc h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
  .single.post .dynamic-toc h3:hover {
    cursor: pointer;
  }
  .single.post .dynamic-toc .post-content-cta {
    display: none;
  }
  .single.post .dynamic-toc .content {
    margin-top: 40px;
  }
  .single.post .footer {
    padding: 52px 0px 64px 0px;
  }
  .single.post .footer author {
    flex-direction: column;
    gap: 44px;
  }
  .single.post .footer author a:first-child {
    text-align: center;
  }
  .single.post .footer author a:last-child {
    margin-top: 22px;
  }
  .single.post .footer author .title-socials {
    text-align: center;
    flex-direction: column;
    gap: 17px;
  }
  .single.post .footer author .title-socials .socials a {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .single.post .footer author .title-socials .socials a i {
    font-size: 24px;
  }
  .single.post .footer author .title-socials span {
    font-size: 18px;
  }
  .single.post .footer span:first-child {
    text-align: center !important;
    display: block;
    font-size: 24px;
  }
  .single.post .related-articles {
    text-align: center;
  }
  .single.post .related-articles .posts {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-row-gap: 50px;
  }
  .single.post .related-articles h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 74px;
  }
  .single-post-header.post .breadcrumb {
    flex-direction: column;
    text-align: center;
    display: none;
  }
  .single-post-header.post .breadcrumb span {
    rotate: 90deg;
    font-size: 18px;
  }
  .single-post-header.post .meta {
    text-align: center;
    font-size: 14px;
  }
  .single-post-header.post .meta span {
    display: block;
    float: unset;
    text-align: center;
    margin-right: unset;
  }
  .single-post-header.post .post-img img {
    max-width: unset;
    max-height: 250px;
    min-height: 250px;
  }
  .single-post-header.post .socials {
    float: unset;
    text-align: center;
  }
  .single-post-header.post .posts {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }
  main#archive\ post,
  main#archive\ news {
    margin: 0px 20px;
  }
  main#archive\ post .navigation,
  main#archive\ news .navigation {
    display: block !important;
    margin-bottom: 0px !important;
  }
  main#archive\ post .navigation .categories,
  main#archive\ news .navigation .categories {
    display: block;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
  }
  main#archive\ post .navigation .categories span,
  main#archive\ news .navigation .categories span {
    width: 100%;
  }
  main#archive\ post .navigation .categories span a,
  main#archive\ news .navigation .categories span a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  main#archive\ post .navigation form,
  main#archive\ news .navigation form {
    display: block;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
  }
  main#archive\ post .archive-featured,
  main#archive\ news .archive-featured {
    margin-top: 50px;
  }
  main#archive\ post .archive-featured .featured-footer,
  main#archive\ news .archive-featured .featured-footer {
    flex-direction: row !important;
    margin-bottom: 20px;
  }
  main#archive\ post .archive-featured .featured-post-wrapper,
  main#archive\ news .archive-featured .featured-post-wrapper {
    flex-direction: column;
    gap: 25px;
  }
  main#archive\ post .archive-featured .featured-post-wrapper .date-text,
  main#archive\ news .archive-featured .featured-post-wrapper .date-text {
    display: none;
  }
  main#archive\ post .archive-featured img,
  main#archive\ news .archive-featured img {
    width: 100%;
    height: 100%;
  }
  main#archive\ post .archive-featured .author img,
  main#archive\ news .archive-featured .author img {
    width: 25px;
    width: 25px;
  }
  main#archive\ post .container,
  main#archive\ news .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  main#archive\ post .archive-header,
  main#archive\ news .archive-header {
    text-align: left !important;
    margin: 23px 0px 40px 0px !important;
  }
  main#archive\ post .archive-header .socials,
  main#archive\ news .archive-header .socials {
    display: none;
  }
  main#archive\ post .archive-header .default-title,
  main#archive\ news .archive-header .default-title {
    display: inline;
  }
  main#archive\ post .archive-header p,
  main#archive\ news .archive-header p {
    max-width: 100% !important;
  }
  main#archive\ post .featured-footer,
  main#archive\ news .featured-footer {
    flex-direction: row-reverse;
  }
  main#archive\ post .posts-grid,
  main#archive\ news .posts-grid {
    grid-row-gap: 60px !important;
    margin-top: 60px;
  }
  main#archive\ post .taxonomy-header,
  main#archive\ news .taxonomy-header {
    margin: 60px 0px 112px 0px;
    text-align: center;
  }
  .archive-posts .posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-posts .pagination a,
  .archive-posts .pagination .current {
    font-size: 14px;
  }
  #advanced-testimonial-carousel .swiper-slide .testimonial-card {
    min-height: unset !important;
    max-height: unset !important;
  }
  #advanced-testimonial-carousel .swiper-slide .testimonial-card .stars {
    margin: 20px 0px;
  }
  .advanced-tabs .tabs-wrapper {
    flex-direction: column;
    gap: 25px !important;
  }
  .advanced-tabs i {
    margin-left: 10px;
    font-size: 13px;
    display: inline-block;
  }
  .advanced-tabs .loop-label-wrapper a {
    background-color: unset;
    color: unset;
    padding: unset;
    line-height: unset;
    display: block;
    margin-bottom: 5px;
  }
  .advanced-tabs a.tab-trigger {
    background: #fff;
    color: var(--e-global-color-text) !important;
  }
  .advanced-tabs a.tab-trigger:hover {
    background-color: #fff !important;
    color: var(--e-global-color-text) !important;
  }
  .advanced-tabs a.tab-trigger:hover img {
    filter: inherit !important;
  }
  .advanced-tabs a.tab-trigger i {
    transition: 0.3s ease;
  }
  .advanced-tabs a.tab-trigger img {
    transition: 0.1s ease;
  }
  .advanced-tabs a.tab-trigger.active {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
  }
  .advanced-tabs a.tab-trigger.active img {
    filter: invert(100%) sepia(80%) saturate(679%) hue-rotate(204deg) brightness(123%) contrast(109%) !important;
    transition: 0.1s ease;
  }
  .advanced-tabs a.tab-trigger.active i {
    rotate: 180deg;
    transition: 0.3s ease;
  }
  #event-information {
    padding: unset;
  }
  #event-information .container {
    width: unset !important;
    padding: 0px 20px;
    margin: unset;
  }
  #event-information .event-wrapper {
    display: flex !important;
    flex-direction: column;
  }
  #event-information .event-image img {
    max-width: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 50px;
  }
  #event-form h2 {
    margin-bottom: 50px;
  }
  #event-form iframe {
    max-width: unset !important;
    width: unset !important;
    margin: unset !important;
    padding: unset !important;
    margin: 0 auto;
  }
  .container.page-has-category {
    display: flex;
    flex-direction: column;
  }
  .container.page-has-category.sticky {
    position: relative;
  }
  .container.page-has-category .sidebar {
    position: relative;
  }
  .container .content-wrapper a {
    display: inline-block;
  }
  #event-archive section.hero {
    margin-top: 45px;
  }
  #event-archive section.hero p {
    max-width: 90% !important;
  }
  .events-container .container {
    width: unset !important;
    padding: 0px 40px;
    margin: unset !important;
  }
  .events-container .featured-event {
    padding: 64px 38px 44px 38px !important;
  }
  .events-container .featured-event-wrapper {
    flex-direction: column;
    gap: 20px !important;
  }
  .events-container .featured-event-wrapper img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0px;
  }
  .events-container .time-left {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px !important;
  }
  .events-container .events .events-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .events-container .events .events-grid .event-item {
    padding: 21px 30px !important;
    height: unset !important;
  }
  .awards-items-wrapper .awards-item {
    padding: 40px;
  }
  .awards-items-wrapper .awards-item .awards-wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 0px;
  }
  .awards-items-wrapper .awards-item .title {
    line-height: 36px;
  }
  .awards-items-wrapper .awards-item img {
    max-width: 150px;
  }
  #solutions-hero .container {
    height: auto !important;
    padding: 60px 0px 71px 0px;
    width: 90.5% !important;
  }
  #solutions-hero .container .content {
    max-width: unset;
  }
  #solutions-hero .container .content h1 {
    margin-bottom: 20px;
    color: #fff;
  }
  #solutions-hero .container .content .hr-label {
    margin-bottom: 24px;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
  }
  #solutions-hero .container .content p {
    margin-bottom: 32px;
    color: #fff;
  }
  .solution .logos-slide img {
    width: 80px;
    height: 50px !important;
    margin: 0 20px;
  }
  #hellobar {
    background-repeat: no-repeat;
    background-size: cover;
  }
  #hellobar .container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 95% !important;
  }
  #hellobar .container p,
  #hellobar .container a {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }
  .tri-label-loop .tri-label-loop-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 26px;
    grid-row-gap: 50px;
  }
  .tri-label-loop .tri-label-loop-wrapper .tri-loop-item {
    padding: 10px;
  }
  .tri-label-loop .tri-label-loop-wrapper .tri-loop-item span {
    font-size: 13px;
  }
  #backToTop svg {
    height: 20px;
    width: 20px;
  }
  .blog-navigation {
    border-radius: 15px;
    border: 2px solid #ffd8c2;
    padding: 24px;
    margin-bottom: 30px;
  }
  .blog-navigation span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
  }
  .blog-navigation .categories-wrapper svg.active {
    transform: rotate(180deg);
    transition: 0.3s ease;
  }
  .blog-navigation .categories-search {
    padding-top: 46px;
    display: none;
  }
  .blog-navigation .categories-search ul {
    padding-inline: unset;
    list-style-type: none;
  }
  .blog-navigation .categories-search ul li {
    list-style-type: none;
    padding: 20px 0px;
    border-bottom: 1px solid #c4bfbb;
  }
  .blog-navigation .categories-search ul li:first-child {
    padding-top: unset !important;
  }
  .blog-navigation .categories-search ul li:last-child {
    border-bottom: unset;
    padding-bottom: unset !important;
  }
  .blog-navigation .categories-search ul li a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .blog-navigation .categories-search form input {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    color: #999;
    padding: 10px 0px;
    border: unset;
    width: 100%;
    background-color: unset;
  }
  .blog-navigation .categories-search form input:focus-visible, .blog-navigation .categories-search form input:focus {
    outline: none;
  }
  .blog-navigation .categories-search form svg {
    fill: #999;
    margin: auto;
  }
  .blog-navigation .categories-search form .search-wrapper {
    display: flex;
    border-bottom: 1px solid #c4bfbb;
  }
  .blog-navigation .categories-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .author-card-wrapper {
    padding: 40px 20px !important;
    gap: 20px !important;
    flex-direction: column;
    text-align: center !important;
  }
  .author-card-wrapper .author-card-content-title {
    flex-direction: column;
  }
  .hr-horizontal-list-container {
    flex-direction: column !important;
    text-align: center;
    align-items: center;
  }
  main#page-pricing {
    overflow: hidden !important;
  }
  .hr-faq-item .hr-faq-title {
    max-width: 80%;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  /* Only Landscape */
  #advanced-testimonial-carousel .testimonial-card {
    margin-bottom: 20px;
  }
  .overlay-footer {
    height: 100px !important;
  }
  .sub-navigations ul li a {
    font-size: 14px;
  }
  #header-mobile .overlay .wrapper .navigation ul li {
    margin-bottom: 10px;
  }
  #header-mobile .overlay .wrapper .navigation ul li a {
    font-size: 16px;
  }
  div#header-mobile {
    max-width: 95% !important;
    margin: 0 auto;
  }
  .tabs-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  .testimonial-card {
    max-height: 300px !important;
  }
}
/* Landscape Mode */
@media screen and (max-width: 991.98px) and (orientation: landscape) {
  /* Add landscape-specific styles here */
  #header-mobile .overlay .wrapper .navigation {
    height: 85vh;
  }
}
@media screen and (max-width: 768px) {
  .archive-featured .featured-post-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
  .archive-featured .featured-post-img {
    width: 100%;
    max-width: 100%;
    height: 250px;
  }
  .single.post .post-wrapper .post-img {
    max-height: 300px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=responsive.css.map */