html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
legend{color:#000}

*
{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  -webkit-backface-visibility:hidden;
  outline: none;
  -webkit-touch-callout: none;
  box-sizing: initial;



}

*:before,
*:after {
          box-sizing: initial;
}

a:active {
 outline: none;
}

a:focus {
 -moz-outline-style: none;

}

a, input {
 outline-color: invert;
 outline-style: none;
 outline-width: medium;
}

a:hover,
a:focus {

  text-decoration: none;
}
a:focus {
  outline: none;
}

a,
a:visited {
    text-decoration: none;
}
input {
    -webkit-appearance: none;

}

div, p, a, li, td { -webkit-text-size-adjust:none; }

html {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  @media (min-width: 1384px) {
    background-color: #f2f2f2;
  }
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 360px;
  max-width: 1384px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
}
header {
  position: fixed;
  width: 100%;
  min-width: 360px;
  max-width: 1384px;
  margin: 0px auto 0px auto;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
  z-index: 9999;
}




#privacy {
  padding: 0px 0px 0px 0px;
}

#privacy .box {
  margin: 0px auto 44px auto;
  width: 90%;
  color: #666666;
  line-height: 24px;
}

#privacy .box h1 {
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  margin: 28px 0px 12px 0px;
}

#privacy .box h2 {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
  margin: 28px 0px 12px 0px;
}

#privacy .box h3 {
  font-weight: 800;
  font-size: 15px;
  color: #333333;
  margin: 28px 0px 12px 0px;
}

#privacy .box p {
  margin: 4px 0px 4px 0px;
}
/* Hamburger (menu toggle) styles */



/* Slide-out menu styles */
.slideout-nav {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: -320px;  /* Start hidden off-screen to the left */
  width: 250px;
  height: 100%;
  background-color: #333;
  padding: 80px 30px 0px 30px;
  transition: left 0.3s ease-in-out;
  box-shadow: 2px 0px 5px rgba(0,0,0,0.5);

  /* Make sure scrolling is only horizontal (hide vertical scrollbar) */
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: nowrap; /* Forces children to remain on one horizontal line */

  -ms-overflow-style: none;  /* IE and older Edge */
  scrollbar-width: none;     /* Firefox */

  .menuCloseLink {

    position: absolute;
    top: 40px;
    right: 30px;

    .menuCloseImg {
      width: 16px;
      height: auto;

    }

  }

  .slideout-nav::-webkit-scrollbar {
    display: none;
  }

  .menuLogo {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 90px;
  }
}
.slideout-nav ul {
  list-style: none;
  

  
}
.slideout-nav li {
  margin: 1rem 0;
  
}
.slideout-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.menuBookConsultation {
  display: block;
  margin: 30px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: dotted 1px #000000;
  border-bottom: dotted 1px #000000;

  .calendar {
    position: relative;
    top: 3px;
    margin-right: 12px;
    display: inline-block;
    width: 18px;
    height: auto;
    color: #ffffff;

  }
}

.menuAddress {

  margin: 30px 0px 0px 0px;
  color: #e0e0e0;
  line-height: 1.4;
  font-size: 10px;

  b {
    font-size: 11px;
    color: #ffffff;
    display: block;
    margin: 0px 0px 4px 0px;
  }
  
}

/* When nav is open, move it into view */
.slideout-nav.open {
  left: 0;
}



.logo {
  display: block;
  width: 120px;
  height: auto;
  margin-left: 30px;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.book-free-consultation {
  text-decoration: none;
  color: #0071BC;
  font-size: 14px;
  display: none;
  align-items: center;

  @media (min-width: 480px) {
    display: flex;
  }

  .calendar {
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    height: auto;
  }

}
.book-free-consultation i {
  margin-right: 8px;
}
.menu-button {
  background-color: #f2f2f2;
  padding: 12px 30px;
  color: #333333;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  border: none;

  .menuBurger {
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    height: auto;
  }
}


.hero {
  text-align: center;
  padding: 100px 20px 0px 20px;
}
.hero .ruxe-edinburgh {
  text-transform: uppercase;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.hero h1 {
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 8px 0;
}
.hero .subtext {
  color: #808080;
  font-size: 16px;
  margin: 0 auto 20px auto;
  line-height: 1.4;
}
.hero h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #4d4d4d;
}
.hero .cta-button {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #0071BC;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 30px;
}



.testimonials {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px 20px 0px 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.testimonial {
  text-align: center;
  max-width: 300px;
  margin: 20px;
  box-sizing: border-box;
}
.testimonial-quote {
  font-size: 16px;
  color: #0071BC;
  margin-bottom: 6px;
  font-weight: 700;
  font-style: italic;
}
.testimonial-ref {
  font-size: 13px;
  color: #000000;
  margin-bottom: 6px;
  font-weight: 600;
}
.fivestars  {
  margin-top: 2px;
  width: 80px;
  height: auto;
}


.videoWrapper {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;

  .heroVideo {

    width: auto;
    height: 500px;
  
    position: absolute;
    /* Position at 50% from the top and left edges */
    top: 50%;
    left: 50%;
    /* Shift the element back by 50% of its own width and height */
    transform: translate(-50%, -50%);

    isolation: isolate;
    border: 0;
    clip-path: inset(1px 1px);
  
    @media (min-width: 700px) {
      width: 100%;
      height: auto;
    }
  
  } 
}




.header {
  padding: 0px 40px 0px 40px;
  margin: 60px 0px 0px 0px;
}
.header h2 {
  margin: 0;
  text-transform: uppercase;

  color: #999999;
  font-size: 12px;
  font-weight: 700;
}
.header h1 {
  margin: 4px 0 5px 0;
  font-size: 21px;
  font-weight: 900;
}
.header p {
  margin: 0;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

/* Services Section */
.services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 30px 0px 30px;
 
  box-sizing: border-box;

  @media (min-width: 940px) {
    padding: 40px 50px 0px 50px;
  }

}
.services-left {
  flex: 1 1 300px;
  max-width: 600px;
  margin-right: 0px;

  @media (min-width: 540px) {
    margin-right: 40px;
  }
}
.services-right {
  padding: 0px 0px 0px 0px;
  flex: 1 1 400px;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;

  margin: 30px auto 20px auto;

  @media (min-width: 839px) {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
  }

  
}
.service-item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.servicesIcon {
  margin-right: 15px;
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.service-text h3 {
  margin: 0 0 3px 0;
  font-size: 15px;
  font-weight: 600;
}
.service-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #808080;
}
.service-text a {
  color: #0071BC;
  text-decoration: none;
  font-size: 14px;
  margin-left: 5px;
}

/* Placeholder Video */

.video-placeholder {
  position: relative;
}

.video-placeholder .videoBackground {
  margin: 0px 0px 0px 0px;
  max-width: 100%;
  height: 300px;
  display: block;
  border-radius: 10px;
  object-fit: fill;
  
}

.video-placeholder .playVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-placeholder .playVideo .playVideoImg  {
  width: 80px;
  height: auto;
}

/* Call to Action */
.cta {
  padding: 20px 0px 40px 0px;
  text-align: center;
  margin: 0px 0px 40px 0px;
}
.cta p {
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}
.cta button {
  background-color: #f5f5f5;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #0071BC;
  text-decoration: none;
  font-weight: 600;

}


/* Intro Section */
.intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 80px 30px 0px 30px;

  border-top: 1px solid #f2f2f2;

  @media (min-width: 720px) {
    padding: 80px 50px 0px 50px;
  }


}
.intro-left {
  flex: 1 1 300px;
  max-width: 500px;
  margin: 0px 50px 0px 0px;

  .introCaption {
    margin: 0px 0px 4px 0px;
    text-transform: uppercase;
  
    color: #999999;
    font-size: 12px;
    font-weight: 700;
  }
  .main-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
    color: #333333;
  }
  .subtitle {
    font-size: 15px;
    color: #808080;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 1.6;
  }

}
.intro-right {
  flex: 1 1 300px;
  max-width: 600px;

  .description {
    font-size: 15px;
    color: #808080;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 0;
  }
}





/* Stats Rows */
.stats-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 80px 30px 0px 30px;

  @media (min-width: 700px) {
    margin: 80px 50px 0px 50px;
  }


  .stat-block {
    flex: 1 1 240px;
    max-width: 300px;
    text-align: center;

    margin: 0px 12px 40px 12px;
  
    .percentage {
      font-size: 40px;
      color: #0071BC;
      font-weight: 200;
      margin-bottom: 10px;
    }
    .stat-title {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 6px;
    }
    .stat-description {
      font-size: 14px;
      color: #808080;
      line-height: 1.6;
      
    }
    .source {
      margin-top: 12px;
      font-size: 13px;
      color: #333333;
      font-style: italic;
      font-weight: bold;
    }
    
  }

  

}

.bottom-stats {
  border-bottom: 1px solid  #f2f2f2;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 60px 0px;
}


  /* Section 4 ------------------------------------------------*/
  /* --------------------------------------------------------- */

  .cNXr8o {
    width: 100%;
    display: block;
    margin: 60px auto 20px auto;
    overflow: hidden;

    @media (min-width: 700px) {
      margin: 60px auto 20px auto;
    }
  }
  
  /* Header Section */
  .tP1aG9 {
    font-size: 12px;
    text-transform: uppercase;
    color: #aa8866; /* Matches the subtle warm tone from the screenshot */
    margin: 8px auto 0px auto;
    font-weight: 700;
    text-align: center;
    
  }
  
  /* Main Title */
  .H7u3pL {
    font-size: 24px;
    font-weight: 900;
    margin: 4px auto 6px auto;
    color: #333333;
    text-align: center;

    padding: 0px 30px 0px 30px;

    @media (min-width: 640px) {
      padding: 0px 0px 0px 0px;
    }
    
  }
  
  /* Subtitle / Tagline */
  .X8r9kC {
    font-size: 15px;
    line-height: 1.6;
    color: #808080;
    text-align: center;

    min-width: 300px;
    max-width: 600px;
    margin: 0px auto 60px auto;
    padding: 0px 30px 0px 30px;
    display: block;

    @media (min-width: 640px) {
      padding: 0px 0px 0px 0px;
    }

  }
  
  /* Content Section Layout */
  .whyWorkWrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0px auto;
    padding: 0px 20px 0px 20px;

    @media (min-width: 1384px) {
      padding: 0px 0px 0px 0px;
    }

    

    @media (min-width: 920px) {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
    }

  }


  .whyWorkLeading {
    flex: 1 1 300px;
    max-width: 90%;
    min-width: 300px;
    margin-bottom: 20px;
    margin-right: 0px;

    @media (min-width: 920px) {
      margin-right: 30px;
      max-width: 600px;
    }

    img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .Sdl60c {
      font-size: 18px;
      font-weight: 600;
      margin: 40px 0 8px;
      color: #000000;
    }

    .rK90Vg {
      font-size: 15px;
      color: #808080;
      line-height: 1.6;
      margin-bottom: 20px;
    }

  }

  .whyWorkTrailing {
    flex: 1 1 400px;
    max-width: 90%;
    min-width: 300px;
    padding-left: 0;
    margin-bottom: 20px;

    @media (min-width: 920px) {
      max-width: 600px;
    }
  }

  
  /* Right Column Boxes */
  .Hc2Qp9 {
    display: flex;
    flex-wrap: wrap;
  }
  .Bp9WdY {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;

    @media (min-width: 530px) {
      flex-direction: row;
    }

  }

 

  .Bp9WdY img {
    max-width: 100%;
    margin: 0px auto 30px auto;
    height: auto;
    border-radius: 8px;

    @media (min-width: 530px) {
      flex: 1 1 220px;
      max-width: 220px;
      margin: 0px 20px 0px 0px;
    }
  }

  .sec4TextWrapper {
    .Zk11H0 {
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 8px;
      color: #333333;
      line-height: 1.4;
    }
    .H7o9sh {
      font-size: 14px;
      color: #808080;
      line-height: 1.6;
      margin: 0;
    }
  }
  
  
  /* CTA Section */
  .cdiB4P {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 60px;

    border-bottom: solid 1px #f2f2f2;
  }
  .cdiB4P .hP93pR {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333333;
  }
  
  .cdiB4P .vK0CDj {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    color: #0071BC;
    text-decoration: none;
    font-weight: 600;
  }


  /* Section 5 ------------------------------------------------*/
  /* --------------------------------------------------------- */

  .page-container {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 20px;

    @media (min-width: 703px) {
      flex-direction: row;
      justify-content: space-around;
      padding: 0px 50px 0px 50px;
    }

    .sec5Leading {
      flex: 1 1 300px;
      max-width: 640px;
      /* Header */
      .brand-name {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #aa8866;
        margin-top: 20px;
        text-align: center;

        @media (min-width: 703px) {
          text-align: left;
        }
      }
      
      /* Main Title */
      .main-heading {
        font-size: 24px;
        font-weight: 900;
        margin-top: 8px;
        margin-bottom: 10px;
        color: #333333;
        text-align: center;

        @media (min-width: 703px) {
          text-align: left;
        }
      }
      
      /* Subtitle Paragraphs */
      .intro-paragraph {
        font-size: 15px;
        line-height: 1.6;
        color: #808080;
        margin-bottom: 20px;
        text-align: center;
        width: 90%;
        margin: 0px auto 0px auto;

        @media (min-width: 703px) {
          width: 100%;
          text-align: left;
        }
      }
    }
  }
 
  
 
  
  .awards-section {
    margin: 20px auto 0px auto;
    flex: 1 1 300px;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

    @media (min-width: 719px) {
      margin: 40px 0px 0px 0px;
    }

    .award-item  {
      width: 100px;
      height: auto;
      display: block;
      margin: 0px 12px 20px 12px;
  
      @media (min-width: 340px) {
        width: 110px;
        margin: 0px 20px 20px 20px;
  
      }
    }
  }
  
 
  /* Awards Images */
  
  
 

  /* Section 6 ------------------------------------------------*/
  /* --------------------------------------------------------- */


  .section6 {
    width: 100%;
    background-color: #4d4d4d;
    margin: 80px 0px 0px 0px;
    padding: 60px 0px 60px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;



      .sec6-intro-agency-location {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0px auto 6px auto;
        color: #aa8866;
      }
  
      .sec6-intro-main-heading {
        width: 90%;
        font-size: 24px;
        font-weight: 900;
        margin: 0px auto 8px auto;
        line-height: 1.4;
        color: #e0e0e0;
        text-align: center;
      }
  
      .sec6-intro-description {
        width: 90%;
        font-size: 15px;
        line-height: 1.6;
        margin: 0px auto 10px auto;
        color: #b3b3b3;
        text-align: center;
        
  
      }
  
      .sec6-intro-partner-text {
        font-size: 16px;
        font-weight: 600;
        margin: 20px 20px 0px 20px;
        line-height: 1.5;
        color: #f1f1f1;
      }


    

    /* Section: First Row (Image + Small Testimonial) */
    .first-row-container {
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 40px;
      margin: 30px auto 40px auto;
    }

    

    .first-row-image {
      flex: 1 1 500px;
      max-width: 90%;
      min-width: 320px;
      display: block;
      object-fit: cover;
      border-radius: 8px;
      margin: 0px 0px 0px 0px;

      @media (min-width: 978px) {
        max-width: 540px;
      }
    }

    .first-row-testimonial-box {
      flex: 1 1 300px;
      min-width: 340px;
      max-width: 90%;
      min-height: 200px;
      background-color: #666666;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;

      @media (min-width: 978px) {
        max-width: 500px;
        min-height: 100%;
      }
      

      .short-quote {
        font-size: 18px;
        font-style: italic;
        line-height: 1.4;
        color: #f1f1f1;
        margin-bottom: 8px;
        font-weight: 800;
      }
  
      .short-quote-author {
        font-size: 13px;
        margin-bottom: 10px;
        color: #e0e0e0;
        font-weight: 700;
      }
  
      .star-rating  {
        margin: 2px auto 0px auto;
        width: 90px;
        height: auto;
      }
  
    }

   
    /* Section: University Partnership */
    .university-section {
      width: 80%;
      margin: 0px auto 40px auto;
      padding: 80px 30px 80px 30px;
      background-color: #666666;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      gap: 40px;

      @media (min-width: 799px) {
        padding: 80px 40px 80px 40px;
        flex-direction: row;
        justify-content: space-around;
      }

      

      .university-section-leading {
        flex: 1 1 300px;
        max-width: 500px;

        .university-agency-location {
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 6px;
          color: #aa8866;
        }
    
        .university-main-heading {
          font-size: 21px;
          font-weight: 700;
          margin-bottom: 20px;
          line-height: 1.2;
          color: #ffffff;
        }
    
        .university-description {
          font-size: 15px;
          line-height: 1.6;
          max-width: 1000px;
          margin-bottom: 10px;
          color: #cccccc;

          b {
            color: #ffffff;
            font-size: 15px;
          }
        }
      }

      .university-section-trailing {
        flex: 1 1 300px;
        display: flex;
        flex-direction: column-reverse;
        max-width: 500px;

        .long-quote {
          width: 90%;
          font-size: 16px;
          font-style: italic;
          line-height: 1.6;
          text-align: center;
          color: #f1f1f1;
          margin: 0px auto 40px auto;
        }
        .second-row-image {
          
          width: 100%;
          height: auto;
          display: block;
          object-fit: cover;
          border-radius: 8px 8px 0px 0px;
          margin: 0px 0px 30px 0px;
        }
      }
    }

    /* Responsive Adjustments */
   
  }
  

  /* Section 7 ------------------------------------------------*/
  /* --------------------------------------------------------- */

   /* Section Container */
   .ruxe-testimonials-section {
    max-width: 1384px;
    min-width: 320px;
    margin: 0 auto;
    padding: 80px 30px;
    background-color: #f1f1f1;

    @media (min-width: 540px) {
      padding: 80px 50px;
    }
  }

  /* Header */
  .ruxe-testimonials-header {
    margin-bottom: 40px;
  }
  .ruxe-location-title {
    display: block;
    font-size: 13px;
    color: #aa8866;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto 0px auto;
  }
  .ruxe-main-heading {
    display: block;
    margin-top: 6px;
    font-size: 21px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    line-height: 1.3;
  }

  /* Content Row */
  .ruxe-testimonials-row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }

  /* Left Image Column */
  .ruxe-image-column {
    flex: 1 1 50%;
    min-width: 300px;
    position: relative;
  }
  .ruxe-image-column video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    filter: grayscale(30%) brightness(1.0) contrast(1);
  }
  .ruxe-image-logo {
    width: 120px;
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
  }

  /* Right Testimonials Column */
  .ruxe-testimonials-column {
    flex: 1 1 300px;
    max-width: 100%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;

    @media (min-width: 820px) {
      max-width: 45%;
      min-width: 300px;
    }
  }

  /* Individual Testimonial Boxes */
  .ruxe-testimonial-box {
    background-color: #ffffff;
    padding: 40px 30px 30px 30px;
    border-radius: 12px;
    text-align: center;
  }
  .ruxe-star-rating {
    margin-bottom: 10px;
    width: 90px;
    height: auto;
  }
  .ruxe-testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #808080;
    margin-bottom: 16px;
  }
  .ruxe-testimonial-author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .ruxe-testimonials-row {
      flex-direction: column;
    }
    .ruxe-image-column,
    .ruxe-testimonials-column {
      flex: 1 1 100%;
    }
  }


   /* Section 8 ------------------------------------------------*/
  /* --------------------------------------------------------- */



  .ruxe-partners-section {
    margin: 0 auto;
    padding: 80px 30px;

    @media (min-width: 440px) {
      padding: 80px 50px;
    }
  }

  /* Header Area */
  .ruxe-partners-header {
    margin-bottom: 40px;
    max-width: 740px;

    .ruxe-partners-location {
      display: inline-block;
      font-size: 13px;
      color: #aa8866;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 6px;
    }
    .ruxe-partners-title {
      font-size: 21px;
      font-weight: 900;
      color: #333333;
      margin-bottom: 12px;
      line-height: 1.3;
    }
    .ruxe-partners-intro {
      font-size: 15px;
      line-height: 1.6;
      color: #808080;
      margin-bottom: 20px;
    }
    .ruxe-partners-subheader {
      font-size: 15px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 60px;
      line-height: 1.6;
    }
  }
 

  /* Partners Cards Container */
  .ruxe-partners-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
  }

  /* Individual Cards */
  .ruxe-partners-card {
    background-color: #f6f6f6;
    flex: 1 1 20%;
    max-width: 100%;
    min-width: 200px;
    border-radius: 12px;
    padding: 60px 20px 60px 20px;
    text-align: center;

    @media (min-width: 768px) {
      max-width: 45%;
      padding: 60px 30px 60px 30px;
    }

    .ruxe-partners-card-icon {
      margin-bottom: 20px;
    }
    .ruxe-partners-card-icon img {
      display: block;
      width: 130px;
      height: auto;
      margin: 0px auto 30px auto;
    }
    
    .ruxe-partners-card-heading {
      font-size: 16px;
      font-weight: 700;
      color: #3333333;
      margin-bottom: 12px;
      line-height: 1.4;
    }
    .ruxe-partners-card-text {
      width: 90%;
      margin: 0px auto 0px auto;
      font-size: 15px;
      line-height: 1.5;
      color: #808080;
      line-height: 1.6;
    }

  }
  

  /* CTA Section */
  .ruxe-partners-cta {
    text-align: center;
  }
  .ruxe-partners-cta-heading {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .ruxe-partners-cta-text {
    width: 90%;
    max-width: 600px;
    font-size: 15px;
    color: #808080;
    margin: 0px auto 30px auto;
    line-height: 1.6;

    @media (min-width: 400px) {
      width: 80%;
    }
  }
  .ruxe-partners-cta-button {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    color: #0071BC;
    text-decoration: none;
    font-weight: 600;
  }

 

  /* Section 9 ------------------------------------------------*/
  /* --------------------------------------------------------- */


  .ruxe-section-wrapper {
    max-width: 1384px;
    min-width: 360px;
    margin: 0 auto 60px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;

    padding: 0px 30px 0px 30px;

    @media (min-width: 480px) {
      padding: 0px 50px 0px 50px;
    }

    @media (min-width: 980px) {
      flex-direction: row;
    }

    .aboutLeading {
      flex: 1 1 45%;

      .ruxe-location-title {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #aa8866;
        margin: 0;
        text-align: left;
      }
      .ruxe-main-heading {
        font-size: 21px;
        font-weight: 900;
        margin: 6px 0 12px 0;
        color: #333333;
        text-align: left;
      }
      .ruxe-paragraph {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 60px;
        color: #808080;
        text-align: left;
    
        b {
          font-size: 15px;
          color: #333333;
        }
      }

    }

    .aboutTrailing {
      flex: 1 1 45%;
    }
  }
  
  .ruxe-images-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;

  .aboutVideo {
    width: 100%;
    border-radius: 8px;
    filter: grayscale(30%) brightness(1.0) contrast(1);
    margin-bottom: 12px;
  }

    img {
      flex: 1 1 200px;
      min-width: 100%;
      max-width: 100%;
      display: block;
      height: auto;
      border-radius: 6px;

      @media (min-width: 520px) {
        min-width: 100px;
        max-width: 300px;
      }

      
    }

    img:last-child {
      display: block;
      @media (min-width: 740px) {
        display: none;
      }
      @media (min-width: 960px) {
        display: block;
      }
    }

  }
  
  
  .ruxe-quote-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0px 0;
    justify-content: center;
    align-items: center;

    @media (min-width: 640px) {
      flex-direction: row;
      margin: 40px 0;
    }
  }
  .ruxe-quote-block {
    flex: 1 1 80px;
    max-width: 400px;
    text-align: center;

    @media (min-width: 640px) {
      flex: 1 1 250px;
    }
  }
  .ruxe-quote-text {
    font-size: 15px;
    font-style: italic;
    color: #0071BC;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .ruxe-quote-source {
    font-size: 13px;
    color: #4d4d4d;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .ruxe-star-rating  {
    margin-top: 2px;
    width: 90px;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .ruxe-images-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 480px) {
    .ruxe-images-grid {
      grid-template-columns: 1fr;
    }
    .ruxe-quote-section {
      flex-direction: column;
    }
  }


  /* Section 10 ------------------------------------------------*/
  /* --------------------------------------------------------- */

  .ruxe-finance-section {
    background-color: #4d4d4d;
    max-width: 1384px;
    min-width: 320px;
    margin: 0 auto;
    padding: 80px 30px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

    gap: 0px;

    @media (min-width: 480px) {
      padding: 80px 50px 40px;
    }

    @media (min-width: 768px) {
      gap: 60px;
    }
  }
  .ruxe-finance-content {
    width: 100%;
    max-width: 700px;
    margin-bottom: 40px;

    flex: 1 1 45%;
    max-width: 550px;

    .ruxe-finance-header {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      color: #C7B299;
      margin: 0px 0px 0px 0px;
    }
    .ruxe-finance-title {
      font-size: 21px;
      font-weight: 900;
      color: #f2f2f2;
      margin: 6px 0 20px 0;
      line-height: 1.3;
    }
    .ruxe-finance-text {
      font-size: 15px;
      line-height: 1.6;
      color: #cccccc;
      margin-bottom: 40px;
    }
    .ruxe-finance-button {
      display: inline-block;
      background-color: #5D5D5D;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 700;
      padding: 14px 24px;
      text-decoration: none;
      border: none;
      border-radius: 8px;
      cursor: pointer;
    }
  }
  
  .ruxe-finance-highlights {

    flex: 1 1 45%;
    max-width: 550px;
  }
  .ruxe-highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 30px;

    .ruxe-highlight-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 20px;

      @media (min-width: 768px) {
        margin-bottom: 0px;
      }
    }
    .ruxe-highlight-icon {
      width: 32px;
      height: auto;
      margin-bottom: 16px;
    }
    /* Individual icon colors to match the design */
    
    .ruxe-highlight-title {
      color: #FFFFFF;
      font-size: 15px;
      font-weight: 600;
      margin: 0 0 4px 0;
      line-height: 1.5;

      @media (min-width: 768px) {
        margin: 0 0 10px 0;
      }
    }
    .ruxe-highlight-text {
      color: #cccccc;
      font-size: 15px;
      line-height: 1.6;
      margin: 0;
    }

  }

  .faqFooter {
    margin: 60px auto 0px auto;
    background-color: #f2f2f2;
    padding: 40px 30px 30px 30px;
    border-radius: 12px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;

    @media (min-width: 660px) {
      flex-direction: row;
    }

    @media (min-width: 760px) {
      gap: 40px;
    }

    @media (min-width: 840px) {
      padding: 40px 60px 30px 60px;
    }


    .faqFooterLeading {

      flex: 1 1 60%;
      min-width: 300px;
      max-width: 90%;
      display: flex;
      flex-wrap: nowrap;

      

      @media (min-width: 760px) {
        flex: 1 1 60%;
        min-width: 300px;
        max-width: 60%;
      }

      .fawQuestionIcon {
        margin: 0px 12px 0px 0px;
        height: 40px;
        width: auto;

        @media (min-width: 380px) {
          margin: 0px 20px 0px 0px;
        }
      }

      .faqFooterText {

        b {
          display: block;
          margin: 2px 0px 2px 0px;
          font-size: 15px;
          font-weight: 700;
          color: #333333;
        }
        margin-right: 20px;
        font-size: 14px;
        color: #808080;
        line-height: 1.4;
      }

    }

    .faqFooterTrailing {

      flex: 1 1 50px;
      min-width: 200px;
      max-width: 200px;
      text-align: right;

      margin-left: 20px;

        @media (min-width: 760px) {
          margin-left: 0px;
        }

      @media (min-width: 660px) {
        flex: 1 1 200px;
      }
     
      .ruxe-faq-button {
        display: inline-block;
        background-color: #333333;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 700;
        padding: 14px 40px;
        text-decoration: none;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        
      }
    }

  }
 
  @media (max-width: 768px) {
    .ruxe-finance-section {
      flex-direction: column;
    }
    .ruxe-finance-content,
    .ruxe-finance-highlights {
      max-width: 100%;
    }
    .ruxe-highlights-grid {
      grid-template-columns: 1fr;
      grid-gap: 20px;
    }
  }

  /* Section 11 ------------------------------------------------*/
  /* --------------------------------------------------------- */


  .ruxe-faq-section-wrapper {
    margin: 0 auto;
    padding: 80px 30px 40px;

    @media (min-width: 620px) {
      padding: 80px 50px 40px;
    }
  }
  .ruxe-faq-top-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .ruxe-faq-logo {
    width: 90px;
    height: auto;
    display: block;
    margin: -30px 0px 0px 0px;

    @media (min-width: 580px) {
      width: 120px;
      margin: 0px 0px 0px 0px;
    }
  }
  
  .ruxe-faq-text-header {
    max-width: 900px;
  }
  .ruxe-faq-location {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aa8866;
    margin: 0;
  }
  .ruxe-faq-main-title {
    font-size: 21px;
    font-weight: 900;
    color: #333333;
    margin: 6px 0px 12px 0px;
    line-height: 1.3;
  }
  .ruxe-faq-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #808080;
    margin: 0;
  }
  .ruxe-faq-columns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 40px;

    
  }
  .ruxe-faq-column-left,
  .ruxe-faq-column-right {
    flex: 1 1 320px;
    max-width: 600px;
  }
  .ruxe-faq-item {
    margin-bottom: 20px;
  }
  .ruxe-faq-question {
    font-weight: 600;
    color: #333333;
    margin: 0 0 4px 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .ruxe-faq-answer {
    font-size: 15px;
    line-height: 1.6;
    color: #808080;
  }


  .ruxe-faq-bottom-cta {
    background-color: #F7F7F7;
    padding: 30px 20px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    .ruxe-faq-bottom-text {
      font-size: 16px;
      line-height: 1.6;
      color: #333333;
      margin: 0 0 10px 0;
    }
    .ruxe-faq-bottom-button {
      background-color: #111111;
      color: #FFFFFF;
      font-size: 16px;
      padding: 12px 24px;
      border: none;
      border-radius: 4px;
      text-decoration: none;
      display: inline-block;
      cursor: pointer;
    }

  }
  
  @media (max-width: 768px) {
    
    .ruxe-faq-columns {
      flex-direction: column;
    }
    .ruxe-faq-column-left,
    .ruxe-faq-column-right {
      max-width: 100%;
    }
  }

   /* Section 12 ------------------------------------------------*/
  /* --------------------------------------------------------- */

  .ruxe-support-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
    margin: 0 auto;
    padding: 40px 30px;
    box-sizing: border-box;

    @media (min-width: 480px) {
      padding: 40px 50px;
    }

    @media (min-width: 860px) {
      gap: 60px;
    }

    .ruxe-support-image-wrapper {
      background-color: #000000;
      padding: 80px 0px 80px 0px;
      border-radius: 12px;
      overflow: hidden;
      flex: 1 1 400px;
      max-width: 100%;
      margin-bottom: 20px;

      @media (min-width: 860px) {
        flex: 1 1 400px;
        max-width: 650px;
      }

      .supportVideo {
        width: 100%;
        display: block;
        height: auto;
        filter: grayscale(30%) brightness(1.0) contrast(1);
      }

    }

  }
  
  
  .ruxe-support-text-wrapper {
    flex: 1 1 300px;
    max-width: 700px;
    margin-left: 40px;
    margin-bottom: 20px;
  }

  .ruxe-support-logo {
    display: block;
    width: 90px;
    height: auto;
    margin: 0px 0px 0px auto;

    @media (min-width: 860px) {
      width: 120px;
    }
  }
  .ruxe-support-location {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999999;
    margin: 12px 0 6px 0;

    @media (min-width: 860px) {
      margin: 30px 0 6px 0;
    }
  }
  .ruxe-support-title {
    font-size: 21px;
    font-weight: 900;
    color: #333333;
    line-height: 1.3;
    margin: 0 0 20px 0;
  }
  .ruxe-support-paragraph {
    font-size: 15px;
    line-height: 1.6;
    color: #808080;
    margin: 0 0 60px 0;
  }
  .ruxe-support-rating-and-quote {
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ruxe-support-stars {
    margin: 0px auto 16px auto;
    width: 90px;
    height: auto;
  }
  .ruxe-support-quote {
    font-size: 15px;
    font-style: italic;
    color: #666666;
    line-height: 1.7;
    margin: 0 auto 20px auto;
    max-width: 500px;
  }
  .ruxe-support-quote-author {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
  }
  @media (max-width: 992px) {
    
    .ruxe-support-text-wrapper {
      margin-left: 0;
    }
  }
  @media (max-width: 768px) {
    .ruxe-support-image-wrapper,
    .ruxe-support-text-wrapper {
      max-width: 100%;
    }
  }

  /* Section 13 ------------------------------------------------*/
  /* --------------------------------------------------------- */


  .ruxe-difference-section {
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;

    @media (min-width: 520px) {
      padding: 40px 50px;
    }

  }

  .ruxe-difference-container {

    position: relative;
    background-color: #4E4E4E;
    border-radius: 12px;
    padding: 40px 30px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

    @media (min-width: 520px) {
      padding: 40px 50px 20px 50px;
    }

    @media (min-width: 880px) {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      gap: 60px;
    }


    .ruxe-difference-ruxe-logo {
      position: absolute;
      right: 50px;
      top: 50px;
      width: 90px;

      @media (min-width: 660px) {
        width: 120px;
      }
    }
  }

  .ruxe-difference-left {
    flex: 1 1 300px;
    max-width: 600px;

    .ruxe-difference-location {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      color: #C7B299;
      margin: 40px 0 6px 0;
    }
  
    .ruxe-difference-title {
      font-size: 21px;
      font-weight: 900;
      color: #FFFFFF;
      line-height: 1.3;
      margin: 0 0 20px 0;
    }
  
    .ruxe-difference-text {
      font-size: 15px;
      line-height: 1.7;
      color: #e6e6e6;
      margin: 0 0 0px 0;

      @media (min-width: 880px) {
        margin: 0 0 60px 0;
      }
    }
  
    /* Emphasize the institution names */
    .ruxe-difference-text strong {
      color: #FFFFFF;
      font-weight: 700;
    }

  }

  .ruxe-difference-right {
    flex: 1 1 100px;
    min-width: 90%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    margin: 20px 0px 60px 0px;

    @media (min-width: 880px) {
      flex: 1 1 200px;
      min-width: 320px;
      max-width: 500px;
      margin: 140px 0px 0px 0px;
    }

    

    .ruxe-difference-logos {
      width: 100%;
      display: flex;
      gap: 12px;
      justify-content: center;

      @media (min-width: 470px) {
        gap: 20px;
        justify-content: space-around;
      }

      .ruxe-difference-logo1 {
        display: block;
        width: 120px;
        height: auto;

        @media (min-width: 470px) {
          width: 160px;
        }

        @media (min-width: 560px) {
          width: 200px;
        }
      }
    
      .ruxe-difference-logo2 {
        display: block;
        width: 100px;
        height: auto;

        @media (min-width: 470px) {
          width: 120px;
        }

        @media (min-width: 560px) {
          width: 160px;
        }
      }
    }
  
    

  }

  
 /* Section 14 ------------------------------------------------*/
  /* --------------------------------------------------------- */


  .ruxe-contact-section {
    margin: 80px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;

    @media (min-width: 768px) {
      padding: 0px 50px 0px 50px;
    }
  }
  .ruxe-contact-left {
    flex: 1 1 50%;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

    .ruxe-contact-left-img {
      width: 100%;
      height: auto;
      display: block;

      @media (min-width: 1270px) {
        width: 100%;
        height: auto;
      }
    }
  }
  
  .ruxe-contact-right {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .ruxe-contact-logo {
    display: block;
    margin: 0px auto 40px auto;
    width: 140px;
  }
  .ruxe-contact-office {
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 8px auto;
    text-align: center;
  }
  .ruxe-contact-address {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 16px auto;
    text-align: center;
    color: #808080;
  }
  .ruxe-contact-appointment {
    font-size: 13px;
    font-style: italic;
    color: #999999;
    margin: 0 auto 30px auto;
  }
  .ruxe-contact-button {
    text-align: center;
    display: flex;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0px auto 0px auto;
  }
  .ruxe-contact-section-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-align: center;
  }
  .ruxe-contact-section-subtitle {
    font-size: 14px;
    margin: 0 0 20px 0;
    color: #808080;
  }
  .contactIcon {
    width: 28px;
    height: auto;
    margin: 30px auto 16px auto;
    color: #333333;
  }
  .ruxe-contact-info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto 12px auto;
  }
  .ruxe-contact-info-text {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #4d4d4d;
  }
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .ruxe-contact-section {
      flex-direction: column-reverse;
    }
    .ruxe-contact-left, .ruxe-contact-right {
      flex: 1 1 100%;
    }
    .ruxe-contact-right {
      align-items: flex-start;
      padding: 20px;
    }
  }


  /* Footer ------------------------------------------------*/
  /* --------------------------------------------------------- */


  .footer {
    width: 100%;
    height: 54px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a1a1a;

    margin-top: 2px;

    .footerLeading {
      color: #cccccc;
      font-size: 10px;
      margin-left: 20px;

      @media (min-width: 560px) {
        margin-left: 30px;
        font-size: 11px;
      }

      @media (min-width: 940px) {
        margin-left: 50px;
      }
    }

    .footerTrailing {
      color: #cccccc;
      font-size: 10px;
      margin-right: 20px;

      @media (min-width: 560px) {
        margin-right: 30px;
        font-size: 11px;
      }

      @media (min-width: 940px) {
        margin-left: 50px;
      }

    }
  }


  /* Modal ------------------------------------------------*/
  /* --------------------------------------------------------- */

  /* Modal overlay */
.modal {
  display: none;               /* Hidden by default */
  position: fixed;             /* Stay in place */
  z-index: 999999999999;                /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;                 /* Full width */
  height: 100%;                /* Full height */
  overflow: auto;              /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
  justify-content: center;     /* Center horizontally (Flex item) */
  align-items: center;         /* Center vertically (Flex item) */
  transition: opacity 0.3s ease;
}

/* The modal content box */
.modal-content {
  z-index: 999999999999999;
  position: relative;
  background-color: #fff;
  margin: 20px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  height: 90%;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;  /* IE and older Edge */
  scrollbar-width: none;     /* Firefox */
}

.contactInput {
  min-width: 80%;
  max-width: 80%;
  border: 1px solid #e0e0e0;
  padding: 12px 0 14px 20px;
  font-size: 13px;
  border-radius: 6px;
  margin: 0 auto 20px;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all 1s ease;

  &:focus {
      border: 1px solid #00ace4;
  }

}

.modal-content::-webkit-scrollbar {
  display: none;
}

/* Close button (x) */
.close-btn {
  z-index: 9999999999999999999;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 40px;
  padding: 20px;
  color: #999;
  cursor: pointer;
}

/* Display modal when active */
.modal.show {
  display: flex; /* Switch from 'none' to 'flex' to enable centering */
  opacity: 1;
}

/* Responsive: for smaller screens, ensure the modal is still readable */
@media (max-width: 600px) {
  .modal-content {
    width: 80%;  /* Less horizontal space on small screens */
    margin: 1rem auto;
    padding: 1rem;
  }
}


.bookingtitle {
  font-size: 21px;
  color: #333333;
  margin: 60px auto 4px auto;
  font-weight: bold;
  text-align: center;
}

.captionbooking {
  display: block;
  margin: 4px 20px 0px 20px !important;
  font-size: 15px;
  color: #808080;
  text-align: center;
  line-height: 1.4;
}

.timebuttonswrapepr {

  width: 100%;

  margin: 30px auto 0px auto;
  padding-bottom: 30px;
  text-align: center;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  @media only screen and (min-width: 640px)  {
      width: 90%;
  }

  .text {
      font-size: 15px;
      color: #2a2a2a;
      margin: 0px auto 20px auto;
      text-align: center;
      font-weight: bold;
  }
  .timebuttonrow {

      width: 90%;

      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: center;

      margin: 0px 0px 20px 0px;

      .timebutton {

          border: 1px solid #cdcdcd;
          text-align: center;
          border-radius: 4px;

          color: #cdcdcd;

          width: 25%;

          height: 60px;

          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;

          transition: all 1s ease;
          background-color: #f1f1f1;

          cursor: default;

          &:hover {

          }

          .slotStatus {
            display: block;
            font-size: 11px;
            margin: 4px auto 0px auto;

          }


      }
  }

}

.locationWrapper {
  width: 90%;

  margin: 0px auto 0px auto;
  padding-bottom: 30px;
  text-align: center;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  @media only screen and (min-width: 640px)  {
      width: 90%;
  }

.text {
    font-size: 15px;
    color: #2a2a2a;
    margin: 12px auto 20px auto;
    text-align: center;
    font-weight: bold;
}

.locationbutton {

    margin: 0px 0px 30px 0px;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 8px;

    color: #cdcdcd;

    width: 80%;

    height: 90px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    transition: all 2s ease;
    background-color: #ffffff;



    &:hover {

    }

    .city {
      margin: 0px 0px 6px 0px;
      color: #00ace4;
    }

    .address {
      color: #999999;
      font-size: 12px;
      line-height: 1.6;
      i {
        font-size: 11px;
      }
    }

    .slotStatus {
      display: block;
      font-size: 11px;
      margin: 4px auto 0px auto;

    }


}

}

.locationselected {
  background-color: #00ACE4 !important;
  color: #ffffff !important;

  .city {
    color: #ffffff !important;
  }
  .address {
    color: #ffffff !important;
  }
}


.timetrue {
  background-color: #ffffff;
  color:#1a1a1a;
}

.timefalse {
  background-color: #f1f1f1;
}

.timeactive {
  background-color: #ffffff !important;
  color:#1a1a1a !important;
  cursor: pointer !important;
}

.timeselected {
  background-color: #00ACE4 !important;
  color: #ffffff !important;
}

.slotactive {
color: #00ACE4;

}

.slotselected {
color: #ffffff;
}


.bookingDetails {
  width: 90%;

  margin: 0px auto 0px auto;
  padding-bottom: 30px;
  text-align: center;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  @media only screen and (min-width: 640px)  {
      width: 80%;
  }

  .text {
      font-size: 15px;
      color: #2a2a2a;
      margin: 12px auto 20px auto;
      text-align: center;
      font-weight: bold;
  }

  .bookingInput {
      min-width: 80%;
      max-width: 80%;
      border: 1px solid #e0e0e0;
      padding: 12px 0 14px 20px;
      font-size: 13px;
      border-radius: 6px;
      margin: 0 auto 20px;
      display: block;
      -webkit-transition: all .5s ease;
      transition: all 1s ease;

      &:focus {
          border: 1px solid #00ace4;
      }

  }

}

.bookingInputError {
  border: 1px solid #e27aab !important;
  }

.bookingButton {
      width: 220px;

      height: 50px;
      display: block;
      text-align: center;
      margin: 20px auto 20px auto;
      border-radius: 6px;
      color: #ffffff !important;
      font-size: 13px;
      font-weight: 700;
      transition: all 1s ease;
      background-color: #00ace4;

      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;


      cursor: pointer;

      span{
          font-size: 16px;
          display: inline-block;
          margin-left: 8px;
          color: #ffffff;
          position: relative;
          top:0px;
          transition: all 1s ease;

      }

      &:focus {
          color: #ffffff;
      }

      &:hover {
          color: #ffffff;
      }
  }
.bookingErrormessage {
  text-align: center;
  font-style: 14px;
  font-weight: 700;
  margin: 20px auto 30px auto;
  color: #e27aab;
  opacity: 0;

  transition: all 1s ease;

}


.contactButton {
  width: 220px;

  height: 50px;
  display: block;
  text-align: center;
  margin: 20px auto 20px auto;
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  transition: all 1s ease;
  background-color: #00ace4;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;


  cursor: pointer;

  span{
      font-size: 16px;
      display: inline-block;
      margin-left: 8px;
      color: #ffffff;
      position: relative;
      top:0px;
      transition: all 1s ease;

  }

  &:focus {
      color: #ffffff;
  }

  &:hover {
      color: #ffffff;
  }
}
.contactErrormessage {
text-align: center;
font-style: 14px;
font-weight: 700;
margin: 20px auto 30px auto;
color: #e27aab;
opacity: 0;

transition: all 1s ease;

}


.bookingFooterTitle {
  text-align: center;
  color: #333333;
  font-weight: 700;
  margin: 0px auto 6px auto;
}

.bookingFooterText {

  text-align: center;
  width: 90%;
  color: #808080;
  margin: 0px auto 0px auto;
  line-height: 1.6;

}

.ui-datepicker {
  width: 90%;
  padding: 30px 12px 12px 12px;
  display: none;
  margin: 0px auto 0px auto;

 

  @media only screen and (min-width: 640px)  {
      width: 90%;
  }
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;

  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #eaeaea transparent transparent;
}
.ui-datepicker .ui-datepicker-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 16px;
  border-color: transparent transparent transparent #00ace4;

}
.ui-datepicker .ui-datepicker-prev-hover {

}
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #4d4d4d;
  position: relative;
  top:-3px;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span {
display: block;
padding: 12px 0px 12px 0px;
text-align: center;
text-decoration: none;
}
.ui-datepicker td a {
  display: block;
  padding: 12px 0px 12px 0px;
  text-align: center;
  text-decoration: none;
  color: #00ace4;

}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-state-active {
  background-color: #00ACE4;
  color: #ffffff !important;
}

th.ui-datepicker-week-end,
td.ui-datepicker-week-end {
  display: none;
}

.ui-datepicker-today {
  color: #1a1a1a;
  // font-weight: bold;
  background-color: #f1f1f1;
}
.ui-state-disabled {
  color:#e0e0e0;
}

.datepickertitle {
  font-size: 15px;
  color: #2a2a2a;
  margin: 12px auto 12px auto;
  text-align: center;
  font-weight: bold;
}




// ---------------------------------------------
// ---------------------------------------------
//  Sweetalert Overides
// ---------------------------------------------
// ---------------------------------------------


.swal-button {
  background-color: #00ace4;
}

.swal-text {
  width: 80%;
  text-align: center;
  line-height: 24px;
}