@import url("./typography.css");
@import url("./fonts.css");

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.pd-100 {
  padding: 100px 0;
}

body {
  font-family: "Outfit" !important;
  font-size: 14px;
  line-height: 26px;
}

/* ================== HEADER CSS START ================== */
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}

.header .navbar-expand-lg .navbar-nav .nav-link,
.header-left .nav-link {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.header-left .nav-link:hover {
  color: var(--primary-color) !important;
}

.header li.nav-item {
  margin-left: 35px;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--secondary-color) !important;
}

.header .logo img {
  width: 80px;
  object-fit: cover;
}

.header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  padding: 0;
  background: rgba(255 255 255 / 100%);
  border-radius: 4px;
  border: 0;
  overflow: hidden;
}

.header .nav-item.dropdown:hover .dropdown-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 4px;
}

.header .nav-item.dropdown:hover .dropdown-menu li a:hover {
  background: #e9ecef;
}
/* ================== HEADER CSS END ================== */

/* ================== Footer CSS START ================== */

.footer-area {
  padding: 10px 0;
  background-color: #fff;
}

.ftr-logo {
  margin-bottom: 18px;
  display: inline-block;
}

.ftr-hd {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #304738;
  margin-bottom: 16px;
}

.ftr-links li {
  margin-bottom: 20px;
}

.ftr-links li:last-child {
  margin: 0;
}

.ftr-links li a {
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  color: #090914;
}

.ftr-links li a:hover {
  color: var(--primary-color);
}

.copy-right {
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid #ccc;
}

.copy-right p,
.copy-right p a {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}

.copy-right p a:hover {
  color: var(--primary-color);
}

.ftr-dis {
  padding-right: 80px;
}

.contct-card a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  color: #090914;
}

.ftr-social-links li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #090914;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  transition: all 0.5s ease-in-out;
  color: #090914;
}

.ftr-social-links li a:hover {
  background: #090914;
  color: #fff;
}

.error {
  color: red !important;
}

.ftr-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.footer-area .col-lg-3:nth-child(2) .ftr-link-card {
  padding-left: 70px;
}

.footer-area .col-lg-3:nth-child(3) .ftr-link-card {
  padding-left: 50px;
}

.footer-area .col-lg-3:nth-child(4) .ftr-link-card {
  padding-left: 30px;
}

/* ================== Footer CSS END ================== */

/* ================== MOBILE HEADER CSS START ================== */

.profile-drop .dropdown-toggle {
  background: none;
  border: none;
  padding: 0;
}

.hdr-pro-view {
  display: flex;
}

.hdr-pro-view span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  display: inline-block;
}

.hdr-pro-view span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-drop {
  display: flex;
  align-items: center;
  background: var(--primary-color);
  padding: 14px 12px;
  position: relative;
}

.profile-card-drop span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #fff;
}

.profile-card-drop span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-rt h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.profile-drop .dropdown-item {
  padding: 10px 15px;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px dashed #eee;
}

.profile-drop .dropdown-menu li:last-child a {
  border: 0;
}

.profile-drop .dropdown-menu {
  min-width: 220px;
  padding: 0;
  border: none;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profile-drop .dropdown-toggle::after {
  display: none;
}

.dashboard_area .bars-btn {
  padding: 12px;
}

.bars-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.bars-btn:hover {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
}

.bars-btn:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.side-bar-links {
  height: calc(100vh - 182px);
}

.sider-card {
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.sider-card .btn-close {
  position: absolute;
  right: 20px;
  opacity: 1;
  top: 20px;
}

.side-profile-card {
  display: flex;
  align-items: center;
}

.profile-img {
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
}

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

.side-profile-dis p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.side-profile-dis h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.side-link-list {
  padding: 0;
}

.side-link-list li {
  border-bottom: 1px solid #ececec;
}

.side-link-list li a {
  padding: 12px 14px;
  display: flex;
  font-size: 16px;
  color: #222;
  align-items: center;
  width: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.mobile-menu-card .offcanvas-body {
  padding: 0;
}

.side-link-list li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-size: 24px;
  color: var(--primary-color);
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
.side-link-list li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.side-link-list li a:hover::after {
  color: #fff;
}

.mobile-sidebar .offcanvas-header {
  background: var(--primary-color);
}

.mobile-sidebar .offcanvas-header .offcanvas-title {
  color: #fff;
}

.mobile-sidebar .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 1;
}

.mobile-sidebar .dashboard_menu {
  border-radius: 0;
}

.table.common-table th,
.table.common-table td {
  text-wrap: nowrap;
  vertical-align: middle;
}

textarea.form-control {
  min-height: 100px;
}

.fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #0f2f2c;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.change-password-form .form-group {
  position: relative;
}

.form-group span.toggle-password {
  position: absolute;
  right: 10px;
  top: 57px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #637381;
  font-size: 14px;
  z-index: 1;
}
div.cke_notification_warning {
  display: none;
}

.remove-list-item ol {
  list-style: auto !important;
}

.remove-list-item ul {
  list-style: auto !important;
}

.remove-list-item li {
  list-style: auto !important;
}

.commn-btn {
  background: var(--primary-color) !important;
  color: #fff;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 47px;
  border-radius: 6px;
  display: inline-block;
}

.commn-btn:hover {
  background: var(--secondary-color) !important;
  color: #fff;
  border: 1px solid var(--secondary-color);
}

.commn-btn-one {
  background: var(--secondary-color) !important;
  color: #fff;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--secondary-color);
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 47px;
  border-radius: 6px;
  display: inline-block;
}

.commn-btn-one:hover {
  background: transparent !important;
  color: var(--secondary-color);
}

.commn-bd-btn {
  background: transparent;
  color: var(--primary-color);
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

.commn-bd-btn:hover {
  background: var(--primary-color) !important;
  color: #fff;
}

.commn-wht-btn {
  background: #fff;
  color: var(--primary-color);
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  display: inline-block;
}

.commn-wht-btn:hover {
  background: transparent;
  color: #fff;
}

.common-title h3 {
  font-size: 34px;
  font-weight: 700;
}

.common-title p {
  color: #000;
}

/* ================== HOME PAGE CSS START ================== */

.section-title .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.section-title .subtitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.section-title .content {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}

.banner-area {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 60px);
  background: url("../../common-assets/images/banner-bg.png") no-repeat center
    center;
  background-size: cover;
  padding: 200px 0 0;
  overflow: hidden;
}

.bnr-inner {
  position: relative;
}

.banner-area .bnr-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 16px;
  background: url("../../common-assets/images/line-layer.png") no-repeat;
}

.banner-area .bnr-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  background: url("../../common-assets/images/circle-layer.png") no-repeat;
}

.bnr-cont {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 50px;
  position: relative;
}

.bnr-cont:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63px;
  height: 77px;
  background: url("../../common-assets/images/arrow-layer.png") no-repeat;
}

.bnr-cont h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.bnr-cont h1 span {
  color: var(--secondary-color);
}

.bnr-cont p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.bnr-img {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.bnr-img::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 31px;
  height: 31px;
  background: url("../../common-assets/images/circle-layer.png") no-repeat;
}

.about-home {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.services-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f3f8f8;
}

.service-single {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.service-single .img-box img {
  width: 100%;
  height: 270px;
  min-height: 270px;
  border-radius: 10px;
}

.service-single .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service-single .cont-box {
  margin-top: 20px;
}

.service-single .cont-box h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.service-single .cont-box p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin: 0;
  padding: 15px 0;
}

.service-single .cont-box a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--primary-color);
  margin: 0;
  text-decoration: underline !important;
}

.cta-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #0f302d;
}

.explore-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff 0%, #e1eae2 100%);
  padding-bottom: 0;
}

.why-choose {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.custom-accordion .accordion-item {
  background: transparent;
  border: none;
}

.custom-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  border: none;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-icon-left {
  position: absolute;
  left: 16px;
  top: 45%;
  transform: translateY(-50%);
}

.custom-accordion .accordion-icon-right {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  pointer-events: none;
}

.custom-accordion .accordion-button::after {
  display: none;
}

.custom-accordion .accordion-button.collapsed .accordion-icon-right::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary-color, #0f302d);
}

.custom-accordion
  .accordion-button:not(.collapsed)
  .accordion-icon-right::after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary-color, #0f302d);
}

.custom-accordion .accordion-body {
  background: transparent;
  padding: 0 20px 0 25px;
  margin-left: 15px;
  border-radius: 8px;
  position: relative;
  min-height: 130px;
}

.custom-accordion .accordion-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 112px;
  border-radius: 8px;
  background-color: #308e87;
}

.custom-accordion .accordion-body p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  color: #000;
  font-weight: 300;
}

.testimonial-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f3f8f8;
  padding-bottom: 20px;
}

.testimonial-box {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 5px 11px 0 rgba(21 21 21 / 15%);
  min-height: 270px;
}

.testimonial-content {
  padding-top: 50px;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial-user img {
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0;
  position: absolute;
  top: -30px;
}

.testimonial-box .author-detail h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.testimonial-box .author-detail span {
  font-size: 10px;
  font-weight: 400;
  color: #505050;
  display: block;
  line-height: 18px;
}

.testimonial-box .author-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

.testimonial-box .right-side h6 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: normal;
}

.testimonial-box .right-side h6 i {
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-color: #308e87;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.testimonial-stars {
  color: #ffd342;
  font-size: 16px;
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 20px;
}

.testimonial-area .swiper.testimonials-swiper {
  padding-top: 48px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

/* ================== HOME PAGE CSS END ================== */

@media (min-width: 992px) and (max-width: 1199px) {
  .service-single .cont-box h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .about-home-right {
    margin-top: 20px;
  }

  #faqAccordion {
    margin-top: 20px;
  }
  .footer-area .col-lg-3:nth-child(2) .ftr-link-card,
  .footer-area .col-lg-3:nth-child(3) .ftr-link-card,
  .footer-area .col-lg-3:nth-child(4) .ftr-link-card {
    padding-left: 0;
  }

  .ftr-social-links {
    justify-content: start;
  }

  .ftr-dis {
    padding-right: 0px;
  }

  .login-outr {
    padding:50px 0;
  }
}

@media (max-width: 767px) {
  .bnr-cont h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .pd-100 {
    padding: 50px 0;
  }
}
