/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;

  padding: 0;

  font-family: "Inter", sans-serif !important;

  font-size: 15px;

  font-weight: 600 !important;

  line-height: 1.5em;

  overflow-x: hidden !important;

  border-top: none !important;
  color: #aba8a8 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif !important;
}

body.model-open {
  padding: 0 !important;
}

.checked {
  color: orange;
}

.hide-in-mob {
  display: block !important;
}

.view-in-mob {
  display: none !important;
}

/*FONT Families*/

.rubik {
  font-family: "Rubik", sans-serif;
}

.vibes {
  font-family: "Great Vibes", cursive !important;
}

.domine {
  font-family: "Domine", serif !important;
}

input::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

select {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  background: url(../img/down-arrow-3.png) no-repeat center right 10px/18px !important;

  border: none;

  padding-right: 15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

a,
a:hover {
  text-decoration: none;

  outline: none;

  color: #202020;
  transition: 0.3s all linear;
}

a:hover {
  color: #7844e7;
}

img {
  max-width: 100%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 0;

  padding: 0;
}

.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

/*----------Margin Styles----------*/

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr5 {
  margin: 5px;
}

.mr10 {
  margin: 10px;
}

.mr15 {
  margin: 15px;
}

.mr20 {
  margin: 20px;
}

.mr25 {
  margin: 25px;
}

.wrapper {
  display: inline-block;

  width: 100%;

  clear: both;

  vertical-align: top;
}

/*----------Text Transform ----------*/

.txt-upr {
  text-transform: uppercase;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

/*----------WORD WRAPPING ----------*/

button {
  outline: none !important;
}

.wordWrap {
  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;
}

.mob {
  display: none;
}

/*-----------BACKGROUND COLOR--------------*/

.bg-yellow {
  background-color: #ffcc29;
}

.bg-darkgreen {
  background-color: #288032;
}

.bg-blackgreen {
  background-color: #041e00;
}

.bg-whitegrey {
  background: #f9fbff;
}

.bg-grey {
  background: #efecec;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #03103d;
}

.bg-black {
  background-color: #03080c;
}

.bg-Lightgray {
  background: #f3f3f3;
}

/* fonts-weight */

.thin {
  font-weight: 300;
}

.light {
  font-weight: 300;
}

.reguler {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semiBold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.bolder {
  font-weight: 900;
}

/* font-size */

.font9 {
  font-size: 9px;
}

.font10 {
  font-size: 10px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font25 {
  font-size: 25px;
}

.font26 {
  font-size: 26px;
}

.font27 {
  font-size: 27px;
}

.font30 {
  font-size: 30px;
}

.font36 {
  font-size: 36px;
}

.font40 {
  font-size: 40px;
}

.font45 {
  font-size: 45px;
}

.font48 {
  font-size: 50px;
}

.font60 {
  font-size: 60px;
}

.font75 {
  font-size: 75px;
}

/*----Text Color styles------ */

.clr-white {
  color: #fff;
}

.clr-green,
.confirmed {
  color: #27d49f !important;
}

.clr-black {
  color: #080808;
}

.clr-whitegrey {
  color: #dfdfe0;
}

.clr-grey {
  color: #888888;
}

.clr-blue {
  color: #1c55e7;
}

.clr-red {
  color: #ef3651;
}

.input-focus {
  color: #342c29;
}

/* Button Style */

/* section-title */

.section-title {
  font-size: 35px;

  font-weight: bold;

  color: #000;

  text-align: center;

  position: relative;

  margin-bottom: 30px;

  line-height: 1.2em;
  font-family: "Domine", serif;
}

.section-title:after {
  content: "";

  position: absolute;

  width: 207px;

  height: 2px;

  background: #17a2b8;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);
}

/* placeholder color change */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #bbb9b9;
}

::-moz-placeholder {
  /* Firefox 19+ */

  color: #bbb9b9;
}

:-ms-input-placeholder {
  /* IE 10+ */

  color: #bbb9b9;
}

:-moz-placeholder {
  /* Firefox 18- */

  color: #bbb9b9;
}

input[type="text"] {
  outline: none;
}

/*------------------------Button Styles Starts---------------*/

.theme-btn {
  display: inline-block;

  text-align: center;

  font-size: 18px;

  padding: 10px 25px;

  /*  border: solid 2px #EF3651;*/

  color: #000;

  text-decoration: none;

  background: #ffffff;

  transition: 0.3s all ease;

  position: relative;

  overflow: hidden;

  z-index: 1;
  border-radius: 100px;
  box-shadow: 0px 4px 8px rgb(134 129 129 / 35%);
}

.slider-btn a.theme-btn {
  padding: 10px 70px;
}
.gradient-btn {
  background: linear-gradient(90deg, #ff4b5c, #4facfe);
  border: none;
}

.gradient-btn:hover {
  opacity: 0.9;
}

.theme-btn:before {
  position: absolute;

  content: "";

  left: 110%;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 1;

  background-color: #1f1f1f;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  transform: skewX(-25deg);

  z-index: -1;
}

.theme-btn:hover:before {
  left: 0%;

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);
}

.btn-radius {
  border-radius: 5px;
}

.theme-btn i {
  font-size: 18px;
  transition: 0.3s all linear;
  position: relative;
  top: 0px;
  right: -9px;
  line-height: 16px;
  color: #fff;
}

.theme-btn:hover i {
  font-size: 18px;
  color: #fff;
}

.theme-btn:hover {
  text-decoration: none;

  background: #1f1f1f;

  border-color: #fff;

  color: #fff;
}

/*------------------------Button Styles Ends---------------*/

/*------------------------Header Starts---------------*/

::-webkit-scrollbar {
  width: 5px;

  height: 8px;

  background-color: #aaa;
  /* or add it to the track */
}

/* Add a thumb */

::-webkit-scrollbar-thumb {
  background: #000;
}

/*header*/
.top-header {
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #ffffff29;
}

.darkHeader .top-header {
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
}
.top-header .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.top-header .main-menu ul li {
  display: inline-block;
  padding: 0px 20px;
}

.top-header .main-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}

.top-header .main-menu ul li.drop-down {
  position: relative;
}

.top-header ul li.drop-down ul.sub-menu li:hover {
  background: #000;
}
.top-header ul li.drop-down ul.sub-menu li:hover a {
  color: #fff;
}

.top-header .col-2.col-lg-7 {
  height: 100%;
  display: flex;
  justify-content: center;
  min-height: 85px;
}

.top-header .main-menu ul {
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
}

.top-header .main-menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-header ul li.drop-down ul.sub-menu {
  top: 100%;
  height: auto;
}

.top-header {
  padding: 0;
}

.top-header .login-btn {
  margin-top: 10px;
}

.top-header ul li.drop-down ul.sub-menu li a {
  color: #fff;
  padding-right: 15px;
}

.top-header .main-menu ul li a {
  display: block;
}

.top-header .main-menu ul li a {
  display: block;
}

.main-menu ul li .sub-menu {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 99999;
  top: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  max-width: 90%;
}

.main-menu {
  position: relative;
}

.top-header .main-menu > ul > li {
  padding: 27px 15px;
}

.main-menu ul li .sub-menu .inner-bx {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #2c4793;
  border-radius: 20px;
}

.main-menu ul li .sub-menu .inner-bx .bx {
  flex: 0 0 50%;
  padding: 30px 0 30px 30px;
  /*  background: #1e293b;*/
}

.main-menu ul li .sub-menu .inner-bx .bx .heading {
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
}

/*.top-header .main-menu>ul>li:hover>a {
  color: #eb212a;
}*/

.main-menu ul li .sub-menu .inner-bx .bx .heading h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.main-menu ul li .sub-menu .inner-bx .bx .heading img {
  position: absolute;
  max-width: 20px;
  left: 0;
  top: 0;
}

.main-menu ul li .sub-menu .inner-bx .bx .lists li i {
  position: absolute;
  left: 0;
  top: 5px;
}

.menuList_items h3 {
  font-size: 18px;
  font-weight: 500;
}

.main-menu ul li .sub-menu .inner-bx .bx .lists li {
  position: relative;
  padding-left: 0;
  margin-bottom: 30px;
  text-align: left;
}

.main-menu ul li .sub-menu .inner-bx .bx .heading i {
  position: absolute;
  left: 0;
}

.main-menu ul li .sub-menu .inner-bx .bx .lists li img {
  position: relative;
  max-width: 53px;
  left: 0;
  top: 4px;
  margin-right: 16px;
}

.main-menu ul li .sub-menu .inner-bx .bx .lists li a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.main-menu ul li .sub-menu .inner-bx .bx .lists li:hover a .menuList_items p {
  color: #9096af !important;
}

.main-menu ul li .sub-menu .inner-bx .bx .lists li a .menuList_items p {
  margin-bottom: 0;
  color: #fff;
}

.main-menu ul li .sub-menu.innerBox_single {
  width: 400px;
  right: -50%;
  min-width: 400px;
  border-radius: 20px !important;
  overflow: hidden;
}

.main-menu ul li .sub-menu.innerBox_single .bx {
  flex: 0 0 100%;
}

.main-menu ul li .sub-menu .inner-bx .bx.one {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.top-header .main-menu > ul > li.drop-down-menu.singleList_menu.false {
  position: relative;
}

.main-menu ul li .sub-menu .inner-bx .bx.three {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #000;
}

.top-header .main-menu ul li.drop-down-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.main-menu ul li .sub-menu .inner-bx .bx .lists li a:hover {
  color: #db0c24;
}

.main-menu ul li .sub-menu .inner-bx .bx .box-cls {
  position: relative;
  color: #fff;
  margin-bottom: 17px;
}

.main-menu ul li .sub-menu .inner-bx .bx .box-cls .ic-bx {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 5px;
}

.main-menu ul li .sub-menu .inner-bx .bx .box-cls .content {
  padding-left: 38px;
}

.main-menu ul li .sub-menu .inner-bx .bx .box-cls .content h3 {
  color: #fff;
  font-size: 16px;
}

.main-menu ul li .sub-menu .inner-bx .bx .box-cls .content h3 a {
  color: #fff;
  padding-right: 0;
}

.main-menu ul li .sub-menu .inner-bx .bx .box-cls .content p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx {
  background: #2a2d31;
  padding: 30px;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .img-bx {
  width: 100%;
  height: 300px;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .cat-cls {
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease;
  z-index: 11;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .cont {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 30px;
  z-index: 3;
  color: #fff;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .cont h3 {
  font-size: 20px;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .cat-cls a {
  background: red;
  color: #fff;
  padding: 7px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: block;
  background: linear-gradient(90deg, #db0c24 0%, #0066cc 100%);
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b19198c;
  z-index: 2;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .cont h3 a {
  padding-right: 0;
  color: #fff;
  font-weight: 500;
}

.main-menu ul li .sub-menu .inner-bx.slider-bx .slid-bx .cont p.date {
  font-size: 14px;
  font-weight: 400;
}

.top-header .main-menu .sub-menu ul {
  display: block;
}

.nav-btn span.nav-icon span.inner-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  transition: 0.4s all linear;
}

.nav-btn span.nav-icon span.inner-icon.middle {
  top: 8px;
  width: 25px;
  right: 4px;
}

.nav-btn span.nav-icon span.inner-icon.bottom {
  width: 30px;
  top: 17px;
}

.nav-btn {
  position: relative;
  top: 3px;
  width: 100%;
  height: 23px;
  max-width: 30px;
  margin-left: auto;
  z-index: 999;
  right: 0;
}

.menuopen .nav-btn span.inner-icon.middle {
  display: none;
}

.menuopen .nav-btn span.inner-icon.bottom {
  width: 30px !important;
  transform: rotate(45deg);
  top: 5px !important;
}

.menuopen .nav-btn span.inner-icon.top {
  transform: rotate(-45deg);
  top: 5px;
}

/* Hero Section */

.hero-section {
  position: relative;
  overflow: hidden;
  background: #f3f2f7;
  padding: 150px 20px;
  border-radius: 20px;
  isolation: isolate;
}

/* Bottom Left Gradient */
.hero-section::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  left: -180px;
  bottom: -180px;

  background: radial-gradient(
    circle,
    rgba(255, 182, 210, 0.55) 0%,
    rgba(210, 190, 255, 0.45) 12%,
    rgba(243, 242, 247, 0) 75%
  );

  filter: blur(40px);
  z-index: -1;
}

/* Top Right Gradient */
.hero-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -150px;
  top: -150px;

  background: radial-gradient(
    circle,
    rgba(255, 182, 210, 0.5) 0%,
    rgba(205, 190, 255, 0.45) 12%,
    rgba(243, 242, 247, 0) 75%
  );

  filter: blur(40px);
  z-index: -1;
}

/* Heading */
.hero-title {
  font-size: 52px;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
}

/* Gradient Button */
.gradient-btn {
  background: linear-gradient(90deg, #ff4b5c, #4facfe);
  color: #fff;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.gradient-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Outline Button */
.outline-btn {
  background: transparent;
  border: 1px solid #999;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.outline-btn:hover {
  background: #e5e7eb;
}

/* Feature */
.feature-box {
  margin-bottom: 30px;
}

.feature-box p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

/* Icon */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(255, 0, 150, 0.1);
}

/* ========================= */
/* 🔥 RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-section {
    padding: 120px 15px 40px; /* 👈 top spacing fix */
  }

  .hero-title {
    font-size: 26px;
    line-height: 1.4;
  }

  /* Buttons full width */
  .hero-section .btn {
    width: 100%;
  }

  /* Stack features */
  .feature-box {
    flex-direction: row;
    text-align: center;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .feature-box p {
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-title {
    font-size: 22px;
  }
}

.stats-section {
  background: white; /* 👈 same light gray */
  padding: 60px 0;
}

/* Each Box */
.stat-box {
  margin-bottom: 20px;
}

/* Numbers */
.stat-box h2 {
  font-size: 56px;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}

/* Text */
.stat-box p {
  font-size: 16px;
  color: #8c8c8c; /* 👈 exact light gray text */
  margin: 0;
}

/* Tablet */
@media (max-width: 992px) {
  .stat-box h2 {
    font-size: 42px;
  }

  .stat-box p {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .stat-box h2 {
    font-size: 30px;
  }

  .stat-box p {
    font-size: 14px;
  }
}

/*top-section*/
.top-section {
  /* background: url(../img/home-page-bg.webp) no-repeat center; */
  /* background-size: cover; */
  padding: 220px 0px;
  border-radius: 0px 0px 20px 20px;
}

.top-section .tools-btn a.theme-btn span.numbers {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  color: #000;
  line-height: 30px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.top-section .details .tools-btn {
  margin: 30px 0px;
}

.top-section .tools-btn a.theme-btn {
  padding-right: 48px;
  margin-right: 10px;
}

.top-section .tools-btn a.theme-btn.second {
  background: #1f1f1f;
  border-color: #fff;
  margin-right: 0;
}

.top-section .tools-btn a.theme-btn.second:hover {
  background: #ef3651;
  border-color: #ef3651;
}

.top-section .tools-btn a.theme-btn.second:before {
  background: #ef3651;
}

.search-form-box {
  /* background: #fcfcfc; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  margin: auto;
  position: relative;
  margin-top: 30px;
}

.search-form-box .inner-form {
  display: flex;
  padding: 30px 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.search-form-box .inner-form .search-box {
  flex: 0 0 30%;
  position: relative;
}

.search-form-box .inner-form .search-box input {
  width: 100%;
  border: 1px solid #959595;
  border-radius: 30px;
  background: transparent;
  color: #676767;
  padding: 10px;
  padding-right: 40px;
  font-size: 14px;
}

.search-form-box .inner-form .search-box button {
  position: absolute;
  right: 5px;
  background: linear-gradient(
    170deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
  border: none;
  color: #fff;
  padding: 4px 6px;
  top: 8px;
  font-size: 14px;
  border-radius: 30px;
}

.search-form-box .inner-form .shot-by {
  flex: 0 0 11%;
  position: relative;
  z-index: 1;
}

.search-form-box .inner-form .shot-by select {
  border: 1px solid #959595;
  padding: 10px 24px 9px 10px;
  width: 100%;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.search-form-box .inner-form .shot-by select option {
  background: linear-gradient(
    to right,
    #db4468 0%,
    #a678a6 50%,
    #72ace5 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.search-form-box .inner-form .search-box button i {
  font-size: 12px;
}

.search-form-box .inner-form .shot-by.fiters {
  flex: 0 0 7%;
}

.search-form-box .inner-form .fiters a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

/* =========================================
   MODERN FILTER SEARCH DESIGN
========================================= */

/* =========================================
   FILTER ROW
========================================= */
.dataset-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

/* LEFT */
.dataset-filter-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap; /* NO scroll, NO wrap */
  flex-shrink: 1;
  min-width: 0;
}

/* FILTER TITLE */
.dataset-filter-title span {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  flex-shrink: 0;
}

/* SELECT PILLS */
.dataset-select-box {
  /* position: relative; */
  flex-shrink: 1; /* screen chhoti ho to pill thoda shrink ho */
}

.dataset-select-box select {
  height: 38px;
  min-width: 90px;
  max-width: 140px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 28px 0 12px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  outline: none;
  cursor: pointer;
  appearance: none;
  width: 100%;
}

.dataset-select-box::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: #555;
  pointer-events: none;
}

/* CLEAR BUTTON */
.dataset-clear-btn {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

/* SEARCH AREA */
.dataset-search-area {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0; /* search kabhi neeche na jaye */
  margin-left: auto; /* right mein push karo */
}

.dataset-search-area input {
  width: 300px;
  height: 38px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 16px;
  font-size: 13px;
  color: #333;
  outline: none;
}

.dataset-search-area input::placeholder {
  color: #999;
}

.dataset-search-area button {
  height: 38px;
  padding: 0 22px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(90deg, #ff3158 0%, #c85cf6 55%, #44a8e5 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

/* =========================================
   NO DATA FOUND
========================================= */
.dataset-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}

.dataset-not-found-icon {
  font-size: 52px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.dataset-not-found h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.dataset-not-found p {
  font-size: 14px;
  color: #777;
  max-width: 380px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.dataset-not-found-clear-btn {
  height: 40px;
  padding: 0 24px;
  border-radius: 50px;
  border: 1.5px solid #ddd;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: 0.2s ease;
}

.dataset-not-found-clear-btn:hover {
  border-color: #c85cf6;
  color: #c85cf6;
}

/* LOADING */
.dataset-loading {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  font-size: 15px;
  color: #999;
}

/* =========================================
   RESPONSIVE — sirf mobile pe wrap
========================================= */
@media (max-width: 768px) {
  .dataset-filter-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .dataset-filter-left {
    width: 100%;
    flex-wrap: wrap; /* mobile pe pills wrap ho jaayein */
    gap: 8px;
  }

  .dataset-select-box {
    flex: 1 1 calc(50% - 4px); /* 2 columns mein */
    max-width: unset;
  }

  .dataset-select-box select {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }

  .dataset-search-area {
    width: 100%;
    margin-left: 0;
  }

  .dataset-search-area input {
    flex: 1;
    width: auto;
  }

  .dataset-clear-btn {
    width: 100%;
    text-align: left;
  }
}
/* =========================================
  new  FOOTER
========================================= */

.modern-footer {
  background: #f5f5f5;
  padding: 90px 0 35px;
  border-top: 1px solid #e8e8e8;
}

.modern-footer-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

/* =========================================
   TOP GRID
========================================= */

.modern-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  gap: 70px;
  align-items: flex-start;
}

/* =========================================
   COLUMN
========================================= */

.modern-footer-column {
  width: 100%;
}

.modern-footer-heading {
  font-size: 28px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 28px;
}

.modern-footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.modern-footer-links li {
  margin-bottom: 18px;
}

.modern-footer-links li a {
  text-decoration: none;
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s ease;
}

.modern-footer-links li a:hover {
  color: #111;
}

/* =========================================
   BRAND SECTION
========================================= */

.modern-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 20px;
}

/* Logo */

.modern-footer-logo {
  width: 100%;
  max-width: 340px;
  height: auto;
  object-fit: contain;
}

/* =========================================
   CERTIFICATIONS
========================================= */

.modern-footer-certifications {
  display: flex;
  align-items: center;
  gap: 24px;

  margin-top: 40px;

  flex-wrap: wrap;
}

/* Individual Icon */

.modern-footer-certification-img {
  width: 70px;
  height: 70px;
  object-fit: contain;

  opacity: 0.9;

  transition: 0.3s ease;
}

.modern-footer-certification-img:hover {
  transform: translateY(-3px);
  opacity: 1;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {
  .modern-footer-logo {
    max-width: 260px;
  }

  .modern-footer-certifications {
    gap: 18px;
    margin-top: 30px;
  }

  .modern-footer-certification-img {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 480px) {
  .modern-footer-logo {
    max-width: 220px;
  }

  .modern-footer-certifications {
    gap: 14px;
  }

  .modern-footer-certification-img {
    width: 55px;
    height: 55px;
  }
}

/* =========================================
   SOCIAL
========================================= */

.modern-footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 70px;
}

.modern-footer-social a {
  width: 54px;
  height: 54px;

  border-radius: 50%;
  border: 1px solid #777;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #555;
  font-size: 20px;

  text-decoration: none;

  transition: 0.3s ease;
}

.modern-footer-social a:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* =========================================
   BOTTOM
========================================= */

.modern-footer-bottom {
  margin-top: 40px;
  padding-top: 30px;

  border-top: 1px solid #dfdfdf;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
  flex-wrap: wrap;
}

.modern-footer-bottom p {
  margin: 0;

  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.modern-footer-policy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.modern-footer-policy a {
  text-decoration: none;

  color: #555;
  font-size: 17px;
  font-weight: 400;

  transition: 0.3s ease;
}

.modern-footer-policy a:hover {
  color: #111;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {
  .modern-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
  }

  .modern-footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .modern-footer {
    padding: 70px 0 30px;
  }

  .modern-footer-wrapper {
    padding: 0 20px;
  }

  .modern-footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .modern-footer-brand {
    grid-column: auto;
  }

  .modern-footer-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .modern-footer-links li a {
    font-size: 17px;
  }

  .modern-footer-social {
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .modern-footer-social a {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .modern-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .modern-footer-bottom p {
    font-size: 16px;
  }

  .modern-footer-policy {
    gap: 16px;
  }

  .modern-footer-policy a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .modern-footer-heading {
    font-size: 22px;
  }

  .modern-footer-links li a {
    font-size: 16px;
  }

  .modern-footer-policy {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* =========================================
   SECTION
========================================= */

.custom-dataset-section {
  padding: 70px 20px;
  background: white;
}

/* =========================================
   CONTAINER
========================================= */

.custom-dataset-container {
  position: relative;

  max-width: 1400px;
  margin: auto;

  border-radius: 34px;

  overflow: hidden;

  background: #0d0d0d;

  padding: 70px 90px;

  isolation: isolate;
}

/* =========================================
   BLUR EFFECTS
========================================= */

.custom-dataset-red-blur {
  position: absolute;

  left: -140px;
  top: 50%;

  transform: translateY(-50%);

  width: 320px;
  height: 320px;

  background: radial-gradient(
    circle,
    rgba(255, 30, 60, 0.5) 0%,
    transparent 70%
  );

  filter: blur(40px);

  z-index: -1;
}

.custom-dataset-blue-blur {
  position: absolute;

  right: -140px;
  top: 50%;

  transform: translateY(-50%);

  width: 320px;
  height: 320px;

  background: radial-gradient(
    circle,
    rgba(54, 140, 255, 0.55) 0%,
    transparent 70%
  );

  filter: blur(40px);

  z-index: -1;
}

/* =========================================
   CONTENT
========================================= */

.custom-dataset-content {
  position: relative;
  z-index: 2;
}

/* =========================================
   TITLE
========================================= */

.custom-dataset-title {
  text-align: center;

  color: #fff;

  font-size: 64px;
  font-weight: 700;

  margin-bottom: 70px;
}

/* =========================================
   FORM
========================================= */

.custom-dataset-form {
  width: 100%;
}

/* =========================================
   GRID
========================================= */

.custom-dataset-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 70px;

  margin-bottom: 45px;
}

/* =========================================
   FIELD
========================================= */

.custom-dataset-field {
  width: 100%;
}

.custom-dataset-field label,
.custom-dataset-message-field label {
  display: block;

  color: #fff;

  font-size: 15px;
  font-weight: 600;

  margin-bottom: 14px;
}

.custom-dataset-field input,
.custom-dataset-field select,
.custom-dataset-message-field textarea {
  width: 100%;

  background: transparent;

  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);

  padding: 0 0 14px;

  color: #fff;

  font-size: 16px;

  outline: none;
}

/* =========================================
   SELECT
========================================= */

.custom-dataset-field select {
  appearance: none;
  cursor: pointer;
}

/* =========================================
   PHONE INPUT
========================================= */

.custom-phone-input {
  display: flex;
  align-items: center;
  gap: 14px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.6);

  padding-bottom: 14px;
}

.custom-phone-input span {
  color: #fff;
  font-size: 15px;
}

.custom-phone-input input {
  border: none;
  padding: 0;
}

/* =========================================
   TEXTAREA
========================================= */

.custom-dataset-message-field textarea {
  resize: none;
  height: 60px;
}

/* =========================================
   BUTTON
========================================= */

.custom-dataset-btn-wrap {
  display: flex;
  justify-content: center;

  margin-top: 50px;
}

.custom-dataset-btn-wrap button {
  border: none;

  height: 58px;
  padding: 0 34px;

  border-radius: 999px;

  display: flex;
  align-items: center;
  gap: 12px;

  background: linear-gradient(90deg, #ff2340 0%, #ff5ca8 50%, #37a8e8 100%);

  color: white;

  font-size: 16px;
  font-weight: 600;

  cursor: pointer;

  transition: 0.3s ease;
}

.custom-dataset-btn-wrap button:hover {
  transform: translateY(-2px);
}

.custom-dataset-btn-wrap button span {
  font-size: 18px;
}

/* =========================================
   PLACEHOLDER
========================================= */

.custom-dataset-field input::placeholder,
.custom-dataset-message-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.form-error {
  color: #ff4d4f;
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.4;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {
  .custom-dataset-container {
    padding: 60px;
  }

  .custom-dataset-title {
    font-size: 52px;
  }

  .custom-dataset-grid {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .custom-dataset-grid {
    grid-template-columns: 1fr 1fr;
  }

  .custom-dataset-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .custom-dataset-container {
    padding: 45px 24px;
    border-radius: 24px;
  }

  .custom-dataset-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .custom-dataset-title {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .custom-dataset-btn-wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .custom-dataset-section {
    padding: 40px 14px;
  }

  .custom-dataset-title {
    font-size: 28px;
  }

  .custom-dataset-field input,
  .custom-dataset-field select,
  .custom-dataset-message-field textarea {
    font-size: 14px;
  }

  .custom-dataset-btn-wrap button {
    width: 100%;
    justify-content: center;
  }
}

/*footer*/

footer {
  background: rgb(222, 68, 100);
  background: linear-gradient(
    180deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(113, 174, 231, 1) 70%,
    rgba(41, 158, 245, 1) 100%
  );
}
/*footer .top-footer {
  background: url(../img/footer-bg-min.jpg) no-repeat center/cover;
  padding: 50px 0px;
  border-top: 1px solid #32343F;
}*/

footer .footer-logo {
  width: 100%;
  height: 84px;
  margin-bottom: 10px;
  text-align: center;
}

footer .footer-logo img {
  height: 100%;
  object-fit: contain;
}

footer .second-img {
  text-align: center;
}

footer .social-icon {
  margin-top: 20px;
  text-align: center;
}

footer .social-icon a {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #666;
  font-size: 19px;
  border-radius: 50%;
  margin-right: 6px;
}

footer .top-footer h3 {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 10px;
}

footer ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  word-break: break-word;
}

footer .information .address {
  margin-bottom: 30px;
}

footer .information ul li {
  position: relative;
  padding-left: 23px;
}

footer .information ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #ef3651;
}

footer ul li a:hover {
  color: #ef3651;
}

.copywrite {
  background-color: #ffffff52;
}

.copywrite h3 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.user-count {
  margin-top: 40px;
}

.stats-wrapper {
  background: #d9d9d9;
  border-radius: 6px;
  padding: 34px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}

.stat-item {
  flex: 1;
  text-align: center;
  padding: 0 18px;
}

.stat-item p {
  font-size: 10px;
  color: #161616;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
}

.stat-item h2 {
  font-size: 20px;
  font-weight: 500;
  color: #161616;
  margin: 0;
  line-height: 1.3;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: #666;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .stats-wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 25px 15px;
  }

  .stat-item {
    width: 50%;
    flex: unset;
  }

  .stat-divider {
    display: none;
  }

  .stat-item h2 {
    font-size: 18px;
  }
}
/*Today new css*/

.tags a {
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
  padding: 2px 10px;
  border-radius: 60px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.tags a:hover {
  color: #fff;
  background: linear-gradient(
    265deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
}

.main-box .content .top-text h1 {
  font-weight: 700;
  text-decoration: none;
  color: #353535;
  font-size: 40px;
}

.category-heading {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  font-size: 32px;
  padding-top: 20px;
}

.main-box .content .top-text h3 a:hover {
  color: #de4464;
}

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

.inner-img-box {
  width: 220px;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
}

.user-count ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #da4468;
  margin-right: 10px;
}

footer {
  background: rgb(222, 68, 100);
  background: linear-gradient(
    180deg,
    rgba(222, 67, 100, 1) 0%,
    rgba(113, 174, 231, 1) 80%,
    rgba(41, 158, 245, 1) 100%
  );
  padding-top: 50px;
}

.copywrite {
  background-color: #ffffff2b;
  margin-top: 20px;
}

.create-custum-inner {
  background-color: #71aee7;
  border-radius: 30px;
  padding: 50px;
}

.user-count ul {
  padding: 0px;
  margin-bottom: 0px;
}
.main-box {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  min-height: 360px;
}

.view-all {
  text-align: end;
  margin-top: 15px;
}

.view-all a {
  text-decoration: none;
}

.main-box .content .top-text p {
  margin-bottom: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #676767;
  font-size: 20px;
}

.main-box .img {
  flex: 0 0 35%;
}

.main-box .content {
  flex: 0 0 60%;
}

.sec-top-box-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sec-top-box-img {
  width: 121px;
  height: 121px;
  margin: auto;
  margin-bottom: 30px;
}
.sec-top-box-inner p {
  color: #737272;
  margin-bottom: 0px;
}

/* =========================
   Dataset Card
========================= */

/* ====================================
   SECTION
==================================== */

.dataset-section {
  padding: 60px 0;
}

/* ====================================
   HEADER
==================================== */

.dataset-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 35px;

  flex-wrap: wrap;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0;
  line-height: 1.2;
}

.view-all-btn {
  background: #ffe7ec;
  color: #ff4f7b;

  padding: 14px 28px;

  border-radius: 999px;

  font-size: 16px;
  font-weight: 600;

  text-decoration: none;

  transition: 0.3s ease;
}

.view-all-btn:hover {
  background: #ffd6e0;
  color: #ff3f6d;
}

/* ====================================
   ROW
==================================== */

.row {
  display: flex;
  flex-wrap: wrap;
}

/* ====================================
   CARD
==================================== */

.dataset-card {
  background: #fff;

  border: 1px solid #e7e7e7;
  border-radius: 10px;

  overflow: hidden;

  height: 100%;

  display: flex;
  flex-direction: column;

  transition: all 0.3s ease;
}

.dataset-card:hover {
  transform: translateY(-4px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ====================================
   IMAGE
==================================== */

.dataset-image {
  position: relative;

  padding: 16px 16px 0;
}

.dataset-image img {
  width: 100%;
  height: 250px;

  object-fit: cover;

  border-radius: 8px;
}

/* ====================================
   XLS BADGE
==================================== */

.xls-badge {
  position: absolute;

  top: 26px;
  right: 26px;

  background: #0f8d47;
  color: white;

  font-size: 11px;
  font-weight: 700;

  padding: 6px 10px;

  border-radius: 6px;
}

/* ====================================
   CONTENT
==================================== */

.dataset-content {
  padding: 22px;

  display: flex;
  flex-direction: column;

  flex: 1;
}

/* ====================================
   TITLE
==================================== */

.dataset-title {
  font-size: 20px;
  font-weight: 700;

  line-height: 1.7;

  margin-bottom: 16px;

  min-height: 80px;
}

.dataset-title a {
  color: #161616;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.dataset-title a:hover {
  color: #ff4f7b;
}

/* ====================================
   META
==================================== */

.dataset-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 14px;

  margin-bottom: 18px;
}

.dataset-meta span {
  display: flex;
  align-items: center;

  gap: 6px;

  color: #525252;

  font-size: 14px;
  font-weight: 500;
}

.dataset-meta svg {
  color: #ff5b7f;
  font-size: 14px;
}

/* ====================================
   DESCRIPTION
==================================== */

.dataset-description {
  color: #525255;

  font-size: 15px;
  line-height: 2;

  font-weight: 400;

  margin-bottom: 24px;

  flex-grow: 1;

  display: -webkit-box;

  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

/* ====================================
   BUTTON
==================================== */

.dataset-btn {
  margin-top: auto;

  width: 100%;
  height: 58px;

  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  font-size: 18px;
  font-weight: 700;

  color: white;

  background: linear-gradient(90deg, #ff1f2d 0%, #ff58a6 50%, #37a8e8 100%);

  transition: 0.3s ease;
}

.dataset-btn:hover {
  opacity: 0.92;
  color: white;
}

/* ====================================
   RESPONSIVE
==================================== */

@media (max-width: 1200px) {
  .section-title {
    font-size: 34px;
  }

  .dataset-title {
    font-size: 18px;
    min-height: 120px;
  }
}

@media (max-width: 992px) {
  .dataset-image img {
    height: 220px;
  }

  .dataset-title {
    min-height: auto;
  }

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

@media (max-width: 768px) {
  .dataset-header {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .dataset-content {
    padding: 18px;
  }

  .dataset-title {
    font-size: 17px;
  }

  .dataset-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .dataset-btn {
    height: 52px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 20px;
  }

  .view-all-btn {
    width: 100%;
    text-align: center;
  }

  .dataset-image img {
    height: 200px;
  }

  .dataset-title {
    font-size: 16px;
  }

  .dataset-btn {
    height: 48px;
    font-size: 15px;
  }
}

/* =========================
   Header Section
========================= */

.dataset-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.section-category-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0;
  line-height: 1.2;
}

.view-all-btn {
  background: #ffe7ec;
  color: #d53148;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.view-all-btn:hover {
  background: #ffd6e0;
  color: #ff3f6d;
}

/* =========================
   Large Screens
========================= */

@media (max-width: 1200px) {
  .section-category-title {
    font-size: 34px;
  }

  .view-all-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* =========================
   Tablet Screens
========================= */

@media (max-width: 992px) {
  .dataset-header {
    margin-bottom: 28px;
  }

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

  .view-all-btn {
    padding: 11px 22px;
    font-size: 14px;
  }
}

/* =========================
   Mobile Screens
========================= */

@media (max-width: 768px) {
  .dataset-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .section-category-title {
    font-size: 24px;
  }

  .view-all-btn {
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* =========================
   Small Mobile Screens
========================= */

@media (max-width: 480px) {
  .section-category-title {
    font-size: 20px;
  }

  .view-all-btn {
    width: 100%;
    text-align: center;
    padding: 12px 18px;
    font-size: 13px;
  }
}

/*product page*/
body.product-page .top-header {
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
}

.product-details-main .user-count ul li {
  color: inherit;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #888888;
}

.product-details-main .user-count ul li p {
  margin-bottom: 0px;
  color: #161616;
  font-size: 14px;
  font-weight: 400;
}

.product-details-main .user-count ul li:last-child {
  border-right: none;
}

.product-details-main .user-count ul li:first-child {
  padding-left: 0px;
}

.product-details-main .user-count ul li h2 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.product-details-main .user-count ul li p {
  color: #888888;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.product-details-main .main-box .content .top-text h1 {
  font-size: 32px;
}

.product-details-main .main-box .img {
  flex: 0 0 48%;
}

.product-details-main .main-box .content {
  flex: 0 0 48%;
}

.product-details-main .inner-img-box {
  width: 100%;
  height: 433px;
  border-radius: 30px;
  overflow: hidden;
}

.get-access-btn a.theme-btn {
  background: linear-gradient(90deg, #ff2340 0%, #ff5ca8 50%, #37a8e8 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.similar-box .main-box .content {
  flex: inherit;
  padding: 15px 15px;
}

.similar-box .main-box .img {
  flex: inherit;
}

.similar-box .main-box {
  display: inherit;
  padding: 0px;
}

.similar-box .inner-img-box h2 a {
  color: #fff;
  text-decoration: none;
}

.similar-box .inner-img-box h2 {
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 0px 10px;
}

.similar-box .inner-img-box h3 {
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 0px 10px;
}

.similar-box .inner-img-box {
  position: relative;
}

.similar-box .inner-img-box:before {
  position: absolute;
  content: "";
  background: #00000059;
  width: 100%;
  height: 100%;
}

.new-create .create-custum-inner {
  background-color: transparent;
  border-radius: 30px;
  padding: 32px;
}

.new-create .create-custum-inner .new-create-inner {
  flex: 0 0 70%;
}

.new-create .create-custum-inner .login-btn {
  flex: 0 0 15%;
}

.new-create .create-custum-inner {
  background-image: url(../img/create.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.similar-box .inner-img-box h3 a {
  color: #fff;
  text-decoration: none;
}

.similar-box .inner-img-box {
  width: 100%;
  height: 251px;
  border-radius: 15px;
  overflow: hidden;
}

.audio-file-box ul li {
  margin-bottom: 30px;
}

.audio-file-box ul.audio-file-main {
  border-bottom: 1px solid #888888;
}

.product-tags .sec-top-box-img {
  width: 115px;
  height: 115px;
  margin: auto;
  margin-bottom: 10px;
}

.audio-file-box {
  background-color: #f6f6f6;
  padding: 20px 20px;
  border-radius: 10px;
}

.audio-file-box ul {
  padding: 0px;
  margin-bottom: 0px;
}

.audio-file-box ul li {
  list-style: none;
}

.audio-file-box ul {
  column-count: 2;
}

.copywrite .last-link ul li {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0;
  position: relative;
}

.copywrite .last-link ul li:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -8px;
  width: 2px;
  height: 16px;
  background: #fff;
}

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

.activity-sec .heading h3 {
  position: relative;
  padding-bottom: 20px;
}

.activity-sec .heading h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 310px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
  transform: translateX(-50%);
}

.create-cutsom-from {
  background: #d9d9d959;
}

.create-cutsom-from .inner-form {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  max-width: 890px;
  margin: auto;
}

.create-cutsom-from .inner-form h3 {
  font-size: 25px;
  font-weight: bold;
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-align: center; */
  margin-bottom: 30px;
}

.create-cutsom-from .inner-form p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-right: 30px;
}

.create-cutsom-from .inner-form .form-group {
  margin-bottom: 20px;
  flex: 0 0 48%;
}

.create-cutsom-from .inner-form .form-group input {
  width: 100%;
  padding: 10px;
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 0.2) 0%,
    rgba(165, 134, 181, 0.2) 50%,
    rgba(41, 158, 245, 0.2) 100%
  );
  border: none;
  color: #272727;
  font-size: 14px;
}

.create-cutsom-from .inner-form .form-group input::placeholder,
.create-cutsom-from .inner-form textarea::placeholder {
  color: #272727;
}

.create-cutsom-from .inner-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #272727;
}

.create-cutsom-from .inner-form .form-group.chk-bx,
.create-cutsom-from .inner-form .form-group.txt-are {
  flex: 0 0 100%;
}

.create-cutsom-from .inner-form .form-group.chk-bx label {
  font-weight: 300;
  color: #000;
  font-size: 13px;
  position: relative;
  padding-left: 23px;
}

.create-cutsom-from .inner-form .form-group.chk-bx label input {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 0;
  top: 3px;
}

.create-cutsom-from .inner-form .form-group.sub-btn button {
  width: 100%;
  border-radius: 0;
  max-width: 325px;
  margin: auto;
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
  border: none;
  color: #fff;
}

.create-cutsom-from .inner-form .form-group.sub-btn {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
  flex: 0 0 100%;
}

.create-cutsom-from .inner-form form {
  margin: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.activity-sec.similar-box.category-pge {
  padding-top: 80px;
}

.activity-sec.similar-box.category-pge .search-form-box {
  margin-bottom: 40px;
}

.activity-sec.similar-box.category-pge .main-box {
  margin-bottom: 30px;
}

.activity-sec.similar-box.category-pge .pagination-buttons {
  margin-top: 20px;
}

.activity-sec.similar-box.category-pge
  .pagination-buttons
  ul
  li.page-item.active
  a {
  background: #d74b6d;
  border-color: #d74b6d;
  color: #fff;
}

.activity-sec.similar-box.category-pge .pagination-buttons ul li.page-item a {
  color: #d74b6d;
  border-color: #d74b6d;
}

.activity-sec.similar-box.category-pge
  .pagination-buttons
  ul
  li.page-item.disabled
  a {
  color: #ccc;
}

.description-box .description-inner {
  /* max-width: 1080px; */
  margin: auto;
}

.description-content.vedio-bx iframe {
  border-radius: 30px;
  overflow: hidden;
}

.product-tags .sec-top-box-inner {
  position: relative;
}

.product-tags .col-lg-2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 1px;
  height: 60px;
  background: #ccc;
  transform: translateY(-50%);
}

.product-tags .col-lg-2 {
  position: relative;
}

.product-tags .col-lg-2:last-child:after {
  display: none;
}

.activity-sec.similar-box h3.tp-heading,
.description-box h2.tp-heading {
  position: relative;
  padding-left: 10px;
}

.activity-sec.similar-box h3.tp-heading:before,
.description-box h2.tp-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 90%;
  background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  );
  transform: translateY(-50%);
}

.activity-sec.similar-box.product-page .main-box {
  margin: 15px;
}

.activity-sec.similar-box.product-page .main-box .user-name-img img {
  max-width: 25px;
  display: inline-block;
}

.activity-sec.similar-box.product-page .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.activity-sec.similar-box.product-page .owl-nav button {
  width: 45px;
  height: 45px;
  background: linear-gradient(
    265deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  ) !important;
  color: #fff !important;
  margin: 0px 4px;
  border-radius: 5px;
}

.activity-sec.similar-box.product-page .owl-nav button span {
  font-size: 29px;
  line-height: 45px;
}

/*responsive start*/

@media (max-width: 1399px) {
  .top-header .main-menu > ul > li {
    padding: 27px 8px;
  }

  .main-box .content {
    flex: 0 0 54%;
  }
}
@media (max-width: 1199px) {
  .top-header .main-menu > ul > li {
    padding: 27px 6px;
  }
  .top-header .main-menu > ul > li > a {
    font-size: 14px;
  }

  .product-details-main .main-box .content h3 {
    font-size: 16px;
  }

  .product-details-main .main-box .content .top-text h3 a {
    font-size: 30px;
  }

  .top-section {
    padding: 150px 0px;
  }

  .main-box .img {
    flex: 0 0 43%;
  }

  .inner-img-box {
    width: 100%;
  }

  .main-box .content .top-text h3 a {
    font-size: 17px;
  }

  .description-content.vedio-bx iframe {
    height: 510px;
  }
}

@media (max-width: 991px) {
  .top-header {
    padding: 15px 0px;
  }
  .top-header .main-menu {
    position: absolute;
    right: -130%;
    top: 100%;
    background: linear-gradient(
      117deg,
      rgba(222, 68, 100, 1) 0%,
      rgba(165, 134, 181, 1) 50%,
      rgba(41, 158, 245, 1) 100%
    );
    width: 100%;
    text-align: center;
    transition: 0.4s all linear;
    z-index: 999;
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
  }
  .top-header .main-menu ul {
    flex-direction: column;
    padding: 15px;
    display: block;
    height: auto;
  }

  .top-header .main-menu ul li {
    display: block !important;
    width: 100%;
    text-align: left;
  }

  .top-header .main-menu > ul > li > a {
    font-size: 19px;
    border-bottom: solid 1px #fff;
    padding: 10px !important;
    position: relative;
  }

  .top-header .main-menu > ul > li > a > span {
    position: absolute;
    top: 10px;
    right: 7px;
  }

  .top-header .main-menu > ul > li {
    padding: 0px 0px;
  }

  .top-header .main-menu ul li a {
    padding: 0;
  }

  .top-header ul li.drop-down:before {
    top: 5px;
  }

  body.menuopen .top-header .main-menu {
    right: 0;
  }

  .top-header .main-menu ul li:hover {
    background: transparent;
  }

  .product-details-main .user-count ul li {
    color: inherit;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 2px;
  }

  .similar-box .main-box {
    margin-bottom: 20px;
  }
  .new-create .create-custum-inner .login-btn {
    flex: 0 0 24%;
  }

  .top-section .details h1 {
    font-size: 40px;
  }

  .top-section {
    padding: 130px 0px 80px;
  }

  .sec-top-box-img {
    width: 100px;
    height: 100px;
  }

  .sec-top-box-inner p {
    font-size: 16px;
  }

  section.activity-sec.mt50 {
    margin-top: 20px;
  }

  .activity-sec .heading h3 {
    font-size: 40px;
  }

  .activity-sec .main-box {
    margin-bottom: 20px;
  }

  .search-form-box .inner-form .shot-by,
  .search-form-box .inner-form .search-box {
    flex: 0 0 100% !important;
    margin-bottom: 15px;
  }

  .main-menu ul li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    right: auto;
    height: auto;
    display: none;
  }

  .main-menu ul li .sub-menu .inner-bx {
    background: transparent;
  }

  .main-menu ul li .sub-menu .inner-bx .bx .lists li img {
    display: none;
  }

  .main-menu ul li .sub-menu .inner-bx .bx .lists li a {
    display: block;
  }

  .main-menu ul li .sub-menu .inner-bx .bx {
    padding: 0;
  }

  .main-menu ul li .sub-menu.innerBox_single {
    width: 100%;
    right: auto;
    min-width: auto;
  }

  footer .social-icon a {
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 17px;
  }

  .top-header .main-menu ul li.drop-down-menu.active .sub-menu {
    display: block;
  }
  .main-menu ul li .sub-menu .inner-bx .bx .lists li {
    position: relative;
    padding-left: 20px;
  }
  .main-menu ul li .sub-menu .inner-bx .bx .lists li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
  }
  .sec-top-box.product-tags .sec-top-box-inner {
    margin-bottom: 20px;
  }

  .product-tags .col-lg-2:nth-child(even):after {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-details-main .main-box .img,
  .product-details-main .main-box .content {
    flex: 0 0 100%;
  }

  .product-details-main .inner-img-box {
    height: 313px;
  }
  .product-details-main .main-box .content {
    margin-top: 20px;
  }

  .product-details-main .main-box .content .top-text h3 a {
    font-size: 25px;
  }

  .new-create .create-custum-inner {
    background-position: center;
    border-radius: 0;
  }
  .description-box {
    padding: 20px 0px;
  }

  .description-box .description-heading {
    padding-bottom: 10px;
  }

  .description-box .description-heading h2,
  .sec-top-box.product-tags .description-heading h2,
  .activity-sec.similar-box h3.tp-heading {
    font-size: 29px;
  }

  .description-box .description-content {
    padding-bottom: 20px;
  }

  .audio-file-box {
    margin-top: 20px;
  }

  .sec-top-box.product-tags {
    padding: 0;
    text-align: center;
  }

  .product-tags .sec-top-box-img {
    margin-bottom: 6px;
    width: 95px;
    height: 95px;
  }

  .activity-sec.similar-box {
    margin-top: 0;
  }

  .new-create .create-custum-inner .new-create-inner,
  .new-create .create-custum-inner .login-btn {
    flex: 0 0 100%;
    text-align: center;
  }

  .create-custum.new-create {
    padding: 20px 0px;
  }

  .top-section .details h1 {
    font-size: 30px;
  }

  .sec-top-box-img {
    margin-bottom: 0;
  }

  .sec-top-box .sec-top-box-inner {
    margin-bottom: 20px;
  }

  .activity-sec .heading h3 {
    font-size: 29px;
  }

  .main-box .img {
    flex: 0 0 100%;
  }

  .main-box .content {
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .sec-top-box {
    padding: 20px 0px;
  }

  .top-footer .links {
    margin-top: 20px;
  }

  .copywrite,
  .last-link.text-end {
    text-align: center !important;
  }

  .description-content.vedio-bx iframe {
    height: 290px;
  }

  footer {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .create-cutsom-from .inner-form .form-group {
    flex: 0 0 100%;
  }

  .create-cutsom-from .inner-form form {
    margin: 0;
  }
}

@media (max-width: 460px) {
  .product-details-main .inner-img-box {
    height: 213px;
  }
  .product-details-main .main-box .content .top-text h3 a {
    font-size: 20px;
  }

  .product-details-main .user-count ul li {
    margin: 0;
  }

  .top-section .details h1 {
    font-size: 21px;
  }

  .main-menu ul li .sub-menu .inner-bx .bx {
    flex: 0 0 100%;
  }

  .main-menu ul li .sub-menu .inner-bx .bx .lists li {
    margin-bottom: 10px;
  }
}

.tags a {
  margin: 0px 5px 5px 0px;
}

.description-content h4 {
  font-size: 24px;
  color: #161616;
  font-weight: 500;
}

.description-content p {
  font-weight: 400;
  font-size: 18px;
  color: #161616;
}

.description-content p a {
  font-weight: 600;
}

.form-group small {
  color: red;
  display: block;
}

label.form-label label {
  padding-left: 0px !important;
}
.success-message {
  color: green;
}
.error-message {
  color: red;
}

.tnc-checkbox {
  width: 15px !important;
}

.tnc-label {
  padding-left: 10px !important;
}

.main-content .user-count ul li:first-child {
  padding-right: 15px;
  border-right: 1px solid #da4468;
}

.tnc-label a {
  color: blue;
}

.user-count ul li {
  position: relative;
  padding-right: 10px;
}

/* .user-count ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 16px;
  background: #DA4468;
} */

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

.description-content p,
.description-content li {
  color: #353535;
  font-weight: 400;
}

.description-content p,
.description-content li strong {
  color: #525252;
}

/* SECTION */
/* .similar-box {
  padding: 70px 0;
  background: #f5f5f5;
} */

.similar-box .tp-heading {
  font-size: 42px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
}

/* CARD */
.dataset-card-v2 {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s ease;
  height: 100%;
}

.dataset-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.dataset-card-image {
  position: relative;
  padding: 14px;
}

.dataset-card-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 3px;
}

/* XLS TAG */
.dataset-file-tag {
  position: absolute;
  top: 20px;
  right: 24px;
  background: #1d7c3d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 2px;
  letter-spacing: 1px;
}

/* CONTENT */
.dataset-card-content {
  padding: 0 16px 20px;
}

.dataset-card-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 14px;
}

.dataset-card-content h3 a {
  color: #222;
  text-decoration: none;
}

/* META */
.dataset-meta-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.dataset-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #555;
  line-height: 1;
}

.dataset-meta-item svg {
  color: #ff4d6d;
}

/* DESCRIPTION */
.dataset-description {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* BUTTON */
.dataset-access-btn {
  width: 100%;
  height: 48px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff1f3d 0%, #8d5cf6 55%, #39a9e2 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s ease;
}

.dataset-access-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .dataset-card-image img {
    height: 180px;
  }
}

@media (max-width: 991px) {
  .similar-box .tp-heading {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .similar-box {
    padding: 50px 0;
  }

  .similar-box .tp-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .dataset-card-content {
    padding: 0 14px 18px;
  }

  .dataset-card-content h3 {
    font-size: 15px;
  }

  .dataset-description {
    font-size: 12px;
  }

  .dataset-access-btn {
    height: 44px;
    font-size: 13px;
  }
}

/* ========================= */
/* Breadcrumbs */
/* ========================= */

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 4px;
  padding-top: 15px;

  /* margin: 0 0 16px; */

  list-style: none;
  background: transparent;

  width: 100%;
  overflow: hidden;
}

.breadcrumb-item {
  display: flex;
  align-items: center;

  min-width: 0;
  max-width: 100%;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 8px;
  color: #6c757d;
  font-size: 14px;
  flex-shrink: 0;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  max-width: 100%;
}

.breadcrumb-item a {
  color: #1c55e7;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6c757d;
}

/* ========================= */
/* Responsive */
/* ========================= */

@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 12px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 13px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 6px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .breadcrumb {
    row-gap: 6px;
  }

  .breadcrumb-item {
    max-width: 100%;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

/* new navbar design */

.display-sub {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  /* transform: translateX(0%) translateY(0px); */
}

.navbar {
  padding: 1.5rem 0;
  transition:
    background 0.4s,
    box-shadow 0.4s;
  background: #ffffff40 !important;
  box-shadow: none;
  z-index: 1002;
}

.theme-header {
  box-shadow: 0px 4px 4px 0px #00000040;
  /* background: linear-gradient(
    90deg,
    rgba(222, 68, 100, 1) 0%,
    rgba(165, 134, 181, 1) 50%,
    rgba(41, 158, 245, 1) 100%
  ) !important; */
  background: white !important;
}

/* Navbar background after scroll */
/* .navbar.scrolled {
  padding: 0.8rem 0;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
} */

.navbar-brand {
  margin-right: 3rem;
  font-size: 1.5rem !important;
  color: #c72c8d !important;
  font-weight: 700;
}

#mainNavbar {
  justify-content: center !important;
}

.navbar .navbar-nav {
  align-items: center;
  /* gap: 0.2rem; */
}

.navbar .navbar-nav .nav-link {
  color: #525252 !important;
  font-weight: 500;
  font-size: 1.053rem;
  /* reduced size */
  position: relative;
  /* transition:
    color 0.18s,
    background 0.18s,
    border 0.18s; */
  padding: 0.22rem 0.85rem !important;
  /* less vertical and horizontal padding */
  border-radius: 1.35rem;
  margin: 0 0.22rem;
  /* more space between menu items */

  box-shadow: none;
  border: 2px solid transparent;
  line-height: 1.5;
  letter-spacing: 0.01em;
  /* text-shadow:
    0 1px 7px rgba(0, 0, 0, 0.18),
    0 0px 1px #222; */
  white-space: nowrap;
  /* background: #ffffff14; */
  /* Prevent wrap */
}

/* Prevent nav from wrapping and add spacing */
.navbar .navbar-nav {
  flex-wrap: nowrap !important;
  /* gap: 0.65rem; */
}

/* Space between logo and menu */
.navbar .navbar-brand {
  margin-right: 0.8rem !important;
  margin-left: 0.5rem !important;
  display: flex;
  align-items: center;
}

/* Flex centering for navbar layout */
.navbar .container {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  max-width: 100vw;
  padding-left: 24px;
  padding-right: 24px;
}

.collapse.navbar-collapse {
  display: flex !important;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}

.navbar-nav.mx-auto {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  justify-content: center !important;
}

.d-flex.align-items-center.ms-auto {
  /* margin-left: 0.8rem !important;
  margin-right: 0.5rem !important; */
  display: flex !important;
  align-items: center;
}

/* Desktop contact button */
.d-flex.align-items-center.ms-auto {
  display: flex !important;
}

/* Mobile contact button */
@media (max-width: 768px) {
  .d-flex.align-items-center.ms-auto {
    display: none !important;
  }

  .mobile-contact-container {
    display: block !important;
  }
}

.navbar .navbar-nav .nav-link.active {
  color: #fff !important;
  border: 2px solid transparent;
}

.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:hover {
  color: #fff !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #fff;
}

/* Remove underline animation from top nav menu */
.navbar .navbar-nav .nav-link::after {
  display: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #525252 !important;
}

/* Mega Menu Styles */
.dropdown-mega {
  position: static;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  top: 100%;
  width: 85vw;
  max-width: 1200px;
  background: #fbfbfb;
  border-radius: 28px;
  box-shadow: 0 12px 28px 0 rgba(16, 22, 47, 0.15);
  padding: 2.5rem 3rem 2rem 3rem;
  z-index: 1001;
  transition:
    opacity 0.25s,
    visibility 0.25s,
    transform 0.25s;
  opacity: 0;
  visibility: hidden;
}

.third-level-menu {
  display: none;
  position: absolute;
  left: calc(100% - 10px);
  transform: translateX(0, 0px);
  top: 10px;
  width: 300px;
  background: #fbfbfb;
  border-radius: 28px;
  box-shadow: 0 12px 28px 0 rgba(16, 22, 47, 0.15);
  padding: 2.5rem 3rem 2rem 3rem;
  z-index: 1001;
  transition:
    opacity 0.25s,
    visibility 0.25s,
    transform 0.25s;
  opacity: 0;
  visibility: hidden;
  padding: 24px;
}

.third-level-menu-trigger:hover .third-level-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(30px, 0px);
}

.has-2-cols-submenu,
.has-1-col-submenu {
  position: relative !important;
}

/* .dropdown-menu.mega-menu {
  max-height: 80vh;
  overflow-y: auto;
} */

.has-2-cols-submenu .dropdown-menu.mega-menu,
.has-1-col-submenu .dropdown-menu.mega-menu {
  width: 800px;
  left: 0;
  top: calc(100% + 36px);
  transform: translateX(0%) translateY(10px);
}

.has-1-col-submenu .dropdown-menu.mega-menu {
  width: 300px;
}

/* 
COMMENTED 05/06/2025
.navbar.scrolled .has-2-cols-submenu .dropdown-menu.mega-menu,
.navbar.scrolled .has-1-col-submenu .dropdown-menu.mega-menu {
  top: calc(100% + 26px);
} */

.dropdown-mega:hover > .mega-menu,
.dropdown-mega:focus-within > .mega-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0);
}

.has-1-col-submenu.dropdown-mega:hover > .mega-menu,
.has-1-col-submenu.dropdown-mega:focus-within > .mega-menu,
.has-2-cols-submenu.dropdown-mega:hover > .mega-menu,
.has-2-cols-submenu.dropdown-mega:focus-within > .mega-menu {
  transform: translateX(0%) translateY(0px);
}

.mega-menu .row {
  --bs-gutter-x: 3rem;
}

.mega-menu-section {
  min-width: 300px;
}

.mega-menu h5 {
  font-weight: 600;
  color: #10162f;
  margin-bottom: 20px;
  font-size: 1.35rem;
  /* padding-bottom: 0.5rem; */
  /* border-bottom: 1px solid #eee; */
}

.mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  transition: all 0.18s;
  border-radius: 8px;
  padding: 0;
  font-size: 1.053rem;
  gap: 0.5rem;
  position: relative;
  padding-right: 24px;
  /* overflow: hidden; */
}

.mega-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #c72c8d 0%, #f857a6 100%);
  z-index: 0;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  opacity: 0.16;
}

/* .mega-menu li:hover::before {
  width: 100%;
} */

.mega-menu li > * {
  position: relative;
  z-index: 1;
}

.mega-menu li > .menu-item-arrow {
  position: absolute;
  z-index: 9999 !important;
}

/* .mega-menu li:hover {
  padding-left: 0.7rem;
  background: rgba(199, 44, 141, 0.08);
  transform: translateX(5px);
} */

.mega-menu .icon {
  font-size: 1.5rem;
  color: #c72c8d;
  /* margin-right: 1rem; */
  flex-shrink: 0;
  /* margin-top: 0.2rem; */
  /* filter: drop-shadow(0 1px 1px #f8e0f2); */
}

.mega-menu .item-title {
  font-weight: 600;
  color: #363636;
  font-size: 0.98rem;
  margin-bottom: 0.1rem;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition:
    border-color 0.2s,
    color 0.2s;
}

.mega-menu li:hover > div > .item-title {
  color: #f4384f;
  cursor: pointer;
}

.mega-menu li > div > .item-title::after {
  content: "";
  display: block;
  height: 0px;
  width: 0%;
  border-bottom: 3px solid#f4384f;
  transition: all 0.3s ease;
}

.mega-menu li:hover > div > .item-title::after {
  width: 100%;
}

.mega-menu .item-desc {
  display: block;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

/* RIGHT ARROW */
.menu-item-arrow {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-70%) rotate(135deg);

  width: 9px;
  height: 9px;

  border-top: 2px solid #666;
  border-right: 2px solid #666;

  transition: none !important;
  pointer-events: none;
  z-index: 9999 !important;
  display: block !important;
}

/* Mobile Menu Override */
@media (max-width: 992px) {
  /* Hide desktop menu components */
  .navbar-collapse,
  .navbar-nav {
    display: none !important;
  }

  .navbar .navbar-brand {
    margin-left: 0 !important;
  }

  .btn.theme-header-button {
    font-size: 14px !important;
    line-height: 24px;
  }

  /* Mobile menu container */
  .mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #0d1629;
    z-index: 1100;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding-top: 70px;
    overflow-y: auto;
  }

  .mobile-menu-container.active {
    transform: translateX(0);
  }

  /* Mobile menu items */
  .mobile-menu {
    display: block;
    list-style: none;
  }

  .mobile-submenu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.15s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding-left: 15px;
    /* margin-top: 5px; */
    list-style: none;
  }

  .mobile-submenu-link-item a {
    font-size: 12px !important;
  }

  .mobile-submenu.open {
    max-height: initial;
    opacity: 1;
  }

  .mobile-menu {
    padding: 20px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0;
  }

  .mobile-menu > li {
    /* border-bottom: 1px solid #fff; */
  }

  .mobile-submenu > .mobile-submenu-toggle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* .mobile-menu ul li {
    border-bottom: 1px solid #fff;
  } */

  .mobile-menu > li:last-child,
  .mobile-menu ul li:last-child {
    border-bottom: none;
  }

  hr,
  .menu-divider {
    border: none;
    border-top: 1.5px solid #fff !important;
    background: none;
    height: 0;
    margin: 10px 0;
  }

  .mobile-menu li {
    margin-bottom: 0;
  }

  .mobile-menu a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    transition: color 0.2s;
  }

  /* .mobile-menu a:hover,
  .mobile-menu li:hover>a,
  .mobile-menu li:hover>.item-title,
  .mobile-menu .item-title:hover {
    color: #E43F5A !important;
    transition: color 0.2s;
  } */

  /* Mobile menu toggle button */
  .mobile-menu-toggle {
    display: none !important;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    background: white;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  /* Close button */
  .mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: white;
    font-size: 24px;
    background: none;
    border: none;
    font-size: 30px;
  }

  /* Contact button in mobile menu */
  .mobile-contact-btn {
    padding: 10px 0 !important;
    /* less horizontal padding */
    margin: 20px auto 0 auto !important;
    /* display: flex !important;
    align-items: center;
    justify-content: center; */
    width: 100%;
    /* less wide, centered */
    /* font-weight: bold !important;
    text-align: center; */
    min-width: 140px;
    max-width: 260px;
  }
}

.mega-menu {
  padding: 24px;
}

.mega-menu-section {
  min-width: 0;
}

@media (max-width: 767px) {
  .mega-menu {
    padding: 1rem 0.8rem;
  }

  .mega-menu-section {
    min-width: 0;
  }
}

/* Add hover delay for mega menu */
.dropdown-mega {
  position: static;
}

.dropdown-mega .mega-menu,
.third-level-menu-trigger .third-level-menu {
  transition-delay: 100ms;
}

.dropdown-mega:hover .mega-menu,
.third-level-menu-trigger:hover .third-level-menu {
  transition-delay: 0ms;
}

.theme-header-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border-radius: 999px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Gradient Text Link */
.theme-header-link {
  font-size: 18px;
  font-weight: 500;

  background: linear-gradient(90deg, #ff2340 0%, #ff5ca8 50%, #37a8e8 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
}

/* Search Button */
.search-btn {
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b4b4b;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.search-btn:hover {
  transform: scale(1.08);
  color: #000;
}

/* Discovery Button */
.btn-gradient {
  padding: 14px 28px;
  border: none !important;
  border-radius: 999px !important;

  background: linear-gradient(
    90deg,
    #ff1f3d 0%,
    #ff5ca8 45%,
    #8b7cf6 70%,
    #4fa7e8 100%
  ) !important;

  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  box-shadow: 0 4px 18px rgba(255, 92, 168, 0.22);

  overflow: hidden;
}

/* Arrow */
.btn-gradient .arrow {
  font-size: 22px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* Hover */
.btn-gradient:hover {
  transform: translateY(-1px);
  color: #fff !important;
  box-shadow: 0 6px 22px rgba(255, 92, 168, 0.32);
}

.btn-gradient:hover .arrow {
  transform: translateX(4px);
}

/* Remove old hover effects */
/* .theme-header-button:hover,
.theme-header-button:focus {
  border: none !important;
  background: unset;
  box-shadow: none;
} */

/* Chevron icon for submenu toggles */
.mobile-submenu-toggle {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
}

.mobile-submenu-toggle.active {
  color: #f4384f;
}

.mobile-submenu .mobile-submenu-toggle {
  margin-left: 10px;
}

.mobile-submenu-toggle .chevron {
  margin-left: 8px;
}

.mobile-submenu-toggle .chevron .bi {
  filter: drop-shadow(0 0 0 #fff);
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
}

.mobile-submenu-toggle.active .chevron .bi {
  color: #f4384f;
  transform: rotate(180deg);
}

.menu-list,
.menu-list li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.menu-list li::marker,
.menu-list::marker {
  display: none !important;
  content: none !important;
}

.menu-list li::-webkit-details-marker,
.menu-list::-webkit-details-marker {
  display: none !important;
  content: none !important;
}

.menu-list li {
  transition: color 0.3s;
}

.menu-list li:hover > .item-title,
.menu-list li.active > .item-title {
  color: #e43f5a !important;
}

/* External link icon for links */
.external-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 28px !important;
}

.external-link .ext-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23fff" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18 13v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>')
    center/contain no-repeat;
  transition: background 0.3s;
  position: absolute;
  right: 0;
  top: 11px;
  opacity: 0.35;
}

.external-link:hover .ext-icon {
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23E43F5A" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18 13v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>')
    center/contain no-repeat;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block !important;
  }
}

/* Mobile toggle button - guaranteed visibility */
.mobile-menu-toggle {
  display: none !important;
  position: fixed !important;
  right: 25px !important;
  top: 32px !important;
  width: 32px !important;
  height: 28px !important;
  /* taller to fit 4 lines */
  z-index: 9999 !important;
  background: black !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.mobile-menu-toggle span {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  /* thinner lines */
  background: white !important;
  margin: 3px 0 !important;
  /* less gap */
  border-radius: 6px !important;
  /* more rounded ends */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-submenu-head h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
}

.mobile-submenu-link-item {
  margin-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  z-index: 1100;
  transition: all 0.3s;
}
.mobile-menu-backdrop.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px) {
  .mobile-menu-toggle {
    display: block !important;
  }

  .navbar-toggler {
    display: none !important;
  }

  /* Show mobile menu only on mobile */
  #mobileMenuContainer {
    display: block !important;
  }

  .theme-header-button.btn-gradient {
    background: linear-gradient(
      90deg,
      #e91c24 0%,
      #ff577f 20%,
      #ff6abf 40%,
      #bf73e6 60%,
      #7d90e9 80%,
      #45ade2 100%
    );
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .mobile-menu-toggle,
  #mobileMenuContainer {
    display: none !important;
  }
}
.navbar-brand img {
  width: 150px;
  height: auto;
  margin: 0 !important;
}
@media screen and (max-width: 1599px) and (min-width: 992px) {
  .navbar .navbar-brand {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .has-2-cols-submenu .dropdown-menu.mega-menu,
  .has-1-col-submenu .dropdown-menu.mega-menu {
    top: calc(100% + 26px);
  }

  /*
  //COMMENTED 05/06/2025
   .navbar.scrolled .has-2-cols-submenu .dropdown-menu.mega-menu,
  .navbar.scrolled .has-1-col-submenu .dropdown-menu.mega-menu {
    top: calc(100% + 16px);
  } */
}

.btn.theme-header-button {
  font-size: 1.053rem;
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
  .navbar .navbar-nav .nav-link,
  .theme-header-button {
    font-size: 13px;
    padding: 5px 10px !important;
  }

  .btn.theme-header-button {
    font-size: 13px;
  }

  .mega-menu .item-title,
  .mega-menu .item-desc {
    font-size: 13px;
  }

  .mega-menu h5 {
    font-size: 18px;
  }

  .has-2-cols-submenu .dropdown-menu.mega-menu {
    width: 700px;
  }

  .has-1-col-submenu .dropdown-menu.mega-menu {
    width: 300px;
  }

  .theme-header-button {
    line-height: 26px;
  }

  .theme-header-button.theme-header-button.btn-gradient {
    line-height: 28px;
  }
}

@media screen and (max-width: 1099px) and (min-width: 992px) {
  .navbar .navbar-nav .nav-link,
  .theme-header-button {
    padding: 5px 5px !important;
  }

  .theme-header-button.theme-header-button.btn-gradient {
    margin-left: 5px !important;
  }

  .navbar .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
