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

body {
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.6;
 color: #5f7470;
   background: #e0e2db;
}

.container {
  max-width: 1200px;
    margin: 0 auto;
 padding: 0 20px;
}

.row {
    display: flex;
  flex-wrap: wrap;
 margin: -15px;
}

.col-md-8 {
   flex: 0 0 66.666667%;
  max-width: 66.666667%;
    padding: 15px;
}

.col-md {
 flex: 1;
   padding: 15px;
}

.col-md-5 {
   flex: 0 0 41.666667%;
 max-width: 41.666667%;
   padding: 15px;
}

.col-md-12 {
 flex: 0 0 100%;
   max-width: 100%;
 padding: 15px;
}

.col-sm-12 {
   flex: 0 0 100%;
 max-width: 100%;
   padding: 15px;
}

.text-center {
 text-align: center;
}

.justify-content-center {
   justify-content: center;
}

.align-items-center {
 align-items: center;
}

.d-flex {
   display: flex;
}

.mb-4 {
 margin-bottom: 1.5rem;
}

.mb-5 {
   margin-bottom: 3rem;
}

.mb-md-5 {
 margin-bottom: 3rem;
}

.mt-3 {
   margin-top: 1rem;
}

.mt-4 {
 margin-top: 1.5rem;
}

.mr-2 {
   margin-right: 0.5rem;
}

.mr-4 {
 margin-right: 1.5rem;
}

.ml-auto {
   margin-left: auto;
}

.ml-md-4 {
 margin-left: 1.5rem;
}

.p-3 {
   padding: 1rem;
}

.px-3 {
 padding-left: 1rem;
   padding-right: 1rem;
}

.px-xl-4 {
 padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.py-xl-3 {
   padding-top: 1rem;
 padding-bottom: 1rem;
}

.float-md-left {
   float: left;
}

.float-lft {
 float: left;
}

.list-unstyled {
   list-style: none;
}

.ftco-navbar-light {
 background: transparent !important;
   position: absolute;
 top: 0;
   left: 0;
 right: 0;
   z-index: 3;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
 .ftco-navbar-light {
    background: #000 !important;
   position: relative;
  top: 0;
 }
}

.ftco-navbar-light .navbar-brand {
 color: #fff;
   font-family: "Josefin Sans", Arial, sans-serif;
 font-size: 22px;
   line-height: 1;
 text-transform: uppercase;
   display: block;
 text-align: center;
   text-decoration: none;
}

.ftco-navbar-light .navbar-brand small {
 text-transform: uppercase;
   font-size: 12px;
 display: block;
   text-align: center;
 color: #fff;
   letter-spacing: 5px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
 font-size: 13px;
   padding: 1.5rem 20px;
 color: rgba(255, 255, 255, 0.9);
   font-weight: 400;
 position: relative;
   text-transform: uppercase;
 letter-spacing: 2px;
   opacity: 1 !important;
 text-decoration: none;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
 color: #b8bdb5;
}

.ftco-navbar-light .navbar-nav > .nav-item.cart > a {
 position: relative;
}

.ftco-navbar-light .navbar-nav > .nav-item.cart > a .icon {
 font-size: 20px;
   color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.cart > a .bag {
 position: absolute;
   top: 10px;
 right: 5px;
   width: 24px;
 height: 24px;
   text-align: center;
 background: #889696;
   border-radius: 50%;
}

.ftco-navbar-light .navbar-nav > .nav-item.cart > a .bag small {
 font-weight: 400;
   color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
 color: #b8bdb5;
}

.ftco-navbar-light .navbar-toggler {
 border: none;
   color: rgba(255, 255, 255, 0.8) !important;
 cursor: pointer;
   padding-right: 0;
 text-transform: uppercase;
   font-size: 16px;
 letter-spacing: .1em;
   background: none;
}

.ftco-navbar-light .dropdown-menu {
 border: none;
   background: #000;
 border-radius: 0;
   box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .dropdown-menu .dropdown-item {
 font-size: 13px;
   color: rgba(255, 255, 255, 0.5);
 background: #0d0d0d;
   text-decoration: none;
 padding: 12px 16px;
   display: block;
}

.ftco-navbar-light .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .dropdown-menu .dropdown-item:focus {
 color: #fff;
}

.navbar-nav {
 display: flex;
   list-style: none;
 margin: 0;
   padding: 0;
}

.nav-item {
 margin-left: 10px;
}

.dropdown {
 position: relative;
}

.dropdown-menu {
   position: absolute;
 top: 100%;
   left: 0;
 display: none;
   z-index: 1000;
}

.dropdown:hover .dropdown-menu {
 display: block;
}

.navbar-toggler {
 display: none;
}

.navbar-collapse {
   display: flex;
 width: 100%;
}

.home-slider {
 position: relative;
   height: 750px;
 z-index: 0;
}

.home-slider .slider-item {
 background-size: cover;
   background-repeat: no-repeat;
 background-position: center center;
   height: 750px;
 position: relative;
   z-index: 0;
 display: flex;
   align-items: center;
}

.home-slider .slider-item .overlay {
 position: absolute;
   top: 0;
 bottom: 0;
   left: 0;
 right: 0;
   background: #000;
 opacity: .3;
}

.home-slider .slider-item .slider-text {
 color: #fff;
   height: 750px;
 text-align: center;
   position: relative;
 z-index: 2;
}

.home-slider .slider-item .slider-text .subheading {
 font-family: "Great Vibes", cursive;
   font-size: 30px;
 color: #d2d4c8;
   display: block;
 margin-bottom: 15px;
}

.home-slider .slider-item .slider-text h1 {
 text-transform: uppercase;
   font-size: 40px;
 color: #fff;
   line-height: 1.5;
 font-weight: normal;
   letter-spacing: 1px;
}

.home-slider .slider-item .slider-text p {
 font-size: 18px;
   line-height: 1.5;
 font-weight: 300;
   color: white;
}

.btn {
 display: inline-block;
   padding: 15px 30px;
 text-decoration: none;
   border-radius: 5px;
 transition: all 0.3s ease;
   font-size: 14px;
 text-transform: uppercase;
   letter-spacing: 1px;
 margin: 5px;
   border: 2px solid transparent;
}

.btn.btn-primary {
 background: #b8bdb5;
   border: 1px solid #b8bdb5;
 color: #5f7470;
}

.btn.btn-primary:hover {
 border: 1px solid #b8bdb5;
   background: transparent;
 color: #b8bdb5;
}

.btn.btn-white.btn-outline-white {
 border-color: rgba(255, 255, 255, 0.8);
   background: none;
 border-width: 1px;
   color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
 background: #b8bdb5;
   border-color: #b8bdb5;
 color: #5f7470;
}

.owl-carousel.home-slider .owl-dots {
 position: absolute;
   left: 0;
 right: 0;
   bottom: 40px;
 width: 100%;
   text-align: center;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
 width: 18px !important;
   height: 18px !important;
 margin: 5px;
   border-radius: 50%;
 background: none;
   border: 2px solid rgba(255, 255, 255, 0.5);
 outline: none !important;
   position: relative;
 transition: .3s all ease;
   display: inline-block;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
 position: absolute;
   width: 12px;
 height: 12px;
   background: rgba(255, 255, 255, 0.5);
 border-radius: 50% !important;
   left: 50%;
 top: 50%;
   display: block;
 transform: translate(-50%, -50%);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
 border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
 background: white;
}

.ftco-footer {
 font-size: 15px;
   background: #5f7470;
 padding: 6.3em 0;
}

.ftco-footer .ftco-footer-widget {
 width: 100%;
   display: block;
}

.ftco-footer .ftco-footer-widget h2 {
 font-weight: normal;
   color: #fff;
 margin-bottom: 42px;
   font-size: 23px;
 font-weight: 720;
}

.ftco-footer .ftco-footer-widget .logo {
 color: #fff;
}

.ftco-footer .ftco-footer-widget .logo span {
 color: #d2d4c8;
}

.ftco-footer .ftco-footer-widget ul li a span {
 color: #fff;
}

.ftco-footer p {
 color: rgba(255, 255, 255, 0.72);
}

.ftco-footer a {
 color: rgba(255, 255, 255, 0.72);
   text-decoration: none;
}

.ftco-footer a:hover {
 color: #fff;
}

.ftco-footer .ftco-heading-2 {
 font-size: 18px;
   font-weight: 420;
 color: #ffffff;
}

.ftco-footer-social li {
 list-style: none;
   margin: 0 11px 0 0;
 display: inline-block;
}

.ftco-footer-social li a {
 height: 42px;
   width: 42px;
 display: block;
   float: left;
 background: rgba(255, 255, 255, 0.07);
   border-radius: 50%;
 position: relative;
   text-decoration: none;
}

.ftco-footer-social li a span {
 position: absolute;
   font-size: 21px;
 top: 50%;
   left: 50%;
 transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
 color: #fff;
}

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

.ftco-footer ul li a {
 display: flex;
   align-items: center;
 padding: 8px 0;
   color: rgba(255, 255, 255, 0.72);
 text-decoration: none;
}

.ftco-footer ul li a:hover {
 color: #d2d4c8;
}

.block-21 .blog-img {
 display: block;
   height: 83px;
 width: 83px;
   background-size: cover;
 background-position: center;
   border-radius: 5px;
}

.block-21 .text {
 width: calc(100% - 105px);
}

.block-21 .text .heading {
 font-size: 19px;
   font-weight: 420;
}

.block-21 .text .heading a {
 color: rgba(255, 255, 255, 0.92);
   text-decoration: none;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
 color: #d2d4c8;
}

.block-21 .text .meta > div {
 display: inline-block;
   font-size: 13px;
 margin-right: 6px;
}

.block-21 .text .meta > div a {
 color: #888;
   text-decoration: none;
}

.ftco-footer .subscribe-form .form-group {
 position: relative;
   margin-bottom: 0;
 border-radius: 0;
}

.ftco-footer .subscribe-form .form-group input {
 border-radius: 3px;
   width: 100%;
 background: rgba(255, 255, 255, 0.12) !important;
   border: none;
 color: rgba(255, 255, 255, 0.72) !important;
   font-size: 17px;
 padding: 15px;
   margin-bottom: 10px;
}

.ftco-footer .subscribe-form .form-group .submit {
 color: #fff !important;
   font-size: 17px;
 background: #889696 !important;
   border: none !important;
 border-radius: 3px;
   transition: all 0.3s ease;
 cursor: pointer;
}

.ftco-footer .subscribe-form .form-group .submit:hover {
 cursor: pointer;
   background: #b8bdb5 !important;
}

.contact_info p {
 margin-bottom: 10px;
   font-size: 14px;
}

.ftco-animate {
 
}

@media (max-width: 991.98px) {
 .home-slider .slider-item .slider-text h1 {
    font-size: 30px;
 }
   
 .col-md,
   .col-md-5,
 .col-md-8 {
    flex: 0 0 100%;
   max-width: 100%;
 }
   
 .navbar-toggler {
    display: block;
 }
   
 .navbar-collapse {
    display: none;
 }
}

@media (max-width: 767.98px) {
 .home-slider .slider-item .slider-text h1 {
    font-size: 28px;
 }
 
 .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
 }
}

.about_us_area {
  position: relative; 
}

.about_content {
  position: relative; 
}

.about_content:before {
  content: "";
    position: absolute;
  height: 100%;
    width: 89%;
  top: 0;
    left: 0;
  background: -webkit-linear-gradient(to right, #5f7470 0%, #889696 51%, #5f7470 100%);
    background: -moz-linear-gradient(to right, #5f7470 0%, #889696 51%, #5f7470 100%);
  background: -ms-linear-gradient(to right, #5f7470 0%, #889696 51%, #5f7470 100%);
    background: -o-linear-gradient(to right, #5f7470 0%, #889696 51%, #5f7470 100%);
  background: linear-gradient(to right, #5f7470 0%, #889696 51%, #5f7470 100%); 
}

.section_content {
    position: relative;
  padding: 70px 0px 73px 70px; 
}

.section_content h6 {
    color: #fff;
  font-size: 14px;
    margin-bottom: 12px;
  position: relative;
    letter-spacing: 2px;
  text-transform: uppercase; 
}

.section_content h6:after {
    content: "";
  position: absolute;
    background: -webkit-linear-gradient(to right, #b8bdb5 0%, #d2d4c8 100%);
  background: -moz-linear-gradient(to right, #b8bdb5 0%, #d2d4c8 100%);
    background: -o-linear-gradient(to right, #b8bdb5 0%, #d2d4c8 100%);
  background: linear-gradient(to right, #b8bdb5 0%, #d2d4c8 100%);
    color: #b8bdb5;
  height: 1px;
    width: 50px;
  bottom: -10px;
    left: 0; 
}

.section_content h1 {
    color: #fff;
  line-height: 45px;
    padding: 30px 0 30px;
  margin-bottom: 0; 
}

.section_content p {
    margin-bottom: 0px;
  color: #fff;
    font-weight: 400;
  padding: 0 40px 40px 0; 
}

.section_gap {
    padding: 120px 0; 
}

@media (max-width: 767px) {
    .section_gap {
  padding: 60px 0; 
    }
}

.primary_btn {
    display: inline-block;
  background: -webkit-linear-gradient(to right, #b8bdb5 0%, #d2d4c8 51%, #b8bdb5 100%);
    background: -moz-linear-gradient(to right, #b8bdb5 0%, #d2d4c8 51%, #b8bdb5 100%);
  background: -ms-linear-gradient(to right, #b8bdb5 0%, #d2d4c8 51%, #b8bdb5 100%);
    background: -o-linear-gradient(to right, #b8bdb5 0%, #d2d4c8 51%, #b8bdb5 100%);
  background: linear-gradient(to right, #b8bdb5 0%, #d2d4c8 51%, #b8bdb5 100%);
    background-size: 200% auto;
  padding: 0px 35px;
    color: #5f7470;
  letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
  font-size: 12px;
    font-weight: 500;
  line-height: 50px;
    border-radius: 5px;
  outline: none !important;
    box-shadow: 0px 10px 30px rgba(184, 189, 181, 0.2);
  text-align: center;
    cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  text-transform: uppercase;
    text-decoration: none;
}

.primary_btn:hover {
    background-position: right center;
  color: #889696; 
}

.col-lg-6 {
    flex: 0 0 50%;
  max-width: 50%;
    padding: 15px;
}

.img-fluid {
    max-width: 100%;
  height: auto;
}

.about_us_image_box {
    position: relative;
}

@media (max-width: 991px) {
    .about_us_area .about_us_image_box {
  display: none; 
    }
  
    .about_us_area .about_content:before {
  width: 100%; 
    }
}

@media (max-width: 767px) {
    .section_content {
  padding: 50px 10px 50px 50px; 
    }
  
    .section_content h1 {
  line-height: 40px;
      font-size: 30px;
  padding: 25px 0 25px; 
    }
  
    .col-lg-6 {
  flex: 0 0 100%;
      max-width: 100%;
  }
}

.site-section {
  padding: 3em 0;
}

@media (min-width: 768px) {
    .site-section {
  padding: 5.5em 0;
    }
}

.how-it-works .step {
    width: 20%;
  display: inline-block;
    text-align: center;
  position: relative;
}

.how-it-works .step:after {
    width: 100%;
  height: 5px;
    content: "";
  position: absolute;
    z-index: -1;
  top: 27px;
    background: #b8bdb5;
  border-radius: 3px;
}

.how-it-works .step:last-child:after {
    display: none;
}

.how-it-works .step .number {
    z-index: 1;
  width: 54px;
    height: 54px;
  border: 5px solid #b8bdb5;
    background: #fff;
  border-radius: 50%;
    color: #b8bdb5;
  display: block;
    position: relative;
  margin: 0 auto 12px auto;
    transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(184, 189, 181, 0.2);
}

.how-it-works .step:hover .number {
    background: #b8bdb5;
  color: #fff;
    transform: scale(1.05);
}

.how-it-works .step .number > span {
    position: absolute;
  top: 50%;
    left: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    font-size: 1.4rem;
  font-weight: 600;
}

.how-it-works .step .caption {
    display: block;
  font-weight: 500;
    color: #5f7470;
  font-size: 15px;
    line-height: 1.4;
}

.how-it-works .step:hover .caption {
    color: #889696;
}

.col-8 {
    flex: 0 0 66.666667%;
  max-width: 66.666667%;
    padding: 15px;
}

.col-8 h2 {
    color: #5f7470;
  font-size: 2.5rem;
    margin-bottom: 1rem;
  font-weight: 600;
}

.col-8 p {
    color: #889696;
  font-size: 1.1rem;
    line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
    .how-it-works .step {
  width: 100%;
      margin-bottom: 2rem;
  }
  
    .how-it-works .step:after {
  display: none;
    }
  
    .col-8 {
  flex: 0 0 100%;
      max-width: 100%;
  }
  
    .col-8 h2 {
  font-size: 2rem;
    }
}

.ftco-section {
  padding: 6.5em 0;
    position: relative; 
}

@media (max-width: 767.98px) {
    .ftco-section {
  padding: 6.5em 0; 
    } 
}

.heading-section .subheading {
    font-size: 19px;
  display: block;
    margin-bottom: 6px;
  color: #889696;
    font-size: 13px;
  font-weight: 600;
    letter-spacing: 2.2px;
  text-transform: uppercase; 
}

.heading-section h2 {
    font-size: 42px;
  font-weight: 600;
    color: #5f7470;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
  font-size: 30px; 
    } 
}

.car-list {
    overflow-x: scroll; 
}

.table {
    min-width: 1050px !important;
  width: 100%; 
}

.table th {
    font-weight: 500; 
}

.table .thead-primary {
    background: transparent; 
}

.table .thead-primary tr th {
    padding: 32px 12px;
  color: #fff !important;
    border: 1px solid transparent !important; 
}

.table .thead-primary tr th.heading {
    border-right: 1px solid #fff !important;
  position: relative; 
}

.table .thead-primary tr th.heading:last-child {
    border-right: none !important; 
}

.table .thead-primary tr th.heading:after {
    position: absolute;
  bottom: -12px;
    left: 0;
  right: 0;
    content: '';
  width: 0;
    height: 0;
  border-style: solid;
    border-width: 12px 105px 0 105px;
  border-color: #b8bdb5 transparent transparent transparent;
    margin: 0 auto;
  z-index: 1; 
}

.table .thead-primary tr th.bg-black:after {
    border-color: #5f7470 transparent transparent transparent; 
}

.table .thead-primary tr th.bg-dark:after {
    border-color: #889696 transparent transparent transparent; 
}

.table tbody tr td {
    vertical-align: middle;
  padding: 32px 0;
    border-bottom: 1px solid rgba(95, 116, 112, 0.1) !important; 
}

.table tbody tr td.car-image .img {
    display: block;
  width: 190px;
    height: 105px;
  margin: 0 auto;
    background-size: cover;
  background-position: center;
    border-radius: 8px;
}

.table tbody tr td.product-name h3 {
    font-size: 19px;
  color: #5f7470;
}

.table tbody tr td.product-name .rated span {
    color: #889696; 
}

.table tbody tr td.product-name .rated span:nth-child(1) {
    color: #5f7470; 
}

.table tbody tr td.product-name .rated span:last-child {
    color: rgba(95, 116, 112, 0.6); 
}

.table tbody tr td.price {
    text-align: center !important;
  background: rgba(184, 189, 181, 0.08);
    border-right: 1px solid #d2d4c8;
  border-bottom: 1px solid #d2d4c8 !important;
    position: relative;
  -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
  transition: all 0.35s ease; 
}

.table tbody tr td.price:last-child {
    border-left: none; 
}

.table tbody tr td.price h3 {
    position: relative; 
}

.table tbody tr td.price h3 small {
    position: absolute;
  top: 0;
    left: -12px;
  font-size: 15px; 
}

.table tbody tr td.price h3 span.num {
    color: #b8bdb5;
  font-size: 21px;
    position: relative; 
}

.table tbody tr td.price h3 span.per {
    font-size: 15px;
  color: rgba(95, 116, 112, 0.6); 
}

.table tbody tr td.price .subheading {
    font-size: 15px;
  color: #889696;
}

.table tbody tr td.price .btn-custom {
    position: absolute;
  top: 52%;
    left: 0;
  right: 0;
    -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
    transform: translateY(-52%);
  opacity: 0;
    -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
  z-index: 1; 
}

.table tbody tr td.price .btn-custom a {
    padding: 8px 22px;
  display: inline-block;
    background: #b8bdb5;
  color: #fff;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
    -ms-border-radius: 6px;
  border-radius: 6px;
    -webkit-box-shadow: -12px 12px 28px -18px rgba(95, 116, 112, 0.3);
  -moz-box-shadow: -12px 12px 28px -18px rgba(95, 116, 112, 0.3);
    box-shadow: -12px 12px 28px -18px rgba(95, 116, 112, 0.3);
  text-decoration: none;
}

.table tbody tr td.price .price-rate {
    -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
    transition: all 0.35s ease; 
}

.table tbody tr td.price:hover.price {
    background: #d2d4c8; 
}

.table tbody tr td.price:hover .btn-custom {
    opacity: 1; 
}

.table tbody tr td.price:hover .price-rate {
    opacity: 0; 
}

.bg-primary {
    background-color: #b8bdb5 !important; 
}

.bg-black {
    background: #5f7470; 
}

.bg-dark {
    background: #889696 !important; 
}

.ftco-animate {
    opacity: 1;
  visibility: visible; 
}

.col-md-7 {
    flex: 0 0 58.333333%;
  max-width: 58.333333%;
    padding: 15px;
}

.col-md-12 {
    flex: 0 0 100%;
  max-width: 100%;
    padding: 15px;
}

.site-section {
  padding: 7.5rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
  padding: 3.5rem 0;
    }
}

.bg-light {
    background-color: #e0e2db !important;
}

.scissors {
    position: relative;
  padding-bottom: 32px;
    margin-bottom: 32px;
  font-size: 3.2rem;
    color: #5f7470;
}

@media (max-width: 991.98px) {
    .scissors {
  font-size: 2.2rem;
    }
}

.scissors:after {
    bottom: 0;
  left: 0;
    font-size: 24px;
  content: "\2702";
    font-family: 'Arial';
  position: absolute;
    color: #b8bdb5;
}

.scissors.text-center:after {
    left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-2 {
    background: #fff;
  padding: 32px;
}

.testimonial-2 blockquote {
    font-size: 1.35rem;
  color: #5f7470;
    margin: 0;
}

.testimonial-2 .v-card span {
    font-weight: 600;
  color: #889696;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
  max-width: 33.333333%;
    padding: 15px;
}

.col-7 {
    flex: 0 0 58.333333%;
  max-width: 58.333333%;
    padding: 15px;
}

.lead {
    font-size: 1.25rem;
  font-weight: 300;
    color: #889696;
}

@media (max-width: 991px) {
    .col-lg-4 {
  flex: 0 0 100%;
      max-width: 100%;
  }
}

.features-wrap-container {
  padding: 150px 0 120px 0;
    background-repeat: no-repeat;
  background-size: cover;
    position: relative;
  z-index: 1;
}
.features-wrap-container.features-wrap-container2 .feature-service-item {
    border: 1px solid #d2d4c8;
}
.features-wrap-container.features-wrap-container2 .feature-service-item h3 {
    font-size: 21px;
  color: #5f7470;
    font-weight: 450;
  margin-top: 40px;
    margin-bottom: 22px;
  transition: 0.35s;
}
.features-wrap-container.features-wrap-container2 .feature-service-item p {
    font-size: 16px;
  line-height: 29px;
    color: #889696;
  margin-bottom: 0;
    transition: 0.35s;
}
.features-wrap-container.features-wrap-container2 .feature-service-item img {
    transition: 0.35s;
}
.features-wrap-container.features-wrap-container2 .feature-service-item:hover {
    background: #b8bdb5;
  border-color: #b8bdb5;
}
.features-wrap-container.features-wrap-container2 .feature-service-item:hover h3 {
    color: #fff;
}
.features-wrap-container.features-wrap-container2 .feature-service-item:hover p {
    color: #fff;
}
.features-wrap-container.features-wrap-container2 .feature-service-item:hover img {
    filter: contrast(0%) brightness(2.1);
}
.features-wrap-container .feature-service-item {
    margin-bottom: 32px;
  border: 1px solid rgba(184, 189, 181, 0.32);
    padding: 62px 65px;
  transition: 0.55s;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
  max-width: 33.333333%;
    padding: 15px;
}

.col-md-6 {
    flex: 0 0 50%;
  max-width: 50%;
    padding: 15px;
}

@media (max-width: 991px) {
    .col-lg-4 {
  flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (max-width: 767px) {
    .col-lg-4,
  .col-md-6 {
      flex: 0 0 100%;
  max-width: 100%;
    }
  
    .features-wrap-container {
  padding: 80px 0 60px 0;
    }
  
    .features-wrap-container .feature-service-item {
  padding: 40px 30px;
    }
}

.section_title h3 {
  font-size: 53px;
    font-weight: 700;
  line-height: 63px;
    color: #5f7470;
  font-family: "Poppins", sans-serif;
}

.section_title h3 span {
    font-weight: 300;
}

.section_title p {
    font-size: 17px;
  line-height: 32px;
    color: #889696;
  font-weight: 400;
}

.mb-95 {
    margin-bottom: 95px;
}

@media (max-width: 767px) {
    .section_title h3 {
  font-size: 29px;
      line-height: 35px;
  }
    .mb-95 {
  margin-bottom: 42px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_title h3 {
  font-size: 34px;
      line-height: 42px;
  }
    .mb-95 {
  margin-bottom: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section_title h3 {
  font-size: 35px;
      line-height: 42px;
  }
    .mb-95 {
  margin-bottom: 53px;
    }
}

.col-lg-8 {
    flex: 0 0 66.666667%;
  max-width: 66.666667%;
    padding: 15px;
}

.col-md-10 {
    flex: 0 0 83.333333%;
  max-width: 83.333333%;
    padding: 15px;
}

.privacy-content {
    padding: 40px 0;
  color: #5f7470;
}

.privacy-content h4 {
    color: #5f7470;
  font-size: 24px;
    font-weight: 600;
  margin-top: 40px;
    margin-bottom: 20px;
  border-bottom: 2px solid #d2d4c8;
    padding-bottom: 10px;
}

.privacy-content h5 {
    color: #889696;
  font-size: 18px;
    font-weight: 500;
  margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-content p {
    line-height: 1.8;
  margin-bottom: 15px;
    font-size: 16px;
}

.privacy-content ul {
    margin: 15px 0;
  padding-left: 25px;
}

.privacy-content ul li {
    margin-bottom: 8px;
  line-height: 1.6;
}

.contact-info {
    background: #e0e2db;
  border-left: 4px solid #b8bdb5;
    padding: 25px;
  margin: 30px 0;
    border-radius: 5px;
}

.contact-info p {
    margin-bottom: 10px;
  font-size: 15px;
}

.contact-info strong {
    color: #5f7470;
}

.update-date {
    text-align: right;
  font-style: italic;
    color: #889696;
  margin-top: 40px;
    padding-top: 20px;
  border-top: 1px solid #d2d4c8;
}

.privacy-content a {
    color: #b8bdb5;
  text-decoration: underline;
}

.privacy-content a:hover {
    color: #889696;
  text-decoration: none;
}

@media (max-width: 991px) {
    .col-lg-8,
  .col-md-10 {
      flex: 0 0 100%;
  max-width: 100%;
    }
  
    .privacy-content {
  padding: 20px 0;
    }
  
    .privacy-content h4 {
  font-size: 20px;
    }
}

.cookie-alert {
    position: fixed;
    bottom: 0;
      left: 0;
    right: 0;
      background: rgba(95, 116, 112, 0.95);
    color: #fff;
      padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
      z-index: 9999;
    display: none;
      border-top: 3px solid #b8bdb5;
}

.cookie-content {
    max-width: 1200px;
      margin: 0 auto;
    display: flex;
      align-items: center;
    justify-content: space-between;
      flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    margin: 0;
      font-size: 14px;
    line-height: 1.5;
      flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #d2d4c8;
      text-decoration: underline;
}

.cookie-content a:hover {
    color: #fff;
}

.cookie-buttons {
    display: flex;
      gap: 10px;
    flex-shrink: 0;
}

.cookie-accept,
.cookie-decline {
    padding: 10px 20px;
      border: none;
    border-radius: 5px;
      cursor: pointer;
    font-size: 14px;
      font-weight: 500;
    transition: all 0.3s ease;
}

.cookie-accept {
    background: #b8bdb5;
      color: #5f7470;
}

.cookie-accept:hover {
    background: #d2d4c8;
}

.cookie-decline {
    background: transparent;
      color: #fff;
    border: 1px solid #d2d4c8;
}

.cookie-decline:hover {
    background: #d2d4c8;
      color: #5f7470;
}

@media (max-width: 767px) {
    .cookie-content {
  flex-direction: column;
      text-align: center;
  }
  
    .cookie-content p {
  min-width: auto;
    }
  
    .cookie-buttons {
  width: 100%;
      justify-content: center;
  }
  
    .cookie-accept,
  .cookie-decline {
      flex: 1;
  max-width: 120px;
    }
}

.contact-wrapper {
  padding: 140px 0 110px;
    background: #e0e2db;
}

@media (max-width: 991px) {
    .contact-wrapper {
  padding: 75px 0 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-wrapper {
  padding: 85px 0 55px;
    }
}

.contact-header {
    font-size: 29px;
  font-weight: 620;
    margin-bottom: 22px;
  color: #5f7470;
}

.form-contact .form-group {
    margin-bottom: 32px;
}

.form-contact .form-control {
    border: 1px solid #d2d4c8;
  border-radius: 0px;
    height: 50px;
  padding-left: 20px;
    font-size: 14px;
  background: #fff;
    color: #5f7470;
}

.form-contact .form-control:focus {
    outline: 0;
  box-shadow: 0 0 5px rgba(184, 189, 181, 0.5);
    border-color: #b8bdb5;
}

.form-contact textarea {
    border-radius: 0px;
  height: 100% !important;
    resize: vertical;
}

.form-contact select {
    appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23889696' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
    background-repeat: no-repeat;
  background-position: right 15px center;
    background-size: 12px;
}

.button-contactForm {
    background: #b8bdb5;
  color: #5f7470;
    border-color: #b8bdb5;
  padding: 14px 27px;
    font-size: 17px;
  font-weight: 620;
    border: 0;
  border: 1px solid transparent;
    border-radius: 5px;
  cursor: pointer;
    transition: all 0.3s ease;
}

.button-contactForm:hover {
    background: transparent;
  color: #b8bdb5;
    border: 1px solid #b8bdb5;
}

.contact-details {
    margin-bottom: 27px;
}

.contact-details__icon {
    margin-right: 22px;
}

.contact-details__icon i, .contact-details__icon span {
    color: #889696;
  font-size: 29px;
}

.contact-details .media-body h3 {
    font-size: 17px;
  margin-bottom: 0;
    color: #5f7470;
  font-weight: 600;
}

.contact-details .media-body p {
    color: #889696;
  line-height: 1.6;
    margin-bottom: 5px;
}

.col-sm-6 {
    flex: 0 0 50%;
  max-width: 50%;
    padding: 15px;
}

.col-lg-8 {
    flex: 0 0 66.666667%;
  max-width: 66.666667%;
    padding: 15px;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
  max-width: 33.333333%;
    padding: 15px;
}

.col-12 {
    flex: 0 0 100%;
  max-width: 100%;
    padding: 15px;
}

.w-100 {
    width: 100% !important;
}

.media {
    display: flex;
  align-items: flex-start;
}

.media-body {
    flex: 1;
}

.form-group {
    margin-bottom: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .col-lg-8,
  .col-lg-4 {
      flex: 0 0 100%;
  max-width: 100%;
    }
}

@media (max-width: 767px) {
    .col-sm-6 {
  flex: 0 0 100%;
      max-width: 100%;
  }
  
    .contact-header {
  font-size: 24px;
    }
}

/* Mobile Responsive Fixes - Add to end of drift-main.css */

/* Fix overflow issues */
html, body {
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    overflow-x: hidden;
}

/* Features section mobile fixes */
@media (max-width: 767px) {
    .features-wrap-container .feature-service-item {
        padding: 30px 20px;
        text-align: center;
    }
    
    .features-wrap-container .feature-service-item h3 {
        font-size: 18px;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .features-wrap-container .feature-service-item p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .features-wrap-container .feature-service-item img {
        max-width: 60px;
        height: auto;
        margin-bottom: 15px;
    }
}

/* Pricing table mobile fixes */
@media (max-width: 991px) {
    .car-list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .table {
        min-width: 800px !important;
        font-size: 12px;
    }
    
    .table .thead-primary tr th {
        padding: 20px 8px;
        font-size: 12px;
    }
    
    .table tbody tr td {
        padding: 20px 8px;
    }
    
    .table tbody tr td.product-name h3 {
        font-size: 16px;
    }
    
    .table tbody tr td.price h3 span.num {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .heading-section h2 {
        font-size: 24px !important;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .heading-section .subheading {
        font-size: 11px;
    }
    
    .table {
        min-width: 600px !important;
        font-size: 11px;
    }
    
    .table .thead-primary tr th {
        padding: 15px 5px;
        font-size: 10px;
    }
    
    .table tbody tr td {
        padding: 15px 5px;
    }
    
    .table tbody tr td.car-image .img {
        width: 120px;
        height: 70px;
    }
    
    .table tbody tr td.product-name h3 {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .table tbody tr td.product-name .rated span {
        font-size: 12px;
    }
    
    .table tbody tr td.price h3 span.num {
        font-size: 16px;
    }
    
    .table tbody tr td.price h3 span.per {
        font-size: 12px;
    }
    
    .table tbody tr td.price .subheading {
        font-size: 12px;
    }
}

/* Hero section mobile text fixes */
@media (max-width: 767px) {
    .home-slider .slider-item .slider-text h1 {
        font-size: 24px !important;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .home-slider .slider-item .slider-text p {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .home-slider .slider-item .slider-text .subheading {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .home-slider .slider-item .slider-text h1 {
        font-size: 20px !important;
        line-height: 1.2;
    }
    
    .home-slider .slider-item .slider-text p {
        font-size: 14px;
        padding: 0 5px;
    }
}

/* About section mobile fixes */
@media (max-width: 767px) {
    .section_content {
        padding: 30px 15px 30px 20px;
    }
    
    .section_content h1 {
        font-size: 24px !important;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .section_content p {
        padding: 0 0 30px 0;
        font-size: 15px;
    }
}

/* Services section mobile fixes */
@media (max-width: 767px) {
    .col-8 h2 {
        font-size: 1.8rem !important;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .col-8 p {
        font-size: 1rem;
    }
    
    .how-it-works .step .caption {
        font-size: 13px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* Testimonials mobile fixes */
@media (max-width: 767px) {
    .scissors {
        font-size: 1.8rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .testimonial-2 {
        margin-bottom: 30px;
    }
    
    .testimonial-2 blockquote {
        font-size: 1.1rem;
    }
    
    .testimonial-2 .v-card span {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Contact form mobile fixes */
@media (max-width: 767px) {
    .contact-header {
        font-size: 20px !important;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .contact-details .media-body h3 {
        font-size: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .contact-details .media-body p {
        font-size: 13px;
    }
    
    .contact-details__icon i, 
    .contact-details__icon span {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .section_title h3 {
							font-size: 24px !important;
					line-height: 1.3 !important;
					word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .privacy-content h4 {
        font-size: 18px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 767px) {
    .ftco-footer .ftco-footer-widget h2 {
        font-size: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .block-21 .text .heading {
        font-size: 16px;
    }
    
    .block-21 .text .heading a {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 767px) {
    .btn {
        padding: 12px 20px;
        font-size: 12px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }
    
    .button-contactForm {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .primary_btn {
        padding: 0px 25px;
        font-size: 11px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        font-size: 18px !important;
    }
    
    .navbar-brand small {
        font-size: 10px !important;
        letter-spacing: 3px !important;
    }
}

@media (max-width: 480px) {
    .cookie-content p {
        font-size: 12px;
        min-width: auto;
    }
    
    .cookie-accept,
    .cookie-decline {
        padding: 8px 15px;
        font-size: 12px;
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
        overflow-wrap: break-word;

        hyphens: auto;
    }
    
    p, span, div {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 767px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .row > * {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .container {
        padding: 0 15px;
    }
}


.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
  padding: 3rem 0;
    }
}

.img-experience {
    position: relative;
  display: block;
}

.img-experience .year-badge {
    width: 150px;
  height: 150px;
    border-radius: 50%;
  background: #b8bdb5;
    position: absolute;
  right: 0;
    bottom: 0;
  -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

@media (max-width: 991.98px) {
    .img-experience .year-badge {
  position: relative;
      -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
  margin: -30px auto 0 auto;
    }
}

.img-experience .year-badge > span {
    width: 100%;
  color: #fff;
    text-align: center;
  position: absolute;
    top: 50%;
  left: 50%;
    font-size: 3rem;
  display: block;
    line-height: 1;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    font-weight: 700;
}

.img-experience .year-badge > span > span {
    line-height: 1.2;
  display: block;
    font-size: .8rem;
  font-weight: 400;
}

.scissors-icon {
    position: relative;
  padding-bottom: 30px;
    margin-bottom: 30px;
  font-size: 3rem;
    color: #5f7470;
  font-weight: 600;
}

@media (max-width: 991.98px) {
    .scissors-icon {
  font-size: 2rem;
    }
}

.scissors-icon:after {
    bottom: 0;
  left: 0;
    font-size: 22px;
  content: "\2702";
    font-family: 'Arial';
  position: absolute;
    color: #d2d4c8;
}

.scissors-icon.text-center:after {
    left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.col-lg-5 {
    flex: 0 0 41.666667%;
  max-width: 41.666667%;
    padding: 15px;
}

.ml-auto {
    margin-left: auto !important;
}

.pl-lg-5 {
    padding-left: 3rem !important;
}

@media (max-width: 991px) {
    .pl-lg-5 {
  padding-left: 15px !important;
    }
  
    .col-lg-5 {
  flex: 0 0 100%;
      max-width: 100%;
  }
  
    .ml-auto {
  margin-left: 0 !important;
    }
}

.mb-lg-0 {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .mb-lg-0 {
  margin-bottom: 3rem !important;
    }
}

.lead {
    font-size: 1.25rem;
  font-weight: 300;
    line-height: 1.6;
  color: #889696;
}

/* Additional mobile fixes for about page */
@media (max-width: 767px) {
    .scissors-icon {
  font-size: 1.8rem !important;
      padding-bottom: 20px;
  margin-bottom: 20px;
    }
  
    .img-experience .year-badge {
  width: 120px;
      height: 120px;
  }
  
    .img-experience .year-badge > span {
  font-size: 2.5rem;
    }
  
    .img-experience .year-badge > span > span {
  font-size: 0.7rem;
    }
  
    .lead {
  font-size: 1.1rem;
    }
  
    .site-section {
  padding: 2rem 0;
    }
}


.sample-text-area {
    padding: 100px 0px; 
}

.sample-text-area .title_color {
    margin-bottom: 30px; 
}

.sample-text-area p {
    line-height: 26px; 
}

.sample-text-area p b {
    font-weight: bold;
  color: #b8bdb5; 
}

.sample-text-area p i {
    color: #b8bdb5;
  font-style: italic; 
}

.sample-text-area p sup {
    color: #b8bdb5;
  font-style: italic; 
}

.sample-text-area p sub {
    color: #b8bdb5;
  font-style: italic; 
}

.sample-text-area p del {
    color: #b8bdb5; 
}

.sample-text-area p u {
    color: #b8bdb5; 
}

.main_title {
    text-align: center;
  margin-bottom: 80px; 
}

.main_title h2 {
    font-size: 72px;
  color: #d2d4c8;
    opacity: 0.1;
  margin: 0;
    line-height: 60px; 
}

.main_title h1 {
    color: #5f7470;
  margin-top: -40px; 
}

.main_title p {
    font-size: 14px;
  line-height: 24px;
    color: #889696;
  margin-bottom: 0px;
    max-width: 570px;
  margin: auto; 
}

.title_color {
    color: #5f7470; 
}

.sample-text {
    margin-bottom: 0; 
}

.text-heading {
    margin-bottom: 30px;
  font-size: 24px; 
}

h1 {
    font-size: 36px; 
}

h2 {
    font-size: 30px; 
}

h3 {
    font-size: 24px; 
}

h4 {
    font-size: 18px; 
}

h5 {
    font-size: 16px; 
}

h6 {
    font-size: 14px; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
    color: #5f7470;
  margin-bottom: 15px;
}

.sample-text-area p {
    line-height: 24px;
  font-size: 16px;
    color: #889696;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
    .sample-text-area {
  padding: 70px 0 70px 0; 
    }
  
    .main_title {
  margin-bottom: 30px; 
    }
  
    .main_title h2 {
  font-size: 40px; 
    }
  
    .main_title h1 {
  font-size: 28px;
    }
  
    .main_title p {
  font-size: 16px;
      line-height: 22px;
  }
  
    h3 {
  font-size: 20px;
    }
  
    h4 {
  font-size: 16px;
    }
  
    h5 {
  font-size: 14px;
    }
  
    h6 {
  font-size: 13px;
    }
}

@media (max-width: 575px) {
    .sample-text-area {
  padding: 70px 0 70px 0; 
    }
  
    .main_title {
  margin-bottom: 30px; 
    }
  
    .main_title h2 {
  font-size: 40px; 
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .main_title {
  margin-bottom: 30px; 
    }
  
    .main_title h2 {
  font-size: 40px; 
    }
  
    .sample-text-area p {
  font-size: 15px;
    }
}

/* Courses Speakers Page CSS - Add to drift-main.css */

.speakers-hero-section {
    background: linear-gradient(135deg, #5f7470 0%, #889696 100%);
  padding: 100px 0 80px;
    text-align: center;
  color: #fff;
}

.speakers-main-title {
    font-size: 48px;
  font-weight: 700;
    margin-bottom: 20px;
  color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.speakers-subtitle {
    font-size: 20px;
  font-weight: 300;
    color: #e0e2db;
  margin-bottom: 0;
}

.speakers-section {
    padding: 80px 0 60px;
  background: #e0e2db;
}

.speakers-grid {
    margin-top: 40px;
}

.speaker-card {
    background: #fff;
  border-radius: 15px;
    overflow: hidden;
  box-shadow: 0 10px 30px rgba(95, 116, 112, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.speaker-card:hover {
    transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(95, 116, 112, 0.2);
}

.speaker-avatar {
    position: relative;
  overflow: hidden;
    height: 280px;
  background: linear-gradient(45deg, #d2d4c8, #b8bdb5);
}

.speaker-avatar img {
    width: 100%;
  height: 100%;
    object-fit: cover;
  filter: grayscale(100%);
    transition: filter 0.3s ease;
  opacity: 0.8;
}

.speaker-card:hover .speaker-avatar img {
    filter: grayscale(0%);
  opacity: 1;
}

.speaker-overlay {
    position: absolute;
  bottom: 0;
    left: 0;
  right: 0;
    background: linear-gradient(transparent, rgba(95, 116, 112, 0.9));
  padding: 30px 20px 20px;
    transform: translateY(100%);
  transition: transform 0.3s ease;
}

.speaker-card:hover .speaker-overlay {
    transform: translateY(0);
}

.speaker-role {
    color: #fff;
  font-size: 16px;
    font-weight: 600;
  text-align: center;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.speaker-info {
    padding: 30px 25px;
}

.speaker-info h3 {
    font-size: 24px;
  font-weight: 700;
    color: #5f7470;
  margin-bottom: 8px;
    line-height: 1.2;
}

.speaker-title {
    font-size: 16px;
  color: #b8bdb5;
    font-weight: 600;
  margin-bottom: 15px;
    text-transform: uppercase;
  letter-spacing: 0.5px;
}

.speaker-bio {
    font-size: 14px;
  line-height: 1.6;
    color: #889696;
  margin-bottom: 20px;
    text-align: justify;
}

.speaker-credentials {
    display: flex;
  flex-wrap: wrap;
    gap: 8px;
}

.credential {
    background: #d2d4c8;
  color: #5f7470;
    padding: 6px 12px;
  border-radius: 20px;
    font-size: 12px;
  font-weight: 600;
    text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .speakers-hero-section {
  padding: 80px 0 60px;
    }
  
    .speakers-main-title {
  font-size: 36px;
    }
  
    .speakers-subtitle {
  font-size: 18px;
    }
  
    .speakers-section {
  padding: 60px 0 40px;
    }
}

@media (max-width: 767px) {
    .speakers-hero-section {
  padding: 60px 0 40px;
    }
  
    .speakers-main-title {
  font-size: 28px;
      line-height: 1.3;
  }
  
    .speakers-subtitle {
  font-size: 16px;
    }
  
    .speaker-avatar {
  height: 220px;
    }
  
    .speaker-info {
  padding: 20px 20px;
    }
  
    .speaker-info h3 {
  font-size: 20px;
    }
  
    .speaker-bio {
  font-size: 13px;
      text-align: left;
  }
  
    .speakers-section {
  padding: 40px 0 20px;
    }
  
    .col-lg-4,
  .col-md-6 {
      flex: 0 0 100%;
  max-width: 100%;
    }
  
    .mb-5 {
  margin-bottom: 2rem !important;
    }
}

@media (max-width: 480px) {
    .speakers-main-title {
  font-size: 24px;
    }
  
    .speakers-subtitle {
  font-size: 14px;
    }
  
    .speaker-card {
  margin-bottom: 30px;
    }
  
    .speaker-avatar {
  height: 200px;
    }
  
    .speaker-info h3 {
  font-size: 18px;
    }
  
    .credential {
  font-size: 11px;
      padding: 4px 8px;
  }
}
				 
.blog-hero-section {
  background: linear-gradient(135deg, #5f7470 0%, #889696 100%);
    padding: 120px 0 80px;
   text-align: center;
 color: #fff;
   position: relative;
}

.blog-main-title {
    font-size: 46px;
 font-weight: 700;
   margin-bottom: 20px;
 color: #fff;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.blog-subtitle {
   font-size: 19px;
 font-weight: 300;
   color: #e0e2db;
 margin-bottom: 0;
}

.coming-soon-features {
   margin-top: 50px;
 padding: 40px 0;
   border-top: 2px solid #d2d4c8;
}

.coming-soon-features h3 {
 color: #5f7470;
   font-size: 26px;
 margin-bottom: 30px;
   font-weight: 600;
}

.feature-list {
   margin-top: 25px;
}

.feature-item {
 display: flex;
   align-items: flex-start;
 margin-bottom: 25px;
   padding: 20px;
 background: #e0e2db;
   border-radius: 8px;
 border-left: 4px solid #b8bdb5;
}

.feature-icon {
   font-size: 16px;
	font-weight: bold;
 margin-right: 20px;
   flex-shrink: 0;
 margin-top: 5px;
	background: #b8bdb5;
   color: #fff;
 padding: 8px 12px;
   border-radius: 4px;
 text-transform: uppercase;
	letter-spacing: 1px;
}

.feature-content h4 {
   color: #5f7470;
 font-size: 18px;
   margin-bottom: 8px;
 font-weight: 600;
}

.feature-content p {
   color: #889696;
 font-size: 15px;
   margin-bottom: 0;
 line-height: 1.5;
}

.newsletter-signup-section {
   margin-top: 60px;
 padding: 35px;
   background: #e0e2db;
 border-radius: 10px;
   border: 2px solid #d2d4c8;
}

.newsletter-signup-section h3 {
 color: #5f7470;
   font-size: 24px;
 margin-bottom: 15px;
   font-weight: 600;
}

.newsletter-form {
   display: flex;
 gap: 10px;
   margin-top: 20px;
}

.newsletter-input {
 flex: 1;
   padding: 12px 15px;
 border: 1px solid #d2d4c8;
   border-radius: 5px;
 background: #fff;
   color: #5f7470;
 font-size: 14px;
}

.newsletter-input:focus {
   outline: 0;
 box-shadow: 0 0 5px rgba(184, 189, 181, 0.5);
   border-color: #b8bdb5;
}

.newsletter-btn {
 padding: 12px 25px;
   background: #b8bdb5;
 color: #5f7470;
   border: none;
 border-radius: 5px;
   cursor: pointer;
 font-weight: 600;
   transition: all 0.3s ease;
 white-space: nowrap;
}

.newsletter-btn:hover {
   background: #889696;
 color: #fff;
}

.blog-sidebar {
   margin-top: 0;
}

.sidebar-widget {
 background: #fff;
   padding: 30px;
 margin-bottom: 30px;
   border-radius: 8px;
 box-shadow: 0 2px 10px rgba(95, 116, 112, 0.1);
   border-left: 4px solid #b8bdb5;
}

.sidebar-widget h3 {
   color: #5f7470;
 font-size: 22px;
   margin-bottom: 25px;
 font-weight: 600;
   border-bottom: 2px solid #d2d4c8;
 padding-bottom: 10px;
}

.course-item {
   display: flex;
 align-items: center;
   margin-bottom: 20px;
 padding-bottom: 20px;
   border-bottom: 1px solid #e0e2db;
}

.course-item:last-child {
 border-bottom: none;
   padding-bottom: 0;
 margin-bottom: 0;
}

.course-thumb {
   width: 80px;
 height: 60px;
   object-fit: cover;
 border-radius: 5px;
   margin-right: 15px;
 flex-shrink: 0;
}

.course-info h4 {
   font-size: 16px;
 margin-bottom: 5px;
}

.course-info h4 a {
 color: #5f7470;
   text-decoration: none;
}

.course-info h4 a:hover {
   color: #b8bdb5;
}

.course-info p {
 font-size: 14px;
   color: #889696;
 margin-bottom: 0;
   line-height: 1.4;
}

.contact-info-widget {
   text-align: center;
}

.contact-info-widget p strong {
 color: #5f7470;
   font-size: 16px;
}

.contact-btn {
   display: inline-block;
 background: #b8bdb5;
   color: #5f7470;
 padding: 12px 25px;
   border-radius: 5px;
 text-decoration: none;
   font-weight: 600;
 margin: 15px 0;
   transition: all 0.3s ease;
}

.contact-btn:hover {
 background: #889696;
   color: #fff;
}

				.contact-phone {
			font-size: 14px;
		color: #889696;
   margin-top: 10px;
}

	@media (max-width: 991px) {
 .blog-hero-section {
    padding: 80px 0 60px;
   }
 
   .blog-main-title {
  font-size: 36px;
    }
 
   .blog-subtitle {
  font-size: 17px;
    }
 
   .col-md-5 {
  margin-top: 40px;
    }
}

@media (max-width: 767px) {
 .feature-item {
  flex-direction: column;
    text-align: center;
   }
 
   .feature-icon {
  margin-right: 0;
    margin-bottom: 10px;
   }
 
	.newsletter-form {
  flex-direction: column;
    }
 
   .newsletter-input {
  margin-bottom: 10px;
    }
 
   .sidebar-widget {
  padding: 20px;
    }
 
   .course-item {
	flex-direction: column;
    text-align: center;
   }
 
   .course-thumb {
  margin-right: 0;
    margin-bottom: 10px;
   }
 
   .coming-soon-features h3 {
  font-size: 22px;
    }
 
   .newsletter-signup-section h3 {
	font-size: 20px;
    }
}

@media (max-width: 480px) {
 .blog-main-title {
    font-size: 24px;
   }
 
   .blog-subtitle {
  font-size: 14px;
    }
 
   .feature-content h4 {
  font-size: 16px;
    }
 
   .feature-content p {
  font-size: 14px;
    }
 
   .newsletter-signup-section {
  padding: 25px 20px;
    }
}


.courses-main-section {
   padding: 7em 0;
 position: relative;
   background: #e0e2db;
}

.courses-header-area {
 z-index: 0;
   position: relative;
}

.courses-subheading {
   font-size: 50px;
 display: block;
   margin-bottom: 0;
 font-family: "Great Vibes", cursive;
   color: #b8bdb5;
 line-height: 1;
   margin-bottom: -21px;
 z-index: 1;
   position: relative;
}

.courses-header-area h2 {
 z-index: -1;
   font-size: 40px;
 font-weight: 700;
   position: relative;
 text-transform: uppercase;
   color: #5f7470;
}

.courses-header-area p {
   color: #889696;
 font-size: 16px;
   line-height: 1.6;
}

.course-card-item {
  margin-bottom: 30px;
    transition: transform 0.3s ease;
}

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

.course-card-img {
  display: block;
    height: 200px;
 background-size: cover;
   background-repeat: no-repeat;
 background-position: center center;
   border-radius: 8px 8px 0 0;
}

.course-card-content {
   background: #fff;
 padding: 25px 20px;
   border-radius: 0 0 8px 8px;
 box-shadow: 0 5px 15px rgba(95, 116, 112, 0.1);
   border: 1px solid #e0e2db;
 border-top: none;
}

.course-card-content h3 {
   font-size: 18px;
 text-transform: uppercase;
   margin-bottom: 15px;
 font-weight: 600;
}

.course-card-content h3 a {
   color: #5f7470;
 text-decoration: none;
   transition: color 0.3s ease;
}

.course-card-content h3 a:hover {
 color: #b8bdb5;
}

.course-card-content p {
   color: #889696;
 font-size: 14px;
   line-height: 1.6;
 margin-bottom: 15px;
}

.course-price-tag {
   margin-bottom: 20px;
}

.course-price-tag span {
   color: #b8bdb5;
 font-size: 24px;
   font-weight: 700;
}

.course-btn-contact {
   border: 1px solid #b8bdb5;
 background: transparent;
   color: #b8bdb5;
 padding: 10px 20px;
   border-radius: 5px;
 font-weight: 600;
   transition: all 0.3s ease;
 text-decoration: none;
   display: inline-block;
}

.course-btn-contact:hover {
 border: 1px solid transparent;
   background: #b8bdb5;
 color: #fff;
}

.courses-contact-area {
 background: linear-gradient(135deg, #5f7470 0%, #889696 100%);
   padding: 80px 0;
 color: #fff;
   text-align: center;
}

.courses-contact-area h2 {
   font-size: 36px;
 margin-bottom: 20px;
   color: #fff;
 font-weight: 600;
}

.courses-contact-area p {
   font-size: 18px;
 margin-bottom: 30px;
   color: #e0e2db;
}

.courses-cta-buttons {
 margin-bottom: 40px;
}

.courses-btn-large {
   padding: 15px 30px;
 font-size: 16px;
   margin: 0 10px 10px 10px;
 border-radius: 5px;
   font-weight: 600;
 text-decoration: none;
   display: inline-block;
 transition: all 0.3s ease;
}

.courses-btn-primary {
   background: #b8bdb5;
 border: 1px solid #b8bdb5;
   color: #5f7470;
}

.courses-btn-primary:hover {
 background: #d2d4c8;
   border: 1px solid #d2d4c8;
 color: #5f7470;
}

.courses-btn-secondary {
   background: transparent;
 border: 1px solid #fff;
   color: #fff;
}

.courses-btn-secondary:hover {
 background: #fff;
   color: #5f7470;
}

.courses-contact-details {
   margin-top: 30px;
}

.courses-contact-details p {
 font-size: 16px;
   margin-bottom: 10px;
 color: #e0e2db;
}

.courses-contact-details strong {
   color: #fff;
}

@media (max-width: 991px) {
   .courses-main-section {
  padding: 5em 0;
    }
 
   .courses-subheading {
  font-size: 35px;
    }
 
   .courses-header-area h2 {
  font-size: 30px;
    }
 
   .courses-contact-area {
  padding: 60px 0;
    }
 
   .courses-contact-area h2 {
  font-size: 28px;
    }
}

@media (max-width: 767px) {
   .col-md-3 {
  flex: 0 0 100%;
    max-width: 100%;
   margin-bottom: 30px;
 }
 
   .col-md-7 {
  flex: 0 0 100%;
    max-width: 100%;
   }
 
   .courses-main-section {
  padding: 3em 0;
    }
 
   .courses-subheading {
  font-size: 30px;
    }
 
   .courses-header-area h2 {
  font-size: 24px;
    }
 
   .course-card-content {
  padding: 20px 15px;
    }
 
   .course-card-content h3 {
  font-size: 16px;
    }
 
   .course-card-content p {
  font-size: 13px;
    }
 
   .courses-contact-area h2 {
  font-size: 24px;
    }
 
   .courses-contact-area p {
  font-size: 16px;
    }
 
   .courses-btn-large {
  padding: 12px 20px;
    font-size: 14px;
   display: block;
    width: 80%;
   margin: 10px auto;
 }
 
   .courses-cta-buttons {
  margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
   .course-price-tag span {
  font-size: 20px;
    }
 
   .courses-contact-area {
  padding: 40px 0;
    }
 
   .courses-btn-large {
  width: 90%;
    }
}


.steps-education-section {
   padding: 7em 0;
 position: relative;
   background: #e0e2db;
}

.steps-header-zone {
 z-index: 0;
   position: relative;
}

.steps-subtitle {
   font-size: 50px;
 display: block;
   margin-bottom: 0;
 font-family: "Great Vibes", cursive;
   color: #b8bdb5;
 line-height: 1;
   margin-bottom: -21px;
 z-index: 1;
   position: relative;
}

.steps-header-zone h2 {
 z-index: -1;
   font-size: 40px;
 font-weight: 700;
   position: relative;
 text-transform: uppercase;
   color: #5f7470;
}

.steps-header-zone p {
   color: #889696;
 font-size: 16px;
   line-height: 1.6;
}

.education-step-card {
  margin-bottom: 30px;
    transition: transform 0.3s ease;
   background: #fff;
 border-radius: 8px;
   box-shadow: 0 5px 15px rgba(95, 116, 112, 0.1);
 border: 1px solid #e0e2db;
}

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

.step-card-body {
   padding: 30px 20px;
}

.step-number-badge {
 background: #b8bdb5;
   color: #fff;
 width: 80px;
   height: 80px;
 border-radius: 50%;
   display: flex;
 align-items: center;
   justify-content: center;
 margin: 0 auto 20px auto;
   font-weight: 700;
 font-size: 14px;
   letter-spacing: 1px;
 text-transform: uppercase;
}

.step-number-badge.step-final {
   background: #5f7470;
 width: 100px;
   height: 100px;
 font-size: 16px;
}

.step-card-body h3 {
   font-size: 18px;
 text-transform: uppercase;
   margin-bottom: 15px;
 font-weight: 600;
   color: #5f7470;
}

.step-card-body p {
   color: #889696;
 font-size: 14px;
   line-height: 1.6;
 margin-bottom: 0;
}

.final-step-area {
 background: #fff;
   padding: 40px 30px;
 border-radius: 10px;
   box-shadow: 0 8px 25px rgba(95, 116, 112, 0.15);
 border: 2px solid #d2d4c8;
   margin-top: 30px;
}

.final-step-area h3 {
   font-size: 24px;
 color: #5f7470;
   margin-bottom: 20px;
 font-weight: 600;
   text-transform: uppercase;
}

.final-step-area p {
 color: #889696;
   font-size: 16px;
 line-height: 1.6;
   margin-bottom: 0;
}

.steps-contact-zone {
 background: linear-gradient(135deg, #5f7470 0%, #889696 100%);
   padding: 80px 0;
 color: #fff;
   text-align: center;
}

.steps-contact-zone h2 {
   font-size: 36px;
 margin-bottom: 20px;
   color: #fff;
 font-weight: 600;
}

.steps-contact-zone p {
   font-size: 18px;
 margin-bottom: 30px;
   color: #e0e2db;
}

.steps-cta-buttons {
 margin-bottom: 20px;
}

.steps-btn-large {
   padding: 15px 30px;
 font-size: 16px;
   margin: 0 10px 10px 10px;
 border-radius: 5px;
   font-weight: 600;
 text-decoration: none;
   display: inline-block;
 transition: all 0.3s ease;
}

.steps-btn-main {
   background: #b8bdb5;
 border: 1px solid #b8bdb5;
   color: #5f7470;
}

.steps-btn-main:hover {
 background: #d2d4c8;
   border: 1px solid #d2d4c8;
 color: #5f7470;
}

.steps-btn-second {
   background: transparent;
 border: 1px solid #fff;
   color: #fff;
}

.steps-btn-second:hover {
 background: #fff;
   color: #5f7470;
}

@media (max-width: 991px) {
   .steps-education-section {
  padding: 5em 0;
    }
 
   .steps-subtitle {
  font-size: 35px;
    }
 
   .steps-header-zone h2 {
  font-size: 30px;
    }
 
   .steps-contact-zone {
  padding: 60px 0;
    }
 
   .steps-contact-zone h2 {
  font-size: 28px;
    }
}

@media (max-width: 767px) {
   .col-md-3 {
  flex: 0 0 100%;
    max-width: 100%;
   margin-bottom: 30px;
 }
 
   .col-md-7 {
  flex: 0 0 100%;
    max-width: 100%;
   }
 
   .steps-education-section {
  padding: 3em 0;
    }
 
   .steps-subtitle {
  font-size: 30px;
    }
 
   .steps-header-zone h2 {
  font-size: 24px;
    }
 
   .step-card-body {
  padding: 25px 15px;
    }
 
   .step-card-body h3 {
  font-size: 16px;
    }
 
   .step-card-body p {
  font-size: 13px;
    }
 
   .final-step-area {
  padding: 30px 20px;
    }
 
   .final-step-area h3 {
  font-size: 20px;
    }
 
   .final-step-area p {
  font-size: 14px;
    }
 
   .steps-contact-zone h2 {
  font-size: 24px;
    }
 
   .steps-contact-zone p {
  font-size: 16px;
    }
 
   .steps-btn-large {
  padding: 12px 20px;
    font-size: 14px;
   display: block;
    width: 80%;
   margin: 10px auto;
 }
}

@media (max-width: 480px) {
   .step-number-badge {
  width: 70px;
    height: 70px;
   font-size: 12px;
 }
 
   .step-number-badge.step-final {
  width: 90px;
    height: 90px;
   font-size: 14px;
 }
 
   .steps-contact-zone {
  padding: 40px 0;
    }
 
   .steps-btn-large {
  width: 90%;
    }
}