
.mx-hero-section {
  position: relative;
  background: url('./img/multilingual2.png') center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
  z-index: 1;
  display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 700px;
    padding: 0px 70px;
    overflow: hidden;
}
    

        .gradient-background__wrapper {
    background: #141414;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width:786px) {
    .mx-hero-section {
        min-height: 500px !important;
    }


}

    .gradient-background__wrapper {
        position: absolute;
    }
.mx-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* adjust darkness here */
  z-index: -1;
}
.innerbannerbtn{
    background-color: #fff;
    color: rgb(0, 0, 0);
}
.innerbannerbtn span {
color: #000;
font-weight: 600;
}
.innerbannerbtn a {
    background-color: #d96c00;
    color: #fff;
}
/* LEFT */
.mx-hero-content {
  max-width: 800px;
}

.hero-row{
    padding-top: 123px;
}

.mx-hero-content p{
    max-width: 700px;
}

.mx-title {
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
    font-family: 'Albert Sans';
    font-weight: 500;
    margin-bottom: 20px;
}

.mx-title span {
 color: #d96c00;
}

/* BUTTONS */
.mx-btn-group {
  margin-top: 30px;
}

.mx-btn-primary {
  background: #ec7800;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.mx-btn-primary:hover {
  background: #d96c00;
}

.mx-btn-outline {
  background: #ec7800;
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}



/* FORM */
.mx-form-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.mx-form-box h4{
  margin-bottom: 18px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}



.mx-form-box input:focus,
.mx-form-box textarea:focus {
  border-color: #ec7800;
}

.mx-form-box button {
  width: 100%;
  background: #ec7800;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.mx-form-box button:hover {
  background: #d96c00;
}

.mx-enquiry-form input,
.mx-enquiry-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 8px;
  outline: none;

  /* GLASS STYLE */
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition: 0.3s;
}
.mx-enquiry-form input:focus,
.mx-enquiry-form textarea:focus {
  /* border: 1px solid #ec7800; */
  background: rgba(255,255,255,0.25);
  box-shadow: 0 0 0 2px rgba(236,120,0,0.2);
}

.mx-form-box {
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px 40px;
    border-radius: 16px;
    position: relative;
    border: 1px solid rgb(236 120 0 / 52%);
    box-shadow: 0 0 8px rgb(255 155 0 / 20%), 0 0 18px rgb(255 146 0 / 10%), 0 0 35px rgb(255 174 0 / 5%);
}

.mx-enquiry-form input:focus,
.mx-enquiry-form textarea:focus {
  border: 1px solid #00e5ff;

  box-shadow:
    0 0 5px #00e5ff,
    0 0 12px rgba(0, 229, 255, 0.7),
    0 0 22px rgba(0, 229, 255, 0.5);

  background: rgba(255,255,255,0.1);
}

.mx-enquiry-form button {
  width: 100%;
  background: #ec7800;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.mx-enquiry-form button:hover {
  background: #d96c00;
}
.gradient-background__shape--1{
	background: rgb(39, 44, 63);
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .mx-title {
    font-size: 36px;
  }

  .mx-form-box {
    margin-top: 40px;
  }
  .mx-hero{
    background-color: #000;
  }
}




    .stats-section {
    color: #fff;
    background-color: #000;
}

.counter {
    color: #ff8c00;
}

.stat-item {
    position: relative;
    padding: 20px 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease;
}

/* Hover */
.stat-item:hover {
    background: #111;   /* another shade of black */
    box-shadow: 0 8px 20px rgba(255,255,255,0.05);
}

/* smooth text */
.stat-item h4,
.stat-item p {
    transition: all 0.3s ease;
}

.stat-item:hover h4 {
    color: #fff;
}

.stat-item:hover p {
    color: #d1d1d1;
}

.stat-item h4 {
    font-size: 32px;
    font-weight: 700;
    color: #ff8c00;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.stat-item p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
}

.stat-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.no-border::after {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {
    .stat-item::after {
        display: none;
    }

    .stat-item {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .no-border {
        border-bottom: none;
    }
}



    .operational-gap-list {
    margin-top: 30px;
}

.gap-item {
align-items: flex-start;
    background: #f0e1c599;
    gap: 15px;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 25px;

}
.gap-item .logo-box{
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}
.gap-item i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #ff8c00; /* Orange */
    flex-shrink: 0;
    background-color: #fff;
    line-height: 30px;
}

.gap-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #313131; /* adjust if background is light */
}



    .automation-savings {
    background: #0F121B;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.small-label {
    font-size: 12px;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-heading {
    font-size: 55px;
    line-height: 1.1;
    /* font-family: Georgia, serif; */
    font-family: 'Albert Sans';
    font-weight: 500;
    margin-bottom: 20px;
}

@media(min-width:1399px){
    .mx-title,.main-heading {
        font-size: 68px;
    }
    
}

.main-heading span {
    color: #ff7a1a;
    /* font-style: italic; */
}

.top-para {
    max-width: 700px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 30px;
}

.image-box img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
}

/* Stats */
.stats-box {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
}

.stat-card {
    padding: 35px 25px;
    border-right: 1px solid rgba(255,255,255,0.08);
    /* height: 100%; */
    background: transparent;
    transition: all 0.35s ease;
    cursor: pointer;
}
.stat-card:hover {
    background: rgba(255,255,255,0.03);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.stat-card:last-child {
    border-right: none;
}

.stat-card i {
    font-size: 24px;
    color: #ff7a1a;
    margin-bottom: 20px;
    display: inline-block;
}

.stat-card h3 {
    font-size: 44px;
    /* font-family: Georgia, serif; */
    color: #ff7a1a;
    margin-bottom: 8px;
}

.stat-card span {
    font-size: 11px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.55);
    display: block;
    margin-bottom: 18px;
}

.stat-card p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
}

/* Divider */
.custom-line {
    margin: 70px 0 30px;
    border-color: rgba(255,255,255,0.08);
}

/* ROI */
.roi-content i {
    color: #ff7a1a;
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
}

.roi-content h3 {
    font-size: 40px;
    line-height: 1.25;
    /* font-family: Georgia, serif; */
    font-weight: 400;
}

.roi-content span {
    color: #ff7a1a;
}

.savings-text {
    border-left: 2px solid rgba(255,255,255,0.08);
    padding-left: 35px;
}

.savings-text p {
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    font-size: 16px;
}

/* Mobile */
@media (max-width: 768px) {
    .main-heading {
        font-size: 42px;
    }

    .roi-content h3 {
        font-size: 34px;
    }

    .stat-card {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .savings-text {
        border-left: none;
        /* padding-left: 0; */
        margin-top: 30px;
    }
}




    .integration-section {
    background: #f5f1ea;
    color: #111;
}

.integration-section .top-para {
    color: #6b6b6b;
    /* max-width: 380px;
    margin-left: auto; */
}

.integration-grid {
    border-top: 1px solid rgba(0,0,0,0.08);
    border-left: 1px solid rgba(0,0,0,0.08);
}

.integration-card {
    position: relative;
    padding: 40px 35px;
    min-height: 280px;
    border-right: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
background: transparent;
    transition: all 0.35s ease;
    cursor: pointer;
}
.integration-card:hover {
    background: #f8eedd;
    /* box-shadow: 0 12px 25px rgba(0,0,0,0.3); */
}
.integration-card i {
    font-size: 24px;
    color: #ff7a1a;
    display: inline-block;
    margin-bottom: 35px;
}

.grid-number {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 12px;
    color: #8d8d8d;
    letter-spacing: 1px;
}

.integration-card h4 {
    font-size: 20px;
    font-family: 'Albert Sans';
    font-weight: 500;
    margin-bottom: 14px;
    color: #111;
}

.integration-card p {
    color: #6b6b6b;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
}

.integration-section .main-heading {
    color: #111;
}

.integration-section .small-label {
    color: rgba(0,0,0,0.45);
}

/* Mobile */

@media (max-width: 768px) {
    .integration-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .grid-number {
        right: 20px;
        top: 25px;
    }
}



    .delivery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-left: 1px solid rgba(255,255,255,0.08);
    border-top: 1px solid rgba(255,255,255,0.08);
    background-color: #000;
}

.delivery-card {
    min-height: 250px;
    padding: 22px 16px;
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

/* Hover effect */
.delivery-card:hover {
    background: #0d1629;   /* another shade of navy/black */
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
    z-index: 2;
}

/* Bottom orange line */
.delivery-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ff7a1a;
    transition: all 0.35s ease;
}

.delivery-card:hover::after {
    width: 100%;
    left: 0;
}

/* Icon animation */
.delivery-card i {
    display: block;
    margin: 20px 0 16px;
    font-size: 18px;
    color: #ff7a1a;
    transition: transform 0.3s ease;
}

.delivery-card:hover i {
    transform: scale(1.1);
}

/* Heading */
.delivery-card h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.delivery-card:hover h4 {
    color: #fff;
    transform: translateY(-2px);
}

/* Paragraph */
.delivery-card p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
    margin: 0;
    transition: color 0.3s ease;
}

.delivery-card:hover p {
    color: rgba(255,255,255,0.95);
}

/* Mobile */
@media (max-width: 768px) {
    .delivery-grid {
        grid-template-columns: 1fr;
    }

    .delivery-card {
        min-height: auto;
        padding: 28px 20px;
    }

    .delivery-card h4 {
        font-size: 22px;
    }
}



    .ownership-section {
    background: #f5f1ea;
    color: #111;
}

.ownership-section .main-heading {
    color: #111;
}

.ownership-section .small-label {
    color: rgba(0,0,0,0.45);
}

.ownership-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.ownership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-left: 1px solid rgba(0,0,0,0.08);
}

.ownership-card {
    padding: 40px 28px;
    border-right: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
background: transparent;
    transition: all 0.35s ease;
    cursor: pointer;
}
.ownership-card:hover {
    background: #faf0de;
    /* box-shadow: 0 12px 25px rgba(0,0,0,0.3); */
}

.ownership-card i {
    font-size: 22px;
    color: #ff7a1a;
    margin-bottom: 22px;
    display: inline-block;
}

.ownership-card h4 {
    font-size: 20px;
    font-family: 'Albert Sans';
    font-weight: 500;
    margin-bottom: 14px;
    color: #111;
}

.ownership-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #6a6a6a;
    margin: 0;
}

/* Bottom Benefits */
.ownership-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-left: 1px solid rgba(0,0,0,0.08);
}

.benefit-item {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid rgba(0,0,0,0.08);
background: transparent;
    transition: all 0.35s ease;
    cursor: pointer;
}
.benefit-item:hover {
    background: #faf0de;
    /* box-shadow: 0 12px 25px rgba(0,0,0,0.3); */
}


.benefit-item i {
    color: #ff7a1a;
    font-size: 14px;
}

.benefit-item span {
    font-size: 14px;
    color: #222;
}

.ownership-bottom-text {
    margin-top: 35px;
    max-width: 780px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

/* Mobile */
@media (max-width: 991px) {
    .ownership-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .ownership-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ownership-benefits {
        grid-template-columns: 1fr;
    }

    .ownership-card {
        padding: 30px 20px;
    }
}




    .industries-section {
    background: #f5f1ea;
    color: #111;
}

.industries-section .main-heading {
    color: #111;
}

.industries-section .small-label {
    color: rgba(0,0,0,0.45);
}

.industries-section .top-para {
    color: #6d6d6d;
    max-width: 340px;
    /* margin-left: auto; */
}

/* Banner */
.industry-banner {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.industry-banner img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.industry-tags {
    position: absolute;
    bottom: 28px;
    left: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.industry-tags span {
    background: #07132b;
    color: #fff;
    font-size: 11px;
    padding: 7px 12px;
    border-radius: 20px;
    letter-spacing: 1px;
    transition: all 0.35s ease;
}

.industry-tags span:hover {
    background: #ff8c00;
}

/* Grid */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(0,0,0,0.08);
    border-left: 1px solid rgba(0,0,0,0.08);
}

.industry-card {
    position: relative;
    min-height: 240px;
    padding: 35px 28px;
    border-right: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
background: transparent;
    transition: all 0.35s ease;
    cursor: pointer;
}
.industry-card:hover {
    background: #f8eedd;
    /* box-shadow: 0 12px 25px rgba(0,0,0,0.3); */
}


.industry-card i {
    font-size: 24px;
    color: #ff7a1a;
    display: inline-block;
    margin-bottom: 30px;
}

.grid-number {
    position: absolute;
    right: 28px;
    top: 35px;
    font-size: 11px;
    color: #888;
}

.industry-card h4 {
    font-size: 20px;
    font-family:'Albert Sans';
    font-weight: 500;
    margin-bottom: 14px;
    color: #111;
}

.industry-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Mobile */
@media (max-width: 991px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }

    .industry-banner img {
        height: 260px;
    }

    .industry-card {
        min-height: auto;
        padding: 28px 20px;
    }
}




    .choose-section {
    color: #fff;
}

.choose-section .top-para {
    color: rgba(255,255,255,0.65);
    max-width: 340px;
    margin-left: auto;
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-left: 1px solid rgba(255,255,255,0.08);
}

.choose-card {
    min-height: 230px;
    padding: 40px 24px;
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: transparent;
    transition: all 0.35s ease;
    cursor: pointer;
}
.choose-card:hover {
    background: rgba(255,255,255,0.03);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}


.choose-card i {
    font-size: 20px;
    color: #ff7a1a;
    display: inline-block;
    margin-bottom: 24px;
}

.choose-card h4 {
    font-size: 20px;
    font-family: 'Albert Sans';
    font-weight: 500;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.4;
}

.choose-card p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.65);
    margin: 0;
}

/* Mobile */
@media (max-width: 991px) {
    .choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .choose-grid {
        grid-template-columns: 1fr;
    }

    .choose-card {
        min-height: auto;
        padding: 28px 20px;
    }
}




    .automation-cta {
    background: #f3f0ea;   /* light beige background */
    color: #111;
}

/* Small heading */
.automation-cta .small-label {
    color: #555;
    letter-spacing: 4px;
    font-size: 13px;
    text-transform: uppercase;
}



/* Orange highlight (7 days) */
.automation-cta .main-heading span {
    color: #f47b20;
}

/* Paragraph */
.automation-cta .top-para {
    color: #333;
}

/* Buttons */
.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.primary-btn,
.secondary-btn {
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Dark navy button */
.primary-btn {
    background: #071b3d;
    color: #fff;
    border: none;
}

.primary-btn:hover {
    background: #0c2859;
    color: #fff;
    transform: translateY(-2px);
}

/* White/Beige outlined button */
.secondary-btn {
    border: 1px solid #f47b20;
    color: #f47b20;
    background: transparent;
}

.secondary-btn:hover {
    background: #f47b20;
    color: #fff;
}

/* Contact info */
.cta-contact {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 15px;
    color: #f47b20;
    font-weight: 500;
}

/* Right Side */
.audit-list-wrap {
    border-left: 1px solid #f47b20;
    padding-left: 35px;
}

/* List wrapper */
.audit-list {
    margin-top: 22px;
}

/* Individual item */
.audit-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 22px 0;
    border-bottom: 1px solid #ddd;
}

.audit-item i {
    font-size: 16px;
    color: #f47b20;
    margin-top: 4px;
}

.audit-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.no-border {
    border-bottom: none;
}

/* Hover effect */
.audit-item:hover {
    padding-left: 8px;
    transition: 0.3s ease;
}

/* Mobile */
@media (max-width: 991px) {
    .audit-list-wrap {
        border-left: none;
        padding-left: 0;
        margin-top: 40px;
        border-top: 2px solid #f47b20;
        padding-top: 30px;
    }
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 42px;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        justify-content: center;
    }

    .cta-contact {
        flex-direction: column;
        gap: 6px;
    }
}


    .popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #151414;
    width: 90%;
    max-width: 500px;
    padding: 35px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 0 20px rgba(236,120,0,0.2);
    animation: popupFade 0.3s ease;
}

.popup-box h2 {
    color: #ec7800;
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
}

.popup-box input,
.popup-box textarea {
    width: 100%;
    background: #222;
    border: 1px solid #333;
    color: #fff;
    padding: 14px 16px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-sizing: border-box;
}

.popup-box input:focus,
.popup-box textarea:focus {
    border-color: #ec7800;
    outline: none;
}

.popup-box input::placeholder,
.popup-box textarea::placeholder {
    color: #bbb;
}

.submit-btn {
    width: 100%;
    background: #ec7800;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.submit-btn:hover {
    background: #d86b00;
}

.close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.close-btn:hover {
    color: #ec7800;
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.btn-group {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

.btn-primary {
    background: #ec7800;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

    .btn-primary:hover {
        background: #d06c01;
    }


.btn-outline {
    border: 1px solid #ec7800;
    color: #ec7800;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

    .btn-outline:hover {
        background-color: #ec7800;
        color: #fff;
    }

 