/*========================================================================

	Template Name: One Page Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About us
	05. Services area
	06. Call to action
	07. Portfolio
	08. Team
	09. Faq
	10. Pricing plan
	11. Testimonial
	12. Blog
	13. Contact us
	14. Footer
		
----------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
  }
/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #0c5adb;
	color: #fff;
}

::-moz-selection {
	background-color: #0c5adb;
	color: #fff;
}

img {
	max-width: 100%;
}

body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
}

.theme-bg-light {
	background-color: #1D4DDC;
}

.theme-bg-dark {
	background-color: #0e0e0e;
}

p {
	line-height: 24px;
	font-size: 14px;
	color: #6c757d;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 60px;
	font-weight: 700;
}

h2 {
	font-size: 36px;
	font-weight: 700;
}

h3 {
	font-size: 26px;
	font-weight: 700;
}

h4 {
	font-size: 24px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	font-weight: 700;
}

ul,
ol,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #1d57dd;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}

.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #0247b7;
}

/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	border: 2px solid #0c5adb;
	text-decoration: none;
	display: inline-block;
	background-color: #1d57dd;
	-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-style-1:hover {
	background-color: #0247b7;
	color: #fff;
	text-decoration: none;
}

.video-btn {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	background-color: #1d57dd;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 1;
	transition: 0.3s;
	position: relative;
	color: #fff;
}

.video-btn:hover {
	color: #fff;
	background-color: #0247b7;
}

.video-btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.video-btn:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}

@keyframes pulseInOut {
	0% {
		opacity: 1;
		transform: scale(.3)
	}

	100% {
		opacity: 0;
		transform: scale(1.7)
	}
}

/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}

#preloader .spinner-grow {
	top: 50%;
	position: relative;
}

/* --- section title --- */
.section-title {
	position: relative;
	text-align: center;
}

.section-title h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #0c5adb;
	margin-bottom: 8px;
	padding-left: 15px;
}

.section-title h2 {
	font-weight: 700;
	font-size: 34px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 10px;
	position: relative;
}

/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}

.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d57dd+0,5db0d8+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(left, rgba(29, 87, 221, 0.8) 0%, rgba(93, 176, 216, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(29, 87, 221, 0.8) 0%, rgba(93, 176, 216, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(29, 87, 221, 0.8) 0%, rgba(93, 176, 216, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1d57dd', endColorstr='#cc5db0d8', GradientType=1);
	/* IE6-9 */
}

.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.slider .carousel-item.slider-one {
	background-image: url("../1-slider.jpg");
	/*edit image*/
}

.slider .carousel-item.slider-two {
	background-image: url("../1-slider.jpg");
	/*edit image*/
}

.slider .carousel-item.slider-three {
	background-image: url("../1-slider.jpg");
	/*edit image*/
}

.slider .carousel-caption .slider-caption-box p {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
}

.slider .carousel-caption h2 {
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
}

.slider .carousel-caption h2 span {
	color: #0c5adb;
	text-decoration: underline;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
	border-radius: 6px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 18px;
}

.slider .carousel-control-next {
	bottom: auto;
	width: auto;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 10px;
	transform: translateY(-50%);
}

.slider .carousel-control-prev {
	left: 10px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* ===================================
	04. About us
=================================== */
.about-content .about-title span {
	color: #1d57dd;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 6px;
	display: inline-block;
}

.about-content .about-title h2 {
	margin-bottom: 20px;
	font-size: 34px;
}

.about-img {
	position: relative;
}

.about-img img {
	border-radius: 6px;
}

.about-us-since {
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 20px 30px;
	background-color: #1d57dd;
	border-radius: 6px;
}

.about-us-since h3 {
	color: #fff;
}

/* single counter */
.single-counter-box {
	position: relative;
	text-align: left;
}

.single-counter-box .text-wrap .counter-info-text span {
	color: #1d57dd;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	display: inline-block;
}

.single-counter-box .text-wrap h4 {
	color: #1d57dd;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	white-space: nowrap;
}

/* ===================================
	05. Services area
=================================== */
.service-box {
	padding: 30px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	text-align: center;
	position: relative;
}

.service-box .number {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: 600;
	font-size: 20px;
	-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;
}

.service-box:hover .number {
	color: #1d57dd;
}

.service-box i {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #1d57dd;
	font-size: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.service-box h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}

.service-box h3 a {
	color: #333;
	-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;
}

.service-box p {
	margin-bottom: 0px;
}

.service-box:hover i {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(380deg);
	border: 1px solid #1d57dd;
	background-color: #1d57dd;
	color: #fff;
}

/* ===================================
	06. Call to action
=================================== */
.call-to-action-area {
	background-image: url(../call-to-action-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 0;
}

.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.cta-content {
	padding: 40px;
	border: 8px solid rgba(255, 255, 255, 0.4);
}

.call-to-action-area h2 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 15px;
}

.call-to-action-area h2 a {
	color: #fff;
	text-decoration: underline;
}

.call-to-action-area p {
	color: #fff;
	line-height: 28px;
}

/* ===================================
	07. Portfolio
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}

.filter1 li span {
	cursor: pointer;
	padding: 8px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #333;
	text-transform: uppercase;
	-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;
}

.filter1 li span.active,
.filter1 li span:hover {
	color: #fff;
	background-color: #1d57dd;
}

.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
}

.portfolio-box .portfolio-box-img img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.portfolio-box:hover .portfolio-box-img img {
	transform: scale(1.1);
}

.portfolio-box .portfolio-des {
	left: 0;
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 15px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.portfolio-box:hover .portfolio-des {
	opacity: 1;
}

.portfolio-box .portfolio-des h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 6px;
	font-weight: 600;
}

.portfolio-box .portfolio-des span {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
}

.portfolio-box .zoom-icon {
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #1d57dd;
	z-index: 5;
	border-radius: 6px;
	color: #fff;
	-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;
}

.portfolio-box .zoom-icon:hover {
	background-color: #0247b7;
	color: #fff;
}

/* ===================================
	08. Team
=================================== */
.team-item {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}

.team-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.2);
}

.team-item .team-item-img img {
	-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;
}

.team-item:hover .team-item-img img {
	transform: scale(1.1);
}

.team-item-caption {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

.team-item .team-social {
	position: absolute;
	left: 15px;
	z-index: 2;
	bottom: 15px;
	margin-top: 15px;
	-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;
}

.team-item .team-social a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	-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;
}

.team-item .team-social a:hover {
	color: #1d57dd;
}

.team-item-name a {
	position: relative;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 8px;
}

.team-item-status {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #fff;
}

/* ===================================
	09. Faq
=================================== */
/* CSS for Fixed-Size Zoom Effect with Rounded Corners on Hover */
.faq-text-answer {
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
.faq-img-container {
	width: 100%;
	overflow: hidden;
	max-height: 400px;
	border-radius: 10px;
	/* Adjust this value for softer or sharper corners */
}

.faq-image {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, opacity 0.3s ease;
	border-radius: 10px;
	/* Match this with container for consistent rounded edges */
}

.faq-image:hover {
	transform: scale(1.1);
}

/* Smooth fade-in and fade-out effects */
.faq-image.fade-out {
	opacity: 0;
}

.faq-image.fade-in {
	opacity: 1;
}

.faq-box {
	border-radius: 6px;
	overflow: hidden;
}

.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
	text-align: left;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}

.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}

.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}

.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}

.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
	padding: 20px 20px !important;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.1);
}

.faq-box .accordion-item {
	margin-bottom: 10px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}

.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}

.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: #0e0e0e;
}

.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff !important;
	padding: 20px !important;
	border-bottom: 0;
	font-size: 14px;
	border-radius: 0px;
	background-color: #1d57dd;
}

.faq-img img {
	border-radius: 6px;
}

/* ===================================
	10. Pricing plan
=================================== */
.pricing-box {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
	background-color: #fff;
	-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;
}

.pricing-box:hover {
	border: 1px solid #1d57dd;
	box-shadow: 0px 10px 50px 0px rgba(160.5, 160.5, 160.5, 0.5);
}

.pricing-box h4 {
	padding: 30px 0px 10px 0px;
	color: #333;
}

.pricing-box h5 {
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
	margin: auto;
	border-radius: 100%;
	background-color: #1d57dd;
	font-size: 30px;
	line-height: 24px;
	color: #fff;
	font-weight: 800;
}

.pricing-box .center-text {
	padding-top: 55px;
}

.pricing-box h5 span.currency {
	color: #fff;
}

.pricing-box h5 span.small-text {
	font-size: 12px;
	color: #fff;
	width: 100%;
	display: inline-block;
}

.pricing-box .pricing-des {
	padding: 30px;
}

.pricing-box ul {
	margin-bottom: 30px;
}

.pricing-box ul li {
	font-size: 14px;
	color: #333;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-box ul li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

/* ===================================
	11. Testimonial
=================================== */
.testimonial-box {
	overflow: hidden;
	text-align: center;
}

.testimonial-box .quote-icon {
	color: #1d57dd;
	font-size: 30px;
	margin-bottom: 15px;
}

.testimonial-box .author-thumb img {
	border-radius: 100%;
	margin-bottom: 15px;
	max-width: 80px;
	display: inline-block;
}

.testimonial-box .profile-info {
	margin-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 25px;
}

.testimonial-box p {
	color: #333;
}

.testimonial-box .profile-info h3 {
	color: #333;
	padding-bottom: 2px;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
}

.testimonial-box .profile-info span {
	color: #1d57dd;
}

/* ===================================
	12. Blog
=================================== */
.blog-item {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.blog-item .blog-item-img {
	overflow: hidden;
	position: relative;
}

.blog-item .blog-item-title {
	line-height: 24px;
	margin-bottom: 14px;
}

.blog-item .blog-item-title a {
	font-size: 18px;
	color: #333;
	-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;
}

.blog-item .blog-item-title a:hover {
	color: #1d57dd;
}

.blog-item .blog-item-meta {
	display: flex;
	align-items: center;
}

.author-profile {
	display: flex;
	align-items: center;
}

.blog-item .blog-item-meta .author-img img {
	border-radius: 100%;
	width: 50px;
	height: 50px;
}

.blog-item .blog-item-img img {
	-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;
}

.blog-item:hover .blog-item-img img {
	transform: scale(1.1);
}

.blog-item .blog-item-meta .date {
	margin-left: auto;
	color: #333;
}

.blog-item .blog-item-meta .author-meta {
	margin-left: 15px;
}

.blog-item .blog-item-meta .author-meta h6 a {
	color: #1d57dd;
}

.blog-item .blog-item-meta .author-meta p a,
.blog-item .blog-item-meta .author-meta p {
	color: #333;
	font-size: 12px;
}

.blog-item .mata-label {
	font-size: 11px;
	color: #fff;
	background-color: #1d57dd;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 4px;
	display: inline-block;
	-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;
}

.blog-item:hover .mata-label,
.blog-item:hover .mata-label:after {
	background-color: #0247b7;
	color: #fff;
}

/* ===================================
	13. Contact us
=================================== */
.contact-info-box {
	width: 100%;
	display: flex;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.contact-info-box:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contact-info-box .contact-info-content h6 {
	color: #64697F;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 14px;
}

.contact-info-box .contact-info-content a {
	color: #000;
	font-size: 18px;
}

.contact-info-box .contact-info-content p {
	color: #000;
	font-size: 18px;
}

.contact-info-box .contact-info-content a:hover {
	color: #1d57dd;
}

.contact-form input {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
	height: 55px;
	padding: 0px 10px;
	background-color: transparent;
	border: 0;
	border-radius: 0px;
	color: #333;
	font-size: 14px;
}

.contact-form textarea {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
	border-radius: 0px;
	color: #333;
	padding: 0px 10px;
	background-color: transparent;
	border: 0;
	font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #333;
	font-size: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	background-color: transparent;
	color: #333;
	box-shadow: none;
	font-size: 14px;
}

.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}

/* ===================================
	14. Footer
=================================== */
.footer {
	width: 100%;
	display: inline-block;
	background-color: #000;
}

/* social icon footer */
.social-icon-footer a {
	background-color: #1d57dd;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 40px;
	line-height: 41px;
	margin: 0 2px;
	text-align: center;
	width: 40px;
	-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;
}

.social-icon-footer a:hover {
	background-color: #0247b7;
	color: #fff;
}

/* footer copyright */
.footer-copyright {
	font-size: 14px;
	color: #c5c5c5;
}

/* ===================================
    15. Bot - Updated Message Input Styling
=================================== */
/* Layout Styling */
#mainContainer {
    display: flex;
    flex-direction: row; /* Default to horizontal layout */
    height: 85vh;
    padding: 20px;
    gap: 20px;
    
}

#leftPanel {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#rightPanel {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Responsive Layout for Smaller Screens */
@media (max-width: 768px) {
    #mainContainer {
        flex-direction: column; /* Stack panels vertically */
        height: auto;
        padding: 10px;
        gap: 15px;
    }

    #leftPanel, #rightPanel {
        flex: 1; /* Make panels take equal width */
        width: 100%;
    }

    #videoContainer {
        height: 30vh !important; /* Reduce height for smaller screens */
    }

    #chatHistory {
        height: 30vh !important; /* Adjusted height for message box */
    }
}

/* Button Styling */
.buttonContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Allow buttons to wrap in small screens */
    gap: 10px; /* Add gap between buttons for better spacing */
}

/* Updated Button Design to Match Hosti.ai Style */
.rounded-button, #sendButton {
    padding: 12px 24px;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background-color: #1c5aff; /* Bright blue shade */
    border: none;
    border-radius: 8px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    text-align: center;
}

.rounded-button:hover, #sendButton:hover {
    background-color: #1549c7; /* Slightly darker blue for hover */
}

.rounded-button:active, #sendButton:active {
    transform: scale(0.98); /* Slight shrink effect on click */
}

/* Textarea and Video Styling */
.rounded-box {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    resize: none;
}

/* Chat History Box aligned with the video container */
#chatHistory {
    height: calc(60vh - 20px); /* Increased height by 50px by reducing the subtraction value */
    font-size: 0.9em;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    color: #333;
    border-radius: 8px;
}

#videoContainer {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 12px; /* Added rounded corners for consistency */
    overflow: hidden; /* Ensure content stays within the rounded container */
}

#videoContainer video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 12px; /* Keep video corners rounded to match container */
    object-fit: contain; /* Ensure the video maintains its aspect ratio */
}

/* Message Container Styling */
#messageContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px; /* Added margin to separate message container from chat history */
}

#userMessageBox {
    height: 60px;
    flex-grow: 1;
    font-size: 1em;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Added the same shadow as other components */
    resize: none;
}

/* Loader Styling */
#precise-pulse-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.precise-pulse-circle {
    width: 24px;
    height: 24px;
    background-color: #d3d3d3;
    border-radius: 50%;
    animation: precisePulse 1.2s infinite ease-out;
}

@keyframes precisePulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }
    40% {
        transform: scale(1.4);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
