/* mobile lang */
/* Clean Mobile Language Selector */
.mobile-lang-selector {
  margin: 1.1rem 0 1.2rem 0;
  text-align: center;
}

.mobile-lang-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.mobile-lang-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  transition: box-shadow 0.18s, transform 0.15s;
  box-shadow: none;
  background: none;
  border: none;
  min-width: 32px;
  min-height: 32px;
  outline: none;
}

.mobile-lang-list a:focus,
.mobile-lang-list a:hover {
  transform: scale(1.11);
  box-shadow: 0 2px 12px #ffd70033;
  background: none;
}

.mobile-lang-list img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: none;
  box-shadow: none;
  background: none;
  transition: box-shadow 0.18s, outline 0.15s;
  outline: none;
  display: block;
}

.mobile-lang-list a:focus img,
.mobile-lang-list a:hover img {
  box-shadow: 0 2px 10px #ffd70033;
}
/* Hide Book menu by default on all screens */
.header-inner {
  padding: 10px 0; /* Reduce vertical spacing */
}

.logo-mobile {
  display: none;
}
.logo-desktop {
  display: inline-block;
}
/* Tablet and below: Show mobile logo, hide desktop logo */
@media (max-width: 991px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: inline-block;
  }
  .header .logo {
    width: 85%;
    height: auto;
    float: left;
    margin-top: 0.5rem;
  }

  .header .logo img {
    max-width: 80%;
    height: auto;
  }
  .logo {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .service-card,
  .service-card.reverse {
    flex-direction: column;
    border-radius: 15px;
  }
  .service-img img {
    height: 180px;
    border-radius: 15px 15px 0 0;
  }
  .service-content {
    padding: 1.3rem 1.2rem;
    text-align: center;
  }
  .promo-card-modern {
    margin-bottom: 1.7rem;
  }
  /* .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: inline-block;
  }
  .logo img {
    display: block;
    height: 100%;
    width: 120px;
    margin: 0;
    padding: 0;
  }
  .logo {
    display: flex;
    align-items: center;
    height: 100%;
  } */
  .top-contact {
    display: none !important;
  }
  .top-link {
    display: none;
  }

  /* Tablets landscape / small laptops */
}
/* Tablet Screen */
@media (min-width: 767px) and (max-width: 991px) {
  .section {
    padding: 60px 20px;
  }

  .section-title {
    margin-bottom: 35px;
    padding: 0 30px;
  }

  .section-title h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .section-title p {
    font-size: 14px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
  }

  /* Breadcrumbs */
  .breadcrumbs {
    padding: 50px 0;
  }

  .breadcrumbs h2 {
    font-size: 28px;
  }

  .breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
  }

  .breadcrumbs .bread-list {
    margin-top: 5px;
  }

  /* Pagination */
  .pagination {
    margin-top: 30px;
  }

  /* ScrollUp Button */
  #scrollUp {
    bottom: 50px;
  }

  /* Header */
  .header .top-link li a,
  .header .top-contact li a,
  .header .top-contact li {
    font-size: 14px;
  }

  .header .top-contact li {
    margin-right: 25px;
    color: #2c2d3f;
  }

  .header .header-inner .get-quote {
    display: none;
    margin: 0;
    margin-top: 12px;
  }

  /* Navigation */
  .header .nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 18px 6px;
  }

  .header .nav li .dropdown {
    width: 200px;
    left: -20px;
    top: 65px;
  }

  .header .nav li .dropdown li a {
    padding: 10px 15px;
    font-size: 14px;
  }

  /* Search Form */
  .header .search-form {
    top: 64px;
  }

  .header .search-form input,
  .header .search-form button {
    height: 40px;
    line-height: 40px;
  }

  .header .search-form input {
    width: 230px;
  }

  /* Slider */
  .slider .single-slider {
    min-height: 400px;
    height: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slider .single-slider h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    z-index: 1;
  }

  .slider .single-slider .text {
    margin-top: 70px;
    position: relative;
    z-index: 1;
  }

  .slider.index2 .single-slider .text {
    margin-top: 70px;
  }

  .slider .owl-carousel .owl-nav div {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 50%;
  }

  /* Features Section */
  .features.index2 {
    padding-top: 60px;
  }

  .features .single-features {
    padding: 15px 90px;
    margin: 10px 0;
    text-align: center;
    position: relative;
  }

  /* Fun Facts */
  .fun-facts.section {
    padding: 60px 0;
  }

  .fun-facts .single-fun {
    margin: 20px 0;
  }

  /* Why Choose */
  .why-choose .choose-right {
    height: 300px;
    margin-top: 20px;
  }

  /* Services */
  .services .single-service h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .services-details-img h2 {
    font-size: 22px;
  }

  /* Testimonials */
  .testimonials {
    padding-bottom: 80px;
  }

  .testimonials .owl-dots {
    transform: translateX(-20%);
  }

  /* Departments */
  .departments .department-tab .nav li {
    margin-right: 20px;
  }

  .departments .department-tab .nav li a {
    color: #fff;
    padding: 0 6px 12px;
    margin-top: 0;
  }

  /* Footer */
  .footer .single-footer {
    margin: 15px 0;
  }

  .footer .single-footer h2 {
    padding-bottom: 15px;
  }

  .footer .footer-top {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .glow-title {
    font-size: 2rem;
  }
  .promo-card-modern {
    padding: 1.5rem;
  }
  .founder-card {
    padding: 30px 20px;
  }

  .founder-title {
    font-size: 26px;
  }

  .header.sticky .header-bottom {
    position: absolute;
    z-index: 999;
    top: initial;
    left: 0;
    bottom: initial;
  }
  .header .header-inner {
    width: 100%;
    z-index: 333;
    position: absolute;
    position: relative;
    background: #fff;
  }
  .slicknav_menu {
    display: block;
    background: transparent;
    padding: 0;
  }
  .slicknav_btn {
    background: transparent;
    padding: 0;
    margin-top: 10px;
  }
  .slicknav_nav {
    clear: both;
    color: #2c2d3f;
    margin: 0;
    font-size: 0.875em;
    background: transparent;
  }
  .slicknav_nav li a {
    color: #2c2d3f;
    transition: all 0.4s ease;
    background: none;
    padding: 4px 10px;
  }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 0 10px;
    background: transparent;
  }
  .slicknav_nav li a i {
    display: none;
    margin: 0;
  }
  .slicknav_nav li:hover a {
    color: #ff9200;
  }
  .slicknav_nav li .dropdown li a {
    background: transparent;
  }
  .slicknav_nav li .dropdown li a:hover {
    color: #ff9200;
  }
  .slicknav_nav li .slicknav_item {
    background: transparent;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 0;
    margin: 0;
    padding: 6px 0;
    font-weight: 400;
  }
  .slicknav_nav .slicknav_arrow {
    color: #2c2d3f;
  }
  .slicknav_nav li:hover .slicknav_arrow {
    color: #ff9200;
  }
  .slicknav_menu .slicknav_icon-bar {
    background: linear-gradient(90deg, #ffd006 10%, #ff9800 90%);
    text-shadow: none;
    margin-top: 1rem;
    display: block;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }

  .header .main-menu {
    display: none;
  }
  .header .widget-main {
    float: right;
    display: none;
  }
  .header.style2 .slicknav_btn {
    margin-top: 18px;
  }
  .header .slicknav_nav {
    margin-top: 65px;
  }
  .header.style2 .slicknav_nav {
    margin-top: 60px;
  }
  .header.style2 .header-inner {
    display: none;
  }
  .header.style2 .main-menu {
    display: none;
  }
  .header .header-inner .get-quote {
    margin: 0;
    padding: 0;
  }
  .header .header-inner .get-quote .btn {
    color: #fff;
    display: none;
    margin: 0;
    padding: 0;
  }
  .section {
    padding: 50px 0px;
  }
  .section-title {
    margin-bottom: 30px;
    padding: 0px 20px;
  }
  .section-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 13px;
  }

  .breadcrumbs {
    padding: 60px 0;
  }
  .breadcrumbs h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .breadcrumbs .bread-list {
    margin-top: 10px;
  }
  .breadcrumbs ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
  }
  .btn {
    padding: 11px 20px;
    font-weight: 400;
    font-size: 13px;
  }
  .header .top-link {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .header .top-contact {
    float: none;
    text-align: center;
  }
  .schedule {
    background: #fff;
    margin: 0;
    height: auto;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
  }

  .schedule .schedule-inner {
    padding: 0 10px;
    transform: none;
  }
  .schedule .single-schedule {
    margin: 15px 0;
  }
  .slider .single-slider {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    z-index: 0;
  }

  .slider .single-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    z-index: 1;
  }

  .slider .single-slider h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
  .slider .single-slider .text {
    margin-top: 80px;
  }
  .slider.index2 .single-slider .text {
    margin-top: 80px;
  }
  .slider .owl-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
  }

  .Feautes.index2 {
    padding-top: 50px;
  }
  .Feautes .single-features .signle-icon i {
    font-size: 42px;
    left: 50%;
    margin-left: -40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .Feautes .single-features::before {
    display: none;
  }
  .Feautes .single-features {
    text-align: center;
    position: relative;
    padding: 0px;
    margin: 15px 0;
  }
  .Feautes .single-features h3 {
    padding-top: 105px;
    font-size: 20px;
  }
  .fun-facts.section {
    padding: 70px 0;
  }
  .fun-facts .single-fun {
    margin: 0;
    margin: 15px 0;
    position: relative;
  }
  .fun-facts .single-fun i {
    left: 50%;
    margin-left: -35px;
    top: 0;
    position: absolute;
  }
  .fun-facts .single-fun .content {
    padding: 0;
  }
  .why-choose .choose-right {
    height: 350px;
    margin-top: 30px;
  }
  .call-action .content {
    padding: 0;
    padding: 70px 0;
  }
  .call-action .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .appointment .appointment-image {
    margin-top: 20px;
  }
  .services .single-service {
    margin: 20px 0;
  }
  .services .single-service h4 {
    margin-bottom: 15px;
  }
  .services-details-img h2 {
    font-size: 22px;
  }
  .service-details-inner-left {
    height: 300px;
    margin-bottom: 20px;
  }
  .service-details-inner {
    width: 100%;
    margin: 0;
  }
  .services-details-img {
    margin-bottom: 30px;
  }
  .service-details-inner h2 {
    font-size: 24px;
  }
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials .owl-dots {
    transform: translateX(-18%);
  }
  .departments .department-tab .nav li {
    margin: 0px 10px;
  }
  .departments .department-tab .nav li a {
    color: #fff;
    margin-top: 10px;
    padding: 0 3px 12px 3px;
  }
  .departments .department-tab .nav li a i {
    font-size: 38px;
  }
  .departments .department-tab .nav li .first {
    padding-top: 6px;
    font-size: 14px;
  }
  .departments .department-tab .nav li .second {
    font-size: 13px;
    font-weight: 400;
    color: #868686;
    margin-top: 0px;
  }
  .departments .department-tab .tab-pane .department-left h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .departments .department-tab .tab-pane .department-left .p1 {
    margin-bottom: 12px;
  }
  .departments .department-tab .tab-pane .department-left p {
    margin-bottom: 15px;
  }
  .departments .department-right {
    margin-top: 30px;
  }

  .departments .department-right img {
    height: 100%;
    width: 100%;
  }
  .appointment.single-page {
    padding: 50px 0;
  }
  .appointment.single-page .work-hour {
    margin-top: 30px;
  }
  .blog .single-news {
    margin: 15px 0;
  }
  .news-single .single-main {
    margin-top: 0px;
    padding: 15px;
  }

  .news-single .news-title {
    font-size: 20px;
    font-weight: 500;
  }
  .news-single .news-title a {
    font-size: 20px;
    font-weight: 500;
  }
  .news-single .meta-right {
    display: inline-block;
    margin-top: -6px;
    margin-left: 56px;
    float: left;
  }
  .news-single .image-gallery .single-image {
    margin: 10px 0;
  }
  .news-single .image-gallery {
    margin-bottom: 10px;
  }
  .news-single .social-share li {
    float: left;
    display: inline-block;
    margin: 5px;
  }
  .news-single .prev-next {
    float: none;
    text-align: center;
    display: inline-block;
  }
  .news-single .prev-next li {
    margin-top: 10px;
  }
  .news-single .single-comments.left .main {
    margin-left: 0px;
  }
  .news-single .single-comments .main {
    padding-left: 100px;
    position: relative;
    margin: 0;
  }
  .news-single .single-comments .body {
    float: none;
    width: 100%;
  }
  .news-single .single-comments img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .news-single .blog-comments {
    padding: 15px;
  }
  .news-single .comments-form {
    padding: 15px;
  }
  .main-sidebar .single-widget {
    padding: 20px;
  }
  .newsletter .subscribe-text {
    text-align: center;
    margin-bottom: 25px;
  }
  .newsletter .subscribe-form {
    text-align: center;
  }
  .newsletter .common-input {
    height: 50px;
    width: 100%;
    margin: 0;
  }
  .newsletter .btn {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0;
    margin-top: 14px;
  }
  .error-page .error-inner h1 {
    font-size: 80px;
  }
  .error-page .error-inner h1 span {
    font-size: 17px;
  }
  .error-page .search-form input {
    width: 100%;
    display: block;
  }
  .error-page .search-form .btn {
    top: 0;
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .mail-seccess .success-inner h1 {
    font-size: 80px;
  }
  .mail-seccess .success-inner h1 span {
    font-size: 17px;
  }
  .about-image {
    height: 300px;
  }
  .about-content h2 {
    line-height: 32px;
    font-size: 20px;
  }
  .about-content {
    width: 100%;
    padding: 35px;
  }
  .our-mission-content {
    width: 100%;
    padding: 35px;
  }
  .our-mission-content h2 {
    line-height: 32px;
    font-size: 25px;
  }
  .our-mission-image {
    height: 300px;
  }
  .contact-us #myMap {
    height: 300px;
  }
  .contact-us .contact-us-form h2 {
    font-size: 25px;
  }
  .contact-us .single-info {
    margin: 10px 0;
  }
  .contact-us .contact-us-form {
    padding: 30px 30px;
  }

  .login .login-left {
    height: 300px;
  }
  .login .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .login .form {
    margin-top: -25px;
  }
  .register .register-left {
    height: 300px;
  }
  .register .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .register .form {
    margin-top: -25px;
  }
  .contact-us .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .contact-us .form {
    margin-top: -25px;
  }
  .pf-details .date ul li {
    margin-right: 25px;
    font-size: 13px;
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }
  .pf-details .date ul li:last-child {
    margin-bottom: 0;
  }
  .pf-details .body-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
  }
  .pf-details .image-slider .owl-nav {
    display: none;
  }

  .footer .single-footer {
    margin: 15px 0;
  }
  .footer .single-footer h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer .footer-top {
    padding: 50px 0px 60px 0;
  }
  .footer .single-footer.f-link ul {
    margin-bottom: 12px;
  }
  .footer .single-footer.f-link ul li a {
    display: inline-block;
  }
  .footer .copyright {
    padding: 20px 0;
  }
  .header .top-link,
  .header .top-contact {
    float: none;
    text-align: center;
  }
  .header-inner {
    padding: 0px 0; /* Even less padding on mobile */
  }
  /* .founder-cards {
    padding: 20px !important;
    font-size: 14px;
    border-radius: 1rem !important;
  } */

  /* .founder-cards input[type="date"],
  .founder-cards button {
    font-size: 14px;
    padding: 10px 12px;
  } */

  /* #al.col-lg-8 {
    padding: 0 15px;
  }
  .about-card-glass {
    backdrop-filter: blur(8px);
  } */

  /* .founder-cards input[type="date"] {
    font-size: 13px;
    padding: 8px 10px;
    height: 40px;
  }

  .check-availability-btn {
    font-size: 13px;
    padding: 10px;
    height: 42px;
    border-radius: 8px;
  } */

  /* .form-label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .founder-cards form.row {
    row-gap: 10px;
  } */

  /* Header Sticky Bottom */
  /* .header.sticky .header-bottom {
    position: absolute;
    z-index: 999;
    left: 0;
  } */

  /* Header Inner */
  /* .header .header-inner {
    position: relative;
    width: 100%;
    z-index: 333;
    background: #fff;
  } */

  /* Slicknav Menu */
  /* .slicknav_menu {
    display: block;
    background: transparent;
    padding: 0;
  }

  .slicknav_btn {
    background: transparent;
    padding: 0;
    margin-top: 10px;
  }

  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background: linear-gradient(90deg, #ffd006 10%, #ff9800 90%);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
  }

  .slicknav_nav {
    clear: both;
    color: #2c2d3f;
    margin: 0;
    font-size: 0.875em;
    background: transparent;
  } */

  /* .slicknav_nav li a i {
    display: none;
    margin: 0;
  } */

  /* FIX: Show dropdown toggle */
  /* .slicknav_nav li .slicknav_item {
    display: block;
    background: transparent;
  }

  .slicknav_nav .slicknav_arrow {
    color: #2c2d3f;
  } */
  /* .header .header-inner .get-quote {
    margin: 0;
    padding: 0;
  }

  .header.style2 .slicknav_btn {
    margin-top: 18px;
  }

  .header .slicknav_nav {
    margin-top: 65px;
  }
  .header.style2 .slicknav_nav {
    margin-top: 60px;
  }

  .section {
    padding: 50px 0;
  }

  .section-title {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .section-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 13px;
  }

  .breadcrumbs {
    padding: 60px 0;
  }
  .breadcrumbs h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .breadcrumbs ul li,
  .breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
  }

  .btn {
    padding: 11px 20px;
    font-weight: 400;
    font-size: 13px;
  }
  .slicknav_nav li a,
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 6px 10px;
    color: #2c2d3f;
    background: none;
    transition: all 0.4s ease;
  }

  .slicknav_nav li:hover a,
  .slicknav_nav li .dropdown li a:hover,
  .slicknav_nav li:hover .slicknav_arrow {
    color: #ff9200;
  }
  .header .main-menu,
  .header .widget-main,
  .header.style2 .header-inner,
  .header.style2 .main-menu,
  .header .header-inner .get-quote .btn {
    display: none;
  }

 */

  /* .header .top-link {
    margin-bottom: 10px;
  } */

  /* .slider .single-slider {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
  }
  .slider .single-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .slider .single-slider h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
  .slider .single-slider .text,
  .slider.index2 .single-slider .text {
    margin-top: 80px;
  }
  .slider .owl-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
  } */

  /* Other sections (Feautes, fun-facts, services, departments, etc.) follow same optimization logic */
  /* If needed, I can refactor the rest similarly — let me know if you'd like the full version */
}
/* Mobile Screen */
@media (max-width: 450px) {
  .section {
    padding: 50px 0px;
  }
  .section-title {
    margin-bottom: 30px;
    padding: 0px 20px;
  }
  .section-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 13px;
  }
  .btn {
    padding: 11px 20px;
    font-weight: 400;
    font-size: 13px;
  }
  .news-ticker-bar {
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 6px 0;
    z-index: 9999;
    height: 1.5rem;
  }
  .header .top-link {
    float: none;
    text-align: center;
    /* margin-bottom: 10px; */
  }

  .header .top-contact {
    float: none;
    text-align: center;
  }
  .slider .single-slider {
    /* height: 380px; */
    width: 100%;
  }
  .slider .single-slider img {
    width: 100%;
  }

  .slider .single-slider:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    opacity: 0.5;
  }
  .slider .single-slider h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .slider .single-slider p {
    font-size: 13px;
  }
  .slider .owl-carousel .owl-nav {
    display: none;
  }

  @media (max-width: 767px) {
    .single-slider {
      height: auto;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: top center !important;
      padding-top: 0 !important; /* Remove extra padding */
    }
  }

  .Feautes .single-features .signle-icon i {
    font-size: 42px;
    left: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .Feautes .single-features::before {
    display: none;
  }
  .Feautes .single-features {
    text-align: center;
    position: relative;
    padding: 0px;
    margin: 15px 0;
  }
  .Feautes .single-features h3 {
    padding-top: 105px;
    font-size: 20px;
  }
  .fun-facts.section {
    padding: 70px 0;
  }
  .fun-facts .single-fun {
    margin: 0;
    margin: 15px 0;
    position: relative;
  }
  .fun-facts .single-fun {
    margin: 35px 0;
    padding-top: 60px;
    text-align: center;
  }
  .fun-facts .single-fun i {
    left: 50%;
    margin-left: -35px;
    top: 0;
    position: absolute;
  }
  .fun-facts .single-fun .content {
    padding: 0;
  }
  .why-choose .choose-right {
    height: 350px;
    margin-top: 30px;
  }
  .call-action .content {
    padding: 0;
    padding: 70px 0;
  }
  .call-action .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .services .single-service {
    margin: 20px 0;
  }
  .services .single-service h4 {
    margin-bottom: 15px;
  }
  .services-details-img blockquote {
    padding: 25px;
  }
  .services-details-img blockquote i {
    display: none;
  }
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials .owl-dots {
    transform: translateX(-18%);
  }

  .blog .single-news {
    margin: 15px 0;
  }
  .newsletter .subscribe-text {
    text-align: center;
    margin-bottom: 25px;
  }
  .newsletter .subscribe-form {
    text-align: center;
  }
  .our-mission-content {
    padding-top: 0;
  }
  .our-vision-area {
    padding-bottom: 45px;
  }
  .our-mission-content ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 5px 0;
  }
  .login .login-form {
    padding: 30px 30px;
  }
  .login .login-form h2 {
    font-size: 26px;
  }
  .login .login-form .lost-pass {
    margin-left: 0;
    display: block;
    margin-top: -10px;
  }
  .login .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .register .register-form {
    padding: 30px 30px;
  }
  .register .register-form h2 {
    font-size: 26px;
  }
  .register .register-form .terms {
    margin: 0;
    display: block;
    margin-top: -10px;
  }
  .register .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .contact-us .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .footer .single-footer {
    margin: 20px 0;
  }
  .footer .single-footer h2 {
    padding-bottom: 20px;
  }
  .footer .footer-top {
    padding: 65px 0px;
  }

  .mobile-lang-list img {
    width: 23px;
    height: 23px;
  }
  .mobile-lang-list a {
    min-width: 27px;
    min-height: 27px;
  }
}

@media (max-width: S600px) {
  .services-section {
    padding: 36px 0 24px 0;
  }
  .section-title {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
  }
  .service-img img {
    height: 140px;
  }
  .service-content h3 {
    font-size: 1.18rem;
    margin-bottom: 0.5rem;
  }
  .service-content p {
    font-size: 0.95rem;
  }
}
