@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins";
}

body {
	font-family: "Poppins", Sans-serif;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}

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

.container {
	max-width: 1200px;
}

header {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 10px 0px;
	z-index: 9;
}

.header-logo {
	width: 310px;
}

.header-top-wraper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header-contact {
	width: calc(100% - 332px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.header-contact a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    gap: 8px;
    background: #cc1723;
    padding: 2px 20px;
    border-radius: 100px;
}
.banner-section {
	/* height: 100vh; */
	width: 100%;
	background-size: 100% 100%;
	min-height: 700px;
	display: flex;
	align-items: flex-end;
	padding-top: 100px;
}

.banner-title {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 700;
}

.banner-section strong {
	color: #fff;
	font-size: 30px;
	margin-top: 25px;
	font-weight: 600;
	display: block;
	line-height: 1.2;
}

.banner-review-logo {
	margin-top: 30px;
}

.banner-content {
	padding-bottom: 150px;
}

.banner-center {
	width: 28.644%;
	display: flex;
	align-items: flex-end;
}

.col-md-4.banner-left {
	width: 37.631%;
}

.form-control {
	border: none;
	border-radius: 10px;
	font-size: 15px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 12px;
	outline: none;
	box-shadow: none;
}

.form-group {
	margin-bottom: 10px;
}

.banner-form {
	background-color: rgba(3, 59, 105, 0.85);
	padding: 25px;
	border-radius: 15px;
}

.banner-form-title span {
    line-height: 1.3;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

.banner-form-title {
	font-size: 35px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 20px;
}

.submit-btn {
	width: 100%;
	font-weight: 600;
	padding: 10px 10px 10px 10px;
	background: #ee3124;
	background-size: 100% 200%;
	background-position: 100% 0;
	transition: background-position .8s;
	border: 0;
	color: #fff;
	border-radius: 12px;
	font-size: 18px;
}

.form-privacy {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.form-privacy img {
	margin-right: 10px;
}

.banner-form-wraper {
	padding: 50px 0 100px;
}

.banner-icon.banner-icon-3 {
	right: 0;
	top: 130px;
}

.banner-center-image {
	position: relative;
	padding-bottom: 50px;
}

.banner-icon.banner-icon-1 {
	top: 60px;
	left: 0;
}

.banner-icon {
	max-width: 50px;
	position: absolute;
}

.banner-icon.banner-icon-2 {
	left: -60px;
	bottom: 115px;
}

.banner-icon.banner-icon-4 {
	bottom: 60px;
	right: -60px;
}

.ticker-box {
	background-color: #ee3124;
	padding: 25px 0;
	display: flex;
	align-items: center;
	margin-top: -50px;
	position: relative;
	background-image: url('../images/border-line.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.ticker-box .ticker {
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 100s;
	animation-duration: 100s;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.ticker-box .ticker .ticker-item {
	font-weight: 600;
	display: inline-block;
	padding: 0 1rem;
	color: #fff;
	font-size: 25px;
}

.service-box-list {
	width: 33.33%;
	padding: 10px;
}

.service-box-wraper {
	display: flex;
	flex-wrap: wrap;
}

.service-box {
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.23);
	padding: 20px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	background: #08477a;
}

.service-box-title {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
}

.box-content {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
}

.service-box-icon {
	max-width: 50px;
	margin: 0 auto 15px;
}

.section-pd {
	padding: 40px 0;
}

.service-box-icon img {
	width: 40px;
	height: 40px;
}

p.sub-heading {
	font-size: 16px;
	width: 50%;
	margin: 0px auto 10px;
}

/*Welcome Content*/
.home_about_section {
	padding: 60px 0;
}

.home_about_section span {
	font-size: 22px;
	line-height: 1;
	letter-spacing: 5px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.home_about_section h1.title-home {
	font-size: 75px;
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
}

.home_about_section img {
	border-radius: 20px;
}

.counter-left-content {
	color: #ee3124;
	font-size: 100px;
	font-weight: 800;
}

.service-section.section-pd {
	padding-top: 0;
}

.services-listing {
	background: #F4F4F4;
	margin-top: 70px;
	padding: 30px 0 110px;
}

.service-list-box {
	transition: 0.2s all ease-in-out;
	border-radius: 16px;
	background-color: rgb(255, 255, 255);
	padding: 20px;
	border: 1px solid #fdf4ef;
	min-height: 230px;

}

ul.service-roofer-list {
	padding: 10px 0 0;
	column-count: 2;
}

li.service-item {
	list-style: none;
	display: flex;
	gap: 10px;
}

li.service-item i.bi.bi-check-circle-fill {
	color: #08477a;
}

.experts-image img {
	height: 420px;
	border-radius: 20px;
}

.service-list-box:hover {
	transition: 0.2s all ease-in-out;
	transform: scale(1.03);
	box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}

span.uael-before-heading {
	color: #ee3124;
	font-size: 60px;
	font-weight: 600;
}

.service-top {
	font-size: 25px;
	font-weight: 500;
	color: #111112;
}

span.counter-experience {
	font-size: 26px;
	font-weight: 600;
	color: #ee3124;
	display: block;
	line-height: normal;
}

.counter-left-content {
	display: flex;
}

.counter-right-content {
	padding-left: 10px;
	line-height: 27px;
	margin-top: 20px;
}

.counter-wraper {
	display: flex;
	align-items: center;
}

.service-icon {
	width: 60px;
	height: 60px;
	background-position: top center;
	background-size: cover;
	margin: auto;
	transition: ease .5s;
}

.service-title {
	font-size: 18px;
	font-weight: 600;
	width: calc(100% - 60px);
	padding-left: 15px;
	line-height: 30px;
	color: #111112;
}

.service-content {
	color: #666666;
	margin-top: 20px;
	font-size: 16px;
	height: 100px;
	line-height: 25px;
}

.service-list {
	padding-top: 15px;
	padding-bottom: 15px;
}

.service-list-box:hover .service-icon {
	background-position: bottom center;
}

.service-list-box:hover .service-title {
	color: #ee3124;
}


.other-lists-block h2.heading {
	margin-bottom: 40px;
}

a.common-btn:hover {
	opacity: 0.5;
}

.accordion h2 {
	margin: 0;
	color: #000 !important;
	font-weight: bold !important;
}

.accordion-item button.accordion-button {
	color: var(--bs-accordion-active-color);
	font-weight: bold;
	background-color: #e5e9ec;
	padding: 20px 25px;
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: #e5e9ec;
}

.accordion-body {
	line-height: 25px;
	padding: 20px 25px 30px;
}

.accordion-item {
	margin: 12px 0;
	border: none;
	background: #f4f5ff !important;
	border-radius: 15px !important;
	overflow: hidden;
}

.service-section.faq-section {
	padding: 40px 0 70px;
}

.mx-auto.faq-lists {
	margin-top: 15px;
}

.service-large-list {
	padding: 20px;
	border: 1px solid #00000040;
	width: 47%;
	margin: 15px auto;
	border-radius: 10px;
}

.service-box-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.services-main {
	margin-top: 30px;
}

.heading,
h2,
.h2 {
	font-size: 40px;
	font-weight: 700;
	color: #032541;
	margin: 40px 0 0;
}

.common-btn {
	background-color: transparent;
	font-size: 18px;
	background: #08477a;
	border-radius: 15px;
	font-weight: 600;
	padding: 12px 35px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	gap: 10px;
	border: none;
}

.service-list-box button.common-btn {
	font-size: 17px;
	line-height: 1.6;
}

.book-btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 25px;
}

.book-btns span {
	padding: 0 10px;
	color: #fff;
}

.book-section-row {
	position: relative;
	padding: 0 50px;
}

.book-section-row:before {
	content: '';
	position: absolute;
	left: 0;
	right: -100vw;
	height: 100%;
	background: url('../images/brett-rogers.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.book-content p {
	color: #fff;
	line-height: 1.5;
	margin: 20px 0;
}

a.common-btn.white-btn {
	background: #fff;
	color: #08477a;
}


.section-image {
	margin-top: -80px;
}

.experts-image {
	height: 100%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.experts-list-wraper {
	display: flex;
}

.experts-box {
	height: 100%;
	background: #08477a;
	color: #fff;
	text-align: center;
	padding: 25px;
	border-radius: 15px;
}

.experts-list {
	width: 25%;
	margin-top: 30px;
	padding: 0 5px;
}

.experts-box ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

.experts-box li {
	display: flex;
	line-height: 1.1;
	margin: 12px 0;
	gap: 10px;
	font-size: 15px;
}


.outsource-section {
	padding: 10px 0 70px;
}

.h2 span,
h2 span,
.heading span {
	color: #ee3124;
}

.outsource-content {
	padding-right: 50px;
}

.outsource-content p {
	line-height: 25px;
	margin: 20px 0;
}

.outsource-inner {
	padding: 40px;
	border-radius: 20px;
	background: #f2f5f8;
}

.outsource-content h2.heading {
	margin-top: 10px;
}

.choice-list ul li {
	font-size: 16px;
	padding: 8px;
	margin-bottom: 5px;
	position: relative;
	list-style: none;
	line-height: 1;
	padding-left: 20px;
	color: #111;
}

.choice-list ul li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ee3124;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 12px;
	border-radius: 100px;
}

.photo-wraper .photo {
	width: 25%;
}

.photo-wraper .photo img {
	height: 450px;
	object-fit: cover;
	width: 100%;
}

.review-content {
	position: relative;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	padding-top: 20px;
}

.review-content:before {
	content: '';
	position: absolute;
	right: 10px;
	top: -30px;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url('../images/quote-icon.png');
	transform: rotate(180deg);
	background-size: cover;
	opacity: 0.2;
}

.review-section {
	background: #F4F4F4;
}

.review-section h2.heading {
	margin: 50px 0;
}

.review-slider-items {
	padding: 30px 20px;
	background: #fff;
	height: 100%;
	border-radius: 20px;
}

.client-name {
	font-size: 18px;
	color: #111;
	height: 47px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.review-stars {
	color: #f63a1d;
	font-size: 30px;
	letter-spacing: -3px;
}

.review-content p {
	line-height: 25px;
}

.review-slider {
	padding: 0 10px;
	height: auto;
}

.review-slider-wraper .slick-track {
	display: flex;
}

ul.slick-dots li button {
	display: none;
}

ul.slick-dots li {
	width: 6px;
	height: 6px;
	background: #0674B780;
	border-radius: 50%;
	margin: 5px 5px;
	cursor: pointer;
}

ul.slick-dots li.slick-active {
	background: #0674b7;
}

.slick-dots {
	bottom: -40px;
}

.footer-section {
	position: relative;
}


footer {
	margin: auto;
	background: url(../images/banner-img01.png);
	background-size: cover;
	background-repeat: no-repeat;
}

form#footerForm input.submit-btn {
	background: #08477a;
}

.footer-logo img {
	width: 250px;
	margin: 20px 0;
}


.footer-section {
	position: relative;
	padding-right: 50px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
}

.footer-left {
	position: relative;
	top: 20px;
}

footer {
	padding-top: 50px;
}

.footer-content .heading {
	font-weight: 700;
	line-height: 45px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer-content h4 {
	font-size: 35px;
	font-weight: 500;
	color: #ffffff;
}

.footer-heading {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 600;
}

.footer-address {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #FFFFFF;
}

.footer-email-address {
	margin-bottom: 5px;
}

.footer-email-address a {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-phone-address a {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-bottom {
	position: relative;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #ffffff4f;
	padding: 20px 10px 0;
	margin-top: 30px;
}

.footer-bottom a {
	color: #fff;
	text-decoration: none;
}

.footer-form {
	background: #ee3124;
	padding: 25px;
	border-radius: 20px;
}

.footer-form-title span {
	display: block;
	font-size: 20px;
	font-weight: 500;
}

.footer-form-title {
	font-size: 35px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 15px;
}

main {
	overflow: hidden;
}


/*Custom CSS*/
.form-group {
	position: relative;
	margin-bottom: 10px;
}

.error {
	position: absolute;
	top: 118%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 14px;
	z-index: 9999;
	display: none;
	min-width: 350px;
	max-width: 100%;
}

.error.active {
	display: block;
	/* Show error when active */
}


@media (max-width: 1199px) {

	.banner-title {
		font-size: 50px;
	}

	.experts-box-title {
		font-size: 20px;
	}


	footer {
		background-size: cover;
	}

}


@media (max-width: 990px) {


	.heading,
	h2,
	.h2 {
		font-size: 30px;
	}

	.experts-image {
		/* align-items: center; */
	}

	.experts-list {
		width: 50%;
	}

	.partner-logo img {
		max-width: 200px;
		max-height: 70px;
	}

	p.sub-heading {
		width: 100%;
		margin: 20px 0;
	}

	.footer-form-title {
		font-size: 30px;
	}

	.footer-content h4 {
    font-size: 18px;
}
.footer-content .heading{
	margin-top: 0;
}
.footer-address{
	margin-bottom: 20px;
}
.footer-heading{
	margin: 0;
}
.footer-copyright {
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
}
	.service-box-title {
		font-size: 21px;
	}

	h1.banner-title.h1 {
		font-size: 38px;
	}

	.banner-content {
		padding-bottom: 230px;
	}

	.banner-form-title {
		font-size: 30px;
	}

	.banner-form {
		padding: 20px;
	}

	.container {
		max-width: 100%;
		padding: 0 20px;
	}

	span.uael-before-heading {
		font-size: 40px;
	}

	span.counter-experience {
		font-size: 20px;
	}

	.counter-left-content {
		font-size: 42px;
	}

	.banner-form {
		width: 100%;
	}

	.submit-btn {
		font-size: 12px;
	}

	input.form-control {
		font-size: 12px;
		border-radius: 10px;
	}

	select.form-control {
		border-radius: 10px;
		font-size: 12px;
	}

	.header-contact {
		font-size: 14px;
	}

	.header-contact a {
		font-size: 14px;
	}

	.header-top-wraper {
		width: 100%;
		align-items: center;
	}

	.service-title {
		font-size: 14px;
		line-height: 20px;
	}

	.service-icon {
		width: 40px;
		height: 40px;
	}

	.service-list-box {
		padding: 10px;
		min-height: inherit;
	}

	.service-content {
		font-size: 14px;
		line-height: 22px;
	}

	.service-large-list h4 {
		font-size: 18px;
	}

	a.common-btn {
		font-size: 12px;
	}

	.choice-list ul li {
		font-size: 13px;
	}

	p.sub-heading {
		width: 100%;
		margin: 20px 0;
	}

	.footer-form-title {
		font-size: 30px;
	}

}


@media (max-width: 767px) {


	.service-image img {
		max-width: 200px;
	}

	.banner-center-image {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0px auto;
		text-align: center;
		display: none;
	}

	.banner-section {
		padding-bottom: 0;
		position: relative;
		padding-top: 100px;
	}
	.home_about_section h1.title-home{
		font-size: 35px;
	}

	/*.banner-center-image img {
    max-width: 170px;
}
*/
	.banner-section {
		min-height: inherit !important;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.col-md-4.banner-left {
		width: 100%;
	}

	.header-logo {
		position: absolute;
		left: 0;
		top: 75px;
		width: 200px;
		right: 0;
		margin: 0px auto;
	}

	.banner-content {
		padding: 50px 0 20px;
	}


	h1.banner-title.h1 {
    font-size: 28px;
    text-align: center;
}
.banner-section strong {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
}

	.banner-review-logo {
		text-align: center;
	}

	.banner-review-logo img {
		width: 140px;
	}

	.header-top .container {
		padding: 0 15px;
	}

	.header-top-wraper {
		display: block;
	}

	.header-contact {
		width: 100%;
		justify-content: center;
	}

	.header-contact a {
	    font-size: 13px;
	    margin: 0 10px;
	    background: transparent;
	    padding: 0;
	}

	.col-md-4.banner-center {
		width: 100%;
		margin: 20px 0 0;
	}

	.service-box-list {
		width: 100%;
	}

	.counter-wraper {
		text-align: left;
		justify-content: center;
	}

	.banner-form-wraper {
		padding-bottom: 75px;
		padding-top: 0;
	}


	.service-large-list {
		width: 100%;
	}

	.service-image {
		text-align: center;
		margin-bottom: 40px;
	}

	.service-list-content {
		text-align: center;
	}

	.col-md-6.service-large-list {}

	.service-image img {
		border-radius: 40px;
	}

	.heading,
	h2,
	.h2 {
		font-size: 24px;
		margin: 20px 0;
	}

	.book-btns {
		display: block;
		width: 100%;
	}

	.book-section-row {
		padding: 20px;
	}

	.book-section-row:before {
		max-width: 100%;
		background-size: cover;
	}

	.experts-list {
		width: 100%;
		margin-top: 15px;
	}

	.photo-wraper.d-flex {
		display: block !important;
	}
	.photo-wraper .photo img {
		height: auto;
	}
	.photo-wraper .photo {
		width: 100%;
	}
	.outsource-content {
		padding: 0;
	}

	.partner-logo {
		width: 45%;
		float: left;
		float: left;
		display: flex;
		align-items: center;
		margin: 16px 0;
	}

	.service-image img {
		max-width: 200px;
	}

	footer {
		background-size: cover;
		padding: 20px 0 0;
	}

	.footer-section {
		padding: 0;
	}

	.footer-left {
		top: 0;
	}

	.footer-logo {
		text-align: center;
		display: block;
		margin: 0px auto;
	}

	.partner-logo img {
		max-width: 150px;
		max-height: 80px;
		margin: 0px auto;
	}

	.partner-logo-wraper {
		display: flex;
		align-items: center;
		justify-content: center;
		align-items: center;
	}

	.footer-section::before {
		background-size: cover;
	}

	.footer-form {
		width: 100%;
		margin: 20px 0;
	}

	.choice-list ul {
		padding: 0;
	}


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

	a.common-btn {
		font-size: 15px;
	}

	.book-btns {
		text-align: center;
	}

	.book-content {
		text-align: center;
	}

	.home_about_section img {
		border-radius: 20px;
		margin-top: 30px;
	}
	.services-main{
		margin-top: 0;
	}
	ul.service-roofer-list {
		padding: 10px 0 0;
		column-count: 1;
	}
	li.service-item {
		font-size: 15px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.experts-image img {
		height: auto;
	}
	.experts-list-wraper {
		display: block;
	}
	.section-image {
	    text-align: center;
	}
	.book-section img {
	    width: 200px;
	}
	.book-btns {
	    display: flex;
	    flex-direction: column;
	}
	.review-section h2.heading{
		margin-bottom: 20px;
	}
	.footer-content {
	    text-align: center;
	}


















}

/*Popup*/
/* Modal styling */
.custom-modal {
	border-radius: 20px;
	overflow: hidden;
	animation: zoomIn 0.3s ease-in-out;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
}

/* Header */
.custom-header {
	background: linear-gradient(135deg, #034da2, #00aaff);
	color: #fff;
	padding: 1rem 1.5rem;
}

/* Input styling */
.custom-input,
.modal-body select#services {
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 12px;
	transition: all 0.3s ease;
}

.custom-input:focus {
	border-color: #00aaff;
	box-shadow: 0 0 8px rgba(0, 170, 255, 0.4);
}

/* Submit button */
.custom-btn {
	background: linear-gradient(135deg, #034da2, #00aaff);
	color: #fff;
	font-weight: 600;
	padding: 12px;
	border-radius: 10px;
	transition: 0.3s;
}

.custom-btn:hover {
	background: linear-gradient(135deg, #023c82, #0088cc);
	transform: translateY(-2px);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Animation */
@keyframes zoomIn {
	from {
		transform: scale(0.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* Responsive */
@media (max-width: 576px) {
	.custom-modal {
		margin: 10px;
		border-radius: 15px;
	}

	.custom-header h5 {
		font-size: 1rem;
	}

	.custom-btn {
		font-size: 0.9rem;
		padding: 10px;
	}
}

.whatsapp_icon {
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 99999999;
}

.whatsapp_icon img {
	width: 60px;
}


.thank-you {
    padding: 150px 0 70px;
}

.thank-you img {
    max-width: 550px;
}