/* Font Awesome font-display fix */
@font-face { font-family: 'Font Awesome 5 Free'; font-display: swap; }
@font-face { font-family: 'Font Awesome 5 Brands'; font-display: swap; }

body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #0000ff;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #1e025b;
  padding: 10px 0;
  position: relative;
  z-index: 1000;
}

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

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #ffffff;
}

.header_section .quote_btn-container a img {
  margin-right: 10px;
}

.header_section .quote_btn-container a span {
  margin: 0 10px 0 20px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #dbdada;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/
/* slider section */
.slider_section .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10%;
}

.slider_section .detail-box {
  width: 45%;
  z-index: 4;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}

.slider_section .detail-box p {
  width: 75%;
  margin-top: 15px;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #ffffff;
  color: black;
}

.slider_section .img-box {
  width: 73%;
  margin-left: -17%;
  position: relative;
  z-index: 2;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .slider_bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #a454fd, #2b05df);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
          clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  left: 47.6%;
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 100%;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #2e02fe;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.about_section {
  font-family: "Poppins", sans-serif;
}

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

.about_section a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 45px;
}

.about_section a:hover {
  background-color: transparent;
  color: #000000;
}

.about_section p {
  margin-top: 45px;
}

.about_section .img-box img {
  width: 100%;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0;
}

.service_section {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
}

.service_section h2,
.service_section p {
  color: #021056;
}

.service_section hr {
  background-color: #021056;
}

/* service cards now use Bootstrap row/col grid - see bottom of file */

.service_section .box {
  width: 175px;
  text-align: center;
  margin: 30px 0;
  font-family: "Roboto", sans-serif;
}

.service_section .box .img-box {
  width: 175px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 8px;
}

.service_section .box .img-box .service-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service_section .box:hover .img-box .service-photo {
  transform: scale(1.08);
}

.service_section .box .name {
  margin-top: 15px;
}

.service_section .box .name h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

/* no background image - plain white */
.service_section::before {
  display: none;
}

.service_section .read-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .read-btn a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
}

.service_section .read-btn a:hover {
  background-color: transparent;
  color: #000000;
}

.portfolio_section {
  font-family: "Poppins", sans-serif;
}

.portfolio_section .col-md-4 {
  padding: 0;
}

.portfolio_section .img-box {
  position: relative;
  margin: 10px;
}

.portfolio_section .img-box img {
  width: 100%;
}

.portfolio_section .img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.portfolio_section .img-box a img {
  width: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.portfolio_section .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(37, 28, 229, 0.8);
  border-radius: 25px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.portfolio_section .img-box:hover::before {
  width: 90%;
  height: 90%;
}

.portfolio_section .img-box:hover a {
  opacity: 1;
}

.portfolio_section .img-box:hover a img {
  opacity: 1;
}

.news_section h2,
.news_section p,
.news_section a {
  font-family: "Poppins", sans-serif;
}

.news_section .box {
  margin-top: 45px;
}

.news_section .box img {
  width: 100%;
}

.news_section .box .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}

.news_section .box .action-box a {
  margin-left: 15px;
  opacity: 0.6;
}

.news_section .box .action-box a img {
  width: 20px;
}

.news_section .box .action-box a:hover {
  opacity: 1;
}

.news_section .box .detail-box h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.news_section .box .detail-box p {
  margin-top: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  font-weight: bold;
  margin-top: 45px;
}

.subscribe_section {
  background-color: #021056;
}

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

.subscribe_section h2,
.subscribe_section button {
  font-family: "Poppins", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 60px;
  height: 40px;
  border-radius: 35px;
  color: #ffffff;
  background-color: #0000ff;
  -webkit-transform: translate(-104%, 7.5px);
          transform: translate(-104%, 7.5px);
  text-align: center;
  text-transform: uppercase;
}

.subscribe_section form button:hover {
  background-color: #0000cc;
}

.client_section {
  font-family: "Poppins", sans-serif;
}

.client_section .client_container {
  width: 87%;
  margin: 0 auto;
}

.client_section .client_container .box {
  margin: 20px 35px;
}

.client_section .client_container .box .detail-box {
  padding: 45px 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
}

.client_section .client_container .box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.client_section .client_container .box .client-id .img-box {
  min-width: 150px;
  margin-top: -50px;
  margin-left: 5px;
}

.client_section .client_container .box .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .box .client-id .name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.client_section .client_container .box .client-id .name h5 {
  color: #021056;
}

.client_section .client_container .box .client-id .name h6 {
  color: #0730fc;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  left: initial;
  top: initial;
  width: 50px;
  height: 50px;
  bottom: 45px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  background-color: #2e02fe;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #464646;
}

.client_section .carousel-control-prev {
  background-image: url(../images/left-white.png);
  right: 95px;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 35px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
  background-color: transparent;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input.message_input {
  margin-top: 80px;
}

.contact_section .contact_form-container button {
  border: none;
  background-color: #0e35f6;
  color: #fff;
  font-size: 15px;
  padding: 15px 55px;
  border-radius: 30px;
  text-transform: uppercase;
}

.contact_section .contact_form-container button:hover {
  background-color: #082de2;
}

.contact_section .map-box #map {
  width: 100%;
  height: 100%;
}

.contact_items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_items .item {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contact_items .item .icon-box {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 100%;
  background-color: #021056;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.contact_items .item .icon-box i {
  font-size: 22px;
  color: #ffffff;
}

.contact_items .item .detail-box {
  color: #5e5e5e;
}

.contact_items .item .detail-box p {
  margin: 0;
}

.contact_items {
  position: relative;
}

.contact_items a {
  position: relative;
}

/* contact icon boxes handled by Font Awesome */

/* ========== NEW FOOTER ========== */
.site-footer {
  background: #1a1a2e;
  color: #ccc;
  font-family: "Poppins", sans-serif;
}
.footer-top {
  padding: 60px 0 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
}
.footer-brand span {
  display: none;
}
.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #999;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 14px;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-social a:hover {
  background: #4586ff;
  border-color: #4586ff;
  color: #fff;
}
.footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links li a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-links li a i {
  color: #4586ff;
  font-size: 12px;
  transition: transform 0.2s;
}
.footer-links li a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer-links li a:hover i {
  transform: translateX(2px);
}
.footer-bottom {
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #777;
}
.footer-bottom a {
  color: #4586ff;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #fff;
}

/* ========== GO TO TOP BUTTON ========== */
.go-top-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #021056, #4586ff);
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(69,134,255,0.4);
  z-index: 999;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid rgba(255,255,255,0.2);
}
.go-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(69,134,255,0.6);
  color: #fff;
}

/* end footer section*/

/* ========== SERVICE CARDS (3 per row, no box, clean layout) ========== */
.service-grid {
  margin-top: 20px;
}
.service-card {
  text-align: center;
  padding: 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-card-img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 12px;
}
.service-card-img img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.service-card:hover .service-card-img img {
  transform: scale(1.04);
}
.service-card-body {
  padding: 0 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-card-body h5 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #021056;
  margin-bottom: 14px;
}
.service-card-body p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
  flex: 1;
  margin-bottom: 20px;
}
.btn-view-sample {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #6c3fb5, #e44d7b);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: auto;
  align-self: flex-start;
  width: auto !important;
}
.btn-view-sample:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108,63,181,0.4);
  color: #fff;
}
.btn-view-sample i {
  font-size: 13px;
}

/* ========== BLOG CARDS ========== */
.blog_section {
  padding: 60px 0;
}
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}
.blog-card-img {
  height: 200px;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-body small {
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
}
.blog-card-body h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #021056;
  margin-bottom: 10px;
}
.blog-card-body p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  flex: 1;
}
.read-more-link {
  color: #4586ff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.read-more-link:hover {
  color: #021056;
}

/* ========== BLOG POST (single) ========== */
.blog_post_section {
  padding: 40px 0 60px;
}
.back-link {
  color: #4586ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.back-link:hover { color: #021056; }
.blog-post-featured-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.blog-post-featured-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.blog-post-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #021056;
  margin-bottom: 12px;
}
.blog-post-meta {
  display: flex;
  gap: 24px;
  color: #888;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blog-post-meta i { margin-right: 6px; }
.blog-post-content {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}
.blog-post-content h2, .blog-post-content h3 {
  font-family: "Poppins", sans-serif;
  color: #021056;
  margin: 28px 0 12px;
}
.blog-post-content p { margin-bottom: 16px; }
.blog-post-content img { max-width: 100%; border-radius: 8px; margin: 16px 0; }

/* ========== TEAM PAGE ========== */
.team_section {
  padding: 60px 0 80px;
}
.team-grid {
  margin-top: 20px;
}
.team-card {
  text-align: center;
  height: 100%;
  padding: 20px 10px;
}
.team-card-img {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(145deg, #c8a84e, #d4af37, #c8a84e);
  transition: all 0.4s ease;
}
.team-card:hover .team-card-img {
  padding: 5px;
  background: linear-gradient(145deg, #d4af37, #ff6ec7, #7b68ee, #4586ff, #d4af37);
  box-shadow: 0 0 30px rgba(212,175,55,0.3);
  transform: scale(1.05);
}
.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  display: block;
}
.team-card-img .team-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8ecf4;
}
.team-card-body {
  padding: 0 8px;
}
.team-card-body h5 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #021056;
  margin-bottom: 4px;
  transition: color 0.3s;
}
.team-card:hover .team-card-body h5 {
  color: #021056;
}
.team-card-body p {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin: 0;
  transition: color 0.3s;
}
.team-card:hover .team-card-body p {
  color: #4586ff;
}

/* ========== SERVICE SAMPLE PAGE ========== */
.sample-hero {
  background: #1a1a2e;
  padding: 50px 0;
  text-align: center;
}
.sample-hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.sample-page-section {
  padding: 50px 0 30px;
}

/* Hero Single Image */
.hero-ba-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.hero-single-img {
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
  border-radius: 8px;
}
.hero-ba-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
  margin-top: 28px;
  max-width: 900px;
}

/* Sample Sections */
/* Before/After Comparison Slider */
.ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  cursor: col-resize;
  user-select: none;
  -webkit-user-select: none;
}
.ba-image {
  display: block;
}
.ba-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ba-after {
  position: relative;
}
.ba-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.ba-before img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.ba-handle-line {
  flex: 1;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.ba-handle-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  flex-shrink: 0;
}
.ba-label {
  position: absolute;
  top: 12px;
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #333;
  z-index: 6;
}
.ba-label-before {
  left: 12px;
}
.ba-label-after {
  right: 12px;
}

.sample-single-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.sample-single-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sample-block {
  padding: 50px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sample-block:last-of-type {
  border-bottom: none;
}
.sample-text {
  padding: 20px 0;
}
.sample-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}
.sample-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.sample-desc-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
  margin-bottom: 20px;
}
.sample-checklist h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}
.sample-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sample-checklist ul li {
  padding: 6px 0;
  font-size: 15px;
  color: #444;
  font-family: "Poppins", sans-serif;
}
.sample-checklist ul li i {
  color: #9b59b6;
  margin-right: 10px;
  font-size: 14px;
}
.sample-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}
.sample-desc p { margin-bottom: 14px; }
.sample-desc ul {
  list-style: none;
  padding: 0;
}
.sample-desc ul li {
  padding: 5px 0;
  font-size: 15px;
  color: #555;
}
.sample-desc ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6c3fb5;
  margin-right: 10px;
}
.sample-rich-content {
  padding: 40px 0;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}
.sample-rich-content h2, .sample-rich-content h3 {
  font-family: "Poppins", sans-serif;
  color: #1a1a2e;
  margin: 28px 0 12px;
}
.sample-rich-content p { margin-bottom: 16px; }
.sample-rich-content img { max-width: 100%; border-radius: 8px; margin: 16px 0; }

.btn-request-demo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #6c3fb5, #e44d7b);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-request-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(108,63,181,0.4);
  color: #fff;
}

@media (max-width: 768px) {
  .sample-hero h1 { font-size: 26px; }
  .sample-images { flex-direction: column; align-items: center; }
  .sample-img-wrap { max-width: 100%; }
}

/*# sourceMappingURL=style.css.map */
/* ========== NAVBAR DROPDOWNS ========== */
.custom_nav-container .nav-item.dropdown {
  position: relative;
}
.custom_nav-container .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.custom_nav-container .dropdown-menu {
  background: linear-gradient(135deg, #1a0533, #021056);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  padding: 8px 0;
  min-width: 220px;
  margin-top: 0;
  top: 100%;
  left: 0;
  z-index: 99999;
  position: absolute;
}
.custom_nav-container .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.85) !important;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.custom_nav-container .dropdown-item:hover {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
}
.custom_nav-container .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}
.custom_nav-container .dropdown-toggle {
  cursor: pointer;
}

/* ========== SERVICE DETAIL PAGE ========== */
.service-detail-hero {
  background: linear-gradient(135deg, #1a0533 0%, #021056 100%);
  padding: 60px 0 50px;
  text-align: center;
}
.service-detail-hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.service-detail-subtitle {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.service-detail-content {
  padding: 60px 0;
}
.service-detail-hero-img {
  text-align: center;
  margin-bottom: 30px;
}
.service-detail-hero-img img {
  max-width: 100%;
  max-height: 500px;
  border-radius: 12px;
  object-fit: contain;
}
.service-detail-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.service-detail-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.service-detail-body {
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.8;
  font-size: 15px;
  color: #444;
}
.service-detail-body h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #021056;
  margin: 30px 0 14px;
}
.service-detail-body p {
  margin-bottom: 16px;
}

/* ========== SERVICE PAGE SECTIONS GRID (3 per row) ========== */
.service-sections-area {
  padding: 40px 0 20px;
}
.service-sections-header {
  text-align: center;
  margin-bottom: 40px;
}
.service-sections-header h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #021056;
  margin-bottom: 10px;
}
.service-sections-header p {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.service-section-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-section-card .ba-slider {
  border-radius: 0;
}
.service-section-img img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}
.service-section-body {
  padding: 16px 0;
  flex: 1;
}
.service-section-body h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #021056;
  margin-bottom: 8px;
}
.service-section-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}
.service-section-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-section-checklist li {
  font-size: 13px;
  color: #555;
  padding: 4px 0;
}
.service-section-checklist li i {
  color: #9b59b6;
  margin-right: 8px;
  font-size: 11px;
}
