/* Mobile Width */
@media only screen and (max-width: 768px) {
   .navigation-bar .inner-nav{
     display: none;
   }
   .navigation-bar {
      padding: 8px;
      background: #ffffff;
      width: 100%;
      margin: -10px auto;
      border-radius: 5px;
      transition: all 0.3s ease;
      z-index: 9999;
  }
  .cta-button {
      display: none;
      padding: 15px 25px;
      background: linear-gradient(95.45deg, #0e69b3 0.64%, #1C40F2 98.23%);
      color: #ffffff;
      border-radius: 5px;
      font-weight: 600;
      margin-left: 15px;
  }
  .container-hero-main {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      position: relative;
      top: -100px;
  }
  .hero-area-container {
      position: relative;
      background: #030736;
      width: 100%;
      height: 100%;
  }
  .domain-searcher form {
      display: flex;
      align-items: center;
      background: #ffffff;
      width: fit-content;
      position: relative;
      border-radius: 5px;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0px 4px 9px #0000003d;
      padding: 15px;
    }
  .hero-content {
      font-size: 18px;
      line-height: 30px;
      color: #FFFFFF;
      width: 100%;
      text-align: center;
  }
  .site-title-white {
      width: 100%;
      position: relative;
      font-size: 29px;
      font-weight: 700;
      line-height: normal;
      color: #FFFFFF;
  }
  .domain-searcher form{
    width: 100%;
  }
  .cards-holder {
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      width: 100%;
      margin-top: -3px;
  }
  .domain-searcher form .form-box {
      width: 100%;
  }
  .domain-searcher form .form-box button{
      width: 100%;
  }
  .domain-searcher form .form-box select{
      width: 100%;
      text-align: center;
      border: 1px solid #ccc;
      padding: 10px 25px;
      margin: 5px;
      border-radius: 5px;
  }
  h2.content-title {
      font-family: "Urbanist", Sans-serif;
      font-size: 31px;
      font-weight: 700;
      line-height: normal;
      color: #001042;
      text-align: center;
  }
  .domain-searcher form .form-box span {
      display: block;
      color: #001042;
      padding: 15px 10px;
      font-size: 20px;
      display: none;
  }
  .domain-searcher form .form-box input[type="text"] {
      width: 100%;
      text-align: center;
      border: 1px solid #ccc;
      padding: 10px 25px;
      margin: 5px;
      border-radius: 5px;
  }
  .box-card .left-side::after{
      width: 50px;
      height: 50px;
    }
  .box-card img {
      z-index: 99;
      width: 30px;
  }
  .box-card .right-side h4{
    font-size: 18px;
    margin-top: 18px;
  }
  .box-card .cards-container {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
  }
  .card-carousel {
      width: 100%;
      overflow: hidden;
      position: relative;
      user-select: none;
      top: 45px;
  }
  .colord-section {
      background: #EEF3FF;
      padding: 25px 0;
  }
  .site-section {
      margin-top: 90px;
  }
  .section-header {
      text-align: center;
      margin: 60px 0 60px 0;
  }
  .domain-pricing-cards-container {
      margin-top: 15px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap-reverse;
      gap: 13px;
  }
    .domain-form-box {
      text-align: center;
      background: #1c40f23f;
      padding: 18px;
      border-radius: 5px;
      display: flex ;
      align-items: center;
      justify-content: center;
      width: 100%;
  }
  .domain-input-row {
      width: 100%;
      display: flex;
      align-items: center;
      background: #ffffff;
      padding: 0 3px;
      border-radius: 5px;
  }
  .hero-webhosting h2 {
      font-family: "Urbanist", Sans-serif;
      font-size: 35px;
      line-height: 1.2em;
      color: #FFFFFF;
      font-weight: 700;
      position: relative;
      top: -80px;
  }
  .hero-webhosting p {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      position: relative;
      top: -56px;
  }
  .hosting-type-tabs .tab-title {
      color: #ffffff;
      font-weight: 700;
      margin: 0 10px;
      padding: 8px;
      cursor: pointer;
      text-align: center;
  }
  .breadcrumbs-container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 15px 0;
      background: #001042;
      margin-top: 20px;
  }
  .contact-form-container form {
      margin-top: 30px;
      width: 100%;
  }
  .contact-card{
    margin-top: 0;
  }
  .contact-card i {
      background: linear-gradient(95.45deg, #0082F8, #1C40F2);
      border-color: #6EC1E400;
      box-shadow: 0px 10px 25px 0px rgba(0, 129.99999999999994, 248, 0.6);
      width: 65px;
      height: 65px;
      border-radius: 50%;
      position: relative;
      top: 48px;
      right: -81%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 26px;
  }
  .hero-content p {
      font-size: 16px;
      line-height: 25px;
  }
}