/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: #37517e;
  position: relative;
  overflow: hidden;
  /* Hardware acceleration optimizations */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  /* Prevent sub-pixel rendering issues */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video Background Styles */
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Ensure video background doesn't get affected by other elements */
  pointer-events: none;
  /* Hardware acceleration optimizations to prevent color variance */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  /* Prevent sub-pixel rendering issues */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* Ensure video maintains consistent opacity */
  opacity: 1 !important;
  /* Prevent any transitions that might affect the video */
  transition: none !important;
  /* Hardware acceleration for video element */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  /* Prevent sub-pixel rendering issues */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* YouTube iframe styles */
.hero-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 81, 126, 0.5); /* Reduced opacity for better video visibility */
  z-index: 2;
  /* Ensure overlay maintains consistent opacity */
  opacity: 1 !important;
  /* Prevent any transitions that might affect the overlay */
  transition: none !important;
  /* Hardware acceleration optimizations */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  /* Prevent sub-pixel rendering issues */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Ensure content appears above video */
.hero .container {
  position: relative;
  z-index: 3;
  padding-top: 72px;
}

.hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff; /* Changed to white for better visibility over video */
}

.hero h2 {
  color: rgba(255, 255, 255, 0.8); /* Changed to white with transparency for better visibility */
  margin-bottom: 50px;
  font-size: 24px;
}

.hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

.hero .btn-get-started:hover {
  background: #209dd8;
}

.hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

.hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #47b2e4;
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  .hero {
    height: 100vh;
    text-align: center;
  }

  .hero .animated {
    animation: none;
  }

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

  .hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .hero .hero-img img {
    width: 80%;
  }

  .hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  background-color: #283A5A
}

/*--------------------------------------------------------------
# Side Navigation Tab
--------------------------------------------------------------*/
.side-nav-tab {
  position: sticky;
  top: calc(50vh - 270px); /* 50vh minus half the height (180px/2 = 90px) */
  width: 100px; /* Small rectangle width */
  height: 460px; /* Small rectangle height */
  background: rgba(40, 58, 90, 0.95);
  border-radius: 20px;
  z-index: 996;
  transition: all 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0.2, 0.2, 0.2, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-left: 50px; /* Position from left edge */
  margin-top: 18%; /* Position it in the middle of the section */
  margin-right: 50px;
}

.list-holder-div {
  position:absolute;
  background-color: none;
  width:75px;
  margin: auto auto auto auto;
  height: 430px;
  padding:5px 0;
  align-items: center;
  margin-top: 5px;
  display:flex;
  justify-content: space-around;
  overflow: visible;
}

.list-holder-div:hover {
  background-color: none;
  width: 80px;
  margin: auto auto auto auto;
  height: 580px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: visible;
}

/*
.side-nav-tab:hover {
  height: 400px;
  background: rgba(40, 58, 90, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
*/

.side-nav-tab.expanded {
  height: 590px;
  background: #283a5a;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  width: 120px;
}

.slide-nav-tab.expanded .icon-top {
  transform: translateY(15px);
}

.slide-nav-tab.expanded .icon-bottom {
  transform: translateY(-15px);
}

.side-nav-tab ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-around;
  gap: 0px;
  transition: gap 0.3s;
  list-style: none;
  margin: 0;
  padding: 0; 
  overflow-x: visible;
}


.side-nav-tab ul:hover {
  gap: 25px; 
}


.side-nav-tab li {
  margin: 0;
  transform: translateY(0);
  transition: opacity 0.3 ease, transform 0.3 ease;
  display:flex;
  flex-direction:row;
}

.side-nav-tab a{
  display: flex;
  align-items: center;
  justify-content:center;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  font-size: 14px;
  width: 65px;
  height: 70px;
  overflow: visible;
}


.side-nav-tab a:hover, .slide-nav-tab:hover {
  background: rgba(71, 178, 228, 0.8);
  color: #fff;
  transform: scale(1.4);
}

.slide-nav-tab a:first-child {
  margin-top: 5px;
}

.slide-nav-tab a:last-child {
  margin-bottom: 5px;
}

.side-nav-tab a.active {
  background: #47b2e4;
  color: #fff;
  border: red 1px;
}

.side-nav-tab img {
  position: absolute;
}

.ssl-image {
  width: 90%;
  height: 90%;
}

.iot-image {
  width: 80%;
  height: 70%;
}

.fortinet-image{
  width: 70%;
  padding: auto auto auto auto;
}

.office-image {
  width: 70%;
  height: 70%;
}


.softwaredev-image {
  width: 100%;
  height: 100%; 
}

.automatedtesting-image {
  width: 90%;
  height: 90%;
}

/* Hide side nav on mobile (overridden below with a sticky top bar) */
@media (max-width: 768px) {
  .side-nav-tab {
    display: none;
  }
}

/* Convert side nav into a sticky top bar on tablets/mobiles */
@media (max-width: 1200px) {
  /* Re-enable and restyle as top bar */
  .services .side-nav-tab {
    display: flex !important;
    position: sticky;
    top: 90px; /* add margin below main header */
    width: auto;
    height: auto;
    margin: 8px auto 12px auto; /* slight top margin when it sticks */
    /* Default (not-yet-sticky) enlarged look */
    padding: 12px 14px;
    transform: scale(1.05);
    border-radius: 12px;
    background: rgba(40,58,90,0.95);
    z-index: 996;
    will-change: transform, padding;
  }
  /* Default (not-yet-sticky) wider gaps */
  .services .side-nav-tab ul {
    gap: 25px;
  }
  /* Compact when sticky */
  .services .side-nav-tab.is-sticky {
    padding: 8px 10px;
    transform: none;
  }
  .services .side-nav-tab.is-sticky ul {
    gap: 10px;
  }
  .services .side-nav-tab:hover {
    padding: 12px 14px; /* slight growth like original */
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }
  .services .list-holder-div {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  .services .side-nav-tab ul {
    flex-direction: row;
    gap: 10px;
  }
  /* Ensure container hover also expands gaps, like original list hover */
  .services .side-nav-tab:hover ul {
    gap: 25px;
  }
  .services .side-nav-tab li {
    display: flex;
  }
  .services .side-nav-tab a {
    width: 54px;
    height: 54px;
    border-radius: 10px;
  }
  .services .side-nav-tab a:hover {
    transform: scale(1.4); /* retain original growth animation */
  }
  .services .side-nav-tab img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* Icon size tuning */
  .services .ssl-image,
  .services .iot-image,
  .services .fortinet-image,
  .services .office-image,
  .services .softwaredev-image,
  .services .automatedtesting-image {
    width: 100%;
    height: 100%;
  }
}

/* Small phones: compact the top bar further */
@media (max-width: 576px) {
  .services .side-nav-tab {
    top: 90px;
    padding: 6px 8px;
    margin-bottom: 12px;
  }
  .services .side-nav-tab a {
    width: 46px;
    height: 46px;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  position: relative;
  min-height: 100vh; /* Ensure section has enough height for sticky nav */
  padding-top: 30px; /* Add some top padding to reduce the gap */
  overflow: visible; /* Ensure sticky elements can overflow */
  background: rgb(243, 245, 250);
  /* background: #283A5A;
  background: linear-gradient(180deg, rgba(40, 58, 90, 1) 0%, rgba(243, 245, 250, 1) 50%, rgba(40, 58, 90, 1) 100%); */
}

/* Flex wrapper around side nav + content so we can stack on small screens */
.services-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

/* On large screens, prevent the side nav from pushing content to the right */
@media (min-width: 1200px) {
  .services-flex {
    display: flex; /* restore side-by-side layout to remove vertical gap */
  }
  .services .side-nav-tab {
    position: sticky; /* stick within services section only */
    top: calc(50vh - 270px); /* original vertical reference */
    margin-left: 50px; /* original horizontal offset */
    margin-top: 0; /* ensure no vertical gap from margins */
  }
  /* Visually re-center content boxes by offsetting half of side-nav footprint */
  .services .container-fluid {
    transform: translateX(-75px);
  }
  .services .accordion-list {
    margin-left: 0; /* avoid right bias inside content */
  }
}

/* Make the services section more compact by reducing the overall width */
.services .container-fluid {
  max-width: 1200px; /* Reduce from full width to a more contained look */
  margin: 0 auto; /* Center the content */
}

/* Reduce top offset on smaller screens (overrides inline margin via selector specificity) */
/* Remove the inline margin gap above SSL section completely */
.services .container-fluid[style] {
  margin-top: 0 !important;
}

/* Adjust the column widths for a more compact layout */
.services .col-lg-5 {
  padding-right: 20px; /* Reduce padding for tighter spacing */
  max-width: 400px; /* Limit the width of the caption column */
}

.services .col-lg-7 {
  padding-left: 15px; /* Reduce padding for tighter spacing */
  max-width: 600px; /* Limit the width of the accordion column */
}

/* Ensure the content doesn't stretch too wide */
.services .content {
  max-width: 100%; /* Ensure content respects column constraints */
}

.services .accordion-list {
  max-width: 100%; /* Ensure accordion respects column constraints */
}

/* Add some visual separation between sections */
.services section {
  margin-bottom: 40px; /* Reduce spacing between sections for compactness */
  padding: 30px 0; /* Reduce vertical padding */
}

/* Make the h1 title more proportional to the compact layout */
.services .content h1 {
  font-size: 80px; /* Slightly reduce font size for better proportion */
  color: #283A5A;
  width: 100%;
  margin-bottom: 25px; /* Reduce margin for compactness */
}

/* Keep services title h1 consistent on desktop */
.services .services-title h1 {
  font-size: 80px !important;
  line-height: 1.1;
}

.services .content .caption {
  font-size: 10px;
  color: #283A5A; 
}

.services .content p {
  font-size: 20px;
}

.services .content {
  padding: 60px 100px 0 100px;
}

.services h3.caption {
  margin-top: 20px;
  font-size: 20px;
  color:  #283A5A;
}



.services .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.services .content p {
  font-size: 13px;
  color: #848484; /* Default color for regular paragraphs */
}

.services .content p.caption {
  color: white; /* Override color for caption paragraphs */
}

.services .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
.services .accordion-list {
  padding: 0px 100px 60px 100px;
}
*/

.content-innerdiv {
  padding: 0px 0px 30px 170px;
  margin-left: 100px; /* align with H1's left padding */
  box-sizing: border-box;
}

.services-section-innerdiv {
  padding-right: 0px;
}

/*
.services-section-innerdiv {
  box-shadow: 0px 0px 20px rgba(0.2, 0.2, 0.2, 0.2);  
  max-width: 1150px;
  margin: auto auto auto auto;
  border-radius: 15px;
}
*/

.services-title {
  margin-bottom: 30px;
}



/* Ensure H1 block has same side padding as caption container */
.services-section-innerdiv .services-title,
.services .services-title {
  padding: 0 100px !important; /* symmetric padding restores centered feel */
  margin-left: 0 !important;
  margin-top: 70px !important; /* allow margin-top to be controlled here */
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

/* No extra padding on H1 needed when container is offset */

.services-section-innerdiv {
  display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  flex-direction: column;   /* stack content vertically */      /* center text */
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  background: #fff; /* ensure contrast so shadow remains visible */
  position: relative; /* establish stacking context for shadow */
  z-index: 1;
  max-width: 1150px;
  margin: auto;
  border-radius: 12px;
  padding: 40px; /* give it breathing room */
  overflow: hidden; /* prevent child content from extending beyond parent */
}

/* Tablet adjustments */
@media (max-width: 1200px) {
  .services-flex {
    flex-direction: column;
  }
  .services .accordion-list {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto; /* center the accordion container */
    max-width: 720px; /* constrain width so centering is visible */
    padding-left: 0;
    padding-right: 0;
  }
  .services .content h1 {
    font-size: 64px; /* larger tablet title */
    line-height: 1.1;
  }
  .services .services-title h1 {
    font-size: 64px !important;
    line-height: 1.1;
    margin-top: 90px;
  }
  .services-section-innerdiv .services-title,
  .services .services-title {
    padding: 0 40px !important; /* symmetric tablet padding */
    margin-left: 0 !important;
    margin-top: 30px !important; /* allow margin-top control on tablet */
    width: 100%;
    box-sizing: border-box;
  }
  .content-innerdiv {
    padding: 0 40px 40px 40px;
    margin-left: 40px; /* align with tablet H1's left padding */
  }
  .services-section-innerdiv {
    padding: 30px;
  }
  /* remove spacer column on tablet to align title and caption */
  .services .content-innerdiv .col-sm-1 {
    display: none;
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .services .content {
    padding: 20px;
    /* keep general content padding; title will control its own left spacing */
  }
  .services .content h1 {
    margin-top: 20px;
    font-size: 54px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .services .services-title h1 {
    font-size: 54px !important;
  }
  .services-section-innerdiv .services-title,
  .services .services-title {
    padding: 0 16px !important; /* symmetric mobile padding */
    margin-left: 0 !important;
    margin-top: 30px!important; /* allow margin-top control on mobile */
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 34px;
  }
  .content-innerdiv {
    padding: 0 16px 24px 16px;
    margin-left: 16px; /* align with mobile H1's left padding */
  }
  .services .accordion-list li {
    padding: 18px;
  }
  .services .accordion-list a {
    font-size: 16px;
    line-height: 24px;
  }
  .services-section-innerdiv {
    padding: 20px;
  }
  /* remove spacer column that biases layout */
  .services .content-innerdiv .col-sm-1 {
    display: none;
  }
  /* center the accordion block itself */
  .services .accordion-list {
    margin: 0 auto !important;
    max-width: 640px;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.services #ssl-section h1 {
  color: #283A5A ;
}

.services #internet-of-things-section h1 {
  color: #2F5E4E;
}

.services #fortinet-section h1 {
  color: #6A3E3E;
}

.services #microsoft-office-section h1 {
  color: #7A5A2C;
}

.services #software-development-section h1 {
  color: #3F6C8A;
}

.services #automated-testing-section h1 {
  color: #5C4E7A;
}

.services .accordion-list ul {
  padding: 0;
  list-style: none;
}

.services .accordion-list {
  margin-left: 40px;
}

/* Make accordion items slightly bigger */
.services .accordion-list li {
  padding: 25px; /* Increased from 20px */
  background: #fff;
  border-radius: 4px;
}

.services .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px; /* Increased from 16px */
  line-height: 26px; /* Increased from 24px */
  font-weight: 500;
  padding-right: 35px; /* Increased from 30px */
  outline: none;
  cursor: pointer;
} 

.services .accordion-list span {
  font-weight: 600;
  font-size: 20px; /* Increased from 18px */
  padding-right: 12px; /* Increased from 10px */
}

.services #ssl-section .accordion-list span {
  color: #3A4C6B;
}

.services #internet-of-things-section .accordion-list span {
  color: #457565;
}

.services #fortinet-section .accordion-list span {
  color: #855656;
}

.services #microsoft-office-section .accordion-list span {
  color: #9B7A4A;
}

.services #software-development-section .accordion-list span {
  color: #5788A5;
}

.services #automated-testing-section .accordion-list span {
  color: #776699;
}

.services .accordion-list i {
  font-size: 26px; /* Increased from 24px */
  position: absolute;
  right: 0;
  top: 0;
}

.services .accordion-list p {
  margin-bottom: 0;
  padding: 12px 0 0 0; /* Increased from 10px */
  font-size: 16px; /* Added font size for better readability */
  line-height: 1.5; /* Added line height for better spacing */
  color: #848484;
}

.services .accordion-list li+li {
  margin-top: 18px; /* Increased from 15px for better separation */
}

.services .accordion-list .icon-show {
  display: none;
}

.services .accordion-list a.collapsed {
  color: #343a40;
}

.services #ssl-section .accordion-list a.collapsed:hover {
  color: #3A4C6B;
}

.services #internet-of-things-section .accordion-list a.collapsed:hover {
  color: #457565;
}

.services #fortinet-section .accordion-list a.collapsed:hover {
  color: #855656;
}

.services #microsoft-office-section .accordion-list a.collapsed:hover {
  color: #9B7A4A;
}

.services #software-development-section .accordion-list a.collapsed:hover {
  color: #5788A5;
}

.services #automated-testing-section .accordion-list a.collapsed:hover {
  color: #776699;
}


/* Expanded state colors for each service */
.services #ssl-section .accordion-list a:not(.collapsed) {
  color: #3A4C6B;
}

.services #internet-of-things-section .accordion-list a:not(.collapsed) {
  color: #457565;
}

.services #fortinet-section .accordion-list a:not(.collapsed) {
  color: #855656;
}

.services #microsoft-office-section .accordion-list a:not(.collapsed) {
  color: #9B7A4A;
}

.services #software-development-section .accordion-list a:not(.collapsed) {
  color: #5788A5;
}

.services #automated-testing-section .accordion-list a:not(.collapsed) {
  color: #776699;
}

.services .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.services .accordion-list a.collapsed .icon-close {
  display: none;
}

/* Service detail buttons */
.service-button-container {
  margin-top: 80px;
  margin-bottom: 20px;
}

.btn-service-details {
  display: inline-block;
  padding: 12px 28px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.services #ssl-section .btn-service-details {
  background: #283A5A;
  border: 2px solid #283A5A;
}

.services #internet-of-things-section .btn-service-details {
  background: #2F5E4E;
  border: 2px solid #2F5E4E;
}

.services #fortinet-section .btn-service-details {
  background: #6A3E3E;
  border: 2px solid #6A3E3E;
}

.services #microsoft-office-section .btn-service-details {
  background: #7A5A2C;
  border: 2px solid #7A5A2C;
}

.services #software-development-section .btn-service-details {
  background: #3F6C8A;
  border: 2px solid #3F6C8A;
}

.services #automated-testing-section .btn-service-details {
  background: #5C4E7A;
  border: 2px solid #5C4E7A;
}

.btn-service-details:hover {
  background: #209dd8;
  border-color: #209dd8;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(71, 178, 228, 0.3);
}

.btn-service-details:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(71, 178, 228, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-button-container {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  
  .btn-service-details {
    padding: 10px 24px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .services .content,
  .services .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .services .img {
    min-height: 400px;
  }

  .services .content {
    padding-top: 0; /* remove extra gap; top bar provides spacing */
  }

  .services .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .services .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
  background-color: #f3f5fa;
  padding: 60px 0;
}

.skills .content h3 {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 50px);
  color: #37517e;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}

.skills .content p.fst-italic {
  font-style: italic;
  margin-bottom: 30px;
  color: #666;
  font-size: clamp(14px, 2vw, 16px);
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills-content {
  margin-bottom: 40px;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
  font-size: clamp(12px, 1.5vw, 14px);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.skills .progress-bar {
  height: 10px;
  transition: width 0.9s ease-in-out;
  background-color: #4668a2;
  border-radius: 5px;
}

/* Animated progress bars */
.skills .progress-bar[aria-valuenow="100"] { width: 100%; }
.skills .progress-bar[aria-valuenow="95"] { width: 95%; }
.skills .progress-bar[aria-valuenow="90"] { width: 90%; }
.skills .progress-bar[aria-valuenow="80"] { width: 80%; }

.boxy-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 100%;
}

.box-stat {
  height: 120px;
  border-radius: 10px;
  background: #283A5A;
  background: linear-gradient(212deg, rgba(70, 104, 162, 1) 27%, rgba(11, 15, 20, 1) 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.box-stat:hover {
  transform: translateY(-5px) scale(1.02);
}

.boxy-stats-text {
  color: white;
  text-align: center;
}

.boxy-stats-text h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  margin-bottom: 8px;
}

.boxy-stats-text p {
  font-size: clamp(11px, 1.5vw, 14px);
  opacity: 0.9;
  line-height: 1.3;
}

.skills-image {
  text-align: center;
}

.skills-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive breakpoints */
@media (max-width: 1024px) {
  .container {
      padding: 0 16px;
  }
  
  .skills {
      padding: 40px 0;
  }

  .boxy-stats {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .row {
      flex-direction: column;
      gap: 30px;
  }

  .col-lg-6 {
      min-width: unset;
      width: 100%;
  }

  .skills {
      padding: 30px 0;
  }

  .skills .content {
      padding: 0;
  }

  .skills .content h3 {
      text-align: center;
      margin-bottom: 15px;
  }

  .skills .content p.fst-italic {
      text-align: center;
      margin-bottom: 25px;
  }

  .skills-content {
      margin-bottom: 30px;
  }

  .skills .progress {
      height: 50px;
      margin-bottom: 15px;
  }

  .boxy-stats {
      grid-template-columns: 1fr;
      gap: 15px;
  }

  .box-stat {
      height: 100px;
      padding: 10px;
  }

  .boxy-stats-text h2 {
      margin-bottom: 5px;
  }

  /* Hide skills image on mobile for better UX */
  .skills-image {
      display: none;
  }
}

@media (max-width: 480px) {
  .container {
      padding: 0 12px;
  }

  .skills {
      padding: 20px 0;
  }

  .skills .progress {
      height: 45px;
  }

  .box-stat {
      height: 90px;
  }
}

@media (max-width: 320px) {
  .boxy-stats {
      gap: 10px;
  }

  .box-stat {
      height: 80px;
  }
}

/* Large screens optimization */
@media (min-width: 1400px) {
  .container {
      max-width: 1400px;
  }

  .boxy-stats {
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
  }

  .box-stat {
      height: 140px;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# DigiCert 
--------------------------------------------------------------*/
.digicert {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.digicert body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.digicert {
  background: linear-gradient(135deg, #283A5A 0%, #37517e 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.digicert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.digicert .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.digicert .section-title {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInUp 1s ease-out;
}

.digicert .section-title h1 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  color: white;
  font-weight: 700;
  position: relative;
  display: inline-block;
}



.digicert .section-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: -13px;
  left: calc(50% - 60px);
}

.digicert .section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: -14px;
  left: calc(50% - 20px);
}

.digicert .section-title p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.digicert .certifications-container {
  display: grid;
  gap: 40px;
  margin-top: 50px;
}

/* Large Platinum Partner Card */
.digicert .platinum-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 215, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
  animation-delay: 0.1s;
}

.digicert .platinum-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
  transition: left 0.6s;
}

.digicert .platinum-card:hover::before {
  left: 100%;
}

.digicert .platinum-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.digicert .platinum-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #333;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.digicert .platinum-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #283A5A;
  margin-bottom: 25px;
  line-height: 1.3;
}

.digicert .platinum-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.digicert .platinum-images img {
  width: 240px !important;
  height: 100px !important;
  padding: 20px 10px;
}

.digicert .platinum-cert-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative;
  padding: 20px;
}

.digicert .platinum-cert-icon:hover {
  transform: translateY(-5px);
}

.digicert .platinum-cert-icon img {
  width: 80px;
  height: 80px;
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
  border-radius: 12px;
}

.digicert .year-label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #47b2e4, #23a3df);
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.digicert .platinum-description {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Individual Certification Cards Grid */
.digicert .other-certifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.digicert .certification-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.digicert .certification-card:nth-child(1) { animation-delay: 0.3s; }
.digicert .certification-card:nth-child(2) { animation-delay: 0.4s; }
.digicert .certification-card:nth-child(3) { animation-delay: 0.5s; }

.digicert .certification-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(71, 178, 228, 0.1), transparent);
  transition: left 0.6s;
}

.digicert .certification-card:hover::before {
  left: 100%;
}

.digicert .certification-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.digicert .cert-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
}

.digicert .cert-icon img {
  width: 80px;
  height: 80px;
  box-shadow: 0 10px 30px rgba(71, 178, 228, 0.3);
  border-radius: 12px;
}

.digicert .cert-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #283A5A;
  margin-bottom: 15px;
  line-height: 1.4;
}

.digicert .cert-year {
  display: inline-block;
  background: linear-gradient(135deg, #47b2e4, #23a3df);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.digicert .cert-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.digicert .stats-section {
  margin-top: 60px;
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.digicert .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.digicert .stat-item {
  color: white;
}

.digicert .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #47b2e4;
  display: block;
}

.digicert .stat-label {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 5px;
}

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

@media (max-width: 768px) {
  .digicert .section-title h1 {
      font-size: 2.5rem;
  }
  
  .digicert .platinum-card {
      padding: 30px 20px;
  }
  
  .digicert .platinum-title {
      font-size: 1.8rem;
  }
  
  .digicert .platinum-images {
      gap: 20px;
  }
  
  .digicert .platinum-cert-icon img {
    width: 60px;
    height: 60px;
}
  
  .digicert .other-certifications-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }
  
  .digicert .certification-card {
      padding: 30px 20px;
  }
  
  .digicert .cert-icon {
      width: 100px;
      height: 100px;
      font-size: 2.5rem;
  }
  .digicert .cert-icon img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .digicert .section-title h1 {
      font-size: 2rem;
  }
  
  .digicert .section-title p {
      font-size: 1rem;
  }
  
  .digicert .platinum-images {
      flex-direction: column;
      gap: 30px;
  }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# Cients
--------------------------------------------------------------*/

.clients h1 { 
  margin: 30px auto auto auto;
  font-size: 50px;
}

.tag-list li:hover {
  filter: none;
  transform: scale(1.1);
}

.clients {
  background-image: url("../img/backgroundimages/pexels-steve-13807432.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;    /* fills area without stretching */
  background-attachment: scroll; /* avoid fixed zoom artifacts */
}

@media (max-width: 1024px) {
  .clients { background-attachment: scroll; }
}

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

.tag-list li {
  padding: 1rem;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  filter: grayscale(50);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 120px;
  width: 240px;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem 1.25rem var(--clr-primary-400);
  align-items:center;
  display: flex;  
}

.tag-list .mandiri-image {
  background-image: url("../img/clients/mandiri.png");
  background-position: 50% 50%;   /* center */
  background-size: 80% auto;      /* adjust scaling */
  height: 120px;
  width: 240px;
}

.tag-list .bni-image {
  background-image: url("../img/clients/bni.png");
  background-position: 50% 50%;   /* center */
  background-size: 80% auto;      /* adjust scaling */
  height: 120px;
  width: 240px;
}

.tag-list .bsi-image {
  background-image: url("../img/clients/bsi.png");
  background-position: 50% 35%;   /* center */
  background-size: 80% auto;      /* adjust scaling */
  height: 120px;
  width: 240px;
}

.tag-list .bca-image {
  background-image: url("../img/clients/bca.png");
  background-position: 50% 50%;   /* center */
  background-size: 80% auto;      /* adjust scaling */
  height: 120px;
  width: 240px;
}

.tag-list .bri-image {
  background-image: url("../img/clients/bri.png");
  background-position: 50% 50%;   /* center */
  background-size: 80% auto;      /* adjust scaling */
  height: 120px;
  width: 240px;
}

.tag-list .cimb-image {
  background-image: url("../img/clients/cimb.png");
  background-position: 50% -40%;   /* center */
  background-size: 80% auto;      /* adjust scaling */
  /* If needed to nudge vertically/horizontally: */
  /* background-position: 50% 52%; */
  height: 180px;
  width: 300px;
}

.scroller {
  max-width: 90%;
  margin: 0 auto;
}

.scroller[data-animated="true"] {
  overflow:hidden;

  -webkit-mask: linear-gradient(90deg, 
    transparent 0%, 
    white 20%, 
    white 80%, 
    transparent 100%
  );

  mask: linear-gradient(90deg, 
    transparent 0%, 
    white 20%, 
    white 80%, 
    transparent 100%
  );
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: 
    scroll 
    var(--_animation-duration, 40s)
    var(--_animation-direction, forwards)
    linear 
    infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"]{
  --_animation-direction: forwards;
}

.scroller[data-duration="fast"] {
  --_animation-direction: 20s;
}

.scroller[data-duration="slow"]{
  --_animation-direction: 40s;
}

.scroller__inner {
  padding-block: 1rem;
  display:flex;
  flex-direction: row;
  gap: 1rem;
}

/*--------------------------------------------------------------
# CTA 2
--------------------------------------------------------------*/

.cta p{
  color: black;
}

.cta h1 {
  color: #283A5A;
}

.cta{
  padding: 10px auto 10px auto;
}

/*--------------------------------------------------------------
# YouTube Videos
--------------------------------------------------------------*/
.youtube-videos .video-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.youtube-videos .video-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.15);
}

.youtube-videos .video-thumbnail {
  position: relative;
  overflow: hidden;
}

.youtube-videos .video-thumbnail iframe {
  border-radius: 8px 8px 0 0;
  transition: transform 0.3s ease;
}

.youtube-videos .video-box:hover .video-thumbnail iframe {
  transform: scale(1.05);
}

.youtube-videos .video-info {
  padding: 20px;
}

.youtube-videos .video-info h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  color: #37517e;
}

.youtube-videos .video-info p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #6c757d;
}

.youtube-videos .btn-view-all {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #47b2e4;
  color: #47b2e4;
  text-decoration: none;
}

.youtube-videos .btn-view-all:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .youtube-videos .video-box {
    margin-bottom: 30px;
  }
  
  .youtube-videos .video-info h4 {
    font-size: 16px;
  }
  
  .youtube-videos .video-info p {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}
/*--------------------------------------------------------------
# PAGE SSL AND DIGITAL SECURITY
--------------------------------------------------------------*/
