.clarro_container {
  width: min(92rem, 100% - 3.1rem) !important;
  margin-inline: auto !important;
}

@media (max-width: 1680px) {
  .clarro_container {
    max-width: calc(90% - 90px) !important;
      margin-inline: auto !important;
  }
}

@media (max-width: 1366px) {
  .clarro_container {
      max-width: calc(90% - 60px) !important;
      margin: 0 auto !important;
  }
}

@media (max-width: 1024px) {
  .clarro_container {
      max-width: calc(90% - 30px) !important;
      margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .clarro_container {
      max-width: calc(90% - 15px) !important;
      margin: 0 auto !important;
  }
}
a {
text-decoration: none !important;
}

td {
  padding: 20px !important;
}
@media (max-width: 991px) {
td {
  padding: 10px !important;
}
}

.btn-custom-black {
  background: transparent;
  border: none;
  border: 1px solid black;
  border-radius: 25px;
  padding: 13px 35px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;

}

.btn-custom-black:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 6px 20px rgba(255, 107, 74, 0.4); */
  color: #000;
}

.btn-custom-black i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-custom-black:hover i {
  transform: translateX(3px);
}

.clarro-btn {
  background: var(--base-color);
  border: none;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 74, 0.3);
}

.clarro-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 74, 0.4);
  color: #000;
}

.clarro-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.clarro-btn:hover i {
  transform: translateX(3px);
}

.cr-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.cr-main-description {
  font-size: 1.1rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 500px;
}

.features-container {
  display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 6px;
}

.cr-feature-tag {
  display: inline-flex;
  align-items: center;
  background: rgb(0, 0, 0);
  border: 1px solid #e9ecef;
  border-radius: 25px;
  padding: 12px 20px;
  /* margin: 8px 12px 8px 0; */
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.cr-feature-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.border-color-black {
  border-color: black !important;
}
.btn-link:hover {
  color: var(--base-color) !important;
}

.cr-feature-tag i {
  color: var(--base-color);
  margin-right: 8px;
  font-size: 16px;
}
.banner-img-padding {
padding-bottom: 0;
}

@media (max-width: 786px) {
.banner-img-padding {
  padding-bottom: 50px !important;
}
.sm-mb-44px {
  margin-bottom: 44px !important;
}
}


.mobile-hori {
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Smooth scroll for iOS */
}

.mobile-hori-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  padding: 10px !important;
  list-style: none !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .tab-style-01 .nav-tabs  {
      display: contents;
      width: 100%;
  }
  .tab-style-08 .nav-tabs  {
    display: contents;
    width: 100%;
}
}
.cr-learn-more-btn {
  background: linear-gradient(135deg, #ff6b4a 0%, #ff8c42 100%);
  border: none;
  border-radius: 25px;
  padding: 15px 35px;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 74, 0.3);
}

.cr-learn-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 74, 0.4);
  color: white;
}

.cr-learn-more-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.cr-learn-more-btn:hover i {
  transform: translateX(3px);
}


@media (max-width: 768px) {
  .cr-main-title {
      font-size: 2rem;
  }

}



.bagde-custom {
  background: black;
  padding: 10px 15px;
  border-radius: 52px;
}
.bagde-base-color {
background: var(--base-color);
padding: 10px 15px;
border-radius: 52px;
}
.btn-get-started {
  background: var(--base-color) !important;
  border: none !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 15px 24px !important;
  border-radius: 25px !important;
  transition: all 0.3s ease !important;

}

.btn-get-started:hover {
  transform: translateY(-2px) !important;
  box-shadow: none !important;
  background-color: var(--base-color) !important;
  box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3) !important;
  color: #000 !important;
}



.bg-transparent {
  background-color: transparent !important;
}

.bg-akva-blue {
  background-color: var(--aka-blue);
}
.bg-light-gray {
  background-color: #00000087;
}

.bg-lavander {
  background-color: var(--lavander);
}

.text-light-bluee {
  color: var(--light-bluee) !important;
}

body {
  font-family: var(--alt-font);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

p {
  font-weight: 500;
}

.secondary-color {
  color: var(--secondary-color);
}

.bg-secondary-color {
  background: var(--secondary-color);
}

.background {
  background: var(--background);
}

.alt-font {
  font-family: var(--alt-font);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table > thead {
  vertical-align: bottom;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table th,
.table td {
  padding: 1.4rem;
}

.table-header-bg th {
  background-color: #f0eff4 !important;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table > :not(caption) > * > * {
  padding: 17px;
  color: initial, initial, #212529;
  background-color: var(--white);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px initial, initial, transparent;
}

.tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active i {
  color: var(--white);
  background: var(--base-color);
  border-radius: 14px;
}

@media (max-width: 950px) {
  .sm-height-100 {
      height: 100% !important;
  }
}
@media (max-width: 786px) {
  .sm-tab-scroll {
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap;
  }
  
  .sm-d-block {
    display: block !important;
  }
  .custom_marketing_solution {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sm-text-center {
    text-align: center !important;
  }

  .custom_center {
    text-align: center !important;
    display: block !important;
  }
}

table {
  overflow: auto !important;
  white-space: nowrap !important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    height: 100vh;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    box-shadow: 0 20px 15px 0 rgba(23, 23, 23, 0.05);
    max-height: calc(100vh - 72px);
  }

  .accordion-collapse:not(.collapsed) {
    /* background-color: var(--black) !important;
    color: var(--white) !important;
    border-radius: 0px 0px 10px 10px ; */
    display: none;
  }

  .border-line::after {
    /* content: '';
    border-left: 1px solid #ffffff;
    height: 574px;
    position: absolute;
    top: -13%;
    right: -10%;
    transform: translateX(50%); */
    display: none;
  }
}

/* Home page custom  */

/* Banner custom css  */
.icon-before {
  position: relative;
  /* Ensure the position context for the pseudo-element */
  display: inline-block;
  /* Ensure it can be positioned correctly */
}

.banner-icon-before {
  position: relative;
  /* Ensure the position context for the pseudo-element */
  display: inline-block;
  /* Ensure it can be positioned correctly */
}

.use-case-banner-icon-before {
  position: relative;
  /* Ensure the position context for the pseudo-element */
  display: inline-block;
  /* Ensure it can be positioned correctly */
}

.about-banner-icon-before {
  position: relative;
  /* Ensure the position context for the pseudo-element */
  display: inline-block;
  /* Ensure it can be positioned correctly */
}

.guide-banner-icon-before {
  position: relative;
  /* Ensure the position context for the pseudo-element */
  display: inline-block;
  /* Ensure it can be positioned correctly */
}

.banner-icon-before::before {
  content: "";
  background-image: url(../images/icons/banner-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -25px;
  right: -3.2%;
  left: auto;
  transform: translateX(50%);
}

.img-orange::before {
  content: "";
  background-image: url(../images/use-case/orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -27px;
  right: 58.8%;
  left: auto;
  z-index: -1;
  transform: translateX(50%);
}

.img-driving::before {
  content: "";
  background-image: url(../images/use-case/driving-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -27px;
  right: 58.8%;
  left: auto;
  z-index: -1;
  transform: translateX(50%);
}

.img-event::before {
  content: "";
  background-image: url(../images/use-case/event-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -27px;
  right: 58.8%;
  left: auto;
  z-index: -1;
  transform: translateX(50%);
}

.img-medical::before {
  content: "";
  background-image: url(../images/use-case/medical-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -27px;
  right: 58.8%;
  left: auto;
  z-index: -1;
  transform: translateX(50%);
}

.img-light-blue-1::before {
  content: "";
  background-image: url(../images/use-case/light-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 397px;
  position: absolute;
  top: -30px;
  /* right: -40%; */
  left: 23%;
  z-index: -1;
  /* transform: translateX(50%); */
}

.img-public::before {
  content: "";
  background-image: url(../images/use-case/public-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 397px;
  position: absolute;
  top: -30px;

  left: 23%;
  z-index: -1;
  /* transform: translateX(50%); */
}

.img-meeting::before {
  content: "";
  background-image: url(../images/use-case/meeting-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 397px;
  position: absolute;
  top: -30px;
  
  left: 23%;
  z-index: -1;
  /* transform: translateX(50%); */
}

.banner-icon-before::before {
  content: "";
  background-image: url(../images/icons/banner-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -25px;
  right: -3.2%;
  left: auto;
  transform: translateX(50%);
}

.use-case-banner-icon-before::before {
  content: "";
  background-image: url(../images/use-case/banner-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  right: -2.2%;
  left: auto;
  transform: translateX(50%);
}

.about-banner-icon-before::before {
  content: "";
  background-image: url(../images/about-us/banner-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -6.2%;
  left: auto;
  transform: translateX(50%);
}

.guide-banner-icon-before::before {
  content: "";
  background-image: url(../images/guide-line/banner-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2px;
  right: -3.2%;
  left: auto;
  transform: translateX(50%);
}

.template-banner-icon-before::before {
  content: "";
  background-image: url(../images/template/banner-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 74px;
  height: 100%;
  position: absolute;
  top: -18px;
  right: 8.8%;
  left: auto;
  transform: translateX(50%);
}

.icon-before::before {
  content: "";
  background-image: url(../images/home/banner-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -9px;
  right: 11.8%;
  left: auto;
  transform: translateX(50%);
}

.left-line::after {
  content: "";
  border-left: 2px solid black;
  height: 34px;
  position: absolute;
  top: 11%;
  left: -20px;
  /* left: auto; */
  transform: translateX(50%);
}

/* Optional: Media queries for fine-tuning on different screen sizes */
@media (max-width: 768px) {
  .icon-before::before {
    width: 30px;
    /* Smaller icon on mobile */
    height: 30px;
    /* Smaller icon on mobile */
    top: -15px;
    /* Adjust position for smaller screens */
  }

  .banner-icon-before::before {
    width: 30px;
    /* Smaller icon on mobile */
    height: 30px;
    /* Smaller icon on mobile */
    top: -15px;
    /* Adjust position for smaller screens */
  }

  .img-orange::before {
    display: none;
  }

  .img-driving::before {
    display: none;
  }

  .img-event::before {
    display: none;
  }

  .img-medical::before {
    display: none;
  }

  .img-light-blue-1::before {
    display: none;
  }

  .img-public::before {
    display: none;
  }

  .img-meeting::before {
    display: none;
  }

  .use-case-banner-icon-before::before {
    width: 30px;
    /* Smaller icon on mobile */
    height: 30px;
    /* Smaller icon on mobile */
    top: -15px;
    /* Adjust position for smaller screens */
  }

  .about-banner-icon-before::before {
    width: 30px;
    height: 30px;
    top: -11px;
    right: -8%;
  }

  .guide-banner-icon-before::before {
    width: 30px;
    height: 30px;
    top: -11px;
    right: -3%;
  }

  .template-banner-icon-before::before {
    width: 45px;
    height: 45px;
    top: -15px;
    right: 2%;
  }

  .dash-border {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .icon-before::before {
    top: -15px;
    /* Adjust position for smaller screens */
    right: 9.8%;
  }

  .img-orange::before {
    top: -7%;
    right: 68.8%;
    height: 380px;
  }

  .img-driving::before {
    top: -7%;
    right: 68.8%;
    height: 380px;
  }

  .img-event::before {
    top: -7%;
    right: 68.8%;
    height: 380px;
  }

  .img-medical::before {
    top: -7%;
    right: 68.8%;
    height: 380px;
  }

  .img-light-blue-1::before {
    top: -7%;
    left: 42%;
    height: 409px;
    width: 364px;
  }

  .img-public::before {
    top: -7%;
    left: 42%;
    height: 409px;
    width: 364px;
  }

  .img-meeting::before {
    top: -7%;
    left: 42%;
    height: 409px;
    width: 364px;
  }

  .banner-icon-before::before {
    top: -22px;
    right: -3.2%;
  }

  .use-case-banner-icon-before::before {
    top: -3px;
    right: -2.2%;
  }

  .about-banner-icon-before::before {
    top: -3px;
    right: -2.2%;
  }

  .guide-banner-icon-before::before {
    top: -3px;
    right: -2.2%;
  }

  .template-banner-icon-before::before {
    top: -16px;
    right: 2.8%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .icon-before::before {
    top: -17px;
    /* Adjust position for smaller screens */
    right: 2.8%;
  }

  .img-orange::before {
    top: -31px;
    right: 61.8%;
    height: 291px;
  }

  .img-driving::before {
    top: -31px;
    right: 61.8%;
    height: 291px;
  }

  .img-event::before {
    top: -31px;
    right: 61.8%;
    height: 291px;
  }

  .img-medical::before {
    top: -31px;
    right: 61.8%;
    height: 291px;
  }

  .img-light-blue-1::before {
    top: -7%;
    left: 37%;
    height: 409px;
    width: 363px;
  }

  .img-public::before {
    top: -7%;
    left: 37%;
    height: 409px;
    width: 363px;
  }

  .img-meeting::before {
    top: -7%;
    left: 37%;
    height: 409px;
    width: 363px;
  }

  .banner-icon-before::before {
    top: -23px;
    right: -3.2%;
  }

  .use-case-banner-icon-before::before {
    top: -6px;
    right: -2.2%;
  }

  .about-banner-icon-before::before {
    top: -20px;
    right: -6.2%;
  }

  .guide-banner-icon-before::before {
    top: -11px;
    right: -2.2%;
  }

  .template-banner-icon-before::before {
    top: -31px;
    right: 25.8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-light-blue-1::before {
    top: -31px;
    right: 61.8%;
    height: 291px;
  }

  .img-public::before {
    top: -31px;
    right: 61.8%;
    height: 291px;
  }

  .img-meeting::before {
    top: -31px;
    right: 61.8%;
    height: 291px;
  }

  .template-banner-icon-before::before {
    top: -21px;
    right: 10.8%;
  }
}

@media (min-width: 200px) and (max-width: 500px) {
  .icon-before::before {
    width: 25px;
    /* Even smaller icon on very small screens */
    height: 25px;
    /* Even smaller icon on very small screens */
    top: -10px;
    right: 1.8%;
    /* Adjust position for very small screens */
  }

  .banner-icon-before::before {
    width: 25px;
    height: 25px;
    top: -13px;
    right: -3.2%;
  }

  .use-case-banner-icon-before::before {
    width: 25px;
    height: 25px;
    top: 0px;
    right: 10.8%;
  }

  .about-banner-icon-before::before {
    width: 25px;
    height: 25px;
    top: -6px;
    right: -6.2%;
  }

  .guide-banner-icon-before::before {
    width: 25px;
    height: 25px;
    top: -6px;
    right: 2.8%;
  }

  .template-banner-icon-before::before {
    width: 40px;
    height: 40px;
    top: -16px;
    right: 21.8%;
  }
}

.rounded-vector {
  background-color: #3498db;
  /* Base color for the shape */
  position: relative;
  /* Positioning context for child elements */
  clip-path: polygon(50% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
  /* Create an irregular shape */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Optional shadow for depth */
}

.hero-img-inner-top {
  position: absolute;
  top: 30%;
  left: -3.8%;
}

.hero-img-inner-bottom {
  position: absolute;
  top: 61%;
  left: -3.8%;
  transform: rotate(4.2deg);
}

.hero-img-inner-left {
  position: absolute;
  top: 19%;
  right: 19%;
}

.border-black {
  border: 1px solid var(--black);
}

.dash-border {
  border: 1px dashed var(--black);
}

.text-left {
  text-align: left;
}

/* tab border  */
.tab-border-gray {
  border-bottom: 3px solid #e5e5ea !important;
}

.border-base-color {
  border-bottom: 2px solid var(--base-color);
}

.round-number-border {
  border: 1px solid black;
  width: 33px;
  border-radius: 56px;
  /* height: 35px; */
  display: block;
}

.border-top-light {
  border-top: 1px solid #dcdcdc !important;
}

.border-bottom-light {
  border-bottom: 1px solid #dcdcdc !important;
}

.border-line::after {
  content: "";
  border-left: 1px solid #ffffff;
  height: 574px;
  position: absolute;
  top: -13%;
  right: -10%;
  transform: translateX(50%);
}

.box-shadow-none {
  box-shadow: none !important;
  background-color: transparent !important;
}

/* .footer-bg {
  background: #454ade1a;
} */





.cft_service_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  justify-items: center;
}
.cft_service_card {
  border: none;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-position: center;
}
.cft_service_card:hover {
  background-color: #FFC730;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: none;
}
.cft_service_card_hvac {
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=120&q=80');
}
.cft_service_card_cleaning {
  background-image: url('https://images.unsplash.com/photo-1581578735769-4b446267ed29?auto=format&fit=crop&w=120&q=80');
}
.cft_service_card_handyman {
  background-image: url('https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?auto=format&fit=crop&w=120&q=80');
}
.cft_service_card_electrical {
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=120&q=80');
}
.cft_service_card_plumbing {
  background-image: url('https://images.unsplash.com/photo-1592906209472-a36b1f3782ef?auto=format&fit=crop&w=120&q=80');
}
.cft_service_card_alltrades {
  background-image: url('https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?auto=format&fit=crop&w=120&q=80');
}
.cft_service_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: background 0.3s ease;
}
.cft_service_card:hover::before {
  background: rgba(255, 199, 48, 0.5);
}
.cft_service_card_text {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.cft_service_link {
  display: inline-block;
  margin-top: 30px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 25px;
  border: 1px solid #000;
  border-radius: 20px;
  background: #FFC730;
  transition: all 0.3s ease;
}
.cft_service_link:hover {
  background: #000;
  color: #FFC730;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .cft_service_heading {
      font-size: 1.6rem;
  }
  .cft_service_card {
      width: 100px;
      height: 100px;
  }
  .cft_service_card_text {
      font-size: 0.8rem;
  }
  .cft_service_link {
      font-size: 0.9rem;
      padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .cft_service_heading {
      font-size: 1.4rem;
  }
  .cft_service_card {
      width: 90px;
      height: 90px;
  }
  .cft_service_card_text {
      font-size: 0.7rem;
  }
}






.cft_cta_banner {
  background: var(--base-color);
  padding: 20px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cft_cta_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cft_cta_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cft_cta_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}

.cft_cta_icon {
  width: 50px;
  height: 50px;
  background: rgb(0 0 0 / 20%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.cft_cta_icon:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.3);
}

.cft_cta_icon svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.cft_cta_text_content {
  flex: 1;
  max-width: 400px;
  text-align: left;
}

.cft_cta_heading {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cft_cta_subheading {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 800;
  margin: 2px 0 0 0;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cft_cta_button_wrapper {
  display: flex;
  align-items: center;
}

.cft_cta_button {
  background: #2c3e50;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cft_cta_button:hover {
  background: #34495e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
  color: white;
  text-decoration: none;
}

.cft_cta_button:active {
  transform: translateY(0);
}

.cft_cta_button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.cft_cta_button:hover::before {
  left: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cft_cta_content {
      flex-direction: column;
      text-align: center;
      gap: 20px;
  }
  
  .cft_cta_text_content {
      text-align: center;
      max-width: none;
  }
  
  .cft_cta_heading,
  .cft_cta_subheading {
      font-size: 18px;
  }
  
  .cft_cta_icon_wrapper {
      order: -1;
  }
}

@media (max-width: 480px) {
  .cft_cta_banner {
      padding: 16px 0;
  }
  
  .cft_cta_container {
      padding: 0 16px;
  }
  
  .cft_cta_heading,
  .cft_cta_subheading {
      font-size: 16px;
  }
  
  .cft_cta_button {
      padding: 12px 24px;
      font-size: 13px;
  }
}




.cft_cta_button {
  animation: fadeInRight 0.8s ease-out 0.7s both;
}




.cft_feature_card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.cft_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.cft_card_image_container {
  height: 180px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cft_payments_bg {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.cft_mobile_deposit_bg {
  background: linear-gradient(135deg, #fff7e6 0%, #ffeaa7 100%);
}

.cft_customer_portal_bg {
  background: linear-gradient(135deg, #e3f2fd 0%, #90caf9 100%);
}

.cft_financing_bg {
  background: linear-gradient(135deg, #f3e5f5 0%, #ce93d8 100%);
}

.cft_payment_methods {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 180px;
}

.cft_payment_method {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-left: 3px solid transparent;
  padding-left: 12px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}

.cft_payment_method.cft_active {
  border-left-color: #007bff;
  background: #f8f9ff;
}

.cft_payment_method i {
  margin-right: 10px;
  width: 20px;
  color: #666;
}

.cft_payment_method span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.cft_mobile_check {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  border-radius: 20px;
  padding: 20px;
  color: white;
  width: 140px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cft_mobile_check_title {
  font-size: 12px;
  color: white;
  margin-bottom: 8px;
}

.cft_deposit_check {
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  width: 120px;
  height: 60px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cft_check_content {
  font-size: 8px;
  color: #333;
  line-height: 1.2;
}

.cft_check_verified {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #28a745;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.cft_portal_invoices {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 200px;
}

.cft_invoice_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 14px;
}

.cft_invoice_id {
  color: #333;
  font-weight: 500;
}

.cft_invoice_status {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

.cft_status_paid {
  background: #d4edda;
  color: #155724;
}

.cft_status_past_due {
  background: #f8d7da;
  color: #721c24;
}

.cft_financing_checkout {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 180px;
  text-align: center;
}

.cft_financing_amount {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.cft_financing_rate {
  background: #ffc107;
  color: #333;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

.cft_financing_button {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cft_financing_button:hover {
  background: #0056b3;
}

.cft_card_content {
  padding: 1.5rem;
}

.cft_card_header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.cft_card_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.cft_info_icon {
  color: #007bff;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.cft_info_icon:hover {
  opacity: 1;
}

.cft_card_description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {

  
  .cft_card_image_container {
      height: 160px;
  }
  
  .cft_payment_methods,
  .cft_portal_invoices,
  .cft_financing_checkout {
      position: static;
      transform: none;
      margin: 10px auto;
      width: 90%;
  }
  
  .cft_mobile_check {
      position: static;
      transform: none;
      margin: 10px auto;
      width: 120px;
  }
}


.cf_comparison_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.cf_header_row {
background: linear-gradient(135deg, #ffc73026 0%, #ffc73026 100%);
}

.cf_header_cell {
  padding: 24px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  border: none;
}

.cf_feature_row {
  transition: background-color 0.2s ease;
}

.cf_feature_row:hover {
  background-color: #fafafa;
}

.cf_feature_label {
  padding: 20px;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  width: 200px;
  vertical-align: middle;
  border: none;
}

.cf_feature_value {
  padding: 20px;
  text-align: center;
  color: #666;
  background-color: #fff;
  vertical-align: middle;
  font-weight: 500;
  border: none;
}

.cf_clarro_column {
background: linear-gradient(135deg, #ffc73026 0%, #ffc73026 100%);
}

.cf_custom_column {
  background-color: #fff;
}

.cf_readmade_column {
  background-color: #fff;
}

.cf_highlight_positive {
  color: #22c55e;
  font-weight: 600;
}

.cf_highlight_negative {
  color: #ef4444;
  font-weight: 600;
}

.cf_highlight_neutral {
  color: #6b7280;
  font-weight: 500;
}

.cf_price_text {
  font-weight: 700;
  color: #1f2937;
}

.cf_fade_in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.cf_table_wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 992px) {
  .cf_container {
      margin: 20px 10px;
  }
  
  .cf_comparison_table {
      min-width: 800px;
  }
  
  .cf_header_cell {
      padding: 20px 15px;
      font-size: 16px;
      min-width: 180px;
  }
  
  .cf_feature_label {
      min-width: 180px;
      padding: 18px 15px;
  }
  
  .cf_feature_value {
      padding: 18px 15px;
      min-width: 180px;
  }
}

@media (max-width: 768px) {
  .cf_container {
      margin: 20px 5px;
      border-radius: 12px;
  }

  .cf_comparison_table {
      font-size: 13px;
      min-width: 700px;
  }

  .cf_header_cell {
      padding: 16px 12px;
      font-size: 14px;
      min-width: 160px;
  }

  .cf_feature_label,
  .cf_feature_value {
      padding: 16px 12px;
      min-width: 160px;
  }
}

@media (max-width: 576px) {
  .cf_container {
      margin: 15px 5px;
  }
  
  .cf_comparison_table {
      font-size: 12px;
      min-width: 600px;
  }
  
  .cf_header_cell {
      padding: 14px 8px;
      font-size: 13px;
      min-width: 140px;
  }
  
  .cf_feature_label,
  .cf_feature_value {
      padding: 14px 8px;
      min-width: 140px;
  }
}

@media (max-width: 991px) {
  .responsive-tab {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }

  /* Customize the scrollbar */
  .responsive-tab::-webkit-scrollbar {
    width: 2px;
    /* Width of the scrollbar */
    height: 5px;
  }

  .responsive-tab::-webkit-scrollbar-thumb {
    background-color: var(--base-color);
    /* Color of the scrollbar thumb */
    border-radius: 6px;
    /* Rounded corners */
  }

  .responsive-tab::-webkit-scrollbar-track {
    background-color: var(--white);
    border-radius: 6px;
    /* Background color of the scrollbar track */
  }

  .sm-d-content {
    display: contents !important;
  }

  .responsive-flex {
    flex-wrap: nowrap;
  }

  .tab-style-04 .nav-tabs {
    display: contents;
    width: 100%;
  }
}

@media (max-width: 513px) {
  .sm-justify-content-center {
    justify-content: center !important;
  }

  .sm-text-center {
    text-align: center;
  }
}

.bg-light-blue {
  background-color: var(--light-blue);
}

/* accordian with tab  */

.accordion-button:not(.collapsed) {
  background-color: var(--black) !important;
  color: #fff !important;
  border-radius: 10px 10px 0px 0px !important;
  border: none !important;
}

.accordion-collapse-1:not(.collapsed) {
  background-color: var(--black) !important;
  color: var(--white) !important;
  border-radius: 0px 0px 10px 10px;
}

.accordion-button {
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  padding: 0 1.25rem !important;
  box-shadow: none !important;
  margin-top: 15px !important;
}

button.accordion-button.bg-transparent.collapsed {
  padding-bottom: 15px !important;
  margin-top: 15px !important;
}

.accordion-item-1 {
  background-color: transparent !important;
  border: none !important;
}

.accordion-body {
  color: #a8adc0;
  padding: 0 1.5rem 45px 1.5rem;
  font-size: 0.9rem;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.content-card {
  background-color: #1c1f33;
  border-radius: 12px;
}

.toggle-sidebar {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1001;
  background-color: #252942;
  border: none;
  color: #fff;
  padding: 0.5rem;
  border-radius: 4px;
}

.accordion-button {
  border-bottom: 1px solid #3e3e3e !important;
}

/* Progress bar specific styles */
.progress-wrapper {
  position: relative;
  display: flex;
}

.progress-bar-vertical {
  width: 4px;
  height: 260px;
  background: #f0f0f0;
  position: absolute;
  left: 36px;
  top: 0;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  width: 100%;
  background: #4263eb;
  position: absolute;
  top: 0;
  border-radius: 4px;
  transition: transform 0.2s ease;
  /* height: 0%; */
}

@media (max-width: 768px) {
  .progress-wrapper {
    display: none;
  }

  .sm-d-none {
    display: none;
  }
}

.round-circle {
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
  border-radius: 24px;
}

.bg_blue {
  background-color: #9d9df9;
}

.bg_green {
  background-color: #95ffd9;
}

.bg_pink {
  background-color: #ff83a1;
}

.bg_yellow {
  background-color: #ffee93;
}

.bg_dark-blue {
  background-color: #6dc2ff;
}

.mb-100px {
  margin-bottom: 100px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .lg-mb-80px {
    margin-bottom: 80px;
  }
}

.y-overflow {
  overflow-y: scroll;
  height: 262px;
}

.custom-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 2px 10px;
  width: 100%;
  text-align: left;
  background-color: white;
}

.dropdown-content {
  display: none;
  /* Hide the dropdown initially */
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1;
  left: 15px;

  width: 100%;
}
.dropdown-menu {
max-width: 100%;
width: 991px !important;
height: auto;
}
.dropdown-content.show {
  display: block;
  /* Show the dropdown when 'show' class is added */
}

.dropdown-content div {
  padding: 10px;
  cursor: pointer;
}

.arrow {
  border: solid transparent;
  border-width: 5px 5px 0;
  border-top-color: #333;
  position: absolute;
  top: 15px;
  /* Position the arrow */
  right: 10px;
  /* Adjust as needed */
}

.form-control,
.form-select,
input,
select,
textarea {
  padding: 2px 25px;
}

.margin--8 {
  margin-top: -8px;
}

/* .color-display {
              width: 200px;
              height: 200px;
              border-radius: 15px;
              border: 2px solid #ccc;
              margin-bottom: 20px;
              transition: background-color 0.3s;
          } */

input[type="color"] {
  cursor: pointer;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
  padding: 0;
  /* margin: 20px 0; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.upload-container {
  border: 1px dashed #d8d0e9;
  background: #5025ff0d;
  border-radius: 8px;
  padding: 14px 20px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.upload-label {
  cursor: pointer;
}

.upload-button {
  display: inline-block;
  background-color: #007bff;
  background: #e2dbff;
  color: #5025ff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.file-input {
  display: none;
  /* Hides the default file input */
}

.drag-drop {
  color: #7d7d7d;
}
.cta-sectioon-main{
  /* background:url('../images/cta/cta.png') no-repeat top center;   */
  padding: 20px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.custom-container{
  max-width:calc(100% - 125px);
  margin:0 auto;
}
.text-lg-right{
text-align: right;
}

.custom-max-width {
  max-width: 652px;
}
.cta-sectioon-main::before {
  content: "";
  background-color: #1B1F3B;
  width: 480px;
  height: 622px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

}
.h-340 {
  height: auto !important;
}
/* cta handyman  */

.features-section {
  position: relative;
  background-color: #f8f9ff;
  overflow: hidden;
  padding: 100px 0;
  border-radius: 60px;
}
.wave-bg {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 120%;
  background: linear-gradient(45deg, #4e73df33 0%, #4e73df11 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 1;
  animation: morphing 15s ease-in-out infinite;
}

@keyframes morphing {
  0% {
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
      border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
      border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }
  75% {
      border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
  100% {
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .features-section {
      padding: 80px 0;
  }

}

@media (max-width: 768px) {
  .features-section {
      padding: 60px 0;
  }

  .wave-bg {
      width: 80%;
      right: -40%;
  }
}

@media (max-width: 576px) {
  .features-section {
      padding: 40px 0;
  }
  
}
.cta-section {
  position: relative;
  background-color: #0d6efd;
  overflow: visible;
  padding: 80px 30px;
  border-radius: 20px;
  margin: 40px auto;
}
.cta-section {
  position: relative;
  z-index: 2;
}
.app-showcase {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-63%);w
  width: auto;
  
}
.mobile-img {
  width: 376px;
  height: auto;
}
.cta-section {
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
}

@media (max-width: 991px) {
  .cta-section {
      padding: 60px 20px;
      margin: 30px auto;
  }

  .app-showcase {
      position: relative;
      right: -15%;
      top: 30px;
      transform: none;
  } 
}

@media (max-width: 768px) {
  .cta-section {
      padding: 40px 15px;
      margin: 20px auto;
  }
  .app-showcase {
      right: -10%;
  }
}

@media (max-width: 576px) {
  .cta-section {
      padding: 30px 15px;
      margin: 15px auto;
  }
  .app-showcase {
      right: -5%;
  }
  .bagde-custom {
    padding: 10px 5px !important;
  }
}
.comparison-table-container {
      
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.comparison-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: auto;
}

.table-header {
  background: linear-gradient(135deg, #f5e6d3 0%, #e8d5c4 100%);
}

.table-header th {
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-align: center;
  border: none;
  vertical-align: middle;
}

.table-header th:first-child {
  background-color: transparent;
}

.comparison-table tbody tr:hover {
  background-color: #fafafa;
}

.comparison-table td {
  padding: 20px 24px;
  font-size: 14px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: none;
  min-height: 60px;
}

.comparison-table td:first-child {
  font-weight: 600;
  background-color: #fafafa;
  text-align: left;
}

.price-highlight {
  font-weight: 700;
  color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
  body {
      padding: 20px 10px;
  }
  
  .comparison-table-container {
      border-radius: 12px;
      margin: 0 10px;
  }
  
  .table-header th,
  .comparison-table td {
      padding: 12px 8px;
      font-size: 16px;
  }
  
  .table-header th {
      font-size: 18px;
  }
}

@media (max-width: 576px) {
  .table-header th,
  .comparison-table td {
      padding: 10px 6px;
      font-size: 16px;
  }
  
  .table-header th {
      font-size: 12px;
  }
}

/* Mobile table scroll */
@media (max-width: 768px) {
  .comparison-table-container {
      overflow-x: scroll;
  }
  
  /* .comparison-table {
      min-width: 600px;
  } */
}




.trades-section {
  background-color: var(--white);
  padding: 80px 0;
  border-top: 1px solid var(--light-medium-gray);
}

.section-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--dark-gray);
  margin-bottom: 40px;
}

.trades-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.btn-trade {
  background-color: var(--white);
  color: var(--dark-gray);
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-trade:hover {
  background-color: var(--base-color);
  color: var(--black);
  border-color: var(--base-color);
}

.btn-trade i {
 color: var(--cornflower-blue); /* Using a color from your palette */
}

.btn-trade:hover i {
 color: var(--black);
}

.btn-learn-more {
  background-color: var(--very-light-gray);
  color: var(--medium-gray);
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
}

.btn-learn-more i {
  transition: transform 0.3s ease;
}

.btn-learn-more:hover i {
  transform: translateX(5px);
}
