/*
Theme Name: It-Agency
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Cure Collective
Author URI: https://curecollective.com.au/
Description: Hello Elementor is a lightweight and minimalist WordPress theme.
Version: 1.0.0
*/

#kb-filter,
.hide-top .e-n-tabs-heading {
  display: nonek;
}

:root {
  --white: #fff;
  --black: #241f20;
  --orange: #df4c12;
  --deep-orange: #bd3911;
  --purple: #71008f;
  --gray: #b7b8bc;
  --font-01: "Plus Jakarta Sans", sans-serif;
  --w-400: 400;
  --w-500: 500;
  --w-700: 700;
  --f-10: 10px;
  --f-12: 12px;
  --f-16: 16px;
  --f-14: 14px;
  --f-18: 18px;
  --f-24: 24px;
  --f-32: 32px;
  --f-42: 42px;
  --l-h1: 1.2em;
}

/** Typhography*/
body,
#header {
  font-family: var(--font-01);
}
p {
  margin-block-start: 0;
  margin-block-end: 1rem;
  font-family: var(--font-01);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0rem;
  font-family: var(--font-01);
}
.custom-accordion .custom-accordion-content .foo-menu a {
  color: var(--white);
  font-weight: var(--w-400);
  font-size: var(--f-12);
}
.home-post-grid .hg-content h3,
.home-post-grid .hg-content span {
  font-family: var(--font-01);
  font-size: var(--f-18);
  font-weight: var(--w-700);
}
.elementor-widget-image-box a {
  font-weight: var(--w-700);
}
/** Typhography*/

/** Global CSS */
.default-font,
.awsm-selectric .label,
.awsm-selectric-items li,
.awsm-job-item h2.awsm-job-post-title,
.it-job-grid-excerpt,
.it-job-more-button,
.awsm-load-more-main a.awsm-load-more,
.awsm-job-wrap {
  font-family: var(--font-01);
}
.uppercase,
.uppercase p,
.uppercase h2,
.uppercase h3,
.uppercase h4,
.uppercase h5,
.uppercase h6,
.uppercase a {
  text-transform: uppercase;
}
.link-underline a {
  text-decoration: underline;
}
.link-underline a:hover,
.no-underline a {
  text-decoration: none !important;
}

.link-underline a {
  word-break: break-word;
}
.hover-underline a:hover {
  text-decoration: underline;
  text-decoration-color: var(--black);
}

.f-12 {
  font-size: var(--f-12);
}
.f-18 {
  font-size: var(--f-18);
}
.f-24 {
  font-size: var(--f-24);
}
.w-400 {
  font-weight: var(--w-400);
}
.w-700,
.elementor-widget-icon-box .elementor-icon-box-description a,
.w-700 a {
  font-weight: var(--w-700);
}

.f-18-400,
.f-18-400 p {
  font-size: var(--f-18);
  font-weight: var(--w-400);
}

.it-form label,
.awsm-job-form-group label {
  font-size: var(--f-10);
  color: var(--gray);
  font-weight: var(--w-700);
  text-transform: uppercase;
}
.it-form input,
.it-form textarea,
.awsm-job-form-control,
.awsm-job-form-group:nth-child(5) label {
  font-size: var(--f-14);
  color: var(--black);
  font-weight: var(--w-700);
}

.default-black {
  color: var(--black);
}
.white,
.white p,
.white a,
.kc-item .kc-item-content a {
  color: var(--white);
}
.hover-white a:hover {
  color: var(--white) !important;
}
.m-width-100 > .elementor-widget {
  width: 100%;
}
.m-0,
.m-0 p:last-child {
  margin: 0px 0px;
}
.site-main {
  font-family: var(--font-01);
}
.site-main .page-content,
.site-main .page-content p,
.site-main .page-content li {
  font-size: var(--f-18);
  font-weight: var(--w-400);
  color: var(--black);
  line-height: var(--l-h1);
}
.site-main h2 {
  font-size: var(--f-42);
  font-weight: var(--w-700);
  color: var(--orange);
  line-height: var(--l-h1);
}
.site-main h3 {
  font-size: var(--f-32);
  font-weight: var(--w-700);
  color: var(--black);
  line-height: var(--l-h1);
}

.page-content {
  width: 100%;
  max-width: 1256px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 7rem;
}

.width-1920 {
  width: 100%;
  max-width: 1920px !important;
  margin-right: auto;
  margin-left: auto;
}
.width-1464 {
  width: 100%;
  max-width: 1460px !important;
  margin-right: auto;
  margin-left: auto;
}
/*
 .elementor-17 .elementor-element.elementor-element-a56dc09::before{
	content:"";
  width: 100%;
  max-width: 1920px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

.bg-right-circle::after {
  content: "";
  background-color: var(--purple);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(20px - 0px);
  z-index: -1;
  border-radius: 0px 500px 500px 0px;
  max-width: 1700px;
}

/* .bg-left-circle::after {
  content: "";
  background-color: var(--purple);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(20px - 0px);
  z-index: -1;
  border-radius: 500px 0px 0px 500px;
  max-width: 1700px;
} */

.bg-left-circle::after {
  content: "";
  background-color: var(--purple);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px; /* Adjust as needed to position it correctly on the right */
  left: auto; /* Ensure left doesn't override the right positioning */
  z-index: -1;
  border-radius: 500px 0px 0px 500px;
  max-width: 1700px; /* This controls the maximum size of the background */
  width: 100%; /* Optional: Ensure it scales properly for smaller screens */
}

.menu .menuContent ul li.menu-button a:hover,
.kc-item .kc-item-content a:hover,
.awsm-job-form-group input[type="submit"]:hover {
  background-color: var(--deep-orange);
}

.kb-elemen-widget .default-button:hover,
.it-form-item input[type="submit"]:hover,
.awsm-grid-item .awsm-job-item:hover .it-job-more-button,
.awsm-load-more-main a.awsm-load-more:hover {
  background-color: var(--deep-orange);
  border-color: var(--deep-orange);
}

/** Global CSS end*/

/**Navigation CSS Start*/
.hfe-nav-menu li.menu-item {
  align-self: center;
}
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover {
  color: var(--orange) !important;
}
.elementor-widget-navigation-menu
  .menu-item
  a.hfe-menu-item.elementor-button:hover {
  color: var(--white) !important;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
  padding-top: 14px;
  padding-bottom: 14px;
}

/*
body.nav-active,
html.nav-active {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
#menuArea input {
  display: none;
}
#menuArea {
  width: 35px;
  margin-top: -4px;
}
.open {
  background-color: var(--white);
  width: 30px;
  height: 2px;
  display: block;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  top: 6px;
}

.open:before {
  content: "";
  background-color: var(--white);
  width: 30px;
  height: 2px;
  display: block;
  border-radius: 0px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: var(--white);
  width: 30px;
  height: 2px;
  display: block;
  border-radius: 0px;
  position: relative;
  top: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: var(--black);
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  top: 8.5%;
  text-align: left;
  padding-bottom: 47px;
  padding-left: 36px;
  border-top: 1px solid var(--white);
  padding-top: 47px;
  padding-right: 36px;
  height: calc(100vh - 75px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu ul.menu-bottom {
  text-align: center;
}

.menu ul li a {
  display: block;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
  text-transform: uppercase;
  padding: 0px 0;
  font-family: var(--font-01);
  font-weight: var(--w-700);
  font-size: var(--f-16);
}
.menu .menuContent ul li.menu-button a {
  background-color: var(--orange);
  color: var(--white);
  max-width: 300px;
  padding: 10px 30px;
  border-radius: 30px;
  display: block;
  margin: 0px auto;
}

.menu .menuContent ul li {
  margin-bottom: 30px;
}
.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: var(--white);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: var(--white);
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}
*/

/**Navigation CSS  end*/

/** Custom Accordion Start */

.custom-accordion {
  list-style: none;
  padding: 0;
  margin: 0px 0;
}
.custom-accordion li {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-block-end: 0px !important;
}
li.custom-accordion-li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.custom-accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-accordion-header span.custom-accordion-icon {
  transition: transform 0.3s ease;
}
.custom-accordion-header.custom-active span.custom-accordion-icon {
  transform: rotate(180deg);
}

.custom-accordion-header span.custom-accordion-icon::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.4425%200.730469L5%203.97464L1.5575%200.730469L0.5%201.72922L5%205.97922L9.5%201.72922L8.4425%200.730469Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.custom-accordion-header.custom-active span.custom-accordion-icon::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.4425%200.730469L5%203.97464L1.5575%200.730469L0.5%201.72922L5%205.97922L9.5%201.72922L8.4425%200.730469Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.custom-accordion-content {
  display: none;
}

@media (min-width: 768px) {
  .custom-accordion-content {
    display: block !important;
  }

  .custom-accordion-header {
    cursor: default;
  }

  .custom-accordion-header span.custom-accordion-icon {
    display: none;
  }
}
.foo-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.legal-links .foo-menu a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M7.91667 7.91667H2.08333V2.08333H5V1.25H2.08333C1.62083 1.25 1.25 1.625 1.25 2.08333V7.91667C1.25 8.375 1.62083 8.75 2.08333 8.75H7.91667C8.375 8.75 8.75 8.375 8.75 7.91667V5H7.91667V7.91667ZM5.83333 1.25V2.08333H7.32917L3.23333 6.17917L3.82083 6.76667L7.91667 2.67083V4.16667H8.75V1.25H5.83333Z" fill="%23DF4C12"/></svg>');
  margin-left: 5px;
}
.custom-accordion .custom-accordion-content .foo-menu a:hover {
  color: var(--orange);
}

/** Custom Accordion End */

.home-post-grid {
}
.home-post-grid .hg-image {
  height: 100%;
  display: flex;
  max-height: 175px;
}
.home-post-grid .hg-image img {
  object-fit: cover;
  object-position: center;
  border-radius: 42px 42px 0px 0px;
}
.home-post-grid .hg-content {
  background: var(--white);
  padding: 23px 40px;
  border-radius: 0px 0px 42px 42px;
}
.home-post-grid .hg-content h3 {
  color: var(--black);
}
.home-post-grid .hg-content span {
  color: var(--orange);
  text-decoration: underline;
}
.home-post-grid-link:hover .hg-content span {
  text-decoration: none;
}
.service .elementor-element .ha-card-body .ha-btn svg {
  height: 1.125em;
  transform: rotate(-180deg);
}
.service .elementor-element .ha-card-body .ha-btn.open-toogle svg {
  transform: rotate(0deg);
}

.service .elementor-element .ha-card-body .ha-btn {
  display: flex;
  align-items: center;
}
.service .elementor-element .ha-card-body .ha-btn-icon--svg {
  display: flex;
}
.ha-card > .elementor-widget-container {
  box-shadow: none !important;
}
.elementor-widget-image-box .elementor-image-box-description,
.elementor-widget-icon-box .elementor-icon-box-description {
  margin-block-end: 1rem;
}
.ha-infobox > .elementor-widget-container {
  box-shadow: none !important;
}
.elementor-widget-container ol li,
.elementor-widget-container ul li {
  margin-block-end: 0.4rem;
}

.site-main h2 {
  margin-top: 50px;
  margin-bottom: 0px;
}
.site-main h3 {
  margin-top: 26px;
  margin-bottom: 12px;
}
.elementor-widget-text-editor a,
.elementor-widget-icon-box a,
.elementor-widget-image-box a {
  text-decoration: underline;
}
.elementor-widget-text-editor a:hover,
.elementor-widget-icon-box a:hover,
.elementor-widget-image-box a:hover {
  text-decoration: none;
}

/** Knowledge center grid-item */
.kc-item {
}
.kc-item .kc-item-img {
  display: flex;
}
.kc-item .kc-item-img img {
  width: 100%;
  max-height: 153px;
  object-fit: cover;
  object-position: top;
  border-radius: 42px 42px 0px 0px;
}

.kc-item .kc-item-content {
  background-color: #f3f3f4;
  border-radius: 0px 0px 42px 42px;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.kc-item .kc-item-content h3 {
  margin-bottom: 0px;
  min-height: 90px;
}

.kc-item .kc-item-content a {
  background-color: var(--orange);
  padding: 16px 42px;
  border-radius: 200px;
}
.kb-elemen-widget .default-button {
  background-color: var(--orange);
  border-color: var(--orange);
  border-radius: 300px;
  padding: 15px 40px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 7.5rem;
}
/** Knowledge center grid-item end*/

/*** COntact form */
.it-form {
}
.it-form label {
  padding-top: 0px;
}
.it-form-item {
  border: 1px solid var(--black);
  border-radius: 400px;
  width: 100%;
  margin-bottom: 24px;
  padding: 10px 24px 8px 24px;
}
.it-form-item.form-submit {
  border: 0px;
  border-radius: 0px;
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
}
.it-form .wpcf7-form-control-wrap {
  display: flex;
}
.it-form-item p {
  margin-block-end: 0px;
  display: flex;
  flex-direction: column;
}
.it-form-item input:not([type="submit"]),
.it-form-item textarea {
  border: 0px !important;
  outline: none !important;
  padding: 0px !important;
  line-height: 1.2;
}

.it-form-item.message-item {
  border-radius: 100px;
  max-height: 127px;
  display: flex;
  flex-direction: column;
  padding: 36px 24px 36px 24px;
}
.it-form-item textarea {
  width: 100%;
  display: block;
  max-height: 44px;
}
.it-form-item input[type="submit"] {
  background-color: var(--orange);
  border-color: var(--orange);
  border-radius: 300px;
  padding: 15px 40px;
  text-transform: uppercase;
  max-width: fit-content;
  margin-top: 12px;
  display: inline-block;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  background-color: var(--orange);
  border-color: var(--orange) !important;
  color: #fff;
  padding: 25px 20px;
  border-radius: 100px;
  text-align: center;
}
/*** COntact form end*/

/*Job Portal CSS */
.awsm-job-single-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.awsm-job-container {
  max-width: 1256px;
}
.awsm-job-single-wrap {
  margin-bottom: 1.3em;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: row;
  justify-content: space-between;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
  float: left;
  width: 48%;
  padding-right: 0;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
  float: left;
  width: 48%;
  padding-left: 0;
}
.awsm-job-form-inner {
  border: 0;
  padding: 0;
}
.it-job-category {
  display: block;
  padding-bottom: 10px;
}
.awsm-job-main h1.entry-title {
  margin-bottom: 0px;
}
.awsm-job-content h2 {
  margin-bottom: 10px;
}
.awsm-job-form h2 {
  margin-bottom: 8px;
}
.it-agency-form-desc {
  margin-bottom: 36px;
}
.it-agency-job-title-wrapper {
  border-bottom: 1px solid #b7b8bc;
  padding-bottom: 3.25rem;
  margin-bottom: 5.6rem;
}
.awsm-job-main h1.entry-title {
  font-size: var(--f-32);
  font-weight: var(--w-700);
}
.it-agency-excerpt {
  font-size: var(--f-18);
  font-weight: var(--w-500);
}
.awsm-job-content h2 {
  font-size: var(--f-32);
  font-weight: var(--w-700);
}
.awsm-job-form h2 {
  font-size: var(--f-42);
  font-weight: var(--w-700);
  color: var(--orange);
}
.it-agency-form-desc {
  font-size: var(--f-16);
  font-weight: var(--w-400);
}
.awsm-selectric .label {
  font-size: var(--f-18);
  font-weight: var(--w-700);
  color: var(--black);
}
.awsm-job-form-group label {
  margin: 0px;
}
.awsm-job-form-group .awsm-job-form-control {
  border: 0px;
  outline: none;
  padding: 0px;
  margin: 0px;
  line-height: 1.3;
}
.awsm-job-form-group {
  margin-bottom: 24px;
  border: 1px solid var(--black);
  border-radius: 200px;
  padding: 8px 24px;
}
.awsm-job-form-group:nth-child(4) {
  display: none;
}
.awsm-job-form-group:nth-child(5),
.awsm-job-form-group:last-child {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}
.awsm-job-form-group small {
  display: none;
}
.awsm-job-form-group:nth-child(5) {
  display: flex;
}
.awsm-job-form-group:nth-child(5) label {
  width: 100%;
  display: flex;
  align-items: center;
}
.awsm-job-form-group:nth-child(5) label {
  text-transform: none;
  padding-left: 24px;
}
.awsm-job-form-group input[type="submit"] {
  background-color: var(--orange);
  border-color: var(--orange);
  border-radius: 400px;
  padding: 15px 40px;
  text-transform: uppercase;
  max-width: 150px;
  margin-top: 12px;
}

.it-job-more-button {
  background-color: var(--orange);
  border-color: var(--orange);
  border-radius: 200px;
  padding: 14px 33px;
  text-transform: uppercase;
  margin-top: 12px;
  display: inline-block;
  letter-spacing: 0px;
}
.awsm-grid-item .awsm-job-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f3f3f4;
  background: #f3f3f4;
  padding: 40px 40px;
  border-radius: 42px;
}
.awsm-job-item h2.awsm-job-post-title {
  font-size: var(--f-24);
  font-weight: var(--w-700);
  color: var(--black);
}
.it-job-grid-excerpt {
  font-size: var(--f-18);
  font-weight: var(--w-400);
  color: var(--black);
}
.awsm-selectric-items li {
  font-size: var(--f-16);
  font-weight: var(--w-400);
  color: var(--black);
}
.awsm-job-item h2.awsm-job-post-title {
  margin-bottom: 12px;
}
.it-job-more-button {
  margin-top: 24px;
}
.awsm-job-wrap .awsm-row {
  margin: 0px;
  justify-content: space-between;
  gap: 38px;
}
.awsm-job-wrap .awsm-grid-item {
  width: calc(33.333% - 38px);
  padding: 0px !important;
}
.awsm-selectric .awsm-selectric-arrow-drop::after {
  border: 0px;
}
.awsm-selectric .awsm-selectric-arrow-drop {
  text-indent: 0px;
}
.awsm-selectric .awsm-selectric-arrow-drop svg {
  width: 30px;
  margin-top: 5px;
}
.awsm-selectric .label {
  margin: 0 40px 0 10px;
}
.awsm-filter-wrap .awsm-filter-item {
  padding: 0 0px 0px;
}
.awsm-filter-items .awsm-selectric {
  border: 0px solid #dddfe3;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f3f3f4;
}
.awsm-filter-wrap .awsm-filter-items {
  background: #f3f3f4;
  text-align: center;
  padding: 40px 100px;
  border-radius: 500px;
  justify-content: space-between;
}
.awsm-selectric-items {
  background: #f3f3f4;
  border: 1px solid #f3f3f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
}
.awsm-filter-wrap {
  margin-bottom: 7rem;
}
.awsm-load-more-main a.awsm-load-more {
  padding: 13px 11px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--white);
  border-radius: 400px;
  max-width: 150px;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: var(--f-12);
  font-weight: var(--w-700);
}
/*Job Portal CSS end*/

.ha-card > .elementor-widget-container,
.service .elementor-element .ha-card-body .ha-btn {
  background-color: transparent !important;
  background: transparent !important;
}
.toogle-active {
  background-color: #fff !important;
}

input[type="file"] {
  outline: none;
  padding: 4px;
  margin: -4px;
}

input[type="file"]:focus-within::file-selector-button,
input[type="file"]:focus::file-selector-button {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

input[type="file"]::before {
  top: 16px;
}

input[type="file"]::after {
  top: 14px;
}

input[type="file"] {
  position: relative;
}

input[type="file"]::file-selector-button {
  width: 136px;
  color: transparent;
}

input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 23px;
  color: var(--orange);
  content: "BROWSE FILES";
  font-size: var(--f-12);
  font-weight: var(--w-700);
  color: var(--orange);
}

input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid var(--orange);
  margin-right: 16px;
  transition: background-color 200ms;
  border-radius: 400px;
}

input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}
input[type="file"] {
  color: transparent;
  width: 136px;
}

@supports (-moz-appearance: none) {
  input[type="file"]::file-selector-button {
    color: #0964b0;
  }
}

/** Hide and show based on button click*/
/* #toggleButton .ha-btn {
}

#toggleButton .ha-btn:hover {
}

#contentDiv {
  display: none;
}
*/
/* .hidden {
  display: none;
} */

/** Hide and show based on button click end*/

/** Case study Grid  start*/
.case-card {
  background-color: #f3f3f4;
  border-radius: 42px 42px 42px 42px;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.case-card__ancor {
  display: flex;
  height: 100%;
}
.case-card__image {
}
.case-card__image img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0px auto;
}

.case-card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
}
.case-card__content h3 {
  color: var(--black);
  font-family: var(--font-01);
  font-size: var(--f-24);
  font-weight: var(--w-700);
  line-height: var(--l-h1);
  margin-bottom: 0px;
}
.case-card__content span.btn {
  font-family: var(--font-01);
  font-size: var(--f-12);
  font-weight: var(--w-700);
  line-height: var(--l-h1);
  background-color: var(--orange);
  color: var(--white);
  border-radius: 200px 200px 200px 200px;
  padding: 16px 32px 16px 32px;
  display: inline-block;
}
a.case-card__ancor:hover span.btn {
  background-color: var(--deep-orange);
}

/** New Pages */
.elementor-widget-n-accordion .e-n-accordion-item-title {
  padding-left: 0px;
}
.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border-bottom: 2px solid transparent !important;
  padding-bottom: 12px !important;
}
.single-faq .page-content {
  max-width: 100% !important;
}
.m-0 h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin-block-end: 1rem;
}
/* .flex-item {
  transition: all 0.3s ease-in-out;
} */

.post-tax-filter ul {
  display: flex;
  list-style: none;
  gap: 24px;
  justify-content: center;
  background-color: #f3f3f4;
  border-radius: 500px;
  padding: 34px 50px;
  flex-wrap: wrap;
}

.post-tax-filter ul li {
  background-color: var(--white);
  padding: 13px 13px;
  border-radius: 200px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  max-width: 160px;
  border: 1px solid var(--orange);
  margin-bottom: 0px;
  color: var(--orange);
  transition: background-color 0.3s ease;
}

.post-tax-filter ul li:hover,
.post-tax-filter ul li.active {
  background-color: var(--orange);
  padding: 13px 13px;
  border-radius: 200px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  max-width: 160px;
  border: 1px solid var(--orange);
  margin-bottom: 0px;
  color: var(--white);
}

.gap-bottom-120 {
  margin-bottom: 120px;
}

.faq-list {
}
.faq-list .flex-item-list {
  width: 100%;
}
.faq-container {
  margin-bottom: 80px;
  font-size: 18px;
}
.faq-loader {
  margin-bottom: 100px;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgb(222, 76, 15, 0.1);
  border-left-color: #de4c0f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  border-bottom: 5px solid #f3f3f4;
}
.elementor-widget-n-tabs .e-n-tab-title {
  margin-bottom: -5px;
}

.single-knowledge-centre .page-header .entry-title {
  display: none !important;
}

.single-knowledge-centre .site-main .page-content,
.single-knowledge-centre .site-main .page-content p,
.single-knowledge-centre .site-main .page-content li {
  line-height: 1.5em;
}

.single-knowledge-centre .site-main .page-content p:last-child {
  margin-bottom: 0px;
}

/** Custom Design 2 */
.w-240 .elementor-button {
  display: inline-block;
  width: 100%;
  max-width: 240px;
}
.width-custom-1 {
  width: 100%;
  max-width: 1440px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.min-height-1 {
  min-height: 140px;
}

/** Custom Design 2 End*/

/** 01/11/2025 */
.img-box-01 .elementor-image-box-img img {
  height: 1px;
  margin-top: 20px;
}
.title-0 .elementor-image-box-title,
.title-2 .elementor-image-box-title {
  width: 100%;
  max-width: 200px;
}
.title-1 .elementor-image-box-title {
  width: 100%;
  max-width: 160px;
}
.last-certificate .elementor-image-box-img {
  width: 100% !important;
  max-width: 133.2px !important;
}
.last-certificate .elementor-image-box-img img {
}

.custom-001 {
  display: block;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  background: #df4c12;
  cursor: pointer;
}
.card-border a:hover .elementor-icon-list-text {
  text-decoration: underline;
}

/** 01/11/2025 */

/** Mar 5 2026 */
.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border-radius: 4rem;
  padding: 0.37rem 0.5rem;
  max-width: 900px;
  width: 100%;
  margin: auto;
  text-decoration: none;
  transition: background 0.3s ease;
  flex-wrap: wrap; /* prevents overflow on large text */
  margin-bottom: 12px;
}

.service-card:hover {
  background: #fff;
}

.card-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0; /* prevents flex overflow */
}

.card-image {
  width: 2.61rem;
  height: 2.61rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-title {
  margin: 0;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
  /* Accessible + responsive font */
  font-size: clamp(0.9rem, 2.5vw, 0.9rem);
}

.card-right {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-right img {
  width: 1.5rem;
  height: 1.5rem;
}

/* Small screens */
@media (max-width: 600px) {
  .card-title {
    font-size: clamp(0.938rem, 2.5vw, 0.938rem);
  }

  .service-card {
    border-radius: 100px;
    padding: 0.38rem 0.5rem;
  }

  .card-image {
    width: 2.6rem;
    height: 2.6rem;
  }

  .card-right {
    width: 2.5rem;
    height: 2.5rem;
  }
  .card-title {
    max-width: 190px;
  }
}

/** mar 09 */
.full-width-btn a.elementor-button {
  width: 100%;
}
.section-li ol {
}
.section-li ol > li {
  margin-block-end: 1em;
}
.section-li ol > li strong {
  display: inline-block;
  padding-bottom: 8px;
}
.section-li ol > li ul {
  margin-block-start: 1em;
}
.section-li ol > li ul li {
  list-style: disc;
}
.img-siz .elementor-image-box-img img {
  width: auto;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}
.text-underline .elementor-button-text {
  text-decoration: underline;
}
.parag-space-26 p {
  margin-block-end: 26px;
}
.section-li ol {
  margin-left: 0px;
  padding-left: 15px;
}

.section-li ol li::marker {
  font-weight: bold;
}

.compressed-menu {
}
.compressed-menu a {
  max-width: 120px;
  text-align: center;
}

.button-center-icon .elementor-button-icon {
  margin-top: 3px;
}

/** 22-04-2026**/
.col-max-656 {
  max-width: 656px;
}
.span-color span {
  color: var(--orange);
}

/*======================================================
 * Checklist Accordion Elementor Widget Styles
 *======================================================*/

.checklist-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.checklist-accordion-item {
  border: 1px solid #444; /* Default border */
  border-radius: 40px; /* Pillow shape matching screenshot */
  background-color: #1a1a1a; /* Default dark background */
  overflow: hidden;
  transition: all 0.3s ease;
}

.checklist-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px;
  cursor: pointer;
  user-select: none;
}

.checklist-accordion-number {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff40;
  font-family: var(--font-01);
}

.checklist-accordion-title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-01);
}

.checklist-accordion-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff80;
  font-family: var(--font-01);
}

.checklist-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.checklist-accordion-icon svg {
  stroke: #888;
}

.checklist-accordion-item.is-open .checklist-accordion-icon {
  transform: rotate(180deg);
}

.checklist-accordion-content {
  padding: 0 32px 32px 62px;
  width: 100%;
  max-width: 600px;
}

.checklist-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 10px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.checklist-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checklist-item .checkmark {
  position: relative;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid var(--orange); /* Uses theme orange */
  border-radius: 4px;
  margin-right: 16px;
  margin-top: -2px; /* vertically aligns with text line 1 */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.checklist-item input:checked ~ .checkmark {
  background-color: var(--orange);
  border-color: var(--orange);
}

.checklist-item .checkmark:after {
  content: "";
  display: none;
}

.checklist-item input:checked ~ .checkmark:after {
  display: block;
}

.checklist-item .checkmark:after {
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin-bottom: 4px;
}

.checklist-item span:not(.checkmark) {
  font-size: 1rem;
  color: #fff;
  font-family: var(--font-01);
  line-height: inherit;
  margin-top: -10px;
}

.checklist-additional-info {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checklist-info-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-01);
}

.checklist-info-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #ccc;
  font-family: var(--font-01);
  line-height: 1.6;
}

.checklist-accordion-header-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.checklist-accordion-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .checklist-accordion-header {
    padding: 16px 20px;
  }

  .checklist-accordion-header-left {
    align-items: center; /* Vertically center number with multiline title on mobile */
    gap: 12px;
  }

  .checklist-accordion-number {
    font-size: 32px; /* make numbers prominent on mobile as seen in mockup */
  }

  .checklist-accordion-title {
    font-size: 16px;
  }

  .checklist-item .checkmark {
    height: 20px;
    width: 20px;
  }
  .checklist-item span:not(.checkmark) {
    margin-top: -5px;
  }
  .checklist-accordion-list {
    gap: 12px;
    margin-top: 0px;
  }
  .checklist-additional-info {
    margin-top: 12px;
    gap: 5px;
  }
  .checklist-accordion-content {
    margin-top: 20px;
  }
  .checklist-accordion-content {
    padding: 0 20px 24px 54px;
    width: 100%;
    max-width: 300px;
  }
  .checklist-accordion-container {
    gap: 12px;
  }
  .video-play-button svg {
    width: 70px;
    height: 70px;
  }
}

/*======================================================
 * It Agency Video Elementor Widget Styles
 *======================================================*/

.it-agency-video-widget {
  position: relative;
  width: 100%;
}

.it-agency-video-wrapper {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  border-radius: 20px; /* Default border radius */
}

/* Image Cover Overlay */
.video-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.4s ease,
    visibility 0.4s;
}

/* Hide cover via JS class */
.video-cover-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Play Button */
.video-play-button {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.video-cover-overlay:hover .video-play-button {
  transform: scale(1.05);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.4);
}

/* Actual Video Player */
.video-player-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.it-agency-iframe,
.it-agency-html5-video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.strong-500 strong,
.strong-500 b {
	font-weight: 500; 
}