@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{font-family: "Rubik", sans-serif; background:#f6f8fb;}
p{font-family: "Rubik", sans-serif;}
header{
/*width:100%; height:70px; background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25), transparent);*/
    /*background: linear-gradient(135deg, #fdf6eb, #f8ead4);
    color: white;
    padding: 5px 16px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);*/
	
	background: linear-gradient(135deg, #fdf6eb, #f8ead4);
    color: white;
    padding: 5px 16px;
    position: fixed;
    top: 0;
    z-index: 11;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
}

}
.slider{width:100%; height:700px; /*position:absolute; top:0;*/}

.tn-hero {
    /*background: linear-gradient(165deg, var(--tn-dark) 0%, var(--tn-dark-sec) 50%, var(--tn-primary-dark) 100%);*/
    color: #fff;
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.tn-hero::before {
    content: '';
    position: absolute;
    top: -80%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 151, 178, .15) 0%, transparent 70%);
    border-radius: 50%;
}

.tn-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.tn-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -.5px;
}

h1, h2, h3, h4, h5 {
    /*font-family: var(--tn-font-head);*/
	font-family: "Rubik", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.tn-hero h1 em {
    font-style: normal;
    color: #d99909;
}
.tn-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, .65);
    max-width: 600px;
    margin: 0 auto 28px;
}
.tn-hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.tn-hero-stat strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    /*color: var(--tn-accent);
    font-family: var(--tn-font-head);*/
}
.tn-hero-stat span {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}
.tn-trust {    
    background: #123B2F;
    border-top: 2px solid #d7a025;
    border-bottom: 2px solid #d7a025;
    padding: 14px 20px;
	width:100%;
	height:100%;
}
.tn-trust-h4 {
	color: #d7a025;
    font-size: 18px;
    line-height: 1.55;
    max-width: 780px;
	
}
.tn-trust-txt {
    color: #EDEFE3;
    font-size: 13.5px;
    line-height: 1.55;
    /*max-width: 780px;*/
}
.btn-primary {
    color: #fff;
    background-color: #a64d40;
    border-color: #a64d40;
}
.btn-primary:hover
 {
    color: #000;
    background-color: #fac484;
    border-color: #fac484;
}
.section-head h2 {
    color: #123B2F;
    font-size: 22px;
	margin:0 auto;
	width:100%;
}
.section-head p {
    color: #667085;
    font-size: 13px;
    margin-top: 4px;
	width:100%;
	text-align:center;
}
.tn-section {
    padding: 60px 0;
}
.tn-section-title {
    text-align: center;
    margin-bottom: 24px;
}
.tn-section-title h2 {
    /*font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 6px;*/
	color: #123B2F;
    font-size: 22px;
    margin: 0 auto;
}
.tn-section-title h2 span {
    color: var(--tn-primary);
}
tn-section-title p {
    font-size: 14px;
    color: var(--tn-text-sec);
    max-width: 520px;
    margin: 0 auto;
}
.tn-type-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.tn-type-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.tn-type-card {
    background: #FFFFFF;
    border: 1.5px solid #DDE6ED;
    border-radius: 12px;
    padding: 10px 5px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    position: relative;
	border-radius: 8px;
    border-left: 4px solid #123b2f;
}
.tn-type-badge.res {
    background: #ECFDF5;
    color: #059669;
}
.tn-type-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0px;
    font-size: 26px;
}
.tn-type-card h4 {
    font-size: 14px;
    font-weight: 500;
    color: #123b2f;
    margin-bottom: 3px;
}
.tn-type-card p {
    font-size: 11.5px;
    color: #8A9DB0;
}
.location-inner {
    background: linear-gradient(135deg, #fff, #f0f4fa);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}


/*******No More table*********/
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
/*******No More table*********/
.map-section {
    background: linear-gradient(135deg, #ffffff 0%, #f6f3eb 100%);
    padding: 36px 20px;
    border-top: 1px solid rgba(11, 37, 69, 0.08);
}
.map-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.map-inner h2 {
    color:#123B2F;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}
.map-inner .map-sub {
    text-align: center;
    color: #667085;
    font-size: 14px;
    margin-bottom: 28px;
}
.map-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 20px;
    align-items: stretch;
}
.map-info-card {
    background: white;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 4px 16px rgba(11, 37, 69, 0.08);
    border: 1px solid rgba(11, 37, 69, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.map-iframe-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(11, 37, 69, 0.12);
    border: 1px solid rgba(11, 37, 69, 0.06);
    min-height: 420px;
    background: #f3f4f6;
}
.map-info-card h3 {
    color: #123B2F;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.map-info-card .address {
    color: #374151;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 18px;
}
.map-info-card .address strong {
    color: #123B2F;
}
.map-info-card .map-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.map-info-card .map-btn.primary {
    background: #123b2f;
    color: white;
}

.map-info-card .map-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: transform 0.15s, box-shadow 0.15s;
}
.banking-card {
    max-width: auto;
    margin: 0 auto 24px;
    padding: 0 20px;
}
.banking-inner {
    background: linear-gradient(135deg, #fff, #f0f4fa);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.banking-inner h2 {
    color: #123b2f;
    margin-bottom: 6px;
    text-align: center;
	font-size:24px;
}
.banking-inner .b-sub {
    text-align: center;
    font-size: 12.5px;
    color: #667085;
    margin-bottom: 16px;
}
.account-box {
    background: white;
    border-radius: 8px;
    padding: 16px;
    border-left: 4px solid #123b2f;
}
.account-box h3 {
    color: #123B2F;
    font-size: 14px;
    margin-bottom: 12px;
}
.account-row {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dashed #e4e7ec;
    font-size: 13px;
    gap: 10px;
    flex-wrap: wrap;
}
.account-row .ak {
    color: #667085;
    font-weight: 600;
}
.account-row .av {
    font-weight: 500;
    color: #101828;
    text-align: right;
    word-break: break-all;
}
footer {
    background: #123B2F;
    color: white;
    padding: 24px 16px;
    text-align: center;
    margin-top: 30px;
}
footer .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}
footer .alp-logo-footer {
    width: 60px;
    height: 60px;
    background: transparent;
    padding: 4px;
    border-radius: 8px;
    object-fit: contain;
}
footer .ft-name {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
footer .ft-info {
    font-size: 13px;
    opacity: 0.85;
    line-height: 1.8;
}
footer a {
    color: #fbf0e0 !important;
}
.float-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    z-index: 100;
    animation: pulse 2s infinite;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.float-cta svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
/*.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}*/
@media screen and (min-device-width: 240px) and (max-device-width: 568px) { 

    .tn-type-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 16px;}
	.map-grid {display: grid; grid-template-columns: 1fr; gap: 20px; align-items: stretch;}
	/*img.logo{width: 300px !important;}*/
}
