body {
    margin: 0;
    padding: 0;
}

.mainSection {
    padding: 150px;
    position: relative;
    padding-bottom: 0;
    background-color: rgba(234, 236, 251, 1);
}
#loader {
    position: fixed;
    inset: 0;
    background: rgba(8, 16, 74, 1); /* or dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 9999;
    transition: 1s;
  }
.spinner {
    width: 300px;
    position: relative;
}

.spinner img {
    width: 300px;
    position: relative;
    height: 150px;
}

.spinner::after {
    content: "";
    background-color: rgba(8, 16, 74, 0.701);
    height: 60px;
    width: 300px;
    position: absolute;
    left: 0;
    bottom: -30px;
    animation: spin 5s infinite;
}

@keyframes spin {
    to {
        transform: translateY(-130px);
    }
}

header-mobile {
    display: none;
}

.mainSectionRow {
    display: flex;
    justify-content: space-between;
    gap: 10px 200px;
}

.mainSectionColumn {
    flex: 1;
}

.mainSectionColumn {
    width: 100%;
    display: block;
}

.mainSectionColumnRelative {
    margin-bottom: 0;
}

.mainSectionColumn h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 48px;
    margin-bottom: 35px;
    letter-spacing: 0;
}

.mainSectionColumn h1 span {
    color: #3056D3;
}

.mainSectionColumn h3 {
    font-family: 'Open Sans', sans-serif;
    color: rgba(8, 16, 74, 1);
    line-height: 28px;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
    letter-spacing: 0.5px;
}
.mainSectionImage{
    display: flex;
    justify-content: end;
}
.mainSectionColumn img {
    max-height: 650px;
    width: 100%;
    object-fit: contain;
}

.mainSectionColumn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(48, 86, 211, 1);
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 35px;
    letter-spacing: 0;
}

.mainSectionColumn p {
    font-family: 'Open Sans', sans-serif;
    color: rgba(8, 16, 74, 1);
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.mainSectionColumn p span {
    font-weight: 700;
}



.mainSectionUnderBlockRelative {
    background-color: white;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0px 3px 30px 0px rgba(0, 59, 255, 0.05);
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 50;
    margin-top: 100px;
   width: 120%;
}

.mainSectionUnderBlock h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.mainSectionUnderBlock p {
    font-family: 'Open Sans', sans-serif;
    color: rgba(8, 16, 74, 1);
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.mainSectionUnderBlock p span {
    color: rgba(48, 86, 211, 1);
}

/*flight booking style questions */

.questionContainer {
    display: flex;
    gap: 75px;
    padding: 100px 150px;
    align-items: flex-start;
}

.questionIcon {
    background-color: rgba(48, 86, 211, 1);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 50px;
    min-width: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 16px;
    border-radius: 50%;
}

.secondQuestionContainer {
    flex-direction: row-reverse;
}

.secondQuestionContainerPss {
    flex-direction: row-reverse;
    background-color: rgba(234, 236, 251, 1);
}

.questionCol {
    flex-basis: 50%;
    width: 100%;
}
.questionsSectionTopPadding{
    padding-top: 20px;
}
.whyChooseUniqueContent p{
    font-family: 'Open Sans', sans-serif;
    color: rgba(8, 16, 74, 1);
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    margin: 30px 0;
    letter-spacing: 0.5px;
}
.whyChooseUniqueContent h3{
    font-family: 'Open Sans', sans-serif;
    color: rgba(8, 16, 74, 1);
    line-height: 28px;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0;
    letter-spacing: 0.5px;
}

.questionCol img {
    width: 100%;
    border-radius: 8px;
}

.questionContainer h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(48, 86, 211, 1);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    margin: 40px 0;
    margin-top: 0;
}

.questionContainer h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2%;
    margin: 30px 0;
}

.questionContainer h1 span {
    color: rgba(48, 86, 211, 1);
}

.questionContentRow {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(48, 86, 211, 0.38);
    padding: 20px;
}

.lastQuestionContentRow {
    border: none;
}

.questionRowContent h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    margin-top: 0;
    margin-bottom: 0;
}

.questionRowContent p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgba(8, 16, 74, 1);
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    line-height: 24px;
    letter-spacing: -2%;
}

.howItWorksSection {
    padding: 100px 150px 150px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.howItWorksCol {
    flex: 1;
}
.howItWorksCol img{
    width: 100%;
    height: 100%;
}

.howItWorksContent h6 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(48, 86, 211, 1);
}

.howItWorksContent h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2%;
    margin: 30px 0;
}

.howItWorksStep {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    gap: 20px;
    border-bottom: 1px solid rgba(48, 86, 211, 0.38);
}

.howItWorksStepContent h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: -2%;
}

.howItWorksContent p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgba(8, 16, 74, 1);
    font-size: 16px;
    margin-top: 5px;
    line-height: 24px;
    letter-spacing: -2%;
}

.howItWorksImage {
    width: 100%;
    height: 100%;
}

.whyChooseSection {
    padding: 100px 150px;
    background-color: rgba(8, 16, 74, 1);
    text-align: center;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(./images/mapi.png);
}

.whyChooseSectionFlightBook {
    padding-bottom: 200px;
}

.whyChooseSection h6 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    color: rgba(48, 86, 211, 1);
}

.whyChooseSection h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 35px;
    letter-spacing: -2%;
    margin-bottom: 60px;
}

.whyChooseSection span {
    color: rgba(48, 86, 211, 1);
}

.reasonsContent {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.reasonColumn {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.singleReasonContainer {
    padding: 30px;
    text-align: start;
    border-radius: 12px;
    width: calc(100% - 60px);

    background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.29);
  backdrop-filter: blur(13.2px);
  -webkit-backdrop-filter: blur(13.2px);
}

.singleReasonContainer h3 {
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    margin: 0;
}

.singleReasonContainer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.singleReasonContainer p b{
    font-weight: 700;
}

/* Style for flightbooking */

.marketInsightsSection {
    padding: 0 150px 100px 150px;
}

.marketInsightsContainer {
    display: flex;
    background-color: rgba(48, 86, 211, 1);
    padding: 50px 30px;
    gap: 30px;
    margin-top: -75px;
    border-radius: 16px;
    align-items: flex-start;
}

.marketInsightsCol {
    flex: 1;
}

.marketInsightsCol h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    margin: 0;
    font-size: 32px;
    line-height: 40px;
}

.marketinsightsContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    justify-content: space-between;
}

.marketInsightsCol p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white;
    margin: 0;
    font-size: 16px;
    line-height: 24px
}

.marketInsightsIcon {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 50%;
}

/*style for pss */


/* from chatgpt */


.table-container {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(48, 86, 211, 0.38);
    border-radius: 16px;
  }

  .table-container table {
    border-collapse: collapse;
    width: 100%;
    min-width: 900px; /* forces horizontal scroll */
  }

  .table-container th,
  .table-container td {
    border: 1px solid rgba(48, 86, 211, 0.38);
    padding: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: white;
    white-space: wrap;
  }

  /* Header */
  .table-container th {
    background: rgba(8, 16, 74, 1);
    font-weight: 600;
    font-size: 20px;
    text-align: left;
  }

  /* First column sticky */
  .firstColTableData {
    position: sticky;
    left: 0;
    background: rgba(8, 16, 74, 1); /* match your background */
    z-index: 2;
    font-weight: 600;
  }

  /* Sticky header */
  .table-container th.firstColTableData {
    z-index: 3;
  }

  /* Second column custom background */
  .secondColTableData {
    background-color: rgba(48, 86, 211, 0.38);
  }





/* from chatgpt */
.comparingTableSection {
    padding: 150px;
    background-color: rgba(8, 16, 74, 1);
}

.comparingTableSection h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 48px;
    margin-bottom: 35px;
    line-height: 56px;
    letter-spacing: 0;
}

.comparingTableSection h1 span {
    color: rgba(48, 86, 211, 1);
}

.comparingTableSection table {
    border: 1px solid rgba(48, 86, 211, 0.38);
    border-radius: 16px;
    min-width: 600px;
    border-spacing: 0;
}
.firstColTableData{
    position: sticky;
    left: 0;
}
.table-wrapper {
    overflow-x: auto;
    position: relative;
  }



.comparingTableSection table td {
    border-top: 1px solid rgba(48, 86, 211, 0.38);
    padding: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    display: block;
    flex: 1;
}

.comparingTableSection .firstColTable td {
    font-weight: 600;
    
}

.comparingTableSection th {
    padding: 30px 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    text-align: start;
    font-size: 24px;
    flex: 1;
    letter-spacing: -2%;
    line-height: 32px;
}

.comparingTableSection .secondColTableData {
    background-color: rgba(48, 86, 211, 0.38);
}

.comparingTableSection table tr {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: stretch;
    max-width: 100%;
}
table{
    max-width: 100%;
    overflow-x: scroll;
    position: relative;
}
.comparingTableSection table td, .comparingTableSection table th{
    min-width: 100px;
}

.pssWhySwitchSection {
    padding: 20px 150px 75px 150px;
    text-align: center;
    background-color: rgba(48, 86, 211, 1);
}

.reasonToSwitchContentRow svg {
    transform: scale(1.7);
    display: block;
    transform-origin: center center;
    margin-top: 5px;
    margin-left: 5px;
}

.pssWhySwitchSection h6 {
    color: rgba(8, 16, 74, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.pssWhySwitchSection h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 48px;
    margin-bottom: 50px;
    line-height: 56px;
    letter-spacing: 0;
}

.pssWhySwitchRow {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.pssWhySwitchRow .pssWhySwitchCol {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.pssWhySwitchIcon {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.pssWhySwitchCol h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 24px;
    letter-spacing: -2%;
    line-height: 40px;
    margin: 0;
}

.pssWhySwitchCol p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.whyToSwitch {
    padding: 150px;
}

.whyToSwitch h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0;
    color: rgba(48, 86, 211, 1);
}

.whyToSwitch h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 50px 0;
    color: rgba(8, 16, 74, 1);
    font-size: 40px;
    letter-spacing: -2%;
    line-height: 56px;
}

.whyToSwitch h1 span {
    color: rgba(48, 86, 211, 1);
}

.reasonsToSwitchRow {
    display: flex;
    gap: 30px;
}

.reasonToSwitchCol {
    flex: 1;
}

.reasonToSwitchImg {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.reasonToSwitchImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.reasonToSwitchContent h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 24px;
    letter-spacing: -2%;
    line-height: 40px;
}

.reasonToSwitchContentRow {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.reasonToSwitchContentRow p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
}

/* style for mobile apps*/

.featuresTravelersSection {
    padding: 100px 150px;
    background-color: rgba(8, 16, 74, 1);
}

.featuresTravelersSection h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
    letter-spacing: 0;
}
.futureTravelersContainer {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.futureTravalersCol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.futureTravalersContentRow {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-items: center;

}

.futureTravalersCol h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
}

.featuresTravelersButtonContainer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.featuresTravelersButtonContainer a {
    padding: 15px 42px;
    background-color: rgba(48, 86, 211, 1);
    border-radius: 6px;
    transition: .5s;

    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.5px;
    border: none;
}
.featuresTravelersButtonContainer a:hover{
    background-color: rgb(31, 64, 171);
}
.coreModulesSection{
    padding: 75px 150px;
}
.coreModulesSection h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(48, 86, 211, 1);
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.coreModulesSection h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 48px;
    text-align: center;
    line-height: 56px;
    margin: 30px 0;
}
.coreModulesRow h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 24px;
    letter-spacing: -2%;
    line-height: 40px;
    margin: 30px 0;
}
.rowinsideCore svg{
    min-width: 25px !important;
}
.rowinsideCore{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.coreModulesRow p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgba(8, 16, 74, 1);
    font-size: 16px;
    letter-spacing: -2%;
    margin: 0;
    line-height: 24px;
}
.coreModulesRow{
    display: flex;
    margin-top: 75px;
    align-items: center;
    gap: 30px;
}
.coreModulesCol{
    flex: 1;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 5px 30px rgba(0, 59, 255, 0.05);
}

@media screen and (max-width: 1200px) {
    my-header {
        display: none;
    }

    header-mobile {
        display: block;
    }

}

@media screen and (max-width: 1400px) {

    .mainSection,
    .whyChooseSection,
    .howItWorksSection,
    .questionContainer,
    .coreModulesSection,
    .marketInsightsSection, .featuresTravelersSection,.comparingTableSection, .whyToSwitch, .pssWhySwitchSection {
        padding-left: 50px;
        padding-right: 50px;
    }

    /* .mainSectionUnderBlock {
        left: 50px;
        width: calc(80% - 100px);
    } */

}

@media screen and (max-width: 1200px) {
    .mainSectionRow {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mainSectionUnderBlockRelative{
        width: calc(100% - 60px);
    }
    .mainSectionColumn{
        margin-bottom: 0;
    }

    .mainSectionRow img {
        width: 100%;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 967px) {
    .howItWorksSection {
        flex-direction: column;
    }
    .howItWorksCol{
        flex: none;
    }
    .whyChooseSection{
        background-size: 100%;
        background-position: bottom;
    }
    .questionContainer {
        flex-direction: column;
    }

    .howItWorksCol {
        margin: 0;
    }

    .howItWorksCol h1,
    .howItWorksCol h6 {
        text-align: center;
    }

    .howItWorksCol h1 {
        margin-bottom: 50px;
        margin-top: 0;
    }

    .howItWorksCol img {
        display: block;
        width: 50%;
        margin: auto;
    }

    .reasonsContent {
        flex-direction: column;
    }

    .reasonColumn {
        flex-direction: row;
    }
    .reasonsToSwitchRow{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}
@media screen and (max-width: 850px){
    .futureTravelersContainer{
        flex-direction: column;
    }
    .futureTravalersCol{
        flex-direction: row;
    }
    .futureTravalersContentRow{
        flex: 1;
    }
}
@media screen and (max-width: 750px){
    .comparingTableSection{
        padding: 100px 0;
    }
    .coreModulesRow{
        flex-direction: column;
    }
    .comparingTableSection h1{
        padding: 0 20px;
    }
    .pssWhySwitchRow{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    td{
        padding: 10px !important;
        font-size: 14px !important;
    }
    th{
        font-size: 18px !important;
    }
    .howItWorksCol img {
        width: 100%;
        height: auto !important;
    }
}

@media screen and (max-width: 678px) {
    .questionContainer h1{
        text-align: center;
    }
    .whyChooseUniqueContent p, .whyChooseUniqueContent h3{
        text-align: center;
    }
    .mainSectionColumn h3, .mainSectionColumn p{
        text-align: center;
    }
    .whyToSwitch{
        padding: 50px 20px;
    
    }
    .coreModulesSection h1{
        margin-bottom: 0;
    }
    .questionContainer, .pssWhySwitchSection, .coreModulesSection{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .mainSectionUnderBlock {
        position: relative;
        bottom: 0;
        left: 0;
        width: calc(100% - 30px);
        padding: 2px 15px;
        text-align: center;
    }
    .questionsSectionTopPadding{
        padding-top: 0;
    }

    .marketInsightsSection {
        padding: 0;
    }

    .marketInsightsContainer {
        border-radius: 0;
        margin-top: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px;
    }

    .singleReasonContainer {
        text-align: center;
    }

    .mainSection {
        padding-bottom: 50px;
    }

    .howItWorksSection {
        padding-top: 50px;
    }

    .mainSection,
    .whyChooseSection,
    .howItWorksSection, .questionContainer, .featuresTravelersSection, .coreModulesSection {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reasonColumn {
        flex-direction: column;
    }

    .mainSectionColumn h1,
    .whyChooseSection h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
}
@media screen and (max-width: 450px) {
.marketInsightsContainer {
    grid-template-columns: 1fr;
    text-align: center;
}
}
@media screen and (max-width: 500px) {
   
    .questionContainer h1, .comparingTableSection h1, .pssWhySwitchSection h1, .whyToSwitch h1  {
        font-size: 32px;
        line-height: 40px;
    }
    .howItWorksCol h1, .featuresTravelersSection h1,  .coreModulesSection h1{
        font-size: 35px;
    }
    .whyChooseSection{
        background-size: 200%;
        background-position: center;
    }
    .singleReasonContainer h3{
        font-size: 24px;
    }
    .reasonsToSwitchRow{
        grid-template-columns: 1fr;
    }
    .questionContentRow{
        padding: 20px 0;
    }
    .questionIcon{
        height: 30px;
        width: 30px;
    }
    .questionContainer h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .questionRowContent h3 {
        font-size: 18px;
        line-height: 24px;
    }
   

    .futureTravalersCol{
        flex-direction: column;
    }
    .pssWhySwitchRow{
        grid-template-columns: 1fr;
    }
}