body { 
padding-right:0px; margin:0px; }

/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #222;

}



p {
  margin: 0 0 25px;
}

p:last-of-type{
  margin:0 0 0px 0px; 
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px dotted #999;
}
a {
  color: #00a0af;
  text-decoration: none;
  	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover,
a:focus {
  color: #222;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


img{
   display: block;
    max-width: 100%;
    height: auto;
}

.wp-caption {
	max-width: 100% !important;
	width: auto !important;
	margin-bottom:25px;
}
.wp-caption-text{
   font-size:12px;
   font-style:italic;
}
.blue-gradient{
   background:url(../img/blue-gradient-bg.png) repeat-y center center;
   height:5px;

}







/*
Header
*/
.header-logo{
  padding:16px 0px 15px 15px;
}

.social-icons{
  float:right;
  display:inline-block;
  margin-top:0px;
}
.social-icon{
   color:#222;
   margin-left:15px;
   color:#00a0af;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height:40px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
   
}
.social-icon:hover,
.social-icon:focus {
  color: #00a0af;
  background-color: transparent;
}

.client-login a{
   background: #f2f2f2!important;
}
.client-login a:hover{
   text-decoration:none;
   color:#9fd6c1;
}


.header-small-menu{
    margin:0px;
}
.header-small-menu-menu{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:flex-end;
    min-height: 29px;
    margin:0px;
    padding:0px;
    border-bottom: 1px dotted #eeeeee;
    color: #333;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:29px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:1px;
}

.header-small-menu-menu a{

}

.header-small-menu-menu a:hover,
.header-small-menu-menu a:focus {
  color: #00a0af;
  background-color: transparent;
}


.desktop{display:inline-block;}
.mobile-block{display:inline-block;}


@media (max-width: 650px) {
.desktop{display:none;}

.header-small-menu-menu{
    justify-content:flex-start;
}
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
	font-weight:400;
}

.portal-login-box{

   margin-bottom:30px;
  
}

.portal-logo{
   margin:0 auto;
}

.portal-login-button{
    color: #fff;
    background: #00a0af;
    padding: 15px 15px;
    margin: 0px;
    border: 0px solid #31302B;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.portal-login-button:hover,
.portal-login-button:focus,
.portal-login-button:active{
    color: #fff;
    background: #005d65;
}

.navbar{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c52+0,666666+50,000000+100 */
background: #fff; 
   border-bottom:0px;
   overflow:visible;
    min-height: 80px;
    margin-bottom: 0px;
	margin-top:0px;
    border:0px;
	border-radius:0px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
    z-index:999;
	position:relative;
}
.navbar-brand {
    float: left;
    height: 80px;
    padding: 7px 0px;
}

.header-title{
    display:inline-block;
    color: #fff;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:80px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0px;
    padding:0px 0px 0px 0px;
	
}

#menu-main{

   margin-bottom:0px;
}
@media (max-width: 992px) {
#menu-main{

   margin-bottom:15px;
}
}
.navbar-nav{
  margin-top:0px;
}
.navbar-collapse{
    padding-right: 0px;
    padding-left: 0px;
}
@media (max-width: 768px) {
.navbar-collapse{
    padding-right: 15px;
    padding-left: 15px;
}
}
/* navigation links (Bootstrap 5)
   replace old .navbar-default selectors with generic navbar rules */
.navbar .navbar-brand {
  color: #777;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar .navbar-nav .nav-link {
  color: #333;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:50px;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:1px;
  padding:0px 15px;
}
@media (max-width: 768px) {
  .navbar .navbar-nav .nav-link {
      line-height:50px;
  }
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #00a0af;
  background-color: transparent;
}
.navbar .navbar-nav .nav-link.active {
  color: #00a0af;
  background-color: transparent;
}
.navbar .navbar-nav .disabled .nav-link {
  color: #ccc;
  background-color: transparent;
}
.navbar-toggler {
  border-color: #ddd;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: #ddd;
}
.navbar-toggler-icon {
  /* default BS5 icon, customise if needed */
}
.navbar-collapse {
  border-color: #e7e7e7;
}
.navbar .navbar-nav .show > .nav-link,
.navbar .navbar-nav .show > .nav-link:hover,
.navbar .navbar-nav .show > .nav-link:focus {
  color: #fff;
  background-color: #00a0af;
}

/* right‑aligned dropdown (BS5) */
.dropdown-menu-end {
    right: 0;
    left: auto;
}

/* use Bootstrap 5 utility class .dropdown-menu-end on markup instead of custom CSS */
.dropdown-menu-end {
    right: 0;
    left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0px 10px 0px;
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00a0af;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 5px;
  margin:0px 10px;
  clear: both;
  font-weight: normal;
  text-transform:uppercase;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #95e2fb;
  text-decoration: none;
  background-color: #00a0af;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item.active:focus,
.dropdown-menu .dropdown-item.active:hover {
    color: #95e2fb;
    text-decoration: none;
    background-color: #00a0af;
    outline: 0;
}
@media (max-width: 768px) { 
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
}

/*
Home Page
*/

.home-logo{
   margin-top:20px;
}
.home-logo img {
    display: block;
    margin: 0 auto;
}





.home-top{

   background:#004c52;
   padding:0px;
   background-position:top center;

   text-align:center;

}





.home-second{
   background-color:#fff;
   color:#222;
   padding-bottom:30px;
}

.home-third{
   
   background:url(../img/home-welcome-bg.jpg);
   background-size:cover;
   background-position:top center;
   padding-top:30px;
   padding-bottom:20px;
   color:#fff;
   line-height:1.5;
   text-align:left;
}

.homepage-services-title{
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin:30px 0px 30px 0px;
	font-size:36px;
	color:#222;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:1px;
    overflow: hidden;
    text-align: center;

}
.homepage-services-title:before,
.homepage-services-title:after {
    background-color: #00a0af;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.homepage-services-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.homepage-services-title:after {
    left: 0.5em;
    margin-right: -50%;
}  


.staff-small{
    margin-bottom:30px;
}

.pagination .page-link:focus, .pagination .page-link:hover {
    z-index: 3;
    color: #00a0af!important;
    background-color: #eee;
    border-color: #ddd;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #00a0af;
    border-color: #00a0af;
}





.btn-primary {
    color: #fff;
    background-color: #00a0af;
    border-color: #00a0af;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #cc0066;

}
.btn-primary:hover {
  color: #fff;
  background-color: #cc0066;
}


.empty-button{
   display:inline-block;
   background:none;
   font-size:13px;
   margin:10px 0px 0px 0px;
   padding:7px 20px;
   color: #fff!important;
   font-family:'Open Sans', arial;
   font-weight:400;
   letter-spacing:1px;
   text-transform:uppercase;
border:1px solid #fff;

}
.empty-button:hover{
   background:#fff;
   color: #004c52!important;
   border:1px solid #fff;


}

.appointment-button{
   display:block;
    background: #029fae url(../img/page-image-bg.png)no-repeat bottom center;
   font-size:15px;
   font-weight:bold;
   margin:10px 0px 0px 0px;
   padding:15px 20px;
   text-align:center;
   color: #fff;
   font-family:'Open Sans', arial;
   letter-spacing:1px;
   text-transform:uppercase;
}
.appointment-button:hover{
   background: #00a0af;
   color: #fff;
}


.home-box{
   margin-bottom:30px;
}
.button_sliding_bg {
    color: #fff;
    background: #00a0af;
    padding: 12px 15px;
    margin: 0px; 
    border:0px solid #31302B;
    font-size: 13px;
    font-weight: 400;
	min-height:60px;
    letter-spacing: 1px;
    text-transform: uppercase;  
    display: block;
    text-align: left;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #005d65;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.button_sliding_bg:hover {
    box-shadow: inset 0 100px 0 0 #005d65;
    color: #FFF;
}




/*
Main content
*/
.container-fluid{
   max-width:1600px;
}

.page-row{
  margin-top:50px;
}
#home-content article {
  margin-bottom: 20px;
  text-align:left;
}

#home-content a {
  color:#95e2fb;
}
.more-button{
   display:inline-block;
   background-color: #43bac1;
   padding:15px 15px;
   color:#fff;
   margin:0px 0px 20px 0px;
   display:inline-block;
   -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.more-button:hover{
   background-color: #6cd8bf;
   color:#fff;
   display:inline-block;
   text-decoration:none;
}
#content  {
   max-width:720px;
}


#content article {
  background:#fff;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.42857143;
}
#content article  li{
   padding:0px 0px 15px 0px;
}
#content h2,
#content h3,
#content h4{
   font-weight:400;
}


#content section {
  margin-bottom: 20px;
}
#content ol, ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
#content footer {
  padding-bottom: 20px;
}

#content h1:nth-of-type(1),
#content h2:nth-of-type(1),
#content h3:nth-of-type(1),
#content h4:nth-of-type(1),
#content h5:nth-of-type(1),
#content h6:nth-of-type(1){
    margin-top:0px;
}

.su-accordion {
    margin-bottom: 40px!important;
	padding-bottom:9px;
	border-bottom:1px dotted #029fae;
}

.my-custom-spoiler .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 17px 0px 11px 34px;
    font-weight: 400;
    font-size: 15px;
	border-top:1px dotted #029fae;
}
.my-custom-spoiler .su-spoiler-title:hover
{
    color:#029fae;
}

.my-custom-spoiler  .su-spoiler-icon {
    position: absolute;
    left: 7px;
    top: 17px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.client-logo{
    border:1px solid #eee;
	margin-bottom:30px;
}
.our-clients-bottom{
   font-size:30px;
   text-transform:uppercase;
   padding:20px 0px;
}

.staff-text-box{
   padding:10px 0px;
   margin-bottom:30px;
}
.staff-text-box h3{
   text-transform:uppercase;
   font-weight:300;
   margin:0px 0px 15px 0px;
}

.modal-style.style-1 figcaption {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    padding: 20px;
    background: rgba(0,160,175,.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -webkit-transition: -webkit-transform .6s,opacity .3s;
    -moz-transition: -moz-transform .6s,opacity .3s;
    transition: transform .6s,opacity .3s;
    font-size: 0;
}
.modal-style.style-1 figcaption h3 {
    color: #fff;
	text-transform:uppercase;
	font-weight:400;
}

.modal-style.style-1 .awsm-modal-details h2 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 1.42;
	text-transform:uppercase;
	font-weight:400;
}
.services-button-text-box{
   padding:10px 0px;
   margin-bottom:30px;
   min-height:80px;
}
.services-button-text-box h3{
   text-transform:uppercase;
   font-weight:300;
   font-size:24px;
   margin:0px 0px 15px 0px;
}

@media (max-width: 767px) {
.services-button-text-box h3{
   text-transform:uppercase;
   font-weight:300;
   font-size:18px;
   margin:0px 0px 15px 0px;
}
}
.services-button-image {
  width: 100%;
  height: auto;
  display: block;
}
.contact-content-box{
  border-right:1px dotted #ccc;
  padding-right:30px;
}
.contact-content-box-last{
  border-right:0px dotted #ccc;
  padding-right:0px;
}

/* FEATURED IMAGE */
.page-image-featured{
   height:500px;
}




.page-image{
   height:250px;

   
}
.page-image-featured-container{
   position:relative;
   height:500px;
}
.page-image-container{
   position:relative;
   height:250px;
}

.page-image-title-container{
    position:absolute;
   bottom:20px;
}



@media (max-width: 767px) {
.page-image-featured{
   height:250px;
}
.page-image-featured-container{
   position:relative;
   height:250px;
}

}

@media (max-width: 480px) {
.page-image-featured{
   height:180px;
}
.page-image-featured-container{
   position:relative;
   height:180px;
}

}
.breadcrumbs-div{
    font-size:13px;
	border-bottom:1px dotted #ccc;
}
.breadcrumbs p{
    padding:0px 0px 0px 0px;
}
#breadcrumbs {
    padding:8px 0px 8px 0px;
	margin:0px 0px 0px 0px;
}


.page-headline{
    font-size:24px;
	padding:40px 0px 15px;
}
.page-headline:after{
   background:url(../img/green-gradient.png) repeat-y center center;
   height:5px;

}

.page-headline p{
    margin:0px 0px 25px 0px;
}

.page-headline h2{
   font-size:36px;
   font-family:'Open Sans Condensed';
   text-transform:uppercase;
   margin-top:0px;

}


/* SERVICES PAGE */

.services-page-full-width{

     padding-left:0px;
     padding-right:0px;
	    background:#188513;

}


.services-page-title-shadow{
   background:url(../img/blue-gradient-bg.png) repeat-y center center;
   background-size:cover;
   display:inline-block;
  color:#fff;
  margin:20px 0px 0px 0px;
  padding:5px 20px;
  line-height:1.1;
  font-family:'Open Sans', arial;
  text-transform:uppercase;
  font-weight:300;
  font-size:50px;

}
.services-page-title{

  color:#fff;
  margin:20px 0px 0px 0px;
  line-height:1.1;
  font-family:'Open Sans', arial;
  text-transform:uppercase;
  font-weight:300;
  font-size:50px;

}
.services-page-container{
  margin-top:40px;
  margin-bottom:50px;

}

@media (max-width: 767px) {
.services-page-title{

  color:#fff;
  margin:20px 0px 0px 0px;
  line-height:1.1;
  font-family:'Open Sans', arial;
  text-transform:uppercase;
  font-weight:300;
  font-size:36px;

}
.services-page-title-shadow{

  font-size:36px;

}

}





/*
Sidebar
*/
#sidebar {
  border-left:1px dotted #ccc;
  padding-left:30px;
  }

#sidebar h4 {
  font-family:'Open Sans',arial;
  text-transform:uppercase;
  font-weight:400;
  font-size:24px;
  margin-top:0px;
}

#sidebar .text-2,
#sidebar .text-3{
   background:#029fae url(../img/page-image-bg.png)no-repeat bottom center; 
   background-size:cover;
   color:#fff;
   padding:20px; 
   border-bottom:0px;
    
}
.contact-sidebar{
border-left:1px dotted #ccc;
  padding-left:30px;
  margin-left:30px;
}

.sidebar {
  margin-top: 0px
}
.sidebar section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom:1px dotted #ccc;
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}




.widget_search .btn {
		border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.widget_search .btn {
    color: #fff;
    background-color: #00a0af;
    border-color: #00a0af;
    width:18%;
    float:right;
    height:50px;
}

.widget_search .form-inline .form-control {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
	height:50px;
}

.blue-gradient-sidebar{
   display:none;
}  
@media (max-width: 767px) {  
#sidebar {
  border-left:0px;
  padding-left:15px;
  }
.blue-gradient-sidebar{
   display:block;
   background:url(../img/blue-gradient-bg.png) repeat-y center center;
   height:5px;
   margin-bottom:40px;

}  
  .contact-sidebar{
border-left:0px;
  padding-left:0px;
  margin-left:0px;
}

}
/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 



/*
Site footer
*/


.container-fluid-footer{
	max-width:3000px;
}
.site-footer {
  padding: 40px 0;
  font-size:14px;
  color:#fff;

background: #003034;

  
}
.site-footer a{
  color:#00a0af;
}

.site-footer a:active,
.site-footer a:hover,
.site-footer a:focus{
  color:#fff;
}


.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-sub-footer-left p {
  text-align: left;
  color:#fff!important;
  border-top:1px dotted #00a0af;
  padding:30px 0px 0px 0px;
  margin:30px 0px 0px 0px;
}
.site-sub-footer-right p {
  text-align:right;
  color:#ccc!important;
}
.row-border {

  border-top:1px dotted #00a0af;
  padding-top:30px;
  margin-top:30px;
}

.footer-icon{
   width:20px;
}
.footer-logos{
  text-align: center;
   background:#fff;
   margin:30px 0px 0px 0px;
   padding:10px 0px 30px 0px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.footer-logos img {
    display: inline-block;
    margin: 0 auto;
	padding:30px 20px 0px 20px;
}

/*
Headings
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
      padding: 0px 0px 0px 0px;
    line-height: 1.1;
    color: #222;
	font-weight:700;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 700;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}


.corona-virus-alert{
	background:#eee;
	margin-top:30px;
	margin-bottom:30px;
	padding:20px 40px 40px;
	border-radius:8px;
	text-align:center;
	overflow-wrap: break-word;
}
.accreditation-header{
	color:#ccc!important;
	padding-bottom:5px;
}
/* 
Homepage hero */

/* 1600px frame like the live site */
.chi-hero-frame {
  max-width: 1600px;
  margin: 0 auto;
}

/* Hero block */
.chi-hero {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}

/* Centre the text block like live */
.chi-hero__inner {
  position: relative;
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 20px 40px;
  color: #fff;
}

/* Typography */
.chi-hero__title {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 700;
}

.chi-hero__title span {
  font-weight: 300;
}

.chi-hero__subtitle {
  margin: 0 0 26px !important;
  font-size: 20px;
  line-height: 1.5;
}

/* Buttons */
.chi-hero__buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.chi-btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid rgba(255,255,255,0.45);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.20em;
}

.chi-btn:hover {
  border-color: rgba(255,255,255,0.85);
}

/* Entrance animation */
.chi-hero__title,
.chi-hero__subtitle,
.chi-hero__buttons {
  opacity: 0;
  transform: translateY(16px);
  animation: chiFadeUp 650ms ease-out forwards;
}

.chi-hero__subtitle { animation-delay: 120ms; }
.chi-hero__buttons  { animation-delay: 220ms; }

@keyframes chiFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
  .chi-hero__inner {
    min-height: 440px;
    padding-top: 10px;
  }

  .chi-hero__title {
    font-size: 36px;
  }
	
  .chi-hero__subtitle {
  margin: 0 0 10px !important;
  font-size: 18px;
  }
	
  .chi-hero {
  min-height: 600px;
  }
}
