@font-face {
    font-family: HelveticaNeueLTStd45Light;
    src: url("https://www.htcinc.com/wp-content/themes/himalayas-child/fonts/HelveticaNeueLTPro-Lt.otf") format("opentype");
}
@font-face {
    font-family: HelveticaNeueLTStd65Medium;
    src: url("https://www.htcinc.com/wp-content/themes/himalayas-child/fonts/HelveticaNeueLTPro-Md.otf") format("opentype");
}
@font-face {
    font-family: HelveticaNeueLTStd75Bold;
    src: url("https://www.htcinc.com/wp-content/themes/himalayas-child/fonts/HelveticaNeueLTPro-Bd.otf") format("opentype");
}
/*
@font-face {
    font-family: HelveticaNeueLTStd85Roman;
    src: url("/wp-content/themes/himalayas-child/fonts/HelveticaNeueLTStd85Roman.otf") format("opentype");
}
*/
.tg-container {
    width: 85%!important;
}
@media(767.98px){
    .tg-container {
        width: 85%!important;
    }
}
h1, h2, h3, h4, h5, h6{
	font-family: HelveticaNeueLTStd65Medium !important;
}
h1{
	font-weight: 700;
}
h2{
	font-weight: 600;
}
h3{
	font-weight: 500;
}
h4{
	font-weight: 500;
}
h5{
	font-weight: 400;
}
h6{
	font-weight: 400;
}

header#masthead .tg-container{
	width: 90%;
}
body{
	font-family: HelveticaNeueLTStd45Light !important;	
}
.row.align-items-center.justify-content-between.p-5.gx-5 {
    margin-right: 0;
}

.cta1 {
    border: 1px solid #2F2960;
    color: #2F2960;
    border-radius: 25px;
    padding: 11px 16px 8px 20px;
    font-size: 16px;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
	font-family: 'HelveticaNeueLTStd45Light'; 
}

.cta1::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 18px;
    background: url(/wp-content/uploads/2025/04/icn_btn_triangle_gradient.svg) 0 0 no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    transition: all 0.3s ease-in-out;
	margin-top: -4px;
}

.cta1:hover{
	color: #fff;
	background-color: #2F2960;
}

.cta2 {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 25px;
    padding: 11px 16px 8px 20px;
    font-size: 16px;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
	margin-top: -4px;
	font-family: 'HelveticaNeueLTStd45Light'; 
}

.cta2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 14px;
    background: url(/wp-content/uploads/2025/04/icn_btn_triangle_gradient.svg) 0 0 no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    transition: all 0.3s ease-in-out;
}

.cta2:hover{
	color: #2F2960;
	background: #fff;
}

.bg-blue{
	background-color: #2F2960;
}

/* ----------- Footer -------------- */
.mtt-5{
	margin-top: 5%;
}

.custom-footer-wrap {
    padding: 4% 0 2%;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.cf-title, .cf-title a {
    font-family: 'HelveticaNeueLTStd75Bold';
    text-transform: uppercase;
    font-size: 14px;
    height: 60px;
}
ul.cf-links {
    list-style-type: none;
    margin-left: 0;
}
ul.cf-links li{
	padding-bottom: 10px;
    font-size: 14px;
	font-family: 'HelveticaNeueLTStd65Medium';
    letter-spacing: 0.5px;
}
.mbt-25{
	margin-bottom: 25px;	
}
.cf-social img{
	padding-right: 5px;
}
.cf-copy-wrap {
    padding: 20px 0;
	font-size: 14px;
}
.privacy-wrap a{
    padding-right: 5%;
}
.copyright-wrap {
    text-align: right;
}
ul.cf-links li a:hover{
	color: #EF7C31;
}
/* ----------- Footer -------------- */



@media(max-width: 767.98px){
	h1{
		font-size: 40px !important;
	}
	h2{
		font-size: 32px !important;
	}
	.custom-footer-wrap { padding: 10% 0 2%; }
	.mtt-5 { margin-top: 10%; }
	
}


@media(max-width: 1024px) and (min-width: 768px){
	.cf-title { font-size: 14px; height: 7vh; }
	.cf-title a { font-size: 14px; height: 4vh; }
	h1{ font-size: 28px !important; }
	
}

@media(max-width: 1400px) and (min-width: 1201px){
	.tg-container { width: 90%!important; }
}


@media(min-width: 1800px){
	p{ font-size: 18px!important ; }
}

nav.navbar {
top:0px;
	position: sticky;
    z-index: 9999; /* keep it above other elements */
    background: #fff; /* or your header background color */
    box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* optional: subtle shadow */
}