@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
/*

light 300
regular 400
medium 500
semi-bold 600
bold 700


  font-family: "Red Hat Display", sans-serif;

  font-family: "Montserrat", sans-serif;

*/

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; margin:0; padding:0; }

a{ text-decoration:none !important; transition-duration: 0.8s;
    transition-property: all; }
ul,li{ list-style:none; }
img{ max-width:100%; outline:none; }


body {
      font-family: "Red Hat Display", sans-serif;    scroll-behavior: smooth;
   
}

html {
  scroll-behavior: smooth;
}


h1, h2, h3, h4, h5 {  font-family: "Montserrat", sans-serif; }

/* ---- Section eyebrow / overline label (replaces decorative h5 elements) ---- */
.section-label {
    font-size: 16px !important;
    color: #035395 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    background: url(../images/border.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    display: table !important;
    
    padding-right: 70px !important;
    letter-spacing: 1px !important;
    word-spacing: 3px !important;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif !important;
	float: none !important;
    width: auto !important;
	line-height: 1.2em !important;
}

/* Light variant for dark-background sections (testimonials, consultation) */
.section-label-light {
    color: #A9CCEA !important;
    background-image: url(../images/border-02.svg) !important;
}


.header-back {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    top: 0;     padding-top: 20px;
    
}

.header-back .row {
    align-items: center;
}

.headernav {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
    padding-top: 00px;
    text-align: right; list-style: none;
}

.headernav li   {  flex:auto; list-style: none; }


.headernav li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition-duration: 0.8s;
    transition-property: all;
    letter-spacing: 1.5px;
}
	
		 .headernav li a:hover {  transition-duration: 0.8s;
    transition-property: all;  }
    
   .head-tax-btn {
    background: #4B9DD6;
    float: right;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 20px;
    border: 1px solid #4B9DD6;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 0;
    margin-top: 10px;
}


.head-book-btn {
    text-align: center;
    background: #4B9DD6;
    padding: 6px 7px 7px 7px;
    border: 1px solid #4B9DD6;
    letter-spacing: 1px;
    margin-top: -8px;
    margin-left: 30px;
}


.bannersection {
    width: 100%;
    float: left;
    margin: 0;
    padding: 300px 0px 200px 0px;
    position: relative;
    z-index: 9;
    background: url(../images/main-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inner-page-bannersection  {
    width: 100%;
    float: left;
    margin: 0;
    padding: 250px 0px 150px 0px;
    position: relative;
    z-index: 9;
    background: url(../images/inner-head-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inner-page-bannersection  h1 {
    font-size: 62px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    line-height: 1em;
    letter-spacing: -4px;
    word-spacing: 2px;
}
	 
.bannersection h1 {
    font-size: 82px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    line-height: 1em;
    letter-spacing: -4px;
    word-spacing: 2px;
}
	 

 .bannersection p   {
    font-size: 18px;
    color: #fff;
    text-align: left;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 300; text-transform: capitalize;
}

.btn2 {
    margin-left: 20px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
}
 


.banner-service-box {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1300px;
    padding: 0 12px; /* optional: match container gutter */
}

.bannersection {
    overflow-x: clip; /* or overflow: hidden if nothing needs to escape vertically */
}

.service-box-top{
    border: 1px solid #7CA4BF;
    text-align: center;
    padding: 30px 20px 25px 20px;
    margin-top: 25px;
    background: #7CA4BF;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.4s ease;
}

/* Change background on hover */
.service-box-top:hover{
    background: #1e3a5f;
}
 
/* First Box Hover */
.col-sm-4:nth-child(1) .service-box-top:hover{
     background: #1e3a5f;
}

/* Second Box Hover */
.col-sm-4:nth-child(2) .service-box-top:hover{
     background: #1e3a5f;
}

/* Third Box Hover */
.col-sm-4:nth-child(3) .service-box-top:hover{
     background: #1e3a5f;
}




/* Image Animation */
.service-box-top img{
    transition: transform 0.35s ease;
}

.service-box-top:hover img{
    transform: rotate(-15deg) scale(1.1);
}

/* Heading Effect */
.service-box-top h3,
.service-box-top p{
    transition: 0.3s ease;
}

.service-box-top:hover h3{
    letter-spacing: 1px;
}

.service-box-top:hover p{
    opacity: 0.85;
}


 

.service-box-top img {  margin-bottom: 10px;  }

/* Banner service boxes: subtitle (was h5) is now a p */
/* float: none overrides the float:left inherited from .bannersection p */
.service-box-top p {   font-size:18px;   color: #fff;  font-weight: 400;  letter-spacing: 1px; word-spacing: 2px; margin: 0; float: none; width: auto; text-align: center; }

/* Banner service boxes: title (was h4) is now h3 */
.service-box-top h3 {
    font-size: 25px; letter-spacing: 1px; word-spacing: 2px;
    color: #fff;
    font-weight: 600;
}

 
/* Second Box */
.col-sm-4:nth-child(2) .service-box-top{
     background: #4B9DD6;
}

/* Third Box */
.col-sm-4:nth-child(3) .service-box-top{
   background: #2E72A1;
}

 



.about-section {
    width: 100%;
    float: left;
    margin: 0;
    padding: 120px 0px 80px 0px;
    background: #fff;
}


/* About eyebrow label handled by .section-label */
.about-section .section-label { margin-top: 65px; }

.right-section { padding-left:65px;  }

.about-section h2 {
    font-size: 44px;
    color: #1A486E;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 400; margin-bottom: 20px;
}

.about-section p {
    font-size: 18px;
    color: #000;
    text-align: left;
    width: 100%;
    float: left; letter-spacing: 1px; line-height: 1.5em;
    font-weight: 400;
}

.book-btn {
    background: #4B9DD6;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 60px;
    border: 2px solid #4B9DD6;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 16px 0px;
}

.tax-return-btn {
    border: 1px solid #DFE9F1;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}


.getting-started {
    width: 100%;
    float: left;
    margin: 0;
    padding: 100px 0px;
    background: #fff;
}



/* Getting-started eyebrow label handled by .section-label */


.getting-started h2 {
    font-size: 52px;
    color: #1A486E;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 400;
    line-height: 1em;
    margin-top: 10px;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.getting-started p {
    font-size: 18px;
    color: #000;
    text-align: left;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    line-height: 1.6em;
    font-weight: 400;
}

.feature-box {
    width: 100%;
    float: left;
    margin: 0;
    background: url(../images/list-bullet.png);
    background-repeat: no-repeat;
    padding: 15px 20px 0px 155px;
    border: 2px solid #E9F0F5;
    margin-bottom: 20px;
    background-size: auto 100%; border-right: 0;
}

.feature-box h3 {
    text-transform: uppercase;
    color: #3D577D;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-box p {
    font-size: 16px;
    line-height: 1.3em;
}

.services-section {    width: 100%;
    float: left;
    margin: 0;
    padding: 100px 0px;  background: #E0EEF8; }


.services-section h2 {
    font-size: 52px;
    color: #1A486E;
    text-align: left;   width: 100%;
    float: left; font-weight: 400;
}

/* Services eyebrow label handled by .section-label */

.service-box {
    border: 1px solid #B3CCDD;
    text-align: center;
   width: 100%;
    padding: 0;
    margin-top: 25px;
    background: #fff;
}


.about-section .row:last-of-type {
 

  flex-wrap: wrap;

}
 
.about-section .col-sm-3 {

 

  margin-bottom: 20px;

}
 
 



.service-box h3 {
    font-size: 20px;
    color: #6F8CA4;
    margin: 0px;
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
}

.service-box.home-service-box h3 {
    min-height: auto;
    padding: 10px 0px;
    font-size: 22px;
}

.service-box.home-service-box {
    padding: 25px 0px;
}

.learn-more-btn {
    background: #4B9DD6;
    float: right;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 60px;
    border: 2px solid #4B9DD6;
    letter-spacing: 1px;
	word-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    
}


.consultation-form {    width: 100%;
    float: left;
    margin: 0;
    padding: 120px 0px; background: #112542;  }



/* Consultation form: eyebrow label handled by .section-label + .section-label-light */

.consultation-form h2 {
    font-size: 52px;
    color: #fff;
    text-align: left;   width: 100%;
    float: left; margin-bottom: 25px; font-weight: 400;
}

.consultation-form input {
    background: transparent;
    border: 1px solid #E2E4E8;
    border-radius: 0;
    font-size: 16px;
    color: #E2E4E8;
    padding: 13px 15px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}


.consultation-form input::placeholder {
  
  opacity: 1;
   color: #E2E4E8;
}

.go-to-next-btn {
    background: #4B9DD6;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    border: 2px solid #4B9DD6;
     letter-spacing: 1px;
	word-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
}

/* (consultation-form eyebrow style now handled by .section-label and .section-label-light) */


.brand-box {
    float: left;
    width: 100%;
    border: 4px solid #B3CCDD;
    padding: 10px 25px;
    background-image: url(../images/brand-box-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 69px;  display: none;
}

.brand-box h5 {
    text-transform: uppercase;
    color: #3D577D;
    font-size: 22px;
    font-weight: 600;
     
}
 

.brand-box img {
    float: left;
    margin-right: 25px;
    height: 90px;
}
 
.brand-box p {
    font-size: 20px;
    line-height: 1.2em;
    width: auto; margin-bottom: 0;
}


.we-service {    
    float: left;
    width: 100%; padding: 100px 0px; margin: 0; 
	 background: #fff;
   
	 }



.we-service ul    {
  list-style: none;
  padding: 0;
  margin: 0;   width: 100%;
    float: left; padding-top: 15px;
}

.we-service h2 {
    font-size: 52px;
    color: #1A486E;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 400;
}


.we-service ul li {
    background-image: url(../images/bullet-02.svg);
    background-repeat: no-repeat;
    background-position: left top 9px;
    padding-left: 40px;
    margin-bottom: 11px;
    line-height: 1.8;
    font-size: 20px;
    color: #365E80;
    text-transform: uppercase;
    font-weight: 600;
}

.we-service p {
    font-size: 18px;
    color: #000;
    text-align: left;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: 400;
}


.why-choose-us {    
    float: left;
    width: 100%; padding: 100px 0px; margin: 0; 
	 background: #fff url(../images/why-choos-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
	 }






/* Why-choose-us eyebrow label handled by .section-label */

.why-choose-us h2 {
    font-size: 52px;
    color: #1A486E;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 400;
}


 
.why-choose-us ul    {
  list-style: none;
  padding: 0;
  margin: 0;   width: 100%;
    float: left; padding-top: 15px;
}

.why-choose-us ul li {
    background-image: url(../images/bullet-02.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 20px;
    color: #365E80;
    text-transform: uppercase;
    font-weight: 600;
}



.stat-card {
    background: #112542;
   
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #112542;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; margin-bottom: 25px;
}


.stat-number {
    font-size: 85px;
    
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 500;
    font-family: 'Montserrat';
    float: left;
    width: 100%;
    display: flex;
	
	background: linear-gradient(to top, #89BFE4, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
.stat-label {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.2em;
    margin-top: 7px;
    font-family: 'Montserrat';
}

.stat-number img {
    margin-left: 10px;
    margin-top: 30px;
}


.inline-stat .stat-number {
    font-size: 40px;
    display: inline-block;
    float: left;
    width: auto;
    padding-top: 10px;
}

.inline-stat .stat-label {
    float: left;
    padding-left: 15px;
}


.book-btn-cons {
    background: #4B9DD6;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 60px;
    border: 2px solid #4B9DD6;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 10px 0px;
}

.client-testimonials {
    background: #0D264A;
    float: left;
    width: 100%; padding: 120px 0px; margin: 0;
}


/* Client testimonials: eyebrow label handled by .section-label + .section-label-light */

.client-testimonials h2 {
    font-size: 52px;
    color: #fff;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 45px; font-weight: 400;
}


.testimonial-card {
    border: 1px solid #829DB5;
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 20px;
    background: url(../images/testimonial-box-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    border-right: 0;
    display: flex;
    min-height: 270px;
    align-items: center;
    justify-content: center;
}
 

.testimonial-user{
	 float: left;
    width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-img {
    margin-bottom: 25px;
    border-radius: 50px;
    margin-top: 15px;
}


.testimonial-text{
    float: left;
    width: 60%; color:#fff;
}

.testimonial-text p {
    color: #fff;
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: 200;
    line-height: 1.6em;
}

.testimonial-text strong {
    font-size: 22px;
    float: left;
    width: 100%;
    text-align: center;
    color: #6990C7;
    font-weight: 600;
    font-family: 'Montserrat';
}

.testimonial-text span{
     font-size:16px;   float: left;
    width: 100%; text-align: center;  color: #6990C7;
    font-weight: 400;
    font-family: 'Montserrat';
}

.case-studies {    width: 100%;
    float: left;
    margin: 0;
    padding: 100px 0px;  background: #fff; }


.case-studies h2 {
    font-size: 52px;
    color: #1A486E;
    text-align: left;   width: 100%;
    float: left; font-weight: 400;
}

/* Case studies eyebrow label handled by .section-label */

.case-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 0px;
    border: 1px solid #C9DBE7;
}


.case-content-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 25px 5px 25px;
    background: url(../images/case-box-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.case-content-box h3 {
    font-size: 21px;
    color: #3D577D;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.service-title {
    min-height: 50px;
    align-items: center;
    display: flex;
}

.case-content-box p {  font-size:16px;   }

.case-box a {
    float: left;
    width: 100%;
    background: #4B9DD6;
    color: #fff;
    padding: 6px 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-family: 'Red Hat Display';
    text-align: right;
}


.our-services  {    width: 100%;
    float: left;
    margin: 0;
    padding: 100px 0px;  background: #FFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(224, 238, 248, 1) 100%); }


.our-services h4 {
    font-size: 42px;
    color: #1A486E;
    text-align: left;   width: 100%;
    float: left; font-weight: 400;
}

.our-services p {
    font-size: 18px;
    color: #000;
    text-align: left;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: 400;
}

.service-inner-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #a7e2e5;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.blue-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 30px 25px;
    background: #112542 url(../images/blue-box-bg.png);
    font-weight: 100;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left top;
}

.blue-box h5 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
}

.blue-box strong {
    font-size: 52px;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 0px;
}

.blue-box p {
    text-align: center;
    font-size: 26px;
    color: #E0EEF8;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blue-box p a {
    
   
   font-size: 26px; color:#89BFE4; text-transform: uppercase;
    
}

.blue-box img{
    display: inline;
    margin-top: -20px;
    margin-right: 10px;
}


.blue-box span {
    position: relative;
    top: -9px;
    margin-left: 15px;
    font-size: 28px;
}




.our-services .book-btn-cons {
    float: none;
    display: inline-block;
    padding: 15px 60px;
}

footer {  width: 100%;
    float: left;
    margin: 0;
    padding: 100px 0px 30px 0px;  background: url("../images/footer-bg.jpg"); font-weight: 100; color: #fff }


.footer h3 {
    font-size: 22px;
    color: #4B9DD6;
    margin-bottom: 1.5rem; 
}

.footer-pl { padding-left:90px;
	
}
.footer-logo {
    margin: 0px 0px 30px 0px;
    float: left;
    width: 100%;
}

.footer p {
    font-size: 14px;
    color: #fff; /* White text for paragraph */ font-weight: 100;
}

.footer-logo-area p {  font-size: 14px;
    color: #fff; /* White text for paragraph */ font-weight: 100; line-height: 1.6em; }

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #fff;
}

.footer ul li a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    font-weight: 100;
      color: #fff;  
    text-transform: uppercase;
}

.footer ul li a:hover {
    color: #80BEE8; /* Hover effect */
}

/* Footer Bottom */
.footer .row.mt-4 p {
    font-size: 14px;
    color: #fff;
}
	 	 

.footer-social-media  {
  list-style: none;          /* Remove bullets */
  display: flex;             /* Arrange items horizontally */
                  /* Space between icons */
  padding: 0;                /* Remove default padding */
  margin: 0;                 /* Remove default margin */
}


.footer-social-media li {
  display: inline-block;
}

.footer-social-media li a img {
 
  transition: transform 0.3s; /* Smooth hover effect */
}

.footer-social-media li a:hover img {
 
}

.footer-social-media li a img {
  width: 30px;               /* Set icon size */
  height: 30px;
  transition: transform 0.3s; /* Smooth hover effect */
}

.footer-social-media li a:hover img {
   
}



.banner-slide {
    display: none;
}

.banner-slide.active {
    display: block;
}


.contact-page-form input {
    background: transparent;
    border: 1px solid #1A486E;
    border-radius: 0;
    font-size: 16px;
    color: #1A486E;
    padding: 13px 15px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.contact-page-form textarea {
    background: transparent;
    border: 1px solid #1A486E;
    border-radius: 0;
    font-size: 16px;
    color: #1A486E;
    padding: 13px 15px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: 121px;
}


.contact-page-form p {
    
    margin-bottom: 0px;
    
}

.sbtbtn {
    background: #4B9DD6 !important;
    float: left !important;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border: 2px solid #4B9DD6 !important;
    letter-spacing: 1px !important;
    word-spacing: 3px;
    font-size: 16px !important;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 0;
}


/* ============================================================
   NAVBAR MOBILE — matches navbar-expand-lg collapse point (<992px)
   ============================================================ */
@media (max-width: 991.98px) {

    /* White hamburger icon (header is transparent/dark background) */
    .navbar-toggler        { border-color: rgba(255,255,255,0.6); }
    .navbar-toggler-icon   {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Dropdown drawer: dark navy background */
    .navbar-collapse {
        background: rgba(13, 38, 74, 0.97);
        padding: 15px 20px 20px 20px;
        margin-top: 10px;
    }

    /* Fix Bug 3: remove float so items left-align in the drawer */
    .headernav {
        float: none;
        width: 100%;
        padding-top: 0;
        text-align: left;
    }

    .headernav li          { text-align: left; margin-bottom: 8px; }
    .headernav li a        { font-size: 13px; }
    .head-book-btn         { margin-left: 0; margin-top: 10px; display: inline-block; }
}


/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */

/* ---- 1200px: Large tablets / small laptops ---- */
@media (max-width: 1200px) {

    .bannersection         { padding: 220px 0 150px 0; }
    .bannersection h1      { font-size: 66px; letter-spacing: -3px; }

    .about-section h2,
    .getting-started h2,
    .services-section h2,
    .why-choose-us h2,
    .consultation-form h2,
    .client-testimonials h2,
    .case-studies h2       { font-size: 44px; }

    .stat-number           { font-size: 70px; }
    .banner-service-box    { max-width: 100%; }
}


/* ---- 1024px: Tablet landscape ---- */
@media (max-width: 1024px) {

    .bannersection         { padding: 190px 0 130px 0; }
    .bannersection h1      { font-size: 54px; letter-spacing: -2px; }

    .about-section h2,
    .getting-started h2,
    .services-section h2,
    .why-choose-us h2,
    .consultation-form h2,
    .client-testimonials h2,
    .case-studies h2       { font-size: 40px; }

    .right-section         { padding-left: 35px; }
    .footer-pl             { padding-left: 40px; }
    .stat-number           { font-size: 62px; }
}


/* ---- 900px: Tablet portrait ---- */
@media (max-width: 900px) {

    /* Banner */
    .bannersection         { padding: 160px 0 40px 0; background-size: cover; }
    .bannersection h1      { font-size: 46px; letter-spacing: -1px; }

    /* Pull service boxes out of absolute so they flow inside the banner */
    .banner-service-box {
        position: relative;
        bottom: auto;
        max-width: 100%;
        padding: 30px 0 0 0;
    }

    /* Fix: stack service boxes at 900px, not just 768px */
    .banner-service-box .col-sm-4 { flex: 0 0 100%; max-width: 100%; }

    /* About */
    .about-section         { padding: 70px 0 50px 0; }
    .about-section .section-label { margin-top: 0; }

    .about-section h2,
    .getting-started h2,
    .services-section h2,
    .why-choose-us h2,
    .consultation-form h2,
    .client-testimonials h2,
    .case-studies h2       { font-size: 36px; }

    .right-section         { padding-left: 20px; }

    /* Why choose us: hide decorative spacer, balance columns */
    .why-choose-us .col-sm-3:first-child { display: none; }
    .why-choose-us .col-sm-4             { flex: 0 0 50%; max-width: 50%; }
    .why-choose-us .col-sm-5             { flex: 0 0 50%; max-width: 50%; }

    .stat-number           { font-size: 56px; }
    .footer-pl             { padding-left: 20px; }
}


/* ---- 768px: Tablets / large phones ---- */
@media (max-width: 768px) {
    nav.navbar.navbar-expand-lg {
    display: none;
}


.inner-page-bannersection {
    
    padding: 180px 0px 100px 0px;
    
}

.head-tax-btn {
    background: #4B9DD6;
    float: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 20px;
    border: 1px solid #4B9DD6;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 0;
    margin-top: 10px;
    display: block;
    margin-top: 40px;
}


main#main-content {
    float: left;
    width: 100%;
    overflow: hidden;
}

    .mobmenu-content #mobmenuright .sub-menu a {
       
        font-size: 18px;
        padding-left: 0;
    }

    /* --- Navigation (fine-tuning below 768px; base rules at 991.98px above) --- */
    .headernav             { padding-top: 0; }

    /* --- Banner --- */
    .bannersection         { padding: 130px 0 25px 0; }
    .bannersection h1      { font-size: 38px; letter-spacing: -0.5px; line-height: 1.1em; }
    .bannersection p       { font-size: 15px; }
    /* Fix: reinforce stacking and add spacing between text and service boxes */
    .banner-service-box    { position: relative; bottom: auto; padding: 0px 0 0 0; }
    .banner-service-box .col-sm-4 { flex: 0 0 100%; max-width: 100%; }

    /* Buttons — stack vertically */
    .book-btn, .btn2, .book-btn-cons {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
        text-align: center;
        padding: 11px 20px;
    }
    .btn2 { margin-top: 10px !important; }

    /* --- About --- */
    .about-section         { padding: 55px 0; }
    .about-section .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
    .right-section         { padding-left: 0; margin-top: 30px; }
    .about-section .section-label { margin-top: 0; }
    .about-section h2      { font-size: 34px; }
    .about-section p       { font-size: 16px; }

    /* --- Services --- */
    .services-section      { padding: 55px 0; }
    .services-section h2   { font-size: 34px; }
    .services-section .col-sm-12.text-center { text-align: left !important; }
    .services-section .col-sm-3 { flex: 0 0 50%; max-width: 50%; }

    /* --- Why Choose Us --- */
    .why-choose-us         { padding: 55px 0; }
    .why-choose-us h2      { font-size: 34px; }
    .why-choose-us .col-sm-3:first-child { display: none; }
    .why-choose-us .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
    .why-choose-us .col-sm-5 { flex: 0 0 100%; max-width: 100%; margin-top: 30px; }
    .why-choose-us ul li   { font-size: 16px; }

    .why-choose-us .col-sm-5 .row .col-sm-5,
    .why-choose-us .col-sm-5 .row .col-sm-7 { flex: 0 0 50%; max-width: 50%; }

    .stat-number           { font-size: 50px; }
    .stat-label            { font-size: 16px; }

    /* --- Consultation --- */
    .consultation-form     { padding: 55px 0; }
    .consultation-form h2  { font-size: 34px; }
    .consultation-form .col-sm-4 { flex: 0 0 100%; max-width: 100%; }

    /* --- Getting Started --- */
    .getting-started       { padding: 55px 0; }
    .getting-started h2    { font-size: 34px; letter-spacing: 0; }
    .getting-started .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
    .getting-started .col-sm-6:first-child { margin-bottom: 30px; }
    .getting-started p     { font-size: 16px; }
    .feature-box           { padding: 15px 15px 10px 80px; background-size: 65px; }
    .feature-box h3        { font-size: 18px; }
    .feature-box p         { font-size: 14px; }

    /* --- Testimonials --- */
    .client-testimonials   { padding: 55px 0; }
    .client-testimonials h2 { font-size: 34px; margin-bottom: 30px; }

    /* --- Case Studies --- */
    .case-studies          { padding: 55px 0; }
    .case-studies h2       { font-size: 34px; }

    /* --- Footer --- */
    footer                 { padding: 55px 0 25px 0; text-align: center; }
    .footer-pl             { padding-left: 0; }
    .footer .col-sm-3      { flex: 0 0 100%; max-width: 100%; margin-bottom: 30px; }
    .footer-logo-area      { text-align: left !important; }
    .footer-logo           { margin-bottom: 15px;         text-align: center }
	.footer-logo-area p {
  
    text-align: center;
}
	
	.footer-social-media {
    
    display: block;
 
    text-align: center;
}
	.footer-social-media li {
    
    margin-bottom: 0 !important;
}
	
	.right-section {
    padding: 0px 15px;
}
	
	.brand-box {
    float: left;
    width: 100%;
    border: 4px solid #B3CCDD;
    padding: 10px 15px;
    background-image: url(../images/brand-box-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 15px;
    margin-bottom: 20px;
}
	
	.we-service, .our-services { padding: 55px 0; }
	
	.blue-box {
    
    padding: 15px 15px;
    
}
	.blue-box strong {
    font-size: 36px;
    
}
}


/* ---- 576px: Small mobile phones ---- */
@media (max-width: 576px) {

    .bannersection         { padding: 200px 0 20px 0; }
    .bannersection h1      { font-size: 30px; }
    .bannersection p       { font-size: 14px; }

    .about-section h2,
    .getting-started h2,
    .services-section h2,
    .why-choose-us h2,
    .consultation-form h2,
    .client-testimonials h2,
    .case-studies h2       { font-size: 28px; }

    .section-label         { font-size: 12px; padding-right: 35px; }

    /* Services: 2 per row */
    .services-section .col-sm-3 { flex: 0 0 50%; max-width: 50%; }

    /* Learn-more button full width */
    .learn-more-btn        { float: none; display: block; width: 100%; text-align: center; }

    .stat-number           { font-size: 42px; }

    /* Testimonial card: stack image above text */
    .testimonial-user      { width: 100%; margin-bottom: 15px; flex-direction: row; justify-content: flex-start; }
    .testimonial-text      { width: 100%; }
    .user-img              { margin-bottom: 0; margin-right: 15px; width: 60px; height: 60px; }

    .feature-box           { padding: 12px 12px 10px 68px; background-size: 55px; }
    .feature-box h3        { font-size: 15px; }

    .book-btn-cons         { padding: 11px 30px; }
}


/* ---- 480px ---- */
@media (max-width: 480px) {

    .bannersection h1      { font-size: 26px; }
    .service-box-top h3    { font-size: 20px; }
    .service-box-top p     { font-size: 14px; }
    .stat-number           { font-size: 36px; }
    .inline-stat .stat-number { font-size: 28px; }
    .feature-box           { padding: 12px 10px 10px 58px; background-size: 48px; }
    .case-content-box h3   { font-size: 18px; }

    .about-section h2,
    .getting-started h2,
    .services-section h2,
    .why-choose-us h2,
    .consultation-form h2,
    .client-testimonials h2,
    .case-studies h2       { font-size: 24px; }
}


/* ---- 360px: Very small phones ---- */
@media (max-width: 360px) {

    .bannersection h1      { font-size: 22px; }
    /* Services: single column on very small screens */
    .services-section .col-sm-3 { flex: 0 0 100%; max-width: 100%; }
    .stat-number           { font-size: 30px; }
    .service-box-top h3    { font-size: 17px; }
}


.btn-animation {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-animation::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: all 0.7s ease;
}

.btn-animation:hover::after {
    left: 0;
}




.btn-animation2 {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-animation2::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4b9dd630;
    transition: all 0.7s ease;
}

.btn-animation2:hover::after {
    left: 0;
}




/* ============================================================
   SERVICES DROPDOWN NAV
   ============================================================ */

/* ---- Chevron arrow ---- */
.dd-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.75);
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: transform 0.3s ease, border-top-color 0.3s ease;
}

/* ---- Dropdown container ---- */
.headernav .has-dropdown {
    position: relative;
}

/* ---- Dropdown panel (shared base) ---- */
.headernav .services-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #0D264A;
    border-top: 3px solid #4B9DD6;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    z-index: 999;
}

/* ---- Dropdown items (shared) ---- */
.headernav .services-dropdown li a {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.25s ease, padding-left 0.25s ease, background 0.25s ease;
    white-space: nowrap;
    text-decoration: none !important;
}

.headernav .services-dropdown li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ============================================================
   DESKTOP DROPDOWN  (≥ 992px — hover behaviour)
   ============================================================ */
@media (min-width: 992px) {

    /* Show dropdown on hover */
    .headernav .services-dropdown {
        position: absolute;
        top: calc(100% + 18px);
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        min-width: 220px;
        padding: 6px 0;

        /* Hidden by default */
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    }

    .headernav .has-dropdown:hover .services-dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
    }

    /* Rotate chevron on hover */
    .headernav .has-dropdown:hover .dd-arrow {
        transform: rotate(180deg);
        border-top-color: #fff;
    }

    /* Item styling */
    .headernav .services-dropdown li a {
        padding: 10px 22px;
    }

    .headernav .services-dropdown li a:hover {
        color: #4B9DD6;
        padding-left: 28px;
        background: rgba(75, 157, 214, 0.08);
    }

    /* Connector bridge — stops dropdown disappearing as mouse moves toward it */
    .headernav .has-dropdown::after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0;
        height: 18px;
        background: transparent;
    }
}

/* ============================================================
   MOBILE DROPDOWN  (< 992px — flat list inside hamburger)
   ============================================================ */
@media (max-width: 991.98px) {

    /* Show all items flat in the mobile nav */
    .headernav .services-dropdown {
        position: static;
        background: rgba(255, 255, 255, 0.04);
        border-top: none;
        border-left: 3px solid #4B9DD6;
        box-shadow: none;
        padding: 4px 0;
        margin: 4px 0 12px 8px;
        opacity: 1;
        visibility: visible;
    }

    .headernav .services-dropdown li a {
        padding: 7px 14px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.75) !important;
    }

    .headernav .services-dropdown li a:hover {
        color: #4B9DD6 !important;
        padding-left: 20px;
    }

    /* Point chevron sideways on mobile (list is always open) */
    .headernav .dd-arrow {
        transform: rotate(-90deg);
        border-top-color: rgba(255, 255, 255, 0.5);
    }
}




.bookly-form select  {
    background: #112542;
    border: 1px solid #E2E4E8 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    color: #E2E4E8 !important;
    padding: 13px 15px !important;
    margin-bottom: 10px !important;
    float: left;
    width: 100% !important;
}

.bookly-form-group input {   float: none !important; }

input.bookly-date-from.bookly-js-date-from {
    background: transparent;
    border: 1px solid #E2E4E8 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    color: #E2E4E8 !important;
    padding: 13px 15px !important;
    margin-bottom: 10px !important;
    float: left;
    width: 100% !important;
  
}

.bookly-box.bookly-bold {
    display: none;
}

.bookly-box {
    color: #fff;
    font-size: 22px;
}

button.bookly-nav-btn.bookly-js-start-over.bookly-btn, .bookly-box.bookly-nav-steps button {
    width: 400px;
    padding: 15px 10px !important;
}

span.ladda-label {
    width: 400px; }
    
    .powered-by-bookly {
    display: none;
}


.bookly-css-root b, .bookly-css-root strong {
    font-weight: bolder;
    font-size: 22px;
}


footer a { color:#fff; }