.elementor-298 .elementor-element.elementor-element-90c1e01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-82a8175{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-2645acc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-2f5f762{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-18de6b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-57b0cbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-5212b92{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-7c14a20{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a712312 *//* ================= HEADER ================= */
.cr-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background: #ffffff;
  z-index: 99999;
  border-bottom: 1px solid #e5e7eb; /* subtle divider */
}

/* INNER GRID */
.cr-header-inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

/* LOGO */
.cr-logo {
  font-size: 22px;
  font-weight: 700;
  color: #0F172A;
  letter-spacing: -0.3px;
}

/* CENTER MENU */
.cr-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.cr-nav a {
  color: #334155;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.cr-nav a:hover {
  color: #F97316;
}

/* CTA */
.cr-cta {
  display: flex;
  justify-content: flex-end;
}

.cr-btn {
  background: #F97316;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 999px; /* pill = modern */
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cr-btn:hover {
  background: #ea6a0f;
  transform: translateY(-1px);
}

/* HERO OFFSET */
.hero-section {
  padding-top: 78px;
}
.cr-btn:hover {
  background: #e68a39; /* slightly darker orange */
  color: #ffffff;
  transform: translateY(-1px);
}
.cr-btn:hover {
  background: #e68a39; /* slightly darker orange */
  color: #ffffff;
  transform: translateY(-1px);
}
.cr-btn {
  background: #F97316;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  outline: none; /* remove default focus outline */
}

.cr-btn:hover {
  background: #e68a39; /* optional darker hover */
  color: #ffffff;
  transform: translateY(-1px);
}

.cr-btn:focus,
.cr-btn:active {
  background: #e68a39; /* same as hover or keep original */
  color: #ffffff;       /* force text to stay white */
  outline: none;        /* remove focus outline */
  transform: translateY(-1px);
}
/* CTA BUTTON – DISCOVERY CALL */
.cr-btn {
  background: #F97316;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  border: 2px solid transparent;
  cursor: pointer;

  transition: all 0.25s ease;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

/* HOVER (mouse over only) */
.cr-btn:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

/* ACTIVE (only while clicking / pressing) */
.cr-btn:active {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

/* REMOVE FOCUS STUCK STATE */
.cr-btn:focus,
.cr-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

/* WHEN CLICK IS RELEASED → BACK TO NORMAL */
.cr-btn:not(:hover):not(:active) {
  background: #F97316;
  color: #ffffff;
  border: 2px solid transparent;
}
/* LOGO IMAGE */
.cr-logo img {
  height: 75px;          /* perfect for 78px header */
  width: auto;
  display: block;
  object-fit: contain;
}

/* =========================
   MOBILE HEADER FIX
========================= */

@media (max-width: 768px) {

  .cr-header {
    height: 64px; /* slimmer */
  }

  .cr-header-inner {
    padding: 0 16px;
    grid-template-columns: auto 1fr auto;
  }

  /* LOGO */
  .cr-logo img {
    height: 46px;   /* clean & balanced */
  }

  /* CTA BUTTON */
  .cr-btn {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 999px;
  }

  /* REMOVE HOVER STYLE ISSUES ON MOBILE */
  .cr-btn:hover {
    background: #F97316;
    color: #ffffff;
    border: 2px solid transparent;
    transform: none;
  }

  .cr-btn:active {
    background: #e68a39;
    color: #ffffff;
    border: 2px solid transparent;
  }
}

/* EXTRA SMALL PHONES */
@media (max-width: 420px) {

  .cr-header {
    height: 60px;
  }

  .cr-logo img {
    height: 42px;
  }

  .cr-btn {
    padding: 7px 14px;
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8835fa */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
}

/* HERO SECTION */
.hero-modern {
  padding: 130px 6%;
  background:
    radial-gradient(900px 420px at 10% 10%, rgba(255,115,0,.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff7ed 45%, #ffffff 100%);
}

.hero-container {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 86px;              /* 🔥 BIG & CLEAR */
  line-height: 0.95;
  letter-spacing: 1px;
  color: #0f172a;
}

.hero-title span {
  color: #ff6a00;
}

.hero-desc {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.7;
  color: #334155;
  max-width: 560px;
}

.hero-buttons {
  margin-top: 42px;
  display: flex;
  gap: 20px;
}

/* BUTTONS */
.btn-primary {
  background: #ff6a00;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(255,106,0,0.4);
}

.btn-secondary {
  border: 2px solid #cbd5e1;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}

/* RIGHT IMAGE */
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-graphic {
  width: 100%;
  max-width: 600px;             /* 🔥 BIGGER GRAPHIC */
  filter: drop-shadow(0 50px 80px rgba(0,0,0,0.18));
  transition: transform 0.4s ease;
}

.hero-graphic:hover {
  transform: translateY(-10px);
}

/* MOBILE */
@media (max-width: 900px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-title {
    font-size: 56px;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-right {
    margin-top: 60px;
  }
}
.btn-primary {
  background: #ff6a00;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
  color: #ffffff;              /* 🔒 always white */
  text-decoration: none;
  outline: none;
}
.btn-secondary {
  border: 2px solid #cbd5e1;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:visited {
  color: #0f172a;              /* 🔒 never blue */
  text-decoration: none;
  outline: none;
}

/* ===== MOBILE HERO ===== */
@media (max-width: 900px) {

  /* Container stacks vertically */
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;                 /* reduce gap on mobile */
    text-align: center;
  }

  /* Title adjusts to screen */
  .hero-title {
    font-size: 48px;           /* smaller but still bold */
    line-height: 1.1;
  }

  .hero-title span {
    display: block;            /* highlight color on separate line if needed */
  }

  /* Paragraph scales down */
  .hero-desc {
    font-size: 16px;
    max-width: 100%;
    margin: 20px auto 30px;
  }

  /* Buttons stack nicely */
  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 250px;
    padding: 14px 0;
  }

  /* Right graphic moves below content */
  .hero-right {
    margin-top: 40px;
    justify-content: center;
  }

  .hero-graphic {
    max-width: 90%;            /* fits nicely on phone */
  }
}

/* SMALLER PHONES (<500px) */
@media (max-width: 500px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .btn-primary,
  .btn-secondary {
    max-width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd8778e *//* ================= BRAND SECTION ================= */
.brand-section {
  background: #F8FAFC;
  padding: 90px 0 70px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* INNER CONTENT */
.brand-inner {
  max-width: 1100px;
  margin: 0 auto 46px;
  text-align: center;
  padding: 0 20px;
}

/* EYEBROW */
.brand-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ff6a00;
  margin-bottom: 14px;
}

/* TITLE – SAME AS HERO */
.brand-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #0F172A;
  max-width: 860px;
  margin: 0 auto;
}

/* ================= CAROUSEL ================= */
.brand-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* EDGE FADE */
.brand-carousel::before,
.brand-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.brand-carousel::before {
  left: 0;
  background: linear-gradient(to right, #F8FAFC, transparent);
}

.brand-carousel::after {
  right: 0;
  background: linear-gradient(to left, #F8FAFC, transparent);
}

/* TRACK */
.brand-track {
  display: flex;
  align-items: center;
  gap: 72px;
  width: max-content;
  animation: brandScroll 36s linear infinite;
}

/* BRAND ITEM */
.brand-item {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #64748B;
  white-space: nowrap;
  opacity: 0.75;
  transition: all 0.3s ease;
}

.brand-item:hover {
  color: #0F172A;
  opacity: 1;
  transform: translateY(-2px);
}

/* SCROLL ANIMATION */
@keyframes brandScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .brand-section {
    padding: 65px 0 55px;
  }

  .brand-title {
    font-size: 24px;
  }

  .brand-track {
    gap: 48px;
  }

  .brand-item {
    font-size: 15px; /* FIXED TYPO */
  }
}
.brand-item {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FF6A00; /* LOGO COLOR CHANGED */
  white-space: nowrap;
  opacity: 0.75;
  transition: all 0.3s ease;
}
/* ===== MOBILE BRAND SECTION ===== */
@media (max-width: 768px) {

  /* Section padding smaller */
  .brand-section {
    padding: 50px 0 40px;
  }

  /* Eyebrow stays readable */
  .brand-eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  /* Title smaller & fits mobile */
  .brand-title {
    font-size: 20px;
    line-height: 1.35;
    max-width: 90%;
    margin: 0 auto 30px;
  }

  /* Carousel track adjustments */
  .brand-track {
    gap: 36px;               /* smaller gaps for mobile */
    animation: brandScroll 45s linear infinite; /* slightly slower scroll */
  }

  /* Brand items smaller */
  .brand-item {
    font-size: 14px;
    opacity: 0.8;
  }

  /* Edge fade smaller */
  .brand-carousel::before,
  .brand-carousel::after {
    width: 60px;             /* smaller fade on mobile */
  }
}

/* VERY SMALL PHONES (<500px) */
@media (max-width: 500px) {
  .brand-title {
    font-size: 18px;
  }

  .brand-item {
    font-size: 12px;
    gap: 24px;
  }

  .brand-track {
    gap: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eedb172 */.testimonial-section {
  padding: 90px 24px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 64px;
}

.testimonial-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #FF6105;
  margin-bottom: 14px;
  line-height: 1.2;
}

.testimonial-header p {
  font-size: 18px;
  color: #444;
  max-width: 620px;
  margin: 0 auto;
}

/* GRID */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD */
.testimonial-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* AUTHOR */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-weight: 700;
  color: #111;
  margin: 0;
  font-size: 15px;
}

.author-role {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* STARS */
.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #D3265B;
}

/* TEXT */
.testimonial-text {
  color: #444;
  line-height: 1.65;
  font-size: 15px;
  margin: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .testimonial-header h2 {
    font-size: 30px;
  }
}
/* SECTION BASE FONT (BODY TEXT) */
.testimonial-section {
  font-family: 'Inter', sans-serif;
}

/* SECTION HEADING FONT (SAME AS HERO) */
.testimonial-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}

/* OPTIONAL: AUTHOR NAME STRONG */
.author-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

/* OPTIONAL: ROLE & TEXT */
.author-role,
.testimonial-text,
.testimonial-header p {
  font-family: 'Inter', sans-serif;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7a5fde */.concept-form-section {
  background: #F8FAFC;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}

.concept-form-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

/* LEFT */
.concept-pill {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #CBD5E1;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}

.concept-heading {
  font-size: 44px;
  line-height: 1.1;
  color: #0F172A;
  margin-bottom: 30px;
}

.concept-heading span {
  color: #ff6a00;
}

.concept-heading .highlight {
  color: #ff6a00;
}

.concept-points {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.concept-points li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.concept-points span {
  color: #ff6a00;
  font-weight: 700;
}

.concept-points strong {
  color: #0F172A;
}

.concept-points p {
  font-size: 14px;
  color: #64748B;
  margin: 4px 0 0;
}

.concept-note {
  font-size: 13px;
  color: #475569;
  max-width: 420px;
}

/* FORM CARD */
.concept-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.concept-form-card label {
  font-size: 13px;
  font-weight: 600;
  color: #0F172A;
  display: block;
  margin-bottom: 6px;
}

.concept-form-card input,
.concept-form-card textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: #E5E5E5;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
}

.concept-form-card textarea {
  min-height: 90px;
  resize: none;
}

.concept-form-card button {
  width: 100%;
  padding: 16px;
  background: #ff6a00;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.concept-form-card button:hover {
  background: #e65c00;
  transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 900px) {
  .concept-form-inner {
    grid-template-columns: 1fr;
  }

  .concept-heading {
    font-size: 34px;
  }
}

/* =========================
   CONCEPT SECTION – MOBILE FIX
========================= */

@media (max-width: 768px) {

  .concept-form-section {
    padding: 70px 18px;
  }

  .concept-form-inner {
    gap: 50px;
  }

  /* PILL */
  .concept-pill {
    font-size: 11px;
    padding: 6px 14px;
    margin-bottom: 14px;
  }

  /* HEADING */
  .concept-heading {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .concept-heading span,
  .concept-heading .highlight {
    display: inline-block;
  }

  /* POINTS */
  .concept-points li {
    gap: 12px;
    margin-bottom: 22px;
  }

  .concept-points span {
    font-size: 16px;
    line-height: 1;
    margin-top: 3px;
  }

  .concept-points strong {
    font-size: 15px;
  }

  .concept-points p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* NOTE */
  .concept-note {
    font-size: 13px;
    margin-top: 18px;
  }

  /* FORM CARD */
  .concept-form-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .concept-form-card label {
    font-size: 12.5px;
  }

  .concept-form-card input {
    padding: 13px;
    font-size: 14px;
    border-radius: 10px;
  }

  .concept-form-card button {
    padding: 15px;
    font-size: 14.5px;
    border-radius: 10px;
  }
}

/* EXTRA SMALL PHONES */
@media (max-width: 420px) {

  .concept-heading {
    font-size: 28px;
  }

  .concept-points strong {
    font-size: 14.5px;
  }

  .concept-points p {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-004331b */.site-footer {
  background: #0e0e11;
  color: #cfcfd4;
  padding: 70px 0 0;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
}

.footer-col h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-col h4 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-col ul li a {
  color: #cfcfd4;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  margin-right: 15px;
  font-size: 14px;
  color: #cfcfd4;
  text-decoration: none;
}

.social-links a:hover {
  color: #ffffff;
}

.footer-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 22px;
  background: #5b6cff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.footer-btn:hover {
  background: #4a5af0;
}

.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid #1e1e25;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #8b8b94;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */