@font-face {
    font-family: Satoshi-Black;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-Black.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-Bold;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-Bold.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-BoldItalic;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-BoldItalic.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-Italic;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-Italic.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-Light;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-Light.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-LightItalic;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-LightItalic.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-Medium;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-Medium.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-MediumItalic;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-MediumItalic.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-Regular;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-Regular.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-BlackItalic;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-BlackItalic.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-Variable;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-Variable.ttf") format("opentype");
}
@font-face {
    font-family: Satoshi-VariableItalic;
    src: url("/wp-content/themes/himalayas/font-awesome/fonts/Satoshi-VariableItalic.ttf") format("opentype");
}


.primary-cta {
    border: 1px solid #003AE3;
    color: #FFFFFF;
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 16px;
    background-color: #003AE3;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: Satoshi-Regular;
	cursor: pointer;
}
.primary-cta:hover{
	color: #003AE3;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.primary-cta-dark {
    color: #003AE3;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 16px;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: Satoshi-Regular;
	cursor: pointer;
}
.primary-cta-dark:hover{
	color: #FFF;
	border: 2px solid #FFF;
	background-color: #003AE3;
}

.secondary-cta {
    color: #002099;
    border-radius: 25px;
    font-size: 16px;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: Satoshi-Regular;
	cursor: pointer;
}
/* .secondary-cta:hover, .secondary-cta-white:hover{
	color: #00D2FD;
} */

.secondary-cta-white {
    color: #FFFFFF;
    border-radius: 25px;
    font-size: 16px;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: Satoshi-Regular;
	cursor: pointer;
}

.play-cta-blue{
	color: #002099;
    border-radius: 25px;
    font-size: 16px;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: Satoshi-Regular;
	cursor: pointer;
}
.play-cta-blue:hover{
	color: #002099;
}
.play-cta-blue::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background: url(/wp-content/uploads/2025/08/play-icon-blue.svg) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    transition: all 0.3s ease-in-out;
}

.play-cta-white{
	color: #FFFFFF;
    border-radius: 25px;
    font-size: 16px;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: Satoshi-Regular;
	cursor: pointer;
}
.play-cta-white:hover, .play-cta-white:active, .play-cta-white:focus{
	color: #FFFFFF;
}
.play-cta-white::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background: url(/wp-content/uploads/2025/08/play-icon-white.svg) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    transition: all 0.3s ease-in-out;
}
.header-image-wrap {
    display: none;
}
.h1-heading {
    font-size: 6.667vw;
    font-family: Satoshi-Bold;
    line-height: 7.639vw;
}
.h1-subheading, .h2-subheading{
	font-size: 1.667vw;
}
.h3-subheading{
	font-size: 1.389vw;
}

.h2-main-heading{
	font-size: 4.444vw;
	font-family: Satoshi-Medium;
}
.container-left {
    width: 99.8%;
    margin: auto;
}


/* -------------------------- Footer ----------------------------------------------- */

#get-started {
    background-color: #003AE3;
    padding: 3% 0;
}
#get-started .row {
    align-items: center;
}
.get-start-cta .primary-cta-dark{
	font-family: Satoshi-Bold;
}
.footer-awards-wrap {
    padding: 4% 0 5%;
}
.footer-award-logos {
    text-align: right;
}
.footer-logo img{
	width: 35%;
}
.footer-pages-wrap{
    border-bottom: 2px solid #444445;
    margin-bottom: 2%;
	padding-bottom: 2%;
}
.footer-main-title {
    font-size: 1.25vw;
    font-weight: 500;
    color: #fff;
    font-family: 'Satoshi-Medium';
    height: 50px;
}
.footer-sub-title {
    font-size: 1.042vw;
    color: #D7DBE0;
    padding-bottom: 10px;
	font-family: 'Satoshi-Medium';
}
.footer-sub-title a, .footer-sub-title a:hover, .footer-sub-title a:focus, .footer-sub-title a:active{ 
	color: #fff;
}
.footer-col-wrap ul{
	list-style-type: none;
	margin-left: 0;
}
.footer-col-wrap ul li{
	padding-bottom: 10px;	
}
.footer-col-wrap ul li a {
	color: #808080;
	font-size: 0.972vw;	
}
.footer-main-title a, .footer-main-title a:hover, .footer-main-title a:active, .footer-main-title a:focus{
	color: #fff;
}
.mb-75{
	margin-bottom: 75px;
}
.mb-50{
	margin-bottom: 50px;
}
.footer-col-wrap {
    width: 90%;
}
.h-200{
	height: 200px;
}
.h-175{
	height: 175px;
}
.global-address {
    width: 85%;
}
.global-address-2{
	width: 95%;
}
.global-address p, .global-address-2 p{
	font-size: 14px;
}
.footer-address-wrap{
    border-bottom: 2px solid #444445;
	padding-bottom: 2%;
    margin-bottom: 2%;
}
#copy-rights{
	padding-bottom: 4%;
}
.copy-rights-wrap, .privacy-wrap a{
	font-size: 14px;
	color: #DDDDDD;
}
.privacy-wrap a{
	padding: 0 15px;
}
.privacy-wrap a:first-child{
	border-right: 1px solid #444445;
}
.social-media-wrap{
	text-align: right;
	display: inline-flex;
}
.social-media-wrap img{
	padding-left: 20px;
	width: 100%;
}
.desktop{ 
	display: block !important; 
}
.mobile{ 
	display: none !important; 
}

@media(max-width: 767.98px){
	.desktop{ display: none !important; }
	.mobile{ display: block !important; }
	p{ font-size: 16px !important; }
	.footer-awards-wrap { padding: 10% 0; }
	.footer-main-title{ font-size: 18px; }
	.footer-sub-title, .footer-col-wrap ul li a{ font-size: 14px; }
	.footer-col-wrap{ width: 100%; }
	.mb-75 { margin-bottom: 25px; }
	.h-200 { height: 175px; }
	.footer-pages-wrap{ margin-bottom: 10%; padding-bottom: 5%; }
	.footer-address-wrap{ margin-bottom: 5%; }
	.copy-rights-wrap, .privacy-wrap a{ margin-bottom: 3%; }
	.privacy-wrap { padding-bottom: 5%; }
	.social-media-wrap { text-align: left; padding: 5% 0; }
	.privacy-wrap a:first-child{ padding-left: 0; }
	.h1-subheading, .h2-subheading{ font-size: 20px; }
	.h2-main-heading { font-size: 30px; font-family: 'Satoshi-Medium'; font-weight: 500; line-height: 40px; }
	.primary-cta{ padding: 8px 20px; text-transform: capitalize; }
	.get-start-cta .primary-cta-dark { font-family: 'Satoshi-Regular'; }
	.h1-heading{ width: 100%; }
	
	
}

@media(max-width: 1024px) and (min-width: 768px){
	.h1-subheading, .h2-subheading{ font-size: 20px; }
	.h2-main-heading { font-size: 30px; font-family: 'Satoshi-Medium'; font-weight: 500; line-height: 40px; }
	.primary-cta{ padding: 8px 20px; text-transform: capitalize; font-size: 12px; }
	.get-start-cta .primary-cta-dark { font-family: 'Satoshi-Regular'; }
	.h1-heading{ width: 100%; }
	.footer-main-title{ font-size: 16px; }
	.footer-sub-title{ font-size: 14px; }
	.footer-col-wrap ul li a{ font-size: 12px; }
	
}

@media(max-width: 1024px) and (min-width: 992px){
	
}

@media(max-width: 1200px) and (min-width: 1025px){
	
	.primary-cta{ padding: 10px 20px; }
	.footer-main-title{ font-size: 16px; }
	.footer-sub-title{ font-size: 14px; }
	.footer-col-wrap ul li a{ font-size: 12px; }
	.h2-main-heading{ font-size: 36px; }
}

@media(max-width: 1300px) and (min-width: 1201px){
	
}

@media(max-width: 1400px) and (min-width: 1301px){
	
}

@media (max-width: 1799px) and (min-width: 1500px){

}

@media(min-width: 1800px){
	
}


