/* Google Meet Add-on Landing Page Styles */
.section-heading {
	max-width: 800px;
	margin: 0 auto;
}

.middle-section.addon-page {
	background: #E6EBF1;
}

.section-title-description {
	font-size: 16px;
	line-height: 1.3;
}

/* Hero Section */

.addon-page .hero-banner {
	background-image: url(../images/addon/hero-banner-img.png);
	border-radius: 0 00px 30px 30px;
	background-color: #e6ebf1;
	background-position: unset;
	height: unset !important;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 175px 0 80px;
}

.addon-page .hero-banner h1 {
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}


.addon-hero-inner {
	padding: 30px;
	border-radius: 24px;
	background-color: #ffffff80;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 40px;
}

.addon-hero-inner::before {
	content: "";
	position: absolute;
	top: -20%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(13, 146, 244, 0.15) 0%, rgba(138, 193, 66, 0.05) 50%, transparent 100%);
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
	z-index: 1;
}

.addon-hero-content {
	position: relative;
	z-index: 2;
}

.meet-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	backdrop-filter: blur(10px);
	border-radius: 30px;
	color: #020E1D;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 24px;
	letter-spacing: 0.5px;
}

.meet-tag img {
	height: 18px;
	width: auto;
}


.addon-hero-content h2 span {
	color: #8ac142;
}

.addon-hero-content p {
	color: #576A82;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 40px;
}

.addon-hero-btns {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}


.btn-meet-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(13, 146, 244, 0.5);
	color: #FFF;
}

.btn-meet-secondary {
	border: 2px solid #fff;
	color: #020E1D;
	font-weight: 500;
	background-color: #fff;
	padding: 14.5px 24px;
	border-radius: 30px;
	transition: all 0.3s ease;
}

.btn-meet-secondary:hover {
	background-color: #fff;
	opacity: 0.8;
}

/* Browser Mockup Frame */
.browser-mockup {
	background: #1E293B;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	position: relative;
	transition: transform 0.5s ease;
}


.browser-bar {
	height: 40px;
	background: #0F172A;
	display: flex;
	align-items: center;
	padding: 0 20px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.browser-dots {
	display: flex;
	gap: 8px;
}

.browser-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.browser-dot.red {
	background: #EF4444;
}

.browser-dot.yellow {
	background: #F59E0B;
}

.browser-dot.green {
	background: #10B981;
}

.browser-address {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 6px;
	height: 24px;
	width: 60%;
	margin-left: 20px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 11px;
	font-family: monospace;
}

.browser-content {
	position: relative;
	background: #020E1D;
	line-height: 0;
}

.browser-content img {
	width: 100%;
	height: auto;
	display: block;
}

/* Section Common Styling */


/* Alternating Feature Layout */
.feature-row {
	padding: 30px;
	border-radius: 24px;
	background-color: #ffffff80;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap: 80px;
	margin-bottom: 60px;
}

.feature-row:last-child {
	margin-bottom: 0;
}

.feature-row.reverse {
	flex-direction: row-reverse;
}

.feature-info {
	flex: 1;
}

.feature-media {
	flex: 1.2;
}

.feature-badge {
	background: #E0F2FE;
	color: #0D92F4;
	padding: 6px 18px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 16px;
}


.feature-bullets {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bullet-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.bullet-icon {
	height: 24px;
	width: 24px;
	background: linear-gradient(99.56deg, rgb(13, 146, 244) 0%, rgb(10, 116, 194) 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.bullet-text strong {
	color: #020E1D;
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
}

.bullet-text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	color: #576A82;
}

/* Sidebar Feature (Double Mockup) */
.sidebar-mockup-wrapper {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.sidebar-mockup-item {
	flex: 1;
	background: #FFF;
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.4s ease;
}


.sidebar-mockup-label {
	background: #020E1D;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	padding: 8px;
	letter-spacing: 0.5px;
}

.sidebar-mockup-img {
	line-height: 0;
}

.sidebar-mockup-img img {
	width: 100%;
	height: auto;
}

/* Steps Timeline */
.steps-section {
	border-radius: 40px;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	position: relative;
}

.steps-grid::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: #E2E8F0;
	z-index: 1;
}

.step-card {
	position: relative;
	z-index: 2;
	text-align: center;
}

.step-number {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ffffff80;
	border: 2px solid #0D92F4;
	color: #0D92F4;
	font-size: 28px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px auto;
	transition: all 0.3s ease;
}

.step-card:hover .step-number {
	background: #0D92F4;
	color: #FFF;
	transform: scale(1.1);
}

.step-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: #020E1D;
	margin-bottom: 8px;
}

.step-card p {
	font-size: 14px;
	color: #576A82;
	line-height: 1.3;
	margin: 0;
}

/* Call to Action Section */


.addon-cta-banner {
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	padding: 50px 20px;
	position: relative;
	background-color: #ffffff80;
	border: 2px solid rgba(255, 255, 255, 0.7);
	overflow: hidden;
}

.addon-cta-banner h2 {
	color: #020E1D;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 16px;
}

.addon-cta-banner p {
	font-size: 16px;
	max-width: 650px;
	margin: 0 auto 30px auto;
}

/* Responsive CSS */
@media (min-width: 1200px) {
	.section-title {
		font-size: 38px;
	}
}

@media (max-width: 1200px) {
	.addon-page .hero-banner {
		padding: 145px 0 80px;
	}

	.addon-hero-inner {
		padding: 60px 40px;
	}

	.addon-hero-content h1 {
		font-size: 44px;
	}

	.addon-page .hero-banner h1 {
		font-size: 44px;
		margin-bottom: 10px;
	}

	.addon-cta-banner h2 {
		font-size: 32px;

	}
}

@media (max-width: 991px) {
	.addon-page .hero-banner {
		padding: 145px 0 60px;
	}
	.feature-row{
		padding: 16px;
	}

	.addon-page .hero-banner h1 {
		font-size: 38px;
	}

	.feature-row {
		flex-direction: column;
		gap: 40px;
	}

	.feature-row.reverse {
		flex-direction: column;
	}

	.feature-media {
		width: 100%;
	}

	.steps-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.steps-grid::before {
		display: none;
	}
}

@media (max-width: 768px) {
	.addon-hero-content p {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 25px;
	}

	.btn-meet-secondary {
		font-size: 14px;
		padding: 10.5px 24px;
	}

	.addon-hero-btns {
		gap: 8px;
	}

	.section-title-description,
	.addon-cta-banner p {
		font-size: 14px;
		line-height: 1.4;
	}

	.addon-section {
		margin-top: 20px;
	}

	.addon-page .hero-banner h1 {
		font-size: 28px;
	}

	.addon-hero-inner {
		padding: 40px 24px;
	}

	.addon-hero-content h1 {
		font-size: 36px;
	}


	.feature-row {
		gap: 30px;
		margin-bottom: 30px;
	}


	.addon-cta-banner h2 {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.addon-hero-inner .section-title br {
		display: none;
	}

	.addon-cta-banner h2 {
		font-size: 26px;
	}

	.meet-tag {
		margin-bottom: 14px;
	}

	.steps-grid {
		grid-template-columns: 1fr;
	}

	.step-number {
		height: 60px;
		width: 60px;
		font-size: 20px;
		margin-bottom: 16px;

	}

	.sidebar-mockup-wrapper {
		flex-direction: column;
		align-items: center;
	}
}

/* Sidebar Swiper Styles */
.sidebarSwiper {
	padding: 0px 0px 40px !important;
	position: relative;
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
}

.sidebarSwiper .swiper-button-next,
.sidebarSwiper .swiper-button-prev {
	display: none;
}

.sidebarSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebarSwiper .swiper-button-next,
.sidebarSwiper .swiper-button-prev {
	color: #0D92F4 !important;
	width: 32px;
	height: 32px;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sidebarSwiper .swiper-button-next::after,
.sidebarSwiper .swiper-button-prev::after {
	font-size: 14px;
	font-weight: 800;
}

.sidebarSwiper .swiper-pagination {
	bottom: -6px !important;
}

.sidebarSwiper .swiper-pagination-bullet-active {
	background: linear-gradient(99.56deg, rgb(13, 146, 244) 0%, rgb(10, 116, 194) 100%) !important;
}

.sidebarSwiper .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	border-radius: 50%;
}