/* Responsive Navbar Styles */
@media (max-width: 769px) {
  .navbar-nav {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .navbar-toggle {
    display: block;
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1001;

    @media (max-width: 576px) {
      top: 15px;
    }
  }

  .navbar-toggle-icon {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #333;
    position: relative;
  }

  .navbar-toggle-icon::before,
  .navbar-toggle-icon::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }

  .navbar-toggle-icon::before {
    top: -8px;
  }

  .navbar-toggle-icon::after {
    top: 8px;
  }

  .navbar.navbar-expand-lg {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .navbar.navbar-expand-lg.active {
    display: block;
  }

  .navbar-container {
    position: relative;
  }

  .gtco-banner-area {
    transition: margin-top 0.3s ease;
  }

  .gtco-banner-area.menu-open {
    margin-top: 150px;
  }
}

@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}

@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: sans-serif;
  color: #666666;
  font-size: 18px;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: "OpenSans-Regular";
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

#gtco-main-nav {
  padding: 10px;
}

#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 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: #01e6f8;
  border-color: #01e6f8;
}

#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: #1d3ede;
    color: #1d3ede;
  }
}

@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;
  }
}

@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;
  }
}

.gtco-banner-area {
  position: relative;
}

.gtco-banner-area a,
.gtco-feature a,
.gtco-features a,
.gtco-news .owl-carousel .card a,
#gtco-footer .submit-button {
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  color: #fff;
  border-radius: 10px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  text-decoration: none !important;
  border: 1px solid;
  margin-bottom: 15px;
}
.gtco-banner-area a .fa,
.gtco-feature a .fa,
.gtco-features a .fa,
.gtco-news .owl-carousel .card a .fa,
#gtco-footer .submit-button .fa {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: #37eaf9;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* .banner-content h2 {
  font-family: "Lato-Bold";
  font-size: 60px;
  margin: 0;
  line-height: 1.2;
  opacity: 0;
} */

/* .carousel-item.active .animate-top {
  animation: slideFromTop 1s ease forwards;
}

.carousel-item.active .animate-bottom {
  animation: slideFromBottom 1s ease forwards;
  animation-delay: 0.3s;
} */
@media (max-width: 576px) {
  .banner-content {
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .banner-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) and (min-width: 577px) {
  .banner-content h2 {
    font-size: 50px;
  }
}

/* .carousel-item::before { 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.carousel-item img {
  position: relative;
  z-index: 0;
} */
.gtco-feature h2,
.gtco-features h2 {
  font-family: sans-serif;
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
}

.card {
  border: none;
  border-radius: 15px;

  &.project {
    background: #c8e2f9;
  }

  &.business {
    background: #f9e2c8;
  }

  &.completed {
    background: #c8f9e2;
  }

  &.client {
    background: #e2c8f9;
  }
}

.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: 50px;
  border: none;
}

.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: 70px;
}

.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 a {
  margin-top: 20px;
  display: inline-block;
  color: black;
}

.gtco-features {
  margin-top: 70px;
}

.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}

@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .gtco-features .col-lg-7 {
    padding: 10px;
  }
}

.gtco-features .col-lg-7 .row .col:first-child {
  margin-top: 150px;
}

@media (max-width: 600px) {
  .gtco-features .col-lg-7 .row .col:first-child {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .gtco-features .col-lg-7 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gtco-features .col-lg-7 .col {
  position: relative;
  overflow: hidden;
  height: 400px;
}

@keyframes verticalLoop {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-120%);
    opacity: 0;
  }
}

.gtco-features .col-lg-7 .col .card:nth-child(1) {
  animation-delay: 0s;
}

.gtco-features .col-lg-7 .col .card:nth-child(2) {
  animation-delay: 4s;
}

.gtco-features .col-lg-7 .col .card:nth-child(3) {
  animation-delay: 8s;
}

.gtco-features .col-lg-7 .col .card:nth-child(4) {
  animation-delay: 12s;
}

.glass-bg {
  position: relative;
  padding: 10px 60px;
  border-radius: 35px;

  background: linear-gradient(90deg,
      rgba(120, 150, 255, 0.16) 0%,
      rgba(163, 130, 195, 0.18) 35%,
      rgba(91, 154, 181, 0.12) 65%,
      rgba(120, 200, 255, 0.25) 100%);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.25);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
    inset 0 0 0 rgba(255, 255, 255, 0.2); */
}

.gtco-features .col-lg-7 .card {
  background: #fff;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  width: calc(100% - 50px);
  animation: verticalLoop 8s linear infinite;
}

.gtco-features .col-lg-7 .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 130px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
}

.gtco-features .col-lg-7 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  transform: rotate(-20deg);
}

.gtco-features .col-lg-7 .card h3 {
  font-family: "Lato-Regular";
  font-size: 24px;
  color: #1d3ede;
}

.gtco-features .col-lg-7 .card p {
  font-size: 16px;
}

.gtco-numbers-block {
  margin-top: 70px;
  color: #fff;
}

@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: 70px;
}

@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: 70px;
}

.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.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 #1d3ede;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #1d3ede;
  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 .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-testimonials .owl-item:hover .card {
  opacity: 0.7;
}

.gtco-features-list {
  margin-top: 70px;
}

.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-top: 15px;
  background: black;
  margin-top: 70px;
  margin-bottom: 20px;
}

#gtco-footer h4 {
  font-family: "Lato-Medium";
  font-size: 24px;
  color: #1d3ede;
  margin-bottom: 20px;
}

#gtco-footer input,
#gtco-footer textarea {
  background-color: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  max-width: 450px;
  width: 100%;
  height: 50px;
  border: none;
  margin-bottom: 20px;
  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: 150px;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 20px;
  resize: none;
}

#gtco-footer .company-nav,
#gtco-footer .services-nav {
  font-family: "OpenSans-Regular";
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#gtco-footer .company-nav a,
#gtco-footer .services-nav a {
  color: #666666;
  margin: 0;
  padding: 0;
}

#gtco-footer .follow-us-nav a {
  padding: 0 10px;
  color: #666666;
}

@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 .col-12 {
  margin-top: 50px;
}

#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;
  }
}

.carousel-inner {
  .carousel-item {
    img {
      height: 600px;
    }
  }
}

.navbar-container {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg,
      rgba(120, 150, 255, 0.16) 0%,
      rgba(163, 130, 195, 0.18) 35%,
      rgba(91, 154, 181, 0.12) 65%,
      rgba(120, 200, 255, 0.25) 100%);
  padding: 10px;
  gap: 0;

  @media (max-width: 576px) {
    padding: 5px;
  }
}

@media (min-width: 769px) {
  .navbar-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .navbar {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
  }

  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 75px;
    border-radius: 50px;
    background: white;
    padding: 14px 30px;

    @media (max-width: 880px) {
      gap: 40px;
    }
  }

  .contact {
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
}

.navbar-brand {
  font-size: 16px;
  font-weight: 700;
  color: black;
  letter-spacing: 0.5px;
  cursor: pointer;

  @media (max-width: 768px) {
    font-size: 14px;
  }

  img {
    width: 140px;
    height: 50px;

    @media (max-width: 576px) {
      width: 130px;
      height: 40px;
    }
  }

  .whatsapp-logo {
    width: 20px;
    height: 20px;
    margin-right: 5px;

    @media (max-width: 768px) {
      width: 15px;
      height: 15px;
    }
  }
}

.nav-link {
  color: black;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #69a6ec;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:hover {
  color: grey;
}

.card-body-3 {
  padding: 20px;
}

.card-container {
  width: 22%;
}

.footer {
  max-width: 48%;
  margin-left: 20px;
}

.container-fluid {
  padding-left: 25px;
}

.footer-text {
  margin-top: 60px;
}

.submit-button-container {
  text-align: center;
  margin-left: 55px;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .navbar {
    padding: 10px 15px;
  }

  .nav-link {
    font-size: 14px;
  }

  .contact {
    width: 100%;
    text-align: center;
    margin-top: 6px;
  }

  .carousel-inner {
    .carousel-item {
      img {
        height: 400px;
      }
    }
  }

  .gtco-feature h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .gtco-feature p {
    text-align: center;
  }

  .gtco-features .row {
    flex-direction: column;
  }

  .gtco-features h2 {
    font-size: 26px;
    margin-left: 0;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 10px;
  }

  .gtco-features .col-lg-5 p {
    margin: 0;
    text-align: center;
    font-size: 15px;
  }

  .glass-bg {
    padding: 20px;
  }

  .gtco-numbers-block {
    margin-top: 40px;
  }

  .gtco-feature {
    margin-top: 40px;
  }

  .gtco-features .col-lg-7 .col {
    height: auto;
    position: static;
  }

  .gtco-features .col-lg-7 .card {
    position: static;
    animation: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .gtco-numbers-block .d-flex {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .card-container {
    width: 45%;
  }

  .gtco-numbers-block h5 {
    font-size: 22px;
  }

  .gtco-numbers-block p {
    font-size: 14px;
  }

  .gtco-testimonials h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: -50px;
  }

  .gtco-testimonials .card {
    margin: 0 10px;
    padding: 20px;
  }

  .gtco-features-list .oval {
    margin: 0 auto 15px;
  }

  .footer {
    max-width: 100%;
    margin-left: 0;
  }

  #gtco-footer input,
  #gtco-footer textarea {
    max-width: 100%;
  }

  .submit-button-container {
    margin-left: 0;
  }

  .footer-text {
    margin-top: 30px;
  }

  p {
    font-size: 15px;
  }

  #gtco-footer {
    margin-top: 40px;
  }
}

.whatsapp-div {
  position: fixed;
  bottom: 15px;
  right: 1px;
  z-index: 1000;

  .whatsapp-logo {
    width: 90px;
    height: 90px;

    @media (max-width: 576px) {
      width: 70px;
      height: 70px;
    }
  }
}

@media (max-width: 480px) {
  .card-container {
    width: 100%;
  }

  .gtco-banner-area h1 {
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .navbar-nav {
    gap: 15px;
    text-align: center;
  }
}

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

  .gtco-feature h2,
  .gtco-features h2 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }
}

.custom-carousel-section {
  position: relative;
  height: 640px;
  overflow: hidden;

  @media (max-width: 576px) {
    height: 400px;
  }
}

.custom-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.custom-carousel-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.custom-carousel-title {
  font-family: "Lato-Bold";
  font-size: 60px;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

.custom-carousel-desc {
  font-family: "Lato-Bold";
  font-size: 60px;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

/* Custom Carousel Animation */
@keyframes slideFromTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-carousel-section .animate-top {
  opacity: 0;
  animation: slideFromTop 1s ease forwards;
}

.custom-carousel-section .animate-bottom {
  opacity: 0;
  animation: slideFromBottom 1s ease forwards;
  animation-delay: 0.3s;
}
