.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  overflow-y: overlay; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 7px; }

::-webkit-scrollbar:horizontal {
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a; }

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); }

.container-fluid {
  padding: 0 120px !important; }

ul {
  padding-inline-start: 0;
  list-style: none; }

.fixed-position {
  position: fixed;
  width: 100%; }

body {
  font-size: 16px !important; }

@media (max-width: 991.98px) {
  html body {
    font-size: 15px; } }
@media only screen and (max-width: 1400px) {
  .container-fluid {
    padding: 0 16px !important; } }
.card {
  border: 1px solid #e6e6e6;
  padding: 24px;
  margin-bottom: 12px; }
  .card .card-header .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    color: #0db496;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    cursor: pointer; }
    .card .card-header .btn-link:hover, .card .card-header .btn-link:focus {
      text-decoration: none; }
  .card .card-header .icon-wrap {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #E6E6E6;
    border-radius: 50%;
    margin-left: auto; }
    .card .card-header .icon-wrap i {
      color: #8A8A8A;
      font-size: 12px;
      font-weight: 600; }
  .card .card-body {
    margin-top: 16px;
    font-size: 15px; }

@media (max-width: 991.98px) {
  .card {
    padding: 20px 16px; }
    .card .card-header {
      text-align: left; }
      .card .card-header-title {
        line-height: 1.3;
        width: 85%; }
      .card .card-header .btn-link {
        text-align: left;
        white-space: break-spaces; } }
.title {
  color: #0db496;
  font-size: 50px;
  font-weight: 700; }

.title-bottom {
  color: #fcfcfc;
  font-size: 20px; }

.secondary-title {
  font-size: 20px;
  font-weight: 500;
  color: #000; }

.section-short-title {
  color: #b2be59;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 8px; }

.section-title {
  color: #000e44;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2; }

.short-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px; }

.short--title {
  background-image: linear-gradient(227deg, #1cba9f 40%, #558dca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .section-title {
    font-size: 18px; }

  .title-bottom {
    font-size: 18px; } }
.logo {
  width: auto;
  height: 55px; }

.top_header .logo {
  height: 75px; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 24px 24px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff;
    position: relative; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #fff;
      left: 20px;
      bottom: 0; }

.header .navbar {
  padding: 24px 0; }

.top_header .logo-wrap {
  top: 4px; }
.top_header .navbar {
  padding: 12px 0; }
.top_header .navbar-nav {
  margin-left: auto; }
.top_header .social-link {
  display: none; }
.top_header .logo {
  height: 40px; }

.navbar-toggler:focus {
  outline: 0; }

.side-bar-nav-link {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center; }
  .side-bar-nav-link .arrow-icon {
    margin-left: 8px;
    font-size: 12px; }

.side-bar-nav-link:focus {
  outline: 0; }

.dropdown-item {
  padding: 8px 16px;
  border-bottom: 1px solid #0000000f; }

.nav-item .collapse {
  background-color: #fff; }

.dropdown-toggle::after {
  display: none !important; }

.icon {
  font-size: 12px; }

.header .sub-menu {
  background-color: #fff;
  min-width: max-content;
  top: 57px; }
  .header .sub-menu .nav-link {
    color: #02190D !important; }

@media (max-width: 991.98px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 12px 0; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #b2be59; }

  .navbar-collapse {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    background-color: #0db496;
    top: 0;
    left: -3100px;
    bottom: 0;
    text-align: left;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: auto !important;
    padding: 24px;
    overflow-y: scroll; }
    .navbar-collapse.show {
      left: 0; }
    .navbar-collapse .nav-link {
      color: #fff; }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: transparent; }

  .navbar-nav {
    margin-top: 80px; }

  .logo {
    width: auto;
    height: 60px; }

  .logo-wrap {
    width: 90px;
    height: 90px; }

  .navbar.navbar-expand-lg {
    padding: 0; }

  .navbar .navbar-toggler {
    padding: 0; }

  .close-btn {
    width: 28px;
    height: 28px;
    border: none; }

  .top_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
      color: #b2be59; } }
.btn {
  font-size: 16px;
  font-weight: 500 !important;
  padding: 15px 30px !important;
  border-radius: 50px !important; }

.btn-primary-custom {
  background-image: linear-gradient(90deg, #1cba9f 40%, #558dca 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  transition: all 0.5s ease; }

.btn-secondary {
  color: #fff !important; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px; } }
.header {
  background: linear-gradient(98deg, #8FD001 -45.09%, #0C0E07 71.37%);
  z-index: 2;
  left: 0;
  right: 0; }
  .header .social-link a {
    background-image: linear-gradient(227deg, #1cba9f 40%, #558dca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin: 0 8px; }
    .header .social-link a:hover {
      opacity: 0.9;
      text-decoration: none; }

.top-header {
  background: linear-gradient(98deg, #8FD001 -45.09%, #0C0E07 71.37%);
  padding: 8px;
  padding-bottom: 0; }
  .top-header-contact-details {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 48px; }
  .top-header-btn {
    border-radius: 50px !important;
    padding: 15px 30px !important; }
  .top-header-title {
    color: #000E44;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600; }
    .top-header-title:hover {
      color: #0db496; }
  .top-header-mobile {
    color: #848e9f;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 32px; }
    .top-header-mobile:hover {
      color: initial;
      text-decoration: none; }
    .top-header-mobile::before {
      content: "";
      position: absolute;
      height: 48px;
      border-right: 1px solid #EAEAEA;
      right: 0; }
    .top-header-mobile span {
      font-family: 'Heebo', sans-serif; }
  .top-header i {
    background-image: linear-gradient(227deg, #1cba9f 40%, #558dca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    margin-right: 12px; }
  .top-header .b-right {
    height: 100%;
    width: 3px;
    background-color: #fafafa; }

.top_header {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px; }
  .top_header .logo-color {
    display: block; }
  .top_header .top-header {
    display: none; }
  .top_header .navbar-nav {
    margin: initial;
    margin-left: auto; }

@media (max-width: 991.98px) {
  .header {
    background-color: #fff; }
    .header .logo-color {
      display: block; }

  .top-header {
    display: none; } }
.home .banner {
  background: url("https://www.takkarustudio.com/wp-content/uploads/2025/02/WhatsApp-Image-2025-02-09-at-5.13.30-PM.jpeg");
  background-size: cover;
  height: 100vh;
  position: relative; }
  .home .banner .overlay {
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(120deg, #0db496 40%, #000E4400 36%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }
.home .banner-content .content {
  color: #C4C4C4; }
.home .banner-content-details {
  background: #fff;
  background-size: cover;
  padding: 60px; }
.home .title-desc {
  font-size: 18px;
  color: #333;
  margin-bottom: 24px; }

.overlay {
  width: 100%;
  height: 100%;
  background-color: #2323277a;
  position: absolute; }

.banner {
  background: url("https://www.takkarustudio.com/wp-content/uploads/2025/02/WhatsApp-Image-2025-02-09-at-5.13.30-PM.jpeg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 120px 0; }

@media (max-width: 991.98px) {
  .home .banner {
    height: 60vh; }
  .home .banner-text {
    font-size: 18px; }
  .home .banner-title {
    font-size: 32px; }

  .banner {
    min-height: 400px;
    background-position: right; }
    .banner-content-wrap {
      width: 100%;
      left: 0; }

  .banner-content-text {
    font-size: 16px;
    padding: 16px;
    width: 100%; } }
.footer {
  background-image: linear-gradient(90deg, #1cba9f 40%, #558dca 100%);
  background-position: center;
  background-size: cover;
  color: #ffffffe3;
  font-size: 16px;
  padding-top: 60px;
  position: relative; }
  .footer .overlay {
    top: 0;
    background-color: #111;
    opacity: 0.85; }
  .footer .hours-list {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .footer .hours-list i {
      margin-right: 8px; }
  .footer-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px; }
  .footer-secondary-heading {
    color: #fff;
    font-size: 18px; }
  .footer .footer-link {
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 500; }
    .footer .footer-link:hover {
      color: #0db496;
      text-decoration: none; }
    .footer .footer-link i {
      color: #fff; }
  .footer hr {
    border-color: #484C59;
    padding-bottom: 16px; }
  .footer .footer-address {
    display: flex;
    margin-bottom: 16px; }
    .footer .footer-address .icon {
      color: #fff;
      margin-right: 8px;
      margin-top: 4px; }
    .footer .footer-address .email-icon {
      font-size: 12px; }
  .footer .social-link a {
    color: #fff;
    font-size: 32px;
    margin-right: 16px; }
    .footer .social-link a:hover {
      color: #fff;
      text-decoration: none; }
  .footer .direction-btn {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-left: 8px;
    border-bottom: 1px solid #fff; }
    .footer .direction-btn:hover {
      color: #E2D1C9; }
    .footer .direction-btn .icon {
      font-size: 10px;
      display: block;
      transform: rotate(180deg); }
  .footer .footer-btn {
    color: #0db496;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600; }
    .footer .footer-btn i {
      margin-right: 12px; }
  .footer .consultation-heading,
  .footer .consultation-content {
    font-size: 14px;
    color: #E2D1C9; }

.footer-bottom {
  border-top: 1px solid #f8f8f847;
  padding: 12px 0;
  font-size: 14px;
  color: #fff; }

@media (max-width: 991.98px) {
  .footer-bottom a {
    display: block; } }
.section-space {
  padding: 80px 0; }

.section-bottom-space {
  margin-bottom: 80px; }

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

.relative {
  position: relative; }

.shape {
  display: block;
  width: 50px;
  height: 6px;
  background-color: #0db496;
  margin: auto;
  border-radius: 4px; }

.line {
  width: 70px;
  height: 2px;
  background-color: #0db496;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px; }

.footer .line,
.footer .shape {
  background-color: #fff; }

.text-underline {
  text-decoration: underline; }

.btlr {
  border-top-left-radius: 10px; }

.btrr {
  border-top-right-radius: 10px; }

.bblr {
  border-bottom-left-radius: 10px; }

.bbrr {
  border-bottom-right-radius: 10px; }

.font-weight-medium {
  font-weight: 600; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; }

  .flex-m-column {
    flex-direction: column; } }

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