*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 3px;
  /* margin-top: 1rem; */
}

:root {
  --branch-border: 2px solid #4fde5a;
  --color-app-bg: #f8fafb;
  --color-theme: #2c2c30;
  --color-theme-light: #777777;
  --color-theme-lightest: #e1e1ee;
  --color-icon-bg: #e8e7ff;
  --appPanel-mt: 3rem;
  --bg-soft-gradient: linear-gradient(-225deg, #edfaff 0%, #ffe6fa 100%);
  --color-text-main: #1a1556;
  --color-text-sec: gray;
  --color-success: #20c996;
  --color-success-dark: #0f8863;
  --color-danger: #dc3546;
  --color-danger-dark: #9f222f;
  --color-primary: #0074d9;
  --color-primary-dark: #0074d9;
  --margin-y: 1rem;
  --margin-x: 1.5rem;
  --padding-y: 1rem;
  --padding-x: 1.5rem;
  --box-shadow: 0 5px 15px rgb(150 132 254 / 15%);
  --box-shadow-float: 0px 17px 10px -10px rgb(0 0 0 / 40%);
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem !important;
  font-family: "Inria Sans", sans-serif;
  position: relative;
  height: 100%;
}

.hidden {
  display: none !important;
}

input {
  outline: none;
}

.btn {
  outline: none;
  box-shadow: none;
  border: none;
  min-width: 19.6rem;
  width: auto;
  height: 65px;
  font-size: 1.8rem;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: background: rgba(221, 166, 47, 1);
}

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

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.btn:active {
  transform: scale(0.8);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.container,
.container-fluid {
  /*padding: 0 !important;*/
  height: 100%;
}

.row {
  height: 100%;
}

.datepicker-container {
  z-index: 10000 !important;
}

.datepicker-panel [data-view="month current"],
.datepicker-panel [data-view="year current"] {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  color: red;
}

select {
  appearance: none !important;
  cursor: pointer;
}

/*------------------------------Scroller------------------------------*/

/* width */

::-webkit-scrollbar {
  width: 0;
}

/* Track */

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

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(200, 199, 199);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgb(200, 199, 199);
}

/*------------------------------Swal------------------------------*/

.swal2-popup {
  padding-bottom: 0 !important;
  max-width: 80% !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px !important;
  padding: 0 1rem !important;
  width: 40em !important;
}

.swal2-icon {
  margin: 2em auto 1em !important;
}

.swal2-title {
  margin: 0 !important;
  margin-bottom: 0.5em !important;
  font-size: 1.8rem !important;
}

.swal2-html-container {
  margin: 0 !important;
  margin-bottom: 0.5em !important;
  font-size: 2rem !important;
}

.swal2-actions {
  margin: 0 !important;
  margin-bottom: 0.5em !important;
  width: 100% !important;
  font-size: 1.4rem;
}

.swal2-styled.swal2-confirm {
  background-color: var(--color-theme);
}

.swal2-styled.swal2-cancel {
  background-color: var(--bs-danger);
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
  box-shadow: none !important;
}

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

#topbar-section {
    width: 100%;
    height: 7rem;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
}

#topbar-section .topbar-line {
    position: absolute;
    width: calc(100% - 0px);
    height: 1px;
    background: rgba(255, 255, 255, 1);
    bottom: 1.3rem;
}

.topbar-left {
  display: flex;
  gap: 2rem;
  font-size: 2rem;
  line-height: 1.6rem;
  align-items: center;
  height: 100%;
}

.topbar-item {
  display: flex;
  gap: 1rem;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
  align-items: center;
}

.topbar-item:hover {
 color: rgba(243, 146, 0, 1);
}

.topbar-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: -2rem;
  border: 1px solid rgba(255, 255, 255, 1);
  top: 50%;
  transform: translateY(-50%);
}

.topbar-item:nth-child(1):before {
  display: none;
}

.topbar-right {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 4rem;
  font-size: 2rem;
}

.topbar-right i {
 transition: all .3s ease;
  cursor: pointer;
}
.topbar-right i:hover {
 color: rgba(243, 146, 0, 1);
}

#hero-section {
  position: relative;
  height: 100vh;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(30, 55, 86, 0.89);
    z-index: 2;
}

.hero-slider .swiper-slide img.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-text-con {
    position: absolute;
    top: 23rem;
    padding: 0 1rem;
    width: 100%;
    max-width: 600px;
    left: calc(50% - 268px);
    transform: translateX(-50%);
    z-index: 3;
}

.hero-text-con h1 {
    font-size: 5rem;
    color: white;
    font-weight: 700;
}

.hero-text-con h2 {
    font-size: 2rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.hero-text-con h4 {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 400;
    color: rgba(235, 235, 235, 1);
    font-style: italic;
}

.header-section {
  z-index: 3;
  position: relative;
  transition: all .3s ease;
  background: linear-gradient(89.97deg, #FFFFFF 7.8%, rgba(255, 255, 255, 0) 95.09%);
}

.header-section.sticky {
    position: fixed;
    top: 0;
    background: white;
    z-index: 999;
    width: 100%;
}

  .header-section.sticky .hamburger {
    color: #1e3756;
}
  
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  0;
  gap: 3rem;
  height: 11rem;
}

.logo {
  width: auto;
  height: 100%;
}

.logo img {
  width: 100%;
  height: 100%;
}

.navbar {
  font-size: 2.2rem;
  line-height: 1.8rem;
  display: flex;
  justify-content: space-between;
  list-style: none;
  height: -webkit-fill-available;
  gap: 5rem;
  text-transform: uppercase;
  color: white;
}

.navbar .nav-item span {
  /* font-weight: 400; */
  transition: all .3s ease;
}

.navbar .nav-item a {
  width: 100%;
  display: block;
}

.navbar .nav-item {
  position: relative;
  height: 100%;
    display: flex;
    align-items: center;
}

.navbar .nav-item ul {
    position: absolute;
    top: 6rem;
    left: 0;
    display: flex;
    flex-direction: column;
    width: max-content;
    background: #ffffff;
    border-radius: 3px;
    list-style: circle;
    padding: 0;
    padding-left: 4rem;
    font-size: 1.8rem;
    opacity: 0;
    height: 0;
    z-index: -999999;
    transition: all .6s ease;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    overflow: hidden;
}

.navbar .nav-item:hover ul {
   overflow: visible;
}

.navbar .nav-item ul a {
    text-align: left;
}

.navbar .nav-item a:hover {
   color: rgb(30 55 86);
}

.navbar .nav-item:hover > ul {
   opacity: 1;
   z-index: 1;
    height: auto;
    padding: 1.5rem;
    padding-left: 4rem;
}

.navbar .nav-item ul li {
    padding: 1rem 0;
}

.navbar .nav-item ul ul {
    position: absolute;
    left: calc(100% + 1.5rem);
    top: -1.5rem;
}

.navbar .nav-item span:hover {
  color: rgba(243, 146, 0, 1);
}

.navbar .nav-item.active span {
  font-weight: 700;
  color: rgba(30, 55, 86, 1);
}

.phone-con {
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 1rem;
  cursor: pointer;
}

.phone-con .icon {
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  transition: all .3s ease;  
}

.header-section.sticky .navbar {
    color: black;
}

.header-section.sticky .phone-con .icon {
    background: rgb(88 88 88);
    color: white;
}

.phone-con:hover .icon {
  transform: scale(1.2);
}

.phone-con .text {
  font-size: 2.4rem;
  line-height: 2rem;
}

.home-about-text {
  font-size: 2.28rem;
  color: white;
  text-align: center;
  opacity: 0.65;
  margin-top: 3rem;
  color: black;
}

#home-about-section .hero-btn-con {
  display: flex;
  gap: 1rem;
}

#hero-section .hero-btn-con {
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
}

#hero-section .hero-btn-con .start-btn {
  /*border: 1px solid #bebebe;*/
  /*color: white;*/
  color: rgba(30, 55, 86, 1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 2rem;
  font-weight: 700;
}

.hero-bottom {
    position: absolute !important;
    z-index: 0 !important;
    top: 60% !important;
    left: -12rem !important;
    width: calc(100% + 23rem) !important;
}
.hero-side {
    position: absolute !important;
    z-index: 2 !important;
    width: auto;
    right: -5rem;
    bottom: 0;
    height: 92%;
    transform: rotate(-35deg);
    filter: blur(5px);
}
.hero-arrow {
    position: absolute !important;
    z-index: 2 !important;
    width: auto;
    right: 45rem;
    top: 13rem;
    height: 30rem;
    transform: rotate(-95deg);
}
.hero-counter {
    position: absolute;
    z-index: 2;
    bottom: 5rem;
    right: -1rem;
    color: white;
    font-size: 2rem;
    display: flex;
    gap: 1rem;
    border: 3px solid white;
    padding-right: 15rem;
}
.hero-counter div {
    padding: 0rem 3rem;
    position: relative;
}
.hero-counter div:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: white;
    opacity: 0.65;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hero-counter div:last-child:before {
    display: none;
}
.hero-counter div span {
    font-size: 5rem;
    font-weight: 700;
    margin: 0;
}
.hero-counter div p {
    font-size: 1.6rem;
    font-style: italic;
}

#hero-section .hero-btn-con .start-btn:first-child {
    background: rgba(221, 166, 47, 1);
}

#hero-section .hero-btn-con .start-btn:hover {
  background: rgba(243, 146, 0, 1);
  color: black;
   transform: scale(1.1);
}

#hero-section .hero-btn-con .img-btn:hover {
  transform: scale(1.1);
}

.title-font {
  /* font-family: "Abhaya Libre"; */
  font-weight: 700 !important;
  font-size: 6.9rem;
  color: white;
  text-align: center;
}

.btn-dark {
  background: rgba(221, 166, 47, 1);
  color: black;
  width: fit-content;
  backdrop-filter: blur(10px);
  font-size: 2rem;
  font-weight: 700;
}

.btn-light {
  background: rgba(243, 146, 0, 0.42);
}

#home-about-section {
  background: rgba(30, 55, 86, 1);
  padding: 5rem 0;
  background: white !important;
}

#home-about-section .text {
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: rgba(0, 0, 0, 0.67);
}

#home-service-section {
  position: relative;
  overflow: hidden;
  background: rgba(30, 55, 86, 1);
  margin: 0;
  padding: 2rem 0;
}

#home-service-section ul.service-item-con {
  color: rgba(0, 0, 0, 0.33);
  font-size: 2.8rem;
  text-align: end;
  margin-bottom: 3rem;
  list-style: none;
}

#home-service-section ul.service-item-con li {
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all .3s ease;
}

#home-service-section ul.service-item-con li:hover {
  text-decoration: underline;
  color: black;
}

#home-service-section ul.service-item-con li.active,
#home-service-section ul.service-item-con li:hover {
  text-decoration: underline;
  color: black;
}

#home-service-section .btn-con {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

#wcu-section {
  background: #1e3756;
  padding-bottom: 5rem;
  background: white;
  padding-top: 5rem;
}

#wcu-section .wcu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wcu-section .title {
  text-align: left;
  color: #1e3756;
}
  
#wcu-section .title-sec {
  text-align: left;
  color: #1e3756;
}
  
#wcu-section .title-desc {
  text-align: left;
  color: black;
}

#wcu-section .btn-con {
  justify-content: flex-start;
  margin-top: 2rem;
}

#wcu-section .wcu-left .text {
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.7rem;
  margin-bottom: 4rem;
}

#wcu-section .wcu-right-top {
  height: 40rem;
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

#wcu-section .wcu-right-top .text {
  z-index: 1;
  color: white;
  font-size: 3.6rem;
  margin-bottom: 3rem;
}

#wcu-section .wcu-right-top .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.79) 100%
  );
  top: 0;
  left: 0;
}

#wcu-section .wcu-right-top img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#wcu-section .wcu-right-top .btn {
  z-index: 1;
  color: white;
  width: 19.6rem;
  height: 6.5rem;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  font-size: 1.7rem;
  margin-bottom: 3rem;
  transition: all .3s ease;
}

#wcu-section .wcu-right-top .btn:hover {
  color: rgba(243, 146, 0, 1);
  border-color: rgba(243, 146, 0, 1);
  scale: 1.05;
}

#wcu-section .wcu-right-bottom .title {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

#wcu-section .wcu-right-bottom .text {
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.65rem;
  margin-bottom: 2rem;
}

#build-section {
  margin-bottom: 8rem;
}

#build-section .title-sec {
  font-size: 2.4rem;
  color: rgba(243, 146, 0, 1);
  text-transform: uppercase;
}

#build-section .title {
  font-size: 6.8rem;
  margin-bottom: 4rem;
}

#build-section .build-pic-con {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

#build-section .build-pic-con:nth-child(even) {
  grid-template-columns: 1fr 2fr 1fr;
}

#build-section .build-item {
  height: 39.7rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  cursor: pointer;
  padding: 1rem;
}

#build-section .build-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}

#build-section .build-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
}

#build-section .build-item .title {
  z-index: 1;
  color: white;
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

#build-section .build-item .text {
  font-size: 1.7rem;
  color: white;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

#build-section .build-item i {
  color: white;
  position: relative;
  z-index: 1;
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 3rem;
  transform: rotateZ(45deg);
}

.build-item .title,
.build-item .text,
.build-item i,
.build-item .overlay {
  opacity: 0;
  transition: all 0.3s ease;
}

.build-item:hover .title {
  opacity: 1;
}
.build-item:hover .text {
  opacity: 1;
}
.build-item:hover i {
  opacity: 1;
}
.build-item:hover .overlay {
  opacity: 1;
}

#testimonial-section {
  margin-bottom: 0;
  position: relative;
}

#testimonial-section .testimonial-container {
}

#testimonial-section .title-sec {}

#testimonial-section .title {
  margin-bottom: 1rem;
}

#testimonial-section .testimonial-slider-img {
  width: 100%;
  margin-bottom: 3rem;
  max-width: 35rem;
}

#testimonial-section .testimonial-slider-img .swiper-slide {
  display: flex;
  justify-content: center;
  /* width: 80px !important; */
}

#testimonial-section .testimonial-slider-img .avatar {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s ease;
}

#testimonial-section .testimonial-slider-img .swiper-slide-active .avatar {
  opacity: 1;
  scale: 1.5;
  z-index: 1;
  position: relative;
}

#testimonial-section
  .testimonial-slider-img
  .swiper-slide-thumb-active
  .avatar {
  opacity: 1;
  transform: scale(1.1);
}

#testimonial-section .testimonial-slider-text {
  position: relative;
}

#testimonial-section .testimonial-slider-text .testimonial-text {
  font-size: 2.1rem;
  color: rgba(102, 102, 102, 1);
  line-height: 3.6rem;
  margin-bottom: 3rem;
}

#testimonial-section .testimonial-slider-text .testimonial-name {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

#testimonial-section .testimonial-slider-text .testimonial-position {
  font-size: 2.1rem;
  color: rgba(102, 102, 102, 1);
}

#testimonial-section .testimonial-button-next,
#testimonial-section .testimonial-button-prev {
  color: #000;
  position: absolute;
  top: 50%;
  font-size: 3rem;
  cursor: pointer;
}

#testimonial-section .testimonial-button-prev {
  left: 0;
}

#testimonial-section .testimonial-button-next {
  right: 0;
}

#testimonial-section .testimonial-container > img {
    position: absolute;
    top: 42%;
    left: 55%;
    transform: translate(-50%, -70%);
    z-index: -1;
    opacity: 10%;
    width: 100%;
    height: auto;
    rotate: -20deg;
}

#book-now-section {
  height: 51.2rem;
  position: relative;
}

#book-now-section .swiper {
  height: 100%;
}

#book-now-section .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#book-now-section .swiper-slide .btn {
    z-index: 1;
    position: relative;
    width: fit-content;
    justify-content: center;
    margin-top: 1rem;
}

.swiper-nav {
  display: flex;
  margin-bottom: 10px;
  position: absolute;
  bottom: 3rem;
  width: 100%;
  z-index: 9999;
  gap: 3rem;
  max-width: 1140px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
    .swiper-nav {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .swiper-nav {
        max-width: 1140px;
    }
}

.swiper-nav-item {
  cursor: pointer;
  font-size: 4rem;
  padding-bottom: 0rem;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s;
  color: white;
  font-family: 'Poppins';
  opacity: 0.5;
  width: 60px;
  text-align: center;
}

.swiper-nav-item.active {
  border-color: #f19102;
  opacity: 1;
  font-weight: 700;
}

#book-now-section .title-sec {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 1);
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0px 4px 20.5px rgba(0, 0, 0, 0.39);
  margin-bottom: 4rem;
}

#book-now-section .title {
  font-size: 8.4rem;
  color: rgba(255, 255, 255, 1);
  z-index: 1;
  position: relative;
  line-height: 7.2rem;
  text-shadow: 0px 6.01px 15.91px rgba(0, 0, 0, 0.49);
}

#book-now-section .img {
  position: relative;
  z-index: 1;
  width: 40rem;
  height: auto;
}

#book-now-section .overlay {
  background: linear-gradient(
    269.64deg,
    rgba(0, 0, 0, 0) 21.89%,
    rgba(0, 0, 0, 0.72) 98.6%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact-bar-section {
  background: rgba(36, 39, 43, 1);
  margin-bottom: 8rem;
}

#contact-bar-section .contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(254, 250, 220, 1);
  padding: 4rem 0;
  gap: 3rem;
}

#contact-bar-section .contact-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

#contact-bar-section .icon {
  width: 8.4rem;
  height: 8.4rem;
  filter: brightness(0) saturate(100%) invert(98%) sepia(17%) saturate(546%)
    hue-rotate(4deg) brightness(102%) contrast(97%);
}

#contact-bar-section .contact-info .label {
  margin: 0;
  font-size: 2.4rem;
}

#contact-bar-section .contact-info .number {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 600;
  color: #f9f4cc;
}

#contact-bar-section .divider {
  width: 2px;
  height: 10rem;
  background-color: rgba(254, 250, 220, 1);
  opacity: 0.3;
}

#contact-bar-section .contact-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 2;
  justify-content: space-between;
}

#contact-bar-section .contact-right .text p {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 500;
}

#contact-bar-section .cta-button {
  background-color: rgba(254, 250, 220, 1);
  border: none;
  color: #000;
}

#contact-bar-section .cta-button:hover {
  background-color: rgb(254 187 85);
  scale: 1.05;
}

#faq-section {
  text-align: center;
  margin: auto;
  margin-bottom: 8rem;
  position: relative;
  background: #1e3756;
  padding: 7rem 0;
  background: #dda62f;
}

#faq-section .title-sec {
}

#faq-section .title {
  margin-bottom: 2rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 0rem;
  color: white;
  row-gap: 0rem;
}

.faq-box {
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  height: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.faq-box:hover .faq-question {
  /* background: gainsboro; */
  /* color: #1e3756; */
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 400;
  cursor: pointer;
  padding: 2.5rem 2rem;
  transition: all .3s ease;
  text-align: left;
}

.toggle-btn {
  background: none;
  color: white;
  font-size: 3.5rem;
  /* font-weight: bold; */
  transition: transform 0.2s ease;
  width: 3rem;
  min-width: 3rem !important;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-answer {
  opacity: 0.75;
  display: none;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  position: relative;
  padding: 1.5rem 2rem;
  padding-top: 0;
}

#recent-news-section {
  margin-bottom: 8rem;
}

#recent-news-section .title-sec {
  font-size: 2.4rem;
  color: rgba(243, 146, 0, 1);
  text-transform: uppercase;
}

#recent-news-section .title {
  color: rgba(30, 55, 86, 1);
}

#recent-news-section .title-desc {
  color: rgba(0, 0, 0, 0.63);
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 5rem;
}

.blog-card {
  background: #fff;
  padding: 0;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
  transition: 0.3s ease;
  cursor: pointer;
  aspect-ratio: 1;
  background: rgba(30, 55, 86, 1);
  display: flex;
  flex-direction: column;
  background: #000e20;
}

.blog-card:hover {
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); */
  transform: scale(1.025);
}

.blog-img {
  width: 100%;
  height: 20rem;
  display: block;
  object-fit: cover;
  margin-bottom: 2rem;
  margin: 0;
  flex: 1;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  justify-content: center;
  margin: 0;
  height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  padding: 2rem;
}

  .blog-meta .btn-con {
    margin: 0;
  }

.blog-tag {
  color: white;
  font-size: 3rem;
}

.blog-time {
  color: white;
  opacity: 0.7;
  font-size: 2rem;
}

.blog-title {
  font-size: 2.3rem;
  font-weight: 600;
  color: #111;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
  margin: 2rem 0;
}

.author-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}

.author-info .author-name {
  margin: 0;
  font-weight: 600;
  font-size: 1.4rem;
}

.author-info .author-role {
  margin: 0;
  font-size: 1.3rem;
  color: #666;
}

.footer {
  background-color: #1e3756;
  color: #222;
  margin: 0;
}

.footer-top-section {
  padding: 3rem 0;
  color: white !important;
  padding-top: 5rem;
}

.footer-column h4 {
  /* color: #f39200; */
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}

.footer-column ul {
  list-style: disc;
  padding: 0;
  margin: 0;
  margin-left: 2.5rem;
}

.footer-column ul li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  /* display: flex; */
  transition: all .3s ease;
  cursor: pointer;
  list-style: disc;
}

.footer-column ul li:hover {
  transform: scale(1.1);
}

.footer-column ul li span {
  float: right;
  flex: 1;
}

.logo-column p {
  /* font-size: 1.6rem; */
  /* margin-top: 1rem; */
  /* margin-bottom: 15px; */
  /* color: rgba(0, 0, 0, 1); */
}

.footer-logo {
  width: 20.5rem;
  height: auto;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
}

.social-icons i {
  font-size: 2rem;
  padding: 0.8rem;
  border-radius: 4px;
  color: #f39200;
  cursor: pointer;
  transition: all .3s ease;
}
.social-icons i:hover {
  transform: scale(1.3);
}

.contact-info i {
  /* color: #f39200; */
  top: 0.5rem;
  position: relative;
  width: 3.6rem;
}

    .contact-info {
 margin-left: 0 !important;
}

  .contact-info li {
 display: flex;
}

.footer-bottom-section {
  background: #1e3756;
  padding: 2.5rem 6rem;
  border-top: 1px solid white;
  background: #dda62f;
}

.footer-bottom {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 1.7rem;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  transition: all .3s ease;
  cursor: pointer;
}

.footer-bottom p:hover {
  margin: 0;
  color: #f39200;
}

.related-services-wrapper {
  margin-bottom: 8rem;
}

.related-services-wrapper .title-sec {
  font-size: 2.5rem;
  color: rgb(253 140 51);
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  text-align: left;
  padding-left: 0 !important;
}

.related-services-wrapper .title {
  font-size: 5rem;
  margin-bottom: 3rem;
  color: #1e3756;
  text-align: left;
}

.hamburger {
    display: none;
    font-size: 2.8rem;
    margin-left: 1rem;
    cursor: pointer;
    width: 25px;
    height: 44px;
    color: white;
}

.hamburger i {
    transition: all .3s ease;
}
.hamburger .cross {
    scale: 0;
    height: 0;
    width: 0;
}
.hamburger.active .bar {
    scale: 0;
    height: 0;
    width: 0;
}
.hamburger.active .cross {
    scale: 1;
}

.swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: rgba(243, 146, 0, 1);
}

  #home-service-section .title {
    text-align: left;
  }
#home-service-section .title-sec {
    text-align: left;
  }

.title-sec img {
    width: 2.5rem;
    margin-right: 1rem;
}

p.title-sec {
    font-size: 3rem;
    color: white;
    text-align: center;
}

  .home-about-counter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 4rem;
    gap: 6rem;
    margin-bottom: 5rem;
  }

   .home-about-counter div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
     position:relative;
  }

  .home-about-counter div:before {
    position: absolute;
    content: '';
    width: 2px;
    height:70%;
    background:white;
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
  }

    .home-about-counter div:last-child:before {
      display: none;
    }

   .home-about-counter span {
    color: white;
    text-align: center;
    font-size: 2.28rem;
    color: #1e3756;
  }

   .home-about-counter img {
    width: 11.8rem;
    filter: brightness(7.5);
    filter: brightness(0.5);
  }
  
  .title-desc {
      color: white;
      opacity: 0.65;
      font-size: 2rem;
      text-align: center;
      max-width: 600px;
      margin: auto;
  }

  .btn-con {
    margin-top: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .services-section {
  padding: 40px 20px;
}

.home-service-cards .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 0;
}

.home-service-cards .card {
  border: 2px solid #ffffff;
  padding: 1.5rem;
  background: transparent;
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  color: white;
  transition:all .3s ease;
  cursor: pointer;
}

.home-service-cards .card.empty {
  border: none;
}

.home-service-cards .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  right: -1.5rem;
  position: relative;
  padding: 0;
  background: none;
  border: none;
}

.home-service-cards .circle {
  width: 20px;
  height: 20px;
  border: 2px solid #d8a62a;
  border-radius: 50%;
  margin-right: 10px;
}

.home-service-cards .line {
  flex: 1;
  height: 2px;
  background-color: #d8a62a;
}

.home-service-cards .card h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-service-cards .card p {
  font-size: 1.8rem;
  opacity: 0.65;
}

.home-service-cards .active {
  background-color: #fff;
  color: #1b2d4e;
}

.home-service-cards .active .circle {
  border-color: #1b2d4e;
}

.home-service-cards .active .line {
  background-color: #1b2d4e;
}

.home-service-cards .read-more {
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  color: #1b2d4e;
  text-decoration: none;
  visibility: hidden;
}
.btn i.fa-arrow-up {
      transform: rotate(35deg);
    margin-left: .5rem;
}
  .home-service-cards .card.active .read-more {
  visibility: visible;
}

#brand-section {
    background: #1e3756;
    padding: 4rem 0;
}
#brand-section .brand-cards-con {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 4rem;
}
#brand-section .brand-card {
    margin: 0;
}
#brand-section .brand-card img {
    margin: 0;
    width: 100%;
}

#feature-section {
  background-color: #1e3756;
  padding-bottom: 5rem;
  padding-top: 5rem;
  background: #dda62f;
}

.feature-cards-con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

.feature-card {
  position: relative;
  background: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 4px;
  overflow: hidden;
}

.feature-card .icon {
  width: 10rem;
  height: auto;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 3.1rem;
  color: rgba(30, 55, 86, 1);
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 0.63);
}

.feature-card .circle-decoration {
  position: absolute;
  width: 50%;
  border: 15px solid #1b2d4e;
  border-radius: 50%;
  top: -40px;
  right: -40px;
  aspect-ratio: 1;
  border-color: #dda62f;
}

.btn-transparent {
  display: inline-block;
  margin-top: 0;
  font-weight: bold;
  text-decoration: none;
  background: none;
  padding: 0;
  width: fit-content;
  text-align: left;
  font-size: 2.4rem;
  backdrop-filter: none;
  height: auto !important;
}

.btn-transparent.btn-dark {
 color: rgba(221, 166, 47, 1);
}

.btn-transparent:hover {
  background: none;
}

.btn-transparent.btn-dark:hover {
 color: white;
}

.title-dark {
    color: #1e3756;
}
.title-sec-dark {
    color: rgba(0, 0, 0, 0.63);
    max-width: 600px;
    margin: auto;
    text-align: center;
}

#project-section {
    padding: 5rem 0;
}
#project-section .project-grid-con {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
#project-section .project-grid-con .project-card {display: flex;flex-wrap: wrap;height: 36rem;gap: 3rem;/* overflow: hidden; */}
#project-section .project-grid-con .project-card .project-img {
    height: 100%;
    width: calc(50% - 1.5rem);
}
#project-section .project-grid-con .project-card .project-img img {width: 100%;height: 100%;object-fit: cover;display: block;}
#project-section .project-grid-con .project-card .project-text {
    background: #1e3756;
    padding: 5rem;
    width: calc(50% - 1.5rem);
}
#project-section .project-grid-con .project-card .project-text .title-sec {
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
}
#project-section .project-grid-con .project-card .project-text .title {
    text-align: left;
    font-size: 4rem;
}
#project-section .project-grid-con .project-card .title-desc {
    font-size: 2.2rem;
    margin-top: 2rem;
    text-align: left;
    margin-left: 0;
}
#project-section .btn-con {
    justify-content: flex-start;
}
  
 #project-section .project-grid-con .project-card:nth-child(even) {
    flex-direction: row-reverse;
}

  #project-section .project-grid-con .project-card:nth-child(even) .project-text
 {
    padding-left: 13rem;
}

#testimonial-section {
    
}
#testimonial-section .testimonial-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#testimonial-section .testimonial-overlay {
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}
.testimonial-container {
    padding: 5rem 0;
    position: relative;
}
.testimonial-item {
    border: 1px solid white;
    height: 100%;
    padding: 3rem;
    margin-top: 5rem;
}
.testimonial-text {
    color: white;
    font-size: 1.8rem;
    font-style: italic;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 11.4rem;
}
.testimonial-media {
    display: flex;
    color: white;
    margin-top: 2rem;
    gap: 1rem;
    align-items: center;
}
.testimonial-img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-user {
    
}
.testimonial-name {
    font-size: 2rem;
    font-weight: 700;
}
.testimonial-position {
    
}

#home-contact-section {
    padding: 5rem 0;
}

#home-contact-section .title {
    text-align: left;
    font-size: 5rem;
}
#home-contact-section .title-sec {
    color: rgba(0, 0, 0, 0.98);
    font-size: 2rem;
    text-align: left;
    font-style: italic;
}
#home-contact-section .title-desc {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.63);
    text-align: left;
    margin-top: 2rem;
}
#home-contact-section .home-contact-bg {
    width: 100%;
    height: auto;
    min-height: 40rem;
    object-fit: cover;
}

#home-contact-form .form-container {
  max-width: 600px;
  margin: auto;
  padding: 5px;
}

#home-contact-form .form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

#home-contact-form .form-group {
  position: relative;
  flex: 1;
}

#home-contact-form .form-group input,
#home-contact-form .form-group select,
#home-contact-form .form-group textarea {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  resize: none;
  box-sizing: border-box;
  border: 0.89px solid rgba(30, 55, 86, 1);
  font-style: italic;
  color: rgb(121 117 117);
}

#home-contact-form .form-group textarea {
  height: 100px;
}

#home-contact-form .form-group input[type="file"] {
  padding: 7px 10px 7px 35px;
}

#home-contact-form .form-group.full {
  width: calc(100% + 1rem);
  margin-bottom: 0px;
  left: -.5rem;
}

#home-contact-form .icon {
  position: absolute;
  top: 1.2rem;
  left: 10px;
  font-size: 14px;
  pointer-events: none;
  color: gray;
}

#home-contact-form .form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: -.5rem;
  position: relative;
  width: calc(100% + 1rem);
  margin-bottom: .5rem;
}

#home-contact-form .form-footer button {
  background: linear-gradient(90.51deg, #1E3756 -5.85%, #0064DF 49.36%, #4278BC 104.56%);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}

#home-contact-form .form-footer span {
  font-size: 1.7rem;
  font-style: italic;
  shape-outside: margin-box;
  width: 100%;
  text-align: right;
}

.faq-underline {
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 3rem;
    margin-bottom: 1rem;
}

#call-now-section {
    position: relative;
    padding: 5rem 0;
}
#call-now-section .call-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
#call-now-section .call-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    top: 0;
}
#call-now-section .title {
    font-size: 5rem;
}
#call-now-section .call-btn-con {
    margin-top: 5rem;
    gap: 5rem;
}
#call-now-section .call-btn-con .btn {
    font-family: 'Inter';
}
#call-now-section .call-btn-con .btn:first-child {
    background: white;
    color: rgba(30, 55, 86, 1);
    font-size: 2.3rem;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 2px;
}
#call-now-section .call-btn-con .btn:last-child {
    border-radius: 50px;
    color: white;
    letter-spacing: 1px;
    font-size: 2rem;
    font-weight: 700;
    border: 2.5px solid white;
}
.footer-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.footer-desc {
    font-size: 1.7rem;
    font-weight: 400;
    opacity: 0.85;
}
.footer-column iframe {
    border-radius: 1.2rem;
}
#contact_file {
    display: none;
}
#contact_file_label {
        width: 100%;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    resize: none;
    box-sizing: border-box;
    border: 0.89px solid rgba(30, 55, 86, 1);
    font-style: italic;
    color: rgb(121 117 117);
}

@media (max-width: 767.98px) {
    #topbar-section {
        height: 5rem;
    }
    #topbar-section .topbar-line {
        display: none;
    }
    .topbar-right .topbar-item:nth-child(2) {
        display: none;
    }
    .header-container {
        height: 9rem;
    }
    .hero-text-con {
        left: 0;
        transform: none;
        top: 18rem;
    }
    .hero-text-con h2 {
        font-size: 1.8rem;
    }
    .hero-text-con h1 {
        font-size: 3rem;
        margin-top: 2rem;
    }
    .hero-text-con h4 {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
    }
    .hero-arrow {
        display: none;
    }
    .hero-counter {
        margin: 0 1rem;
        width: calc(100% - 2rem);
        left: 0rem;
        padding-right: 0 !important;
    }
    .hero-counter div {
        padding: 0rem 1rem;
        /*text-align: center;*/
    }
    .hero-counter div span {
        font-size: 2.5rem;
    }
    .hero-counter div p {
        font-size: 1.2rem;
    }
    .header-section .navbar {
        position: absolute;
        flex-direction: column;
        top: 9rem;
        width: 100%;
        left: 0;
        background: #3b3b3be6;
        gap: 4rem;
        height: 0;
        justify-content: flex-start;
        color: white;
        transition: all .6s ease;
        overflow: hidden;
        padding: 0;
        flex-wrap: nowrap;
    }
    .header-section .navbar.active {
        height: calc(100vh - 12rem);
        padding: 3rem;
        background: white;
        color: black;
    }
    .header-section .navbar a {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .header-section .navbar .nav-item:has(ul) a {
        width: fit-content;
    }
    .navbar .nav-item ul {
        position: relative;
        left: -3rem;
        color: black;
        z-index: 222222222222222222222;
        width: calc(100% + 6rem);
        top: 2rem;
    }
    .header-section .navbar .nav-item:after {
        content: '';
        position: absolute;
        top: 4rem;
        left: 0;
        width: calc(100%);
        height: 1px;
        background: gray;
    }
    .header-section .navbar .nav-item ul .nav-item:after {
        background: none;
    }
    .navbar .nav-item {
        position: relative;
        width: 100%;
        text-align: center;
        height: auto;
        display: block;
    }
    .logo {
        height: 7rem;
    }
    .phone-con .icon {
        width: 4rem;
        height: 4rem;
        font-size: 1.6rem;
    }
    #hero-section .hero-btn-con {
        gap: 1rem;
    }
    .btn {
        min-width: 15rem;
        width: auto;
        height: 55px;
        font-size: 1.6rem;
        gap: .8rem;
    }
    #hero-section .hero-btn-con .start-btn {
        font-size: 1.6rem;
    }
    .title {
        font-size: 3rem;
        text-align: left;
    }
    .title-sec img {
        width: 2.5rem;
        position: absolute;
        left: 0;
        top: 5px;
    }
    p.title-sec {
        font-size: 2rem;
        text-align: left;
        position: relative;
        padding-left: 3rem;
    }
    .home-about-text {
        font-size: 1.8rem;
        text-align: left;
        margin-top: 2rem;
    }
    .home-about-counter {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .title-desc {
        text-align: left !important;
        font-size: 1.6rem;
        margin-top: 2rem;
    }
    .home-service-cards {
        margin-top: 3rem;
    }
    .home-service-cards .card-grid {
        grid-template-columns: 1fr;
    }
    .home-service-cards .card.empty {
        display: none;
    }
    .home-service-cards .card {
        aspect-ratio: auto;
        margin-bottom: 2rem;
    }
    #brand-section {
        padding: 2rem 0;
    }
    #brand-section .brand-cards-con {
        margin: 0;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    #wcu-section .wcu-img {
        margin-bottom: 2rem;
    }
    .feature-cards-con {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .feature-cards-con .feature-card {
        padding: 2rem;
    }
    #project-section {
        padding: 3rem 0;
    }
    #project-section .project-grid-con {
        margin-top: 3rem;
    }
    #project-section .project-grid-con .project-card {
        height: 36rem;
        gap: 0rem;
        flex-direction: column;
        height: auto;
        padding: 0 1.5rem;
    }
    #project-section .project-grid-con .project-card .project-img {
        height: 100%;
        width: calc(100% - 0rem);
    }
    #project-section .project-grid-con .project-card .project-text {
        height: 100%;
        width: calc(100% - 0rem);
        padding: 2rem;
        padding-left: 2rem !important;
    }
    #project-section .project-grid-con .project-card .project-text .title-sec {
        padding-left: 0;
        font-size: 1.8rem;
    }
    #project-section .project-grid-con .project-card .project-text .title {
        font-size: 3rem;
    }
    #project-section .project-grid-con .project-card .title-desc {
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .testimonial-item {
        margin-top: 3rem;
        padding: 2rem;
    }
    .testimonial-text {
        font-size: 1.6rem;
    }
    #home-contact-section {
        padding: 3rem 0;
    }
    #home-contact-section .title-desc {
        font-size: 1.8rem;
    }
    #home-contact-section .title {
        font-size: 3rem;
        margin-top: 2rem;
    }
    #home-contact-section .title-sec {
        font-size: 1.6rem;
        padding-left: 0;
    }
    #home-contact-form .form-footer span {
        font-size: 1.4rem;
    }
    #faq-section {
        padding: 3rem 0;
        margin-bottom: 3rem;
    }
    .faq-underline {
        margin-top: 2rem;
        margin-bottom: 0;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .faq-question {
        font-size: 1.8rem;
        padding: 1.5rem 0;
        text-align: left;
    }
    .faq-answer {
        font-size: 1.6rem;
        padding: 0 0 1rem 0;
    }
    .toggle-btn {
        font-size: 2.5rem !important;
        min-width: 3rem !important;
        width: 3rem !important;
        height: 3rem !important;
    }
    #recent-news-section .title {
        font-size: 3rem;
    }
    #recent-news-section .title-desc {
        margin-top: 1rem;
    }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 3rem;
        overflow: hidden;
    }
    .blog-card {
        aspect-ratio: 0;
    }
    .blog-time {
        font-size: 1.6rem;
    }
    .blog-tag {
        font-size: 2rem;
    }
    .blog-meta {
        gap: .5rem;
        height: auto;
    }
    #recent-news-section {
        margin-bottom: 3rem;
    }
    #call-now-section {
        padding: 3rem 0;
    }
    #call-now-section .title {
        font-size: 3rem;
        text-align: center;
    }
    #call-now-section .call-btn-con {
        margin-top: 3rem;
        gap: 2rem;
    }
    #call-now-section .call-btn-con .btn:first-child {
        font-size: 1.6rem;
    }
    #call-now-section .call-btn-con .btn:last-child {
        font-size: 1.6rem;
    }
    .footer-top-section {
        padding-top: 3.5rem;
        padding-bottom: 0;
    }
    .footer-column {
        margin-bottom: 3rem;
    }
    .footer-bottom-section {
        padding: 1rem 0rem;
    }
    .footer-bottom {
        font-size: 1.2rem;
        text-align: center;
    }
    .hamburger {
        display: block;
    }
    .home-about-counter span {
        font-size: 1.2rem;
    }
   .home-about-counter img {
        width: 5rem;
        height: 5rem;
    }
    .related-services-wrapper .title {
        font-size: 4rem;
    }
    
    /*-----------------Inner----------------------*/
    
    .single {
        padding-top: 0 !important;
    }
    .fact {
        padding-top: 0 !important;
    }
    .fact .fact-left, .fact .fact-right {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .fact .fact-icon {
        width: 40px !important;
        margin: 7px 15px 0 0px !important;
        font-size: 28px !important;
    }
    .section-header {
        margin-bottom: 25px !important;
    }
    .contact {
        padding: 0px 0 !important;
        padding-bottom: 25px !important;
    }
    .service {
        padding: 0px 0 15px 0 !important;
    }
    .about {
        padding: 0 !important;
    }
    .service-card h4 {
        font-size: 1.4rem !important;
    }
    .service-card p {
        font-size: 1.2rem !important;
    }
    .related-services-wrapper {
        margin-bottom: 2rem !important;
    }
    .blog {
        padding-top: 0 !important;
    }
    .single .single-bio {
        margin-bottom: 25px !important;
    }
    .sidebar .sidebar-widget {
        margin-bottom: 0 !important;
    }
    .nav-item ul li a {
        color: black;
    }
    .swiper-nav {
      bottom: 1rem;
      gap: 1rem;
    }
    .swiper-nav-item {
      font-size: 2.5rem;
      width: 45px;
      text-align: center;
    }
}

.text-color-main {
    color: #1e3756 !important;
}