@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.woff2') format('woff2'),
        url('../fonts/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Black.woff2') format('woff2'),
        url('../fonts/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-BlackItalic.woff2') format('woff2'),
        url('../fonts/Rubik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
        url('../fonts/Rubik-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'Covered By Your Grace';
	src: url('../fonts/CoveredByYourGrace.woff2') format('woff2'),
		url('../fonts/CoveredByYourGrace.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* HEADER STYLES-------------- */
body {
	font-family: 'Rubik';
	overflow-x: hidden;
}

.banner {
	height: auto;
	position: relative;
	padding: 19px 0;
}

.shape-image.shape-3 {
	bottom: 36%;
	left: -237px;
}

.shape-image.shape-1 {
	bottom: 0;
	left: 3%;
}

.shape-image.shape-2 {
	bottom: unset;
	left: unset;
	right: 0;
	top: 0;
}

.shape-image {
	position: absolute;
	bottom: -9%;
	width: auto;
	left: 0;
	transform: translateX(0%);
	opacity: .8;
	z-index: -1;
}

.page-header {}

.page-header.is-sticky {
	background: #ffffff;
}

.subhead {
	font-size: 21px;
	margin: 20px 0 15px 0;
	font-weight: 700;
	color: #002f39;
}


section {
	padding: 50px 0;
}

.main-title {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin: 12px 0;
}



.business-card {
	position: relative
}

.business-card:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	background: url(../images/shape.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 112vh;
	z-index: -1;
	top: -6%;
}

.title h2 {
	color: #F47C35;
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
}

.title h4 {
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
}

/* ------------- */
.container1 {
	position: relative;
	width: 450px;
	height: 450px;
}

/* Outer grey circle */
.grey-circle {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d3d3d3;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Inner blue circle */
.blue-circle {
	position: relative;
	width: 80%;
	height: 80%;
	background-color: #1e407f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: self-end;
	overflow: hidden;
}

.profile {
	text-align: center;
	color: white;
	overflow: hidden;
	z-index: 9;
}

.profile img {
	width: 101%;
	border-radius: 50%;
}

.info-box {
	position: absolute;
	background: white;
	padding: 10px 20px;
	border-radius: 8px;
	color: #727272;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
	opacity: 0;
	z-index: 99;
}

.info-box svg {
	width: 20px;
	height: 20px;
	color: #F47C35
}

/* Specific positions for each box */
.info1 {
	top: 10%;
	left: -123px;
	animation: slideInLeft 1s forwards;
}

.info2 {
	top: 10%;
	right: -170px;
	animation: slideInRight 1.5s forwards;
}

.info3 {
	bottom: 20%;
	left: -214px;
	animation: slideInLeft 2s forwards;
}

.info4 {
	bottom: 20%;
	right: -192px;
	animation: slideInRight 2.5s forwards;
}

.bannertext {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.bannertext h4 {
	color: #2E3032;
	font-weight: 400;
	font-size: 33px;
}

.bannertext h2 {
	color: #F47C35;
	font-weight: bold;
	font-size: 60px;
}

.bannertext h5 {
	font-size: 28px;
	font-weight: 400;
}

.bannertext h5 span {
	font-family: 'Covered By Your Grace';
	font-weight: normal;
	font-style: normal;
	color: #152C72;
}

.bannertext p {
	color: #50504C;
}

.bannertimg {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	position: relative;
}

.desktopview {
	display: flex;
}

.mobileview {
	display: none;
}

.buttons {
	display: flex;
	gap: 20px;
	height: auto;
	line-height: 1;
	align-items: center;
	justify-content: center;
}

.buttons svg {
	width: 27px;
}

.blackbtn {
	color: #F47C35 !important;
	background: #fff;
	border-radius: 50px;
	padding: 1px 20px;
	text-decoration: none;
	font-weight: 300;
	border: 1px solid #F47C35;
	line-height: 1;
}

.orangebtn {
	color: white !important;
	background: #F47C35;
	border-radius: 50px;
	padding: 1px 20px;
	text-decoration: none;
	font-weight: 300;
	line-height: 1;
}

.rotating-outline {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	pointer-events: none;
}

.rotating-outline .circle {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px dashed rgb(255 255 255 / 21%);
}

.circle:nth-child(2) {
	width: 85%;
	height: 85%;
	top: 7.5%;
	left: 7.5%;
}

.circle:nth-child(3) {
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
}

.circle:nth-child(4) {
	width: 55%;
	height: 55%;
	top: 22.5%;
	left: 22.5%;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Animation keyframes */
@keyframes slideInLeft {
	100% {
		transform: translateX(120px);
		opacity: 1;
	}
}

@keyframes slideInRight {
	100% {
		transform: translateX(-120px);
		opacity: 1;
	}
}

/* ----buttons sticky---------------- */
.sticky-buttons {
	position: fixed;
	right: -8%;
	top: 39%;
	display: flex;
	flex-direction: row-reverse;
	column-gap: 0;
	z-index: 9;
	width: max-content;
	transform: rotate(-90deg);
	overflow: hidden;
}

.button {
	background-color: #ff6c37;
	/* Orange color */
	color: white !important;
	text-decoration: none;
	padding: 1px 11px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s;
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.button.login {
	width: max-content;
	margin-right: 10px;
	position: relative;
}

.sticky-buttons svg {
	width: 20px
}

.button:hover {
	background-color: #e65c2a;
	/* Slightly darker orange */
}

p {
	color: #1a1a1a
}

/* -------------bus card content-------- */
.feature-icon {
	width: 160px;
	height: auto;
	margin-bottom: 15px;
}

.feature-box {
	text-align: center;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(30px);
	/* Start with a downward translation */
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: #1e3a8a;
	/* Dark blue */
	margin-top: 15px;
}

.feature-text {
	color: #6b7280;
	/* Gray */
}

/* Slide animations */
.slide-in-left {
	transform: translateX(-30px);
}

.slide-in-right {
	transform: translateX(30px);
}

.slide-in-up {
	transform: translateY(-30px);
}

.animate {
	opacity: 1;
	transform: translateX(0) translateY(0);
}

.boxs .slideleft {
	animation: slideInLeft 1s forwards;
}

.boxs .slideright {
	animation: slideInRight 1s forwards;
}

.highlight {
	color: #152C72
}

.listed li svg {
	width: 27px;
}

/* -----------advantage----- */
.advantage {
	/* background-color: #F5F5F5; */
	position: relative;
	/* overflow: hidden; */
}

.advantage1 {
	background-color: #dbeeff;
	position: relative;
}

.shape-image1.shape-1 {
	top: -89px;
	right: -102px;
}


.shape-image1 {
	position: absolute;
	top: -9%;
	width: auto;
	left: unset;
	opacity: .8;
	z-index: 1;
	animation: rotate 20s linear infinite;
}

.container-wrapper {
	padding: 50px 0;
	position: relative;
}

.feature-text {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: .95rem;
}

.feature-text .icon-circle {
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	margin-right: 10px;
}

/* Phone styling */
.phone-wrapper {
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	animation: slideUp 1.5s ease-out forwards;
	opacity: 0;
}

/* Slide-up Animation */
@keyframes slideUp {
	0% {
		transform: translateY(200px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.advantage-card {
	content: "";
	position: absolute;
	left: 0px;
	background: url(../images/blue-shape.png);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #F5F5F5;
	top: 0;
	overflow: hidden;
}

.heading {
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 1rem;
	animation: slideInLeft 1s ease-out forwards;
	opacity: 0;
}

.subtext {
	color: #666;
	animation: slideInLeft 1.2s ease-out forwards;
	opacity: 0;
}

.line-separator {
	width: 60px;
	height: 2px;
	background-color: #007bff;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	animation: slideInLeft 1.1s ease-out forwards;
	opacity: 0;
}

/* Right Image Styling */
.phone-image {
	position: relative;
	max-width: 600px;
	animation: slideInRight 1.2s ease-out forwards;
	opacity: 0;
}

.overlay-card {
	position: absolute;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
	animation: bounceIn 1.4s ease-out forwards;
	opacity: 0;
}

.overlay-card.card1 {
	top: -20px;
	left: 50px;
	transform: rotate(-15deg);
	animation-delay: 1.3s;
}

.overlay-card.card2 {
	bottom: -20px;
	right: 40px;
	transform: rotate(10deg);
	animation-delay: 1.5s;
}

/* Animation Keyframes */
@keyframes slideInLeft {
	0% {
		transform: translateX(-50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInRight {
	0% {
		transform: translateX(50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bounceIn {
	0% {
		transform: scale(0.8) translateY(20px);
		opacity: 0;
	}

	60% {
		transform: scale(1.1) translateY(-10px);
		opacity: 1;
	}

	100% {
		transform: scale(1) translateY(0);
	}
}

.outcome {
	background-color: #f4f4f4;
	padding-top: 0;
}

/* -------------------------------------------- */
.card-container {
	background: linear-gradient(165deg, #a9dcf2, #ddf1fa, #ecf6fd);
	/* Light blue gradient */
	border-radius: 0;
	padding: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease-in-out;
	text-align: center;
	position: relative;
	padding: 10px;
}

.card-container:before {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 1px solid #ffffff;
	padding: 0;
}

.card-container:hover {
	transform: translateY(-5px);
}

.card-icon {
	height: 100%;
	margin-bottom: 0;
	width: 100%;
}

.card-title {
	font-weight: 400;
	color: #333;
	font-size: 20px;
	padding-bottom: 5px;
}

.card-link {
	color: #ff6600;
	font-weight: 500;
	text-decoration: none;
}

.card-link:hover {
	text-decoration: underline;
}

.box-text {
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 20px;
	bottom: 0;
	padding-bottom: 0;
}

/* ---------------- */
.boxes {
	display: flex;
	gap: 22px;
	justify-content: space-between;
}

.boxs {
	background: #F2F8FF;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px -1px 10px #00000017;
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.boxlogo{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 	0px 0;
}
.boxlogo1{
	background: #F2F8FF;
	padding: 14px 60px;
	border-radius: 10px;
	box-shadow: 0px -1px 10px #00000017;
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.boxs{
	flex-basis: 100%;
}
.boxs img {
	width: 68px;
}

.boxs p {
	font-weight: 500;
	margin-bottom: 0;
}
.arrow{
	padding: 10px 46px;
}
.iedgetext {
	text-transform: none;
}
.fadeInBottom { animation-name: fadeInBottom;
	animation-duration: 5000ms;
    animation-fill-mode: both;
 }
@keyframes fadeInBottom {
    to {
        opacity: 1;
        transform: translateY(0);
    }
    from {
		opacity: 0.2;
		transform: translateY(-30%);
		}
}
/* -------------- */

.connect-bg{
	background-image: url(../images/connect-bg.png);
	background-size: cover;
	background-position: top;
	background-color: white;
	height: 110vh;
	padding-top: 125px;
}
.buttonrequest {
	display: inline-block;
	background-color: #F47C35;
	color: white !important;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	z-index: 9;
	position: relative;
}

.cards-containermain {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	top: -100px;
	z-index: 1;
}
.cards-containermain .cardbox {
	padding: 0;
	width: 20%;
	text-align: center;
	position: relative;
	transition: transform 0.3s;
}

/* Card position - arrange in a semi-circle */
.cards-containermain .cardbox:nth-child(1) {transform: translate(0, 0) rotate(0deg);}
.cards-containermain .cardbox:nth-child(2) {transform: translate(-5px, 150px) rotate(0deg);}
.cards-containermain .cardbox:nth-child(3) {transform: translate(0, 222px);}
.cards-containermain .cardbox:nth-child(4) {transform: translate(0px, 150px) rotate(0deg);}
.cards-containermain .cardbox:nth-child(5) {transform: translate(0px, 0) rotate(0deg);}

/* Card hover effect */
.cardbox:hover {
	transform: scale(1.05);
}
.cards-containermain .cardbox img {
	width: auto;
	height: 100%;
	margin-bottom: 15px;
}
.cards-containermain .cardbox h2 {
	color: #f08129;
	margin: 10px 0;
	font-size: 1em;
}
.cards-containermain .cardbox p {
	margin: 5px 0;
	color: #7a7a7a;
}

.card-icons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.card-icons i {
	font-size: 1.2em;
	color: #f08129;
}

/* Responsive Design */




/* --------------------cicle-card-------------------- */
.cicle-card  .circle-background {
	position: relative;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: #c4e0ff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

/* Inner circles */
.inner-circle {
	position: absolute;
	border-radius: 50%;
	background-color: rgba(13, 110, 253, 0.25);
}

.inner-circle-1 {
	width: 450px;
	height: 450px;
}

.inner-circle-2 {
	width: 300px;
	height: 300px;
}

/* Centered business card container */
.cicle-card  .card-containerimg {
	position: relative;
	width: 233px;
	background-color: transparent;
	border-radius: 0;
	padding: 0px;
	text-align: center;
}
.cicle-card  .card-containerimg img{
	width:100%;
	position: relative;
	bottom: 91px;
	animation: bounce 3s ease-in-out infinite;
}


/* Action buttons */

.cicle-card{
	background-color: #dbeeff;
}
/* Feature items */
.cicle-card .feature-item {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 5px;
}
.cicle-card .feature-item .feature-icon{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
}
.cicle-card .feature-item .feature-icon img{
	width:23px
}
/* Icon styling */
.cicle-card .feature-icon {
	font-size: 20px;
	color: #0073e6;
}

/* Positioning feature items in a circular track with text outside */
.cicle-card .feature1 {transform: rotate(320deg) translate(342px) rotate(-320deg);}
.cicle-card .feature2 {transform: rotate(-12deg) translate(356px) rotate(12deg);}
.cicle-card .feature3 {transform: rotate(13deg) translate(342px) rotate(-13deg);}
.cicle-card .feature4 {transform: rotate(41deg) translate(342px) rotate(-41deg);}
.cicle-card .feature5 {transform: rotate(90deg) translate(320px) rotate(-90deg);flex-direction: column;}
.cicle-card .feature6 {transform: rotate(139deg) translate(342px) rotate(-139deg);flex-direction: row-reverse;}
.cicle-card .feature7 {transform: rotate(166deg) translate(342px) rotate(-166deg);flex-direction: row-reverse;}
.cicle-card .feature8 {transform: rotate(192deg) translate(356px) rotate(-192deg);flex-direction: row-reverse;}
.cicle-card .feature9 {transform: rotate(220deg) translate(342px) rotate(-220deg);flex-direction: row-reverse;}
.owl-dots {
	text-align: center;
	padding-top: 15px;
  }
  
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  
  .owl-dots button.owl-dot.active {
	background-color: #000;
  }
  
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  

/* ---------animation--------------- */

  @keyframes bounce {
	  70% { transform:translateY(0%); }
	  80% { transform:translateY(-5%); }
	  100% { transform:translateY(0%); }
	
  }
@keyframes pulse {
	0% {
	  transform: scale(0.9);
	  opacity: 0.7;
	}
	50% {
	  transform: scale(1);
	  opacity: 1;
	}
	100% {
	  transform: scale(0.9);
	  opacity: 0.7;
	}
  }
  
  @-webkit-keyframes pulse {
	0% {
	  -webkit-transform: scale(0.95);
	  opacity: 0.7;
	}
	50% {
	  -webkit-transform: scale(1);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(0.95);
	  opacity: 0.7;
	}
  }
/* ---------------------- */
@media screen and (max-width: 768px) {
	.main-title {
		font-size: 22px;
	}

	.title {
		font-size: 23px;
	}

	/* -------------- */

	.desktopview {
		display: none;
	}

	.mobileview {
		display: block;
	}

	.info {
		background: white;
		padding: 10px 20px;
		border-radius: 8px;
		color: #727272;
		font-size: 13px;
		font-weight: bold;
		display: flex;
		align-items: center;
		gap: 10px;
		opacity: 1;
		animation: slideInLeft 1s forwards;
	}

	.profileimg {
		background: #1e407f;
		border-radius: 4px;
	}

	.info svg {
		width: 20px;
		height: 20px;
		color: #F47C35;
	}

	.bannertext h4 {
		color: #2E3032;
		font-weight: 400;
		font-size: 19px;
	}

	.bannertext h2,
	.title h2 {
		font-size: 37px;
		line-height: 1;
	}

	.bannertext h5 {
		font-size: 22px;
	}

	.sticky-buttons svg {
		height: 33px;
	}

	.sticky-buttons {
		right: -28%;
	}

	.feature-box {
		overflow: hidden;
		/* transform: none; */
	}

	.advantage:after {
		width: 100%;
		background-color: #dbeeff;
	}

	.outcome {
		padding-top: 50px;
	}
	.boxs p {
		font-weight: 400;
		margin-bottom: 0;
		font-size: 14px;
	}

	
	.connect-bg {
		background-image: none;
		background-color: #dbeeff;
		height: auto;
		padding-top: 50px;

	}
	.advantage-card {
		background: none;
		background-color: #dbeeff;
	}
	.cicle-card .feature-item{
		flex-direction: row !important;
		transform: translateX(-30px);
		position: relative;
		width: 100%;
		justify-content: flex-start;
		gap: 10px;
		margin: 14px 0;
		
	}
	.inner-circle-1 {
		width: 250px;
		height: 250px;
	}
	.inner-circle-2 {
		width: 200px;
		height: 200px;
	}
	.cicle-card .circle-background {
		position: relative;
		width: 300px;
		height: 300px;
		display: flex;
		margin: 36px auto;
	}
	.cicle-card .card-containerimg {
		position: relative;
		width: 150px;
		overflow: visible;
	}
	.cicle-card .card-containerimg img{
		bottom: 50px;
	}
	.cicle-card .feature-item .feature-icon {
		width: 30px;
		height: 30px;
		object-fit: contain;
		margin-bottom: 0px;
	}
	.cicle-card .feature-item.animate {
		opacity: 1;
		transform: translateX(0) translateY(0);
	}
	.cardbox:hover{
		transform: none;
	}
	/* --------- */
}