/* ==============================landing calender page start ======================= */
.landing-calender .container {
	/* max-width: 1660px; */
}
.landing-calender .theme__btn {
	border-radius: 16px;
	text-transform: capitalize;
	height: 60px;
	padding: 0 36px;
}
.cal__title {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 40px;
}

.cal__title span {
	color: #2956cb;
}
/* event calendar start */
.mbsc-ios.mbsc-calendar {
	border: 1px solid #f7f7f7;
	border-radius: 10px;
}
.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-ios.mbsc-ltr.mbsc-calendar-day-labels {
	height: 115px;
}
/* event calendar end */

/* calender-hero */
.calender-hero {
	padding: 160px 0 260px;
	background: #e7f3fb;
}

.calender-hero-content {
	max-width: 1400px;
	margin: auto;
}

.calender-hero-content p {
	font-size: 18px;
	font-weight: 500;
	max-width: 910px;
	margin: 50px auto;
}

.calender-hero-content h1 {
	max-width: 830px;
	margin: auto;
	font-size: 60px;
	font-weight: 600;
}

.calender-hero-content h1 span {
	color: #2956ca;
}
/* calender-hero end */

/* calender-slider start */
.calender-slider {
	margin-top: -200px;
}

.calender-slider .owl-stage-outer {
	padding: 30px 0;
}
.calender-slider-item {
	scale: 0.85;
	border-radius: 10px;
	overflow: hidden;
}

.owl-item.active .calender-slider-item {
	position: relative;
	left: -20px;
}

.owl-item.active.center .calender-slider-item {
	scale: 1;
	position: unset;
}

.owl-item.active.center + .owl-item.active .calender-slider-item {
	left: auto;
	right: -20px;
}
/* calender-hero end */

/*brand Start */
.brand.v2 {
	height: auto;
	box-shadow: none;
}
.branding__slider {
}
.brand.v2 .brand__slider-wrap {
	width: 100%;
}
.branding__slider .slick-slide {
	width: 200px;
	text-align: center;
}
.brand.v2 .brand__logo {
	justify-content: center;
	display: flex !important;
}
.brand.v2 h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 50px auto 30px;
	letter-spacing: 4px;
	font-weight: 600;
	color: #ef4c21;
}
/*brand  end */

/*cal-about Start */
.cal-about {
	padding: 100px 0;
}
.cal-about-content {
}

.cal-about-content h1 {
	margin-bottom: 40px;
}

.cal-about-content a {
	margin-top: 30px;
}

.cal-about-content p {
	font-size: 18px;
	max-width: 810px;
	opacity: 0.5;
	margin-bottom: 20px;
}

.cal-about-cont {
	max-width: 700px;
	margin-bottom: 30px;
}

.cal-about-content h1 span {
	color: #2956cb;
}
.cal-about-image {
	border-radius: 30px;
	overflow: hidden;
	max-width: 550px;
	margin-left: auto;
	height: 650px;
}

.cal-about-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cal-about-image img {
	width: 100%;
}
/*cal-about  end */

/*custome-cal Start */
.custome-cal {
	padding-bottom: 100px;
}
.custome-cal-wrapper {
	background: #2956cb;
	color: #fff;
	border-radius: 40px;
	padding: 30px;
}

.custome-cal-wrapper .row {
	--bs-gutter-x: 30px;
}

.custome-cal-wrapper p {
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.custome-cal-wrapper h1 {
	font-weight: 600;
	font-size: 40px;
}
/*custome-cal  end */

/*cal-service Start */
.cal-service {
	padding: 120px 0;
	background: #e6f2fb;
}
.cal-service-wrapper {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 50px;
}

.cal-service-wrapper ul {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cal-service-wrapper p {
	font-weight: 500;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: 0.5;
}

.cal-service-wrapper > picture {
	max-width: 500px;
	background: #ece9e4;
	border-radius: 10px;
	height: 420px;
}

.cal-service-wrapper h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}

.cal-service-wrapper ul:first-child li {
	flex-direction: row-reverse;
	text-align: right;
}

.cal-service-wrapper ul li {
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	display: flex;
	gap: 14px;
}

.cal-service-wrapper ul li picture {
	width: 32px;
	flex-shrink: 0;
}
/*cal-service  end */

/*testimonial Start */
.cal-testimonial {
	padding-bottom: 80px;
}

.testimonial-Slider {
}

.testimonial-Slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.testimonial-Slider .owl-dot {
	width: 10px;
	height: 10px;
	background: #e7f3f9 !important;
	border-radius: 50%;
}

.testimonial-Slider .owl-dot.active {
	background: #2956cb !important;
}

.testimonial-Slider .slick-track {
	/* width: 100% !important; */
	max-width: 100%;
	height: 500px;
}

.testimonial__block {
	text-align: center;
	background: #e7f3f9;
	border-radius: 16px;
	width: 100%;
	padding: 60px 60px;
}

.testimonial__block span {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
}

.testimonial__block h3 {
	text-transform: capitalize;
	font-weight: 700;
	color: #2956cb;
	margin-bottom: 0;
}

.testimonial__block p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* testimonial end */

/*cal-newsLatter Start */
.cal-newsLatter {
}

.newsLatter__content {
	background: #2956cb;
	color: #fff;
	border-radius: 24px;
	padding: 60px;
}

.newsLatter__content p {
	max-width: 800px;
	font-size: 18px;
	margin-bottom: 30px;
}

.newsLatter__content h2 {
	font-weight: 600;
	max-width: 790px;
	margin-bottom: 10px;
}
.newsLatter__content-btns {
	display: flex;
	align-items: center;
	gap: 16px;
}

.newsLatter__content-btns a.theme__btn.bordered {
	border: 2px solid #fff;
	background: no-repeat;
}
.theme__btn {
}
.bordered {
}
/*cal-newsLatter  end */

/*cal-year Start */
.cal-year {
	margin-top: 100px;
}

.cal-year-slider {
}

.cal-year-block {
	position: relative;
	display: block;
}

.cal-year-block img {
	width: 100%;
}

/* 1. The Main Dot */
.image-hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f44b1b;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
    /* Bind the animation defined below */
    animation: pulse-red 2s infinite;
}

/* 2. The Animation Keyframes */
@keyframes pulse-red {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    
    70% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    
    100% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* Optional: Pause animation on hover so it's easier to click */
.image-hotspot:hover {
	background: #2956ca;
    transform: translate(-50%, -50%) scale(1.1);
}
.cal-landing-popup {
	width: 550px;
	max-width: 100%;
	
}
.cal-popup-img {
	padding-bottom: 20px;
}
.cal-landing-popup h4 {
	line-height: 1.3;
}
.owl-nav {
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 50px;
}

.owl-nav button i {
	width: 48px;
	height: 48px;
	color: #fff !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f44b1b;
}

.owl-nav button {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #f44b1b !important;
	font-weight: 700 !important;
	text-transform: capitalize;
	font-size: 18px !important;
}
/*cal-year  end */

/* Start */
/*  end */

/* Start */
/*  end */

/* Start */
/*  end */

/*footer Start */
.cal-footer {
	background: #000;
	color: #fff;
	padding: 70px 0 20px;
}

.cal-footer hr {
	opacity: 1;
}

.cal-footer p {
	margin: 0;
}

.footer__nav ul li {
	margin-bottom: 18px;
}

.footer__nav ul li a {
	opacity: 0.6;
	transition: all 0.3s;
	font-size: 14px;
}

.footer__nav ul li a:hover {
	opacity: 1;
}

.footer__nav h5 {
	text-transform: capitalize;
	font-weight: 700;
	margin: 0;
	font-size: 18px;
}

.footer__nav {
	margin-bottom: 40px;
}

.nav-prev {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    background-image: url('../img/icon/arrow-left.svg');
    background-repeat: no-repeat;
}
.nav-next {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    background-image: url('../img/icon/arrow-right-line.svg');
    background-repeat: no-repeat;
}

/*footer  end */

/*========== calendar-landing responsive start ===================*/

@media (max-width: 1500px) {
	.owl-item.active .calender-slider-item {
		left: -10px;
	}
	.owl-item.active.center + .owl-item.active .calender-slider-item {
		right: -14px;
	}
}
@media (max-width: 1199px) {
	.owl-item.active .calender-slider-item {
		left: -10px;
	}
	.owl-item.active.center + .owl-item.active .calender-slider-item {
		right: -14px;
	}
	.calender-hero-content h1 {
		font-size: 40px;
		max-width: 630px;
	}

	.calender-hero-content p {
		max-width: 770px;
		margin: 30px auto;
	}
	.custome-cal-wrapper h1 {
		font-size: 30px;
	}

	.cal__title {
		font-size: 30px;
	}

	.cal-service-wrapper > picture {
		max-width: 350px;
		height: 350px;
	}

	.cal-service-wrapper ul li {
		padding: 12px;
	}

	.cal-service-wrapper ul li picture {
		width: 24px;
	}

	.cal-service-wrapper p {
		font-size: 14px;
	}
	.newsLatter__content h2 {
		max-width: 700px;
	}

	.newsLatter__content p {
		max-width: 700px;
	}
	.cal-about-image {
		height: 450px;
	}
}
@media (max-width: 991px) {
	.owl-item.active .calender-slider-item {
		left: 0px;
	}
	.owl-item.active.center + .owl-item.active .calender-slider-item {
		right: 0px;
	}
	.calender-hero {
		padding-top: 100px;
	}
	.cal-about-image {
		height: 340px;
	}

	.cal-about-content h1,
	.cal__title {
		font-size: 28px;
	}

	.cal-about-content h1 {
		margin-bottom: 20px;
	}

	.landing-calender .theme__btn {
		margin-top: 14px;
	}

	.cal-about-content p {
		font-size: 16px;
	}
	.custome-cal-image {
		margin-bottom: 30px;
	}

	.cal-service-wrapper {
		flex-direction: column;
	}

	.cal-service-wrapper ul li {
		padding: 20px;
	}

	.cal-service-wrapper p {
		font-size: 16px;
	}

	.cal-service-wrapper > picture {
		max-width: 100%;
		height: auto;
	}

	.cal-service-wrapper ul {
		width: 100%;
	}

	.cal-about-image {
		margin: auto;
	}

	.newsLatter__content-btns {
		flex-direction: column;
		gap: 4px;
	}
}
@media (max-width: 767px) {
	p.top-text {
		padding: 10px;
		font-size: 14px;
	}

	a.theme__btn.v2 {
		padding: 0 18px;
		height: 49px;
		margin-left: 10px;
		font-size: 14px;
	}

	.calender-hero-content h1 {
		font-size: 32px;
	}

	.calender-hero-content p {
		font-size: 15px;
	}

	.calender-hero {
		padding-top: 75px;
		padding-bottom: 230px;
	}
	.brand.v2 h3 {
		margin-top: 0;
	}
	.cal-about .row {
		flex-direction: column-reverse;
		gap: 30px 0;
	}

	.cal-about-content h1,
	.cal__title {
		font-size: 24px;
	}
	.custome-cal-wrapper {
		border-radius: 20px;
	}

	.cal-about {
		padding: 70px 0;
	}

	.custome-cal-wrapper p {
		font-size: 16px;
	}

	.custome-cal-wrapper h1 {
		font-size: 24px;
	}

	.landing-calender .theme__btn {
		font-size: 14px;
		padding: 0 24px;
		height: 50px;
	}

	.custome-cal {
		padding-bottom: 80px;
	}

	.cal-service {
		padding: 80px 0;
	}
	.testimonial__block {
		padding: 40px 24px;
	}

	.testimonial__block p {
		font-size: 16px;
	}
	.newsLatter__content {
		padding: 30px;
	}

	.newsLatter__content h2 {
		font-size: 24px;
	}
	.footer__nav ul li {
		margin-bottom: 10px;
	}
	.newsLatter__content p {
		font-size: 16px;
	}
	.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-ios.mbsc-ltr.mbsc-calendar-day-labels {
		height: 60px;
	}
}
/* ==============================landing calender page end ======================= */
