 *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    html,
    body{
      width:100%;
      overflow-x:hidden;
    }

    body{
      font-family: Arial, Helvetica, sans-serif;
      padding-bottom: 72px;
    }

    a{
      text-decoration:none;
    }

    /* =========================
       TOP BAR
    ========================== */

    .top-bar{
      background:#ececec;
      padding:12px 0;
      font-size:15px;
      color:#444;
    }

    .top-bar span{
      font-weight:600;
    }

    /* =========================
       HEADER
    ========================== */

    .main-header{
      background:#fff;
      padding:18px 0;
      border-top:4px solid #007FFF;
      box-shadow:0 8px 28px rgba(52,60,76,0.08);
    }

    .logo-box{
      display:flex;
      align-items:center;
      gap:15px;
    }

    .logo-icon{
      width:62px;
      height:62px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:8px;
      background:#eaf8fd;
      border:1px solid rgba(76,191,237,0.25);
      font-size:36px;
      color:#007FFF;
    }

    .logo-text h2{
      margin:0;
      font-size:27px;
      font-weight:700;
      color:#343c4c;
      line-height:1.1;
      letter-spacing:0;
    }

    .logo-text p{
      margin:0;
      font-size:16px;
      font-weight:600;
      color:#007FFF;
    }

    .header-info{
      display:flex;
      align-items:center;
      gap:12px;
      padding:10px 14px;
      border-radius:8px;
      background:#f8fbfc;
      border:1px solid #edf1f4;
    }

    .header-info i{
      width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:#007FFF;
      font-size:22px;
      color:#fff;
    }

    .header-info h5{
      margin:0;
      font-size:14px;
      font-weight:700;
      color:#333;
      letter-spacing:0;
    }

    .header-info p{
      margin:0;
      color:#666;
      font-size:14px;
    }

    /* =========================
       NAVBAR
    ========================== */

    .custom-navbar{
      background:#273142;
      padding:8px 0;
      position:sticky;
      top:0;
      z-index:9999;
      box-shadow:0 10px 24px rgba(0,0,0,0.12);
    }

    .navbar-nav .nav-link{
      color:#fff;
      padding:13px 18px !important;
      font-size:15px;
      font-weight:700;
      border-radius:6px;
      margin-right:5px;
      transition:0.25s;
    }

    .navbar-nav .nav-link:hover{
      background:#007FFF;
      color:#fff;
    }

    .navbar-nav .active{
      background:#007FFF;
    }

    .call-btn{
      background:#007FFF;
      color:#fff;
      padding:13px 28px;
      border-radius:6px;
      font-weight:700;
      transition:0.3s;
      white-space:nowrap;
      box-shadow:0 8px 18px rgba(76,191,237,0.25);
    }

    @media(max-width:991px){
      .call-btn.mobile-btn{
        padding:10px 18px;
        font-size:14px;
      }
    }

    .call-btn:hover{
      background:#30a9dc;
      color:#fff;
      transform:translateY(-1px);
    }

    .navbar-toggler{
      border:1px solid rgba(255,255,255,0.35);
      border-radius:6px;
      padding:7px 12px;
    }

    .navbar-toggler:focus{
      box-shadow:none;
    }

    .navbar-toggler i{
      color:#fff;
      font-size:24px;
    }

  /* =========================
   DROPDOWN
========================= */

.dropdown-menu{
  border-radius:0;
  border:none;
  padding:0;
  min-width:320px;
}

.dropdown-item{
  padding:14px 18px;
  font-size:15px;
  border-bottom:1px solid #eee;
  white-space:normal;
  word-break:break-word;
  line-height:1.5;
}

.dropdown-item:hover{
  background:#007FFF;
  color:#fff;
}

/* DESKTOP DROPDOWN */
@media(min-width:992px){

  .dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
  }

}

/* MOBILE DROPDOWN */
@media(max-width:991px){

  .dropdown-menu{
    min-width:100%;
    background:#3d4658;
  }

  .dropdown-item{
    color:#fff;
    font-size:14px;
    padding:12px 15px;
    overflow-wrap:break-word;
    word-break:break-word;
  }

  .dropdown-item:hover{
    background:#007FFF;
  }

}

/* =========================
   MOBILE HEADER
========================= */

@media(max-width:991px){

  /* HIDE TOP BAR */
  .top-bar{
    display:none;
  }

  /* SMALL HEADER */
  .main-header{
    padding:15px 0;
  }

  /* HIDE RIGHT SIDE INFO */
  .header-right{
    display:none !important;
  }

  /* LOGO ALIGN */
  .logo-box{
    justify-content:center;
  }

  /* SMALL LOGO */
  .logo-icon{
    width:48px;
    height:48px;
    font-size:38px;
  }

  .logo-text h2{
    font-size:20px;
  }

  .logo-text p{
    font-size:15px;
  }

  .navbar-nav .nav-link{
    margin-right:0;
    margin-bottom:4px;
  }

}
/* =========================
   SLIDER
========================= */

.slider-img{
  height:650px;
  object-fit:cover;
}

/* CAPTION */

.carousel-caption{
  bottom:20%;
}

.carousel-caption h2{
  font-size:52px;
  font-weight:700;
}

.carousel-caption p{
  font-size:20px;
}

/* MOBILE VIEW */

@media(max-width:991px){

  .slider-img{
    height:300px;
  }

  .carousel-caption{
    bottom:10%;
  }

  .carousel-caption h2{
    font-size:24px;
  }

  .carousel-caption p{
    font-size:14px;
  }

}
/* =========================
   SLIDER OVERLAY
========================= */

.carousel-item{
  position:relative;
}

.carousel-item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

  /* GRADIENT OVERLAY */
  background:linear-gradient(
    to right,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.20)
  );

  z-index:1;
}

/* CONTENT ABOVE OVERLAY */
.carousel-caption{
  z-index:2;
}



.about-section{
  background:#f8fbff;
}

/* IMAGE */
.about-img-wrapper{
  position:relative;
}

.about-img-wrapper img{
  height:650px;
  object-fit:cover;
}

/* EXPERIENCE BADGE */
.experience-badge{
  position:absolute;
  bottom:30px;
  right:-20px;
  background:#007FFF;
  color:#fff;
  padding:25px 30px;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
  text-align:center;
}

.experience-badge h2{
  font-size:42px;
  font-weight:700;
  margin-bottom:5px;
}

.experience-badge span{
  font-size:16px;
}

/* TAG */
.about-tag{
  display:inline-block;
  padding:10px 20px;
  background:#e8f0ff;
  color:#007FFF;
  border-radius:50px;
  font-weight:600;
  font-size:14px;
  letter-spacing:0.5px;
}

/* TITLE */
.about-title{
  font-size:46px;
  font-weight:800;
  line-height:1.3;
  color:#111;
}

/* TEXT */
.about-text{
  color:#666;
  font-size:17px;
  line-height:1.9;
}

/* COUNTER BOX */
.counter-box{
  background:#fff;
  padding:35px 25px;
  border-radius:22px;
  text-align:center;
  transition:0.4s;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  height:100%;
  border:1px solid #eef2f7;
}

.counter-box:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.counter-box h3{
  font-size:42px;
  font-weight:800;
  color:#007FFF;
  margin-bottom:10px;
}

.counter-box p{
  margin:0;
  color:#555;
  font-size:16px;
  font-weight:500;
  line-height:1.6;
}

.home-about-section{
  position:relative;
  padding:80px 0;
  background:#f3f8fc;
}

.home-about-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg, rgba(76,191,237,0.16) 0%, rgba(76,191,237,0) 42%),
    linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0) 36%);
  pointer-events:none;
}

.about-home-shell{
  position:relative;
  z-index:1;
  padding:42px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 24px 70px rgba(28,49,78,0.11);
  border:1px solid #dfeaf4;
}

.home-about-section .about-tag{
  background:#e9f7fd;
  color:#167faa;
  border:1px solid #cbeefb;
  font-size:13px;
  letter-spacing:0;
  text-transform:uppercase;
}

.home-about-section .about-title{
  max-width:720px;
  font-size:46px;
  line-height:1.12;
  color:#00308F;
}

.home-about-section .about-text{
  max-width:670px;
  color:#536277;
}

.home-about-section .about-lead{
  font-size:18px;
  line-height:1.8;
  color:#344357;
}

.about-home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 30px;
}

.about-primary-btn,
.about-secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:14px 22px;
  border-radius:6px;
  font-size:15px;
  font-weight:700;
  transition:0.25s ease;
}

.about-primary-btn{
  background:#007FFF;
  color:#fff;
  box-shadow:0 14px 30px rgba(76,191,237,0.28);
}

.about-primary-btn:hover{
  background:#2ea9d8;
  color:#fff;
}

.about-secondary-btn{
  background:#fff;
  color:#00308F;
  border:1px solid #cfdce8;
}

.about-secondary-btn:hover{
  border-color:#007FFF;
  color:#167faa;
}

.about-home-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-bottom:26px;
}

.about-home-stat-card{
  min-height:126px;
  padding:22px 18px;
  border-radius:8px;
  background:#00308F;
  color:#fff;
}

.about-home-stat-card:nth-child(2){
  background:#007FFF;
}

.about-home-stat-card:nth-child(3){
  background:#26384f;
}

.about-home-stat-card h3{
  margin:0 0 8px;
  font-size:34px;
  font-weight:800;
}

.about-home-stat-card p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:rgba(255,255,255,0.82);
}

.about-home-points{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.about-home-point{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:142px;
  padding:18px;
  border-radius:8px;
  background:#f7fbfe;
  border:1px solid #dceaf5;
}

.about-home-point i{
  flex:0 0 44px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#e4f6fd;
  color:#1795c5;
  font-size:21px;
}

.about-home-point strong{
  display:block;
  margin-bottom:5px;
  font-size:17px;
  color:#00308F;
}

.about-home-point span{
  display:block;
  color:#617188;
  font-size:14px;
  line-height:1.6;
}

.about-home-visual{
  position:relative;
  min-height:560px;
  padding:18px 18px 92px;
  background:#eaf6fb;
  border-radius:8px;
  border:1px solid #d4e8f3;
}

.about-home-main-card{
  height:100%;
  min-height:450px;
  overflow:hidden;
  border-radius:8px;
  box-shadow:0 22px 48px rgba(28,49,78,0.18);
}

.about-home-main-card img{
  height:100%;
  min-height:450px;
  object-fit:cover;
  border-radius:8px;
}

.about-home-service-card,
.about-home-trust-card{
  position:absolute;
  left:38px;
  right:38px;
  border-radius:8px;
  box-shadow:0 18px 38px rgba(28,49,78,0.15);
}

.about-home-service-card{
  bottom:102px;
  padding:22px;
  background:#fff;
  border-left:5px solid #007FFF;
}

.about-home-label{
  display:inline-block;
  margin-bottom:10px;
  color:#167faa;
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}

.about-home-service-card h3{
  margin:0;
  font-size:21px;
  line-height:1.35;
  color:#00308F;
}

.about-home-trust-card{
  bottom:20px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  background:#00308F;
  color:#fff;
}

.about-home-trust-card i{
  flex:0 0 44px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#007FFF;
  font-size:22px;
}

.about-home-trust-card strong{
  display:block;
  margin-bottom:3px;
  font-size:17px;
  font-weight:800;
}

.about-home-trust-card span{
  display:block;
  font-size:14px;
  line-height:1.5;
  color:rgba(255,255,255,0.78);
}

/* RESPONSIVE */
@media(max-width:991px){

  .about-title{
    font-size:34px;
  }

  .about-img-wrapper img{
    height:auto;
  }

  .experience-badge{
    right:20px;
    bottom:20px;
  }

  .home-about-section .about-title{
    font-size:38px;
  }

  .about-home-shell{
    padding:24px;
  }

  .about-home-stats,
  .about-home-points{
    grid-template-columns:1fr;
  }

  .about-home-visual{
    min-height:auto;
    padding:16px;
  }

  .about-home-main-card{
    min-height:360px;
  }

  .about-home-main-card img{
    min-height:360px;
  }

  .about-home-service-card,
  .about-home-trust-card{
    position:relative;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
  }

  .about-home-service-card,
  .about-home-trust-card{
    width:100%;
    margin-top:18px;
  }

}

@media(max-width:576px){

  .about-title{
    font-size:28px;
  }

  .counter-box{
    padding:28px 20px;
  }

  .counter-box h3{
    font-size:34px;
  }

  .home-about-section .about-title{
    font-size:30px;
  }

  .about-home-shell{
    padding:18px;
  }

  .about-home-actions{
    display:grid;
  }

  .about-home-point{
    padding:16px;
    min-height:auto;
  }

  .about-home-point i{
    flex-basis:42px;
    width:42px;
    height:42px;
    font-size:18px;
  }

  .about-home-stat-card h3{
    font-size:32px;
  }

}


.services-section{
  background:#f8fbff;
}

/* SECTION TITLE */
.service-tag{
  display:inline-block;
  background:#e9f1ff;
  color:#007FFF;
  padding:10px 22px;
  border-radius:50px;
  font-size:14px;
  font-weight:600;
}

.service-title{
  font-size:46px;
  font-weight:800;
  color:#111;
  line-height:1.3;
}

.service-subtitle{
  max-width:780px;
  color:#666;
  font-size:17px;
  line-height:1.9;
}

/* CARD */
.service-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  transition:0.4s;
  box-shadow:0 10px 35px rgba(0,0,0,0.06);
  border:1px solid #eef2f7;
  position:relative;
}

.service-card:hover{
  transform:translateY(-10px);
  box-shadow:0 18px 50px rgba(0,0,0,0.12);
}

/* IMAGE */
.service-img{
  overflow:hidden;
  height:260px;
}

.service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s;
}

.service-card:hover .service-img img{
  transform:scale(1.08);
}

/* CONTENT */
.service-content{
  padding:30px;
}

.service-small-title{
  display:inline-block;
  color:#007FFF;
  font-size:13px;
  font-weight:600;
  margin-bottom:12px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}

.service-content h3{
  font-size:28px;
  font-weight:700;
  margin-bottom:15px;
  color:#111;
}

.service-content p{
  color:#666;
  font-size:16px;
  line-height:1.8;
  margin:0;
}

.home-services-section{
  position:relative;
  overflow:hidden;
  background:#f6fafc;
}

.home-services-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0) 34%),
    linear-gradient(90deg, rgba(76,191,237,0.14) 0%, rgba(76,191,237,0) 38%);
  pointer-events:none;
}

.home-services-section .container{
  position:relative;
  z-index:1;
}

.home-services-section .services-header{
  margin-bottom:42px;
  padding:34px;
  border-radius:8px;
  background:#00308F;
  box-shadow:0 24px 60px rgba(23,34,52,0.16);
}

.home-services-section .service-tag{
  background:#e4f6fd;
  color:#167faa;
  border-radius:6px;
}

.home-services-section .service-title{
  max-width:720px;
  font-size:46px;
  line-height:1.14;
  color:#ffffff;
}

.home-services-section .service-subtitle{
  max-width:690px;
  margin-bottom:0;
  color:rgba(255,255,255,0.78);
}

.services-aside{
  position:relative;
  padding:26px;
  border-radius:8px;
  background:#ffffff;
  color:#00308F;
  border:1px solid rgba(255,255,255,0.16);
  box-shadow:0 18px 40px rgba(0,0,0,0.18);
}

.services-aside-label{
  display:inline-block;
  margin-bottom:12px;
  color:#1490bd;
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}

.services-aside h3{
  margin:0;
  font-size:25px;
  line-height:1.35;
  font-weight:800;
}

.services-points{
  display:grid;
  gap:10px;
  margin-top:20px;
}

.services-points span{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:6px;
  background:#f3f8fb;
  border:1px solid #dbeaf2;
  color:#405165;
  font-size:14px;
  font-weight:700;
}

.services-points i,
.choose-panel-points i{
  color:#1490bd;
  font-size:16px;
}

.home-services-section .services-grid{
  row-gap:24px;
  align-items:stretch;
}

.home-services-section .service-card-home{
  display:flex;
  flex-direction:column;
  border-radius:8px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid #dfe9f0;
  box-shadow:0 14px 36px rgba(27,49,76,0.08);
}

.home-services-section .service-card-home::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:#007FFF;
  opacity:0;
  transition:0.3s ease;
  z-index:2;
}

.home-services-section .service-card-home:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 54px rgba(27,49,76,0.14);
  border-color:#bfddeb;
}

.home-services-section .service-card-home:hover::before{
  opacity:1;
}

.home-services-section .service-index{
  position:absolute;
  top:16px;
  left:16px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:34px;
  padding:0 12px;
  border-radius:6px;
  background:#00308F;
  color:#ffffff;
  font-size:13px;
  font-weight:800;
}

.home-services-section .service-img{
  position:relative;
  height:236px;
  overflow:hidden;
}

.home-services-section .service-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(23,34,52,0.04) 0%, rgba(23,34,52,0.35) 100%);
}

.home-services-section .service-content{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  padding:28px;
}

.service-icon-badge{
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:-54px 0 18px;
  border-radius:8px;
  background:#007FFF;
  color:#ffffff;
  border:4px solid #ffffff;
  box-shadow:0 16px 28px rgba(23,34,52,0.16);
  position:relative;
  z-index:2;
  transition:0.25s ease;
}

.service-icon-badge i{
  font-size:24px;
}

.home-services-section .service-card-home:hover .service-icon-badge{
  background:#00308F;
  transform:translateY(-3px);
}

.home-services-section .service-small-title{
  color:#1490bd;
  letter-spacing:0;
  margin-bottom:12px;
}

.home-services-section .service-content h3{
  font-size:27px;
  line-height:1.22;
  color:#00308F;
}

.home-services-section .service-content p{
  margin-bottom:24px;
  color:#586879;
}

.service-link{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  min-height:48px;
  padding:12px 14px;
  border-radius:6px;
  text-decoration:none;
  color:#00308F;
  background:#f4f8fb;
  border:1px solid #dbe8f0;
  font-weight:800;
  font-size:15px;
  margin-top:auto;
  transition:0.25s ease;
}

.service-link i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:6px;
  background:#ffffff;
  color:#1490bd;
  transition:0.25s ease;
}

.service-link:hover{
  color:#ffffff;
  background:#00308F;
  border-color:#00308F;
}

.service-link:hover i{
  transform:translate(2px, -2px);
  background:#007FFF;
  color:#fff;
}

/* RESPONSIVE */
@media(max-width:991px){

  .home-services-section .services-header{
    padding:28px;
  }

  .home-services-section .service-title{
    font-size:38px;
  }

  .services-aside h3{
    font-size:22px;
  }

  .service-title{
    font-size:34px;
  }

}

@media(max-width:576px){

  .home-services-section .services-header{
    padding:22px;
    margin-bottom:32px;
  }

  .home-services-section .service-title{
    font-size:30px;
  }

  .home-services-section .service-subtitle{
    font-size:16px;
  }

  .services-aside{
    padding:20px;
  }

  .home-services-section .service-img{
    height:210px;
  }

  .service-icon-badge{
    width:50px;
    height:50px;
    margin:-48px 0 16px;
  }

  .service-title{
    font-size:28px;
  }

  .service-content{
    padding:24px;
  }

  .home-services-section .service-content{
    padding:24px;
  }

  .service-content h3{
    font-size:24px;
  }

  .home-services-section .service-index{
    top:14px;
    left:14px;
  }

}




.why-choose-section{
  background:#f8fbff;
  position:relative;
  overflow:hidden;
}

/* TAG */
.choose-tag{
  display:inline-block;
  background:#e9f1ff;
  color:#007FFF;
  padding:10px 24px;
  border-radius:50px;
  font-size:14px;
  font-weight:600;
  letter-spacing:0.5px;
}

/* TITLE */
.choose-title{
  font-size:46px;
  font-weight:800;
  color:#111;
  line-height:1.3;
}

/* SUBTITLE */
.choose-subtitle{
  max-width:780px;
  color:#666;
  font-size:17px;
  line-height:1.9;
}

/* CARD */
.choose-card{
  position:relative;
  background:#ffffff;
  padding:40px 30px;
  border-radius:28px;
  overflow:hidden;
  transition:0.4s;
  border:1px solid #edf2f8;
  box-shadow:0 10px 35px rgba(0,0,0,0.05);
  z-index:1;
}

.choose-card:hover{
  transform:translateY(-10px);
  background:#007FFF;
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* NUMBER */
.choose-number{
  position:absolute;
  top:20px;
  right:25px;
  font-size:70px;
  font-weight:800;
  color:#eef4ff;
  line-height:1;
  transition:0.4s;
}

.choose-card:hover .choose-number{
  color:rgba(255,255,255,0.12);
}

/* ICON */
.choose-icon{
  width:80px;
  height:80px;
  background:#f4f8ff;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  color:#007FFF;
  margin-bottom:30px;
  transition:0.4s;
}

.choose-card:hover .choose-icon{
  background:rgba(255,255,255,0.15);
  color:#ffffff;
}

/* TITLE */
.choose-card h3{
  font-size:26px;
  font-weight:700;
  line-height:1.4;
  margin-bottom:18px;
  color:#111;
  transition:0.4s;
}

/* TEXT */
.choose-card p{
  font-size:16px;
  line-height:1.9;
  color:#666;
  margin:0;
  transition:0.4s;
}

/* HOVER TEXT */
.choose-card:hover h3,
.choose-card:hover p{
  color:#ffffff;
}

.home-choose-section{
  position:relative;
  overflow:hidden;
  background:#ffffff;
}

.home-choose-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, #f5f9fc 0%, rgba(245,249,252,0) 42%),
    linear-gradient(90deg, rgba(76,191,237,0.12) 0%, rgba(76,191,237,0) 34%);
  pointer-events:none;
}

.home-choose-section .container{
  position:relative;
  z-index:1;
}

.home-choose-section .choose-header{
  margin-bottom:38px;
  padding:34px;
  border-radius:8px;
  background:#f4f8fb;
  border:1px solid #dfe9f0;
}

.home-choose-section .choose-tag{
  background:#00308F;
  color:#ffffff;
  border:0;
  border-radius:6px;
}

.home-choose-section .choose-title{
  color:#00308F;
  max-width:720px;
  font-size:46px;
  line-height:1.14;
}

.home-choose-section .choose-subtitle{
  max-width:680px;
  color:#556678;
}

.choose-panel{
  position:relative;
  background:#00308F;
  border-radius:8px;
  padding:28px;
  color:#ffffff;
  box-shadow:0 18px 40px rgba(23,34,52,0.16);
  overflow:hidden;
}

.choose-panel::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:#007FFF;
}

.choose-panel-label{
  display:inline-block;
  margin-bottom:12px;
  color:#8edfff;
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}

.choose-panel h3{
  margin:0;
  position:relative;
  z-index:1;
  font-size:25px;
  line-height:1.35;
  font-weight:800;
}

.choose-panel-points{
  display:grid;
  gap:10px;
  margin-top:22px;
  position:relative;
  z-index:1;
}

.choose-panel-points span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:6px;
  background:rgba(255,255,255,0.08);
  color:rgba(255,255,255,0.86);
  font-size:14px;
  font-weight:700;
}

.home-choose-section .choose-grid{
  row-gap:24px;
  align-items:stretch;
}

.home-choose-section .choose-card-home{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:28px;
  background:#ffffff;
  border:1px solid #dfe9f0;
  border-radius:8px;
  box-shadow:0 14px 36px rgba(27,49,76,0.08);
}

.home-choose-section .choose-card-home::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:#007FFF;
  transform:scaleX(0);
  transform-origin:left center;
  transition:0.3s ease;
}

.home-choose-section .choose-card-home::after{
  display:none;
}

.home-choose-section .choose-card-home:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 54px rgba(27,49,76,0.14);
  background:#ffffff;
  border-color:#bfddeb;
}

.home-choose-section .choose-card-home:hover::before{
  transform:scaleX(1);
}

.home-choose-section .choose-number{
  top:28px;
  right:28px;
  width:auto;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border-radius:6px;
  background:#f3f8fb;
  border:1px solid #dbe8f0;
  font-size:13px;
  font-weight:800;
  color:#1490bd;
  line-height:1;
  letter-spacing:0;
}

.home-choose-section .choose-card-home:hover .choose-number{
  background:#00308F;
  border-color:#00308F;
  color:#ffffff;
}

.home-choose-section .choose-icon{
  width:58px;
  height:58px;
  margin:0 0 22px;
  border-radius:8px;
  background:#e7f7fd;
  color:#1490bd;
  box-shadow:none;
  position:relative;
  z-index:2;
  font-size:28px;
}

.home-choose-section .choose-card-home:hover .choose-icon{
  background:#007FFF;
  color:#ffffff;
  transform:translateY(-3px);
}

.home-choose-section .choose-card h3{
  max-width:230px;
  font-size:24px;
  line-height:1.3;
  margin-bottom:16px;
  color:#00308F;
}

.home-choose-section .choose-card p{
  color:#5b6b7d;
  margin-top:auto;
}

.home-choose-section .choose-card-home:hover p,
.home-choose-section .choose-card-home:hover h3{
  color:inherit;
}

@keyframes serviceIconFloat{
  0%,
  100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-8px);
  }
}

@keyframes chooseIconLift{
  0%,
  100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-7px);
  }
}

@keyframes chooseIconSpin{
  0%,
  92%,
  100%{
    transform:rotate(0deg);
  }
  96%{
    transform:rotate(10deg);
  }
  98%{
    transform:rotate(-10deg);
  }
}

@keyframes chipPulse{
  0%,
  100%{
    transform:scale(1);
    opacity:1;
  }
  50%{
    transform:scale(1.12);
    opacity:0.85;
  }
}

/* RESPONSIVE */
@media(max-width:991px){

  .home-choose-section .choose-title{
    font-size:38px;
  }

  .choose-panel h3{
    font-size:22px;
  }

  .choose-title{
    font-size:36px;
  }

}

@media(max-width:576px){

  .home-choose-section .choose-header{
    padding:22px;
    margin-bottom:32px;
  }

  .home-choose-section .choose-title{
    font-size:30px;
  }

  .choose-panel{
    padding:22px;
  }

  .home-choose-section .choose-card-home{
    padding:24px;
  }

  .home-choose-section .choose-icon{
    width:54px;
    height:54px;
    margin-bottom:18px;
  }

  .home-choose-section .choose-number{
    top:24px;
    right:24px;
  }

  .choose-title{
    font-size:28px;
  }

  .choose-card{
    padding:35px 25px;
  }

  .choose-card h3{
    font-size:22px;
  }

  .choose-number{
    font-size:13px;
  }

}


/* BOX */
.service-box{
  background:#ffffff;
  padding:40px 35px;
  border-radius:28px;
  position:relative;
  overflow:hidden;
  border:1px solid #edf2f8;
  box-shadow:0 10px 35px rgba(0,0,0,0.05);
  height:100%;
}

/* REMOVE NUMBER */
.service-number{
  display:none;
}

/* TITLE */
.service-box h3{
  font-size:28px;
  font-weight:700;
  line-height:1.4;
  margin-bottom:18px;
  color:#111;
}

/* TEXT */
.service-box p{
  font-size:16px;
  line-height:1.9;
  color:#666;
  margin:0;
}

.home-service-details-section{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.home-service-details-section::before,
.home-service-details-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.home-service-details-section::before{
  width:440px;
  height:440px;
  top:-200px;
  right:-140px;
  background:radial-gradient(circle, rgba(21,117,190,0.14) 0%, rgba(21,117,190,0) 72%);
}

.home-service-details-section::after{
  width:320px;
  height:320px;
  left:-120px;
  bottom:-140px;
  background:radial-gradient(circle, rgba(13,53,87,0.10) 0%, rgba(13,53,87,0) 72%);
}

.home-service-details-section .container{
  position:relative;
  z-index:1;
}

.home-service-details-section .text-center{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.home-service-details-section .service-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:#e8f3ff;
  border:1px solid #d4e6f8;
  color:#0d67a8;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

.home-service-details-section .service-badge::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, #007FFF 0%, #0d3557 100%);
  box-shadow:0 0 0 6px rgba(21,117,190,0.10);
}

.home-service-details-section .service-main-title{
  font-size:50px;
  line-height:1.14;
  color:#10263d;
}

.home-service-details-section .service-main-text{
  max-width:680px;
  font-size:17px;
  line-height:1.9;
  color:#5c6d7c;
}

.home-service-details-section .row.g-4{
  align-items:stretch;
}

.home-service-details-section .service-box{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:100%;
  padding:34px 32px 30px;
  border:none;
  border-radius:30px;
  background:linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow:0 20px 55px rgba(9,36,58,0.10);
}

.home-service-details-section .service-box::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:30px;
  padding:1px;
  background:linear-gradient(150deg, rgba(13,53,87,0.10), rgba(21,117,190,0.18), rgba(130,207,255,0.18));
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.home-service-details-section .service-box::after{
  content:"";
  position:absolute;
  left:32px;
  top:0;
  width:74px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, #0d3557 0%, #007FFF 100%);
}

.home-service-details-section .service-box:hover{
  transform:translateY(-12px);
  box-shadow:0 30px 76px rgba(9,36,58,0.16);
}

.home-service-details-section .service-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:24px;
  border-radius:18px;
  background:#0f3658;
  color:#ffffff;
  font-size:16px;
  font-weight:800;
  letter-spacing:0.5px;
  box-shadow:0 16px 28px rgba(13,53,87,0.18);
}

.home-service-details-section .service-box h3{
  font-size:27px;
  line-height:1.28;
  margin-bottom:16px;
  color:#10263d;
}

.home-service-details-section .service-box p{
  color:#5a6b7b;
}

.home-service-details-section .row.g-4 > div:nth-child(2n) .service-box{
  margin-top:20px;
}

.home-service-details-section .row.g-4 > div:nth-child(3n) .service-box{
  margin-top:40px;
}

/* RESPONSIVE */
@media(max-width:576px){

  .service-box{
    padding:35px 25px;
  }

  .service-box h3{
    font-size:24px;
  }

}

@media(max-width:991px){

  .home-service-details-section .service-main-title{
    font-size:40px;
  }

  .home-service-details-section .row.g-4 > div:nth-child(2n) .service-box,
  .home-service-details-section .row.g-4 > div:nth-child(3n) .service-box{
    margin-top:0;
  }

}

@media(max-width:576px){

  .home-service-details-section .service-main-title{
    font-size:32px;
  }

  .home-service-details-section .service-main-text{
    font-size:16px;
  }

  .home-service-details-section .service-box{
    padding:30px 24px 24px;
    border-radius:24px;
  }

  .home-service-details-section .service-box::before{
    border-radius:24px;
  }

  .home-service-details-section .service-box::after{
    left:24px;
    width:64px;
  }

  .home-service-details-section .service-number{
    width:50px;
    height:50px;
    margin-bottom:20px;
  }

  .home-service-details-section .service-box h3{
    font-size:24px;
  }

}


/* SECTION */
.testimonial-section{
  background:#f8fbff;
  padding:80px 20px;
}



/* TITLE */
.section-title{
  text-align:center;
  margin-bottom:50px;
}

.section-title span{
  display:inline-block;
  background:#eaf2ff;
  color:#007FFF;
  padding:10px 22px;
  border-radius:50px;
  font-size:14px;
  font-weight:600;
  margin-bottom:20px;
}

.section-title h2{
  font-size:42px;
  font-weight:800;
  color:#111;
  line-height:1.3;
  margin-bottom:20px;
}

.section-title p{
  font-size:17px;
  color:#666;
  line-height:1.9;
}

/* SLIDER */
.testimonial-slider{
  position:relative;
  overflow:hidden;
}

/* CARD */
.testimonial-card{
  background:#fff;
  padding:50px 40px;
  border-radius:25px;
  box-shadow:0 10px 35px rgba(0,0,0,0.06);
  text-align:center;
  display:none;
  animation:fade 0.5s ease;
}

.testimonial-card.active{
  display:block;
}

/* ANIMATION */
@keyframes fade{
  from{
    opacity:0;
    transform:translateY(20px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* STARS */
.stars{
  color:#ffb400;
  font-size:26px;
  margin-bottom:25px;
  letter-spacing:3px;
}

/* TEXT */
.testimonial-text{
  font-size:18px;
  line-height:1.9;
  color:#555;
  margin-bottom:30px;
}

/* NAME */
.testimonial-card h3{
  font-size:24px;
  color:#111;
  margin-bottom:8px;
}

.testimonial-card span{
  color:#007FFF;
  font-size:15px;
  font-weight:500;
}

/* BUTTONS */
.slider-buttons{
  display:flex;
  justify-content:center;
  gap:15px;
  margin-top:35px;
}

.slider-buttons button{
  width:55px;
  height:55px;
  border:none;
  border-radius:50%;
  background:#007FFF;
  color:#fff;
  font-size:24px;
  cursor:pointer;
  transition:0.3s;
}

.slider-buttons button:hover{
  background:#003fc2;
}

.home-testimonial-section{
  position:relative;
  overflow:hidden;
  background:#f6fafc;
}

.home-testimonial-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0) 36%),
    linear-gradient(90deg, rgba(76,191,237,0.12) 0%, rgba(76,191,237,0) 38%);
  pointer-events:none;
}

.home-testimonial-section .container{
  position:relative;
  z-index:1;
}

.home-testimonial-section .section-title{
  max-width:850px;
  margin:0 auto 38px;
  padding:34px;
  border-radius:8px;
  background:#00308F;
  border:1px solid #24364f;
  box-shadow:0 24px 60px rgba(23,34,52,0.16);
}

.home-testimonial-section .section-title span{
  background:#e4f6fd;
  border:0;
  border-radius:6px;
  color:#167faa;
}

.home-testimonial-section .section-title h2{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
  font-size:44px;
  line-height:1.14;
  color:#ffffff;
}

.home-testimonial-section .section-title p{
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  color:rgba(255,255,255,0.78);
}

.home-testimonial-section .testimonial-slider{
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  overflow:visible;
}

.home-testimonial-section .testimonial-card{
  position:relative;
  padding:44px 44px 96px 132px;
  border-radius:8px;
  background:#ffffff;
  border:1px solid #dfe9f0;
  box-shadow:0 18px 44px rgba(27,49,76,0.10);
  text-align:left;
}

.home-testimonial-section .testimonial-card::before{
  content:"R";
  position:absolute;
  left:44px;
  top:44px;
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#007FFF;
  color:#ffffff;
  font-size:28px;
  font-weight:800;
}

.home-testimonial-section .testimonial-card::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:#007FFF;
}

.home-testimonial-section .testimonial-card:nth-child(2)::before{
  content:"P";
}

.home-testimonial-section .testimonial-card:nth-child(3)::before{
  content:"A";
}

.home-testimonial-section .stars{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:6px;
  background:#fff8e4;
  color:#d99500;
  font-size:17px;
  letter-spacing:1px;
  margin-bottom:20px;
}

.home-testimonial-section .testimonial-text{
  max-width:760px;
  font-size:20px;
  line-height:1.8;
  color:#334457;
  margin-bottom:26px;
}

.home-testimonial-section .testimonial-card h3{
  font-size:22px;
  line-height:1.2;
  margin-bottom:6px;
  color:#00308F;
}

.home-testimonial-section .testimonial-card span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#1490bd;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0;
}

.home-testimonial-section .testimonial-card span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:2px;
  background:#007FFF;
}

.home-testimonial-section .slider-buttons{
  position:absolute;
  left:132px;
  bottom:32px;
  margin-top:0;
  justify-content:flex-start;
  z-index:2;
  gap:10px;
}

.home-testimonial-section .slider-buttons button{
  width:48px;
  height:48px;
  border-radius:8px;
  background:#00308F;
  box-shadow:none;
  font-size:20px;
}

.home-testimonial-section .slider-buttons button:hover{
  background:#007FFF;
  transform:translateY(-2px);
}

.home-testimonial-section .testimonial-card.active{
  animation:homeTestimonialFade 0.55s ease;
}

@keyframes homeTestimonialFade{
  from{
    opacity:0;
    transform:translateY(24px) scale(0.98);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* RESPONSIVE */
@media(max-width:768px){

  .home-testimonial-section .section-title h2{
    font-size:36px;
  }

  .home-testimonial-section .testimonial-card{
    padding:120px 28px 96px;
  }

  .home-testimonial-section .testimonial-card::before{
    left:28px;
    top:32px;
  }

  .home-testimonial-section .testimonial-text{
    font-size:18px;
  }

  .home-testimonial-section .slider-buttons{
    left:28px;
    bottom:28px;
  }

  .section-title h2{
    font-size:32px;
  }

  .testimonial-card{
    padding:40px 25px;
  }

}

@media(max-width:576px){

  .home-testimonial-section .section-title{
    padding:22px;
    margin-bottom:32px;
  }

  .home-testimonial-section .section-title h2{
    font-size:30px;
  }

  .home-testimonial-section .section-title p{
    color:rgba(255,255,255,0.78);
  }

  .home-testimonial-section .testimonial-card{
    padding:104px 22px 88px;
  }

  .home-testimonial-section .testimonial-card::before{
    left:22px;
    top:28px;
    width:58px;
    height:58px;
    font-size:24px;
  }

  .home-testimonial-section .stars{
    font-size:16px;
    margin-bottom:18px;
  }

  .home-testimonial-section .testimonial-text{
    font-size:16px;
    line-height:1.8;
  }

  .home-testimonial-section .slider-buttons{
    left:22px;
    bottom:22px;
  }

  .home-testimonial-section .slider-buttons button{
    width:46px;
    height:46px;
  }

  .section-title h2{
    font-size:26px;
  }

  .testimonial-text{
    font-size:16px;
  }

}

.cta-section{
  background:linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
  position:relative;
  overflow:hidden;
}

.service-page-services-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.service-page-services-section::before,
.service-page-services-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.service-page-services-section::before{
  width:420px;
  height:420px;
  top:-180px;
  left:-180px;
  background:radial-gradient(circle, rgba(76,191,237,0.20) 0%, rgba(76,191,237,0) 72%);
}

.service-page-services-section::after{
  width:320px;
  height:320px;
  right:-120px;
  bottom:-120px;
  background:radial-gradient(circle, rgba(13,53,87,0.12) 0%, rgba(13,53,87,0) 72%);
}

.service-page-services-section .container,
.service-page-choose-section .container,
.service-page-testimonial-section .container{
  position:relative;
  z-index:1;
}

.service-page-services-section .text-center,
.service-page-choose-section .text-center,
.service-page-testimonial-section .section-title{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.service-page-services-section .service-tag{
  border:1px solid #cfe3f8;
}

.service-page-services-section .service-title,
.service-page-choose-section .choose-title{
  font-size:50px;
  line-height:1.14;
  color:#10263d;
}

.service-page-services-section .service-subtitle,
.service-page-choose-section .choose-subtitle{
  max-width:680px;
  color:#5b6b7b;
}

.service-page-services-section .row.g-4,
.service-page-choose-section .row.g-4{
  align-items:stretch;
}

.service-page-services-section .service-card{
  display:flex;
  flex-direction:column;
  border:none;
  border-radius:30px;
  background:linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow:0 22px 60px rgba(11,39,63,0.10);
}

.service-page-services-section .service-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:30px;
  padding:1px;
  background:linear-gradient(145deg, rgba(13,53,87,0.12), rgba(76,191,237,0.24), rgba(158,223,255,0.22));
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.service-page-services-section .service-card::after{
  content:"";
  position:absolute;
  inset:auto 24px 0 24px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, #0d3557 0%, #007FFF 62%, transparent 100%);
  opacity:0.6;
  transition:0.35s ease;
}

.service-page-services-section .service-card:hover{
  transform:translateY(-14px);
  box-shadow:0 32px 82px rgba(11,39,63,0.16);
}

.service-page-services-section .service-card:hover::after{
  inset:auto 24px 18px 24px;
  opacity:1;
}

.service-page-services-section .service-img{
  position:relative;
  height:230px;
  margin:18px 18px 0;
  border-radius:24px;
}

.service-page-services-section .service-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(8,41,69,0.02) 0%, rgba(8,41,69,0.36) 100%);
}

.service-page-services-section .row.g-4 > div:nth-child(2n) .service-img{
  clip-path:polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.service-page-services-section .row.g-4 > div:nth-child(2n+1) .service-img{
  clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
}

.service-page-services-section .service-content{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  padding:28px 28px 34px;
}

.service-page-services-section .service-small-title{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  letter-spacing:1.3px;
  color:#0f6db3;
}

.service-page-services-section .service-small-title::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, #007FFF 0%, #0d3557 100%);
  box-shadow:0 0 0 6px rgba(76,191,237,0.12);
}

.service-page-services-section .service-content h3{
  font-size:28px;
  line-height:1.22;
}

.service-page-services-section .service-content p,
.service-page-choose-section .choose-card p{
  color:#566574;
}

.service-page-services-section .row.g-4 > div:nth-child(3n+2){
  margin-top:18px;
}

.service-page-services-section .row.g-4 > div:nth-child(3n){
  margin-top:36px;
}

.service-page-choose-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.service-page-choose-section::before,
.service-page-choose-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.service-page-choose-section::before{
  width:440px;
  height:440px;
  top:-160px;
  left:-180px;
  background:radial-gradient(circle, rgba(76,191,237,0.18) 0%, rgba(76,191,237,0) 70%);
}

.service-page-choose-section::after{
  width:360px;
  height:360px;
  right:-120px;
  bottom:-140px;
  background:radial-gradient(circle, rgba(12,53,88,0.12) 0%, rgba(12,53,88,0) 72%);
}

.service-page-choose-section .choose-tag{
  background:#e5f1ff;
  color:#0d67a8;
  border:1px solid #cfe3f8;
}

.service-page-choose-section .choose-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:112px 28px 32px;
  border:none;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(243,248,255,0.98) 100%);
  box-shadow:0 18px 45px rgba(8,36,58,0.12);
}

.service-page-choose-section .choose-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:30px;
  padding:1px;
  background:linear-gradient(160deg, rgba(12,53,88,0.12), rgba(76,191,237,0.18), rgba(158,223,255,0.18));
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.service-page-choose-section .choose-card::after{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:96px;
  background:linear-gradient(135deg, #0f3658 0%, #007FFF 100%);
  pointer-events:none;
}

.service-page-choose-section .choose-card:hover{
  transform:translateY(-14px);
  box-shadow:0 30px 75px rgba(8,36,58,0.18);
  background:linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.service-page-choose-section .choose-number{
  top:18px;
  right:18px;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:rgba(255,255,255,0.16);
  border:1px solid rgba(255,255,255,0.16);
  font-size:16px;
  font-weight:800;
  color:#ffffff;
  line-height:1;
  letter-spacing:0.5px;
}

.service-page-choose-section .choose-card:hover .choose-number{
  background:#0f3658;
  border-color:#0f3658;
  color:#ffffff;
}

.service-page-choose-section .choose-icon{
  width:74px;
  height:74px;
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 16px 30px rgba(8,36,58,0.14);
  position:absolute;
  top:58px;
  left:28px;
  z-index:2;
}

.service-page-choose-section .choose-card h3{
  font-size:26px;
  line-height:1.28;
  margin-bottom:16px;
  color:#10263d;
}

.service-page-choose-section .choose-card:hover h3,
.service-page-choose-section .choose-card:hover p{
  color:inherit;
}

.service-page-choose-section .row.g-4 > div:nth-child(2n){
  margin-top:24px;
}

.service-page-choose-section .row.g-4 > div:nth-child(4){
  margin-top:48px;
}

.service-page-testimonial-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, #0d3557 0%, #007FFF 46%, #f4f9ff 46%, #ffffff 100%);
}

.service-page-testimonial-section::before,
.service-page-testimonial-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.service-page-testimonial-section::before{
  width:420px;
  height:420px;
  left:-180px;
  top:-160px;
  background:radial-gradient(circle, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 72%);
}

.service-page-testimonial-section::after{
  width:360px;
  height:360px;
  right:-140px;
  bottom:-120px;
  background:radial-gradient(circle, rgba(76,191,237,0.22) 0%, rgba(76,191,237,0) 72%);
}

.service-page-testimonial-section .section-title{
  margin:0 auto 54px;
}

.service-page-testimonial-section .section-title span{
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.16);
  color:#e8f4ff;
}

.service-page-testimonial-section .section-title h2{
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
  font-size:48px;
  line-height:1.14;
  color:#ffffff;
}

.service-page-testimonial-section .section-title p{
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
  color:rgba(255,255,255,0.82);
}

.service-page-testimonial-section .testimonial-slider{
  max-width:940px;
  margin-left:auto;
  margin-right:auto;
}

.service-page-testimonial-section .testimonial-card{
  position:relative;
  padding:46px 44px 110px;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(244,249,255,0.98) 100%);
  box-shadow:0 30px 85px rgba(8,34,55,0.18);
  text-align:left;
}

.service-page-testimonial-section .testimonial-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:34px;
  padding:1px;
  background:linear-gradient(150deg, rgba(255,255,255,0.42), rgba(76,191,237,0.24), rgba(13,53,87,0.12));
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.service-page-testimonial-section .testimonial-card::after{
  content:"\201D";
  position:absolute;
  top:28px;
  right:32px;
  font-size:92px;
  line-height:1;
  color:rgba(13,53,87,0.08);
  font-family:Georgia, serif;
}

.service-page-testimonial-section .stars{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:#eef6ff;
  color:#d99200;
  font-size:20px;
  letter-spacing:2px;
  margin-bottom:28px;
}

.service-page-testimonial-section .testimonial-text{
  max-width:760px;
  font-size:21px;
  line-height:1.9;
  color:#385063;
  margin-bottom:30px;
}

.service-page-testimonial-section .testimonial-card h3{
  font-size:24px;
  line-height:1.2;
  margin-bottom:6px;
  color:#10263d;
}

.service-page-testimonial-section .testimonial-card span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0f6db3;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.8px;
}

.service-page-testimonial-section .testimonial-card span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg, #007FFF 0%, #0d3557 100%);
}

.service-page-testimonial-section .slider-buttons{
  position:absolute;
  left:44px;
  bottom:34px;
  margin-top:0;
  justify-content:flex-start;
  z-index:2;
}

.service-page-testimonial-section .slider-buttons button{
  width:56px;
  height:56px;
  border-radius:18px;
  background:#0f3658;
  box-shadow:0 14px 30px rgba(8,34,55,0.16);
}

.service-page-testimonial-section .slider-buttons button:hover{
  background:#007FFF;
  transform:translateY(-2px);
}

.service-page-testimonial-section .testimonial-card.active{
  animation:homeTestimonialFade 0.55s ease;
}

.cta-box{
  background:#10263d;
  padding:76px 48px;
  border-radius:14px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(255,255,255,0.12);
  box-shadow:0 28px 70px rgba(16,38,61,0.22);
}

.cta-box::before,
.cta-box::after{
  content:"";
  position:absolute;
  pointer-events:none;
}

.cta-box::before{
  inset:0;
  background:
    linear-gradient(120deg, rgba(76,191,237,0.32) 0%, rgba(76,191,237,0.08) 34%, transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 55%);
}

.cta-box::after{
  width:160px;
  height:100%;
  top:0;
  right:0;
  background:repeating-linear-gradient(
    135deg,
    rgba(255,255,255,0.12) 0,
    rgba(255,255,255,0.12) 1px,
    transparent 1px,
    transparent 14px
  );
}

.cta-tag,
.cta-title,
.cta-text,
.cta-btn{
  position:relative;
  z-index:1;
}

.cta-tag{
  display:inline-block;
  background:#ffffff;
  color:#10263d;
  padding:9px 20px;
  border-radius:6px;
  font-size:13px;
  font-weight:800;
  letter-spacing:0;
  box-shadow:0 10px 24px rgba(0,0,0,0.10);
}

.cta-title{
  max-width:880px;
  margin-left:auto;
  margin-right:auto;
  font-size:44px;
  font-weight:800;
  color:#ffffff;
  line-height:1.18;
}

.cta-text{
  max-width:780px;
  color:#d9ecf5;
  font-size:17px;
  line-height:1.8;
}

.cta-btn{
  background:#007FFF;
  color:#ffffff;
  padding:15px 34px;
  border-radius:8px;
  font-size:16px;
  font-weight:800;
  transition:0.3s;
  border:2px solid #007FFF;
  box-shadow:0 16px 34px rgba(76,191,237,0.28);
}

.cta-btn:hover{
  background:#ffffff;
  color:#10263d;
  border-color:#ffffff;
  transform:translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:991px){

  .cta-title{
    font-size:36px;
  }

  .cta-box{
    padding:64px 34px;
  }

}

@media(max-width:576px){

  .cta-box{
    padding:48px 20px;
    border-radius:10px;
  }

  .cta-title{
    font-size:28px;
  }

  .cta-text{
    font-size:16px;
  }

  .cta-btn{
    width:100%;
    padding:14px 18px;
  }

}

.footer-section{
  background:#007FFF;
  color:#ffffff;
}

/* LOGO */
.footer-logo{
  font-size:34px;
  font-weight:800;
  margin-bottom:20px;
}

/* TEXT */
.footer-text{
  color:rgba(255,255,255,0.85);
  font-size:16px;
  line-height:1.9;
  margin:0;
}

/* TITLE */
.footer-title{
  font-size:24px;
  font-weight:700;
  margin-bottom:25px;
}

/* LINKS */
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:14px;
}

.footer-links a{
  text-decoration:none;
  color:rgba(255,255,255,0.85);
  font-size:16px;
  transition:0.3s;
}

.footer-links a:hover{
  color:#ffffff;
  padding-left:5px;
}

/* HOURS */
.hours-box{
  background:rgba(255,255,255,0.12);
  padding:18px 22px;
  border-radius:18px;
}

.hours-box span{
  display:block;
  font-size:15px;
  color:rgba(255,255,255,0.8);
  margin-bottom:6px;
}

.hours-box strong{
  font-size:18px;
  font-weight:700;
  color:#ffffff;
}

/* BOTTOM */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.15);
}

.footer-bottom p{
  margin:0;
  color:rgba(255,255,255,0.75);
  font-size:15px;
}

/* RESPONSIVE */
@media(max-width:991px){

  .footer-logo{
    font-size:30px;
  }

}

@media(max-width:576px){

  .footer-section{
    text-align:center;
  }

  .footer-logo{
    font-size:26px;
  }

  .footer-title{
    font-size:22px;
  }

}

.copyright-section{
  background:#000000;
  color:#ffffff;
}

.copyright-box{
  max-width:1000px;
  margin:auto;
  text-align:center;
}

/* HEADINGS */
.copyright-box h3{
  font-size:24px;
  font-weight:700;
  margin-bottom:15px;
  color:#ffffff;
}

/* PARAGRAPH */
.copyright-box p{
  color:rgba(255,255,255,0.75);
  font-size:15px;
  line-height:1.9;
  margin-bottom:0;
}

/* BOTTOM */
.bottom-text{
  border-top:1px solid rgba(255,255,255,0.15);
  padding-top:20px;
  color:rgba(255,255,255,0.65);
  font-size:14px;
}

/* RESPONSIVE */
@media(max-width:576px){

  .copyright-box h3{
    font-size:20px;
  }

  .copyright-box p{
    font-size:14px;
  }

}


#backToTop{
  position:fixed;
  right:25px;
  bottom:75px;
  width:55px;
  height:55px;
  border:none;
  border-radius:50%;
  background:#007FFF;
  color:#ffffff;
  font-size:24px;
  font-weight:bold;
  cursor:pointer;
  display:none;
  z-index:9999;
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
  transition:0.3s;
}

#backToTop:hover{
  background:#003fc2;
  transform:translateY(-5px);
}

/* MOBILE */
@media(max-width:576px){

  #backToTop{
    width:48px;
    height:48px;
    font-size:20px;
    right:15px;
    bottom:65px;
  }

}


.location-section{
  background:#f8fbff;
}

/* TAG */
.location-tag{
  display:inline-block;
  color:#666;
  font-size:18px;
  font-weight:500;
}

/* TITLE */
.location-title{
  font-size:46px;
  font-weight:800;
  color:#007FFF;
  line-height:1.3;
}

/* DIVIDER */
.title-divider{
  margin-top:20px;
}

.title-divider span{
  width:90px;
  height:4px;
  background:#007FFF;
  display:inline-block;
  border-radius:50px;
  position:relative;
}

.title-divider span::before{
  content:'';
  position:absolute;
  width:18px;
  height:18px;
  background:#007FFF;
  border-radius:50%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/* CARD */
.location-card{
  background:#ffffff;
  border-radius:25px;
  overflow:hidden;
  box-shadow:0 10px 35px rgba(0,0,0,0.06);
  transition:0.4s;
}

.location-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

/* MAP */
.map-box iframe{
  width:100%;
  height:320px;
  border:0;
}

/* CONTENT */
.location-content{
  padding:30px;
}

/* HEADING */
.location-content h3{
  font-size:28px;
  font-weight:700;
  color:#111;
  margin-bottom:15px;
}

/* ADDRESS */
.location-content p{
  font-size:16px;
  color:#666;
  line-height:1.9;
  margin-bottom:25px;
}

/* BUTTON */
.location-btn{
  display:inline-block;
  background:#007FFF;
  color:#ffffff;
  text-decoration:none;
  padding:14px 28px;
  border-radius:50px;
  font-size:15px;
  font-weight:600;
  transition:0.3s;
}

.location-btn:hover{
  background:#003fc2;
  color:#ffffff;
}

/* RESPONSIVE */
@media(max-width:991px){

  .location-title{
    font-size:36px;
  }

}

@media(max-width:576px){

  .location-title{
    font-size:28px;
  }

  .location-content{
    padding:25px;
  }

  .location-content h3{
    font-size:24px;
  }

  .map-box iframe{
    height:250px;
  }

}



.call-button {
  position: fixed !important;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0 !important;
  width: 100%;
  margin: 0;
  z-index: 10000;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.call-button .call-flex {
  width: 100%;
  min-height: 56px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: #00bf5e;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1.2;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.16);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.call-button .call-flex p {
  margin: 0;
}

.call-flex p,
.call-flex a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
  transition: 0.3s;
}

.call-flex a {
  white-space: nowrap;
}

.call-flex p:hover,
.call-flex a:hover {
  color: #fff;
}

@media(max-width:576px){

  .call-button .call-flex {
  min-height: 52px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
  }

  .call-flex p,
  .call-flex a {
  font-size: 16px;
  }

}
