/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 17:28:43 */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: #F6F3EC;
}

html {
    height: 100%;
    width: 100%;
    font-size: clamp(14px,1.111vw,16px);
    overflow-x: hidden;
	scroll-behavior: smooth;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
/*     display: inline-block; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.faq-tab ul {
	list-style:disc ;
}
.primary-btn a {
	font-size: clamp(14px,1.111vw,16px);
	background-color: #FAA31A !important;
	border: 1px solid #FAA31A;
	color: #fff;
	padding: 18px 40px;
	border-radius: 50px;
	font-weight: 700 !important;
	font-family: "Sora", Sans-serif !important;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.primary-btn a:hover {
	background-color: #dd8700 !important;
	transform: translatey(-5px);
	border: 1px solid #FAA31A;
}
.arrow-btn span.elementor-button-icon svg {
    width: 32px;
    height: 32px;
	transition: all 0.3s ease-in-out;
}
.arrow-btn .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.arrow-btn .elementor-button-content-wrapper:hover span.elementor-button-icon svg {
	transform: rotate(30deg);
}
/* .clipped-image {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,110 C350,90 550,140 1000,110 L1000,0 L0,0 Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 120' preserveAspectRatio='none'><path fill='white' d='M0,110 C350,90 550,140 1000,110 L1000,0 L0,0 Z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
} */

.clipped-image {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 110' preserveAspectRatio='none'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.clipped-image2 {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 110' preserveAspectRatio='none'><path fill='white' d='M0,110 C450,95 450,120 1000,105 L1000,0 L0,0 Z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.recent-card-hover {
	right: 0;
	left: 0;
	margin: auto;
	top: 50%;
	transform: translatey(-50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0s linear 0.3s;
	
}
/* .rec-work-card:hover .recent-card-hover {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0s;
} */
.round-arrow {
    right: 0;
    transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.round-arrow a:hover {
	transform: scale(1.3);
	transition: all 0.3s ease-in-out;
}
.round-circle {
  animation: rotate 9s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reimagine-card {
	cursor: pointer;
}
.reimagine-text {
backdrop-filter: blur(24px);
  transition: flex-grow 0.4s ease !important;
}
.reimagine-card:hover .reimagine-text {
	flex-grow: 1;
}

.faq-tab .e-n-tabs-heading {
    padding: 26px;
    border: 1px solid #00578326;
    border-radius: 12px;
}
.faq-tab .e-n-tabs-content {
    padding: 38px;
	border: 1px solid #00578326;
    border-radius: 12px;
}
.acccordiann span.e-n-accordion-item-title-icon {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-element-8039abc ul {
    list-style: disc;
}
.popup1 a.dialog-close-button.dialog-lightbox-close-button, .popup2 a.dialog-close-button.dialog-lightbox-close-button {
    padding: 8px;
    border-radius: 10px;
}
.popup1 .dialog-message, .popup2 .dialog-message {
    width: 100% !important;
    height: auto;
    max-width: 1200px !important;
}
.elementor-popup-modal.dialog-type-lightbox {
	position: fixed !important;
}
.ar-cardd {
	cursor: pointer;
}
.ar-cardd:hover .ar-text {
	background-color: #fff !important;
}
.ar-cardd:hover .ar-text h2 {
	color: #FAA31A !important;
}
.ar-cardd:hover .ar-text .elementor-icon {
	background-color: #FAA31A !important;
}
.ar-cardd:hover .ar-text svg path {
	fill: #fff;
}
.pp-re-faq summary.e-n-accordion-item-title:before {
    content: '';
    position: absolute;
    width: 76px;
    height: 76px;
    background: #fff;
    border: 1px dotted #FAA31A;
    border-radius: 50%;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #FAA31A;
    font-size: 28px;
	font-family: "Futura", Sans-serif;
    font-weight: 500;
	display: flex;
    justify-content: center;
    align-items: center;
}

.pp-re-faq .acccordiann:nth-child(1n) .e-n-accordion .e-n-accordion-item:nth-child(1n) .e-n-accordion-item-title:before {
	content: '01';
}
.pp-re-faq .acccordiann:nth-child(1n) .e-n-accordion .e-n-accordion-item:nth-child(2n) .e-n-accordion-item-title:before {
	content: '04';
}
.pp-re-faq .acccordiann:nth-child(1n) .e-n-accordion .e-n-accordion-item:nth-child(3n) .e-n-accordion-item-title:before {
	content: '07';
}
.pp-re-faq .acccordiann:nth-child(2n) .e-n-accordion .e-n-accordion-item:nth-child(1n) .e-n-accordion-item-title:before {
	content: '02';
}
.pp-re-faq .acccordiann:nth-child(2n) .e-n-accordion .e-n-accordion-item:nth-child(2n) .e-n-accordion-item-title:before {
	content: '05';
}
.pp-re-faq .acccordiann:nth-child(2n) .e-n-accordion .e-n-accordion-item:nth-child(3n) .e-n-accordion-item-title:before {
	content: '08';
}
.pp-re-faq .acccordiann:nth-child(3n) .e-n-accordion .e-n-accordion-item:nth-child(1n) .e-n-accordion-item-title:before {
	content: '03';
}
.pp-re-faq .acccordiann:nth-child(3n) .e-n-accordion .e-n-accordion-item:nth-child(2n) .e-n-accordion-item-title:before {
	content: '06';
}



.elementor-element-0039d18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px !important;
    background: #fff !important;
    border-radius: 5px !important;
}
.elementor-element-0039d18 .swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid #fff !important;
}
.contact-page-form .elementor-field-type-checkbox, .contact-page-form .elementor-field-type-radio {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	gap: 15px;
}
.contact-page-form .elementor-field-subgroup {
    display: flex;
	flex-basis: auto !important;
    flex-wrap: nowrap;
    align-items: center;
}
.contact-page-form .elementor-field-type-checkbox label, .contact-page-form .elementor-field-type-radio label {
	padding-bottom: 0px !important;
}
.contact-page-form input {
	padding: 16px !important;
}
.contact-page-form textarea {
	padding: 16px !important;
}
.contact-page-form .elementor-field-option input {
    width: 24px;
    height: 24px;
    border: 1px solid #747474;
}
.contact-page-form .elementor-field-option input[type="checkbox"] {
    background-color: #747474;
    border-color: #747474;
	outline: #747474;
  }
.contact-page-form .elementor-field-option {
    display: flex;
	align-items: center;
	gap: 5px;
}
.custm-html {
    padding: 16px;
    border-radius: 5px;
    border-bottom: 1px solid #0000001A !important;
    background-color: white;
    font-size: 12px;
    border: 0;
	outline: 0;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 1em;
}
.gallery-tab .e-n-tabs-heading {
    padding: 6px 9px;
    background: #F6F3EC;
    border-radius: 20px;
    border: 1px solid #0000001A;
    width: fit-content;
    margin: auto;
}
.ft-ico a.elementor-icon {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.ft-ico a.elementor-icon:hover {
	background: #FAA31A;
}
.ft-ico a.elementor-icon svg {
	transition: all 0.3s ease-in-out;
}
.ft-ico a.elementor-icon:hover svg {
	font-size: 26px !important;
	height: 26px !important;
}

.blog-item-grid .page-numbers.prev, .blog-item-grid .page-numbers.next {
    background: #FAA31A;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.blog-item-main .elementor-widget-theme-post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.apricity-blogs-details-content h2 {
	font-family: Futura;
	font-weight: 500;
	font-size: clamp(24px, 3.33vw, 48px);
	line-height: 125%;
    color: #005783;
	margin-top: 40px;
}
.apricity-blogs-details-content h3 {
    font-family: Futura;
    font-weight: 500;
    font-size: clamp(20px, 2.778vw, 40px);
    line-height: 125%;
    color: #005783;
    margin-top: 40px;
}
.apricity-blogs-details-content p {
	font-family: Sora;
	font-weight: 400;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 166.666666667%;
	color: #535353;
	margin-top: 40px;
}
.apricity-blogs-details-content ul{
  margin-top: 40px;
}

.apricity-blogs-details-content ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-family: Sora;
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 166.66666667%;
  color: #535353;
}

.apricity-blogs-details-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #535353;
  border-radius: 50%; 
}

.dialog-type-lightbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	    padding-inline: 30px;
}
.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none !important;
}
.dialog-type-lightbox {
	position: fixed !important;
}
@media screen and (min-width: 1681px) { 
	.elementor-element-0039d18 .swiper-pagination {
    left: 18% !important;
}
		.elementor-element-0039d18 .elementor-swiper-button-prev {
    left: 16% !important;
}
		.elementor-element-0039d18 .elementor-swiper-button-next {
    left: 24% !important;
        right: unset !important;
}
}
@media screen and (min-width: 1441px) { 
	.elementor-element-0039d18 .swiper-pagination {
    left: 12% !important;
}
		.elementor-element-0039d18 .elementor-swiper-button-prev {
    left: 10% !important;
}
		.elementor-element-0039d18 .elementor-swiper-button-next {
    left: 18% !important;
        right: unset !important;
}
}

@media screen and (min-width: 1681px) { 
	.elementor-element-0039d18 .swiper-pagination {
    left: 18% !important;
}
		.elementor-element-0039d18 .elementor-swiper-button-prev {
    left: 16% !important;
}
		.elementor-element-0039d18 .elementor-swiper-button-next {
    left: 24% !important;
        right: unset !important;
}
}

@media screen and (max-width: 1024px) {
	.faq-tab .e-n-tabs-heading {
    padding: 20px;
}
.faq-tab .e-n-tabs-content {
    padding: 20px;
}
	.elementor-element-5975f22 span.e-n-accordion-item-title-icon, .elementor-element-09ce6ef span.e-n-accordion-item-title-icon, .elementor-element-b5fab3f span.e-n-accordion-item-title-icon {
    height: 40px;
    width: 40px;
}
	.apricity-blogs-details-content h2, .apricity-blogs-details-content h3 {
		margin-top: 30px;
	}
	.apricity-blogs-details-content p {
		margin-top: 20px;
	}
	.apricity-blogs-details-content ul{
  margin-top: 30px;
}
}
@media screen and (max-width: 900px) {
	.single-con {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 20px !important;
}
	.hunderd-one {
		width:100% !important;
		max-width:100% !important;
	}
}


@media screen and (max-width: 768px) {
.clipped-image2 {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 110' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,109 C250,106 350,113 1000,108 L1000,0 L0,0 Z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 110' preserveAspectRatio='none'><path fill='white' d='M0,109 C250,106 350,113 1000,108 L1000,0 L0,0 Z'/></svg>");
}
	.faq-tab {
    --n-tabs-title-flex-shrink: 1 !important;
}
	.contact-page-form .elementor-field-type-checkbox {
    flex-wrap: wrap;
}
.contact-page-form .elementor-field-subgroup {
    flex-wrap: wrap;
    gap: 15px;
}
	.apricity-blogs-details-content h2, .apricity-blogs-details-content h3 {
		margin-top: 25px;
	}
	.apricity-blogs-details-content p {
		margin-top: 15px;
	}
	.apricity-blogs-details-content ul{
  margin-top: 25px;
}
}


@media screen and (max-width: 480px) {
.elementor-12 .elementor-element.elementor-element-47fba86 img {
    height: 336px;
}
	.elementor-428 .elementor-element.elementor-element-9f58880 img {
    height: 270px;
}
	    .elementor-612 .elementor-element.elementor-element-9dabaf8 img {
        height: 400px;
    }
	.bi-image img {
		height: 245px !important;
	}
}





