
        body {
            background-color: #c61e280a;
            color: #333;
            line-height: 1.6;
        }
     
        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-column ul {
    list-style: none;
}
button.accordion.active .panel {
    padding: 11px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
img.headerlogo {
            width: 20%;
        }
         .accordion {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%; /* or set a specific width */
          padding: 10px 15px;
          font-size: 16px;
          background-color: #fff;
          border: none;
          cursor: pointer;
        }
        
        .accordion i {
          color: #c22026;
        }

.step {
    padding: 30px;
}
.step p {
    line-height: 20px;
}
.lang-select select#languageSelect {
    padding: 7px 15px;
}
.lang-select select#languageSelect:focus {
    outline: none;
}
.lang-select select#languageSelect {
    padding: 8px 20px;
    color: #fff;
    background: #c61e28;
    border: 1px solid #c61e28;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}
#visa-form-ar .errormsg {
    right: 0;
}
#visa-form-subscribe-ar .errormsg{
    right: 0;
}
#visa-form-ar .form-group {
    position: relative;
}
#visa-form-subscribe-ar .form-group {
    position: relative;
}
  .container{
            max-width: 1150px;
        }
   p, .form-group label, .form-group select, .form-group input, a{
      font-family: "Lato";
   }
   .footer-column.ar input {
    direction: rtl;
}
.ar label {
    direction: rtl;
}
.ar input {
    direction: rtl;
}
    element.style {
    }
    .cta-button, .cta-button:hover {
    }
    @font-face {
      font-family: 'IvyPrestoLight';
      src: url('../fonts/Ivy-Presto-Headline-Light.otf') format('opentype');
      font-weight: normal;
    }
    
    @font-face {
      font-family: 'IvyPrestoSemiBold';
      src: url('../fonts/Ivy-Presto-Display-Semi-Bold.ttf') format('truetype');
      font-weight: 600;
    }

    @font-face {
      font-family: 'STC Forward';
      src: url('../fonts/STC-Forward-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
    }
    
    h1,h2{
      font-family: 'IvyPrestoLight'; 
      letter-spacing: px;
    }
    h3,h4,h5,h6 {
      font-family: "Lato";
      font-weight: 700;
      font-style: normal;
    }
    span.difffont {
       font-family: 'IvyPrestoSemiBold'; 
      font-style: italic;
      color: #3e3e3e;
      font-weight: 600;
    }

    .ar{
        font-family: 'STC Forward';
    }
    .ar h1, .ar h2{
        font-family: 'STC Forward';
    }
    .ar p, .ar .form-group label, .ar .form-group select, .ar .form-group input, .ar a, .ar h3, .ar h4, .ar h5, .ar h6{
        font-family: 'STC Forward';
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
.ar .panel p {
    direction: rtl;
}
   

    .bannericon {
        font-size: 1.1rem!important;
        color: #c61e28!important;
        text-transform: uppercase;
    }
    .hero h1 {
        font-size: 4.5rem;
        line-height: 68px;
        font-weight: 300;
    }
    .section-title h2{
        font-size: 4rem;
        line-height: 58px;
         font-weight: 300;
    }
   
    .destinations {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 40px;
    }
    
    .destination {
        flex: 1 1 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px;
        border-radius: 15px;
        background-color: #c61e280d;
        transition: all 0.3s ease;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: -6px;
    }
    .destination-btn
    {
        background-color: white;
        color: #c22026;
        padding: 10px 40px 10px 40px;
        border: none;
        border-radius: 6px;
        margin-top: 150px;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        font-family: 'Lato';
    }
    a.destination-btn:hover {
        background-color: #c22026;
        color: white;
    }
    .hero p {
        line-height: 27px;
    }
    /* Float four columns side by side */
    .column1 {
      float: left;
      width: 47%;
      padding: 0 10px;
    }
    
    .column2 {
      float: left;
      width: 53%;
      padding: 0 0;
    }
    .column3 {
      float: left;
      width: 53%;
      padding: 0 0;
      margin-bottom: 80px;
    }
   
    @media screen and (max-width: 768px) 
        {
          /*h1, h2  {font-family: 'IvyPrestoHeadlinelight';} */
          .column1, .column2, .column3
          {
            width: 100%!important;
            }
            
            .hero
            {
            padding: 150px 0 50px!important;
            }
            .step
            {
               padding: 45px!important;
            }    
            .testimonials, .faq 
            {
                 padding: 0px 0!important;
            }
            section.benefits.whychoose 
            {
                padding: 40px 0!important;
            }
            .how-it-works 
            {
             padding: 80px 0!important;
            }
            img.headerlogo {
                width: 30%!important;
            }
            a.destination-btn {
                font-size: 18px;
                    font-weight: 900;
            }
            .step h3{
                    font-size: 25px;
            }
        }
    .benefit h3{
      font-size: 22px; 
      line-height: normal;
    }
   
     .how-it-works {
         padding: 0px 0;
     }
    .benefits {
        padding: 80px 0 0px;
    }
    /* Remove extra left and right margins, due to padding */
    .row {margin: 0 -5px;}
    
    /* Clear floats after the columns */
    .row:after {
      content: "";
      display: table;
      clear: both;
    }
    
    /* Responsive columns */
    @media screen and (max-width: 600px) {
      .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
      }
    }
    /* Style the counter cards */
    .card {
      padding: 16px;
    }
    .accordion {
      background-color: #3e3e3e14;
      color: #444;
      cursor: pointer;
      padding: 20px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 17px;
      transition: 0.4s;
      border-radius: 15px;
      margin-bottom: 10px;
    }
    
.testimonials .active, .testimonials .accordion:hover {
    padding: 0;
}
.ar .accordion{
    font-family: 'STC Forward';
}
    
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 15px;
}
    .faq, .benefits{
            background-color: white;
    }
    .country-selector {
        padding: 80px 0 0;
        background: linear-gradient(135deg, white 0%, white 100%);
    }
    .testimonial-slider{
        margin: 0px auto 0;
    }
    header{
        padding: 10px 0;
    }
    .hero-content{
        padding-top: 20px;
    }
    .testimonial-text{
         font-style: normal;
    }
    button.cta-button.destination-btn:hover {
        background-color: #c22026;
        color: white;
        font-style: normal;
    }
    .cta-button:hover {
        background-color: #bf0001;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    }
    
    .testimonial-carousel {
      position: relative;
      max-width: 900px;
      margin: auto;
      background: white;
      padding: 0;
      border-radius: 12px;
      /*box-shadow: 0 8px 16px rgba(0,0,0,0.1);*/
    }

    .testimonial-slide {
      display: none;
      justify-content: space-between;
      gap: 20px;
    }

    .testimonial-slide.active {
      display: flex;
    }
/**/



.thankyou-popup {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.thankyou-popup:before {
    content: "";
    background: #000000d4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11111;
}
.thank-you-box {
    text-align: center;
    background: #fff;
    width: 38%;
    padding: 40px 0;
    margin: auto;
    position: relative;
    top: 16%;
    z-index: 99991;
}
.thank-you-box .close-popup {
    position: absolute;
    right: 0;
    top: 0;
}
.thank-you-box a {
    text-decoration: none;
    background: #c61e28;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
}
.thank-you-box h2 {
    color: #c61e28;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 0;
}
.thank-you-box h5 {
    color: #000000;
    font-size: 24px;
    margin-top: 0;
}


    .testimonial {
      flex: 1;
      background: #f9f9f9;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .testimonial p {
      font-size: 1rem;
      color: #333;
    }

    .testimonial-slide.active .testimonial h4 {
    margin-top: 15px;
    color: #777;
    font-weight: 500;
    background: #650001;
    display: inline-block;
    padding: 3px 17px;
    border-radius: 100px;
    font-size: 14px;
    margin-top: 25px;
}
    .testimonial-slide .testimonial h4 {
    margin-top: 15px;
    color: #777;
    font-weight: 500;
    background: #bf0001;
    display: inline-block;
    padding: 3px 17px;
    border-radius: 100px;
    font-size: 14px;
    margin-top: 25px;
}

    .testimonial-controls {
      margin-top: 20px;
    }

    .testimonial-controls button {
        background: none;
        color: white;
        border: none;
        margin: 0 2px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 50%;
        transition: background 0.3s;
    }
.testimonial-controls button img {
    width: 55px;
}
    .testimonial-controls button:hover {
      /*background: #555;*/
    }
    .testimonial-img{
       display: flex;
        justify-content: left;
        width: 79px;
        padding-bottom: 29px; 
    }

    @media (max-width: 768px) {
      .testimonial-slide {
        flex-direction: column;
      }
    }
.social-media {
    display: flex
;
    gap: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    align-items: center;
}
    
    .social-media a {
      text-decoration: none;
      color: white;
      
      border-radius: 50%;
      transition: 0.3s;
    }
    .selector-form{
        /*box-shadow: 0 10px 30px rgb(73 73 73 / 64%)*/
    }
    img.benefit-img {
        padding-bottom: 15px;
    }
    a.cta-button.secondary-button:hover {
        color: white;
    }
        
        header {
            background-color: #fff;
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 100;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 24px;
            font-weight: bold;
            color: #C61E28;
        }
        
        .trust-badges {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .trust-badge {
            background-color: #f1f3f4;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .hero {
            padding: 140px 0 80px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c61e2830 100%);
            text-align: center;
        }
        
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .hero h1 {
            font-size: 4.5rem;
            margin-bottom: 20px;
            color: #C61E28;
        }
       
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            color: #555;
        }
        
        .hero-cta {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 30px;
        }
        
        .cta-button {
            display: inline-block;
            /*background-color: #C61E28;*/
            background: linear-gradient(180deg, #DF3A3B 0%, #BF0001 100%);
            color: white;
            padding: 10px 30px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 25px;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: none;
            cursor:pointer;
        }
        
        .cta-button:hover {
            background: #BF0001;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .secondary-button {
            background: white;
            color: #C61E28;
            border: 2px solid #C61E28;
        }
        
        .secondary-button:hover {
            background: linear-gradient(180deg, #EE5858 0%, #C00000 100%);
        }
        
        .trust-indicators {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 50px;
            flex-wrap: wrap;
        }
        
        .lead-capture {
            padding: 60px 0;
            background-color: white;
            border-top: 3px solid #C61E28;
        }
        
        .lead-capture-box {
            max-width: 600px;
            margin: 0 auto;
            padding: 40px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c61e2830 100%);
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .lead-capture h2 {
            font-size: 1.8rem;
            color: #C61E28;
            margin-bottom: 15px;
        }
        
        .lead-capture p {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 30px;
        }
        
        .email-form {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .email-input {
            flex: 1;
            min-width: 250px;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1rem;
            background-color: white;
        }
        
        .email-submit {
            background-color: #C61E28;
            color: white;
            border: none;
            padding: 15px 25px;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .email-submit:hover {
            background-color: #1557b0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .privacy-text {
            font-size: 0.9rem;
            color: #888;
            margin-top: 15px;
        }
        
        .trust-indicator {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        
        .trust-icon {
            width: 50px;
            height: 50px;
            background-color: #c61e280f;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #C61E28;
            font-size: 24px;
        }
        
        .how-it-works {
            padding: 0px 0 60px;
            background-color: white;
        }
        .main-inner-page #how-it-works {
            padding: 80px 0 60px;
        }
        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        .section-title h2 {
            color: #C61E28;
            margin-bottom: 15px;
        }
         @media (max-width: 768px) {
            .section-title h2 {
                font-size: 3.2rem;
                line-height: 46px;
            }
            .benefit {
                padding: 10px;
            }
        }
        .section-title p {
            font-size: 1.1rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .steps {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 40px;
        }
        
        .step {
            flex: 1 1 250px;
            display: flex;
            flex-direction: column;
            align-items: normal;
            text-align: left;
            padding: 30px;
            border-radius: 8px;
            background-color: #c61e280d;
            transition: all 0.3s ease;
        }
        
        .step:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .step-number {
            width: 40px;
            height: 40px;
            background-color: #C61E28;
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .step h3 {
            margin-bottom: 15px;
            color: #C61E28;
            line-height: 24px;
        }
        
        .benefits {
            padding: 80px 0;
            background-color: #c61e280a;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
.testimonials .column1 .card .section-title {
    left: 13%;
    position: relative;
    width: 78%;
}
.testimonials  .column1 .card.ar .section-title {
    text-align: right;
}
.testimonial .ar {
    text-align: right;
}
.ar .step-number {
    margin: 0 0 20px auto;
}
.ar .step {
    text-align: right;
}
.faq .section-title.ar {
    text-align: right !important;
}
.form-group label.ar {
    text-align: right;
    font-family: 'STC Forward';
}
.hero .hero-content.ar p {
    direction: rtl;
}
        .benefit {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            /*box-shadow: 0 5px 15px rgba(0,0,0,0.05);*/
            transition: all 0.3s ease;
        }
        
        .benefit:hover {
            transform: translateY(-5px);
            /*box-shadow: 0 10px 25px rgba(0,0,0,0.1);*/
        }
        
        .benefit-icon {
            width: 60px;
            height: 60px;
            background-color: #c61e2826;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #C61E28;
            font-size: 28px;
            margin-bottom: 20px;
        }
        
        .benefit h3 {
            margin-bottom: 15px;
            color: #C61E28;
        }
        
        .testimonials {
            padding: 80px 0;
            background-color: white;
        }
        
        .testimonial-slider {
            max-width: 800px;
            margin: 40px auto 0;
            padding: 30px;
            background-color: #c61e280a;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .testimonial-slide p {
    font-size: 18px;
}
        .testimonial {
            text-align: left;
        }
        
        .testimonial-text {
            font-size: 1.1rem;
            font-style: italic;
            margin-bottom: 20px;
            color: #555;
        }
        
        .testimonial-author {
            font-weight: bold;
            color: #C61E28;
        }
        
        .country-selector {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c61e2830 100%);
        }
        
        .selector-form {
    max-width: 800px;
    margin: 40px auto 0px;
    padding: 40px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: relative;
}
        
.form-shadow {
    max-width: 800px;
    margin: -85px auto 0;
    z-index: 1;
    position: relative;
}
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
            color: #444;
        }
        
        .form-group select,
        .form-group input {
            width: 100%;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1rem;
            background-color: #f9f9f9;
        }
        
        .delivery-time {
            padding: 20px;
            background-color: #c61e2826;
            border-radius: 5px;
            margin-bottom: 25px;
            font-weight: bold;
            color: #C61E28;
            text-align: center;
        }
        
        .price-display {
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 25px;
            color: #C61E28;
            font-weight: bold;
        }
        
        .form-submit {
            text-align: center;
        }
        
        .faq {
            padding: 80px 0;
        }
        
        .faq-list {
            max-width: 800px;
            margin: 40px auto 0;
        }
        
        .faq-item {
            background-color: white;
            border-radius: 5px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .faq-question {
            padding: 20px;
            background-color: #c61e2838;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-answer {
            padding: 20px;
            border-top: 1px solid #eee;
        }
        
        footer {
            background-color: #000;
            color: white;
            padding: 50px 0 20px;
        }
        
        .footer-column {
    width: 20%;
}
.footer-content {
    display: flex
;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
        .footer-column.column-one {
    width: 25%;
}
        .footer-column {
    flex: 1 1 200px;
}
        
        .footer-column h3 {
            margin-bottom: 10px;
            font-size: 1.2rem;
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 5px;
        }
        
        .footer-column ul li a {
            color: white;
            text-decoration: none;
        }
        .footer-column h3 {
            margin-bottom: 10px;
            font-size: 25px;
        }
        .footer-column ul li a:hover {
        }
        
        .footer-bottom {
    border-top: 1px solid rgb(255 255 255);
    display: flex
;
    justify-content: space-between;
    padding-top: 20px;
    font-size: 0.9rem;
}
.footer-bottom p a{
    color: #fff;
    text-decoration: none;
}
        

        .email-form {
                flex-direction: column;
            }
            
            .email-input {
                min-width: 100%;
                margin-bottom: 15px;
            }
.faq button.accordion.active .fa-plus-circle:before {
    content: "\f056" !important;
}
.testimonial-controls {
    margin-top: 20px;
    position: absolute;
    bottom: 50px;
    left: -75%;
}
.hero-columns-row {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.hero-columns-row .hero-columns {
    padding: 20px 30px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 15px;
}
.footer-logo .cta-button {
    display: inline-block;
    /* background-color: #C61E28; */
    background: linear-gradient(180deg, #DF3A3B 0%, #BF0001 100%);
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footer-logo .hero-cta {
    margin-top: 0px;
}
.toggle-button-cover {
    position: relative;
    right: 80px;
}
.toggle-button-cover .button-cover, .toggle-button-cover .knobs, .toggle-button-cover .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}
.button.r,
.button.r .layer {
  border-radius: 100px;
}
.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #F1F1F1;
  transition: 0.3s ease all;
  z-index: 1;
}



/* Button 18 */
#button-18 .knobs:before,
#button-18 .knobs span {
  content: "ENG";
  position: absolute;
  top: 3px;
  left: 4px;
  color: #c22026;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 2px;
}

#button-18 .knobs:before {
  top: 50%;
  left: 8px;
  width: 20px;
  height: 10px;
  margin-top: -5px;
  background-color: transparent;
  z-index: 2;
}

#button-18 .knobs span {
  width: 30px;
  height: 30px;
  padding: 9px 4px;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  z-index: 1;
}
#button-18 .checkbox:active + .knobs:before {
  left: 10px;
  width: 46px;
  height: 4px;
  color: transparent;
  margin-top: -2px;
  background-color: #0095d8;
  transition: 0.3s ease all;
  overflow: hidden;
}
#button-18 .checkbox:active + .knobs span {
  width: 58px;
}

#button-18 .checkbox:checked:active + .knobs:before {
  left: auto;
  right: 10px;
  background-color: #d80000;
}

#button-18 .checkbox:checked:active + .knobs span {
  margin-left: -38px;
}

#button-18 .checkbox:checked + .knobs:before {
  content: "عربي";
  left: 47px;
}

#button-18 .checkbox:checked + .knobs span {
  left: 42px;
  background-color: #ffffff;
}

#button-18 .checkbox:checked ~ .layer {
  background-color: #c22026;
}
.hero {
    padding: 50px 0 80px;
    margin-top: 101px;
}

@media (max-width: 768px) {
            .footer-column.column-one {
                width: 25%;
            }
            .header-content {
                gap: 0;
            }
            
            .trust-badges {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .hero {
                padding: 120px 0 60px;
            }
            
            .hero h1 {
                font-size: 2.2rem;
               //font-family: 'IvyPrestoHeadlinelight' !important; 
            }
            
            .steps {
                flex-direction: column;
                align-items: center;
            }
            
            .step {
                max-width: 400px;
                width: 100%;
            }
            
            .selector-form {
                padding: 20px;
            }

.footer-content {
    flex-direction: column;
        display: flex
;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}
.footer-column {
    flex: 1;
}
.footer-column {
    width: 100%;
}
.footer-column.column-one {
    width: 100%;
}
    .footer-bottom {
        justify-content: space-between;
        padding-top: 20px;
        font-size: 12px;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
.footer-column {
        width: 100%;
        text-align: center;
    }
.footer-logo {
    align-items: center;
    justify-content: center;
}
.social-media {
    display: flex
;
    gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
}
.hero {
    margin-top: 0;
}
.hero-columns-row {
    display: flex
;
    margin-top: 50px;
    flex-direction: column;
}
.main-inner-page #how-it-works {
    padding: 20px 0 !important;
}


}


/* Arabic RTL Support */
.rtl {
    direction: rtl;
    text-align: right;
}
.english .en {
}
.english .ar {
    display: none;
}
.arabic .ar {
    display: block;
}
.arabic .en {
    display: none;
}

@media (max-width: 768px) {
    .benefit {
        padding: 10px;
    }
    .benefit h3 {
    font-size: 22px;
    line-height: normal;
}
.testimonials .column1 .card .section-title {
    left: auto;
    position: relative;
    width: 100%;
}
.section-title {
    margin-bottom: 0px;
}
.card {
    padding: 16px 0;
}
.how-it-works {
    padding: 0px 0 !important;
}
.hero h1 {
    font-size: 3.2rem;
    line-height: 44px;
}
.testimonial-controls {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto;
    text-align: center;
}
.benefits {
    padding: 30px 0;
    background-color: #c61e280a;
    margin-top: 40px;
}
.testimonials .section-title {
    text-align: center !important;
}
.testimonial {
    text-align: center !important;
}
.testimonial-img {
    display: flex
;
    justify-content: left;
    width: 79px;
    padding-bottom: 29px;
    margin: 0 auto;
}
.testimonial-carousel {
    padding: 0 0 10px;
}
.country-selector {
    padding: 30px 0 20px;
    clear: both;
}
.faq .section-title {
    text-align: center ! IMPORTANT;
}
.form-shadow {
    max-width: 100%;
    margin: -30px auto 0px;
    z-index: 1;
    position: relative;
}
.testimonials .column3 {
    margin-bottom: 0px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.footer-column ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 0 50px;
}
footer {
    padding: 30px 0 20px;
}




}