span {
  font-weight: 300;
}



.custom-footer .btn-style-one {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #252424;
  color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3sease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.since {
  display: none;
}

.custom-line .list-unstyled {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two equal columns */
  gap: 10px 20px;
  /* Space between items */
  position: relative;
  max-width: 100%;
  /* Keeps layout consistent */
  padding-left: 9px;
  /* Adds more padding to the left */
  padding-right: 9px;
  /* Adds more padding to the right */
}

@media only screen and (max-width: 600px) {
  .page-banner h1 {
    font-size: 42px;
  }
}

.custom-line .list-unstyled::before {
  content: "";
  position: absolute;
  top: 10%;
  /* Adjust the top position to move the line a bit down */
  bottom: 10%;
  /* Adjust the bottom position to reduce the height of the line */
  left: 50%;
  width: 2px;
  background-color: #e22028;
  /* Black separator line */
  transform: translateX(-50%);
}

.header-inner span {
  font-weight: 700;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 17px 40px;
  padding-right: 60px;
  color: var(--thm-black);
  transition: all 500msease;
}

/* Initially hide the popup */
.popup-custom {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #2b2d2d;
  z-index: 1000000;
  padding: 20px;
  width: 450px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: white;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

/* Show the popup when hovering over the "Read More" */
.popup-custom-open:hover+.popup-custom {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s;
}

/* Delay the hide when not hovering */
.popup-custom:hover {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s;
}

.custom-line .about-section .text-column .text ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0px;
  padding-left: 35px;
}

.accordion-box .block {
  position: relative;
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 10px;
  -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
}

.agent .sec-title {
  padding-left: 88px;
  padding-top: 30px;
}

.parallax-section .content-box h2 span {
  color: #fff9f9;
}

p.apslidermidtext {
  font-weight: 600;
}

.custom-icon.elementor-widget.elementor-widget-image {
  background: #131313;
  border-radius: 50%;
  width: 50%;
  margin: auto;
  padding: 7px;
}

.footer-seven__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #d90808;
  font-size: 14px;
  -webkit-transition: all 500msease;
  transition: all 500msease;
  color: #fff;
  border-radius: 50%;
}

.page-banner h1 {
  position: relative;
  font-size: 6vw;
  color: #ffffff;
  line-height: 0.9em;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
}

.double1 {
  column-count: 3;
  column-gap: 20px;
  /* Adjust column spacing */
  padding-left: 20px;
  /* Ensure proper indentation for bullets */
}

/* Adjust for medium screens (e.g., tablets) */
@media (max-width: 1200px) {
  .double1 {
    column-count: 2;
    /* Reduce to 2 columns */
  }
}

/* Adjust for small screens (e.g., mobile) */
@media (max-width: 720px) {
  .double1 {
    column-count: 1;
    /* Single column for better readability */
    padding-left: 10px;
    /* Reduce padding */
  }
}

/* Prevent items from splitting between columns */
.double1 li {
  break-inside: avoid;
}

.custom-bu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* Adjust width as needed */
  height: 60px;
  /* Adjust as needed */
  background-color: #F5F5F5;
  /* Light grey background */
  border-radius: 12px;
  /* Rounded corners */
  padding: 10px 15px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}

.custom-bu::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: red;
  /* Red left border */
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.custom-bu .arrow {
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
  font-family: 'Flaticon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E20228;
}

span.custom-call {
  color: #ffffff;
}

.custom-web .about-section {
  position: relative;
  padding: 0;
  background: #ffffff00;
}

.custom-web .about-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -410px;
  width: 50%;
  height: 100%;
  background: #f4f5f800;
}

.custom-web .sec-title h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0px;
}

.custom-web .text {
  color: white;
}

.process-one__list_cus li>i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--thm-base);
  font-size: 20px;

}

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-list-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  /* Adjust as needed */
  margin-bottom: 5px;
}

.custom-red-icon {
  color: red !important;
  /* Ensures the icon is red */
  margin-right: 10px;
  font-size: 17px;
  /* Adjust icon size if needed */
}

ul.list-unstyled.process-one__list.ml-0 {
  display: none;
}

.highlight-text {
  color: #E21922;
}

.custom-tab-title {
  color: black;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  padding-bottom: 20px;
}

.elementor-6198 .elementor-element.elementor-element-ca0c648 .work-tabs .tabs-content .text ul li {
  font-size: 15px;
}

.cutom-new-tab ul.m-0.list-unstyled {
  display: none;
}

ul.process-list {
  padding-bottom: 20px;
}

.work-tabs .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  background: #e21922;
  transition: all 0.3sease;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
  font-family: 'Flaticon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff8f9;
}

.custom-cf7 {
  max-width: 600px;
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;

}

.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.cf7-col {
  width: 50%;
}

.cf7-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
  background: transparent;
  outline: none;
  transition: 0.3s;
}

.cf7-input:focus {
  border-bottom: 1px solid #000;
}

.cf7-radio-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.cf7-radio-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.cf7-radio-group input[type="radio"] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.cf7-radio-group input[type="radio"]:checked {
  border: 4px solid #000;
}

.cf7-submit-btn {
  text-align: right;
}

.cf7-btn {
  background: #041a1f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.cf7-btn:hover {
  background: #021013;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;

  border: none;
  border-bottom: 1px solid #858585;
  border-radius: 3px;
  padding: 3px;
}

.cf7-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
  background: transparent;
  outline: none;
  transition: 0.3s;
  height: 55px;
}

/* Ensure the container wraps the button and aligns it to the right */
.cf7-submit-btn {
  display: flex;
  justify-content: flex-end;
  /* Pushes the button to the right */
}

/* Button styles */
.cf7-btn {
  background: #041a1f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  /* Ensures it does not take full width */
  width: auto;
  /* Button size fits the content */
}

/* Button hover effect */
.cf7-btn:hover {
  background: #021013;
}

.wpcf7-form .wpcf7-submit {
  border-radius: 5px;
  width: 100%;
  color: #fff;
  background-color: #161616;
  padding: 14px;
}

.cf7-radio-group {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  margin-left: -17px;
}

p.custom-general {
  font-size: 16px;
  font-weight: 800;
  color: #161616;
}

ul.contact-info.m-0.list-unstyled {
  color: white;
}

.text-column.col-xl-6.col-lg-12.col-md-12.col-sm-12 {
  display: flex;
  align-items: center;
}

.text-col.col-lg-7.col-md-6.col-sm-12 {
  display: flex;
  align-items: center;
}

.custom-pricing-1 {
  display: none;

}

#expandable-container-1 {
  display: none;
}



.parallax-section .content-box {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.auto-container {
  position: static;
  max-width: 1240px;
  padding: 0px 15px;
  margin: 0 auto;
}

.copyright {
  color: #949494;
}

.page-id-6431 #itcsswirl {
  display: block !important;
}

#itcsswirl {
  z-index: 999 !important;
  position: absolute;
  right: 0px;
  width: 700px;
  top: 560px;
  animation: 1sease-out 0s 1 slideInRight;
}

.page-id-6431 #ap-mockup {
  display: block !important;
}

#ap-mockup {
  z-index: 999 !important;
  position: absolute;
  right: 0px;
  width: 700px;
  top: 220px;
  animation: 1sease-out 0s 1 slideInRight;
}

@media (max-width: 1200px) {

  .page-id-6431 #itcsswirl,
  .page-id-6431 #ap-mockup {
    display: none !important;
  }
}

p.apslidermidtext {
  font-weight: 600;
  font-size: 16px;
}

.custom-submit-image {
  position: absolute;
  bottom: 20px;
  /* Adjust based on your form layout */
  right: 50px;
  /* Adjust as needed */
  transition: transform 0.2s ease-out;
  pointer-events: none;
  /* Prevent the plane from interfering with clicks */
}

.main-header .other-links .link-box .link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 42px;
  background: url(http://agentdev.itcscloud.co.uk/wp-content/uploads/2025/02/call.svg) left center no-repeat;
}

.page-banner .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: 100%;
  height: 100%;
  background: url(http://agentdev.itcscloud.co.uk/wp-content/uploads/2025/02/b-shape-1-new.png) right bottom no-repeat;
  z-index: 1;
}

.process-one .process-one__image img {
  max-width: 100%;
  border-radius: 8px;
  position: relative;
  mix-blend-mode: normal;
}

.about-section .image-column .image-block img {
  display: block;
  width: 100%;
  -webkit-filter: none;
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}

.agent .header-inner span {
  font-weight: 700;
  color: #ffffff;
}

/* Hide default cursor */
body {
  cursor: default;
}

/* Cursor Wrapper (Ensures both circles stay together) */
.custom-cursor-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 9999;
}

/* Bottom Circle (Grey - Larger) */
.cursor-bottom {
  position: absolute;
  width: 13px;
  /* Adjust size */
  height: 13px;
  background-color: #606060;
  border-radius: 50%;
  opacity: 1;
  transition: transform 0.25s ease-out;
}

/* Top Circle (Red - Smaller & Covers 70%) */
.cursor-top {
  position: absolute;
  width: 11px;
  /* 70% of bottom */
  height: 11px;
  background-color: #e12129;
  border-radius: 50%;
  opacity: 0.9;
  transition: transform 0.1s ease-out;
}

/* Default images */

/* Smoothly change opacity and prevent flickering */
.process-one__image__column img {
  transition: transform 0.3s ease-in-out;
  will-change: transform, opacity;
}

/* Scale effect on hover */
.process-one__image__column:hover img {
  transform: scale(1.05);
}

/* Preload hover images to prevent flickering */
.preload-images {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  background: url('http://agentdev.itcscloud.co.uk/wp-content/uploads/2025/02/jh-inner-new.jpg') no-repeat,
    url('http://agentdev.itcscloud.co.uk/wp-content/uploads/2025/02/pj-inner-new.jpg') no-repeat,
    url('http://agentdev.itcscloud.co.uk/wp-content/uploads/2025/02/pt-inner-new.jpg') no-repeat;
}

/* Optional: Ensures disabled elements look faded */
.disable-custom {
  color: #c1c5c9;
}


.trusted-section .col-header .header-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -39px;
  width: 50px;
  height: 40px;
  background: url(http://agentdev.itcscloud.co.uk/wp-content/uploads/2025/02/curve-down-left.png) left top no-repeat;
}

.custom-footer-text a:visited {
  color: #d90808;
}

p.apslidermidtext {
  font-weight: 500;
  font-size: 16px;
  padding-top: 20px;
}

.dot {
  color: #e22028;
  font-size: 66px;
  font-weight: 600;
  line-height: 0;
}

.page-banner h1::after {
  content: ".";
  /* Inserts the dot as text */
  color: #e22028;
  /* Red color for the dot */
  font-size: 86px;
  /* Size of the dot */
  font-weight: 600;
  /* Makes the dot bold */
  line-height: 0;
  /* Removes extra space around the dot */
  margin-left: -15px;
  /* Adds space between the title and the dot */
  ma
}

.custom-line .list-unstyled {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 35px;
  position: relative;
  max-width: 100%;
  padding-left: 9px;
  padding-right: 9px;
}

.custom-line .list-unstyled::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 3px;
  background-color: #e22028;
  transform: translateX(-50%);
}

a:visited {
  color: #000000;
}

@media only screen and (max-width: 1199px) {
  .about-section .image-column .inner {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .custom-icon.elementor-widget.elementor-widget-image {
    background: #131313;
    border-radius: 50%;
    width: 50%;
    margin: auto;
    padding: 23px;
  }
}

.page-banner h1 {
  position: relative;
  font-size: 100px;
  color: #ffffff;
  line-height: 0.9em;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
}

@media only screen and (max-width: 1199px) {
  .page-banner h1 {
    position: relative;
    font-size: 70px;
    color: #ffffff;
    line-height: 0.9em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
  }
}

@media only screen and (max-width: 700px) {
  .page-banner h1 {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    line-height: 0.9em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
  }
}

@media only screen and (max-width: 700px) {
  .page-banner h1::after {
    content: ".";
    color: #e22028;
    font-size: 86px;
    font-weight: 600;
    line-height: 0;
    padding-left: 14px;
    position: absolute;
  }
}

@media (max-width: 480px) {
  .testi-block .inner {
    height: 650px !important;
  }
}

.fab,
.far {
  font-weight: 400;
  color: #ffffff;
}

.foo a:visited {
  color: #707070;
}

.popup-custom-open1 {
  display: inline-block;
  position: relative;
  /* Added this to contain the absolute popup */
  padding: 5px;
}

.popup-custom1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #2b2d2d;
  z-index: 2147483647;
  padding: 20px;
  width: 450px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: white;
  transition: opacity 0.3s ease;

  /* Changed from centered to appear below the trigger */
  top: 100%;
  left: 0;
  margin-top: 5px;
  /* Small gap between trigger and popup */

  pointer-events: auto;
}

/* Original hover selectors kept exactly the same */
.popup-custom-open1:hover+.popup-custom1,
.popup-custom1:hover {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.popup-custom1.center {
  left: 50%;
  transform: translateX(-20%);
}

.popup-custom1.above {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}

.popup-custom1.above::before {
  bottom: auto;
  top: 100%;
  border-color: #2b2d2d transparent transparent transparent;
}


@media only screen and (max-width: 1024px) {

  .elementor-6543 .elementor-element.elementor-element-18af791 img {
    width: 12%;
  }

  .elementor-6543 .elementor-element.elementor-element-17fd065 img {
    width: 12%;
  }

  .elementor-6543 .elementor-element.elementor-element-bbd069f img Specificity: (0, 3, 1) {
    width: 12%;
  }

}

@media only screen and (max-width: 670px) {

  .elementor-6543 .elementor-element.elementor-element-18af791 img {
    width: 16%;
  }

  .elementor-6543 .elementor-element.elementor-element-17fd065 img {
    width: 16%;
  }

  .elementor-6543 .elementor-element.elementor-element-bbd069f img Specificity: (0, 3, 1) {
    width: 16%;
  }

}

@media only screen and (max-width: 570px) {

  .elementor-6543 .elementor-element.elementor-element-18af791 img {
    width: 19%;
  }

  .elementor-6543 .elementor-element.elementor-element-17fd065 img {
    width: 19%;
  }

  .elementor-6543 .elementor-element.elementor-element-bbd069f img Specificity: (0, 3, 1) {
    width: 19%;
  }

}

@media (max-width: 1031px) {
  .testi-block .inner {
    height: 530px !important;
  }
}

@media (max-width: 481px) {
  .testi-block .inner {
    height: 630px !important;
  }
}

@media (max-width: 415px) {
  .testi-block .inner {
    height: 730px !important;
  }
}

.text a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

.cf7-col1 {
  width: 100%
}


.extra-note {
  font-weight: 600;
  color: #e12129;
  /* red accent like other elements */
  margin-top: 10px;
  font-size: 18px;
}



.gradient-background {
  background: linear-gradient(111deg, #000000, #000000, #9f1818);
  background-size: 180% 180%;
  animation: gradient-animation 9s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 768px) {
  .custom-line .list-unstyled::before {
    display: none;
    content: none;
    /* ensures pseudo-element disappears */
  }
}

@media (max-width: 768px) {
  .custom-line .list-unstyled {
    grid-template-columns: 1fr;
    /* Single column */
    gap: 15px;
    /* Optional: adjust spacing for mobile */
  }
}

/* Hide on small screens */
@media (max-width: 1024px) {
  .image-block.wow.fadeInLeft {
    display: none !important;
  }

  .about-section .image-column .inner:before {
    display: none;
  }
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 19px 38px 16px;
  z-index: 1;
  letter-spacing: 0.1em;
  color: inherit;
}

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .elementor-6543 .elementor-element.elementor-element-bbd069f img Specificity: (0, 3, 1) {
    width: 12%;
  }
}

.fixed-sec {
  position: sticky;
  top: 20px;
  /* distance from top when stuck */
  left: 0;
  /* stick to the left */
  align-self: flex-start;
  /* if inside flexbox */
}

.page-banner h1::after {
  content: ".";
  color: #ffffff;
  font-size: 86px;
  font-weight: 600;
  line-height: 0;
  margin-left: -15px;
}

a:visited {
  color: #ffffff;
}