/*
Template Name: Corelaw- Law firm, Lawyers & Legal Service HTML Template
*/
/*================================================
1. Mixins Css
2. Global CSS
3. Section Title
4. Buttons
5. Preloader
6. Pagination
7. search area
8. Mobile-menu 
9. Topbar-section
10. Header-section
11. Banner-section
12. Intro-section
13. About-section
14. Practice-area-section
15. Info-section
16. Casestudy Section
17. Attorney Section
18. Latest News Section
19. Lawyer Profile Section
20. Error-page
21. Footer-section
22. Testimonial Seciton
23. Breadcrumb-section
24. Service details
25. Faq section
26. History section

================================================*/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&amp;family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  /*color Variable*/
  --primary-color1: #0EDA89;
  --primary-color2: #0EDA89;
  --primary-color3: #0EDA89;
  --primary-light2: #fbf8f6;
  --primary-light: rgba(222, 160, 87, 0.15);
  --dark: #202020;
  --dark2: #1B1B1B;
  --dark3: #1B1B22;
  --dark-mode-bg: #27272E;
  --dark-mode-light: #D9D9D9;
  --dark-light: rgba(32, 32, 32, 0.15);
  --text-light2: #B6B6B6;
  --green: #005153;
  --light-color: #FAFAFA;
  --text-color1: #292B31;
  --text-color2: #333333;
  --text-light: #9B9B9B;
  --light-bg: #F8F8F8;
  --dark-bg: #0A120F;
  --dark--bg: #0A120F;
  --white: #fff;
  --font-lora: "Lora", serif;
  --font-exo: "Exo", sans-serif;
}

::selection {
  color: var(--white);
  background: var(--primary-color1);
  -webkit-text-fill-color: var(--white);
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 1rem;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 97%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 94%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 87%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 84%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-lora);
}

body {
  font-family: var(--font-exo);
}

button {
  outline: none;
  border: none;
}

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

a:focus {
  outline: 0 solid;
}

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

input:focus,
.faq-form .form-inner textarea:focus,
.comment-form .form-inner textarea:focus,
.contact-form .form-inner textarea:focus,
textarea:focus,
button:focus {
  outline: none;
}

i.bx {
  vertical-align: middle;
}

.para,
.faq-wrap .faq-body {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-exo);
  color: var(--text-color2);
  line-height: 1.8;
}

.dark-mode-bg {
  background-color: var(--dark-mode-bg);
}

.dark3-bg {
  background-color: var(--dark3);
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.bg--light {
  background: #FAFAFA;
}

.para,
.faq-wrap .faq-body {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  font-family: var(--font-exo);
  line-height: 1.8;
}

.eg-card {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.slick-slide {
  margin-right: 15px;
}

/*=======================================
 3. section-title
=======================================*/
.section-title1 {
  margin-bottom: 60px;
}

.section-title1 h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #DEA057;
  background: -webkit-linear-gradient(40deg, #202020 0%, #DEA054 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  margin-top: -7px;
  display: inline-block;
}

.section-title1 p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  line-height: 1.8;
}

.section-title2 span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-color2);
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: inline-block;
}

.section-title2 span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #005153 0%, rgba(0, 81, 83, 0.786458) 21.35%, rgba(0, 81, 83, 0.453125) 54.69%, rgba(0, 81, 83, 0.151042) 84.9%, rgba(0, 81, 83, 0) 100%);
  border-radius: 23px;
}

.section-title2 h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.3;
  margin-bottom: 0px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .section-title2 h2 {
    font-size: 2rem;
  }
}

.section-title2.sibling2 {
  max-width: 600px;
  width: 100%;
}

.section-title2.sibling2 span {
  color: var(--primary-color2);
  position: relative;
}

.section-title2.sibling2 span::after {
  position: absolute;
  left: 0px;
  transform: translateX(0);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.786458) 21.35%, rgba(255, 255, 255, 0.453125) 54.69%, rgba(255, 255, 255, 0.151042) 84.9%, rgba(255, 255, 255, 0) 100%);
}

.section-title2.sibling2 h2 {
  color: var(--white);
}

.section-title2.sibling3 span {
  color: var(--primary-color2);
  position: relative;
}

.section-title2.sibling3 span::after {
  position: absolute;
  left: 0px;
  transform: translateX(0);
  background: linear-gradient(90deg, #005153 0%, rgba(0, 81, 83, 0.786458) 21.35%, rgba(0, 81, 83, 0.453125) 54.69%, rgba(0, 81, 83, 0.151042) 84.9%, rgba(0, 81, 83, 0) 100%);
}

.section-title2.sibling3 h2 {
  color: var(--text-color1);
}

.section-title-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-title-area .section-title {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 55px;
  z-index: 9;
  background-color: transparent;
  margin-top: -5px;
}

.section-title-area .section-title span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color3);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title-area .section-title span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  height: 2px;
  width: 150%;
  background: linear-gradient(90deg, #D7B679 0%, rgba(215, 182, 121, 0) 17.57%, rgba(215, 182, 121, 0) 84.67%, #D7B679 95.32%);
}

.section-title-area .section-title h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0px;
  line-height: 1.4;
  text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-title-area .section-title h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .section-title-area .section-title h2 {
    font-size: 2.1rem;
  }
}

.section-title-area hr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
  height: 1px;
  padding-top: 30px;
  background: var(--dark3);
}

@media (max-width: 1199px) {
  .section-title-area hr {
    display: none;
    visibility: hidden;
  }
}

.section-title-area.sibling2 .section-title h2 {
  color: var(--dark3);
}

.section-title-area.sibling2 marquee {
  position: absolute;
  z-index: -1;
  top: 0;
  font-size: 5rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px rgba(27, 27, 34, 0.08);
  -webkit-text-fill-color: transparent;
}

.section-title-area.sibling3 .section-title {
  margin-left: 0;
  margin-bottom: 25px;
}

.section-title-area.sibling3 .section-title span {
  margin-left: 25px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .section-title-area.sibling3 .section-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-title-area.sibling4 .section-title {
  margin-left: 0;
  margin-bottom: 25px;
}

.section-title-area.sibling4 .section-title h2 {
  color: var(--dark3);
}

.section-title-area.sibling4 .section-title span {
  margin-left: 25px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .section-title-area.sibling4 .section-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.marquee {
  height: 25px;
  width: 100%;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  animation: marquee 20000ms linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
  font-size: 5rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px rgba(153, 153, 153, 0.18);
  -webkit-text-fill-color: transparent;
  animation: train 8s linear infinite;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/*=======================================
 4. Buttons 
=======================================*/
.eg-btn {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.45s ease-in-out;
  text-transform: capitalize;
  font-family: var(--font-exo);
  cursor: pointer;
  overflow: hidden;
}

.eg-btn i {
  font-weight: 200;
  vertical-align: middle;
  margin-right: 5px;
}

.btn--primary {
  background: var(--primary-color1);
  color: var(--dark);
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

.btn--primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--primary:hover {
  color: var(--white);
}

.btn--primary:hover::after {
  transform: scaleX(1);
}

.btn--primary2 {
  background: var(--primary-color2);
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  border-radius: 50px !important;
  border: 2px dashed #ffffff !important;
}

.btn--primary2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--primary2:hover {
  color: var(--white);
}

.btn--primary2:hover::after {
  transform: scaleX(1);
}

.btn--primary2.sibling2 {
  border-radius: 10px;
  line-height: 32px;
  height: 52px;
  background-color: var(--primary-color3);
  color: var(--text-color1);
}

.btn--primary2.sibling2:hover {
  color: var(--white);
}

.btn--dark {
  background: var(--dark);
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

.btn--dark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color1);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--dark:hover::after {
  transform: scaleX(1);
}

.btn--outline {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--primary-color1);
  position: relative;
  z-index: 1;
}

.btn--outline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--outline:hover {
  transform: scaleX(1);
}

.btn--outline.style-2 {
  border: 1px solid var(--primary-color1);
}

.btn--outline.style-2::after {
  background: var(--primary-color1);
}

.btn--outline.sibling3 {
  color: var(--primary-color2);
  border: 1px solid #757575;
  position: relative;
}

.btn--outline.sibling3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--outline.sibling3:hover::after {
  transform: scaleX(1);
}

.btn--outline.sibling3 svg {
  fill: var(--primary-color2);
}

.capsule {
  border-radius: 30px;
}

.btn--lg {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 35px;

}

@media (max-width: 767px) {
  .btn--lg {
    padding: 12px 25px;
  }
}

.btn--lg2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .btn--lg2 {
    padding: 12px 25px;
  }
}

.btn--md {
  padding: 10px 35px;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .btn--md {
    padding: 10px 40px;
  }
}

.btn--sm {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}

.load-btn {
  display: inline-flex;
}

.load-btn svg {
  fill: var(--primary-color3);
  margin-left: 10px;
}

.hover-border1 {
  background: var(--white);
  position: relative;
  z-index: 1;
}

.hover-border1::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: var(--primary-color1);
  transition: all 0.52s;
  z-index: -1;
}

.hover-border1:hover::before {
  width: 100%;
}


/*=======================================
   11. Banner-section
=======================================*/



.gfe-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.gfe-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.gfe-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gfe-hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.gfe-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(7, 13, 28, 0.95) 0%,
      rgba(7, 13, 28, 0.82) 25%,
      rgba(7, 13, 28, 0.45) 50%,
      rgba(7, 13, 28, 0.15) 75%);
}

.gfe-hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.gfe-hero-content {
  max-width: 720px;
  color: #fff;
}

.gfe-hero-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.gfe-hero-content h1 {
  font-size: 58px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 18px;
}

.gfe-hero-content p {
  font-size: 20px;
  line-height: 1.7;
  color: #e9edf7;
  margin-bottom: 30px;
  max-width: 620px;
}

.gfe-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gfe-hero-buttons a {
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gfe-btn-primary {
  background: #0EDA98;
  color: #fff;
  border: 2px solid #0EDA98;
}

.gfe-btn-primary:hover {
  background: #a81f1f;
  border-color: #a81f1f;
}

.gfe-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.gfe-btn-secondary:hover {
  background: #fff;
  color: #111;
}

/* Navigation buttons */
.gfe-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}

.gfe-slider-btn:hover {
  background: rgba(255, 255, 255, 0.32);
}

.gfe-prev {
  left: 20px;
}

.gfe-next {
  right: 20px;
}

/* Dots */
.gfe-slider-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}

.gfe-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: 0.3s ease;
}

.gfe-dot.active {
  background: #ffffff;
  transform: scale(1.15);
}

/* Background images */
.gfe-slide-one {
  background-image: url('/assets/images/hero1.jpg');
}

.gfe-slide-two {
  background-image: url('/assets/images/hero2.jpg');
}

.gfe-slide-three {
  background-image: url('/assets/images/hero3.png');
}

.gfe-slide-four {
  background-image: url('/assets/images/hero4.png');
}

.gfe-slide-five {
  background-image: url('/assets/images/hero5.jpg');
}

/* Tablet */
@media (max-width: 991px) {
  .gfe-slider-wrapper {
    height: 90vh;
  }

  .gfe-hero-content h1 {
    font-size: 42px;
  }

  .gfe-hero-content p {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .gfe-slider-wrapper {
    height: auto;
    min-height: 100vh;
  }

  .gfe-hero-slide {
    min-height: 100vh;
    background-position: center;
  }

  .gfe-hero-overlay {
    background: linear-gradient(180deg,
        rgba(7, 13, 28, 0.92) 0%,
        rgba(7, 13, 28, 0.82) 55%,
        rgba(7, 13, 28, 0.78) 100%);
  }

  .gfe-hero-badge {
    font-size: 12px;
    padding: 8px 14px;
    margin-bottom: 14px;
  }

  .gfe-hero-content h1 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .gfe-hero-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .gfe-hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .gfe-hero-buttons a {
    width: 100%;
  }

  .gfe-slider-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}





/*=======================================
   12. Intro-section
=======================================*/
.intro-section {
  background: #F7F7F7;
}

.border-unset.intro-single::before {
  content: unset;
}

.intro-single {
  background: #F7F7F7;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .intro-single {
    padding: 30px 25px;
  }
}

.intro-single:hover span.s-number {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
}

.intro-single:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.intro-single:hover .intro-wrap {
  text-align: center;
}

.intro-single:hover .intro-wrap h3 {
  color: var(--white);
}

.intro-single::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--dark);
  transform: scalex(0);
  transform-origin: left;
  transition: all 0.65s ease;
  opacity: 0;
}

.intro-single::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  z-index: -1;
  background-color: rgba(32, 32, 32, 0.1);
}

@media (max-width: 1399px) {
  .intro-single::before {
    content: unset;
  }
}

.intro-single span.s-number {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-exo);
  -webkit-text-stroke: 1px rgba(32, 32, 32, 0.1);
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0px;
  left: 20px;
}

.intro-single .intro-wrap {
  text-align: center;
}

.intro-single .intro-wrap img {
  max-width: 70px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .intro-single .intro-wrap img {
    margin-bottom: 20px;
  }
}

.intro-single .intro-wrap h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--font-lora);
  margin-bottom: 3px;
  transition: all 0.45s ease-in-out;
}

.intro-single .intro-wrap h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--text-light);
}

.intro-single.sibling2 {
  background: var(--dark2);
  padding: 45px 30px;
  position: relative;
}

.intro-single.sibling2:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.intro-single.sibling2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.12);
  transform: scalex(0);
  transform-origin: left;
  transition: all 0.65s ease;
  opacity: 0;
}

.intro-single.sibling2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399px) {
  .intro-single.sibling2::before {
    content: unset;
  }
}

.intro-single.sibling2 .intro-wrap {
  text-align: center;
}

.intro-single.sibling2 .intro-wrap img {
  max-width: 70px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .intro-single.sibling2 .intro-wrap img {
    margin-bottom: 20px;
  }
}

.intro-single.sibling2 .intro-wrap h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--font-lora);
  margin-bottom: 3px;
  transition: all 0.45s ease-in-out;
  color: var(--white);
}

.intro-single.sibling2 .intro-wrap h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--text-light);
}

.border-top-left-bottom {
  border-radius: 60px 0px 0px 60px;
}

@media (max-width: 991px) {
  .border-top-left-bottom {
    border-radius: 0px;
  }
}

.border-top-right-bottom {
  border-radius: 0px 60px 60px 0px;
}

@media (max-width: 991px) {
  .border-top-right-bottom {
    border-radius: 0px;
  }
}

.intro-section2 {
  padding-left: 130px;
  margin-top: -80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 90px;
  }
}

.intro-singe2 {
  background: #1B1B1B;
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}

.intro-singe2:hover {
  transform: perspective(300px) rotateX(5deg);
  box-shadow: 3px 34px 16px -18px rgba(227, 227, 227, 0.831372549);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .intro-singe2 {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .intro-singe2 {
    flex-wrap: wrap;
  }
}

.intro-singe2 span.s-number {
  font-size: 6.25rem;
  font-weight: 700;
  font-family: var(--font-lora);
  color: rgba(255, 255, 255, 0.02);
  position: absolute;
  top: -8px;
  right: 5px;
  line-height: 1;
}

.intro-singe2 .text h4 {
  font-size: 1.688rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.intro-singe2 .text p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
  font-family: var(--font-exo);
  line-height: 1.8;
}

.intro-singe2.sibling2 {
  background: #252525;
}



/*=======================================
   14. Practice-area-section
=======================================*/
.practice-area-section2 {
  padding-left: 5rem;
}

.practice-area-section2 .swiper-container {
  overflow: hidden;
}

.practice-area-section2 .swiper-container .swiper-wrapper {
  grid-gap: 0px;
}

@media (max-width: 991px) {
  .practice-area-section2 {
    padding-left: unset;
  }
}

.practice-area-section2 .swiper-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
}

.practice-area-section2 .swiper-wrapper>.swiper-slide {
  height: fit-content;
}

.practice-area-section2 .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.practice-area-section2 .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
}

.practice-area-section3 .swiper {
  margin: -15px;
  padding: 15px;
}

.practice-single:hover .header {
  background: var(--primary-color1);
}

.practice-single:hover .body {
  padding: 30px;
  background: var(--dark-bg);
}

.practice-single:hover .body p {
  color: var(--white);
}

.practice-single .header {
  padding: 30px;
  background: var(--primary-light);
  border-radius: 10px 10px 0px 0px;
  transition: all 0.5s ease-out 0s;
}

.practice-single .header h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 0px;
  transition: all 0.5s ease-out 0s;
}

.practice-single .header .icon-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.practice-single .header .icon-area svg {
  fill: var(--dark-bg);
  transition: all 0.5s ease-out 0s;
}

.practice-single .body {
  padding: 30px;
  background: var(--dark-light);
  border-radius: 0px 0px 10px 10px;
  transition: all 0.5s ease-out 0s;
}

.practice-single .body p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  line-height: 1.8;
  transition: all 0.5s ease-out 0s;
}

.practice-single .body .details-btn {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-exo);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
}

.practice-single .body .details-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: var(--primary-color1);
  transition: all 0.4s ease;
}

.practice-single .body .details-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 73px;
  height: 1px;
  border-radius: 4px;
  background: var(--dark-bg);
  z-index: -1;
}

.practice-single .body .details-btn:hover::before {
  width: 73px;
}

.practice-single.sibling1 .header {
  background: var(--dark-light);
  transition: all 0.5s ease-out 0s;
}

.practice-single.sibling1 .body {
  background: var(--primary-light);
  transition: all 0.5s ease-out 0s;
}

.practice-single.sibling1:hover .header {
  background: var(--dark-bg);
}

.practice-single.sibling1:hover .header svg {
  fill: var(--white);
}

.practice-single.sibling1:hover .header a.eg-btn {
  color: var(--white);
}

.practice-single.sibling1:hover .header h4 {
  color: var(--white);
}

.practice-single.sibling1:hover .body {
  background: var(--primary-color1);
}

.practice-single.sibling1:hover .body .details-btn {
  color: var(--white);
}

.practice-single.sibling1:hover .body .details-btn::before {
  background: var(--white);
}

.practice-single2 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border: 1px solid #eee;
  margin-top: 20px;
}

.practice-single2 .sl-number {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.25rem;
  font-weight: 700;
  color: rgba(41, 43, 49, 0.1);
  font-family: var(--font-lora);
}

.practice-single2 .image img {
  display: none;
  visibility: hidden;
}

.practice-single2 .content {
  padding: 20px 15px;
}

.practice-single2 .content .icon {
  margin-bottom: 15px;
}

.practice-single2 .content .text h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
}

.practice-single2 .content .text p {
  font-size: 15px;
  font-weight: 400;
}

.practice-single2 .content .text .details-btn {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-exo);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
}

.practice-single2 .content .text .details-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: var(--primary-color1);
  transition: all 0.4s ease;
}

.practice-single2 .content .text .details-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 73px;
  height: 1px;
  border-radius: 4px;
  background: var(--dark-bg);
  z-index: -1;
}

.practice-single2 .content .text .details-btn:hover::before {
  width: 73px;
}

.practice-single3 {
  border-radius: 10px;
  background: var(--dark3);
  padding: 15px;
}

.practice-single3:hover .practice-image::after {
  clip-path: polygon(0% 100%, 0 100%, 100% 100%);
}

.practice-single3 .practice-image {
  position: relative;
  z-index: 9;
}

.practice-single3 .practice-image::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 40px;
  background: var(--dark3);
  clip-path: polygon(0% 24%, 0 100%, 100% 100%);
  transition: all 0.5s ease;
  z-index: 1;
}

.practice-single3 .practice-image>img {
  border-radius: 8px;
  width: 100%;
}

.practice-single3 .practice-image .practice-icon {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--dark-mode-bg);
  z-index: 9;
}

.practice-single3 .practice-content {
  padding: 15px;
  padding-top: 25px;
}

.practice-single3 .practice-content h4 {
  color: var(--white);
  font-size: 1.563rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.practice-single3 .practice-content p {
  font-size: 1rem;
  font-weight: 400;
  color: Var(--text-light2);
}

.practice-single3 .practice-content .details-btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color3);
  font-family: var(--font-exo);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
}

.practice-single3 .practice-content .details-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: var(--primary-color3);
  transition: all 0.4s ease;
}

.practice-single3 .practice-content .details-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 73px;
  height: 1px;
  border-radius: 4px;
  background: var(--white);
  z-index: -1;
}

.practice-single3 .practice-content .details-btn:hover::before {
  width: 73px;
}

.practice-single3.sibling2 {
  background: var(--white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.practice-single3.sibling2:hover .practice-image::after {
  clip-path: polygon(0% 100%, 0 100%, 100% 100%);
}

.practice-single3.sibling2 .practice-image {
  position: relative;
  z-index: 9;
}

.practice-single3.sibling2 .practice-image::after {
  background: var(--white);
  z-index: 1;
}

.practice-single3.sibling2 .practice-image>img {
  border-radius: 8px;
  width: 100%;
}

.practice-single3.sibling2 .practice-image .practice-icon {
  background-color: var(--dark3);
}

.practice-single3.sibling2 .practice-content h4 {
  font-size: 1.563rem;
  font-weight: 700;
  color: var(--dark3);
}

.practice-single3.sibling2 .practice-content p {
  font-size: 1rem;
  font-weight: 400;
  color: Var(--text-color2);
}

.practice-single3.sibling2 .practice-content .details-btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color3);
  font-family: var(--font-exo);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
}

.practice-single3.sibling2 .practice-content .details-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: var(--primary-color3);
  transition: all 0.4s ease;
}

.practice-single3.sibling2 .practice-content .details-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 73px;
  height: 1px;
  border-radius: 4px;
  background: var(--white);
  z-index: -1;
}

.practice-single3.sibling2 .practice-content .details-btn:hover::before {
  width: 73px;
}

/*=======================================
15. Info-section
=======================================*/
.info-section {
  background: linear-gradient(rgba(41, 43, 49, 0.9), rgba(41, 43, 49, 0.9)), url("../images/bg/info-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 90px 10% 90px 12%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .info-section {
    padding: 90px 5% 90px 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .info-section {
    padding: 90px 5% 90px 5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .info-section {
    padding: 90px 5% 90px 5%;
  }
}

@media (max-width: 767px) {
  .info-section {
    padding: 90px 2% 90px 2%;
  }
}

.info-section .info-content {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .info-section .info-content {
    padding-left: 0px;
  }
}

.info-section .info-content h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 30px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .info-section .info-content h2 {
    font-size: 2.2rem;
  }
}

.info-section .info-content p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-exo);
  line-height: 1.8;
  color: var(--white);
}

.info-section .info-list {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 80px;
  justify-content: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .info-section .info-list {
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .info-section .info-list {
    gap: 30px;
  }
}

.info-section .info-list li h4 {
  font-size: 1.5rem;
  color: var(--primary-color1);
}

.info-section .info-list li p {
  font-size: 15px;
  font-weight: 500;
  color: var(--font-exo);
  color: var(--white);
}

.info-section .info-video {
  position: relative;
  min-height: 100%;
}

@media (max-width: 767px) {
  .info-section .info-video {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.info-section .video-play {
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .info-section .video-play {
    position: unset;
  }
}

.info-section .video-play .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 36px;
  color: var(--white);
}

.info-section .video-play .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}

.info-section .video-play .video-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

/*=======================================
 16. Casestudy Section
=======================================*/
.casestudy-section {
  position: relative;
  overflow: hidden;
}

.casestudy-section .section-bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.casestudy-section .section-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.casestudy-gallery .button-group {
  border-bottom: 2px solid #eee;
  padding-bottom: 0px;
  padding-top: 52px;
}

.casestudy-gallery .button-group button {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-color1);
  font-family: var(--font-exo);
  background: transparent;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 17px;
  transition: all 0.5s ease;
  border-bottom: 2px solid transparent;
}

.casestudy-gallery .button-group button:focus {
  color: var(--primary-color3);
  border-bottom: 2px solid var(--primary-color3);
}

.casestudy-gallery .button-group button.active {
  color: var(--primary-color3);
  border-bottom: 2px solid var(--primary-color3);
}

.casestudy-single {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 450px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-single {
    min-height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-single {
    min-height: 370px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .casestudy-single {
    min-height: 360px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .casestudy-single {
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .casestudy-single {
    min-height: 360px;
  }
}

.casestudy-single .casestudy1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-out 0s;
}

.casestudy-single .text span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.casestudy-single .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.casestudy-single .text h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0px;
}

.casestudy-single .read-more {
  position: absolute;
  overflow: hidden;
  right: 30px;
  top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--white);
  border-radius: 100px;
  transition: all 0.55s ease-in-out;
  width: 40px;
  height: 40px;
}

.casestudy-single .read-more span.btn-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-exo);
  transition: all 0.55s ease-in-out;
  opacity: 0;
  width: 0;
  white-space: nowrap;
  text-transform: capitalize;
}

.casestudy-single .read-more span.btn-arrow {
  transform: rotate(-45deg);
  transition: all 0.65s ease-in-out;
}

.casestudy-single .read-more span.btn-arrow i {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.casestudy-single .read-more:hover {
  width: 150px;
  padding: 0px 20px;
}

.casestudy-single .read-more:hover span.btn-arrow {
  transform: rotate(0deg);
}

.casestudy-single .read-more:hover span.btn-text {
  opacity: 1;
  width: 100%;
}

.casestudy-single:hover .casestudy1 {
  transform: scale(1.2) rotate(3deg);
}

.casestudy-single2 {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .casestudy-single2 {
    min-height: 550px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-single2 {
    min-height: 520px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-single2 {
    min-height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .casestudy-single2 {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .casestudy-single2 {
    min-height: 390px;
  }
}

.casestudy-single2 .casestudy1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-in-out;
}

.casestudy-single2 .text {
  margin-bottom: 40px;
  padding-left: 30px;
  transition: all 0.35s ease-in-out;
  transform: scaleY(1);
}

.casestudy-single2 .text span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.casestudy-single2 .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.casestudy-single2 .text h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0px;
}

.casestudy-single2 .content-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
}

.casestudy-single2 .content {
  transition: all 0.65s ease-in-out;
  background: var(--white);
  width: 100%;
  padding: 25px 30px;
}

.casestudy-single2 .content span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.casestudy-single2 .content span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.casestudy-single2 .content h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 15px;
}

.casestudy-single2 .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  font-family: var(--font-exo);
}

.casestudy-single2 .content .details-btn {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-exo);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
}

.casestudy-single2 .content .details-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 3px;
  border-radius: 4px;
  background: var(--primary-color1);
  transition: all 0.4s ease;
}

.casestudy-single2 .content .details-btn:hover::before {
  width: 100%;
}

.casestudy-single2:hover .content-wrapper {
  opacity: 1;
  transform: translateY(0%);
}

.casestudy-single2:hover .text {
  opacity: 0;
  transform: scaleY(1);
}

.casestudy-single3 {
  overflow: hidden;
}

.casestudy-single3:hover .image .case-details-arrow {
  opacity: 1;
}

.casestudy-single3 .image {
  position: relative;
  z-index: 1;
}

.casestudy-single3 .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
}

.casestudy-single3 .image .case-details-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  transition: all 0.55s ease;
  z-index: 1;
  cursor: pointer;
}

.casestudy-single3 .image .case-details-arrow:hover {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.casestudy-single3 .image img {
  width: 100%;
  height: auto;
}

.casestudy-single3 .content {
  padding: 30px 30px;
  background: var(--dark3);
}

.casestudy-single3 .content span {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color3);
  display: inline-block;
  margin-bottom: 6px;
}

.casestudy-single3 .content h4 {
  margin-bottom: 0px;
}

.casestudy-single3 .content h4 a {
  font-size: 1.563rem;
  font-weight: 700;
  color: var(--white);
  transition: all 0.5s ease-out 0s;
}

.casestudy-single3 .content h4:hover a {
  color: var(--primary-color3);
}

.casestudy-single3.sibling2 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.casestudy-single3.sibling2 .content {
  background: var(--white);
}

.casestudy-single3.sibling2 .content h4 {
  margin-bottom: 0px;
}

.casestudy-single3.sibling2 .content h4 a {
  font-size: 1.563rem;
  font-weight: 700;
  color: var(--dark3);
  transition: all 0.5s ease-out 0s;
}

.casestudy-single3.sibling2 .content h4:hover a {
  color: var(--primary-color3);
}

.case-details-single>img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.case-details-single h2 {
  font-size: 2.813rem;
  font-weight: 700;
  font-family: var(--font-lora);
  color: var(--text-color);
  margin-bottom: 22px;
}

.case-details-single>h3 {
  font-size: 2.188rem;
  font-weight: 700;
  font-family: var(--font-lora);
  color: var(--text-color);
  margin-bottom: 14px;
}

.case-details-single .details-img-grp {
  padding: 10px 0px 35px 0px;
}

.case-details-single .details-img-grp img {
  border-radius: 5px;
}

.case-details-single .process-list {
  list-style: none;
  padding: 15px 0 13px 0;
  margin: 0;
}

.case-details-single .process-list li {
  margin-bottom: 27px;
}

.case-details-single .process-list li:last-child {
  margin-bottom: 0;
}

.case-details-single .process-list li .list-title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .case-details-single .process-list li .list-title {
    gap: 15px;
  }
}

.case-details-single .process-list li .list-title h3 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: var(--font-lora);
  color: var(--text-color1);
}

.case-details-single .process-list li p.para,
.case-details-single .process-list li .faq-wrap p.faq-body,
.faq-wrap .case-details-single .process-list li p.faq-body {
  padding-left: 60px;
}

.case-info-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 5px 0px;
}

.case-info-list li {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}

.case-info-list li:hover h5 {
  padding-left: 30px;
}

.case-info-list li:last-child {
  border-bottom: none;
}

.case-info-list li span {
  font-size: 17px;
  font-weight: 500;
  color: var(--primary-color3);
  font-family: var(--font-exo);
}

.case-info-list li span img {
  margin-right: 5px;
}

.case-info-list li h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color1);
  margin-bottom: 0;
  transition: all 0.52s ease;
}

.casestudy-card {
  border-radius: 5px;
  overflow: hidden;
}

.casestudy-card .header {
  background: var(--primary-color3);
  padding: 20px 40px;
}

.casestudy-card .header h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}

.casestudy-card .casestudy-list {
  list-style: none;
  background: var(--green);
  margin: 0 0 40px 0;
  padding: 30px 40px;
}

.casestudy-card .casestudy-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.casestudy-card .casestudy-list li:last-child {
  margin-bottom: 0px;
}

.casestudy-card .casestudy-list li span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--white);
  transition: all 0.52s ease;
}

.casestudy-card .casestudy-list li:hover>span {
  padding-left: 20px;
}

.lawyer-intro-card {
  position: relative;
  background: linear-gradient(152.97deg, rgba(202, 148, 87, 0.12) 0%, rgba(202, 148, 87, 0.09) 100%);
  text-align: center;
  padding: 30px;
}

.lawyer-intro-card img {
  border-radius: 50%;
  margin-bottom: 18px;
}

.lawyer-intro-card span.badge {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-exo);
  padding: 8px 20px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary-color3);
}

.lawyer-intro-card .designation h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 5px;
}

.lawyer-intro-card .designation p {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color3);
  margin-bottom: 0;
}

/*=======================================
 17. Attorney Section
=======================================*/
.attorney-single {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 375px;
  padding: 30px;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .attorney-single {
    min-height: 330px;
  }
}

.attorney-single .casestudy1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-in-out;
  border-radius: 10px;
}

.attorney-single .content {
  text-align: center;
  width: 100%;
  margin-bottom: -75px;
  transition: all 0.65s ease-in-out;
}

.attorney-single .content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  position: relative;
  padding-bottom: 8px;
}

.attorney-single .content h4::after {
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 5px;
  background: var(--primary-color1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.attorney-single .content p {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-exo);
}

.attorney-single .content .social-list {
  margin: 0;
  padding: 10px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color1);
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.attorney-single .content .social-list li a .bx {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: var(--dark);
  border-radius: 0px;
  color: var(--white);
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.35s ease;
}

.attorney-single .content .social-list li:hover a .bx {
  transform: scale(1.1);
}

.attorney-single:hover .content {
  margin-bottom: -30px;
}

.attorney-single.sibling2 .content {
  text-align: left;
  margin-bottom: 0px;
}

.attorney-single.sibling2 .content h4 {
  position: relative;
}

.attorney-single.sibling2 .content h4::after {
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 5px;
  background: var(--primary-color1);
  position: absolute;
  left: 30px;
  bottom: 0;
}

.attorney-single.sibling2 .content p {
  margin-bottom: 0px;
}

.attorney-single.sibling2:hover .social-list2 {
  margin-right: 0px;
}

.attorney-single.sibling2 .social-list2 {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 42px;
  margin: 0;
  padding: 15px 10px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  border-radius: 5px 0px 0px 5px;
  margin-right: -100%;
  transition: all 0.62s ease-in-out;
}

.attorney-single.sibling2 .social-list2 li a .bx {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  color: var(--white);
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.35s ease;
  text-align: center;
}

.attorney-single.sibling2 .social-list2 li:hover a .bx {
  background: var(--primary-color2);
}

.attorney-single.sibling3 .content {
  text-align: center;
  margin-bottom: 0px;
}

.attorney-single.sibling3 .content h4 {
  position: relative;
}

.attorney-single.sibling3 .content h4::after {
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 5px;
  background: var(--primary-color1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.attorney-single.sibling3 .content p {
  margin-bottom: 0px;
}

.attorney-single.sibling3:hover .social-list2 {
  transform: translateX(0);
}

.attorney-single.sibling3 .social-list2 {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  padding: 15px 10px;
  height: 100%;
  width: 100%;
  max-width: 42px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-mode-bg);
  border-radius: 0px 0px 0px 0px;
  transition: all 0.62s ease-in-out;
  transform: translateX(-100%);
}

.attorney-single.sibling3 .social-list2 li {
  position: relative;
}

.attorney-single.sibling3 .social-list2 li::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -12px;
  width: 3.2px;
  height: 3.2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.attorney-single.sibling3 .social-list2 li a .bx {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 0px;
  color: var(--white);
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.35s ease;
  text-align: center;
}

.attorney-single.sibling3 .social-list2 li:hover a .bx {
  color: var(--primary-color2);
}

.attorney-single.sibling4 .content {
  text-align: center;
  margin-bottom: 0px;
}

.attorney-single.sibling4 .content h4 {
  position: relative;
}

.attorney-single.sibling4 .content h4::after {
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 5px;
  background: var(--primary-color3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.attorney-single.sibling4 .content p {
  margin-bottom: 0px;
}

.attorney-single.sibling4:hover .social-list2 {
  transform: translateX(0);
}

.attorney-single.sibling4 .social-list2 {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  padding: 15px 10px;
  height: 100%;
  width: 100%;
  max-width: 42px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 0px 0px 0px 0px;
  transition: all 0.62s ease-in-out;
  transform: translateX(-100%);
}

.attorney-single.sibling4 .social-list2 li {
  position: relative;
}

.attorney-single.sibling4 .social-list2 li::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -12px;
  width: 3.2px;
  height: 3.2px;
  border-radius: 50%;
  background: rgba(32, 32, 32, 0.3);
}

.attorney-single.sibling4 .social-list2 li a .bx {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 0px;
  color: #202020;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.35s ease;
  text-align: center;
}

.attorney-single.sibling4 .social-list2 li:hover a .bx {
  color: var(--primary-color3);
}

.swiper-pagination {
  height: 15px;
  position: absolute;
  bottom: 0px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #696969;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color1);
}

.swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--primary-color1);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}

.contact-section {
  overflow: hidden;
}

.contact-section2 {
  background: linear-gradient(277.42deg, #292B31 4.86%, rgba(41, 43, 49, 0.85) 100%), url("../images/bg/contact2-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
}

.contact-form2 .nice-select {
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  height: 52px;
  line-height: 52px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(202, 148, 87, 0.33);
  z-index: 1;
  margin-bottom: 40px;
}

.contact-form2 .nice-select .option {
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.contact-form2 .nice-select .option:hover {
  background: var(--primary-color2);
  color: var(--white);
}

.contact-form2 .nice-select .option.selected {
  background: var(--primary-color2);
}

.contact-form2 .nice-select .current {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.contact-form2 .nice-select .list {
  border: unset;
  border: 1px solid rgba(41, 43, 49, 0.03);
  margin-top: 3px;
  z-index: 100;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  min-width: 80px;
  background: var(--dark);
}

.contact-form3 .nice-select {
  background: var(--dark3);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  height: 52px;
  line-height: 52px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1;
  margin-bottom: 40px;
}

.contact-form3 .nice-select .option {
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.contact-form3 .nice-select .option:hover {
  background: var(--primary-color3);
  color: var(--white);
}

.contact-form3 .nice-select .option.selected {
  background: var(--primary-color3);
}

.contact-form3 .nice-select .current {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.contact-form3 .nice-select .list {
  border: unset;
  border: 1px solid rgba(41, 43, 49, 0.03);
  margin-top: 3px;
  z-index: 100;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  min-width: 80px;
  background: var(--dark);
}

.nice-select {
  background-color: var(--white);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  height: 52px;
  line-height: 52px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: 1px solid rgba(41, 43, 49, 0.05);
  margin-bottom: 40px;
}

.nice-select .option {
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.nice-select .option:hover {
  background: var(--primary-color1);
  color: var(--text-color1);
}

.nice-select .option.selected {
  background: var(--primary-color1);
}

.nice-select .current {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.nice-select .list {
  border: unset;
  border: 1px solid rgba(41, 43, 49, 0.03);
  margin-top: 3px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}

select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--primary-light);
}

.nice-select.open,
.nice-select:focus {
  border-color: var(--primary-color1);
}

.contact-form .form-inner {
  margin-bottom: 40px;
}

.contact-form .form-inner input,
.contact-form .form-inner.dark-mode textarea,
.contact-form .form-inner.glass-effect textarea,
.contact-form .form-inner textarea {
  width: 100%;
  border: 1px solid rgba(41, 43, 49, 0.05);
  border-radius: 0px;
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
}

.contact-form .form-inner input::placeholder,
.contact-form .form-inner.dark-mode textarea::placeholder,
.contact-form .form-inner.glass-effect textarea::placeholder,
.contact-form .form-inner textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.contact-form .form-inner input:focus,
.contact-form .form-inner textarea:focus {
  border: 1px solid var(--primary-color1);
}

.contact-form .form-inner.glass-effect input,
.contact-form .form-inner.glass-effect textarea {
  width: 100%;
  border: 1px solid rgba(202, 148, 87, 0.4);
  border-radius: 5px;
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(15px);
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
  color: var(--white);
}

.contact-form .form-inner.glass-effect input::placeholder,
.contact-form .form-inner.glass-effect textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.contact-form .form-inner.glass-effect input:focus,
.contact-form .form-inner.glass-effect textarea:focus {
  border: 1px solid var(--primary-color1);
}

.contact-form .form-inner.dark-mode input,
.contact-form .form-inner.dark-mode textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  background-color: var(--dark3);
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
  color: var(--white);
}

.contact-form .form-inner.dark-mode input::placeholder,
.contact-form .form-inner.dark-mode textarea::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-light);
  font-family: var(--font-exo);
}

.contact-form .form-inner.dark-mode input:focus,
.contact-form .form-inner.dark-mode textarea:focus {
  border: 1px solid var(--primary-color3);
}

.contact-form .form-inner.sibling2 input,
.contact-form .form-inner.sibling2 textarea {
  border-radius: 5px;
}

.contact-form .form-inner.sibling2 textarea {
  border-radius: 5px;
}

.contact-wrap {
  background-color: var(--light-color);
  padding: 45px 14%;
}

@media (max-width: 991px) {
  .contact-wrap {
    padding: 45px 3%;
  }
}

.contact-text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.contact-text p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark-mode-light);
  margin-bottom: 45px;
}

.address-list {
  margin: 0;
  padding: 0 0 40px 0px;
  list-style: none;
  width: 100%;
  max-width: 420px;
}

@media (max-width: 991px) {
  .address-list {
    padding: 40px 10px 40px 10px;
  }
}

@media (max-width: 576px) {
  .address-list {
    padding: 40px 0px 0px 0px;
  }
}

.address-list li {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}

.address-list li:last-child {
  margin-bottom: 0px;
}

.address-list li:hover .icon {
  background: var(--dark);
}

.address-list li .icon {
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid rgba(32, 32, 32, 0.3);
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
}

.address-list li .icon svg {
  fill: var(--primary-color1);
}

.address-list li .text h4 {
  font-size: 1.5rem;
  color: var(--primary-color1);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: -3px;
}

.address-list li .text p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color1);
  font-family: var(--font-exo);
}

.address-list li .text a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color1);
  font-family: var(--font-exo);
}

.address-list.sibling2 .icon {
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
}

.address-list.sibling2 .icon svg {
  fill: var(--primary-color2);
}

.address-list.sibling2 .text p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-exo);
}

.address-list.sibling2 .text a {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-exo);
}

.address-list.sibling3 {
  padding: 0px;
}

.address-list.sibling3 li:hover .icon {
  background: rgba(41, 43, 49, 0.1);
}

.address-list.sibling3 li:hover .icon svg {
  fill: var(--text-color1);
}

.address-list.sibling3 .icon {
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(202, 148, 87, 0.1);
  border: unset;
  transition: all 0.5s ease-out 0s;
}

.address-list.sibling3 .icon svg {
  transition: inherit;
}

.address-list.sibling3 .text h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-color1);
}

.address-list.sibling4 {
  padding: 0;
}

.address-list.sibling4 li:hover .icon svg {
  transform: scale(1.1);
}

.address-list.sibling4 .icon {
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
}

.address-list.sibling4 .icon svg {
  fill: var(--primary-color3);
  transition: all 0.5s ease;
}

.address-list.sibling4 .text p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-exo);
}

.address-list.sibling4 .text a {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-exo);
}

.address-list.sibling4 .text h4 {
  color: var(--primary-color3);
}

.contact-image-area {
  background: linear-gradient(rgba(41, 43, 49, 0.85), rgba(41, 43, 49, 0.85)), url(../images/bg/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 490px;
}

@media (max-width: 576px) {
  .contact-image-area {
    display: none;
    visibility: hidden;
  }
}

.contact-image-area .contact-img {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .contact-image-area .contact-img {
    right: 0%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-image-area .contact-img {
    max-width: 70%;
    right: 0%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-image-area .contact-img {
    max-width: 70%;
    right: 0%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .contact-image-area .contact-img {
    max-width: 60%;
    right: 0%;
  }
}

/*=======================================
 18. Latest News Section
=======================================*/
.l-news-single {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 400px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .l-news-single {
    min-height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .l-news-single {
    min-height: 370px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .l-news-single {
    min-height: 360px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .l-news-single {
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .l-news-single {
    min-height: 360px;
  }
}

.l-news-single .casestudy1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-out 0s;
}

.l-news-single .text .date {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-exo);
  margin-bottom: 10px;
}

.l-news-single .text h4 {
  font-size: 1.375em;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0px;
  line-height: 1.4;
  position: relative;
  padding-top: 0px;
  transition: all 0.65s ease-out 0s;
}

.l-news-single .text h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 0px;
  opacity: 0;
  height: 1px;
  border-radius: 10px;
  background: var(--primary-color1);
  transition: all 0.65s ease-out 0s;
}

.l-news-single .text h4:hover::after {
  width: 100px;
  opacity: 1;
}

.l-news-single .news-badge {
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 4px;
  transition: all 0.55s ease-out 0s;
  background: var(--primary-color1);
  padding: 3px 12px;
}

.l-news-single .news-badge:hover {
  background: var(--dark-bg);
  color: var(--white);
}

.l-news-single:hover .casestudy1 {
  transform: scale(1.2) rotate(3deg);
}

.latest-articel-area {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 25px;
}

.recent-news {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-news li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.recent-news li .image {
  border-radius: 5px;
  overflow: hidden;
  min-width: 90px;
}

.recent-news li .image img {
  max-width: 100%;
}

.recent-news li .text h6 {
  margin-bottom: 10px;
}

.recent-news li .text h6 a {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-lora);
  color: var(--text-color1);
  transition: all 0.35s ease-out 0s;
}

.recent-news li .text h6 a:hover {
  color: var(--primary-color2);
}

.recent-news li .text .post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recent-news li .text .post-meta a,
.recent-news li .text .post-meta .date {
  font-size: 11px;
  font-weight: 500;
  color: var(--primary-color2);
  font-family: var(--font-exo);
}

.l-news-section .swiper {
  padding: 12px;
  margin: -12px;
}

.blog-single1 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single1 .image {
  position: relative;
  z-index: 1;
}

.blog-single1 .image img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.blog-single1 .image .blog-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--text-color1);
  padding: 5px 26px;
  cursor: pointer;
  background: var(--white);
  transition: all 0.35s ease-out 0s;
}

.blog-single1 .image .blog-badge:hover {
  background: var(--primary-color2);
  color: var(--white);
}

.blog-single1 .post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.blog-single1 .post-meta a,
.blog-single1 .post-meta .date {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color2);
  font-family: var(--font-exo);
}

.blog-single1 .text {
  padding: 30px 20px;
}

.blog-single1 .text h4 a {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color1);
  line-height: 1.4;
  transition: all 0.45s ease-out 0s;
}

.blog-single1 .text h4:hover a {
  color: var(--primary-color3);
}

.blog-single1.style-2 {
  margin-bottom: 30px;
}

.blog-single2 {
  border-radius: 10px 0px 10px 10px;
  overflow: hidden;
}

.blog-single2:hover .image img {
  transform: scale(1.1);
}

.blog-single2 .image {
  overflow: hidden;
  position: relative;
}

.blog-single2 .image img {
  width: 100%;
  transition: all 0.65s ease;
}

.blog-single2 .image .blog-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  border-radius: 0px 0px 0px 10px;
  padding: 4px 20px;
  background: var(--dark-mode-bg);
  z-index: 9;
  transition: all 0.5s ease;
}

.blog-single2 .content {
  padding: 25px 20px;
  background: var(--dark3);
}

.blog-single2 .content .post-meta-list {
  list-style: none;
  margin: 0 0 13px 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.blog-single2 .content .post-meta-list li {
  font-size: 13px;
  font-weight: 400;
  color: var(--primary-color3);
  position: relative;
}

.blog-single2 .content .post-meta-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  border-radius: 10px;
  background: var(--white);
  height: 7px;
  width: 1px;
}

.blog-single2 .content .post-meta-list li:last-child::after {
  display: none;
}

.blog-single2 .content h5 {
  margin-bottom: 13px;
}

.blog-single2 .content h5 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.6;
  transition: all 0.5s ease-out 0s;
  text-transform: capitalize;
}

.blog-single2 .content h5:hover a {
  color: var(--primary-color3);
}

.blog-single2 .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-mode-light);
  margin-bottom: 0;
  line-height: 1.8;
}

.blog-single2.sibling2 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.blog-single2.sibling2 .content {
  background: var(--white);
}

.blog-single2.sibling2 .content h5 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark3);
}

.blog-single2.sibling2 .content h5:hover a {
  color: var(--primary-color3);
}

.blog-single2.sibling2 .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
}

.blog-standard-single {
  position: relative;
  margin-bottom: 60px;
}

.blog-standard-single .image {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.blog-standard-single .image img {
  width: 100%;
  border-radius: 5px;
}

.blog-standard-single .image .blog-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--text-color1);
  padding: 5px 26px;
  cursor: pointer;
  background: var(--white);
  transition: all 0.35s ease-out 0s;
}

.blog-standard-single .image .blog-badge:hover {
  background: var(--primary-color2);
  color: var(--white);
}

.blog-standard-single .text .post-meta-list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8%;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .blog-standard-single .text .post-meta-list {
    gap: 18px;
  }
}

.blog-standard-single .text .post-meta-list li {
  color: var(--primary-color2);
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-exo);
}

.blog-standard-single .text .post-meta-list li img {
  margin-right: 5px;
  margin-top: -3px;
}

.blog-standard-single .text h2 a {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-color1);
  line-height: 1.35;
}

.blog-standard-single .text .read-more-btn {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color2);
  font-family: var(--font-lora);
  transition: all 0.5s ease-out 0s;
  margin-top: 10px;
  display: inline-block;
}

.blog-standard-single .text .read-more-btn .bi {
  font-size: 1.25rem;
  vertical-align: middle;
  margin-left: 10px;
}

.blog-standard-single .text .read-more-btn:hover {
  letter-spacing: 1px;
  color: var(--text-color1);
}

.blog-widget-item {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  margin-bottom: 40px;
}

.blog-widget-item:last-child {
  margin-bottom: 0px;
}

.blog-widget-item .blog-widget-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-color1);
  padding: 20px 20px;
  border-bottom: 1px solid #F0F0F0;
}

@media (max-width: 991px) {
  .blog-widget-item .blog-widget-title {
    text-align: center;
  }
}

.blog-widget-item .search-area {
  padding: 25px 20px;
}

.blog-widget-item .search-area form .search-with-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-widget-item .search-area form .search-with-btn input,
.blog-widget-item .search-area form .search-with-btn .faq-form .form-inner textarea,
.faq-form .form-inner .blog-widget-item .search-area form .search-with-btn textarea,
.blog-widget-item .search-area form .search-with-btn .comment-form .form-inner textarea,
.comment-form .form-inner .blog-widget-item .search-area form .search-with-btn textarea,
.blog-widget-item .search-area form .search-with-btn .contact-form .form-inner textarea,
.contact-form .form-inner .blog-widget-item .search-area form .search-with-btn textarea {
  height: 50px;
  border-radius: 3px 0px 0px 3px;
  width: 100%;
  border: 1px solid #F0F0F0;
  padding: 20px;
  background: #F0F0F0;
}

.blog-widget-item .search-area form .search-with-btn input::placeholder,
.blog-widget-item .search-area form .search-with-btn .faq-form .form-inner textarea::placeholder,
.faq-form .form-inner .blog-widget-item .search-area form .search-with-btn textarea::placeholder,
.blog-widget-item .search-area form .search-with-btn .comment-form .form-inner textarea::placeholder,
.comment-form .form-inner .blog-widget-item .search-area form .search-with-btn textarea::placeholder,
.blog-widget-item .search-area form .search-with-btn .contact-form .form-inner textarea::placeholder,
.contact-form .form-inner .blog-widget-item .search-area form .search-with-btn textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color2);
}

.blog-widget-item .search-area form .search-with-btn button {
  border-radius: 0px 5px 5px 0px;
  height: 50px;
  min-width: 60px;
  background: var(--primary-color1);
  border: none;
  transition: all 0.42s ease-in-out;
}

.blog-widget-item .search-area form .search-with-btn button i {
  color: var(--white);
}

.blog-widget-item .search-area form .search-with-btn button:hover {
  background: var(--text-color2);
}

.blog-widget-item .blog-category .category-list {
  margin: 0;
  list-style: none;
  padding: 18px 20px;
}

.blog-widget-item .blog-category .category-list li {
  margin-bottom: 17px;
}

.blog-widget-item .blog-category .category-list li:last-child {
  margin-bottom: 0;
}

.blog-widget-item .blog-category .category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-widget-item .blog-category .category-list li a:hover span {
  color: var(--primary-color2);
}

.blog-widget-item .blog-category .category-list li span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-color1);
  font-family: var(--font-exo);
  transition: all 0.5s ease-out 0s;
}

.blog-widget-item .recent-blog .recent-post-list {
  list-style: none;
  padding: 25px 20px;
  margin: 0;
}

.blog-widget-item .recent-blog .recent-post-list li {
  margin-bottom: 25px;
}

.blog-widget-item .recent-blog .recent-post-list li:last-child {
  margin-bottom: 0px;
}

.blog-widget-item .recent-blog .recent-post-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.blog-widget-item .recent-blog .recent-post-item .recent-post-content span {
  font-size: 1rem;
  font-weight: 500;
  color: #5F6062;
  font-family: var(--font-exo);
  margin-bottom: 5px;
  display: inline-block;
}

.blog-widget-item .recent-blog .recent-post-item .recent-post-content h6 a {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-color1);
  line-height: 1.3;
  transition: all 0.35s ease-out 0s;
}

.blog-widget-item .recent-blog .recent-post-item .recent-post-content h6 a:hover {
  color: var(--primary-color2);
}

.blog-widget-item .comment-slider-area {
  position: relative;
}

.blog-widget-item .comnt-slider {
  width: 100%;
}

.blog-widget-item .comnt-slider .comment-slide-single {
  padding: 20px 20px;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-widget-item .comnt-slider .comment-slide-single h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color1);
}

.blog-widget-item .comnt-slider .comment-slide-single span {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color2);
  font-family: var(--font-exo);
}

.blog-widget-item .comnt-slider .slider-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.blog-widget-item .comnt-slider .slider-arrows .swiper-prev-arrow {
  width: 35px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 0;
  background: #F0F0F0;
  border: none;
}

.blog-widget-item .comnt-slider .slider-arrows .swiper-prev-arrow:hover {
  transition: all 0.3s;
  background: var(--primary-color1);
  color: #fff;
}

.blog-widget-item .comnt-slider .slider-arrows .swiper-next-arrow {
  width: 35px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 0;
  background: #F0F0F0;
  border: none;
}

.blog-widget-item .comnt-slider .slider-arrows .swiper-next-arrow:hover {
  transition: all 0.3s;
  background: var(--primary-color1);
  color: #fff;
}

.tag-list {
  list-style: none;
  padding: 25px 20px;
  margin: 0;
}

.tag-list li a {
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-exo);
  border: 1px solid #F0F0F0;
  padding: 7px 25px;
  border-radius: 3px;
  color: #A0A0A0;
  display: inline-flex;
  transition: all 0.5s ease-out 0s;
}

.tag-list li a:hover {
  background: var(--primary-color2);
  border: 1px solid var(--primary-color2);
  color: var(--white);
}

.blog-details-single {
  position: relative;
  margin-bottom: 50px;
}

.blog-details-single .image {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.blog-details-single .image img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-single .image .blog-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--text-color1);
  padding: 5px 26px;
  cursor: pointer;
  background: var(--white);
  transition: all 0.35s ease-out 0s;
}

.blog-details-single .image .blog-badge:hover {
  background: var(--primary-color2);
  color: var(--white);
}

.blog-details-single .text .post-meta-list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8%;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .blog-details-single .text .post-meta-list {
    gap: 18px;
  }
}

.blog-details-single .text .post-meta-list li {
  color: var(--primary-color2);
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-exo);
}

.blog-details-single .text .post-meta-list li img {
  margin-right: 5px;
  margin-top: -3px;
}

.blog-details-single .text h2 a {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color1);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .blog-details-single .text h2 a {
    font-size: 2.2rem;
  }
}

.blog-details-single .blockquote-area {
  position: relative;
  padding: 10px 25px;
  margin: 50px 0px 50px 0;
}

.blog-details-single .blockquote-area .bquote1 {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-single .blockquote-area .bquote2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.blog-details-single blockquote {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: #333333;
  margin-bottom: 0;
  line-height: 1.7;
}

.blog-sharea-area {
  margin-bottom: 60px;
}

.blog-share {
  overflow: hidden;
  height: 24px;
  cursor: pointer;
  text-align: right;
}

.blog-share:hover .front {
  transform: translateY(-24px);
}

.blog-share:hover .back {
  transform: translateY(-24px);
}

.blog-share .front {
  text-align: right;
  transition: all 0.62s ease-in-out;
}

.blog-share .front img {
  vertical-align: baseline;
}

.blog-share .front span {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-color);
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: var(--font-lora);
}

.blog-share .back {
  text-align: end;
  transition: all 0.62s ease-in-out;
}

.blog-share .back .share-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-share .back .share-list a i {
  color: var(--text-color2);
  transition: all 0.35s ease-in-out;
}

.blog-share .back .share-list a:hover i {
  color: var(--primary-color2);
}

.another-post-area {
  background-color: #F9F6F6;
  padding: 45px 30px 15px 30px;
}

.another-post-area .prev-post,
.another-post-area .next-post {
  cursor: pointer;
  margin-bottom: 20px;
}

.another-post-area .prev-post span,
.another-post-area .next-post span {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-color1);
  color: var(--text-color1);
  transition: all 0.5s ease-out 0s;
  display: inline-block;
  margin-bottom: 5px;
}

.another-post-area .prev-post span svg,
.another-post-area .next-post span svg {
  fill: var(--text-color1);
  margin-right: 6px;
  margin-top: -1px;
  transition: all 0.5s ease-out 0s;
}

.another-post-area .prev-post h5,
.another-post-area .next-post h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-color1);
}

.another-post-area .prev-post:hover span,
.another-post-area .next-post:hover span {
  color: var(--primary-color2);
}

.another-post-area .prev-post:hover span svg,
.another-post-area .next-post:hover span svg {
  fill: var(--primary-color2);
}

.another-post-area .next-post svg {
  margin-left: 6px;
}

h3.comment-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 26px;
}

.comment-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-area .single-comment {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  align-items: start;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 35px 20px 25px 20px;
}

@media (max-width: 576px) {
  .comment-area .single-comment {
    flex-wrap: wrap;
    padding: 30px 15px 20px 15px;
  }
}

.comment-area .single-comment .image img {
  border-radius: 5px;
  min-width: 70px;
}

.comment-area .single-comment .content {
  max-width: 725px;
  width: 100%;
}

.comment-area .single-comment .comment-author {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}

.comment-area .single-comment .comment-author .designation h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color1);
}

.comment-area .single-comment .comment-author .designation span {
  font-size: 0.938rem;
  font-weight: 500;
  color: #a4a4a4;
}

.comment-area .single-comment .comment-author .reply-btn {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color2);
  background: transparent;
  outline: none;
  border: 1px solid var(--primary-color2);
  border-radius: 3px;
  padding: 3px 20px;
  transition: all 0.5s ease-out 0s;
}

@media (max-width: 576px) {
  .comment-area .single-comment .comment-author .reply-btn {
    padding: 3px 14px;
  }
}

.comment-area .single-comment .comment-author .reply-btn .bi {
  margin-right: 5px;
  transition: all 0.5s ease-out 0s;
}

.comment-area .single-comment .comment-author .reply-btn:hover {
  color: var(--white);
  background: var(--primary-color2);
}

.comment-area .single-comment .comment-author .reply-btn:hover .bi {
  color: var(--white);
}

.comment-form .form-inner {
  margin-bottom: 25px;
}

.comment-form .form-inner input,
.comment-form .form-inner textarea {
  width: 100%;
  border: 1px solid rgba(41, 43, 49, 0.05);
  border-radius: 5px;
  padding: 15px 25px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
}

.comment-form .form-inner input::placeholder,
.comment-form .form-inner textarea::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-light);
}

.comment-form .form-inner input:focus,
.comment-form .form-inner textarea:focus {
  border: 1px solid var(--primary-color2);
}

.cmment-submit-btn {
  margin-top: 51px;
  display: inline-flex;
}

@media (max-width: 991px) {
  .cmment-submit-btn {
    margin-top: 25px;
  }
}

/*=======================================
 19. Lawyer Profile Section
=======================================*/
.lawyer-profile {
  padding-left: 25px;
}

@media (max-width: 991px) {
  .lawyer-profile {
    padding-left: 0;
  }
}

.lawyer-profile h2 {
  font-size: 2.813rem;
  font-weight: 700;
  color: var(--text-color1);
}

.lawyer-profile>span {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color2);
  margin-bottom: 15px;
  display: inline-block;
}

.lawyer-counter {
  padding: 15px 0px 35px 0px;
}

.lawyer-counter-single {
  text-align: center;
}

.lawyer-counter-single .coundown h3.odometer {
  font-size: 2.188rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 0px;
}

.lawyer-counter-single .coundown h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(32, 32, 32, 0.5);
}

.lawyer-short-details h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-color2);
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.lawyer-short-details h4::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--primary-color2);
}

.details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.details-list>li {
  width: 50%;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .details-list>li {
    width: 100%;
  }
}

.details-list>li span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #8A8A8A;
}

.details-list>li h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color1);
}

.lawyer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .lawyer-social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.lawyer-social li {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  background: rgba(32, 32, 32, 0.2);
  transition: all 0.5s ease-out 0s;
}

.lawyer-social li i {
  font-size: 15px;
}

.lawyer-social li:hover {
  background: var(--primary-color2);
}

.lawyer-edu-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color1);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.lawyer-edu-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #005153 0%, rgba(0, 81, 83, 0.786458) 21.35%, rgba(0, 81, 83, 0.453125) 54.69%, rgba(0, 81, 83, 0.151042) 84.9%, rgba(0, 81, 83, 0) 100%);
  border-radius: 23px;
}

.lawyer-edu-list {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 45px;
}

.lawyer-edu-list>li {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color2);
  font-family: var(--font-exo);
  line-height: 1.8;
  margin-bottom: 25px;
  position: relative;
  text-align: left;
}

.lawyer-edu-list>li:last-child {
  margin-bottom: 0px;
}

.lawyer-edu-list>li::before {
  content: url("../images/icons/graduation-icon.svg");
  position: absolute;
  left: -50px;
  top: 10px;
}

.lawyer-edu-list>li span {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-color2);
}

.lawyer-details-section .lawyer-info {
  margin-bottom: 60px;
}

.lawyer-details-section .nav-pills button.nav-link {
  background: var(--dark);
  width: 100%;
  max-width: 280px;
  transition: all 0.5s ease-out 0s;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-lora);
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .lawyer-details-section .nav-pills button.nav-link {
    max-width: unset;
    width: unset;
    margin-bottom: 0;
    padding: 9px 20px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .lawyer-details-section .nav-pills button.nav-link {
    max-width: unset;
    width: unset;
    margin-bottom: 0;
    padding: 9px 20px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 576px) {
  .lawyer-details-section .nav-pills button.nav-link {
    margin-bottom: 0;
  }
}

.lawyer-details-section .nav-pills button.nav-link:hover {
  background: var(--primary-color2);
}

.lawyer-details-section .nav-pills button.nav-link.active {
  background: var(--primary-color2);
}

/*=======================================
 20. Error-page
=======================================*/
.error-section {
  position: relative;
  z-index: 1;
  background: url("../images/bg/error-back.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.error-section .section-bg-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .error-section .section-bg-left {
    display: none;
    visibility: hidden;
  }
}

.error-section .section-bg-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .error-section .section-bg-right {
    display: none;
    visibility: hidden;
  }
}

.error-wrap {
  text-align: center;
  padding: 0px 20px;
}

.error-wrap img {
  margin-bottom: 5rem;
}

.error-wrap .content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.error-wrap .content p.para,
.error-wrap .content .faq-wrap p.faq-body,
.faq-wrap .error-wrap .content p.faq-body {
  margin-bottom: 50px;
}

/*=======================================
 21. Footer-section
=======================================*/
.footer-section {
  background-image: linear-gradient(rgba(41, 43, 49, 0.6), rgba(41, 43, 49, 0.6)), url("../images/bg/footer1-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #292B31;
  z-index: -2;
}

.footer-section .footer-about img {
  margin-bottom: 30px;
}

.footer-section .footer-about p {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-exo);
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 30px;
}

.footer-section .footer-about .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.footer-section .footer-about .footer-social i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--white);
  border-radius: 10px;
  background: #0F1012;
  text-align: center;
  font-size: 18px;
  transition: all 0.5s ease-out 0s;
}

.footer-section .footer-about .footer-social i:hover {
  background: var(--primary-color1);
}

.footer-section .footer-about .open-hour {
  margin-top: 25px;
}

.footer-section .footer-about .open-hour h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color1);
}

.footer-section .footer-about .open-hour p {
  margin-bottom: 0px;
}

.footer-section .footer-top {
  padding: 90px 0px;
}

.footer-section .footer-item h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color1);
  margin-bottom: 20px;
}

.footer-section .footer-item .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section .footer-item .link-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 0px;
  transition: all 0.55s ease;
}

.footer-section .footer-item .link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  border-radius: 5px;
  background-color: var(--primary-color1);
  opacity: 0;
  transition: all 0.55s ease;
}

.footer-section .footer-item .link-list li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-item .link-list li:hover {
  padding-left: 18px;
}

.footer-section .footer-item .link-list li:hover::before {
  opacity: 1;
}

.footer-section .footer-item .link-list a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--white);
}

.footer-section .footer-item .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section .footer-item .contact-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  gap: 12px;
}

.footer-section .footer-item .contact-list li:last-child {
  margin-bottom: 0px;
}

.footer-section .footer-item .contact-list li .icon svg {
  fill: var(--primary-color1);
}

.footer-section .footer-item .contact-list li .text {
  color: var(--white);
}

.footer-section .footer-item .contact-list li .text a {
  display: block;
  margin-bottom: 8px;
}

.footer-section .footer-item .recent-caselist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section .footer-item .recent-caselist li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-section .footer-item .recent-caselist li:last-child {
  margin-bottom: 0px;
}

.footer-section .footer-item .recent-caselist li .image {
  border-radius: 5px;
  overflow: hidden;
}

.footer-section .footer-item .recent-caselist li .text span {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.footer-section .footer-item .recent-caselist li .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.footer-section .footer-item .recent-caselist li .text h5 a {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-lora);
  color: var(--white);
}

.footer-section .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section .footer-bottom p {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font-exo);
  color: var(--white);
  margin-bottom: 0;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .footer-section .footer-bottom p {
    margin-right: 0px;
  }
}

.footer-section .footer-bottom p .egns-lab {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color1);
}

.footer-section .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.footer-section .footer-bottom .footer-logo-list li {
  margin-right: 20px;
}

.footer-section .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}

.footer-section .footer-bottom .footer-logo-list li:last-child {
  margin-right: 0px;
}

.footer-section .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}

.footer-section .footer-bottom .f-bottom-list {
  margin: 0;
  padding: 0;
}

.footer-section .footer-bottom .f-bottom-list li:first-child a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.footer-section .footer-bottom .f-bottom-list li:first-child a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: var(--white);
}

.footer-section .footer-bottom .f-bottom-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.42s ease;
}

.footer-section .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color1);
}

.footer-section.sibling2 h4 {
  color: var(--primary-color2);
}

.footer-section.sibling2 .footer-about .footer-social i:hover {
  background: var(--primary-color2);
}

.footer-section.sibling2 .footer-about .open-hour h6 {
  color: var(--primary-color2);
}

.footer-section.sibling2 .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section.sibling2 .link-list li::before {
  background-color: var(--primary-color2);
}

.footer-section.sibling2 .recent-caselist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section.sibling2 .recent-caselist li .text span {
  color: var(--primary-color2);
}

.footer-section.sibling2 .recent-caselist li .text span::after {
  content: "";
  background: var(--primary-color2);
}

.footer-section.sibling2 .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section.sibling2 .contact-list li .icon svg {
  fill: var(--primary-color2);
}

.footer-section.sibling2 .f-bottom-list a:hover {
  color: var(--primary-color2);
}

.footer-section.sibling3 h4 {
  color: var(--primary-color3);
}

.footer-section.sibling3 .footer-about .footer-social i:hover {
  background: var(--primary-color3);
}

.footer-section.sibling3 .footer-about .open-hour h6 {
  color: var(--primary-color3);
}

.footer-section.sibling3 .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section.sibling3 .link-list li::before {
  background-color: var(--primary-color3);
}

.footer-section.sibling3 .recent-caselist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section.sibling3 .recent-caselist li .text span {
  color: var(--primary-color3);
}

.footer-section.sibling3 .recent-caselist li .text span::after {
  content: "";
  background: var(--primary-color3);
}

.footer-section.sibling3 .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section.sibling3 .contact-list li .icon svg {
  fill: var(--primary-color3);
}

.footer-section.sibling3 .f-bottom-list a:hover {
  color: var(--primary-color3);
}

.footer-section.sibling3 .footer-bottom p .egns-lab {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color3);
}

.footer-section.sibling3 .footer-bottom .f-bottom-list {
  margin: 0;
  padding: 0;
}

.footer-section.sibling3 .footer-bottom .f-bottom-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.42s ease;
}

.footer-section.sibling3 .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color3);
}

@media (min-width: 768px) and (max-width: 991px) {
  .progress-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    justify-content: flex-start;
    margin-top: 30px;
  }
}

.progress-area2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .progress-area2 {
    flex-wrap: wrap;
  }
}

.about2-counter-area {
  margin-top: 15px;
}

#progress svg {
  height: 150px;
  margin: auto;
  display: block;
}

#progress path {
  stroke-linecap: round;
  stroke-width: 6;
}

#progress path.grey {
  stroke: var(--dark-bg);
}

#progress path.blue {
  stroke: var(--primary-color1);
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
  animation: dash 3s ease-out forwards;
}

#progress text {
  font-size: 30px;
  font-weight: 700;
  font-family: "Exo";
}

#progress1 svg {
  height: 150px;
  margin: auto;
  display: block;
}

#progress1 path {
  stroke-linecap: round;
  stroke-width: 6;
}

#progress1 path.grey {
  stroke: var(--dark-bg);
}

#progress1 path.blue {
  stroke: var(--primary-color1);
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
  animation: dash 3s ease-out forwards;
}

#progress1 text {
  font-size: 30px;
  font-weight: 700;
  font-family: "Exo";
}

#progress2 svg {
  height: 150px;
  margin: auto;
  display: block;
}

#progress2 path {
  stroke-linecap: round;
  stroke-width: 6;
}

#progress2 path.grey {
  stroke: var(--green);
}

#progress2 path.blue {
  stroke: var(--primary-color1);
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
  animation: dash 3s ease-out forwards;
}

#progress2 text {
  font-size: 30px;
  font-weight: 700;
  font-family: "Exo";
}

#progress3 svg {
  height: 150px;
  margin: auto;
  display: block;
}

#progress3 path {
  stroke-linecap: round;
  stroke-width: 6;
}

#progress3 path.grey {
  stroke: var(--green);
}

#progress3 path.blue {
  stroke: var(--primary-color1);
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
  animation: dash 3s ease-out forwards;
}

#progress3 text {
  font-size: 30px;
  font-weight: 700;
  font-family: "Exo";
}

#progress4 svg {
  height: 150px;
  margin: auto;
  display: block;
}

#progress4 path {
  stroke-linecap: round;
  stroke-width: 6;
}

#progress4 path.grey {
  stroke: var(--green);
}

#progress4 path.blue {
  stroke: var(--primary-color1);
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
  animation: dash 3s ease-out forwards;
}

#progress4 text {
  font-size: 30px;
  font-weight: 700;
  font-family: "Exo";
}

.progress-item {
  background: var(--white);
  border-radius: 10px;
  padding: 5px 0px 15px 0px;
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .progress-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.progress-item:after {
  content: url("../images/icons/winner-badge.svg");
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.progress-item h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-color1);
  margin-top: 5px;
}

/*=======================================
22.Testimonial Seciton
=======================================*/
.testimonial-section {
  position: relative;
}

.testimonial-section .section-bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .testimonial-section .section-bg1 {
    display: none;
    visibility: hidden;
  }
}

.testimonial-section .pagination-wrap {
  position: relative;
  z-index: -99;
}

.testimonial-section .pagination-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--dark);
  width: 100%;
  max-width: 470px;
  min-width: 470px;
  height: 480px;
  border-radius: 20px;
  z-index: -9;
}

.testimonial-section .swiper {
  padding: 15px;
  margin: -15px;
}

.testi1-slider {
  padding-top: 60px;
  position: relative;
  z-index: 90;
}

.testi1-single {
  background: var(--primary-light2);
  border-radius: 10px;
  position: relative;
  padding: 0px 30px 30px;
  width: 100%;
  z-index: 9;
}

.testi1-single .testi-author {
  border-radius: 50%;
  max-width: 120px;
  width: 100%;
  height: auto;
  margin-top: -60px;
  margin-bottom: 25px;
}

.testi1-single p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-exo);
  line-height: 1.8;
}

.testi1-single .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.testi1-single .author {
  margin-top: 15px;
}

.testi1-single .author h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
}

.testi1-single .author span {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color1);
  display: inline-block;
}

.testi3-arrows {
  position: absolute;
  bottom: 97px;
  z-index: 9;
  left: -142px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .testi3-arrows {
    bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testi3-arrows {
    bottom: 30px;
    left: -50px;
  }
}

.testi3-single {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 767px) {
  .testi3-single {
    flex-direction: column;
  }
}

.testi3-single .image {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 120px;
  position: relative;
}

@media (max-width: 767px) {
  .testi3-single .image {
    border-radius: 10px 10px 0px 0px;
  }
}

.testi3-single .image img {
  width: 100%;
}

.testi3-single .image .img-content {
  height: 100%;
  width: 100%;
  padding: 40px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(174.31deg, rgba(27, 27, 34, 0) 7.5%, rgba(27, 27, 34, 0.9) 77.14%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.testi3-single .image .img-content h3 {
  font-size: 2.188rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 1399px) {
  .testi3-single .image .img-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }
}

.testi3-single .image .img-content span {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color3);
  display: inline-block;
  margin-bottom: 0;
}

.testi3-single .content {
  position: relative;
  width: 100%;
  max-width: 920px;
  background: var(--dark3);
  padding: 50px 65px;
  margin-left: -80px;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .testi3-single .content {
    margin-left: -80px;
    padding: 50px 55px;
  }
}

@media (max-width: 1199px) {
  .testi3-single .content {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testi3-single .content {
    margin-left: -40px;
    padding: 50px 45px;
  }
}

@media (max-width: 767px) {
  .testi3-single .content {
    padding: 25px 25px;
  }
}

.testi3-single .content p {
  margin-bottom: 0px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #c2c2c2;
  line-height: 1.9;
}

.testi3-single .content .testi3-quote {
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 1;
}

.testi3-single .content span {
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(215, 182, 121, 0.13);
  font-family: var(--font-lora);
  display: inline-block;
  width: 100%;
  text-align: right;
  line-height: 1;
}

.testi3-single.sibling2 .content {
  background-color: var(--white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.testi3-single.sibling2 .content p {
  color: #333333;
}

.slider-arrows .swiper-prev-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--primary-color1);
  border-radius: 50%;
}

.slider-arrows .swiper-prev-arrow img {
  transition: all 0.42s ease;
  margin-left: 20px;
}

.slider-arrows .swiper-prev-arrow:hover img {
  margin-left: 0px;
}

.slider-arrows .swiper-prev-arrow.style-2 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.slider-arrows .swiper-prev-arrow.style-2 img {
  transform: rotate(90deg);
  margin-top: 18px !important;
  margin-left: unset;
}

.slider-arrows .swiper-prev-arrow.style-2:hover img {
  margin-left: unset;
  margin-top: 0px !important;
}

.slider-arrows .swiper-prev-arrow.style-3 {
  border: 1px solid var(--primary-color3);
}

.slider-arrows .swiper-next-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--primary-color1);
  border-radius: 50%;
}

.slider-arrows .swiper-next-arrow img {
  transition: all 0.42s ease;
  margin-left: -30px;
}

.slider-arrows .swiper-next-arrow:hover img {
  margin-left: 0px;
}

.slider-arrows .swiper-next-arrow.style-2 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.slider-arrows .swiper-next-arrow.style-2 img {
  transform: rotate(90deg);
  margin-bottom: 18px !important;
  margin-left: unset;
}

.slider-arrows .swiper-next-arrow.style-2:hover img {
  margin-left: unset;
  margin-bottom: 0px !important;
}

.slider-arrows .swiper-next-arrow.style-3 {
  border: 1px solid var(--primary-color3);
}

.swiper-pagination-total {
  display: none;
}

.swiper-pagination {
  height: 15px;
  position: absolute;
}

/*=======================================
 23.  Breadcrumb-section
=======================================*/
.breadcrumb-section {
  background: linear-gradient(275.93deg, rgba(32, 32, 32, 0.8) 25.55%, rgba(32, 32, 32, 0.8) 95.49%), url("../images/bg/breadcrumb-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.5rem 0px;
}

.breadcrumb-title {
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.breadcrumb .breadcrumb-item {
  color: var(--primary-color3);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-exo);
  position: relative;
  padding-left: 25px;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0px;
  padding-right: 10px;
}

.breadcrumb .breadcrumb-item.active {
  color: #DDDDDD;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: unset;
}

.breadcrumb-item+.breadcrumb-item::after {
  content: url("../images/icons/dotted-arrow.svg");
  position: absolute;
  top: -2px;
  left: 0;
}

/*=======================================
 24. Service details
=======================================*/
.service-details-text h2 {
  font-size: 2.813rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 25px;
  line-height: 1.2;
}

.service-img-grp {
  padding: 50px 0 60px 0px;
}

@media (max-width: 991px) {
  .service-img-grp img {
    margin-bottom: 30px;
  }
}

.service-list {
  list-style: none;
  background: var(--green);
  margin: 0 0 40px 0;
  padding: 30px 0px;
}

.service-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  transition: all 0.45s ease-out 0s;
}

.service-list li:last-child {
  margin-bottom: 0px;
}

.service-list li a {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--white);
  transition: all 0.52s ease;
}

.service-list li:hover {
  background: var(--primary-color3);
}

.service-list li:hover>a {
  padding-left: 10px;
}

.feature-title {
  font-size: 2.188rem;
  font-weight: 700;
  color: var(--primary-color3);
  border-bottom: 2px solid var(--primary-color3);
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 45px;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  margin-bottom: 35px;
}

.feature-list li:last-child {
  margin-bottom: 0px;
}

.feature-list li img {
  float: left;
  margin-right: 20px;
}

.feature-list li .text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 10px;
}

.feature-list li .text p {
  margin-bottom: 0px;
}

.team-title {
  font-size: 2.188rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 30px;
}

/*=======================================
 25. Faq section
=======================================*/
.faq-section .nav-pills {
  list-style: none;
  background: var(--green);
  margin: 0 0 40px 0;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.faq-section .nav-pills button.nav-link {
  padding: 8px 0px;
  transition: all 0.45s ease-out 0s;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0px;
  width: 100%;
}

.faq-section .nav-pills button.nav-link.active {
  background: var(--primary-color2);
}

.faq-section .nav-pills button.nav-link:last-child {
  margin-bottom: 0px;
}

.faq-section .nav-pills button.nav-link:hover {
  background: var(--primary-color2);
}

.faq-form {
  background: var(--text-color1);
  padding: 30px 20px;
  border-radius: 5px;
}

.faq-form .form-inner {
  margin-bottom: 25px;
}

.faq-form .form-inner input,
.faq-form .form-inner textarea {
  width: 100%;
  border: 1px solid rgba(41, 43, 49, 0.05);
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
}

.faq-form .form-inner input::placeholder,
.faq-form .form-inner textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.faq-form .form-inner input:focus,
.faq-form .form-inner textarea:focus {
  border: 1px solid var(--primary-color2);
}

.faq-form .faq-form-title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-exo);
  margin-bottom: 25px;
}

.faq-wrap .faq-item {
  margin-bottom: 6px;
  border: none;
}

.faq-wrap .faq-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .faq-item.hover-btn {
  padding: 1px 1px 1px 1px;
}

.faq-wrap .accordion-button {
  font-family: var(--font-lora);
  font-weight: 600;
  font-size: 18px;
  background: var(--white);
  border-radius: 0px;
  color: var(--text-color1);
  cursor: pointer;
  transition: 0.45s ease-in-out;
  padding: 25px 0px;
  padding-right: 35px;
  margin-bottom: 0px;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
}

.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0;
  content: "\f4fe";
  transition: unset;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  color: var(--primary-color2);
}

.faq-wrap .accordion-button:hover {
  background: var(--primary-color4);
  color: var(--primary-color2);
}

.faq-wrap .accordion-button:hover::after {
  color: var(--primary-color2);
}

.faq-wrap .faq-body {
  font-family: var(--font-exo);
  background: var(--white);
  border-top: none;
  padding: 15px;
  text-align: left;
}

.faq-wrap .accordion-button:not(.collapsed) {
  background: var(--primary-color4);
  color: var(--primary-color2);
  font-weight: 600;
}

.faq-title {
  margin-bottom: 20px;
}

.faq-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 12px;
}

/*=======================================
 26. History section
=======================================*/
.padding-x {
  padding-left: 3%;
  padding-right: 3%;
}

.history-card {
  text-align: center;
  width: 100%;
  max-width: 420px;
  min-width: 280px;
  margin: -18px auto 0 auto;
  padding: 0px 30px;
}

@media (max-width: 1199px) {
  .history-card {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.history-card:hover span {
  transform: translateY(20px);
}

.history-card span {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color1);
  background-color: var(--primary-color3);
  border-radius: 5px;
  padding: 3px 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 40px;
  transition: all 0.55s ease;
}

@media (max-width: 1199px) {
  .history-card span {
    margin-bottom: 25px;
  }
}

.history-card span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -3px;
  width: 25px;
  height: 25px;
  background-color: var(--primary-color3);
  z-index: -1;
}

.history-card h3 {
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .history-card h3 {
    font-size: 1.775rem;
    line-height: 1.4;
  }
}

.history-card p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-mode-light);
  margin-bottom: 0;
}

.map-section iframe {
  width: 100%;
  display: block;
}

/*# sourceMappingURL=style.css.map */



.fieldContWrapper {
  width: 100%;
  max-width: calc(var(--form-width) + var(--form-cont-space-right) + var(--form-cont-space-left));
  box-sizing: border-box;
  margin: 0 auto;

  float: var(--form-align);
}














* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif
}

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

ul {
  list-style: none
}

/* ================= TOP BAR ================= */
.topbar {
  background: #f4f6f9;
  border-bottom: 1px solid #e2e6ee;
  font-size: 14px;
}

.topbar-inner {
  max-width: 1280px;
  margin: auto;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-center {
  font-weight: 500
}

.topbar-center span {
  color: #0eda89;
  font-weight: 700
}

/* ================= HEADER ================= */
.header {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
  position: relative;
  z-index: 1000;
}

.header-inner {
  max-width: 1280px;
  margin: auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 55px
}

/* ================= DESKTOP NAV ================= */
.desktop-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}

.desktop-nav>li {
  position: relative
}

.desktop-nav a {
  font-weight: 600;
  color: #1e374d;
}





/* ===== SERVICES DROPDOWN (DESKTOP) ===== */
.dropdown-menu {
  position: absolute;
  top: 200%;
  /* 🔥 FIX: no gap */
  left: 0;
  width: 260px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: none;
  flex-direction: column;
  padding: 8px 0;


}

/* LIST ITEMS */
.dropdown-menu li {
  list-style: none;
}

/* LINKS */
.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  font-size: 14.5px;
  color: #2c3e50;
  font-weight: 500;
  transition: all 0.25s ease;
}

/* HOVER EFFECT */
.dropdown-menu a:hover {
  background: #f4f9f7;
  color: #0aa86e;
  padding-left: 22px;
}

/* SHOW DROPDOWN */
.desktop-nav li:hover .dropdown-menu {
  display: flex;
}

.desktop-nav>li {
  position: relative;
}

/* 🔥 BIG invisible bridge to cover gap */
.desktop-nav>li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 120px;
  /* adjust based on gap */
}










/* ================= CTA ================= */
.desktop-cta {
  padding: 12px 26px;
  border-radius: 50px;
  border: 2px dashed #0eda89;
  color: #0eda89;
  font-weight: 700;
}

/* ================= HAMBURGER ================= */
.menu-btn {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}






/* ================= MOBILE MENU ================= */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 360px;
  height: 94vh;
  background: #ffffff;
  padding: 22px;
  transition: right 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 18px rgba(0, 0, 0, 0.08);
}

.mobile-menu.active {
  right: 0;
}

/* ================= HEADER ================= */
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 18px;
}

/* LOGO */
.mobile-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-logo img {
  width: 100px;
}

.logo-text span {
  font-size: 17px;
  font-weight: 700;
  color: #1e374d;
}

.logo-text small {
  font-size: 12px;
  color: #7a7a7a;
}

/* CLOSE BUTTON */
.close-btn {
  font-size: 22px;
  background: #0EDA89;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  cursor: pointer;
}

/* ================= NAV ================= */
.mobile-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* MAIN LINKS */
.mobile-nav a,
.dropdown-toggle {
  width: 100%;
  padding: 14px 0;
  font-size: 15.5px;
  font-weight: 600;
  color: #2c3e50;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition: color 0.2s ease;
}

.mobile-nav a:hover,
.dropdown-toggle:hover {
  color: #0aa86e;
}

/* ================= DROPDOWN ================= */
.dropdown-toggle {
  border: none;
  cursor: pointer;
}

.arrow {
  font-size: 14px;
  color: #999;
  transition: transform 0.25s ease;
}

/* 🔥 FULL WIDTH DROPDOWN */
.dropdown-list {
  display: none;
  width: 100%;
  background: #f9fbfc;
  border-bottom: 1px solid #f0f0f0;
}

/* FULL WIDTH ITEMS */
.dropdown-list a {
  display: block;
  width: 100%;
  padding: 13px 0;
  font-size: 14.5px;
  color: #555;
  border-bottom: 1px solid #ececec;
}

.dropdown-list a:last-child {
  border-bottom: none;
}

.dropdown-list a:hover {
  color: #0aa86e;
}

/* ACTIVE STATE */
.mobile-dropdown.active .dropdown-list {
  display: block;
}

.mobile-dropdown.active .arrow {
  transform: rotate(45deg);
}

/* ================= CTA ================= */
.mobile-cta {

  background: #0EDA89;
  color: #ffffff;
  padding: 14px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

.mobile-cta:hover {
  background: #0aa86e;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {

  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .menu-btn {
    display: block;
  }
}











.whatsapp-float {
  position: fixed;
  right: 20px;
  /* ✅ RIGHT SIDE FIXED */
  bottom: 20px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}

/* Hover effect (Desktop only) */
@media (hover: hover) {
  .whatsapp-float:hover {
    transform: scale(1.1);
  }
}

/* Mobile Fix */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    right: 15px;
    /* ✅ RIGHT SIDE MOBILE */
    bottom: 15px;
  }

  .whatsapp-float img {
    width: 24px;
    height: 24px;
  }
}





:root {
  --primary: #062B63;
  --primary-dark: #041E46;
  --secondary: #C9971A;
  --secondary-light: #E6BC4A;
  --text: #1F2A44;
  --text-light: #667085;
  --white: #ffffff;
  --bg: #F6F9FD;
  --border: #E9EEF5;
}

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

.sle-about-area {
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  overflow: hidden;
}

.sle-about-area:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(6, 43, 99, .05);
  border-radius: 50%;
  top: -220px;
  right: -180px;
}

.sle-about-area:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: rgba(201, 151, 26, .08);
  border-radius: 50%;
  left: -120px;
  bottom: -150px;
}

.sle-wrap {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.sle-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
}

/*==========================
LEFT
===========================*/

.sle-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(6, 43, 99, .08);
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sle-heading {
  margin: 25px 0;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--primary);
}

.sle-heading span {
  color: var(--secondary);
}

.sle-text {
  font-size: 17px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 18px;
}

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

.sle-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 45px 0;
}

.sle-service-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  color: var(--primary);
  font-weight: 700;
  transition: .35s;
  box-shadow: 0 15px 35px rgba(6, 43, 99, .06);
}

.sle-service-item:hover {
  background: linear-gradient(135deg, var(--primary), #0A57C4);
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(6, 43, 99, .25);
}

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

.sle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 42px;
  background: linear-gradient(135deg, var(--primary), #0A57C4);
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 700;
  transition: .35s;
  box-shadow: 0 20px 40px rgba(6, 43, 99, .25);
}

.sle-button:hover {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
  color: var(--primary);
  transform: translateY(-4px);
}

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

.sle-visual {
  position: relative;
}

.sle-photo {
  overflow: hidden;
  border-radius: 28px;
  border: 8px solid #fff;
  box-shadow: 0 35px 70px rgba(6, 43, 99, .18);
}

.sle-photo img {
  width: 100%;
  display: block;
  transition: .6s;
}

.sle-photo:hover img {
  transform: scale(1.05);
}

.sle-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 43, 99, .15), transparent);
}

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

.sle-floating-card {

  position: absolute;

  left: -40px;

  bottom: 35px;

  width: 320px;

  background: rgba(255, 255, 255, .96);

  backdrop-filter: blur(18px);

  border-left: 6px solid var(--secondary);

  border-radius: 24px;

  padding: 30px;

  box-shadow: 0 25px 60px rgba(6, 43, 99, .12);

}

.sle-floating-card h3 {

  color: var(--primary);

  margin-bottom: 20px;

  font-size: 24px;

}

.sle-floating-card ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.sle-floating-card li {

  padding: 14px 0;

  border-bottom: 1px solid #EEF2F7;

  color: #56657B;

  font-weight: 500;

}

.sle-floating-card li:last-child {

  border: none;

}

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

@media(max-width:991px) {

  .sle-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sle-heading {
    font-size: 40px;
  }

  .sle-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .sle-floating-card {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 25px;
  }

}

@media(max-width:576px) {

  .sle-about-area {
    padding: 70px 0;
  }

  .sle-heading {
    font-size: 30px;
  }

  .sle-services {
    grid-template-columns: 1fr;
  }

  .sle-button {
    width: 100%;
  }

}














.why-sle-section {

  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #F6F9FD);

}

.why-sle-container {

  width: 90%;
  max-width: 1300px;
  margin: auto;

}

.why-sle-grid {

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;

}

.why-sle-tag {

  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #EAF2FF;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;

}

.why-sle-content h2 {

  font-size: 48px;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 25px;

}

.why-sle-content h2 span {

  color: var(--secondary);

}

.why-sle-content p {

  font-size: 17px;
  line-height: 1.9;
  color: var(--light);
  margin-bottom: 18px;

}

.why-btn {

  display: inline-block;
  margin-top: 15px;
  padding: 16px 40px;
  background: linear-gradient(135deg, var(--primary), #0D56B8);
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 700;
  transition: .35s;

}

.why-btn:hover {

  background: linear-gradient(135deg, var(--secondary), #E5B94A);
  color: var(--primary);

}

.why-sle-features {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;

}

.feature-card {

  background: #fff;
  padding: 35px 28px;
  border-radius: 22px;
  border: 1px solid #EEF2F7;
  transition: .35s;
  box-shadow: 0 15px 40px rgba(6, 43, 99, .08);

}

.feature-card:hover {

  transform: translateY(-10px);
  border-color: var(--secondary);
  box-shadow: 0 20px 45px rgba(6, 43, 99, .15);

}

.icon {

  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: #EAF2FF;
  border-radius: 18px;
  margin-bottom: 20px;

}

.feature-card h4 {

  color: var(--primary);
  font-size: 22px;
  margin-bottom: 12px;

}

.feature-card p {

  color: #667085;
  line-height: 1.8;

}

@media(max-width:991px) {

  .why-sle-grid {

    grid-template-columns: 1fr;

  }

  .why-sle-content h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .why-sle-content h2 {

    font-size: 30px;

  }

  .why-sle-features {

    grid-template-columns: 1fr;

  }

  .why-btn {

    width: 100%;
    text-align: center;

  }

}











.home-loan-section {

  padding: 100px 0;
  background: linear-gradient(180deg, #fff, #F6F9FD);

}

.hl-container {

  width: 90%;
  max-width: 1280px;
  margin: auto;

}

.hl-grid {

  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;

}

/* LEFT */

.hl-badge {

  display: inline-block;
  padding: 12px 24px;
  background: #EAF2FF;
  color: var(--primary);
  font-weight: 700;
  border-radius: 50px;
  margin-bottom: 20px;

}

.hl-content h2 {

  font-size: 50px;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 25px;

}

.hl-content h2 span {

  color: var(--secondary);

}

.hl-content p {

  font-size: 17px;
  line-height: 1.9;
  color: var(--light);
  margin-bottom: 20px;

}

.hl-btn {

  display: inline-block;
  margin-top: 15px;
  padding: 18px 42px;
  background: linear-gradient(135deg, var(--primary), #0A56C4);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 60px;
  transition: .35s;
  box-shadow: 0 20px 40px rgba(6, 43, 99, .18);

}

.hl-btn:hover {

  background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
  color: var(--primary);
  transform: translateY(-4px);

}

/* RIGHT */

.hl-card {

  background: #fff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(6, 43, 99, .08);
  border-top: 5px solid var(--secondary);

}

.hl-card h3 {

  color: var(--primary);
  font-size: 28px;
  margin-bottom: 30px;

}

.hl-features {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;

}

.hl-item {

  background: #F8FAFD;
  padding: 18px;
  border-radius: 15px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: .35s;
  border: 1px solid #EEF2F7;

}

.hl-item span {

  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAF2FF;
  border-radius: 12px;
  font-size: 18px;

}

.hl-item:hover {

  background: var(--primary);
  color: #fff;
  transform: translateY(-6px);

}

.hl-item:hover span {

  background: var(--secondary);

}

.hl-stats {

  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

}

.hl-stats div {

  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(6, 43, 99, .08);

}

.hl-stats h4 {

  font-size: 34px;
  color: var(--secondary);
  margin-bottom: 10px;

}

.hl-stats p {

  color: var(--light);
  font-size: 15px;

}

/* Responsive */

@media(max-width:991px) {

  .hl-grid {

    grid-template-columns: 1fr;

  }

  .hl-content h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .home-loan-section {

    padding: 70px 0;

  }

  .hl-content h2 {

    font-size: 30px;

  }

  .hl-features {

    grid-template-columns: 1fr;

  }

  .hl-stats {

    grid-template-columns: 1fr;

  }

  .hl-btn {

    width: 100%;
    text-align: center;

  }

}












.pl-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #F8FAFD, #ffffff);
}

.pl-container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.pl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Left */

.pl-badge {
  display: inline-block;
  padding: 12px 24px;
  background: #EAF2FF;
  color: var(--primary);
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pl-content h2 {
  font-size: 50px;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 25px;
}

.pl-content h2 span {
  color: var(--secondary);
}

.pl-content p {
  font-size: 17px;
  color: var(--light);
  line-height: 1.9;
  margin-bottom: 18px;
}

.pl-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 18px 42px;
  border-radius: 60px;
  background: linear-gradient(135deg, var(--primary), #0A58C7);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: .35s;
  box-shadow: 0 18px 35px rgba(6, 43, 99, .18);
}

.pl-btn:hover {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
  color: var(--primary);
  transform: translateY(-4px);
}

/* Right Card */

.pl-card {
  background: #fff;
  padding: 35px;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(6, 43, 99, .08);
  border-top: 5px solid var(--secondary);
}

.pl-title h3 {
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 10px;
}

.pl-title p {
  color: var(--light);
  margin-bottom: 30px;
}

.pl-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pl-item {
  background: #F8FAFD;
  border: 1px solid #EDF2F7;
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  transition: .35s;
}

.pl-item span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 15px;
  background: #EAF2FF;
  font-size: 28px;
}

.pl-item h4 {
  color: var(--primary);
  font-size: 18px;
  margin: 0;
}

.pl-item:hover {
  background: var(--primary);
  transform: translateY(-8px);
}

.pl-item:hover h4 {
  color: #fff;
}

.pl-item:hover span {
  background: var(--secondary);
}

.full {
  grid-column: span 2;
}

/* Responsive */

@media(max-width:991px) {

  .pl-grid {
    grid-template-columns: 1fr;
  }

  .pl-content h2 {
    font-size: 38px;
  }

}

@media(max-width:576px) {

  .pl-section {
    padding: 70px 0;
  }

  .pl-content h2 {
    font-size: 30px;
  }

  .pl-features {
    grid-template-columns: 1fr;
  }

  .full {
    grid-column: span 1;
  }

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

}











.bl-section {

  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #F7F9FC);

}

.bl-container {

  width: 90%;
  max-width: 1280px;
  margin: auto;

}

.bl-grid {

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;

}

/* Left */

.bl-badge {

  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  background: #EAF2FF;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;

}

.bl-content h2 {

  font-size: 48px;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 25px;

}

.bl-content h2 span {

  color: var(--secondary);

}

.bl-content p {

  font-size: 17px;
  line-height: 1.9;
  color: var(--light);
  margin-bottom: 18px;

}

.bl-btn {

  display: inline-block;
  margin-top: 20px;
  padding: 18px 42px;
  border-radius: 60px;
  background: linear-gradient(135deg, var(--primary), #0A58C8);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: .35s;
  box-shadow: 0 18px 40px rgba(6, 43, 99, .18);

}

.bl-btn:hover {

  background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
  color: var(--primary);
  transform: translateY(-4px);

}

/* Card */

.bl-card {

  background: #fff;
  border-radius: 28px;
  padding: 35px;
  border-top: 5px solid var(--secondary);
  box-shadow: 0 20px 50px rgba(6, 43, 99, .08);

}

.bl-header {

  margin-bottom: 30px;

}

.bl-header h3 {

  font-size: 30px;
  color: var(--primary);
  margin-bottom: 10px;

}

.bl-header p {

  color: var(--light);

}

.bl-features {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;

}

.bl-item {

  background: #F8FAFD;
  border: 1px solid #EEF2F7;
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  transition: .35s;

}

.bl-icon {

  width: 65px;
  height: 65px;
  margin: auto;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 18px;
  background: #EAF2FF;

}

.bl-item h4 {

  margin: 0;
  font-size: 18px;
  color: var(--primary);

}

.bl-item:hover {

  background: var(--primary);
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(6, 43, 99, .20);

}

.bl-item:hover h4 {

  color: #fff;

}

.bl-item:hover .bl-icon {

  background: var(--secondary);

}

.full {

  grid-column: span 2;

}

/* Responsive */

@media(max-width:991px) {

  .bl-grid {

    grid-template-columns: 1fr;

  }

  .bl-content h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .bl-section {

    padding: 70px 0;

  }

  .bl-content h2 {

    font-size: 30px;

  }

  .bl-features {

    grid-template-columns: 1fr;

  }

  .full {

    grid-column: span 1;

  }

  .bl-btn {

    width: 100%;
    text-align: center;

  }

}











.biz-section {

  padding: 100px 0;
  background:
    linear-gradient(135deg, #062B63 0%, #0B4AA7 45%, #ffffff 45%, #ffffff 100%);

}

.biz-container {

  width: 90%;
  max-width: 1280px;
  margin: auto;

}

.biz-top {

  text-align: center;
  margin-bottom: 60px;
  color: #fff;

}

.biz-top span {

  display: inline-block;
  padding: 10px 24px;
  background: rgba(255, 255, 255, .15);
  border-radius: 50px;
  margin-bottom: 20px;

}

.biz-top h2 {

  font-size: 48px;
  line-height: 1.2;

}

.biz-top strong {

  color: #FFD76A;

}

.biz-top p {

  max-width: 700px;
  margin: 20px auto 0;
  opacity: .9;

}

.biz-grid {

  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;

}

.biz-left {

  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(15px);
  padding: 45px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);

}

.biz-left h3 {

  font-size: 32px;
  margin-bottom: 20px;

}

.biz-left p {

  line-height: 1.9;
  margin-bottom: 30px;

}

.biz-left a {

  display: inline-block;
  padding: 16px 38px;
  background: #C9971A;
  color: #062B63;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;

}

.biz-right {

  background: #fff;
  border-radius: 30px;
  padding: 45px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .08);

}

.biz-item {

  display: flex;
  gap: 25px;
  padding: 22px 0;
  border-bottom: 1px solid #edf2f7;
  transition: .3s;

}

.biz-item:last-child {

  border: none;

}

.biz-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF5FF;
  border-radius: 18px;
  color: #062B63;
  font-size: 26px;
  transition: .35s;
}

.biz-item:hover .biz-icon {
  background: #062B63;
  color: #C9971A;
  transform: rotate(-8deg) scale(1.08);
}

.biz-item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid #edf2f7;
  transition: .35s;
}

.biz-item:last-child {
  border-bottom: none;
}

.biz-item h4 {
  color: #062B63;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
}

.biz-item p {
  color: #667085;
  line-height: 1.8;
}

.biz-item h4 {

  color: #062B63;
  font-size: 22px;
  margin-bottom: 8px;

}

.biz-item p {

  color: #5F6B7A;
  line-height: 1.8;

}

@media(max-width:991px) {

  .biz-grid {

    grid-template-columns: 1fr;

  }

  .biz-top {

    text-align: left;

  }

  .biz-top h2 {

    font-size: 36px;

  }

}

@media(max-width:576px) {

  .biz-section {

    padding: 70px 0;

    background: #062B63;

  }

  .biz-top h2 {

    font-size: 30px;

  }

  .biz-left,
  .biz-right {

    padding: 30px 20px;

  }

  .number {

    width: 50px;
    height: 50px;

  }

}











.lap-section {

  padding: 100px 0;
  background: #F6F9FC;

}

.lap-container {

  width: 90%;
  max-width: 1280px;
  margin: auto;

}

.lap-grid {

  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;

}

/* Left */

.lap-tag {

  display: inline-block;
  padding: 10px 22px;
  border-radius: 40px;
  background: #EAF2FF;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;

}

.lap-content h2 {

  font-size: 48px;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 25px;

}

.lap-content h2 span {

  color: var(--secondary);

}

.lap-content p {

  color: var(--text);
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 17px;

}

.lap-btn {

  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 16px 38px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: .35s;

}

.lap-btn:hover {

  background: var(--secondary);
  color: var(--primary);

}

/* Right */

.lap-card {

  background: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  border-top: 5px solid var(--secondary);

}

.lap-title {

  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;

}

.lap-title i {

  width: 60px;
  height: 60px;
  background: #EAF2FF;
  color: var(--primary);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;

}

.lap-title h3 {

  color: var(--primary);
  font-size: 30px;

}

.lap-list {

  display: grid;
  gap: 18px;

}

.lap-item {

  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #F8FAFD;
  border: 1px solid #EEF2F7;
  transition: .35s;

}

.lap-item i {

  width: 52px;
  height: 52px;
  background: #EAF2FF;
  color: var(--primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: .35s;

}

.lap-item span {

  font-weight: 600;
  color: #243B63;

}

.lap-item:hover {

  background: var(--primary);
  transform: translateX(10px);

}

.lap-item:hover span {

  color: #fff;

}

.lap-item:hover i {

  background: var(--secondary);
  color: var(--primary);

}

/* Responsive */

@media(max-width:991px) {

  .lap-grid {

    grid-template-columns: 1fr;

  }

  .lap-content h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .lap-section {

    padding: 70px 0;

  }

  .lap-content h2 {

    font-size: 30px;

  }

  .lap-card {

    padding: 25px;

  }

}












.cc-section {

  padding: 100px 0;
  background: #ffffff;

}

.cc-container {

  width: 90%;
  max-width: 1280px;
  margin: auto;

}

.cc-grid {

  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 70px;
  align-items: center;

}

/* LEFT */

.cc-badge {

  display: inline-block;
  padding: 10px 24px;
  background: #EEF5FF;
  color: var(--primary);
  border-radius: 40px;
  font-weight: 700;
  margin-bottom: 20px;

}

.cc-content h2 {

  font-size: 48px;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 25px;

}

.cc-content h2 span {

  color: var(--gold);

}

.cc-content p {

  font-size: 17px;
  line-height: 1.9;
  color: var(--text);
  margin-bottom: 18px;

}

.cc-btn {

  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 17px 38px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: .35s;

}

.cc-btn:hover {

  background: var(--gold);
  color: var(--primary);

}

/* RIGHT */

.cc-card {

  background: linear-gradient(135deg, #062B63, #0A56C4);
  border-radius: 30px;
  padding: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(6, 43, 99, .20);

}

.cc-card:before {

  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -120px;
  right: -100px;

}

.cc-icon {

  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, .12);
  border: 2px solid rgba(255, 255, 255, .15);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #FFD25A;
  margin-bottom: 25px;

}

.cc-card h3 {

  font-size: 30px;
  margin-bottom: 25px;

}

.cc-card ul {

  list-style: none;
  padding: 0;
  margin: 0;

}

.cc-card li {

  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  font-size: 17px;

}

.cc-card li:last-child {

  border: none;

}

.cc-card li i {

  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, .12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFD25A;
  font-size: 18px;

}

/* Responsive */

@media(max-width:991px) {

  .cc-grid {

    grid-template-columns: 1fr;

  }

  .cc-content h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .cc-section {

    padding: 70px 0;

  }

  .cc-content h2 {

    font-size: 30px;

  }

  .cc-card {

    padding: 30px 25px;

  }

  .cc-btn {

    width: 100%;
    justify-content: center;

  }

}











.loan-process {

  padding: 100px 0;
  background: #F7F9FC;

}

.lp-container {

  width: 90%;
  max-width: 1200px;
  margin: auto;

}

.lp-heading {

  text-align: center;
  margin-bottom: 70px;

}

.lp-heading span {

  display: inline-block;
  padding: 10px 22px;
  background: #EAF2FF;
  color: var(--primary);
  border-radius: 40px;
  font-weight: 700;
  margin-bottom: 20px;

}

.lp-heading h2 {

  font-size: 48px;
  color: var(--primary);
  margin-bottom: 15px;

}

.lp-heading p {

  max-width: 650px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text);

}

/* Timeline */

.lp-timeline {

  position: relative;
  padding-left: 70px;

}



.lp-step {

  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 45px;
  position: relative;

}

.lp-step:last-child {

  margin-bottom: 0;

}

.lp-icon {

  width: 65px;
  height: 65px;
  min-width: 65px;
  background: #062B63;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
  z-index: 2;
  transition: .35s;

}

.lp-step:hover .lp-icon {

  background: #C9971A;
  color: #062B63;
  transform: scale(1.1);

}

.lp-content {

  background: #fff;
  padding: 28px 30px;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
  width: 100%;
  transition: .35s;

}

.lp-step:hover .lp-content {

  transform: translateX(8px);

}

.lp-content span {

  display: inline-block;
  color: #C9971A;
  font-weight: 700;
  margin-bottom: 10px;

}

.lp-content h3 {

  color: #062B63;
  font-size: 24px;
  margin-bottom: 12px;

}

.lp-content p {

  color: #667085;
  line-height: 1.8;

}

/* Mobile */

@media(max-width:768px) {

  .loan-process {

    padding: 70px 0;

  }

  .lp-heading h2 {

    font-size: 34px;

  }

  .lp-timeline {

    padding-left: 0;

  }

  .lp-timeline::before {

    display: none;

  }

  .lp-step {

    flex-direction: column;
    gap: 18px;

  }

  .lp-content {

    padding: 25px;

  }

}









.eligibility-section {

  padding: 100px 0;
  background: #fff;

}

.eligibility-container {

  width: 90%;
  max-width: 1200px;
  margin: auto;

}

.eligibility-heading {

  text-align: center;
  margin-bottom: 60px;

}

.eligibility-tag {

  display: inline-block;
  padding: 10px 22px;
  background: #EEF5FF;
  color: var(--primary);
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 20px;

}

.eligibility-heading h2 {

  font-size: 48px;
  color: var(--primary);
  margin-bottom: 15px;

}

.eligibility-heading p {

  max-width: 700px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text);

}

/* Cards */

.eligibility-grid {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;

}

.eligibility-card {

  background: #fff;
  padding: 40px;
  border-radius: 28px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .05);
  transition: .35s;

}

.eligibility-card:hover {

  transform: translateY(-10px);
  border-color: var(--gold);

}

.card-top {

  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;

}

.card-icon {

  width: 75px;
  height: 75px;
  background: #EEF5FF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--primary);
  transition: .35s;

}

.eligibility-card:hover .card-icon {

  background: var(--primary);
  color: #fff;

}

.card-top h3 {

  font-size: 28px;
  color: var(--primary);
  margin-bottom: 8px;

}

.card-top p {

  color: var(--text);

}

.eligibility-card ul {

  list-style: none;
  padding: 0;
  margin: 0;

}

.eligibility-card li {

  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #F1F4F8;
  font-size: 17px;
  color: #334155;

}

.eligibility-card li:last-child {

  border: none;

}

.eligibility-card li i {

  width: 35px;
  height: 35px;
  background: #EEF5FF;
  color: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;

}

/* Responsive */

@media(max-width:991px) {

  .eligibility-grid {

    grid-template-columns: 1fr;

  }

  .eligibility-heading h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .eligibility-section {

    padding: 70px 0;

  }

  .eligibility-heading h2 {

    font-size: 30px;

  }

  .eligibility-card {

    padding: 25px;

  }

  .card-top {

    flex-direction: column;
    align-items: flex-start;

  }

}










.doc-section {

  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #F7F9FC);

}

.doc-container {

  width: 90%;
  max-width: 1250px;
  margin: auto;

}

.doc-heading {

  text-align: center;
  margin-bottom: 60px;

}

.doc-badge {

  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #EEF5FF;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;

}

.doc-heading h2 {

  font-size: 48px;
  color: var(--primary);
  margin-bottom: 15px;

}

.doc-heading p {

  max-width: 700px;
  margin: auto;
  color: var(--text);
  font-size: 17px;
  line-height: 1.8;

}

/* Cards */

.doc-grid {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;

}

.doc-card {

  background: #fff;
  border-radius: 28px;
  padding: 35px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .05);
  transition: .35s;
  position: relative;
  overflow: hidden;

}

.doc-card::before {

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));

}

.doc-card:hover {

  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(6, 43, 99, .12);

}

.doc-header {

  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;

}

.doc-icon {

  width: 75px;
  height: 75px;
  border-radius: 22px;
  background: #EEF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--primary);
  transition: .35s;

}

.doc-card:hover .doc-icon {

  background: var(--primary);
  color: #fff;

}

.doc-header h3 {

  font-size: 28px;
  color: var(--primary);
  margin-bottom: 6px;

}

.doc-header p {

  color: var(--text);

}

.doc-card ul {

  list-style: none;
  padding: 0;
  margin: 0;

}

.doc-card li {

  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #F1F4F8;
  font-size: 16px;
  color: #334155;

}

.doc-card li:last-child {

  border: none;

}

.doc-card li i {

  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #EEF5FF;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: .35s;

}

.doc-card li:hover i {

  background: var(--secondary);
  color: #062B63;

}

/* Responsive */

@media(max-width:991px) {

  .doc-grid {

    grid-template-columns: 1fr;

  }

  .doc-heading h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .doc-section {

    padding: 70px 0;

  }

  .doc-heading h2 {

    font-size: 30px;

  }

  .doc-card {

    padding: 25px;

  }

  .doc-header {

    flex-direction: column;
    align-items: flex-start;

  }

}










.faq-section {

  padding: 100px 0;
  background: var(--bg);

}

.faq-container {

  width: 90%;
  max-width: 1000px;
  margin: auto;

}

.faq-heading {

  text-align: center;
  margin-bottom: 60px;

}

.faq-badge {

  display: inline-block;
  padding: 10px 22px;
  background: #EEF5FF;
  color: var(--primary);
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 20px;

}

.faq-heading h2 {

  font-size: 46px;
  color: var(--primary);
  margin-bottom: 15px;

}

.faq-heading p {

  max-width: 700px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text);

}

/* Accordion */

.faq-wrapper {

  display: flex;
  flex-direction: column;
  gap: 18px;

}

.faq-item {

  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
  transition: .3s;

}

.faq-item.active {

  border-color: var(--secondary);

}

.faq-question {

  width: 100%;
  background: none;
  border: none;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  text-align: left;

}

.faq-question i {

  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EEF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: .3s;

}

.faq-item.active .faq-question i {

  background: var(--secondary);
  color: #fff;

}

.faq-answer {

  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;

}

.faq-answer p {

  padding: 0 30px 25px;
  color: var(--text);
  line-height: 1.8;
  font-size: 16px;

}

.faq-item.active .faq-answer {

  max-height: 250px;

}

/* Responsive */

@media(max-width:768px) {

  .faq-section {

    padding: 70px 0;

  }

  .faq-heading h2 {

    font-size: 32px;

  }

  .faq-question {

    font-size: 17px;
    padding: 20px;

  }

  .faq-answer p {

    padding: 0 20px 20px;

  }

}












.trust-section {

  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #F7F9FC);

}

.trust-container {

  width: 90%;
  max-width: 1300px;
  margin: auto;

}

.trust-heading {

  text-align: center;
  margin-bottom: 70px;

}

.trust-badge {

  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  background: #EEF5FF;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;

}

.trust-heading h2 {

  font-size: 48px;
  color: var(--primary);
  margin-bottom: 15px;

}

.trust-heading h2 span {

  color: var(--gold);

}

.trust-heading p {

  max-width: 720px;
  margin: auto;
  color: var(--text);
  font-size: 17px;
  line-height: 1.8;

}

/* Grid */

.trust-grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;

}

/* Center */

.trust-center {

  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 2/span 2;

}

.trust-circle {

  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: linear-gradient(135deg, #062B63, #0A58C8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  color: #fff;
  box-shadow: 0 25px 60px rgba(6, 43, 99, .25);

}

.trust-circle i {

  font-size: 60px;
  color: #FFD76A;
  margin-bottom: 20px;

}

.trust-circle h3 {

  font-size: 28px;
  margin-bottom: 12px;

}

.trust-circle p {

  line-height: 1.8;
  opacity: .9;

}

/* Cards */

.trust-card {

  background: #fff;
  padding: 35px 25px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #E9EEF6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .05);
  transition: .35s;

}

.trust-card i {

  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #EEF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--primary);
  transition: .35s;

}

.trust-card h3 {

  font-size: 22px;
  color: var(--primary);
  line-height: 1.4;

}

.trust-card:hover {

  transform: translateY(-10px);

}

.trust-card:hover i {

  background: var(--primary);
  color: #FFD76A;
  transform: rotate(-10deg);

}

/* Responsive */

@media(max-width:991px) {

  .trust-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .trust-center {

    grid-column: 1/-1;
    grid-row: auto;
    margin: 20px 0;

  }

  .trust-circle {

    width: 280px;
    height: 280px;

  }

  .trust-heading h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .trust-section {

    padding: 70px 0;

  }

  .trust-grid {

    grid-template-columns: 1fr;

  }

  .trust-circle {

    width: 250px;
    height: 250px;
    padding: 30px;

  }

  .trust-circle h3 {

    font-size: 22px;

  }

  .trust-heading h2 {

    font-size: 30px;

  }

}










.contact-cta {

  padding: 100px 0;
  background: #F6F9FC;

}

.contact-container {

  width: 90%;
  max-width: 1280px;
  margin: auto;

}

.contact-card {

  background: linear-gradient(135deg, #062B63, #0A58C8);
  border-radius: 35px;
  padding: 70px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;

}

.contact-card::before {

  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, .05);
  border-radius: 50%;
  top: -180px;
  right: -150px;

}

.contact-card::after {

  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, .04);
  border-radius: 50%;
  bottom: -120px;
  left: -120px;

}

/* Left */

.contact-badge {

  display: inline-block;
  padding: 10px 24px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;

}

.contact-left h2 {

  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 25px;

}

.contact-left h2 span {

  color: #FFD76A;

}

.contact-left p {

  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .88);
  margin-bottom: 18px;

}

.contact-features {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 35px;

}

.feature-item {

  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 16px;
  color: #fff;

}

.feature-item i {

  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C9971A;
  color: #062B63;
  font-size: 18px;

}

/* Right */

.contact-box {

  background: #fff;
  border-radius: 28px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);

}

.contact-icon {

  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EEF5FF;
  color: #062B63;
  font-size: 36px;

}

.contact-box h3 {

  font-size: 30px;
  color: #062B63;
  margin-bottom: 15px;

}

.contact-box p {

  color: #667085;
  line-height: 1.8;
  margin-bottom: 30px;

}

.call-btn,
.enquiry-btn {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 15px;
  transition: .35s;

}

.call-btn {

  background: #062B63;
  color: #fff;

}

.call-btn:hover {

  background: #041D46;

}

.enquiry-btn {

  background: #C9971A;
  color: #062B63;

}

.enquiry-btn:hover {

  background: #B88914;

}

/* Responsive */

@media(max-width:991px) {

  .contact-card {

    grid-template-columns: 1fr;
    padding: 50px 35px;

  }

  .contact-left h2 {

    font-size: 38px;

  }

}

@media(max-width:576px) {

  .contact-cta {

    padding: 70px 0;

  }

  .contact-card {

    padding: 35px 20px;

  }

  .contact-left h2 {

    font-size: 30px;

  }

  .contact-features {

    grid-template-columns: 1fr;

  }

  .contact-box {

    padding: 30px 20px;

  }

}










.disclaimer-section {

  padding: 70px 0;
  background: #F8FAFD;

}

.disclaimer-container {

  width: 90%;
  max-width: 1200px;
  margin: auto;

}

.disclaimer-box {

  display: flex;
  align-items: flex-start;
  gap: 30px;

  padding: 35px 40px;

  background: #FFFDF8;

  border-left: 6px solid var(--secondary);

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);

}

.disclaimer-icon {

  width: 75px;
  height: 75px;
  min-width: 75px;

  background: var(--secondary);

  border-radius: 18px;

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

  font-size: 32px;

  color: var(--primary);

}

.disclaimer-content h3 {

  font-size: 30px;
  color: var(--primary);
  margin-bottom: 15px;

}

.disclaimer-content p {

  font-size: 16px;
  line-height: 1.9;
  color: var(--text);
  margin-bottom: 15px;

}

.disclaimer-content p:last-child {

  margin-bottom: 0;

}

/* Responsive */

@media(max-width:768px) {

  .disclaimer-box {

    flex-direction: column;
    padding: 30px 25px;

  }

  .disclaimer-icon {

    width: 65px;
    height: 65px;
    min-width: 65px;
    font-size: 28px;

  }

  .disclaimer-content h3 {

    font-size: 24px;

  }

}








:root {

  --primary: #062B63;
  --secondary: #C9971A;
  --white: #ffffff;
  --text: #31435D;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sle-header {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  background: rgba(255, 255, 255, .96);

  backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(0, 0, 0, .06);

  transition: .35s;

}

.sle-container {

  max-width: 1320px;
  width: 90%;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 95px;

}

/* Logo */

.sle-logo img {

  height: 100px;
  display: block;

}

/* Navigation */

.sle-nav ul {

  display: flex;

  align-items: center;

  gap: 35px;

  list-style: none;

}

.sle-nav a {

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

  color: var(--text);

  position: relative;

  transition: .3s;

}

.sle-nav a:hover,
.sle-nav a.active {

  color: var(--primary);

}

.sle-nav a::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -8px;

  width: 0;

  height: 3px;

  background: var(--secondary);

  border-radius: 20px;

  transition: .3s;

}

.sle-nav a:hover::after,
.sle-nav a.active::after {

  width: 100%;

}

/* Button */

.sle-btn {

  padding: 14px 30px;

  background: linear-gradient(135deg, var(--primary), #0B57C5);

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  color: #fff;

  transition: .35s;

}

.sle-btn:hover {

  background: linear-gradient(135deg, var(--secondary), #E0B13A);

  color: #062B63;

  transform: translateY(-3px);

}

/* Mobile */

.sle-toggle {

  display: none;

  width: 50px;

  height: 50px;

  border: none;

  background: #EEF5FF;

  border-radius: 12px;

  cursor: pointer;

  font-size: 22px;

  color: var(--primary);

}

/* Responsive */

@media(max-width:991px) {

  .sle-nav {

    display: none;

  }

  .sle-btn {

    display: none;

  }

  .sle-toggle {

    display: flex;

    align-items: center;

    justify-content: center;

  }

  .sle-container {

    height: 75px;

  }

  .sle-logo img {

    height: 48px;

  }

}


/* ==================================================
   MOBILE MENU
================================================== */

.sle-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.35s ease;
    z-index:9998;
}

.sle-overlay.active{
    opacity:1;
    visibility:visible;
}

.sle-mobile-menu{

    position:fixed;
    top:0;
    right:-100%;

    width:320px;
    max-width:85%;

    height:100dvh;

    background:#fff;

    padding:25px;

    display:flex;
    flex-direction:column;

    overflow-y:auto;

    box-sizing:border-box;

    transition:right .35s ease;

    box-shadow:-10px 0 40px rgba(0,0,0,.15);

    z-index:9999;

}

.sle-mobile-menu.active{
    right:0;
}

.mobile-top{

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

    margin-bottom:30px;

}

.mobile-top img{

    height:60px;

}

.sle-close{

    width:42px;
    height:42px;

    border:none;

    border-radius:10px;

    background:#EEF5FF;

    color:var(--primary);

    font-size:20px;

    cursor:pointer;

}

.sle-mobile-menu ul{

    list-style:none;
    margin:0;
    padding:0;

}

.sle-mobile-menu ul li{

    border-bottom:1px solid #eee;

}

.sle-mobile-menu ul li a{

    display:block;

    padding:16px 5px;

    color:var(--text);

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.sle-mobile-menu ul li a:hover{

    color:var(--primary);

    padding-left:12px;

}

.mobile-btn{

    margin-top:auto;

    display:block;

    text-align:center;

    padding:15px;

    border-radius:50px;

    text-decoration:none;

    background:linear-gradient(135deg,var(--primary),#0B57C5);

    color:#fff;

    font-weight:700;

}

.mobile-btn:hover{

    background:linear-gradient(135deg,var(--secondary),#E0B13A);

    color:#062B63;

}

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

@media (min-width:992px){

    .sle-mobile-menu,
    .sle-overlay{
        display:none;
    }

}

@media (max-width:991px){

    .sle-nav,
    .sle-btn{
        display:none;
    }

    .sle-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .sle-container{
        height:75px;
    }

    .sle-logo img{
        height:60px;
    }

}

@media (max-width:480px){

    .sle-mobile-menu{

        width:100%;
        max-width:100%;
        right:-100%;
        padding:20px;
        border-radius:0;

    }

    .sle-mobile-menu.active{
        right:0;
    }

    .mobile-top img{
        height:50px;
    }

    .sle-close{

        width:40px;
        height:40px;
        font-size:18px;

    }

}

html,
body{
    overflow-x:hidden;
}












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

.hero{
    position:relative;
    width:100%;
    min-height:100vh;
    background:url("/assets/home.png") center center/cover no-repeat;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden;
    padding:180px 20px 80px;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(6,18,43,.80),
        rgba(6,18,43,.75)
    );
}

.hero-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:900px;
    margin:auto;
}

.hero-tag{
    display:inline-block;
    padding:12px 26px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin-bottom:25px;
}

.hero h1{
    color:#fff;
    font-size:72px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:25px;
}

.hero h1 span{
    color:#FFD54F;
}

.hero p{
    color:#f1f5f9;
    font-size:20px;
    line-height:34px;
    max-width:720px;
    margin:auto;
}

.hero-btns{
    margin-top:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    padding:18px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}

.btn-primary{
    background:#FFD54F;
    color:#111827;
}

.btn-primary:hover{
    transform:translateY(-4px);
}

.btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

.btn-secondary:hover{
    background:#fff;
    color:#0F172A;
}

/* ===============================
   1400px
================================ */

@media (max-width:1400px){

.hero h1{
    font-size:62px;
}

.hero p{
    font-size:19px;
}

}

/* ===============================
   1200px
================================ */

@media (max-width:1200px){

.hero{
    padding:130px 30px 80px;
}

.hero h1{
    font-size:56px;
}

.hero p{
    max-width:650px;
}

}

/* ===============================
   992px
================================ */

@media (max-width:992px){

.hero{
    min-height:90vh;
    padding:140px 30px 70px;
}

.hero h1{
    font-size:48px;
}

.hero p{
    font-size:18px;
    line-height:30px;
}

.hero-btns{
    gap:15px;
}

}

/* ===============================
   768px
================================ */

@media (max-width:768px){

.hero{
    min-height:85vh;
    padding:120px 20px 60px;
}

.hero-tag{
    font-size:14px;
    padding:10px 20px;
}

.hero h1{
    font-size:40px;
}

.hero p{
    font-size:17px;
    line-height:28px;
}

.hero-btns{
    flex-direction:column;
    width:100%;
}

.btn-primary,
.btn-secondary{
    width:260px;
}

}

/* ===============================
   576px
================================ */

@media (max-width:576px){

.hero{
    min-height:80vh;
    padding:110px 18px 50px;
}

.hero h1{
    font-size:34px;
}

.hero p{
    font-size:16px;
    line-height:26px;
}

.btn-primary,
.btn-secondary{
    width:100%;
    max-width:260px;
    padding:16px 20px;
}

}

/* ===============================
   480px
================================ */

@media (max-width:480px){

.hero{
    padding:100px 15px 45px;
}

.hero-tag{
    font-size:13px;
    padding:9px 18px;
}

.hero h1{
    font-size:30px;
}

.hero p{
    font-size:15px;
    line-height:24px;
}

.hero-btns{
    margin-top:30px;
}

}

/* ===============================
   375px
================================ */

@media (max-width:375px){

.hero h1{
    font-size:27px;
}

.hero p{
    font-size:14px;
    line-height:22px;
}

.btn-primary,
.btn-secondary{
    font-size:14px;
    padding:15px 18px;
}

}

/* ===============================
   320px
================================ */

@media (max-width:320px){

.hero{
    padding:90px 12px 40px;
}

.hero-tag{
    font-size:12px;
    padding:8px 15px;
}

.hero h1{
    font-size:24px;
    line-height:1.25;
}

.hero p{
    font-size:13px;
    line-height:20px;
}

.btn-primary,
.btn-secondary{
    width:100%;
    font-size:13px;
    padding:14px 15px;
}

}