/* Body */
html {
    scroll-behavior: smooth;
}

* {
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}

h3 {
  border-left: 5px solid #1990c6;
  padding-left: 10px;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0rem;
}

.index-content p {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #ffffff;
  text-align: left;
  line-height: 30px;
  font-weight: 300;
  margin-block: 18px;
}


.home-banner-image {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center center;
}

.main-bannerimage {
    position: relative;
}

.home-banner-content {
    /* position: absolute; */
    /* inset: 0; */
    width: 100%;
    text-align: center;
    background: #344142;
}

a.home-banner-logo {
    display: inline-block;
    margin: 35px 0 19px 0;
}

img.home-banner-content-logo {
    width: 100%;
    max-width: 272px;
    height: 75px;
    display: block;
}

.home-banner-content h1 {
    line-height: 100%;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.home-banner-buttons button.btn {
    border: none;
    background: none;
}

.home-banner-buttons a.highlight {
    background: #fff;
    color: #1990c6;
    display: inline-block;
    text-decoration: none;
    padding: 11px 22px;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
}

.home-banner-buttons i {
    color: #1990c6;
}

.home-banner-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.home-banner-innercontent {
    padding-bottom: 1rem;
    /* border-bottom: 5px solid #fff; */
    /* padding-bottom: 5rem; */
}

.menu-icon i {
    color: #fff;
    height: auto;
    width: auto;
}

.menu-icon {
    display: flex;
    height: 32px;
    margin-left: 15px;
    position: fixed;
    top: 20px;
    width: 32px;
    background: #1990c6;
    z-index: 1;
    box-shadow: 0 0 1px #1990c6;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#page-content-wrapper .content-wrapper {
    padding-left: 320px;
    background: #344142;
}

#page-content-wrapper.opensidemenu .content-wrapper {
    padding-left: 0px;
}

.content-wrapper {
    transition: all ease 0.5s;
}

section.page-doc-container {
    /* max-width: 100%; */
    /* width: 1140px; */
    /* margin: 0 auto; */
    /* padding: 30px 20px; */
    padding: 1% 4% 2%;
    background: #344142;
}

h2 {
    font-size: 30px;
    line-height: 100%;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 600;
}

.showcasethemesmediagrid {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

img.home-preset-image {
    display: block;
    width: 100%;
    height: auto;
}

.showcasemediaitm a {
    display: inline-block;
    text-decoration: none;
}

ul.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    background: #344142;
    padding-right: 0px;
    height: 100%;
    top: 0;
    width: 320px;
    left: 0;
    padding-top: 40px;
    overflow-y: scroll;
    z-index: 1;
}

.sidebar-nav li {
    padding: 15px 20px;
}

ul.sidebar-nav-child {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.sidebar-nav a {
    text-decoration: none;
    color: #fff;
}
 .btn a {
    text-decoration: none;
    color: #fff;
    background: #fff;
    color: #1990c6;
    display: inline-block;
    text-decoration: none;
    padding: 11px 22px;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
}
.sidemenu-container {
    transition: all 0.3s ease;
    overflow: hidden;
}

#page-content-wrapper.opensidemenu .sidemenu-container {
    transform: translateX(-100%);
}

.sidebar-icon i {
    font-size: 12px;
}

span.sidebar-icon {
    display: inline-block;
    border: 1px solid #fff;
    padding: 1px 5px;
    margin-right: 8px;
    text-align: center;
}

.sidebar-nav-child-parent a {
    display: flex;
    align-items: center;
}

.sidebar-nav-child-parent span.sidebar-icon.plus-icon {
    margin-left: auto;
}

.main__content-images {
    margin: 2% 0;
}

/* Width of the scrollbar */
ul.sidebar-nav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Scrollbar track */
ul.sidebar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Scrollbar thumb */
ul.sidebar-nav::-webkit-scrollbar-thumb {
    background: #1990c6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sidebar-nav li.active a,
a.side-nav-accordion.active {
    color: #1990c6;
}

.sidebar-nav li.active span.sidebar-icon,
a.side-nav-accordion.active span.sidebar-icon {
    border-color: #1990c6;
}

.main-content__wrapper img {
    width: 100%;
    display: block;
    height: auto;
}

.showcasemediaitm {
    background: #1990c647;
    padding: 10px;
    border-radius: 20px;
}

.presetbtns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.support-button a,
.showcasemediaitm a {
    background: #1990c6;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 11px 22px;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-block: 20px;
}


.li-inside {
    list-style: inside;
}

.li-inside-sapce {
    padding-inline-start: 40px;
}

.li-inside-sapce li {
    margin: 5px 0;
}

.mblock-10 {
    margin-block: 10px;
}

.mblock-20 {
    margin-block: 20px;
}

.mtop-50 {
    margin-top: 50px;
}

a.link {
    color: #000;
}

.main-content__wrapper img.autoimagewidth {
    width: auto;
    max-width: 100%;
}


/* ------------ Slider CSS-------------- */
.category__scrolling-banner {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.category__scrolling-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category__scrolling-banner .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border: 2px solid silver;
  border-radius: 10px;
}

/* Desktop Slide overlay (for hover state) */
.category__scrolling-banner .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}

.category__scrolling-banner .swiper-slide:hover .slider-overlay {
  opacity: 1;
  visibility: visible;
  border: 2px solid silver;
  border-radius: 10px;
}

.category__scrolling-banner .slider-buttons {
  display: flex;
  gap: 10px;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  ;
}

.category__scrolling-banner .swiper-slide:hover .slider-buttons {
  transform: translateY(0);
}

/* Share button styles between desktop hover overlay and mobile bottom placement */
.category__scrolling-banner .slider-btn,
.scrolling-banner__controls .slider-btn {
  padding: 12px 32px;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}

.category__scrolling-banner .try-theme-btn,
.scrolling-banner__controls .try-theme-btn {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.category__scrolling-banner .try-theme-btn:hover,
.scrolling-banner__controls .try-theme-btn:hover {
  background: #ffffff;
  color: #000000;
}

.category__scrolling-banner .view-demo-btn,
.scrolling-banner__controls .view-demo-btn {
  color: #ffffff;
  background: #1990c6;
  border: 2px solid #1990c6;
}

.category__scrolling-banner .view-demo-btn:hover,
.scrolling-banner__controls .view-demo-btn:hover {
  background: #157dae;
  border-color: #157dae;
}

/* Controls container below image (for pagination/mobile buttons) */
.scrolling-banner__controls {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* Hide static bottom buttons on desktop by default */
.scrolling-banner__controls .mobile-only-buttons {
  display: none;
}

/* Custom Swiper Controls styling */
.scrolling-banner__controls .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrolling-banner__controls .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 4px;
}

.scrolling-banner__controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #1990c6;
  opacity: 1;
  width: 20px;
  border-radius: 5px;
}

.category__scrolling-banner .swiper-button-next,
.category__scrolling-banner .swiper-button-prev {
  color: #ffffff;
  transform: scale(0.6);
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 10;
}

.category__scrolling-banner .swiper-button-next::after,
.category__scrolling-banner .swiper-button-prev::after {
  font-size: 20px;
}

.category__scrolling-banner .swiper-button-next:hover,
.category__scrolling-banner .swiper-button-prev:hover {
  color: #1990c6;
  background: rgba(0, 0, 0, 0.6);
}

/* Important Note - Dark Theme */
.variant-important-note {
  background: #1f3438;
  border-left: 5px solid #3bb3e4;
  padding: 20px 24px;
  margin: 30px 0;
  border-radius: 6px;
  color: #e6f2f5;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* Important label */
.variant-important-note .note-title {
  font-weight: 700;
  color: #3bb3e4;
  font-size: 17px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.title {
  color: #ffffff;
  font-size: clamp(24px, 2vw, 40px);
  margin-top: 10px;
}

.subtitle {
  color: #ffffff;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-bottom: 10px;
  text-align: center;
}
.sidebar-nav span.small-text {
    font-size: clamp(30px, 0.9vw, 18px);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 19.36px;
    letter-spacing: 0.04em;
    margin-bottom: 5rem;
}
@media (max-width: 991px) {
    ul.sidebar-nav ,.menu-icon {
        z-index: 2;
    }
      /* Sidebar hidden by default */
  .sidenavbar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 280px;
    height: 100%;
    transition: 0.4s;
    z-index: 999;
  }

  /* When menu active */
  .sidenavbar.active {
    left: 0;
  }
  /* Responsive Swiper Slider */
  .category__scrolling-banner .slider-overlay {
    position: relative;
    opacity: 1;
    visibility: visible;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    height: auto;
    margin-top: 15px;
    border: none !important;
  }

  .category__scrolling-banner .swiper-slide:hover .slider-overlay {
    opacity: 1;
    visibility: visible;
  }

  .category__scrolling-banner .slider-buttons {
    transform: translateY(0);
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px;
  }

  .category__scrolling-banner .slider-btn {
    padding: 8px 18px;
    font-size: 13px;
  }

  .category__scrolling-banner .swiper-button-next,
  .category__scrolling-banner .swiper-button-prev {
    display: none;
  }


/* Important Note - Dark Theme */
.variant-important-note {
  background: #1f3438;
  border-left: 5px solid #3bb3e4;
  padding: 20px 24px;
  margin: 30px 0;
  border-radius: 6px;
  color: #e6f2f5;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* Important label */
.variant-important-note .note-title {
  font-weight: 700;
  color: #3bb3e4;
  font-size: 17px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
    #page-content-wrapper .content-wrapper {
        padding-left: 0;
    }

    .menu-icon {
        top: 10px;
    }

    .sidemenu-container {
        transform: translateX(-100%);
    }

    #page-content-wrapper.opensidemenu .sidemenu-container {
        transform: none;
    }
}

@media (max-width: 672px) {
    .showcasethemesmediagrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .home-banner-content h1 {
        font-size: 28px;
    }
}

.theme-title{
    font-size:32px;
    font-weight:700;
    margin:50px 0 25px;
    color:#111827;
}

/* .showcasethemesmediagrid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
} */

.theme-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s ease;
    height:500px;
}

.theme-card img{
    width:100%;
    display:block;
    transition:.6s;
    height:100%;
    object-fit:cover;
}

.theme-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.theme-card:hover img{
    transform:scale(1.08);
}

.theme-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:25px;
    background:linear-gradient(to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.45),
        transparent);
}

.theme-overlay h3{
    color:#fff;
    font-size:24px;
    margin-bottom:18px;
    font-weight:700;
}

.theme-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.theme-buttons a{
    text-decoration:none;
    padding:12px 22px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.btn-demo{
    background:#fff;
    color:#111;
}

.btn-demo:hover{
    background:#f3f4f6;
    transform:translateY(-3px);
}

.btn-theme{
    background:#4F46E5;
    color:#fff;
}

.btn-theme:hover{
    background:#312E81;
    transform:translateY(-3px);
}

@media(max-width:768px){
    .theme-buttons{
        flex-direction:column;
    }

    .theme-buttons a{
        width:100%;
        text-align:center;
    }
}