@import url("../css/style.css");

/* @media only screen and (max-width: 830px) {
    .de-timeline-article .site-center-line {
      margin-left: 0;
      top: 30px;
      left: 30px;
    }
    .de-timeline-article .meta-dot {
      margin-left: 0;
      left: 20px;
    }
    .de-timeline-article .content-left-container,
    .de-timeline-article .content-right-container {
      max-width: 100%;
      width: auto;
      float: none;
      margin-left: 50px;
    }
    .de-timeline-article .content-left-container {
      margin-bottom: 20px;
    }
    .de-timeline-article .content-left,
    .de-timeline-article .content-right {
      padding: 10px 25px;
      min-height: 65px;
    }
    .de-timeline-article .content-left:before {
      content: "\f0d9";
      right: auto;
      left: -8px;
    }
    .de-timeline-article .content-right:before {
      display: none;
    }  
    h4.de-timeline-year {
      position: absolute;
      top:0;
      left: 60px;
    }
    .de-timeline-article.odd .d-line {
      left: 30px;
    }
    .de-timeline-article.even .d-line {
      right: 0;
      left: 30px;
    }
    .de-timeline-article.odd .content-left-container{
      padding-top: 20px;
    }
    .de-timeline-article.even .content-left-container{
      padding-top: 50px;
    }
    .de-timeline-article.odd .content-left-container .owl-carousel{
      padding: 60px 20px 0 20px;
    }
     .de-timeline-article.even .content-right-container .owl-carousel{
      padding: 0px 20px 60px 20px;
    }
  } */
  @media all and (max-width: 768px) {
    /* .all-timelines::before {
      right: unset;
      top: 0;
    } */
    .mobile-btn-show{
      display: block !important;
    }
    /* .single-timeline:nth-child(2n) .timeline-text {
      padding-left: 30px;
      padding-right: 0;
      text-align: left;
    }
  
    .single-timeline:nth-child(2n) .t-circle {
      left: -6px;
      right: unset;
    }
  
    .timeline-blank {
      display: none;
    }
  
    .timeline-text {
      width: 100%;
    }
  
    .single-timeline:nth-child(even) .timeline-text span {
      text-align: left !important;
    } */
  }
  
  /* @media all and (max-width: 360px) {
    .all-timelines::before {
      top: 32px;
    }
  } */
  @media (min-width: 480px) {
    .swiper-container-wrapper {
      flex-flow: row nowrap;
    }
  }

  @media (min-width: 480px) {
    .swiper-container {
      min-height: 320px;
    }
  }
  /* @media (min-width: 480px) {
    .gallery-thumbs .swiper-wrapper {
      flex-direction: column;
    }
  }
  @media (min-width: 480px) {
    .gallery-thumbs {
      width: 20%;
      height: 100vh;
      padding: 0;
    }
  } */
  @media (min-width: 480px) {
    .gallery-top {
      width: 80%;
      height: 100vh;
      margin-right: 10px;
    }
  }
  /* @media (min-width: 480px) {
    .gallery-thumbs .swiper-slide {
      flex-flow: column nowrap;
      width: 100%;
    }
  }
  @media (min-width: 480px) {
    .gallery-thumbs .swiper-wrapper {
      flex-direction: column;
    }
  }
@media (min-width: 992px) {
    .col-md-1-5 { width: 20%; }
    .col-md-2-5 { width: 40%; }
    .col-md-3-5 { width: 60%; }
    .col-md-4-5 { width: 80%; }
    .col-md-5-5 { width: 100%; }
  }
  
  @media (min-width: 1200px) {
    .col-lg-1-5 { width: 20%; }
    .col-lg-2-5 { width: 40%; }
    .col-lg-3-5 { width: 60%; }
    .col-lg-4-5 { width: 80%; }
    .col-lg-5-5 { width: 100%; }
  } */
  /* bootstrap cols 5 end */
  
  
  @media (min-width: 1200px) {
  
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1200px;
    }
  }
  
  
  @media(min-width:980px) and (max-width: 1199px) {
    #mainmenu li a:after {
      margin-left: 15px;
    }
  
    .container,
    .container-lg,
    .container-md,
    .container-sm {
      min-width: 95%;
    }
  }
  
  /* -------------------------------------------------- 
      design for 768px
      /* ================================================== */
  
  @media only screen and (max-width: 992px) {
  
    .container{
      max-width: 100%;
    }  
  
    /* .col-right {
      position: absolute;
      top: -82px;
      right: 60px;
      width: 140px;
    }
  
    .countdown-s2 .countdown-show4 .countdown-section {
      width: 60px;
      padding:5px;
      margin:5px;
    }
  
    .countdown-s2 .countdown-period{
      font-size:10px;
    }
  
    .countdown-s2 .countdown-amount {
      font-size: 20px;
    }
  
   */
    .mb-sm-20 {
      margin-bottom: 20px;
    }
  
    .mb-sm-30 {
      margin-bottom: 30px;
    }
  
    /* .sm-mt-0 {
      margin-top: 0;
    }
  
    .p-sm-30 {
      padding: 40px;
    }
  
    .pb-sm-0 {
      padding-bottom: 0;
    }
  
    .mb-sm-0 {
      margin-bottom: 0;
    }
  
    .sm-padding40{
      padding: 40px;
    }
  
    header .header-col {
      position: absolute;
      top: 0;
    }
  
    header .header-col.mid {
      position: absolute;
      top: 70px;
      width: 100%;
      padding: 0 0 0 0;
    }
  
    .text-center-sm {
      text-align: center;
    }
   */
    .sm-pt10 {
      padding-top: 10px;
    }
  
    #menu-btn {
      display: block;
      float: right;
      z-index: 1000;
      top: 0;
      background-color: #D4B46D;
      right: 0;
    }
  
    .inner-padding {
      padding: 40px;
    }
  
    /* .header-col-left,
    .header-col-right {
      padding-top: 16px;
    } */
  
    .header-col-mid #mainmenu {
      position: absolute;
      top: 90px;
      width: 100%;
      padding: 0 0 0 0;
      left: 20px;
    }
  
    #mainmenu>li::before{
      display: none;
    }
  
    header {
      display: none;
    }
  
    header .info {
      display: none;
    }
  
    /* header.header-bg {
      background: rgba(0, 0, 0, 1);
    } */
  
    header,
    header.fixed {
      display: block;
      position: inherit;
      margin: 0;
      padding: 0;
      margin-top: 0;
      height: auto;
      background: #111111;
    }
  
    #de-sidebar {
      position: absolute;
      width: 100%;
      right: 1px;
    }
  
    header.side-header,
    .de_light header.side-header {
      position: absolute;
      display: block;
      height: 60px;
      top: 0;
      background: #000;
    }
  
    header.side-header #mainmenu {
      position: absolute;
      background: #000;
      margin: 0;
      top: 60px;
      left: 0;
      width: 100%;
    }
  
    /* header.side-header #logo .logo {
      display: none;
    } */
  
    header.side-header #logo .logo-2 {
      display: inline-block;
      position: absolute;
      height: 30px;
      top: 15px;
      left: 40px;
    }
  
    header.side-header #menu-btn {
      position: absolute;
      top: 8px;
      right: 30px;
      height: 0;
      z-index: 2000;
      height: 35px;
    }
  
    header.side-header #mainmenu li {
      display: block;
    }
  
    header.side-header #mainmenu a,
    .de_light.de-navbar-left header #mainmenu>li>a {
      display: block;
      text-align: center;
      color: var(--bg-white);
    }
  
    .de_light.de-navbar-left header #mainmenu>li {
      border-bottom: solid 1px rgba(255, 255, 255, .1);
    }
  
    header.side-header #mainmenu a:hover {
      background: none;
    }
  
    header.side-header #mainmenu a:hover {
      background: none;
    }
  
    header.side-header .social-icons-2 {
      display: none;
    }
  
    header.autoshow {
      height: auto;
      top: 0;
    }
  
    header.autoshow #mainmenu li a {
      background: none;
    }
  
    header.header-mobile-sticky {
      position: fixed;
    }
  
    #subheader.s2 {
      padding: 40px 0 30px 0;
    }
  
    #subheader .crumb {
      margin-top: -5px;
      margin-bottom:0;
    }
  
    #sidebar {
      padding-left: 10px;
    }
  
    #logo,
    #logo .inner {
      vertical-align: middle;
      height: auto;
    }
  
    nav {
      height: 0;
    }
  
    #mainmenu {
      position: fixed;
      height: 100%;
      z-index: 200;
      width: 200px;
      margin: 0;
      margin-top: 10px;
      padding: 0;
      padding-top: 20px;
      padding-bottom: 100px !important;
      overflow-y: auto;
      top: 100px;
    }
  
    #mainmenu ul {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
  
    #mainmenu a.menu-item {
      text-align: left;
      padding-left: 0;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    #mainmenu li.has-child:after {
      display: none;
    }
  
    #mainmenu li li a.menu-item,
    #mainmenu li li li a.menu-item {
      padding-left: 0;
    }
  
    #mainmenu a.menu-item:hover {
      background: #111;
    }
  
    #mainmenu a.menu-item:hover {
      background: #111;
    }
  
    #mainmenu li ul {
      display: block;
      position: inherit;
      margin: 0;
      width: 100%;
    }
  
    #mainmenu li {
      border-bottom: solid 1px var(--bg-dark-3);
      margin: 0;
      width: 100%;
      display: block;
    }
  
    #mainmenu li a.menu-item:after {
      display: none;
    }
  
    #mainmenu li:last-child {
      margin-bottom: 30px;
    }
  
    #mainmenu li ul {
      border-top: solid 1px var(--eee-color);
      top: auto;
      width: auto;
      height: auto;
      position: inherit;
      visibility: visible;
      opacity: 1;
    }
  
    #mainmenu>li.menu-item-has-children>a.menu-item {
      position: relative;
      padding-right: 15px;
    }
  
    #mainmenu>li.menu-item-has-children>a.menu-item:after {
      content: "\f107";
      font-family: "FontAwesome";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
    }
  
    #mainmenu li ul a.menu-item {
      width: 100%;
      background: none;
      border: none;
    }
  
    #mainmenu li ul li {
      border: none;
      padding-left: 40px;
    }
  
    #mainmenu li ul li a.menu-item {
      display: block;
    }
  
    #mainmenu li ul li:last-child {
      border-bottom: none;
      margin: 0;
    }
  
    #mainmenu li ul li:last-child a.menu-item {
      border-bottom: none;
    }
  
    #mainmenu li a {
      color: #eceff3;
    }
  
    #mainmenu li li a.menu-item:hover {
      color: var(--bg-white);
    }
  
    #mainmenu ul:not(.mega) {
      border: none;
    }
  
    #mainmenu>li ul.mega .sb-menu {
      border: none;
    }
  
    #back-to-top {
      display: none;
    }
  
    header.header-mobile {
      overflow: hidden;
      position: relative;
    }
  
    header.header-mobile #mainmenu {
      width: 100%;
      padding-right: 30px;
    }
  
    header.header-mobile #mainmenu ul {
      background: none;
    }
  
    header.header-mobile #mainmenu a.menu-item {
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px;
      color: var(--title-font-color);
    }
  
    header.header-mobile #mainmenu a.menu-item:hover {
      background: none;
    }
  
    header.header-mobile #mainmenu li ul {
      display: block;
      position: inherit;
      margin: 0;
      width: 100%;
    }
  
    header.header-mobile #mainmenu li {
      border-bottom: solid 1px rgba(255, 255, 255, .2);
      margin: 0;
      width: 100%;
      display: block;
    }
  
  
    header.header-mobile #mainmenu li ul.mega ul {
      height: auto;
    }
  
    header.header-mobile #mainmenu li ul.mega .menu-content {
      background: var(--bg-white);
    }
  
    header.header-dark.header-mobile {
      background: #222;
    }
  
    header.header-dark.header-mobile #mainmenu li {
      border-color: #333;
    }
  
    header.header-dark.header-mobile #mainmenu li a.menu-item {
      color: var(--bg-white);
    }
  
    header.header-mobile #mainmenu li a.menu-item:after {
      display: none;
    }
  
    header.header-mobile #mainmenu li:last-child {
      margin-bottom: 30px;
    }
  
    header.header-mobile #mainmenu li ul {
      border-top: none;
      top: auto;
    }
  
    header.header-mobile #mainmenu li ul a.menu-item {
      width: 100%;
      background: none;
      border: none;
    }
  
    header.header-mobile #mainmenu li ul li {
      border: none;
      padding-left: 40px;
    }
  
    header #mainmenu li ul li:first-child {
      border-top: solid 1px var(--bg-dark-3);
    }
  
    header.header-mobile #mainmenu li ul li a.menu-item {
      display: block;
      border-bottom: solid 1px var(--bg-dark-3);
    }
  
    header.header-mobile #mainmenu li ul li:last-child {
      border-bottom: none;
      margin: 0;
    }
  
    header.header-mobile #mainmenu li ul li:last-child a.menu-item {
      border-bottom: none;
    }
  
    header.header-mobile #mainmenu li a {
      color: var(--bg-white);
    }
  
    header.header-mobile #mainmenu li a.menu-item:hover {
      color: var(--secondary-color) !important;
    }
  
    header.header-mobile #mainmenu li ul {
      height: 0;
      overflow: hidden;
      position: relative;
      left: 0;
    }
  
    header.header-mobile #mainmenu li ul li ul {
      margin-bottom: 10px;
    }
  
    header.header-mobile #mainmenu>li>span {
      width: 36px;
      height: 36px;
      background: url(../images/ui/arrow-down.png) center no-repeat;
      position: absolute;
      margin-top: 10px;
      z-index: 1000;
      cursor: poInter;
    }
  
    header.header-mobile #mainmenu li span.active {
      background: url(../images/ui/arrow-up.png) center no-repeat;
    }
  
    header.header-mobile #mainmenu li>ul>li>span {
      width: 36px;
      height: 36px;
      background: url(../images/ui/arrow-down.png) center no-repeat;
      position: absolute;
      right: 0;
      margin-top: -45px;
      z-index: 1000;
      cursor: poInter;
    }
  
    header.header-mobile #mainmenu>li>ul>li>span.active {
      background: url(../images/ui/arrow-up.avif) center no-repeat;
    }
  
    header.header-mobile #mainmenu li ul li a.menu-item {
      border-bottom: solid 1px rgba(255, 255, 255, .2);
    }
  
  
    header.header-mobile #mainmenu li ul li:last-child>a.menu-item {
      border-bottom: none;
    }
  
    #mainmenu li ul.mega {
      position: fixed;
      left: 0;
      width: 100%;
      margin-top: 30px;
      display: block;
    }
  
    #mainmenu li ul.mega>li {
      width: 100%;
    }
  
    #mainmenu li ul.mega>li ul {
      position: static;
      visibility: visible;
      opacity: 1;
      left: 0;
      float: none;
      width: 100%;
    }
  
    #mainmenu ul.mega>li ul li {
      margin: 0;
      padding: 0;
    }
  
    #mainmenu li ul.mega .menu-content {
      background: #202020;
      padding: 30px;
    }
  
    .table [class*="col-"] {
      float: none;
      display: block;
      vertical-align: top;
    }
  
    .table-pricing thead tr,
    .table-pricing tbody tr {
      display: block;
      width: 100%;
    }
  
    .table-pricing thead tr {
      display: none;
    }
  
    .table-pricing tbody tr th,
    .table-pricing tbody tr td {
      text-align: left;
      display: block;
      width: 100%;
  
    }
  
    .table-pricing tbody tr td {
      padding: 10px 30px;
    }
  
    .table-pricing tbody tr td:nth-child(2) {
      padding-top: 30px;
    }
  
    .table-pricing tbody tr td:last-child {
      padding-bottom: 40px;
      text-align: center;
    }
  
    .table-pricing tbody tr th span,
    .table-pricing tbody tr td span {
      min-width: 50%;
    }
  
    .table-pricing tbody tr th .lbl,
    .table-pricing tbody tr td .lbl {
      display: inline-block;
      min-width: 50%;
    }
  
    .table-pricing tbody tr th {
      color: var(--bg-white);
      padding: 20px 30px;
    }
  
    .sm-hide {
      display: none;
    }
  
    .btn-rsvp {
      position: absolute;
    }
  
    .d-btn-close {
      position: relative;
    }
  
    .schedule-item .sc-info {
      padding-top: 20px;
    }
  
    #mainmenu a.menu-item span {
      display: none;
    }
  
    .table-custom-1 {
      position: relative;
      height: auto;
    }
  
    .timeline:before {
      background: none;
    }
  
    .subfooter .de-flex,
    .subfooter .de-flex-col {
      display: block;
    }
  
    .subfooter .social-icons {
      margin-top: 20px;
    }
  
    .subfooter span.copy {
      margin-top: 20px;
      display: block;
    }
  
    .activity-filter li {
      width: 100%;
    }
  
    .dropdown {
      display: inline-block;
      margin-bottom: 10px;
    }
  
    .sm-img-fluid{
      width: 100%;
    }
  
    section{
      padding: 60px 0;
    }
  
    #subheader{
      padding-top: 120px;
      padding-bottom: 60px;
    }
  
    #testimonial-carousel .de_testi{
      margin:0 20px;
    }
  
    .crumb{
      margin-bottom: 0;
    }
  
    section.bottom-rounded{
      overflow: hidden;
      border-radius:0 0 0% 0%;
      -moz-border-radius:0 0 0% 0%;
      -webkit-border-radius:0 0 0% 0%;
      padding-bottom: 60px;
    }
  
  
    h1,
    h1.ultra-big,
    h1.ultra-big .text-line,
    h1.ultra-big-2,
    .title-text,
    .de_count h3 span,
    h1.slider-title{
      font-size: 40px;
      letter-spacing: -1px;
  
    }  
  
    h1.slider-title,
    h2.slider-title{
      margin-bottom: 0;
    }
  
    h2{
      font-size: 40px;
    }
  
    .arrow-divider > [class*=col-]:nth-child(n+2):after{
      display: none;
    }
  
  }
  
  /* -------------------------------------------------- 
      custom for 320px & 480px 
      /* -------------------------------------------------- */
      @media (max-width: 425px) {
        h4 {
            font-size: 15px;
        }
    }
  @media only screen and (max-width: 767px) {
  
     header .logo-main {
      display: none;
    }
  
    header .logo-init {
      display: none;
    }
  
    header .logo-mobile {
      display: block;
      width: 60%;
    }
  
    header .btn-main{
      display: none;
    }
  
    #topbar{
      display: none;
    }
  
    .de-table.table-rank thead th:nth-child(5),
    .de-table.table-rank thead th:nth-child(6),
    .de-table.table-rank thead th:nth-child(7),
    .de-table.table-rank tbody td:nth-child(4),
    .de-table.table-rank tbody td:nth-child(5),
    .de-table.table-rank tbody td:nth-child(6) {
      display: none;
    }
  
    .d_profile {
      display: block;
    }
  
    .d_profile .de-flex-col {
      display: block;
    }
  
    .profile_avatar {
      display: block;
    }
  
    .profile_avatar i {
      margin-top: -40px;
    }
  
    .profile_name {
      margin-left: 0;
      margin-top: 20px;
      display: block;
      width: 100%;
    }
  
    .profile_follow {
      margin-top: 40px;
      width: 100%;
    }
  
    .menu_side_area {
      margin-left: 20px;
      width: 100%;
      position: relative;
      right: 0;
      text-align: right;
      z-index: 0;
      display: block;
    }
  
    header .container {
      min-width: 100%;
    }
  
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    #filters li.pull-right {
      float: none;
    }
  
    .text-item {
      font-size: 48px;
      line-height: 48px;
    }
  
    .text-item i {
      font-size: 36px;
    }
  
    #de-sidebar {
      width: 100%;
      display: block;
      position: relative;
    }
  
    .gallery_border {
      margin-left: 0px;
    }
  
    body.boxed {
      margin: 0px;
    }
  
    .schedule-item .sc-time {
      width: 100%;
      padding-bottom: 20px;
      float: none;
    }
  
    .schedule-item .sc-pic {
      width: 80px;
    }
  
    .schedule-item .sc-pic img {
      width: 60px;
    }
  
    .schedule-item .sc-name {
      padding-top: 5px;
    }
  
    .schedule-item .sc-info {
      float: none;
      display: block;
      width: 100%;
      clear: both;
      padding-top: 30px;
    }
  
    .schedule-item .sc-info h4 {
      margin-bottom: 10px;
    }
  
    .display-table [class*="col-"] {
      display: table;
    }
  
    h1.big,
    h1_big {
      font-size: 8vw;
      line-height: 10vw;
    }
  
    .xs-hide {
      display: none;
    }
  
    .scrollbar-v,
    .float-text{
      display: none;
    }
  
    section{
      padding: 40px 0;
    }
  
    #subheader{
      padding-top: 100px;
    }
  
    /* title phone */
  
    h1,
    h1.ultra-big,
    h1.ultra-big .text-line,
    h1.ultra-big-2,
    .title-text,
    .de_count h3 span,
    h1.slider-title,
    h2.slider-title{
      font-size: 48px;
      letter-spacing: -2px;
    }
  
    h2{
      font-size: 30px;
      letter-spacing: -1.25px;
    }
  
  }
  
  /* -------------------------------------------------- 
      design for 480px
      /* -------------------------------------------------- */
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
    }
  
  }
  
  /* -------------------------------------------------- 
      design for 320px
      /* -------------------------------------------------- */
  
  @media only screen and (max-width: 480px) {
  
    .text-item {
      font-size: 32px;
      line-height: 32px;
    }
  
    .text-item i {
      font-size: 24px;
    }
  
    h4.s2 span {
      display: block;
      margin: 0;
      padding: 0;
    }
  
    .h-phone {
      display: none;
    }
  
    header a.btn-main i {
      display: inline-block;
    }
  
  }
  
  @media only screen and (max-width: 360px) {
    #topbar {
      display: none;
    }
  }
  
  /* section control */
  @media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait) {
    section {
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-size: auto 100%;
      background-attachment: scroll;
    }
  }
  
  @media only screen and (max-width: 992px) {
    #subheader {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-attachment: scroll;
    }
  
    section {
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-size: auto 100%;
      background-attachment: scroll;
    }
  }
  
  @media (min-width: 992px) {
    .half-fluid .left-half {
      padding-left: 0 !important;
      position: absolute;
      left: 0;
      right: 50%;
      margin-left: auto;
      width: auto;
    }
    .half-fluid .right-half {
      padding-right: 0 !important;
      position: absolute;
      right: 0;
      left: 50%;
      margin-left: auto;
      width: auto;
    }
  }

  @media (max-width: 768px) {
    .subtitle {
      margin-top: 1rem;
    }
    .faq-img-wid img{
      width: 85%;
    }
    .faq-img-wid{
      display: flex;
      justify-content: center;
    }
    footer img {
      width: 250px;
    }
    #topbar .social-icons{
      display: none;
    }
    h2.slider-title{
      font-size: 45px;
    }
    h3.slider-teaser{
      font-size: 20px;
    }
  
    #subheader {
      padding-top: 80px;
  }
  #subheader h1{
    font-size: 40px;
  }
  section {
    padding: 30px 0;
  }
  .air-conditioner-img-grid{
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .air-conditioner-img-grid img{
   width: 45%;
   margin-bottom: 1em !important;
  
  }
  }
  
  @media (max-width: 991px) {
    .col-lg-8.text-center {
        width: 100%; /* Full width on smaller screens */
        padding: 0 15px; /* Add padding for spacing */
    }
  
    h1 {
        font-size: 2rem; /* Adjust heading size for smaller screens */
        line-height: 1.3; /* Improve readability */
    }
  
    .subtitle.s2 {
        font-size: 1.2rem; /* Adjust subtitle size */
    }
  }
  
  @media (max-width: 768px) {
    .row.d-flex.justify-content-center {
        text-align: center; /* Ensure text remains centered */
    }
  
    h1 {
        font-size: 1.8rem; /* Reduce heading size */
    }
  
    .col-lg-3.col-6 {
        width: 50%; /* Ensure 2 columns per row on small screens */
    }
  }
  
  @media (max-width: 425px) {
    .p-5 {
      padding: 1rem !important;
  }
    h1 {
        font-size: 1.5rem; 
    }
  
    .col-lg-3.col-6 {
        width: 50%; 
    }
    .de_count h3 span {
      font-size: 38px;
  }
  .de_count h4 {
      margin-top: 0;
      font-size: 14px;
      line-height: 18px;
  }
  }
  
  