/* *********************************************
[Master Stylesheet]

Template Name: Uza - Creative Agency HTML5 Template
Template Author: Colorlib
Template Author URL: http://colorlib.com
Version: 1.0.0
Last Update: Dec 31, 2018

*********************************************

[Tables of CSS Content]

+ body
    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Portfolio CSS
    - 10.0 Testimonial CSS
    - 11.0 Newsletter CSS
    - 12.0 About CSS
    - 13.0 Service CSS
    - 14.0 Breadcrumb CSS
    - 15.0 Blog CSS
    - 16.0 CTA CSS
    - 17.0 CFA CSS
    - 18.0 Team CSS
    - 19.0 Footer CSS
    - 20.0 Contact CSS
  ---------------------------------------------
  [Color Codes]

  $heading: #303030; [Heading Color]
  $text: #707070; [Text Color]
  $bg-gray: #e7f2fd; [Gray Background]
  $primary: #1583e9; [Primary Color]
  $white: #ffffff; [White Color]
  $dark: #000000; [Dark Color]
  $border: #ebebeb; [Border Color]
  $hover: #1583e9; [Hover Color]
  $secondary: #a6a6a6; [Secondary Color]

  ---------------------------------------------
  [Font Family: 'HK Grotesk']
--------------------------------------------- */
/* Import Fonts & All CSS */
@import url(fonts/aileron-font-style.css);
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Aileron";
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

*[will-change] {
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aileron";
  /* color: #303030; */
  line-height: 1.4;
  font-weight: 600;
}

a,
a:active,
a:focus,
a:hover {
  font-family: "Aileron";
  color: #303030;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-size: 16px;
  font-weight: 600;
}

li {
  list-style: none;
}

p {
  line-height: 2;
  /* color: #707070; */
  font-size: 16px;
  font-weight: normal;
}

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

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

/* .bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
} */

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #1583e9;
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #e7f2fd !important;
}

/* Scroll Bar for desktop */
@media (min-width: 769px) {
  ::-webkit-scrollbar {
    width: 15px;
  }
  ::-webkit-scrollbar-track {
    background: #9ab7e577;
  }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #3090eacc, #89ace3c6);
    border-radius: 10px;
    /* Rounded corners */
  }
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #89ace3c6, #3090eacc);
  }
  ::-webkit-scrollbar-button {
    display: none;
  }
  /* Firefox */
  body {
    scrollbar-width: auto;
    /* "auto" or "thin"*/
    scrollbar-color: #3090eacc #89ace3c6;
  }
}
/* Scroll Bar for mobile devices */
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
  /* Hide
scrollbar for IE, Edge, and Firefox */
  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
} /* End of scroll bar */

textarea:focus,
input:focus {
  outline: none;
}

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-50 {
  padding-top: 50px !important;
}

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #1583e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper {
  margin: auto;
  display: block;
}

.cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff;
}

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:after,
.cssload-loader:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.section-heading h2 {
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading p {
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #a6a6a6;
}

/* :: 5.0 Backtotop CSS */
#scrollUp {
  bottom: 50px;
  font-size: 30px;
  line-height: 45px;
  right: 50px;
  width: 50px;
  background-color: #1583e9;
  color: #ffffff;
  text-align: center;
  height: 50px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
#scrollUp:focus,
#scrollUp:hover {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 30px;
    bottom: 30px;
  }
}

/* :: 6.0 Buttons CSS */
.uza-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  color: #1583e9;
  border: none;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.uza-btn:focus,
.uza-btn:hover {
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  background-color: #1583e9;
  color: #ffffff;
}
.uza-btn.btn-2 {
  background-color: #1583e9;
  color: #ffffff;
}
.uza-btn.btn-2:focus,
.uza-btn.btn-2:hover {
  background-color: #ffffff;
  color: #1583e9;
}
.uza-btn.btn-3 {
  border: 2px solid #1583e9;
  line-height: 46px;
}

.login-register-btn a {
  display: inline-block;
}
.login-register-btn a span {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #a6a6a6;
}
.login-register-btn a span:focus,
.login-register-btn a span:hover {
  color: #1583e9;
}
.login-register-btn a:focus,
.login-register-btn a:hover {
  color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-btn a {
    font-size: 14px;
  }
}

/* :: 7.0 Header CSS */
.header-area {
  position: fixed;
  z-index: 600;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.main-header-area {
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    border-top: 10px solid #303030;
  }
} */
/* @media only screen and (max-width: 767px) {
  .header-area .main-header-area {
    border-top: 10px solid #303030;
  }
} */
.header-area .main-header-area.sticky {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  top: 0;
  width: 100%;
  position: fixed;
  background-color: #e7f2fd;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  border-bottom: none;
  left: 0;
  z-index: 650;
}
.header-area .search-icon {
  position: relative;
  z-index: 1;
  margin-left: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .search-icon {
    margin-left: 15px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .search-icon {
    margin-left: 15px;
    margin-top: 20px;
  }
}
.header-area .search-icon i {
  font-size: 20px;
  color: #303030;
  cursor: pointer;
}

.classy-nav-container {
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .classy-nav-container {
    padding: 0 15px;
  }
  .classy-nav-container {
    background-color: rgba(231, 242, 253, 0.9);
    padding: 0;
  }
}
.classy-nav-container .classy-navbar {
  height: 100px;
  padding: 0 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar {
    height: 70px;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar {
    height: 70px;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    max-width: 90px;
    margin-right: 15px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li a {
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-size: 18px;
  text-transform: capitalize;
  color:#1583e9 ;
}
.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
  color: #6ba0e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
  font-size: 16px;
  text-transform: capitalize;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container
    .classy-navbar
    .classynav
    ul
    li.cn-dropdown-item
    ul
    li
    a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container
    .classy-navbar
    .classynav
    ul
    li.cn-dropdown-item
    ul
    li
    a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container
    .classy-navbar
    .classynav
    ul
    li.cn-dropdown-item
    ul
    li
    a {
    font-size: 14px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  /* background-color: #1583e9; */
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  text-transform: none;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
    width: 100%;
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
    width: 100%;
    height: 1px;
  }
}

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #303030;
}

.breakpoint-off .classynav ul li .dropdown {
  width: 210px;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  border-radius: 6px;
}

.top-search-area .modal-content {
  border: none;
}
.top-search-area .modal-content .modal-body {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .top-search-area .modal-content .modal-body {
    padding: 50px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-search-area .modal-content .modal-body {
    padding: 50px;
  }
}
.top-search-area .modal-content .modal-body button.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  font-size: 14px;
}
.top-search-area .modal-content .modal-body button.close-btn.btn {
  padding: 0;
  background-color: transparent;
}
.top-search-area .modal-content .modal-body button.close-btn.btn:focus,
.top-search-area .modal-content .modal-body button.close-btn.btn:hover {
  box-shadow: none;
  color: #1583e9;
}
.top-search-area form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-search-area form input {
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
}
.top-search-area form input:focus {
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
}
.top-search-area form button {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 0 6px 6px 0;
  border: none;
  background-color: #1583e9;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .top-search-area form button {
    width: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-a-quote {
    margin: 30px 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .get-a-quote {
    margin: 30px 15px !important;
  }
}

/* :: 8.0 Hero CSS */
.welcome-slides {
  position: relative;
  z-index: 1;
  max-width: 100%;
  font-size: 14px;
}

#text3 {
  display: none;
}
.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

/* Ensure no overlays on hero section */
.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.background-curve {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

/* Remove any potential overlay effects */
.background-curve::before,
.background-curve::after {
  display: none;
}

/* Ensure image displays without any filters or overlays */
.background-curve img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}

/* Adjust text visibility without relying on overlays */
.welcome-text {
  position: relative;
  z-index: 2;
}

.welcome-text h2,
.welcome-text p {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .single-welcome-slide {
    height: 600px;
  }
}

.single-welcome-slide .welcome-text {
  margin-top: -150px;
}
.single-welcome-slide .welcome-text p {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .single-welcome-slide {
    height: 900px;
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-welcome-slide {
    height: 1000px;
  }
}
.single-welcome-slide .welcome-text {
  position: relative;
  z-index: 1;
}

#to-white h2 {
  color: #ffffff;
}
#to-white p {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text {
    padding-top: 50px;
  }
  .single-welcome-slide .background-curve img {
    display: none;
  }
  #to-blue h2 {
    color: #ffffff;
  }
  #to-blue span {
    color: #a7c7e5;
  }
}

.single-welcome-slide .welcome-text h2 {
  font-size: 72px;
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 42px;
  }
}
.single-welcome-slide .welcome-text h2 span {
  color: #1583e9;
}
.single-welcome-slide .welcome-text h5 {
  font-size: 22px;
  color: #a6a6a6;
  margin-bottom: 60px;
  display: block;
}
.welcome-thumbnail p {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide .welcome-text h5 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide .welcome-text h5 {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-thumbnail {
    margin-top: -120px;
  }
}

/* Q&A Section */
.fqa-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff, #f8fbff);
}

.fqa-image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.fqa-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fqa-content {
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.fqa-title {
  font-size: 2.5rem;
  color: #303030;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.fqa-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(45deg, #1583e9, #1a6fc9);
  border-radius: 2px;
}

.fqa-item {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-bottom: 15px;
}

.fqa-item[style*="display: none"] {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.fqa-item .question {
  cursor: pointer;
  padding: 20px;
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fqa-item .answer {
  display: none;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eee;
}

.fqa-item.active .answer {
  display: block;
}

.fqa-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.question {
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  color: #303030;
  font-weight: 600;
  transition: all 0.3s ease;
}

.question i {
  font-size: 1.2rem;
  color: #1583e9;
  transition: all 0.3s ease;
}

.fqa-item.active .question {
  color: #1583e9;
  background: linear-gradient(
    45deg,
    rgba(21, 131, 233, 0.05),
    rgba(26, 111, 201, 0.05)
  );
  border-radius: 12px 12px 0 0;
}

.fqa-item.active .question i {
  transform: rotate(45deg);
}

.answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  margin: 0;
  color: #707070;
  line-height: 1.8;
  transition: all 0.3s ease;
  opacity: 0;
}

.fqa-item.active .answer {
  max-height: 1000px;
  padding: 20px 25px;
  opacity: 1;
}

/* Search functionality styles */
.fqa-search {
  margin-bottom: 30px;
  position: relative;
}

.fqa-search input {
  width: 100%;
  padding: 15px 25px;
  border: 2px solid #e7f2fd;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.fqa-search input:focus {
  border-color: #1583e9;
  box-shadow: 0 4px 15px rgba(21, 131, 233, 0.1);
  outline: none;
}

.fqa-search i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #1583e9;
}

/* Category filters */
.fqa-filters {
  display: flex;
  gap: 10px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.fqa-filter-btn {
  padding: 8px 20px;
  border: 2px solid #1583e9;
  border-radius: 25px;
  background: transparent;
  color: #1583e9;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 5px;
}

.fqa-filter-btn.active {
  background: #1583e9;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .fqa-title {
    font-size: 2rem;
    text-align: center;
  }

  .fqa-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .fqa-section .fqa-image {
    display: none; /* Hide image on mobile */
  }

  .fqa-section .col-sm-12.col-lg-8 {
    width: 100%; /* Full width on mobile */
  }

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

  .fqa-filter-btn {
    font-size: 14px;
    padding: 6px 15px;
  }
}

/* Adjust layout for larger screens */
@media (min-width: 992px) {
  .fqa-section .row {
    display: flex;
    align-items: stretch;
  }

  .fqa-section .col-lg-4 {
    display: flex;
  }

  .fqa-section .fqa-image {
    min-height: 600px; /* Adjust this value to match your content height */
  }
}

/* :: 09.0 Portfolio CSS */
.uza-portfolio-area {
  position: relative;
  z-index: 1;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 70px;
}
.uza-portfolio-area .portfolio-bg-curve {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: auto;
  width: auto;
}

.single-portfolio-slide {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-portfolio-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.single-portfolio-slide .overlay-effect {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(231, 242, 253, 0.9);
  padding: 40px 30px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-slide .overlay-effect {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-slide .overlay-effect {
    padding: 30px;
  }
}
.single-portfolio-slide .overlay-effect h4 {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-slide .overlay-effect h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.single-portfolio-slide .overlay-effect p {
  margin-bottom: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-slide .overlay-effect p {
    font-size: 14px;
  }
}
.single-portfolio-slide .view-more-btn a {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 100;
  text-align: center;
  line-height: 65px;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-slide .view-more-btn a {
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-slide .view-more-btn a {
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
}
.single-portfolio-slide .view-more-btn a:focus,
.single-portfolio-slide .view-more-btn a:hover {
  background-color: #1583e9;
  color: #ffffff;
}
.single-portfolio-slide:focus,
.single-portfolio-slide:hover {
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-portfolio-slide:focus .overlay-effect,
.single-portfolio-slide:hover .overlay-effect {
  opacity: 1;
  visibility: visible;
}
.single-portfolio-slide:focus .view-more-btn a,
.single-portfolio-slide:hover .view-more-btn a {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-slide:focus .view-more-btn a,
  .single-portfolio-slide:hover .view-more-btn a {
    right: 30px;
  }
}

.portfolio-sildes {
  position: relative;
  z-index: 1;
}
.portfolio-sildes .owl-dots {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio-sildes .owl-dots .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 8px;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e7f2fd;
}
.portfolio-sildes .owl-dots .owl-dot.active {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  max-width: 38px;
  width: 38px;
  border-radius: 15px;
  background-color: #1583e9;
}

.portfolio-menu {
  position: relative;
  z-index: 1;
}
.portfolio-menu button {
  background-color: transparent;
  padding: 0;
  font-weight: 600;
  color: #a6a6a6;
  font-size: 22px;
  margin: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-menu button {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-menu button {
    font-size: 16px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .portfolio-menu button {
    font-size: 14px;
    margin: 0 5px;
  }
}
.portfolio-menu button.active,
.portfolio-menu button:hover {
  color: #303030;
}
.portfolio-menu button:focus {
  box-shadow: none;
}

.single-portfolio-item .single-portfolio-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.portfolio-details-text {
  position: relative;
  z-index: 1;
}
.portfolio-details-text h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-text h2 {
    font-size: 24px;
  }
}
.portfolio-details-text h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #1583e9;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 400;
}
.portfolio-details-text p {
  margin-bottom: 0;
}

.portfolio-meta h6 {
  color: #707070;
  margin-bottom: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .portfolio-meta {
    margin-top: 50px;
  }
}

.portfolio-social-info p {
  margin-bottom: 0;
  margin-right: 15px;
}
.portfolio-social-info a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
.portfolio-social-info a:last-child {
  margin-right: 0;
}
.portfolio-social-info a:hover,
.portfolio-social-info a:focus {
  color: #1583e9;
}

.portfolio-pager {
  position: relative;
  z-index: 1;
}
.portfolio-pager a {
  display: inline-block;
  color: #707070;
}
.portfolio-pager a:nth-child(2) {
  color: #a6a6a6;
}
.portfolio-pager a:hover,
.portfolio-pager a:focus {
  color: #1583e9;
}
@media only screen and (max-width: 767px) {
  .portfolio-pager a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .portfolio-pager a {
    font-size: 16px;
  }
}

/* :: 10.0 Testimonial CSS */
.testimonial-slides {
  position: relative;
  z-index: 1;
  padding-left: 10%;
  padding-right: 10%;
}
.testimonial-slides .owl-next,
.testimonial-slides .owl-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: auto;
  margin-top: -25px;
  left: 0;
  z-index: 10;
  line-height: 50px;
}
.testimonial-slides .owl-next i,
.testimonial-slides .owl-prev i {
  font-size: 50px;
  color: #b7b7b7;
}
.testimonial-slides .owl-next i:hover,
.testimonial-slides .owl-next i:focus,
.testimonial-slides .owl-prev i:hover,
.testimonial-slides .owl-prev i:focus {
  color: #1583e9;
}
.testimonial-slides .owl-next {
  left: auto;
  right: 0;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #e7f2fd;
}

.single-testimonial-slide {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-testimonial-slide .testimonial-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-right: 60px;
}
.single-testimonial-slide .testimonial-thumbnail img {
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-slide .testimonial-thumbnail {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide .testimonial-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    height: 120px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.single-testimonial-slide .testimonial-content {
  position: relative;
  z-index: 1;
}
.single-testimonial-slide .testimonial-content h4 {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-slide .testimonial-content h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide .testimonial-content h4 {
    font-size: 18px;
  }
}
.single-testimonial-slide .testimonial-content .ratings {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
}
.single-testimonial-slide .testimonial-content .ratings i {
  font-size: 16px;
  color: #f3c612;
}
.single-testimonial-slide .testimonial-content .author-info h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide .testimonial-content .author-info h5 {
    font-size: 14px;
  }
}
.single-testimonial-slide .testimonial-content .author-info h5 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #b7b7b7;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide .testimonial-content .author-info h5 span {
    font-size: 12px;
  }
}
.single-testimonial-slide .testimonial-content .quote-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* :: 11.0 Newsletter CSS */
.uza-newsletter-area {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.uza-newsletter-area .border-line {
  width: 100%;
  height: 1px;
  background-color: #e7f2fd;
}
.uza-newsletter-area .nl-content {
  position: relative;
  z-index: 1;
}
.uza-newsletter-area .nl-content h2 {
  font-size: 36px;
  display: block;
  margin-bottom: 0;
  color: #4a97ebdf;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .uza-newsletter-area .nl-content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .uza-newsletter-area .nl-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .uza-newsletter-area .nl-content h2 {
    font-size: 24px;
  }
}
.uza-newsletter-area .nl-content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .uza-newsletter-area .nl-content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .uza-newsletter-area .nl-content p {
    font-size: 12px;
  }
}
.uza-newsletter-area .nl-form form {
  position: relative;
  z-index: 1;
}
.uza-newsletter-area .nl-form form input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: #e7f2fd;
  border: none;
  font-size: 16px;
  padding: 0 30px;
}
.uza-newsletter-area .nl-form form button {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  padding: 0 30px;
  border-radius: 0 50px 50px 0;
  background-color: #1583e9;
  font-size: 16px;
  color: #ffffff;
  height: 50px;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .uza-newsletter-area .nl-form form button {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .uza-newsletter-area .nl-form form button {
    padding: 0 20px;
  }
}
.uza-newsletter-area .nl-form form button:hover,
.uza-newsletter-area .nl-form form button:focus {
  background-color: #303030;
}

/* :: 12.0 About CSS */
.about-us-content {
  position: relative;
  z-index: 1;
}
.about-us-content h2 {
  font-size: 48px;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content h2 {
    font-size: 30px;
  }
}

.about-us-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 100px;
}
.about-us-thumbnail img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-thumbnail {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-thumbnail {
    padding-right: 0;
  }
}

.uza-video-area {
  position: absolute;
  top: 50%;
  right: 65px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .uza-video-area {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .uza-video-area {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.uza-video-area .video-play-btn {
  display: inline-block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #1583e9;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
}
.uza-video-area .video-play-btn i {
  padding-left: 5px;
}
.uza-video-area .video-play-btn:focus,
.uza-video-area .video-play-btn:hover {
  box-shadow: none;
  background-color: #1583e9;
}

.uza-about-us-area {
  position: relative;
  z-index: 1;
}
.uza-about-us-area {
  transition: all 0.5s ease-in-out;
}

.uza-about-us-area h2 {
  font-size: 32px;
}

.uza-about-us-area span {
  color: #1583e9;
}

.uza-about-us-area .about-bg-pattern {
  position: absolute;
  width: 40%;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
}
.uza-about-us-area .about-bg-pattern img {
  height: 100%;
  width: auto;
}

.uza-video-area .video-play-btn {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.uza-video-area .video-play-btn:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px #1583e9;
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.uza-why-choose-us-area {
  position: relative;
  z-index: 1;
}
.uza-why-choose-us-area ul li {
  font-size: 16px;
  margin-bottom: 15px;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uza-why-choose-us-area ul li i {
  color: #1583e9;
  margin-right: 15px;
}
.uza-why-choose-us-area ul li:last-child {
  margin-bottom: 0;
}

.uza-why-choose-us-area .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* invisalign */
.uza-video-service-area {
  padding: 80px 0;
  background: linear-gradient(to right, #fff 50%, #f8fbff 50%);
  position: relative;
  overflow: hidden;
}

.section-title .subtitle {
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.section-title h2 {
  margin-bottom: 15px;
  font-size: 2.5rem;
  color: #333;
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title .lead {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.invisalign-content .feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.invisalign-content .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.feature-item .icon {
  font-size: 24px;
  color: var(--primary-color);
  min-width: 40px;
}

.feature-item .text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.feature-item .text p {
  color: #666;
  margin: 0;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  margin-bottom: 8px;
}

.benefits-list li i {
  color: var(--primary-color);
  font-size: 14px;
}

.video-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.video-box video {
  display: block;
  width: 100%;
  height: auto;
}

/* Button styling */
.uza-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.uza-btn:hover {
  background: #1a6fc9;
  transform: translateY(-2px);
}

.uza-btn i {
  transition: transform 0.3s ease;
}

.uza-btn:hover i {
  transform: translateX(5px);
}

/* :: 13.0 Service CSS */

.uza-services-area {
  padding: 50px 0;
  background-color: #e7f2fdb8;
}
.single-service-area {
  position: relative;
  z-index: 1;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.single-service-area:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.single-service-area h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #474c51d5;
}

.single-service-area h6 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #777;
  font-weight: 500;
}

.uza-services-area p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

.single-service-area ul {
  margin-top: 10px;
  padding-left: 20px;
}

.single-service-area ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 5px;
  list-style-type: disc;
}

.single-service-area .mb-80 {
  margin-bottom: 80px;
}

.single-service-area .service-icon {
  background-color: #e7f2fd;
  width: 145px;
  height: 110px;
  font-size: 42px;
  color: #474c51d5;
  text-align: center;
  line-height: 110px;
  border-radius: 80px 200px 200px 362px;
  margin: 0 auto 30px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

/* title */
.uza-services-title-area {
  background-color: #e7f2fd;
  padding: 50px 0;
  text-align: left;
}

.title-service-area {
  max-width: 800px;
  margin: 0 auto;
}

.title-service-area h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1583e9;
  text-align: center;
}

.title-service-area p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
  padding: 10px;
}

.title-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* end */
.section-heading h2 {
  font-weight: bold;
}

.section-heading h2 span {
  color: #1583e9;
}

.single-service-area h5 {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  font-weight: 600;
}
.single-service-area:focus .service-icon,
.single-service-area:hover .service-icon {
  background-color: #1583e9;
  color: #ffffff;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-service-area:focus h5,
.single-service-area:hover h5 {
  color: #1583e9;
}

.single-service-area p {
  text-align: justify;
}
.single-service-area .read-more {
  /* display: inline-block; */
  padding: 5px 10px;
  color: rgba(50, 107, 160, 0.629);
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
}

.single-service-area .read-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #1583e9;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.single-service-area .read-more:hover {
  padding-left: 30px;
  margin-left: 10px;
  color: #1583e9;
}

.single-service-area .read-more:hover:before {
  width: 15px;
}

.cta-testimonial-cfa-area {
  position: relative;
  z-index: 1;
}
.cta-testimonial-cfa-area .cta-testimonial-cfa-bg-curve {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}

/* :: 14.0 Breadcrumb CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 100px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 200px;
    margin-bottom: 0;
  }
}
.breadcrumb-area .breadcrumb-bg-curve {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  text-align: right !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area .breadcrumb-bg-curve {
    width: 90%;
  }
}
.breadcrumb-area .title {
  font-size: 60px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .title {
    font-size: 30px;
  }
}
.breadcrumb-area .breadcumb--con .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
  font-size: 18px;
  text-transform: capitalize;
  color: #303030;
  font-weight: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
  .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
  .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
    font-size: 14px;
  }
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:hover,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:hover,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
  color: #1583e9;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
  color: #a6a6a6;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
  color: #a6a6a6;
}
.breadcrumb-area .breadcumb--con .breadcrumb .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcrumb-area .breadcumb--con .breadcrumb .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.breadcrumb-area
  .breadcumb--con
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  content: "\f105";
  font-family: "FontAwesome";
}

/* :: 15.0 Blog CSS */
.uza-blog-area {
  position: relative;
  z-index: 1;
}
.uza-blog-area .blog-bg-curve {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.single-blog-post {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1);
}
.single-blog-post .post-content {
  position: relative;
  z-index: 10;
  padding: 40px;
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-blog-post .post-content .post-date {
  font-size: 16px;
  text-transform: capitalize;
  color: #a6a6a6;
  display: block;
  margin-bottom: 10px;
}
.single-blog-post .post-content .post-date span {
  font-size: 36px;
  color: #1583e9;
  margin-right: 5px;
}
.single-blog-post .post-content .post-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.single-blog-post .post-content .post-title:focus,
.single-blog-post .post-content .post-title:hover {
  color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post .post-content .post-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-post .post-content .post-title {
    font-size: 20px;
  }
}
.single-blog-post .post-content .read-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-blog-post .post-content .read-more-btn i {
  color: #1583e9;
  font-size: 20px;
}
.single-blog-post:focus,
.single-blog-post:hover {
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-blog-post:focus .post-content,
.single-blog-post:hover .post-content {
  background-color: rgba(255, 255, 255, 0.9);
}

.blog-details-content {
  position: relative;
  z-index: 1;
}
.blog-details-content .post-content .post-date {
  font-size: 16px;
  text-transform: capitalize;
  color: #a6a6a6;
  display: block;
  font-weight: 600;
}
.blog-details-content .post-content .post-date span {
  font-size: 36px;
  color: #1583e9;
}
.blog-details-content .post-content h2 {
  color: #303030;
  font-size: 60px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .post-content h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .post-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content .post-content h2 {
    font-size: 24px;
  }
}
.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content h2 {
    font-size: 24px;
  }
}
.blog-details-content p {
  font-size: 18px;
  color: #a6a6a6;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .blog-details-content p {
    font-size: 16px;
  }
}

.uza-pagination {
  position: relative;
  z-index: 1;
}
.uza-pagination .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: 0;
  line-height: 38px;
  margin: 0 5px;
  text-align: center;
  background-color: transparent;
  color: #707070;
  font-size: 16px;
}
.uza-pagination .pagination .page-item .page-link:focus,
.uza-pagination .pagination .page-item .page-link:hover {
  background-color: #1583e9;
  border-color: #1583e9;
  color: #ffffff;
}
.uza-pagination .pagination .page-item.active .page-link {
  background-color: #1583e9;
  border-color: #1583e9;
  color: #ffffff;
}

.comment_area {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px;
}
.comment_area .title {
  margin-bottom: 30px;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .comment_area .title {
    font-size: 24px;
  }
}
.comment_area .comment-content {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
  margin-right: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }
}
.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}
.comment_area .comment-content .comment-meta .post-date {
  color: #1583e9;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.comment_area .comment-content .comment-meta h5 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta h5 {
    font-size: 16px;
  }
}
.comment_area .comment-content .comment-meta p {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta p {
    font-size: 14px;
  }
}
.comment_area .comment-content .comment-meta a.like,
.comment_area .comment-content .comment-meta a.reply {
  display: inline-block;
  padding: 5px 15px 3px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
}
.comment_area .comment-content .comment-meta a.like:focus,
.comment_area .comment-content .comment-meta a.like:hover,
.comment_area .comment-content .comment-meta a.reply:focus,
.comment_area .comment-content .comment-meta a.reply:hover {
  border-color: #1583e9;
  background-color: #1583e9;
  color: #ffffff;
}
.comment_area .children {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .comment_area .children {
    margin-left: 20px;
  }
}
.comment_area .children .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.uza-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
}
.uza-blockquote .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}
@media only screen and (max-width: 767px) {
  .uza-blockquote .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
  }
}
.uza-blockquote .icon i {
  font-size: 60px;
  color: #1583e9;
}
@media only screen and (max-width: 767px) {
  .uza-blockquote .icon i {
    font-size: 30px;
  }
}
.uza-blockquote .text h5 {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .uza-blockquote .text h5 {
    font-size: 20px;
  }
}
.uza-blockquote .text h6 {
  font-size: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .uza-blockquote .text h6 {
    font-size: 20px;
  }
}

.uza-post-share {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .uza-post-share h6 {
    font-size: 10px;
    margin-right: 10px !important;
  }
}
.uza-post-share .social-info- a {
  display: inline-block;
  color: #303030;
  font-size: 16px;
  margin-right: 15px;
}
.uza-post-share .social-info- a:last-child {
  margin-right: 0;
}
.uza-post-share .social-info- a:hover,
.uza-post-share .social-info- a:focus {
  color: #1583e9;
}
@media only screen and (max-width: 767px) {
  .uza-post-share .social-info- a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.post-catagories {
  position: relative;
  z-index: 1;
  margin: 50px 0;
}
.post-catagories ul li a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  color: #303030;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 3px;
}
.post-catagories ul li a:focus,
.post-catagories ul li a:hover {
  background-color: #1583e9;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .post-catagories ul li a {
    font-size: 10px;
    padding: 5px 10px;
  }
}

.related-news-area {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px;
}

/* :: 16.0 CTA CSS */
.uza-cta-area {
  position: relative;
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 1;
}
.cta-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
.cta-content span {
  color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content h2 {
    font-size: 30px;
  }
}
.cta-content h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #a6a6a6;
}
.cta-content .call-now-btn a {
  display: inline-block;
  font-size: 30px;
  color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content .call-now-btn a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content .call-now-btn a {
    font-size: 24px;
  }
}
.cta-content .call-now-btn a span {
  font-size: 18px;
  color: #a6a6a6;
}
@media only screen and (max-width: 767px) {
  .cta-content .call-now-btn a span {
    font-size: 14px;
  }
}

/* :: 17.0 CFA CSS */
.single-cf-area {
  position: relative;
  z-index: 1;
}
.single-cf-area h2 {
  margin-bottom: 0;
  font-size: 60px;
  color: #1583e9;
  margin-right: 20px;
}
.single-cf-area .cf-text h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.single-cf-area .bg-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  font-size: 60px;
  color: #eaeaea;
}

/* :: 18.0 Team CSS */
.single-team-slide {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-team-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.single-team-slide .overlay-effect {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(231, 242, 253, 0.9);
  padding: 40px 30px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-team-slide .overlay-effect {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-team-slide .overlay-effect {
    padding: 30px;
  }
}
.single-team-slide .overlay-effect h6 {
  font-size: 14px;
  color: #1583e9;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.single-team-slide .overlay-effect h4 {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .single-team-slide .overlay-effect h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.single-team-slide .overlay-effect p {
  margin-bottom: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .single-team-slide .overlay-effect p {
    font-size: 14px;
  }
}
.single-team-slide .team-social-info {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  bottom: 40px;
  left: 80px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-team-slide .team-social-info {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-team-slide .team-social-info {
    bottom: 30px;
  }
}
.single-team-slide .team-social-info a {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
  background-color: #1583e9;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
.single-team-slide .team-social-info a.facebook {
  background-color: #4c60ac;
}
.single-team-slide .team-social-info a.twitter {
  background-color: #00bae3;
}
.single-team-slide .team-social-info a.pinterest {
  background-color: #d91a18;
}
.single-team-slide .team-social-info a.instagram {
  background-color: #0085d7;
}
.single-team-slide .team-social-info a.youtube {
  background-color: #e20000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-team-slide .team-social-info a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-team-slide .team-social-info a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.single-team-slide:focus,
.single-team-slide:hover {
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-team-slide:focus .overlay-effect,
.single-team-slide:hover .overlay-effect {
  opacity: 1;
  visibility: visible;
}
.single-team-slide:focus .team-social-info,
.single-team-slide:hover .team-social-info {
  visibility: visible;
  opacity: 1;
  left: 30px;
}

.team-sildes {
  position: relative;
  z-index: 1;
}
.team-sildes .owl-dots {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-sildes .owl-dots .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 8px;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e7f2fd;
}
.team-sildes .owl-dots .owl-dot.active {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  max-width: 38px;
  width: 38px;
  border-radius: 15px;
  background-color: #1583e9;
}

/* :: 19.0 Footer CSS */
.footer-area {
  background: linear-gradient(135deg, #19568bf9, #0853c4f1);
  color: #fff;
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('path-to-your-pattern.png');
  opacity: 0.05;
  pointer-events: none;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

/* Widget Styles */
.footer-widget {
  padding: 0 15px;
}

.widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #64b5f6;
}

/* About Widget */
.footer-widget p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Branches Widget */
.branches-grid {
  display: grid;
  gap: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .branches-grid {
    display: block; /* Change to block on desktop */
  }

  .branch-card {
    background: none; /* Remove background on desktop */
    padding: 0;
    margin-bottom: 20px;
  }


  .branch-card:hover {
    transform: none; /* Remove hover effect on desktop */
  }

  .branch-card h5 {
    color: #c2def5;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .branch-info {
    margin-bottom: 15px;
  }

  .branch-info li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #ffffff !important;
  }
}

/* Mobile-specific styles */
@media (max-width: 767px) {
  .branch-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s ease;
  }

  .branch-card:hover {
    transform: translateY(-3px);
  }
}

.branch-info {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff !important;
}

.branch-info ul li {
    color: #ffffff !important;
}

.branch-info li {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }

.branch-info li i {
  color: #c2def5;
  width: 14px;
}

.view-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64b5f6;
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.view-more-link:hover {
  color: #90caf9;
  gap: 12px;
}

.view-more-link i {
  font-size: 12px;
}

/* Social Links */
.footer-social-info {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.social-link {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #fff;
}

.social-link:hover {
  background: #64b5f6;
  transform: translateY(-3px);
  color: #fff;
}

/* Quick Links */
.quick-links {
  list-style: none;
  padding: 0;
}

.quick-links li {
  margin-bottom: 12px;
}

.quick-links a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.quick-links a:hover {
  color: #64b5f6;
  transform: translateX(5px);
}

/* Copyright Section */
.copyright-wrapper {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}

.copyright-wrapper span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-area {
    padding: 50px 0 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-widget {
    text-align: center;
    padding: 0;
  }

  .widget-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-social-info {
    justify-content: center;
  }

  .branch-info li {
    justify-content: center;
  }

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

  .quick-links a {
    justify-content: center;
  }
}

/* :: 20.0 Contact Area */
.uza-contact-area {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.uza-contact-area h4 {
  color: #35383abb;
}
.uza-contact-area span {
  color: #1583e9d4;
}

.contact-sidebar-area {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 150%;
  max-width: 400px;
  margin-left: 20px;
}

.single-contact-card,
.branch-info {
  margin-bottom: 30px;
}

.branch-info h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #418bd9c1;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555555da;
}

p i {
  margin-right: 5px;
  color: #4795e9c9;
}

p a {
  color: #4795e9c9;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

.uza-contact-area .google-maps {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .uza-contact-area .google-maps {
    height: 280px;
  }
  .row span {
    text-align: center;
  }
}
.uza-contact-area .google-maps iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.single-contact-card {
  position: relative;
  z-index: 1;
}
.single-contact-card h4 {
  margin-bottom: 15px;
}
.single-contact-card h3 {
  color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-contact-card h3 {
    font-size: 20px;
  }
}
.single-contact-card h6 {
  margin-bottom: 0;
  color: #707070;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .single-contact-card h6 {
    font-size: 14px;
  }
}

.uza-contact-form {
  position: relative;
  z-index: 1;
}
.uza-contact-form .form-control {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  color: #a6a6a6;
  font-size: 14px;
}
.uza-contact-form .form-control:focus {
  box-shadow: none;
  border-color: #1583e9;
}
.uza-contact-form textarea.form-control {
  height: 110px;
  padding: 20px;
}

/*# sourceMappingURL=style.css.map */

/* Modal base styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); /* Black with opacity */
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.modal-content p {
  text-align: center;
  color: #48525c;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #1583e9d4;
}

.book-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.book-btn:hover {
  background-color: #0056b3;
}

/* Add modern animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Modern hover effects */
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Improved responsive design */
@media (max-width: 768px) {
  .welcome-text h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .service-card {
    margin-bottom: 20px;
  }

  .mobile-menu {
    padding: 15px;
  }
}

/* Modern loading animation */
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3851bc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Improved accessibility */
:focus {
  outline: 2px solid #3851bc;
  outline-offset: 2px;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #121212;
    --text-color: #ffffff;
    --primary-color: #4a6bdc;
  }
}

/* Modern Color Variables */
:root {
  --primary-color: #2196f3;
  --secondary-color: #1565c0;
  --accent-color: #64b5f6;
  --background-light: #f5f9ff;
  --text-primary: #2c3e50;
  --text-secondary: #546e7a;
  --success-color: #4caf50;
  --warning-color: #ffc107;
  --error-color: #f44336;
}

/* Modern Animations */
.animated-text {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 8s ease infinite;
}

.floating-animation {
  animation: floating 3s ease-in-out infinite;
}

.pulse-animation {
  animation: pulse 2s infinite;
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.slide-in {
  animation: slideIn 0.6s ease-out;
}

/* Hero Section Styling */
.welcome-area {
  position: relative;
  overflow: hidden;
  background: var(--background-light);
  min-height: 100vh;
}

.background-curve {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  clip-path: circle(70% at 70% 30%);
  opacity: 0.1;
}

.hero-image-container {
  position: relative;
  padding: 2rem;
}

.experience-badge {
  position: absolute;
  bottom: 10%;
  right: 0;
  background: white;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 0.8s ease-out 0.5s backwards;
}

.experience-badge .years {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  display: block;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.primary-btn {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease;
}

.primary-btn:hover {
  transform: translateY(-2px);
  color: white;
}

.outline-btn {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 1rem 2rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.outline-btn:hover {
  background: var(--primary-color);
  color: white;
}

/* Animation Keyframes */
@keyframes floating {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(33, 150, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .welcome-area {
    min-height: auto;
    padding: 4rem 0;
  }

  .hero-image-container {
    margin-top: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .experience-badge {
    position: relative;
    margin-top: 2rem;
  }
}

/* Hero Section Improvements */
.hero-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.hero-image:hover {
  transform: scale(1.05);
}

/* Modern Service Cards */
.services-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.service-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #1583e9, #1a6fc9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.service-icon i {
  font-size: 28px;
  color: #fff;
}

.service-card h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}

.service-card p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.service-features {
  margin: 20px 0;
  padding: 0;
}

.service-features li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #505050;
  font-size: 14px;
}

.service-features li i {
  color: #1583e9;
  margin-right: 10px;
  font-size: 16px;
}

.service-link {
  margin-top: auto;
  color: #1583e9;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.service-link:hover {
  color: #1a6fc9;
}

.service-link:hover i {
  transform: translateX(5px);
}

/* Mobile Responsive Adjustments */
@media only screen and (max-width: 767px) {
  .services-section {
    padding: 40px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .section-heading p {
    font-size: 15px;
    padding: 0 20px;
  }

  .service-card {
    padding: 25px;
    margin: 0 15px 25px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon i {
    font-size: 24px;
  }

  .service-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .service-card p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .service-features li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .service-features li i {
    font-size: 14px;
  }

  /* Improve touch targets on mobile */
  .service-link {
    padding: 10px 0;
    font-size: 15px;
  }
}

/* Hero Slider Styles */
.welcome-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.single-welcome-slide {
  position: relative;
  height: 100vh;
  width: 100%;
}

.background-curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-curve img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-curve::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.4)
  ); /* Reduced opacity */
  pointer-events: none;
}

.welcome-text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.welcome-content {
  position: relative;
  z-index: 1;
}

.welcome-text h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #fff;
}

.welcome-text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

/* Owl Carousel Navigation */
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 24px !important;
  transition: all 0.3s ease;
}

.owl-nav button:hover {
  background: var(--primary-color) !important;
}

.owl-prev {
  left: 20px;
}

.owl-next {
  right: 20px;
}

/* Modern Navigation Styles */
.modern-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.95);
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 45px;
  width: auto;
}

.nav-controls {
  display: flex;
  align-items: center;
}

.nav-wrapper {
  display: flex;
  align-items: center;
}

.main-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  position: relative;
  margin: 0 1.5rem;
}

.main-nav li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-nav li a:hover {
  color: var(--primary-color);
}

.main-nav li.active a {
  color: var(--primary-color);
}

/* Dropdown Styles */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 1rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu li a {
  padding: 0.5rem 1.5rem;
  display: block;
}

.nav-actions {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.appointment-btn {
  padding: 0.8rem 1.5rem;
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.appointment-btn i {
  font-size: 16px;
}

.appointment-btn:hover {
  background: #1a6fc9;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .nav-actions {
    margin: 20px 0;
    width: 100%;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
  }

  .appointment-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Mobile Navigation */
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
  }

  .nav-wrapper {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 80%;
    height: calc(100vh - 80px);
    background: #fff;
    padding: 2rem;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrapper.active {
    right: 0;
  }

  .main-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .main-nav li {
    margin: 0;
    width: 100%;
  }

  .main-nav li a {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 1rem;
    display: none;
    width: 100%;
  }

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

  .nav-actions {
    margin: 2rem 0 0 0;
    width: 100%;
  }

  .appointment-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Modern Footer Styles */
.modern-footer {
  background: #1a1a1a;
  color: #fff;
  padding-top: 80px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h4 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #64b5f6;
}

.contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-item i {
  font-size: 20px;
  color: var(--primary-color);
}

.contact-item h6 {
  color: #fff;
  margin-bottom: 5px;
}

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

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.opening-hours li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.newsletter-form .input-group {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 5px;
}

.newsletter-form input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 20px;
}

.newsletter-form button {
  border-radius: 30px;
  padding: 10px 20px;
  background: var(--primary-color);
  border: none;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
}

.footer-bottom {
  background: #111;
  padding: 20px 0;
  margin-top: 60px;
}

/* Full-width Navigation */
.header-area {
  width: 100%;
  position: relative;
}

.main-header-area {
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modern-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  max-width: 1400px; /* Increased from default container width */
  margin: 0 auto;
  width: 100%;
}

.container {
  max-width: 1400px; /* Increased container width */
  width: 100%;
  padding: 0 2rem; /* Added padding for breathing space */
}

/* Navigation Items Spacing */
.main-nav {
  display: flex;
  align-items: center;
  gap: 3rem; /* Increased gap between nav items */
}

.nav-actions {
  margin-left: 3rem; /* Space between nav items and button */
}

/* Footer Full-width Adjustments */
.modern-footer {
  width: 100%;
  background: #1a1a1a;
  padding: 80px 0 0 0;
}

.modern-footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-bottom {
  width: 100%;
  background: #111;
  padding: 20px 0;
  margin-top: 60px;
}

.footer-bottom .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Responsive Adjustments */
@media (max-width: 1440px) {
  .modern-navbar,
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 991px) {
  .modern-navbar,
  .container {
    max-width: 100%;
    /* padding: 0 1rem; */
  }

  .main-nav {
    gap: 1.5rem;
  }

  .nav-actions {
    margin-left: 1.5rem;
  }
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1001;
  cursor: pointer;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger-line:nth-child(1) {
  top: 0;
}
.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-line:nth-child(3) {
  bottom: 0;
}

/* Active state for hamburger */
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 50%;
}

@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    padding: 80px 25px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Smoother animation */
    overflow-y: auto;
    z-index: 1000;
  }

  .nav-wrapper.active {
    right: 0;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }

  /* Style menu items */
  .main-nav li {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    transition-delay: 0.1s;
  }

  .nav-wrapper.active .main-nav li {
    opacity: 1;
    transform: translateX(0);
  }

  /* Add cascading animation delay for menu items */
  .main-nav li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .main-nav li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .main-nav li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .main-nav li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .main-nav li:nth-child(5) {
    transition-delay: 0.5s;
  }

  .main-nav li a {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    transition: all 0.3s ease;
  }

  .main-nav li a:hover {
    color: var(--primary-color);
    padding-left: 10px;
  }

  /* Style appointment button for mobile */
  .nav-actions {
    margin: 20px 0 0 0;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    transition-delay: 0.5s;
  }

  .nav-wrapper.active .nav-actions {
    opacity: 1;
    transform: translateY(0);
  }

  .appointment-btn {
    width: auto;
    min-width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff;
    transition: all 0.3s ease;
  }

  .appointment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  /* Enhance overlay animation */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    backdrop-filter: blur(3px);
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* Update mobile navigation styles */
@media (max-width: 991px) {
  .nav-switch {
    display: block;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 1001;
  }

  .nav-switch i {
    font-size: 24px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
  }

  /* Rotate icon when menu is active */
  .nav-switch.active i {
    transform: rotate(90deg);
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #ebf2f7;
    padding: 70px 20px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }

  .nav-menu.active {
    right: 0;
  }

  /* Style menu items */
  .main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .main-menu li {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .nav-menu.active .main-menu li {
    opacity: 1;
    transform: translateX(0);
  }

  /* Add cascading animation delay */
  .main-menu li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .main-menu li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .main-menu li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .main-menu li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .main-menu li:nth-child(5) {
    transition-delay: 0.5s;
  }

  .main-menu li a {
    display: block;
    padding: 15px 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .main-menu li a:hover,
  .main-menu li.active a {
    color: var(--primary-color);
    padding-left: 10px;
  }

  /* Style appointment button */
  .nav-actions {
    margin-top: 30px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    transition-delay: 0.6s;
  }

  .nav-menu.active .nav-actions {
    opacity: 1;
    transform: translateY(0);
  }

  .appointment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    gap: 8px;
    transition: all 0.3s ease;
  }

  .appointment-btn:hover {
    background: #1a6fc9;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  /* Add overlay */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 999;
    backdrop-filter: blur(3px);
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* Enhanced Newsletter Styles */
.uza-newsletter-area {
  padding: 80px 0;
  background: linear-gradient(
    rgba(231, 242, 253, 0.9),
    rgba(231, 242, 253, 0.7)
  );
  position: relative;
  overflow: hidden;
}

.newsletter-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.newsletter-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, #e7f2fd, #1583e9);
  opacity: 0.1;
  border-radius: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
}

.nl-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #303030;
  font-weight: 700;
}

.nl-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  margin-bottom: 0;
}

.nl-content .highlight {
  color: #1583e9;
  font-size: 20px;
}

.newsletter-form {
  position: relative;
  margin-top: 20px;
}

.newsletter-form .input-group {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  height: 55px;
  padding: 0 20px;
  font-size: 15px;
  border: 2px solid #e7f2fd;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.newsletter-form input:focus {
  border-color: #1583e9;
  box-shadow: 0 0 0 4px rgba(21, 131, 233, 0.1);
}

.subscribe-btn {
  padding: 0 30px;
  height: 55px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(45deg, #1583e9, #1a6fc9);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.subscribe-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(21, 131, 233, 0.2);
}

.subscribe-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.subscribe-btn:hover i {
  transform: translateX(3px);
}

.newsletter-form .form-text {
  display: block;
  margin-top: 10px;
  color: #a6a6a6;
  font-size: 13px;
  text-align: left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .newsletter-card {
    padding: 30px 20px;
  }

  .nl-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .nl-content h2 {
    font-size: 24px;
  }

  .newsletter-form .input-group {
    flex-direction: column;
  }

  .subscribe-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Add fade-in animation for filtered items */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.3s ease forwards;
}

/* Ensure FAQ items have proper data display */
.fqa-item {
  display: block; /* Change from flex to block */
}

.fqa-item[style*="display: none"] {
  display: none !important; /* Ensure hide works */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Emergency CTA Styles */
.emergency-cta {
  padding: 40px 0;
}

.emergency-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(21, 131, 233, 0.1);
  transition: all 0.3s ease;
}

.emergency-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.emergency-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.emergency-icon {
  background: rgba(21, 131, 233, 0.1);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.emergency-icon i {
  color: #1583e9;
  font-size: 28px;
}

.emergency-text h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.2;
}

.emergency-text h2 .highlight {
  color: #1583e9;
  position: relative;
}

.emergency-text p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

.emergency-action {
  display: flex;
  justify-content: flex-end;
}

.emergency-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(45deg, #1583e9, #1a6fc9);
  color: white;
  padding: 15px 30px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(21, 131, 233, 0.2);
}

.emergency-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(21, 131, 233, 0.3);
  color: white;
}

.emergency-btn i {
  font-size: 20px;
  animation: pulse 2s infinite;
}

.btn-text {
  display: flex;
  flex-direction: column;
}

.btn-text .label {
  font-size: 14px;
  opacity: 0.9;
  font-weight: 500;
}

.btn-text .number {
  font-size: 18px;
  font-weight: 600;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .emergency-card {
    padding: 30px 20px;
  }

  .emergency-content {
    margin-bottom: 30px;
    gap: 20px;
  }

  .emergency-icon {
    width: 60px;
    height: 60px;
  }

  .emergency-icon i {
    font-size: 24px;
  }

  .emergency-text h2 {
    font-size: 28px;
  }

  .emergency-text p {
    font-size: 14px;
  }

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

  .emergency-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Optimize CSS for performance */
.emergency-cta {
  content-visibility: auto; /* Improve rendering performance */
  contain: layout style paint; /* Optimize browser rendering */
  will-change: transform; /* Hardware acceleration for animations */
}

/* Reduce CSS complexity */
.emergency-card {
  /* Use system font stack for better performance */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

  /* Use modern CSS properties */
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;

  /* Optimize paint performance */
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Optimize animations */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Use more efficient properties */
.emergency-btn {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Modern Hero Slider Styles */
.hero-slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}

.hero-slide {
  position: relative;
  height: 100vh;
  min-height: 600px;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.slide-title {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.slide-title .highlight {
  color: #1583e9;
}

.slide-description {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
}

.hero-btn {
  background: #1583e9;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #fff;
  color: #1583e9;
  transform: translateY(-2px);
}

/* Slider Controls */
.slider-controls {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 100%;
  z-index: 10;
  pointer-events: none; /* This ensures the buttons don't interfere with slides */
}

.prev-slide,
.next-slide {
  position: absolute;
  width: 40px; /* Reduced from 50px */
  height: 40px; /* Reduced from 50px */
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25); /* More transparent */
  color: #fff;
  font-size: 0.9rem; /* Smaller icons */
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto; /* Re-enable pointer events for buttons */
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px); /* Adds a frosted glass effect */
}

.prev-slide {
  left: 20px;
}

.next-slide {
  right: 20px;
}

.prev-slide:hover,
.next-slide:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .prev-slide,
  .next-slide {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }

  .prev-slide {
    left: 10px;
  }

  .next-slide {
    right: 10px;
  }
}

/* Animation Classes */
.owl-item.active .slide-title,
.owl-item.active .slide-description,
.owl-item.active .hero-btn {
  animation: fadeInUp 1s forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .slide-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 991px) {
  .hero-slider,
  .hero-slide {
    height: 80vh;
  }
  
  .slide-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .desktop-image {
    display: none;
  }
  
  .mobile-image {
    display: block;
  }
  
  .hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.7) 100%
    );
  }
  
  .hero-content {
    text-align: center;
    padding: 0 20px;
  }
  
  .slide-title {
    font-size: 2.5rem;
  }
  
  .slide-description {
    font-size: 1.1rem;
    margin: 0 auto 2rem;
  }
  
  .slider-controls {
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 480px) {
  .hero-slider,
  .hero-slide {
    height: 90vh;
    min-height: 500px;
  }
  
  .slide-title {
    font-size: 2rem;
  }
}

/* Add this to your existing styles */
@media only screen and (max-width: 767px) {
  .uza-about-us-area .about-us-thumbnail {
    display: none;
  }
  
  /* Adjust the text column to take full width */
  .uza-about-us-area .about-us-content {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  
  /* Adjust the layout for the remaining content */
  .uza-about-us-area .col-12.col-md-6:last-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Hero Section Spacing */
.hero-slider {
  margin-bottom: 50px; /* Add space between hero and about section */
}

/* About Section Responsive Fixes */
@media only screen and (max-width: 767px) {
  .hero-slider {
    margin-bottom: 30px; /* Slightly less space on mobile */
  }

  .uza-about-us-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uza-about-us-area .about-us-content {
    margin-bottom: 40px !important; /* Override existing margin */
  }

  /* Ensure proper stacking on mobile */
  .uza-about-us-area .row {
    display: flex;
    flex-direction: column;
  }

  .uza-about-us-area .col-12.col-md-6 {
    width: 100%;
    padding: 0 15px;
  }
}

/* About Section Fixes */
.uza-about-us-area {
  position: relative;
  padding: 60px 0;  /* Reduced from 80px */
  margin-top: 0;    /* Remove the 100vh margin */
  background: #fff;
  z-index: 1;
}

/* Hero Section Spacing */
.hero-slider {
  margin-bottom: 0;  /* Remove the bottom margin */
}

/* Responsive adjustments */
@media only screen and (max-width: 767px) {
  .uza-about-us-area {
    padding: 40px 0;
  }

  .hero-slider,
  .hero-slide {
    height: 80vh;
    min-height: 500px;
  }

  /* Ensure proper spacing between sections on mobile */
  .about-us-thumbnail.mb-80,
  .about-us-content.mb-80 {
    margin-bottom: 30px !important;
  }
}

/* Newsletter Widget Styles */
.newsletter-widget p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.newsletter-form .input-group {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 5px;
  margin-bottom: 20px;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-form button {
  background: #64b5f6;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: #90caf9;
  transform: translateY(-2px);
}

/* Adjust footer grid for better spacing */
.footer-content {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

@media (min-width: 992px) {
  .footer-content {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  }
}

@media (max-width: 767px) {
  .newsletter-widget {
    text-align: center;
  }
  
  .newsletter-form .input-group {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  
  .footer-social-info {
    justify-content: center;
  }
}

/* Partners Section Styles */
.partners-section {
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.partners-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 50px; /* Make room for navigation arrows */
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.partner-item {
  height: 80px; /* Reduced height for better proportion */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.partner-item img {
  max-width: 140px;
  max-height: 50px;
  object-fit: contain;
  /* Remove grayscale by default */
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.3s ease;
}

/* Optional hover effect for desktop only */
@media (min-width: 769px) {
  .partner-item:hover img {
    transform: scale(1.05);
  }
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #1583e9;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #1583e9;
  color: #fff;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .swiper-container {
    padding: 0 25px; /* Reduced padding */
  }
  
  .partner-item {
    height: 70px;
  }
  
  .partner-item img {
    max-width: 110px;
    max-height: 45px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.95);
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .swiper-container {
    padding: 0 20px;
  }
  
  .partner-item {
    height: 60px;
  }
  
  .partner-item img {
    max-width: 90px;
    max-height: 40px;
  }
}

/* Service Card Styles */
.service-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, 
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}

.service-card > * {
  position: relative;
  z-index: 2;
  color: #fff;
}

.service-card .service-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #1583e9;
  background: rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.service-card h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}

.service-card p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.service-features {
  padding: 0;
  margin: 0 0 20px 0;
}

.service-features li {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.service-features li i {
  color: #1583e9;
  margin-right: 10px;
  font-size: 14px;
}

.service-card .service-link {
  color: #1583e9;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
}

.service-card .service-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

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

.service-card:hover .service-icon {
  background: rgba(21, 131, 233, 0.2);
  transform: scale(1.1);
}

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

@media (max-width: 768px) {
  .service-card {
    min-height: 340px;
    padding: 30px 20px;
  }
  
  .service-card h3 {
    font-size: 20px;
  }
}

/* Service Card Mobile Adjustments */
@media only screen and (max-width: 767px) {
  .services-section {
    padding: 40px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .section-heading p {
    font-size: 15px;
    padding: 0 20px;
  }

  .service-card {
    padding: 25px;
    margin: 0 0 45px; /* Increased from 35px to 45px */
    min-height: 360px;
    /* Add margin to prevent box-shadow overlap */
    margin-left: 5px;
    margin-right: 5px;
  }

  /* Add spacing to the container */
  .services-section .container {
    padding-bottom: 15px; /* Add some bottom padding to container */
  }

  /* Ensure last card doesn't have extra margin */
  .col-12:last-child .service-card {
    margin-bottom: 20px; /* Increased from 15px to 20px */
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }
}

/* Extra small devices */
@media only screen and (max-width: 480px) {
  .service-card {
    margin: 50 0 40px; /* Increased from 30px to 40px */
    min-height: 340px;
    /* Add margin to prevent box-shadow overlap */
    margin-left: 3px;
    margin-right: 3px;
  }
}

/* Tablet Devices */
@media (max-width: 991px) {
  .service-card {
    min-height: 400px; /* Increased height for better content spacing */
    margin-bottom: 40px; /* More space between cards */
    padding: 35px 25px;
  }

  .service-card::before {
    opacity: 0.85; /* Slightly stronger gradient for better readability */
  }
  
  .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Mobile Devices */
@media (max-width: 767px) {
  .service-card {
    min-height: 380px;
    margin-bottom: 35px;
    padding: 30px 20px;
  }

  .services-section .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .services-section .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Ensure proper spacing for the last card */
  .services-section .col-12:last-child .service-card {
    margin-bottom: 20px;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .service-card {
    min-height: 360px;
    margin-bottom: 30px;
    padding: 25px 20px;
  }

  .services-section .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .services-section .col-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Contact Page Styles */
.contact-hero {
  background: linear-gradient(rgba(21, 131, 233, 0.9), rgba(21, 131, 233, 0.8)), url('img/bg-img/contact-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  margin-bottom: 80px;
}

.contact-title {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-subtitle {
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

/* .contact-info-section {
  padding: 50px 0;
} */

.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
}

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

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(21, 131, 233, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-wrapper i {
  font-size: 28px;
  color: #1583e9;
}

.contact-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}

.contact-list, .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li, .hours-list li {
  margin-bottom: 10px;
}

.contact-list a {
  color: #1583e9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-list a:hover {
  color: #1a6fc9;
}

.contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.contact-form-wrapper h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #56a1f1;
}


.form-control {
  border: 2px solid #eee;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #1583e9;
  box-shadow: none;
}

.submit-btn {
  background: #1583e9;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #1a6fc9;
  transform: translateY(-2px);
}

.map-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.branch-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.branch-tab {
  padding: 10px 20px;
  border: none;
  background: #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.branch-tab.active {
  background: #1583e9;
  color: #fff;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2.5rem;
  }
  
  .contact-card {
    margin-bottom: 20px;
  }
  
  .contact-form-wrapper,
  .map-wrapper {
    margin-bottom: 30px;
  }
  
  .branch-tabs {
    flex-wrap: wrap;
  }
  
  .branch-tab {
    width: 100%;
    text-align: center;
  }
}

/* Testimonials Widget Centering */
.clients-feedback-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.clients-feedback-area .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Ensure the Elfsight widget is centered */
.elfsight-app-c36658f8-01e9-4bf8-974e-0031c82607cb {
  margin: 0 auto;
  max-width: 100%;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .clients-feedback-area .container {
    padding: 0 15px;
  }
}

/* Contact Section Styles */
.contact-info-section {
  /* padding: 80px 0; */
  background: #f8fafc;
}

.branch-cards-container {
  margin-bottom: 60px;
}

.contact-card.branch-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-card.branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.branch-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.branch-header .icon-wrapper {
  width: 50px;
  height: 50px;
  background: rgba(21, 131, 233, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.branch-header .icon-wrapper i {
  color: #1583e9;
  font-size: 24px;
}

.branch-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #1a1a1a;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-item i {
  color: #1583e9;
  margin-right: 15px;
  margin-top: 4px;
}

.contact-item p {
  margin: 0;
  color: #4a5568;
}

.contact-info a {
  display: block;
  color: #4a5568;
  text-decoration: none;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #1583e9;
}

.hours-info p {
  margin: 0 0 5px;
  color: #4a5568;
}

/* Form Styles */
.contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #2d3748;
  font-weight: 500;
}

.form-control {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #1583e9;
  box-shadow: 0 0 0 3px rgba(21, 131, 233, 0.1);
}

.submit-btn {
  background: #1583e9;
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #1a6fc9;
  transform: translateY(-2px);
}

/* Map Styles */
.map-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.branch-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.branch-tab {
  padding: 12px 20px;
  border: none;
  background: #f1f5f9;
  border-radius: 10px;
  color: #4a5568;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.branch-tab.active {
  background: #1583e9;
  color: #fff;
}

.branch-tab i {
  font-size: 14px;
}

.google-maps {
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
}

.google-maps iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .branch-cards-container {
    margin-bottom: 40px;
  }
  
  .contact-card.branch-card {
    margin-bottom: 30px;  /* Increased from 20px */
    padding: 25px;        /* Increased padding */
  }
  
  /* Add more breathing room between branch cards */
  .col-md-4 {
    margin-bottom: 25px;  /* Additional spacing between columns */
  }
  
  /* Ensure last card doesn't have extra margin */
  .col-md-4:last-child .contact-card.branch-card {
    margin-bottom: 0;
  }
  
  .branch-tabs {
    flex-wrap: wrap;
  }
  
  .branch-tab {
    width: 100%;
  }
  
  .contact-form-wrapper,
  .map-wrapper {
    padding: 20px;
  }
}

/* Add a subtle animation when cards come into view on mobile */
@media (max-width: 768px) {
  .contact-card.branch-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .contact-card.branch-card:active {
    transform: scale(0.98);
  }
}

/* Contact Form Field Heights */
.contact-form .form-control {
  height: 50px;  /* Increased from default */
  padding: 12px 15px;
  font-size: 16px;
}

.contact-form select.form-control {
  height: 50px;  /* Specific height for dropdowns */
  padding-right: 30px;  /* Space for the dropdown arrow */
}

.contact-form textarea.form-control {
  height: 150px;  /* Increased height for message field */
  resize: vertical;
  min-height: 150px;
}

/* Ensure selected options are visible */
.contact-form select.form-control option {
  padding: 12px 15px;
  font-size: 16px;
}

/* Style the dropdown arrow */
.contact-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

/* Mobile Branch Card Tabs */
@media (max-width: 768px) {
  .branch-cards-container {
    margin-bottom: 30px;
  }

  /* Hide the original branch cards on mobile */
  .branch-cards-container .col-md-4 {
    display: none;
  }

  /* Show the active branch card */
  .branch-cards-container .col-md-4.active {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  /* Mobile Branch Tabs Navigation */
  .mobile-branch-tabs {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .mobile-branch-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }

  .mobile-branch-tab {
    padding: 10px 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 25px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .mobile-branch-tab.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
  }

  /* Ensure contact card animations work smoothly */
  .contact-card.branch-card {
    transition: all 0.3s ease;
  }
}

/* Desktop styles remain unchanged */
@media (min-width: 769px) {
  .mobile-branch-tabs {
    display: none;
  }
}

/* Insurance Partners Section Styles */
.insurance-details {
  margin-top: 60px;
}

.insurance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.insurance-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.insurance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.insurance-logo {
  width: 120px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.insurance-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.insurance-info h4 {
  color: #303030;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.insurance-info p {
  color: #707070;
  font-size: 14px;
  margin-bottom: 15px;
}

.learn-more {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.learn-more:hover {
  gap: 12px;
  color: #1a6fc9;
}

.learn-more i {
  font-size: 12px;
  transition: all 0.3s ease;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .insurance-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .insurance-card {
    padding: 20px;
  }

  .insurance-logo {
    width: 100px;
    height: 70px;
  }
}

/* Enhanced Slider Navigation */
.partners-slider .swiper-button-next,
.partners-slider .swiper-button-prev {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.partners-slider .swiper-button-next:after,
.partners-slider .swiper-button-prev:after {
  font-size: 16px;
  color: var(--primary-color);
}

/* Insurance Note Styles */
.insurance-note {
  padding: 30px;
  background: rgba(var(--primary-rgb), 0.03);
  border-radius: 16px;
  margin-top: 50px;
}

.insurance-note p {
  color: #505050;
  font-size: 16px;
  margin-bottom: 0;
}

/* Insurance Grid Responsive Improvements */
@media (min-width: 768px) {
  .insurance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .insurance-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Insurance Card Hover Enhancement */
.insurance-card {
  position: relative;
  overflow: hidden;
}

.insurance-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(var(--primary-rgb), 0.05), transparent);
  opacity: 0;
  transition: all 0.3s ease;
}

.insurance-card:hover::before {
  opacity: 1;
}

/* Learn More Button Enhancement */
.learn-more {
  position: relative;
  padding: 8px 0;
}

.learn-more::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.learn-more:hover::after {
  width: 100%;
}

/* Modern Services Page Styles */
.services-hero {
  position: relative;
  overflow: hidden;
}

.services-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.services-hero-content {
  padding-right: 50px;
}

.services-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-features {
  margin: 2rem 0;
  display: grid;
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
}

.feature-item i {
  color: var(--primary-color);
  font-size: 1.25rem;
}

/* Modern Service Cards */
.service-card-modern {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, var(--primary-color), #1a6fc9);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.service-icon i {
  color: white;
  font-size: 1.5rem;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  flex-grow: 1;
}

.service-list li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.service-list li::before {
  content: '•';
  color: var(--primary-color);
  position: absolute;
  left: 0;
}

.service-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-service {
  padding: 0.5rem 1rem;
  background: var(--primary-color);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-service:hover {
  background: #1a6fc9;
  transform: translateY(-2px);
}

.service-duration {
  color: #666;
  font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-hero {
    background: white;
  }

  .services-hero-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

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

  .services-hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .service-card-modern {
    margin-bottom: 1.5rem;
  }
}

/* Service Card Icon Enhancements */
.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, rgba(var(--primary-rgb), 0.1), rgba(var(--primary-rgb), 0.2));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.service-icon i {
  font-size: 24px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.service-card-modern:hover .service-icon {
  transform: scale(1.1) rotate(-5deg);
  background: var(--primary-color);
}

.service-card-modern:hover .service-icon i {
  color: white;
}

/* Service Note Styles */
.service-note {
  background: linear-gradient(45deg, rgba(var(--primary-rgb), 0.05), rgba(var(--primary-rgb), 0.1));
  padding: 40px;
  border-radius: 20px;
  margin-top: 60px;
}

.service-note p {
  font-size: 18px;
  color: #505050;
  margin-bottom: 0;
}

/* Service Duration Badge */
.service-duration {
  background: rgba(var(--primary-rgb), 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--primary-color);
}

/* Service List Enhancement */
.service-list {
  margin: 1.5rem 0;
}

.service-list li {
  position: relative;
  padding: 8px 0 8px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.service-list li:last-child {
  border-bottom: none;
}

.service-list li::before {
  content: '•';
  color: var(--primary-color);
  position: absolute;
  left: 8px;
  font-size: 18px;
}

/* Emergency Care Button */
.btn-service.emergency {
  background: linear-gradient(45deg, #ff4b4b, #ff6b6b);
  color: white;
}

.btn-service.emergency:hover {
  background: linear-gradient(45deg, #ff3b3b, #ff5b5b);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 75, 75, 0.3);
}

/* Service Description Enhancement */
.service-description {
  margin: 1rem 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

/* Service Card Icons Update */
.service-icon {
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1), rgba(var(--primary-rgb), 0.2));
}

.service-card-modern:hover .service-icon {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, var(--primary-color), #1a6fc9);
}

/* Hero Image Styles */
.services-hero-image {
  position: relative;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-hero-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .services-hero-image {
    min-height: 400px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .services-hero-image {
    min-height: 300px;
  }
}

/* Technology Showcase Styles */
.technology-showcase {
  position: relative;
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.technology-showcase::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(var(--primary-rgb), 0.1) 0%,
    transparent 50%
  );
  animation: rotate 15s linear infinite;
}

.technology-showcase img {
  position: relative;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.technology-showcase:hover img {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Decorative elements */
.technology-showcase::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--primary-color), transparent);
  border-radius: 50%;
  opacity: 0.5;
  z-index: 0;
}

/* Floating animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .technology-showcase {
    margin-top: 40px;
  }
  
  .technology-showcase img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .technology-showcase img {
    height: 300px;
  }
}

/* Mobile Navigation Styles */
@media (max-width: 991px) {
  /* Hamburger Menu */
  .nav-switch {
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    z-index: 1001;
  }

  .nav-switch span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--primary-color);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .nav-switch span:nth-child(1) { top: 0; }
  .nav-switch span:nth-child(2) { top: 9px; }
  .nav-switch span:nth-child(3) { top: 18px; }

  /* Hamburger Animation */
  .nav-switch.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }

  .nav-switch.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-switch.active span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }

  /* Mobile Menu Container */
  .classynav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    padding: 80px 0 30px;
    overflow-y: auto;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .classynav.active {
    right: 0;
  }

  /* Mobile Menu Items */
  .classynav ul {
    padding: 0 25px;
    margin: 0;
    list-style: none;
  }

  .classynav ul li {
    margin: 5px 0;
    opacity: 1; /* Ensure items are visible */
    transform: none; /* Remove any transform that might hide items */
  }

  .classynav ul li a {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .classynav ul li a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: var(--primary-color);
  }

  .classynav ul li.current-item a {
    color: var(--primary-color);
    background: rgba(var(--primary-rgb), 0.08);
  }

  .classynav ul li a:hover {
    background: rgba(var(--primary-rgb), 0.05);
    color: var(--primary-color);
    padding-left: 20px;
  }

  /* Mobile CTA Button */
  .mobile-cta {
    padding: 20px 25px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  .mobile-cta .btn {
    width: 100%;
    padding: 12px 20px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .mobile-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.2);
  }
}

@media (max-width: 991px) {
  /* Mobile Menu Items */
  .classynav ul {
    padding: 0;  /* Remove padding to allow full-width items */
    margin: 0;
  }

  .classynav ul li {
    margin: 0;  /* Remove margin to avoid gaps */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);  /* Add separator line */
  }

  .classynav ul li:last-child {
    border-bottom: none;  /* Remove border from last item */
  }

  .classynav ul li a {
    padding: 15px 25px;  /* Increase padding for better touch targets */
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 0;  /* Remove border radius for full-width effect */
  }

  .classynav ul li a i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
    color: var(--primary-color);
  }

  /* Current Item Styling */
  .classynav ul li.current-item a {
    color: var(--primary-color);
    background: rgba(var(--primary-rgb), 0.08);
    font-weight: 600;
    border-left: 3px solid var(--primary-color);  /* Add left border indicator */
  }

  /* Hover Effect */
  .classynav ul li a:hover {
    background: rgba(var(--primary-rgb), 0.04);
    color: var(--primary-color);
  }

  /* Mobile CTA Button Container */
  .mobile-cta {
    padding: 20px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);  /* Consistent separator */
    margin-top: 10px;
  }
}

/* Desktop Navigation Styles */
@media (min-width: 992px) {
  .classy-nav-container {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 0 40px;  /* Increased padding */
  }

  .classy-navbar {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;  /* Set max-width */
    margin: 0 auto;  /* Center the navbar */
  }

  /* Logo container */
  .classy-navbar-brand {
    flex: 0 0 auto;  /* Prevent logo from shrinking */
  }

  /* Navigation container */
  .classynav {
    position: static;
    flex: 1;  /* Take remaining space */
    display: flex;
    justify-content: flex-end;  /* Align items to the right */
    align-items: center;
    padding: 0;
    margin-left: auto;  /* Push to the right */
  }

  /* Navigation items */
  .classynav ul {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    margin-right: 2rem;  /* Space before appointment button */
  }

  .classynav ul li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }

  /* Navigation links */
  .classynav ul li a {
    padding: 0.5rem 0;  /* Adjusted padding */
    color: #333;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  /* Hover effect */
  .classynav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    /* background: var(--primary-color); */
    transition: width 0.3s ease;
  }

  /* .classynav ul li a:hover {
    color: var(--primary-color);
  } */

  .classynav ul li a:hover::after,
  .classynav ul li.current-item a::after {
    width: 100%;
  }

  /* Current item styling */
  .classynav ul li.current-item a {
    color: var(--primary-color);
    font-weight: 600;
  }

  /* Appointment button container */
  .nav-actions {
    flex: 0 0 auto;  /* Prevent shrinking */
    margin: 0;
    padding: 0;
  }

  /* Appointment button styling */
  .appointment-btn {
    padding: 12px 28px;
    background: linear-gradient(45deg, var(--primary-color), #1a6fc9);
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);  /* Subtle border */
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .appointment-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .appointment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.2);
    background: linear-gradient(45deg, #1a6fc9, var(--primary-color));
  }

  .appointment-btn:hover i {
    transform: translateX(3px);  /* Icon slides right on hover */
  }

  .appointment-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.15);
  }

  /* Logo sizing */
  .classy-navbar-brand img {
    height: 40px;
    width: auto;
  }
}

@media (min-width: 992px) {
  /* Navigation items */
  .classynav ul li a {
    padding: 0.5rem 0;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;  /* Add space between icon and text */
  }

  .classynav ul li a i {
    font-size: 16px;  /* Slightly larger icons */
    opacity: 0.8;  /* Subtle transparency */
  }

  /* Remove the mr-2 class from HTML since we're using gap */
  .classynav ul li a:hover i {
    opacity: 1;  /* Full opacity on hover */
  }

  .classynav ul li.current-item a i {
    opacity: 1;  /* Full opacity for current item */
    color: var(--primary-color);  /* Match icon color with text */
  }
}

/* Hide breadcrumb area on mobile */
@media (max-width: 991px) {
  .breadcrumb-area {
    display: none;  /* Completely hide the breadcrumb section */
  }

  /* Add some top padding to the next section to compensate */
  .uza-about-us-area {
    padding-top: 40px;  /* Reduced padding for mobile */
  }
}

@media (max-width: 991px) {
  /* Add spacing between image and content */
  .services-hero-image {
    margin-bottom: 40px;  /* Add bottom margin to create space */
  }

  /* Adjust section padding */
  .uza-about-us-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Ensure proper spacing for the content section */
  .section-heading {
    margin-top: 20px;  /* Add some top margin */
  }

  /* Adjust image container */
  .col-12.col-lg-6:first-child {
    margin-bottom: 30px;  /* Add space after the image column */
  }
}

/* Add spacing for mobile devices */
@media (max-width: 991px) {
  .uza-video-service-area {
    padding: 40px 0;  /* Reduced overall padding */
  }

  .invisalign-content {
    margin-bottom: 40px;  /* Add space between content and video */
  }

  .video-wrapper.video-box {
    margin-top: 30px;  /* Add space above video */
  }

  /* Adjust feature items spacing */
  .invisalign-content .feature-item {
    margin-bottom: 20px;  /* Slightly reduce space between feature items */
  }

  /* Ensure proper spacing for the last feature item */
  .invisalign-content .feature-item:last-child {
    margin-bottom: 30px;  /* Space before the button */
  }
}

.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add these styles to your existing form styles (around line 6466) */
.contact-form select.form-control {
    height: 50px;
    padding: 12px 16px;
    background-color: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%234a5568' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
}

.contact-form select.form-control:focus {
    border-color: #1583e9;
    box-shadow: 0 0 0 3px rgba(21, 131, 233, 0.1);
    outline: none;
}

.contact-form select.form-control option {
    padding: 12px;
    font-size: 15px;
    color: #4a5568;
    background-color: #fff;
}

.contact-form select.form-control option:hover {
    background-color: #f7fafc;
}

/* Update around line 5008 - Newsletter form styles */
.newsletter-form .input-group input[type="email"] {
    color: #333; /* Dark text color for better visibility */
    background-color: #fff; /* White background */
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 4px;
    width: 100%;
}

.newsletter-form .input-group input[type="email"]::placeholder {
    color: #888; /* Lighter color for placeholder text */
}

/* Style for the newsletter card section */
.newsletter-card {
    background-color: #f8f9fa; /* Light gray background */
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* Footer newsletter form specific styles */
.footer-widget .newsletter-form .input-group input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
    color: #fff; /* White text for footer input */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widget .newsletter-form .input-group input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7); /* Light color for footer placeholder */
}

/* Focus states for better accessibility */
.newsletter-form .input-group input[type="email"]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .newsletter-card {
        padding: 30px 20px;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
        gap: 10px;
    }
}
