.link-anchor,
.link-anchor:hover {
	color: #0d6efd;
}

.no-data-message {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	font-size: 1.5rem;
	color: #777;
}

.form-control:focus {
	border: 1px solid #E0E0E0 !important
}

.btn:focus,
.form-control:focus {
	box-shadow: none !important;
}

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

.custom-button {
	background-color: #EE4A50 !important;
	border-radius: 10px !important;
	color: white !important;
	padding-left: 25px;
	padding-right: 25px;
}

.language-dropdown {
	min-width: 10rem;
	border-radius: 10px;
}

.language-dropdown li a {
	padding: 7px;
	border-radius: 10px;
}

.footer-section {
	padding-top: 4rem;
	padding-bottom: .5rem;
}

.lh-ftc {
	line-height: 2.5;
}

.custom-link li a {
	color: #aca1a1 !important;
	font-size: 16px;
}

.middle {
	text-align: center;
}

.middle .sic-btn {
	display: inline-block;
	width: 32px !important;
	height: 32px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 0 5px 15px -5px #00000070;
	overflow: hidden;
	position: relative;
	line-height: 32px;
}

.team-social .sic-btn {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	border-radius: 50%;
	box-shadow: 0 5px 15px -5px #00000070;
	overflow: hidden;
	line-height: 32px;
}

.cont-social .sic-btn {
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border-radius: 50%;
	box-shadow: 0 5px 15px -5px #004993;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}

.sic-btn:hover {
	transform: scale(1.3);
}

.icon-twitter {
	color: #f1f1f1;
	background: #3498db;
}

.icon-twitter:hover {
	background: white;
	color: #3498db;
}

.icon-fb {
	color: #f1f1f1;
	background: #3B5998;
}

.icon-fb:hover {
	background: white;
	color: #3B5998;
}

.icon-linkedin {
	color: #f1f1f1;
	background: #0976B4;
}

.icon-linkedin:hover {
	background: white;
	color: #0976B4;
}


.sic-btn:hover::before {
	animation: aaa 0.7s 1;
	top: -10%;
	left: -10%;
}

@keyframes aaa {
	0% {
		left: -110%;
		top: 90%;
	}

	50% {
		left: 10%;
		top: -30%;
	}

	100% {
		top: -10%;
		left: -10%;
	}
}

.custom-devider {
	border: 1px solid #265267;
}

.lang-select {
	width: 100px;
}

.hero {
	position: relative;
	height: 90vh;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.hero-text {
	position: absolute;
	top: 80%;
	left: 52%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
}

.hero-text h1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 80px;
	color: #FFFFFF;
	text-align: center;
}

.hero-text p {
	font-size: 1.5rem;
	line-height: 34px;
}

.about-inner {
	position: absolute;
	z-index: 2;
	width: 56%;
	top: 20%;
}

.who-section {
	background-color: #FAFAFA;
}

.dedication-section img {
	max-height: 400px !important;
}

.professional-section {
	background-color: #FFFFFF;
}

.presentation-section {
	background-color: #004993;
	color: white;
}

.badge-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}

.spc-card {
	border-radius: 0rem;
	background: transparent;
	top: -125px;
}

.pre-edge {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 3px solid white;
	background-color: #EE4A50;
}

.pre-mid {
	border: 3px solid white;

}

.pre-mid .odd {
	top: -80px;
	text-align: center;
	left: 60px;
}

.pre-mid .even {
	top: 5px;
	text-align: center;
	left: 200px;
}

.pre-element {
	width: 120px;
}

.pre-title {
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.pre-desc {
	font-size: 11px;
	color: white;
}

.timeline {
	display: flex;
	margin: auto;
	text-align: center;
}

.timeline .circle {
	width: 27px;
	height: 27px;
	border-radius: 25px;
	margin: 0;
	padding: 2px;
	z-index: 2;
	position: relative;
}

.timeline .circle:hover {
	cursor: pointer;
}

.timeline .circle p {
	text-align: center;
	margin: auto;
	line-height: 30px;
	color: #ffffff;
}

.edge-first {
	background-color: red !important;
	left: 0px !important;
	border: 3px solid white;
}

.edge-last {
	background-color: red !important;
	left: 100px;
	border: 3px solid white;
}

.timeline .link {
	z-index: 0;
	background-color: #ffffff;
	padding: 0;
}

.square {
	max-width: 200px;
	min-width: 100px;
	height: 100px;
	border-radius: 10px;
	z-index: 2;
	position: relative;
}

.content {
	height: 90px;
	width: 120px;
}

.square.blank {
	visibility: hidden;
}

#end {
	width: 0;
	height: 0;
}

.square h3,
.square h4 {
	margin: 0px 0px 0px 15px;
	text-align: left;
	font-size: 16px;
}

.square h3 {
	padding-top: 5px;
}

.square h4 {
	font-style: italic;
	font-weight: normal;
}

/* Linear timeline from left to right */
#horizontal-timeline {
	flex-direction: row;
	min-width: 1100px;
}

.horizontal .link {
	width: auto;
	height: 5px;
	margin-top: -15px;
	/* margin-left: 5px; */
}

.horizontal .square {
	margin: 60px 0 42px 0px;
}

.horizontal .square p {
	padding: 0;
	margin: 0;
	width: 100%;
}

.square.up::after {
	margin: 12px 0px 0px 60px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 54px solid #FFFFFF;
}

.square.down::after {
	margin: -150px 0 26px 50px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 54px solid #FFFFFF;
}

.horizontal #end {
	margin: 188px 0;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

/* Linear timeline from top to bottom */
.vertical .block {
	display: flex;
	flex-direction: row;
}

#vertical-timeline {
	flex-direction: column;
}

.vertical .link {
	width: 3px;
	height: 150px;
	margin-top: 0;
	margin-left: -21px;
}

.vertical .square {
	width: 250px;
	margin: 0px 25px 0px 35px;
}

.vertical .square p {
	padding: 0;
	margin: 0;
}

.vertical #end {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #a8d0f7;
	margin: auto;
	margin-left: 311px;
}

.square::after {
	content: " ";
	display: block;
	z-index: 0;
	width: 0px;
	height: 0px;
}

.square.left::after {
	margin: -70px 11px 0px -15px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid rgb(176, 179, 204);
}

.square.right::after {
	margin: -75px 0px 0px 242px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid rgb(176, 179, 204);
}

.horizontal-timeline.circle:first-of-type {
	background-color: red !important;
}

.lower-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.top-nav {
	box-shadow: 0px -3px 2px 2px black !important;
}

.nav-item a.active {
	border-bottom: 3px solid #004993;
}

.marine-section {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.marine-text {
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 71px;
	text-align: center;
	font-family: 'Plus Jakarta Sans';

	color: rgba(18, 20, 29, 0.9);
}

.about-marine p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}

.nav-item {
	font-weight: 500;
}

.radius-12px {
	border-radius: 12px !important;
}

.top-nav {
	padding-top: 0em;
	padding-bottom: 0em;
}

.navbar-nav li a {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.brand-logo-text {
	font-family: 'Plus Jakarta Sans';
	font-size: 48px;
	font-weight: 500;
	line-height: 70px;
}

.team-contact p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.4px;
	color: #12141D;
}

.position-text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.4px;
	color: #74767E;
}

.name-text {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.166667px;
	color: #12141D;
}

.fairwater-about-section {
	background-color: #F9FAFB !important;
}

.insurance-div {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 1 / 0.7; /* Ensures consistent box size */
}

.insurance-div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insurance-content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .86;
	top: 0;
	left: 0;
	border-radius: 12px;
	mix-blend-mode: hard-light;
	overflow: hidden;
	cursor: pointer;
	padding: 20px;
	text-align: center;
}

.insurance-content:hover {
	mix-blend-mode: revert-layer;
}

.insurance-content h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #FFFFFF;
	margin: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.insurance-text {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
}

.insurance-head-details {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.marine-section .card {
	border: none;
}

.marine-section .card-body {
	border-top: none;
}

.team-contact {
	min-height: 54px;
}

.team-social {
	min-height: 30px;
}


.contact-address {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	text-align: center;
}

.contact-address h1,
.contact-address p {
	margin-bottom: 0 !important;
}

.contact-address h1 {
	margin-bottom: 15px !important;
}


.address-list {
	max-width: 530px;
}

.contact-map {
	background-color: #F9FAFB;
}

.office-title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #12141D;
}

.office-location-button button {
	border-radius: 20px !important;
}

.office-location-button .btn-secondary {
	background: #5D5FEF;
	border: 1px solid #5D5FEF;
	pointer-events: none;
}

.office-location-button .btn-info {
	background: #F2994A;
	border: 1px solid #F2994A;
	pointer-events: none;
}

.office-location-button .btn-success {
	background: #219653;
	border: 1px solid #219653;
	pointer-events: none;
}

.office-location-button .btn-copenhagen {
	background: #F2C94C;
	border: 1px solid #F2C94C;
	pointer-events: none;
}

.office-location-button .btn-primary {
	background: #56CCF2;
	border: 1px solid #56CCF2;
	color: #fff;
	pointer-events: none;
}

.claim-div {
	background-image: url('./../img/gallery/claims-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px;
}

.contact-details-section {
	background-size: cover;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}

.contact-title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}

.contact-block {
	border-radius: 12px;
	background-color: #FFF;
}

.contact_form input,
.contact_form textarea {
	background: #E5E5E5;
	opacity: 0.5;
}

.contact-address i {
	color: 004993;
}

.claim-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 53px;
}

.claimer-card {
	background-color: white;
	border-radius: 12px;
}

.claimer-name {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.166667px;
	text-transform: uppercase;
}

.claimer-position {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.4px;
	color: #74767E;
}

.claimer-contact {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #12141D;
}

.language-dropdown li a {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.language-dropdown li a:active {
	background-color: #e5e5e5;
	color: #12141D;
}

@media screen and (max-width: 1500px) {
	.nav-item .nav-link {
		font-size: 15px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.4rem !important;
		padding-right: 0.4rem !important;
	}

	.navbar-nav .nav-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn.custom-button.ms-4 {
		margin-left: 0.75rem !important;
	}

	.hero-text h1 {
		font-size: 48px !important;
		line-height: 65px !important;
	}

	.about-inner {
		top: 3%;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-brand img {
		height: 46px !important;
		width: auto;
	}

	.about-inner {
		top: -11%;
	}

	.marine-text {
		font-size: 40px;
		line-height: 49px;
	}

	.about-marine p {
		font-size: 16px;
		line-height: 26px;
	}

	.nav-item .nav-link {
		font-size: 12px;
	}

	.navbar-nav .nav-item {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0rem !important;
	}

	.contact-block div {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.contact-logo {
		text-align: center;
	}

	.contact-address-block {
		text-align: left;
	}

	.hero-text {
		width: 60%;
	}

	.hero-text h1 {
		font-size: 48px !important;
		line-height: 65px !important;
	}
}


@media screen and (max-width: 991px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	#navbarSupportedContent>.custom-button {
		margin-left: 0 !important;
	}

	.hero-text {
		width: 100%;
	}

	.hero-text h1 {
		font-size: 45px !important;
		line-height: 60px !important;
	}

	.badge-image {
		height: 290px;
	}

	.spc-card {
		top: -55px;
	}

	.about-inner {
		top: 13%;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.professional-section {
		margin: 0rem !important;
		padding-top: 1rem !important;
		padding-bottom: 3rem !important;
	}

	.footer-elements {
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}

	.footer-bottom {
		padding: 0px !important;
	}

	.contact-block div {
		padding: 1rem !important;
	}

	.top-nav {
		padding-top: 1em !important;
		padding-bottom: 1em !important;
	}

	.marine-text {
		font-size: 36px;
		line-height: 47px;
	}

	.name-text {
		font-size: 16px;
		line-height: 20px;
	}

	.position-text {
		font-size: 12px;
		line-height: 20px;
	}

	.team-contact p {
		font-size: 12px;
		line-height: 10px;
	}

	.brand-logo-text {
		font-size: 38px;
		line-height: 60px;
	}

	.claim-headline {
		padding: 2rem !important;
	}

	.insurance-content h3 {
		font-size: 1.1em !important;
		line-height: 22px;
	}

	.team-contact {
		min-height: 42px;
	}
}

@media screen and (max-width: 767px) {
	.marine-text {
		font-size: 25px;
		line-height: 38px;
	}

	/* .meet_team_subheadline {
		font-size: 12px;
		line-height: 26px;
	} */

	.marine-section {
		padding: 20px 0 !important;
	}

	.marine-section .row .mt-7 {
		margin-top: 15px !important;
	}

	.brand-logo-text {
		font-size: 30px !important;
		line-height: 50px !important;
	}

	.fairwater-about-section {
		padding: 25px 0;
	}

	.nav-tog-btn {
		border: none;
	}

	.hero-text {
		text-align: center;
		font-family: 'Plus Jakarta Sans';
		font-style: normal;
		font-weight: 700;
		font-size: 64px !important;
		line-height: 80px;
	}

	.hero-child {
		font-size: 20px !important;
	}

	.hero-div {
		padding-top: 2rem !important;
		padding-bottom: 0rem !important;
	}

	.slide-sect {
		min-height: 50%;
	}

	.footer-elements {
		padding: 0px !important;
	}

	.address-sect tr>td {
		font-size: .9rem !important;
	}

	.about-inner {
		width: 80.2%;
		top: 0%;
		left: 10%;
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.about-inner div {
		margin-bottom: 1rem !important;
	}

	.about-img {
		padding-top: 370px;
	}

	.footer-bottom {
		padding: 0rem !important;
	}

	.badge-image {
		height: 200px;
	}

	.spc-card {
		top: -20px;
	}

	.professional-section {
		margin-bottom: 0px !important;
		padding-top: 1rem !important;
		padding-bottom: 2rem !important;
	}

	.horizontal-timeline {
		display: none !important;
	}

	.square.up::after {
		margin: -60px 0px 0px 140px;
		border-left: 60px solid #FFFFFF;
		border-right: 0px solid #FFFFFF;
		border-top: 2px solid #FFFFFF;
	}

	.square.down::after {
		margin: -70px 0px 0px -40px;
		border-left: 60px solid #FFFFFF;
		border-right: 0px solid #FFFFFF;
		border-top: 2px solid #FFFFFF;
	}

	.vertical .square {
		margin: 0px -4px 0px 40px;
	}

	.edge-first {
		left: -9px !important;
		top: -22px;
	}

	.edge-last {
		left: -8px;
		top: 145px;
	}

	.content {
		margin-left: 20px !important;
	}

	.dedication-section .card {
		padding-top: 1rem !important;
		padding-bottom: 3rem;
	}

	.lower-sect-devider {
		margin-top: 3rem !important;
	}

	.lower-sect-devider .card {
		padding-bottom: 0rem !important;
	}

	#vertical-timeline {
		padding-bottom: 100px;
	}

	.vertical .block {
		height: 70px;
	}

	.lower-footer {
		flex-direction: column;
		text-align: center;
	}

	.claimer-card {
		text-align: center;
	}

	.claimer-card img {
		margin-bottom: 20px;
	}

	.claim-headline {
		text-align: center;
		padding: 2rem !important;
	}

	.insurance-text {
		font-size: 30px !important;
		margin: 0px !important;
	}

	.except-mobile {
		display: none;
	}

	.on-mobile {
		display: block !important;
	}

	.marine-text {
		font-size: 30px !important;
		line-height: 40px !important;
	}

	.marine-brand-inter {
		margin-top: 1rem !important;
	}

	.insurance-content h3 {
		font-size: 2.1em !important;
		line-height: 40px;
	}

	.timeline .circle {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 520px) {
	.hero-text h1 {
		font-size: 36px !important;
		line-height: 40px !important;
	}

	.hero-child {
		font-size: 16px !important;
		line-height: 25px !important;
	}

	.square.up::after {
		margin: -60px 0px 0px 134px;
	}

	.pre-desc {
		font-size: 12px;
	}

	.content {
		width: 111px;
	}

	.regionAddressWrapper {
		font-size: 12px;
	}
}

@media screen and (max-width: 520px) {
	.vertical .square {
		margin: 0px -7px 0px 32px;
	}

	.square.down::after {
		margin: -70px 0px 0px -33px;
	}

	.claimer-card {
		flex-direction: column !important;
	}
}

@media screen and (max-width: 490px) {
	.vertical .square {
		margin: 0px -7px 0px 15px;
	}

	.square.up::after {
		margin: -60px 0px 0px 159px !important;
		border-left: 35px solid #FFF;
	}

	.square.down::after {
		margin: -70px 0px 0px -15px !important;
		border-left: 35px solid #FFF;
	}
}

@media screen and (max-width: 480px) {
	.marine-text {
		padding: 5px !important;
		font-size: 20px !important;
		line-height: 30px !important;
	}

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

@media screen and (max-width: 455px) {
	.vertical .square {
		margin: 0px -7px 0px 6px;
	}

	.square.down::after {
		margin: -70px 0px 0px -6px !important;
	}
}

@media screen and (max-width: 433px) {
	.timeline .circle {
		width: 20px;
		height: 20px;
	}

	.edge-first {
		left: -9px !important;
		top: -20px !important;
	}

	.edge-last {
		left: -10px !important;
		top: 150px !important;
	}

	.vertical .square {
		margin: 0px -8px 0px 5px;
	}
}

@media screen and (max-width: 420px) {
	.vertical .square {
		margin: 0px -7px 0px -5px;
	}

	.square.down::after {
		margin: -70px 0px 0px 5px !important;
	}

	.pre-title {
		font-size: 10px !important;
	}

	.pre-desc {
		font-size: 8px !important;
	}

	.insurance-section {
		padding-top: 35px !important;
	}

	.insurance-text {
		font-size: 24px !important;
	}

	.hero-text h1 {
		font-size: 27px !important;
		line-height: 40px !important;
	}
}

@media screen and (max-width: 412px) {
	.content {
		height: 82px;
	}

	.vertical .link {
		height: 100px;
	}

	.edge-last {
		top: 100px !important;
	}
}

/* Expert Guidance & Newsletter Section */
.expert-newsletter-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
}

.expert-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #1a1a1a;
}

.expert-text {
    font-size: 1.1rem;
    line-height: 1.8;
}

.newsletter-card {
    position: relative;
    background: #004694; /* Match the solid blue in Image 1 */
    background: linear-gradient(110deg, #0052ad 0%, #003b7d 100%);
    border-radius: 12px;
    padding: 4.5rem 3.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.newsletter-title {
    font-size: clamp(1.8rem, 4vw, 3.2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em;
}


.newsletter-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 12px;
}

.newsletter-overlay::before {
    content: '';
    position: absolute;
    top: -77%;
    width: 125px;
    height: 219%;
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(25deg);
    border-radius: 40px;
}

.newsletter-overlay::before {
    right: 26%;
}



.newsletter-input {
    border: none !important;
    background: #fff !important;
    padding: 1.1rem 1.5rem !important;
    border-radius: 8px !important;
    height: auto !important;
    font-size: 1rem;
    color: #333;
}

.btn-submit-square {
    background-color: #ff5252 !important; /* Coral red from image */
    color: #fff !important;
    border-radius: 8px !important;
    padding: 1.1rem 2.5rem !important;
    font-weight: 600 !important;
    border: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
}

.btn-submit-square:hover {
    background-color: #ff3838 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 82, 82, 0.3);
}

.newsletter-fineprint {
    font-size: 0.85rem;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .newsletter-card {
        padding: 3rem 2rem;
    }
}

@media (max-width: 767px) {
    .btn-submit-square {
        width: 100% !important;
        margin-top: 0.5rem;
    }
}
/* Footer Newsletter Styles */
.newsletter-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 4px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-input-group:focus-within {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.footer-newsletter-input {
    border: none !important;
    background: transparent !important;
    padding: 0.6rem 1rem !important;
    flex-grow: 1;
    font-size: 0.9rem;
    color: #333;
}

.footer-newsletter-input::placeholder {
    color: #aaa;
}

.footer-newsletter-submit {
    background: linear-gradient(135deg, #ff5e57 0%, #ff3b30 100%) !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(255, 94, 87, 0.2);
}

.footer-newsletter-submit:hover {
    background: linear-gradient(135deg, #ff3b30 0%, #ff2d20 100%) !important;
    box-shadow: 0 6px 15px rgba(255, 94, 87, 0.4);
    transform: scale(1.02);
}

.footer-newsletter-fineprint {
    line-height: 1.6;
    font-size: 0.8rem !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-section .newsletter-message {
    font-size: 0.85rem;
    padding: 5px 10px;
    border-radius: 4px;
}

.footer-logo-energy {
    max-height: 55px;
    margin-bottom: 1.5rem;
}

.footer-logo-sakra {
    max-height: 35px;
}
