* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
}

body {
    font-family: sans-serif !important;
}

section {
    max-width: 1400px;
    margin-inline: auto;
}

.banner {
    width: 70%;
    margin-inline: auto;
    text-align: center;
    margin-top: 1rem;
}

.banner h1 {
    color: #ffcd33;
    font-size: 4rem;
    line-height: 0.5;
}

.cards-section {
    margin-top: 1rem;
}

.heading2 {
    color: #4882e3;
    text-align: center;
    margin-top: 2rem;
    font-size: 2.5rem;
}

.heading3{
    color: #4882e3;
    text-align: center;
    margin-top: 2rem;
    font-size: 2.0rem;
}

.card-wrapper2{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 250px;
    text-align: center;
    font-weight: 600;
}

.cards-main-wrapper .card-wrapper2 img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.cards-main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-inline: auto;
}

.card-wrapper {
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    gap: 1rem;
}

.video-frame-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.video-frame{
    height: 400px;
    aspect-ratio: 16/9;
}

.card-wrapper img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-wrapper p {
    color: #4882e3;
    font-size: 18px;
    line-height: 1.3;
}

.features-section {
    margin-top: 2rem;
    min-height: 100vh;
    display: grid;
    place-items: center;
}

.features-section h2 {
    margin-bottom: 2rem;
}

#featuresTable {
    color: #363636;
    text-align: left;
    border-spacing: 3.5rem 0;
    width: 85%;
    margin-inline: auto;
}

#featuresTable td,
#featuresTable th {
    padding-block: 1rem;
    border-bottom: 0.1rem solid #cdd8df;
    font-size: 15px;
    line-height: 2.4;
    font-weight: 500;
    /* width: 20%; */
}
#featuresTable td:first-child,
#featuresTable th:first-child {
    font-weight: 800;
    width: 35%;
    position: relative;
}
#featuresTable td:first-child::after,
#featuresTable th:first-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.1rem;
    top: -0.1rem;
    bottom: 0;
    right: -1.75rem;
    border-right: 0.1rem solid #cdd8df;
}

#featuresTable tr:first-child th:first-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.1rem;
    top: -0.1rem;
    bottom: 0;
    right: -1.75rem;
    border-right: none;
}

#featuresTable tr:first-child th {
    color: #4882E3;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.1;
}

#featuresTable tr:last-child td.heading {
    opacity: 0;
    pointer-events: none;
}

.package{
    display: flex;
    flex-direction: column;
    /* text-align: center; */
}
.package span{
    /* font-size: 14px; */
    width: 150px;
}
.package a{
    margin-top: 0.7rem;
    font-size: 16px;
}


/* tr:last-child td:first-child .info-icon {
    display: none;
} */

tr:last-child td  {
    /* display: none; */
    border-bottom: none !important;
}

.separator {
    border: none !important;
    position: relative;
    text-align: center;
    font-weight: 500;
    color: #4882E3;
    white-space: nowrap;
}

.separator::before,
.separator::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #cdd8df; 
}

.separator::before {
    left: 0;
    transform: translateY(-50%);
}

.separator::after {
    content: "Additional Services Available" !important;
    color: #4882E3 !important;
    /* font-weight: 500; */
    background: white !important;
    padding: 0 10px !important  ;
    left: 50% !important;
    transform: translate(-50%, -50%);
    display: flex !important;
    z-index: 10 !important;
    height: fit-content;
    border: none !important;
    width: fit-content !important;
    top: 50% !important;
    font-size: 16px !important;
    letter-spacing: 1.4 !important;
}

.border-none td{
    border-bottom: none !important;
}

.border-none .info-icon{
    display: none;
}

.border-none .heading{
    opacity: 0;
}


.order-btn {
border: none;
  display: flex;
  padding: 0.75rem 1.5rem;
  background-color: #488aec;
  color: #ffffff;
  font-size: 14px !important;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  user-select: none;
  box-shadow:
    0 4px 6px -1px #488aec31,
    0 2px 4px -1px #488aec17;
  transition: all 0.6s ease;
  min-width: 145px;

}
.order-btn:hover {
    box-shadow:
    0 10px 15px -3px #488aec4f,
    0 4px 6px -2px #488aec17;
}

.info-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #4882E3;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 8px;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    width: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.popup h3 {
    margin-top: 0;
}
.popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: right;
    margin-top: -10px;
    /* margin-right: -20px; */
    font-size: 30px;
    cursor: pointer;
    color: #1F2044;
    border: 1.5px solid #1F2044;
    border-radius: 50%;
    margin-left: auto;
    transition: 0.2s ease-in-out;
}
.popup-close:hover {
    background-color: #1F2044;
    color: white;
    transition: 0.2s ease-in-out;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}


.contact-section {
    margin-block: 8rem;
    margin-top: 16rem;
}

.contact-cards{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 5rem;
}

.contact-cards .card{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.contact-cards .card:nth-child(2) {
    flex-direction: row-reverse;
}

.contact-cards .card img{
    width: 30%;
    min-width: 300px;
    border-radius: 4px;
}

.contact-cards .card div{
    width: 40%;
    text-align: center;
    color: #363636;
}

.contact-cards .card div p{
    color: #363636;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.3;
}

.popup-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-header h3{
    color: #4882E3;
}

  /* From Uiverse.io by Fernando-sv */ 
  .loader {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    border-radius: 50%;
  }
  
  .loader {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    width: 56px;
    height: 56px;
  }
  
  .loader {
    border: 4px solid rgba(0, 0, 0, .5);
    border-left-color: transparent;
    width: 56px;
    height: 56px;
    animation: spin89345 1s linear infinite;
  }
  
  @keyframes spin89345 {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  .loader_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.223);
    z-index: 9999;
    /* display: grid; */
    place-items: center;
    display: none;
}

.carousel-container {
    width: 80%;
    margin: 4rem auto;
}
.carousel div{
    margin-inline:0.5rem ;
    border-radius: 8px;
    overflow: hidden;
}
.carousel img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}
.carousel img:hover {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}