:root[lang="ar"] {
  --direction: rtl;
}

:root[lang="en"] {
  --direction: ltr;
}

:root {
  --light-background-color: #fff;
  --light-text-color: #000;
  --light-section-bg: #E6E7E8;
  --dark-background-color: #333;
  --dark-text-color: #fff;
  --default-direction: ltr;
  --card-color:#fff;
  --color-gray:#eee;
  --color-transperant:transparent;


}
[data-theme="dark"] {
  --light-background-color: #333;;
  --light-text-color: #fff;
  --light-section-bg: #333;
  --card-color:#fff;
  --color-gray:#aaa;
  --color-transperant:#000;

}



@font-face {
  font-family: 'Almarai-bold';
  src: url('fonts/Ar/Almarai-Regular.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GE_Dinar_One_Bold';
  src: url('fonts/Ar/GE_Dinar_One_Medium') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GE_Dinar_One_Regular';
  src: url('fonts/alfont_com_GE-Dinar-One-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GE_Dinar_One_Medium';
  src: url('fonts/GE_Dinar_One_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}



body {
  font-family:  'Almarai-bold' !important;
  direction: var(--direction);
 
  color: var(--text-color);
}

a {
  color: #6A2F38;
  text-decoration: none;
}

a:hover {
  color: #6A2F38;
  text-decoration: none;
}
section{
  padding: 40px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GE_Dinar_One_Bold' !important;
  color: var(--light-text-color);
line-height: 32px;
color:#6A2F38 ;
font-size: 20px;
}
@media (min-width:776px) {
  h1{
    font-size: 30px;
  }
}

   
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Almarai-bold' !important;
  line-height: 1.6;
  color: #333;

}



/* Header styles */
header {
  background: #fff;
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: relative;
}

.logo {
  height: 50px;
}

nav {
    display: flex;
    align-items: center;
}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #6A2F38;
}

#menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6A2F38;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

#menu-toggle:hover {
    color: #8f5723;
    transform: scale(1.1);
}

nav ul li {
  margin-right: 1rem;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    nav {
        order: 2;
    }
    
    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        text-align: center;
        gap: 0;
    }

    nav ul.show {
        display: flex !important;
    }

    nav ul li {
        margin: 0;
        padding: 0;
    }

    nav ul li a {
        display: block;
        padding: 1rem;
        border-bottom: 1px solid rgba(106, 47, 56, 0.1);
    }

    nav ul li:last-child a {
        border-bottom: none;
    }

    #menu-toggle {
        display: block;
        order: 3;
        z-index: 1001;
        margin-right: 1rem;
    }

    .logo {
        order: 1;
    }

    header .container {
        flex-wrap: wrap;
    }
}

/* Hero Section Enhancement */
.hero {
   
    color: white;
    padding: 2rem 0;
    text-align: center;
   
    background-color: #6A2F38;
}

.hero::before {
    content: '';
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern.png') repeat;
    opacity: 0.1;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
margin-bottom: 10px;
    position: relative;
    color: #fff !important;
}

.hero .subtitle {
    font-size: 1.8rem;
    margin-bottom: .2rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero .description {
    max-width: 85%;
    margin: 20px auto;
    line-height: 1.8;
    font-size: 1.5rem;
    text-align: justify;
  
}

#footer .footer-section{
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
 
 
}
#footer .first{
  background-image: url('../img/Group.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position:right top;
 margin: 10px 0;
}
/* Reasons Section Enhancement */
#sec-1 {
    padding: 5rem 0;
    background: #f8f9fa;
}

#sec-1 h1 ,section h1{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #6A2F38;
    position: relative;
    padding-bottom: .2rem;
}

#sec-1 h1::after,section h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background:#6A2F38;
    border-radius: 2px;
}



.reason {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(143, 87, 35, 0.1);
}

.reason::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #D4AD89;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.reason:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(143, 87, 35, 0.15);
}

.reason:hover::before {
    opacity: 1;
}

.icon-placeholder {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f8f3ed 0%, #fff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(143, 87, 35, 0.1);
}

.icon-placeholder i {
    font-size: 1.8rem;
    background: linear-gradient(135deg, #6A2F38 0%, #8f5723 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reason-content h2 {
    color: #6A2F38;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.reason-content p {
    color: #666;
    line-height: 1.6;
}

/* Diplomas Section Enhancement */
.diplomas {
   display: flex;
    gap: 2rem;
    padding: 3rem 2rem;
    background: #fff;
    flex-wrap: wrap;
    justify-content: center;
}

.diploma-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(143, 87, 35, 0.1);
    width: 100%;
    min-height: 300px;
}

.diploma-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(143, 87, 35, 0.15);
}

.diploma-image {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diploma-image img {
  
    object-fit: cover;
    transition: transform 0.4s ease;
    object-fit: contain;
}

.diploma-card:hover .diploma-image img {
    transform: scale(1.1);
}

.diploma-card h2 {
    padding: 1.5rem;
    margin: 0;
    color: #6A2F38;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
}

.button {
    display: block;
    background: #6A2F38 ;
    color: white;
    text-align: center;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 1rem;
    border-radius: 10px;
    transition: .5s ease;
}

.button:hover {

    transform: translateY(-2px);
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero {
        padding: 2rem 0;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero .subtitle {
        font-size: 1.4rem;
    }

    .hero .description {
        font-size: 1rem;
       
    }

    .reasons {
        grid-template-columns: 1fr;
        padding: .4rem;
    }

    .diplomas {
        grid-template-columns: 1fr;
        padding: 1.5rem 1rem;
    }
}
@media (min-width: 992px) {

  .diplomas{
    flex-wrap: nowrap;
  }
}
/* Footer styles */
footer {
    background: linear-gradient(135deg, #4d2228 0%, #652d34 100%);
  color: white;
  padding: 2rem 0 2rem;
  position: relative;
  overflow: hidden;
 
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern.png') repeat;
    opacity: 0.05;
}

footer .first{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    padding: 0 2rem;
}

.footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
}

.footer-section h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
    background-image: url('../img/Group.png');
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom:0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 1.5rem;
}

.footer-section ul li a::before {
    content: '←';
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
    padding-right: 2rem;
}

.footer-section ul li a:hover::before {
    opacity: 1;
}

.footer-section img {
    max-width: 200px;
    height: auto;
    margin-bottom: 1.5rem;
 
    
    transition: all 0.3s ease;
}

.footer-section img:hover {
    opacity: 1;
}

.copyright {
    text-align: center;
  direction: ltr;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #6A2F38;
    font-size: 1.2rem;
}

/* Social Media Icons */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

/* Contact Info Styles */
.contact-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.contact-info i {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
    footer {
        padding: 3rem 0 1.5rem;
    }

    footer .container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-section {
        padding: 0;
    }

    .social-links {
        margin-top: 1rem;
    }
}

.reasons {
  display: flex;
flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.reason {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: .5rem;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  width: 100%;
}
.reason:hover {
  transform: translateY(-5px);
}
.icon-placeholder {
  background-color: #6A2F38;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.reason-content {
  flex: 1;
}
.reason h2 {
  font-size: 1.5rem;
  color: #6A2F38;
  margin: 0 0 0.5rem 0;
}
.reason p {
  margin: 0;
  color: #4a5568;
  font-size: 18px;
}
@media (min-width: 768px) {
 
  .diploma-card {
    width: 40%;
  }
  .reason {
    width: 45%;
  }
}
.hero-section {
  background:  #4d2228;
  color: white;
  padding: 2rem 0;
  min-height: 50vh;
 
}
.hero-section h1{
  color: #fff !important;
}
.feature-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  margin: 1rem 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: #f6f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.icon-circle i {
  font-size: 2rem;
  color: #6A2F38;
}

.cert-badge {
  background: #f6f7f7;
  border-radius: 10px;
  padding: .5rem;
  margin: 1rem 0;
  text-align: center;
}

.price-section {
  background: #6A2F38;
  color: white;
 
  border-radius: 15px;
 
}

.objectives-list {
  list-style: none;
  padding: 0;
}

.objectives-list li {
  margin: 1rem 0;
  padding: 1rem;
  background: #fff;
  font-weight: 500;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.objectives-list li i {
  color: #6A2F38;
  margin-left: 10px;
}

.why-choose-card {
    background: white;
    border-radius: 15px;
    padding: .5rem;
    margin: .2rem 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    min-height: 200px;
   
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.why-choose-card .icon-container {
    width: 80px;
    height: 80px;
    background: #f8f3ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.why-choose-card .icon-container svg {
    font-size: 2rem;
    color: #D4AD89;
}

.why-choose-card h5 {
    color: #D4AD89;
    margin-bottom: 1rem;
    font-weight: 600;
}

.why-choose-card p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Cyber Security Page Specific Styles */
.hero-section {
    background:  #6A2F38 ;
    color: white;
    padding: 2rem 0;
 
}

.hero-section::before {
    content: '';
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern.png') repeat;
    opacity: 0.1;
}

.hero-section .lead {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: justify;
    margin-bottom: 40px;
}

.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(143, 87, 35, 0.1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(143, 87, 35, 0.15);
}

.feature-card h2 {
    color: #6A2F38;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.feature-card p {
    color: #666;
    line-height: 1.8;
}

.why-choose-card {
    background: #fff;
    border-radius: 20px;
    padding: .5rem;
    margin: 1.5rem 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
  
    border: 1px solid rgba(143, 87, 35, 0.1);
    position: relative;
    overflow: hidden;
}

.why-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #6A2F38, #8f5723);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-choose-card:hover::before {
    opacity: 1;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(143, 87, 35, 0.15);
}

.why-choose-card .icon-container {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #f8f3ed 0%, #fff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 5px 15px rgba(143, 87, 35, 0.1);
}

.why-choose-card .icon-container i {
    font-size: 2rem;
    background: #D4AD89 ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-card h5 {
    color: #6A2F38;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cert-badge {
    background: linear-gradient(135deg, #fff 0%, #f8f3ed 100%);
    border-radius: 20px;
    padding: 1rem;
    margin: 1.5rem 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
    border: 1px solid rgba(143, 87, 35, 0.1);
    min-height: 150px;
}

.cert-badge:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(143, 87, 35, 0.15);
}

.cert-badge i {
    font-size: 2.5rem;
    background: #D4AD89;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

.cert-badge h5 {
    color: #6A2F38;
    font-size: 1.1rem;
   
    font-weight: 700;
}

.price-section {
    /* background: linear-gradient(135deg, #D4AD89 0%, #9A6360 100%,#6A4A39); */
    color: #6A4A39 ;
    padding: .5rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(143, 87, 35, 0.2);
    background-color: #fff;
}

.price-section i {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.price-section h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6A2F38, #8f5723);
    
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
    }
    
    .hero-section .lead {
        font-size: 1rem;
        text-align: right;
    }
    
    .feature-card, .why-choose-card, .cert-badge {
        padding: 2rem 1.5rem;
    }
}

/* Loading Animation Styles */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out;
   
}

.loading-screen.fade-out {
    opacity: 0;
    pointer-events: none;
}

.loading-logo {
    width: 200px;
    height: auto;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Page Transition Animation */
.page-content {
    /* opacity: 0; */
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.page-content.show {
    opacity: 1;
    transform: translateY(0);
}

.all-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .goal-section {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    width: 100%;
    margin: 1% 0;
    color: #6A2F38;
    margin: 10px auto;
  }

  .goal-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }

  .goal-section:nth-child(even) {
    /* background: #6A2F38; */
    border-radius: 0 12px 0 12px ;
  }

  .goal-section .goal-icon {
    color: #f7d9c4;
  }

  /* Red background for cards 3, 5, and 7 */
  .goal-section:nth-child(3),
  .goal-section:nth-child(2),
  .goal-section:nth-child(6),
  .goal-section:nth-child(7) {
  
  }

  .goal-section:nth-child(3) .goal-icon,
  .goal-section:nth-child(5) .goal-icon,
  .goal-section:nth-child(7) .goal-icon {
   
  }
  .goal-section:nth-child(3) .goal-icon,
  .goal-section:nth-child(2) .goal-icon,
  .goal-section:nth-child(6) .goal-icon,
 
  .goal-section:nth-child(7) .goal-icon{
    
  }
  .goal-icon img {
   width: 40px;
   
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .goal-icon:hover {
    transform: scale(1.2);
    color: #333;
  }

  .goal-content {
    flex: 1;
  }

  .goal-content h3 {
    font-size: 24px;
    
    margin: 0;
  }

  @media (max-width: 768px) {
    .goal-section {
      flex-direction: column;
      text-align: center;
      padding: 30px 20px;
    }

    .goal-section:nth-child(even) {
      flex-direction: column;
    }

    .goal-icon {
      margin-bottom: 15px;
    }
  }
  @media (min-width: 992px) {
    .price-section {
 position: relative;
 margin-top: -60px;
    }
  }.popupbutton {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--primary);
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid var(--primary);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 var(--primary);
    font-family: var(--font);
    line-height: 32px;
    font-weight: 800;
    
    margin: 20px auto;
    
    }
    
    .popupbutton:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 var(--primary)
    
    }
    
    .popupbutton:active {
    transform: scale(0.9);
    }
    .order-section{text-align: center;}
    .button.active .one {
      display: none;
    }
    
    .button.active .two {
      display: inline;
    }

    .order-section {
      direction: rtl;
  }
.order-section   .button {
min-width: 200px;
height: 45px;
border-radius: 10px;
position: relative;
overflow: hidden;
color: #fff;

font-weight: 600;
font-size: 15px;
line-height: 1;
cursor: pointer;
z-index: 1;

border: 1px solid transparent;
/* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
transition: 0.6s ease-in;
}



.order-section .button .two {
display: none;
}

.order-section .button.act::before {
width: 200px;
transition: 3s linear;
}



.order-section .button::before {
content: "";
width: 0;
height: 50px;

position: absolute;
top: 0;
left: 0;
background-image: linear-gradient(to right, #3d3a3b 0%, #4e494a 100%);
transition: 0.5s ease;
display: block;
z-index: -1;
}

/* start popup */
/* Add your popup styling here */
#popup {

font-family:var(--font);
border: none;
width: 95%;
text-align: center;
padding: 40px 0;
direction: rtl;
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

z-index: 20;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 10px;
color:#ffffff;
background-color: #6A2F38;

}
#popup p{font-size: 18px;
line-height: 32px;
font-weight: bold;
color: #fff;}
#popup form input{width: 40%;
line-height: 32px;
border: none;
outline: none;
padding:5px 5px;
margin:0 5px;
border-radius: 4px;
color: #620c22d4;}
#popup form  label{display: inline-block;
width: 40%;
margin: 5px 0;
font-size: 16px;
font-weight: bold;}
#popup .buttons{margin-top: 20px ;}
/* Close button styling */
.close {
position: absolute;
top: 10px;
right: 20px;
cursor: pointer;
font-size: 20px;
font-weight: bold;
}
.popupbutton {
position: relative;
display: block;
margin: 20px auto;
padding: 5px 10px;
text-align: center;
font-size: 16px;
letter-spacing: 1px;
text-decoration: none;
color: #fff;
background: transparent;
cursor: pointer;
transition: ease-out 0.5s;
border: 2px solid transparent;
border-radius: 10px;
box-shadow: inset 0 0 0 0 #620c22d4;
font-family: var(--font);
line-height: 32px;
font-weight: 800;
background-color: #6A2F38;
min-width: 200px;


}

.popupbutton:hover {
color: white;


}
.button.act .one {
display: none;
}

.button.act .two {
display: inline;
}
@media (min-width: 776px) {
#popup {
width: 60%;}
}
@media (min-width: 992px) {
#popup {
width: 70%;}
}

.button .two{display: none;}

.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #fff; /* Matching theme */
  color: #6A2F38;
  font-size: 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
  min-width: 200px;
  font-weight: 700;
}


.hero  strong{
  font-size: 30px;
  margin: 20px;
  display: block;
}

.highlights {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: -40px;
}

.highlight-box {
 background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border:5px solid #fff;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  

}
.highlight-box::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(106, 47, 56,.2);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 8px;
 
}
.highlight-box strong{
  color: #6A2F38;
  font-size: 25px;
  font-weight: 700;
 
 
}
.highlight-box strong img{
  max-height: 100%;
  height: 90px;
}
.highlight-box svg,.hero-section svg,.highlight-box i{
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
  color: #6A2F38;
  margin: 10px ;
}

@media (min-width: 768px) {
  .highlight-box {
    width: 23%;
  }
  .goal-section {
    width: 45%;
    margin: 10px;
  }
}