/*
Theme Name: BCP Company Theme
Theme URI: 
Author: IT Borwita Citra Prima
Author URI: 
Description: 
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcp-company-theme
Tags: 
*/


html {
    scroll-behavior: smooth;
  }
  
/* Navigation Menu */
.nav-mobile .wp-block-navigation__responsive-container {
    top: unset;
    box-shadow: -1px -200px 24px 14px rgba(0, 0, 0, 0.25);
    padding: 16px;
    max-height: 70svh;
    gap: 16px;
  }
  
  .nav-mobile li {
    padding: 16px 16px !important;
    /* border-radius: 8px; */
    border: 1px solid #e9e9e9;
    margin-top: 10px;
  }
  
  .nav-mobile li ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .nav-mobile li ul li {
    border: unset;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
  }
  
  .nav-mobile li ul li:last-child {
    border: unset !important;
    border-bottom: unset !important;
    border-radius: 0;
  }

  /* Coverage Map */
  .coverage-wrapper {
    background: radial-gradient(64.47% 64.47% at 50% 0%, #363636 0%, #1C1C1E 100%);
  }

  /* Max Width Class */
.max-w-760 {
  max-width: 760px;
}

  .max-w-850 {
    max-width: 850px;
  }

  .max-w-1024 {
    max-width: 1024px;
  }

.max-w-760 {
	max-width: 760px;
}

  /* Shadow */
  .shadow-lg {
    box-shadow: 0px 12px 16px -4px rgba(13, 13, 18, 0.08), 0px 4px 6px -2px rgba(13, 13, 18, 0.03);
  }

  .shadow-md {
    box-shadow: 0px 3px 53px 0px rgba(0, 0, 0, 0.07);
  }

  /* Key Metrix */
  .card-number-red {
    background: radial-gradient(100% 100% at 50% 0%, #FF7369 0%, #F24134 100%);
  }

  /* Technology */
  .card-tech-dark {
    background: radial-gradient(100% 100% at 50% 0%, #39393D 0%, #1C1C1E 100%);
  }

.btn-primary {
    overflow: hidden;
  position: relative;
}

.btn-primary:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index:1;
  }
  
  .btn-primary:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .btn-primary-outline {
    overflow: hidden;
  position: relative;
}

  .btn-primary-outline:after {
    background: #969696;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index:1;
  }
  
  .btn-primary-outline:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.pll-switcher-select {
	width: 100%;
    padding: 8px;
    font-size: 16px;
    background: #1c1818;
    color: #fff;
    border: 1px solid #2b2b2b;
}