
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');



/* Flip specific character image horizontally */
img[src*="assets/images/Char/char.webp"] {
  transform: scaleX(-1);
}
/* Responsive size for character image */
@media (max-width: 681px) {
  img[src*="assets/images/Char/char.webp"] {
    max-width: 300px !important;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#hero {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}


@media only screen and (min-width: 1300px) {
  .container {
    max-width: calc(1320px + 30px);
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
  }
}

@media (min-width: 1399px) {
  .gx-40 {  }
}

.about_thumb,
.boxed {
	position: relative
}

.boxed {
	width: calc(100% - 40px);
	margin: 20px;
	height: 100%;
	left: 0;
	z-index: 5
}

.section_title.text-center {
	margin-bottom: 53px
}

.section_title h1 {
	font-family: "Noto Sans", sans-serif;
	font-size: 56px;
	line-height: 1.2;
	color: #063232;
	font-weight: 700;
	margin-bottom: 10px;
}

.section_title h1:last-child {
	margin-bottom: 0;
}

.about_btn a:focus,
.about_btn a:hover,
.section_title.style_two h1 {
	color: #ffff
}

section.about_area {
	padding: 105px 0 120px;
	border-radius: 20px;
	background: #f0f7ef;
	position: relative;
	z-index: 1
}

.about_play {
	position: absolute;
	top: 0;
	right: 13%
}

.text-inner {
	animation: 15s linear infinite circle;
	position: relative;
	z-index: 22;
	fill: transparent
}

.text-inner svg {
	width: 100px;
	max-width: 100%;
	height: auto;
	overflow: visible;
	transform: rotate(0) scaleX(1) scaleY(1);
	position: relative
}

.about_btn a,
.consalt_btn a,
a.banner-play-btn {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: inline-block
}

.text-inner:before {
	position: absolute;
	content: "";
	top: 44%;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff !important;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%
}

.text-inner text {
	fill: #ffffff;
	direction: ltr;
	transition: stroke .3s, stroke-width .3s, fill .3s;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	z-index: 2
}

a.banner-play-btn {
	width: 142px;
	height: 142px;
	border-radius: 71px;
	background-color: #0c6e6d !important;
	line-height: 142px
}

.about_btn span,
.consalt_btn span {
	width: 0;
	height: 0;
	border-radius: 30px
}

@keyframes circle {
	0% {
		transform: rotate(0)
	}

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

.about_content {
	position: relative;
	z-index: 1
}

.about_content h3 {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	color: #0c6e6d;
	font-weight: 500;
	margin-bottom: 3px;
	display: inline-block
}

.about_content h1,
.about_list ul li {
	font-family: "Noto Sans", sans-serif;
	line-height: 38px;
	color: #063232;
	font-weight: 500
}

.about_content h1 {
	font-size: 28px;
	margin-bottom: 20px
}

.about_list ul li {
	font-size: 18px
}

.about_list ul li i {
	font-size: 22px;
	top: 3px;
	position: relative;
	margin-right: 15px
}

.about_button {
	display: flex;
	align-items: center;
	margin-top: 30px
}

.about_btn a,
.consalt_btn a {
	z-index: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 40px;
	border-radius: 30px;
	background-color: #0c6e6d;
	-webkit-transition: .4s;
	transition: .4s;
	border: none
}

.about_info a,
.consalt_btn a:focus,
.consalt_btn a:hover {
	color: #0c6e6d
}

.about_btn span {
	position: absolute;
	z-index: -1;
	display: block;
	background-color: #063232;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
	transition: width .5s ease-in-out, height .5s ease-in-out
}

.about_btn a:focus span,
.about_btn a:hover span,
.consalt_btn a:focus span,
.consalt_btn a:hover span {
	width: 200%;
	height: 500px
}

.about_btn a:before,
.consalt_btn a:before {
	position: absolute;
	content: "";
	left: 40px;
	bottom: 17px;
	background-color: #ffffffa1;
	z-index: -1;
	width: 12%;
	height: 2px;
	transition: .5s
}

.about_btn a:hover:before {
	width: 105px;
	background-color: #ffff;
	z-index: 1
}

.about_info a {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500
}

.about_info span {
	color: #0c6e6d;
	position: relative;
	top: -5px
}

.about_shape {
	position: absolute;
	bottom: -9%;
	right: -8%
}

.consalt_btn {
	text-align: right
}

.consalt_btn span {
	position: absolute;
	z-index: -1;
	display: block;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
	transition: width .5s ease-in-out, height .5s ease-in-out
}

.consalt_btn a:hover:before {
	width: 105px;
	background-color: #0c6e6d;
	z-index: 1
}

section.counter_area {
	background: #063232;
	border-radius: 30px;
	padding: 67px 0 42px
}

.counter_upper {
	border-bottom: 2px solid rgba(12, 110, 109, .4);
	padding-bottom: 34px;
	margin-bottom: 27px
}

.counter-single-item {
	margin-bottom: 30px
}

.counter-content {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1
}

.counter-content:before {
	position: absolute;
	content: "";
	top: 20px;
	left: -86px;
	height: 100%;
	width: 100%;
	background: url(../images/home_one/star_icon.png) no-repeat;
	z-index: -1
}

.counter-content.none:before {
	display: none
}

.counter-_number h1,
.counter-_number span {
	font-family: "Noto Sans", sans-serif;
	display: inline-block;
	font-size: 60px;
	line-height: 52px;
	color: #e0f1df;
	font-weight: 600
}

.counter_title {
	margin-left: 40px;
	position: relative
}

.counter_title:before {
	position: absolute;
	content: "";
	left: -22px;
	top: 20px;
	width: 1px;
	height: 30px;
	background-color: rgba(255, 255, 255, .30196078431372547)
}

.counter_title h5 {
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: #a3b7b7;
	font-weight: 400
}

.about_btn a:focus {
	color: #4d44f9
}

.about_btn {
	margin-right: 30px
}

@media (min-width:1400px) and (max-width:1600px) {
	.about_shape {
		right: 0
	}
}

@media (min-width:1300px) and (max-width:1399px) {
	.about_thumb {
		left: -20px
	}

	.about_play {
		right: -1%
	}

	.about_content h1 {
		font-size: 25px
	}
}

@media (min-width:992px) and (max-width:1299px) {
	.about_thumb img {
		width: 100%
	}

	.about_content h1 {
		font-size: 20px;
		line-height: 31px
	}

	.about_shape,
	.counter-content:before {
		display: none
	}

	.about_play {
		right: 0
	}

	a.banner-play-btn {
		width: 115px;
		height: 115px;
		overflow: hidden
	}

	.text-inner svg {
		width: 79px
	}

	.section_title h1 {
		font-size: 48px;
		line-height: 1.2
	}

	.counter-_number h1 {
		font-size: 55px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.section_title h1 {
		font-size: 42px;
		line-height: 1.2
	}

	.about_thumb img {
		width: 100%
	}

	.about_content h1 {
		font-size: 20px;
		line-height: 31px
	}

	.about_shape {
		bottom: -9%;
		right: 2%
	}

	.about_play {
		right: 5%
	}

	.about_content {
		position: relative;
		z-index: 1;
		margin-top: 30px
	}

	.counter-content:before {
		display: none
	}

	.consalt_btn {
		text-align: left;
		margin-top: 20px
	}
}

@media (min-width:600px) and (max-width:767px) {
	.section_title h1 {
		font-size: 36px;
		line-height: 1.2
	}

	section.about_area {
		padding: 85px 0 90px
	}

	.about_thumb img {
		width: 100%
	}

	.about_content h1 {
		font-size: 20px;
		line-height: 31px
	}

	.about_shape,
	.counter-content:before {
		display: none
	}

	.about_play {
		right: -1%
	}

	.about_content {
		position: relative;
		z-index: 1;
		margin-top: 30px
	}
}

@media only screen and (min-width:480px) and (max-width:599px) {
	.section_title h1 {
		font-size: 32px;
		line-height: 1.2
	}

	section.about_area {
		padding: 85px 0 90px
	}

	.about_thumb img {
		width: 100%
	}

	.about_content h1 {
		font-size: 18px;
		line-height: 31px
	}

	.about_shape,
	.counter-content:before {
		display: none
	}

	.about_play {
		right: -1%
	}

	.about_content {
		position: relative;
		z-index: 1;
		margin-top: 30px
	}

	.text-inner svg {
		width: 75px
	}

	a.banner-play-btn {
		width: 110px;
		height: 110px;
		line-height: 110px
	}

	.consalt_btn {
		text-align: left;
		margin-top: 30px
	}
}

@media (min-width:320px) and (max-width:479px) {
	.section_title h1 {
		font-size: 28px;
		line-height: 1.2
	}

	section.about_area {
		padding: 85px 0 90px
	}

	.about_thumb img {
		width: 100%
	}

	.about_content h1 {
		font-size: 18px;
		line-height: 31px
	}

	.about_play,
	.about_shape,
	.counter-content:before {
		display: none
	}

	.about_content {
		position: relative;
		z-index: 1;
		margin-top: 30px
	}

	.text-inner svg {
		width: 75px
	}

	a.banner-play-btn {
		width: 110px;
		height: 110px;
		line-height: 110px
	}

	.consalt_btn {
		text-align: left;
		margin-top: 30px
	}

	.about_list ul li {
		font-size: 15px;
		line-height: 36px
	}

	.about_list ul li i {
		font-size: 15px
	}

	.about_button,
	.counter-content {
		display: block
	}

	.boxed {
		width: calc(100% - 25px);
		margin: 12px
	}

	.counter-single-item {
		text-align: center
	}

	.counter_title {
		margin-left: 0
	}
}


.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #04ce78;
  color: #ffffff;
  font-family: "Inria Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 22px 40px;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .vs-btn {
    padding: 20px 20px;
  }
}
.vs-btn::after, .vs-btn::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #000000;
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn:hover {
  color: #ffffff;
  background-color: #272e39;
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}


.sec-title {
  line-height: 1.2;
  margin: -0.25em 0 20px 0;
}

.sec-subtitle {
  text-transform: capitalize;
  display: block;
  color: #04ce78;
  font-family: "Inria Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: -0.25em 0 20px 0;
}
.sec-subtitle::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #272e39 transparent transparent transparent;
  transform: rotate(0deg);
  display: inline-block;
  margin-right: 8px;
}


@media (max-width: 767px) {
  .sec-subtitle {
    font-size: 16px;
  }
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.img-box1 {
  position: relative;
  display: inline-block;
  padding: 70px 90px 90px 0;
  max-width: 100%;
}
.img-box1 .card-style1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  z-index: 3;
}
.img-box1 .img-1 {
  position: relative;
  z-index: 1;
}
.img-box1 .img-1 img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 120px 20px 20px 20px;
}
.img-box1 .img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: clamp(240px, 70%, 360px);
  border-radius: 20px 20px 120px 20px;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(27, 43, 79, 0.12);
}
.img-box1 .img-2 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 120px 20px;
}

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






input::-webktv-input-placeholder {
	color: #525252;
	text-transform: capitalize
}

textarea::-webktv-input-placeholder {
	color: #525252;
	text-transform: capitalize
}

::-moz-selection {
	background: #2b4dff;
	color: var(--itt-common-white);
	color: #fff;
	text-shadow: none
}

::selection {
	background: #2b4dff;
	color: #fff;
	text-shadow: none
}

::-moz-placeholder {
	color: #0f313a;
	font-size: var(--tv-fz-body);
	opacity: 1
}

.pb-130 {
	padding-bottom: 130px
}

.search__input input::-webktv-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: 24px
}

.tv-section-title {
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 0;
	color: #06241C;
	font-family: "Inria Sans", sans-serif;
}

/* Team section title - green theming */
.tv-team-area2 .tv-section-title {
	color: #06241C !important;
	font-family: "Inria Sans", sans-serif;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.tv-section-title {
		font-size: 38px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pb-130 {
		padding-bottom: 80px
	}

	.tv-section-title {
		font-size: 37px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tv-section-title {
		font-size: 40px
	}
}

@media (max-width:575px) {
	.tv-section-title {
		font-size: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.tv-section-title {
		font-size: 36px
	}
}

.tv-section-subtitle {
	display: inline-block;
	color: #04CE78;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	font-family: "Inria Sans", sans-serif;
	text-transform: capitalize;
}

/* Team section subtitle - green theming */
.tv-team-area2 .tv-section-subtitle {
	color: #04CE78 !important;
	font-family: "Inria Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
}

@media (max-width:575px) {
	.tv-section-subtitle {
		font-size: 14px
	}
}

.single-team-item img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 auto;
	border-radius: 50px 0 0 0;
}

.single-team-item {
	position: relative;
	z-index: 1
}

.team-content {
	position: absolute;
	left: 0;
	bottom: 5%;
	background: #fff;
	width: 90%;
	padding: 24px;
	border-radius: 18px 0;
	margin-left: 5%
}

.team-content h2.team-name {
	font-size: 24px;
	margin-bottom: 12px
}

.team-content h2.team-name a {
	color: #0a165e
}

.team-content p.designation {
	margin-bottom: 0
}

.team-social {
	position: absolute;
	right: 60px;
	bottom: 30%
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
	.team-social {
		bottom: 38%
	}
}

.team-social a:not(:last-child) {
	margin-bottom: 8px
}

.team-social a {
	height: 44px;
	width: 44px;
	background: #fff;
	display: block;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	color: #0a165e
}

.team-social a:hover {
	background: #2b4dff;
	color: #fff
}

.single-team-item.style-2 {
	border-radius: 50px 0;
	background: #f5f6f7;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
	padding: 30px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	gap: 20px;
	box-sizing: border-box;
}

.single-team-item.style-2 > * {
	position: relative;
	z-index: 1;
}

.single-team-item.style-2 img {
	margin-bottom: 0;
}

.single-team-item.style-2 .team-content {
	position: relative;
	margin-left: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	display: block !important;
	text-align: center;
	border-radius: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
	opacity: 1 !important;
	visibility: visible !important;
	flex-shrink: 0;
}

.single-team-item.style-2 .team-content .team-name {
	margin-bottom: 8px;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
}

.single-team-item.style-2 .team-content .team-name a {
	color: #06241C !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	text-decoration: none;
	font-family: "Inria Sans", sans-serif;
}

.single-team-item.style-2 .team-content .team-name {
	font-family: "Inria Sans", sans-serif;
}

.single-team-item.style-2 .team-content .designation {
	color: #666 !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
}

.single-team-item.style-2 .team-social {
	display: flex;
	gap: 12px;
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	right: auto;
	left: 50px
}

.single-team-item.style-2:hover .team-social {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.single-team-item.style-2:hover .designation {
	color: #04CE78
}

.tv-team-area2 {
	margin-top: 100px;
}

.tv-team-area2 .tv-section-title-box {
	padding-right: 180px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tv-team-area2 .tv-section-title-box {
		padding-right: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tv-team-area2 .tv-section-title-box {
		padding-right: 70px
	}
}

.tv-team-slider-area2 {
	margin-top: 60px;
}

.tv-team-slider-active2 .swiper-slide {
	height: 400px !important;
	min-height: 400px !important;
	max-height: 400px !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: flex !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 30px !important;
	box-sizing: border-box !important;
	align-items: stretch !important;
}

/* Ensure all slides have consistent styling regardless of visibility state */
.tv-team-slider-active2 .swiper-slide.swiper-slide-active,
.tv-team-slider-active2 .swiper-slide.swiper-slide-visible,
.tv-team-slider-active2 .swiper-slide.swiper-slide-next,
.tv-team-slider-active2 .swiper-slide.swiper-slide-prev,
.tv-team-slider-active2 .swiper-slide.swiper-slide-duplicate {
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 30px !important;
	box-sizing: border-box !important;
	height: 400px !important;
	min-height: 400px !important;
	max-height: 400px !important;
}

.tv-team-slider-active2 .swiper-slide img {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	width: 200px !important;
	height: 200px !important;
	object-fit: cover !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tv-team-slider-active2 .swiper-wrapper {
	display: flex !important;
	align-items: stretch !important;
}

.tv-team-slider-active2 .swiper-container {
	overflow: hidden;
}

.tv-team-slider-area2 {
	overflow: hidden;
}

.tv-team-slider-active2 .single-team-item {
	width: 100% !important;
	height: 400px !important;
	min-height: 400px !important;
	max-height: 400px !important;
	padding: 30px 20px 20px 20px !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

/* Ensure consistent styling for all team items regardless of slide visibility */
.tv-team-slider-active2 .swiper-slide .single-team-item,
.tv-team-slider-active2 .swiper-slide.swiper-slide-active .single-team-item,
.tv-team-slider-active2 .swiper-slide.swiper-slide-visible .single-team-item,
.tv-team-slider-active2 .swiper-slide.swiper-slide-next .single-team-item,
.tv-team-slider-active2 .swiper-slide.swiper-slide-prev .single-team-item {
	padding: 30px 20px 20px 20px !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	height: 400px !important;
	min-height: 400px !important;
	max-height: 400px !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
	.tv-team-area2 {
		margin-top: 60px;
	}
	
	.tv-team-slider-area2 {
		margin-top: 30px
	}
}

.tv-team-slider-area2 {
	position: relative;
}

.tv-team-arrow-box2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	gap: 24px;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	pointer-events: none;
	z-index: 5;
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
	.pb-130 {
		padding-bottom: 60px
	}

	.pt-130 {
		padding-top: 60px
	}

	.tv-team-area2 .tv-section-title-box {
		padding-right: 0
	}

	.tv-team-arrow-box2 {
		position: static;
		transform: none;
		justify-content: center;
		margin: 24px 0 0;
		padding: 0;
		pointer-events: auto;
	}
}

.tv-team-arrow-box2 button {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #04CE78;
	background-color: #f5f6f7;
	border-radius: 50%;
	border: 2px solid #04CE78;
	transition: all 0.3s ease;
	pointer-events: auto;
}

.tv-team-arrow-box2 button:hover {
	background-color: #04CE78;
	color: #fff;
	border-color: #04CE78;
}





.card-style1 {
  max-width: 195px;
  background: #04ce78;
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .card-style1 {
    max-width: 150px;
    padding: 10px 10px;
  }
}
.card-style1 .number {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 64px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-style1 .number span {
  display: inline-block;
  line-height: 1;
}
.card-style1 .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
}

.card-style1 .number {
  color: #272e39;
}

.list-style1 {
  margin-bottom: 37px;
}
.list-style1 ul {
  padding: 25px 0 0 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0;
}
.list-style1 li {
  font-size: 16px;
  position: relative;
  color: #272e39;
  color: #000000;
  margin: 0 0 12px 0;
  padding: 0 0 0 33px;
}
.list-style1 li i {
  font-weight: 600;
}
.list-style1 li:last-child {
  margin-bottom: 0;
}
.list-style1 li > i:first-child {
  position: absolute;
  left: 0;
  color: #04ce78;
  top: 6px;
}

/* Style for ul-style-2 with green checkmarks */
.ul-style-2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ul-style-2 li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
}

.ul-style-2 li:last-child {
  margin-bottom: 0;
}

.ul-style-2 li i,
.ul-style-2 li > i:first-child,
.ul-style-2 li .fa-solid,
.ul-style-2 li .fa-circle-check,
.ul-style-2 li i.fa-solid,
.ul-style-2 li i.fa-circle-check {
  position: absolute !important;
  left: 0 !important;
  color: #04ce78 !important;
  top: 6px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: "Font Awesome 6 Free" !important;
}

/* Override text-dark color for icons */
.ul-style-2.text-dark li i,
.ul-style-2.text-dark li .fa-solid,
.ul-style-2.text-dark li .fa-circle-check {
  color: #04ce78 !important;
}

/* Family Image Responsive Styling */
.family-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Desktop - Large Image */
@media (min-width: 1200px) {
  .family-image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}

/* Desktop - Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .family-image {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .family-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .family-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .family-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}


@media (max-width: 991px) {
  .img-box1 {
    padding: 0;
  }
  .img-box1 .card-style1 {
    position: relative;
    transform: none;
    margin: 0 0 20px auto;
  }
  .img-box1 .img-1 img {
    width: 100%;
    max-width: none;
  }
  .img-box1 .img-2 {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 30px;
    padding: 18px 18px 0 18px;
    box-shadow: 0 15px 40px rgba(27, 43, 79, 0.14);
  }
}

@media (max-width: 767px) {
  .img-box1 .card-style1 {
    margin: 0 auto 20px auto;
  }
  .img-box1 .img-2 {
    margin-top: 20px;
  }
  .img-box1 .img-2 img {
    width: 100%;
  }
  .list-style1 ul {
    display: block;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
  }
}

.auth-form .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.auth-form .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: transparent;
}



.mb-30 {
  margin-bottom: 30px;
}



.space-top {
  padding-top: 120px;
}

.space-extra-bottom {
  padding-bottom: calc(120px - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space-top {
    padding-top: 80px;
  }
  .space-extra-bottom {
    padding-bottom: calc(80px - 30px);
  }
}


/* Footer - Green Theme */
.footer-green{
  background-color: #06241C; /* deep green */
  color: #ffffff;
  padding: 100px 0 40px 0;
}
.footer-green a{ 
  color: #ffffff; 
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-green .footer-title{
  color: #ffffff;
  font-size: 80px;
  line-height: 0.95;
  font-weight: 800;
  margin: 0 0 20px 0;
}
.footer-green .footer-desc{ color: #d9f3e8; max-width: 520px; }
.footer-green .footer-btn{
  display: inline-block;
  margin-top: 20px;
  background-color: #04CE78;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-green .footer-btn:hover {
  background-color: #03b866;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(4, 206, 120, 0.3);
}
.footer-green .footer-divider{ border-color: rgba(255,255,255,.12); margin: 40px 0; }
.footer-green .footer-menu,
.footer-green .footer-legal{
  margin: 0; padding: 0; list-style: none;
  display: flex; gap: 28px; flex-wrap: wrap;
}
.footer-green .footer-legal li+li{ position: relative; }
.footer-green .footer-bottom{ 
  margin-top: 24px; 
}

/* Disable ScrollReveal animation for footer-bottom */
.footer-green .footer-bottom,
.footer-green .footer-bottom * {
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.footer-green .copyright{ 
  opacity: 1 !important; 
  color: #ffffff !important; 
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  display: block !important;
  visibility: visible !important;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.footer-green .footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-green .footer-social a{
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
  width: 44px; 
  height: 44px; 
  border-radius: 50%;
  background: rgba(4, 206, 120, 0.15);
  color: #04CE78; 
  margin-left: 10px;
  transition: all 0.3s ease;
  font-size: 18px;
  visibility: visible;
  opacity: 1;
}
.footer-green .footer-social a:hover {
  background-color: #04CE78;
  color: #ffffff;
  transform: translateY(-2px);
}
/* Footer menu and legal links hover styles */
.footer-green .footer-menu a:hover,
.footer-green .footer-legal a:hover {
  color: #04CE78;
  transition: color 0.3s ease;
}

/* Fix lead paragraph font styles to match footer */
section .lead,
section.text-light .lead,
section.bg-light .lead {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: inherit;
}

/* Footer mobile layout adjustments */
@media (max-width: 991px) {
  .footer-green .footer-title{ font-size: 52px; }
  
  /* Center footer content on mobile */
  .footer-green .footer-cta,
  .footer-green .footer-links,
  .footer-green .footer-bottom {
    text-align: center;
  }
  
  .footer-green .footer-links .col-lg-6 {
    text-align: center !important;
  }
  
  .footer-green .footer-menu,
  .footer-green .footer-legal {
    justify-content: center;
  }
  
  /* Reorder footer-bottom: copyright below social on mobile */
  .footer-green .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .footer-green .footer-bottom .col-lg-6:first-child {
    order: 2;
    width: 100%;
    display: block;
  }
  
  .footer-green .footer-bottom .col-lg-6:last-child {
    order: 1;
    width: 100%;
    display: block;
  }
  
  .footer-green .footer-bottom .col-lg-6:last-child {
    text-align: center !important;
  }
  
  /* Ensure copyright is visible on mobile */
  .footer-green .footer-bottom .col-lg-6:first-child {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .footer-green .footer-bottom .col-lg-6:first-child .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  
  /* Add spacing at bottom of social media icons */
  .footer-green .footer-social {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .footer-green .footer-social a {
    margin-left: 0;
    margin-bottom: 0;
  }
}

/* Desktop: preserve original layout */
@media (min-width: 992px) {
  .footer-green .footer-bottom {
    display: flex;
    flex-direction: row;
  }
  
  .footer-green .footer-bottom .col-lg-6:first-child {
    order: 1;
  }
  
  .footer-green .footer-bottom .col-lg-6:last-child {
    order: 2;
  }
  
  .footer-green .footer-social {
    margin-bottom: 0;
  }
}


html,
body {
  scroll-behavior: auto !important;
}

/* Prevent word breaking across entire page - words won't break, but lines can wrap */
* {
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

/* Stronger protection for headings and title-like elements */
h1, h2, h3, h4, h5, h6,
.title, .sub-title, .subtitle,
[class*="title"],
.section-title, .srex-section__head__title,
.srex-hero-one__box__text,
.hero-title, .hero-title2, .hero-style2 .title1, .hero-style2 .title2,
.th-widget-about .widget_title {
  word-break: keep-all;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

/* Mobile-specific: aggressively prevent mid-word breaks on small screens */
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6,
  .title, .sub-title, .subtitle,
  [class*="title"],
  .section-title, .srex-section__head__title,
  .srex-hero-one__box__text,
  .hero-title, .hero-title2, .hero-style2 .title1, .hero-style2 .title2 {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    hyphens: none !important;
  }

  /* Prevent mid-word breaks for typing animation on mobile */
  .typing-on-scroll,
  .typing-on-scroll * {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    hyphens: none !important;
  }
  
  /* Prevent word breaking in GSAP character spans */
  .gsap-word-wrapper {
    display: inline-block !important;
    word-break: keep-all !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
  }
  
  .gsap-char {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    position: relative !important;
    will-change: transform, opacity !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
  }
  
  .gsap-space {
    white-space: pre !important;
  }
  
  .typing-on-scroll .gsap-word-wrapper {
    position: relative !important;
  }
}

/* Desktop: also prevent word breaking for typing animation */
.typing-on-scroll {
  word-break: keep-all;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
}

.gsap-word-wrapper {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}

.gsap-char {
  word-break: keep-all;
  overflow-wrap: normal;
  word-wrap: normal;
  position: relative;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Reorder columns on mobile: image group below title "Dream Big, Thrive Smart" */
@media (max-width: 991px) {
  section .container .row.g-4.gx-5.align-items-center {
    display: flex;
    flex-direction: column;
  }
  
  section .container .row.g-4.gx-5.align-items-center > .col-lg-6:first-child {
    order: 2;
    margin-top: 30px;
  }
  
  section .container .row.g-4.gx-5.align-items-center > .col-lg-6:last-child {
    order: 1;
  }
}

/* Desktop: preserve original layout */
@media (min-width: 992px) {
  section .container .row.g-4.gx-5.align-items-center {
    display: flex;
    flex-direction: row;
  }
  
  section .container .row.g-4.gx-5.align-items-center > .col-lg-6:first-child {
    order: 1;
    margin-top: 0;
  }
  
  section .container .row.g-4.gx-5.align-items-center > .col-lg-6:last-child {
    order: 2;
  }
}
a[href^="http://"],
a[href^="https://"],
a[href^="mailto:"] {
  word-break: break-all;
  overflow-wrap: break-word;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #788094;
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]) {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

a {
  color: #04CE78;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: #000D44;
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

p {
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 18px 0;
  color: #788094;
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

p a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1,
h3 {
  font-family: "Noto Sans", sans-serif;
  color: #000D44;
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

h1 {
  font-size: 64px;
  line-height: 1.156;
}

h3 {
  font-size: 36px;
  line-height: 1.278;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: calc(1224px + 24px);
    padding-left: calc(24px / 2);
    padding-right: calc(24px / 2);
  }
}



.form-control,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: #788094;
  background-color: #F5F7FA;
  border-radius: 27px;
  font-size: 16px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.form-control:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #D8DDE1;
  background-color: #F5F8FD;
}

.form-control::-moz-placeholder,
input::-moz-placeholder {
  color: #788094;
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #788094;
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #788094;
}

.form-control::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #788094;
}

.form-control::-moz-placeholder, input::-moz-placeholder {
  color: #788094;
}

.form-control:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #788094;
}

.form-control::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #788094;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: #ffffff;
  background-color: #04CE78;
  border-color: #04CE78;
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: #ffffff;
  border: 1px solid #D8DDE1;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: #788094;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

body.th-body-visible {
  overflow: hidden;
}

body.th-body-visible .th-menu-wrapper {
  opacity: 1;
  visibility: visible;
}

body.th-body-visible .th-menu-wrapper .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

body.th-body-visible .th-menu-wrapper .th-menu-area .mobile-logo,
body.th-body-visible .th-menu-wrapper .th-menu-area .mobile-logo img,
body.th-body-visible .th-menu-wrapper .th-menu-area .th-menu-toggle,
body.th-body-visible .th-menu-wrapper .th-menu-area .th-menu-toggle i,
body.th-body-visible .th-menu-wrapper .th-menu-area .th-mobile-menu,
body.th-body-visible .th-menu-wrapper .th-menu-area .th-mobile-menu ul,
body.th-body-visible .th-menu-wrapper .th-menu-area .th-mobile-menu ul li,
body.th-body-visible .th-menu-wrapper .th-menu-area .th-mobile-menu ul li a {
  visibility: visible !important;
  opacity: 1 !important;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F5F8FD;
  position: relative;
  z-index: 2;
}

.th-menu-wrapper .mobile-logo img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  font-size: 18px;
  z-index: 10;
  color: #ffffff;
  background-color: #04CE78;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.th-menu-wrapper .th-menu-toggle i {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: #000D44;
  color: #ffffff;
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid #04CE78;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: 100vh;
  padding-bottom: 90px;
  margin-top: 33px;
  margin-left: 20px;
  text-align: left;
}

.th-mobile-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
  visibility: visible !important;
  opacity: 1 !important;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
  visibility: visible !important;
  opacity: 1 !important;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: #000D44;
  padding-left: 30px;
  visibility: visible !important;
  opacity: 1 !important;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.menu-item-has-children > a,
.th-mobile-menu ul li.th-item-has-children > a {
  padding-right: 40px;
}

.th-mobile-menu ul li.menu-item-has-children .th-mean-expand,
.th-mobile-menu ul li.th-item-has-children .th-mean-expand {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #000D44;
}

.th-mobile-menu ul li.menu-item-has-children.th-active .th-mean-expand:before,
.th-mobile-menu ul li.th-item-has-children.th-active .th-mean-expand:before {
  content: '\f068';
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
}

.th-mobile-menu ul li.menu-item-has-children .th-mean-expand:before,
.th-mobile-menu ul li.th-item-has-children .th-mean-expand:before {
  content: '\f067';
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
}

.th-mobile-menu ul li ul li {
  padding-left: 30px;
  visibility: visible !important;
  opacity: 1 !important;
}

.th-mobile-menu ul li ul li ul li {
  padding-left: 50px;
}

.th-mobile-menu ul li ul.sub-menu {
  display: none;
  visibility: visible !important;
  opacity: 1 !important;
}

.th-mobile-menu ul li.menu-item-has-children ul.sub-menu {
  display: none;
  visibility: visible !important;
  opacity: 1 !important;
}

.th-mobile-menu ul li.menu-item-has-children.th-active ul.sub-menu,
.th-mobile-menu ul li.menu-item-has-children ul.sub-menu.th-open,
.th-mobile-menu ul li.th-item-has-children.th-active ul.sub-menu,
.th-mobile-menu ul li.th-item-has-children ul.sub-menu.th-open {
  display: block !important;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: #04CE78;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: #000D44;
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #04CE78;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 30px;
}


.th-btn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}



.th-btn.style4:before {
  background: -webkit-linear-gradient(top, #A3BDFF 0%, rgba(155, 184, 255, 0) 78.65%);
  background: linear-gradient(180deg, #A3BDFF 0%, rgba(155, 184, 255, 0) 78.65%);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #fff);
  color: #000D44;
  text-align: center;
  border-radius: 0;
  border: 1px solid #D8DDE1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.icon-btn:hover {
  background-color: #04CE78;
  color: #ffffff;
  border-color: #04CE78;
}

.sub-title {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #04CE78;
  margin-bottom: 24px;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 28px;
}

/* Make subtitle elements green (matching sub-title) */
.subtitle {
  color: #04CE78 !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

/* Override subtitle green color in jarallax section-dark to white */
section.jarallax.section-dark .subtitle,
section.text-light.section-dark.jarallax .subtitle {
  color: #ffffff !important;
}

/* Make all text white in jarallax section-dark section only */
section.jarallax.section-dark,
section.text-light.section-dark.jarallax {
  color: #ffffff !important;
}

section.jarallax.section-dark *,
section.text-light.section-dark.jarallax * {
  color: #ffffff !important;
}

/* Specific overrides for jarallax section-dark */
section.jarallax.section-dark h1,
section.jarallax.section-dark h2,
section.jarallax.section-dark h3,
section.jarallax.section-dark h4,
section.jarallax.section-dark h5,
section.jarallax.section-dark h6,
section.text-light.section-dark.jarallax h1,
section.text-light.section-dark.jarallax h2,
section.text-light.section-dark.jarallax h3,
section.text-light.section-dark.jarallax h4,
section.text-light.section-dark.jarallax h5,
section.text-light.section-dark.jarallax h6 {
  color: #ffffff !important;
}

section.jarallax.section-dark p,
section.jarallax.section-dark .lead,
section.jarallax.section-dark span,
section.text-light.section-dark.jarallax p,
section.text-light.section-dark.jarallax .lead,
section.text-light.section-dark.jarallax span {
  color: #ffffff !important;
}

section.jarallax.section-dark .subtitle,
section.text-light.section-dark.jarallax .subtitle {
  color: #ffffff !important;
}

/* Keep other jarallax sections with original theming */
section.jarallax:not(.section-dark) {
  color: inherit;
}

section.jarallax:not(.section-dark) * {
  color: inherit;
}

/* Make h2 titles darker and bold (matching h1 style) */
h2 {
  font-family: "Noto Sans", sans-serif;
  color: #000D44;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

/* Ensure all h2 titles are dark and bold (except in text-light sections where they should remain light) */
h2.typing-on-scroll,
h2.wow,
h2.wow.fadeInUp,
h2.srex-section__head__title {
  color: #000D44 !important;
  font-weight: 700 !important;
}

/* Keep h2 dark and bold even in regular sections (but not in jarallax section-dark) */
section:not(.text-light):not(.section-dark) h2,
section.jarallax:not(.section-dark) h2 {
  color: #000D44 !important;
  font-weight: 700 !important;
}

/* Exclude jarallax section-dark from h2 dark color rules */
section.jarallax.section-dark h2,
section.text-light.section-dark.jarallax h2 {
  color: #ffffff !important;
}

.sub-title:has(img) {
  margin-top: 0;
}

.sub-title img {
  margin: -7px 10px 0 0;
}

@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
}

.th-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: 0;
  background-color: rgba(4, 206, 120, 0.15);
  color: #063232;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.th-social a i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  position: relative;
  text-align: center;
}

/* Ensure Font Awesome icons are perfectly centered */
.th-social a i::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.th-social a:last-child {
  margin-right: 0;
}

.th-social a:hover {
  background-color: #04CE78;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(4, 206, 120, 0.3);
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;

}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: #F5F7FA;
  margin-bottom: 40px;
  position: relative;
  border-radius: 20px;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget input,
.widget .form-control {
  background-color: #ffffff;
  border-radius: 20px;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
}

.widget_title:after, .widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #D8DDE1;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 99px;
}

.widget_title:after {
  background-color: #04CE78;
  width: 30px;
}

@media (max-width: 1199px) {
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
}



@media (max-width: 767px) {
  .widget {
    padding: 20px;
    border-radius: 10px;
  }
}

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about {
  max-width: 315px;
}

.th-widget-about .about-logo {
  margin-bottom: 35px;
}

.th-widget-about .about-text {
  margin-bottom: 20px;
  margin-top: -0.5em;
}

.th-widget-about .th-social {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
}

.th-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
}

.footer-text {
  margin-top: -0.5em;
  margin-bottom: 16px;
}

.newsletter-form {
  position: relative;
  max-width: 465px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .th-widget-about .about-text {
    margin-bottom: 15px;
  }
}

.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #000D44;
  text-transform: uppercase;
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu a:hover {
  color: #04CE78;
}

.main-menu > ul > li {
  margin: 0 19px;
}

.main-menu > ul > li > a {
  padding: 37px 0;
}

.main-menu > ul > li > a:hover {
  color: #04CE78;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu ul {
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  display: inline-block;
  position: relative;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  margin-left: 4px;
  font-weight: 900;
  top: 0;
  font-size: 0.9em;
  color: inherit;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu ul.sub-menu li a {
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\2b";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f469";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 900;
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: #04CE78;
  font-weight: 400;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.header-button .th-btn {
  margin: 0 20px;
}

.header-button .nav-register-btn {
  margin: 0;
  min-width: 150px;
  padding: 10px 26px;
  border-radius: 9px;
  font-weight: 600;
}

.header-button .nav-register-btn.nav-register-btn-mobile {
  min-width: auto;
  padding: 8px 18px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #788094;
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: #788094;
  margin: 0 15px 0 0;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: #04CE78;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.header-links li:last-child {
  margin-right: 0;
}

.header-links li > i {
  margin-right: 4px;
  padding: 0;
}

.header-contact-links {
  display: inline-block;
  color: #ffffff;
}

.header-contact-links > i,
.header-contact-links > b,
.header-contact-links > a,
.header-contact-links > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.header-contact-links > i {
  font-size: 16px;
  margin-right: 4px;
  color: #ffffff;
}

.header-contact-links > i:not(:first-child) {
  margin-left: 15px;
}

.header-contact-links > b {
  font-weight: 500;
  margin-right: 2px;
  color: #ffffff;
}

.header-contact-links > a {
  color: #ffffff;
  margin-right: 15px;
}

.header-contact-links > a:last-child {
  margin-right: 0;
}

.header-contact-links > a:hover {
  color: #04CE78;
}

.header-contact-links > span {
  color: #ffffff;
}

.header-links li,
.header-links span,
.header-links a {
  color: #788094;
}

.header-links a:hover {
  color: #04CE78;
}

.header-links b {
  font-weight: 500;
  margin-right: 2px;
}

.header-links .icon-btn {
  line-height: 1;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  margin-right: 4px;
}

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

.header-top {
  padding: 7px 0;
  background-color: #49af45;
}

.header-top .header-links li,
.header-top .header-links span,
.header-top .header-links a,
.header-top .header-links b,
.header-top .social-links .social-title,
.header-top .social-links a,
.header-top .icon-btn {
  color: #ffffff !important;
}

.header-top .header-links a:hover,
.header-top .social-links a:hover {
  color: #04CE78 !important;
}

.dropdown-link {
  position: relative;
}

.dropdown-link > a {
  color: #788094;
}

.dropdown-link > a img {
  margin-right: 4px;
}

.dropdown-toggle::after {
  content: "\f078";
  border: none;
  font-family: "Font Awesome 6 Pro";
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: #D8DDE1;
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: #000D44 !important;
}

.dropdown-menu a:hover {
  color: #04CE78 !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #D8DDE1;
  border-left: 1px solid #D8DDE1;
}

.header-layout1 {
  position: relative;
}

.header-layout1 .sticky-wrapper {
  box-shadow: 0px 10px 20px rgba(2, 29, 53, 0.06);
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 2;
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
  height: 100px;
  padding: 20px 100px 20px 0;
}

.header-layout1 .header-logo .logo-bg {
  position: absolute;
  top: 0;
  right: -26px;
  height: 100%;
  width: 2000px;
  background-size: auto;
  background-repeat: repeat;
  background-position: center right;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%);
}

.header-layout1 .th-menu-toggle {
  margin-left: auto;
}



@media (max-width: 1399px) {
  .header-layout1 .header-button .th-btn {
    display: none;
  }
  .header-layout1 .header-button .nav-register-btn {
    display: inline-flex;
  }
  .header-layout1 .header-logo {
    padding: 20px 50px 20px 0;
  }
  .header-layout1 .header-logo .logo-bg {
    right: -15px;
  }
}

@media (max-width: 991px) {
  .header-layout1 .header-logo {
    padding: 15px 50px 15px 0;
    height: 90px;
  }
  .header-layout1 .header-button {
    gap: 8px;
  }
  .header-layout1 .header-button .nav-register-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 575px) {
  .header-layout1 .header-logo {
    height: 82px;
    padding-right: 0;
  }
  .header-layout1 .header-logo .logo-bg {
    right: -60px;
  }
  .header-layout1 .header-logo img {
    max-width: 190px;
  }
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.6;
  font-family: "Noto Sans", sans-serif;
  color: #333333;
}

.footer-info i {
  color: #04CE78;
  min-width: 24px;
  width: 24px;
  margin-top: 4px;
  margin-right: 12px;
  font-size: 16px;
  flex-shrink: 0;
  text-align: center;
}

.footer-info .fa-map-marker-alt,
.footer-info .fa-location-dot {
  margin-top: 3px;
}

.footer-info .fa-envelope {
  margin-top: 4px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.footer-info .fa-phone {
  margin-top: 4px;
}

.footer-info a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.3s ease;
}

.footer-info a:hover {
  color: #04CE78;
}

.newsletter-widget {
  max-width: 304px;
}

.newsletter-widget .newsletter-form {
  gap: 0;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.newsletter-widget .newsletter-form input {
  height: 46px;
  border-radius: 99px;
  border: 1px solid #D8DDE1;
  padding: 0 120px 0 20px;
  width: 100%;
  flex: 1;
}

.newsletter-widget .newsletter-form .form-group {
  position: relative;
  width: 100%;
  flex: 1;
}

.newsletter-widget .simple-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  height: 24px;
  padding: 0 20px;
  color: #04CE78;
  border-left: 1px solid #D8DDE1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.newsletter-widget .simple-icon:hover {
  color: #000D44;
}

.newsletter-widget .footer-text {
  margin-bottom: 16px;
}

.newsletter-widget .btn-group {
  gap: 15px;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  gap: 10px;

}

@media (max-width: 1199px) {
  .newsletter-form {
    max-width: 460px;
  }
}

.newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}

.newsletter-form input {
  background-color: #ffffff;
  border: none;
  width: 100%;
}

.newsletter-form input:focus {
  background-color: #ffffff;
  color: #788094;
}

.info-box_link {
  display: inline-block;
  color: #788094;
}

.info-box_link:hover {
  color: #04CE78;
}

blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}

.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  box-shadow: none;
  display: none;
}

ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child > .th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid #D8DDE1;
}

.th-hero-wrapper {
  position: relative;
  z-index: 2;
}

.hero-text {
  margin-bottom: 32px;
}

.hero-title2 {
  font-size: 84px;
  line-height: 1.12;
  margin-top: -0.2em;
  margin-bottom: 18px;

}

@media (max-width: 1299px) {
  .hero-title2 {
    font-size: 64px;
  }
}

@media (max-width: 1199px) {
  .hero-title2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-title2 {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
  .hero-title2 {
    font-size: 44px;
  }
}

@media (max-width: 375px) {
  .hero-title2 {
    font-size: 36px;
  }
}

.hero-title2 .title1,
.hero-title2 .title2 {
  display: block;
}

.hero-title2 .line-text {
  color: #04CE78;
  font-weight: 400;
  position: relative;
}

.hero-title2 .line-text:after {
  content: '';
  height: 22px;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg width="288" height="22" viewBox="0 0 288 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10.2839C33.4393 5.13087 76.1911 2 123.041 2C194.686 2 256.746 9.32162 287 20" stroke="%2304CE78" stroke-width="3"/></svg>');
  background-size: 288px 22px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-animation: titleFill 3s linear infinite;
          animation: titleFill 3s linear infinite;

}

/* Typed.js typing animation styling */
#typed-text {
  color: #04CE78;
  font-weight: 400;
  position: relative;
}

#typed-text .typed-cursor {
  color: #04CE78;
  opacity: 1;
  font-weight: 400;
  animation: typedjsBlink 0.7s infinite;
}

@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}

@media (max-width: 575px) {
  .hero-title2 .line-text:after {
    bottom: -12px;
  }
}

@-webkit-keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.hero-2 {
  overflow: hidden;
}

.hero-2 .hero-img {
  position: absolute;
  bottom: 0;
  right: 8%;

}

@media (max-width: 1500px) {
  .hero-2 .hero-img {
    right: 0%;
  }
}

@media (max-width: 1299px) {
  .hero-2 .hero-img {
    max-width: 600px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-img {
    max-width: 560px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-img {
    position: relative;
    top: unset;
    right: unset;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}

.hero-2 .hero-shape1,
.hero-2 .hero-shape2,
.hero-2 .hero-shape3,
.hero-2 .hero-shape4,
.hero-2 .hero-shape5 {
  position: absolute;
  z-index: 2;
}

/* FontAwesome Icons Styling for Hero Shapes */
.hero-2 .hero-shape1 i,
.hero-2 .hero-shape2 i,
.hero-2 .hero-shape3 i,
.hero-2 .hero-shape4 i,
.hero-2 .hero-shape5 i {
  font-size: 40px;
  display: block;
  opacity: 0.8;
}

/* Dark Green for rotating triangles */
.hero-2 .hero-shape1 i,
.hero-2 .hero-shape4 i {
  color: #04CE78;
  font-size: 45px;
}

/* Light Green for jumping heart */
.hero-2 .hero-shape2 i {
  color: #04CE78;
  font-size: 35px;
}

/* Light Green for rotating triangle */
.hero-2 .hero-shape3 i {
  color: #d9f3e8;
  font-size: 40px;
}

/* Dark Green for jumping heart */
.hero-2 .hero-shape5 i {
  color: #04CE78;
  font-size: 38px;
}

/* Remove any image styles from hero shapes */
.hero-2 .hero-shape1 img,
.hero-2 .hero-shape2 img,
.hero-2 .hero-shape3 img,
.hero-2 .hero-shape4 img,
.hero-2 .hero-shape5 img {
  display: none;
}

.hero-2 .hero-shape1 {
  top: 3%;
  right: 37%;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

.hero-2 .hero-shape2 {
  top: 27%;
  right: 10%;
  -webkit-animation: jumpAni 6s linear infinite;
          animation: jumpAni 6s linear infinite;
}

.hero-2 .hero-shape3 {
  left: 25px;
  bottom: 35px;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

.hero-2 .hero-shape4 {
  right: 38%;
  bottom: 45%;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

.hero-2 .hero-shape5 {
  right: 16%;
  bottom: 20%;
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

.hero-style2 {
  position: relative;
  z-index: 6;
  padding: 208px 0;
}

.hero-style2 .sub-title {
  margin-bottom: 27px;
}

.hero-style2 .hero-text {
  max-width: 630px;
}

@media (max-width: 1299px) {
  .hero-2 .hero-shape2 {
    right: 4%;
  }
  .hero-style2 {
    padding: 160px 0;
  }
  .hero-style2 .hero-text {
    max-width: 550px;
  }
}

@media (max-width: 1299px) {
  .hero-style2 {
    padding: 120px 0;
  }
  .hero-style2 .hero-text {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-shape1 {
    top: 5%;
    right: 5%;
  }
  .hero-2 .hero-shape1 i {
    font-size: 30px;
  }
  .hero-2 .hero-shape2 {
    top: 5%;
    left: 5%;
    right: unset;
    -webkit-animation: spin 10s linear infinite;
            animation: spin 10s linear infinite;
  }
  .hero-2 .hero-shape2 i {
    font-size: 25px;
  }
  .hero-2 .hero-shape3 i {
    font-size: 30px;
  }
  .hero-2 .hero-shape1 i,
  .hero-2 .hero-shape4 i {
    font-size: 30px;
  }
  .hero-2 .hero-shape4 {
    display: none;
  }
  .hero-2 .hero-shape5 i {
    font-size: 28px;
  }
  .hero-style2 {
    text-align: center;
    padding: 100px 0 40px 0;
  }
  .hero-style2 .hero-text {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-shape1 {
    top: 2%;
  }
  .hero-2 .hero-shape2 {
    top: 2%;
  }
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

.sidemenu-wrapper.show .sidemenu-content * {
  opacity: 1 !important;
  visibility: visible !important;
}

.sidemenu-wrapper.show .widget,
.sidemenu-wrapper.show .widget * {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.sidemenu-wrapper.show .widget_title,
.sidemenu-wrapper.show .about-text,
.sidemenu-wrapper.show .footer-info,
.sidemenu-wrapper.show .th-social,
.sidemenu-wrapper.show .newsletter-widget,
.sidemenu-wrapper.show .newsletter-form {
  opacity: 1 !important;
  visibility: visible !important;
}


.sidemenu-wrapper .newsletter-widget .btn-group {
  margin-top: 15px;
}

.sidemenu-wrapper .closeButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  width: 50px;
  height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  z-index: 10;
}

.sidemenu-wrapper .closeButton i {
  display: inline-block;
  line-height: 1;
}

.sidemenu-wrapper .closeButton:hover {
  color: #04CE78;
  border-color: #04CE78;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #ffffff;
  width: 450px;
  max-width: calc(100% - 15px);
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;

}

@media (max-width: 375px) {
  .sidemenu-wrapper .sidemenu-content {
    max-width: 100%;
  }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content .form-control {
  background-color: #F5F8FD;
  border-radius: 27px;
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #D8DDE1;
}

.sidemenu-wrapper .newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.sidemenu-wrapper .newsletter-form .form-group {
  position: relative;
  width: 100%;
  flex: 1;
}

.sidemenu-wrapper .newsletter-form .simple-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  height: auto;
  padding: 0 20px;
  color: #04CE78;
  border-left: 1px solid #D8DDE1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.sidemenu-wrapper .widget * {
  opacity: 1 !important;
  visibility: visible !important;
}

.sidemenu-wrapper .sidemenu-content {
  opacity: 1 !important;
  visibility: visible !important;
}

.accordion-card:has(.show) {
  border-radius: 20px;
}

.accordion-area3 .accordion-card:has(.show) {
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  background-color: #ffffff;
}

.accordion-card.bg-white:has(.show) {
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
}

@media (min-width: 767px) {
  .btn-group:has(.cta-call) {
    gap: 20px 40px;
  }
}

.active-white .accordion-card:has(.show) {
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  background-color: #ffffff;
}




.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .owl-item {
    position: relative;
}

.hero-area {
    background: url(../images/hero-img-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 950px;
    padding-top: 125px;
    position: relative;
    z-index: 1;
}

.hero-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-area .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-content h4,
.hero-content h1,
.hero-content p {
    position: relative;
    z-index: 4;
}

/* Animation classes for hero content */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.animated.fadeInLeft {
    animation-name: fadeInLeft;
    animation-fill-mode: both;
}

/* Ensure hero content is visible by default */
.hero-content,
.hero-content *,
.hero-social-icon,
.hero-social-icon * {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure second slide and hero-style also have visible content */
.hero-style .hero-content,
.hero-style .hero-content *,
.hero-style .auriga-button,
.hero-style .auriga-button * {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure Read More button is visible */
.auriga-button.two,
.auriga-button.two a,
.auriga-button.two * {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-block !important;
}

/* Ensure all owl-item slides have visible content */
.owl-item .hero-content,
.owl-item .hero-content *,
.owl-item .auriga-button,
.owl-item .auriga-button *,
.owl-item.active .hero-content,
.owl-item.active .hero-content *,
.owl-item.active .auriga-button,
.owl-item.active .auriga-button *,
.owl-item .hero-style .hero-content,
.owl-item .hero-style .hero-content *,
.owl-item.active .hero-style .hero-content,
.owl-item.active .hero-style .hero-content * {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure owl-carousel items themselves are visible when active */
.owl-item.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.owl-item.active .hero-area {
    opacity: 1 !important;
    visibility: visible !important;
}

.owl-item.active .hero-style {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Owl Carousel custom dot buttons generated via data-dot="<button>..</button>" */
.owl-dots .owl-dot button {
	background: transparent;
	color: #04CE78;
	border: 2px solid #04CE78;
	border-radius: 999px;
	padding: 6px 12px;
	line-height: 1;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
  margin-right: 20px;
}

.owl-dots .owl-dot button:hover,
.owl-dots .owl-dot.active button {
	background: rgba(4, 206, 120, 0.12);
}

.hero-style.hero-area{
    background: url(../images/hero-img-1.png);
	    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-content h4 {
    color: #4baf47;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.hero-content .sub-title {
    color: #4baf47;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 19px;
    display: block;
}

.hero-content h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 71px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content h1.main-title-2 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 71px;
    margin-top: -10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 20px 0 0;
}

.hero-content .hero-desc {
    opacity: 1;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 20px 0 0;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-social-icon {
    position: absolute;
    left: 85px;
    top: 41%;
    z-index: 10;
    pointer-events: auto;
}

.hero-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-social-icon ul li {
    margin-bottom: 20px;
    display: block;
}

.hero-social-icon ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-social-icon ul li a:hover {
    color: #49AF45 !important;
    transform: scale(1.1);
}

.hero-social-icon ul li a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.hero-social-icon ul li i {
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 28px;
    transition: 0.5s;
}

.hero-social-icon ul li i:hover{
   color: #49AF45 !important;
}

.hero-social-icon ul li.text {
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: relative;
    top: 100px;
    left: -36px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.hero-social-icon ul li.text:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    left: 111px;
    top: 10px;
    background: #fff;
}



.auriga-button {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    z-index: 4;
}

.auriga-button a {
    display: inline-block;
    background: #49AF45;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 6px;
    border: 2px solid #49AF45;
    position: relative;
    z-index: 1;
}

.auriga-button a:hover{
    color: #49AF45;
}

.auriga-button a:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}

.auriga-button a:hover:before{
    width: 100%;
    left: 0;
}

.auriga-button img {
    position: relative;
    top: -2px;
    left: 4px;
    display: inline-block !important;
    transition: 0.5s;
}

.auriga-button img.two {
    position: relative;
    left: -58px;
    top: -2px;
    opacity: 1;
    transition: 0.5s;
    z-index: 1;
    opacity: 0
}

.auriga-button:hover img.two{
    opacity: 1;
}


.auriga-button.two {
    display: inline-block;
    padding-left: 16px;
    border: transparent;
}

.auriga-button.two a {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff61;
    padding: 14px 37px;
}


.auriga-text-section {
    position: relative;
    background: #49AF45;
    z-index: 1;
    padding: 40px 0 44px;
}

.auriga-text-section .inner-container {
    max-width: 1812px;
    margin: 0 auto;
}

.auriga-text-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}

.auriga-text-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 87%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.auriga-text-section .marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.auriga-text-section .marquee-block .content-box:last-child {
    margin-right:0px;
}

.auriga-text-section .marquee-block .content-box:last-child::before {
    display: none;
}

.auriga-text-section .marquee-block .content-box .title{
    margin:0;
}

.auriga-text-section .marquee-block .content-box h6.title {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 0 48px;
}

.auriga-text-section .marquee-block .content-box h6.title img {
    position: relative;
    left: -49px;
}

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }





.skills-item-content::last-child {
    margin-right: 0;
}


@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 1rem)); }
}





/* Normal desktop :1400px. */
@media (min-width: 1400px) and (max-width: 1600px) {

    /*Home 1 Resopnsive*/
    
    .hero-social-icon {
        left: 15px;
    }

    
    
    }
    
    /* Normal desktop :1300px. */
    @media (min-width: 1300px) and (max-width: 1399px) {
    
    /*Home 1 Resopnsive*/
    
    .hero-social-icon {
        left: 32px;
    }
    
    
    
 
    
    
    
    
    
    }
    
    /* Normal desktop :1200px. */
    @media (min-width: 1200px) and (max-width: 1299px) {
    
    /*Home 1 Resopnsive*/
    
    .hero-social-icon {
        left: 15px;
        display: none;
    }
    
    
    
 
    
    
    
    }
    
    
    /* Normal desktop :992px. */
    @media (min-width: 992px) and (max-width: 1199px) {
    
    /*Home 1 Resopnsive*/
    
    .hero-area {
        height: 815px;
        position: relative;
    }
    
    .hero-social-icon {
       display: none;
    }
    

    
    
    
    
    
    }
    
    
    /* Normal desktop :768px. */
    @media (min-width: 768px) and (max-width: 991px) {
    
    /*Home 1 Resopnsive*/
    
    .hero-area {
        height: 750px;
        padding-top: 44px;
    }
    
    .hero-social-icon {
        display: none;
    }
    
    .hero-content p {
        width: 70%;
    }
  
    
    
    }
    
    
    
    /* Normal desktop :600px. */
    @media (min-width: 600px) and (max-width: 767px) {
    
    
    /*Home 1 Resopnsive*/
    
    .hero-area {
        height: 750px;
        padding-top: 57px;
    }
    
    .hero-content h1 {
        font-size: 48px;
        line-height: 50px;
    }
    
    .hero-social-icon {
        display: none;
    }
    
    .hero-content p {
        width: 70%;
    }
    

    
    
    
    }
    
    /* Normal desktop :480px. */
    @media (min-width: 480px) and (max-width: 599px) {
    
    /*Home 1 Resopnsive*/
    
    .hero-area {
        height: 662px;
        padding-top: 57px;
    }
    
    .hero-content h1 {
        font-size: 48px;
        line-height: 50px;
    }
    
    .hero-social-icon {
        display: none;
    }
    
    .hero-content p {
        width: 73%;
    }

    
    
    
    
    }
    
    
    
    /* Mobile Devices :320px. */
    @media (min-width: 320px) and (max-width: 479px) {
    
    /*Home 1 Resopnsive*/
    
    .hero-area {
        height: 740px;
        padding-top: 57px;
    }
    
    .hero-content h1 {
        font-size: 34px;
        line-height: 34px;
    }
    
    .hero-social-icon {
        display: none;
    }
    
    .hero-content p {
        width: 100%;
        font-size: 16px;
    }
    
    .auriga-button.two {
        margin-top: 25px;
        padding-left: 0;
    }
    

    
    .hero-content h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    

    
    
    }
    
    
  





.rounded-1 {
    border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
}



html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: #111;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

a,
a:hover {
    text-decoration: none;
}


#content {
    width: 100%;
    background: #ffffff;
    padding: 90px 0 90px 0;
    z-index: 100;
}



section {
    padding: 100px 0 100px 0;
}



.rounded-10px {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


footer {
    position: relative;
    overflow: hidden;
    background: #202020;
    padding: 100px 0 0 0;
}

footer.footer-light {
    background: #F6F8F9;
}

footer.footer-light a {
    color: #5d6371;
}

footer p {
    line-height: 1.8em;
}

footer h5 {
    color: #fff;
    font-size: 18px;
    text-transform: none;
}

footer a {
    color: #F5F5F7;
    text-decoration: none !important;
}

.subfooter {
    margin-top: 50px;
    border-top: solid 1px rgba(255, 255, 255, .1);
    padding: 20px 0 20px 0;
}

.footer-light .subfooter {
    border-top: solid 1px rgba(0, 0, 0, .1);
}


footer.footer-light h5 {
    margin-top: 0;
    font-family: "Jost", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #202020;
}

footer h5 {
    color: #fff;
}

footer h5 {
    color: #fff;
}

.btn-main{
  color: #fff;
  background: #04CE78;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;

}

.text-light .subtitle.s2 {
    background: rgba(255, 255, 255, .2);
}


h5 {
    font-size: 18px;
}

.text-light, .text-light p {
    color: #F5F5F7;
}

.text-dark {
    color: #223044;
}

.text-light h2,
.text-light h4 {
    color: #fff;
}


.w-100px {
    width: 100px;
}


.absolute {
    position: absolute;
    z-index: 1;
}

.relative {
    position: relative;
    z-index: 1;
}

.z-1000 {
    position: relative !important;
    z-index: 1000;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}



.w-100px {
    width: 100px;
}
.ms-30 {
    margin-left: 30%;
}

.fs-14 {
    font-size: 14px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.fs-64 {
    font-size: 64px;
}

.fs-72 {
    font-size: 72px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}











.auriga-button a:hover,
.home-six .team-social-icon ul li i:hover {
	color: #49af45
}

.home-six .team-social-icon ul li i:hover:after,
.team-social-icon ul li i:hover:after {
	transform: scale(1)
}

.faqs-left {
	position: relative
}

.auriga-button {
	margin-top: 40px;
	display: inline-block
}

.auriga-button a {
	display: inline-block;
	background: #49af45;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding: 14px 40px;
	border-radius: 6px;
	border: 2px solid #49af45;
	position: relative;
	z-index: 1
}

.auriga-button a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 50%;
	top: 0;
	background: #fff;
	border-radius: 5px;
	z-index: -1;
	transition: .5s
}

.auriga-button img,
.auriga-button img.two {
	top: -2px;
	position: relative;
	transition: .5s
}

.auriga-button a:hover:before,
.single-team-box:hover .team-content:before {
	width: 100%;
	left: 0
}

.auriga-button img {
	left: 4px;
	display: inline-block !important
}

.auriga-button img.two {
	left: -58px;
	opacity: 1;
	z-index: 1;
	opacity: 0
}

.auriga-button:hover img.two {
	opacity: 1
}

@keyframes dance3 {

	0%,
	100% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	50% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}

.section-title.center,
.section-title.left {
	margin-bottom: 49px
}

.section-title.center img,
.section-title.left img {
	margin-right: 12px
}

.section-title.left h4 {
	text-transform: uppercase;
	color: #49af45;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 26px
}

.section-title.center h1,
.section-title.left h1 {
	font-size: 46px;
	font-weight: 700;
	line-height: 44px
}

.section-title.center h4 {
	text-transform: uppercase
}

p.section-desc {
	width: 90%;
	margin: 26px 0 0;
	color: #06241C;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0,0,0,.08);
}

.home-six .team-content:before {
	background: 0 0
}

.home-six .team-thumb img {
	width: 100%
}

.skills-item-content::last-child {
	margin-right: 0
}

.team-social-icon ul li i:hover {
	color: #fff
}

.team-area .section-title.center {
	margin-bottom: 0
}

.team-area {
	padding: 192px 0 125px;
	background: url(../images/home1/team-bg.jpg) 0 0/cover no-repeat;
	margin-top: -82px
}

.single-team-box {
	text-align: center;
	margin-top: -71px
}

.team-content {
	background: #fff;
	padding: 152px 0 38px;
	position: relative
}

.team-content:before {
	position: absolute;
	content: "";
	width: 0;
	height: 5px;
	left: 50%;
	bottom: 0;
	background: #49af45;
	transition: .5s
}

.team-content h4 {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 11px
}

.team-content p {
	margin: 0;
	color: #49af45;
	font-size: 16px;
	font-weight: 500
}

.team-social-icon {
	margin-top: 28px
}

.team-social-icon ul li {
	display: inline-block;
	margin: 0 2px
}

.team-social-icon ul li i {
	border: 1px solid #d5dfda;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	color: #7d8d85;
	position: relative;
	z-index: 1;
	transition: .5s
}

.team-social-icon ul li i:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #49af45;
	border-radius: 50%;
	z-index: -1;
	transform: scale(0);
	transition: .5s
}

.faqs-container {
	overflow: hidden
}

.home-six .team-social-icon ul li i:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	transform: scale(0);
	transition: .5s
}

.faqs-area .auriga-button {
	margin-top: 0;
	display: inline-block
}

.faqs-shape,
.faqs-shape-2 {
	animation: 4s linear infinite dance3
}

.faqs-area {
	background:
		linear-gradient(rgba(227, 255, 202, 0.1), rgba(214, 255, 204, 0.1)),
		url(../assets/images/Backgrounds/bg2.webp) 0 0/cover no-repeat;
	padding: 124px 0 196px;
	overflow: hidden
}

.faqs-area .section-title.left {
	margin-bottom: 36px
}

.faq-singular {
	position: relative;
	background: rgba(255, 255, 255, 0.574);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
	margin-bottom: 20px;
}

.faq-singular .faq-question {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 19px 0;
	font-weight: 500;
	font-size: 20px;
	border: 1px solid rgba(206, 206, 206, 0.325);
	border-radius: 10px;
	z-index: 2;
	transition: .5s;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
}

/* Hand icon container - 10% width, centered */
.faq-question img {
	flex: 0 0 10%;
	width: 10%;
	max-width: 10%;
	height: auto;
	object-fit: contain;
	object-position: center;
	padding: 0;
	margin: 0 auto;
	transition: .5s;
	display: block;
	align-self: center;
}

/* Text content container - 80% width */
.faq-question-text {
	width: 80%;
	flex: 0 0 80%;
	max-width: 80%;
	padding: 0 15px;
	line-height: 1.5;
	box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0,0,0,.08);
  color: #000000;
}

.desc{
  text-shadow: 0 1px 1px rgba(0,0,0,.08);
  color: #000000;
}

/* Arrow icon container - 10% width, centered */
.faq-arrow {
	flex: 0 0 10%;
	width: 10%;
	max-width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #000000;
	transition: all 0.5s ease;
	pointer-events: none;
	padding-right: 40px;
	box-sizing: border-box;
}

/* Default state - show angle-right icon */
.faq-arrow.fa-angle-right {
	display: flex;
}

.faq-arrow.fa-angle-down {
	display: none;
}

/* When FAQ is active (open), hide angle-right and show angle-down */
.faq-singular.active .faq-arrow.fa-angle-right {
	display: none;
}

.faq-singular.active .faq-arrow.fa-angle-down {
	display: flex;
}

/* Hide the :before pseudo-element if it exists */
.faq-singular .faq-question:before {
	display: none;
}

.faq-question:after {
	display: none;
}

.faq-answer {
	display: none;
	padding: 21px 30px 25px
}

.faqs-shape {
	position: absolute;
	left: 240px;
	bottom: -43px
}

.faqs-shape-2 {
	position: absolute;
	top: -103px;
	right: 13px
}

.home-six .section-title.center h4,
.section-title.center h4 {
	text-transform: uppercase;
	color: #49af45;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 18px
}

.home-six .section-title.center img.images-2 {
	position: relative;
	left: 10px
}

.home-six .section-title.center h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 45px
}

.home-six .section-title.center img {
	margin-right: 9px;
	margin-top: -3px
}

.home-six.team-area {
	padding: 122px 0 125px;
	background: #fff;
	margin-top: 0
}

.home-six.team-area .section-title.center {
	margin-bottom: 55px
}

.home-six .single-team-box {
	text-align: center;
	margin-top: 0
}

.home-six .team-thumb {
	overflow: hidden;
	position: relative
}

.home-six .team-thumb:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -201px;
	background-image: linear-gradient(0deg, rgba(73, 175, 69, .9999999999999999) 0, rgba(255, 255, 255, 0) 64%);
	transition: .5s
}

.home-six .single-team-box:hover .team-thumb:before {
	bottom: 0
}

.home-six .team-social-icon {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto auto;
	transition: .5s;
	opacity: 0
}

.home-six .single-team-box:hover .team-social-icon {
	bottom: 30px;
	opacity: 1
}

.home-six .team-social-icon ul li i {
	border: 1px solid #fff;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	border-radius: 50%;
	color: #ffff;
	position: relative;
	z-index: 1;
	transition: .5s
}

.home-six .team-content {
	background: #f7f7f7;
	padding: 25px 0 26px;
	position: relative
}

.home-six .team-content h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 4px
}






.srex-portfolio-two .controls ul li {
	transition: .2s;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer
}

input:focus {
	outline: 0
}

.ud-fade-in-left {
	animation-name: fadeInLeft
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.ud-fade-in-right {
	animation-name: fadeInRight
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.ud-fade-in-up {
	animation-name: fadeInUp
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}


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

a {
	font-size: 18px;
	line-height: 28px;
	transition: .3s ease-in-out
}

.srex-btn {
	font-weight: 800;
	line-height: 30px;
	font-size: 14px;
	font-style: normal;
	font-family: "Noto Sans", sans-serif;
	text-transform: capitalize
}


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

.srex-btn i {
	margin-left: 10px
}

button {
	border: none;
	background: 0 0;
	cursor: pointer
}

i {
	line-height: 0
}

.srex-section {
	padding-bottom: 120px;
	position: relative
}


.srex-section__head__badge {
	color: #1d8f2c;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px
}

.srex-btn {
	transition: .3s;
	display: inline-block;
	padding: 15px 30px
}

.srex-btn--outline {
	color: #24231d;
	background-color: transparent;
	border: 1px solid #1d8f2c;
	border-radius: 999px
}

.srex-btn--outline:hover,
.srex-btn--primary {
	color: #fff;
	background-color: #1d8f2c
}

.srex-btn--primary,
.srex-btn--white {
	border-radius: 999px
}

.srex-btn--primary:hover {
	background-color: #ff7029;
	color: #fff
}

.srex-btn--white:hover {
	background-color: #ff7029
}

.srex-btn--white {
	color: #24231d;
	background-color: #fff
}

.srex-btn--white:hover {
	color: #fff
}

.subscribe-now-btn.subscribed {
	background-color: #04ce78;
	color: #0a165e;
}

.subscribe-now-btn.subscribed i {
	margin-left: 8px;
}

.subscription-feedback {
	display: none;
	margin-top: 18px;
	padding: 16px 20px;
	border-radius: 14px;
	background: rgba(10, 22, 94, 0.92);
	border-left: 4px solid #04ce78;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 12px 30px rgba(10, 22, 94, 0.18);
}

.subscription-feedback.visible {
	display: block;
}

.border-theme {
	border: 1px solid #04ce78 !important;
}

.srex-btn i {
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	transition: .3s
}

.srex-portfolio-two .filter-item {
	display: block
}

@media (max-width:767px) {
	h1 {
		font-size: 45px;
		line-height: 55px
	}

	h2 {
		font-size: 35px;
		line-height: 50px
	}

	h3 {
		font-size: 18px;
		line-height: 25px
	}

	h5,
	p {
		font-size: 15px;
		line-height: 20px
	}

	.srex-section {
		padding-bottom: 30px
	}



	.srex-section__head {
		max-width: 95%;
		margin: 0 auto;
		text-align: center
	}

	.container {
		width: 95%
	}

	.srex-btn {
		padding: 10px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	h2 {
		font-size: 40px;
		line-height: 50px
	}

	h3 {
		font-size: 19px;
		line-height: 25px
	}

	.srex-section {
		padding-bottom: 40px
	}

	.srex-section__head {
		max-width: 95%;
		margin: 0 auto;
		text-align: center
	}
}

.srex-hero-one {
	background-color: #f8f7f0;
	padding: 50px 0 30px;
}

.srex-hero-one__box {
	border-radius: 20px;
	background-color: #fff;
	padding: 40px 40px 30px;
	margin-bottom: 30px
}

.srex-hero-one__box__text {
	margin-bottom: 20px
}

.srex-hero-one__box__text__top__line {
	height: 2px;
	background-color: #e3e3e3;
	width: 50%
}

.srex-hero-one__box__text span {
	color: #1d8f2c
}

.srex-hero-one__box__desc {
	margin-bottom: 25px
}

.srex-hero-one__left__enery__efficient {
	background-color: #1d8f2c;
	border-radius: 20px;
	padding: 40px 75px;
	text-align: center
}

.srex-hero-one__left__enery__efficient h2 {
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	text-transform: capitalize
}

.srex-hero-one__left__enery__efficient h2,
.srex-hero-one__left__enery__efficient p {
	font-family: "Noto Sans", sans-serif;
	color: #fff
}

.srex-hero-one__left__img {
	-ms-flex: 1;
	flex: 1
}

.srex-hero-one__left__img img {
	border-radius: 20px;
	width: 100%;
	max-height: 186px;
	object-fit: cover
}

.srex-hero-one__right img {
	border-radius: 20px;
	height: 718px;
	margin-bottom: -65px;
	object-fit: cover
}

@media (max-width:767px) {
	.srex-hero-one {
		padding: 20px 0 0
	}

	.srex-hero-one__box {
		padding: 30px
	}

	.srex-hero-one__box__text {
		font-size: 30px;
		line-height: 40px
	}

	.srex-hero-one__box__text__top__line {
		width: 30%
	}

	.srex-hero-one__left__enery__efficient {
		padding: 20px
	}

	.srex-hero-one__left__enery__efficient h2 {
		font-size: 50px;
		line-height: 60px
	}

	.srex-hero-one__left__img img {
		max-height: 100%;
		min-height: 119px
	}

	.srex-hero-one__right {
		margin-top: 30px
	}

	.srex-hero-one__right img {
		height: 100%;
		margin-bottom: -40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.srex-hero-one {
		margin-bottom: 70px;
		padding: 50px 0
	}

	.srex-hero-one__right {
		max-width: 60%;
		margin: 40px auto 0
	}

	.srex-hero-one__right img {
		height: 100%;
		margin-bottom: -120px
	}
}

.srex-portfolio-two {
	padding-top: 120px;
	position: relative
}

/* Hide portfolio section on screens less than 999px */
@media (max-width: 998px) {
	.srex-portfolio-two {
		display: none !important;
	}
}

.srex-portfolio-two__frame {
	position: absolute;
	left: 35%;
	top: 18%
}

.srex-portfolio-two .srex-section__head__title {
	width: 550px
}

.srex-portfolio-two .controls ul {
	padding-top: 60px
}

.srex-portfolio-two .controls ul li {
	color: #24231d;
	font-style: normal;
	background: #f8f7f0;
	border-radius: 10px;
	font-weight: 700;
	padding: 20px 30px;
	margin-bottom: 20px;
	text-align: center;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

@media (max-width:767px) {

	.srex-portfolio-two {
		padding-top: 70px
	}

	.srex-portfolio-two__frame {
		left: 10px;
		top: 180px
	}

	.srex-portfolio-two .srex-section__head {
		max-width: 100%
	}

	.srex-portfolio-two .srex-section__head__title {
		width: 100%
	}

	.srex-portfolio-two .controls ul {
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-x: scroll
	}

	.srex-portfolio-two .controls ul li {
		padding: 10px 15px;
		min-width: 150px
	}
}

.srex-portfolio-two .controls ul li.active,
.srex-portfolio-two .controls ul li:hover {
	color: #fff;
	background: #1d8f2c
}

.srex-portfolio-two__item {
	padding-top: 60px;
	position: relative
}

.srex-portfolio-two__item img {
	border-radius: 20px;
	width: 100%
}

.srex-portfolio-two__item h3 {
	margin-bottom: 10px
}

.srex-portfolio-two__item__box {
	border-radius: 10px;
	padding: 20px;
	background: #f8f7f0;
	position: absolute;
	bottom: 7px;
	left: 20px;
	right: 20px;
	z-index: 2
}

.srex-news-letter {
	margin-top: 80px
}

@media (max-width:767px) {

	.srex-news-letter {
		margin-top: 60px
	}
}

.srex-news-letter__box {
	background: #f8f7f0;
	padding: 60px;
	border-radius: 20px
}

.srex-news-letter__box--two {
	background-color: #1d8f2c;
	margin-top: -125px
}

.srex-news-letter__box--two .srex-news-letter__box__left {
	display: block;
	text-align: center
}


.srex-news-letter__box--two .srex-news-letter__box__left h2 {
	padding: 0 !important;
	margin-bottom: 20px;
	color: #fff
}

.srex-news-letter__box--two .srex-news-letter__box__left p {
	color: #fff
}

.srex-news-letter__box__left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.srex-news-letter__box__right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: end
}

.srex-news-letter__box__right form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.srex-news-letter__box__right input {
	border-radius: 999px;
	padding: 16px 80px 16px 16px;
	margin-right: 10px;
	border: 2px solid #e3e3e3;
	width: 100%
}

.srex-news-letter__box__right button {
	width: 60%
}




.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}


.default-btn {
  background-color: #2eca7f;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 20px 45px;
  color: #ffffff;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  border: none;
  font-size: 16px;
  font-weight: 500;
}

.default-btn:hover{
  color: #ffffff;
  background-color: transparent;
  background-color: #002147;
}


.section-title {
  max-width: 800px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-family: "Noto Sans", sans-serif;
}



.about-us-area-2 .section-title {
  max-width: 1290px;
}
.about-us-area-2 .section-title h2{
  margin-bottom: 30px;
}
.about-us-area-2 .section-title p {
	font-size: 20px;
	width: 70%;
	margin: auto;
}

.about-us-area-2 .content-items {
  position: relative;
}

.about-us-area-2 .content-items .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 290px 110px;
  width: 65%;
  border-radius: 5px;
}

.about-us-area-2 .content-items .image.ct-bg-1{
  background-image: url(../assets/images/Courosal/cr1.webp);
}

.about-us-area-2 .content-items .image.ct-bg-2{
  background-image: url(../assets/images/Courosal/cr2.webp);
}

.about-us-area-2 .content-items .image.ct-bg-3{
  background-image: url(../assets/images/Courosal/cr3.webp);
}

.about-us-area-2 .content-items .image.ct-bg-4{
  background-image: url(../assets/images/Courosal/cr4.webp);
}

.about-us-area-2 .content-items .content {
  max-width: 615px;
  padding: 50px 50px;
  background-color: #F2F8F1;
  position: absolute;
  content: '';
  top: 10%;
  right: 0%;
  border-radius: 5px;
  z-index: 2;
}

.about-us-area-2 .content-items .content span {
  font-size: 20px;
  text-transform: uppercase;
  color: #7A7A7A;
  margin-bottom: 10px;
  display: block;
}

.about-us-area-2 .content-items .content h2{
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
}

.about-us-area-2 .content-items .content p{
  margin-bottom: 30px;
  color: #333333;
  line-height: 1.6;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: normal;
  font-size: 18px;
}

.about-us-area-2 .content-items .content .learn-more-btn{
  display: inline-block;
  margin-top: 6px;
  color: #04CE78;
  font-weight: 600;
}

/* Mobile layout: card style with image on top, content below */
@media (max-width: 991px) {
  .about-us-area-2 .content-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  
  .about-us-area-2 .content-items .image {
    width: 100% !important;
    padding: 180px 15px !important;
    order: 1;
    border-radius: 10px 10px 0 0;
    min-height: 220px;
    background-size: cover !important;
    background-position: center center !important;
  }
  
  .about-us-area-2 .content-items .content {
    position: relative !important;
    max-width: 100% !important;
    padding: 30px 20px !important;
    order: 2;
    top: 0 !important;
    right: 0 !important;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
  }
  
  /* Ensure carousel items are visible */
  .about-us-area-2 .owl-carousel .owl-item {
    display: block;
  }
}

/* Desktop: preserve original layout */
@media (min-width: 992px) {
  .about-us-area-2 .content-items {
    display: block;
    position: relative;
  }
  
  .about-us-area-2 .content-items .image {
    width: 65%;
    padding: 290px 110px;
  }
  
  .about-us-area-2 .content-items .content {
    position: absolute;
    top: 10%;
    right: 0%;
  }
}


@media (max-width:767px) {
	.srex-news-letter__box {
		padding: 40px 20px
	}

	.srex-news-letter__box__left {
		margin-bottom: 30px
	}

	.srex-news-letter__box__right {
		display: block
	}

	.srex-news-letter__box__right form {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px
	}

	.srex-news-letter__box__right input {
		width: 100%;
		margin-bottom: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.srex-portfolio-two .controls ul li {
		padding: 10px 15px;
		min-width: 100px
	}

	.srex-portfolio-two .controls ul {
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		overflow-x: scroll
	}

	.srex-news-letter__box {
		padding: 45px
	}

	.srex-news-letter__box__left {
		-ms-flex-pack: center;
		justify-content: center
	}

	.srex-news-letter__box__right {
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1280px) {

	.srex-portfolio-two .controls ul li {
		padding: 10px 15px;
		min-width: 100px
	}
}