/*!
Theme Name: iCloudNow
Theme URI:
Author: iCloudNow
Author URI:
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icloudnow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Poppins", sans-serif;
	background: linear-gradient(162.04deg, #010C23 0%, #0B446A 43.5%, #083756 100%);
}


body::-webkit-scrollbar {
	width: 0;
}

a {
	color: #1DC4E9;
	text-decoration: none;
}

a:hover {
	color: #1DC4E9;
	text-decoration: none;
}

.h2 {
	font-size: 26px;
	line-height: 125%;
	letter-spacing: 0.02em;
	font-weight: 600;
}

.h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.02em;
}

.h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
}

.h5 {
	font-weight: 500;
	font-size: 34px;
	line-height: 54px;
}

.h6 {
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
}

.body-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 175%;
	letter-spacing: 0.02em;
}

.content-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.ml-4 {
    margin-left: 1.5rem!important;
}

.label-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

h1.entry-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #1DC4E9;
}

.outline-btn {
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	padding: 1.5px;
	font-size: 18px;
	font-weight: 500;
	background: linear-gradient(to right, #1DC4E9, #8AC9FE);
	border: none;
}

.outline-btn a {
	padding: 12px 50px;
	border-radius: 100px;
	background-color: #062b48;
	color: #FFFFFF !important;
}

.filled-btn {
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 30px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF !important;
	background: linear-gradient(265deg, #1DE9B6 -15.11%, #1DC4E9 43.95%);
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #1DC4E9;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #1DC4E9;
	color: #fff;
	border-radius: 40px;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #010C23;
	border-top-color: #083756;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 99999;
	padding: 20px 0;
	background: rgba(6, 40, 68, 0.2);
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgba(6, 40, 68, 1);
	padding: 10px 0;
}

#header .logo img {
	max-height: 50px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation
  */
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 24px;
}

.navbar li {
	position: relative;
}

.navbar>ul>li {
	white-space: nowrap;
	padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #FFFFFF;
}

.navbar .getstarted,
.navbar .getstarted:focus {
	padding: 8px 25px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
	border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
	color: #fff;
	background: #fd3800;
	border-color: #1DC4E9;
}

.navbar>ul>li>.getstarted:before {
	visibility: hidden;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #15222b;
	font-weight: 400;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #1DC4E9;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

/**
  * Mobile Navigation
  */
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(4, 7, 9, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #1DC4E9;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #1DC4E9;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 76vh;
	position: relative;
	padding: 0;
	background-image: url("/wp-content/themes/icloudnow/assets/img/banner-image.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 80%;
	border-bottom: 1px solid rgba(29, 196, 233, 0.20);
}

/* Banner */

#hero:before {
	content: "";
	background-image: url("/wp-content/themes/icloudnow/assets/img/wave.png");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 180px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
}

#hero h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #1DC4E9;
}

#hero h2 {
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

#hero .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #1DC4E9;
	border: 2px solid #1DC4E9;
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f0f4f8;
}

.section-title {
	padding-bottom: 40px;
}

.section-title {
	font-size: 34px;
	font-weight: 700;
	padding: 0;
	line-height: 130%;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.section-description {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	position: relative;
}

.section-description::after {
	content: "";
	width: 200px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 100px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.section-bg .section-title,
.section-bg .section-description {
	color: #083655 !important;
}

.section-bg .section-description::after {
	background: #083655;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
  # Business Transform
  --------------------------------------------------------------*/
#business-transform {
	background-image: url("/wp-content/themes/icloudnow/assets/img/business/tech-bg.png");
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-bottom: 1px solid rgba(29, 196, 233, 0.20);
}

#business-transform .video-wrapper img {
	max-width: 100%;
}

#business-transform .video-wrapper .playButton_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(3, 25, 51, 0.5);
	border-radius: 100px;
	padding: 16px;
}

#business-transform .video-wrapper .playButton_wrapper a {
	background: rgba(7, 48, 79, 0.5);
	border-radius: 100px;
	padding: 16px;
}

#business-transform .video-wrapper .playButton_wrapper a i {
	font-size: 34px;
	line-height: 100%;
	color: #FFFFFF;
}

#business-transform .container .row .col-12 {
	display: inline-flex;
	justify-content: flex-end;
}

#business-transform .detail-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 80px 30px 30px;
	background: rgba(8, 54, 85, 0.3);
	mix-blend-mode: normal;
	backdrop-filter: blur(30px);
	border-radius: 8px;
	margin-right: -15%;
	z-index: 1;
	position: relative;
	width: 100%;
}

#business-transform .detail-box:after {
	content: "";
	width: 24px;
	height: 244px;
	position: absolute;
	left: -20px;
	top: 60%;
	border-width: 3px 0px 0px 3px;
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 30px 0px 0px 0px;
}

#business-transform .detail-box .icon-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 30px;
	position: absolute;
	left: 30px;
	top: -15%;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(100px);
	border-radius: 100px;
}

#business-transform .detail-box h2 {
	color: #FFFFFF;
	z-index: 0;
}

#business-transform .detail-box p {
	color: #FFFFFF;
	z-index: 1;
}

#business-transform .detail-box .placeholder-icon {
	position: absolute;
	width: 150px;
	height: 150px;
	right: 20px;
	bottom: 20px;
	opacity: 0.06;
	z-index: 2;
}

#business-transform .container .row:nth-child(2n) .col-12 {
	display: inline-flex;
	justify-content: flex-start;
}

#business-transform .container .row:nth-child(2n) .detail-box {
	margin-left: -15%;
	z-index: 1;
	position: relative;
	align-items: flex-end;
	width: 100%;
}

#business-transform .container .row:nth-child(2n) .detail-box:after {
	content: "";
	width: 24px;
	height: 244px;
	position: absolute;
	right: -20px;
	left: auto;
	top: 60%;
	border-width: 3px 3px 0px 0px;
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 0px 30px 0px 0px;
}

#business-transform .container .row:nth-child(2n) .detail-box .icon-box {
	left: auto;
	right: 30px;
}

#business-transform .container .row:nth-child(2n) .detail-box h2,
#business-transform .container .row:nth-child(2n) .detail-box p {
	text-align: right;
}

#business-transform .container .row:nth-child(2n) .detail-box .placeholder-icon {
	right: auto;
	left: 20px;
}

#business-transform .container .row:last-of-type .detail-box:after {
	display: none;
}

/*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
#features {
	background-image: url("/wp-content/themes/icloudnow/assets/img/features/feature-bg.png");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#features .feature-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	gap: 6px;
	height: 100%;
}

#features .feature-box .icon-box {
	display: inline-block;
	padding: 16px;
	gap: 16px;
	background: #F4FDFF;
	border: 3px solid #07304F;
	border-radius: 150px;
}

#features .feature-box .content-wrapper {
	flex: 1;
}

#features .feature-box h2 {
	color: #FFFFFF;
	z-index: 0;
}

#features .feature-box p {
	color: #FFFFFF;
	z-index: 1;
}

.holder {
	background-color: #1DE9B6 !important;
	padding: 8px 12px;
	border-radius: 50px;
}

.holder .audio {
	display: flex;
	align-items: center;
	gap: 16px;
}

.holder .audio .play-pause-btn {
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #07304F;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
}

.holder .audio .play-pause-btn i {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
}

.holder .audio .controls img {
	max-width: 100%;
}

#features .row .col-12:nth-child(2n) {
	background-color: #FFFFFF;
}

#features .row .col-12:nth-child(2) {
	border-radius: 30px 30px 0 0;
}

#features .row .col-12:nth-child(4) {
	border-radius: 30px 0px;
}

#features .row .col-12:nth-child(6) {
	border-radius: 0px 30px;
}

#features .row .col-12:nth-child(2n) .feature-box h2,
#features .row .col-12:nth-child(2n) .feature-box p {
	color: #07304F;
}

/*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/
#about-us {
	background-image: url("/wp-content/themes/icloudnow/assets/img/about/artificial-intelligence-icon.png");
	background-position: top right;
	background-size: 60%;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 12%;
}

#about-us:before {
	content: '';
	background-image: url('/wp-content/themes/icloudnow/assets/img/about/section-wave.svg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 220px;
	position: absolute;
	top: 0;
}

#about-us .image-wrapper img {
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

#about-us .image-wrapper::after {
	content: "";
	top: 15px;
	right: 0;
	bottom: 0;
	left: 15px;
	width: 100%;
	height: 100%;
	border: 3px solid #083655;
	position: absolute;
	border-radius: 24px;
	z-index: 0;
}

#about-us .about-content h2 {
	color: #07304F;
}

#about-us .about-content p {
	color: #07304F;
}

/*--------------------------------------------------------------
  # What's Next
  --------------------------------------------------------------*/
#what-next {
	background-image: url("/wp-content/themes/icloudnow/assets/img/about/next-bg.png");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#what-next .step-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	gap: 10px;
	background: #07304F;
	border: 2px solid #083655;
	border-radius: 30px;
	position: relative;
	/* height: 100%; */
}

#what-next .step-box .connector {
	position: absolute;
	top: -20%;
	right: -20%;
	width: 130px;
	max-width: 100%;
}

#what-next .row .col-12:nth-child(3) .step-box .connector {
	position: absolute;
	top: auto;
	bottom: -30%;
	right: -15%;
	width: 130px;
	transform: scaleX(-1) rotate(-225deg);
}

#what-next .step-box .icon-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: #F4FDFF;
	border: 3px solid #07304F;
	border-radius: 150px;
	font-size: 26px;
	font-weight: 500;
	color: #07304F;
}

#what-next .step-box .content-wrapper h2 {
	color: #FFFFFF;
}

#what-next .step-box .content-wrapper p {
	color: #FFFFFF;
}

#what-next .step-box img {
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 100px;
}

#what-next .row .col-12:nth-child(2n) {
	margin-top: 40px;
}

#what-next .row .col-12:nth-child(2n) .step-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	gap: 10px;
	background: #FFFFFF;
	border: 2px solid #083655;
	border-radius: 30px;
	position: relative;
}

#what-next .row .col-12:nth-child(2n) .step-box .content-wrapper h2,
#what-next .row .col-12:nth-child(2n) .step-box .content-wrapper p {
	color: #083655;
}

/*--------------------------------------------------------------
  # Let's Talk
  --------------------------------------------------------------*/
#lets_talk .section-description::after {
	display: none;
}

#lets_talk:before {
	content: '';
	background-image: url("/wp-content/themes/icloudnow/assets/img/about/dot-bg.svg");
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	z-index: -1;
}

#lets_talk:after {
	content: '';
	background-image: url("/wp-content/themes/icloudnow/assets/img/about/dot-reverse-bg.svg");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 250px;
	z-index: -1;
}

/*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/

#testimonial {
	background-image: url("/wp-content/themes/icloudnow/assets/img/testimonials/ellipse.svg");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	position: relative;
	border-bottom: 1px solid rgba(29, 196, 233, 0.20);
}

/* #testimonial .testimonial-item img {
	max-height: 550px;
	border-radius: 30px;
	width: 50%;
    height: 320px;
    object-fit: cover;
}

#testimonial .testimonial-item .review-details {
	position: absolute;
	bottom: 20px;
	right: -70px;
	left: 260px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 400px;
} */

#testimonial .testimonial-item img {
    max-height: 550px;
    border-radius: 20px;
    width: 80%;
    object-fit: cover;
}

.position-relative.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#testimonial .testimonial-item .review-details {
    position: relative;
    top: -80px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 500px;
}

#testimonial .testimonial-item .review-details .quote {
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	font-size: 150px;
	line-height: 150px;
	color: rgb(8 54 85 / 10%);
}

#testimonial .testimonial-item .review-details .reviews h3 {
	color: #083655;
}

/* #testimonial .testimonial-item .review-details .reviews h4 {
	color: #323232;
} */

#testimonial .testimonial-item .review-details .reviews h4 {
    color: #323232;
    font-size: 12.85px;
    font-weight: 400;
    line-height: 17.55px;
    text-align: left;
}

#testimonial .testimonial-item .review-details .reviews p {
	color: #000000;
}

#testimonial .testimonial-item .review-details .ratings i {
	color: #F7871B;
}

/*--------------------------------------------------------------
  # Subscriptions
  --------------------------------------------------------------*/
#subscription {
	background-image: url("/wp-content/themes/icloudnow/assets/img/subscription/Tech-Pic.png");
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

#subscription:before {
	content: '';
	position: absolute;
	width: 300px;
	height: 300px;
	left: 0;
	top: 0;
	background: rgba(29, 233, 182, 0.1);
	filter: blur(100px);
}

#subscription .plan-box {
	position: relative;
	padding: 60px 30px 30px;
	background: #FFFFFF;
	border: 2px solid #07304F;
	border-radius: 26px;
	height: 100%;
}

#subscription .plan-box .icon-box {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
}

#subscription .plan-box .content-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#subscription .plan-box .content-wrapper .pricing-title h2 {
	font-weight: 500;
	font-size: 34px;
	line-height: 54px;
	color: #07304F;
}

#subscription .plan-box .content-wrapper .pricing-title .pricing h3 {
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
	color: #083655;
}

#subscription .plan-box .content-wrapper .pricing-title .pricing h3 span {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #083655;
}

#subscription .plan-box .content-wrapper ul {
	list-style-type: none;
	flex: 1;
}

#subscription .plan-box .content-wrapper ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

#subscription .plan-box .content-wrapper ul li .feature-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #07304F;
}

#subscription .plan-box .content-wrapper ul li .checkmark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 32px;
	background: rgba(7, 48, 79, 0.15);
}

#subscription .plan-box .content-wrapper ul li .checkmark i {
	font-size: 24px;
	line-height: 26px;
}

#subscription .plan-box .content-wrapper .plan-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 36px;
	background: #1DE9B6;
	border: none;
	border-radius: 100px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #07304F !important;
	width: 100%;
}

#subscription .plan-box.yearly {
	background: #07304F;
}

#subscription .plan-box.yearly * {
	color: #FFFFFF !important;
}

/*--------------------------------------------------------------
  # FAQs
  --------------------------------------------------------------*/
#faqs {
	background-image: url("/wp-content/themes/icloudnow/assets/img/faqs/chatbot.svg");
	background-position: left top;
	background-size: 450px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #E9FBFF;
}

#faqs .accordion {
	counter-reset: faq;
}

#faqs .accordion .accordion-item {
	counter-increment: faq;
	border-bottom: 3px solid rgb(205 214 218 / 25%) !important;
}

#faqs .accordion .accordion-item:last-child {
	border-bottom: 0 !important;
}

#faqs .accordion .accordion-item::before {
	content: counter(faq, decimal-leading-zero);
	position: absolute;
	left: 19px;
	top: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.25px;
	color: rgba(60, 60, 67, 0.5);
	transition: all 0.4s ease;
}

#faqs .accordion .accordion-item .accordion-header .accordion-button:after {
	display: none;
}

#faqs .accordion .accordion-item .accordion-header .accordion-button span {
	color: #929292;
	transition: all 0.4s ease;
	flex: 1;
}

#faqs .accordion .accordion-item .accordion-body {
	color: #323232;
}

#faqs .accordion .accordion-item .accordion-header .accordion-button .toggle-icon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	background: rgba(8, 54, 85, 0.1);
	border-radius: 24px;
}

#faqs .accordion .accordion-item .accordion-header .accordion-button .toggle-icon i {
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	transition: all 0.4s ease;
}

#faqs .accordion .accordion-item.active-item::before,
#faqs .accordion .accordion-item.active-item .accordion-header .accordion-button span {
	color: #083655;
}

#faqs .accordion .accordion-item.active-item .accordion-header .accordion-button .toggle-icon {
	background-color: #083655;
}

#faqs .accordion .accordion-item.active-item .accordion-header .accordion-button .toggle-icon i {
	color: #FFFFFF;
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
	padding: 0 0 16px 0;
	color: #fff;
	font-size: 14px;
	background-color: #FFF;
}

#footer .footer-top {
	background: #07304F;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff;
}

#footer .footer-top .social-links {
	display: flex;
	gap: 16px;
}

#footer .footer-top .social-links a {
	font-size: 26px;
	background: rgba(255, 255, 255, 1);
	color: #07304f;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 100px;
	text-align: center;
	width: 45px;
	height: 45px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .footer-top .social-links a:hover {
	background: #1DC4E9;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #1DC4E9;
}

#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
}

#footer .copyright {
	text-align: center;
	padding-top: 16px;
	color: #000000;
}

#footer .copyright strong {
	color: #083655;
}

.review-details .reviews {
    box-shadow: 0 0 20px 11px rgb(0 0 0 / 13%);
}

#subscription .plan-box.yearly .content-wrapper ul li .checkmark {
    background: #FFFFFF26;	
}

/* New page design */
#subscription .plan-box p.st_plan-sub {
    color: #1de9b6 !important;
}

body:not(.home) main#main {
    margin: 160px auto 100px auto;
}

.st_trial-form-group {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px;
}

.page-id-269 header.entry-header {
    display: none;
}

.frm_style_formidable-style.with_frm_style .frm_submit button.st_filled-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 36px;
    background: #1DE9B6;
    border: none;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #07304F !important;
    width: 100%;
    max-width: 200px;
}

h5#exampleModalLongTitle {
    color: #1dc4e9;
    font-weight: 600;
    font-size: 34px;
}

.modal#exampleModalCenter {
    z-index: 99999;
    background: #00000069;
}