:root {
  --evo-brand-secondary: #fe6730;
  --evo-brand-accent: #fe6730;
  --evo-header-background: #fff;
}
.header-full .logo img {
/* Change this for desktop */
    max-width: 250px !important;
    height: auto !important;
    max-height: none !important;
}

.fa-leaf:before {
    content: "\f06c";
    color: green;
}

.fa-recycle:before {
    content: "\f1b8";
    color: limegreen;
}

/* =========================================
   EDUCATION HERO
========================================= */

.edu-hero{
  width:100%;
  background:transparent;
  padding:35px 30px 25px;
  font-family:"DM Sans",sans-serif;
  box-sizing:border-box;
}

.edu-hero-inner{
  width:100%;
  max-width:1230px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}


/* =========================================
   LEFT CONTENT
========================================= */

.edu-hero-content{
  padding-top:0;
}

.edu-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:5px 12px;
  border:1px solid #d9d4cd;
  border-radius:30px;
  font-size:11px;
  line-height:1;
  letter-spacing:2px;
  color:#5b6470;
  background:#fff;
  margin-bottom:27px;
}

.edu-hero-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff6a3d;
  flex-shrink:0;
}

.edu-hero-title{
  margin:0;
  color:#3d3d3d;
  font-size:67px;
  line-height:1.1;
  letter-spacing:-3.5px;
  font-weight:500;
}

.edu-hero-title span{
  color:#ff6838;
  font-weight:400;
  font-style:italic;
}

.edu-hero-intro{
  max-width:600px;
  margin:25px 0 30px;
  font-size:18px;
  line-height:1.55;
  color:#5c5c5c;
  font-weight:400;
}


/* =========================================
   BUTTONS
========================================= */

.edu-hero-buttons{
  display:flex;
  align-items:center;
  gap:12px;
}

.edu-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:30px;
  text-decoration:none;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  font-weight:500;
  box-sizing:border-box;
  transition:all .2s ease;
}

.edu-btn-primary{
  background:#ff6838;
  color:#fff;
  border:1px solid #ff6838;
}

.edu-btn-primary:hover{
  background:#e9582e;
  border-color:#e9582e;
  color:#fff;
}

.edu-btn-secondary{
  background:transparent;
  color:#222;
  border:1px solid #333;
}

.edu-btn-secondary:hover{
  background:#333;
  color:#fff;
}


/* =========================================
   STATS
========================================= */

.edu-hero-stats{
  margin-top:46px;
  padding-top:32px;
  border-top:1px solid #ddd7ce;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.edu-stat-number{
  font-size:29px;
  line-height:1.1;
  font-weight:400;
  color:#283444;
  letter-spacing:-1px;
  margin-bottom:7px;
}

.edu-stat-text{
  font-size:12px;
  line-height:1.45;
  color:#686868;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.edu-hero-visual{
  position:relative;
  width:100%;
}

.edu-hero-image{
  display:block;
  width:100%;
  height:auto;
  max-height:445px;
  object-fit:cover;
  border-radius:17px;
  box-shadow:0 18px 35px rgba(0,0,0,.08);
}


/* =========================================
   IMAGE LABEL
========================================= */

.edu-hero-float{
  position:absolute;
  left:20px;
  bottom:20px;
  width:auto;
  padding:0;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  box-sizing:border-box;
}

.edu-float-label{
  margin:0;
  font-size:16px;
  line-height:1.2;
  letter-spacing:2px;
  color:#fff;
  font-weight:700;
  text-shadow:0 2px 5px rgba(0,0,0,.45);
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1000px){

  .edu-hero-inner{
    grid-template-columns:1fr 1fr;
    gap:35px;
  }

  .edu-hero-title{
    font-size:52px;
  }

  .edu-hero-intro{
    font-size:16px;
  }

  .edu-hero-stats{
    grid-template-columns:repeat(2,1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

  .edu-hero{
    padding:40px 20px 50px;
  }

  .edu-hero-inner{
    display:flex;
    flex-direction:column;
    gap:45px;
  }

  .edu-hero-title{
    font-size:44px;
    line-height:1.08;
    letter-spacing:-2px;
  }

  .edu-hero-intro{
    font-size:16px;
  }

  .edu-hero-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .edu-btn{
    width:100%;
  }

  .edu-hero-stats{
    grid-template-columns:repeat(2,1fr);
    gap:25px 15px;
  }

  .edu-hero-visual{
    padding-bottom:0;
  }

  .edu-hero-float{
    left:15px;
    bottom:15px;
  }

  .edu-float-label{
    font-size:14px;
    letter-spacing:1.6px;
  }

}


/* =========================================
   EDUCATION BUYING SECTION
========================================= */

.education-buying{
  width:100vw;
  position:relative;
  left:50%;
  margin-left:-50vw;
  margin-top:-55px;
  background:#3d3d3d;
  padding:75px 30px;
  font-family:"DM Sans",sans-serif;
  box-sizing:border-box;
}

.education-buying-inner{
  width:100%;
  max-width:1230px;
  margin:0 auto;
  display:grid;
  grid-template-columns:360px 1fr;
  gap:95px;
  align-items:start;
}


/* LEFT */

.education-buying-eyebrow{
  margin-bottom:14px;
  font-size:11px;
  line-height:1;
  font-weight:500;
  letter-spacing:2.5px;
  color:#f5a623;
}

.education-buying-intro h2{
  margin:0 0 25px;
  font-size:36px;
  line-height:1.1;
  letter-spacing:-1.5px;
  font-weight:500;
  color:#fff;
}

.education-buying-intro p{
  margin:0;
  max-width:360px;
  font-size:16px;
  line-height:1.55;
  font-weight:400;
  color:#ddd;
}


/* RIGHT GRID */

.education-buying-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
}

.education-buying-item{
  min-height:135px;
  padding:34px 32px;
  box-sizing:border-box;
}

.education-buying-item:nth-child(odd){
  padding-left:0;
  border-right:1px solid rgba(255,255,255,.12);
}

.education-buying-item:nth-child(even){
  padding-right:0;
}

.education-buying-item:nth-child(-n+2){
  padding-top:34px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.education-buying-item:nth-child(n+3){
  padding-bottom:10px;
}

.education-buying-item h3{
  margin:0 0 13px;
  font-size:19px;
  line-height:1.3;
  font-weight:600;
  color:#fff;
}

.education-buying-item p{
  margin:0;
  max-width:320px;
  font-size:14px;
  line-height:1.5;
  color:#ddd;
}


/* TABLET */

@media(max-width:900px){

  .education-buying-inner{
    grid-template-columns:1fr;
    gap:45px;
  }

  .education-buying-intro{
    max-width:550px;
  }

}


/* MOBILE */

@media(max-width:600px){

  .education-buying{
    padding:50px 20px;
  }

  .education-buying-inner{
    gap:35px;
  }

  .education-buying-intro h2{
    font-size:31px;
  }

  .education-buying-grid{
    display:block;
  }

  .education-buying-item{
    min-height:auto;
    padding:24px 0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }

  .education-buying-item:last-child{
    border-bottom:0!important;
    padding-bottom:0!important;
  }

}

.quote-intro{
  max-width:720px;
  margin:0 auto;
  padding:65px 30px;
  font-family:"DM Sans",sans-serif;
  box-sizing:border-box;
}

.quote-intro h2{
  margin:0 0 20px;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-2px;
  font-weight:400;
  color:#343b43;
  white-space:nowrap;
}

.quote-intro h2 span{
  color:#ff6838;
  font-style:italic;
  font-weight:400;
}

.quote-intro p{
  max-width:650px;
  margin:0;
  font-size:17px;
  line-height:1.6;
  color:#62676c;
}

.quote-intro h2{
  margin:0 0 18px;
  font-size:46px;
  line-height:1.05;
  letter-spacing:-2px;
  font-weight:400;
  color:#343b43;
}

.quote-intro h2 span{
  color:#ff6838;
  font-style:italic;
  font-weight:400;
}

.quote-intro p{
  max-width:600px;
  margin:0;
  font-size:16px;
  line-height:1.55;
  color:#62676c;
}

@media(max-width:767px){
  .quote-intro{
    max-width:none;
    padding:50px 20px 25px;
  }

  .quote-intro h2{
    font-size:36px;
    letter-spacing:-1.5px;
  }
}

/* =========================================
   EDUCATION QUOTE - CONTACT FORM
========================================= */

.contactform_container{
  padding:26px 24px 22px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:15px;
  box-shadow:0 3px 8px rgba(0,0,0,.10);
  box-sizing:border-box;
  font-family:"DM Sans",sans-serif;
}


/* FORM GROUPS */

.contactform_container .form-group{
  margin-bottom:17px;
}


/* LABELS */

.contactform_container label{
  display:block;
  margin-bottom:8px;
  font-family:"DM Sans",sans-serif;
  font-size:11px;
  line-height:1;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#58616a;
}


/* INPUTS + TEXTAREA */

.contactform_container .form-control{
  display:block;
  width:100%;
  height:40px;
  padding:0 13px;
  border:1px solid #d8d3cb;
  border-radius:6px;
  background:#faf9f7;
  box-shadow:none;
  color:#333;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  box-sizing:border-box;
  outline:none;
}

.contactform_container textarea.form-control{
  height:78px;
  padding:11px 13px;
  line-height:1.45;
  resize:vertical;
}


/* FOCUS */

.contactform_container .form-control:focus{
  border-color:#ff6838;
  box-shadow:0 0 0 2px rgba(255,104,56,.08);
}


/* RECAPTCHA */

.contactform_container .g-recaptcha{
  margin:5px 0 17px;
}


/* SUBMIT BUTTON */

.contactform_container button,
.contactform_container input[type="submit"]{
  display:block;
  width:100%;
  min-height:45px;
  padding:0 20px;
  border:0!important;
  border-radius:30px!important;
  background:#ff6838!important;
  color:#fff!important;
  box-shadow:none!important;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:background .2s ease;
}

.contactform_container button:hover,
.contactform_container input[type="submit"]:hover{
  background:#e9582e!important;
  color:#fff!important;
}


/* RESPONSE / SUCCESS MESSAGE */

.contactform_container .response-message{
  margin-bottom:15px;
  font-family:"DM Sans",sans-serif;
  font-size:13px;
}


/* MOBILE */

@media(max-width:767px){

  .contactform_container{
    max-width:none;
    margin:20px 20px 45px;
    width:calc(100% - 40px);
    padding:23px 20px 20px;
  }

}

.education-quote-section{
  background:#f4f4f4!important;
}

.education-quote-section .quote-intro{
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
  min-height:515px;
  padding-top:0;
  padding-bottom:0;
}

/* =========================================
   QUOTE SECTION - MOBILE
========================================= */

@media(max-width:767px){

  .education-quote-section{
    display:block;
    min-height:0;
  }

  /* LEFT TEXT */

  .education-quote-section .quote-intro{
    display:block;
    width:100%;
    max-width:none;
    min-height:0;
    height:auto;
    margin:0;
    padding:40px 22px 30px;
    box-sizing:border-box;
  }

  .quote-intro h2{
    margin:0 0 18px;
    white-space:normal!important;
    font-size:32px;
    line-height:1.12;
    letter-spacing:-1.2px;
    font-weight:400;
  }

  .quote-intro h2 span{
    display:block;
    margin-top:4px;
    white-space:normal;
    font-size:32px;
    line-height:1.12;
  }

  .quote-intro p{
    width:100%;
    max-width:none;
    margin:0;
    font-size:15px;
    line-height:1.55;
  }

  /* CONTACT FORM */

  .education-quote-section .contactform_container{
    width:calc(100% - 40px);
    max-width:none;
    margin:20px 20px 40px!important;
    padding:23px 20px 20px;
    box-sizing:border-box;
  }

}

/*=========================================
LANGUAGE SECTION
=========================================*/

.language-section{
    width:100vw;
    position:relative;
    left:50%;
    margin-left:-50vw;
    background:#f8f6f3;
    padding:0 0 70px;
    font-family:"DM Sans",sans-serif;
    box-sizing:border-box;
}

.language-section-inner{
    max-width:1280px;
    margin:0 auto;
    padding:0 30px;
    box-sizing:border-box;
}

/*=========================================
HEADING
=========================================*/

.language-heading{
  max-width:650px;
  margin-bottom:45px;
}

.language-eyebrow{
  display:block;
  margin-bottom:12px;
  font-size:12px;
  font-weight:600;
  letter-spacing:2px;
  color:#ff6838;
}

.language-heading h2{
  margin:0 0 18px;
  font-size:48px;
  line-height:1.08;
  font-weight:500;
  letter-spacing:-2px;
  color:#303030;
}

.language-heading p{
  margin:0;
  font-size:18px;
  line-height:1.65;
  color:#666;
}

/*=========================================
GRID
=========================================*/

.language-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

/*=========================================
CARD
=========================================*/

.language-card{
  position:relative;
  overflow:hidden;
  display:block;
  min-height:210px;
  padding:38px;
  border-radius:18px;
  text-decoration:none;
  transition:.25s;
  box-sizing:border-box;
}

.language-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 35px rgba(0,0,0,.10);
}

.language-letter{
  position:absolute;
  top:-18px;
  right:18px;
  font-size:170px;
  font-weight:700;
  line-height:1;
  opacity:.07;
  user-select:none;
}

.language-native{
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.language-card h3{
  margin:0 0 18px;
  font-size:42px;
  line-height:1;
  font-weight:600;
}

.language-card p{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:#555;
}

/*=========================================
IRISH
=========================================*/

.irish{
  background:#edf7f1;
}

.irish h3,
.irish .language-native,
.irish .language-letter{
  color:#2f855a;
}

/*=========================================
ENGLISH
=========================================*/

.english{
  background:#eef5fc;
}

.english h3,
.english .language-native,
.english .language-letter{
  color:#3d73be;
}

/*=========================================
GERMAN
=========================================*/

.german{
  background:#fff8e8;
}

.german h3,
.german .language-native,
.german .language-letter{
  color:#c48d00;
}

/*=========================================
SPANISH
=========================================*/

.spanish{
  background:#fff1eb;
}

.spanish h3,
.spanish .language-native,
.spanish .language-letter{
  color:#dd6542;
}

/*=========================================
TABLET
=========================================*/

@media(max-width:1000px){

.language-grid{
grid-template-columns:repeat(2,1fr);
}

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:650px){

.language-section{
padding:35px 20px 50px;
}

.language-heading h2{
font-size:38px;
}

.language-heading p{
font-size:16px;
}

.language-grid{
grid-template-columns:1fr;
}

.language-card{
min-height:220px;
padding:28px;
}

.language-card h3{
font-size:34px;
}

.language-letter{
font-size:130px;
}

}

/*=========================================
TOP STRIP
=========================================*/

.language-top-strip{
    width:100%;
    margin:0 0 35px;
    padding:18px 20px;
    background:#3d3d3d;
    color:#fff;
    text-align:center;
    font-family:"DM Sans",sans-serif;
    font-size:15px;
    font-weight:500;
    box-sizing:border-box;
}

/* Irish */

.irish{
  background:#edf7f1;
  border-color:#2f855a;
}

/* English */

.english{
  background:#eef5fc;
  border-color:#3d73be;
}

/* German */

.german{
  background:#fff8e8;
  border-color:#c48d00;
}

/* Spanish */

.spanish{
  background:#fff1eb;
  border-color:#dd6542;
}

/*=========================================
ITEM MERCH STYLING
=========================================*/

.product-sku{
    margin:12px 0 18px;
    min-height:34px;
}

.product-sku-label{
    display:inline-block;
    padding:6px 14px;
    border-radius:999px;
    background:#ff6838;
    color:#fff !important;
    font-family:"DM Sans",sans-serif;
    font-size:11px;
    font-weight:200
    line-height:1;
    white-space:nowrap;
}

.product-sku-label,
.product-sku-label *{
    color:#fff !important;
    font-weight:400 !important;
}

.product-sku-label strong{
    font-weight:400 !important;
}

.product-sku{
    margin:12px 0 18px;
    min-height:34px;
}

.product-sku-label{
    display:inline-block;
    padding:6px 14px;
    border-radius:999px;
    background:#ff6838;
    color:#fff !important;
    font-family:"DM Sans",sans-serif;
    font-size:11px;
    font-weight:400 !important;
    line-height:1;
    white-space:nowrap;
}

.product-sku-label,
.product-sku-label *{
    color:#fff !important;
    font-weight:400 !important;
}

.product-sku-label strong{
    font-weight:400 !important;
}

.product-name{
    min-height:60px;
    margin-bottom:12px;
}

.product-name a{
    display:block;
    line-height:1.4;
}

.footer-wrapper-price{
    margin-top:auto;
}

/* ==========================================
   Carousel Navigation
========================================== */

.owl-nav{
    position:relative;
}

.owl-prev,
.owl-next{
    width:52px;
    height:52px;
    border-radius:50% !important;
    background:#fff !important;
    border:none !important;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
    transition:all .25s ease;
}

.owl-prev:hover,
.owl-next:hover{
    background:#ff6838 !important;
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.owl-prev span,
.owl-next span{
    color:#ff6838 !important;
    font-size:34px;
    line-height:46px;
    font-weight:300;
    transition:.25s;
}

.owl-prev:hover span,
.owl-next:hover span{
    color:#fff !important;
}

/* Position arrows */
.owl-prev{
    left:-26px;
}

.owl-next{
    right:-26px;
}

/* Remove focus outline */
.owl-prev:focus,
.owl-next:focus{
    outline:none;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
}

/* Make carousel the positioning parent */
.inner.owl-carousel{
    position:relative;
}

/* Remove nav from document flow */
.inner.owl-carousel .owl-nav{
    position:absolute !important;
    top:50%;
    left:0;
    width:100%;
    height:0;
    transform:translateY(-50%);
    z-index:100;
    pointer-events:none;
}

/* Style arrows */
.inner.owl-carousel .owl-prev,
.inner.owl-carousel .owl-next{
    position:absolute;
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.15);
    pointer-events:auto;
    transition:.25s;
}

/* Left */
.inner.owl-carousel .owl-prev{
    left:-26px;
}

/* Right */
.inner.owl-carousel .owl-next{
    right:-26px;
}

/* Icons */
.inner.owl-carousel .owl-prev:before,
.inner.owl-carousel .owl-next:before{
    font-size:32px;
    color:#ff6838;
}

.inner.owl-carousel .owl-prev:hover,
.inner.owl-carousel .owl-next:hover{
    background:#ff6838;
}

.inner.owl-carousel .owl-prev:hover:before,
.inner.owl-carousel .owl-next:hover:before{
    color:#fff;
}
/*=========================================
TRUSTED PRODUCTS
=========================================*/

.trusted-products{
    width:100vw;
    position:relative;
    left:50%;
    margin-left:-50vw;
    padding:90px 40px;
    background:#fff;
    font-family:"DM Sans",sans-serif;
    box-sizing:border-box;
}

.trusted-products-inner{
    max-width:1720px;
    margin:0 auto;
}

/*=========================================
HEADING
=========================================*/

.trusted-products-heading{
    max-width:650px;
    margin-bottom:55px;
}

.trusted-eyebrow{
    display:block;
    margin-bottom:12px;
    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
    color:#ff6838;
}

.trusted-products-heading h2{
    margin:0 0 18px;
    font-size:48px;
    line-height:1.08;
    letter-spacing:-2px;
    font-weight:500;
    color:#303030;
}

.trusted-products-heading h2 span{
    color:#ff6838;
    font-style:italic;
    font-weight:400;
}

.trusted-products-heading p{
    margin:0;
    font-size:18px;
    line-height:1.65;
    color:#666;
}

/*=========================================
GRID
=========================================*/

.trusted-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:24px;
}

/*=========================================
CARD
=========================================*/

.trusted-card{
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid #ece7df;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    transition:.3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.trusted-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.trusted-image{
    height:170px;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#faf8f5;
    overflow:hidden;
}

.trusted-image img{
    max-width:100%;
    max-height:125px;
    object-fit:contain;
    transition:.35s ease;
}

.trusted-card:hover img{
    transform:scale(1.06);
}

.trusted-content{
    padding:20px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.trusted-content h3{
    margin:0 0 18px;
    font-size:20px;
    line-height:1.3;
    font-weight:600;
    color:#303030;
    min-height:56px;
}

.trusted-link{
    display:inline-block;
    margin-top:auto;
    font-size:14px;
    font-weight:600;
    color:#ff6838;
    transition:.25s ease;
}

.trusted-card:hover .trusted-link{
    transform:translateX(5px);
}

/*=========================================
TABLET
=========================================*/

@media(max-width:1400px){

.trusted-grid{
    grid-template-columns:repeat(3,1fr);
}

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:700px){

.trusted-products{
    padding:60px 20px;
}

.trusted-products-heading h2{
    font-size:38px;
}

.trusted-products-heading p{
    font-size:16px;
}

.trusted-grid{
    grid-template-columns:1fr;
}

.trusted-image{
    height:220px;
}

}

/* ===========================
   LEFT PANEL
=========================== */

.register-left{
font-family:"DM Sans",sans-serif;
}

.register-left-card{
background:#f8f6f2;
padding:45px;
border-radius:18px;
height:100%;
}

.register-pill{
display:inline-block;
background:#ffe8df;
color:#ff6437;
padding:8px 16px;
border-radius:50px;
font-size:13px;
font-weight:700;
margin-bottom:20px;
}

.register-left h1{
font-size:42px;
line-height:1.2;
margin:0 0 20px;
color:#222;
}

.register-intro{
font-size:17px;
line-height:1.8;
color:#666;
margin-bottom:35px;
}

.register-features{
display:flex;
flex-direction:column;
gap:22px;
margin-bottom:40px;
}

.feature{
display:flex;
gap:18px;
align-items:flex-start;
}

.icon{
width:42px;
height:42px;
background:#ff6437;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:18px;
flex-shrink:0;
}

.feature h3{
margin:0 0 6px;
font-size:18px;
color:#222;
}

.feature p{
margin:0;
color:#666;
line-height:1.6;
}

.register-steps{
border-top:1px solid #e3ddd6;
padding-top:30px;
}

.register-steps h2{
font-size:24px;
margin:0 0 20px;
}

.step{
display:flex;
align-items:center;
gap:15px;
margin-bottom:16px;
font-size:16px;
}

.step span{
width:32px;
height:32px;
border-radius:50%;
background:#ff6437;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:14px;
}

/* ===========================
   FORM
=========================== */

.register-form{
font-family:"DM Sans",sans-serif;
}

.register-form-title{
font-size:36px;
margin-bottom:10px;
color:#222;
}

.register-form-intro{
font-size:17px;
line-height:1.7;
color:#666;
margin-bottom:30px;
}

.register-form input,
.register-form select,
.register-form textarea{
border-radius:10px;
}

@media(max-width:992px){

.register-left-card{
margin-bottom:30px;
padding:35px;
}

.register-left h1{
font-size:34px;
}

}

@media(max-width:576px){

.register-left-card{
padding:25px;
}

.register-left h1{
font-size:30px;
}

}

.education-buying-btn{
display:inline-block;
margin-top:30px;
padding:14px 28px;
background:#ff6437;
color:#fff;
font-family:"DM Sans",sans-serif;
font-size:16px;
font-weight:700;
text-decoration:none;
border-radius:8px;
transition:all .25s ease;
}

.education-buying-btn:hover{
background:#e4572d;
color:#fff;
text-decoration:none;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(255,100,55,.25);
}

.shop-now-section .text-wrapper {
  color: #fff;
}

.shop-now-section .text-wrapper h3,
.shop-now-section .text-wrapper h1 {
  display: table;
  background-color: #ff6437;
  color: #fff;
  padding: 8px 16px;
  border-radius: 12px;
  margin: 4px 0;
}