@import "vars.css";
img {
	max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: var(--light-bg);
	color: var( --text-dark);
	font-size: 18px;
	font-family: var(--body-font);
	font-weight: 4	00;
	font-style: normal;
	line-height: 26px;
}

.after-banner-page-wrap {
	padding: 80px 0px;
	display: grid;
	gap: 80px;
}

section {
	padding: 60px 0px;
}

@media (max-width:768px) {
	body {
		font-size: 18px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 45px;
	font-family: var(--body-font);
	font-weight: 600;
}

.hj_title_inner_pages {
	font-size: 36px;
	font-family: var(--body-font);
	font-weight: 600;
	text-transform: uppercase;
}

.hj_title-wrap {
	margin-bottom: 30px;
}

.inner-short-heading {
	font-size: 24px;
}

.hj_inner-short-heading {
	font-size: 24px;
	font-family: var(--body-font);
	text-transform: uppercase;
	margin: 0;
}

.short-p {
	font-size: 16px;
}

.container {
	width: 100%;
	max-width: 1500px;
}

@media (max-width: 1440px) {
	.container {
		width: 100%;
		max-width: 1300px;
	}
}

@media (max-width:1350px) {
	.container {
		width: 100%;
		max-width: 1200px;
	}
}

@media (max-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1140px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 20px;
	}
}

a {
	text-decoration: none;
	color: var( --text-dark);
}

ul {
	list-style: none;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

.site-navbar {
	width: 100%;
	padding: 20px 0px;
	background: var(--light-bg);
}

.site-menu {
	margin-bottom: 0px;
}

.site-navbar .row {
	margin-top: 0;
}

.site-menu.main-menu .nav-link {
	font-size: 18px;
	color: var( --text-dark);
	font-weight: 400;
}

.site-menu.main-menu .nav-link:hover {
	color: var(--text-dark);
	font-weight: 600;
}
.site-menu.main-menu .nav-link.active {
	color: var(--text-dark);
	font-weight: 600;
    border-bottom: 2px solid var(--main-color);
}
.nav-link:hover {
	color: var(--text-dark);
	font-weight: 600;
}

/*sticky header*/
.cc-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--light-bg);
	color: white;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: top 0.3s ease;
}

.cc-sticky-header.cc-hidden {
	top: -151px;
}

.cc-sticky-header.cc-visible {
	top: 0;
}

@media (max-width:1440px) {
	.site-menu.main-menu .nav-link {
		padding: 6px;
		font-size: 16px;

	}
}

.site-navbar .site-navigation .site-menu>li {
	display: inline-block;
}

@media (max-width:1200px) {
	.site-navbar .site-navigation .site-menu .get-started {
		margin-left: 0px;
	}
}

.site-menu.main-menu .active_c a {
	color: var(--main-color);
}

.site-navbar .site-navigation .site-menu>li {
	display: inline-block;
	margin-left: 10px;
}

.get-started a {
	border: 0px;
	display: flex;
    align-items: center;
    gap: 11px;
    justify-content: center;
	background: var(--main-color);
	color: var(--text-white);
}
.dark-bg-bt.outline-h {
    background: transparent;
    color: #110a44;
    border: 2px solid;
	border-radius: 2.5px;
}
.dark-bg-bt.outline-h:hover{
	background: #110a44;
	color: #fff;
	border-radius: 2.5px;
}
.get-started {
    display: inline-flex !important;
    gap: 20px;
}



.get-started a span {
	display: flex;
}

.site-mobile-menu {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 2000;
	padding: 20px;
	background: var(--light-bg);
	height: calc(100vh);
	-webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.site-mobile-menu-close {
	position: absolute;
	top: 3%;
	right: 5%;
}

.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

@media(max-width:1200px) {
	.website-hader .togle-img img {
		width: 100%;
		max-width: 30px;
	}

	.site-mobile-menu-body .site-nav-wrap {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

    .site-mobile-menu-body .outline-transbg-bt {
		width: 100%;
		display: block;
		padding: 15px 20px;
		text-align: center;
	}
}

@media(max-width:1024px) {
	.close-menu img {
		width: 30px;
		float: right;
	}

	.website-hader .site-logo img {
		width: 100%;
		max-width: 80px;
	}

	.website-hader .togle-img img {
		width: 100%;
		max-width: 30px;
	}
}

@media(max-width:768px) {
	.close-menu img {
		width: 30px;
		float: right;
	}

	.site-mobile-menu-body .site-nav-wrap {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.website-hader .site-logo img {
		width: 100%;
		max-width: 150px;
	}

	.website-hader .togle-img img {
		width: 100%;
		max-width: 30px;
	}
}
@media (max-width:596px) {
	.website-hader .site-logo img {
        width: 100%;
        max-width: 100px;
	}
}

.row {
	margin-top: 30px
}

@media(max-width:768px) {
	.row {
		margin-top: 10px;
	}
}
.site-logo img {
    width: 115px;
}
.dark-bg-bt {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    background: var(--main-color);
    font-family: var(--body-font);
    color: var(--text-white);
    text-transform: capitalize;
    display: inline-block;
    border-radius: var(--radius);
}

@media (max-width:1024px) {
	.dark-bg-bt {
		font-size: 20px;
		padding: 12px 15px;
	}
}

.dark-bg-bt:hover {
  color: var(--text-dark);
}

/*Banner Start */
.home-banner {
    color: #ffffff;
    background: #0d094d;
    padding: 50px 0px;
}
.home-banner .dark-bg-bt {
    background: #44bb3e;
    color: #ffff;
}
.banner-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.banner-img img {
    height: 600px;
    margin: auto;
    width: 100%;
    object-fit: contain;
}

.home-banner .bt-over-outline-press {
	width: 200px;
	margin-left: auto;
}

.home-banner h1 {
	font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}
@media (max-width:1030px) {
.home-banner h1 {
	font-size: 35px;
    line-height: 1.2em;
}	

}
@media (max-width:767px) {
	.home-banner .hero-text {
		margin-top: 0;
	}

	.home-banner h1 {
		margin-right: 0;
		margin-top: 0;
	}

	.home-banner h1 {
		font-size: 40px;
		line-height: 45px;
	}

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

/*Second Section Cols*/ 
.second-sec-cols {
    padding: 60px 0 60px 0px;
}
.second-sec-cols-icon img {
    width: 80px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}
.second-sec-cols-col {
    border-radius: var(--radius);
    border: 1px solid #0d094d;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
	gap: 30px;
	margin-bottom: 30px;
}

.second-sec-cols-col h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.second-sec-cols-col p {
    height: 80px;
	font-size: 16px;
    overflow: hidden;
}

.second-sec-cols .dark-bg-bt{
    background: transparent;
    color: #0d094d;
    border: 2px solid;
}

/*About us */
.about-us-section {
    background: #f6f5ff;
}
.about-us-section img {
    border-radius: 10px;
    width: 100%;
}
@media (max-width:991px) {
.about-us-section h2 {
    margin-top: 50px;
}	
}

/*Contact Us Page*/
.contact-us-banner {
    text-align: center;
    color: var(--text-white);
    background: #0d094d;
}

/**form**/
.contact-info-block-content {
    padding: 0px 40px;
}
.contact-info-block-content h4 {
    font-size: 25px;
}

.subtitle{
    font-size: 22px;
    margin-bottom: 30px;
}
.contact-form{
    width: 100%;
}

.form-row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.form-column{
    flex: 1;
    min-width: 250px;
}
.form-label{
    display: block;
    color: var(--text-dark);
    font-size: 17px;
    margin-bottom: 5px;
}
.form-input,
.form-textarea{
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid var(--text-dark);;
    transition: border-color 0.3s, transform 0.3s;
}
.form-textarea{
    resize: none;
}
.submit-button{
    display: block;
    width: 100%;
    padding: 12px;
    background: var(--main-color);
    color: var(--text-white);
    border: none;
    border-radius: 8px;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}
.contact-form-sec {
    padding-bottom: 75px;
}
@keyframes fadeIn{
    from{
        opacity: 0;
        transform: translateY(-20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px){
    .contact-info-block-content{
        padding: 0;
    }
    .container-inn {
        padding-inline: 30px;
    }
  .title{
        font-size: 24px;
    }
    .subtitle{
        font-size: 17px;
    }
    .form-row{
        flex-direction: column;
    }
}

@media (max-width: 540px){
    .form-wrapper{
        padding: 20px;
    }
    .container-inn {
        padding-inline: 10px;
    }
    .title{
        font-size: 25px;
    }
  
    .form-row{
        flex-direction: column;
        gap: 15px;
    }
    .form-label{
        font-size: 15px;
    }
    .form-input,
    .form-textarea{
        padding: 10px;
    }
    .submit-button{
        padding: 10px;
        font-size: 17px;
    }
    .site-navbar{
        padding: 10px 0;
    }
}




/*footer CSS*/
.footer img {
    width: 120px;
}
.footer {
	font-weight: 400;
	padding: 30px 0 20px 0;
	color: var(--text-dark);
	position: relative;
	overflow: hidden
}

.footer .cc-shapes {
	position: absolute;
	right: 0px;
	bottom: 3px;
}

.cc-shapes img {
	width: 70%;
}

.footer-bottom p {
	color: var(--text-dark);
	opacity: 0.2;
}

.footer .height-space {
	height: 40px;
}

.footer .cc-links {
	display: flex;
	gap: 23px;
	margin-bottom: 0;
}

.footer .cc-links a {
	color: var(--text-dark);
}

.footer hr {
	border-color: var(--text-dark);
	opacity: 20%;
}

@media (max-width:582px) {
	.footer {
		text-align: center;
	}

	.footer .cc-links {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}
#choose-your-plan {
    padding-bottom: 0;
}
/*footer END*/


.register-form .short-contain {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 50px;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 10px;
}
.register-form .short-contain form {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.register-form .short-contain h5 {
    font-size: 25px;
    margin-top: 20px;
}
.checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.register-form {
    position: relative;
}

.register-form::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 30%;
	background: #0d094d;
}
@media (max-width:768px) {
	.checkbox-group {
		 grid-template-columns: 1fr;
	}
}

/* terms-conditions */
.terms-content{
	margin-top: 30px;
}
.terms-content h2{
	font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.terms-content ul{
	margin-left: 35px;
}
.terms-content-ul-disc li{
	list-style: disc;
}
.terms-content-ul li{
	list-style: decimal;
}