body {
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

html {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

button,
input,
select,
textarea {
  outline: 0;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}
@media only screen and (min-width: 1300px) {
  .section {
    padding: 4rem 0;
  }
  

  .sideNavBackground {
    display: none;
  }

  .sideNav {
    display: none;
  }

  .light_b_section {
    background-color: #f3faff;
    padding: 6rem 0;
    margin: 2rem 0;
  }

  .flx_50 {
    width: calc(50% - 18px);
  }

  .header{
    height: 100px;
    width: 1280px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .logo{
    height: 90px;
    margin: 5px 0;
  }

  .nav_btn {
    color: #243546;
    font-size: 14px;
    margin: 0 2rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav_btn:hover {
    color: #0295ff;
    cursor: pointer;
  }

  .nav_btn_active {
    color: #0295ff;
    font-size: 14px;
    margin: 0 2rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 36px;
    max-width: 1280px;
  }

  .wrapper {
    width: 1280px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .hero_section {
    width: 1280px;
    height: 600px;
    padding: 0 0 3rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .hero_img_container {
    width: 48%;
    height: 600px;
    position: relative;
    overflow: hidden;
  }

  .hero_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
  }

  .hero_img_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    animation: hero_slide 0.8s ease-in-out forwards;
  }

  .hero_text_container {
    width: 48%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }

  .small_heading {
    font-size: 14px;
    color: #0295ff;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .hero_text {
    font-size: 1rem;
    margin: 0;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_heading {
    font-size: 4rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_btn {
    background-color: #0295ff;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_btn:hover {
    background-color: #058dee;
    cursor: pointer;
  }

  .sec_btn {
    background-color: #041c33;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }

  .main_heading {
    animation-delay: 0.2s;
  }
  .hero_text {
    animation-delay: 0.4s;
  }
  .main_btn {
    animation-delay: 0.6s;
  }

  .sec_btn:hover {
    background-color: #05182b;
    cursor: pointer;
  }

  .card {
    border-radius: 14px;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fafbfd;
  }

  .card_container {
    position: relative;
    margin-top: 1rem;
  }

  .card_number {
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: -25px;
    background-color: #0295ff;
    border-radius: 14px;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }

  .section_heading_c {
    font-size: 40px;
    font-weight: 600;
    margin: 1rem auto;
    text-align: center;
    color: #243546;
  }

  .small_heading_c {
    font-size: 14px;
    color: #0295ff;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }

  .sub_heading {
    font-size: 40px;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
  }

  .sub_heading_w {
    font-size: 40px;
    font-weight: 600;
    margin: 1rem 0;
    color: #fff;
  }

  .card_heading_mg {
    font-size: 20px;
    color: #243546;
    margin: 1.5rem 0 0 0;
    font-weight: 600;
  }

  .card_heading {
    font-size: 20px;
    color: #243546;
    margin: 0;
    font-weight: 600;
  }

  .basic_text_w {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    font-weight: 500;
  }

  .basic_text {
    font-size: 14px;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
  }

  .basic_text_c {
    font-size: 14px;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    margin: auto;
    width: 1000px;
  }

  .card_link {
    color: #0295ff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .card_link:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .grey_wrapper {
    position: relative;
    margin: auto;
    width: 1280px;
    height: 540px;
  }

  .grey_image_container {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: calc(50% - 18px);
    height: 540px;
  }

  .grey_block {
    position: absolute;
    left: 0;
    top: 45px;
    height: 450px;
    background-color: #fafbfd;
    width: 100%;
    z-index: 1;
  }

  .grey_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    z-index: 2;
  }

  .grey_text_container {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 18px);
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
    box-sizing: border-box;
    padding-right: 1rem;
  }

  .semi_heading {
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
  }

  .start_flex {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0;
  }

  .star {
    height: 18px;
    width: 18px;
  }

  .blue_bar_bottom {
    padding: 4rem 0;
    margin: 2rem 0 0 0;
    background-color: #0295ff;
  }

  .blue_bar {
    padding: 4rem 0;
    margin: 2rem 0;
    background-color: #0295ff;
  }

  .float_image_container {
    width: 100%;
    height: 545px;
    position: relative;
  }

  .float_background_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    height: 480px;
    object-fit: cover;
    z-index: 1;
    border-radius: 14px;
  }

  .float_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    object-fit: cover;
    z-index: 2;
    border: 12px solid #fff;
    border-radius: 14px;
  }

  .gal_img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 14px;
  }

  .contact_section {
    margin: auto;
    position: relative;
    height: 630px;
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .contact_img_placer {
    position: absolute;
    left: 0;
    top: 0;
    width: 840px;
    height: 630px;
  }

  .contact_img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    height: 630px;
    z-index: 1;
  }

  .form_placer {
    width: calc(50% - 18px);
    z-index: 3;
  }

  .form_placer_pdf{
    width: 50%;
    margin: auto;
    padding: 5rem 0;
  }


  .form_container {
    width: 100%;
    background-color: #1e3348;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 1rem;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 49%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0.5rem 0;
  }

  .input,
  .textarea {
    background-color: #35485b;
    border: none;
    border-radius: 14px;
    color: #fff;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0 0 1.5rem;
    font-size: 14px;
    height: 45px;
    width: 100%;
  }

  .textarea {
    height: 75px;
  }

  .textarea::placeholder {
    color: #c4c4c4;
  }

  .input::placeholder {
    color: #c4c4c4;
  }

  .form_btn {
    background-color: #0295ff;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }

  .form_btn:hover {
    background-color: #036eda;
    cursor: pointer;
  }

  .bar_img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 14px;
  }

  .service_container,
  .service_container_active {
    box-sizing: border-box;
    padding: 0.5rem 0.2rem;
    overflow: hidden;
    border-bottom: 1px solid #243546;
  }

  .faq_container,
  .faq_container_active {
    box-sizing: border-box;
    padding: 0.5rem 0.2rem;
    overflow: hidden;
    border-radius: 14px;
    background-color: #fafbfd;
  }

  .faq_container_active {
    width: 100%;
    border-left: 2px solid #0295ff;
    margin: 1rem 0;
  }
  
  .faq_container {
    width: 100%;
    margin: 1rem 0;
    cursor: pointer;
  }

  .faq_container_text {
    height: 0;
  }

  .faq_container_text_active {
    height: 100%;
  }

  .banner_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .banner_heading {
    margin: 1rem 0 0.5rem;
    font-size: 14px;
    padding: 0 0.5rem;
    color: #243546;
    font-weight: 600;
    max-width: 90%;
  }

  .banner_text {
    color: #3d5166;
    font-size: 14px;
    line-height: 2;
    margin: 0.5rem;
  }

  .service_container_text {
    height: 0;
  }

  .service_container_text_active {
    height: 100%;
  }

  .arrow {
    display: inline-block;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  
  .arrow_active {
    transform: rotate(90deg); /* makes it point down if originally → */
  }

  .link{
    color: #ffffff;
    text-decoration: none;
  }

  .link:hover{
    color: #ffffff;
    text-decoration: underline;
  }

  .menu_btn_placer{
    display: none;
  }
}

@media only screen and (min-width: 970px) and (max-width: 1300px) {
  .section {
    padding: 4rem 0;
  }

  .menu_btn_placer{
    display: none;
  }

  .light_b_section {
    background-color: #f3faff;
    padding: 6rem 0;
    margin: 2rem 0;
  }

  .flx_50 {
    width: calc(50% - 18px);
  }

  .header{
    height: 100px;
    width: 900px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .logo{
    height: 90px;
    margin: 5px 0;
  }


  .form_placer_pdf{
    width: 50%;
    margin: auto;
    padding: 5rem 0;
  }

  .nav_btn {
    color: #243546;
    font-size: 14px;
    margin: 0 2rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav_btn:hover {
    color: #0295ff;
    cursor: pointer;
  }

  .nav_btn_active {
    color: #0295ff;
    font-size: 14px;
    margin: 0 2rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 36px;
    max-width: 900px;
  }

  .wrapper {
    width: 900px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .hero_section {
    width: 900px;
    padding: 0 0 3rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .hero_img_container {
    width: 48%;
    position: relative;
    overflow: hidden;
  }

  .hero_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
  }

  .hero_img_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    animation: hero_slide 0.8s ease-in-out forwards;
  }

  .hero_text_container {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }

  .small_heading {
    font-size: 14px;
    color: #0295ff;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .hero_text {
    font-size: 1rem;
    margin: 0;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_heading {
    font-size: 3rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_btn {
    background-color: #0295ff;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_btn:hover {
    background-color: #058dee;
    cursor: pointer;
  }

  .sec_btn {
    background-color: #041c33;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }

  .main_heading {
    animation-delay: 0.2s;
  }
  .hero_text {
    animation-delay: 0.4s;
  }
  .main_btn {
    animation-delay: 0.6s;
  }

  .sec_btn:hover {
    background-color: #05182b;
    cursor: pointer;
  }

  .card {
    border-radius: 14px;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fafbfd;
  }

  .card_container {
    position: relative;
    margin-top: 1rem;
  }

  .card_number {
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: -25px;
    background-color: #0295ff;
    border-radius: 14px;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }

  .section_heading_c {
    font-size: 40px;
    font-weight: 600;
    margin: 1rem auto;
    text-align: center;
    color: #243546;
  }

  .small_heading_c {
    font-size: 14px;
    color: #0295ff;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }

  .sub_heading {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
  }

  .sub_heading_w {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #fff;
  }

  .card_heading_mg {
    font-size: 20px;
    color: #243546;
    margin: 1.5rem 0 0 0;
    font-weight: 600;
  }

  .card_heading {
    font-size: 20px;
    color: #243546;
    margin: 0;
    font-weight: 600;
  }

  .basic_text_w {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    font-weight: 500;
  }

  .basic_text {
    font-size: 14px;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
  }

  .basic_text_c {
    font-size: 14px;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    margin: auto;
    width: 900px;
  }

  .card_link {
    color: #0295ff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .card_link:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .grey_wrapper {
    position: relative;
    margin: auto;
    width: 900px;
    height: 540px;
  }

  .grey_image_container {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: calc(50% - 18px);
    height: 600px;
  }

  .grey_block {
    position: absolute;
    left: 0;
    top: 25px;
    height: 550px;
    background-color: #fafbfd;
    width: 100%;
    z-index: 1;
  }

  .grey_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    z-index: 2;
  }

  .grey_text_container {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 18px);
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
    box-sizing: border-box;
    padding-right: 1rem;
  }

  .semi_heading {
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
  }

  .start_flex {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0;
  }

  .star {
    height: 18px;
    width: 18px;
  }

  .blue_bar_bottom {
    padding: 4rem 0;
    margin: 2rem 0 0 0;
    background-color: #0295ff;
  }

  .blue_bar {
    padding: 4rem 0;
    margin: 2rem 0;
    background-color: #0295ff;
  }

  .float_image_container {
    width: 100%;
    height: 450px;
    position: relative;
  }

  .float_background_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 380px;
    object-fit: cover;
    z-index: 1;
    border-radius: 14px;
  }

  .float_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    object-fit: cover;
    z-index: 2;
    border: 8px solid #fff;
    border-radius: 14px;
  }

  .gal_img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 14px;
  }

  .contact_section {
    margin: auto;
    position: relative;
    height: 630px;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .contact_img_placer {
    position: absolute;
    left: 0;
    top: 0;
    width: 750px;
    height: 630px;
  }

  .contact_img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    height: 630px;
    z-index: 1;
  }

  .form_placer {
    width: calc(60% - 18px);
    z-index: 3;
  }

  .form_container {
    width: 100%;
    background-color: #1e3348;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 1rem;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 49%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0.5rem 0;
  }

  .input,
  .textarea {
    background-color: #35485b;
    border: none;
    border-radius: 14px;
    color: #fff;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0 0 1.5rem;
    font-size: 14px;
    height: 45px;
    width: 100%;
  }

  .textarea {
    height: 75px;
  }

  .textarea::placeholder {
    color: #c4c4c4;
  }

  .input::placeholder {
    color: #c4c4c4;
  }

  .form_btn {
    background-color: #0295ff;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }

  .form_btn:hover {
    background-color: #036eda;
    cursor: pointer;
  }

  .bar_img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 14px;
  }

  .service_container,
  .service_container_active {
    box-sizing: border-box;
    padding: 0.5rem 0.2rem;
    overflow: hidden;
    border-bottom: 1px solid #243546;
  }

  .faq_container,
  .faq_container_active {
    box-sizing: border-box;
    padding: 0.5rem 0.2rem;
    overflow: hidden;
    border-radius: 14px;
    background-color: #fafbfd;
  }

  .faq_container_active {
    width: 100%;
    border-left: 2px solid #0295ff;
    margin: 1rem 0;
  }
  
  .faq_container {
    width: 100%;
    margin: 1rem 0;
    cursor: pointer;
  }

  .faq_container_text {
    height: 0;
  }

  .faq_container_text_active {
    height: 100%;
  }

  .banner_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .banner_heading {
    margin: 1rem 0 0.5rem;
    font-size: 14px;
    padding: 0 0.5rem;
    color: #243546;
    font-weight: 600;
    max-width: 90%;
  }

  .banner_text {
    color: #3d5166;
    font-size: 14px;
    line-height: 2;
    margin: 0.5rem;
  }

  .service_container_text {
    height: 0;
  }

  .service_container_text_active {
    height: 100%;
  }

  .arrow {
    display: inline-block;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  
  .arrow_active {
    transform: rotate(90deg); /* makes it point down if originally → */
  }

  .link{
    color: #ffffff;
    text-decoration: none;
  }

  .link:hover{
    color: #ffffff;
    text-decoration: underline;
  }
  

  .sideNavBackground {
    display: none;
  }

  .sideNav {
    display: none;
  }
}


@media only screen and (max-width: 970px) {
  .section {
    padding: 4rem 0;
  }

  .light_b_section {
    background-color: #f3faff;
    padding: 6rem 0;
    margin: 2rem 0;
  }

  .flx_50 {
    width: 100%;
  }


  .form_placer_pdf{
    width: 90%;
    margin: auto;
    padding: 5rem 0;
  }

  .header{
    height: 100px;
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .logo{
    height: 90px;
    margin: 5px 0;
  }

  .nav_btn {
    color: #243546;
    font-size: 14px;
    margin: 0 2rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav_btn:hover {
    color: #0295ff;
    cursor: pointer;
  }

  .nav_btn_active {
    color: #0295ff;
    font-size: 14px;
    margin: 0 2rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 16px;
    width: 94%;
  }

  .wrapper {
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .hero_section {
    width: 94%;
    padding: 0 0 3rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .hero_img_container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .hero_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
  }

  .hero_img_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    animation: hero_slide 0.8s ease-in-out forwards;
  }

  .hero_text_container {
    width: 100%;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }

  .small_heading {
    font-size: 14px;
    color: #0295ff;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .hero_text {
    font-size: 1rem;
    margin: 0;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_heading {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_btn {
    background-color: #0295ff;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_btn:hover {
    background-color: #058dee;
    cursor: pointer;
  }

  .sec_btn {
    background-color: #041c33;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }

  .main_heading {
    animation-delay: 0.2s;
  }
  .hero_text {
    animation-delay: 0.4s;
  }
  .main_btn {
    animation-delay: 0.6s;
  }

  .sec_btn:hover {
    background-color: #05182b;
    cursor: pointer;
  }

  .card {
    border-radius: 14px;
    box-sizing: border-box;
    padding: .5rem;
    background-color: #fafbfd;
  }

  .card_container {
    position: relative;
    margin-top: 2rem;
  }

  .card_number {
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: -25px;
    background-color: #0295ff;
    border-radius: 14px;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }

  .section_heading_c {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem auto;
    text-align: center;
    color: #243546;
  }

  .small_heading_c {
    font-size: 14px;
    color: #0295ff;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }

  .sub_heading {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
  }

  .sub_heading_w {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #fff;
  }

  .card_heading_mg {
    font-size: 20px;
    color: #243546;
    margin: 1.5rem 0 0 0;
    font-weight: 600;
  }

  .card_heading {
    font-size: 20px;
    color: #243546;
    margin: 0;
    font-weight: 600;
  }

  .basic_text_w {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    font-weight: 500;
  }

  .basic_text {
    font-size: 14px;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
  }

  .basic_text_c {
    font-size: 14px;
    color: #3d5166;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    margin: auto;
    width: 94%;
  }

  .card_link {
    color: #0295ff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .card_link:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .grey_wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 94%;
  }

  .nav{
    display: none;
  }

  .reverse{
    flex-direction: column-reverse;
  }

  .grey_image_container {
    width: 100%;
    height: 600px;
  }

  .menu_btn{
    height: 35px;
  }

  .grey_block {
    background-color: #fafbfd;
    width: 90%;
    margin: 0 5% 0 5%;
    z-index: 1;
    box-sizing: border-box;
    padding: 2rem 1rem 1rem 1rem;
  }

  .grey_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    z-index: 2;
  }

  .grey_text_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
    box-sizing: border-box;
    padding-right: 1rem;
  }

  .semi_heading {
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;
    color: #243546;
  }

  .start_flex {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0;
  }

  .star {
    height: 18px;
    width: 18px;
  }

  .blue_bar_bottom {
    padding: 4rem 0;
    margin: 2rem 0 0 0;
    background-color: #0295ff;
  }

  .blue_bar {
    padding: 4rem 0;
    margin: 2rem 0;
    background-color: #0295ff;
  }

  .float_image_container {
    width: 100%;
    height: 450px;
    position: relative;
  }

  .float_background_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
    z-index: 1;
    border-radius: 14px;
  }

  .float_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    object-fit: cover;
    z-index: 2;
    border: 8px solid #fff;
    border-radius: 14px;
  }

  .gal_img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 14px;
  }

  .contact_section {
    margin: auto;
    position: relative;
    height: 780px;
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .contact_img_placer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
  }

  .contact_img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    height: 450px;
    z-index: 1;
  }

  .form_placer {
    position: absolute;
    width:  90%;
    left: 5%;
    top: 240px;
    z-index: 3;
  }

  .form_container {
    width: 100%;
    background-color: #1e3348;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 1rem;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 100%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0.5rem 0;
  }

  .input,
  .textarea {
    background-color: #35485b;
    border: none;
    border-radius: 14px;
    color: #fff;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0 0 1.5rem;
    font-size: 14px;
    height: 45px;
    width: 100%;
  }

  .textarea {
    height: 75px;
  }

  .textarea::placeholder {
    color: #c4c4c4;
  }

  .input::placeholder {
    color: #c4c4c4;
  }

  .form_btn {
    background-color: #0295ff;
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }

  .form_btn:hover {
    background-color: #036eda;
    cursor: pointer;
  }

  .bar_img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 14px;
  }

  .service_container,
  .service_container_active {
    box-sizing: border-box;
    padding: 0.5rem 0.2rem;
    overflow: hidden;
    border-bottom: 1px solid #243546;
  }

  .faq_container,
  .faq_container_active {
    box-sizing: border-box;
    padding: 0.5rem 0.2rem;
    overflow: hidden;
    border-radius: 14px;
    background-color: #fafbfd;
  }

  .faq_container_active {
    width: 100%;
    border-left: 2px solid #0295ff;
    margin: 1rem 0;
  }
  
  .faq_container {
    width: 100%;
    margin: 1rem 0;
    cursor: pointer;
  }

  .faq_container_text {
    height: 0;
  }

  .faq_container_text_active {
    height: 100%;
  }

  .banner_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .banner_heading {
    margin: 1rem 0 0.5rem;
    font-size: 14px;
    padding: 0 0.5rem;
    color: #243546;
    font-weight: 600;
    max-width: 90%;
  }

  .banner_text {
    color: #3d5166;
    font-size: 14px;
    line-height: 2;
    margin: 0.5rem;
  }

  .service_container_text {
    height: 0;
  }

  .service_container_text_active {
    height: 100%;
  }

  .arrow {
    display: inline-block;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  
  .arrow_active {
    transform: rotate(90deg); /* makes it point down if originally → */
  }

  .link{
    color: #ffffff;
    text-decoration: none;
  }

  .link:hover{
    color: #ffffff;
    text-decoration: underline;
  }
  
.col-12ssm {
  grid-column: span 12;
}

.sideNavBackground {
  width: 0;
  position: fixed;
  z-index: 6;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  transition: 0.3s;
}

.sideNav {
  width: 0;
  position: fixed;
  z-index: 7;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
  transition: 0.5s;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 0px 50px 5px rgba(0, 122, 246, 0.1);
}

.sidenav_btn_nav {
  width: 100%;
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

.side_nav_btn {
  width: 60%;
  color: #243546;
  margin: 0.5rem 0 0 2rem;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 14px;
  list-style: none;
  font-weight: 600;
}



}

.footer_bar{
  background-color: #0295ff;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}

.footer{
  background-color: #1E3348;
  padding: 2rem 0 1rem 0;
}

.p_col{
  color: #0295ff;
}


.footer_logo{
  width: 120px;
}

.G_text {
  font-size: 14px;
  color: #0dac5f;
  font-weight: 600;
  margin-bottom: 0;
}

.contact_section_form{
  width: 100%;
  min-height: 100vh;
  background-color: #0295ff;
}