/* ============================================================
    [Master Stylesheets]

    Theme Name:     JSNJ     
    Theme URL:      https://thehomedesign.in
    Description:    JNSJ- Architecture Interiors  
    Version:        1.0.0

============================================================== */
/*
========================================
*********** TABLE OF CONTENTS **********

    01.  Css Variables
    02.  Font Size css
    03.  Common Typography Css 
    04.  Custom Classes Css
    05.  Global Start
    06.  Background Color Css
    07.  Color Css
    08.  margin Css
    09.  padding Css
    10.  Border Color Css
    11.  Button Css
    12.  Accordion Css
    13.  Card Css
    14.  Form Css
    15.  Custom Input group
    16.  Modal Css
    17.  Pagination Css
    18.  Table Css
    19.  Tab Css
    20.  Badge Cs
    21.  Alert Css
    22.  preload Css
    23.  Social Icon Css
    24.  Header Start 
    25.  Footer Start  
    26. Breadcrumb Css
    27. Banner Start
    28. Who-we Start
    29. About Start
    30. Services Start
    31. Video Start
    32. Projects Start
    33. Testimonial Start
    34. Team Start
    35. Faq Start
    36. Blog Start
    37. Call-to-action Section Start
    38. 404 Start

========================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  /* --heading-font: "Jost", sans-serif;
  --body-font: "Inter", sans-serif; */
  --heading-font: "Jost", "Poppins", "Clash Display", "Space Grotesk",
    sans-serif;
  --body-font: "Inter", "Outfit", "Satoshi", "DM Sans", sans-serif;
  /* Base Color */
  --base-h: 160;
  --base-s: 46%;
  --base-l: 39%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 1);
  /* Base Two Color */
  --base-two-h: 31;
  --base-two-s: 70%;
  --base-two-l: 64%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-200: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-300: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-400: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-500: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-600: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-700: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-800: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  --base-two-d-900: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.9);
  --base-two-d-1000: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 1);
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
  --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
  --white: 0 0% 100%;
  --body-color: 0 0% 40%;
  --heading-color: 160 8% 8%;
  --border-color: 0 0% 40%;
  --black-h: 160;
  --black-s: 8%;
  --black-l: 8%;
  --black: var(--black-h) var(--black-s) var(--black-l);
  --black-d-100: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.1);
  --black-d-200: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.2);
  --black-d-300: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.3);
  --black-d-400: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.4);
  --black-d-500: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.5);
  --black-d-600: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.6);
  --black-d-700: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.7);
  --black-d-800: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.8);
  --black-d-900: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 0.9);
  --black-d-1000: var(--black-h) var(--black-s)
    calc(var(--black-l) - var(--black-l) * 1);
  --black-l-100: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.1);
  --black-l-200: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.2);
  --black-l-300: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.3);
  --black-l-400: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.4);
  --black-l-500: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.5);
  --black-l-600: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.6);
  --black-l-700: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.7);
  --black-l-800: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.8);
  --black-l-900: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 0.9);
  --black-l-1000: var(--black-h) calc(var(--black-s))
    calc(var(--black-l) + (100% - var(--black-l)) * 1);
  --grey: 0 0% 40%;
  --grey-two: 0 0% 95%;
  --green: 155 52% 13%;
  --orange: 30 100% 98%;
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 0px 66px hsl(var(--black) / 0.08);
  /* === Bootstrap Modifier Start ==== */
  /* Primary Color */
  --primary-h: 245;
  --primary-s: 100%;
  --primary-l: 60%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-l-100: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  /* Success Color */
  --success-h: 147;
  --success-s: 94%;
  --success-l: 39%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  --success-d-100: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.5);
  --success-l-100: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 83%;
  --danger-l: 53%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  --danger-d-100: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.5);
  --danger-l-100: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  /* Warning Color */
  --warning-h: 29;
  --warning-s: 100%;
  --warning-l: 63%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  /* === Bootstrap Modifier End ==== */
  /* ==== Dark Mood Color Modify Start ===== */
}
:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}
@media screen and (max-width: 1199px) {
  .fs-16 {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1399px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}

.fs-21 {
  font-size: 1.3125rem;
}
@media screen and (max-width: 1399px) {
  .fs-21 {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-21 {
    font-size: 1.125rem;
  }
}

.fs-22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 1399px) {
  .fs-22 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-22 {
    font-size: 1.1875rem;
  }
}

.fs-23 {
  font-size: 1.4375rem;
}
@media screen and (max-width: 1399px) {
  .fs-23 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-23 {
    font-size: 1.25rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1399px) {
  .fs-24 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-24 {
    font-size: 1.3125rem;
  }
}

.fs-25 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1399px) {
  .fs-25 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-25 {
    font-size: 1.375rem;
  }
}

.fs-26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 1399px) {
  .fs-26 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-26 {
    font-size: 1.4375rem;
  }
}

.fs-27 {
  font-size: 1.6875rem;
}
@media screen and (max-width: 1399px) {
  .fs-27 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-27 {
    font-size: 1.5rem;
  }
}

.fs-28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 1399px) {
  .fs-28 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-28 {
    font-size: 1.5625rem;
  }
}

.fs-29 {
  font-size: 1.8125rem;
}
@media screen and (max-width: 1399px) {
  .fs-29 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-29 {
    font-size: 1.625rem;
  }
}

.fs-30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1399px) {
  .fs-30 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-30 {
    font-size: 1.6875rem;
  }
}

.fs-31 {
  font-size: 1.9375rem;
}
@media screen and (max-width: 1399px) {
  .fs-31 {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-31 {
    font-size: 1.75rem;
  }
}

.fs-32 {
  font-size: 2rem;
}
@media screen and (max-width: 1399px) {
  .fs-32 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-32 {
    font-size: 1.8125rem;
  }
}

.fs-33 {
  font-size: 2.0625rem;
}
@media screen and (max-width: 1399px) {
  .fs-33 {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-33 {
    font-size: 1.875rem;
  }
}

.fs-34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 1399px) {
  .fs-34 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-34 {
    font-size: 1.9375rem;
  }
}

.fs-35 {
  font-size: 2.1875rem;
}
@media screen and (max-width: 1399px) {
  .fs-35 {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-35 {
    font-size: 2rem;
  }
}

.fs-36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1399px) {
  .fs-36 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-36 {
    font-size: 2.0625rem;
  }
}

.fs-37 {
  font-size: 2.3125rem;
}
@media screen and (max-width: 1399px) {
  .fs-37 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-37 {
    font-size: 2.125rem;
  }
}

.fs-38 {
  font-size: 2.375rem;
}
@media screen and (max-width: 1399px) {
  .fs-38 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-38 {
    font-size: 2.1875rem;
  }
}

.fs-39 {
  font-size: 2.4375rem;
}
@media screen and (max-width: 1399px) {
  .fs-39 {
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-39 {
    font-size: 2.25rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .fs-40 {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-40 {
    font-size: 2.3125rem;
  }
}

.fs-41 {
  font-size: 2.5625rem;
}
@media screen and (max-width: 1399px) {
  .fs-41 {
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-41 {
    font-size: 2.375rem;
  }
}

.fs-42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 1399px) {
  .fs-42 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-42 {
    font-size: 2.4375rem;
  }
}

.fs-43 {
  font-size: 2.6875rem;
}
@media screen and (max-width: 1399px) {
  .fs-43 {
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-43 {
    font-size: 2.5rem;
  }
}

.fs-44 {
  font-size: 2.75rem;
}
@media screen and (max-width: 1399px) {
  .fs-44 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-44 {
    font-size: 2.5625rem;
  }
}

.fs-45 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 1399px) {
  .fs-45 {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-45 {
    font-size: 2.625rem;
  }
}

.fs-46 {
  font-size: 2.875rem;
}
@media screen and (max-width: 1399px) {
  .fs-46 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-46 {
    font-size: 2.6875rem;
  }
}

.fs-47 {
  font-size: 2.9375rem;
}
@media screen and (max-width: 1399px) {
  .fs-47 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-47 {
    font-size: 2.75rem;
  }
}

.fs-48 {
  font-size: 3rem;
}
@media screen and (max-width: 1399px) {
  .fs-48 {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-48 {
    font-size: 2.8125rem;
  }
}

.fs-49 {
  font-size: 3.0625rem;
}
@media screen and (max-width: 1399px) {
  .fs-49 {
    font-size: 2.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-49 {
    font-size: 2.875rem;
  }
}

.fs-50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 1399px) {
  .fs-50 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-50 {
    font-size: 2.9375rem;
  }
}

.fs-51 {
  font-size: 3.1875rem;
}
@media screen and (max-width: 1399px) {
  .fs-51 {
    font-size: 3.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-51 {
    font-size: 3rem;
  }
}

.fs-52 {
  font-size: 3.25rem;
}
@media screen and (max-width: 1399px) {
  .fs-52 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-52 {
    font-size: 3.0625rem;
  }
}

.fs-53 {
  font-size: 3.3125rem;
}
@media screen and (max-width: 1399px) {
  .fs-53 {
    font-size: 3.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-53 {
    font-size: 3.125rem;
  }
}

.fs-54 {
  font-size: 3.375rem;
}
@media screen and (max-width: 1399px) {
  .fs-54 {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-54 {
    font-size: 3.1875rem;
  }
}

.fs-55 {
  font-size: 3.4375rem;
}
@media screen and (max-width: 1399px) {
  .fs-55 {
    font-size: 3.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-55 {
    font-size: 3.25rem;
  }
}

.fs-56 {
  font-size: 3.5rem;
}
@media screen and (max-width: 1399px) {
  .fs-56 {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-56 {
    font-size: 3.3125rem;
  }
}

.fs-57 {
  font-size: 3.5625rem;
}
@media screen and (max-width: 1399px) {
  .fs-57 {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-57 {
    font-size: 3.375rem;
  }
}

.fs-58 {
  font-size: 3.625rem;
}
@media screen and (max-width: 1399px) {
  .fs-58 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-58 {
    font-size: 3.4375rem;
  }
}

.fs-59 {
  font-size: 3.6875rem;
}
@media screen and (max-width: 1399px) {
  .fs-59 {
    font-size: 3.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-59 {
    font-size: 3.5rem;
  }
}

.fs-60 {
  font-size: 3.75rem;
}
@media screen and (max-width: 1399px) {
  .fs-60 {
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-60 {
    font-size: 3.5rem;
  }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--grey));
  word-break: break-word;
  background-color: var(--background-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--grey));
}

h1 {
  font-size: 3.75rem;
}
@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1399px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.1875rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (max-width: 1399px) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  h6 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 991px) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  h6 {
    font-size: 0.875rem;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--info));
}

a:hover {
  color: hsl(var(--base));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  outline: none;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

figure {
  margin: 0;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Selection Css */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* Bg Image Css */
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* parallax image */
.parallax-image-wrap {
  position: relative;
  overflow: hidden;
}

.parallax-image-inner {
  width: 100%;
  height: 100%;
  will-change: transform;
}

.parallax-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* ================================= Custom Classes Css End =========================== */
/* ======================  Global Start  ======================*/
.wrapper {
  overflow-x: hidden;
}

.section-title h6 {
  font-weight: 500;
}
.section-title p {
  padding-top: 15px;
}

.btn-slider-next,
.btn-slider-prev {
  --nav-offset: -7%;
  border: 1px solid hsl(var(--base-two));
  width: 48px;
  height: 48px;
  border-radius: 100%;
  color: hsl(var(--black));
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 1399px) {
  .btn-slider-next,
  .btn-slider-prev {
    --nav-offset: -5%;
  }
}
@media screen and (max-width: 991px) {
  .btn-slider-next,
  .btn-slider-prev {
    position: relative;
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
}
.btn-slider-next:hover,
.btn-slider-prev:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}
.btn-slider-next::after,
.btn-slider-prev::after {
  font-size: 22px;
}

.btn-slider-next {
  right: var(--nav-offset);
}

.btn-slider-prev {
  left: var(--nav-offset);
}

.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
}

@media screen and (max-width: 991px) {
  .slider-btn {
    display: flex;
    float: inline-end;
    gap: 15px;
  }
  .btn-slider-next,
  .btn-slider-prev {
    --nav-offset: 0;
    border-radius: 7px;
  }
}
.swiper-pagination {
  position: relative;
  margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: hsl(var(--base));
}

.progress {
  --bs-progress-height: 5px;
  border-radius: 5px;
  background-color: hsl(var(--black) / 0.2);
  overflow: unset;
}
.progress .progress-bar {
  transition: width 2s ease-in-out;
  width: 25%;
  background: hsl(var(--base));
  border-radius: 5px;
}

/* ======================  Global End  ======================*/
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}
.bg--base-two {
  background-color: hsl(var(--base-two)) !important;
}
.bg--green {
  background-color: hsl(var(--green)) !important;
}
.bg--orange {
  background-color: hsl(var(--orange)) !important;
}
.bg--primary {
  background-color: hsl(var(--primary)) !important;
}
.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}
.bg--success {
  background-color: hsl(var(--success)) !important;
}
.bg--danger {
  background-color: hsl(var(--danger)) !important;
}
.bg--warning {
  background-color: hsl(var(--warning)) !important;
}
.bg--info {
  background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}
.text--base-two {
  color: hsl(var(--base-two)) !important;
}
.text--grey {
  color: hsl(var(--grey)) !important;
}
.text--grey-two {
  color: hsl(var(--grey-two)) !important;
}
.text--white {
  color: hsl(var(--white)) !important;
}
.text--black {
  color: hsl(var(--black)) !important;
}
.text--primary {
  color: hsl(var(--primary)) !important;
}
.text--secondary {
  color: hsl(var(--secondary)) !important;
}
.text--success {
  color: hsl(var(--success)) !important;
}
.text--danger {
  color: hsl(var(--danger)) !important;
}
.text--warning {
  color: hsl(var(--warning)) !important;
}
.text--info {
  color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .mt-120 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .mt-60 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-120 {
  padding-top: 60px;
}
@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}
@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !important;
}
.border--primary {
  border-color: hsl(var(--primary)) !important;
}
.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}
.border--success {
  border-color: hsl(var(--success)) !important;
}
.border--danger {
  border-color: hsl(var(--danger)) !important;
}
.border--warning {
  border-color: hsl(var(--warning)) !important;
}
.border--info {
  border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

.pill {
  border-radius: 40px !important;
}

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 500;
  padding: 17px 29px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  display: inline-block !important;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 14px 25px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    padding: 12px 20px;
  }
}
.btn i {
  transform: rotate(-45deg);
  margin-left: 5px;
  transition: all 0.4s;
}
.btn:hover,
.btn:focus,
.btn:focus-visible {
  box-shadow: none !important;
}
.btn:hover i,
.btn:focus i,
.btn:focus-visible i {
  transform: rotate(0);
}
.btn:active {
  top: 1px;
}
.btn--lg {
  padding: 20px 35px;
}
@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}
.btn--sm {
  padding: 7px 18px;
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 8px 12px;
  }
}
.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9375rem;
  padding: 0;
}
.btn--base {
  background-color: hsl(var(--base)) !important;
}
.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}
.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}
.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}
.btn--base-two {
  background-color: hsl(var(--base-two)) !important;
}
.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
  background-color: hsl(var(--base-two-d-200)) !important;
  border: 1px solid hsl(var(--base-two-d-200)) !important;
}
.btn-outline--base-two {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base-two)) !important;
  color: hsl(var(--base-two)) !important;
}
.btn-outline--base-two:hover,
.btn-outline--base-two:focus .btn-outline--base-two:focus-visible {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white)) !important;
}
.btn--primary {
  background-color: hsl(var(--primary)) !important;
}
.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}
.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}
.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}
.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
}
.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}
.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}
.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}
.btn--black {
  background-color: hsl(var(--black)) !important;
}
.btn--black:hover,
.btn--black:focus .btn--black:focus-visible {
  background-color: hsl(var(--black-d-200)) !important;
  border: 1px solid hsl(var(--black-d-200)) !important;
}
.btn-outline--black {
  background-color: transparent !important;
  border: 1px solid hsl(var(--black)) !important;
  color: hsl(var(--black)) !important;
}
.btn-outline--black:hover,
.btn-outline--black:focus .btn-outline--black:focus-visible {
  background-color: hsl(var(--black)) !important;
  color: hsl(var(--white)) !important;
}
.btn--danger {
  background-color: hsl(var(--danger)) !important;
}
.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}
.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}
.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}
.btn--warning {
  background-color: hsl(var(--warning)) !important;
}
.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}
.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}
.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}
.btn--info {
  background-color: hsl(var(--info)) !important;
}
.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}
.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}
.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid hsl(var(--black) / 0.09);
  background-color: hsl(var(--green));
  border-radius: 5px;
  overflow: hidden;
}
.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.custom--accordion .accordion-header {
  line-height: 1;
  color: hsl(var(--white));
}
.custom--accordion .accordion-body {
  padding: 24px 20px;
  background-color: hsl(var(--section-bg));
}
.custom--accordion .accordion-body .text {
  max-width: 60%;
}
@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}
.custom--accordion .accordion-body p {
  color: hsl(var(--white) / 0.8);
}
.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}
.custom--accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}
.custom--accordion .accordion-button {
  background-color: hsl(var(--section-bg));
  color: var(--heading-color);
  font-size: 1.125rem;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 15px;
    padding-right: 30px;
  }
}
.custom--accordion .accordion-button::after {
  background-image: none;
}
.custom--accordion .accordion-button:focus {
  box-shadow: none;
}
.custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--white));
  background-color: hsl(var(--base)) !important;
  box-shadow: none;
}
.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--white));
}
.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
}
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
  color: hsl(var(--white));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
}
.custom--card .card-header {
  padding: 12px 24px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}
.custom--card .card-header .title {
  margin-bottom: 0;
}
.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 5px;
}
.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 6px;
  font-size: 0.9375rem;
  color: hsl(var(--black) / 0.6);
  font-weight: 500;
}

.form-group {
  margin-bottom: 1rem;
}

/* Form Select */
.select {
  color: hsl(var(--black) / 0.6) !important;
}
.select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}
.select option {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
  border-radius: 8px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 24px 24px;
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.5);
  color: hsl(var(--white));
  line-height: 1;
}
.form--control::-moz-placeholder {
  color: hsl(var(--white) / 0.5);
  font-size: 1rem;
}
.form--control::placeholder {
  color: hsl(var(--white) / 0.5);
  font-size: 1rem;
}
.form--control:focus {
  border-color: hsl(var(--base));
}
.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.2);
  opacity: 1;
  border: 0;
}
.form--control[type="password"] {
  color: hsl(var(--black) / 0.5);
}
.form--control[type="password"]:focus {
  color: hsl(var(--black));
}
.form--control[type="file"] {
  line-height: 50px;
  padding: 0;
  position: relative;
}
.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: hsl(var(--body-color)) !important;
}
.form--control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
  height: 150px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  /* -webkit-text-fill-color: hsl(var(--white)) !important; */
  caret-color: hsl(var(--white));
}

/* Autofill Css End */
/* input group */
.input--group {
  position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
  padding-right: 50px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Custom Checkbox Design */
.form--check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid hsl(var(--white) / 0.6);
  margin-top: 0;
  cursor: pointer;
}
.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  box-shadow: none;
}
.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}
.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 0.6875rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form--check .form-check-label {
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}
@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 0.9375rem;
  }
}
.form--check a {
  display: inline;
  color: hsl(var(--base));
}
@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

/* Custom Radio Design */
.form--radio .form-check-input {
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.form--radio .form-check-input:active {
  filter: brightness(100%);
}
.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}
.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}
.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}
.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.2) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 70px;
  height: 38px;
  cursor: pointer;
}
.form--switch .form-check-input:focus {
  border-radius: 40px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
}
.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-color: hsl(var(--white));
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  left: 5px;
  border-radius: 50%;
  transition: 0.2s linear;
}
.form--switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}
.form--switch .form-check-input:checked::before {
  left: calc(100% - 33px);
  background-color: hsl(var(--white)) !important;
}
.form--switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}
.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
  border-radius: 5px;
  border: 1px solid hsl(var(--border-color));
}
.input--group .form--control {
  border-width: 0px !important;
  padding-right: 5px;
  box-shadow: unset;
}
.input--group .input-group-text + .form--control {
  padding-right: 20px;
  padding-left: 10px;
}
.input--group:focus-within {
  border: 1px solid hsl(var(--base));
}
.input--group .input-group-text {
  border-width: 0px;
  height: calc(100% - 10px);
  margin: 5px;
  border-radius: 5px;
  background-color: hsl(var(--black) / 0.1);
  color: hsl(var(--body-color));
}
.input--group-text {
  margin-left: 5px;
}
.input--group .form--control[readonly] {
  background: hsl(var(--black) / 0.3) !important;
}
.input--group .form--control[readonly]:focus {
  border-color: hsl(var(--black) / 0.3);
}
.input--group:has(.form--control[readonly]) {
  background: hsl(var(--black) / 0.3) !important;
}
.input--group:has(.form--control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.12);
  padding: 15px;
}
.custom--modal .modal-header.close {
  width: 35px;
  height: 35px;
  background-color: hsl(var(--danger));
  font-size: 1.5625rem;
  line-height: 1;
  border-radius: 4px;
  transition: 0.2s linear;
}
.custom--modal .modal-header.close:hover {
  background-color: hsl(var(--danger-l-100));
}
.custom--modal .modal-header.close :focus {
  box-shadow: none;
}
.custom--modal .modal-content {
  border-radius: 10px !important;
}
.custom--modal .modal-body {
  padding: 15px;
}
.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.custom--modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid hsl(var(--black) / 0.12);
  justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 48px;
  }
}
@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}
.pagination .page-item .page-link {
  border: 1px solid hsl(var(--black) / 0.15);
  margin: 0 5px;
  border-radius: 5px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0 15px;
  color: hsl(var(--body-color));
}
.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.table p {
  font-size: 14px;
}

.user__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user__wrap__img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

.user__wrap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user__wrap__info h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.user__wrap__info p {
  font-size: 11px;
}

.user__wrap__info {
  text-align: left;
}

.table__country {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.table__country img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  flex: 0 0 auto;
}

.table__action .dropdown-toggle {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.04);
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: auto;
}

.table__action .dropdown-toggle::after {
  display: none;
}

.table__action .dropdown-toggle:hover {
  background-color: #03a1a0;
  color: #fff;
}

.table__transaction__id {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}
.table__transaction__id:hover {
  color: #03a1a0;
}

.table__initiated p {
  font-size: 14px;
  color: #282828;
  display: block;
  margin-bottom: 5px;
}

.table__initiated > span {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.table__status p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #282828;
}

.table__status p i {
  font-size: 10px;
  color: hsl(var(--warning));
}

.table__status__reject p i {
  color: hsl(var(--danger)) !important;
}

.table__status__approve p i {
  color: hsl(var(--success)) !important;
}

.support__tickets .table tbody tr td:nth-child(2) {
  text-align: left;
}

/* Table Content Css end */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 8px;
}
.table thead tr th {
  background-color: hsl(var(--grey));
  text-align: center;
  padding: 16px;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-weight: 500;
  border-bottom: 0;
  max-width: 170px;
  font-size: 14px;
}
.table thead tr th:not(:first-child) {
  border-left: 0;
}
.table thead tr th:first-child {
  text-align: left;
  border-radius: 7px 0px 0px 7px;
}
.table thead tr th:last-child {
  border-radius: 0 7px 7px 0;
  text-align: right;
}
.table thead tr th:nth-child(2) {
  text-align: left;
}
.table tbody {
  border: 0 !important;
  background-color: transparent;
}
.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  font-weight: 400;
  max-width: 170px;
  background-color: hsl(var(--black) / 0.04);
  font-size: 14px;
  border-top: 1px solid hsl(var(--black) / 0.04);
  border-bottom: 1px solid hsl(var(--black) / 0.04);
}
.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid hsl(var(--black) / 0.04);
  border-radius: 7px 0px 0px 7px;
}
.table tbody tr td:last-child {
  text-align: right;
  border-right: 1px solid hsl(var(--black) / 0.04);
  border-radius: 0 7px 7px 0;
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }
  .table--responsive--md tbody tr {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }
  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
    border-radius: 7px !important;
  }
  .table--responsive--md tbody tr td:last-child {
    border: none;
  }
  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    background-color: hsl(var(--grey));
    color: hsl(var(--white));
    flex: 0 0 100%;
  }
  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}
@media screen and (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--lg thead {
    display: none;
  }
  .table--responsive--lg tbody tr {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }
  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }
  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
    border-radius: 7px !important;
  }
  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }
  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    background-color: hsl(var(--grey));
    color: hsl(var(--white));
    flex: 0 0 100%;
  }
  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}
@media screen and (max-width: 1399px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xl thead {
    display: none;
  }
  .table--responsive--xl tbody tr {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }
  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
    border-radius: 7px !important;
  }
  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }
  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    background-color: hsl(var(--grey));
    color: hsl(var(--white));
    flex: 0 0 100%;
  }
  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}
@media screen and (max-width: 1399px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }
  .table--responsive--xxl tbody tr {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }
  .table--responsive--xxl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
    border-radius: 7px !important;
  }
  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }
  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
    background-color: hsl(var(--grey));
    color: hsl(var(--white));
    flex: 0 0 100%;
  }
  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}
@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px;
}
.custom--tab .nav-item {
  border-bottom: 0;
  padding: 5px;
}
.custom--tab .nav-item .nav-link {
  color: hsl(var(--white));
  padding: 8px 25px;
  background-color: transparent !important;
  border-radius: 5px;
  transition: 0.4s;
  border: 1px solid hsl(var(--black) / 0.08) !important;
}
@media screen and (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 15px;
  }
}
.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid transparent !important;
}
.custom--tab .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}
.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.custom--badge {
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.badge--base {
  background-color: hsl(var(--base) / 0.15) !important;
  color: hsl(var(--base)) !important;
}
.badge--primary {
  background-color: hsl(var(--primary) / 0.15) !important;
  color: hsl(var(--primary)) !important;
}
.badge--secondary {
  background-color: hsl(var(--secondary) / 0.15) !important;
  color: hsl(var(--secondary)) !important;
}
.badge--success {
  background-color: hsl(var(--success) / 0.15) !important;
  color: hsl(var(--success)) !important;
}
.badge--danger {
  background-color: hsl(var(--danger) / 0.15) !important;
  color: hsl(var(--danger)) !important;
}
.badge--warning {
  background-color: hsl(var(--warning) / 0.15) !important;
  color: hsl(var(--warning)) !important;
}
.badge--info {
  background-color: hsl(var(--info) / 0.15) !important;
  color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white)) !important;
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}
@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}
.alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}
.alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}
@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}
@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}
.alert__title {
  font-size: 1rem;
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}
.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}
@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.8125rem;
  }
}
.alert__link {
  position: relative;
}
.alert__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.alert__link::before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.alert--base {
  border-color: hsl(var(--base) / 0.6);
}
.alert--base .alert__icon {
  color: hsl(var(--base));
}
.alert--primary {
  border-color: hsl(var(--primary) / 0.6);
}
.alert--primary .alert__icon {
  color: hsl(var(--primary));
}
.alert--success {
  border-color: hsl(var(--success) / 0.6);
}
.alert--success .alert__icon {
  color: hsl(var(--success));
}
.alert--info {
  border-color: hsl(var(--info) / 0.6);
}
.alert--info .alert__icon {
  color: hsl(var(--info));
}
.alert--danger {
  border-color: hsl(var(--danger) / 0.6);
}
.alert--danger .alert__icon {
  color: hsl(var(--danger));
}
.alert--warning {
  border-color: hsl(var(--warning) / 0.6);
}
.alert--warning .alert__icon {
  color: hsl(var(--warning));
}
.alert--secondary {
  border-color: hsl(var(--secondary) / 0.6);
}
.alert--secondary .alert__icon {
  color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */

/* ===================== Scroll to Top Start ================================= */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px hsl(var(--base) / 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background: none;
  background-color: hsl(var(--white));
}
@media screen and (max-width: 991px) {
  .progress-wrap {
    right: 10px;
    bottom: 20px;
    height: 35px;
    width: 35px;
  }
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap::before,
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: hsl(var(--base));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: hsl(var(--base));
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-list__item {
  margin-right: 10px;
}
.social-list__item:last-child {
  margin-right: 0;
}
.social-list__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base-two));
  color: hsl(var(--black)) !important;
  border-color: hsl(var(--base-two)) !important;
}
@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 17px;
}
.social-icon a {
  border: 1px solid hsl(var(--black) / 0.25);
  color: hsl(var(--black));
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: all 0.3s;
}
.social-icon a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ================================= Social Icon Css End ===========================  */
/* ======================  Header Start  ======================*/
.navbar-main {
  width: 100%;
  height: auto;
  z-index: 111;
  padding: 10px 0;
  position: fixed;
  top: 0;
  transition: all 0.5s;
}
.navbar-main .logo-black {
  display: block;
}
.navbar-main .logo-white {
  display: none;
}
.navbar-main.navbar-shrink {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: hsl(var(--black));
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar-main.navbar-shrink {
    padding: 10px 0;
  }
}
.navbar-main.navbar-shrink .logo-black {
  display: none;
}
.navbar-main.navbar-shrink .logo-white {
  display: block;
}
.navbar-main.navbar-shrink .navbar-nav .nav-item .nav-link {
  color: hsl(var(--white));
}
.navbar-main.navbar-shrink .navbar-toggler {
  color: hsl(var(--white));
  border-color: hsl(var(--white));
}
.navbar-main.navbar-shrink .navbar-nav .nav-item .nav-link.active,
.navbar-main.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: hsl(var(--base));
}
.navbar-main .right-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  order: 1;
}
.navbar-main .right-nav .btn {
  padding: 13px 24px;
}
@media screen and (max-width: 424px) {
  .navbar-main .right-nav .btn {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar-main .right-nav .btn {
    padding: 13px 17px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-main .right-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-main .right-nav {
    gap: 5px;
  }
}

.navbar-toggler {
  opacity: 1;
  padding: 4px 8px;
  border-radius: 5px;
  outline: none;
  box-shadow: none !important;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--body-color));
  transition: all 0.4s;
}
.navbar-toggler:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--black));
}
@media screen and (max-width: 767px) {
  .navbar-toggler {
    padding: 1px 8px;
  }
}
.navbar-toggler svg {
  width: 35px;
  height: 35px;
}

.navbar-nav {
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    gap: 0rem;
  }
}
.navbar-nav .nav-item .nav-link {
  color: hsl(var(--body-color));
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5625rem 0.3125rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 0.9375rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0.625rem;
    color: hsl(var(--white) / 0.8);
    font-size: 0.9375rem;
  }
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: hsl(var(--base));
  position: relative;
}
.navbar-nav .nav-item .nav-link.active span::before,
.navbar-nav .nav-item .nav-link:hover span::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-item .dropdown-toggle::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  border: 0;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-toggle::after {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item.dropdown .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-nav .nav-item.dropdown .nav-link::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    margin-left: auto;
  }
}
.navbar-nav .nav-item .dropdown-menu {
  transition: 0.5s;
  margin-top: 0;
  padding: 5px 10px;
  min-width: 220px;
  border-radius: 5px;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-menu {
    background-color: hsl(var(--black-two));
    border: 0;
  }
}
@media all and (min-width: 991.98px) {
  .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .navbar-nav .nav-item .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar-nav .nav-item .dropdown-menu.fade-up {
    top: 100%;
  }
}
.navbar-nav .nav-item .dropdown-menu a {
  margin: 5px 0;
  background: none;
  transition: 0.5s;
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  border: 0;
  color: hsl(var(--body-color));
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-menu a {
    /* color: hsl(var(--white) / 0.8); */
  }
}
.navbar-nav .nav-item .dropdown-menu a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  transform: translateX(-20px);
  transition: all 0.3s;
  opacity: 0;
}
.navbar-nav .nav-item .dropdown-menu a.active,
.navbar-nav .nav-item .dropdown-menu a:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}
.navbar-nav .nav-item .dropdown-menu a.active::before,
.navbar-nav .nav-item .dropdown-menu a:hover::before {
  opacity: 1;
  width: 10px;
}
.navbar-nav .nav-item .dropdown-menu a.active::after,
.navbar-nav .nav-item .dropdown-menu a:hover::after {
  transform: translateX(0px);
  opacity: 1;
}
.navbar-nav .nav-item:hover .nav-link {
  color: hsl(var(--base));
}
.navbar-nav .nav-item:hover .dropdown-menu {
  transition: 0.5s;
  opacity: 1;
}
@media all and (min-width: 991.98px) {
  .navbar-nav .nav-item:hover .dropdown-menu {
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

#offcanvasNavbar {
  background-color: hsl(var(--black));
}
@media screen and (max-width: 991px) {
  #offcanvasNavbar {
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #offcanvasNavbar .btn {
    padding: 15px 20px;
  }
}

.btn-close {
  outline: none;
  box-shadow: none !important;
  filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg)
    brightness(102%) contrast(87%);
  opacity: 1;
}

/* ======================  Header End  ======================*/
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  margin-top: auto;
}
.footer-area.bg-img {
  background-size: contain;
  background-position: top center;
}

@media screen and (max-width: 1199px) {
  .footer-logo-con {
    text-align: center;
  }
  .footer-logo-con .social-list {
    justify-content: center;
  }
}

.footer-item__desc {
  color: hsl(var(--white) / 0.8);
  padding-bottom: 1 0px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer-item__desc {
    padding-bottom: 15px;
  }
}
.footer-item__logo {
  margin-bottom: 20px;
}
.footer-item__logo a img {
  /* width: 100%;
  height: 100%; */
  /* max-width: 190px;
  max-height: 64px; */
}
.footer-item__title {
  color: hsl(var(--white));
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .footer-item__title {
    margin-bottom: 18px;
  }
}
.footer-item .social-list {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

.footer-widget__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .footer-widget__content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .footer-widget__content .footer-item:last-child {
    grid-column: span 2 / span 2;
    max-width: 300px;
  }
}

/* Footer List Item */
.footer-menu {
  display: flex;
  flex-direction: column;
}
.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}
.footer-menu__item:last-child {
  padding-bottom: 0;
}
.footer-menu__link {
  color: hsl(var(--white) / 0.8);
}
.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: flex;
  padding-bottom: 12px;
}
.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}
.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
}
.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}
.footer-contact-menu__item-content p {
  color: hsl(var(--white) / 0.8);
}
.footer-contact-menu__item-content p:hover {
  color: hsl(var(--base));
}
.footer-contact-menu__form {
  position: relative;
}
.footer-contact-menu__form input:-webkit-autofill,
.footer-contact-menu__form textarea:-webkit-autofill,
.footer-contact-menu__form select:-webkit-autofill {
  -webkit-text-fill-color: hsl(var(--black)) !important;
  caret-color: hsl(var(--base));
}
.footer-contact-menu__form .form-control {
  height: 60px;
  padding: 0 50px 0 20px;
  border-radius: 10px;
}
.footer-contact-menu__form button {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--base));
  height: 60px;
  width: 60px;
  border-radius: 10px;
  color: hsl(var(--white));
}

.bottom-footer {
  border-top: 1px solid hsl(var(--white) / 0.05);
}

.bottom-footer-text a {
  color: hsl(var(--base));
}

.footer-shape img {
  position: absolute;
}
.footer-shape img:first-child {
  left: -15%;
}
.footer-shape img:last-child {
  right: -15%;
  bottom: -10%;
}

/* ============= Footer End Here ======================= */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 150px 0 80px;
  margin-bottom: 0;
  overflow: hidden;
}
.breadcrumb .banner-shape {
  position: absolute;
  right: -120px;
  top: -120px;
  background-color: rgba(255, 235, 216, 0.7);
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 685px;
  height: 685px;
  padding: 100px;
}
@media screen and (max-width: 1199px) {
  .breadcrumb .banner-shape {
    width: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb .banner-shape {
    width: 400px;
    height: 400px;
    right: -80px;
    top: -80px;
  }
}
.breadcrumb .banner-shape img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 115px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 105px 0 40px;
  }
}
.breadcrumb__wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  background-image: url("../images/breadcrumb/breadcrumb.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  padding: 130px 0 140px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__wrapper {
    padding: 100px 0 110px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb__wrapper {
    padding: 80px 0 80px;
  }
}
.breadcrumb__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--green) / 0.6);
  z-index: -1;
}
.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--white));
  font-size: 2.125rem;
}
@media screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 424px) {
  .breadcrumb__title {
    font-size: 1rem;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Jost";
}
.breadcrumb__item {
  color: hsl(var(--white));
  padding: 0 5px;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .breadcrumb__item {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item-text {
  color: hsl(var(--white));
}
.breadcrumb__item i {
  transform: translateY(3px);
}
.breadcrumb__link {
  color: hsl(var(--white));
  font-weight: 400;
}
.breadcrumb__link:hover {
  color: hsl(var(--base));
}
.breadcrumb__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 5px 0 0;
}
.breadcrumb__date li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.breadcrumb__date li::before {
  content: "\f111";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 7px;
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ======================  Banner Start  ======================*/
.banner-section {
  padding: 70px 0 10px;
  background-color: hsl(var(--orange));
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 120px 0 0px;
  }
}
.banner-section .banner-shape {
  position: absolute;
  right: -120px;
  top: -120px;
  background-color: rgba(255, 235, 216, 0.7);
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 685px;
  height: 685px;
  padding: 100px;
}
@media screen and (max-width: 1199px) {
  .banner-section .banner-shape {
    width: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .banner-shape {
    width: 400px;
    height: 400px;
    right: -80px;
    top: -80px;
  }
}
.banner-section .banner-shape img {
  width: 100%;
}
.banner-section__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-section__content {
    text-align: center;
  }
}
.banner-section__content h5 {
  font-weight: 500;
  color: hsl(var(--base));
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.banner-section__content h5::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2292%22%20height%3D%228%22%20viewBox%3D%220%200%2092%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2288%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23369374%22/%3E%3Cline%20y1%3D%224%22%20x2%3D%2288%22%20y2%3D%224%22%20stroke%3D%22%23369374%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
}
.banner-section__content h1 {
  font-size: 50px;
  line-height: 0;
}
@media screen and (max-width: 1399px) {
  .banner-section__content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section__content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section__content h1 {
    /* line-height: 1; */
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section__content h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section__content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 424px) {
  .banner-section__content h1 {
    font-size: 40px;
  }
}
.banner-section__content h1 span {
  display: ruby-text;
  line-height: 1;
}
@-moz-document url-prefix() {
  .banner-section__content h1 span {
    display: block ruby;
  }
}
@media screen and (max-width: 991px) {
  .banner-section__content h1 span {
    display: block;
  }
}
.banner-section__content p {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .banner-section__content p {
    font-size: 15px;
  }
}
.banner-section__image {
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-section__image {
    max-width: 460px;
    margin: 0 auto;
  }
}
.banner-section__image .image-effect {
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url(data:image/png;base64,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grhaWn5fAAAYvJsJ4mp6CAAApVntPfy9AABANRqPx8cFAABWRm3bPi8AALDS7UE8KgAAsNIF4qQAAMBKF4iHBQAAVkYFAADuEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAANx1KRABALhrLhABALjrQiACAHCraZozgQgAwK3FYnEqEAEAWHs7nU4dUgEA4P+Wy+Xr7qtABACgtG37c50ezrv3AhEAgPnV1dWP628EIgDAsM3r0vK023u4/kAgAgAMVxeH36+Xltf2CwAAQ7SeHM7/+AcmiAAAA9MdSKlx+O19cdgxQQQAGIAahd0ew1+urq7efCwM1wQiAEAPdUHYNM28vi6ur6/P6uv07kGUvyIQAb6i7gI+Go1Ou4v33t7exWKxmH/uBRxgWwQiwNcxr6+f61LPW0EIPDUCEeBvtFryef3s2bM3BeCJEogAf5/uSQXTT20OB/ja3OYG4O9x8bH7jQE8NQIRYPvufVIBwFMlEAG2zOQQ2DUCEWC7fhCHwK4RiADbM3daGdhFAhFgS7rb2RSAHSQQAbbj8rvvvntbAHaQQATYjtMCsKMEIsAW1OXlswKwowQiwHZcFIAdJRABtmCxWMwLwI4SiABbMJ1OLwvAjhKIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAACELhAvCwCb5LoK7LQuEOcFgE2aF4AdNvrw4cN/CwCbdFEAdlg3Qfx3AWBjmqY5KwA7bHR9fX1a7JcB2JjFYnFaAHbYaDqdXrZt+0sBYBPedtfVArDDbm5zc3V19aYA8GjL5fJ1AdhxN4FY/7c7r1PEnwsAD9ZdR7vraQHYcbc3yq5TxB+LWzMAPNR8dR0F2Hm3gdjtmalLI9MiEgG+1Ly7ftp7CPRFPGqvWxppmub7IhIBPlcXh99bWgb6pLnvw9lsNjk4OJjVt5MCwMesJ4fzAtAjo/s+7C529aL3rYMrAPfrro/ddVIcAn3UfOoHumni3t7ej6PR6F8FYMBqFHZ7DH/pbg0mDIE++2QgrtVQPByPx8fX19f/rLH4j3qhnDRNc1gAeqoLwnqd6/ZmX9Rr31n35CkHUYAh+B92cj/lAwzGSwAAAABJRU5ErkJggg==);
  mask-image: url(data:image/png;base64,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grhaWn5fAAAYvJsJ4mp6CAAApVntPfy9AABANRqPx8cFAABWRm3bPi8AALDS7UE8KgAAsNIF4qQAAMBKF4iHBQAAVkYFAADuEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAANx1KRABALhrLhABALjrQiACAHCraZozgQgAwK3FYnEqEAEAWHs7nU4dUgEA4P+Wy+Xr7qtABACgtG37c50ezrv3AhEAgPnV1dWP628EIgDAsM3r0vK023u4/kAgAgAMVxeH36+Xltf2CwAAQ7SeHM7/+AcmiAAAA9MdSKlx+O19cdgxQQQAGIAahd0ew1+urq7efCwM1wQiAEAPdUHYNM28vi6ur6/P6uv07kGUvyIQAb6i7gI+Go1Ou4v33t7exWKxmH/uBRxgWwQiwNcxr6+f61LPW0EIPDUCEeBvtFryef3s2bM3BeCJEogAf5/uSQXTT20OB/ja3OYG4O9x8bH7jQE8NQIRYPvufVIBwFMlEAG2zOQQ2DUCEWC7fhCHwK4RiADbM3daGdhFAhFgS7rb2RSAHSQQAbbj8rvvvntbAHaQQATYjtMCsKMEIsAW1OXlswKwowQiwHZcFIAdJRABtmCxWMwLwI4SiABbMJ1OLwvAjhKIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAACELhAvCwCb5LoK7LQuEOcFgE2aF4AdNvrw4cN/CwCbdFEAdlg3Qfx3AWBjmqY5KwA7bHR9fX1a7JcB2JjFYnFaAHbYaDqdXrZt+0sBYBPedtfVArDDbm5zc3V19aYA8GjL5fJ1AdhxN4FY/7c7r1PEnwsAD9ZdR7vraQHYcbc3yq5TxB+LWzMAPNR8dR0F2Hm3gdjtmalLI9MiEgG+1Ly7ftp7CPRFPGqvWxppmub7IhIBPlcXh99bWgb6pLnvw9lsNjk4OJjVt5MCwMesJ4fzAtAjo/s+7C529aL3rYMrAPfrro/ddVIcAn3UfOoHumni3t7ej6PR6F8FYMBqFHZ7DH/pbg0mDIE++2QgrtVQPByPx8fX19f/rLH4j3qhnDRNc1gAeqoLwnqd6/ZmX9Rr31n35CkHUYAh+B92cj/lAwzGSwAAAABJRU5ErkJggg==);
}
.banner-section__image .image-effect:hover img {
  transform: scale(1.1);
}
.banner-section__image .image-effect img {
  transition: all 0.3s;
}
.banner-section__image .out-best-engineers {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1199px) {
  .banner-section__image .out-best-engineers {
    gap: 10px;
  }
}
@media screen and (max-width: 424px) {
  .banner-section__image .out-best-engineers {
    bottom: -8px;
  }
}
.banner-section__image .out-best-engineers .d-flex img {
  margin: 0 -5px;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  border: 2px solid hsl(var(--grey));
}
@media screen and (max-width: 1399px) {
  .banner-section__image .out-best-engineers .d-flex img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section__image .out-best-engineers .d-flex img {
    width: 40px;
    height: 40px;
  }
}
.banner-section__image .out-best-engineers p {
  max-width: 118px;
  list-style: 0;
}
@media screen and (max-width: 1399px) {
  .banner-section__image .out-best-engineers p {
    font-size: 13px;
    max-width: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section__image .out-best-engineers p {
    max-width: 95px;
  }
}

.banner-two-section {
  padding: 170px 0 120px;
  position: relative;
  overflow-x: hidden;
  background-image: url(../images/banner/banner-shape.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner-two-section {
    padding: 120px 0 80px;
  }
}
.banner-two-section__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-two-section__content {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .banner-two-section__content {
    max-width: 650px;
    margin: 0 auto;
  }
}
.banner-two-section__content h5 {
  font-weight: 500;
  color: hsl(var(--base));
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.banner-two-section__content h5::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2292%22%20height%3D%228%22%20viewBox%3D%220%200%2092%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2288%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23369374%22/%3E%3Cline%20y1%3D%224%22%20x2%3D%2288%22%20y2%3D%224%22%20stroke%3D%22%23369374%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
}
.banner-two-section__content h1 {
  font-size: 100px;
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  .banner-two-section__content h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-two-section__content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .banner-two-section__content h1 {
    line-height: 1;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-two-section__content h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .banner-two-section__content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 374px) {
  .banner-two-section__content h1 {
    font-size: 30px;
  }
}
.banner-two-section__content h1 span {
  display: ruby-text;
}
@media screen and (max-width: 991px) {
  .banner-two-section__content h1 span {
    display: block;
  }
}
.banner-two-section__content p {
  padding-bottom: 40px;
  max-width: 730px;
  margin: 30px auto 10px;
  font-size: 1.125rem;
}
@media screen and (max-width: 991px) {
  .banner-two-section__content p {
    margin: 8px auto 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-two-section__content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .banner-two-section__image {
    display: none;
  }
}
.banner-two-section__image .image-effect-one,
.banner-two-section__image .image-effect-two {
  --img-gap: -200px;
  --rotate-deg: -15deg;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 320px;
  height: 320px;
  background-color: hsl(var(--white));
  position: absolute;
  top: 30%;
  padding: 4px;
  border-radius: 10px;
  overflow: hidden;
}
.banner-two-section__image .image-effect-one:hover img,
.banner-two-section__image .image-effect-two:hover img {
  transform: scale(1.1);
}
.banner-two-section__image .image-effect-one figure,
.banner-two-section__image .image-effect-two figure {
  width: 100%;
}
.banner-two-section__image .image-effect-one img,
.banner-two-section__image .image-effect-two img {
  transition: all 0.3s ease-in-out;
}
.banner-two-section__image .image-effect-one {
  transform: rotate(-15deg);
  left: var(--img-gap);
}
.banner-two-section__image .image-effect-one .image-effect {
  -webkit-mask-image: url(data:image/png;base64,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);
  mask-image: url(data:image/png;base64,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);
}
.banner-two-section__image .image-effect-two {
  transform: rotate(15deg);
  right: var(--img-gap);
}
.banner-two-section__image .image-effect-two .image-effect {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYwAAAGCCAYAAADzM/Q6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAqkSURBVHgB7d2xdhzlGcfhl5AineUunUdXAO7SsVwBpEuHcgVAl852l1QhV4Dp6IAuHaKjw3TpGEo6uSNd5mO1YS3vrv4atKvZ0fOc8652JevIHB/mp29mdqYKAAJvFDBnJ5czRlfjdDXO2L/rgzrsf2Py97y4nBfDfHP5sa8jJxjscuiNzV1s3B7VOGP/rof+Pqbj+TCfDXNeR0owpqVtEN4f5q1abgCvbiC6GsfGBqbj+TDP6ghXHIIxDYthnlx+BOavH+bjYb6sI/JmcZcWw3w6zNMav3oAjk9b8f/l8vk3dSQE4+58OMznJRRwny2GeTnMt3UE7JK6G21VcVYAS+/WERwMF4zD++cwHxXAr/phHtfyVNzJskvqsNqB7b8VwKvaMY3/1sRXGVYYh9MN80MBbNZWF6c14VWGFcbhfFfeCwFs94dhfqoJHwD/XXEI7c14XQHs9l5NmF1Sh/F1eVMekHlYE90tZYWxf2031KIAMl1NlGDs36IAcm/XRAnG/i0KYAYEY//GXj4bYFIEY/+cSgvcRFcTJRgARAQDgIhgABARDAAigrF/DnoDsyAY+9cVwAwIxn61d2xaYQCzIBj7Ndm3+APclGDs1wcFMBOCsT9duY4UMCOCsT9PCmBGBGM/umHOCmBGBOP2tbOivi6AmRGM2/dpee8FMN5kb4kgGLerxeL9ApghwbgdXS13Q50VwEwJxm/XVhTflVNogZkTjPEWtVxVfFEu/wHcA78vrtNdfmxRaJf6eKeWqwqRAO6VscFoG8tFLTemj2rcxrOrmzup8RvqrgAY7SbBaBvqD2sZikUBcK8kwViF4qOyGwbg3rouGF0tD+x2BcC9tussqdXpol0BcChdTdS2FUaLxRcFwKF1NVFvbPhcV8uVheMVAHejG+bHmpg3N3yuxeKPBcBdabH4tibm6jGMdtOfrgC4S+/VBK0HoysXzwOYgkVN8P1u68FYlNUFwFRM7jbP68cw2r0cHLsAmIZumH6Y72siVmdJdcP8UABMycUwj2sZjju32iX1dgEwNe3tDZO52oZgAExbVxOJhhsoAUxfVxO4DfQqGF0BMGVdLU9O+rTuaJtthQFwXM5qeZJSC8eiDmh18cGLAuCYnF1O236/uJyX9eoZVSeXX+/XZjTBADhuq1tmL4I/2w9zPsyzGhEPu6QA7o+uft2l9UXd8FiIYADcT+2+Ry0c8SVIBAPgfntay1N2r70HkmAAsKggGoIBQNOu+LHz1tyCAcDKYpiPtn1RMABYt/XOq4IBwLp2HGPjmVOCAcBVZ7XhALhgALDJa8cyBAOATd65+gnBAGCT126stwqGiw8CsK4dw3i0/gnBAGCb0/UXdkkBEBEMACKCAUBEMADY5pU37wkGANsIBgA3JxgARAQDgIhgABARDAAiggFARDAAiAgGAJFVMPoCgB2sMACICAYAEcEAICIYAEQEA4BtuvUXggFARDAAiAgGABHBACAiGABEBAOAiGAAEFkF46IAYAfBACBilxQAEcEAICIYAEQEA4CIYACwzaP1F4IBQEQwAIgIBgARwQAgIhgARAQDgIhgABARDAAiq2D0BQA7WGEAEBEMACKCAUBEMACICAYA2zxcfyEYAGzzYP2FYAAQEQwAIoIBQEQwAIgIBgARwQAgIhgARNaD0RcAbGGFAUBEMACICAYAEcEAICIYAGzTrb8QDAAiggFARDAAiAgGABHBACAiGABEBAOAiGAAEFkPxkUBwBaCAUDELikAIoIBQEQwAIgIBgDbnKy/EAwAthEMAG5OMACICAYAEcEAICIYAEQEA4CIYAAQWQ/GjwUAW1hhABARDAAiggFARDAAiAgGALv8/wKEggHALg9WTwQDgIhgABARDAAiggFARDAAiAgGABHBACCyHoyLAoAtBAOAiF1SAEQEA4CIYAAQEQwAIoIBwC6nqyeCAUBEMACICAYAEcEAICIYAEQEA4CIYAAQcfFBACKCAUDELikAIoIBQEQwAIgIBgARwQBgl271RDAAiAgGABHBACAiGABEBAOAiGAAEBEMACKCAUBkPRh9AcAWVhgARAQDgIhgABARDAAiggHALt3qiWAAEBEMACKCAUBEMACICAYAEcEAICIYAEQEA4CIq9UCELHCACAiGABEBAOAiGAAEBEMAHZ5tHoiGABEBAOAiGAAEBEMACKCAUBEMACICAYAEcEAIOJqtQBErDAAiAgGABHBACAiGABEBAOAXR6unggGALs8WD0RDAAiggFARDAAiAgGABHBACAiGABEBAOAyNVg9AUAG1hhABARDAAiggFARDAAiAgGALucrJ4IBgC7CAYANyMYAEQEA4CIYAAQEQwAIoIBQEQwAIhcDcZFAcAGggFAxC4pACKCAUBEMACICAYAEcEAYJdu9UQwAIgIBgARwQAgIhgARAQDgIhgABARDAAiLj4IQORqMF4WAGxglxQAEcEAICIYAEQEA4CIYABwnUftQTAAiAgGABHBACAiGABEBAOAiGAAEBEMACKCAUDkajD6AoANrDAAiAgGABHBACAiGABEBAOA65y2B8EAICIYAEQEA4CIYAAQEQwAIoIBQEQwAIgIBgARV6sFIGKFAUBEMACICAYAEcEAICIYAFynaw+CAUBEMACICAYAEcEAICIYAEQEA4CIYAAQEQwAIq5WC0DECgOAiGAAEBEMACKCAUBEMAC4zkl7EAwAriMYAOQEA4CIYAAQEQwAIoIBQEQwAIgIBgARV6sFIGKFAUBEMACICAYAEcEAICIYAFzHxQcBiDxoD4IBQEQwAIgIBgARwQAgIhgARAQDgIhgABC5GoyLAoANBAOAiF1SAEQEA4CIYAAQEQwAIpuC0RcA/KprD5uC8aIA4IpNwfi+AOCKTcE4LwC4YlswzgsA1mw7S+qzAoA124LxvKwyAFiz630YHxcAXNoVjHZ6rWgA8Ivr3un9yTDPCoB7L7k0yNMSDYB7L72W1NNh/lwuGwJwb93k4oNfDvPuMP8qAO6dN2qcbpjFMB9cfpyrvsa5qHF3Lxz7fS8P9PPeHuatmve/OfC6dhLU47HBuGoxzMnlJPq6ubEb07E/j+3av/P7wzypy6tYArPWD3N6W8Hg/npay3AA89UPc+oGSvxWT4d5XFZxMHuCwW1o+zfbCRFjdxkCR0AwuC19LU+9BmZKMLhN5+W0a5gtB725be0Mqh8qP2MOmL6+HPRmD9pxDKsMmCHBYB+eFzAnv5zQIhjsQ19Os4U5EQz26kUBc/F9exAM9uVlAXPxyy+AgsG+9AXMxXl7EAwAdvmqLn8BFAz2pS9gDj5ZPREM9uW8gGP3vNb+X/ZOb/bpu1redAk4Pu1U2leuRG2FwT59VcCx+riu7Fq2wmCfXFcKjtOzWt7r5hVvFuzPz8P8VMvbuQLHoa0s/r7pC4LBvrU3/Dwc5k8FTFlfy3vafL7tDwgGh/DvYU7LAXCYonZw+x/D/HWY/+z6g4LBoXxZy2NmiwKm4LyWtyJooWi/1P183Tc46M2hnQ3zZJiuYFouatx96Q/9fc2PdXOrn9d2E/c14mcLBnflbJj3aj4HxPsaZ+xGo69xXtbhN259jdPXOH2xF4LBFLRjG+3U227D1/q6ubvYuAEA0PwPfUrsB7SVQUYAAAAASUVORK5CYII=);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYwAAAGCCAYAAADzM/Q6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAqkSURBVHgB7d2xdhzlGcfhl5AineUunUdXAO7SsVwBpEuHcgVAl852l1QhV4Dp6IAuHaKjw3TpGEo6uSNd5mO1YS3vrv4atKvZ0fOc8652JevIHB/mp29mdqYKAAJvFDBnJ5czRlfjdDXO2L/rgzrsf2Py97y4nBfDfHP5sa8jJxjscuiNzV1s3B7VOGP/rof+Pqbj+TCfDXNeR0owpqVtEN4f5q1abgCvbiC6GsfGBqbj+TDP6ghXHIIxDYthnlx+BOavH+bjYb6sI/JmcZcWw3w6zNMav3oAjk9b8f/l8vk3dSQE4+58OMznJRRwny2GeTnMt3UE7JK6G21VcVYAS+/WERwMF4zD++cwHxXAr/phHtfyVNzJskvqsNqB7b8VwKvaMY3/1sRXGVYYh9MN80MBbNZWF6c14VWGFcbhfFfeCwFs94dhfqoJHwD/XXEI7c14XQHs9l5NmF1Sh/F1eVMekHlYE90tZYWxf2031KIAMl1NlGDs36IAcm/XRAnG/i0KYAYEY//GXj4bYFIEY/+cSgvcRFcTJRgARAQDgIhgABARDAAigrF/DnoDsyAY+9cVwAwIxn61d2xaYQCzIBj7Ndm3+APclGDs1wcFMBOCsT9duY4UMCOCsT9PCmBGBGM/umHOCmBGBOP2tbOivi6AmRGM2/dpee8FMN5kb4kgGLerxeL9ApghwbgdXS13Q50VwEwJxm/XVhTflVNogZkTjPEWtVxVfFEu/wHcA78vrtNdfmxRaJf6eKeWqwqRAO6VscFoG8tFLTemj2rcxrOrmzup8RvqrgAY7SbBaBvqD2sZikUBcK8kwViF4qOyGwbg3rouGF0tD+x2BcC9tussqdXpol0BcChdTdS2FUaLxRcFwKF1NVFvbPhcV8uVheMVAHejG+bHmpg3N3yuxeKPBcBdabH4tibm6jGMdtOfrgC4S+/VBK0HoysXzwOYgkVN8P1u68FYlNUFwFRM7jbP68cw2r0cHLsAmIZumH6Y72siVmdJdcP8UABMycUwj2sZjju32iX1dgEwNe3tDZO52oZgAExbVxOJhhsoAUxfVxO4DfQqGF0BMGVdLU9O+rTuaJtthQFwXM5qeZJSC8eiDmh18cGLAuCYnF1O236/uJyX9eoZVSeXX+/XZjTBADhuq1tmL4I/2w9zPsyzGhEPu6QA7o+uft2l9UXd8FiIYADcT+2+Ry0c8SVIBAPgfntay1N2r70HkmAAsKggGoIBQNOu+LHz1tyCAcDKYpiPtn1RMABYt/XOq4IBwLp2HGPjmVOCAcBVZ7XhALhgALDJa8cyBAOATd65+gnBAGCT126stwqGiw8CsK4dw3i0/gnBAGCb0/UXdkkBEBEMACKCAUBEMADY5pU37wkGANsIBgA3JxgARAQDgIhgABARDAAiggFARDAAiAgGAJFVMPoCgB2sMACICAYAEcEAICIYAEQEA4BtuvUXggFARDAAiAgGABHBACAiGABEBAOAiGAAEFkF46IAYAfBACBilxQAEcEAICIYAEQEA4CIYACwzaP1F4IBQEQwAIgIBgARwQAgIhgARAQDgIhgABARDAAiq2D0BQA7WGEAEBEMACKCAUBEMACICAYA2zxcfyEYAGzzYP2FYAAQEQwAIoIBQEQwAIgIBgARwQAgIhgARNaD0RcAbGGFAUBEMACICAYAEcEAICIYAGzTrb8QDAAiggFARDAAiAgGABHBACAiGABEBAOAiGAAEFkPxkUBwBaCAUDELikAIoIBQEQwAIgIBgDbnKy/EAwAthEMAG5OMACICAYAEcEAICIYAEQEA4CIYAAQWQ/GjwUAW1hhABARDAAiggFARDAAiAgGALv8/wKEggHALg9WTwQDgIhgABARDAAiggFARDAAiAgGABHBACCyHoyLAoAtBAOAiF1SAEQEA4CIYAAQEQwAIoIBwC6nqyeCAUBEMACICAYAEcEAICIYAEQEA4CIYAAQcfFBACKCAUDELikAIoIBQEQwAIgIBgARwQBgl271RDAAiAgGABHBACAiGABEBAOAiGAAEBEMACKCAUBkPRh9AcAWVhgARAQDgIhgABARDAAiggHALt3qiWAAEBEMACKCAUBEMACICAYAEcEAICIYAEQEA4CIq9UCELHCACAiGABEBAOAiGAAEBEMAHZ5tHoiGABEBAOAiGAAEBEMACKCAUBEMACICAYAEcEAIOJqtQBErDAAiAgGABHBACAiGABEBAOAXR6unggGALs8WD0RDAAiggFARDAAiAgGABHBACAiGABEBAOAyNVg9AUAG1hhABARDAAiggFARDAAiAgGALucrJ4IBgC7CAYANyMYAEQEA4CIYAAQEQwAIoIBQEQwAIhcDcZFAcAGggFAxC4pACKCAUBEMACICAYAEcEAYJdu9UQwAIgIBgARwQAgIhgARAQDgIhgABARDAAiLj4IQORqMF4WAGxglxQAEcEAICIYAEQEA4CIYABwnUftQTAAiAgGABHBACAiGABEBAOAiGAAEBEMACKCAUDkajD6AoANrDAAiAgGABHBACAiGABEBAOA65y2B8EAICIYAEQEA4CIYAAQEQwAIoIBQEQwAIgIBgARV6sFIGKFAUBEMACICAYAEcEAICIYAFynaw+CAUBEMACICAYAEcEAICIYAEQEA4CIYAAQEQwAIq5WC0DECgOAiGAAEBEMACKCAUBEMAC4zkl7EAwAriMYAOQEA4CIYAAQEQwAIoIBQEQwAIgIBgARV6sFIGKFAUBEMACICAYAEcEAICIYAFzHxQcBiDxoD4IBQEQwAIgIBgARwQAgIhgARAQDgIhgABC5GoyLAoANBAOAiF1SAEQEA4CIYAAQEQwAIpuC0RcA/KprD5uC8aIA4IpNwfi+AOCKTcE4LwC4YlswzgsA1mw7S+qzAoA124LxvKwyAFiz630YHxcAXNoVjHZ6rWgA8Ivr3un9yTDPCoB7L7k0yNMSDYB7L72W1NNh/lwuGwJwb93k4oNfDvPuMP8qAO6dN2qcbpjFMB9cfpyrvsa5qHF3Lxz7fS8P9PPeHuatmve/OfC6dhLU47HBuGoxzMnlJPq6ubEb07E/j+3av/P7wzypy6tYArPWD3N6W8Hg/npay3AA89UPc+oGSvxWT4d5XFZxMHuCwW1o+zfbCRFjdxkCR0AwuC19LU+9BmZKMLhN5+W0a5gtB725be0Mqh8qP2MOmL6+HPRmD9pxDKsMmCHBYB+eFzAnv5zQIhjsQ19Os4U5EQz26kUBc/F9exAM9uVlAXPxyy+AgsG+9AXMxXl7EAwAdvmqLn8BFAz2pS9gDj5ZPREM9uW8gGP3vNb+X/ZOb/bpu1redAk4Pu1U2leuRG2FwT59VcCx+riu7Fq2wmCfXFcKjtOzWt7r5hVvFuzPz8P8VMvbuQLHoa0s/r7pC4LBvrU3/Dwc5k8FTFlfy3vafL7tDwgGh/DvYU7LAXCYonZw+x/D/HWY/+z6g4LBoXxZy2NmiwKm4LyWtyJooWi/1P183Tc46M2hnQ3zZJiuYFouatx96Q/9fc2PdXOrn9d2E/c14mcLBnflbJj3aj4HxPsaZ+xGo69xXtbhN259jdPXOH2xF4LBFLRjG+3U227D1/q6ubvYuAEA0PwPfUrsB7SVQUYAAAAASUVORK5CYII=);
}
.banner-two-section__image .image-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.banner-form {
  border-radius: 10px;
  display: flex;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.banner-form input {
  width: 100%;
  height: 68px;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 0 20px;
  background-color: hsl(var(--grey-two));
}
.banner-form button {
  background-color: hsl(var(--base));
  width: 140px;
  height: 68px;
  border: none;
  outline: none;
  box-shadow: none;
  color: hsl(var(--white));
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.banner-tags {
  margin-top: 40px;
}
.banner-tags span {
  font-size: 16px;
  color: hsl(var(--body-color));
}
.banner-tags ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-tags ul li a {
  font-size: 16px;
  color: hsl(var(--body-color));
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: hsl(var(--grey-two));
  transition: all 0.3s ease;
}
.banner-tags ul li a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.banner-three .banner-section__image .image-effect {
  -webkit-mask-image: url(data:image/png;base64,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EAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQCILRBfDQAAXNgC8TQAAHBhC8Q/DwAAXNgC8bsBAIALD9b5eJ2XFx8BADi4h+v87zr/us6/DQAAh/fg4uMy5y0iAAAH9/Di4/aom1+NLSIAwOE9uPLn7R7EH+a8TQQA4KCuvkll2yJ+Np6LCABwaK+/au+0zm9HJAIAHNaDaz6/rPPtuNwMAHA4D6/5/Ha5+Q/r/Ms4uAIAcCgP3/K17fmIf5pzKG4nnB8PAAC79+AW/3Y75fx0nU/X+fWcLz97+woAwM7cJhAB/pG2X0iXOV/N+HSdfx+/pAL8JAQicJ89W+f5OFAHcKcEIrAHX6zz5QBwJwQisBfLeDwXwJ34aAD24TTnt0G9GAA+iA0isDfL2CQCfBCBCOzRss4P45QzwHt5OAD7s70N6v/W+c0AcGs2iMCevRyXmgFuzQYR2LPtl2BbRIBbskEE9my7B/HluBcR4FY85gbYs+1exP8eAG5FIAJ7990AcCsCEdg7D84GuCWBCOzdaQC4FYdUgCP4cQC4MRtEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABI7g1QBwU68EInAEpwHgpk4CETiCPw8AN/VCIAJH8N0AcFPfPxiA/ft4nZcXHwF4u1/ZIAJHsB1S+cMA8C5fr/PKBhE4imXOW0QArvdoHFIBDuS0zn8NANfZvkeetj/YIAJHst2D+MOct4kA/N1pztvDv7JBBI5kuxfxs/FcRICrTnP+3vg3AhE4mtM6vx2RCLA5zRu+J7rEDBzVss6343IzcFynueaqig0icFSndT4ZB1eAY9q+923fA09v+qINIsB5i/if6/zHAOzX5TNhv5p33GYjEAH+bjvl/HSdT9f59ZzD0dtXgPtqC8LTOi/W+X6dby4+907/Dy55u0R8HyzKAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,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EAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQCILRBfDQAAXNgC8TQAAHBhC8Q/DwAAXNgC8bsBAIALD9b5eJ2XFx8BADi4h+v87zr/us6/DQAAh/fg4uMy5y0iAAAH9/Di4/aom1+NLSIAwOE9uPLn7R7EH+a8TQQA4KCuvkll2yJ+Np6LCABwaK+/au+0zm9HJAIAHNaDaz6/rPPtuNwMAHA4D6/5/Ha5+Q/r/Ms4uAIAcCgP3/K17fmIf5pzKG4nnB8PAAC79+AW/3Y75fx0nU/X+fWcLz97+woAwM7cJhAB/pG2X0iXOV/N+HSdfx+/pAL8JAQicJ89W+f5OFAHcKcEIrAHX6zz5QBwJwQisBfLeDwXwJ34aAD24TTnt0G9GAA+iA0isDfL2CQCfBCBCOzRss4P45QzwHt5OAD7s70N6v/W+c0AcGs2iMCevRyXmgFuzQYR2LPtl2BbRIBbskEE9my7B/HluBcR4FY85gbYs+1exP8eAG5FIAJ7990AcCsCEdg7D84GuCWBCOzdaQC4FYdUgCP4cQC4MRtEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABAAgBCIAACEQAQAIgQgAQAhEAABCIAIAEAIRAIAQiAAAhEAEACAEIgAAIRABAAiBCABACEQAAEIgAgAQAhEAgBCIAACEQAQAIAQiAAAhEAEACIEIAEAIRAAAQiACABACEQCAEIgAAIRABI7g1QBwU68EInAEpwHgpk4CETiCPw8AN/VCIAJH8N0AcFPfPxiA/ft4nZcXHwF4u1/ZIAJHsB1S+cMA8C5fr/PKBhE4imXOW0QArvdoHFIBDuS0zn8NANfZvkeetj/YIAJHst2D+MOct4kA/N1pztvDv7JBBI5kuxfxs/FcRICrTnP+3vg3AhE4mtM6vx2RCLA5zRu+J7rEDBzVss6343IzcFynueaqig0icFSndT4ZB1eAY9q+923fA09v+qINIsB5i/if6/zHAOzX5TNhv5p33GYjEAH+bjvl/HSdT9f59ZzD0dtXgPtqC8LTOi/W+X6dby4+907/Dy55u0R8HyzKAAAAAElFTkSuQmCC);
}
.banner-three .banner-section__image .out-best-engineers {
  left: 0;
}

/* ======================  Banner End  ======================*/
/* ======================  Who-we Start  ======================*/
.who-we-are-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.who-we-are-section .who-shape img {
  position: absolute;
  opacity: 0.4;
  z-index: -1;
}
.who-we-are-section .who-shape .left-round {
  top: 15%;
  left: 5%;
}
.who-we-are-section .who-shape .right-round {
  right: 5%;
  top: 25%;
}
.who-we-are-section .who-shape .left-shape {
  top: 30%;
  left: -5%;
  transform: rotate(-175deg);
}
.who-we-are-section .who-shape .right-shape {
  top: 43%;
  right: -5%;
}
.who-we-are-section__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .who-we-are-section__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.who-item {
  background-color: hsl(var(--white));
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  gap: 20px;
  transition: all 0.3s;
}
.who-item:hover {
  transform: translateY(-10px);
  background-color: hsl(var(--base));
}
.who-item:hover .who-icon {
  background-color: hsl(var(--base-two));
}
.who-item:hover .who-text h2 {
  color: hsl(var(--white));
}
.who-item:hover .who-text p {
  color: hsl(var(--white));
}
@media screen and (max-width: 575px) {
  .who-item {
    display: grid;
    text-align: center;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .who-item {
    padding: 20px 15px;
    gap: 15px;
  }
}
.who-item .who-icon {
  background-color: hsl(var(--base));
  max-width: 86px;
  width: 86px;
  height: 86px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item .who-icon {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    padding: 10px;
  }
}
.who-item .who-text h2 {
  margin: -10px 0;
  font-weight: 600;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .who-item .who-text h2 {
    font-size: 30px;
  }
}
.who-item .who-text p {
  font-size: 0.875rem;
  line-height: 1.4;
  padding-top: 10px;
  max-width: 120px;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item .who-text p {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .who-item .who-text p {
    font-size: 0.75rem;
  }
}

.who-item-two {
  background-color: hsl(var(--white));
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s;
}
.who-item-two:hover {
  transform: translateY(-10px);
  background-color: hsl(var(--base));
}
.who-item-two:hover .who-icon {
  background-color: hsl(var(--base-two));
}
.who-item-two:hover .who-text h2 {
  color: hsl(var(--white));
}
.who-item-two:hover .who-text p {
  color: hsl(var(--white));
}
@media screen and (max-width: 575px) {
  .who-item-two {
    padding: 20px 15px;
  }
}
.who-item-two .who-icon {
  background-color: hsl(var(--base));
  max-width: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto;
  transition: all 0.3s;
}
.who-item-two .who-icon img {
  height: 45px;
}
.who-item-two .who-text {
  padding-top: 20px;
}
.who-item-two .who-text h2 {
  font-size: 40px;
  font-weight: 600;
  color: hsl(var(--black));
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item-two .who-text h2 {
    font-size: 30px;
  }
}
.who-item-two .who-text p {
  font-size: 16px;
  color: hsl(var(--body-color));
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item-two .who-text p {
    font-size: 14px;
  }
}

.who-item-three {
  background-color: hsl(var(--white));
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s;
}
.who-item-three:hover {
  transform: translateY(-10px);
  background-color: hsl(var(--base));
}
.who-item-three:hover .who-icon {
  background-color: hsl(var(--base-two));
}
.who-item-three:hover .who-text h2 {
  color: hsl(var(--white));
}
.who-item-three:hover .who-text p {
  color: hsl(var(--white));
}
@media screen and (max-width: 575px) {
  .who-item-three {
    padding: 20px 15px;
  }
}
.who-item-three .who-icon {
  background-color: hsl(var(--base));
  max-width: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.3s;
}
.who-item-three .who-icon img {
  height: 45px;
}
.who-item-three .who-text {
  padding-top: 20px;
}
.who-item-three .who-text h2 {
  font-size: 40px;
  font-weight: 600;
  color: hsl(var(--black));
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item-three .who-text h2 {
    font-size: 30px;
  }
}
.who-item-three .who-text p {
  font-size: 16px;
  color: hsl(var(--body-color));
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item-three .who-text p {
    font-size: 14px;
  }
}

/* ======================  Who-we End  ======================*/
/* ======================  About Start  ======================*/
.about-section {
  position: relative;
}
.about-section .image-effect {
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 12px;
}
.about-section .image-effect:hover img {
  transform: scale(1.05);
}
.about-section .image-effect img {
  transition: all 0.3s;
}
.about-section .about-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about-section__image {
  display: grid;
  grid-template-columns: 52% 44%;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .about-section__image {
    grid-template-columns: 51% 43%;
  }
}
@media screen and (max-width: 575px) {
  .about-section__image {
    grid-template-columns: 51% 41%;
  }
}
.about-section__image img {
  border-radius: 12px;
  width: 100%;
}
.about-section__content .about-details-box {
  border: 1px solid hsl(var(--border-color) / 0.4);
  border-radius: 12px;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 1399px) {
  .about-section__content .about-details-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .about-section__content .about-details-box {
    padding: 15px;
  }
  .about-section__content .about-details-box h2 {
    font-size: 22px;
  }
  .about-section__content .about-details-box p {
    font-size: 14px;
  }
}
.about-section__content .about-lists {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.about-section__content .about-lists li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.about-section__content .about-lists li:nth-child(even) i {
  color: hsl(var(--base-two));
}
.about-section__content .about-lists li i {
  color: hsl(var(--base));
}

.about-section-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.about-section-image .about-details-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid hsl(var(--border-color) / 0.4);
  border-radius: 12px;
  text-align: center;
  padding: 24px;
  background-color: hsl(var(--base));
  max-width: 300px;
  margin-left: auto;
  z-index: 1;
  border-top: 10px solid hsl(var(--white));
  border-left: 10px solid hsl(var(--white));
}
@media screen and (max-width: 575px) {
  .about-section-image .about-details-box {
    max-width: 250px;
  }
}
.about-section-image .about-details-box h2 {
  color: hsl(var(--white));
}
.about-section-image .about-details-box p {
  color: hsl(var(--white));
}
@media screen and (max-width: 1399px) {
  .about-section-image .about-details-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .about-section-image .about-details-box {
    padding: 15px;
  }
  .about-section-image .about-details-box h2 {
    font-size: 22px;
    color: hsl(var(--white));
  }
  .about-section-image .about-details-box p {
    font-size: 14px;
    color: hsl(var(--white));
  }
}

/* ======================  About End  ======================*/
/* ======================  Services Start  ======================*/
.services-section__item {
  border: 1px dashed hsl(var(--base));
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.services-section__item:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
  transform: scale(1.02);
}
.services-section__item:hover .icon {
  background-color: hsl(var(--base-two));
}
.services-section__item:hover .text h4 {
  color: hsl(var(--white));
}
.services-section__item:hover .text p {
  color: hsl(var(--white));
}
.services-section__item .icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 24px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.services-section__item .text h4 {
  padding: 30px 0 10px;
  transition: all 0.3s ease-in-out;
}
.services-section__item .text p {
  transition: all 0.3s ease-in-out;
}

.what-we-section__item {
  display: flex;
  align-items: center;
  border: 1px solid hsl(var(--border-color));
  padding: 10px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .what-we-section__item {
    flex-wrap: wrap;
  }
}
.what-we-section__item:nth-child(even) .icon {
  background-color: hsl(var(--base-two));
}
.what-we-section__item:nth-child(even) .arrow-btn .btn {
  background-color: hsl(var(--base));
}
.what-we-section__item:hover .btn img {
  transform: rotate(40deg);
}
.what-we-section__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.what-we-section__item .icon {
  min-width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .what-we-section__item .icon {
    margin: 0 auto;
  }
}
.what-we-section__item .text {
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .what-we-section__item .text {
    text-align: center;
  }
}
.what-we-section__item .arrow-btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .what-we-section__item .arrow-btn {
    margin: 0 auto;
  }
}
.what-we-section__item .arrow-btn .btn {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 16px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  background-color: hsl(var(--base-two));
}
.what-we-section__item .arrow-btn .btn img {
  transition: all 0.3s;
}

.hover-image-container {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0.8);
  display: none;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hover-image-container.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hover-image-container img {
  max-width: 250px;
  border-radius: 5px;
  margin: 0 auto;
  margin-left: -20px;
  transform: rotate(-10deg);
}

.bg--green .services-section__item h4 {
  color: hsl(var(--white));
}
.bg--green .services-section__item p {
  color: hsl(var(--white) / 0.8);
}

.what-we-two-section__item {
  border: 1px solid hsl(var(--border-color));
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.what-we-two-section__item:hover {
  transform: scale(1.02);
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}
.what-we-two-section__item:hover .image-content img {
  transform: scale(1.1);
}
.what-we-two-section__item .image-content {
  position: relative;
  overflow: hidden;
}
.what-we-two-section__item .image-content img {
  transition: all 0.3s ease-in-out;
}
.what-we-two-section__item .image-content .icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: hsl(var(--base));
  padding: 10px;
  border-radius: 5px;
}
.what-we-two-section__item .text-content {
  padding: 24px 24px 35px;
}

.what-we-three-section__item {
  background-color: hsl(var(--green));
  padding: 24px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.what-we-three-section__item:hover {
  background-color: hsl(var(--base));
}
.what-we-three-section__item:hover .image-effect img {
  transform: scale(1.1);
}
.what-we-three-section__item:hover .text-content .icon {
  background-color: hsl(var(--base-two));
}
.what-we-three-section__item .text-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.what-we-three-section__item .text-content h3 {
  margin: 0;
}
.what-we-three-section__item .text-content h3 a:hover {
  color: hsl(var(--white));
}
.what-we-three-section__item .text-content .icon {
  max-width: 75px;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--base));
  border-radius: 5px;
  transition: all 0.3s ease;
}
.what-we-three-section__item p {
  padding: 20px 0 25px;
}
.what-we-three-section__item .image-effect {
  overflow: hidden;
  border-radius: 10px;
}
.what-we-three-section__item .image-effect img {
  transition: all 0.3s ease-in-out;
}

/* ======================  Services End  ======================*/
/* ======================  Video Start  ======================*/
.video-container {
  position: relative;
  cursor: none;
  max-width: 100%;
}
.video-container .play-button {
  position: absolute;
  border: 3px solid hsl(var(--white));
  border-radius: 100px;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .video-container .play-button {
    width: 65px;
    height: 65px;
  }
}
.video-container .video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-container .play-icon {
  font-size: 40px;
  color: hsl(var(--white));
}
@media screen and (max-width: 767px) {
  .video-container .play-icon {
    font-size: 26px;
  }
}

/* ======================  Video End  ======================*/
/* ======================  Projects Start  ======================*/
.project-item {
  position: relative;
  height: 100%;
}
.project-item:hover .project-item__content {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}
.project-item:hover .project-item__content h4 {
  color: hsl(var(--white));
}
.project-item:hover .project-item__content p {
  color: hsl(var(--white) / 0.8);
}
.project-item:hover .project-item__image img {
  transform: scale(1.1);
}
.project-item:hover .project-item__btn .project-btn {
  background-color: hsl(var(--base-two));
}
.project-item__image {
  border-radius: 10px;
  overflow: hidden;
}
.project-item__image img {
  transition: all 0.3s ease-in-out;
}
.project-item__content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: hsl(var(--white));
  border-radius: 10px;
  padding: 20px;
  width: calc(100% - 110px);
  transition: all 0.3s;
}
.project-item__content h4 {
  transition: all 0.3s;
}
.project-item__content p {
  color: hsl(var(--base));
  transition: all 0.3s;
}
.project-item__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: hsl(var(--orange));
  border-top-left-radius: 10px;
  transition: all 0.3s;
}
.project-item__btn .project-btn {
  background-color: hsl(var(--base));
  border-radius: 10px;
  padding: 20px 20px;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s;
}
.project-item__btn .project-btn:hover img {
  transform: rotate(40deg);
}
.project-item__btn .project-btn img {
  transition: all 0.3s;
}
.project-item__btn .project-btn::before,
.project-item__btn .project-btn::after {
  content: "";
  position: absolute;
  --border-shape: 10px;
  --border2-shape: 0px;
  width: var(--border-shape);
  height: var(--border-shape);
  background-size: cover;
  background-color: hsl(var(--orange));
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNBAMAAAARJ/SDAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACdQTFRFAAAA//nz8u7r+PTv8+/s5eLi7ejo5eLi7ejo5OTk6+jn6+jn5OTk1JYNuwAAAA10Uk5TAP////8dtTEZQY8vHeacE48AAADlSURBVHicxdHBEcIgEEBRNkbN6MUtISWkBEqwA+3AEizBluzMiXGMwAL/wIwc9vTmLwzOoXMhaHDuxHL/cjvopKUbeM9Dp23dDjpp7Dx02tb10Al0Hjpt66Sx07ZOGjtlrodOoPPQKXMC3QidMifQeeiUOYFOmeugG6FT5gQ6ZU6gU+YEuom5IGe7Y3y7Qk+g06rbG7lc76DMjczFWzNumzDbJVsTd7e3xu4xj85gobu9p8UCt7Cp5hZ2NVny3qfNYnfOsMhlWejyLHDGN1huKrDVbUpqdcXY11ViH1dXsyu98se9ACL1Qg+wjxjMAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNBAMAAAARJ/SDAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACdQTFRFAAAA//nz8u7r+PTv8+/s5eLi7ejo5eLi7ejo5OTk6+jn6+jn5OTk1JYNuwAAAA10Uk5TAP////8dtTEZQY8vHeacE48AAADlSURBVHicxdHBEcIgEEBRNkbN6MUtISWkBEqwA+3AEizBluzMiXGMwAL/wIwc9vTmLwzOoXMhaHDuxHL/cjvopKUbeM9Dp23dDjpp7Dx02tb10Al0Hjpt66Sx07ZOGjtlrodOoPPQKXMC3QidMifQeeiUOYFOmeugG6FT5gQ6ZU6gU+YEuom5IGe7Y3y7Qk+g06rbG7lc76DMjczFWzNumzDbJVsTd7e3xu4xj85gobu9p8UCt7Cp5hZ2NVny3qfNYnfOsMhlWejyLHDGN1huKrDVbUpqdcXY11ViH1dXsyu98se9ACL1Qg+wjxjMAAAAAElFTkSuQmCC);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.project-item__btn .project-btn::before {
  left: -20px;
  bottom: 0;
}
.project-item__btn .project-btn::after {
  top: -20px;
  right: 0;
}

.portfolio-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .portfolio-nav {
    gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.portfolio-nav button {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
.portfolio-nav button.active {
  color: hsl(var(--base));
}
@media screen and (max-width: 575px) {
  .portfolio-nav button.active {
    border-bottom: 2px solid hsl(var(--base));
  }
}
.portfolio-nav .nav-indicator {
  position: absolute;
  height: 2px;
  background: hsl(var(--base));
  bottom: 0;
  transition: width 0.5s ease, left 0.5s ease;
  z-index: -1;
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .portfolio-nav .nav-indicator {
    display: none;
  }
}

.card-grid-item {
  margin-top: 24px;
}

.projects-section__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.projects-section__item:hover .image-effect img {
  transform: scale(1.1);
}
.projects-section__item:hover .projects-section__content {
  transform: translateY(0);
}
.projects-section__item .image-effect {
  border-radius: 10px;
  overflow: hidden;
}
.projects-section__item .image-effect img {
  transition: all 0.3s ease-in-out;
}
.projects-section__item .projects-section__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: hsl(var(--white));
  border-radius: 10px;
  padding: 20px;
  width: calc(100% - 40px);
  transition: all 0.3s;
  text-align: center;
  transform: translateY(120%);
}
.projects-section__item .projects-section__content .sub-title {
  font-weight: 500;
  color: hsl(var(--base));
  margin-bottom: 5px;
}

.projects-section-two .swiper-slide-active .projects-section__content {
  transform: translateY(0);
}

.project-item-three {
  position: relative;
  height: 100%;
  border: 1px solid hsl(var(--border-color) / 0.4);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.project-item-three:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}
.project-item-three:hover .project-item-three__image img {
  transform: scale(1.1);
}
.project-item-three:hover .project-item-three__content h4 {
  color: hsl(var(--white));
}
.project-item-three:hover .project-item-three__content a,
.project-item-three:hover .project-item-three__content p {
  color: hsl(var(--white));
}
.project-item-three:hover .project-btn {
  background-color: hsl(var(--base-two));
}
.project-item-three__image {
  border-radius: 10px;
  overflow: hidden;
}
.project-item-three__image img {
  height: 350px;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-item-three__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.project-item-three__content p {
  color: hsl(var(--base));
}
.project-item-three__btn {
  background-color: hsl(var(--orange));
  border-radius: 10px;
  transition: all 0.3s;
  transform: scale(0.7);
}
.project-item-three__btn .project-btn {
  background-color: hsl(var(--base));
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
  transition: all 0.3s;
}
.project-item-three__btn .project-btn:hover {
  background-color: hsl(var(--base-two));
}
.project-item-three__btn .project-btn:hover img {
  transform: rotate(40deg);
}
.project-item-three__btn .project-btn img {
  transition: all 0.3s;
}
.project-item-three__btn .project-btn::before,
.project-item-three__btn .project-btn::after {
  display: none;
}

/* ======================  Projects End  ======================*/
/* ======================  Testimonial Start  ======================*/
.testimonial-slide .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.testimonial-slide .swiper-pagination-bullet {
  background-color: hsl(var(--white));
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
}
.testimonial-slide .swiper-pagination-bullet-active {
  background-color: hsl(var(--base-two));
}
.testimonial-slide .swiper-slide-next .testimonial-item {
  background-color: hsl(var(--base));
}

.testimonial-item {
  background-color: hsl(var(--green));
  border-radius: 15px;
  position: relative;
  padding: 30px;
  z-index: 1;
}
.testimonial-item .start-client {
  position: absolute;
  background-color: hsl(var(--white));
  right: 0;
  top: 0;
  border-bottom-left-radius: 15px;
  padding: 0px 20px 15px;
}
.testimonial-item .start-client::before,
.testimonial-item .start-client::after {
  content: "";
  position: absolute;
  --border-shape: 15px;
  --border2-shape: -15px;
  width: var(--border-shape);
  height: var(--border-shape);
  background-size: cover;
  background-color: hsl(var(--white));
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHkAAABwCAMAAAANKy+zAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANJQTFRFAAAAGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbn5jZLgAAAEZ0Uk5TAP8It0fK8wJvzo/6BK4XVye/d9IcImTH7wzlMfaf6l01stx/8fggQD38isSZfmIeTGfgEZVEbFCHwaPnD+3Ygiye1xXjeeHouDIAAAIPSURBVHicxdiHVhpBFMbxLwtmKSsdEYEAsawx2I0aS0ws7/9KGRL1HKWty8z8vxf4nSl7753VQW3vz7B1/cl79JJm3N+/WvkMyM9p/Dg/q24Q8r8EneNRvkjI/1e/trrFyCZRvFdn5HF2zjNdRh4f+9HZCSOblGpfIdlkt2f3Y08uSw/7XyDZnPhBHpJNsiuUbM1OIRv7OyVLcYuSzbqXvWupZeliOXsJWcHdNiRLlZ+ULK2lLmvLyioNKdksO10nsSCrmaqw2JAVPqUYF63IUufjg4MlWe0rSpb6H7xo9mRVflGyboaULN1hso6SP4gsyxokruO2ZTUfKVmNhI9A+7JukjVtB7LaGUpWkIR2Iiei3chJaEey2gufQK5knS7q2M5kNRf8VXMn6/f8hu1QVjx3OnMp6xiTVcDkcJWSFcxuXI5l7axTsi4weeYtcy9HMyq4e3nWUXuQVcZkTf2qvciNW0qeut9+5Gn77Uk+nOzVnmTlMDmcqCe+ZA2+UfJE/fYnl7YoWTVMDq4p+d0o6lMO65SsPiZHG5T8pob6lYN1StYmJp92KVk9TB5gslqYXMbk6JaSXycE/3IHk5XH5Bwml4qUrAwm5zC5gsm6x+QCJmcxOdimZFUxeROTY0weHzQjjw8aki8xuYzJFUwOu5Rsxm5KHmFyDpOzmHyIyVGRknWCyVVM7mHyJSbX/gICsCIViQTHogAAAABJRU5ErkJggg==);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHkAAABwCAMAAAANKy+zAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANJQTFRFAAAAGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbn5jZLgAAAEZ0Uk5TAP8It0fK8wJvzo/6BK4XVye/d9IcImTH7wzlMfaf6l01stx/8fggQD38isSZfmIeTGfgEZVEbFCHwaPnD+3Ygiye1xXjeeHouDIAAAIPSURBVHicxdiHVhpBFMbxLwtmKSsdEYEAsawx2I0aS0ws7/9KGRL1HKWty8z8vxf4nSl7753VQW3vz7B1/cl79JJm3N+/WvkMyM9p/Dg/q24Q8r8EneNRvkjI/1e/trrFyCZRvFdn5HF2zjNdRh4f+9HZCSOblGpfIdlkt2f3Y08uSw/7XyDZnPhBHpJNsiuUbM1OIRv7OyVLcYuSzbqXvWupZeliOXsJWcHdNiRLlZ+ULK2lLmvLyioNKdksO10nsSCrmaqw2JAVPqUYF63IUufjg4MlWe0rSpb6H7xo9mRVflGyboaULN1hso6SP4gsyxokruO2ZTUfKVmNhI9A+7JukjVtB7LaGUpWkIR2Iiei3chJaEey2gufQK5knS7q2M5kNRf8VXMn6/f8hu1QVjx3OnMp6xiTVcDkcJWSFcxuXI5l7axTsi4weeYtcy9HMyq4e3nWUXuQVcZkTf2qvciNW0qeut9+5Gn77Uk+nOzVnmTlMDmcqCe+ZA2+UfJE/fYnl7YoWTVMDq4p+d0o6lMO65SsPiZHG5T8pob6lYN1StYmJp92KVk9TB5gslqYXMbk6JaSXycE/3IHk5XH5Bwml4qUrAwm5zC5gsm6x+QCJmcxOdimZFUxeROTY0weHzQjjw8aki8xuYzJFUwOu5Rsxm5KHmFyDpOzmHyIyVGRknWCyVVM7mHyJSbX/gICsCIViQTHogAAAABJRU5ErkJggg==);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.testimonial-item .start-client::before {
  left: var(--border2-shape);
}
.testimonial-item .start-client::after {
  bottom: var(--border2-shape);
  right: 0;
}
.testimonial-item .client-text {
  padding: 26px 0;
  color: hsl(var(--grey-two));
  font-size: 15px;
}
.testimonial-item .client-info .client-img {
  min-width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-item .client-info h4 {
  color: hsl(var(--white));
}
.testimonial-item .client-info p {
  color: hsl(var(--white));
}
.testimonial-item .quite-icon-three {
  position: absolute;
  right: 24px;
  z-index: -1;
}

.testimonials-two-section .testimonial-item .start-client {
  background: none;
  top: 30px;
  right: 10px;
}
.testimonials-two-section .testimonial-item .start-client::before,
.testimonials-two-section .testimonial-item .start-client::after {
  background: none;
}

/* ======================  Testimonial End  ======================*/
/* ======================  Team Start  ======================*/
.team-slide .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.team-slide .swiper-pagination-bullet {
  background-color: hsl(var(--white));
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
}
.team-slide .swiper-pagination-bullet-active {
  background-color: hsl(var(--base));
}

.team-light .team-item {
  background-color: hsl(var(--orange));
}

.team-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--gray) / 0.25);
  border-radius: 15px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .team-item {
    /* max-width: 300px; */
    margin: 0 auto;
  }
}
.team-item:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base-two));
  box-shadow: 0 0 10px hsl(var(--base) / 0.2);
}
.team-item:hover img {
  transform: scale(1.05) rotate(2deg);
  filter: brightness(1.1);
}
.team-item:hover .team-content h4 {
  color: hsl(var(--white));
}
.team-item:hover .team-content h4 a {
  color: hsl(var(--white));
}
.team-item:hover .team-content p {
  color: hsl(var(--white) / 0.8);
}
.team-item:hover .team-content .social-icon a {
  border-color: hsl(var(--white) / 0.25);
  color: hsl(var(--white));
}
.team-item:hover .team-content .social-icon a:hover {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));
}
.team-item .team-img {
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.team-item .team-img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.team-item .team-content {
  text-align: center;
  padding: 20px 0 15px;
}

.team-two-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--gray) / 0.25);
  border-radius: 15px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.team-two-item:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base-two));
  box-shadow: 0 0 10px hsl(var(--base) / 0.2);
}
.team-two-item:hover .team-img img {
  transform: scale(1.05) rotate(2deg);
  filter: brightness(1.1);
}
.team-two-item:hover .social-icon li:nth-child(1) {
  bottom: 35px;
}
.team-two-item:hover .social-icon li:nth-child(2) {
  bottom: 70px;
}
.team-two-item:hover .social-icon li:nth-child(3) {
  bottom: 105px;
}
.team-two-item:hover .team-content h4 {
  color: hsl(var(--white));
}
.team-two-item:hover .team-content p {
  color: hsl(var(--white) / 0.8);
}
.team-two-item .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-two-item .team-img img {
  transition: all 0.3s ease-in-out;
}
.team-two-item .team-content {
  padding-top: 15px;
  padding-bottom: 10px;
}
.team-two-item .team-content h4 a:hover {
  color: hsl(var(--white));
}
.team-two-item .team-content p {
  transition: all 0.3s ease-in-out;
}
.team-two-item .social-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.team-two-item .social-icon li {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.team-two-item .social-icon li a {
  background-color: hsl(var(--white));
}

.team-details-content .team-add-list {
  display: grid;
  gap: 5px;
}
.team-details-content .team-add-list li span:first-child {
  min-width: 150px;
}
.team-details-content .team-add-list li span:last-child {
  color: hsl(var(--base));
}

.team-details-img img {
  border-radius: 10px;
}

.professional-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  row-gap: 20px;
}
@media screen and (max-width: 991px) {
  .professional-content {
    grid-template-columns: 1fr;
  }
}
.professional-content .fs-16 {
  padding-bottom: 10px;
  font-weight: 500;
}
.professional-content .percentage {
  font-size: 0.9375rem;
  color: hsl(var(--base));
  font-weight: 500;
  transform: translate(-20px, -30px);
}
@media screen and (max-width: 424px) {
  .professional-content .percentage {
    width: 42px;
  }
}

.team-section-three .social-icon {
  bottom: 35px;
  right: 24px;
}

/* ======================  Team End  ======================*/
/* ======================  Faq Start  ======================*/
.faq-img {
  border-radius: 10px;
  overflow: hidden;
}
.faq-img:hover img {
  transform: scale(1.1);
}
.faq-img img {
  transition: all 0.3s ease-in-out;
}

/* ======================  Faq End  ======================*/
/* ======================  Blog Start  ======================*/
.blog-item {
  border-radius: 10px;
  border: 2px dashed hsl(var(--black) / 0.1);
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-item:hover {
  border-color: hsl(var(--base));
  /* background-color: hsl(var(--base)); */
}
.blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.blog-item:hover .blog-text .text--base {
  color: hsl(var(--white)) !important;
}
.blog-item:hover .blog-text a {
  color: hsl(var(--white));
}
.blog-item .blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.blog-item .blog-img img {
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-text .fs-16 {
  padding: 20px 0 10px;
}

.blog-details-content {
  display: grid;
  gap: 24px;
  border: 1px solid hsl(var(--gray) / 0.25);
  border-radius: 15px;
}
.blog-details-content img {
  border-radius: 13px;
}
.blog-details-content ul {
  display: grid;
  gap: 10px;
}
.blog-details-content ul li {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.4s;
}
.blog-details-content ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: hsl(var(--base-two));
}

.blog-que {
  background: hsl(var(--green) / 0.05);
  padding: 24px;
  border-radius: 13px;
  position: relative;
  z-index: 1;
}
.blog-que svg {
  position: absolute;
  z-index: -1;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
.blog-que p {
  font-style: italic;
}
.blog-que .user {
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(var(--base));
  position: relative;
  padding-left: 50px;
  margin-top: 15px;
}
.blog-que .user::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 40px;
  height: 2px;
  background: hsl(var(--base));
}

.sidebar-item {
  background: hsl(var(--orange));
  padding: 24px 24px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .sidebar-item {
    padding: 20px;
  }
}
.sidebar-item h4 {
  color: hsl(var(--black));
  padding-bottom: 10px;
}
.sidebar-item h5 {
  padding-bottom: 20px;
  margin-bottom: 0;
  color: hsl(var(--white));
}
.sidebar-item form {
  position: relative;
}
.sidebar-item form input {
  width: 100%;
  height: 62px;
  border-radius: 8px;
  border: 1px solid hsl(var(--black) / 0.12);
  background: none;
  outline: none;
  box-sizing: none;
  color: hsl(var(--black));
  font-size: 1rem;
  font-weight: 400;
  padding: 0 20px;
}
.sidebar-item form input::-moz-placeholder {
  color: hsl(var(--black) / 0.5);
}
.sidebar-item form input::placeholder {
  color: hsl(var(--black) / 0.5);
}
.sidebar-item form button {
  background: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  color: hsl(var(--gray));
  padding: 18px 18px;
  transition: all 0.3s;
}
.sidebar-item form button:hover {
  color: hsl(var(--white));
}
.sidebar-item .category-file {
  display: grid;
  gap: 15px;
}
.sidebar-item .category-file a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: hsl(var(--black) / 0.8);
  border: 1px solid hsl(var(--black) / 0.12);
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s;
}
.sidebar-item .category-file a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}
.sidebar-item .category-file a:hover .category-title i {
  color: hsl(var(--base-two));
}
.sidebar-item .category-file .category-title i {
  color: hsl(var(--base));
  margin-right: 8px;
}
.sidebar-item .recent-post {
  display: grid;
  gap: 15px;
}
.sidebar-item .recent-post__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  border: 1px solid hsl(var(--black) / 0.12);
  padding: 10px;
  border-radius: 10px;
  transition: all 0.4s;
  align-items: center;
}
.sidebar-item .recent-post__item:hover {
  transform: translateY(-5px);
}
.sidebar-item .recent-post__item .img {
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-item .recent-post__item .img img {
  width: 100%;
}
.sidebar-item .recent-post__item .date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: hsl(var(--black) / 0.7);
}
@media screen and (max-width: 424px) {
  .sidebar-item .recent-post__item .date {
    font-size: 0.625rem;
  }
}
.sidebar-item .recent-post__item .date::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 6px;
  color: hsl(var(--base));
}
.sidebar-item .recent-post__item h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 10px;
  color: hsl(var(--black) / 0.9);
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .sidebar-item .recent-post__item h6 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 424px) {
  .sidebar-item .recent-post__item h6 {
    font-size: 0.75rem;
  }
}
.sidebar-item .recent-post__item h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar-item .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sidebar-item .tags-list a {
  padding: 8px 12px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid hsl(var(--black) / 0.2);
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--black) / 0.9);
  transition: all 0.4s;
  font-family: "Jost";
}
.sidebar-item .tags-list a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.blogs-tags p strong {
  color: hsl(var(--black));
  margin-right: 10px;
  font-size: 1.25rem;
}
.blogs-tags p a {
  color: hsl(var(--black));
  margin: 0 5px;
}

.blog-details-section .form--control {
  border-color: hsl(var(--black) / 0.5);
  color: hsl(var(--black));
}
.blog-details-section .form--control::-moz-placeholder {
  color: hsl(var(--black) / 0.5);
}
.blog-details-section .form--control::placeholder {
  color: hsl(var(--black) / 0.5);
}
.blog-details-section .form--check .form-check-input {
  border-color: hsl(var(--black) / 0.5);
}
.blog-details-section .form--check .form-check-input:checked {
  background-color: hsl(var(--black));
  border-color: hsl(var(--black));
}

/* ======================  Blog End  ======================*/
/* ======================  Call-to-action Section Start  ======================*/
.call-to-action__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  overflow: hidden;
  border-radius: 10px;
}
.call-to-action__image:hover .image-effect img {
  transform: scale(1.1);
}
.call-to-action__image .image-effect {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.call-to-action__image .image-effect img {
  transition: all 0.3s ease-in-out;
}
.call-to-action__image .image-effect:nth-child(1) {
  -webkit-mask-image: url(data:image/png;base64,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);
  mask-image: url(data:image/png;base64,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);
}
.call-to-action__image .image-effect:nth-child(2) {
  -webkit-mask-image: url(data:image/png;base64,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);
  mask-image: url(data:image/png;base64,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);
}

/* ======================  Call-to-action Section End  ======================*/
.contact-section__info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
}
.contact-section__item {
  border: 5px solid hsl(var(--white) / 0.5);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  width: 100%;
}
.contact-section__item:nth-child(2) i {
  background-color: hsl(var(--base));
}
.contact-section__item i {
  font-size: 24px;
  color: hsl(var(--white));
  background-color: hsl(var(--base-two));
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.contact-section__item .text p {
  color: hsl(var(--white));
}
.contact-section__item .text p a {
  color: hsl(var(--white));
}
.map-section {
  margin-bottom: -10px;
}
.map-section iframe {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 575px) {
  .map-section iframe {
    height: 400px;
  }
}

/* ======================  404 Start  ======================*/
.error-404 {
  padding: 100px 0;
  text-align: center;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
}
.error-404 img {
  width: 100%;
  max-width: 700px;
}
.error-404 p {
  font-size: 20px;
  font-weight: 400;
  color: hsl(var(--black));
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .error-404 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .error-404 p {
    font-size: 16px;
  }
}

/* ======================  404 End  ======================*/

/* Mobile Project Tabs - Single Row */
@media (max-width: 767px) {
  .project-tabs-nav {
    flex-direction: row !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .tab-item {
    flex: 0 0 auto;
    min-width: 120px;
    border-bottom: none !important;
    border-right: 1px solid #dee2e6;
    font-size: 14px;
    padding: 15px 10px;
  }

  .tab-item:last-child {
    border-right: none;
  }

  .tab-item.active {
    border-bottom: 3px solid var(--primary-color, #b59a53) !important;
    border-right-color: #dee2e6;
  }
}

/*# sourceMappingURL=main.css.map */

/* ==================== Project Details Modern Styles ==================== */

/* Project Hero Section */
.project-hero-section {
  position: relative;
  height: 30vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.project-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 2;
}

.project-hero-content {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
}

.project-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  opacity: 0.9;
}

.project-breadcrumb a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.project-breadcrumb a:hover {
  color: #ff6b35;
}

.project-breadcrumb span {
  margin: 0 10px;
  opacity: 0.7;
}

.project-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.project-hero-meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.project-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}

.project-meta-item i {
  color: #ff6b35;
}

/* Project Info Card */
.project-info-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 100px;
}

.project-info-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333;
  border-bottom: 2px solid #ff6b35;
  padding-bottom: 10px;
}

.project-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.project-info-item:hover {
  background: #ff6b35;
  color: white;
  transform: translateX(5px);
}

.info-icon {
  width: 40px;
  height: 40px;
  background: #ff6b35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  flex-shrink: 0;
}

.project-info-item:hover .info-icon {
  background: white;
  color: #ff6b35;
}

.info-content {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 2px;
}

.info-value {
  font-size: 16px;
  font-weight: 600;
}

/* Project Tabs */
.project-content-tabs {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.project-tabs-nav {
  display: flex;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-item {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.tab-item:hover {
  background: #e9ecef;
}

.tab-item.active {
  background: white;
  color: #ff6b35;
  border-bottom-color: #ff6b35;
}

.project-tabs-content {
  padding: 40px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Content Cards */
.project-overview-card,
.project-highlights-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
}

.project-overview-card h3,
.project-highlights-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.project-description,
.highlights-content {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* Gallery Grid */
.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 107, 53, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-overlay i {
  font-size: 24px;
  color: white;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 1199px) {
  .project-hero-title {
    font-size: 3rem;
  }

  .project-info-card {
    position: static;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .project-hero-section {
    height: 60vh;
    min-height: 400px;
  }

  .project-hero-title {
    font-size: 2.5rem;
  }

  .project-hero-meta {
    gap: 15px;
  }

  .project-meta-item {
    font-size: 14px;
    padding: 8px 15px;
  }

  .project-tabs-nav {
    flex-direction: column;
  }

  .tab-item {
    border-bottom: 1px solid #dee2e6;
    border-right: none;
  }

  .tab-item.active {
    border-bottom-color: #ff6b35;
  }
}

@media (max-width: 767px) {
  .project-hero-title {
    font-size: 2rem;
  }

  .project-hero-meta {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .project-info-card,
  .project-tabs-content {
    padding: 20px;
  }

  .project-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Tab Functionality Script */
/* ==================== Header White Background Styles ==================== */

/* Header White Background Styles - Consolidated */
header {
  background: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: none !important;
}

.navbar-main {
  background: white !important;
  border: none !important;
  padding: 15px 0;
}

/* Navigation Links */
.navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 500;
  padding: 10px 20px;
  border: none !important;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: hsl(var(--base)) !important;
  background: transparent !important;
}

.navbar-nav .nav-item.active .nav-link {
  color: hsl(var(--base)) !important;
}

/* Dropdown Menu */
.dropdown-menu {
  background: white !important;
  border: 1px solid #e9ecef !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  border: none !important;
  padding: 10px 20px;
}

.dropdown-item:hover {
  background: #f8f9fa !important;
  color: hsl(var(--base)) !important;
}

/* Mobile Toggle Button */
.navbar-toggler {
  border: none !important;
  color: #333 !important;
  padding: 8px 12px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* Offcanvas Mobile Menu */
.offcanvas {
  background: white !important;
  border: none !important;
}

.offcanvas-header {
  border-bottom: 1px solid #e9ecef !important;
  padding: 20px;
}

.offcanvas-title {
  color: #333 !important;
}

.btn-close {
  filter: none !important;
  opacity: 0.7;
}

.offcanvas-body {
  padding: 20px;
}

/* Remove all borders */
.navbar,
.nav-item,
.nav-link,
.dropdown-menu,
.dropdown-item,
.offcanvas,
.offcanvas-header,
.offcanvas-body {
  border: none !important;
}

/* Logo Styling */
.navbar-brand {
  padding: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .navbar-main {
    padding: 10px 0;
  }

  .navbar-nav .nav-link {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0 !important;
  }

  .navbar-nav .nav-link:last-child {
    border-bottom: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    border-bottom: none !important;
  }
}
/* Mobile Contact Button Styling */
.mobile-contact-btn {
  background: hsl(var(--base)) !important;
  color: white !important;
  border-radius: 25px !important;
  margin: 10px 20px !important;
  text-align: center !important;
  font-weight: 600 !important;
  padding: 12px 25px !important;
}

.mobile-contact-btn:hover {
  background: hsl(var(--base-d-200)) !important;
  color: white !important;
}
/* Project Details Theme Colors */
.project-breadcrumb a:hover {
  color: hsl(var(--base)) !important;
}

.project-meta-item i {
  color: hsl(var(--base)) !important;
}

.project-info-title {
  border-bottom: 2px solid hsl(var(--base)) !important;
}

.project-info-item:hover {
  background: hsl(var(--base)) !important;
}

.project-info-item:hover .info-icon {
  color: hsl(var(--base)) !important;
}

.tab-item.active {
  color: hsl(var(--base)) !important;
  border-bottom-color: hsl(var(--base)) !important;
}

.gallery-overlay {
  background: hsl(var(--base) / 0.8) !important;
}

.project-hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    hsl(var(--base) / 0.3) 100%
  ) !important;
}
/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #389173 0%, #389173 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out;
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.preloader-logo {
  margin-bottom: 40px;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-icon {
  font-size: 48px;
  color: #ff6b35;
  animation: pulse 2s infinite;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.text-line {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  animation: slideIn 0.6s ease-out forwards;
}

.text-line:nth-child(1) {
  animation-delay: 0.2s;
}
.text-line:nth-child(2) {
  animation-delay: 0.4s;
}
.text-line:nth-child(3) {
  animation-delay: 0.6s;
}

.preloader-progress {
  width: 300px;
  margin-bottom: 30px;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff6b35, #f7931e);
  width: 0%;
  border-radius: 2px;
  animation: loading 3s ease-in-out infinite;
}

.progress-text {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}

.loading-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #ff6b35;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: -0.32s;
}
.dot:nth-child(2) {
  animation-delay: -0.16s;
}

.preloader-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.floating-shape {
  position: absolute;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

.shape-4 {
  width: 40px;
  height: 40px;
  top: 30%;
  right: 30%;
  animation-delay: 1s;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loading {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(120deg);
  }
  66% {
    transform: translateY(20px) rotate(240deg);
  }
}

/* ==================== Projects Page Styles ==================== */

/* Modern Project Card Styling */
.modern-project-card {
    position: relative;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
}

.modern-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.modern-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modern-project-card:hover .modern-project-img {
    transform: scale(1.15);
}

.modern-project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 70%;
    transition: all 0.4s ease;
}

.project-meta {
    color: hsl(var(--base));
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.project-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.project-arrow-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
    z-index: 2;
}

.project-arrow-btn img {
    width: 18px;
    filter: brightness(0) invert(1);
}

.modern-project-card:hover .project-arrow-btn {
    opacity: 1;
    transform: translateX(0);
    background: hsl(var(--base));
}

/* Project Status Badge */
.project-status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: hsl(var(--base));
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
}

.project-status-badge.completed {
    background: #28a745;
}

.project-status-badge.ongoing {
    background: #ffc107;
    color: #333;
}

.project-status-badge.upcoming {
    background: #17a2b8;
}

/* Project Grid Animations */
.project-grid-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.project-grid-item:nth-child(1) { animation-delay: 0.1s; }
.project-grid-item:nth-child(2) { animation-delay: 0.2s; }
.project-grid-item:nth-child(3) { animation-delay: 0.3s; }
.project-grid-item:nth-child(4) { animation-delay: 0.4s; }
.project-grid-item:nth-child(5) { animation-delay: 0.5s; }
.project-grid-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced No Projects State */
.no-projects-found {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    margin: 40px 0;
}

.no-projects-found i {
    font-size: 64px;
    color: hsl(var(--base));
    margin-bottom: 20px;
    opacity: 0.7;
}

.no-projects-found h3 {
    color: hsl(var(--heading-color));
    margin-bottom: 15px;
}

.no-projects-found p {
    color: hsl(var(--body-color));
    font-size: 16px;
    max-width: 400px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Project Count Badge */
.projects-count-badge {
    display: inline-block;
    background: hsl(var(--base));
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}

/* Pagination Info */
.pagination-info {
    margin-top: 20px;
}

.pagination-info small {
    font-size: 14px;
    color: hsl(var(--body-color));
    opacity: 0.8;
}

/* Project Details Hero */
.project-hero {
    position: relative;
    height: 50vh;
    /* min-height: 500px; */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}

.project-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.project-category-badge {
    background: hsl(var(--base));
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
}

.project-title-large {
    font-size: 64px;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Stats Strip */
.stats-strip {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -60px;
    z-index: 3;
    border-bottom: 3px solid hsl(var(--base));
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid #eee;
}

.stat-item:last-child {
    border-right: none;
}

.stat-icon {
    font-size: 32px;
    color: hsl(var(--base));
}

.stat-text span {
    display: block;
}

.stat-label {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
}

.stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

/* Project Content */
.project-content-area {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.project-content-area h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.project-content-area h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 25px;
    width: 4px;
    background: hsl(var(--base));
    border-radius: 2px;
}

.highlight-box {
    background: #f9f9f9;
    border-left: 4px solid hsl(var(--base));
    padding: 30px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
}

/* Sidebar */
.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.project-info-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.info-list-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-list-item strong {
    color: #1a1a1a;
    font-weight: 600;
}

.info-list-item span {
    color: #666;
}

.contact-cta-box {
    background: #1a1a1a;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.contact-cta-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

/* Gallery */
.gallery-wrap {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-wrap:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-wrap:hover .gallery-overlay {
    opacity: 1;
}

.expand-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.gallery-wrap:hover .expand-btn {
    transform: translateY(0);
}

/* More Projects */
.more-project-card {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
    width: 100%;
}

.more-project-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    border-color: hsl(var(--base));
}

.more-project-card img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Blog Item Modern */
.blog-item-modern {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.blog-item-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-item__image-wrap {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;
}

.blog-item__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-item-modern:hover .blog-item__image-wrap img {
    transform: scale(1.1);
}

.blog-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: hsl(var(--base));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.blog-item__content {
    padding: 25px 25px 70px 25px;
    background: white;
    flex-grow: 1;
    position: relative;
}

.blog-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-meta i {
    color: hsl(var(--base));
}

.blog-item__content h4 {
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-item__content h4 a {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-item-modern:hover .blog-item__content h4 a {
    color: hsl(var(--base));
}

.blog-item__btn-wrapper {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.view-details-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #444;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-details-btn:hover {
    color: hsl(var(--base));
}

.icon-circle {
    width: 30px;
    height: 30px;
    background: #393939;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.icon-circle img {
    width: 12px;
    opacity: 0.6;
}

.blog-item-modern:hover .icon-circle {
    background: hsl(var(--base));
    transform: rotate(-45deg);
}

.blog-item-modern:hover .icon-circle img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .modern-project-card {
        height: 400px;
    }
    
    .project-title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .modern-project-card {
        height: 350px;
    }
    
    .modern-project-overlay {
        padding: 20px;
    }
    
    .project-title {
        font-size: 18px;
    }
    
    .project-title-large {
        font-size: 42px;
    }

    .stats-strip {
        margin-top: 20px;
    }

    .stat-item {
        border-right: none;
        margin-bottom: 15px;
    }

    .sticky-sidebar {
        position: static;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .modern-project-card {
        height: 300px;
    }
    
    .project-arrow-btn {
        width: 35px;
        height: 35px;
    }
    
    .project-arrow-btn img {
        width: 14px;
    }
}

@media (max-width: 575px) {
    .modern-project-overlay {
        padding: 15px;
    }
    
    .project-title {
        font-size: 16px;
    }
    
    .project-meta {
        font-size: 11px;
    }
    .project-hero {
    position: relative; 
    height: 30vh;
    /* min-height: 500px; */
    background-size: cover;
}
.project-title-large{
  font-size: 20px;
} 
}
 

/* Equal Height Service Cards */
.services-section .row {
  display: flex;
  flex-wrap: wrap;
}

.services-section .col-lg-4,
.services-section .col-md-6 {
  display: flex;
  margin-bottom: 24px;
}

.services-section__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.services-section__item .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.services-section__item .text p {
  flex-grow: 1;
}

/* Fix for Interior Design Services Icons */
.services-section__item .icon i {
  font-size: 3rem !important;
  color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.services-section__item:hover .icon i {
  color: #ffffff !important;
}

/* Ensure Bootstrap Icons are loaded and visible */
.bi {
  display: inline-block !important;
  font-family: "bootstrap-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  vertical-align: -0.125em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
/* Index Page Styles */
.hero-section {
    background-image: url('../images/banner/banner-mask.png');
    background-size: cover;
    background-position: center;
    padding: 10px 0 20px;
    color: white;
    position: relative;
}

.form-container {
    background-color: rgb(255 255 255 / 0%);
    padding: 20px;
    border-radius: 10px;
}

.nav-tabs .nav-link {
    color: white;
    border: none;
    background-color: transparent;
    text-align: center;
}

.nav-tabs .nav-link.active {
    background-color: #28a745;
    border: none;
    border-radius: 10px;
    position: relative;
    margin: 10px;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #28a745;
}

.nav-tabs .nav-link i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.form-control,
.form-select {
    background-color: white;
    border: 1px solid #ced4da;
    color: #000 !important;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: white !important;
    color: #000 !important;
}

@media screen and (max-width: 767px) {
    .nav-tabs .nav-link {
        font-size: 12px;
    }

    .nav-tabs .nav-link.active {
        font-size: 13px;
    }
}

.blog-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-text h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 2.8em;
    font-size: 1.1rem;
}

.btn-success {
    border: none;
    width: 100%;
}

/* Services Page Styles */
.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.feature-card:hover {
    background: #fff;
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-card .icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.feature-card:hover .icon-wrapper {
    background: var(--base-color, #d4af37);
    transform: scale(1.1) rotate(360deg);
}

.feature-card:hover .icon-wrapper i {
    color: #fff !important;
}

.feature-card h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.feature-card:hover h4 {
    color: #1a1a1a;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.3s;
}

.feature-card:hover p {
    color: #555;
}

.process-step {
    position: relative;
    padding: 30px;
    text-align: center;
}

.step-number {
    font-size: 60px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 1;
}

.stats-section {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modern-project-card {
    position: relative;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.modern-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modern-project-card:hover .modern-project-img {
    transform: scale(1.15);
}

.modern-project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 60%;
    transition: all 0.4s ease;
}

.project-meta {
    color: var(--base-color, #d4af37);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.project-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.project-arrow-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
}

.project-arrow-btn i,
.project-arrow-btn img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.modern-project-card:hover .project-arrow-btn {
    opacity: 1;
    transform: translateX(0);
    background: var(--base-color, #d4af37);
}

.swiper-pagination-bullet-active {
    background-color: var(--base-color, #d4af37) !important;
}

/* User Dropdown Button Custom Styles */
.user-dropdown-btn {
  background: white !important;
  color: #007bff !important;
  border: 2px solid #007bff !important;
  border-radius: 25px !important;
  padding: 8px 20px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.user-dropdown-btn:hover,
.user-dropdown-btn:focus,
.user-dropdown-btn.show {
  background: #007bff !important;
  color: white !important;
  border-color: #007bff !important;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
  transform: translateY(-1px) !important;
}

.user-dropdown-btn::after {
  margin-left: 8px !important;
}

/* ==================== Blog Page Styles ==================== */
/* --- Premium Blog Card Styling --- */
.blog-item-modern {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.blog-item-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Image Area */
.blog-item__image-wrap {
    position: relative;
    overflow: hidden;
    height: 260px;
    width: 100%;
}

.blog-item__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-item-modern:hover .blog-item__image-wrap img {
    transform: scale(1.1);
}

/* Floating Date Badge */
.blog-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: var(--base-color,  #f4614a);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    z-index: 2;
}

/* Content Area */
.blog-item__content {
    padding: 25px 25px 70px 25px;
    /* Extra bottom padding for button */
    background: white;
    flex-grow: 1;
    position: relative;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.blog-meta i {
    color: var(--base-color,  #f4614a);
}

.blog-item__content h4 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item-modern:hover .blog-item__content h4 {
    color: var(--base-color,  #f4614a);
}

/* Button Area */
.blog-item__btn-wrapper {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.view-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.view-details-btn .btn-text {
    position: relative;
}

.view-details-btn .btn-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: var(--base-color,  #f4614a);
    transition: width 0.3s ease;
}

.blog-item-modern:hover .view-details-btn .btn-text::after {
    width: 100%;
}

.icon-circle {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.icon-circle img {
    width: 14px;
    filter: opacity(0.6);
    transition: all 0.3s ease;
}

.blog-item-modern:hover .icon-circle {
    background: var(--base-color,  #f4614a);
    transform: rotate(-45deg);
}

.blog-item-modern:hover .icon-circle img {
    filter: invert(1);
}

/* ==================== Blog Details Page Styles ==================== */
/* --- General Layout --- */
.blog-details-section {
    background-color: #f9f9f9;
    /* Softer background for reading */
}

/* --- Main Content Area --- */
.blog-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-image-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-image-box img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-image-box:hover img {
    transform: scale(1.03);
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.meta-item i {
    color: var(--base-color, #d4af37);
}

.article-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-content {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.article-content p {
    margin-bottom: 25px;
}

.article-content h3,
.article-content h4 {
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.article-content img {
    border-radius: 10px;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

/* Styled Blockquote */
.article-content blockquote {
    background: #fffcf0;
    border-left: 5px solid var(--base-color, #d4af37);
    padding: 30px;
    margin: 30px 0;
    font-style: italic;
    font-size: 20px;
    color: #333;
    border-radius: 0 10px 10px 0;
}

/* --- Sidebar Styling --- */
.sidebar-wrapper {
    position: sticky;
    top: 120px;
    /* Sticky effect */
}

.sidebar-widget {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--base-color, #d4af37);
}

/* Category List */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 15px;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #555;
    transition: all 0.3s ease;
    font-weight: 500;
}

.category-list a:hover {
    background: var(--base-color, #d4af37);
    color: #fff;
    transform: translateX(5px);
}

.category-list span.count {
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px;
}

.category-list a:hover span.count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Recent Posts */
.recent-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.recent-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-thumb img {
    transform: scale(1.1);
}

.recent-content h6 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.recent-content h6 a {
    color: #333;
    transition: color 0.3s;
}

.recent-content h6 a:hover {
    color: var(--base-color, #d4af37);
}

.recent-date {
    font-size: 12px;
    color: #888;
}

/* Tags */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-cloud a {
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag-cloud a:hover {
    background: var(--base-color, #d4af37);
    color: #fff;
    border-color: var(--base-color, #d4af37);
}

/* Social Share */
.social-share-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icons a:hover {
    background: var(--base-color, #d4af37);
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
    .blog-wrapper {
        padding: 20px;
    }

    .sidebar-wrapper {
        margin-top: 50px;
        position: static;
    }

    .article-title {
        font-size: 18px;
    }
}
/* ==================== Write Review Page Styles ==================== */
.review-form-container {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
    font-size: 24px;
    color: #ddd;
    transition: color 0.2s;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: #ffc107;
}

.form-floating>.form-control,
.form-floating>.form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: white !important;
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-select:not(:placeholder-shown) {
    /* border-color: #389173;
    box-shadow: 0 0 0 0.2rem rgba(56, 145, 115, 0.25); */
    background-color: white !important;
}

.form-floating>label {
    color: #6c757d;
    font-weight: 500;
}

/* Fix autocomplete blue background and text visibility */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #212529 !important;
    background-color: white !important;
    color: #212529 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Fix floating label with autofill */
.form-floating .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* Remove blue highlight on focus */
.form-control:focus {
    background-color: white !important;
    border-color: #389173 !important;
    box-shadow: 0 0 0 0.2rem rgba(56, 145, 115, 0.25) !important;
}

@media (max-width: 768px) {
    .review-form-container {
        padding: 20px;
    }
}

/* ==================== Subadmin Profile Page Styles ==================== */
/* Hero Section */
.hero-section {
    /* background: linear-gradient(135deg, #0f1012 0%, #1e0a33 100%);  */
    padding: 2rem 0;
    color: white;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem 1rem;
}

.hero-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: white;
}

.hero-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    color: white;
}

.badge-partner {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

.hero-stats-inline {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 0.25rem;
}

.stat-text {
    font-size: 0.8rem;
    opacity: 0.8;
    color: white;
    display: block;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.btn-action {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
}

.btn-call {
    background: #25d366;
    color: white;
}

.btn-email {
    background:  #f4614a;
    color: white;
}

.btn-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

/* Contact Section */
.contact-section {
    /* background: #f8f9fa; */
    padding: 1rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.contact-card {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.contact-card:hover {
    transform: translateY(-2px);
}

.contact-card i {
    width: 35px;
    height: 35px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.contact-info {
    flex: 1;
}

.contact-info small {
    display: block;
    color: #666;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.contact-info a,
.contact-info span {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
}

.contact-info a:hover {
    color: #667eea;
}

/* About Us Section */
.about-us-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
}

.text-gradient {
    background: linear-gradient(45deg, #ff6b9d, #c44569, #667eea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.decorative-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, #ff6b9d, #667eea);
    border-radius: 2px;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    height: 500px;
}

.masonry-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.masonry-item.item-1 {
    grid-row: span 2;
}

.masonry-item.item-2 {
    grid-row: span 1;
}

.masonry-item.item-3 {
    grid-row: span 1;
}

.image-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(102, 126, 234, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-wrapper:hover .image-overlay {
    opacity: 1;
}

.image-wrapper:hover img {
    transform: scale(1.1);
}

.overlay-content {
    text-align: center;
    color: white;
}

.service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.placeholder-showcase {
    height: 500px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card {
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

@media (max-width: 768px) {
    .masonry-grid {
        grid-template-columns: repeat(2, 1fr);
        height: 400px;
    }

    .masonry-item {
        grid-row: span 1 !important;
    }
}

/* Product Cards - Same as products.php */
.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.product-image {
    height: 200px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #6c757d;
}

 

.product-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.product-dimensions {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.product-details {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.section-header h2 {
    color: #fd511e;
    font-weight: 700;
}

@media (max-width: 768px) {
    /* Hero Section Mobile */
    .hero-section {
        padding: 1.5rem 0;
    }

    .hero-title {
        font-size: 1.5rem !important;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .hero-stats-inline {
        gap: 1rem;
    }

    .stat-num {
        font-size: 1.2rem;
    }

    .stat-text {
        font-size: 0.75rem;
    }

    .hero-actions {
        gap: 0.75rem;
    }

    .btn-action {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    /* Contact Section Mobile */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .contact-card {
        padding: 0.75rem;
    }

    .contact-card i {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    /* About Section Mobile */
    .about-hero h2 {
        font-size: 2rem !important;
    }

    .founder-intro h3 {
        font-size: 1.5rem;
    }

    .service-card {
        margin-bottom: 1rem;
    }

    .service-icon i {
        font-size: 2rem !important;
    }

    /* Products Section Mobile */
    .product-card {
        margin-bottom: 1.5rem;
    }

    .product-image {
        height: 180px;
    }

    /* Button Mobile */
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .d-flex.gap-3 {
        flex-direction: row;
        gap: 0.75rem !important;
    }

    .d-flex.gap-3 .btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    /* Extra small screens */
    .hero-section {
        padding: 1rem 0;
    }

    .hero-title {
        font-size: 1.3rem !important;
    }

    .badge-partner {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .hero-stats-inline {
        gap: 0.75rem;
    }

    .stat-num {
        font-size: 1rem;
    }

    .btn-action {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .contact-card {
        padding: 0.6rem;
    }

    .about-hero h2 {
        font-size: 1.75rem !important;
    }

    .service-card {
        padding: 1.5rem !important;
    }

    .product-image {
        height: 160px;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* ==================== Purchase History Page Styles ==================== */
.history-card {
    background: white;
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    padding: 5px;
}

.table th {
    border-top: none;
    font-weight: 600;
    color: #333;
}

.no-purchases {
    padding: 60px 20px;
}

.btn--base {
    background: #fd511e;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn--base:hover {
    background: #e8460c;
    color: white;
    transform: translateY(-2px);
}

/* Mobile Purchase Cards */
.purchase-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.purchase-card .card-header {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 12px 16px;
    border-bottom: 1px solid #dee2e6;
}

.purchase-date {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.purchase-card .card-body {
    padding: 16px;
}

.product-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
}

.purchase-details {
    space-y: 8px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f1f3f4;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row .label {
    font-weight: 500;
    color: #6c757d;
    font-size: 13px;
}

.detail-row .value {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.detail-row .amount {
    color: #28a745;
    font-size: 14px;
}

.detail-row .payment-id {
    font-family: monospace;
    font-size: 11px;
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ==================== Profile Page Styles ==================== */
body {
    background-color: #f0f2f5;
    font-family: 'Poppins', sans-serif;
}

/* --- 1. NEW AWESOME HEADER DESIGN --- */
.profile-banner-section {
    background: linear-gradient(135deg, #FF6B35 0%, #1a1a1a 100%);
    padding: 60px 0 100px;
    /* Extra padding at bottom for overlap */
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.banner-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/pattern.png');
    /* Optional pattern */
    opacity: 0.1;
}

.user-welcome-wrap {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    align-items: center;
    gap: 25px;
}

.user-avatar-lg {
    width: 100px;
    height: 100px;
    background: white;
    color: #FF6B35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 800;
    border: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* --- 2. FLOATING MEMBERSHIP CARD --- */
.membership-card-floating {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 25px;
    color: white;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.membership-card-floating:hover {
    transform: translateY(-5px);
}

.card-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}

.card-value-lg {
    font-family: 'Courier New', monospace;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 5px;
}

/* --- 3. FORMS SECTION (Overlapping) --- */
.main-content-wrapper {
    margin-top: -60px;
    /* Pulls content up */
    position: relative;
    z-index: 5;
    padding-bottom: 60px;
}

.settings-card {
    background: white;
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
}

.settings-header {
    background: white;
    padding: 25px 30px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-icon {
    width: 45px;
    height: 45px;
    background: #fff5f0;
    color: #FF6B35;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.settings-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.settings-body {
    padding: 30px;
}

/* Inputs */
.form-control-custom {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s;
}

.form-control-custom:focus {
    border-color: #FF6B35;
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

.form-label {
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
    display: block;
}

.btn-awesome {
    background: #1a1a1a;
    color: white;
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-awesome:hover {
    background: #FF6B35;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
}

/* --- 4. NEW SUPPORT STRIP (Outside fields) --- */
.support-strip {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    background-image: url('assets/images/pattern-bg.png');
    background-size: cover;
    border-left: 5px solid #FF6B35;
}

.support-content h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

.support-btn {
    background: white;
    color: #333;
    border: 2px solid #eee;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.support-btn:hover {
    background: #FF6B35;
    border-color: #FF6B35;
    color: white;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .profile-banner-section {
        text-align: center;
        border-radius: 0 0 30px 30px;
    }

    .user-welcome-wrap {
        flex-direction: column;
    }

    .membership-card-floating {
        margin-top: 30px;
    }

    .support-strip {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding:10px;
        border: none;
    }
}

/* ==================== Products Page Styles ==================== */
.btn-primary {
    color: #fff;
    background-color:  #f4614a;
    border-color:  #f4614a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d19800;
    border-color: #d19800;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.product-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image {
    height: 200px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #6c757d;
}

 
.product-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.product-dimensions {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.product-details {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.filters-sidebar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

/* Sticky sidebar for large screens */
@media (min-width: 992px) {
    .sticky-sidebar {
        position: sticky;
        top: 20px;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }
}

.filter-group .form-label {
    margin-bottom: 10px;
}

.filter-btn {
    padding: 8px 16px;
    background: white;
    color:  #f4614a;
    border: 1px solid  #f4614a;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    user-select: none;
}

.filter-btn:hover {
    background:  #f4614a;
    color: white;
}

.filter-btn.active {
    background:  #f4614a;
    color: white;
}

/* Mobile Filter Styles */
@media (max-width: 991.98px) {
    .filters-sidebar {
        margin-bottom: 20px;
    }

    #filterToggleBtn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* ==================== Product Details Page Styles ==================== */
.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 2.3rem;
}

.main-image-slider {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
}

.mainSwiper {
    width: 100%;
    height: 400px;
}

.main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    cursor: zoom-in;
    display: block;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.thumbnail-container {
    margin-top: 15px;
}

.thumbSwiper {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
}

.thumbSwiper .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.4;
    cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbSwiper .swiper-slide-thumb-active .thumbnail {
    border-color: #fd511e;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fd511e;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 600;
}

.section-title {
    /* background: #f8f9fa;  */
    color: #333;
    padding: 7px 7px;
    
    margin: 0;
    font-weight: 600;
    /* border-left: 4px solid #fd511e; */ 
}

.spec-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.spec-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #fd511e;
}

.spec-icon {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border: 2px solid #fd511e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    font-size: 20px;
    color: #fd511e;
    transition: all 0.3s ease;
}

.spec-card:hover .spec-icon {
    background: #fd511e;
    color: white;
}

.spec-content h6 {
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.spec-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Floor Descriptions Grid */
.floor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

@media (max-width: 767.98px) {
    .floor-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.floor-item-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.floor-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #ddd;
}

.floor-icon-wrapper {
    width: 55px;
    height: 55px;
    background: #f8f9fa;
    border: 2px solid #6c757d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    transition: all 0.3s ease;
}

.floor-item-card:nth-child(odd) .floor-icon-wrapper {
    border-color: #fd511e;
}

.floor-item-card:nth-child(even) .floor-icon-wrapper {
    border-color: #28a745;
}

.floor-item-card:nth-child(odd):hover .floor-icon-wrapper {
    background: #fd511e;
}

.floor-item-card:nth-child(even):hover .floor-icon-wrapper {
    background: #28a745;
}

.floor-icon-wrapper i {
    font-size: 22px;
    color: #6c757d;
    transition: color 0.3s ease;
}

.floor-item-card:hover .floor-icon-wrapper i {
    color: white;
}

.floor-details {
    flex: 1;
}

.floor-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.floor-count-badge {
    display: flex;
    align-items: center;
    gap: 6px;
}

.count-number {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #dee2e6;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
}

/* Product Info Card */
.product-info-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.product-header {
    border-bottom: 2px solid #f8f9fa;
    padding-bottom: 15px;
}

.section-title-small {
    background: #f8f9fa;
    color: #333;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    /* border-left: 4px solid #fd511e; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Floor Summary in Right Sidebar */
.floor-summary-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
}

.summary-floor-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.summary-floor-item:last-child {
    border-bottom: none;
}

.summary-floor-item:hover {
    background: rgba(253, 81, 30, 0.05);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.summary-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: 2px solid #fd511e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.summary-floor-item:nth-child(even) .summary-icon {
    border-color: #28a745;
}

.summary-floor-item:hover .summary-icon {
    background: #fd511e;
}

.summary-floor-item:nth-child(even):hover .summary-icon {
    background: #28a745;
}

.summary-icon i {
    font-size: 16px;
    color: #fd511e;
    transition: color 0.3s ease;
}

.summary-floor-item:nth-child(even) .summary-icon i {
    color: #28a745;
}

.summary-floor-item:hover .summary-icon i {
    color: white;
}

.summary-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-name {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.summary-count {
    background: white;
    color: #333;
    border: 1px solid #dee2e6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    min-width: 35px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

 

.cost-display {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cost-range {
    font-size: 28px;
    font-weight: 700;
    color: #fd511e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.call-text {
    font-size: 16px;
    color: #666;
}

.price-guarantee {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.floor-summary-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}

.floor-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.floor-name {
    font-weight: 500;
}

.floor-count-badge {
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.floor-divider {
    margin: 8px 0;
    border-color: #eee;
}

.contact-buttons .btn {
    font-weight: 600;
}

.placeholder-image {
    height: 400px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Mobile responsive adjustments */
@media (max-width: 767.98px) {
    .product-specifications .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-specifications .row>[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .spec-card {
        padding: 8px;
    }

    .floor-summary-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 10px;
    }

    .summary-floor-item {
        padding: 8px 0;
        border-bottom: 0.6px solid #e9ecef;
    }

    /* Pricing sections mobile fix */
    .floor-summary .floor-summary-container {
        padding: 10px !important;
        display: block !important;
        grid-template-columns: none !important;
    }

    .floor-summary h5 {
        font-size: 16px !important;
    }

    .floor-summary p {
        font-size: 14px !important;
        margin: 5px 0 !important;
    }

    .floor-summary .ps-2 {
        font-size: 12px !important;
        padding: 5px !important;
    }
}

/* YouTube Video Styles */
.youtube-video-section {
    background: #f8f9fa;
}

.section-title-video {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}

.video-container-full {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    margin: 0 auto;
}

.video-container-full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

@media (max-width: 767.98px) {
    .video-container-full {
        border-radius: 12px;
    }
    
    .video-container-full iframe {
        border-radius: 12px;
    }
}

/* Related Products Styles */
.related-product-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.related-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.related-product-image {
    height: 200px;
    overflow: hidden;
}

.related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image-placeholder {
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.related-product-info {
    padding: 15px;
}

.related-product-info h6 {
    font-size: 14px;
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-product-info .price {
    color: #28a745;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .related-product-image {
        height: 150px;
    }

    .related-product-info {
        padding: 10px;
    }

    .floor-name {
        font-size: 12px !important;
    }

    .spec-content h6 {
        font-size: 12px !important;
    }

    .cost-range {
        font-size: 20px;
        font-weight: 600;
    }

    .product-info-card {
        padding: 20px;
    }

    .section-title-small {
        font-size: 14px;
        padding: 8px 12px;
    }
}

/* FAQ Accordion Styling */
.accordion-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
}

.accordion-button {
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background: #fd511e;
    color: white;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 20px;
    background: white;
    color: #666;
    line-height: 1.6;
}

/* Reviews Section Styles */
.reviews-section {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e9ecef;
}

.rating-summary {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.avg-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fd511e;
}

.stars {
    display: flex;
    gap: 3px;
}

.stars i {
    font-size: 1.2rem;
    color: #ddd;
}

.stars i.filled {
    color: #ffc107;
}

.total-reviews {
    color: #666;
    font-size: 0.9rem;
}

.reviews-slider {
    margin-top: 20px;
}

.review-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    height: 100%;
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.review-header {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    margin-bottom: 15px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar {
    width: 45px;
    height: 45px;
    background: #fd511e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.reviewer-details h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.review-rating {
    display: flex;
    gap: 2px;
    margin-top: 4px;
}

.review-rating i {
    font-size: 0.9rem;
    color: #ddd;
}

.review-rating i.filled {
    color: #ffc107;
}

.review-date {
    font-size: 0.85rem;
    color: #666;
}

.review-content p {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.no-reviews {
    background: white;
    border-radius: 12px;
    padding: 40px;
}

@media (max-width: 767.98px) {
    .reviews-section {
        padding: 20px 15px;
    }

    .rating-summary {
        padding: 20px 15px;
    }

    .avg-rating {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .rating-number {
        font-size: 2rem;
    }

    .review-card {
        padding: 15px;
    }

    .reviewer-avatar {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Package Card Styles */
.package-card .btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.package-card .btn:hover {
    background: #333 !important;
    transform: none !important;
}

/* Review Cards Styles */
.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.btn-write-review:hover, .btn-login-review:hover {
    background: #333 !important;
}

.btn-read-more:hover {
    color: #e63946 !important;
}

@media (max-width: 768px) {
    .review-card {
        margin-bottom: 20px;
    }
    .avg-rating {
        font-size: 1.5rem !important;
    }
    .stars-large i {
        font-size: 1.2rem !important;
    }
}

/* Reviews Widget Styles */
.customer-reviews-section {
    background: #f8f9fa;
}

.reviews-widget {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e9ecef;
    position: sticky;
    top: 20px;
}

.reviews-header {
    background: linear-gradient(135deg, #fd511e 0%, #e8440f 100%);
    color: white;
    padding: 25px;
}

.reviews-title {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 1.3rem;
}

.rating-overview {
    text-align: center;
}

.avg-rating-display {
    margin-bottom: 15px;
}

.rating-score {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
}

.stars-display {
    margin-bottom: 8px;
}

.stars-display i {
    font-size: 1.2rem;
    margin: 0 2px;
}

.total-count {
    font-size: 0.9rem;
    opacity: 0.9;
}

.btn-review-write {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-review-write:hover {
    background: white;
    color: #fd511e;
}

.btn-review-login {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-review-login:hover {
    background: white;
    color: #fd511e;
}

.reviews-list {
    max-height: 500px;
    overflow-y: auto;
    padding: 0;
}

.reviews-list::-webkit-scrollbar {
    width: 6px;
}

.reviews-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.reviews-list::-webkit-scrollbar-thumb {
    background: #fd511e;
    border-radius: 3px;
}

.review-item {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.review-item:last-child {
    border-bottom: none;
}

.reviewer-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    background: #fd511e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    margin: 0 0 4px 0;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
}

.review-stars {
    margin-bottom: 4px;
}

.review-stars i {
    font-size: 0.8rem;
    margin-right: 1px;
}

.review-date {
    font-size: 0.8rem;
    color: #666;
}

.review-text p {
    margin: 0;
    color: #555;
    line-height: 1.5;
    font-size: 0.9rem;
}

.no-reviews {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.no-reviews p {
    margin: 0;
    font-weight: 600;
}

/* Rating Input Styles */
.rating-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}

.rating-input input {
    display: none;
}

.star-label {
    cursor: pointer;
    font-size: 1.5rem;
    color: #ddd;
    transition: color 0.2s ease;
}

/* Star rating selection - fixed for left to right */
.rating-input {
    flex-direction: row;
}

.rating-input input:checked + .star-label {
    color: #ffc107;
}

.rating-input input:checked ~ input + .star-label {
    color: #ddd;
}

/* Toast Notification Styles */
.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 16px 20px;
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s ease;
    border-left: 4px solid #28a745;
}

.toast-notification.toast-error {
    border-left-color: #dc3545;
}

.toast-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 500;
}

.toast-success .toast-content i {
    color: #28a745;
}

.toast-error .toast-content i {
    color: #dc3545;
}

@media (max-width: 991.98px) {
    .reviews-widget {
        position: static;
        margin-top: 30px;
    }
    
    .reviews-list {
        max-height: 400px;
    }
}
/* ==================== Contact Section Buttons Fix ==================== */
.contact-section {
    padding: 20px;
    /* background: #f8f9fa; */
    border-radius: 10px;
    margin: 20px 0;
}

.contact-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.contact-buttons .btn {
    flex: 1;
    max-width: 250px;
    margin-bottom: 0 !important;
}

@media (max-width: 576px) {
    .contact-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .contact-buttons .btn {
        width: 100%;
        max-width: none;
    }
}
/* ==================== Product Details Swiper Navigation Fix ==================== */
.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    color: #fd511e !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: bold !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fd511e !important;
    color: white !important;
    transform: scale(1.1) !important;
}

/* ==================== Footer Floating Buttons & Modal Styles ==================== */

/* Floating Action Buttons */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.quote-btn {
    background: #389173;
    width: auto;
    padding: 0 15px;
    border-radius: 30px;
}

.quote-btn span {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
}

.whatsapp-btn {
    background: #25D366;
}

.call-btn {
    background: #007bff;
}

.float-btn:hover {
    transform: scale(1.1);
    color: white;
}

@media (max-width: 768px) {
    .floating-buttons {
        bottom: 15px;
        left: 100px;
        flex-direction: row;
    }

    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .quote-btn {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
    }

    .quote-btn span {
        display: none;
    }
}



/* Auto Quote Popup - NEW DESIGN */
.auto-quote-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 50%, #ff9ff3 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    z-index: 1050;
    max-width: 300px;
    display: none;
}

.auto-quote-popup.show {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

.popup-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}



/* Custom Toast Styles */
.custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s ease;
    min-width: 300px;
    max-width: 400px;
}

.custom-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-success {
    border-left: 4px solid #28a745;
}

.toast-error {
    border-left: 4px solid #dc3545;
}

.toast-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.toast-message {
    flex: 1;
    font-weight: 500;
    color: #333;
}

.toast-close {
    cursor: pointer;
    font-size: 18px;
    color: #999;
    padding: 0 5px;
    transition: color 0.2s;
}

.toast-close:hover {
    color: #333;
}


/* Quote Modal Styles - NEW DESIGN */
.quote-modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.quote-modal-header {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 50%, #ff9ff3 100%);
    border-radius: 15px 15px 0 0;
    padding: 1rem 1.5rem;
}

.quote-modal-body {
    padding: 1.5rem;
    position: relative;
    max-height: 70vh;
    overflow-y: auto;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Fix modal accessibility */
.modal.show {
    display: block !important;
}

.modal[aria-hidden="true"] {
    display: none !important;
}

.quote-background-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24, #ff9ff3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.08;
    z-index: 1;
    pointer-events: none;
}

.quote-modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 0 0 15px 15px;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: 56px;
    font-size: 14px;
    padding: 1rem 0.75rem 0.25rem 0.75rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > label {
    font-size: 13px;
    padding: 1rem 0.75rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.quote-submit-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 50%, #ff9ff3 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
}

.quote-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.quote-close-btn {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Perfect Mobile Modal */
@media (max-width: 768px) {
    .modal-lg {
        max-width: 95vw;
        margin: 0.5rem;
    }
    
    .quote-modal-content {
        margin: 10px;
        border-radius: 15px;
        max-height: 90vh;
    }
    
    .quote-modal-header {
        padding: 20px;
    }
    
    .quote-modal-body {
        padding: 20px;
        max-height: 60vh;
        overflow-y: auto;
    }
    
    .quote-modal-footer {
        padding: 20px;
    }
    
    .form-floating > .form-control,
    .form-floating > .form-select {
        height: 35px;
        font-size: 13px;
        padding: 8px 12px 2px 12px;
        border-radius: 6px;
        margin-bottom: 10px;
    }
    
    .form-floating > .form-select {
        padding-top: 8px;
        padding-bottom: 2px;
    }
    
    .form-floating > label {
        font-size: 10px;
        padding: 8px 12px;
    }
    
    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        transform: scale(0.8) translateY(-0.7rem) translateX(0.1rem);
    }
    
    .quote-submit-btn {
        padding: 12px 25px;
        font-size: 14px;
        margin-top: 15px;
    }
    
    .quote-background-text {
        font-size: 2rem;
    }
    
    .quote-close-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .auto-quote-popup {
        display: none;
    }
    
    .custom-toast {
        right: 10px;
        left: 10px;
        min-width: auto;
        transform: translateY(-100px);
    }

    .custom-toast.show {
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .quote-modal-content {
        margin: 5px;
        max-height: 95vh;
    }
    
    .quote-modal-body {
        max-height: 65vh;
        padding: 15px;
    }
    
    .form-floating > .form-control,
    .form-floating > .form-select {
        height: 32px;
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .form-floating > label {
        font-size: 9px;
    }
    
    .quote-submit-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* ==================== Projects Page Styles ==================== */

/* Modern Project Card Styling - Enhanced from existing */
.modern-project-card {
    position: relative;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
}

.modern-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.modern-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modern-project-card:hover .modern-project-img {
    transform: scale(1.15);
}

.modern-project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 70%;
    transition: all 0.4s ease;
}

.project-meta {
    color: hsl(var(--base));
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.project-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.project-arrow-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
    z-index: 2;
}

.project-arrow-btn img {
    width: 18px;
    filter: brightness(0) invert(1);
}

.modern-project-card:hover .project-arrow-btn {
    opacity: 1;
    transform: translateX(0);
    background: hsl(var(--base));
}

/* Project Status Badge */
.project-status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: hsl(var(--base));
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
}

.project-status-badge.completed {
    background: #28a745;
}

.project-status-badge.ongoing {
    background: #ffc107;
    color: #333;
}

.project-status-badge.upcoming {
    background: #17a2b8;
}

/* Modern Project Details Styles */
.modern-stat-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    border: 1px solid #f0f0f0;
    gap: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.modern-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.stat-icon-modern {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: white;
    font-size: 24px;
}

.stat-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.stat-content p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.content-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

.highlights-section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    border-left: 4px solid #007bff;
}

.highlights-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.highlights-content {
    color: #555;
    line-height: 1.6;
}

.gallery-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

.gallery-btn {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.gallery-btn:hover {
    background: #007bff;
    color: white;
    transform: scale(1.1);
}

/* .sidebar-card {
    background: white;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
} */

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

.info-value {
    font-weight: 500;
    color: #1a1a1a;
    text-align: right;
}

.similar-projects {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.similar-project-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.similar-project-item:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.project-thumb {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.3;
}

.project-info p {
    font-size: 12px;
    color: #666;
    margin: 0;
}
/* ==================== Review Details Page Styles ==================== */

/* Review Hero Section */
.review-hero-section {
    position: relative;
    height: 40vh;
    min-height: 300px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    overflow: hidden;
}

.review-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.review-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.review-hero-content {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
}

.review-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.9;
}

.review-breadcrumb a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.review-breadcrumb a:hover {
    color: hsl(var(--base-two));
}

.review-breadcrumb span {
    margin: 0 10px;
    opacity: 0.7;
}

.review-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.review-rating-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 24px;
}

.review-rating-display i {
    color: #ffc107;
}

.rating-text {
    font-size: 18px;
    font-weight: 600;
}

/* Review Content Section */
.review-content-section {
    background: #f8f9fa;
}

.review-main-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.client-avatar i {
    font-size: 80px;
    color: hsl(var(--base));
}

.client-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.client-badge {
    background: hsl(var(--base));
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.review-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #666;
    font-size: 14px;
}

.review-meta i {
    color: hsl(var(--base));
}

.review-content {
    position: relative;
    margin-bottom: 30px;
}

.quote-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 40px;
    color: hsl(var(--base));
    opacity: 0.3;
}

.review-text {
    padding-left: 30px;
}

.review-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
}

.review-footer {
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.rating-breakdown h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.rating-stars-large {
    font-size: 28px;
    margin-bottom: 10px;
}

.rating-stars-large i {
    color: #ffc107;
    margin-right: 5px;
}

.rating-description {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* Review Actions */
.review-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

/* Review Sidebar */
.review-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: white;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid hsl(var(--base));
    padding-bottom: 10px;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: hsl(var(--base));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.stat-content h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #333;
}

.stat-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Related Reviews */
.related-reviews {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-review-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.related-review-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.related-client {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.related-client i {
    font-size: 16px;
    color: hsl(var(--base));
}

.related-info h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.related-rating {
    font-size: 14px;
}

.related-rating i {
    color: #ffc107;
}

.related-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.related-link {
    font-size: 14px;
    color: hsl(var(--base));
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.related-link:hover {
    color: hsl(var(--base-two));
}

/* CTA Card */
.cta-card {
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    color: white;
}

.cta-card .sidebar-title {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.cta-content h4 {
    color: white;
    margin-bottom: 15px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .review-hero-title {
        font-size: 2.5rem;
    }
    
    .review-main-card {
        padding: 30px 20px;
    }
    
    .review-header {
        flex-direction: row;
        text-align: center;
    }
    
    .review-actions {
        flex-direction: row;
    }
    
    .review-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .review-hero-title {
        font-size: 2rem;
    }
    
    .review-rating-display {
        flex-direction: row;
        gap: 2px;
    }
    
    .client-avatar i {
        font-size: 60px;
    }
    
    .client-name {
        font-size: 24px;
    }
    
    .review-text p {
        font-size: 16px;
    }
    
    .rating-stars-large {
        font-size: 24px;
    }
}
/* ==================== Reviews Page Equal Height Cards ==================== */

/* Equal height testimonial cards */
.testimonial-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 350px;
}

.client-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-excerpt {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    margin-bottom: 20px;
}

.client-info {
    margin-top: auto;
}

/* Ensure consistent card spacing */
.testimonial-item .start-client {
    margin-bottom: 15px;
}

.testimonial-item .client-text {
    min-height: 80px;
    max-height: 120px;
}
/* ==================== Review Details Additional Sections ==================== */

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-icon {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.cta-buttons {
    margin-top: 30px;
}

.cta-buttons .btn {
    min-width: 180px;
}

/* FAQ Section Enhancements */
.faq-section .custom--accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-section .accordion-button {
    font-weight: 600;
    font-size: 16px;
    padding: 20px 25px;
}

.faq-section .accordion-body {
    padding: 25px;
}

.faq-section .accordion-body p {
    margin: 0;
    line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .cta-icon i {
        font-size: 48px !important;
    }
}
/* ==================== Review Details Left Section Cards ==================== */

/* Review Guidelines Card */
.review-guidelines-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-left: 4px solid hsl(var(--base));
}

.guidelines-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.guidelines-header i {
    font-size: 24px;
    color: hsl(var(--base));
}

.guidelines-header h4 {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.guidelines-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.guidelines-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guidelines-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: #555;
}

.guidelines-list li i {
    color: #28a745;
    font-size: 14px;
}

/* Trust Indicators Card */
.trust-indicators-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.trust-indicators-card h4 {
    margin-bottom: 25px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.trust-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.trust-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.trust-icon {
    width: 45px;
    height: 45px;
    background: hsl(var(--base));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.trust-content h5 {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.trust-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .review-guidelines-card,
    .trust-indicators-card {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .review-guidelines-card,
    .trust-indicators-card {
        padding: 20px;
    }
    
    .trust-item {
        padding: 12px;
    }
    
    .trust-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
  .modern-stat-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    min-height: 60px;
  }

  .stat-icon-modern {
    width: 30px;
    height: 30px;
    font-size: 12px;
    flex-shrink: 0;
  }

  .stat-content h4 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .stat-content p {
    font-size: 10px;
    margin: 0;
    line-height: 1.1;
  }

  .row.g-4.mb-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
  }

  .col-lg-3.col-md-6 {
    padding: 0;
  }
}