/* ContentBridge USA CSS - messy but functional */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col-md-4,
.no-gutters > .col-lg-8 {
    padding-right: 0;
    padding-left: 0;
}

/* Column classes - messy but works */
.col-md-4 { 
  -ms-flex: 0 0 33.333333%; 
  flex: 0 0 33.333333%; 
  max-width: 33.333333%; 
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-6 { 
     -ms-flex: 0 0 50%; 
     flex: 0 0 50%; 
     max-width: 50%; 
     padding-right: 15px;
     padding-left: 15px;
}
.col-lg-3 { 
   -ms-flex: 0 0 25%; 
   flex: 0 0 25%; 
   max-width: 25%; 
   padding-right: 15px;
   padding-left: 15px;
}
.col-lg-6 { 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%; 
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-8 { 
     -ms-flex: 0 0 66.666667%; 
     flex: 0 0 66.666667%; 
     max-width: 66.666667%; 
     padding-right: 15px;
     padding-left: 15px;
}
.col-xl-2 { 
   -ms-flex: 0 0 16.666667%; 
   flex: 0 0 16.666667%; 
   max-width: 16.666667%; 
   padding-right: 15px;
   padding-left: 15px;
}
.col-xl-4 { 
      -ms-flex: 0 0 33.333333%; 
      flex: 0 0 33.333333%; 
      max-width: 33.333333%; 
      padding-right: 15px;
      padding-left: 15px;
}
.col-xl-5 { 
       -ms-flex: 0 0 41.666667%; 
       flex: 0 0 41.666667%; 
       max-width: 41.666667%; 
       padding-right: 15px;
       padding-left: 15px;
}
.col-lg-4 { 
    -ms-flex: 0 0 33.333333%; 
    flex: 0 0 33.333333%; 
    max-width: 33.333333%; 
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-5 { 
    -ms-flex: 0 0 41.666667%; 
    flex: 0 0 41.666667%; 
    max-width: 41.666667%; 
    padding-right: 15px;
    padding-left: 15px;
}

/* Utility classes */
.d-flex { 
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-block { display: block !important; }

.align-items-center { 
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-stretch { 
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.justify-content-center { 
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-start { 
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.text-center { text-align: center !important; }

/* Spacing - inconsistent like real human code */
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.pl-0 { padding-left: 0 !important; }
.pl-3 { padding-left: 1rem !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-auto { 
    margin-right: auto !important;
}
.ml-5 { margin-left: 3rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mb-md-5 { margin-bottom: 3rem !important; }
.pb-md-5 { padding-bottom: 3rem !important; }

.w-100 { width: 100% !important; }

.navbar-brand {
    font-weight: 920;
    font-size: 29px;
    padding: 0;
    line-height: 1;
    color: #fff !important;
    text-decoration: none;
    margin-right: auto;
}

.navbar-brand:hover {
    color: #fff !important;
    text-decoration: none;
}

.navbar-brand span {
    color: #ff9827;
}

/* Main navigation - fixed z-index and positioning */
.ftco-navbar-light {
    background: #178bfb !important;
    z-index: 100;
    padding: 15px 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
}

.navbar-nav {
   list-style: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.nav-item {
   margin: 0;
   position: relative;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 420;
    color: #fff;
    opacity: 1 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #111111;
    background-color: rgba(255,255,255,0.1);
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #ff9827;
}

.navbar-toggler {
   background: none;
   border: 1px solid rgba(255, 255, 255, 0.2);
   color: white;
   padding: 8px 12px;
   cursor: pointer;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}

.navbar-toggler:focus {
    outline: none;
}

/* Hero section - better positioning */
.hero-wrap {
  width: 100%;
  height: 870px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-attachment: fixed;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .32;
  background: #000000;
  z-index: 1;
}

.hero-wrap .container {
  position: relative;
  z-index: 2;
}

.slider-text {
  height: auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 400px;
}

.slider-text h1 {
  font-size: 46px;
  color: #fff;
  line-height: 1.12;
  font-weight: 750; 
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slider-text h1 span {
  display: block; 
}

.slider-text p {
  line-height: 1.52;
  color: white; 
  margin-bottom: 30px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Footer styles - removed image styles */
.footer-area {
    color: #fff;
    background: #04091e;
}

.footer-area h3 {
    color: #fff;
    text-transform: capitalize;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.footer-area a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer-area a:hover {
    text-decoration: none;
    color: #ff9902;
}

.footer-area p {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

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

.footer-area li {
    margin-bottom: 8px;
}

.footer-copyright {
    margin-top: 70px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
}

.footer-copyright span {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer-copyright ul.footer-links {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-copyright ul.footer-links li {
    display: inline;
}

.footer-copyright ul.footer-links li a {
   color: #fff;
   text-decoration: none;
   padding: 8px 12px;
   background: rgba(255, 255, 255, 0.1);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   border-radius: 3px;
   font-size: 13px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   white-space: nowrap;
}

.footer-copyright ul.footer-links li a:hover {
    color: #fff;
    background: #ff9902;
    text-decoration: none;
}

.template-btn {
    color: #fff !important;
    background: #ff9902;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 30px !important;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.template-btn:hover {
    background: #111;
    text-decoration: none;
    color: #fff !important;
}

.section-padding {
    padding: 140px 0;
}

.mb-lg-0 {
    margin-bottom: 0;
}

.offset-xl-1 {
    margin-left: 8.333333%;
}

.show {
   display: block !important;
}

.collapse {
   display: none;
}

.order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

/* Responsive breakpoints - better mobile design */
@media (max-width: 1199.98px) {
  .hero-wrap {
    background-position: center center !important;
    background-attachment: scroll;
  }
  
  .container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .hero-wrap {
    height: 600px; 
    background-attachment: scroll;
  }
  .hero-wrap .overlay {
    height: 600px; 
  } 
  
  .slider-text {
    padding: 40px 0;
    min-height: 300px;
  }
  
  .slider-text h1 {
    font-size: 36px;
  }
  
  .ftco-navbar-light {
        background: #111111 !important;
        position: relative;
        top: 0;
        padding: 12px 16px;
    }
    
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: rgba(255, 255, 255, 0.75);
        width: 100%;
        text-align: left;
    }
    
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.05);
    }
    
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
    }
    
    .navbar-collapse {
       position: absolute;
       top: 100%;
       left: 0;
       right: 0;
       background: #111111;
       padding: 20px;
       border-top: 1px solid rgba(255,255,255,0.1);
       z-index: 1000;
    }
    
    .searchform {
        margin: 15px 0 0 0;
        width: 100%;
    }
    
    .order-lg-last {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    
    .bg-top .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .col-md-4, .col-lg-8 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .col-lg-8 .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .topper {
        margin-bottom: 12px;
        text-align: center;
    }
    
    .col-md-4, .col-lg-8, .col-xl-2, .col-xl-4, .col-xl-5, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-md-6 {
       -webkit-box-flex: 1;
       -ms-flex: 1;
       flex: 1;
       max-width: 100%;
       margin-bottom: 30px;
    }
    
    .footer-copyright ul.footer-links {
        float: none;
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .hero-wrap {
       height: 500px;
       background-attachment: scroll;
    }
    
    .hero-wrap .overlay {
       height: 500px;
    }
    
    .slider-text {
        min-height: 250px;
    }
    
    .slider-text h1 {
       font-size: 28px;
    }
    
    .container {
        max-width: 540px;
    }
    
    .bg-top {
        padding: 20px 0;
    }
}

@media (max-width: 575.98px) {    
    .hero-wrap {
       height: 450px;
       background-attachment: scroll;
    }
    
    .hero-wrap .overlay {
       height: 450px;
    }
    
    .slider-text {
        min-height: 200px;
        padding: 30px 0;
    }
    
    .slider-text h1 {
       font-size: 24px;
       line-height: 1.3;
    }
    
    .slider-text p {
        font-size: 16px;
    }
    
    .container {
       padding: 0 10px;
    }
    
    .navbar-brand {
        font-size: 24px;
    }
    
    .bg-top {
        padding: 15px 0;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .footer-copyright span {
        font-size: 12px;
    }
    
    .footer-copyright ul.footer-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .footer-copyright ul.footer-links li a {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .searchform {
        height: 48px;
    }
    
    .searchform .form-control {
        font-size: 14px;
    }
}

/* About Section CSS - human-like imperfections */
.site-section {
  padding: 7rem 0;
  position: relative;
}

.bg-light {
  background-color: #f6f5f5 !important;
}

.block-title-1 h2 {
  font-size: 3rem;
  color: #ff8b00;
  margin-bottom: 20px;
  font-weight: 700;
}

.block-title-1 p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.block-img-about-1 {
  position: relative;
  margin: 0;
  display: block;
}

.block-img-about-1 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.block-stats-1 {
  text-align: center;
  padding: 20px 10px;
}

.block-stats-1 .number,
.block-stats-1 .caption {
  display: block;
  line-height: 1;
}

.block-stats-1 .number {
  color: #ff8b00;
  font-size: 4rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 800;
}

.block-stats-1 .number:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(52, 58, 64, 0.3);
}

.block-stats-1 .caption {
  font-size: 14px;
  letter-spacing: .05em;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}

.site-section h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.site-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.text-center {
  text-align: center !important;
}

/* Responsive stuff */
@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0;
  }
  
  .block-title-1 h2 {
    font-size: 2.2rem;
  }
  
  .block-stats-1 .number {
    font-size: 2.5rem;
  }
  
  .block-img-video-1-wrap .block-img-about-1 {
    margin-top: -2rem;
  }
}

@media (max-width: 767.98px) {
    .block-title-1 h2 {
        font-size: 1.8rem;
    }
    
    .block-stats-1 .number {
        font-size: 2rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .block-stats-1 .caption {
        font-size: 12px;
    }
    
    .site-section h3 {
        font-size: 1.5rem;
    }
    
    .site-section p {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .site-section {
        padding: 2rem 0;
    }
    
    .block-title-1 h2 {
        font-size: 1.6rem;
    }
    
    .block-stats-1 {
        padding: 15px 5px;
    }
    
    .block-stats-1 .number {
        font-size: 1.8rem;
    }
    
    .col-6 {
        margin-bottom: 25px;
    }
}

/* Services Section CSS - imperfect human style */
.ftco-section {
  padding: 7em 0;
  position: relative; 
}

.bg-light {
  background: #f8f9fd !important; 
}

.block-7 {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  padding-top: 40px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  height: auto;
  min-height: 550px;
}

.service-img-wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #2b98f0;
    position: relative;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-7 .heading-2 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.block-7 .service-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 0 10px;
}

.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 20px;
}

.block-7 .price sup {
  font-size: 20px;
  top: -0.8em;
  color: #2b98f0; 
}

.block-7 .price .number {
  font-size: 42px;
  font-weight: 400;
  color: #2b98f0; 
}

.block-7 .pricing-text, .block-7 .pricing-text li {
  padding: 0;
  margin: 0; 
}

.block-7 .pricing-text {
    text-align: left;
    padding: 0 20px;
}

.block-7 .pricing-text li {
  list-style: none;
  margin-bottom: 12px;
  color: #999999;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-7 .pricing-text li span.material-icons {
  color: #f3e53d;
  font-size: 16px;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block-7 .btn-primary {
  display: inline-block;
  margin-top: auto;
}

.block-7:hover, .block-7:focus, .block-7.active {
  background: #f3e53d;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.block-7:hover li, .block-7:focus li, .block-7.active li {
  color: rgba(0, 0, 0, 0.8); 
}

.block-7:hover li span.material-icons, .block-7:focus li span.material-icons, .block-7.active li span.material-icons {
  color: #2b98f0; 
}

.block-7:hover .service-desc, .block-7:focus .service-desc, .block-7.active .service-desc {
    color: rgba(0, 0, 0, 0.7);
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  text-decoration: none;
}

.btn.btn-primary {
  background: #2b98f0;
  border: 1px solid #2b98f0;
  color: #fff; 
}

.btn.btn-primary:hover {
  border: 1px solid #2b98f0;
  background: transparent;
  color: #2b98f0;
  text-decoration: none;
}

.heading-section .subheading {
  font-size: 13px;
  display: block;
  font-weight: 500;
  color: #2b98f0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.heading-section h2 {
  font-size: 44px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

/* Responsive breakpoints */
@media (max-width: 991.98px) {
  .block-7 {
    margin-top: 30px;
    min-height: auto;
  }
  
  .ftco-section {
    padding: 5em 0; 
  }
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 32px; 
  }
  
  .ftco-section {
    padding: 4em 0; 
  }
  
  .block-7 {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
  
  .block-7 .price .number {
    font-size: 36px;
  }
  
  .service-img-wrap {
    width: 100px;
    height: 100px;
  }
  
  .block-7 .heading-2 {
    font-size: 16px;
  }
  
  .block-7 .service-desc {
    font-size: 13px;
    padding: 0 5px;
  }
}

@media (max-width: 575.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
    
    .block-7 {
        padding: 20px 15px;
    }
    
    .service-img-wrap {
        width: 90px;
        height: 90px;
    }
    
    .block-7 .price .number {
        font-size: 32px;
    }
    
    .block-7 .pricing-text {
        padding: 0 10px;
    }
    
    .block-7 .pricing-text li {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

/* Remove animation stuff since we don't use it */
.ftco-animate {
  opacity: 1;
  visibility: visible; 
}

/* Call-to-Action Blog Section CSS - human imperfections */
.Information_area {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e4a8c 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 162px 0;
    position: relative;
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay::before {
    position: absolute;
    content: "";
    background-color: #001D38;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .4;
}

.Information_area .info_text h3 {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.Information_area .info_text p {
    font-size: 16px;
    font-weight: 400;
    color: #E8E8E8;
    margin: 25px 0;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.Information_area .info_text a.boxed-btn3 {
    padding: 16px 45px;
    margin-top: 20px;
}

/* Alternative CTA with Border Styles */
.forQuery {
    padding-top: 150px;
    padding-bottom: 150px;
    background: #fafafa;
}

.forQuery .Query_border {
    border: 2px solid #BABABA;
    padding: 40px 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.forQuery .Query_border .Query_text {
    text-align: left;
}

.forQuery .Query_border p {
    font-size: 28px;
    color: #1F1F1F;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
}

.forQuery .Query_border .phone_num {
    text-align: right;
}

.forQuery .Query_border .phone_num a {
    background: #009DFF;
    color: #fff;
    padding: 14px 55px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.forQuery .Query_border .phone_num a:hover {
    color: #009DFF;
    border: 1px solid #009DFF;
    background: #fff;
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.boxed-btn3 {
    background: -webkit-linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    background: -moz-linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    background: -ms-linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    background: -o-linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    background: linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    color: #fff;
    display: inline-block;
    padding: 19px 41px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 30px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 15px rgba(1, 129, 245, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(1, 129, 245, 0.3);
    box-shadow: 0 5px 15px rgba(1, 129, 245, 0.3);
}

.boxed-btn3:hover {
    background: -webkit-linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
    background: -moz-linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
    background: -ms-linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
    background: -o-linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
    background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
    color: #fff !important;
    text-decoration: none;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 8px 25px rgba(1, 129, 245, 0.4);
    -moz-box-shadow: 0 8px 25px rgba(1, 129, 245, 0.4);
    box-shadow: 0 8px 25px rgba(1, 129, 245, 0.4);
}

.text-center {
    text-align: center;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Responsive breakpoints */
@media (max-width: 991px) {
    .forQuery .Query_border p {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .forQuery .Query_border .phone_num {
        text-align: center;
    }
    
    .col-xl-8, .col-xl-4, .col-lg-8, .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .Information_area {
        padding: 100px 0;
    }
    
    .Information_area .info_text h3 {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .Information_area .info_text p {
        font-size: 15px;
        margin: 20px 0;
    }
    
    .forQuery {
        padding: 60px 0;
    }
    
    .forQuery .Query_border {
        padding: 25px 20px;
    }
    
    .forQuery .Query_border p {
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center;
    }
    
    .forQuery .Query_border .phone_num {
        text-align: center;
    }
    
    .forQuery .Query_border .phone_num a {
        padding: 12px 35px;
        font-size: 16px;
    }
    
    .boxed-btn3 {
        padding: 16px 35px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .forQuery {
        padding: 100px 0;
    }
    
    .forQuery .Query_border p {
        font-size: 22px;
    }
    
    .Information_area .info_text h3 {
        font-size: 38px;
    }
}


/* CSS for Why Choose Us Section - human imperfections */
.site-section {
  padding: 7rem 0;
  position: relative;
}

.course-1-item {
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
  margin: 15px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-1-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}

.course-1-item figure {
  position: relative;
  margin: 0;
  padding: 0;
}

.icon-wrapper {
    background: linear-gradient(135deg, #ff8b00 0%, #ff9827 100%);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 180px;
}

.icon-wrapper .main-icon {
    font-size: 80px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.course-1-item .category {
  background: #4db371;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  margin: 0;
}

.course-1-item .category h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.course-1-item .course-1-content {
  padding: 25px 30px;
  text-align: center;
}

.course-1-item .course-1-content h2 {
  margin: 0 0 20px 0;
  font-size: 22px;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
}

.course-1-item .course-1-content .rating {
  text-align: center;
  margin-bottom: 20px;
}

.course-1-item .course-1-content .rating > span {
  display: inline-block;
  margin: 2px;
  font-size: 18px;
}

.course-1-item .course-1-content .desc {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.owl-slide-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-slide-3 .course-1-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.section-title-underline {
  color: #000;
  font-weight: 600;
}

.section-title-underline span {
  display: inline-block;
  border-bottom: 5px solid #4db371;
  padding-bottom: 6px;
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary {
  color: #fff;
  background-color: #4db371;
  border-color: #4db371;
  padding: 12px 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3a9d5c;
  border-color: #349355;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.rounded-0 {
    border-radius: 0 !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

.text-warning {
    color: #ffc107 !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Responsive stuff */
@media (max-width: 1199.98px) {
    .owl-slide-3 .course-1-item {
        -ms-flex: 0 0 calc(33.333% - 30px);
        flex: 0 0 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
    }
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 4rem 0;
    }
    
    .owl-slide-3 .course-1-item {
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    
    .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .site-section {
        padding: 3rem 0;
    }
    
    .owl-slide-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .owl-slide-3 .course-1-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0;
    }
    
    .section-title-underline span {
        font-size: 1.8rem;
    }
    
    .icon-wrapper .main-icon {
        font-size: 60px;
    }
    
    .icon-wrapper {
        padding: 30px;
        min-height: 150px;
    }
}

@media (max-width: 575.98px) {
    .course-1-item .course-1-content {
        padding: 20px 15px;
    }
    
    .course-1-item .course-1-content h2 {
        font-size: 18px;
    }
    
    .course-1-item .course-1-content .desc {
        font-size: 14px;
    }
    
    .section-title-underline span {
        font-size: 1.5rem;
    }
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #fff;
    padding: 15px 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    display: block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.cookie-alert.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cookie-alert.hide {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cookie-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #ecf0f1;
}

.cookie-actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cookie-btn {
    background: #27ae60;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cookie-btn:hover {
    background: #229954;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.cookie-btn:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3);
    -moz-box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3);
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3);
}

/* Responsive breakpoints */
@media (max-width: 767.98px) {
    .cookie-alert {
        padding: 15px;
    }
    
    .cookie-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-text p {
        font-size: 13px;
    }
    
    .cookie-btn {
        padding: 12px 30px;
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 575.98px) {
    .cookie-text p {
        font-size: 12px;
        line-height: 1.3;
    }
    
    .cookie-btn {
        font-size: 13px;
        padding: 10px 25px;
    }
}