body{
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*padding-top: 70px;*/
}
h1, h2, h3, h4, h5, h6{
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #173559;
}
h2{
  font-size: 44px;
}
.no-decoration{
  text-decoration: none;
}
.navbar-brand{

}

.navbar-brand img{
  height: 38px;
}
/* Navbar */
.navbar .container{
  padding: 15px 0;
}
.navbar .btn{
  padding-top: 10px;
}
.navbar.scrolled .container{
    transition: 0.3s;
    max-width: 75rem;
    background: #ffffff59;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 0.9375rem 0.25rem;
    border-width: 0.09375rem;
    border-color: rgba(255, 255, 255, 0.25);
    border-radius: 5em;
    backdrop-filter: blur(1.125rem);
}
.nav-link {
    margin: 0 10px;
    font-weight: 500;
    font-size: 16px;
    color: #36364A !important;
}
.nav-link.active {
  color: #4A90E2 !important;
  font-weight: 500;
}
@media(max-width: 992px){
  html, body{
    overflow-x: hidden;
  }
  .navbar-brand img{
    height: 30px;
  }
  .navbar .container{
    position: relative;
  }
  .navbar .container .top-menu{
            position: absolute;
        right: 85px;
        top: 15px;
  }
  .navbar .container .top-menu .btn-primary-custom{
    display: none;
  }
  .navbar .container .top-menu .btn-outline-custom{
        font-size: 14px;
    padding: 8px 20px;
    margin-right: 15px;
    margin-top: 2px;
  }
   
}
@media(max-width: 767px){
  .navbar .container{
    padding: 15px;
  }
}
@media(max-width: 567px){
  .navbar .container .top-menu .text-primary {
    display: none;
  }
}
.btn-primary {
  background: #2f6fd5;
  border: none;
  border-radius: 8px;
}

.btn-primary:hover {
  background: #255bb5;
}
/* Buttons */
.btn-primary-custom {
  background: #4A90E2;
  border: 2px solid #4A90E2;
  padding: 12px 24px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
}
.btn-primary-custom:hover{
color: #4A90E2;
  border: 2px solid #4A90E2;
}
.btn-outline-custom {
  border: 1px solid #4A90E2;
  color: #4A90E2;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
}

section {
  scroll-margin-top: 80px; /* match your header height */
}

.services-section {
  background: #f5f9ff;
  /*background: url(images/banner.png) no-repeat;*/
}

#moreServices {
  transition: all 0.4s ease;
}
.services-section h2 {
  color: #173559;
  /*font-size: 44px;*/
}
@media(max-width: 767px){
  .services-section h2{
    font-size: 32px;
  }
}
.service-card {
  background: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Animated top border */
.service-card::before, .timeline-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 3px;
  background: #4a91e2; /* blue */
  transition: transform 0.4s ease;
}

/* Hover effect */
.service-card:hover::before, .timeline-card:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* Optional premium feel */
.service-card:hover, .timeline-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transform: translateY(-5px) !important;
}


.icon-box {
  width: 60px;
  height: 60px;
  background: #2f6fd5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: #fff;
  font-size: 24px;
}


/* Hero */
.hero-section {
  padding: 200px 0 120px;
  background: linear-gradient(120deg, #f5f9ff, #eef3f9); 
  background: #f5f9ff url(images/banner.png) no-repeat;
}

.hero-title {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-title span {
  color: #4A90E2;
}

.hero-text {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

#floating-text {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#floating-text.show {
  opacity: 1;
}
.msg-icon{
  /*margin-right: 8px;*/
}

/* Features */
.hero-features span {
  margin-right: 20px;
  font-size: 14px;
  color: #555;
}

/* Image */
.hero_wrapper{
  /*max-width: 435px;*/
}
.hero-image {
  max-width: 435px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 80px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
@media(max-width: 768px){
  .hero_wrapper{
    margin-top: 100px;
  }
  .hero-image{
    margin-right: 0px;
    max-width: 85%;
    margin: 0 auto !important;
  }

}
/* Floating Cards */
.floating-card {
  position: absolute;
  background: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  line-height: 1.3em;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  font-size: 14px;
}
a.floating-card{
  text-decoration: none;
  color: #000;
}
.floating-card small{
  color: #9DA8B0;
  font-size: 12px;
}

.card-top {
  top: -40px;
    right: 0px;
}

.card-bottom-left {
     bottom: -45px;
    left: -80px;
}

.card-bottom-right {
     bottom: -80px;
    right: 0px;
}

@media(max-width: 768px){
  .card-bottom-left{
    left: 5px;
  }
  .card-bottom-right {
     bottom: -50px;
    right: 0px;
}
}


/* Section */
.why-section {
  padding: 100px 0;
  background: #f5f9ff url(images/banner.png) no-repeat;
}

.why-section .container{
  max-width: 1140px;
}
/* Titles */
.section-title {
  font-size: 44px;
  font-weight: 600;
}

.section-subtitle {
  color: #777;
  margin-top: 10px;
  font-size: 18px;
  color: #30404D;
}

/* Card */
.why-card {
      position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px 40px 200px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}



/* Blue angled shape */
.why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 185px;
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

/* Number */
.why-number {
     position: absolute;
    left: 50px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}

/* Content */
.why-content .content{
  max-width: 220px;
}
.why-content h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.why-content p {
  color: #777;
  font-size: 14px;
  margin-bottom: 0px;
}

/* Bottom text */
.bottom-text {
  color: #666;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .why-card {
    padding: 20px 20px 20px 90px;
  }

  .why-card::before {
    width: 90px;
  }

  .why-number {
    left: 15px;
    font-size: 28px;
  }

  .section-title {
    font-size: 28px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
    text-align: center;
  }

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

  .hero-buttons {
    justify-content: center;
  }

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

  .floating-card {
    /*display: none;*/
  }
}

.timeline-section {
  padding: 100px 0;
  background: linear-gradient(120deg, #f5f9ff, #eef3f9);
}

.timeline {
  position: relative;
}

/* CENTER LINE */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #dbe6f3;
  transform: translateX(-50%);
}

.timeline-progress {
  width: 100%;
  height: 0%;
  background: #4A90E2;
}

/* ROW STRUCTURE */
.timeline-row {
  display: flex;
  align-items: center;
  margin: 60px 0;
  position: relative;
}

/* LEFT / RIGHT */
.timeline-col {
  width: 45%;
}

.timeline-col.left {
  text-align: right;
}

.timeline-col.right {
  text-align: left;
}

.timeline-col.empty {
  visibility: hidden;
}

/* CENTER ICON */
.timeline-center {
  width: 10%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  align-items: center;
}
.timeline-center .dot{
      width: 12px;
    height: 12px;
    background: #4a91e3;
    border-radius: 50%;
    transform: translateX(375%);
}

.timeline-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
@media(min-width: 768px){
  .timeline-icon.left{
        transform: translateX(-115%);
  }
  .timeline-icon.right{
        transform: translateX(115%);
  }
}

/* CARD */
.timeline-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  max-width: 400px;
  display: inline-block;
  position: relative;
  overflow: hidden;
   transition: all 0.3s ease;
}

.timeline-card h5 {
  /*font-weight: 700;*/
}

.timeline-card span {
  color: #4A90E2;
  font-size: 14px;
  display: block;
  margin: 5px 0 10px;
}

.timeline-card p {
  color: #666;
  font-size: 15px;
}

/* ANIMATION */
.timeline-card {
  opacity: 1;
  transform: none;
}

.timeline-card.active {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media (max-width: 768px) {
  .timeline-row {
    flex-direction: column;
    text-align: center;
  }

  .timeline-col {
    width: 100%;
    text-align: center !important;
  }

  .timeline-center {
    margin: 20px 0;
    width: 25%;
  }
   .timeline-center .dot{
    display: none;
   }

  .timeline-line {
    left: 20px;
  }
  .mobile-reverse{
    flex-direction: column-reverse;
  }
}

/* HERO IT SUPPORT SECTION ONLY */
.hero-it-support {
  position: relative;
  /*height: 90vh;*/
  padding: 80px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
      background: linear-gradient(135deg, #163458, #163458);
}

/* wave texture */
.hero-it-support::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/call-action.svg');
  background-position: center;
}

/* overlay */
.hero-it-support .overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 70%);
}

/* container */
.hero-it-support .container {
  position: relative;
  max-width: 800px;
  padding: 20px;
}

/* heading */
.hero-it-support h1 {
  font-size: 52px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}

/* subtitle */
.hero-it-support .subtitle {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
}

/* buttons wrapper */
.hero-it-support .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

/* base button */
.hero-it-support .btn {
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

/* primary button */
.hero-it-support .btn.primary {
  background: linear-gradient(135deg, #4da3ff, #2b6cb0);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      display: flex;
    align-items: center;
    gap: 10px;
}

.hero-it-support .btn.primary:hover {
  transform: translateY(-2px);
}

/* outline button */
.hero-it-support .btn.outline {
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
}

.hero-it-support .btn.outline:hover {
  background: rgba(255,255,255,0.1);
}

/* trust text */
.hero-it-support .trust {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
      display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

/* responsive */
@media (max-width: 768px) {
  .hero-it-support h1 {
    font-size: 36px;
  }

  .hero-it-support .subtitle {
    font-size: 16px;
  }
}



.gw-review-section {
  padding: 80px 20px;
  background: #f5f7fb;
  text-align: center;
  background: #f5f9ff url(images/banner.png) no-repeat;
}
.gw-review-section .slick-list{
  padding-top: 50px;
}
.gw-review-container {
  max-width: 1200px;
  margin: auto;
}

.gw-review-header h2 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media(max-width: 767px){
  .gw-review-header h2{
    font-size: 32px;
  }
}
.gw-review-header p {
  color: #666;
  margin-bottom: 15px;
}

.gw-review-rating {
      font-weight: 500;
    color: #464646;
    margin-bottom: 40px;
    font-size: 24px;
}

.gw-review-slider .slick-slide {
  padding: 15px;
  margin: 0px 20px;
}

.gw-review-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
}
.gw-review-card .content{
  border-left: 2px solid #4d82c8;
    padding: 10px 20px 10px;
}
.gw-review-top {
      display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.gw-review-top img {
  width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid white;
    margin-right: 15px;
    margin-top: -80px;
    box-shadow: 0px 4px 5px #e6e6e6;
}

.initials {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #4a91e2;
  border: 5px solid white;
  color: #fff;
  font-weight: 600;
   margin-top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.gw-review-slider .slick-slide .gw-review-name {
         background: #1e3557;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    margin-left: -35px;
    border-bottom-left-radius: 0px;
    position: relative;
}
.gw-review-slider .slick-slide .gw-review-name:after{
      width: 0;
    height: 20px;
    border-top: 12px solid #3d5284;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 13px;
    top: 68px;
}
.gw-review-name h4 {
  margin: 0;
  font-size: 16px;
  color: white;
}

.gw-review-name span {
  font-size: 12px;
    background: #eddfc3;
    color: #262626;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 5px;
}

.gw-review-stars {
  color: #ffb400;
  margin-bottom: 10px;
  font-size: 18px;
}

.gw-review-card h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.gw-review-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.gw-review-btn {
  margin-top: 60px;
}

.gw-review-btn a {
  background: #4A90E2;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.gw-review-btn a:hover {
  background: #2563eb;
}

/* Slick dots */
.slick-dots li button:before {
  font-size: 10px;
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #4A90E2;
}


.gw-about-section {
  padding: 80px 20px;
  background: #f5f9ff;
  position: relative;
  overflow: hidden;
}

.gw-about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* LEFT */
.gw-about-left {
  flex: 1;
}

.gw-about-badge {
  display: inline-block;
  background: #CDE3FD;
    color: #18365A;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}

.gw-about-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f3b5b;
  margin-bottom: 20px;
  line-height: 1.3;
}

.gw-about-desc {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.gw-about-btn {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(135deg, #4A90E2, #2563eb);
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.gw-about-btn:hover {
  opacity: 0.9;
}

/* DIVIDER */
.gw-about-divider {
  width: 2px;
  height: 250px;
  background: #d0dbe8;
}

/* RIGHT */
.gw-about-right {
  flex: 1;
}

.gw-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.gw-about-card {
  background: #fff;
  padding: 35px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.gw-about-card h3 {
  font-size: 36px;
  color: #1f3b5b;
  margin-bottom: 10px;
}

.gw-about-card p {
  color: #666;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .gw-about-container {
    flex-direction: column;
    text-align: center;
  }

  .gw-about-divider {
    display: none;
  }

  .gw-about-title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .gw-about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.gw-contact {
  padding: 80px 20px;
  background: #f5f7fb;
  background: url(images/contact-bg.svg) no-repeat;
      background-position: center;
}

.gw-contact .form-success p{
  margin-bottom: 0px;
}
.gw-contact .form-error p{
  margin-bottom: 0px;
}
.gw-contact__wrapper {
  max-width: 1080px;
  margin: auto;
  display: flex;
  border-radius: 16px;
  /*overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);*/
}

/* LEFT */
.gw-contact__info {
      background: #18365A;
    color: #fff;
    padding: 50px;
    width: 35%;
    border-radius: 16px;
    margin: 30px 0px;
    margin-right: -100px;
    z-index: 9;
    position: relative;
    overflow: hidden;
    margin-left: 50px;
}
.gw-contact__info .arrow_ico img{
      height: 170px;
        margin-right: -40px;
    margin-bottom: -70px;
    margin-top: 30px;
    float: right;
}
.gw-contact__info h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: white;
}

.gw-contact__info ul {
  list-style: none;
  padding: 0;
  line-height: 2;
}
.gw-contact__info ul li{
  display: flex;
       align-items: flex-start;
    gap: 15px;
    padding: 16px 0px;
}
.gw-contact__info ul li img{
      margin-top: 10px;
}
/* RIGHT */
.gw-contact__form {
    background: #EFF7FF;
    padding: 50px;
    border-radius: 16px;
    width: 65%;
    padding-left: 150px;
    box-shadow: 0 20px 47px rgb(77 76 76 / 8%);
}

.gw-contact__form h2 {
  font-size: 28px;
  margin-bottom: 5px;
  /*color: white;*/
}

.gw-contact__form p {
  color: #666;
  margin-bottom: 30px;
}

.gw-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.gw-row input {
      width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    outline: none;
    background: transparent;
    padding-left: 0px;
}

.gw-contact__form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
  height: 100px;
  outline: none;
  background: transparent;
    padding-left: 0px;
}

.gw-contact__form button {
  margin-top: 30px;
  background: linear-gradient(135deg, #4A90E2, #2563eb);
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Responsive */
@media(max-width: 1200px){
  .gw-contact__info{
    margin: 0px;
  }
  .gw-contact__form{
    padding: 50px;
  }
}
@media(max-width: 900px){
  .gw-contact__wrapper {
    flex-direction: column;
  }

  .gw-contact__info,
  .gw-contact__form {
    width: 100%;
  }
}


/* footer  */
.gw-footer {
  background: linear-gradient(180deg, #1e3a5f, #162f4d);
  color: #cbd5e1;
  padding: 80px 20px 30px;
  font-family: inherit;
}

/* Container */
.gw-footer__container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Logo */
.gw-footer__logo {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

/* Headings */
.gw-footer__col h3{
  color: #C5C5C5;
  font-weight: 500;
  font-size: 20px;
}
.gw-footer__col h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

/* Lists */
.gw-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gw-footer__col ul li {
  margin-bottom: 10px;
}

.gw-footer__col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.gw-footer__col ul li a:hover {
  color: #60a5fa;
}

/* Brand text */
.gw-footer__brand p {
  margin-top: 15px;
  line-height: 1.6;
}

/* Newsletter */
.gw-footer__input {
  display: flex;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin: 15px 0;
}

.gw-footer__input input {
  flex: 1;
  border: none;
  padding: 12px 15px;
  outline: none;
  font-size: 14px;
}

.gw-footer__input button {
  width: 50px;
  background: linear-gradient(135deg, #4A90E2, #2563eb);
  border: none;
  cursor: pointer;
}

/* Note */
.gw-footer__note {
  font-size: 12px;
  opacity: 0.7;
  line-height: 1.5;
}

/* Bottom */
.gw-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 50px;
  padding-top: 20px;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gw-footer__bottom p {
  font-size: 14px;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 992px) {
  .gw-footer__container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .gw-footer__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

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


.page-wrapper{
  padding: 150px 0px;
}

.page-wrapper .container{
  max-width: 940px;
}