
header
{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
a
{
  text-decoration: none;
}
.margin-top-10
{
  margin-top: 10px !important;
}
.margin-top-20
{
  margin-top: 20px !important;
}
.natural-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s ease;
}

.cat-img {
  width: 100%;
  border-radius: 12px;
  transition: 0.5s ease;
}

/* Wooden Badge */
.wooden-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #2B3A01;
  padding: 10px 22px;
  border-radius: 40% 30% 45% 35% / 60% 40% 55% 45%; /* Irregular wood shape */
  

  text-align: center;
  z-index: 5;
  transition:all 0.4s ease;
  overflow: hidden;
}

/* Wood Texture */
.wooden-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/Birch-Wood-Texture-Background-edit-online.jpg'); /* light wooden texture */
  background-size: cover;
  opacity: 0.18;
  z-index: -1;
}

/* Text */
.wooden-badge span {
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
}

/* Hover Effects */
.natural-card:hover .cat-img {
  transform: scale(1.05);

}

/* Badge transforms like a wooden piece */
.natural-card:hover .wooden-badge {
  transform: translateX(-50%) translateY(-6px) rotate(-2deg) scale(1.06);
}

/* Organic wobble on hover */
.wooden-badge:hover {
  animation: wobble 0.6s ease-in-out;

}

@keyframes wobble {
  0% { transform: translateX(-50%) rotate(0); }
  25% { transform: translateX(-50%) rotate(2deg); }
  50% { transform: translateX(-50%) rotate(-2deg); }
  100% { transform: translateX(-50%) rotate(0); }
}


.margin-top-30
{
  margin-top: 30px !important;
}

.rounded-circle
{
  display: none !important;
}

#openMenu
{
  position: fixed;width: 100px;height: 100px;top: 45px;right:-40px;z-index: 9999;cursor: pointer;
}

.theme-color1
{
  color: #254532 !important;
}

.full-body-optimize
{
max-width: 1300px !important;margin:0 auto;
padding-left: 0px !important;
padding-right: 0px !important;
position: relative;
z-index: 1000;
}

.category-card {
  position: relative;
  display: block;
  height: 220px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.4s ease;
}

.category-card h3 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  z-index: 2;
  letter-spacing: 0.5px;
}

/* Hover Effects */
.category-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.category-card:hover .overlay {
  background: rgba(0, 0, 0, 0.25);
}


/* Wrapper */
.header-search {
    width: 260px;
}

/* ===== Desktop Search Bar ===== */
.header-search {
    width: 260px;
}

/* Desktop Input */
.search-input {
    border: 1px solid #2B3A01 !important;
    border-right: none !important;
    height: 40px;
    font-size: 14px;
}

.search-btn {
    background: #2B3A01;
    color: #fff;
    border: 2px solid #2B3A01 !important;
    height: 40px;
}

.search-btn i {
    font-size: 18px;
}

/* Rounded edges */
.search-bar .form-control {
    border-radius:0px !important;
}
.search-bar .btn {
    border-radius:0px !important;
}

/* Mobile search must stay in one line */
.mobile-search-bar {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Input */
.mobile-search-input {
    border: 1px solid #2B3A01 !important;
    border-right: none !important;
    height: 42px;
    font-size: 14px;
    border-radius: 0px !important;
}

/* Button */
.mobile-search-btn {
    background: #2B3A01;
    color: #fff;
    border: 1px solid #2B3A01 !important;
    height: 42px;
    border-radius:0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
}

.mobile-search-btn i {
    font-size: 18px;
}


.mobile-search {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;   /* removes page padding */
    margin-right: calc(-50vw + 50%) !importants;
}

.mobile-search-bar {
    width: 100% !important;
    position: relative;
    left: 10px;
    border: 0px solid #2B3A01 !important;
}



.navbar
{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.btn
{
   font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
border-radius: 100px !important
}
.raleway-regular {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.markazi-text-regular {
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font1
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.nav-link
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: black !important;
  background-color: transparent;


}

.mobile-link a
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: black !important;
  background-color: transparent;


}

.mobile-link:hover a
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
  color: white !important;
  background-color:  #AA0402 !important;


}

.white
{
  color: white !important;
}
.dropdown-item
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: black !important;
  background-color: transparent;


}


.nav-link:hover
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  background-color: #AA0402;
  color: white !important;



}
.dropdown-item:hover
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #AA0402 !important;
  background-color: #AA0402;
  color: white !important;

}

.navbar-brand
{
    font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  
}

.navbar-brand img
{
  width: 160px;
  position: relative;
  left: 0px;
}


.nav-item
{
  padding-left: 15px;
  padding-right: 15px;
}

.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 8px;
  font-weight: bold;
}

.dropdown-item:hover .arrow-icon {
  transform: translateX(6px);
}


.btn:hover .arrow-icon {
  transform: translateX(6px);
}
.expert-card-name
{
  text-align: center;
  margin-top: 10px;
}

.expert-card-name p
{
  margin-top: -5px;
  color: #595959;
}
.expert-card-name h4
{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;


  font-size: 18px;
}

/* Toggler */
.mobile-toggler {
    width: 40px !important;
    cursor: pointer;
    display: block;
    position: fixed;
  right:20px !important;

    top:70px !important;
}

.mobile-toggler span {
    display: block;
    height: 2px;
    background: #000;
    margin: 10px 0;
    border-radius: 3px;
    transition: 0.3s;
}

/* Fullscreen Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    opacity: 1;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    transition:all 0.4s ease-in-out;
    overflow-y: auto;
}

/* Open Animation */
.mobile-menu.active {
    right: 0;
}

/* Close Button */
.close-menu {
    position: absolute;
    top: 25px;
    right: 25px;
    background: transparent;
    border: none;
    font-size: 45px;
    cursor: pointer;
    line-height: 1;
}

/* Menu Items */
.mobile-menu-list {
    list-style: none;
    text-align: center;
    padding: 0;
}

.mobile-menu-list li {
    margin: 18px 0;
}



.title01
{
    font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8;

  font-size: 70px;

}





.title02
{
    font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 44px;

}


.title03
{
   font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;


  font-size: 24px;
}



.title04
{
   font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;


  font-size: 30px;
}
.sub-title01
{
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  font-size: 20px;

}

.sub-title05
{
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;

}

.f-link,.f-item
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
color: #4f4f4f;
  font-size: 14px;
  text-decoration: none;
}


.m-link
{
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
color: #4f4f4f;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.content1
{
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
color: #4f4f4f;
  font-size: 16px;
}

.content01
{
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
}

.content3
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
color: black;
  font-size: 16px;
}


.content2
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
color: black;
  font-size: 16px;
}


.content6
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
color: black;
  font-size: 16px;
}



.content5
{
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
color: white;
  font-size: 22px;
}

.btn-01
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  font-size: 16px;
}

.cards1
{
  background-color:rgba(255,255,255,0.2) ;

  transition: all .2s linear;
  position: relative;
  top: 0px;
  cursor: pointer;
}

.cards1:hover
{
  top:-10px;
}


.cards04
{
  padding: 30px !important;
  border-radius: 25px;
transition: all .2s linear;
  position: relative;
  top: 0px;
  cursor: pointer;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.cards04:hover
{
  top:-10px;
}
.about-section
{
  padding-top:20px;
  padding-bottom: 100px;
}

.background-theme-01 {
  background: linear-gradient(to top, white, #2B3A01);
  background-size: cover;


}



.top-ribbon {
  background: linear-gradient(90deg, #AA0402, #2B3A01, #AA0402);
  background-size: 300% 300%;
  animation: gradientMove 8s ease infinite;
  color: #fff;
  font-size: 14px;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* Icons */
.top-ribbon i {
  color: #fff;
}

/* MOBILE DESIGN */
@media (max-width: 768px) {

  .ribbon-left {
    width: 100%;
    text-align: center;
  }

  .ribbon-left a:first-child {
    display: none; /* hide email on mobile */
  }

  .ribbon-right {
    display: none; /* hide social icons */
  }
}


/* Image hover animation */
.about-img-wrapper {
    overflow: hidden;
    border-radius: 12px;
}

.about-img {
    transition: transform 0.5s ease, filter 0.4s ease;
}

.about-img:hover {
    transform: scale(1.08);
    filter: brightness(1.05);
}

/* Badge / Label */
.about-badge {
    display: inline-block;
    background: #E8F5E9;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    color: #2E7D32;y
    font-weight: 600;
}

.about-badge i {
    margin-right: 6px;
}



/* Bullet Points */
.about-points {
    list-style: none;
    padding-left: 0;
}

.about-points li {
   
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.about-points i {
    color:#2B3A01 !important;
    font-size: 20px;
    margin-right: 10px;
}

/* Button */
.about-btn {
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 8px;
}



.service-image-container {
    position: relative;
    overflow: hidden;
      border-radius: 25px;
      cursor: pointer;
  }

  .service-img {
    transition: transform 0.6s ease;
      border-radius: 25px;
  }

  .service-image-container:hover .service-img {
    transform: scale(1.1);
      border-radius: 25px;
  }

  .image-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transition: top 0.6s ease;
  }

  .service-image-container:hover .image-overlay {
    top: 0;
    animation: overlay-move 1s forwards;
  }

  @keyframes overlay-move {
    0% { top: -100%; }
    50% { top: 0; }
    100% { top: 100%; }
  }





  .swiper {
    padding: 20px 0;
  }

  .swiper-wrapper {
    gap: 20px;
  }

  .swiper-slide {
    width: 280px;
    flex-shrink: 0;
  }

  .expert-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all .2s linear;
    opacity: 1;

    cursor: pointer;
  }

.expert-card:hover
{
opacity: 0.9;
}

  .expert-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
  }

  .expert-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    padding-top: 10px;
    background: linear-gradient(to top, rgba(37, 69, 50,1), transparent);
    color: #fff;
  }

  .expert-info h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .expert-info p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    font-weight: 400;
  }

  /* Hide scrollbar */
  .swiper::-webkit-scrollbar {
    display: none;
  }

/* Section background gradient */
.appointment-section {
  background: linear-gradient(135deg,rgba(37, 69, 50, 1),#546a5d); /* Light to blue gradient */
  color: #fff;
}

/* Heading styles */
.appointment-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}

.appointment-subtitle {
  font-size: 1.1rem;
  color: #f1f9ff;
}

.badge
{
  border-radius: 1000px;
  background-color: #254532; color: white;
}

.btn-primary,.button01{
  background-color: #2B3A01 !important;
  color: white !important;
  border-color: #2B3A01 !important;
  transition: all .5s linear;
  border-radius: 0px !important;

}


.button01:hover
{
  background-color: #546a5d !important;
    color: white !important;
  border-color: #546a5d !important;;
}

.btn-primary:hover
{
  background-color: #546a5d !important;
  border-color: #546a5d !important;;
}

/* Buttons */
.btn-primary-custom {
  background-color: #254532;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: #254532;
}

.btn-outline-custom {
  background-color: #fff;
  color: #007bff;

  padding: 10px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background-color: #007bff;
  color: #fff;
}

/* Floating image animation */
.floating-img-wrapper {
  position: relative;
  display: inline-block;
}

.floating-image {
  animation: float 6s ease-in-out infinite;
  border-radius: 20px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.footer-section
{
  padding-top: 50px;
  padding-bottom: 50px;
}

.social-icon {
  background: #fff;
  color: #254532;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(37, 69, 50, 0.3);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.social-icon:hover {
  background: #667b6f ;
  color: #fff;
}

.hs
{
  margin-top: 120px;
}


#heroSlider {
  margin-top: 120px;
  position: relative;

  overflow: hidden;
}

.hero-slide {

  background-size: cover;
  background-position: center;
  animation: kenburns 20s ease-in-out infinite alternate;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

.hero-content {
  z-index: 2;
  position: relative;
  max-width: 800px;
  padding: 20px;
}

.hero-content h1 {
   font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.hero-content .btn {
  padding: 10px 25px;
  font-size: 1rem;
  transition: 0.3s ease;
}

.hero-content .btn:hover {
  transform: translateY(-3px);
}

/* Ken Burns effect */
@keyframes kenburns {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.15);
  }
}

/* Fade + slide animations */
.animate__fadeUp {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s forwards ease;
  

}




.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.slide-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 0;
  background-color: #667b6f; /* Blue */
  transition: width 5s linear;
  z-index: 10;
}

.fs-1
{
  color: #546a5d !important;
}


/* Floating animation */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.floating-img-wrapper {
  animation: floatY 4s ease-in-out infinite;
}

.about-img:hover {
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
  filter: brightness(1.1);
}



.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.jumbtron
{
  margin-top: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 20px !important;
  position: relative;
}

.jumbtron-overlay
{
  background: rgba(0, 0, 0, 0.5);  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7));  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 500;

}




/* Main Section Style */
.about-main-section {
  
  margin: auto;

  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Small heading with icon */
.small-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a4a4a;
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.small-heading .small-icon {
  width: 26px;
  height: 26px;
}

/* Main heading */
.main-heading {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.3;
  max-width: 700px;
  opacity: 0;
  animation: fadeInUp 1.2s ease forwards;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 20px;
}

/* Each benefit item */
.benefits-icon i
{
  font-size: 50px;
  color: rgba(255,255,255, 0.3);
  margin-bottom: 5px;
}

/* Benefit title */
.benefits-item h3 {

  color: rgba(255,255,255,0.9) !important;
}

/* Benefit description */
.benefits-item p {
 
  color: rgba(255,255,255,0.6) !important;
  
}



/* Fade In Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .main-heading {
    font-size: 28px;
  }
}







@media(max-width: 1101px)
{
.full-body-optimize
{
  max-width: 100% !important;
width: 100% !important;
padding-left: 15px !important;
padding-right: 15px !important;overflow-x: hidden;
}

}

@media(max-width: 992px)
{

  .title01
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  font-size: 56px;


}

.content5
{
   font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
color: white;
  font-size: 20px;
}

}


@media(max-width: 692px)
{

   .expert-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
  }
  .hero-content h1 {
   font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

#heroSlider {
  margin-top: 120px;
  position: relative;

  overflow: hidden;
}

.hs
{
  margin-top: 90px;
}

}

@media(max-width: 576px)
{


#heroSlider {
  margin-top: 200px;
  position:   relative;

  overflow: hidden;
}

/* Toggler */
.mobile-toggler {
    width: 35px !important;
    cursor: pointer;
    display: block;
    position: fixed;
  right:20px !important;

    top:55px !important;
}
.hs
{
  margin-top: 80px;
}
}

@media(max-width: 692px)
{
  .title01
{
  font-family: "Markazi Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  font-size: 46px;


}

.content5
{
   font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
color: white;
  font-size: 18px;
}
.navbar
{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
    padding-left: 15px !important;
      padding-right: 15px !important;
}

#openMenu
{
  position: fixed;width: 100px;height: 100px;top:65px;right:-40px;z-index: 9999;cursor: pointer;
}

}


@media(max-width: 576px)
{
  .navbar-brand img
{
  width: 180px;
    position: relative;
  left: -10px !important;
  top: -10px;
}
}

