/* ===================================
    Crafto - Elder care
====================================== */
/* font */

/* variable */
:root {
  --alt-font: "Rufina", serif;
  --primary-font: "Manrope", sans-serif;
  --base-color: #dd1652;
  --dark-gray: #0e2a62;
  --medium-gray: #5f6b82;
  --aluminium-grey: rgba(255, 255, 255, 0.5);
  --very-light-gray: rgba(235, 239, 246, 0.4);
}


.medium-icon a {
  font-size: 20px;
  width: 40px;
  height: 40px;
}

/* header */
header .navbar-brand img {
  max-height: 55px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 17px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}
/* button */
.btn {
  font-weight: 600;
  font-family: var(--primary-font);
  letter-spacing: normal;
  text-transform: none;
}
.btn.btn-switch-text.btn-extra-large > span {
  padding: 18px 34px;
}
.btn.btn-switch-text.btn-large > span {
  padding: 16px 32px;
}
.btn.btn-large {
  font-size: 17px;
}
.btn.btn-switch-text.btn-medium > span {
  padding: 13px 26px;
}
.btn.btn-transparent-blue-light {
  border-color: rgba(14, 42, 48, 0.2);
  color: var(--dark-gray);
}
.btn.btn-transparent-blue-light:hover {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
  color: var(--white);
}
/* bg background color */
.bg-light-blue-gray {
  background-color: #ebeff6;
}
/* Gradient background color */
.bg-gradient-blue-transparent-first {
  background: linear-gradient(
    to top,
    rgb(235, 239, 246, 1) 10%,
    rgba(235, 239, 246, 0) 100%
  );
}
.bg-gradient-blue-transparent-second {
  background: linear-gradient(
    to bottom,
    rgb(235, 239, 246, 1) 10%,
    rgba(235, 239, 246, 0) 100%
  );
}
.bg-gradient-white-bottom-transparent {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    271deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(255, 255, 255) 60%
  );
}
/* Border color */
.border-color-extra-medium-gray {
  border-color: rgba(14, 42, 98, 0.2) !important;
}
/* Video icons */
.video-icon-extra-large .video-icon {
  width: 170px;
  height: 170px;
  font-size: 16px;
}
/* Page title style */
.page-title-double-large h1 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}
.down-section {
  bottom: 30px;
}
/* left */
.left-25 {
  left: 25%;
}
/* footer */
footer .footer-logo img {
  max-height: 47px;
}
.footer-dark a:hover {
  color: var(--white);
  opacity: 1;
}
.footer-dark .newsletter-style-02 input::placeholder {
  color: var(--white) !important;
  opacity: 0.5; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
  color: var(--white) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
  color: var(--white) !important;
}
footer ul li {
  margin-bottom: 2px;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-address-list li {
  margin-bottom: 7px;
}
.section-detail-wrapper .feature-box.feature-box-left-icon-middle {
  align-items: start !important;
}
.section-detail-wrapper .feature-box-icon {
  margin-top: 5px;
}
.news-alt-font {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
}
.form-group .form-icon {
  top: 28px !important;
}

.form-group.form-textarea .form-icon {
  top: 13px !important;
}
.header-top-bar,
.navbar {
}
header.sticky.sticky-active [data-header-hover="light"] {
}
header.sticky .header-top-bar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
header.sticky .header-top-bar,
header.sticky .navbar {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}
header.sticky .navbar {
  top: 0;
}
header .header-top-bar {
  transition: 0.7s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
header .header-top-bar + .navbar {
  transition: 0.7s;
}
header.header-home .header-top-bar,
header.header-home .navbar {
  background-color: transparent !important;
  backdrop-filter: blur(10px);
}

.route {
  display: inline-block;
}

.route ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 30px;
}

.route ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--light-font-color);
}

.route ul li:after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block;
  margin: 0 5px;
}

.route ul li:last-child:after {
  display: none;
}

.route ul li a {
  font-size: 14px;
  color: var(--light-font-color);
  letter-spacing: 0.5px;
}

.breadcrumb-flex {
  display: flex;
  flex-direction: column;
}

.header-medium-icon li {
  margin: 0 !important;
}
.header-medium-icon a {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  font-size: 17px;
}

.fixed-wrapper {
  position: fixed;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  z-index: 3000;
}

.fixed {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.fixed-link {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  color: #fff;
  font-size: 12px;
  min-height: 100%;
}

.fixed-link i {
  margin-right: 5px;
}

.fixed-phone {
  background: #006699;
}

.fixed-whatsapp {
  background: #25d366;
}

.ikon-menu {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: block;
}

.go-top {
  background: var(--color-1);
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.go-top:hover {
  background: var(--color-2);
  color: var(--color-1);
}

.whatsapp-ikon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #25d366;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.6);
  transition: 0.7s ease all;
}
.whatsapp-ikon:hover {
  color: #fff;
  scale: 1.1;
}

.iti--allow-dropdown {
  width: 100%;
}
.section-detail-wrapper h2,
.section-category-wrapper h2,
.news-wrapper h2 {
  font-size: 2.4rem;
  line-height: 150%;
  margin-bottom: 0.5rem;
  color: var(--dark-gray);
}
.section-detail-wrapper h3,
.section-category-wrapper h3,
.news-wrapper h3 {
  font-size: 2rem;
  line-height: 150%;
  margin-bottom: 0.5rem;
  color: var(--medium-slate-blue);
}

.custom-dropdown-item {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: var(--dark-gray) !important;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
  font-size: 15px !important;
}
.fs-lg-20 {
  font-size: 20px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--dark-gray);
}

::-webkit-scrollbar-track {
  background: #fff;
}

.mfp-wrap.my-mfp-slide-bottom.mfp-ready {
  position: sticky !important;
  top: 10px !important;
}

@media (max-width: 1600px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1345px;
  }
}
@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1230px) {
  .d-xl-flex .widget.fs-13 {
    margin-right: 15px !important;
    font-size: 13px;
  }
  .video-icon-extra-large .video-icon {
    width: 140px;
    height: 140px;
  }
  .extra-small-screen {
    height: 300px !important;
  }
  .navbar > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
  .navbar .navbar-nav .nav-link {
    font-size: 15px;
  }
  header .navbar [class*="col-"] {
    padding: 0 12px;
  }
  .home-slider-wrapper {
    padding-top: 90px !important;
  }
}

@media (max-width: 991px) {
  .mfp-wrap.my-mfp-slide-bottom.mfp-ready {
    position: sticky !important;
  }
  .fs-lg-20 {
    font-size: 17px;
  }
  .home-slider-wrapper {
    padding-top: 4% !important;
  }

  /* Slider content centering for mobile */
  .home-slider .container .row {
    align-items: center !important;
    min-height: 80vh;
  }

  .home-slider .slider-content-box {
    justify-content: center !important;
    text-align: center;
  }

  .home-slider .slider-btn-box {
    justify-content: center !important;
    align-items: center !important;
  }

  .fixed-wrapper {
    display: flex;
  }
  .video-icon-extra-large .video-icon {
    width: 120px;
    height: 120px;
  }
  h2,
  .h2 {
    font-size: 3.338rem;
    line-height: 3.338rem;
  }
  h3,
  .h3 {
    font-size: 2.613rem;
    line-height: 2.925rem;
  }
  .route ul li:after {
    font-size: 12px;
    font-family: bootstrap-icons !important;
    font-weight: 900;
    display: inline-block;
    margin: 0 5px;
  }

  .breadcrumb-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .h-350px {
    height: auto !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .page-title-double-large h1 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
  .breadcrumb-title-img img {
    width: 35px;
  }
  .route ul {
    padding: 10px 15px;
    border-radius: 15px;
  }

  .route ul li a {
    font-size: 12px;
  }
  .route ul li:after {
    font-weight: 400;
    margin: 0 3px;
  }
  .dropdown-menu.show .custom-dropdown-item.has-link {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--dark-gray) !important;
  }
  .dropdown .custom-dropdown-item {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .dropdown-menu {
    overflow-y: scroll;
    max-height: 50vh;
  }
  .d-none-mobile {
    visibility: hidden !important;
    display: none !important;
  }
}

@media (max-width: 480px) {
  .home-slider-wrapper .icon-with-text-style-08 {
    display: flex;
    max-width: 65vw;
    margin-left: 20vw;
  }
}

@media (max-width: 400px) {
  .fs-lg-20 {
    font-size: 15px;
  }
}

/* Isotope Grid Styles */
.isotope-grid {
  position: relative;
  min-height: 200px;
}

.isotope-item {
  width: 50%;
  padding: 15px;
  /* Remove float - Isotope handles positioning */
  /* Remove margin-bottom - Isotope handles spacing */
}

.isotope-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.isotope-item:hover .card img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.isotope-item .card img {
  transition: transform 0.3s ease;
}

.isotope-filter-buttons {
  margin-bottom: 30px;
  text-align: center;
}

/* Filter Buttons */
.isotope-filter-buttons .nav-link {
  border: none;
  background: #1a365d;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 5px 10px 0;
}

.isotope-filter-buttons .nav-link:hover,
.isotope-filter-buttons .nav-link.active {
  background: #2c5282;
  transform: translateY(-2px);
}

/* Responsive improvements */
@media (max-width: 1200px) {
  .isotope-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .isotope-item {
    width: 50%;
    padding: 10px;
  }

  .isotope-filter-buttons button {
    margin: 0 5px 10px 0;
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .isotope-item {
    width: 100%;
    padding: 10px;
  }

  .isotope-filter-buttons {
    text-align: center;
  }

  .isotope-filter-buttons button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.gdpr-mContainer {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 1070;
  border-radius: 21px;
}

@media (min-width: 475px) {
  .gdpr-mContainer {
    width: 100%;
    max-width: 500px;
    margin-left: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
  }
}

@media (max-width: 63.9375em) {
  .gdpr-mContainer {
    right: 0;
    bottom: 10px;
  }

  .gdpr-mContainer .mButton {
    min-width: auto;
  }
}

.gdpr {
  color: #fff;
  background-color: #00215bc9;
  padding: 1rem;
  background-blend-mode: multiply;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.gdpr.show {
  display: flex;
  flex-direction: column;
}

.gdpr .deslink {
  font-family: "Mada";
  font-size: 1rem;
  font-size: clamp(1rem, 1vw, 1rem);
  font-style: normal;
  color: #fff;
  text-decoration: underline !important;
}

.gdpr .cookie-title {
  font-family: "Mada";
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1vw, 1.125rem);
  font-weight: bold;
  font-style: normal;
  color: #fff;
}

.gdpr .cookie-warning {
  font-size: 0.6875rem;
  font-family: "Mada";
  font-size: 1rem;
  font-size: clamp(1rem, 1vw, 1rem);
  font-style: normal;
  color: #fff;
}

.gdpr .cookie-warning a {
  color: #fff;
  text-decoration: underline;
}

.policy-wrapper {
  padding: 3rem 0;
}

.policy-wrapper p + p {
  margin-top: 0.5rem;
}
.acceptcookies.guardNormalButton {
  background: #fff !important;
  color: #00215b !important;
  border: 2px solid #fff !important;
  border-radius: 8px !important;
  padding: 10px !important;
  font-weight: 600 !important;
  font-family: "Mada", sans-serif !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.acceptcookies.guardNormalButton:before {
  background-color: transparent !important;
  display: none;
}

.acceptcookies.guardNormalButton:hover {
  background: #f8f9fa !important;
  color: #00215b !important;
  border-color: #f8f9fa !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.acceptcookies.guardNormalButton:hover p {
  transform: unset !important;
  color: #00215b !important;
}

.acceptcookies.guardNormalButton p {
  color: #00215b !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

.kurumsal-card-inner-wrapper .active {
  color: #cba574 !important;
}
.sabit-page-section {
  padding-top: 4.5625rem;
}

.image-grid .curved-div {
  width: 500px;
  height: 300px;
  background: transparent;
  backdrop-filter: blur(5px);
}

.slider-banner-content,
.slider-banner-content p,
.slider-banner-content li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.stats-banner {
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

.stats-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.stats-banner .container {
  position: relative;
  z-index: 2;
}

/* Stats Slider Stilleri */
.stats-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.stat-slide {
  text-align: center;
  position: relative;
}

.stat-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: var(--dark-blue-color);
  opacity: 0.3;
}

.stat-item {
  padding: 1.5rem 1rem;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  box-shadow: none;
}

.stat-item:hover {
  transform: none;
  box-shadow: none;
}

.stat-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease;
}

.stat-text p {
  font-size: 0.9rem;
  color: var(--dark-blue-color);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

/* Slick Slider Özelleştirmeleri */
.stats-slider.slick-slider {
  margin: 0;
}

.stats-slider .slick-slide {
  padding: 0 1rem;
}

.stats-slider .slick-dots {
  bottom: -3rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

.stats-slider .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  width: auto;
  height: auto;
}

.stats-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(46, 74, 124, 0.3);
  border: 2px solid transparent;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.stats-slider .slick-dots li button:before {
  display: none;
}

.stats-slider .slick-dots li.slick-active button {
  background: var(--dark-blue-color, #2e4a7c);
  border-color: var(--dark-blue-color, #2e4a7c);
  transform: scale(1.2);
}

.stats-slider .slick-dots li button:hover {
  background: rgba(46, 74, 124, 0.6);
  transform: scale(1.1);
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .stats-banner {
    padding: 2rem 0 4rem 0;
  }

  .stats-slider {
    display: block;
  }

  .stats-slider .slick-slide {
    padding: 0 0.5rem;
  }

  .stats-slider .slick-dots {
    bottom: -2.5rem;
  }

  .stats-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .stat-slide:not(:last-child)::after {
    display: none;
  }

  .stat-text h4 {
    font-size: 1.6rem;
  }

  .stat-text p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .stats-banner {
    padding: 1.5rem 0 3.5rem 0;
  }

  .stats-slider .slick-slide {
    padding: 0 0.25rem;
  }

  .stats-slider .slick-dots {
    bottom: -2rem;
  }

  .stats-slider .slick-dots li {
    margin: 0 6px;
  }

  .stats-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .stat-item {
    padding: 1rem 0.5rem;
  }

  .stat-text h4 {
    font-size: 1.5rem;
  }

  .stat-text p {
    font-size: 0.8rem;
  }
}

.button-img {
  height: unset !important;
}

.center-slide-item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

@media (min-width: 1740px) {
  .center-slide-item {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
  }
}

#v-pills-tab .active {
  background-color: #2e4a7c !important;
}

.news-date-box {
  color: var(--First-Color, #0b2c3d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
.news-read-more-box {
  color: var(--Whire, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.company-address {
  color: rgba(255, 255, 255, 0.80);
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30.329px;
}

/* Dropdown Menu Styles */
.navbar .dropdown-menu {
  background: transparent;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.bg-active.navbar .dropdown-menu {
  background: rgba(30, 58, 138, 0.95);
}

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

.navbar .dropdown-item {
  color: #fff !important;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  position: relative;
}

.navbar .dropdown-item:hover {
  color: #fff !important;
  transform: translateX(2px);
}

.navbar .dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Second Level Dropdown */
.navbar .dropdown-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(30, 58, 138, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  padding: 8px 0;
}

.navbar .dropend:hover .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Third Level Dropdown */
.navbar .dropdown-submenu-3 {
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(30, 58, 138, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1002;
  padding: 8px 0;
}

.navbar .dropend:hover .dropdown-submenu-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Dropdown Toggle Indicators */
.navbar .dropdown-toggle::after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  border: none;
  vertical-align: middle;
}

.navbar .dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.navbar .dropend .dropdown-toggle::after {
  content: "\f285";
  transform: rotate(90deg);
}

.navbar .dropend:hover .dropdown-toggle::after {
  transform: rotate(90deg);
}

/* Special Styling for Dropdown Items with Submenus */
.navbar .dropend .dropdown-item {
  position: relative;
}

.navbar .dropend .dropdown-item::before {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.navbar .dropend:hover .dropdown-item::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}

/* Language Switcher Styles */
.language-switcher {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.language-switcher .current-language {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  gap: 8px;
}

.language-switcher .current-language:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.language-switcher .current-language::after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.language-switcher:hover .current-language::after {
  transform: rotate(180deg);
}

.language-switcher .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: transparent;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  min-width: 90px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 5px;

}
.bg-active .language-switcher .language-dropdown {
  background: #1e3a8af2;
}

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

.language-switcher .language-dropdown li {
  list-style: none;
  margin: 0;
}

.language-switcher .language-dropdown li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.bg-active .language-switcher .language-dropdown li a {
  color: #fff;
}

.bg-active .language-switcher .language-dropdown li a:hover {
  background: rgba(221, 22, 82, 0.1);
}

.language-switcher .language-dropdown li:last-child a {
  border-bottom: none;
}

.language-switcher .language-dropdown li a:hover {
  background: rgba(221, 22, 82, 0.1);
}

.language-switcher .language-dropdown .icon-country {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.language-switcher .language-dropdown .icon-country img,
.language-switcher .current-language .icon-country img {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .navbar-toggler:not(.collapsed) + .navbar-collapse,
  .navbar-collapse:not(.collapse) {
    background: #1e3a8af2!important;
    backdrop-filter: blur(15px);
    border-radius: 12px;
    margin: 10px;
    padding: 20px;
  }

  .navbar.navbar-expand-lg:has(.navbar-collapse.collapse.show),.navbar.navbar-expand-lg:has(.navbar-collapse.collapsing) {
    background: #1e3a8af2!important;
    backdrop-filter: blur(15px);
  }

  /* Mobile dropdown styles - keep functionality but improve appearance */
  .navbar .dropdown-menu {
    position: absolute !important;
    display: none !important;
    background: rgba(30, 58, 138, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    min-width: 200px;
    overflow: visible;
    z-index: 1000;
    transition: all 0.3s ease;
    margin: 0;
    padding: 8px 0;
  }

  .navbar .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .navbar .dropdown-submenu,
  .navbar .dropdown-submenu-3 {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
    display: none !important;
    background: rgba(30, 58, 138, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(-10px) !important;
    padding: 8px 0 !important;
    min-width: 180px;
    z-index: 1001;
    transition: all 0.3s ease;
    margin: 0;
  }

  .navbar .dropend:hover .dropdown-submenu,
  .navbar .dropend:hover .dropdown-submenu-3 {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
  }

  .navbar .dropdown-item {
    padding: 12px 20px;
    font-size: 13px;
    color: #fff !important;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
  }

  .navbar .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }

  /* Keep dropdown indicators visible on mobile */
  .navbar .dropdown-toggle::after {
    display: inline-block !important;
    content: "\f282";
    font-family: bootstrap-icons !important;
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.3s ease;
    border: none;
    vertical-align: middle;
  }

  .navbar .dropend .dropdown-toggle::after {
    content: "\f285";
    transform: rotate(90deg);
  }

  .navbar .dropend .dropdown-item::before {
    content: "▶";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  /* Make dropdown items look like regular nav items */
  .navbar .dropdown .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }

  .navbar .dropdown .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  /* Language switcher mobile styles - horizontal layout */
  .language-switcher {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  
  .language-switcher .current-language {
    display: none; /* Hide current language display */
  }
  
  .language-switcher .language-dropdown {
    position: static !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    min-width: auto;
    margin-top: 0;
    padding: 0;
  }
  
  .language-switcher .language-dropdown li {
    list-style: none;
    margin: 0;
  }
  
  .language-switcher .language-dropdown li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    gap: 6px;
    min-width: 50px;
    text-align: center;
  }
  
  .language-switcher .language-dropdown li a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
  }
  
  /* Active language styling */
  .language-switcher .language-dropdown li a.active {
    background: rgba(46, 74, 124, 0.8);
    border-color: rgba(46, 74, 124, 1);
    box-shadow: 0 2px 8px rgba(46, 74, 124, 0.3);
    font-weight: 600;

  }
 
  .language-switcher .language-dropdown li a.active {
    background: #fff;
    color: #00215b;
    border-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
}

/* Extra small screens */
@media (max-width: 576px) {
  /* Mobile dropdown adjustments for small screens */
  .navbar .dropdown-item {
    padding: 10px 15px;
    font-size: 12px;
  }

  .navbar .dropdown .nav-link {
    padding: 10px 15px;
  }

  /* Language switcher adjustments */
  .language-switcher .language-dropdown {
    gap: 8px;
  }
  
  .language-switcher .language-dropdown li a {
    padding: 6px 10px;
    font-size: 11px;
    min-width: 45px;
    gap: 4px;
  }
  
  .language-switcher .language-dropdown .icon-country img {
    width: 14px;
    height: 10px;
  }
}



/* Gallery Slider Styles */
.gallery-slider {
  position: relative;
}

.gallery-slide {
  padding: 0 10px;
}

.gallery-slide img {
  border-radius: 8px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-slide img:hover {
  transform: scale(1.05);
}

.gallery-slider .slick-dots {
  bottom: -50px;
  text-align: center;
}

.gallery-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.gallery-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gallery-slider .slick-dots li.slick-active button {
  background: #007bff;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gallery-slider .slick-prev:hover,
.gallery-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.gallery-slider .slick-prev {
  left: -40px;
}

.gallery-slider .slick-next {
  right: -40px;
}

.gallery-slider .slick-prev i,
.gallery-slider .slick-next i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .gallery-slider .slick-prev {
    left: 10px;
  }
  
  .gallery-slider .slick-next {
    right: 10px;
  }
}

/* Project Gallery Styles */
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.gallery-item img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.gallery-icon i {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-icon {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.gallery-item:hover .gallery-icon i {
  transform: scale(1.2);
}

/* Gallery Title Styles */
.project-gallery .title {
  position: relative;
  margin-bottom: 2rem;
}

.project-gallery .title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  position: relative;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.project-gallery .title h4 {
  background: var(--dark-blue-color2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  transition: all 0.3s ease;
}

.project-gallery .title:hover h4 {
  transform: translateY(-2px);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .project-gallery .title h4 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  
  .project-gallery .title h4::before {
    width: 40px;
  }
  
  .project-gallery .title h4::after {
    width: 20px;
    left: 50px;
  }
}