@charset "UTF-8";
/*===============================================
Template Name: Hosting - HTML5 Template
Author:  https://www.templatemonster.com/authors/dreamit/
Description: Description
Version: 1.0.0
Text Domain: Hosting
================================================*/

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/*!
 * HotLus templates
 * Nida Verkkopalvelu
 */

/*===============================================
Bu kisim kullanici sisteme giris yaptiginda gerekli olan css ler
================================================*/

@font-face {
  font-family: "Mulish";
  src: url("../webfonts/Mulish-Regular.woff2") format("woff2"),
       url("../webfonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "Mulish";
    src: url("../webfonts/Mulish-Bold.woff2") format("woff2"),
         url("../webfonts/Mulish-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("../webfonts/Urbanist-Regular.woff2") format("woff2"),
       url("../webfonts/Urbanist-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("../webfonts/Urbanist-Bold.woff2") format("woff2"),
       url("../webfonts/Urbanist-Bold.ttf") format("truetype");
    font-weight: bold;
  font-style: normal;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.flex-column {
  flex-direction: column !important;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto 15% auto;
  width: 25%;
}
/* End modal */

.align-items-center {
  align-items: center !important;
}

.d-flex {
  display: flex !important;
}

.col-lg-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-lg-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}


.gap-2 {
  gap: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.d-sm-block {
  display: block !important;
}
.d-md-block {
  display: block !important;
}
.d-lg-none {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}
.badge {
    display: inline-block;
}

.badge:empty,
.badge:contains("0") {
    display: none;
}
/*================================
<--  Hosting Header Top Area Css -->
==================================*/
.header-top-section {
  background: url(../images/bg/top_bg-home.jpg);
  padding: 9px 0 9px;
  position: relative;
  z-index: 2;
}

.header-address-info {
  display: inline-block;
  margin-left: 150px;
  position: relative;
  z-index: 1;
}

.header-address-info::before {
  position: absolute;
  content: "";
  left: -47px;
  top: 2px;
  height: 100%;
  background: url(../images/icon/top-icon.png);
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

.header-address-info p {
  margin-bottom: 3px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Mulish";
  position: relative;
}

.top-view-btn {
  display: inline-block;
  margin-left: 15px;
}

.top-view-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Urbanist";
  position: relative;
  z-index: 1;
}

.top-view-btn a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #ffffff82;
  z-index: -1;
}

.top-view-btn a:after {
  position: absolute;
  content: "";
  right: -133px;
  top: 3px;
  width: 100%;
  height: 100%;
  background: url(../images/icon/top-star.png);
  z-index: -1;
  background-repeat: no-repeat;
}

.top-view-btn a i {
  font-size: 16px;
  margin-left: 10px;
}

.header-top-section.home-three {
  padding: 10px 0 10px;
  position: relative;
  z-index: 1;
}

.header-top-section.home-three .header-address-info p {
  margin-bottom: 3px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Yantramanav";
}

.header-address-info p i {
  display: inline-block;
  padding-right: 5px;
  color: #ff5d13;
  font-size: 12px;
}

i.flaticon-send.style {
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
}

.header-top-offer p {
  color: #fff;
  margin: 11px 0 11px;
  font-size: 15px;
}

.header-top-offer span {
  color: #f96d2f;
}

/*header left right*/
.heder-top-left {
  text-align: right;
}

.login-signe-button {
  display: inline-block;
}

.login-signe-button button i {
  margin-right: 8px;
  color: #21c58e;
}

.login-signe-button button {
  background-color: transparent;
  color: #ffff;
  border: none;
  cursor: pointer;
  width: 100%;
  position: relative;
  left: 7px;
}

/* Full-width input fields */
.container_form input {
  width: 100%;
  padding: 12px 20px;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Extra styles for the cancel button */
.login-camcel {
  display: flex;
  margin: 20px 40px 30px;
  align-items: center;
  justify-content: space-between;
}

.cancelbtn {
  width: auto;
  padding: 10px 23px;
  background-image: linear-gradient(90deg, #f98123 0%, #ff0965 100%);
  outline: 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

span.psw {
  display: inline-block;
  margin-left: 50px;
}

.container_form {
  margin: 0 40px 0;
}

.container_form.style_two {
  margin: 0 40px 30px;
}

.container_form label {
  color: #0a1328;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.container_form button {
  background-image: linear-gradient(90deg, #f98123 0%, #ff0965 100%);
  outline: 0;
  border: none;
  width: 100%;
  margin-top: 10px;
  padding: 8px 0;
  color: #fff;
  margin-bottom: 10px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto 15% auto;
  width: 25%;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}


/*================================
<--  Hosting Nav Menu Area Css -->
==================================*/
.hosting_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.101);
  position: relative;
  z-index: 2;
}

.hosting_nav_manu.home-tow {
  border: none;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #000d65 !important;
  transition: 0.5s;
  z-index: 9;
}

.sticky .header-top-section {
  display: none;
}

.sticky .row.header_top_style-one {
  display: none !important;
}

.row.header_bg {
  background: #fff;
  margin: 0;
  border-radius: 5px;
  padding: 0 9px 0px 13px;
}



/* Hosting Menu Css*/

nav.hosting_menu {
  text-align: right;
}

.hosting_menu ul {
  list-style: none;
  display: inline-block;
}

.hosting_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hosting_menu > ul > li > a {
  display: block;
  padding: 35px 17px;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Mulish";
}

.hosting_menu > ul > li > a span i {
  font-size: 13px;
  margin-left: 5px;
}

.sidebar-btn {
  display: inline-block;
}

.nav-btn span i {
  display: inline-block;
  color: #041341;
  font-size: 30px;
  cursor: pointer;
}

/* country select */
.country-list {
  display: inline-block;
  margin-left: 10px;
  margin-right: 31px;
  position: relative;
  z-index: 1;
}

.country-list:before {
  position: absolute;
  top: 5px;
  left: -21px;
  content: "";
  width: 2px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.counry-flag {
  float: left;
  margin-right: 5px;
}

select.select_box {
  background: transparent;
  border: none;
  outline: 0;
  color: #fff;
  margin: 0;
}

select.select_box option {
  color: #0470ff;
}

.menu-btn {
  display: inline-block;
}

.menu-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Mulish";
  border-radius: 5px;
  background-image: linear-gradient(113deg, #0054ff 0%, #0781ff 100%);
  padding: 11px 31px;
}

.menu-btn a i {
  margin-right: 8px;
}

/*** Sub Menu Style ***/
.hosting_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #000d65;
  opacity: 0;
}

.hosting_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.hosting_menu ul .sub-menu li {
  position: relative;
}

.hosting_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  transition: 0.1s;
  visibility: inherit !important;
  color: #041341 !important;
  font-size: 16px;
  font-weight: 500;
}

.hosting_menu ul .sub-menu li:hover > a {
  background: #ff9038;
  color: #fff !important;
}

ul.sub-menu.style_one {
  left: 217px;
  border-top: 2px solid #ffa200;
}
/* seb menu style Three */

.sticky.hosting_nav_manu.style_three {
  background: transparent !important;
  box-shadow: none;
}

.hosting_nav_manu.style_three .hosting_menu ul li a {
  display: block;
  font-size: 17px;
  color: #041341;
  padding: 26px 18px;
}

.hosting_nav_manu.style_three .hosting_menu ul .sub-menu li a {
  padding: 12px 20px;
}

/*
<!-- ============================================================== -->
<!-- Start Hosting Home Three Page Css -->
<!-- ============================================================== -->
*/

/* Start Slider Style three */
.hosting_nav_manu.style_three {
  border: none;
  margin-bottom: -130px;
}

.row.header_style_two {
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0;
  padding: 0 8px 0 13px;
  position: relative;
}

.row.header_style_two:before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -10px;
  background: #30266e;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
}

/*=====================================
<-- Constre Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

.nav-btn.navSidebar-button {
  display: inline-block;
  position: relative;
  top: 2px;
}

.nav-btn.navSidebar-button a i {
  font-size: 15px;
  width: 32px;
  line-height: 35px;
  height: 32px;
  border-radius: 50px;
  text-align: center;
  background: #efefef;
  display: inline-block;
  color: #232323;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transition: 0.5s;
  cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ff3c00;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
  transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
  color: #fff;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ff9038;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #fff;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #1c18d9;
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-thumb-box {
  margin-bottom: 20px;
}

.content-thumb-box img {
  width: 100%;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: #011eac;
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
}

ul.list-style-one li i {
  margin-right: 10px;
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #011eac;
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #011eac;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: #011eac;
  color: #fff;
}

/*--==============================================->
<!--Start Hosting Breadcumb Area Css -->
==================================================-*/

.breadcumb-area {
  background: #00149d;
  height: 380px;
}

.breadcumb-content h2 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcumb-content ul li {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 6px;
}

.breadcumb-content ul li a {
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.breadcumb-content ul li a:before {
  position: absolute;
  content: "";
  right: 8px;
  top: 5px;
  background: #fff;
  width: 2px;
  height: 12px;
  transition: 0.5s;
  transform: rotate(17deg);
}

.breadcumb-thumb img {
    width: 300px;
    margin-top: 184px;
}

/*--==============================================->
<!--Start Hosting Breadcum Two Css -->
==================================================-*/
.breadcumb_two {
  background: url(../images/bg/breadcrumb_bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 955px;
  margin-top: -99px;
}

.breadcumb_content h1 {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
}

.breadcumb_content p {
  font-size: 18px;
  color: #ffffff;
  margin: 25px 0 29px;
}

.breadcumb_content p span {
  color: #fc6f1d;
}

.breadcumb-list li {
  color: #ffffff;
  margin-bottom: 11px;
}

.breadcumb-list li img {
  margin-right: 10px;
}

/* breabcum btn */

.breadcumb_two .hosting-button {
  margin-top: 33px;
}

.breadcumb_two .hosting-button a {
  padding: 16px 30px;
  display: inline-block;
  background-image: linear-gradient(113deg, #0054ff 0%, #0781ff 100%);
}

.bradcumb-thumb {
  text-align: right;
}

.bradcumb-thumb img {
  max-width: 300px;
  margin-top: 220px;
}


/*
<!-- ============================================================== -->
<!-- Hosting Bounce Animation Css -->
<!-- ============================================================== -->
*/
.dance0 {
  -webkit-animation: dance 1s alternate infinite;
  animation: dance 1s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance6 {
  -webkit-animation: dance 1s alternate infinite;
  animation: dance 1s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance3 {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance4 {
  -webkit-animation: dance 3s alternate infinite;
  animation: dance 3s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance5 {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- Hosting Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*
<!-- ============================================================== -->
<!-- Hosting Scrollup Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 75px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(17, 85, 233, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}
.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}
.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";	
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #ff5e14;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}
.prgoress_indicator::before {
  position: absolute;
  content: "\f633";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  font-family: bootstrap-icons !important;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: var(--primary-color-one);
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke: #ff5e14;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*<!-- ==========================================
<!-- Start Hosting Brand Area  Css -->
===================================================== -->*/

.brand-area {
  background: #fff;
  padding: 80px 0 80px;
}

.brand-single-item {
  border: 1px dashed #171717;
  padding: 30px 0px 30px;
  text-align: center;
  transition: 0.5s;
}

.brand-thumb img {
  display: inline-block !important;
}

.brand-area.style_two {
  background: url(../images/bg/brand_bg_01.png);
  padding: 110px 0 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.brand-area.style_two .section-title p {
  color: #fff;
}

.brand-single-item.style_two {
  border: 0;
  padding: 0;
}

.brand_thumb img {
  filter: brightness(0) invert(1);
  transition: 0.5s;
}

.brand-single-item.style_two:hover .brand_thumb img {
  filter: brightness(1) invert(0);
}

.owl-carousel .owl-item img {
  display: inline-block;
}
/*<!-- ==========================================
<!-- Start Hosting Footer Area  Css -->
===================================================== -->*/
.footer-area {
  padding: 20px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-desc i,
.footer-widget-social-icon i {
  display: inline-block;  
  color: #fff;
  margin-right: 6px;
}


/*
<!-- ============================================================== -->
<!-- Hosting Footer Area Style_3 Css -->
<!-- ============================================================== -->*/

.footer-area.style_3 {
  background: url(../images/bg/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-area.style_3 .footer-widget-social-icon {
  margin-top: 22px;
}
.footer-area.style_3 .footer-widget-menu ul li a,
.footer-widget-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Mulish";
  margin-bottom: 12px;  
  color: #041341;
}

.footer-widget-menu ul li a i {
  font-size: 12px;
  color: #041341;
  position: relative;
  top: 0px;
  margin-right: 8px;
}

.footer-area.style_3 .footer-widget-menu ul li a:hover {
  color: #f98223;
}

.footer-area.style_3 .footer-widget-title h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Urbanist";
  margin-bottom: 32px;   
  position: relative;
  z-index: 1;
}

.footer-area.style_3 .footer-widget-title h5 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Urbanist";
  margin-bottom: 32px;   
  position: relative;
  z-index: 1;
}

.footer-area.style_3 .footer-widget-title h6 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Urbanist";
  margin-bottom: 32px;   
  position: relative;
  z-index: 1;
}

.footer-area.style_3 .footer-widget-title h4:before,
.footer-area.style_3 .footer-widget-title h5:before, 
.footer-area.style_3 .footer-widget-title h6:before {
  position: absolute;
  content: "";
  left: 0;
  top: 44px;
  width: 50px;
  height: 2px;
  background-image: linear-gradient(-90deg, #f98123 0%, #ff0965 100%);
  z-index: -1;
}

.subscribe_form.style_2 input {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  background: rgba(48, 38, 107, 0.4);
  border: 1px transparent;
  margin-bottom: 0;
  padding: 0 20px;
}

.subscribe_form.style_2 input::placeholder {
  font-size: 15px;
  color: #fff;
}

.subscribe_form.style_2 .subscribe-btn button {
  right: 0;
  position: absolute;
  top: 0;
  height: 56px;
  width: 55px;
  border-radius: 0 5px 5px 0;
  background-image: linear-gradient(-90deg, #f98123 0%, #ff0965 100%);
  outline: 0;
  border: 0;
  color: #fff;
}

.footer-area.style_3 h6.payment-title {
  margin: 26px 0 25px;
  font-size: 22px;
}

.footer-area.style_3 .subscribe_payment a {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 20px;
  border-radius: 4px;
  margin-right: 6px;  
}

.footer-bottom-right {
  text-align: right;
}

.footer-bottom-right a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Mulish";
  display: inline-block;
  margin-left: 44px;
  position: relative;
  z-index: 1;
}

.footer-bottom-right a:hover {
  color: #fe8731;
}

.footer-bottom-right a:before {
  position: absolute;
  top: 6px;
  right: -25px;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  z-index: -1;
}

.footer-desc a,
.footer-widget-social-icon a,
.footer-widget-item ul li a {
  color: #43baff;
  text-decoration: none;
}

.footer-desc a,
.footer-widget-social-icon a,
.footer-widget-item ul li a {
  color: #43baff;
  text-decoration: none;
}

.footer-desc a:hover,
.footer-widget-social-icon a:hover,
.footer-widget-item ul li a:hover {
  color: #bb6739;
  text-decoration: none;
}

a.border-none:before {
  display: none;
}

/* copy right area */
.copy-right-area {
  padding: 30px 0 30px;
}
.copy-right-text {
  text-align: right;
}

.copy-right-text p {
  color: #cccccc;
  margin: 0;
}

.copy-right-text span {
  color: #bb6739;
}


.copy-right-area.style_two {
  margin-top: 0;
  background: #002a84;
}

.copy-right-text.left {
  text-align: left;
}

.copy-right-area.style_two .footer-bottom-right a {
  margin-left: 20px;
  color: #cccccc;  
}

.copy-right-area.style_two .footer-bottom-right a:before {
  top: 13px;
  right: -14px;
  width: 5px;
  height: 5px;
  background: #f88221;
}

.copy-right-area.style_two .footer-bottom-right a:hover {
  text-decoration: none; 
}

/*<!-- ============================================================== -->
<!-- Start Hosting Home Page curser Css -->
<!-- ============================================================== -->*/

.curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #ffa200;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.1s;
}

.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffa200;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
}

#navbar {
  display: flex;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: transparent;
  color: #fff;
  position: sticky;
  top: 0;
}

#navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#navbar li {
  margin: 0 10px;
  opacity: 0;
  transform: translateX(30px);
  -webkit-animation: apparition 0.8s 1s ease-out forwards;
  animation: apparition 0.8s 1s ease-out forwards;
}

#navbar a {
  color: #fff;
  text-decoration: none;
}

.slide-line {
  position: relative;
  text-decoration: none;
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}

.pause-button {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  background-color: #000;
  border: none;
  cursor: pointer;
}

.pause-button.paused {
  background-color: #ccc;
}

@-webkit-keyframes apparition {
  80%,
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes apparition {
  80%,
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bg-anim {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;

  }
  80% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * -------------------------
 * Client Homepage Tiles
 * -------------------------
 */
.tiles .tile {
  display: block;
  position: relative;
  padding: 12px 20px;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tiles .tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
}
.tiles .tile .title {
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}
.tiles .tile .highlight {
  margin-top: 4px;
  height: 2px;
  border-radius: 2px;
}
.tiles .tile i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 55px;
  line-height: 1;
  color: #ccc;
  transition: all 0.3s ease;
}
.tiles .tile:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.tiles .tile:hover i {
  font-size: 70px;
  color: #aaa;
}
.tiles .row > div:last-child .tile {
  border: 0;
}

@media (max-width: 1199.98px) {
  .tiles div:nth-child(2) > .tile {
    border: 0;
  }
  .tiles div:nth-child(1) > .tile,
  .tiles div:nth-child(2) > .tile {
    border-bottom: 1px solid #ccc;
  }
}
.carousel-item.item {
  float: none;
}

.carousel-inner .carousel-item.item {
  float: left;
}

div[menuitemname="Active Products/Services"] .list-group {
  overflow: initial !important;
  max-height: initial !important;
  border-bottom: 0px !important;
}
div[menuitemname="Active Products/Services"] .list-group .list-group-item:nth-child(n+5) {
  display: none;
}
div[menuitemname="Active Products/Services"] .card-footer {
  border-top: 1px;
  padding: 0.188rem 1.25rem;
}
div[menuitemname="Active Products/Services"] .btn-view-more {
  font-size: 0.75rem;
}
div[menuitemname="Active Products/Services"] .btn-view-more.disabled {
  cursor: default;
  text-decoration: none;
  color: #6c757d;
}

.div-service-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.div-service-status {
  text-align: center;
}
.div-service-status .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  display: inline-block;
  line-height: initial;
  margin: 0;
}
.div-service-status .label-placeholder {
  position: absolute;
  visibility: hidden;
}
.div-service-status .label:not(.label-placeholder) {
  width: 3rem;
}

.div-service-name {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}
.div-service-name > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-service-buttons {
  margin-left: auto;
}
.div-service-buttons .disabled {
  cursor: default;
}
.div-service-buttons .dropdown-item {
  font-size: 0.875rem;
}
.div-service-buttons .btn-group-secondary,
.div-service-buttons .btn-view-details span:not(.sr-only) {
  display: none;
}
.div-service-buttons .dropdown-toggle::after {
  margin-left: 0;
}

@media (min-width: 768px) {
  .div-service-status .label {
    width: initial !important;
  }
  .div-service-buttons .btn-view-details i,
  .div-service-buttons .btn-group-primary {
    display: none;
  }
  .div-service-buttons .btn-group-secondary {
    display: inline-flex;
  }
  .div-service-buttons .btn-view-details span:not(.sr-only):not(.caret) {
    display: initial !important;
  }
}
.recaptcha-content-domain-checker {
  padding-right: 15px;
  margin-left: -15px;
}

.google-recaptcha-align {
  padding-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 768px) {
  .google-recaptcha-align {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
 * -------------------------
 * Client Homepage Admin login Leftside
 * -------------------------
 */
@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: rgb(215, 215, 215) !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: rgb(205, 205, 205) !important;
    color: #444 !important;
    text-decoration: none;
  }
}
.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: rgb(215, 215, 215) !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}
.btn-return-to-admin .floating:hover {
  background-color: rgb(205, 205, 205) !important;
  color: #444 !important;
  text-decoration: none;
}


@media (min-width: 768px) and (max-width: 991px) {
    .header-top-section {
    display: none;
  }

  .hosting_nav_manu {
    display: none;
  }
  
  .sticky {
    position: absolute !important;
  }
  
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .header-top-section {
    display: none;
  }

  .hosting_nav_manu {
    display: none;
  }

  .sticky {
    position: absolute !important;
  }
  
}  
  
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .header-top-section {
    display: none;
  }

  .hosting_nav_manu {
    display: none;
  }

  .sticky {
    position: absolute !important;
  }
  
  .breadcumb-area {
     display: none;   
  }
  
}   

/* -------------------------------
    Top menu
----------------------------------*/
/* Desktop */
.logo-img {
    max-height: 60px; /* önce 42px idi, biraz büyüttük */
    width: auto;      /* genişlik orantılı kalsın */
}

/* Sepet ikon */
.cart-icon {
    font-size: 28px;
    display: inline-flex;
    align-items: center;  
}

/* Cart buton solda */
.cart-btn {
  order: 1;
  margin-right: 0;
}

/* Hover efekti */
.cart-btn:hover {
    color: #0781ff;
}

/* Badge */
.cart-badge {
    position: absolute;
    top: 3;
    right: 16px;
    font-size: 0.65rem;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    padding: 0 4px;
    background-color: #ff9038 !important;
    color: #fff !important;  
}

/* Mobilde büyüt */
@media (max-width: 768px) {
  .cart-icon {
      font-size: 28px;
  }
  
  /* Badge ayarı */
  .cart-badge {
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
  }  
}

/* Hamburger Menu*/

/* Buton padding temizleme */
  .mobile-menu-btn {
    background: none;
    border: none;
    color: #041341;
    margin-right: 20px;
    order: 2;   /* Hamburger menü sağda */
    margin-right: 0;    
  }

  .mobile-menu-btn span {
      font-size: 28px;
  }

/* Sadece 768px altındaki cihazlar için */

@media (max-width: 767px) {
    .mobile-menu-header {
        padding: 5px 20px;
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 2px;
    }

    .mobile-menu-logo img {
        display: block;
        width: auto;
        height: 25px; /* Logonun boyutunu buradan ayarlayabilirsin */
    }

    /* Menü içeriğinin logoya çok yapışmaması için */
    .main-navbar-wrapper .navbar-nav {
        padding-top: 0 !important;
    }  
  
    /* Ana Menü Konumlandırma */
    .main-navbar-wrapper {
        position: fixed !important;
        top: 0;
        right: -280px; /* Menü genişliği kadar dışarıda */
        width: 280px;
        background: #ffffff;
        z-index: 99999;
        transition: right 0.3s ease-in-out;
        box-shadow: -10px 0 20px rgba(0,0,0,0.1);
        display: block !important;
        overflow-y: auto;
        padding: 20px 0;
        background: #fcfcfc !important;
        padding-top: 0 !important; /* Üstte boşluk bırakma, başlık tam otursun */      
    }

    /* Menü Açıkken */
    .main-navbar-wrapper.show {
        right: 0 !important;
    }

    /* Arka Plan Karartma (Overlay) */
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99998;
        display: none;
        backdrop-filter: blur(2px); /* Hafif fluluk verir */
    }

    /* Menü İçindeki Linkler */
    .main-navbar-wrapper .navbar-nav .nav-link {
        padding: 15px 20px !important;
        border-bottom: 1px solid #f0f0f0;
        color: #333 !important;
        font-weight: 500;
    }
    
    /* WHMCS Dropdown (Alt Menü) Ayarı */
    .main-navbar-wrapper .dropdown-menu {
        border: none;
        background: #f9f9f9;
        margin: 0;
        padding-left: 15px;
    }

    /* Bootstrap Collapse Animasyonunu Kapat */
    .collapse.navbar-collapse {
        transition: none !important;
    }
  
    /* Ana Başlıklar (Birinci Seviye Linkler) */
    .main-navbar-wrapper .navbar-nav > li > .nav-link, 
    .main-navbar-wrapper .navbar-nav > li > a {
        padding: 10px 20px !important; /* 18px'den 10px'e düşürdük */
        font-size: 15px !important;
        min-height: 45px; /* Dokunma alanı güvenliği için alt sınır */
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f4f4f4;        
        font-weight: 600 !important;
        color: #1a1a1a !important; /* Daha koyu ve net siyah */
        letter-spacing: -0.3px;
        justify-content: space-between;
        transition: background 0.2s;
    }

    /* Tıklanan Satırı Hafif Renklendir */
    .main-navbar-wrapper .navbar-nav > li > a:active {
        background: #f0f7ff;
    }

    /* İkonlara Hafif Renk ve Boşluk Ver */
    .main-navbar-wrapper .navbar-nav i {
        width: 25px;
        color: #4a5568; /* Yumuşak bir gri-mavi */
        font-size: 18px;
    }

    /* Alt Başlıklar (Dropdown - İkinci Seviye) */
    .main-navbar-wrapper .sub-menu {
        background: #ffffff !important;
        padding: 5px 0 10px 15px !important; /* Soldan içeri alarak hiyerarşi oluşturur */
        border-left: 2px solid #007bff !important; /* Sol tarafa ince bir vurgu çizgisi */
        margin: 0 !important;
        box-shadow: none !important;
    }

    .main-navbar-wrapper .sub-menu li a {
        padding: 8px 20px 8px 35px !important; /* Üst-alt boşluğu 8px yaptık */
        font-size: 14px !important;
        line-height: 1.2;      

        font-weight: 400 !important;
        color: #4a5568 !important;
        border-bottom: none !important; /* Alt menüde çizgileri kaldır, kalabalık yapmasın */
        display: block;
    }

    /* Dropdown Ok İkonu Özelleştirme */
    .main-navbar-wrapper .dropdown-toggle::after {
        border: none !important;
        content: '\f107'; /* FontAwesome Aşağı Ok */
        vertical-align: middle;
        color: #2473CB;
        display: inline-block !important;
        content: "\f078" !important; /* Daha ince ve modern Chevron-Down oku */
        /* Eğer font yine çıkmazsa "Font Awesome 6 Pro" veya "Font Awesome 6 Sharp" dene */
        font-family: "Font Awesome 6 Pro" !important; 
        font-weight: 900 !important; /* Solid/Bold görünüm için */
        font-size: 12px !important;
        margin-left: auto !important;
        transition: transform 0.3s ease;
        vertical-align: middle;      
    }

    /* Menü açıldığında oku yumuşakça döndür */
    .main-navbar-wrapper .show > .dropdown-toggle::after {
        transform: rotate(180deg) !important;
    }  
}
