* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background: linear-gradient(135deg, #e0e7ff 0%, #f8fafc 100%);
}
a {
	color: #2E91C2;
}
a:hover {
	color: #2E91C2;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #5cb2ff !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	transition: color 0.3s ease;
}
.navbar .nav-item a:hover {
	color: #000000;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
	transition: color 0.3s ease;
}
.nav-scroll .navbar-nav > li > a:hover {
	color: #5cb2ff;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: linear-gradient(120deg, #5cb2ff 60%, #b2e0ff 100%);
	box-shadow: 0 8px 32px 0 rgba(60, 120, 200, 0.10);
	border-radius: 0 0 32px 32px;
	margin-bottom: 16px;
	padding: 100px 0px;
	position: relative;
}
.banner::before {
	display: none;
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right: 80px;
	margin: 80px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 4px 24px 0 rgba(60, 120, 200, 0.06);
	margin-bottom: 16px;
	padding: 80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #5cb2ff;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #5cb2ff;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	background: #f4f8ff;
	border-radius: 18px;
	box-shadow: 0 2px 12px 0 rgba(60, 120, 200, 0.08);
	padding: 24px 12px;
	margin-bottom: 24px;
	transition: transform 0.2s, box-shadow 0.2s;
}
.icon-box:hover {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 8px 32px 0 rgba(60, 120, 200, 0.15);
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #5cb2ff;
	background:  linear-gradient(to left, #5cb2ff, #b2e0ff);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #5cb2ff;
	padding: 10px 40px;
	border: 2px solid #5cb2ff;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
	background: linear-gradient(90deg, #5cb2ff 0%, #6ee7b7 100%);
	color: #fff;
	border: none;
	border-radius: 30px;
	box-shadow: 0 2px 8px 0 rgba(60, 120, 200, 0.10);
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 12px 36px;
	transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
}
.about-btn:hover {
	background: linear-gradient(90deg, #6ee7b7 0%, #5cb2ff 100%);
	color: #fff;
	box-shadow: 0 6px 24px 0 rgba(60, 120, 200, 0.18);
	transform: translateY(-2px) scale(1.04);
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(92, 178, 255, 0.90), rgba(178, 224, 255, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: #5cb2ff;
	font-size: 18px;
	line-height: 50px;
	border: 1px solid #5cb2ff;
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color: #5cb2ff;
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #5cb2ff;
	background: linear-gradient(to left, #5cb2ff, #b2e0ff);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #5cb2ff;
	background: linear-gradient(to left, #5cb2ff, #b2e0ff);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #5cb2ff;
	background: linear-gradient(to left, #5cb2ff, #b2e0ff);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #5cb2ff;
	background: linear-gradient(to left, #5cb2ff, #b2e0ff);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.download img {
	transition: transform 0.3s ease;
}
.download img:hover {
	transform: scale(1.1);
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.navbar .nav-item a {
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	transition: color 0.3s ease;
}
.navbar .nav-item a:hover {
	color: #5cb2ff;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
.footer .row.text-md-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer .col-md-3, .footer .col-lg-2, .footer .col-xl-2 {
	text-align: center !important;
	margin: 0 auto 20px auto;
	float: none;
}
.footer .footer-links, .footer .social-links {
	display: inline-block;
	text-align: center;
}
.slider-item {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.slider .test-img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.test-img {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.test-text {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner {
	padding: 60px 20px;
	min-height: auto;
	height: auto;
}
.banner-text {
	padding-right: 0;
	margin: 0;
}
.banner-text h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
.banner-text p {
	font-size: 14px;
	margin: 15px 0;
}
.banner-text ul {
	margin: 20px 0;
}
.banner-text ul li {
	margin: 5px;
}
.banner-text ul li a img {
	width: 120px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}


.footer a:hover {
  color: #ffc107;
  text-decoration: none;
}
.footer .list-inline-item a {
  transition: color 0.3s ease;
}

/* General Reset and Font */
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

/* Container */
.privacy-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/* Headings */
.privacy-container h1,
.privacy-container h2 {
  color: #2c3e50;
  margin-bottom: 15px;
}

.privacy-container h1 {
  font-size: 32px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.privacy-container h2 {
  font-size: 24px;
  margin-top: 30px;
}

/* Paragraphs and Lists */
.privacy-container p {
  margin: 15px 0;
  font-size: 16px;
}

.privacy-container ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}

.privacy-container li {
  margin-bottom: 10px;
}

/* Footer */
.privacy-container .footer {
  margin-top: 40px;
  font-size: 14px;
  color: #777;
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: center;
}

/* Contact Email */
.privacy-container a.email {
  color: #007bff;
  text-decoration: none;
}

.privacy-container a.email:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 600px) {
  .privacy-container {
    margin: 20px;
    padding: 20px;
  }

  .privacy-container h1 {
    font-size: 26px;
  }

  .privacy-container h2 {
    font-size: 20px;
  }
}

.form-input {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #5cb2ff;
    box-shadow: 0 0 0 2px rgba(92, 178, 255, 0.2);
}

.btn-grad {
    background: linear-gradient(to right, #5cb2ff, #b2e0ff);
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.btn-grad:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(92, 178, 255, 0.3);
}

.btn-grad:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.spinner-border {
    margin-left: 8px;
    vertical-align: middle;
}

#form-message {
    padding: 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.alert {
    padding: 1rem;
    border-radius: 4px;
    margin-top: 1rem;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 768px) {
    .form-input {
        padding: 0.6rem;
    }
    
    .btn-grad {
        padding: 10px 20px;
    }
}

.terms-content a {
	color: #5cb2ff;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}
.terms-content a:hover {
	color: #5cb2ff;
	text-decoration: none;
	border-bottom: 1px solid #5cb2ff;
}
.terms-content ul li::before {
	content: '•';
	color: #5cb2ff;
	font-weight: bold;
	margin-right: 10px;
}

.social-links a, .footer a {
  transition: all 0.3s ease;
  display: inline-block;
}

.social-links a:hover, .footer a:hover {
  color: #5cb2ff !important;
  transform: translateY(-3px);
  text-decoration: none;
}

.social-links i {
  margin-right: 8px;
  font-size: 18px;
}

.social-links p, .footer p {
  margin-bottom: 10px;
}

.download img, .banner img {
  transition: transform 0.3s ease;
}

.download img:hover, .banner img:hover {
  transform: scale(1.1);
}

.download ul li, .banner ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.phone-slideshow {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 250px;
    overflow: visible;
    margin: 0 auto;
    padding: 5px 0;
}

.phone-slideshow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    visibility: hidden;
    object-fit: contain;
    pointer-events: none;
    min-width: 120px;
}

.phone-slideshow img.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.phone-slideshow:hover {
    cursor: pointer;
}

.banner img {
  max-width: 100%;
  height: auto;
}

.section-content img {
  max-width: 100%;
  height: auto;
}

.feature-mobile img {
  width: 80%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}

section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0 15px;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.row {
  margin: 0 -15px;
  width: calc(100% + 30px);
  box-sizing: border-box;
}

.col-md-12, .col-md-6, .col-md-4, .col-md-3 {
  padding: 0 15px;
  box-sizing: border-box;
}

.section-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.feature-mobile {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0 15px;
  box-sizing: border-box;
}

.media {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
}

.media-body {
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 600px) {
  .navbar .navbar-brand img {
    height: 1.7em !important;
    max-width: 90vw;
  }
  .navbar .navbar-toggler {
    font-size: 1.2em;
    padding: 6px 10px;
  }
  .banner {
    padding: 40px 0 20px 0;
    margin-bottom: 16px;
  }
  .banner-text {
    padding-right: 0;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .banner-text h2 {
    font-size: 1.3em;
  }
  .banner-text p {
    font-size: 1em;
    margin: 15px 0;
  }
  .banner-text ul li a img {
    width: 110px;
  }
  .phone-slideshow {
    height: 180px;
    padding: 0;
  }
  .phone-slideshow img {
    width: 60%;
	margin-top: 50px;
    min-width: 120px;
  }
  .section-padding {
    padding: 20px 0;
  }
  .sectioner-header {
    width: 98%;
  }
  h2, h3 {
    font-size: 1.1em;
  }
  .section-content {
    margin-top: 20px;
  }
  .icon-box i {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 70px;
  }
  .icon-box h5 {
    margin-top: 12px;
    font-size: 1em;
  }
  .icon-box p {
    font-size: 0.95em;
  }
  .download ul li a img {
    width: 90px;
  }
  .footer {
    padding-top: 1.5rem !important;
    padding-bottom: 1rem !important;
  }
  .footer .container {
    padding: 0 5px;
  }
}

@media (max-width: 400px) {
	.navbar .navbar-brand img {
	  height: 1.2em !important; /* Consider using px or rem if it behaves inconsistently */
	}
  
	.banner-text h2 {
	  font-size: 1em;
	}
  
	.banner-text ul li a img {
	  width: 80px;
	}
  
	.phone-slideshow {
	  height: 240px;
	}
  
	.phone-slideshow img {
	  width: 40%;
	  min-width: 100px;
	  max-width: 100%; /* Prevents overflow */
	}
  }
  

@media (min-width: 601px) and (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 2em !important;
    max-width: 120px;
  }
  .banner {
    padding: 60px 0 30px 0;
  }
  .banner-text {
    padding-right: 0;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .banner-text h2 {
    font-size: 2em;
  }
  .banner-text p {
    font-size: 1.1em;
    margin: 20px 0;
  }
  .banner-text ul li a img {
    width: 130px;
  }
  .phone-slideshow {
    height: 220px;
    padding: 0;
  }
  .phone-slideshow img {
    width: 40%;
    min-width: 120px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .sectioner-header {
    width: 95%;
  }
  h2, h3 {
    font-size: 1.5em;
  }
  .section-content {
    margin-top: 30px;
  }
  .icon-box i {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
  }
  .icon-box h5 {
    margin-top: 18px;
    font-size: 1.2em;
  }
  .icon-box p {
    font-size: 1em;
  }
  .download ul li a img {
    width: 110px;
  }
  .footer {
    padding-top: 2rem !important;
    padding-bottom: 1.5rem !important;
  }
  .footer .container {
    padding: 0 10px;
  }
}

/* --- Modern Visual Enhancements --- */
h2, h3, h4, h5 {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #1e293b;
}

.sectioner-header p, .banner-text p {
  color: #475569;
  font-size: 1.08em;
  line-height: 1.7;
}

.footer {
  background: linear-gradient(120deg, #5cb2ff 60%, #b2e0ff 100%);
  color: #fff;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -4px 24px 0 rgba(60, 120, 200, 0.10);
}
.footer a, .footer p {
  color: #fff !important;
}
.footer a:hover {
  color: #fbbf24 !important;
}

/* --- End Modern Visual Enhancements --- */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5); /* Optional: darken background */
	z-index: 998; /* Just below navbar */
	display: none;
  }
  
  .menu-overlay.active {
	display: block;
  }
  
  @media (max-width: 768px) {
	.banner-text {
	  padding-right: 0;
	  text-align: center;
	}
  
	.icon-box {
	  margin-bottom: 32px;
	}
  
	.test-img,
	.test-text {
	  width: 100%;
	  float: none;
	  text-align: center;
	}
  
	.navbar .nav-item {
	  display: block;
	  margin: 10px 0;
	}
  }
  
/* Responsive Styles */
@media (max-width: 991px) {
    .banner-text {
        padding-right: 0;
        margin: 30px 0 0;
    }
    
    .sectioner-header {
        width: 85%;
    }
    
    .icon-box {
        margin-bottom: 30px;
    }
    
    .navbar .navbar-brand img {
        max-width: 140px;
    }
    
    .banner {
        padding: 80px 0;
    }
    
    .banner-text h2 {
        font-size: 32px;
    }
    
    .banner-text p {
        font-size: 15px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .sectioner-header {
        width: 100%;
    }
    
    .sectioner-header p {
        font-size: 15px;
    }
    
    .slider-item {
        padding: 15px;
    }
    
    .test-img {
        margin-bottom: 15px;
    }
    
    .test-img img {
        width: 120px;
        height: 120px;
    }
    
    .test-text {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .slider .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .icon-box i {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 40px;
    }
    
    .icon-box h5 {
        font-size: 18px;
    }
    
    .icon-box p {
        font-size: 13px;
    }
    
    .about-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .banner {
        padding: 60px 0;
    }
    
    .banner-text h2 {
        font-size: 28px;
    }
    
    .banner-text p {
        font-size: 14px;
        margin: 20px 0;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .sectioner-header {
        margin-bottom: 30px;
    }
    
    .sectioner-header p {
        font-size: 14px;
    }
    
    .slider-item {
        padding: 10px;
    }
    
    .test-img img {
        width: 100px;
        height: 100px;
    }
    
    .test-text {
        font-size: 13px;
    }
    
    .slider .title {
        font-size: 15px;
    }
    
    .icon-box {
        padding: 15px 10px;
    }
    
    .icon-box i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }
    
    .icon-box h5 {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .icon-box p {
        font-size: 12px;
        width: 90%;
    }
    
    .navbar .nav-item {
        margin: 5px 0;
    }
    
    .navbar .navbar-collapse {
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
}
  
/* iPhone 14 Pro Max specific styles */
@media screen and (max-width: 431px) {
    .phone-slideshow {
        height: 220px;
    }
    
    .phone-slideshow img {
        width: 50%;
        margin-top: 55px;
    }
}

/* iPhone 12 Pro specific styles */
@media screen and (max-width: 390px) {
    .phone-slideshow {
        height: 200px;
    }
    
    .phone-slideshow img {
        width: 45%;
        margin-top: 30px;
		margin-bottom: 50px;
    }
}
  