/*hero section*/

.dedicated-hosting-section {
    display: flex;
    align-items: center;
    height: auto;
    padding: 50px;
    background-color: rgb(10, 29, 51);
    margin:0 ;
    margin-bottom: 30px;
    color: #fff;
}

.h-left-content {
    flex: 1;
    padding-right: 40px;
}

.h-right-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-right-content img {
    width: 90%;
    height: auto;
    display: block;
    margin:0 auto;
}

.stp {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    background-color: #dddddd41;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    padding: 5px;
    border-radius: 5px;
    max-width: fit-content;
}

.stph1 {
    font-size: 66px;  
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.subheading {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 40px;
    font-family: "inter", sans-serif;
    font-weight: 500;
    line-height: 28px;
}

.h-features {
    display: flex;
}

.h-feature {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.h-feature i {
    margin-right: 10px;
    font-size: 40px;
    color: #fff;
}

.h-feature span{
  font-family: 'inter',sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.hero-button {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}


.start-now {
    background-color: #fff;
    color: rgb(10,29,51);
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    max-width: max-content;
}

.start-now:hover {
    background-color: #FFD43B;
}

@media (max-width: 768px) {
  .dedicated-hosting-section {
      flex-direction: column-reverse;
      padding: 30px;
      text-align: center;
  }

  .h-left-content,
  .h-right-content {
      flex: 1;
      padding-right: 0;
      width: 100%;
      box-sizing: border-box;
  }

  .h-right-content img {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
  }

  .stp {
      width: auto;
      margin: 10px auto;
      display: inline-block;
  }

  .stph1 {
      font-size: 40px;
      text-align: center;
  }

  .subheading {
      font-size: 1em;
      margin-bottom: 20px;
      text-align: center;
  }

  .h-features {
      flex-direction: column;
      align-items: center;
  }

  .h-feature {
      margin: 15px 0;
  }

  .hero-button {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .start-now {
      font-size: 14px;
      padding: 12px 24px;
  }
}


/*server list*/

.server-list-container {
    padding: 20px;
    margin: 0 auto;
    width: 89%;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.233);
    margin-bottom: 30px;
    font-family: 'inter',sans-serif;
  }

  .server-list-container p{
    color: #afb5cf;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  
  th,td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: 'inter',sans-serif;
  }

  .proc{
    font-weight: bold;
    line-height: 1.5;
  }

  .des-feature {
    display: flex;
    align-items: center;
  }
  
  .des-text-container {
    display: flex;
    flex-direction: column;
  }
  
  .des-text {
    color: #afb5cf;
    font-size: 12px;
  }
  
  .des-description {
    color: black;
    font-size: 14px;
  }

  .des i{
    font-size: 26px;
    margin-right: 5px;
  }
  
  th {
    background-color: #f2f2f2;
  }

  .pp{
    font-size: 22px;
    font-weight: bold;
  }

  .server-list-container h2{
    font-size: 24px;
    font-weight: 500;
  }
  
  .processor-logo {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 5px;
  }
  
  .configure-button {
    background-color: #222221;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
  }
  
  .configure-button:hover {
    background-color: #28a745;
    color: #fff;
  }

  td div {
    display: flex;
    align-items: flex-start;
  }
  
  td div span {
    margin-left: 5px;
  }


@media (max-width: 768px){
    table, thead, tbody, th, td, tr {
      display: block;
    }
  
    thead tr {
      position: absolute; 
      top: -9999px;
      left: -9999px;
    }

    .server-list-container h2,
    .server-list-container p {
        text-align: center; 
    }
  
    tr.mobile-card {
      border: 1px solid #ddd;
      margin-bottom: 20px;
      padding: 10px;
      width: 60%;
      margin: 0 auto;
    }
  
    td {
      border: none; 
      position: relative;
      text-align: center;
    }

    td div {
        justify-content: center; 
      }

      .des-text-container{
        text-align: center;
        align-items: center;
      }
  
    td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      content: attr(data-label);
      font-weight: bold;
    }
  
    td:nth-child(1) { 
      padding-left: 10px;
      text-align: center; 
    }
  
    td:nth-child(1):before {
      content: none;
    }
  
    td:nth-child(6),
    td:nth-child(7) {
      text-align: center;
      padding-left: 10px;
    }
  
    td:nth-child(6):before,
    td:nth-child(7):before {
      content: none;
    }

    .des {
      display: flex;
      flex-direction: column;
      align-items: center; 
      text-align: center;
    }
  
    .des i {
      margin-bottom: 10px;
      margin-top: 0;
    }
  }

  @media (max-width: 1024px){
    table, thead, tbody, th, td, tr {
      display: block;
    }
  
    thead tr {
      position: absolute; 
      top: -9999px;
      left: -9999px;
    }

    .server-list-container h2,
    .server-list-container p {
        text-align: center; 
    }
  
    tr.mobile-card {
      border: 1px solid #ddd;
      margin-bottom: 20px;
      padding: 10px;
      width: 60%;
      margin: 0 auto;
    }
  
    td {
      border: none; 
      position: relative;
      text-align: center;
    }

    td div {
        justify-content: center; 
      }

      .des-text-container{
        text-align: center;
        align-items: center;
      }
  
    td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      content: attr(data-label);
      font-weight: bold;
    }
  
    td:nth-child(1) { 
      padding-left: 10px;
      text-align: center; 
    }
  
    td:nth-child(1):before {
      content: none;
    }
  
    td:nth-child(6),
    td:nth-child(7) {
      text-align: center;
      padding-left: 10px;
    }
  
    td:nth-child(6):before,
    td:nth-child(7):before {
      content: none;
    }

    .des {
      display: flex;
      flex-direction: column;
      align-items: center; 
      text-align: center;
    }
  
    .des i {
      margin-bottom: 10px;
      margin-top: 0;
    }
  }
















/*features cards*/

.card-container-gf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F4F9FF;
  }
  
  .card-gf {
    width: 300px;
    height: 250px;
    margin: 20px;
    border: 1px solid #D4DCFF;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .card-gf:hover {
    background-color: #135360;
  }
  
  .card-icon-gf i {
    color: #135360;
    margin-top: 30px;
  }
  
  .card-content-gf h3 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #135360;
    font-family:"Montserrat", sans-serif ;
  }
  
  .card-content-gf p{
    color: #135360;
    font-size: 15px;
  }
  
  .card-gf:hover .card-icon-gf i,
  .card-gf:hover .card-content-gf h3,
  .card-gf:hover .card-content-gf p{
    color: #fff;
  }
  
  @media (max-width: 1200px) {
    .card-gf {
      width: 45%;
    }
  }
  
  @media (max-width: 768px) {
    .card-gf {
      width: 80%;
      margin: 10px auto;
    }
  }

  /*available os*/

  .os-container {
    text-align: center;
    padding: 20px;
  }
  
  .os-container h2 {
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .os-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .os-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px; 
    height: 110px;
    margin: 10px;
    border: 1px solid #D4DCFF;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
    padding: 10px;
  }
  
  .os-card img {
    width: 60px; 
    height: auto;
    margin-bottom: 10px;
  }
  
  .os-card span {
    color: #135360;
  }

  .os-card span:hover{
    color: #007BFF;
  }
  

  @media (max-width: 768px) {
    .os-card {
      width: calc(40% - 20px);
      height: 120px;
      margin: 10px;
    }
  
    .os-card img {
      width: 50px;
    }
  }


  /*dedicated server includes*/

  .dedicated-server-container{
    background-image: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url('../images/dedicated/background.jpg');
    background-size: cover;
    background-blend-mode: multiply;
    margin-bottom: 50px;
  }

  .head{
    padding: 15px;
  }

  .head h2{
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
  }

  .head p{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .options-row-edi {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.option-container-edi {
    border: 1px solid #D4DCFF;
    margin: 10px;
    padding: 10px;
    width: 30%;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff00;
}

.option-title-edi {
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    display: flex;
    align-items: center;
    font-family: 'inter', sans-serif;
    font-size: 18px;
    color: #fff;
}

.option-container-edi:hover{
  background-color: #fff;
}

.option-container-edi:hover .option-title-edi{
  color: black;
}

.option-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.option-description-edi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 95%;
    background: rgb(255, 255, 255);
    border: 1px solid #D4DCFF;
    padding: 10px;
    z-index: 10;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Inter',sans-serif;
    line-height: 1.6;
    border-bottom: 5px;

}

.option-container-edi:hover .option-description-edi {
    display: block;
}

.option-container-edi:hover{
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.option-container-edi:hover,
 .option-description-edi{
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.button{
  padding: 20px;
}

.see-all{
  background-color: #fff;
    color: rgb(10,29,51);
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #D4DCFF;
    margin-top: 30px;
    font-family: 'Inter',sans-serif;
}

.see-all:hover {
  background-color: #FFD43B;
}

@media (max-width: 768px) { 
  .options-row-edi {
      flex-direction: column; 
      width: 80%;
      margin: 0 auto;
  }

  .option-container-edi {
      width: 90%; 
      margin: 0 auto;
  }

  .option-description-edi {
      position: relative; 
      top: auto;
      left: auto;
      width: 80%;
      margin:5px 0 ;
      background-color: transparent;
      border: none;
      padding: 10px;
      box-shadow: none;
  }

  .option-container-edi:hover .option-description-edi {
      display: block;
  }

  .button{
    background-color: none;
    padding: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .option-container-edi {
      width: 90%;
      margin: 0 auto;
  }
}

@media (max-width: 540px) { 
  .option-container-edi {
      width: 100%;
  }
}


  /*self manage*/

  .container-self {
    display: flex;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .image-section-self {
    flex: 1;
  }
  
  .image-section-self img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 40px;
    margin-left: 30px;
    border-radius: 10px;
  }
  
  .text-section-self {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .text-section-self h1 {
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .text-section-self ul {
    list-style-type: none;
    padding: 0;
  }
  
  .text-section-self li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1.4;
  }

  @media (max-width: 1024px) {
    .container-self {
        flex-direction: column-reverse;
        width: 80%;    
    }

    .image-section-self {
        order: 1;
    }

    .text-section-self {
        order: 0; 
        padding: 20px; 
    }

    .text-section-self h1 {
        font-size: 40px;
    }

    .image-section-self img {
      margin-top: 10px;
      width: 70%;
      margin: 0 auto;
    }
}
  
  @media (max-width: 600px) {
    .container-self {
      flex-direction: column-reverse;
    }
    .text-section-self {
      padding: 20px;
    }
    .text-section-self h1 {
      font-size: 2em;
    }
  }


  /*buy dedicated server*/

  .buy-server-container{
    background-image: linear-gradient(rgba(0, 0, 0, 0.705), rgba(0, 0, 0, 0.705)), url('../images/dedicated/background.jpg');
    background-size: cover;
    background-blend-mode: multiply;
    margin-bottom: 50px;
  }

  .buy{
    padding: 20px;
  }

  .buy h2{
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
  }

  .buy p{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
  }

  .buy-card-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .buy-card {
    border: 1px solid #D4DCFF;
    padding: 20px;
    text-align: left;
    width: 30%;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    background-color:transparent;
    color: #fff;
  }

  .buy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    color: #000000;
    border: none;
  }

  .buy-card img {
    max-width: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .buy-card h3 {
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
  }

  .buy-card p {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    font-size: 18px;
  }

  .buy-card:nth-child(4), 
  .buy-card:nth-child(5), 
  .buy-card:nth-child(6), 
  .buy-card:nth-child(7) {
    width: 45%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .buy-view-all{
    background-color: #fff;
    color: rgb(10,29,51);
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #D4DCFF;
    margin-top: 30px;
    font-family: 'Inter',sans-serif;
  }
  
  .buy-view-all:hover {
    background-color: #FFD43B;
  }

@media (max-width: 768px) {
  .buy h2 {
    font-size: 30px; 
  }

  .buy p {
    font-size: 16px;
    padding: 10px;
  }

  .buy-card {
    width: 95%; 
    margin-bottom: 20px; 
    display: flex;
    flex-direction: column; 
    align-items: center; 
  }

  .buy-card img {
    position: static;
    margin-bottom: 10px;
    align-self: center;
  }

  .buy-card h3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .buy-card p {
    font-size: 16px; 
  }

  .buy-card:nth-child(4),
  .buy-card:nth-child(5),
  .buy-card:nth-child(6),
  .buy-card:nth-child(7) {
    width: 95%;
  }

  .buy-view-all {
    font-size: 14px; 
    padding: 10px 20px;
  }
}



  /*looking for custom dedicated*/

  .custom-banner {
    background-color: #87a9cf9a;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.custom-banner h2 {
    color: #135360 ;
    margin: 0;
    text-align: left;
    font-size: 60px;
}

.learn-more-button {
    background-color: white;
    color: #135360;
    border: 1px solid #135360;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: absolute;
    right: 20px;
    top: 50px;
    font-size: 22px;
}

.learn-more-button:hover {
    background-color: #135360;
    color: #fff;
}

.custom-expanded-content {
    display: none;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.custom-expanded-content p{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 0;
}

.custom-container {
  display: flex;
}

.custom-left-panel {
  width: 600px;
  padding: 20px;
}

.custom-box {
  padding: 10px;
  border: 1px solid #D4DCFF;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
}

.custom-arrow {
  transition: transform 0.3s ease;
  will-change: transform;
}

.expanded-content-show {
  display: none;
  padding: 10px;
  border: 1px solid #D4DCFF;
  background-color: #fff;
}

.expanded-content-show ul li{
  line-height: 1.6;
}


.custom-right-panel {
  position: relative;
  width: 500px;
}

.custom-right-panel img {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.custom-view-plans-show {
  background-color: #fff;
  color: rgb(10,29,51);
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  display: block;
  border-radius: 6px;
  text-decoration: none;
  max-width: max-content;
  margin: 0 auto;
  border: 1px solid #D4DCFF;
  margin-top: 30px;
  font-family: 'Inter',sans-serif;
}

.custom-view-plans-show:hover {
  background-color: #FFD43B;
}

@media (max-width: 768px) {
  .custom-banner{
    width: 80%;
  }
  
  .custom-banner h2 {
    font-size: 22px;
  }

  .learn-more-button {
    font-size: 16px;
    position: static;
    margin-top: 10px;
    align-self: flex-start;
  }

  .custom-right-panel{
    display: none;
  }

.expanded-content-show {
  width: 230px;
}

.custom-arrow{
  display: none;
}

.custom-left-panel{
    margin: 0 auto;
    padding-left: 0;
  }

  .custom-box {
    font-size: 14px;
    display: block;
    text-align: left;
    width: 220px;
  }

  .custom-expanded-content p,
  .custom-expanded-content-show p,
  .custom-expanded-content-show ul li {
    font-size: 14px;
  }

  .custom-view-plans-show {
    font-size: 14px;
    padding: 10px 20px;
  }
}



  /*manage dedicated*/

   .container-manage {
    display: flex;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .image-section-manage {
    flex: 1;
  }
  
  .image-section-manage img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 60px;
    margin-left: 30px;
    border-radius: 10px;
  }
  
  .text-section-manage {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .text-section-manage h1 {
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .text-section-manage ul {
    list-style-type: none;
    padding: 0;
  }
  
  .text-section-manage li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1.4;
  }

  @media (max-width: 1024px) {
    .container-manage {
        flex-direction: column-reverse;
        width: 80%;    
    }

    .image-section-manage {
        order: 1;
    }

    .text-section-manage {
        order: 0; 
        padding: 20px; 
    }

    .text-section-manage h1 {
        font-size: 40px;
    }

    .image-section-manage img {
      margin-top: 10px;
      width: 70%;
      margin: 0 auto;
    }
}
  
  @media (max-width: 600px) {
    .container-manage {
      flex-direction: column-reverse;
    }
    .text-section-manage {
      padding: 20px;
    }
    .text-section-manage h1 {
      font-size: 2em;
    }
  }


  /*modern infrastructure*/

  .infa-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.705), rgba(0, 0, 0, 0.705)), url('../images/infra-back.jpg');
    background-size: cover;
    background-blend-mode: multiply;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  
  .infa-card {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
    position: relative;
    max-width: max-content;
    border: 1px solid #D4DCFF;
  }

  .infa-card:hover {
    background-color: #ffffff;
    color: #000000;
    border: none;
  }
  
  .infa-container h2{
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 0;
  }

  .infa-container p{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    margin-top: 0;
    color: #fff;
  }

  .infa-card-large {
    max-width: 620px;
  }
  
  .infa-card-small {
    max-width:410px;
  }
  
  .infa-card .card-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    margin-bottom: 0;
  }
  
  .infa-card .card-icon img {
    max-width: 50px;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
  }
  
  .infa-card .card-title {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    margin-left: 60px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .infa-card .card-description {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    font-size: 18px;
  }
  
  @media (max-width: 768px) {
    .infa-container {
        flex-direction: column;
    }

    .infa-card,
    .infa-card-large,
    .infa-card-small {
        max-width: 100%; 
        width: 100%; 
    }

    .infa-card .card-title {
        margin-left: 0; 
        text-align: center; 
    }

    .infa-card .card-icon {
        position: static; 
        margin-left: auto;
        margin-right: auto;
        display: block; 
        text-align: center;
    }

    .infa-card .card-icon img {
        margin-left: auto; 
        margin-right: auto;
        display: block;
    }
}


  /*Dedicated faq*/

.faq-section {
    padding: 60px 20px;
    background-color: white;
  }
  
  .faq-section .container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: auto;
    flex-direction: column;
  }
  
  .faq-section h2 {
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: -15px;
    text-align: center;
  }
  
  .faq-section .faq-questions {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .faq-section .faq-item {
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: visible;
    width: 100%;
    max-width: 700px;
    position: relative;
  }
  
  .faq-section .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #F4F9FF 100%);
    cursor: pointer;
    border-bottom: 1px solid #D4DCFF;
    border-radius: 5px;
  }
  
  .faq-section .faq-question span {
    font-size: 18px;
    color: #333;
    font-weight: 600;
  }
  
  .faq-section .toggle-icon {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #007BFF;
  }
  
  .faq-section .faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-width: 700px;
    position: absolute;
    background-color: #F1F6FF; 
    z-index: 1;
    border-radius: 5px;
    line-height: 26px;
  }
  
  .faq-section .faq-answer p {
    color: #666;
  }
  
  .faq-section .faq-item.active .faq-answer {
    border-bottom: 1px solid #D4DCFF;
    max-height: 300px;
  }
  
  .faq-section .faq-item.active .faq-question {
    border-bottom: none;
  }
  
  @media (max-width: 768px) {
    .faq-section h2 {
        font-size: 40px;
    }
  
    .faq-section .container {
        flex-direction: column;
        gap: 20px;
    }
  
    .faq-section .faq-item {
        max-width: 100%;
    }
  
    .faq-section .faq-answer {
        max-width: 100%;
    }
  
    .faq-section .faq-question span {
        font-size: 14px;
    }
  }
  
  @media (max-width: 480px) {
    .faq-section h2 {
        font-size: 30px;
    }
  
    .faq-section {
        padding: 40px 10px;
    }
  
    .faq-section .faq-question {
        padding: 15px;
    }
  
    .faq-section .faq-answer {
        padding: 10px;
    }
  }
  