
/* Common CSS */

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");


/* Pseudo elements Starts */
:root {
  --body-color: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
  --heading-color: #212b36;
  --primary-color: #54186bb3;
  --white: #ffffff;
  --primary: #06A3DA;
  --light: #EEF9FF;
  --dark: #091E3E;
  --bg: hsl(246 44% 7%);
  --bg-2: linear-gradient(to bottom, #ccbae6bd, hsl(217, 75%, 95%));
  --bg-2: hsl(249, 45%, 12%);
  --bg-dark: linear-gradient(to right, rgb(128, 205, 253), rgb(248, 147, 237));
  --text-dark-gradient: linear-gradient(to right, rgb(128, 205, 253), rgb(248, 147, 237));
  --text-dark-gradient-2: linear-gradient(to right, rgba(73, 85, 252, 0.642), rgba(124, 41, 141, 0.674));
  --surface-50: #FFFFFF;
  --surface-100: #F7F9FD;
  --surface-110: #212122;
  --surface-130: #F7F9FD;
  --surface-140: #F7F9FD;
  --surface-180: #ECEDEE;
  --surface-200: #ECEDEE;
  --surface-300: #CBCFD2;
  --surface-350: #CBCFD2;
  --surface-400: #A7AEB4;
  --surface-500: #8E979F;
  --surface-600: #6B767F;
  --surface-700: #4F575E;
  --surface-800: #33383D;
  --surface-900: #131320;
  --primary-50: #F8F5FF;
  --primary-100: #B89CFC;
  --primary-130: #B89CFC;
  --primary-190: #B89CFC;
  --primary-200: #7D49F8;
  --primary-230: #B89CFC;
  --primary-250: #8703ec;
  --primary-300: #6528F7;
  --primary-400: #511bcee7;
  --primary-500: #3D199C;
  --primary-800: #25254b; 
  --header-height: 3.5rem;
  
  /* Colors */
  --first-color: hsl(230, 75%, 56%);
  --title-color: hsl(230, 75%, 15%);
  --text-color: hsl(230, 12%, 40%);
  --container-color: hsl(230, 100%, 97%);
  --border-color: hsl(230, 25%, 80%);
  --border-main: 1px solid rgba(255, 255, 255, 0.11);
  --first-blue-color: #725ce0;
  --second-blue-color: #84bcd2;

  /* --second-blue-color: #84bcd2c9; */
 
  /* Background colors */
  --bg-wild-blue-yonder: hsla(216, 33%, 68%, 1);
  --bg-carolina-blue: hsla(199, 89%, 49%, 1);
  --bg-prussian-blue: hsla(216, 33%, 20%, 1);
  --bg-oxford-blue: hsla(222, 44%, 13%, 1);
  --bg-oxford-blue-2: hsla(222, 47%, 11%, 1);
  --bg-oxford-blue-edit: hsla(222, 44%, 13%, 1);
  /* New Color for preloader */
  --primary-load-color: #7D49F8;
  --secondary-color: #B89CFC;
  --accent1: #84bcd2;
  --accent2: #2e84a6;
  --background-dark: #0f1729;
  --background-light: #F2F5F9;
  /* blur */
  --webkit-backdrop-filter: blur(0px);
  --backdrop-filter: blur(0px);

  /* Text colors */
  --text-white: hsla(0, 0%, 100%, 1);
  --text-alice-blue: hsla(216, 100%, 95%, 1);
  --text-columbia-blue: hsla(199, 69%, 84%, 1);
  --text-wild-blue-yonder: hsla(216, 33%, 68%, 1);
  --text-carolina-blue: hsla(199, 89%, 49%, 1);
  --text-shadow-blue: hsla(217, 24%, 59%, 1);
  --text-slate-gray: hsla(217, 17%, 48%, 1);

  /* Gradient colors */
  --gradient-1: linear-gradient(90deg, #0ea5ea, #0bd1d1 51%);
  --gradient-2: linear-gradient(90deg, #0ea5ea, #0bd1d1 51%, #0ea5ea);
  --gradient-3: linear-gradient(0deg, #000d1a, transparent);
  --linear-gradient-1: linear-gradient(to top left, hsla(0, 72%, 51%, 0.4) 0%, hsla(262, 83%, 58%, 0.4));
  --linear-gradient-2: linear-gradient(to right, hsla(262, 83%, 58%, 1), hsla(0, 72%, 51%, 1));
  --main-gradient-color: linear-gradient(90deg, #84bcd2, #7D49F8);
  --main-gradient-color-2: linear-gradient(90deg, #7D49F8,  #84bcd2);
  --bg-main-gradient-color: linear-gradient(90deg, #a73edc5e, #7d49f863);
  --linear-gradient: linear-gradient(to right, rgba(73, 85, 252, 0.642), rgba(124, 41, 141, 0.674));
  --linear-gradient-main: linear-gradient(to right, hsla(230, 88%, 71%, 0.885) 0%, hsla(155, 100%, 78%, 0.901) 50%, hsla(267, 96%, 70%, 0.918) 100%);
  --gradient-color: linear-gradient(90deg, #370b58c6 0%, #0b2e56b9 100%);
  --gradient-banner: linear-gradient(180deg, var(--primary-200) 0%, var(--bg-oxford-blue-2) 100%);;

  /* Border colors */
  --border-wild-blue-yonder: hsla(216, 33%, 68%, 1);
  --border-prussian-blue: hsla(216, 33%, 20%, 1);
  --border-white: hsl(0, 0%, 100%);
  --border-white-alpha-15: hsla(0, 0%, 100%, 0.15);

  /* Default colors */
  --white: hsl(0, 0%, 100%, 1);
  --black: hsl(0, 0%, 0%, 1);

  /* Box Shadows */
  --shadow-1: 0 8px 20px 0 hsla(0, 0%, 0%, 0.05);
  --shadow-2: 0px 3px 20px hsla(180, 90%, 43%, 0.2);

  /* Font and typography */
  --h2-font-size: 1.25rem;
  --normal-font-size: .938rem;

  /* Font Size */
  --font-main: 17px; /* Base for desktop */
  --font-h1: 3rem;   /* 48px */
  --font-h2: 2.25rem; /* 36px */
  --font-h3: 1.75rem; /* 28px */
  --font-h4: 1.5rem;  /* 24px */
  --font-h5: 1.25rem; /* 20px */
  --font-h6: 1rem;    /* 16px */
  --font-small: 0.875rem; /* 14px */


  /* Font weight */
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;

  --margin-top: 80px;
  --margin-bottom: 80px;

  /* padding */
  --padding-top: 70px;
  --padding-bottom: 70px;

  /* z index */
  --z-fixed: 100;
  --z-modal: 1000;

  /* Basic Rules */
  --raw-seinna: hsl(24, 74%, 58%);
  --sizzling-sunrise: hsl(51, 95%, 54%);
  --scarlet: hsl(13, 96%, 47%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
  --fs-1: 2rem;
  --fs-2: calc(1.813rem + 1vw);
  --fs-3: calc(1.313rem + 1vw);
  --fs-4: 1.4rem;
  --fs-5: 1rem;
  --fs-6: 0.813rem;
  --fs-7: 0.75rem;
  --fw-400: 400;
  --fw-700: 700;
  --transition-1: 0.25s ease-in-out;
  --section-padding: 80px;
  --radius-4: 4px;
  --radius-12: 12px;

  /* Typography */
  --ff-saira-stencil-one: "Saira Stencil One", sans-serif; 
  --ff-poppins: 'Poppins', sans-serif;
  --ff-roboto: 'Roboto', sans-serif;
  --fs-1: 2rem;
  --fs-2: calc(1.813rem + 1vw);
  --fs-3: calc(1.313rem + 1vw);
  --fs-4: 1.4rem;
  --fs-5: 1rem;
  --fs-6: 0.813rem;
  --fs-7: 0.75rem;
  --fw-400: 400;
  --fw-700: 700;

  /* Transition */
  --transition-2: all 0.03s ease;
  --transition: all 0.3s ease;

  /* spacing */
  --section-padding: 80px;

  /* radius */
  --radius-4: 4px;
  --radius-12: 12px;
  --radius-circle: 50%;

  /* new testimonial rules */
  --clr-primary-400: 263 55% 52%;
  --clr-secondary-400: 217 19% 35%;
  --clr-secondary-500: 219 29% 14%;
  --clr-neutral-100: 0 0% 100%;
  --clr-neutral-200: 210 46% 95%;
  --clr-neutral-300: 0 0% 81%; --ff-primary: "Barlow Semi Condensed", sans-serif;
  --fw-400: 500;
  --fw-700: 600;
  --fs-300: 0.6875rem;
  --fs-400: 0.8125rem;
  --fs-500: 1.25rem;
}


@media (max-width: 1023px) {
  :root {
    --font-main: 16px;
    --font-h1: 2.5rem;   /* 37.5px */
    --font-h2: 2rem;     /* 30px */
    --font-h3: 1.5rem;   /* 22.5px */
    --font-h4: 1.375rem; /* 20.6px */
    --font-h5: 1.125rem; /* 16.8px */
    --font-h6: 1rem;     /* 15px */
    --font-small: 0.875rem; /* 13px */
  }
}

/* Mobile */
@media (max-width: 768px) {
  :root {
    --font-main: 15px;
    --font-h1: 2rem;     /* 32px */
    --font-h2: 1.75rem;  /* 28px */
    --font-h3: 1.5rem;   /* 24px */
    --font-h4: 1.25rem;  /* 20px */
    --font-h5: 1rem;     /* 16px */
    --font-h6: 0.875rem; /* 14px */
    --font-small: 0.75rem; /* 12px */
  }
}

/* Pseudo Elements Ends */

/* Theme Colors */
.darkmode {
  --surface-50: #FFFFFF;
  --surface-100: #212122;
  --surface-110: #F7F9FD;
  --surface-130: #7D49F8;
  --surface-200: #1b1c1d;
  --surface-300: #2a2c2c;
  --surface-400: #A7AEB4;
  --surface-500: #8E979F;
  --surface-600: #6B767F;
  --surface-700: #4F575E;
  --surface-800: #33383D;
  --surface-900: #131320;
  --primary-50: #F8F5FF;
  --primary-190: #7D49F8; 
  --primary-230: #7D49F8;
  --primary-250: #8703ec;
  --primary-300: #6528F7;
  --primary-400: #511bcee7;
  --primary-500: #3D199C;
  --primary-800: #25254b; 
  --header-height: 3.5rem;

  /* colors */
  --border-main: 1px solid rgba(22, 21, 21, 0.19);

  /* Background colors */
  --bg-wild-blue-yonder: hsla(216, 33%, 68%, 1);
  --bg-carolina-blue: hsla(199, 89%, 49%, 1);
  --bg-prussian-blue: rgb(183, 128, 232);
  --bg-oxford-blue: #e9defc;
  --bg-oxford-blue-2: #F2F5F9;
  --bg-oxford-blue-edit: rgba(255, 255, 255, 0.05);
  --second-blue-color: #2e84a6;
  /* blur */
  --webkit-backdrop-filter: blur(7px);
  --backdrop-filter: blur(7px);

  /* Box Shadows */
  --shadow-1: 0 8px 20px 0 hsla(0, 0%, 0%, 0.05);
  --shadow-2: 0px 3px 20px hsla(270, 100%, 50%, 0.649);

  /* Gradient colors */ 
  --gradient-3: linear-gradient(0deg, #000d1a, transparent);
  --linear-gradient-1: linear-gradient(to top left, hsla(0, 72%, 51%, 0.4) 0%, hsla(262, 83%, 58%, 0.4));
  --linear-gradient-2: linear-gradient(to right, hsla(262, 83%, 58%, 1), hsla(0, 72%, 51%, 1));
  --main-gradient-color-2: linear-gradient(90deg, #5208ff,  #2f9dc9);
  --bg-main-gradient-color: linear-gradient(90deg, #a73edc5e, #7d49f863);
  --linear-gradient: linear-gradient(to right, rgba(73, 85, 252, 0.642), rgba(124, 41, 141, 0.674));
  --linear-gradient-main: linear-gradient(to left, hsl(230, 97%, 62%) 0%, hsl(185, 72%, 45%) 50%, hsl(267, 93%, 57%) 100%);
  --gradient-color: linear-gradient(90deg, #370b58c6 0%, #0b2e56b9 100%);
}


/* Section Title @Keyframes Start */
@keyframes ani {
  0% {
    left: 0;
  }
  50% {
    left: 54%;
  }
  100% {
    left: 0;
  }
}

@keyframes ani-2 {
  0% {
    right: 0;
  }
  50% {
    right: 52%;
  }
  100% {
    right: 0;
  }
}
/* Section Title @Keyframes Ends */


body {
  /* font-family: var(--font); */
  font-family: "Inter", sans-serif;
  background-color: var(--bg-oxford-blue-2);
  color: var(--body-color);
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; 
}

/* scrollbar starts */
body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  padding-top: 2px;
  background-color: var(--bg-oxford-blue);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-200);
}
/* scrollbar ends */

img {
  max-width: 100%;
} 

a,
button,
input,
textarea {
  transition: var(--transition);
}

a,
a:focus,
input:focus,
textarea:focus,
button:focus,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.contact-icon {
  pointer-events: none;
  display: block;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: var(--heading-color);
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  color: var(--surface-100) !important;
  font-family: 'Satoshi', sans-serif;
  text-shadow: var(--text-shadow-blue);
}

h3 {
  font-size: 28px;
  font-family: "Raleway", sans-serif !important;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: var(--font-main);
  font-family: "Inter", sans-serif;
  font-feature-settings: normal;
  font-weight: 400;
  color: var(--surface-200);
}


/* Button Style */
.sambz-main-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: var(--font-main);
  border-radius: 50px;
  padding: 11px 20px;
  color: var(--surface-140);
  
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition) !important;
  background: var(--primary-200);  
}

.sambz-main-btn:hover {
  transform: scale(1.04) !important;
   background: transparent; 
  border: var(--border-main);
  color: var(--surface-100);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); 
}


/* custom shape */
.body-bg-shape {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background-image: var(--bg-main-gradient-color);
  border-radius: var(--radius-circle);
  filter: blur(200px);
  z-index: -1;
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#theme-switch {
  width: 35px;
  height: 35px;
  display: flex;
  background: transparent;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%; 
  border: none;
}

/* theme switch */
#theme-switch svg {
  fill: var(--primary-190); 
}

#theme-switch svg:last-child {
  display: none;
}

.darkmode #theme-switch svg:first-child {
  display: none;
}

.darkmode #theme-switch svg:last-child {
  display: block;
}

/* back to top */
.back-to-top {
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: rgba(70, 70, 70, 0.11);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: var(--border-main);
  border-radius: 50%;
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 99;
  color: var(--primary-190);
  font-weight: 700;
  font-size: 25px;
}

.back-to-top:hover {
  color: var(--primary-190);
  transition: all .5s;
}

/* Header CSS */
.sambz-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  background: rgba(70, 70, 70, 0.11);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0;
}

@media only screen and (max-width: 1084px) {
  .sticky .navbar {
    padding: 7px;
  }
}

.navbar {
  padding: 7px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: flex !important;
  gap: 10px !important;
}

.navbar-brand {
  padding: 0;
  font-size: 30px;
  color: var(--primary-190);
  font-weight: 400; 
  font-family: "Saira Stencil One", sans-serif;
}

.navbar-brand:hover {
  color: var(--surface-100); 
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-brand {
    padding: 5px 0px;
  }
}

.navbar-brand img {
  max-width: 40px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.navbar-brand:hover img {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} 

.navbar-toggler {
  padding: 0;
  order: 1;
}

.navbar-toggler .toggler-icon {
  width: 35px;
  height: 3px;
  background-color: var(--surface-100);
  display: block;
  margin: 7px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 300px;
    width: 100%;
    background-color: var(--bg-oxford-blue);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .navbar-collapse.show {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav {
    padding: 20px 30px;
  }

}

.navbar-nav .nav-item {
  position: relative;
  padding: 0px 17px;
}

.navbar-nav .nav-item a i {
  color: var(--surface-100);
  transform: scale(1.2);
  display: none;
  transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item:hover a i {
  color: var(--primary-190);  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    padding: 0px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .navbar-nav .nav-item {
    padding: 0px;
  }
}

.navbar-nav .nav-item > a {
  font-size: var(--font-main);
  font-weight: 400;
  color: var(--surface-100);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 25px 3px;
  position: relative;
}

.navbar-nav .nav-item a:hover {
  color: var(--surface-140);
  transition: .4s;
  transform: scale(1.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .navbar-nav .nav-item > a {
    display: block;
    padding: 8px 0;
    color: var(--surface-100);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .navbar-nav .nav-item > a:hover, .navbar-nav .nav-item > a.active {
    color: var(--primary-color);
    opacity: 1;
  }
}

.navbar-nav .nav-item .sambz-submenu {
  position: absolute;
  width: 250px;
  background-color: var(--bg-oxford-blue);
  backdrop-filter: blur(15.1px);
  -webkit-backdrop-filter: blur(5.1px); 
  top: 110%;
  padding-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .navbar-nav .nav-item .sambz-submenu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}

.navbar-nav .nav-item .sambz-submenu.show {
  display: block;
}

.navbar-nav .nav-item .sambz-submenu .sambz-submenu-link {
  padding-left: 20px;
  padding-top: 15px;
  color: var(--surface-200);
  font-size: 14px;
}

.navbar-nav .nav-item .sambz-submenu .sambz-submenu-link:hover {
  color: var(--primary-190);
}

.navbar-nav .nav-item .sambz-submenu:hover {
  color: var(--primary-100);
}

.navbar-nav .nav-item:hover > a {
  color: var(--white);
  opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item:hover > a {
    color: var(--primary-color);
    opacity: 1;
  }
}

.navbar-nav .nav-item:hover > .sambz-submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar-nav .nav-item.nav-item-has-children > a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: -15px;
  top: 50%;
  margin-top: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .navbar-nav .nav-item.nav-item-has-children > a::after {
    right: 5px;
  }
}

.navbar-btn {
  display: inline-flex !important;
  gap: 15px ;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .sambz-main-btn {
  padding: 8px 16px;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.navbar-btn .sambz-login-btn:hover {
  opacity: 0.5;
}

.navbar-btn .sambz-white-btn {
  color: var(--surface-100);
}

.navbar-btn .sambz-white-btn:hover {
  background: var(--primary-200);
  color: var(--surface-140);
}

.sticky .nav-item a i {
  color: var(--surface-100);
}

.sticky .navbar-nav .nav-item:hover > a {
  color: var(--primary-100);
  opacity: 1;
}

 .sticky .nav-item a:hover i {
  color: var(--primary-190);
} 

.sticky .navbar-nav .nav-item a {
  color: var(--surface-200);
}

.sticky .navbar-nav .nav-item a.active, .sticky .navbar-nav .nav-item a:hover {
  color: var(--primary-190);
  opacity: 1;
}

.sticky .navbar-btn .sambz-main-btn.sambz-login-btn {
  color: var(--heading-color);
}

.sticky .navbar-btn .sambz-main-btn.sambz-login-btn:hover {
  color: var(--primary-color);
  opacity: 1;
}

.sticky .navbar-btn .sambz-white-btn {
  background: var(--primary-200);
  color: var(--surface-140);
  transition: all .4s;
}

.sticky .navbar-btn .sambz-white-btn:hover {
  transition: all .4s;
  transform: scale(1.05);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.theme-btn {
  padding: 4px;
  width: 48px;
  background: var(--bg-secondary);
  border-radius: 100px;
  transition: var(--transition-1);
}

.header.active .theme-btn { background: var(--bg-primary); }

.theme-btn .icon {
  position: relative;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  box-shadow: inset 9px -6px var(--color-primary);
  transition: var(--transition-1);
}

.theme-btn.active .icon {
  left: 20px;
  box-shadow: inset 20px -20px var(--sizzling-sunrise);
}

/* svg Glow start */
.hero-bg {
  display: block;
  position: absolute;
  pointer-events: none;
}

.hero-bg-1 {
  top: 4850px;
  left: 0;
}

.hero-bg-2 {
  bottom: 900px;
  left: 200px;
}
/* svg Glow end */



/* Hero CSS */
.sambz-hero {
  background-image: url(../images/bg/glow-top-main.svg);
  background-repeat: no-repeat ;
  background-size: contain;
  background-position: top;
  padding-top: 80px;
  height: 100vh;
  display: flex;
  align-items: center;
}


/* Floating Avatars */
.floating-avatars {
  position: absolute;
  z-index: 1;
  top: 200px;
  inset: 0;
  pointer-events: none;
}

.avatar-wrapper {
  position: absolute;
  width: 48px;
  height: 48px;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.avatar-wrapper:hover {
  opacity: 1;
}

.avatar-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Testimonial Popup */
.hero-testimonial {
  position: absolute;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1rem;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 100;
}

.avatar-wrapper:hover .hero-testimonial {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}

.testimonial-content {
  position: relative;
}

.testimonial-content::before {
  content: '"';
  position: absolute;
  top: -0.75rem;
  left: -0.5rem;
  font-size: 3rem;
  color: var(--surface-100);
  font-family: serif;
  z-index: -1;
}

.quote {
  color: var(--surface-100);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.author {
  color: var(--primary-190);
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.role {
  color: var(--surface-100);
  font-size: 0.75rem;
  opacity: 0.8;
}

/* Avatar Positions */
.avatar-wrapper:nth-child(1) {
  top: 30%;
  left: 15%;
}

.avatar-wrapper:nth-child(2) {
  top: 25%;
  right: 15%;
}

.avatar-wrapper:nth-child(3) {
  bottom: 30%;
  left: 20%;
}

.avatar-wrapper:nth-child(4) {
  bottom: 30%;
  right: 25%;
}

.avatar-wrapper:nth-child(5) {
  /* top: 40%; */
  bottom: 48%;
  left: 27%;
}

@media only screen and (max-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }

  .hero p {
      font-size: 1.125rem;
  }

  .avatar-wrapper {
      width: 40px;
      height: 40px;
  }

  .hero-testimonial {
      width: 200px;
  }
   /* Avatar Positions */
  .avatar-wrapper:nth-child(1) {
    top: 20%;
    left: 5%;
  }

  .avatar-wrapper:nth-child(2) {
    top: 15%;
    right: 10%;
  }

  .avatar-wrapper:nth-child(3) {
    bottom: 55%;
    left: 10%;
  }

  .avatar-wrapper:nth-child(4) {
    bottom: 55%;
    right: 15%;
  }

  .avatar-wrapper:nth-child(5) {
    bottom: 38%;
    left: 30%;
  }

  .hero-testimonial-content {
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .avatar-wrapper:nth-child(2) .hero-testimonial {
  right: -15px; 
  left: auto;
  top: 27px;
  transform: translateX(-15%);
  }

  .avatar-wrapper:nth-child(4) .hero-testimonial {
    right: -10px; 
    left: auto;
    top: 27px;
    transform: translateX(-10%);
  }
}

/* Floating Animations */
@keyframes float-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, -30px); }
}

@keyframes float-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-15px, 20px); }
}

@keyframes float-3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-10px, -25px); }
}

@keyframes float-4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(15px, -20px); }
}

@keyframes float-5 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-20px, -15px); }
}

.animate-float-1 { animation: float-1 8s ease-in-out infinite; }
.animate-float-2 { animation: float-2 9s ease-in-out infinite; }
.animate-float-3 { animation: float-3 7s ease-in-out infinite; }
.animate-float-4 { animation: float-4 10s ease-in-out infinite; }
.animate-float-5 { animation: float-5 8.5s ease-in-out infinite; }

/* Responsive Design */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sambz-hero {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  .sambz-hero {
    padding-top: 0;            /* remove the extra gap */
    height: 100vh;   
    align-items: center;       /* center vertically */
    justify-content: center;   /* center horizontally */
    text-align: center;
    position: relative;
  }
}

.sambz-hero-content {
  max-width: 820px;
  margin: auto;
  margin-bottom: 30px;
}

.sambz-hero-content .sambz-hero-title {
  color: var(--surface-100);
  font-weight: 600;
  font-size: 45px;
  font-family: "play", sans-serif; 
  text-align: center;
  margin-bottom: 30px;
}

.ml3 {
  text-shadow: 0 0 5px var(--primary-190), 0 0 15px var(--primary-190), 0 0 20px var(--primary-190), 0 0 40px var(--primary-190), 0 0 60px var(--primary-190), 0 0 10px var(--primary-200), 0 0 98px var(--primary-230); 
  }

  .ml3 .letter {
  display: inline-block;
  line-height: 1em;
  }


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sambz-hero-content .sambz-hero-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .sambz-hero-content .sambz-hero-title {
    margin: 0 auto;
    /* max-width: 98%; */
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .sambz-hero-content .sambz-hero-desc {
    max-width: 85% !important;
    line-height: 25px;
  }
}

.sambz-hero-content .sambz-hero-desc {
  /* font-weight: 500; */
  font-size: 18px;
  /* line-height: 35px; */
  text-align: center;
  color: var(--surface-100);
  /* font-family: "inter", sans-serif; */
  opacity: 0.9;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}

.sambz-hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sambz-hero-buttons .sambz-main-btn {
  margin: 8px;
}

@media (max-width: 768px) {
  .sambz-hero-buttons .sambz-main-btn {
    margin: 5px;
  }
}

@media (max-width: 768px) {
  .sambz-hero-buttons .sambz-main-btn {
    padding: 12px 16px;
  }
}

.sambz-hero-buttons .sambz-white-btn {
  background: var(--surface-140);
  color: var(--primary-200);
  font-weight: 500;
  transition: var(--transition) !important;
}

.sambz-hero-buttons .sambz-white-btn:hover {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  background: #fefefe;
  color: var(--primary-200);
  border: none;
  box-shadow: none;
}

.sambz-hero-buttons .sambz-link-btn {
  color: var(--surface-100);
  background: transparent;
  font-weight: 500;
  transition: var(--transition) !important;
  border: var(--border-main);
}

.sambz-hero-buttons .sambz-link-btn:hover {
  color: var(--surface-140);
  background: var(--primary-200);
  box-shadow: none;
}


.sambz-hero-brands-wrapper {
  text-align: center;
}

.sambz-hero-brands-wrapper .brands {
  color: var(--surface-100);
  display: flex;
  justify-content: center;
  gap: 15px;
  -webkit-transition: all 0.3s;
  font-size: 40px;
  transition: all 0.3s;
}

.sambz-hero-brands-wrapper .brands a i {
  color: var(--primary-190);
  transition: var(--transition) !important;
}

.sambz-hero-brands-wrapper .brands a i:hover {
  color: var(--surface-100); 
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; 
  transform: scale(1.07);
}


.sambz-hero-image {
  max-width: 1040px;
  padding-top: 50px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sambz-hero-image img {
  max-width: 100%;
  text-align: center;
  
}

.sambz-hero-image .main-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.sambz-hero-image .shape {
  position: absolute;
  z-index: -1;
}

.sambz-hero-image .shape.shape-1 {
  bottom: 55px;
  left: -30px;
}

.sambz-hero-image .shape.shape-2 {
  top: -20px;
  right: -20px;
}

/* new hero shapes starts */
.hero-banner { position: relative; }

.hero-banner .w-100 {
  max-width: max-content;
  margin-inline: auto;
}

.hero-banner .shape {
  position: absolute;
  z-index: -1; 

  animation: heroDecoAnim 3s linear infinite alternate;
}

@keyframes heroDecoAnim {
  0% { transform: translateY(130px) rotate(0); }
  100% { transform: translateY(0) rotate(1turn); }
}

.hero-banner .shape-1 {
  bottom: 300px;
  right: 70px;
}

.hero-banner .shape-2 {
  bottom: 300px;
  left: 70px;
}
/* new hero shape ends */


/* brand scroll starts */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: transparent;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), --bg-oxford-blue-edit);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}
/* brand scroll ends */


/* Features CSS */
.sambz-features {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .sambz-features {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.sambz-section-title {
  max-width: 620px;
  margin-bottom: 50px;
}

.sambz-section-title .first-span {
  font-weight: 600;
  position: relative;
  font-size: 17px;
  color: var(--second-blue-color);
  margin-bottom: 10px;
  font-family: "Play", sans-serif;
}

.sambz-section-title .first-span::before {
  content: '';
  position: absolute;
  background: var(--primary-190);
  width: 50%;
  height: 3px;
  border-radius: 2px;
  top: -3px;
  left: -3px;
  x-transition: all 1s ease-in-out;
  animation: ani 1.7s infinite;
}

.sambz-section-title .first-span::after {
  content: '';
  position: absolute;
  background: var(--primary-190);
  width: 50%;
  height: 3px;
  border-radius: 2px;
  bottom: -3px;
  right: -3px;
  x-transition: all 1s ease-in-out;
  animation: ani-2 1.7s infinite;
}


.sambz-section-title h2 {
  font-weight: 500;
  font-size: var(--font-h4);
  line-height: 45px;
  text-transform: capitalize;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.sambz-section-title h2 .title-span {
  background: var(--linear-gradient-main); 
  position: relative;
   -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.sambz-section-title h2 .title-span::after {
  content: '';
  background: url(images/needle-underline.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  bottom: -8px;
  left: -0.5rem;
  right: 5px;
  height: 0.75rem; 
  z-index: -1;
}

.sambz-section-title p {
  font-size: 17px;
  line-height: 28px;
  color: var(--surface-200);
}

@media (max-width: 768px) {
  .sambz-section-title h2 {
    /* font-size: 30px; */
    line-height: 40px;
  }

  .sambz-section-title p {
    line-height: 22px;
  }
}

.sambz-single-feature {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}

.sambz-single-feature:hover .sambz-feature-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sambz-single-feature .sambz-feature-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  background: var(--first-blue-color);
  font-size: 32px;
  color: var(--surface-200);
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

.sambz-single-feature .sambz-feature-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  background: var(--bg-oxford-blue);
  opacity: 0.6;
  z-index: -1;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sambz-single-feature .sambz-feature-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  color: var(--surface-300);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sambz-single-feature .sambz-feature-title {
    font-size: 19px;
    line-height: 26px;
  }
}

.sambz-single-feature .sambz-feature-desc {
  line-height: 24px;
  margin-bottom: 40px;
  color: var(--surface-100);
}

.sambz-single-feature .sambz-feature-link {
  font-weight: 500;
  padding: 10px 25px;
  color: var(--surface-100);
  border: var(--border-main);   
  border-radius: 50px;
}

.sambz-single-feature .sambz-feature-link:hover {
  box-shadow: var(--shadow-2);
  background-image: linear-gradient(var(--bg-oxford-blue), var(--bg-oxford-blue)), var(--gradient-1);
  border: var(--border-main);
  color: var(--primary-190);
  transform: scale(1.05);
  transition: var(--transition-1) .2s;
}

/* new features starts */
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* new features ends */

/* very new features starts */
.features-area {
  /* padding-top: 70px;
  padding-bottom: 70px;  */
  position: relative;
}

.features-area .hero-bg {
  position: absolute;
  top: 300px;
  left: 30px;
}


.single-features {
  /* padding: 40px 20px 52px; */
  padding: 25px 30px 32px;
  background-color: var(--bg-oxford-blue); 
  border-radius: 15px;
  border: var(--border-main);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

@media (min-width: 600px) and (max-width: 1008px) {
  /* Styles for portrait tablets */
  .features-area {
    display: flex !important;
    gap: 20px;
  }
}


.single-features .features-title-icon .features-title {
  font-size: 21px;
  line-height: 35px;
  color: var(--primary-190);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400; 
  opacity: 0.8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features .features-title-icon .features-title a {
    font-size: 20px;
    line-height: 35px; 
  } 
}

@media (max-width: 768px) {

  .single-features {
    margin-bottom: 30px;
  }

  .single-features .features-title-icon .features-title a {
    font-size: 24px;
    line-height: 35px; 
  } 
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .single-features .features-title-icon .features-title a {
    font-size: 36px;
    line-height: 45px; 
  } 
}

.single-features .features-title-icon .features-title a:hover {
  color: var(--primary-190); 
}

.single-features .features-title-icon .features-icon {
  position: relative;
  display: inline-block; 
}

.single-features .features-title-icon .features-icon i {
  font-size: 40px;
  line-height: 45px;
  color: var(--primary-190);
  position: relative;
  opacity: o.1;
  z-index: 5; 
}

.single-features .features-title-icon .features-icon .shape {
  position: absolute;
  top: 5px;
  left: -5px; 
  filter: overlay-color('#118800') !important;
  opacity: 0.7;
}

.single-features .features-content .text {
  font-size: 17px;
  line-height: 24px;
  color: var(--surface-100);
  font-weight: 400;
  margin-top: 16px; 
  opacity: 0.9;
}

.single-features .features-content .features-btn {
  color: var(--primary-190);
  font-size: 14px;
  font-weight: 400;
  margin-top: 29px; 
  transition: all .3s;
}

.single-features .features-content .features-btn:hover {
  transform: translateX(2px);
  font-size: 14.5px;
  transition: all .3s;
}

.single-features .features-content .features-btn i {
  transition: all .3s;
}

.single-features .features-content .features-btn:hover i {
  transform: translateX(5px);
}
/* very new features ends */

/* About CSS */
.sambz-about {
  padding: 120px 0;
}

@media (max-width: 768px) {
  .sambz-about {
    padding: 80px 0;
  }

  
}

/* about Tab starts */
.service-item:hover .service-btn i {
  transform: rotate(360deg);
  color: var(--first-blue-color);
}

.feature-bg {
  display: block;
  position: absolute;
  top: 2900px;
  right: 0;
  pointer-events: none;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  h1 {
      font-size: 2.5rem;
  }
}

.subtitlez {
  font-size: 1.125rem;
  color: var(--text-secondary);
}

@media (min-width: 768px) {
  .subtitlez {
      font-size: 1.25rem;
  }
}

.tabz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}

@media (min-width: 768px) {
  .tabz {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0;
      margin-bottom: 2rem;
  }
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: var(--border-main);
  border-radius: 50px;
  background: var(--bg-oxford-blue);
  color: var(--surface-100);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  width: 100%;
}

@media (min-width: 768px) {
  .tab-btn {
      width: auto;
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
  }
}

.tab-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 768px) {
  .tab-btn svg {
      width: 1rem;
      height: 1rem;
  }
}

.tab-btn:hover {
  background: var(--bg-oxford-blue-2);
}

.tab-btn.active {
  background: var(--primary-190);
  color: var(--surface-100);
  transform: scale(0.9);
  box-shadow: 0 4px 6px -1px var(--shadow-color);
}

.tab-content {
  display: none;
  background: var(--bg-oxford-blue);
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px var(--shadow-color);
  overflow: hidden;
  margin: 0 0.5rem;
}

@media (max-width: 640px) {
  .tab-content {
      margin: 0;
  }
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 2rem;
}

@media (min-width: 768px) {
  .content-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
  }
}

@media (max-width: 768px) {
  .content-grid {
      padding: 1rem;
  }
}

.text-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  order: 2;
}

@media (min-width: 768px) {
  .text-content {
      gap: 1.5rem;
      order: 1;
  }
}

.text-content p {
  font-size: var(--font-main);
  color: var(--surface-100);
}

.details {
  color: var(--surface-100);
  line-height: 1.7;
  font-size: 16px;
}

@media (min-width: 768px) {
  .details {
      font-size: 1rem;
  }
}

.achievement-list, .values-list {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .achievement-list, .values-list {
      gap: 1rem;
  }
}

.achievement-item, .value-item {
  padding: 0.75rem 1rem;
  background: var(--primary-190);
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .achievement-item, .value-item {
      font-size: 1rem;
  }
}

.image-container {
  height: 250px;
  order: 1;
}

@media (min-width: 768px) {
  .image-container {
      height: 100%;
      min-height: 300px;
      order: 2;
  }
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px var(--shadow-color);
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


.read-more-btn {
  background-color: var(--primary-200);
  color: var(--white);
  border: var(--border-main);
  padding: 8px 15px;
  border-radius: 50px;
  width: 150px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}

.read-more-btn:hover { 
  transform: scale(1.04) !important;
  background: transparent ; 
  border: var(--border-main);
  color: var(--surface-100);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); 
}



/* very new new about ends */



/* new services start */

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  background-color: hsla(273, 43%, 52%, 0.197);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px; 
  padding-bottom: 80px;
  transition: all 0.8s ease;
  /* animation: appear 3s linear;
  animation-timeline: view();
  animation-range: entry 0 cover 40%; */
}

.services .service-item {
  background-color: var(--bg-oxford-blue);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  height: 100%;
  padding: 30px;
  transition: 0.3s;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  display: flex;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 2rem);
}

.service-card {
  background: var(--bg-oxford-blue);
  padding: 25px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-bottom: 4px solid var(--primary-190);
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  pointer-events: none;
}

.service-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  /* background: var(--primary-color); */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon .icon {
  font-size: 3rem;
  /* color: white; */
}

.item-cyan .icon {
  color: #0dcaf0;
}

.item-orange .icon {
  color: #fd7e14;
}

.item-teal .icon {
  color: #20c997;
}

.item-red .icon {
  color: #df1529;
}

.item-indigo .icon {
  color: #6610f2;
}

.item-pink .icon {
  color: #f3268c; 
}

.card-content {
  flex-grow: 1;
}

.service-card h2 {
  font-size: var(--font-h4);
  color: var(--surface-300);
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.service-card p {
  color: var(--surface-100);
  opacity: 0.9;
  margin-bottom: 1rem;
}

.learn-more {
  color: var(--primary-190);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  pointer-events: auto;
  cursor: pointer;
  padding: 0.5rem 0;
  transition: var(--transition);
}

.learn-more:hover {
  color: var(--primary-190);
  gap: 1rem;
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .service-cards {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .service-cards {
      grid-template-columns: 1fr;
  }

  .service-card {
      padding: 1.5rem;
  }
}

/* new glass price start */
.containers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
}

.containers .box {
  position: relative;
  max-width: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px;
  transition: 0.5s;
}

/* @media (max-width: 768px) {
  .containers .box {
    max-height: 300px;
  }  
} */

.containers .box::before {
  content: " ";
  position: absolute;
  top: 40px;
  left: 50px;
  width: 50%;
  height: 87%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(0deg);
  transition: 0.5s;
}

.containers .box::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50px;
  width: 50%;
  height: 87%;
  background: #fff;
  border-radius: 8px;
  filter: blur(30px);
  transform: skewX(0deg);
  transition: 0.5s;
}

.containers .box::before, .containers .box::after {
  left: 20px;
  /* width: 0; */
  height:  calc(100% - 11%);
}

.containers .box:hover:before, .containers .box:hover:after {
  left: 20px;
  width: calc(100% - 11%);
  transform: skewX(0deg);
}

.containers .box:nth-child(1):before, .containers .box:nth-child(1):after {
  background: var(--main-gradient-color);
  opacity: 0.6;
}

.containers .box:nth-child(2):before, .containers .box:nth-child(2):after {
  background: var(--main-gradient-color);
  opacity: 0.6;
}

.containers .box:nth-child(3):before, .containers .box:nth-child(3):after {
  background: var(--main-gradient-color);
  opacity: 0.6;
}

.containers .box .spans {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.containers .box:hover .spans::before {
  top: -10px;
  left: 0;
  width: 80px;
  height: 80px;
  opacity: 1;
  overflow: visible;
}

.containers .box .spans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  -webkit-animation: animate 2s ease-in-out infinite;
          animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.containers .box:hover .spans::after {
  bottom: -10px;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 1;
}

.containers .box .spans::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  -webkit-animation: animate 2s ease-in-out infinite;
          animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes animate {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translate(-10px);
  }
}

@keyframes animate {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translate(-10px);
  }
}

.containers .box .content {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  left: 0;
  padding: 30px 30px;
  color: #fff;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border: var(--border-main);
  transition: 0.5s;
}

@media (max-width: 768px) {
  .containers .box .content {
    padding: 30px 15px 20px 15px;
  }
}

.popular-tag {
  position: absolute;
  top: 1.7rem;
  right: -3rem;
  background: var(--primary-200);
  border: var(--border-main);
  color: white;
  padding: 0.3rem 3rem;
  transform: rotate(45deg);
  font-size: 0.875rem;
  font-weight: 500;
}

.card-header {
  /* padding-bottom: 1rem; */
  text-align: center;
  background: transparent;
  /* border-bottom: 1px solid #e5e7eb; */
}

.card-header h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--text-color);
  font-family: "play", sans-serif;
  font-weight: 600;
}


.price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--surface-100);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.currency {
  font-size: 1.5rem;
  vertical-align: top;
}

.range {
  font-size: 1.25rem;
  color: var(--primary-190);
}

.timelinez {
  color: var(--light-text);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
}

.pricing-features {
  color: var(--surface-100);
  font-weight: 500;
  letter-spacing: 1px; 
}

.pricing-features-item {
  border-top: var(--border-main);
  display: flex;
  gap: 10px;
  text-align: left;
  font-size: 14px;
  font-family: 'inter', sans-serif;
  padding: 11px 0;
}

.pricing-features-item:first-child {
  border-top: 1px solid var(--surface-100);
}

.pricing-features-item:last-child {
  border-bottom: 1px solid var(--surface-100);
}

.card-footer {
  padding-top: rem;
  text-align: center;
  background: transparent;
}

.card-footer a {
  display: inline-block;
  background: var(--primary-200);
  color: var(--white);
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
  width: 100%;
}

.card-footer a:hover {
  transform: translateY(-2px);
  transform: scale(1.05) !important;
  background: transparent ; 
  border: var(--border-main);
  color: var(--surface-100);
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.pricing-button {
  border: var(--border-main);
  border-radius: 10px;
  display: inline-block;
  width: 65%;
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Satoshi', sans-serif;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: var(--bg-oxford-blue);
  color: var(--surface-100);
}

.pricing-button.is-featured {
  color: var(--surface-100);
  font-family: 'Satoshi', sans-serif;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background: var(--bg-oxford-blue-edit);
  -webkit-backdrop-filter: var(--webkit-backdrop-filter);
  backdrop-filter: var(--backdrop-filter);
}
/* new glass price ends */

/* Testimonials CSS */
.sambz-testimonials {
  padding-top: 70px;
  padding-bottom: 50px;
  /* background-color: hsla(210, 100%, 5%, 0.233); */
  /* background-color: var(--bg-oxford-blue); */
  background-color: hsla(273, 43%, 52%, 0.14);
  /* background-attachment: fixed; */
  background-position: center;
  /* background-image: url('../images/bg/testimonial.svg'); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1016%26quot%3b)' fill='none'%3e%3cline x1='1189.64' y1='291.64' x2='1295' y2='397' stroke='url(%23SvgjsLinearGradient1017)' stroke-width='0.88' stroke-linecap='round' filter='drop-shadow(0 0 2.2px white)'%3e%3c/line%3e%3ccircle r='0.825' cx='1295' cy='397' fill='white' filter='drop-shadow(0 0 4px white)'%3e%3c/circle%3e%3cline x1='290.2' y1='101.2' x2='380' y2='191' stroke='url(%23SvgjsLinearGradient1018)' stroke-width='1.04' stroke-linecap='round' filter='drop-shadow(0 0 2.6px %2354c076)'%3e%3c/line%3e%3ccircle r='0.975' cx='380' cy='191' fill='%2354c076' filter='drop-shadow(0 0 4px %2354c076)'%3e%3c/circle%3e%3cline x1='656.5' y1='-33.5' x2='706' y2='16' stroke='url(%23SvgjsLinearGradient1019)' stroke-width='0.96' stroke-linecap='round' filter='drop-shadow(0 0 2.4px %2354c076)'%3e%3c/line%3e%3ccircle r='0.9' cx='706' cy='16' fill='%2354c076' filter='drop-shadow(0 0 4px %2354c076)'%3e%3c/circle%3e%3cline x1='582.02' y1='315.02' x2='640' y2='373' stroke='url(%23SvgjsLinearGradient1020)' stroke-width='1.68' stroke-linecap='round' filter='drop-shadow(0 0 4.2px white)'%3e%3c/line%3e%3ccircle r='1.575' cx='640' cy='373' fill='white' filter='drop-shadow(0 0 4px white)'%3e%3c/circle%3e%3cline x1='336.66' y1='154.66' x2='430' y2='248' stroke='url(%23SvgjsLinearGradient1021)' stroke-width='1.44' stroke-linecap='round' filter='drop-shadow(0 0 3.6px %235f91ff)'%3e%3c/line%3e%3ccircle r='1.35' cx='430' cy='248' fill='%235f91ff' filter='drop-shadow(0 0 4px %235f91ff)'%3e%3c/circle%3e%3cline x1='134.37' y1='-83.63' x2='227' y2='9' stroke='url(%23SvgjsLinearGradient1022)' stroke-width='1.68' stroke-linecap='round' filter='drop-shadow(0 0 4.2px %23FD3F3F)'%3e%3c/line%3e%3ccircle r='1.575' cx='227' cy='9' fill='%23fd3f3f' filter='drop-shadow(0 0 4px %23FD3F3F)'%3e%3c/circle%3e%3cline x1='332.59' y1='273.59' x2='433' y2='374' stroke='url(%23SvgjsLinearGradient1023)' stroke-width='1.84' stroke-linecap='round' filter='drop-shadow(0 0 4.6px white)'%3e%3c/line%3e%3ccircle r='1.725' cx='433' cy='374' fill='white' filter='drop-shadow(0 0 4px white)'%3e%3c/circle%3e%3cline x1='48.93' y1='123.93' x2='126' y2='201' stroke='url(%23SvgjsLinearGradient1024)' stroke-width='1.12' stroke-linecap='round' filter='drop-shadow(0 0 2.8px %235f91ff)'%3e%3c/line%3e%3ccircle r='1.05' cx='126' cy='201' fill='%235f91ff' filter='drop-shadow(0 0 4px %235f91ff)'%3e%3c/circle%3e%3cline x1='154.13' y1='58.13' x2='251' y2='155' stroke='url(%23SvgjsLinearGradient1025)' stroke-width='1.6' stroke-linecap='round' filter='drop-shadow(0 0 4px %235f91ff)'%3e%3c/line%3e%3ccircle r='1.5' cx='251' cy='155' fill='%235f91ff' filter='drop-shadow(0 0 4px %235f91ff)'%3e%3c/circle%3e%3cline x1='861.9' y1='280.9' x2='951' y2='370' stroke='url(%23SvgjsLinearGradient1026)' stroke-width='2.24' stroke-linecap='round' filter='drop-shadow(0 0 5.6px white)'%3e%3c/line%3e%3ccircle r='2.1' cx='951' cy='370' fill='white' filter='drop-shadow(0 0 4px white)'%3e%3c/circle%3e%3cline x1='540.14' y1='-4.86' x2='596' y2='51' stroke='url(%23SvgjsLinearGradient1027)' stroke-width='1.68' stroke-linecap='round' filter='drop-shadow(0 0 4.2px %235f91ff)'%3e%3c/line%3e%3ccircle r='1.575' cx='596' cy='51' fill='%235f91ff' filter='drop-shadow(0 0 4px %235f91ff)'%3e%3c/circle%3e%3cline x1='784.62' y1='0.62' x2='832' y2='48' stroke='url(%23SvgjsLinearGradient1028)' stroke-width='2' stroke-linecap='round' filter='drop-shadow(0 0 5px %23FD3F3F)'%3e%3c/line%3e%3ccircle r='1.875' cx='832' cy='48' fill='%23fd3f3f' filter='drop-shadow(0 0 4px %23FD3F3F)'%3e%3c/circle%3e%3cline x1='135.24' y1='210.24' x2='201' y2='276' stroke='url(%23SvgjsLinearGradient1029)' stroke-width='1.68' stroke-linecap='round' filter='drop-shadow(0 0 4.2px %2354c076)'%3e%3c/line%3e%3ccircle r='1.575' cx='201' cy='276' fill='%2354c076' filter='drop-shadow(0 0 4px %2354c076)'%3e%3c/circle%3e%3cline x1='86.55' y1='34.55' x2='141' y2='89' stroke='url(%23SvgjsLinearGradient1030)' stroke-width='0.88' stroke-linecap='round' filter='drop-shadow(0 0 2.2px %23FD3F3F)'%3e%3c/line%3e%3ccircle r='0.825' cx='141' cy='89' fill='%23fd3f3f' filter='drop-shadow(0 0 4px %23FD3F3F)'%3e%3c/circle%3e%3cline x1='498.6' y1='334.6' x2='558' y2='394' stroke='url(%23SvgjsLinearGradient1031)' stroke-width='2' stroke-linecap='round' filter='drop-shadow(0 0 5px %235f91ff)'%3e%3c/line%3e%3ccircle r='1.875' cx='558' cy='394' fill='%235f91ff' filter='drop-shadow(0 0 4px %235f91ff)'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1016'%3e%3crect width='1440' height='560' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3clinearGradient x1='1295' y1='397' x2='1189.64' y2='291.64' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1017'%3e%3cstop stop-opacity='1' stop-color='white' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='white' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='white' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='380' y1='191' x2='290.2' y2='101.2' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1018'%3e%3cstop stop-opacity='1' stop-color='%2354c076' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%2354c076' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%2354c076' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='706' y1='16' x2='656.5' y2='-33.5' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1019'%3e%3cstop stop-opacity='1' stop-color='%2354c076' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%2354c076' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%2354c076' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='640' y1='373' x2='582.02' y2='315.02' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1020'%3e%3cstop stop-opacity='1' stop-color='white' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='white' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='white' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='430' y1='248' x2='336.66' y2='154.66' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1021'%3e%3cstop stop-opacity='1' stop-color='%235f91ff' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%235f91ff' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%235f91ff' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='227' y1='9' x2='134.37' y2='-83.63' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1022'%3e%3cstop stop-opacity='1' stop-color='%23fd3f3f' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%23fd3f3f' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%23fd3f3f' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='433' y1='374' x2='332.59' y2='273.59' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1023'%3e%3cstop stop-opacity='1' stop-color='white' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='white' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='white' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='126' y1='201' x2='48.93' y2='123.93' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1024'%3e%3cstop stop-opacity='1' stop-color='%235f91ff' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%235f91ff' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%235f91ff' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='251' y1='155' x2='154.13' y2='58.13' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1025'%3e%3cstop stop-opacity='1' stop-color='%235f91ff' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%235f91ff' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%235f91ff' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='951' y1='370' x2='861.9' y2='280.9' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1026'%3e%3cstop stop-opacity='1' stop-color='white' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='white' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='white' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='596' y1='51' x2='540.14' y2='-4.86' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1027'%3e%3cstop stop-opacity='1' stop-color='%235f91ff' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%235f91ff' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%235f91ff' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='832' y1='48' x2='784.62' y2='0.62' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1028'%3e%3cstop stop-opacity='1' stop-color='%23fd3f3f' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%23fd3f3f' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%23fd3f3f' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='201' y1='276' x2='135.24' y2='210.24' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1029'%3e%3cstop stop-opacity='1' stop-color='%2354c076' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%2354c076' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%2354c076' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='141' y1='89' x2='86.55' y2='34.55' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1030'%3e%3cstop stop-opacity='1' stop-color='%23fd3f3f' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%23fd3f3f' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%23fd3f3f' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='558' y1='394' x2='498.6' y2='334.6' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1031'%3e%3cstop stop-opacity='1' stop-color='%235f91ff' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0.3' stop-color='%235f91ff' offset='0.7'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='%235f91ff' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  /* background-repeat: no-repeat; */
  /* background-image: url('https://external-preview.redd.it/Tf2MC-orVRAI8OL5tjyF4k4H2Q6QLHTWllekGfqdt3c.png?width=960&crop=smart&auto=webp&s=be4ab9a2fa3ca2f7011799377f118a8dbc64aacb'); */
  background-position: center;
  /* background-size: cover; */
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 0px -2px 2px -3px rgba(128, 0, 0, 1);
}

@media (max-width: 768px) {
  .sambz-testimonials {
    padding-top: 80px;
  }

  .sambz-testimonials .container {
    padding-left: 10px;
     padding-right: 10px;
  }

  .sambz-testimonials .container-small {
    padding-left: 10px;
     padding-right: 10px;
  }
}

.sambz-single-testimonial {
  padding: 30px;
  background: var(--bg-oxford-blue);
  border: 1px solid var(--border-prussian-blue);
  border-radius: 10px;
  /* margin-bottom: 50px; */
  transition: all .5s;
}

.sambz-single-testimonial:hover  {
  box-shadow: var(--shadow-2);
  background-image: linear-gradient(var(--bg-oxford-blue), var(--bg-oxford-blue)), var(--gradient-1);
  background-clip: padding-box, border-box;
  border-color: transparent;
  transform: translateY(-2px);
  transition: var(--transition-1) .3s;
}

.sambz-single-testimonial .sambz-testimonial-ratings {
  margin-bottom: 10px;
}

.sambz-single-testimonial .sambz-testimonial-ratings i {
  background: linear-gradient(to right, #84BCD2 0%, #7D49F8 100%);
   -webkit-background-clip: text;
           background-clip: text;
   -webkit-text-fill-color: transparent;
}

.sambz-single-testimonial .sambz-testimonial-content {
  margin-bottom: 25px;
}

.sambz-single-testimonial .sambz-testimonial-content p {
  font-size: 16px;
  line-height: 30px;
  color: var(--surface-200);
}

.sambz-single-testimonial .sambz-testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sambz-single-testimonial .sambz-testimonial-info .sambz-testimonial-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.sambz-single-testimonial .sambz-testimonial-info .sambz-testimonial-meta h4 {
  font-weight: 600;
  font-size: 14px;
  color: var(--surface-400);
}

.sambz-single-testimonial .sambz-testimonial-info .sambz-testimonial-meta p {
  font-size: 12px;
  color: var(--surface-300);
}

.sambz-brands .sambz-title {
  margin-bottom: 20px;
}

.sambz-brands .sambz-title h6 {
  font-weight: normal;
  font-size: 12px;
  color: var(--surface-200);
  display: inline-block;
  position: relative;
}

.sambz-brands .sambz-title h6::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #afb2b5;
  right: -40px;
  top: 50%;
}

.sambz-brands .sambz-brands-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -40px;
}

.sambz-brands .sambz-brands-logo .sambz-single-logo {
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 140px;
  
}

@media screen and (max-width: 768px) {
  .sambz-brands .sambz-brands-logo .sambz-single-logo {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}

.sambz-brands .sambz-brands-logo .sambz-single-logo img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.5;
  max-height: 60px;
}

.sambz-brands .sambz-brands-logo .sambz-single-logo img:hover {
  opacity: 1;
}

.flex {
  display: flex;
  gap: var(--gap, 1rem);
}

.flow > *:where(:not(:first-child)) {
  margin-top: var(--flow-spacer, 1em);
}

.bg-primary-400 {
  background: hsl(var(--clr-primary-400));
}

.bg-secondary-400 {
  background: var(--bg-oxford-blue-edit);
}

.bg-secondary-500 {
  background: hsl(var(--clr-secondary-500));
}

/* .bg-neutral-100 {
  background: hsl(var(--clr-neutral-100));
} */

.bg-neutral-100 {
  background: var(--bg-prussian-blue);
}

.text-neutral-100 {
  color: hsl(var(--clr-neutral-100));
}
.text-secondary-400 {
  color: hsl(var(--clr-secondary-400));
}

/* components */
.testimonial__main-grid h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.testimonial__main-grid {
  display: grid;
  gap: 1rem;
  grid-auto-columns: 1fr;
  grid-template-areas:
   'one'
   'two'
   'three'
   'four'
   'five';
   display: grid;
   place-content: center;
   height: auto; 
  
   font-family: var(--ff-primary);
   font-weight: var(--fw-400);
   /* padding-block: 2rem; */
   padding-bottom: 2rem;
  width: min(100%, 95%);
  margin-inline: auto;
}

.testimonial__main {
  font-size: var(--fs-400);
  padding: 1.2rem;
  border: var(--border-main);
  border-radius: 0.5rem;
  box-shadow: 2.5rem 3.75rem 3rem -3rem hsl(var(--clr-secondary-400) / 0.25);
  transition: var(--transition) !important;
}

.testimonial__main:hover {
  box-shadow: var(--shadow-2);
  background-clip: padding-box, border-box;
  border-color: transparent;
  transform: translateY(-2px);
}

.testimonial__main p {
  font-size: 14.5px;
  font-weight: 400;
  color: var(--white);
} 

.testimonial__main:nth-child(1) {
  grid-area: one;
}
.testimonial__main:nth-child(2) {
  grid-area: two;
}
.testimonial__main:nth-child(3) {
  grid-area: three;
}
.testimonial__main:nth-child(4) {
  grid-area: four;
}
.testimonial__main:nth-child(5) {
  grid-area: five;
}

@media screen and (min-width: 33em) {
  .testimonial__main-grid {
      grid-template-areas:
      "one one"
      "two three"
      "five five"
      "four four";
  }
}

@media screen and (min-width: 38em) {
  .testimonial__main-grid {
    grid-template-areas:
     'one one'
     'two five'
     'three five'
     'four four';
  }
}

@media screen and (min-width: 54em) {
  .testimonial__main-grid {
      grid-template-areas:
      "one one two"
      "five five five"
      "three four four";
  }
}

@media screen and (min-width: 75em) {
  .testimonial__main-grid {
      grid-template-areas:
      "one one two five"
      "three four four five";
  }
}


.testimonial__main.quote {
  background-image: url("./images/bg-pattern-quotation.svg");
  background-repeat: no-repeat;
  background-position: top right 10%;
}

.testimonial__main img {
  width: 1.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
}

.testimonial__main .name {
  font-size: 13px;
  color: var(--surface-140);
  font-weight: 500;
  line-height: 1;
}

.testimonial__main .position {
  font-size: var(--fs-300);
  opacity: 0.8;
}

.testimonial__main > p:first-of-type {
  font-size: 18px;
  line-height: 1.2;
} 

.testimonial__main > p:last-of-type {
  opacity: 0.9;
}
/* newest testimonial ends */


/* portfolio starts */

.portfolio {
  padding-block-start: calc(var(--section-padding) + 50px);
  margin-bottom: 100px;
  position: relative;
}

.portfolio-list,
.portfolio-card { display: grid; }

.portfolio-list { gap: 70px; }


.portfolio-card { gap: 25px; }

.portfolio-card .card-banner {
  position: relative;
  border: 2px solid var(--jet);
  box-shadow: 0 0 0 var(--jet);
  transition: var(--transition-1);
}

.portfolio-card .card-banner:is(:hover, :focus-within) {
  box-shadow: 3px 3px 0 var(--jet);
}

.portfolio .title-md {
  color: var(--primary-190);
  font-family: "inter", sans-serif !important;
  font-weight: 400;
  font-size: 24px; 
}

.portfolio-card .img-cover {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 10px;
  transition: var(--transition);
}

/* Stack card starts */
.sc-card {
    position: sticky;
    top: 70px;
  }

  .card__inner {
    will-change: transform;
    background: var(--bg-oxford-blue-2);
    border-radius: 14px;
    display: flex;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform-origin: center top;
  }

  .sc-cards {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 10px 0;
  }

  .card__image-container {
    display: flex; 
    width: 40%;
    flex-shrink: 0;
  }

  .card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
  }

  .card__content {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
  }

  .card__content h4 {
  color: var(--second-blue-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "play", sans-serif;;
  letter-spacing: 3px;
  margin-block-end: 18px;
}

  .card__title {
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    color: #16263a;
  }

  .project-ul {
    margin-bottom: 25px;
  }

  .card__description {
    line-height: 1.4;
    font-size: 24px;
    color: #16263a;
  }

  .space {
    height: 90vh;
  }

  .space--small {
    height: 40vh;
  }

  @media (max-width: 768px) {
    .card__inner {
      flex-direction: column;
    }

    .project-ul {
      display: none;
    }

    .card__image-container {
      width: 100%;
    }

    .card__image {
      aspect-ratio: 16 / 9;
    }

    .card__title {
      font-size: 32px;
    }

    .card__description {
      font-size: 16px;
    }

    .card__content {
      padding: 10px 20px;
    }

    .card__content .sambz-main-btn{
      margin-top: 20px;
    }
  }

/* Stack card ends */

@media (max-width: 768px) {

  .portfolio .title-md {
    font-size: 20px; 
  }

  .portfolio-card .img-cover {
    height: auto;
  }
}

.portfolio-card img:hover {
    box-shadow: var(--shadow-2);
    background-image: linear-gradient(var(--bg-oxford-blue), var(--bg-oxford-blue)), var(--gradient-1);
    background-clip: padding-box, border-box;
    border-color: transparent;
    transform: translateY(-2px);
}

.portfolio-card .btn-icon {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: var(--white);
  color: var(--surface-140);
  align-items: center;
  padding: 8px;
  border: var(--border-main);
  border-radius: 5px;
  opacity: 0;
  transition: var(--transition-1);
  will-change: transform;
}

.portfolio-card .card-content:nth-child(2) {
  order: 2;
}

.portfolio-card .card-banner:is(:hover, :focus-within) .btn-icon {
  transform: translateX(15px);
  background: var(--primary-190);
  opacity: 1;
}

.portfolio-card .card-content h4 {
  color: var(--second-blue-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "play", sans-serif;;
  letter-spacing: 3px;
  margin-block-end: 18px;
}

.portfolio-card .card-text { margin-block: 10px 25px; }

.project-content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  /* padding-bottom: 10px; */
  /* gap: 10px; */
}

.project-content ul li {
  position: relative;
  margin: 0.7rem 0;
  padding-left: 1rem;
  color: var(--surface-100);
}

.project-content ul li::before {
  content: "•";
  color: var(--primary-190);
  font-weight: bold;
  position: absolute;
  left: 0;
}


@media (min-width: 768px) {

  .portfolio-card {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .portfolio-list > li:nth-child(2n) .card-banner { order: 1; }

  .portfolio-card > * {
    width: 90%;
    margin-inline: auto;
  }

  .portfolio-card .card-text { 
    margin-block-start: 20px; 
  }

}

@media (max-width: 768px) {

  .project-content p,ul {
    line-height: 22px;
  }
}

/* Portfolio Ends */


/* call to action starts */
.call-to-action {
  margin-top: 250px;
}

.call-to-action .container {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(19, 27, 48, 0.878);
  background-image: url(../images/bg/glow-bottom.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.call-to-action .container:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container .content {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--surface-350);
  font-size: 28px;
  font-family: "play", sans-serif !important;
  font-weight: 600;
  margin-bottom: 20px;
}

.call-to-action p {
  color: var(--surface-180) !important;
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  .call-to-action {
  margin-top: 150px;
  }

  .call-to-action .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-radius: 0;
    background-size: 100% 700px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .call-to-action h3 {
    color: var(--surface-350);
    font-size: 25px;
    font-family: "play", sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .call-to-action p {
    color: var(--surface-180) !important;
    margin-bottom: 15px;
    font-size: 17px;
  }

}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(var(--primary-200) 50%, color-mix(in srgb, var(--second-blue-color), transparent 60%) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--primary-200), transparent 20%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--border-prussian-blue);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--border-prussian-blue);
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--first-blue-color);
  transform: scale(20);
}

/* button 85 */
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: var(--surface-200);
  background: var(--main-gradient-color);
  cursor: pointer;
  position: relative;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  border: var(--border-main);
  transition: var(--transition) !important;
  margin: 10px;
  color: var(--surface-100);
}

.button-85:hover {
  color: var(--surface-100);
}

.button-85:before {
  content: "";
  background: linear-gradient( 
    45deg,
    #05aceedd,
    #0093b0dd,
    #7e1bf7dd,
    #6a03badd,
    #8905eedd,
    #7605eedd,
    #a405eedd,
    #0579eedd,
    #0599eedd
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg-oxford-blue);
  left: 0;
  top: 0;
  border-radius: 50px;
  transition: var(--transition);
}

.button-85:hover::after {
  background: transparent;
  border: var(--border-prussian-blue);
  background: rgba(255, 255, 255, 0.19);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14.1px);
  -webkit-backdrop-filter: blur(14.1px);
  border: 1px solid rgba(174, 168, 168, 1);
}

.call-to-action p {
  color: var(--surface-200);
  margin-bottom: 20px;
}

.call-to-action:hover .cta-btn {
  background: var(--bg-oxford-blue);
  border: 2px solid var(--border-prussian-blue);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Cta Ends */

/* ===== Team CSS ===== */
.sambz-team {
  padding-top: 120px;
  padding-bottom: 80px;
  /* clip-path: polygon(50% 0%, 100% 0, 100% 91%, 75% 100%, 31% 93%, 0 100%, 0 0); */
}

.team-row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sambz-team {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.sambz-single-team {
  margin-bottom: 40px;
}

.sambz-single-team .sambz-team-image-wrapper {
  width: 170px;
  height: 170px;
  position: relative;
  margin: 0px auto 25px;
}

.sambz-single-team .sambz-team-image {
  border-radius: 50%;
  background: var(--bg-main-gradient-color);
  padding: 3px;
}

.sambz-single-team .sambz-team-image img {
  width: 100%;
  border-radius: 50%;
}

.sambz-single-team .shape {
  position: absolute;
  z-index: -1;
}

.sambz-single-team .shape.shape-1 {
  top: -5px;
  left: 10px;
}

.sambz-single-team .shape.shape-2 {
  bottom: 10px;
  right: -15px;
  fill: var(--primary-190) !important;
  right: 0;
}

.sambz-single-team .sambz-team-info {
  text-align: center;
  margin-bottom: 20px;
}

.sambz-single-team .sambz-team-info h5 {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--surface-300);
  margin-bottom: 10px;
}

.sambz-single-team .sambz-team-info h6 {
  font-weight: 600;
  font-size: 12px;
  color: var(--primary-190);
}

.sambz-single-team .sambz-team-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sambz-single-team .sambz-team-socials a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 10px;
  border-radius: 50%; 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: var(--primary-190);
  transition: var(--transition) !important;
}

.sambz-single-team .sambz-team-socials a:hover {
  color: var(--surface-140);
  background: var(--primary-190);
}


/* ===== Call To Action CSS ===== */



.call-to-action {
  background-color: transparent;
  border-radius: 1px;
  margin-bottom: var(--margin-bottom);
}

.call-to-action .container {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .call-to-action .container {
    border-radius: 0px;
  } 

  .call-to-action .container img {
    border-radius: 0px;
  }

}
.call-to-action .container img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  overflow: hidden;
}

.call-to-action .container:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container .content {
  position: relative;
  z-index: 3;
}


/* ===== Contact CSS ===== */

.sambz-contact {
  padding: 60px 0px;
  position: relative;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-image: url(../images/bg/bg-3.png); 
  background-color: hsla(270, 100%, 50%, 0.045);
  background-repeat: no-repeat; 
}

.sambz-contact .container {
  overflow: hidden;
  position: relative;
  clip-path: inset(0 round 15px);
}

@media (max-width: 768px) {
  .sambz-contact {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sambz-contact::after {
    height: 45%;
  }
}

.sambz-contact-title {
  margin-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .sambz-contact-title {
    margin-bottom: 50px;
  }
}

.sambz-contact-title .first-span {
  color: var(--second-blue-color);
  position: relative;
  font-weight: 600;
  font-family: "play", sans-serif !important;
  font-size: 16px;
  margin-bottom: 20px;
}

.sambz-contact-title .first-span::before {
  content: '';
  position: absolute;
  background: var(--primary-190);
  width: 50%;
  height: 3px;
  border-radius: 2px;
  top: -3px;
  left: -3px;
  animation: ani 1.7s infinite;
}

.sambz-contact-title .first-span::after {
  content: '';
  position: absolute;
  background: var(--primary-190);
  width: 50%;
  height: 3px;
  border-radius: 2px;
  bottom: -3px;
  right: -3px;
  animation: ani-2 1.7s infinite;
}

.sambz-contact-title h2 {
  font-weight: 600;
  font-size: var(--font-h4);
  line-height: 41px;
}

.sambz-contact-title h2 .title-span {
  background: var(--linear-gradient-main); 
  position: relative;
   -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent; 
   /* animation: changeBackgroundColor 5s infinite ease;  */
}

.sambz-contact-title h2 .title-span::after {
  content: '';
  background: url(images/needle-underline.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  bottom: -12px;
  left: -0.5rem;
  right: 5px;
  height: 0.75rem; 
  z-index: -1;
}


.sambz-contact-title p {
  font-size: var(--font-main);
  line-height: 28px;
  color: var(--surface-200);
  margin-top: 20px;
  text-align: left;
  max-width: 500px;
}

@media (max-width: 768px) {
  .sambz-contact-title h2 {
    line-height: 30px;
  }

  .sambz-contact-title p {
    font-size: 17px;
    line-height: 25px;
  }
}

.sambz-contact-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 768px) {
  .sambz-contact-info-wrapper {
    margin-bottom: 50px;
  }
}

.sambz-contact-info-wrapper .sambz-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 330px;
  margin-bottom: 30px;
}

.sambz-contact-info-wrapper .sambz-info-icon {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-190);
  margin-right: 24px;
}

.sambz-contact-info-wrapper .sambz-info-meta h5 {
  font-weight: 600;
  font-size: 19px;
  color: var(--primary-190);
  margin-bottom: 15px;
}

.sambz-contact-info-wrapper .sambz-info-meta p {
  line-height: 24px;
  color: var(--surface-100);
}

.sambz-contact-info-wrapper .sambz-info-meta p a { 
  font-size: var(--font-main);
  font-weight: 600;
  color: var(--surface-100);
}

.sambz-contact-info-wrapper .sambz-info-meta p a:hover {
  color: var(--primary-190);
}

.sambz-contact-info-wrapper .sambz-info-meta p i {
  font-size: 20px; 
} 

 .sambz-contact-form-wrapper {
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.11);
  border: var(--border-main);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 20px; 
} 

@media (max-width: 768px) {
  .sambz-contact-form-wrapper {
    padding: 20px 15px;
  }
}

.sambz-contact-form-wrapper .sambz-contact-form-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: var(--primary-190);
  font-family: "inter", sans-serif !important;
}

@media (max-width: 768px) {
  .sambz-contact-form-wrapper .sambz-contact-form-title {
    font-size: 24px;
  }
}


/* new contact form starts */

.contact-form {
  border-radius: 12px;
  width: 100%;
}

.form-wrapper { 
  margin-bottom: 17px; 
}

.form-label {
  color: var(--primary-190);
  font-family: 'inter', sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
  margin-left: 5px;
}

.input-wrapper { 
  position: relative; 
}

.input-field {
  background: var(--input-bg);
  color: var(--surface-100);
  width: 100% !important;
  padding: 8px;
  padding-left: 40px;
  border-radius: 10px;
  transition: var(--transition-1);
}

.input-wrapper .contact-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--primary-190);
  font-size: 20px;
  transition: var(--transition-1);
}

textarea.input-field {
  min-height: 60px;
  height: 1200px; 
  max-height: 200px;
  resize: vertical;
}

.input-field:focus { outline: 1px solid; }

.input-field:focus + .contact-icon { color: var(--primary-100); }

/* new success button starts */
 button.send {
  border: var(--border-main);
  color: var(--surface-100);
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 10px;
  background: rgba(160, 45, 218, 0.12);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all ease-in .1s;
 }

 button.send .text.active {
  transform: translateY(-350%) scale(0);
  transition: 0.35s cubic-bezier(0.34, -0.61, 1, 0.64);
}
 button.send.active {
  padding: 0px 80px;
  transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
}
button.send .loader {
  position: absolute;
  width: calc(0% - 4px);
  height: calc(100% - 4px);
  background-color: var(--primary-190);
  left: 2px;
  top: 2px;
  border-radius: 50px;
}
button.send .loader.active {
  width: calc(100% - 4px);
  transition: 1.3s ease-in-out;
  transition-delay: 0.5s;
}
 button.send .done {
  color: var(--surface-140);
  margin-top: -20px;
  transform: translateY(300%) scale(0);
}
button.send .done.active {
  transform: translateY(0%) scale(1);
  transition: 0.4s cubic-bezier(0.34, -0.61, 1, 0.64);
}
button.send.finished {
  padding: 15px 80px;
  transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
}

 /* Disabled Button Styles */
 button:disabled {
  cursor: not-allowed;
}

#result {
  font-family: 'inter', sans-serif !important;
  text-align: center;
}
/* New Contact Form Ends */


/* New FAQ Starts */
.faq-section {
  padding: clamp(3rem, 8vw, 6rem) 1rem;
}

.faq-container {
  max-width: min(1000px, 98vw);
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: clamp(2rem, 6vw, 4rem);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1rem);
}

.faq-item {
  background: var(--bg-oxford-blue-2);
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: var(--border-main);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }

.faq-question {
  width: 100%;
  padding: clamp(1rem, 3vw, 1.25rem) clamp(1.25rem, 4vw, 1.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: var(--bg-oxford-blue);
  text-align: left;
  cursor: pointer;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 500;
  color: var(--surface-100);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.faq-question::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary-190);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.faq-item.active .faq-question::before {
  opacity: 1;
}


.faq-question .caret-icon {
  flex-shrink: 0;
  font-size: clamp(16px, 3vw, 20px);
  width: clamp(20px, 4vw, 24px);
  height: clamp(20px, 4vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(180deg);
}

.faq-item.active .caret-icon {
  transform: rotate(0deg);
}

.faq-answer {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: translateY(-20px);
  transition: 
    visibility 0s linear 0.5s,
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    margin 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 1.5rem);
}

.faq-item.active .faq-answer {
  visibility: visible;
  opacity: 1;
  height: auto;
  transform: translateY(0);
  transition-delay: 0s;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(1.25rem, 4vw, 1.5rem) clamp(1.25rem, 4vw, 1.5rem);
  background: var(--bg-oxford-blue);
}

.faq-answer p {
  color: var(--surface-100);
  font-size: clamp(0.9375rem, 2vw, 1rem);
  line-height: 1.7;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  padding-bottom: clamp(0.75rem, 2vw, 1rem);
}

.faq-item.active .faq-answer p {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced responsive design */
@media (max-width: 768px) {
  .faq-section {
    padding: clamp(2rem, 6vw, 4rem) 1rem;
  }

  .faq-item {
    border-radius: 10px;
  }

  .faq-item.active .faq-answer {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 100%;
  }

  .faq-item {
    margin: 0 0.5rem;
  }
}
/* New FAQ Ends */

/* new footer */

/* Footer styles */
.footer {
  position: relative;
  width: 100%;
  background: var(--bg-oxford-blue);
  background-image: url(../images/bg/glow-bottom.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  color: var(--surface-100);
  overflow: hidden;
  box-shadow: 0px -20px 10px -20px rgba(0, 0, 0, 0.45);
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(147, 51, 234, 0.1), transparent);
  pointer-events: none;
}

.footer-content {
  max-width: 85rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-190);
}

.footer-section .sambz-footer-logo {
  padding: 0;
  font-size: 32px;
  color: var(--primary-190);
  font-weight: 400;
  /* font-family: "Play", sans-serif;  */
  font-family: "Saira Stencil One", sans-serif;
}

.footer-section .sambz-footer-logo img {
  max-width: 40px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.footer-section .sambz-footer-logo:hover img {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} 


.footer-section h4 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Inter", serif;
  color: var(--primary-190);
  margin-bottom: 1rem;
}

.footer-section p {
  color: var(--surface-100);
}

.social-links {
  display: flex;
  font-size: 30px;
  gap: 1rem;
}

.social-links a {
  color: var(--primary-190);
  transition: var(--transition);
}

.social-links a:hover {
  color: var(--surface-100);
}

.footer-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-section ul a {
  color: var(--surface-100);
  text-decoration: none;
  display: flex;
  font-size: var(--font-main);
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.footer-section ul a:hover {
  /* color: #a855f7; */
  color: var(--primary-190);
  transform: translateX(5px);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact-info i {
  font-size: 20px;
}

/* Map styles */
.map-container {
  margin-top: 3rem;
  width: 100%;
  height: 300px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: var(--border-main);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Bottom bar styles */
.bottom-bar {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.copyright {
  color: var(--surface-100);
  font-size: 16px;
}

.bottom-links {
  display: flex;
  gap: 1.5rem;
}

.bottom-links a {
  color: var(--surface-100);
  text-decoration: none;
  font-size: 15px;
  line-height: 25px !important;
  transition: color 0.2s;
}

.bottom-links a:hover {
  color: #a855f7;
}

/* Animated light effect */
.light-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(147, 51, 234, 0.2), transparent, rgba(59, 130, 246, 0.2));
  filter: blur(100px);
  pointer-events: none;
  animation: pulse 10s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

/* Icon styles */
[data-lucide] {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.5;
}
/* new footer ends */


/* ====== Banner CSS ======= */
.sambz-page-banner {
  padding-top: 100px;
  padding-bottom: 80px;
   background-image: url(../images/bg/abstract-bg-18.png); 
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% 100%, 81% 98%, 55% 100%, 25% 98%, 0 100%, 0 0);
  background-size: cover;
}

.sambz-banner-content {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.sambz-banner-content h1 {
  color: var(--surface-100);
  font-size: 38px;
  font-weight: 600;
}

/* ====== Login CSS ====== */
.sambz-login {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sambz-login-wrapper {
  max-width: 500px;
  margin: auto;
  background: var(--white);
  text-align: center;
  padding: 60px;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
}

.sambz-login-wrapper .sambz-login-logo {
  margin-bottom: 30px;
}

.sambz-login-form .sambz-form-group {
  margin-bottom: 25px;
}

.sambz-login-form .sambz-form-group input {
  width: 100%;
  border: 2px solid #dddddd;
  border-radius: 4px;
  padding: 12px 24px;
  background: #fcfdfe;
  color: var(--body-color);
}

.sambz-login-form .sambz-form-group input:focus {
  border-color: var(--primary-color);
}

.sambz-socials-connect {
  padding-top: 10px;
  padding-bottom: 30px;
}

.sambz-socials-connect p {
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 10px;
}

.sambz-socials-connect ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.sambz-socials-connect ul li {
  width: 100%;
}

.sambz-socials-connect ul li a {
  height: 45px;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  border-radius: 6px;
  color: var(--white);
  font-size: 20px;
}

.sambz-socials-connect ul li a.facebook {
  background: #4064ac;
}

.sambz-socials-connect ul li a.facebook:hover {
  background: #315294;
}

.sambz-socials-connect ul li a.twitter {
  background: #1c9cea;
}

.sambz-socials-connect ul li a.twitter:hover {
  background: #0f8bd8;
}

.sambz-socials-connect ul li a.google {
  background: #d64937;
}

.sambz-socials-connect ul li a.google:hover {
  background: #c53b29;
}

.forget-pass {
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 8px;
}

.signup-option {
  color: var(--body-color);
  font-size: 16px;
}

.signup-option a {
  color: var(--primary-color);
}

/* ====== Blog CSS ====== */
.sambz-blog-grids {
  padding-top: 120px;
  padding-bottom: 80px;
}

.sambz-blog-grids.sambz-related-articles {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .sambz-blog-grids {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.sambz-single-blog {
  margin-bottom: 40px;
}

.sambz-single-blog:hover .sambz-blog-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.sambz-single-blog .sambz-blog-image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.sambz-single-blog .sambz-blog-image a {
  display: block;
}

.sambz-single-blog .sambz-blog-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sambz-single-blog .sambz-blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
}

.sambz-single-blog .sambz-blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sambz-single-blog .sambz-blog-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.sambz-single-blog .sambz-blog-title a {
  color: inherit;
}

.sambz-single-blog .sambz-blog-title a:hover {
  color: var(--primary-color);
}

.sambz-single-blog .sambz-blog-desc {
  font-size: 16px;
  line-height: 28px;
}

.sambz-related-articles-title {
  font-weight: 800;
  font-size: 28px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 50px;
}

.sambz-related-articles-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
}

/* ====== Blog Details CSS ====== */
.sambz-blog-details {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .sambz-blog-details {
    padding-top: 80px;
  }
}

.sambz-blog-details-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 500px;
}

@media (max-width: 768px) {
  .sambz-blog-details-image {
    height: 300px;
  }
}

.sambz-blog-details-image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.sambz-blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.88%, rgba(48, 86, 211, 0)), color-stop(93.23%, rgba(13, 21, 49, 0.72)));
  background: linear-gradient(180deg, rgba(48, 86, 211, 0) 46.88%, rgba(13, 21, 49, 0.72) 93.23%);
  border-radius: 5px;
  padding: 30px;
}

.sambz-blog-overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .sambz-blog-overlay-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sambz-blog-overlay-content .sambz-blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .sambz-blog-overlay-content .sambz-blog-author {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.sambz-blog-overlay-content .sambz-blog-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.sambz-blog-overlay-content .sambz-blog-author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}

.sambz-blog-overlay-content .sambz-blog-author a {
  color: inherit;
}

.sambz-blog-overlay-content .sambz-blog-author a:hover {
  color: var(--primary-color);
}

.sambz-blog-overlay-content .sambz-blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sambz-blog-overlay-content .sambz-blog-meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin-right: 30px;
}

.sambz-blog-overlay-content .sambz-blog-meta p:last-child {
  margin-right: 0px;
}

.sambz-blog-overlay-content .sambz-blog-meta p i {
  font-size: 16px;
  margin-right: 10px;
}

.sambz-blog-details-content {
  padding-top: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sambz-blog-details-content {
    padding-right: 50px;
  }
}

.sambz-blog-details-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .sambz-blog-details-title {
    font-size: 26px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .sambz-blog-details-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.sambz-blog-details-para {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.sambz-blog-details-subtitle {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .sambz-blog-details-subtitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.sambz-blog-quote {
  background-image: url("../images/blog/quote-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .sambz-blog-quote {
    padding: 30px;
  }
}

.sambz-blog-quote i {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sambz-blog-quote i {
    margin-bottom: 15px;
  }
}

.sambz-blog-quote p {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .sambz-blog-quote p {
    font-size: 14px;
    line-height: 24px;
  }
}

.sambz-blog-quote h6 {
  color: var(--body-color);
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.sambz-blog-details-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .sambz-blog-details-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sambz-blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .sambz-blog-tags {
    margin-bottom: 20px;
  }
}

.sambz-blog-tags li {
  margin-right: 14px;
}

.sambz-blog-tags li:last-child {
  margin-right: 0px;
}

.sambz-blog-tags a {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  background: rgba(48, 86, 211, 0.06);
  border-radius: 3px;
}

.sambz-blog-tags a:hover {
  background: var(--primary-color);
  color: var(--white);
}

.sambz-blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sambz-blog-share h6 {
  font-weight: 500;
  font-size: 12px;
  color: var(--body-color);
  margin-right: 20px;
}

.sambz-blog-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sambz-blog-share-links li {
  margin-right: 14px;
}

.sambz-blog-share-links li:last-child {
  margin-right: 0px;
}

.sambz-blog-share-links a {
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--white);
}

.sambz-blog-share-links a.facebook {
  background: #4064ac;
}

.sambz-blog-share-links a.facebook:hover {
  background: #315294;
}

.sambz-blog-share-links a.twitter {
  background: #1c9cea;
}

.sambz-blog-share-links a.twitter:hover {
  background: #0f8bd8;
}

.sambz-blog-share-links a.linkedin {
  background: #007ab9;
}

.sambz-blog-share-links a.linkedin:hover {
  background: #03689b;
}

.sambz-blog-sidebar {
  padding-top: 60px;
}

.sambz-newsletter-box {
  background: var(--primary-color);
  padding: 60px 45px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 768px) {
  .sambz-newsletter-box {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .sambz-newsletter-box {
    padding: 60px 45px;
  }
}

.sambz-newsletter-box .shape {
  position: absolute;
  z-index: -1;
}

.sambz-newsletter-box .shape.shape-1 {
  top: 0;
  right: 0;
}

.sambz-newsletter-box .shape.shape-2 {
  left: 0;
  bottom: 0;
}

.sambz-newsletter-box .sambz-newsletter-title {
  font-weight: 600;
  font-size: 25px;
  color: var(--white);
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sambz-newsletter-box .sambz-newsletter-title {
    font-size: 23px;
  }
}

.sambz-newsletter-box p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

.sambz-newsletter-box .sambz-newsletter-form {
  margin-top: 30px;
}

.sambz-newsletter-box .sambz-newsletter-form input {
  width: 100%;
  -webkit-box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  border: 2px solid transparent;
  padding: 12px 20px;
}

.sambz-newsletter-box .sambz-newsletter-form input::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.sambz-newsletter-box .sambz-newsletter-form input:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.sambz-newsletter-box .sambz-newsletter-form input::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.sambz-newsletter-box .sambz-newsletter-form input::placeholder {
  color: var(--white);
  opacity: 1;
}

.sambz-newsletter-box .sambz-newsletter-form input:focus {
  border-color: var(--white);
}

.sambz-newsletter-box .sambz-newsletter-form .sambz-main-btn {
  background: #13c296;
  -webkit-box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 24px;
}

.sambz-newsletter-box .sambz-newsletter-form .sambz-main-btn:hover {
  background: var(--heading-color);
}

.sambz-newsletter-box .sambz-newsletter-form .sambz-newsletter-note {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.sambz-articles-box {
  margin-bottom: 50px;
}

.sambz-articles-box .sambz-articles-box-title {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 20px;
}

.sambz-articles-box .sambz-articles-box-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
}

.sambz-articles-box .sambz-articles-list li {
  padding: 20px 0;
  border-bottom: 1px solid #f2f3f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sambz-articles-box .sambz-articles-list li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.sambz-articles-box .sambz-articles-list .sambz-article-image {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 768px) {
  .sambz-articles-box .sambz-articles-list .sambz-article-image {
    max-width: 65px;
    height: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .sambz-articles-box .sambz-articles-list .sambz-article-image {
    max-width: 80px;
    height: 80px;
  }
}

.sambz-articles-box .sambz-articles-list .sambz-article-image img {
  width: 100%;
}

.sambz-articles-box .sambz-articles-list .sambz-article-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sambz-articles-box .sambz-articles-list .sambz-article-title {
    font-size: 16px;
  }
}

.sambz-articles-box .sambz-articles-list .sambz-article-title a {
  color: inherit;
}

.sambz-articles-box .sambz-articles-list .sambz-article-title a:hover {
  color: var(--primary-color);
}

.sambz-articles-box .sambz-articles-list .sambz-article-author {
  font-size: 14px;
}

.sambz-banner-ad {
  border-radius: 5px;
  overflow: hidden;
}

.sambz-banner-ad a {
  display: block;
}

.sambz-banner-ad img {
  width: 100%;
}

/* Error 404 CSS */
.sambz-404 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .sambz-404 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sambz-404-wrapper {
  text-align: center;
  max-width: 850px;
  margin: 0px auto;
  background: var(--white);
  padding: 100px 60px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 768px) {
  .sambz-404-wrapper {
    padding: 50px 30px;
  }
}

.sambz-404-wrapper .shape {
  position: absolute;
  z-index: -1;
}

.sambz-404-wrapper .shape.shape-1 {
  top: 0;
  left: 0;
}

.sambz-404-wrapper .shape.shape-2 {
  right: 0;
  bottom: 0;
}

.sambz-404-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sambz-404-title {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .sambz-404-title {
    font-size: 30px;
  }
}

.sambz-404-subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sambz-404-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .sambz-404-subtitle {
    font-size: 18px;
  }
}

.sambz-404-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sambz-404-links a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  color: var(--heading-color);
  background: rgba(48, 86, 211, 0.06);
  border-radius: 5px;
  margin: 5px 10px;
}

.sambz-404-links a:hover {
  background: var(--heading-color);
  color: var(--white);
}

@media (max-width: 768px) {
  .sambz-404-links a {
    margin: 5px 10px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

  @media (max-width:640px) {
    /* .container,  */
    .container-sm { 
      padding-right: 20px ;
      padding-left: 20px ;
    }

    .experience h3 {
      font-size: 27px;
    }
  }