@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Example HTML Template
    Author: Cozmiq Profiles
    Support: cozmiq-agency.com/support
    Description: Example HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 5

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile css
		4.4 Category menu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css
		5.5 Blog Grid css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
		6.5 Footer Style 5

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Slider css
		7.2 About css
		7.3 Feature css
		7.4 Subscribe css
		7.5 Instagram css
		7.6 Testimonial css
		7.7 Brand css
		7.8 CTA css
		7.9 Login css
		7.10 Contact css
		7.11 Error css
		7.12 Profile css

	---------------------------------
	08. ECOMMERCE CSS
	---------------------------------
		8.1 Ecommerce Common CSS
		8.2 Cartmini CSS
		8.3 Cart Modal CSS
		8.4 Category CSS
		8.5 Banner CSS
		8.6 Tooltip CSS
		8.7 Featured Product CSS
		8.8 Trending CSS
		8.9 Product Card CSS
		8.10 Product Card Style 2 CSS
		8.11 Product Card Style 3 CSS
		8.12 Product Card Style 4 CSS
		8.13 Product Card Style 5 CSS
		8.14 Product Details CSS
		8.15 Product Widget CSS
		8.16 Shop CSS
		8.17 Filter Offcanvas CSS
		8.18 Product Quantity CSS
		8.19 Cart CSS
		8.20 Order CSS
		8.21 Checkout CSS
		8.22 compare CSS
		8.23 Collection CSS
		8.24 Deal CSS
		8.25 Side Banner CSS
		8.26 Coupon CSS


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
:root {
  --bg: #ffffff;
  --surface: #f7f7f8;
  --border: #ececf1;
  --shadow: 0 1px 1px rgba(16, 24, 40, 0.04), 0 2px 8px rgba(16, 24, 40, 0.06);
  --text: #0f172a;
  --muted: #80838a;
  --brand-icon-bg: #111318;
  --brand-icon-fg: #ffffff;
  --menu-color: #8a8a8a;
  --gals-color: #FDD756; /* accent 1 */
  --singe-color: #F5A445; /* accent 2 */
  --radius: 16px;
  --radius-lg: 22px;
  --gap: clamp(16px, 3vw, 32px);
  /* Extras */
  --container-max: 1280px;
  --heading-size: clamp(36px, 5.2vw, 72px);
  --lead-size: clamp(16px, 2.2vw, 20px);
}

:root {
  --cq-portfolio-fonts-roboto: "Roboto", sans-serif;
  --cq-portfolio-fonts-muli: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--cq-portfolio-fonts-poppins);
  font-size: 14px;
  font-weight: normal;
  color: var(--cq-portfolio-black);
  line-height: 26px;
}

html {
  scroll-behavior: auto !important;
}

.cozmiq-header {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cq-portfolio-fonts-muli);
  color: var(--cq-portfolio-theme-sec-color);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--cq-portfolio-ff-p);
  font-size: 14px;
  font-weight: 400;
  color: var(--cq-portfolio-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--cq-portfolio-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--cq-portfolio-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

*::-moz-selection {
  background: var(--cq-portfolio-common-black);
  color: var(--cq-portfolio-common-white);
  text-shadow: none;
}

*::selection {
  background: var(--cq-portfolio-common-black);
  color: var(--cq-portfolio-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--cq-portfolio-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--cq-portfolio-common-black);
  font-size: 14px;
  opacity: 1;
}

.section {
  padding: 60px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section {
    padding: 40px 20;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .section {
    padding: 25px 10px;
  }
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.overflow-x-visible {
  overflow-x: visible;
  overflow-y: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-1 {
  margin-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/
.mb-1 {
  margin-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-21 {
  margin-left: 21px;
}

.ml-22 {
  margin-left: 22px;
}

.ml-23 {
  margin-left: 23px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-26 {
  margin-left: 26px;
}

.ml-27 {
  margin-left: 27px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-29 {
  margin-left: 29px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-31 {
  margin-left: 31px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-33 {
  margin-left: 33px;
}

.ml-34 {
  margin-left: 34px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-37 {
  margin-left: 37px;
}

.ml-38 {
  margin-left: 38px;
}

.ml-39 {
  margin-left: 39px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-41 {
  margin-left: 41px;
}

.ml-42 {
  margin-left: 42px;
}

.ml-43 {
  margin-left: 43px;
}

.ml-44 {
  margin-left: 44px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-46 {
  margin-left: 46px;
}

.ml-47 {
  margin-left: 47px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-49 {
  margin-left: 49px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-51 {
  margin-left: 51px;
}

.ml-52 {
  margin-left: 52px;
}

.ml-53 {
  margin-left: 53px;
}

.ml-54 {
  margin-left: 54px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-57 {
  margin-left: 57px;
}

.ml-58 {
  margin-left: 58px;
}

.ml-59 {
  margin-left: 59px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-61 {
  margin-left: 61px;
}

.ml-62 {
  margin-left: 62px;
}

.ml-63 {
  margin-left: 63px;
}

.ml-64 {
  margin-left: 64px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-66 {
  margin-left: 66px;
}

.ml-67 {
  margin-left: 67px;
}

.ml-68 {
  margin-left: 68px;
}

.ml-69 {
  margin-left: 69px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-71 {
  margin-left: 71px;
}

.ml-72 {
  margin-left: 72px;
}

.ml-73 {
  margin-left: 73px;
}

.ml-74 {
  margin-left: 74px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-76 {
  margin-left: 76px;
}

.ml-77 {
  margin-left: 77px;
}

.ml-78 {
  margin-left: 78px;
}

.ml-79 {
  margin-left: 79px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-81 {
  margin-left: 81px;
}

.ml-82 {
  margin-left: 82px;
}

.ml-83 {
  margin-left: 83px;
}

.ml-84 {
  margin-left: 84px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-86 {
  margin-left: 86px;
}

.ml-87 {
  margin-left: 87px;
}

.ml-88 {
  margin-left: 88px;
}

.ml-89 {
  margin-left: 89px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-91 {
  margin-left: 91px;
}

.ml-92 {
  margin-left: 92px;
}

.ml-93 {
  margin-left: 93px;
}

.ml-94 {
  margin-left: 94px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-96 {
  margin-left: 96px;
}

.ml-97 {
  margin-left: 97px;
}

.ml-98 {
  margin-left: 98px;
}

.ml-99 {
  margin-left: 99px;
}

.ml-100 {
  margin-left: 100px;
}

/*-- Margin Right --*/
.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 11px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-17 {
  margin-right: 17px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-19 {
  margin-right: 19px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-21 {
  margin-right: 21px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-23 {
  margin-right: 23px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-26 {
  margin-right: 26px;
}

.mr-27 {
  margin-right: 27px;
}

.mr-28 {
  margin-right: 28px;
}

.mr-29 {
  margin-right: 29px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-31 {
  margin-right: 31px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-33 {
  margin-right: 33px;
}

.mr-34 {
  margin-right: 34px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-36 {
  margin-right: 36px;
}

.mr-37 {
  margin-right: 37px;
}

.mr-38 {
  margin-right: 38px;
}

.mr-39 {
  margin-right: 39px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-41 {
  margin-right: 41px;
}

.mr-42 {
  margin-right: 42px;
}

.mr-43 {
  margin-right: 43px;
}

.mr-44 {
  margin-right: 44px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-46 {
  margin-right: 46px;
}

.mr-47 {
  margin-right: 47px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-49 {
  margin-right: 49px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-51 {
  margin-right: 51px;
}

.mr-52 {
  margin-right: 52px;
}

.mr-53 {
  margin-right: 53px;
}

.mr-54 {
  margin-right: 54px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-56 {
  margin-right: 56px;
}

.mr-57 {
  margin-right: 57px;
}

.mr-58 {
  margin-right: 58px;
}

.mr-59 {
  margin-right: 59px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-61 {
  margin-right: 61px;
}

.mr-62 {
  margin-right: 62px;
}

.mr-63 {
  margin-right: 63px;
}

.mr-64 {
  margin-right: 64px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-66 {
  margin-right: 66px;
}

.mr-67 {
  margin-right: 67px;
}

.mr-68 {
  margin-right: 68px;
}

.mr-69 {
  margin-right: 69px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-71 {
  margin-right: 71px;
}

.mr-72 {
  margin-right: 72px;
}

.mr-73 {
  margin-right: 73px;
}

.mr-74 {
  margin-right: 74px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-76 {
  margin-right: 76px;
}

.mr-77 {
  margin-right: 77px;
}

.mr-78 {
  margin-right: 78px;
}

.mr-79 {
  margin-right: 79px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-81 {
  margin-right: 81px;
}

.mr-82 {
  margin-right: 82px;
}

.mr-83 {
  margin-right: 83px;
}

.mr-84 {
  margin-right: 84px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-86 {
  margin-right: 86px;
}

.mr-87 {
  margin-right: 87px;
}

.mr-88 {
  margin-right: 88px;
}

.mr-89 {
  margin-right: 89px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-91 {
  margin-right: 91px;
}

.mr-92 {
  margin-right: 92px;
}

.mr-93 {
  margin-right: 93px;
}

.mr-94 {
  margin-right: 94px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-96 {
  margin-right: 96px;
}

.mr-97 {
  margin-right: 97px;
}

.mr-98 {
  margin-right: 98px;
}

.mr-99 {
  margin-right: 99px;
}

.mr-100 {
  margin-right: 100px;
}

/*-- Padding Top --*/
.pt-1 {
  padding-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-1 {
  padding-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-31 {
  padding-left: 31px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-33 {
  padding-left: 33px;
}

.pl-34 {
  padding-left: 34px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-36 {
  padding-left: 36px;
}

.pl-37 {
  padding-left: 37px;
}

.pl-38 {
  padding-left: 38px;
}

.pl-39 {
  padding-left: 39px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-41 {
  padding-left: 41px;
}

.pl-42 {
  padding-left: 42px;
}

.pl-43 {
  padding-left: 43px;
}

.pl-44 {
  padding-left: 44px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-46 {
  padding-left: 46px;
}

.pl-47 {
  padding-left: 47px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-49 {
  padding-left: 49px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-51 {
  padding-left: 51px;
}

.pl-52 {
  padding-left: 52px;
}

.pl-53 {
  padding-left: 53px;
}

.pl-54 {
  padding-left: 54px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-56 {
  padding-left: 56px;
}

.pl-57 {
  padding-left: 57px;
}

.pl-58 {
  padding-left: 58px;
}

.pl-59 {
  padding-left: 59px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-61 {
  padding-left: 61px;
}

.pl-62 {
  padding-left: 62px;
}

.pl-63 {
  padding-left: 63px;
}

.pl-64 {
  padding-left: 64px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-66 {
  padding-left: 66px;
}

.pl-67 {
  padding-left: 67px;
}

.pl-68 {
  padding-left: 68px;
}

.pl-69 {
  padding-left: 69px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-71 {
  padding-left: 71px;
}

.pl-72 {
  padding-left: 72px;
}

.pl-73 {
  padding-left: 73px;
}

.pl-74 {
  padding-left: 74px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-76 {
  padding-left: 76px;
}

.pl-77 {
  padding-left: 77px;
}

.pl-78 {
  padding-left: 78px;
}

.pl-79 {
  padding-left: 79px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-81 {
  padding-left: 81px;
}

.pl-82 {
  padding-left: 82px;
}

.pl-83 {
  padding-left: 83px;
}

.pl-84 {
  padding-left: 84px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-86 {
  padding-left: 86px;
}

.pl-87 {
  padding-left: 87px;
}

.pl-88 {
  padding-left: 88px;
}

.pl-89 {
  padding-left: 89px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-91 {
  padding-left: 91px;
}

.pl-92 {
  padding-left: 92px;
}

.pl-93 {
  padding-left: 93px;
}

.pl-94 {
  padding-left: 94px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-96 {
  padding-left: 96px;
}

.pl-97 {
  padding-left: 97px;
}

.pl-98 {
  padding-left: 98px;
}

.pl-99 {
  padding-left: 99px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-31 {
  padding-right: 31px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-33 {
  padding-right: 33px;
}

.pr-34 {
  padding-right: 34px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-37 {
  padding-right: 37px;
}

.pr-38 {
  padding-right: 38px;
}

.pr-39 {
  padding-right: 39px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-41 {
  padding-right: 41px;
}

.pr-42 {
  padding-right: 42px;
}

.pr-43 {
  padding-right: 43px;
}

.pr-44 {
  padding-right: 44px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-46 {
  padding-right: 46px;
}

.pr-47 {
  padding-right: 47px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-49 {
  padding-right: 49px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-51 {
  padding-right: 51px;
}

.pr-52 {
  padding-right: 52px;
}

.pr-53 {
  padding-right: 53px;
}

.pr-54 {
  padding-right: 54px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-56 {
  padding-right: 56px;
}

.pr-57 {
  padding-right: 57px;
}

.pr-58 {
  padding-right: 58px;
}

.pr-59 {
  padding-right: 59px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-61 {
  padding-right: 61px;
}

.pr-62 {
  padding-right: 62px;
}

.pr-63 {
  padding-right: 63px;
}

.pr-64 {
  padding-right: 64px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-66 {
  padding-right: 66px;
}

.pr-67 {
  padding-right: 67px;
}

.pr-68 {
  padding-right: 68px;
}

.pr-69 {
  padding-right: 69px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-71 {
  padding-right: 71px;
}

.pr-72 {
  padding-right: 72px;
}

.pr-73 {
  padding-right: 73px;
}

.pr-74 {
  padding-right: 74px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-76 {
  padding-right: 76px;
}

.pr-77 {
  padding-right: 77px;
}

.pr-78 {
  padding-right: 78px;
}

.pr-79 {
  padding-right: 79px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-81 {
  padding-right: 81px;
}

.pr-82 {
  padding-right: 82px;
}

.pr-83 {
  padding-right: 83px;
}

.pr-84 {
  padding-right: 84px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-86 {
  padding-right: 86px;
}

.pr-87 {
  padding-right: 87px;
}

.pr-88 {
  padding-right: 88px;
}

.pr-89 {
  padding-right: 89px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-91 {
  padding-right: 91px;
}

.pr-92 {
  padding-right: 92px;
}

.pr-93 {
  padding-right: 93px;
}

.pr-94 {
  padding-right: 94px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-96 {
  padding-right: 96px;
}

.pr-97 {
  padding-right: 97px;
}

.pr-98 {
  padding-right: 98px;
}

.pr-99 {
  padding-right: 99px;
}

.pr-100 {
  padding-right: 100px;
}

.contact-cta {
  /* dark canvas like screenshot */
  background: radial-gradient(120% 120% at 50% 0, #0d1016 0%, #0d1016 40%, #0a0c11 100%);
  color: #e7e9ee;
  padding: clamp(32px, 6vw, 80px) 0;
  font-family: var(--cq-portfolio-fonts-roboto);
}
.contact-cta__wrap {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: var(--gap);
}
.contact-cta {
  /* subtle grain + rounded container edges suggestion (optional) */
}
.contact-cta:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 10 10'%3E%3Cg fill='%23fff'%3E%3Ccircle cx='1' cy='1' r='.02'/%3E%3C/g%3E%3C/svg%3E");
}
.contact-cta {
  /* footer row */
}
.contact-cta__footer {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(24px, 4vw, 40px);
  padding-inline: 6px;
}
.contact-cta__small {
  color: #c8cbd3;
  font-size: 14px;
}
.contact-cta__links {
  display: inline-flex;
  gap: 14px;
  align-items: center;
}
.contact-cta__links a {
  color: #e7e9ee;
  text-decoration: none;
  font-weight: 650;
  font-family: var(--cq-portfolio-fonts-muli);
}
.contact-cta__links span {
  opacity: 0.6;
}
@media (max-width: 980px) {
  .contact-cta__wrap {
    grid-template-columns: 1fr;
  }
  .contact-cta__footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* ===== Left intro card ===== */
.intro-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 10px 30px rgba(0, 0, 0, 0.35);
  padding: clamp(18px, 3vw, 28px);
  display: grid;
}
.intro-card__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px 18px;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro-card__head {
    text-align: center;
  }
}
.intro-card__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro-card__avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}
.intro-card__title {
  font-size: 48px;
  font-family: var(--cq-portfolio-fonts-muli);
  letter-spacing: -0.03em;
  margin: 0;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro-card__title {
    font-size: 36px;
  }
}
.intro-card__sub {
  margin: 2px 0 0;
  color: #b8bcc6;
  font-size: clamp(14px, 1.1vw, 18px);
}
.intro-card__sig {
  margin: 6px 0 2px;
}
.intro-card__sig img {
  max-width: 190px;
  height: 127px;
  display: block;
  object-fit: cover;
  filter: drop-shadow(0 2px 10px rgba(255, 140, 0, 0.18));
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro-card__sig img {
    margin: 0 auto;
  }
}
.intro-card__meta {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.intro-card .status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #cfe8d8;
  font-weight: 600;
}
.intro-card .status__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  position: relative;
  background: #39ff9c;
  box-shadow: 0 0 0 6px rgba(57, 255, 156, 0.18);
  animation: dot-breathe 2.1s ease-in-out infinite;
}
.intro-card .status__dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(57, 255, 156, 0.55);
  animation: ring-pulse 1.8s ease-out infinite;
}
.intro-card .status span {
  font-size: 18px;
  margin-left: 5px;
}
.intro-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

/* ===== Right grid of social cards ===== */
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.social-grid .soc-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 16px 18px;
  color: #e7e9ee;
  text-decoration: none;
  display: grid;
  gap: 12px;
  transition: border-color 0.4s ease, background 0.2s ease, transform 0.2s ease;
}
.social-grid .soc-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-2px);
}
.social-grid .soc-card:hover .soc-card__label {
  color: var(--singe-color);
}
.social-grid .soc-card__eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: -0.02em;
  opacity: 0.7;
  font-family: var(--cq-portfolio-fonts-muli);
}
.social-grid .soc-card__row i {
  font-size: 24px;
}
.social-grid .soc-card__label {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--cq-portfolio-fonts-muli);
  display: block;
  margin-top: 5px;
  color: var(--brand-icon-fg);
}
.social-grid .soc-card--email {
  grid-column: 1/-1;
}
.social-grid .soc-card__row--email {
  justify-content: flex-start;
  gap: 12px;
}
.social-grid .soc-card__email {
  color: #fff;
  text-decoration: none;
  font: 600 18px/1.2 var(--cq-portfolio-fonts-muli);
  overflow-wrap: anywhere;
  font-family: var(--cq-portfolio-fonts-muli);
  font-size: 18px;
  transition: 0.4s;
}
.social-grid .soc-card__email:hover {
  color: var(--singe-color);
}
.social-grid .soc-card__copy {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #cfd3dc;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 10px;
  transition: background 0.15s ease;
}
.social-grid .soc-card__copy:hover {
  background: rgba(255, 255, 255, 0.06);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .social-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .social-grid .soc-card--email {
    grid-column: 1fr;
  }
}
@media (max-width: 575px) {
  .social-grid {
    grid-template-columns: 1fr 1fr;
  }
  .social-grid .soc-card--email {
    grid-column: 1fr;
  }
}

/* prefer-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .btn, .soc-card {
    transition: none;
  }
}
.intro-footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro-footer-info {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro-footer-info {
    align-items: center;
  }
}
.intro-footer-info .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font: 600 15px/1 var(--cq-portfolio-fonts-muli);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.intro-footer-info .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 255, 255, 0.06) inset;
  color: var(--singe-color);
}
.intro-footer-info .btn--light {
  background: #fff;
  color: #0d1117;
}
.intro-footer-info .btn .btn__icon {
  font-size: 16px;
}

@keyframes dot-breathe {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(57, 255, 156, 0.18);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 7px rgba(57, 255, 156, 0.28);
  }
}
@keyframes ring-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(57, 255, 156, 0.55);
    opacity: 1;
  }
  70% {
    box-shadow: 0 0 0 12px rgba(57, 255, 156, 0);
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(57, 255, 156, 0);
    opacity: 0;
  }
}
.cozmiq-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .cozmiq-header {
    padding: 16px 10px;
  }
}
.cozmiq-header .header-pill {
  max-width: 780px;
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 20px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin: 0 auto;
  backdrop-filter: blur(14px) saturate(140%) contrast(105%);
  -webkit-backdrop-filter: blur(14px) saturate(140%) contrast(105%);
  background: linear-gradient(135deg, rgba(var(--gals-color), 0.18), rgba(255, 255, 255, 0.06));
  border-bottom: 1px solid rgba(var(--gals-color), 0.35);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.cozmiq-header .header-pill .header-pill-left {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: start;
}
.cozmiq-header .header-pill .header-user-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background-color: transparent;
}
.cozmiq-header .header-pill .header-user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cozmiq-header .header-pill .header-pill-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cozmiq-header .header-pill .header-pill-right {
    gap: 5px;
  }
}
.cozmiq-header .header-pill .header-pill-right .cozmiq-bar {
  cursor: pointer;
}
.cozmiq-header .header-pill .header-pill-right .cozmiq-bar .cozmiq-icon-bar {
  padding: 10px 15px;
  border-radius: 6px;
  display: none;
}
.cozmiq-header .header-pill .header-pill-right .cozmiq-bar .cozmiq-icon-bar i {
  font-size: 20px;
  color: var(--brand-icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cozmiq-header .header-pill .header-pill-right .cozmiq-bar .cozmiq-icon-bar {
    display: block;
  }
  .cozmiq-header .header-pill .header-pill-right .cozmiq-bar .cozmiq-icon-bar .primary-nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .primary-nav {
    display: none;
  }
}
/* Brand (left side) */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
}
.brand__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--brand-icon-bg);
  color: var(--brand-icon-fg);
  display: inline-grid;
  place-items: center;
}
.brand__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.brand__name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

/* Space between brand and right controls */
.spacer {
  flex: 1 1 auto;
}

/* Cart (right text) */
.cart {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: transparent;
  border: 0;
  padding: 6px 8px;
  font: inherit;
  color: var(--muted);
  cursor: pointer;
}
.cart__label {
  font-size: 16px;
}
.cart__count {
  font-size: 16px;
}
.cart:hover {
  color: var(--text);
}
.cart:focus-visible {
  outline: 2px solid var(--border);
  outline-offset: 2px;
  border-radius: 8px;
}

/* Menu button (dark rounded square with two bars) */
.menu-btn {
  margin-left: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: var(--brand-icon-bg);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}
.menu-btn__bars, .menu-btn__bars::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--brand-icon-fg);
  border-radius: 2px;
}
.menu-btn__bars::before {
  margin-top: 6px; /* creates the bottom bar */
}
.menu-btn:hover {
  filter: brightness(1.05);
}
.menu-btn:active {
  transform: translateY(1px);
}
.menu-btn:focus-visible {
  outline: 2px solid var(--border);
  outline-offset: 2px;
}

/* Small screens */
@media (max-width: 560px) {
  .site-header {
    padding: 12px 12px;
  }
  .site-header .header-pill {
    padding: 12px 14px;
    border-radius: 16px;
  }
  .brand__name {
    font-size: 16px;
  }
  .cart__label, .cart__count {
    font-size: 14px;
  }
}
.primary-nav {
  margin-left: 16px;
}
.primary-nav .nav-list {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-nav a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 15px;
  color: var(--menu-color);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-family: var(--cq-portfolio-fonts-muli);
}
.primary-nav a:hover {
  color: var(--text);
  background: rgba(17, 19, 24, 0.04);
}
.primary-nav a.is-active {
  color: var(--text);
}

/* mobile panel */
.mobile-panel {
  position: fixed;
  inset: 0 0 0 auto; /* right side drawer */
  width: 280px;
  background: var(--surface);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 60;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-panel .mobile-nav {
  display: grid;
  gap: 8px;
}
.mobile-panel .m-link {
  padding: 12px 10px;
  border-radius: 10px;
  color: var(--text);
  text-decoration: none;
  background: rgba(17, 19, 24, 0.04);
}
.mobile-panel .m-link:hover {
  background: rgba(17, 19, 24, 0.08);
}
.mobile-panel.open {
  transform: translateX(0%);
}

/* responsive rules */
@media (max-width: 900px) {
  /* hide inline nav on small screens */
  .menu-btn {
    display: inline-grid;
  } /* use hamburger */
}
@media (min-width: 901px) {
  .mobile-panel {
    display: none;
  } /* no panel on desktop */
}
.cozmiq-header .header-pill .logo {
  width: 134px;
  height: 32px;
}
.cozmiq-header .header-pill .logo .brand {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.cozmiq-header .header-pill .logo .brand img {
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease;
}
.cozmiq-header .header-pill .logo .brand img:hover {
  transform: scale(0.95);
}

/* Fallback: browsers without backdrop-filter */
@supports not (backdrop-filter: blur(1px)) {
  .glass-header {
    background: rgba(var(--gals-color), 0.85);
  }
}
/* Optional: auto-tune for dark/light */
@media (prefers-color-scheme: light) {
  .glass-header {
    color: #0f172a;
    background: linear-gradient(135deg, rgba(var(--muted), 0.2), rgba(255, 255, 255, 0.45));
    border-bottom: 1px solid rgba(var(--muted), 0.25);
  }
}
.hero-btn {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hero-btn {
    flex-wrap: wrap;
  }
}
.hero-btn a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  color: var(--text);
  font-family: var(--cq-portfolio-fonts-muli);
  border-bottom: 1px solid var(--brand-icon-bg);
}
@media (max-width: 575px) {
  .hero-btn a {
    display: inline-block;
  }
}
.hero-btn a svg {
  transform: rotate(-45deg);
  transition: 0.4s;
}
.hero-btn a:hover svg {
  transform: rotate(0deg);
}

/* Overlay */
.cozmiq-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease;
  z-index: 1000;
}

.cozmiq-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* Offcanvas panel */
.cozmiq-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 320px;
  max-width: 92vw;
  background: #fff;
  color: #111;
  box-shadow: 8px 0 30px rgba(0, 0, 0, 0.15);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
.cozmiq-offcanvas .offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid #eee;
}
.cozmiq-offcanvas .offcanvas-title {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  max-width: 134px;
  width: 100%;
  height: 32px;
  object-fit: contain;
}
.cozmiq-offcanvas .offcanvas-title img {
  width: 100%;
  height: 100%;
}
.cozmiq-offcanvas .offcanvas-close {
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
}
.cozmiq-offcanvas .offcanvas-close:focus {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}
.cozmiq-offcanvas .offcanvas-body {
  overflow: auto;
}
.cozmiq-offcanvas .offcanvas-nav a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #111;
  font-family: var(--cq-portfolio-fonts-muli);
  border-bottom: 1px solid var(--border);
  transition: 0.4s;
}
.cozmiq-offcanvas .offcanvas-nav a:hover {
  background-color: var(--brand-icon-bg);
  color: var(--brand-icon-bg);
}
.cozmiq-offcanvas .offcanvas-nav a:hover {
  background: #f4f4f5;
}

.cozmiq-offcanvas.is-open {
  transform: translateX(0);
}

a,
button,
input,
textarea,
select,
[role=button],
.cursor-hover {
  cursor: none;
}

.mouseCursor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2147483647;
}

.cursor-outer,
.cursor-inner {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* sizes */
.cursor-outer {
  width: 36px;
  height: 36px;
}

.cursor-inner {
  width: 12px;
  height: 12px;
}

/* visuals */
.cursor-outer .ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 1px solid #083c31;
  background: rgba(6, 78, 59, 0.55);
  box-shadow: 0 0 0 3px rgba(6, 78, 59, 0.15) inset, 0 0 10px rgba(6, 78, 59, 0.25);
}

.cursor-inner .dot {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: #2ef5a2;
  box-shadow: 0 0 12px rgba(46, 245, 162, 0.95);
}

/* === Infinite moving layer (SVG line) === */
.sweep {
  position: absolute;
  inset: 0;
}

.sweep svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(-90deg);
}

.sweepCircle {
  fill: none;
  stroke: #2ef5a2;
  stroke-opacity: 0.85;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 26 280;
  animation: dashMove 1.2s linear infinite;
}

@keyframes dashMove {
  to {
    stroke-dashoffset: -306;
  }
}
/* === Dot status: infinite pulse + ripple === */
.dot {
  animation: dotPulse 1.1s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 12px rgba(46, 245, 162, 0.9);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 18px rgb(46, 245, 162);
  }
}
.dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  border: 2px solid rgba(46, 245, 162, 0.9);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.8;
  animation: ripple 1.2s ease-out infinite;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.8);
    opacity: 0;
  }
}
/* hover & click */
.hover .cursor-outer {
  width: 44px;
  height: 44px;
}

.down .dot {
  transform: scale(0.9);
}

/* accessibility */
@media (pointer: coarse) {
  .mouseCursor {
    display: none;
  }
  html, body, a, button {
    cursor: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sweepCircle, .dot, .dot::after {
    animation: none !important;
  }
}
@keyframes plx-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes plx-slide {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(300%);
  }
}
@keyframes plx-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.plx-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plx-loader {
  --plx-bg: #0b1020;
  --plx-scrim: rgba(0, 0, 0, 0.5);
  --plx-card: rgba(255, 255, 255, 0.06);
  --plx-border: rgba(255, 255, 255, 0.12);
  --plx-text: #ffffff;
  --plx-muted: rgba(255, 255, 255, 0.72);
  --plx-ring1: #6366f1;
  --plx-ring2: #3b82f6;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  background: var(--plx-bg);
}
.plx-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.plx-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(30rem 30rem at 20% 20%, rgba(255, 255, 255, 0.08), transparent 60%), linear-gradient(180deg, var(--plx-scrim), var(--plx-scrim));
}
@supports (background: color-mix(in srgb, #000 50%, #fff)) {
  .plx-loader::before {
    background: radial-gradient(30rem 30rem at 20% 20%, rgba(255, 255, 255, 0.08), transparent 60%), radial-gradient(24rem 24rem at 80% 30%, color-mix(in srgb, var(--plx-ring2) 25%, transparent), transparent 60%), radial-gradient(16rem 16rem at 70% 80%, color-mix(in srgb, var(--plx-ring1) 28%, transparent), transparent 60%), linear-gradient(180deg, var(--plx-scrim), var(--plx-scrim));
  }
}
.plx-loader__card {
  position: relative;
  width: min(92vw, 480px);
  border-radius: 16px;
  border: 1px solid var(--plx-border);
  background: var(--plx-card);
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}
.plx-loader__spinner {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}
.plx-loader__spinner .plx-loader__base {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.14);
}
.plx-loader__spinner .plx-loader__rotor {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: var(--plx-ring1);
  border-right-color: var(--plx-ring2);
  animation: plx-spin 1.2s linear infinite;
}
.plx-loader__message {
  color: var(--plx-text);
  text-align: center;
  font-weight: 600;
  margin: 8px 0 2px;
  font-family: var(--cq-portfolio-fonts-muli);
  font-size: 18px;
}
.plx-loader__subtext {
  color: var(--plx-muted);
  text-align: center;
  margin: 0;
  font-family: var(--cq-portfolio-fonts-muli);
  font-size: 16px;
}
.plx-loader__progress {
  height: 8px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
}
.plx-loader__progress .plx-loader__bar {
  height: 100%;
  width: 33%;
  background: linear-gradient(90deg, var(--plx-ring1), var(--plx-ring2));
  border-radius: 999px;
  animation: plx-slide 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.plx-loader__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.plx-loader__dots > span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  animation: plx-bounce 0.9s ease-in-out infinite;
}
.plx-loader__dots > span:nth-child(2) {
  animation-delay: 0.15s;
}
.plx-loader__dots > span:nth-child(3) {
  animation-delay: 0.3s;
}
.plx-loader--inline {
  position: absolute;
  inset: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plx-loader--no-blur__card {
  backdrop-filter: none;
}
.plx-loader--light {
  --plx-bg: #f6f7fb;
  --plx-scrim: rgba(255,255,255,.7);
  --plx-card: rgba(255,255,255,.9);
  --plx-border: rgba(0,0,0,.08);
  --plx-text: #0b1020;
  --plx-muted: rgba(0,0,0,.65);
}

@media (prefers-reduced-motion: reduce) {
  .plx-loader__dots > span,
  .plx-loader__progress .plx-loader__bar,
  .plx-loader__spinner .plx-loader__rotor {
    animation: none !important;
  }
}
.about-hero {
  background: var(--bg);
}
.about-hero__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: clamp(24px, 5vw, 56px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-hero__wrap {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.about-hero {
  /* Left */
}
.about-hero__text {
  font-family: var(--cq-portfolio-fonts-muli);
}
.about-hero .eyebrow {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--muted);
}
@keyframes hand-wave {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(12deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(6deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.about-hero__title {
  margin: 0 0 24px;
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: var(--cq-portfolio-fonts-muli);
  font-size: 64px;
  color: var(--text);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-hero__title {
    font-size: 54px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-hero__title {
    font-size: 45px;
    line-height: 52px;
  }
}
.about-hero__title .wave {
  margin-right: 12px;
  display: inline-block;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  display: inline-block;
  transform-origin: 70% 70%;
  animation: hand-wave 2.2s ease-in-out infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-hero__title .wave {
    max-width: 50px;
    max-height: 50px;
  }
}
.about-hero__title .wave img {
  width: 100%;
  height: 100%;
  vertical-align: unset;
}
.about-hero__title .nowrap {
  white-space: nowrap;
}
.about-hero__desc {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-hero__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-hero {
  /* Right */
}
.about-hero__visual {
  position: relative;
  min-height: 460px; /* creates room for floating chips */
}

/* Profile card */
.profile-card {
  position: absolute;
  inset: auto 0 0 26%;
  transform: translateX(-20%) rotate(6deg);
  width: 336px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow), 0 24px 60px rgba(16, 24, 40, 0.1);
  border-radius: 14px;
  padding: 12px 12px 16px;
  display: grid;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .profile-card {
    transform: translateX(0) rotate(0deg);
    width: 100%;
    margin-top: 15px;
    inset: 0;
  }
}
.profile-card__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.profile-card__pin {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 25px;
  right: 25px;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(16, 24, 40, 0.15) inset;
}

/* Availability pill */
.availability {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow);
  justify-self: center;
}
.availability__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #65d56e, #27b34a);
  box-shadow: 0 0 0 2px #e5f6ea inset;
  display: inline-block;
}
.availability__text {
  color: #5b6470;
  font-size: 14px;
  font-family: var(--cq-portfolio-fonts-muli);
}

/* Floating chips / badges */
.chip {
  --chip-bg: #dbeafe;
  --chip-border: rgba(0,0,0,.07);
  --chip-text: #2563eb;
  --chip-shadow: 0 10px 24px rgba(16, 24, 40, .14);
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--chip-bg);
  color: var(--chip-text);
  border: 1px solid var(--chip-border);
  box-shadow: var(--chip-shadow);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}
.chip .chip__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chip {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .chip {
    display: none;
  }
}

/* Individual chip themes + placement */
.chip--ux {
  --chip-bg: linear-gradient(180deg, #dbe8ff, #c7e1ff);
  --chip-text: #4f7ddd;
  top: 10px;
  left: -10px;
  transform: translate(-10%, -35%) rotate(-6deg);
}

.chip--icons {
  --chip-bg: linear-gradient(180deg, #ffe1cc, #ffd1bd);
  --chip-text: #f97316;
  right: -14px;
  top: 60px;
}

.chip--brand {
  --chip-bg: linear-gradient(180deg, #ffe9b8, #ffd689);
  --chip-text: #d97706;
  right: -28px;
  top: 148px;
}

.chip--web {
  --chip-bg: linear-gradient(180deg, #efe0ff, #e1d2ff);
  --chip-text: #7c3aed;
  bottom: 40px;
  right: -24px;
  transform: rotate(10deg);
}

/* small rotation helpers (like screenshot) */
.rotate--4 {
  transform: rotate(-4deg);
}

.rotate--8 {
  transform: rotate(-8deg);
}

.rotate-8 {
  transform: rotate(8deg);
}

.category-1 {
  top: 41px;
  left: 36px;
  z-index: 2;
  color: #78ABEF;
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 500;
}

.category-2 {
  right: 12px;
  top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-2 {
    z-index: 9;
    right: 10px;
  }
}

.category-3 {
  right: -43px;
  top: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-3 {
    z-index: 9;
    right: 10px;
  }
}

.category-4 {
  bottom: 100px;
  right: -30px;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-4 {
    z-index: 9;
    right: 10px;
  }
}

.portfolio-strip .swiper {
  position: relative;
}
.portfolio-strip .swiper .swiper-wrapper .swiper-slide {
  width: 380px;
  height: 310px;
  border-radius: 32px;
  object-fit: cover;
}
.portfolio-strip .swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-strip .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-strip .swiper .left-shadow {
  background-image: linear-gradient(90deg, var(--bg), transparent);
  width: 35%;
  position: absolute;
  inset: 0% auto 0% 0%;
  z-index: 9;
}
.portfolio-strip .swiper .right-shadow {
  background-image: linear-gradient(270deg, var(--bg), transparent);
  width: 35%;
  position: absolute;
  inset: 0% 0% 0% auto;
  z-index: 9;
}

.about {
  background: var(--bg);
  color: var(--text);
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about {
    padding: 60px 20px 60px;
  }
}
.about__container {
  margin: 0 auto;
  max-width: var(--container);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__container {
    grid-template-columns: 1fr;
    align-items: center;
  }
}
.about {
  /* Image stack */
}
.about__images {
  position: relative;
  min-height: 420px;
}
@media (min-width: 900px) {
  .about__images {
    min-height: 520px;
  }
}
.about .card-frame {
  position: absolute;
  width: 355px;
  inset: auto;
  background: var(--surface);
  transform-origin: center;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow), 0 24px 60px rgba(16, 24, 40, 0.1);
  border-radius: 14px;
  padding: 12px 12px 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about .card-frame {
    position: relative;
    width: 100%;
  }
}
.about .card-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
}
.about .card-frame__dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--surface);
  border-radius: 50%;
  top: 25px;
  right: 25px;
  box-shadow: 0 0 0 3px var(--surface);
}
.about .card-frame--a {
  left: 50px;
  top: 0px;
  transform: rotate(6deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .card-frame--a {
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about .card-frame--a {
    transform: rotate(0);
    left: 0;
  }
}
.about .card-frame--b {
  right: 60px;
  bottom: -150px;
  transform: rotate(-12deg);
  width: 355px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .card-frame--b {
    bottom: 63px;
    right: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .card-frame--b {
    bottom: 0;
    right: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about .card-frame--b {
    transform: rotate(0);
    bottom: 0;
    width: 100%;
    right: 0;
  }
}
.about {
  /* Copy */
}
.about__content {
  max-width: 640px;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .about__content {
    margin-inline: 0;
  }
}
.about__title {
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 64px;
  line-height: 1.1;
  margin: 0 0 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__title {
    font-size: 45px;
  }
}
.about__lead {
  font-size: 24px;
  color: var(--text);
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 36px;
  max-width: 500px;
  font-family: var(--cq-portfolio-fonts-muli);
}
.about__lead strong {
  font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__lead {
    font-size: 20px;
  }
}
.about__location {
  white-space: nowrap;
}
.about__location img {
  background-size: cover;
  width: 72px;
  min-width: 72px;
  height: 46px;
  display: inline-flex;
  transform: translate(4px, 0px) rotate(-4deg);
}
.about__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: var(--brand-icon-bg);
  color: var(--brand-icon-fg);
}
.about__badge svg {
  display: block;
}
.about__text {
  color: var(--muted);
  font-size: 24px;
  line-height: 1.7;
  margin: 0 0 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__text {
    font-size: 20px;
  }
}

/* Feature list */
.feature-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.feature-list .feature {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  color: var(--muted);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .feature-list .feature {
    font-size: 20px;
  }
}
.feature-list .feature img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

/* Motion preferences */
@media (prefers-reduced-motion: reduce) {
  .project-card, .btn-pill {
    transition: none;
  }
}
.social-media .socail-media-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .social-media .socail-media-wrapper {
    flex-direction: column;
  }
}
.social-media .socail-media-wrapper .socail-media-left span {
  color: #565656;
  font-size: 18px;
  font-family: var(--cq-portfolio-fonts-muli);
  line-height: 27px;
}
.social-media .socail-media-wrapper .socail-media-right ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .social-media .socail-media-wrapper .socail-media-right ul {
    gap: 10px;
  }
}
.social-media .socail-media-wrapper .socail-media-right ul li a {
  display: inline-block;
  color: #565656;
  font-size: 18px;
  font-family: var(--cq-portfolio-fonts-muli);
  line-height: 27px;
  border-bottom: 1px solid #000;
}
.social-media .socail-media-wrapper .socail-media-right ul li a:hover {
  color: #000;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .social-media .socail-media-wrapper .socail-media-right ul li a {
    font-size: 14px;
  }
}

/* Partners / Logos Section — CSS-only infinite autoplay with container overflow hidden */
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .partners {
    margin-top: 0px;
  }
}
.partners > .container {
  position: relative;
  overflow: hidden;
}
.partners__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--muted);
  margin: 0 0 20px;
  display: inline-block;
}
.partners__grid {
  --slide-size: clamp(180px, 26vw, 260px);
  --gap: 12px;
  --speed: 40s;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  will-change: transform;
  animation: right-marquee var(--speed) linear infinite;
}
.partners__grid:hover {
  animation-play-state: paused;
}
@media (max-width: 420px) {
  .partners__grid {
    --slide-size: clamp(200px, 80vw, 260px);
    --gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partners__grid {
    animation: none;
    transform: none;
  }
}
.partners__item {
  min-width: 0;
  flex: 0 0 var(--slide-size);
}
.partners {
  /* Card */
}
.partners .partner-card {
  display: block;
  position: relative;
  border-radius: var(--radius);
  background: #2B2E34;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  will-change: transform;
  overflow: clip;
  min-height: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .partner-card:hover, .partners .partner-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 2px 2px rgba(16, 24, 40, 0.06), 0 8px 24px rgba(16, 24, 40, 0.1);
  border-color: color-mix(in oklab, var(--border), var(--text) 14%);
}
.partners .partner-card:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px color-mix(in oklab, var(--text), transparent 70%), 0 8px 24px rgba(16, 24, 40, 0.12);
}
.partners .partner-card__media {
  display: grid;
  place-items: center;
  width: 100%;
}
.partners .partner-card img {
  max-width: min(80%, 380px);
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.03));
  transition: scale 0.25s ease;
}
.partners .partner-card:hover img {
  scale: 1.02;
}
.partners .partner-card {
  /* Subtle divider option for very light UIs */
}
.partners .partner-card .partners__grid .partner-card {
  background: #2B2E34;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.partners .partner-card .logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}
.partners .partner-card .logos:before, .partners .partner-card .logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}
.partners .partner-card .logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}
.partners .partner-card .logos:hover .logo_items {
  animation-play-state: paused;
}
.partners .partner-card .logo_items img {
  height: 100px;
  border-radius: 20px;
}
@keyframes partners-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes right-marquee {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* ====== Projects Section ====== */
.projects__inner {
  width: var(--container);
  margin-inline: auto;
}
.projects {
  /* Header: title + pill button */
}
.projects__header {
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .projects__header {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.projects__title {
  font-size: 64px;
  font-weight: 500;
  margin: 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .projects__title {
    font-size: 45px;
  }
}
.projects {
  /* List wrapper */
}
.projects__list {
  display: grid;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.projects__item {
  min-width: 0;
  position: sticky;
  top: 0;
  background-color: var(--bg);
}
.projects__item:nth-child(1) {
  top: 10%;
}
.projects__item:nth-child(2) {
  top: 15%;
}
.projects__item:nth-child(3) {
  top: 20%;
}

/* ====== Pill Button ====== */
.btn-pill {
  --pill-bg: var(--brand-icon-bg);
  --pill-fg: var(--brand-icon-fg);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, var(--border), transparent 30%);
  background: radial-gradient(120% 120% at 100% 0, rgba(255, 255, 255, 0.06), transparent 50%), var(--pill-bg);
  color: var(--pill-fg);
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  font-size: 18px;
  font-family: var(--cq-portfolio-fonts-muli);
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 2px rgba(16, 24, 40, 0.06), 0 10px 24px rgba(16, 24, 40, 0.12);
  color: var(--pill-fg);
}
.btn-pill:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px rgba(17, 19, 24, 0.5);
  color: var(--pill-fg);
}
.btn-pill__icon {
  flex: 0 0 auto;
  color: var(--components--buttons-primary--text--text-dark-mode);
  background-image: linear-gradient(225deg, #ffe254 16%, #ffba49 45%, #ffbb53 84%);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-weight: 600;
  box-shadow: inset 0 -1px 0.7px #f178ae, inset 2px -4px 4px rgba(233, 113, 95, 0.6), inset -2px 2px 1.6px rgba(255, 246, 181, 0.4), inset 0 -1px 3px rgba(243, 110, 126, 0.5019607843);
  transform: rotate(-45deg);
  color: var(--brand-icon-bg);
}

/* ====== Card ====== */
.project-card {
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  overflow: clip;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 2px rgba(16, 24, 40, 0.06), 0 12px 28px rgba(16, 24, 40, 0.12);
  border-color: color-mix(in oklab, var(--border), var(--text) 10%);
}
.project-card:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px color-mix(in oklab, var(--text), transparent 70%), 0 12px 28px rgba(16, 24, 40, 0.16);
}
.project-card__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  align-items: stretch;
  padding: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-card__grid {
    gap: 0;
  }
}
.project-card {
  /* Left: text block */
}
.project-card__body {
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card__body {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-card__body {
    padding: 0px;
  }
}
.project-card__title {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-card__title {
    font-size: 32px;
    margin-top: 10px;
  }
}
.project-card__meta {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 6px 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
.project-card__desc {
  font-size: 18px;
  font-weight: 500;
  color: var(--muted);
  margin: 0;
  max-width: 42ch;
  font-family: var(--cq-portfolio-fonts-muli);
}
.project-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 18px;
  color: var(--text);
  font-family: var(--cq-portfolio-fonts-muli);
}
.project-card__link svg {
  transform: rotate(-45deg);
  font-size: 24px;
}
.project-card {
  /* Right: image block */
}
.project-card__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  background: radial-gradient(120% 120% at 80% 0%, rgba(99, 102, 241, 0.15), transparent 50%), radial-gradient(120% 120% at 0% 100%, rgba(14, 165, 233, 0.15), transparent 55%), var(--surface);
  height: 556px;
  width: 630px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-card__media {
    height: 400px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-card__media {
    height: 100%;
    width: 100%;
    background: unset;
  }
}
.project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

/* Stack card on small screens */
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-card__grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .project-card__media {
    order: -1; /* image on top */
  }
}
.services .services__header h2 {
  font-size: 64px;
  text-align: center;
  color: var(--brand-icon-bg);
  font-weight: 500;
  line-height: 71px;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services .services__header h2 {
    font-size: 45px;
    line-height: 54px;
  }
}
.services .services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services .services__grid {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services .services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services .services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .services .services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services .services__grid .service-card {
  box-shadow: 0 2px 2px rgba(16, 24, 40, 0.06), 0 10px 24px rgba(16, 24, 40, 0.12);
  padding: 24px;
  border-radius: 12px;
  transition: 0.4s;
}
.services .services__grid .service-card:hover {
  background-color: var(--brand-icon-bg);
  color: var(--brand-icon-fg);
}
.services .services__grid .service-card:hover .service-card__list li {
  color: var(--bg);
}
.services .services__grid .service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .services__grid .service-card__top .service-card__title {
  font-size: 30px;
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 500;
  line-height: 38px;
}
.services .services__grid .service-card__top .service-card__icon {
  width: 56px;
  height: 56px;
}
.services .services__grid .service-card__top .service-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .services__grid .service-card__list {
  list-style: none;
  margin-top: 100px;
}
.services .services__grid .service-card__list li {
  color: var(--muted);
  font-size: 18px;
  line-height: 23px;
  border-bottom: 1px solid var(--muted, 0.4);
  font-family: var(--cq-portfolio-fonts-muli);
  padding: 7px 0;
}

.Recent-work-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Recent-work-heading {
    flex-direction: column;
  }
}
.Recent-work-heading .section-title h2 {
  font-size: 64px;
  text-align: center;
  color: var(--brand-icon-bg);
  font-weight: 500;
  line-height: 71px;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Recent-work-heading .section-title h2 {
    font-size: 45px;
    line-height: 54px;
  }
}
.Recent-work-heading .recent-slide-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.Recent-work-heading .recent-slide-btn button {
  border: 1px solid #333;
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--text);
  font-size: 18px;
  transition: 0.4s;
  font-weight: 500;
}
.Recent-work-heading .recent-slide-btn button:hover {
  background-color: var(--text);
  color: var(--brand-icon-fg);
}
.Recent-work-slider {
  margin-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Recent-work-slider {
    margin-top: 30px;
  }
}
.Recent-work-slider .single-work-item {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--border);
  display: inline-block;
  transition: transform 0.5s ease;
  background-color: #FCFCFC;
  box-shadow: var(--shadow);
}
.Recent-work-slider .single-work-item a .work-image {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.Recent-work-slider .single-work-item a .work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: 0.4s;
}
.Recent-work-slider .single-work-item a .work-content {
  padding: 24px 24px 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Recent-work-slider .single-work-item a .work-content {
    padding: 20px 10px 10px;
  }
}
.Recent-work-slider .single-work-item a .work-content h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--brand-icon-bg);
  font-family: var(--cq-portfolio-fonts-muli);
  text-transform: capitalize;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Recent-work-slider .single-work-item a .work-content h3 {
    font-size: 26px;
  }
}
.Recent-work-slider .single-work-item a .work-content .desc {
  font-size: 18px;
  color: var(--muted);
  font-family: var(--cq-portfolio-fonts-muli);
}
.Recent-work-slider .single-work-item a .work-content .quate-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.Recent-work-slider .single-work-item a .work-content .quate-btn span.qute {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 6px 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
.Recent-work-slider .single-work-item a .work-content .quate-btn span {
  font-size: 18px;
  color: var(--brand-icon-bg);
  margin: 0 0 6px 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
.Recent-work-slider .single-work-item a .work-content .quate-btn span i {
  margin-right: 5px;
  transform: rotate(-45deg);
}
.Recent-work-slider .single-work-item a:hover h3 {
  color: var(--muted);
}
.Recent-work-slider .single-work-item a:hover .work-image img {
  transform: scale(1.1);
}
.Recent-work .cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Recent-work .cta-row {
    justify-content: center;
    margin-top: 8px;
  }
}

.recent-work-container {
  max-width: 1360px;
}

.calendar .calendar__header h2 {
  font-size: 64px;
  text-align: center;
  color: var(--brand-icon-bg);
  font-weight: 500;
  line-height: 71px;
  font-family: var(--cq-portfolio-fonts-muli);
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .calendar .calendar__header h2 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
.calendar .calendar__grid {
  padding: 100px 50px 50px;
  border-radius: 20px;
  border: 1px solid var(--border);
  display: block;
  transition: transform 0.5s ease;
  background-color: #FCFCFC;
  box-shadow: var(--shadow);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .calendar .calendar__grid {
    padding: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .calendar .calendar__grid {
    padding: 20px;
  }
}
.calendar .calendar__grid .cal-embed span {
  display: none;
}

/* ============ Section ============ */
.cozmiq-price .pricing-wrapper {
  padding: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cozmiq-price .pricing-wrapper {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cozmiq-price .pricing-wrapper {
    padding: 2px;
  }
}
.cozmiq-price {
  /* ===== Top layout ===== */
}
.cozmiq-price .price__layout {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cozmiq-price .price__layout {
    grid-template-columns: 1fr;
  }
}
.cozmiq-price {
  /* ===== Left column ===== */
}
.cozmiq-price .price__left {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
}
.cozmiq-price .promo {
  position: absolute;
  background: linear-gradient(180deg, #111 0%, #1a1a1a 100%);
  border-radius: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 6px 18px rgba(0, 0, 0, 0.25), 0 22px 36px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 30px;
  width: 490px;
  height: 230px;
  top: 40px;
  left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cozmiq-price .promo {
    top: 30px;
    left: 30px;
    height: 220px;
    width: 425px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cozmiq-price .promo {
    padding: 22px;
    width: 346px;
    height: 230px;
    top: 30px;
    left: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cozmiq-price .promo {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }
}
.cozmiq-price .promo .promo__flag {
  background: #fff;
  color: #111;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.cozmiq-price .promo .promo__art {
  width: 110px;
  height: 110px;
  position: absolute;
  right: 24px;
  top: 18px;
  border-radius: 20px;
  background: radial-gradient(60% 60% at 50% 50%, #777 0%, #333 65%, transparent 66%), linear-gradient(145deg, #9b9b9b 0%, #3f3f3f 60%, #1d1d1d 100%);
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.35));
  transform: rotate(25deg);
}
.cozmiq-price .promo .promo__heading {
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(18px, 3vw, 22px);
  margin: 74px 0 6px;
  opacity: 0.96;
}
.cozmiq-price .left-copy {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.cozmiq-price .left-copy .status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-price .left-copy .status .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1ebb3f;
  box-shadow: 0 0 0 4px rgba(30, 187, 63, 0.18);
  position: relative;
  display: inline-block;
  outline: none;
}
.cozmiq-price .left-copy .status .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(30, 187, 63, 0.45);
  animation: ripple 1.8s ease-out infinite;
}
.cozmiq-price .left-copy .left-copy__title {
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.02em;
  margin: 14px 0 6px;
  color: var(--text);
}
.cozmiq-price .left-copy .left-copy__sub {
  color: var(--text);
  margin: 0;
  font-size: 14px;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-price {
  /* ===== Right subscription card ===== */
}
.cozmiq-price .price-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius-lg) + 2px);
  box-shadow: var(--shadow);
  padding: 32px;
}
@media (max-width: 575px) {
  .cozmiq-price .price-card {
    padding: 20px;
  }
}
.cozmiq-price .price-card .card__head {
  margin-bottom: 12px;
}
.cozmiq-price .price-card .card__title {
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.02em;
  margin: 14px 0 6px;
  color: var(--text);
}
.cozmiq-price .price-card .card__desc {
  color: var(--text);
  margin: 0;
  font-size: 14px;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-price .price-card .card__rule {
  border: none;
  margin: 16px 0 18px;
  display: inline-block;
  background: var(--menu-color);
  height: 1px;
  width: 100%;
}
.cozmiq-price .price-card .card__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.cozmiq-price .price-card .card__price .amount {
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 400;
  font-size: clamp(34px, 6vw, 48px);
  letter-spacing: -0.02em;
  color: #000;
}
.cozmiq-price .price-card .card__price .per {
  color: var(--menu-color);
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-price .features {
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
  display: grid;
  gap: 12px;
}
.cozmiq-price .features--split {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cozmiq-price .features {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cozmiq-price .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cozmiq-price .features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cozmiq-price .features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-price .card__cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.cozmiq-price .card__cta .brand-faint {
  color: #bdbdbd;
  font-weight: 700;
}
.cozmiq-price .btn {
  --h: 46px;
  height: var(--h);
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.06s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-price .btn:active {
  transform: translateY(1px);
}
.cozmiq-price .btn--primary {
  background: #000;
  color: #fff;
  border-color: #000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.cozmiq-price .btn--primary .stripe-ball {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.cozmiq-price .btn--primary:hover {
  background: #0b0b0b;
}
.cozmiq-price .btn--ghost {
  background: #fff;
  color: #111;
  border-color: #000;
  font-weight: 700;
  padding: 0 18px;
}
.cozmiq-price .btn--ghost:hover {
  background: #f9f9f9;
}
.cozmiq-price {
  /* ===== Bottom dark band ===== */
}
.cozmiq-price .single {
  margin-top: 10px;
  background: #000;
  color: #fff;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25), 0 12px 22px rgba(0, 0, 0, 0.28);
  padding: 32px;
}
.cozmiq-price .single .single-warper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cozmiq-price .single .single-warper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cozmiq-price .single .single-warper {
    grid-template-columns: 1fr;
  }
}
.cozmiq-price .single .single__title {
  margin: 0 0 8px;
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
}
.cozmiq-price .single .single__desc {
  font-family: var(--cq-portfolio-fonts-muli);
  margin: 0;
  color: #dcdcdc;
}
.cozmiq-price .single .single__desc .muted {
  color: #b7b7b7;
}
.cozmiq-price .single .single__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media (max-width: 575px) {
  .cozmiq-price .single .single__features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cozmiq-price .single .single__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.cozmiq-price .single .single__features .i--check {
  width: 18px;
  height: 18px;
  background: var(--gals-color);
  border-radius: 50%;
  position: relative;
}
.cozmiq-price .single .single__features .i--check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}
.cozmiq-price .single .single__cta {
  font-size: 14px;
  justify-self: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cozmiq-price .single .single__cta {
    justify-self: start;
  }
}
.cozmiq-price .single .receipt {
  font-size: 14px;
  margin-right: 6px;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 187, 63, 0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(30, 187, 63, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 187, 63, 0);
  }
}
.experience-section .section-title {
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  font-family: var(--cq-portfolio-fonts-muli);
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience-section .section-title {
    font-size: 40px;
  }
}
.experience-section .exp-list {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-section .exp-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-section .exp-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience-section .exp-list {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.experience-section .exp-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.experience-section .exp-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 2px rgba(16, 24, 40, 0.06), 0 6px 16px rgba(16, 24, 40, 0.1);
}
.experience-section .exp-left {
  min-width: 0;
}
.experience-section .company {
  color: var(--text);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 4px;
  font-family: var(--cq-portfolio-fonts-muli);
}
.experience-section .role {
  color: var(--muted);
  font-size: 0.94rem;
  font-family: var(--cq-portfolio-fonts-muli);
}
.experience-section .exp-right .dates {
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media (max-width: 576px) {
  .experience-section .exp-item {
    flex-wrap: wrap;
  }
  .experience-section .exp-right {
    width: 100%;
    text-align: right;
    margin-top: 6px;
  }
}

.experience-section .exp-item {
  position: relative;
}
.experience-section .exp-item::after {
  content: "";
  position: absolute;
  inset-inline-start: 6px;
  inset-block: auto 6px;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gals-color), var(--singe-color));
  opacity: 0;
}
.experience-section .exp-item:hover::after {
  opacity: 0.8;
}

.experience-section .desc {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 6px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--cq-portfolio-fonts-muli);
}
.experience-section .role + .desc {
  margin-top: 6px;
}

/* assumes your variables exist in :root */
.cozmiq-faq .faq-title {
  font-size: 64px;
  font-weight: 500;
  margin: 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-faq .faq-title .muted {
  color: var(--muted);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cozmiq-faq .faq-title {
    font-size: 45px;
  }
}
.cozmiq-faq {
  /* LEFT: FAQ */
}
.cozmiq-faq .faq-list {
  display: grid;
  gap: 14px;
}
.cozmiq-faq .faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cozmiq-faq .faq-item:hover {
  transform: translateY(-2px);
}
.cozmiq-faq .faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid transparent;
}
.cozmiq-faq .faq-item summary::-webkit-details-marker {
  display: none;
}
.cozmiq-faq .faq-item summary {
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-faq .faq-item .faq-number {
  color: var(--muted);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  min-width: 2ch;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-faq .faq-item .faq-question {
  color: var(--text);
  font-weight: 700;
  flex: 1 1 auto;
  font-size: 1.02rem;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-faq .faq-item .faq-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  flex: 0 0 24px;
}
.cozmiq-faq .faq-item .faq-toggle::before,
.cozmiq-faq .faq-item .faq-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.cozmiq-faq .faq-item .faq-toggle::before {
  transform: rotate(90deg);
}
.cozmiq-faq .faq-item .faq-toggle::after {
  transform: none;
}
.cozmiq-faq .faq-item .faq-answer {
  padding: 0 18px;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, padding 0.25s ease;
}
.cozmiq-faq .faq-item .faq-answer p {
  color: var(--muted);
  margin: 12px 0 16px;
  line-height: 1.6;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-faq .faq-item[open] summary {
  border-bottom-color: var(--border);
}
.cozmiq-faq .faq-item[open] .faq-toggle::before {
  opacity: 0;
  transform: rotate(0deg);
}
.cozmiq-faq .faq-item[open] .faq-answer {
  padding: 10px 18px 16px;
  max-height: 320px;
  opacity: 1;
  transform: none;
}
.cozmiq-faq {
  /* RIGHT: INFO CARD */
}
.cozmiq-faq .faq-aside {
  position: relative;
}
@media (min-width: 992px) {
  .cozmiq-faq .faq-aside {
    position: sticky;
    top: 24px;
  }
}
.cozmiq-faq .info-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 22px;
}
.cozmiq-faq .info-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-direction: column;
}
.cozmiq-faq .avatar {
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 3px var(--border);
}
.cozmiq-faq .info-title {
  font-family: var(--cq-portfolio-fonts-muli);
  color: var(--text);
  font-weight: 800;
  line-height: 1.1;
}
.cozmiq-faq .info-title .muted {
  color: var(--muted);
  font-weight: 700;
}
.cozmiq-faq .info-desc {
  color: var(--muted);
  margin-top: 6px;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-faq .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 10px 16px;
  background: var(--brand-icon-bg);
  color: var(--brand-icon-fg);
  border: 1px solid var(--brand-icon-bg);
  border-radius: 24px;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), 0 0.8px 0.8px -1px rgba(0, 0, 0, 0.33), 0 25px 25px -12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cozmiq-faq .btn-cta:hover {
  transform: translateY(-1px);
}
.cozmiq-faq .btn-icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 16px;
}
.cozmiq-faq .btn-icon::before,
.cozmiq-faq .btn-icon::after {
  content: "";
  position: absolute;
  inset: auto;
  background: var(--brand-icon-fg);
  border-radius: 2px;
}
.cozmiq-faq {
  /* simple calendar glyph */
}
.cozmiq-faq .btn-icon::before {
  width: 16px;
  height: 12px;
  top: 2px;
  left: 0;
  box-shadow: inset 0 0 0 2px var(--brand-icon-fg);
  background: transparent;
}
.cozmiq-faq .btn-icon::after {
  width: 16px;
  height: 2px;
  top: 2px;
  left: 0;
}
.cozmiq-faq .brand-hint {
  color: var(--menu-color);
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.cozmiq-faq {
  /* accessibility */
}
@media (prefers-reduced-motion: reduce) {
  .cozmiq-faq .faq-item, .cozmiq-faq .faq-answer, .cozmiq-faq .faq-toggle::before, .cozmiq-faq .faq-toggle::after, .cozmiq-faq .btn-cta {
    transition: none !important;
  }
}

#cozmiq-faq.cozmiq-faq {
  overflow: visible;
}
@media (min-width: 992px) {
  #cozmiq-faq.cozmiq-faq .row.g-4 {
    align-items: stretch !important;
  }
  #cozmiq-faq.cozmiq-faq .faq-aside {
    position: sticky;
    top: 40%;
    align-self: start;
  }
}

/* Safety: prevent accidental clipping on common ancestors */
#cozmiq-faq .container,
#cozmiq-faq .row,
#cozmiq-faq .col-lg-4 {
  overflow: visible;
}

/* Grid inside Bootstrap container */
.t-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .t-grid {
    grid-template-columns: 1fr;
    gap: var(--gap);
  }
}

/* Left side */
.title-stack {
  display: grid;
  align-content: start;
  gap: 24px;
  padding-left: clamp(0px, 2vw, 8px);
}
.title-stack h2 {
  font-size: 64px;
  font-weight: 500;
  margin: 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-stack h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-stack h2 {
    font-size: 45px;
  }
}
.title-stack .cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-stack .cta-row {
    justify-content: center;
    margin-top: 8px;
  }
}

/* Arrow buttons */
.nav-btn {
  --size: 48px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--border);
  background: var(--surface);
  font-family: var(--cq-portfolio-fonts-muli);
  border-radius: 999px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.nav-btn:hover {
  transform: translateY(-1px);
  background: #fff;
}
.nav-btn:active {
  transform: translateY(0);
}
.nav-btn:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--singe-color) 50%, white);
  outline-offset: 2px;
}
.nav-btn svg {
  width: 22px;
  height: 22px;
}

/* Swiper */
.swiper {
  width: 100%;
}

.swiper-slide {
  display: block;
}

/* Card */
.testimonial-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: clamp(28px, 4.8vw, 48px);
  font-family: var(--cq-portfolio-fonts-muli);
}
.testimonial-card p {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.6;
  margin: 0 0 28px 0;
  max-width: 62ch;
  color: #6b7280;
  font-family: var(--cq-portfolio-fonts-muli);
}

/* Author row */
.author-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
}
.author-row .avatar {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: var(--shadow);
}
.author-row .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.author-row .author-name {
  font-weight: 700;
  font-family: var(--cq-portfolio-fonts-roboto);
}
.author-row .author-meta {
  color: var(--muted);
  font-size: 14px;
}

/* Partners / Logos Section — CSS-only infinite autoplay with container overflow hidden */
.stack > .container {
  position: relative;
  overflow: hidden;
}
.stack__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--muted);
  margin: 0 0 20px;
  display: inline-block;
}
.stack__grid {
  --slide-size: clamp(180px, 26vw, 260px);
  --gap: 12px;
  --speed: 40s;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  will-change: transform;
  animation: partners-marquee var(--speed) linear infinite;
}
.stack__grid:hover {
  animation-play-state: paused;
}
@media (max-width: 420px) {
  .stack__grid {
    --slide-size: clamp(200px, 80vw, 260px);
    --gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stack__grid {
    animation: none;
    transform: none;
  }
}
.stack__item {
  min-width: 0;
  flex: 0 0 var(--slide-size);
}
.stack {
  /* Card */
}
.stack .partners__item {
  transform-origin: center;
  padding: 12px 12px 16px;
  border: 2px dotted var(--brand-icon-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.stack .partners__item .partner-card .tool-card {
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  align-items: center;
  gap: 10px;
}
.stack .partners__item .partner-card .tool-card .tool-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.stack .partners__item .partner-card .tool-card .tool-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stack .partners__item .partner-card .tool-card .tool-texts .tool-title {
  color: var(----brand-icon-bg);
  font-size: 18px;
  line-height: 23px;
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 500;
}
.stack .partners__item .partner-card .tool-card .tool-texts .tool-sub {
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
  font-family: var(--cq-portfolio-fonts-muli);
  font-weight: 500;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.stack .partners__item .logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}
.stack .partners__item .logos:before, .stack .partners__item .logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}
.stack .partners__item .logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}
.stack .partners__item .logos:hover .logo_items {
  animation-play-state: paused;
}
.stack .partners__item .logo_items img {
  height: 100px;
  border-radius: 20px;
}
.stack .partners__item {
  /* --- Infinite marquee keyframes ---
    For a seamless loop, duplicate slides once so total rail width ≈ 200%.
    Then shifting -50% perfectly loops from the 2nd copy back to the 1st. */
}
@keyframes tools-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes partners-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.blog-work {
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work {
    padding-bottom: 40px;
  }
}
.blog-work-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-heading {
    flex-direction: column;
  }
}
.blog-work-heading .section-title h2 {
  font-size: 64px;
  text-align: center;
  color: var(--brand-icon-bg);
  font-weight: 500;
  line-height: 71px;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-heading .section-title h2 {
    font-size: 45px;
    line-height: 54px;
  }
}
.blog-work-heading .blog-slide-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-work-heading .blog-slide-btn button {
  border: 1px solid #333;
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--text);
  font-size: 18px;
  transition: 0.4s;
  font-weight: 500;
}
.blog-work-heading .blog-slide-btn button:hover {
  background-color: var(--text);
  color: var(--brand-icon-fg);
}
.blog-work-slider {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-slider {
    margin-top: 30px;
  }
}
.blog-work-slider .single-work-item {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--border);
  display: inline-block;
  transition: transform 0.5s ease;
  background-color: #FCFCFC;
  box-shadow: var(--shadow);
}
.blog-work-slider .single-work-item a .work-image {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.blog-work-slider .single-work-item a .work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: 0.4s;
}
.blog-work-slider .single-work-item a .work-content {
  padding: 24px 0px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-slider .single-work-item a .work-content {
    padding: 20px 10px 10px;
  }
}
.blog-work-slider .single-work-item a .work-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--brand-icon-bg);
  font-family: var(--cq-portfolio-fonts-muli);
  text-transform: capitalize;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-slider .single-work-item a .work-content h3 {
    font-size: 22px;
  }
}
.blog-work-slider .single-work-item a .work-content .desc {
  font-size: 18px;
  color: var(--muted);
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-slider .single-work-item a .work-content .desc {
    font-size: 16px;
  }
}
.blog-work-slider .single-work-item a .work-content .quate-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-work-slider .single-work-item a .work-content .quate-btn span.qute {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 6px 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-slider .single-work-item a .work-content .quate-btn span.qute {
    font-size: 16px;
  }
}
.blog-work-slider .single-work-item a .work-content .quate-btn span {
  font-size: 18px;
  color: var(--brand-icon-bg);
  margin: 0 0 6px 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work-slider .single-work-item a .work-content .quate-btn span {
    font-size: 16px;
  }
}
.blog-work-slider .single-work-item a .work-content .quate-btn span i {
  margin-right: 5px;
  transform: rotate(-45deg);
}
.blog-work-slider .single-work-item a:hover h3 {
  color: var(--muted);
}
.blog-work-slider .single-work-item a:hover .work-image img {
  transform: scale(1.1);
}
.blog-work .cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-work .cta-row {
    justify-content: center;
    margin-top: 8px;
  }
}

.cq-blog-single .cq-blog-header {
  background: var(--bg);
  color: var(--text);
  padding: 48px 0;
  font-family: var(--cq-portfolio-fonts-muli);
}
.cq-blog-single .cq-blog-header .inner-1090 {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 16px;
}
.cq-blog-single .cq-blog-header .inner-770 {
  max-width: 770px;
}
.cq-blog-single .cq-blog-header .back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1;
  color: var(--brand-icon-bg);
  text-decoration: none;
  transition: color 0.2s ease;
}
.cq-blog-single .cq-blog-header .back-link:hover {
  color: var(--text);
}
.cq-blog-single .cq-blog-header .header-body {
  margin-top: 28px;
}
.cq-blog-single .cq-blog-header .meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.cq-blog-single .cq-blog-header .meta-row .badge.category {
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: var(--surface);
  background: var(--brand-icon-bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.15s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cq-blog-single .cq-blog-header .meta-row .badge.category {
    font-size: 14px;
  }
}
.cq-blog-single .cq-blog-header .meta-row .badge.category:hover {
  transform: translateY(-1px);
}
.cq-blog-single .cq-blog-header .meta-row .badge.category {
  /* optional accent versions */
}
.cq-blog-single .cq-blog-header .meta-row .badge.category.-gals {
  background: var(--gals-color);
  border-color: transparent;
}
.cq-blog-single .cq-blog-header .meta-row .badge.category.-singe {
  background: var(--singe-color);
  border-color: transparent;
}
.cq-blog-single .cq-blog-header .meta-row .date {
  font-size: 18px;
  color: var(--brand-icon-bg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cq-blog-single .cq-blog-header .meta-row .date {
    font-size: 14px;
  }
}
.cq-blog-single .cq-blog-header .title {
  font-family: var(--cq-portfolio-fonts-roboto);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: 64px;
  margin: 6px 0 14px;
  max-width: 940px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cq-blog-single .cq-blog-header .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cq-blog-single .cq-blog-header .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .cq-blog-single .cq-blog-header .title {
    font-size: 32px;
  }
}
.cq-blog-single .cq-blog-header .excerpt {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-top: 8px;
}
.cq-blog-single .cq-blog-header .blog-single-thumbnail {
  width: 100%;
  max-height: 960px;
  border-radius: 32px;
  height: 100%;
}
.cq-blog-single .cq-blog-header .blog-single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.cq-blog-single {
  /* Optional: a subtle container background so header stands out */
}
.cq-blog-single .cq-blog-single {
  background: var(--bg);
}

/*# sourceMappingURL=style.css.map */
