/*------------------------------------------------------------------
Project:CEO Template
Author: The_Krishna        
-------------------------------------------------------------------*/

/*----------------Table of contents Start---------------------------
1.Default css
2.Hero css
3.Social media css
4.About css
5.Services css
6.Appointment css
7.Datepicker css
8.Gallery css
9.Product css
10.Testimonial css
11.Blog css
12.Inquiry css
13.Contact css 
14.Bottom css
15.Scanner modal popup css
16.Share modal popup css
17.Modal css
18.Preloader css
19.Gallery css
20.Single blog css
21.Background effect css
---------Table of contents End-----------------------------------*/

/*------------------------ [Color codes] ------------------------                     
Background: #F5F5F5 
Content:    #e6007e, #737373 ,#000000,#A6A6A6
-------------------------------------------------------------------*/

/************************ 1.Default css ***************************/
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:focus,
a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

body {
	max-width: 425px;
	margin: 0 auto;
	height: 100%;
	background: #0B0B0B;
}

svg {
	vertical-align: middle;
}

input {
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	border: none;
	outline: none;
	width: 100%;
}

select {
	appearance: none;
}

select:focus-visible {
	outline: none !important;
}

textarea {
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	resize: none;
}

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

.overflow {
	overflow-y: scroll;
}

.container {
	padding: 0 16px;
}

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

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

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

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

.mt-5 {
	margin-top: 5px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}

.pt-20 {
	padding-top: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}

.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}

.red-filter {
	filter: brightness(0) saturate(100%) invert(25%) sepia(70%) saturate(4945%) hue-rotate(350deg) brightness(104%) contrast(109%);
}

.site-content {
	width: 100%;
	height: 100%;
}

::-webkit-scrollbar {
	display: none;
}

/************************ 2.Hero css ***************************/
.ceo-content {
	position: relative;
	background: #121212;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 16px 0 16px;
}

.header-logo {
	width: 74px;
	height: 74px;
	border-radius: 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-language-btn {
	padding: 0;
	margin: 0;
	padding: 4px 8px 4px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 32px;
	border-width: 0 !important;
	border-radius: 16px;
	background: var(--1, #FFF) !important;
	color: var(--1, #000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.dropdown-item,
.profile-name p {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.dropdown-item {
	color: #000000 !important;
}

.profile-name p {
	margin-top: 4px;
}

.dropdown-item.active,
.dropdown-item:active {
	background: rgb(255 22 22 / 10%) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background: rgb(255 22 22 / 10%) !important;
}

.flag-icon {
	width: 25px;
	height: 20px;
	margin-right: 10px;
}

.dropdown-toggle::after {
	content: url(../svg/up-arrow.svg) !important;
	border: 0;
	width: 24px;
	height: 24px;
	margin-left: auto;
}

.bg-img1 {
	clip-path: polygon(100% 0, 100% 51%, 100% 51%, 0 100%, 0 0);
	position: relative;
	z-index: 2;
}

.bg-img2 {
	top: 0px;
	position: absolute;
	left: -1px;
	width: 100%;
	transform: rotate(0deg);
}

.profile-content {
	position: relative;
}

.profile-sec {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	position: absolute;
	top: -70px;
	z-index: 3;
	left: 16px;
	right: 16px;
}

.oval-frame{
  border: 5px solid #e6007e;
  border-radius: 50%;
  box-shadow:
    0 0 6px rgba(230, 0, 126, 0.8),
    0 0 14px rgba(230, 0, 126, 0.6),
    0 0 26px rgba(230, 0, 126, 0.4);
}


.profile-name h1 {
	color: #e6007e;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
    margin-top: 32px;
    white-space: nowrap;
}

/************************ 3.Social media css ***************************/
.social-icon-content {
	display: flex;
	gap: 15px;
	padding-top: 70px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.social-icon-content-wrap {
  border-radius: 12px;
  background: rgb(253 193 0 / 9%);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: relative;
  transition: 0.3s ease;

  /* Borde neón */
  border: 1.5px solid #fdc100;
  box-shadow:
    0 0 6px rgba(253, 193, 0, 0.7),
    0 0 14px rgba(253, 193, 0, 0.5),
    0 0 24px rgba(253, 193, 0, 0.10);
}


.social-icon-content-wrap:hover {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fdc100;
	transition: 0.3s;
}

.social-icon-content-wrap:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(102%);
	transition: 0.36s;
}
.social-icon-content2 {
	display: flex;
	gap: 15px;
	padding-top: 30px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.social-icon-content-wrap2 {
  border-radius: 12px;
  background: rgb(230 0 126 / 10%);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: relative;
  transition: 0.3s ease;

  /* Borde neón magenta */
  border: 1.5px solid #e6007e;
  box-shadow:
    0 0 6px rgba(230, 0, 126, 0.7),
    0 0 14px rgba(230, 0, 126, 0.5),
    0 0 24px rgba(230, 0, 126, 0.10);
}


.social-icon-content-wrap2:hover {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #e6007e;
	transition: 0.3s;
}

.social-icon-content-wrap2:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(102%);
	transition: 0.36s;
}

/************************ 4.About css ***************************/
.background {
	color: var(--2, #EDEDED);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-transform: uppercase;
}

.about-title h2:after {
	background: #EDEDED;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	left: 8px;
	margin-right: -50%;
}

.about-content p,
.services-content p {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/************************ 5.Services css ***************************/
.services-content,
.product-content{
  border-radius: 12px;
  border: 1.5px solid #e6007e;
  background: #0B0B0B;
  box-shadow:
    0 0 6px rgba(230, 0, 126, 0.35),
    0 0 14px rgba(230, 0, 126, 0.25),
    0 0 28px rgba(230, 0, 126, 0.15);
  padding: 10px 10px 15px 10px;
}

.services-content:hover,
.product-content:hover{
  box-shadow:
    0 0 10px rgba(230, 0, 126, 0.6),
    0 0 22px rgba(230, 0, 126, 0.45),
    0 0 38px rgba(230, 0, 126, 0.3);
}



.services-content h3,
.product-bottom h3,
.blog-para p,
.client-name h3 {
	color: var(--2, #EDEDED);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

/************************ 6.Appointment css ***************************/
.appointment-form {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
}

.appointment-date {
	width: 50%;
}

.info-person,
.contact-content h4 {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	width: 100%;
	text-transform: uppercase;
}

.input-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 12px;
	column-gap: 12px;
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
}

.input-wrapper input,
.input-wrapper-form input,
.input-wrapper-form textarea,
.contact-content p {
	color: var(--10, #A6A6A6);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.contact-content p:hover {
	text-decoration: underline;
	color: #e6007e !important;
	transition: all 0.3s ease-in-out;
}

.appointment-sec .about-title h2:after {
	margin-right: -70%;
}

.view-product a {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	background: var(--15, #e6007e);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}

.view-product a:hover {
	border: 1px solid #e6007e;
	background: transparent;
	color: #e6007e;
	transition: all 0.3s ease-in-out;
}

/************************ 7.Datepicker css ***************************/
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(../svg/right-arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url(../svg/right-arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
	transform: rotate(180deg);
}

.ui-datepicker-header a>span {
	display: none;
}

#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}

.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}

div#ui-datepicker-div {
	z-index: 500 !important;
}

.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
	background-color: rgb(252 52 47 / 40%);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #e6007e;
	color: white;
}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}

.ui-datepicker-title {
	text-align: center;
	line-height: 32px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

/************************ 8.Gallery css ***************************/
.gallery-img img,
.blog-img img,
.product-img img {
	border-radius: 12px;
	width: 100%;
}

.map-img iframe {
	width: 100%;
	height: 250px;
	border-radius: 12px;
}

#product-main .product-img img {
	width: auto;
}

/************************ 9.Product css ***************************/
.prodcut-top {
	position: relative;
	width: fit-content;
}

.prodcut-price {
	border-radius: 5px;
	background: var(--15, #e6007e);
	padding: 3px 8px;
	width: fit-content;
	position: absolute;
	top: 8px;
	right: 8px;
}

.prodcut-price p {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}

.product-txt,
.client-name p,
.rating-para p,
.footer p {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.product-txt,
.client-name p {
	color: var(--14, #737373);
}

.slick-list {
	padding-left: 16px;
}

.slick-slide {
	padding-right: 16px;
}

/************************ 10.Testimonial css ***************************/
.testimonial-content {
	border-radius: 12px;
	background: rgb(255 22 22 / 10%);
	padding: 15px;
}

.testimonial-content-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.testimonial-img img {
	border-radius: 50%;
}

.quotes,
.add-to-btn {
	margin-left: auto;
}

.rating-para p {
	color: var(--2, #000);
}

#testimonial-slider .carousel-control-next,
#testimonial-slider .carousel-control-prev {
	position: relative;
	display: inline-flex;
	opacity: 1;
	width: 40px;
	height: 40px;
	background-color: rgb(0 0 0 / 10%);
	border-radius: 50%;
}

#testimonial-slider .carousel-control-next-icon,
#testimonial-slider .carousel-control-prev-icon {
	width: 24px;
	height: 24px;
}

#testimonial-slider .carousel-control-prev {
	left: 35%;
}

#testimonial-slider .carousel-control-next {
	right: -40%;
}

#testimonial-slider .carousel-control-prev-icon {
	background-image: url(../svg/left-slider-icon.svg) !important;
}

#testimonial-slider .carousel-control-next-icon {
	background-image: url(../svg/right-slider-icon.svg) !important;
}

/************************ 11.Blog css ***************************/
.blog-content {
	display: flex !important;
	align-items: center;
}

.blog-para {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 14px;
	margin-left: -30px;
	width: 260px;
}

.blog-sec .about-title h2:after {
	margin-right: -55%;
}

/************************ 12.Inquiry css ***************************/
.input-wrapper-form {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 6px;
	width: 100%;
}

/************************ 13.Contact css ***************************/
.contact-details {
	display: flex;
	gap: 12px;
	border-radius: 12px;
	background: rgb(247 247 247 / 100%);;
	padding: 12px;
}


.contact-icon {
	border-radius: 6px;
	background: var(--2, #000);
	padding: 10px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-content p {
	color: var(--2, #000) !important;
}

.contact-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-list .time-txt {
	font-weight: 400;
	width: 55%;
}

.days-txt {
	font-weight: 500;
}

.contact-content {
	width: 90%;
}

.days-txt,
.contact-list .time-txt {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	line-height: 26px;
}

/************************ 14.Bottom css ***************************/
.add-to-contact-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

.scan-btn {
	width: 60px;
	height: 60px;
	background: var(--15, #e6007e);
	filter: drop-shadow(0px 4px 8px rgba(255, 22, 22, 0.32));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-to-btn-sec{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;

  padding: 6px 6px 6px 30px;
  width: fit-content;
  border-radius: 30px;

  background: #000;               /* mantiene el negro */
  border: 1.5px solid #fdc100;    /* borde neón */
  box-shadow:
    0 0 6px rgba(253,193,0,0.45),
    0 0 14px rgba(253,193,0,0.35),
    0 0 28px rgba(253,193,0,0.25);

  transition: box-shadow .3s ease, transform .2s ease;
}

/* Hover / toque */
.add-to-btn-sec:hover{
  box-shadow:
    0 0 10px rgba(253,193,0,0.75),
    0 0 22px rgba(253,193,0,0.55),
    0 0 40px rgba(253,193,0,0.35);
  transform: translateY(-1px);
}


.add-txt {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.plus-btn {
	border-radius: 24px;
	background: var(--1, #FFF);
	padding: 12px;
}

.add-to-contact {
	position: fixed;
	width: 100%;
	bottom: 0;
	max-width: 425px;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	z-index: 99;
}

.footer p {
	color: var(--2, #EDEDED);
	text-align: center;
}

/************************ 15.Scanner modal popup css ***************************/
#product-modal,
#share-media-modal,
#blog1-modal {
	background: linear-gradient(180deg, rgba(18, 21, 28, 0.56) 0%, rgba(18, 21, 28, 0.24) 100%);
	backdrop-filter: blur(4px);
}

#product-modal .modal-content,
#share-media-modal .modal-content {
	border-radius: 24px;
}

.scan-content {
	text-align: center;
	border: 2px solid #e6007e;
	height: auto;
	width: 250px;
	margin: 0 auto;
	padding: 12px;
	border-radius: 8px;
}

.scanner img {
	width: 100%;
	height: auto;
}

.scan-txt {
	padding: 14px;
	background: #e6007e;
	border-radius: 8px;
}

.scan-txt p {
	color: var(--2, #fff);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.btn1 a {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 8px;
	background: #000000;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.qr-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.btn1 {
	width: 140px;
}

.modal-title {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

/************************ 16.Share modal popup css ***************************/
.social-media-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.social-media-img {
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.social-media-img:hover {
	background: #e6007e;
	transition: all .3s ease;
}

.social-media-img img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(13deg) brightness(99%) contrast(100%);
	width: 30px;
	height: 30px;
}

.social-media-img:hover.social-media-img img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7%) hue-rotate(323deg) brightness(104%) contrast(102%);
	transition: all .3s ease;
}

/************************ 17.Modal css ***************************/
.product-content-main {
	background: white;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
}

.buy-now a {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	background: var(--15, #e6007e);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

#product-main .product-sec-wrap,
#blog-main .product-sec-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}

#product-main .product-content {
	width: min-content;
}

.product-title {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}

#product-modal .modal-title {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.custom-lbl-feedback {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.feedback-email input,
.custom-textarea-product,
.custom-select-subject select {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6) !important;
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 14px;
	width: 100%;
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 5px;
}

.product-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
}

.discard-btn a {
	background: #737373;
	color: white;
}

.list-unstyled li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.blog-title h2 {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

.blog-img-sec h2 {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

.blog-title p,
.blog-txt {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

blockquote {
	border-radius: 16px;
	background: rgb(255 22 22 / 10%);
	margin: 0;
	padding: 12px;
}

.blog-txt1 {
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

blockquote h3 {
	color: var(--2, #e6007e);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

.blog-pop-up-list {
	list-style-type: disc;
	padding-left: 30px;
}

.blog-pop-up-list li {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.list-unstyled li a {
	padding: 8px;
	border-radius: 8px;
	color: black;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	background-color: rgb(0 0 0 / 10%);
}

.list-unstyled li a img {
	width: 35px;
	height: 35px;
}

.list-unstyled span,
.leave_txt {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.blog-img-sec img {
	border-radius: 16px;
}

.leave_commemt_sec {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	padding: 12px;
	margin-top: 30px;
	border-radius: 24px;
}

.list-unstyled.share-list-content li a {
	background: transparent !important;
	padding: 0 !important;
}

#product-modal .product-modal-top {
	display: flex;
	gap: 12px;
}

#product-modal .product-img,
#product-modal .product-bottom {
	width: 100%;
}

#product-modal .prodcut-price {
	top: 16px;
	right: 18px;
}

/************************ 18.Preloader css ***************************/
/* ------------------------ [ Pre loader design ] ---------------------- */
.preloader {
    position: fixed;
    background-color: #F2F3F5;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.preloader-inner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader {
    background-color: #F2F3F5;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}
#preloader .loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #F7F7F9;
    border-radius: 50%;
}
#preloader .loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid #e6007e;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}
#preloader .loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 100%;
    max-width: 40px;
}
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/************************ 19.Gallery css ***************************/
.gallery-box {
	overflow: hidden;
	position: relative;
}

.gallery-box .gallery-img {
	position: relative;
	overflow: hidden;
}

.gallery-box .gallery-img>img {
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 12px;
}

.gallery-box .gallery-detail {
	opacity: 0;
	color: #ffffff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	transform: translate(0%, 0%);
}

.gallery-box:hover .gallery-detail {
	top: 50%;
	opacity: 1;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box:hover .gallery-img:after {
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/************************ 20.Single blog css ***************************/
.project-details p {
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: var(--14, #737373);
	text-align: center;
}

.project-details h2 {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
}

.blog-modal-img {
	border-radius: 24px;
}

.border-blog {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 12px;
}

.project-details1 h3 {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.project-details1 p {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: var(--14, #737373);
}

.blog-list li {
	color: var(--29, #271F1F);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin-top: 10px;
}

.blog-list {
	margin-bottom: 0 !important;
}

button.btn-close {
	opacity: 1;
}

.btn-close:focus {
	box-shadow: none !important;
}

/************************ 21.Background effect css ***************************/
.area {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li{
  position:absolute;
  list-style:none;
  width:40px;
  height:40px;

  animation: animate 25s linear infinite;
  bottom:-150px;

  opacity:0.50;
}

.circles li img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter: none;
}



.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 100px;
	height: 100px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 120px;
	height: 120px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {

	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}
.profile-sec{
  display:flex;
  align-items:center;
  gap:16px;
  left:16px;
  right:16px;
  width:auto;            /* importante: evita cálculos raros con width:100% + left/right */
}

.profile-name{
  flex: 1;
  min-width: 0;          /* CLAVE para que el texto haga wrap dentro del flex */
}

.profile-name p{
  display:block;
  max-width: 100%;
  white-space: normal;   /* asegura salto de línea */
  overflow-wrap: anywhere;
  word-break: break-word;
}
.justificar{
  text-align: justify;
  text-justify: inter-word;
  line-height: 20px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Pega esto AL FINAL de tu CSS */
.hero-section{
  position: relative;
  overflow: hidden;
}

.bg-orange{
  position: relative;
  height: 260px; /* cambia a 320px si lo quieres más alto */
  overflow: hidden;
}

.bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(100% 0, 100% 51%, 100% 51%, 0 100%, 0 0);
  z-index: 2;
  display: block;
}

.bg-img2 {
	top: 0px;
	position: absolute;
	left: -1px;
	width: 100%;
	transform: rotate(0deg);
      z-index: 1;
}

.text-white-soft{
  color: #EDEDED;        /* blanco suave */
}

/* =========================================
   EFECTO TECH (NO MUEVE VIDEO) - FIXED 425px
   ========================================= */

/* NO toques tu layout interno */
.ceo-content{
  position: relative;
}

/* Capa fija, centrada al ancho de la tarjeta */
.fx-layer{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 425px;
  max-width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* El efecto vive dentro de la capa (no afecta nada del hero) */
.fx-layer .tech-grid-bg{
  position: absolute;
  inset: -30%;
  opacity: 0.55;

  background:
    radial-gradient(circle at 20% 30%, rgba(230,0,126,.40) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 40%, rgba(253,193,0,.25) 0 2px, transparent 3px),
    radial-gradient(circle at 45% 70%, rgba(230,0,126,.28) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 75%, rgba(253,193,0,.20) 0 2px, transparent 3px),
    radial-gradient(circle at 30% 85%, rgba(230,0,126,.22) 0 2px, transparent 3px),
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);

  background-size:
    240px 240px,
    280px 280px,
    260px 260px,
    300px 300px,
    320px 320px,
    46px 46px,
    46px 46px;

  background-position:
    0 0,
    60px 40px,
    120px 160px,
    180px 80px,
    220px 220px,
    0 0,
    0 0;

  filter: drop-shadow(0 0 12px rgba(230,0,126,.22));
  animation: techFloat 8s linear infinite, techPulse 2.2s ease-in-out infinite;
}

/* Asegura que tu tarjeta siempre esté arriba del efecto */
.ceo-content{
  position: relative;
  z-index: 1;
}

/* Animaciones */
@keyframes techFloat{
  0%   { transform: translate3d(0,0,0) scale(1); }
  50%  { transform: translate3d(-3%, 2%, 0) scale(1.02); }
  100% { transform: translate3d(0,0,0) scale(1); }
}

@keyframes techPulse{
  0%,100% { opacity: 0.45; filter: drop-shadow(0 0 10px rgba(230,0,126,.18)); }
  50%     { opacity: 0.75; filter: drop-shadow(0 0 18px rgba(230,0,126,.30)); }
}


