:root {
    --black: black;
    --white: white;
    --primary: #30d9b7;
    --dark-menu: #a5a5a5;
    --secondary-grey-2: #8c8c8c;
    --darkest: #262626;
    --dark: #8c8c8c;
    --secondary-grey: #bbb;
    --pale: #cbf6ed;
    --primary-default: #64e3c9;
    --primary-hover: #19b293;
    --secondary-black: #161616;
    --secondary-blue: #179bed;
    --primary-light: #98ecdb;
    --color: #161616;
    --color-2: #afafaf;
    --black_bg_new: #161616;
    --border: #303030;
    --card: 1.5em;
    --form: 5px;
    --form-hover: var(--form);
    --small-card: .8rem;
    --gradient-crimwall: var(--primary);
    --face-shedows: #000000d9;
    --grey-color: #808080;
    --dark-grey-color: #4e4e4e;
}


section{
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-heading{
    font-family: 'League Spartan Variablefont Wght', sans-serif;
    font-size: 49px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.section-text{
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
@media (width < 576px) {
    .section-heading{
    font-family: 'League Spartan Variablefont Wght', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.section-text{
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
} 


/* navbar-start */
.section__navbar_ver2 {
    background-color: #fff;
    z-index: 9999;
    padding: 3px 40px;
} 
.nav__logo-wrapper {
    width: 200px;
}
.img-full {
    width: 100%;
    height: 100%;
    display: block;
} 
.desktop-navbar__links .nav__link-3 {
    color: #57586e;
    padding: 0.25em 1em;
    text-decoration: none;
    font-family: 'Questrial', sans-serif;
    transition: color 0.2s;

}
.desktop-navbar__links .nav__link-3:hover {
    color: black;
}  
.p-small-3 {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    display: block;
    font-family: 'Questrial', sans-serif;
    
    
}
.button-secondary-small {
    background-color: #808080;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid transparent;
    border-radius: 30px;
    padding: 6px 26px;
    font-family: 'League Spartan Variablefont Wght', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: none;
}
.button-secondary-small:hover{
    background-color: #4e4e4e;
}
.mobile-nav{
    color: #000;
    font-size: 24px;
}
.offcanvas{
    background-color: var(--dark-grey-color);
}
.offcanvas-header{
    justify-content: end;
}
.offcanvas ul{
        list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.offcanvas ul li .nav__link-3{
    color: #fff;
    text-decoration: none; 
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    line-height: 40px;
}

.offcanvas-header .btn-close{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
    opacity: 1;
}
@media (width < 576px) {
    .section__navbar_ver2 {
    background-color: #fff;
    z-index: 9999;
    padding: 3px 20px;
} 
.mobile-nav{
    color: #000;
    font-size: 24px;
}
}
  /* navbar-end */

/* Hero Section */
.hero-section {
    padding: 180px 20px;
    text-align: center;
    background-image: url("../img/dots.svg"), url("../img/patterns.svg");
    background-position: 100% 65%, 0 85%;
    background-repeat: no-repeat, no-repeat;
    background-size: 160px, 270px;
}

.hero-content {
    max-width: 1050px;
}

/* Heading */
.hero-heading {
    margin: 0 0 20px;
    font-family: "Circularstd book", sans-serif;
    font-size: 57px;
    font-weight: 900;
    color: #0A083B;
    padding: 0 100px;
    line-height: 1.2;
}

/* Subtext */
.hero-subtext {
    margin: 0 auto;
    font-family: "Questrial", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #57586e;
    max-width: 900px;
    line-height: 1.6;
}

/* Buttons */
.btn-primary-custom {
    background-color: grey;
    border-radius: 30px;
    padding: 18px 35px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Questrial', sans-serif;
    font-size: 17px;
    text-decoration: none;
}

.btn-primary-custom:hover {
    background-color: #4e4e4e;
}

.btn-outline-custom {
    border-radius: 30px;
    padding: 16px 35px;
    border: 3px solid grey;
    color: grey;
    font-weight: 600;
    background: transparent;
    font-size: 17px;
    font-family: 'Questrial', sans-serif;
    text-decoration: none;
}

.btn-outline-custom:hover {
    background-color: #4e4e4e;
    color: #fff;
}

/* ------------------ Mobile Responsive ------------------ */
@media (max-width: 992px) {
    .hero-heading {
        font-size: 42px;
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 20px;
        background-image: none;
    }

    .hero-heading {
        font-size: 32px;
        padding: 0;
    }

    .hero-subtext {
        font-size: 16px;
        padding: 0 10px;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
        max-width: 350px;
        padding: 14px 20px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hero-section {
    padding: 80px 20px;
    text-align: center;
    background-image: none;
    
}
    .hero-heading {
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
# the-problem Section
--------------------------------------------------------------*/
  .the-problem .image-grid {
    position: relative;
    display: grid;
    /* grid-template-columns: 2fr 1fr; */
    gap: 1.5rem;
    height: 500px;
  }
  
  @media (max-width: 768px) {
    .the-problem .image-grid {
      grid-template-columns: 1fr;
      height: auto;
      gap: 1rem;
    }
  }
  
  .the-problem .image-grid .primary-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 80px color-mix(in srgb, var(--default-color), transparent 88%);
  }
  
  .the-problem .image-grid .primary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .the-problem .image-grid .primary-image:hover img {
    transform: scale(1.08);
  }
  
  .the-problem .content-wrapper {
    padding-left: 2rem;
  }
  
  @media (max-width: 992px) {
    .the-problem .content-wrapper {
      padding-left: 0;
      text-align: center;
    }
  }
  
  .the-problem .content-wrapper .feature-list {
    margin-bottom: 2.5rem;
  }

  .the-problem .content-wrapper .feature-list h3{
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
  }

  .the-problem .content-wrapper .feature-list p{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    padding-bottom: 20px;
    
  }
  
  .the-problem .content-wrapper .feature-list .feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  @media (max-width: 992px) {
    .the-problem .content-wrapper .feature-list .feature-item {
      justify-content: flex-start;
      text-align: left;
    }
  }
  
  .the-problem .content-wrapper .feature-list .feature-item .feature-icon i {
    color: var(--dark-grey-color);
    font-size: 1.25rem;
  }
  
  .the-problem .content-wrapper .feature-list .feature-item .feature-text {
    font-size: 1.05rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-weight: 400;
    color: #000;
    font-family: 'Inter', sans-serif;
  }

  
  @media (max-width: 992px) {
    .the-problem {
      padding: 40px 0;
    }
  }
  
  @media (max-width: 768px) {
    .the-problem .content-wrapper .feature-list h3{
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    padding-bottom: 25px;
  }
  }

  @media (max-width: 575px) {
    .the-problem .content-wrapper .feature-list h3{
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    padding-bottom: 25px;
  }
  }

  /* the-problem-end */

/*--------------------------------------------------------------
# Solution Section
--------------------------------------------------------------*/
.solution .solution-title{
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    text-align: center;
}
.solution .solution-text{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin: 0;
}
.solution .solution-item {
  text-align: center;
  transition: all ease-in-out 0.3s;
  height: 100%;
  background-color: #000;
  background-image: linear-gradient(169deg, #808080, #4e4e4e);
  /* border: 1px solid #292929; */
  padding: 50px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.solution .solution-item .icon {
  background-color: #fff;
  color: var(--dark-grey-color);
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  font-size: 32px;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.solution .solution-item h3 {
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  transition: 0.3s;
  position: relative;
  color: #fff;
}

.solution .solution-item p {
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.solution .solution-item:hover .icon {
  box-shadow: 0px 0 40px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Features and Benefits Section
--------------------------------------------------------------*/
.services .service-card {
  background: var(--surface-color);
  border: 1px solid var(--dark-grey-color);
  border-radius: 12px;
  padding: 32px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  align-items: center;
  
}
.services .features-title{
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    padding-bottom: 25px;
    text-align: center;
}

.services .service-card:hover {
  transform: translateY(-4px);
  /* border-color: color-mix(in srgb, var(--accent-color), transparent 50%);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--default-color), transparent 85%); */
}

.services .service-card:hover .service-icon {
  /* background: var(--accent-color);
  color: var(--contrast-color); */
  transform: scale(1.1);
}

.services .service-card:hover .service-link i {
  transform: translateX(4px);
}

.services .service-icon {
  width: 100px;
  height: 100px;
  background: var(--grey-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  
}

.services .service-icon i {
  font-size: 50px;
}

.services h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.services p {
  flex: 1;
  margin-bottom: 24px;
  line-height: 1.6;
  color: #000;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.services .service-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  border: 1px solid grey;
  padding: 10px 30px;
  border-radius: 25px;
}

.services .service-link i {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
  color: grey;
}

@media (max-width: 768px) {
  .services .service-card {
    padding: 24px 20px;
  }

  .services .service-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }

  .services .service-icon i {
    font-size: 20px;
  }

  .services h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .services p {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px){
    .services .features-title{
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    padding-bottom: 25px;
    text-align: center;
}
}

/*--------------------------------------------------------------
# why-iponym Section
--------------------------------------------------------------*/
  .why-iponym .image-grid {
    position: relative;
    display: grid;
    /* grid-template-columns: 2fr 1fr; */
    gap: 1.5rem;
    height: 500px;
  }
  
  @media (max-width: 768px) {
    .why-iponym .image-grid {
      grid-template-columns: 1fr;
      height: auto;
      gap: 1rem;
    }
  }
  
  .why-iponym .image-grid .primary-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 80px color-mix(in srgb, var(--default-color), transparent 88%);
  }
  
  .why-iponym .image-grid .primary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .why-iponym .image-grid .primary-image:hover img {
    transform: scale(1.08);
  }
  
  .why-iponym .content-wrapper {
    padding-left: 2rem;
  }
  
  @media (max-width: 992px) {
    .why-iponym .content-wrapper {
      padding-left: 0;
      text-align: center;
    }
  }
  
  .why-iponym .content-wrapper .feature-list {
    margin-bottom: 2.5rem;
  }

  .why-iponym .content-wrapper .feature-list h3{
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    padding-bottom: 25px;
  }
  
  .why-iponym .content-wrapper .feature-list .feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  @media (max-width: 992px) {
    .why-iponym .content-wrapper .feature-list .feature-item {
      justify-content: flex-start;
      text-align: left;
    }
  }
  
  .why-iponym .content-wrapper .feature-list .feature-item .feature-icon i {
    color: var(--dark-grey-color);
    font-size: 1.25rem;
  }
  
  .why-iponym .content-wrapper .feature-list .feature-item .feature-text {
    font-size: 1.05rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-weight: 400;
    color: #000;
    font-family: 'Inter', sans-serif;
  }
  
  .why-iponym .content-wrapper .action-buttons .btn-explore {
    border-radius: 30px;
    padding: 16px 35px;
    border: 3px solid grey;
    color: grey;
    font-weight: 600;
    background: transparent;
    font-size: 17px;
    font-family: 'Questrial', sans-serif;
    text-decoration: none;
  }
  
  .why-iponym .content-wrapper .action-buttons .btn-explore:hover {
    background-color: #4e4e4e;
    color: #fff;
  }
  
  @media (max-width: 992px) {
    .why-iponym {
      padding: 40px 0;
    }
  }
  
  @media (max-width: 768px) {
     
  }

  /* why-iponym-end */

/* Quote-Section-Start */
.experts-title {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
}

.experts-title span {
    color: var(--dark-grey-color);
}

.experts-desc {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #3b3b3b;
    max-width: 520px;
    margin-top: 20px;
}

.blue-circle {
    width: 140px;   
    height: 140px;
    background: var(--dark-grey-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 10px;
}

.stat-text {
    font-size: 15px;
    color: #3b3b3b;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.quote-text {
    font-style: italic;
    color: #3b3b3b;
    max-width: 430px;
    line-height: 1.6;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

.quote-author {
    font-weight: 700;
    margin-top: 10px;
    color: #111;
}

.trusted-box {
    background: white;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.trusted-inner {
    background: #f2f3f7;
    border-radius: 12px;
    padding: 80px 20px;
}

.trusted-text {
    margin-top: 15px;
    color: #555;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

@media (max-width: 768px) {
    .experts-title { font-size: 2.2rem; }
    .blue-circle { margin: 0 auto; }
    .quote-text { margin: 0 auto; }
    .trusted-box { margin-top: 40px; }
}

/* Quote-Section-End */

/* contact-section-start */

.contact-section {
  padding: 70px 20px;
}

.contact-title {
  font-size: 3rem;
  font-weight: 900;
  color: #0a0a2a;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}

.contact-text {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

/* Contact Methods */
.contact-info .contact-methods {
  margin-bottom: 60px;
}

.contact-info .contact-method {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 35px;
}

.contact-info .contact-method .contact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-grey-color);
}

.contact-info .contact-method .contact-icon i {
  font-size: 20px;
}

.contact-info .contact-method .contact-details .method-label {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-family: 'Inter', sans-serif;
}

.contact-info .contact-method .contact-details p {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
}

/* Right-side Contact Form */
.contact-box {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.form-label {
  font-weight: 600;
  color: #0a0a2a;
}

.form-control {
  border: none;
  border: 2px solid #ddd;
  border-radius: 0 !important;
  padding-left: 2px;
  box-shadow: none !important;
  font-size: 15px;
}

.form-control:focus {
  border-bottom: 2px solid #2d56ff;
}

.submit-btn {
  background-color: grey;
  border-radius: 30px;
  padding: 12px 40px;
  border: none;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

/* ---------------------- Responsive Styles ---------------------- */

/* Tablets (768px–991px) */
@media (max-width: 992px) {
  .contact-title {
    font-size: 30px;
  }

  .contact-method p,
  .contact-text {
    font-size: 15px;
  }

  .contact-methods {
    margin-bottom: 40px;
  }

  .contact-box {
    padding: 30px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 15px;
  }

  .contact-title {
    font-size: 28px;
    text-align: center;
  }

  .contact-text {
    text-align: center;
    margin-bottom: 25px;
  }

  .contact-info .contact-method {
    margin-bottom: 25px;
  }

  .contact-box {
    padding: 25px;
  }

  .submit-btn {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 575px) {
  .contact-title {
    font-size: 32px;
  }

  .contact-info .contact-method {
    gap: 10px;
  }

  .contact-method .contact-details p {
    font-size: 15px;
  }

  .contact-box {
    padding: 20px;
  }
}

/* contact-section-end */


/* CTA Section Start */
.cta-section {
    padding: 120px 20px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 20px;
    max-width: 1300px;
    margin-bottom: 20px;
}

.cta-content {
    max-width: 1050px;
}

/* Heading */
.cta-heading {
    margin: 0 0 20px;
    font-family: "Circularstd book", sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: #0A083B;
    padding: 0 100px;
    line-height: 1.2;
}

/* Subtext */
.cta-subtext {
    margin: 0 auto;
    font-family: "Questrial", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #57586e;
    max-width: 900px;
    line-height: 1.6;
}

/* Buttons */
.btn-primary-custom {
    background-color: grey;
    border-radius: 30px;
    padding: 18px 35px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Questrial', sans-serif;
    font-size: 17px;
    text-decoration: none;
}

.btn-primary-custom:hover {
    background-color: #4e4e4e;
}

.btn-outline-custom {
    border-radius: 30px;
    padding: 16px 35px;
    border: 3px solid grey;
    color: grey;
    font-weight: 600;
    background: transparent;
    font-size: 17px;
    font-family: 'Questrial', sans-serif;
    text-decoration: none;
}

.btn-outline-custom:hover {
    background-color: #4e4e4e;
    color: #fff;
}

/* ------------------ Mobile Responsive ------------------ */
@media (max-width: 992px) {
    .cta-heading {
        font-size: 42px;
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 80px 20px;
        max-width: 735px;
        
    }

    .cta-heading {
        font-size: 32px;
        padding: 0;
    }

    .cta-subtext {
        font-size: 16px;
        padding: 0 10px;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
        max-width: 350px;
        padding: 14px 20px;
        font-size: 16px;
        text-decoration: none;
    }
}

@media (max-width: 575px) {
    .cta-section {
        padding: 80px 20px;
        max-width: 400px;
    }
    .cta-heading {
        font-size: 26px;
    }
}

/* cta section-end */

/* Footer-start */
.footer{
    background-color: var(--dark-grey-color);
}
.footer .footer-divider{
    background-color: #8b8b8b;
    width: 100%;
    max-width: 1260px;
    height: 2px;
}
.footer img{
    width: 250px;
}
.footer-text {
    color: var(--white);
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.footer-heading {
    color: var(--white);
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-link {
    color: var(--white);
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    margin: 0;
}

.footer-btn {
    background-color: transparent;
    color: #fff;
    border: 3px solid;
    border-color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-family: 'League Spartan', sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}
/* footer-end */








  