/*
 * Solution by GetTemplates.co
 * URL: https://GetTemplates.co
 */
body {
  opacity: 0;
}
@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato-Black";
  src: url(../fonts/Lato-Black.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
  font-family: "Lato-Semibold";
  src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url(../fonts/OpenSans-Semibold.ttf);
}
p {
  font-family: "OpenSans-Regular";
  color: #666666;
  font-size: 18px;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: "OpenSans-Regular";
  background-color: #fffdfa;
  /* background-color: #f7fbfd; */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
#gtco-main-nav {
  padding: 20px 0;
}
#gtco-main-nav .navbar-brand {
  font-size: 36px;
  font-family: "Lato-Black";
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #4E5887, #323A5F);
  background: -ms-linear-gradient(left, #4E5887, #323A5F);
  background: -moz-linear-gradient(left, #4E5887, #323A5F);
  background: -o-linear-gradient(left, #4E5887, #323A5F);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
#gtco-main-nav .bar1, #gtco-main-nav .bar2, #gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}
#gtco-main-nav .change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}
#gtco-main-nav .change .bar2 {
  opacity: 0;
}
#gtco-main-nav .change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}
#gtco-main-nav .navbar-nav li a {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  color: #666666;
  padding: 5px 15px !important;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease;
  overflow: hidden;
}
#gtco-main-nav .navbar-nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #4E5887, #323A5F);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
#gtco-main-nav .navbar-nav li a:hover::after {
  width: 100%;
}
#gtco-main-nav form a {
  font-family: "OpenSans-Semibold";
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  border-width: 2px;
}
#gtco-main-nav form a.btn-info {
  background: #323A5F;
  border-color: #323A5F;
}
#gtco-main-nav form a.btn-outline-dark {
  border-color: #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #4E5887;
    color: #4E5887;
  }
}
#gtco-main-nav::after {
  position: absolute;
  /* content: ""; */
  height: 600px;
  width: 900px;
  background-image: -webkit-linear-gradient(-220deg, #4E5887, #323A5F);
  background-image: -moz-linear-gradient(-220deg, #4E5887, #323A5F);
  background-image: -ms-linear-gradient(-220deg, #4E5887, #323A5F);
  background-image: -o-linear-gradient(-220deg, #4E5887, #323A5F);
  background-image: linear-gradient(-220deg, #4E5887, #323A5F);
  left: 49.5%;
  top: -50px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::after {
    height: 550px;
    width: 800px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::after {
    width: 700px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::after {
    width: 100%;
    height: 400px;
  }
}
#gtco-main-nav::before {
  position: absolute;
  /* content: ""; */
  height: 590px;
  width: 930px;
  background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: linear-gradient(to right, #e8eefc, #e6fafe);
  left: 47.5%;
  top: -25px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::before {
    height: 540px;
    width: 810px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::before {
    width: 710px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::before {
    width: 100%;
    height: 390px;
  }
}

/* Unified Button Styles */
.gtco-banner-area a,
.gtco-feature a,
.gtco-features a,
.gtco-news .owl-carousel .card a,
#gtco-footer .submit-button,
.cta-button {
    position: relative;
    background-image: linear-gradient(to right, #323A5F, #4E5887);
    color: #fff;
    font-family: "OpenSans-Semibold";
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(78, 88, 135, 0.2);
    border: none;
    overflow: hidden;
    z-index: 1;
}

/* Hover Background Effect */
.gtco-banner-area a::before,
.gtco-feature a::before,
.gtco-features a::before,
.gtco-news .owl-carousel .card a::before,
#gtco-footer .submit-button::before,
.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4E5887, #323A5F);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

/* Shine Effect */
.gtco-banner-area a::after,
.gtco-feature a::after,
.gtco-features a::after,
.gtco-news .owl-carousel .card a::after,
#gtco-footer .submit-button::after,
.cta-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(45deg);
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}

/* Icon Styles */
.gtco-banner-area a i,
.gtco-feature a i,
.gtco-features a i,
.gtco-news .owl-carousel .card a i,
#gtco-footer .submit-button i,
.cta-button i {
    background: #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: #4E5887;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.gtco-banner-area a:hover,
.gtco-feature a:hover,
.gtco-features a:hover,
.gtco-news .owl-carousel .card a:hover,
#gtco-footer .submit-button:hover,
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(78, 88, 135, 0.3);
    color: #fff;
}

/* Background Change on Hover */
.gtco-banner-area a:hover::before,
.gtco-feature a:hover::before,
.gtco-features a:hover::before,
.gtco-news .owl-carousel .card a:hover::before,
#gtco-footer .submit-button:hover::before,
.cta-button:hover::before {
    opacity: 1;
}

/* Shine Animation on Hover */
.gtco-banner-area a:hover::after,
.gtco-feature a:hover::after,
.gtco-features a:hover::after,
.gtco-news .owl-carousel .card a:hover::after,
#gtco-footer .submit-button:hover::after,
.cta-button:hover::after {
    opacity: 1;
    transform: rotate(45deg) translate(120%, -100%);
    transition: all 0.7s ease-out;
}

/* Icon Animation on Hover */
.gtco-banner-area a:hover i,
.gtco-feature a:hover i,
.gtco-features a:hover i,
.gtco-news .owl-carousel .card a:hover i,
#gtco-footer .submit-button:hover i,
.cta-button:hover i {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.9);
}

/* Active State */
.gtco-banner-area a:active,
.gtco-feature a:active,
.gtco-features a:active,
.gtco-news .owl-carousel .card a:active,
#gtco-footer .submit-button:active,
.cta-button:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(78, 88, 135, 0.2);
}

/* Special Styles for Footer Submit Button */
#gtco-footer .submit-button {
    width: auto;
    display: inline-flex;
    justify-content: center;
    margin-top: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gtco-banner-area a,
    .gtco-feature a,
    .gtco-features a,
    .gtco-news .owl-carousel .card a,
    #gtco-footer .submit-button,
    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }

    .gtco-banner-area a i,
    .gtco-feature a i,
    .gtco-features a i,
    .gtco-news .owl-carousel .card a i,
    #gtco-footer .submit-button i,
    .cta-button i {
        height: 28px;
        width: 28px;
        font-size: 18px;
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .gtco-banner-area a,
    .gtco-feature a,
    .gtco-features a,
    .gtco-news .owl-carousel .card a,
    #gtco-footer .submit-button,
    .cta-button {
        padding: 10px 25px;
        font-size: 14px;
    }

    .gtco-banner-area a i,
    .gtco-feature a i,
    .gtco-features a i,
    .gtco-news .owl-carousel .card a i,
    #gtco-footer .submit-button i,
    .cta-button i {
        height: 24px;
        width: 24px;
        font-size: 16px;
        margin-left: 8px;
    }
}

/* Disable hover effects on touch devices */
@media (hover: none) {
    .gtco-banner-area a:hover,
    .gtco-feature a:hover,
    .gtco-features a:hover,
    .gtco-news .owl-carousel .card a:hover,
    #gtco-footer .submit-button:hover,
    .cta-button:hover {
        transform: none;
        box-shadow: 0 5px 15px rgba(78, 88, 135, 0.2);
    }
}

.gtco-feature h2, .gtco-features h2 {
  font-family: "Lato-Regular";
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
}

.card {
  border: none;
  background: transparent;
}

.gtco-banner-area {
  margin-top: 20px;
  min-height: 500px;
}
.gtco-banner-area h1 {
  font-family: "Lato-Light";
  font-size: 48px;
  color: #000000;
  max-width: 500px;
  margin-top: 70px;
}
.gtco-banner-area h1 span {
  font-family: "Lato-Medium";
}
@media (max-width: 1199px) {
  .gtco-banner-area h1 {
    margin-top: 30px;
  }
}
.gtco-banner-area p {
  max-width: 450px;
  margin: 20px 0;
  margin-bottom: 40px;
}
.gtco-banner-area a {
  display: inline;
  padding: 10px 30px;
  padding-right: 5px;
}
.gtco-banner-area .col-md-6 .card .card-img-top {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 0;
}
@media (max-width: 1400px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 400px;
    margin-top: 20px;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    margin-top: 100px;
  }
}

.gtco-feature {
  margin-top: 100px;
}
.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}
.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  clip-path: url(#clip-path);
  background-position-x: -50px;
}
.gtco-feature p small {
  font-size: 16px;
}
.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 100px;
}
.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}
.gtco-features h2 {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}
.gtco-features .col-lg-4 p {
  max-width: 320px;
  margin-bottom: 30px;
}
.gtco-features .col-lg-8 {
  padding: 10px 100px;
}
@media (max-width: 767px) {
  .gtco-features .col-lg-8 {
    padding: 10px 0;
  }
}
.gtco-features .col-lg-8 .row .col:first-child {
  margin-top: 150px;
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .row .col:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gtco-features .col-lg-8 .card {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.gtco-features .col-lg-8 .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}
.gtco-features .col-lg-8 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}
.gtco-features .col-lg-8 .card h3 {
  font-family: "Lato-Regular";
  font-size: 24px;
  color: #4E5887;
  font-weight: 600;
}
.gtco-features .col-lg-8 .card p {
  font-size: 16px;
}

.gtco-numbers-block {
  margin: 100px auto;
  margin-top: 200px;
  color: #fff;
}
@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}
@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}
.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}
.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}
@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}
@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}
.gtco-numbers-block h5 {
  font-family: "Lato-Bold";
  font-size: 60px;
}
@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 18px;
  }
}
.gtco-numbers-block p {
  font-family: "Lato-Semibold";
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}

.gtco-testimonials {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 100px;
  }
}
.gtco-testimonials h2 {
  font-family: "Lato-Medium";
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 100px;
}
.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #323A5F;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #323A5F;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  padding: 0 20px;
  border-radius: 50px;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #4E5887;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #4E5887;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Lato-Medium";
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-family: "OpenSans-Regular";
}
.gtco-testimonials .card p {
  font-size: 18px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center p {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-features-list {
  margin-top: 100px;
}
.gtco-features-list .media {
  margin: 20px 0;
}
.gtco-features-list .oval {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 60px;
  width: 60px;
}
.gtco-features-list .oval .align-self-start {
  width: 100%;
  padding: 3px;
}
.gtco-features-list .media-body {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}
.gtco-features-list .media-body h5 {
  font-family: "Lato-Semibold";
  margin-bottom: 20px !important;
  font-size: 22px;
}

.gtco-logo-area {
  margin: 50px auto;
}
.gtco-logo-area .col .img-fluid {
  max-height: 32px;
}
@media (max-width: 600px) {
  .gtco-logo-area .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
  }
}

.gtco-news {
  background: #fcfcfc;
  padding: 50px 0;
  margin: 100px auto;
}
.gtco-news h2 {
  font-size: 36px;
  font-weight: "Lato-Medium";
  text-align: center;
  margin-bottom: 50px;
}
.gtco-news .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
@media (max-width: 600px) {
  .gtco-news .owl-carousel .owl-nav {
    display: none !important;
  }
}
.gtco-news .owl-carousel .owl-nav .owl-prev, .gtco-news .owl-carousel .owl-nav .owl-next {
  font-size: 120px;
  color: #666666;
  position: absolute;
}
.gtco-news .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.gtco-news .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.gtco-news .owl-carousel .card {
  padding: 0 25px;
}
.gtco-news .owl-carousel .card .card-img-top {
  border-radius: 40px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.gtco-news .owl-carousel .card h5 {
  font-family: "Lato-Medium";
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card h5 {
    font-size: 18px;
  }
}
.gtco-news .owl-carousel .card p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card p {
    font-size: 15px;
  }
}
.gtco-news .owl-carousel .card a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#gtco-footer {
  padding-bottom: 20px;
}
#gtco-footer h4 {
  font-family: "Lato-Medium";
  font-size: 24px;
  color: #4E5887;
  margin-bottom: 30px;
}
#gtco-footer input, #gtco-footer textarea {
  background-color: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  height: 60px;
  border: none;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #000;
}
#gtco-footer input::-webkit-input-placeholder, #gtco-footer input::-moz-placeholder, #gtco-footer input:-ms-input-placeholder, #gtco-footer input:-moz-placeholder, #gtco-footer textarea::-webkit-input-placeholder, #gtco-footer textarea::-moz-placeholder, #gtco-footer textarea:-ms-input-placeholder, #gtco-footer textarea:-moz-placeholder {
  color: #999999;
  font-family: "OpenSans-Regular";
  font-size: 18px;
}
#gtco-footer textarea {
  min-height: 200px;
  border-radius: 30px;
  padding-top: 20px;
  padding-right: 20px;
  resize: none;
}
#gtco-footer .company-nav, #gtco-footer .services-nav {
  font-family: "OpenSans-Regular";
  font-size: 20px;
}
#gtco-footer .company-nav a, #gtco-footer .services-nav a {
  color: #666666;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  padding-left: 0;
}
#gtco-footer .company-nav a::before, #gtco-footer .services-nav a::before {
  content: '→';
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all 0.3s ease;
}
#gtco-footer .company-nav a:hover, #gtco-footer .services-nav a:hover {
  padding-left: 20px;
  color: #4E5887;
}
#gtco-footer .company-nav a:hover::before, #gtco-footer .services-nav a:hover::before {
  opacity: 1;
  left: 0;
}
#gtco-footer .follow-us-nav a {
  padding: 0 10px;
  color: #666666;
  transition: all 0.3s ease;
}
@media (max-width: 385px) {
  #gtco-footer .follow-us-nav a {
    padding-right: 0;
  }
}
#gtco-footer .follow-us-nav a .fa {
  font-size: 24px;
}
#gtco-footer .follow-us-nav a:hover {
  color: #4E5887;
  transform: translateY(-3px);
}
#gtco-footer .follow-us-nav a:hover .fa {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
#gtco-footer .col-12 {
  margin-top: 90px;
}
#gtco-footer .col-12 p {
  font-family: "Lato-Regular";
  font-size: 18px;
  color: #999999;
}
@media (max-width: 991px) {
  #gtco-footer .col-12 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #gtco-footer .col-lg-6 {
    margin-bottom: 50px;
  }
}


/* Full-screen loader */
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #323A5F;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s;
}

/* Hide loader after page loads */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Spinner animation */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* 3D Hover Effect for Feature Cards */
.gtco-features .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.gtco-features .card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.gtco-features .card .oval {
  transition: transform 0.3s ease;
}

.gtco-features .card:hover .oval {
  transform: translateZ(20px);
}

.gtco-features .card .card-body {
  transition: transform 0.3s ease;
}

.gtco-features .card:hover .card-body {
  transform: translateZ(10px);
}

/* Adjust spacing for the centered section */
.gtco-centered-section {
    padding: 120px 0;
    margin-top: 100px; /* Add space between services and this section */
    margin-bottom: 100px; /* Add space between this section and features */
    background: linear-gradient(rgba(247, 251, 253, 0.9), rgba(247, 251, 253, 0.9)),
                url('../images/technical-drawing-3324368_1280.jpg') center/cover;
    position: relative;
    overflow: hidden;
}

.gtco-centered-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(78, 88, 135, 0.05) 0%, rgba(50, 58, 95, 0.05) 100%);
    z-index: 1;
}

.gtco-centered-section .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.gtco-centered-section h2 {
    font-family: "Lato-Regular";
    color: #000000;
    font-size: 42px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.gtco-centered-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #4E5887, #323A5F);
}

.gtco-centered-section p {
    font-family: "OpenSans-Regular";
    font-size: 18px;
    color: #666666;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.gtco-centered-section .cta-button {
    background-image: linear-gradient(to right, #323A5F, #4E5887);
    color: #fff;
    font-family: "OpenSans-Semibold";
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(78, 88, 135, 0.2);
}

.gtco-centered-section .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(78, 88, 135, 0.3);
}

.gtco-centered-section .cta-button i {
    background: #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: #4E5887;
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.gtco-centered-section .cta-button:hover i {
    transform: translateX(3px);
}

/* Adjust responsive spacing */
@media (max-width: 768px) {
    .gtco-centered-section {
        padding: 80px 0;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .gtco-centered-section h2 {
        font-size: 32px;
    }

    .gtco-centered-section p {
        font-size: 16px;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .gtco-centered-section h2 {
        font-size: 28px;
    }

    .gtco-centered-section .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* Disable hover effects on mobile devices */
@media (hover: none) {
    .gtco-banner-area a:hover,
    .gtco-feature a:hover,
    .gtco-features a:hover,
    .gtco-news .owl-carousel .card a:hover,
    #gtco-footer .submit-button:hover,
    .cta-button:hover {
        transform: none;
        box-shadow: none;
    }

    .gtco-features .card:hover,
    .gtco-news .card:hover {
        transform: none;
    }
}

/* Typing Effect Styles */
.typed-text {
    font-family: "Lato-Light";
    color: #000000;
}

/* Cursor Styles */
.typed-cursor {
    font-size: 48px;
    color: #4E5887;
    opacity: 1;
    animation: blink 0.7s infinite;
    -webkit-animation: blink 0.7s infinite;
    margin-left: 5px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Fade out animation */
.typed-fade-out {
    opacity: 0;
    animation: fadeOut 0.5s;
    -webkit-animation: fadeOut 0.5s;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

/* Make it responsive */
@media (max-width: 768px) {
    .typed-text {
        font-size: 32px;
    }
    .typed-cursor {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .typed-text {
        font-size: 24px;
    }
    .typed-cursor {
        font-size: 24px;
    }
}

/* Standards & Facility Section Styles */
.gtco-standards-facility {
    padding: 120px 0;
    background: linear-gradient(rgba(247, 251, 253, 0.9), rgba(247, 251, 253, 0.9)),
                url('../images/technical-drawing-3324368_1280.jpg') center/cover;
    position: relative;
}

.gtco-standards-facility::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(78, 88, 135, 0.05) 0%, rgba(50, 58, 95, 0.05) 100%);
}

.standards-card,
.facility-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.standards-card:hover,
.facility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #323A5F, #4E5887);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-wrapper i {
    font-size: 32px;
    color: #fff;
}

.gtco-standards-facility h3 {
    font-family: "Lato-Regular";
    color: #323A5F;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.gtco-standards-facility h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #4E5887, #323A5F);
}

.gtco-standards-facility .content p {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: "OpenSans-Regular";
    color: #666666;
}

.features-list li i {
    color: #4E5887;
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    background: rgba(78, 88, 135, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animation for check icons */
.features-list li i {
    transition: all 0.3s ease;
}

.standards-card:hover .features-list li i,
.facility-card:hover .features-list li i {
    transform: scale(1.2);
    background: #4E5887;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .gtco-standards-facility {
        padding: 60px 0;
    }

    .standards-card,
    .facility-card {
        padding: 30px;
        margin-bottom: 30px;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .icon-wrapper i {
        font-size: 24px;
    }

    .gtco-standards-facility h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .gtco-standards-facility {
        padding: 80px 0;
    }

    .standards-card,
    .facility-card {
        padding: 25px;
    }

    .gtco-standards-facility .content p {
        font-size: 14px;
    }

    .features-list li {
        font-size: 14px;
    }
}

/* Hover disable for touch devices */
@media (hover: none) {
    .standards-card:hover,
    .facility-card:hover {
        transform: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
}

/* Add these new styles for the section header */
.gtco-standards-facility .section-header {
    margin-bottom: 60px;
    position: relative;
}

.gtco-standards-facility .section-header h2 {
    font-family: "Lato-Regular";
    font-size: 42px;
    color: #323A5F;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.gtco-standards-facility .header-underline {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #4E5887, #323A5F);
    margin: 0 auto;
    position: relative;
}

.gtco-standards-facility .header-underline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4E5887;
}

.gtco-standards-facility .header-underline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #323A5F;
}

/* Add hover effect for the header */
.gtco-standards-facility .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #4E5887, #323A5F);
    transition: width 0.3s ease;
}

.gtco-standards-facility .section-header:hover h2::after {
    width: 100%;
}

/* Add animation for the dots */
@keyframes pulse {
    0% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.2); }
    100% { transform: translateX(-50%) scale(1); }
}

.gtco-standards-facility .header-underline::before,
.gtco-standards-facility .header-underline::after {
    animation: pulse 2s infinite;
}

.gtco-standards-facility .header-underline::after {
    animation-delay: 1s;
}