/* Responsive Design */

@media (min-width: 1600px) {
  .container {
    margin: 0 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


@media (max-width: 1599px) {
  .header-container {
    width: calc(100% - 2.5rem);
    margin-left: auto;
    margin-right: auto;
  }
  
  .nav-list a {
    padding: 8px 8px;
  } 

  .nav-list {
    gap: 20px;
  }
  .logo-title {
    font-size: 30px;
  }
  
  /* Container padding for sections */
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box !important;
  }

  /* Reviews section */
  .reviews_content_block {
    margin-right: 10px !important;
    overflow: hidden;
  }

  .reviews_content_block .swiper-slide {
    width: 320px;
  }
  

  /* Get started section padding */
  .get_started .container {
    padding: 3rem 3rem 0;
  }
  
  /* Become and FAQ stay in row until 1024 */
  .becom-wrapper {
    flex-wrap: nowrap;
  }
  
  .faq_wrp {
    flex-wrap: nowrap;
  }
  
  /* About cards repositioning */
  .about .phone_cards_container.card_left {
    left: -8% ;
  }
  
  .about .phone_cards_container.card_right {
    right: -8% ;
  }

  .become .arrived_title {
    font-size: 16px;
  }

  .become .arrived_description {
    font-size: 16px;
  }
}





@media (max-width: 1332px) {
  .header-container {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  
  .nav-list a {
    font-size: 16px;
    padding: 8px 4px;
  } 

  .nav-list {
    gap: 15px;
  }
  .logo-title {
    font-size: 28px;
  }
  
  /* Container padding for sections */
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box !important;
  }
  
  /* About cards repositioning */
  .about .phone_cards_container.card_left {
    left: -12%;
  }
  
  .about .phone_cards_container.card_right {
    right: -25% ;
  }
  
  /* About section images - 40% smaller */
  .about_bottom .about_left_img,
  .about_bottom .about_right_img {
    max-width: 218px;
  }
  
  .about_bottom .about_center_img {
    max-width: 253px;
    margin: 0 33px;
  }
  
  /* About cards - 30% smaller */
  .about .phone_cards_container.card_left .awaiting_card,
  .about .phone_cards_container.card_right .arrived_card {
    min-width: 311px;
  }
  
  .about .card_header {
    padding: 8px;
  }
  .card_title, .arrived_title {
    font-size: 16px;
  }
  .card_content {
    margin: 0 8px 8px;
    padding: 8px;
  }
  .card_address, .card_desc,
  .card_duration_info, .card_price_info,
  .card_duration_time, .card_number, .arrived_date {
    font-size: 14px;
  }
  
  /* Become section */
  .become .phone_cards_container {
    max-width: 260px;
  }
  
    /* Become content_left_block responsive */
  .become .phone_cards_container.card_right {
    top: 35%;
    left: 16%;
  }

  .content_left_block {
    padding: 0 30px;
  }
  
  .content_left_block_img {
    margin: 80px 10px 0 0;
    max-width: 226px;
    height: auto;
  }
  
  .content_left_block_img_2 {
    margin-bottom: 80px;
    max-width: 226px;
    height: auto;
  }


  
  /* Get started section */
  .get_started .container {
    padding: 3rem 3rem 0;
  }

  /* Reviews section */
  .reviews_content_block {
    margin-right: 10px !important;
    overflow: hidden;
  }

  .reviews_content_block .swiper-slide {
    width: 300px;
  }


  /* footer responsive */
  .footer_about {
    margin-right: 80px;  
    padding-right: 0;
  }
  .footer_phone {
    top: -100px;
    right: -190%;
  }

  .footer_phone_img {
    width: 900px;
  }

  .review_card {
    min-height: 380px;
  }
  .review_text {
    font-size: 22px;
  }
  .author_name {
    font-size: 16px;
  }
  .author_job {
    font-size: 17px;
  }

}





@media (max-width: 1220px) {
  .header_download-button {
    width: 5rem !important;
  }

  .logo-title {
    font-size: 20px;
  }
  .nav-list {
    gap: 3px;
  }
  .nav-list a {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  /* Container padding for sections */
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box !important;
  }
  
  /* About section images - 40% smaller */
  .about_bottom .about_left_img,
  .about_bottom .about_right_img {
    max-width: 178px;
  }
  
  .about_bottom .about_center_img {
    max-width: 233px;
    margin: 0 33px;
  }
  
  /* About cards - 30% smaller */
  .about .phone_cards_container .card_left .awaiting_card,
  .about .phone_cards_container .card_right .arrived_card {
    min-width: 291px;
  }

  .arrived_card {
    max-width: 291px;
  }
  
  .about .card_header {
    padding: 8px;
  }
  .card_title, .arrived_title {
    font-size: 14px;
  }
  .card_content {
    margin: 0 8px 8px;
    padding: 8px;
  }
  .card_address, .card_desc,
  .card_duration_info, .card_price_info,
  .card_duration_time, .card_number, .arrived_date {
    font-size: 12px;
  }

  .arrived_content {
    padding: 8px;
  }


  .service .download-button {
    width: 7rem !important;
  }
  
  /* Become section */
  .become .phone_cards_container {
    max-width: 240px;
  }
  
  /* Become content_left_block responsive */
  .content_left_block {
    padding: 0 40px;
  }
  
  .content_left_block_img {
    margin: 70px 12px 0 0;
  }
  
  .content_left_block_img_2 {
    margin-bottom: 70px;
  }
  
  /* Get started section */
  .get_started .container {
    padding: 2.5rem 2.5rem 0;
  }

  .get_started .card_info_container {
    top: 15%;
    left: -10%;
  }

  /* Reviews section */
  .reviews_content_block {
    margin-right: 10px !important;
    overflow: hidden;
  }

  .reviews_content_block .swiper-slide {
    width: 280px;
  }

  .review_card {
    min-height: 340px;
  }
  .review_text {
    font-size: 20px;
  }
  .author_name {
    font-size: 14px;
  }
  .author_job {
    font-size: 15px;
  }


  .footer_about {
    margin-right: 40px;  
    padding-right: 0;
  }
  .footer_phone {
    top: -100px;
    right: -220%;
  }

  .footer_phone_img {
    width: 800px;
  }

} 




@media (max-width: 1024px) {
  .get_started .section_title {
    font-size: 40px;
  }
  .get_started .section_description {
    font-size: 15px;
  }
  .logo-title {
    font-size: 24px;
  }
  
  /* About section responsive */
  .about {
    margin-bottom: 100px;
  }
  
  .about_title {
    font-size: 80px;
  }
  
  .about_color_title {
    font-size: 80px;
  }
  
  .about_title_img {
    width: 160px;
    height: 50px;
  }
  
  .section_title {
    font-size: 80px;
  }
  
  .section_description {
    font-size: 16px;
  }

  .about .phone_cards_container.card_left {
    left: -5%;
    top: 10%;
  }
  
  .about .phone_cards_container.card_right {
    right: -2%;
    top: 50%;
  }

  
  /* About cards - 40% larger than 480px */
  .about .phone_cards_container.card_left .awaiting_card,
  .about .phone_cards_container.card_right .arrived_card {
    max-width: 320px;
  }
  
  .about .phone_cards_container.card_right .arrived_card {
    width: 291px;
  }
  
  .about .card_header {
    padding: 8px;
  }
  
  .about .card_content {
    margin: 0 8px 8px;
    padding: 8px;
  }
  
  .about .about_card_icon {
    width: 13px;
    height: 13px;
  }
  
  .about .card_text {
    font-size: 11px;
  }
  
  .about .card_address {
    font-size: 11px;
  }
  
  .about .card_desc {
    font-size: 11px;
  }
  
  .about .card_footer {
    padding-top: 8px;
    margin-top: 8px;
  }
  
  .about .card_duration_info,
  .about .card_footer_time span {
    font-size: 11px;
  }
  
  .about .card_price_info {
    font-size: 11px;
  }
  
  .about .arrived_title {
    font-size: 11px;
  }
  
  .about .arrived_icon img {
    width: 29px;
    height: 29px;
  }
  
  .about .arrived_date {
    font-size: 11px;
  }
  
  .about .arrived_content {
    padding: 0 8px;
  }
  
  .about .arrived_dot {
    width: 7px;
    height: 7px;
  }
  
  /* Stats section responsive */
  .stats_description {
    font-size: 1rem;
  }
  
  .stats_card_title {
    font-size: 16px;
  }
  
  .stats_card_quantity {
    font-size: 4rem;
  }
  
  .stats_card_description {
    font-size: 0.9rem;
  }
  
  /* Services section responsive */
  .services_title {
    font-size: 80px;
  }
  
  /* Services images responsive for tablets */
  .services_images_container [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .services_images_container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .services_image_wrapper {
    width: 100% !important;
    padding-bottom: 58.8% !important; /* 1.7 to 1 ratio */
    position: relative !important;
    overflow: hidden !important;
    height: 0 !important;
  }
  
  .services_image_wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  /* Container padding for sections */
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box !important;
  }

  .howworks_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    align-items: start;
    width: 100%;
  }


  .howworks_phone_section {
    width: 100%;
  }

  .phone_image_container {
    width: 100%;
  }


  
  .howworks_left {
    grid-row: 1;
    width: 100%;
    margin-bottom: 30px;
  }

  .howworks .phone_image {
    max-width: 267px;
  } 

  .howworks_card {
    max-width: 288px;
    height: 178px;
    top: 135px;
  }

  .howworks_card .title {
    justify-content: flex-start;
    text-align: left;
    font-size: 15px;
  }

  .howworks_card .description {
    font-size: 13px;
  } 

  .howworks_card .button {
    font-size: 12px;
    padding: 8px 0;
    border-radius: 6px;
  }

  
  /* Put both line and right on the same visual level */
  .howworks_line {
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  
  /* Position right next to line using absolute positioning */
  .howworks_right {
    grid-row: 2;
    position: absolute;
    left: 20px;
    top: 5px;
    margin-left: 30px;
    max-width: 350px;
  }

  .line_segment {
    min-height: 134px;
  }

  .step_item {
    width: 100%;
  }
  .step_content {
    width: 100%;
  }
  .step_content .item_title {
    width: 100%;
  }
  .step_content .item_description {
    width: 100%;
  }

  /* Become section adaptive */
  .become .phone_cards_container {
    max-width: 280px;
  }
  
  .become .phone_card {
    font-size: 13px;
  }
  
  .become .arrived_content {
    padding: 14px;
  }
  
  /* Become content_left_block responsive */
  .content_left_block {
    padding: 0 50px;
  }
  
  /* Become images resize */
  .content_left_block_img,
  .content_left_block_img_2 {
    max-width: 45%;
  }
  
  .content_left_block_img {
    margin: 70px 12px 0 0;
  }
  
  .content_left_block_img_2 {
    margin-bottom: 70px;
  }
  
  /* About section images resize for tablets */
  .about_left_img,
  .about_right_img {
    max-width: 200px;
  }
  
  .about_center_img {
    max-width: 280px;
    margin: 0 30px;
  }
  
  /* Get started section */
  .get_started .container {
    padding: 2.5rem 2.5rem 0;
  }
  
  
  /* Become and FAQ become column */
  .becom-wrapper {
    flex-direction: column;
  }
  .content_right_block {
    align-items: center;
  }

  .become .section_title {
    text-align: center;
  }
  
  .faq_wrp {
    flex-direction: column;
  }
  
  /* FAQ elements full width */
  .faq_question_wrp {
    width: 100% !important;
  }
  
  .faq_answer_wrp {
    width: 100% !important;
    max-width: 100% !important;
  }
  .faq_item.active .faq_answer {
    max-height: 800px !important;
  }

  /* Reviews section adaptive */
  .reviews_content_block {
    position: relative;
    overflow: hidden;
    margin-right: 10px !important;
  }

  .reviews_left_side {
    padding-right: 30px;
    height: auto;
  }

  .rating_number {
    font-size: 28px;
  }

  .rating_stars_container img {
    width: 32px;
    height: 32px;
  }

  .reviews_count {
    font-size: 14px;
  }

  .reviews_avatars img {
    width: 50px;
    height: 50px;
  }

  .review_text {
    font-size: 18px;
  }

  .author_name {
    font-size: 14px;
  }

  .author_job {
    font-size: 13px;
  }

  /* Get started section */

  .get_started_center_img {
    max-width: 250px;
  }
  .get_started_side_img {
    max-width: 200px;
  }
  
  .get_started .card_info_container {
    top: 15%;
    left: -2%;
  }
  
  /* Footer responsive - make Sparkly and Social in one row */
  .footer_about {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    padding-right: 0 !important;
    padding-bottom: 32px;
    margin-right: 0 !important;
    margin-bottom: 32px;
  }
  
  .footer_links_section {
    flex: 0 0 calc(83% - 15px) !important;
    max-width: calc(72.5% - 15px) !important;
    margin-right: 15px !important;
  }
  
  .footer_social_section {
    flex: 0 0 calc(12% - 15px) !important;
    max-width: calc(12% - 15px) !important;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer_phone_section {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    height: 358px;
  }

  .footer_phone {
    position: relative !important;
    top: 5% ;
    right: 550px ;
    text-align: center;
  }
  
  .footer_phone_img {
    position: absolute;
    width: 100%;
    width: 900px !important;
    height: auto;
    transform: perspective(1000px) rotateY(160deg) rotateX(-10deg) rotateZ(-1deg);
  }
  
  /* Hide copyright in footer_about on mobile, show mobile version */
  .footer_about .footer_copyright {
    display: none;
  }
  
  .footer_copyright_section_mobile {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
    display: block !important;
  }

}


@media (min-width: 1024px) {
  .faq_item.active .faq_answer {
    max-height: 1000px !important;
    opacity: 1 !important;
  }
  
  /* Hide mobile copyright on desktop, show desktop version */
  .footer_copyright_section_mobile {
    display: none !important;
  }
  
  .footer_about .footer_copyright {
    display: block;
  }
}



@media (min-width: 768px) and (max-width: 1023px) {
  .content_left_block {
    padding: 0 40px;
  }
  
  .content_left_block_img {
    margin: 60px 10px 0 0;
  }
  
  .content_left_block_img_2 {
    margin-bottom: 60px;
  }
  
  /* About section - reduce images significantly */
  .about .about_left_img,
  .about .about_right_img {
    max-width: 180px !important;
  }
  
  .about .about_center_img {
    max-width: 250px !important;
    margin: 0 25px !important;
  }
  
  /* Reduce card size */
  .about .awaiting_card,
  .about .phone_card {
    max-width: 320px !important;
  }
  
  .about .card_desc {
    font-size: 13px !important;
  }
  
  /* Reviews section tablet */
  .reviews_content_block {
    margin-right: 10px !important;
    overflow: hidden;
  }
  
  .reviews_content_block .swiper-slide {
    width: 260px;
  }

  .reviews_content_block .swiper-slide.review_card {
    padding: 0 20px !important;
  }

  .reviews_content_block .reviews_left_side {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 180px !important;
    min-width: 180px;
  }

  .reviews_left_side {
    /* min-width: 220px; */
    padding-right: 24px;
  }


  /* Stats cards - last child on new line */
  .stats_cards {
    flex-wrap: wrap;
  }
  
  .stats_cards > :last-child {
    flex-basis: 100%;
    width: 100%;
  }
  
  .review_card {
    min-height: 300px;
  }
  .review_text {
    font-size: 21px;
  }
  .review_author img {
    width: 40px;
    height: 40px;
  }
  .author_name {
    font-size: 14px;
  }
  .author_job {
    font-size: 14px;
  }


}




@media (max-width: 768px) {
  .download-button-primary,
  .download-buttons-container {
    width: 100%;
    flex-direction: column;
  }
  
  .header-container {
    width: calc(100% - 1rem);
    margin: 0.5rem auto 0;
    padding: 0 1rem;
  }
  
  .header-content {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .nav-list {
    gap: 15px;
  }
  
  .nav-list a {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  .language-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  main h1 {
    font-size: 2rem;
  }
  
  main p {
    font-size: 1rem;
  }
  
  .howworks_content {
    padding: 40px 20px;
  }
  
  .howworks_title h2 {
    font-size: 2rem;
  }
  

  
  .howworks_steps {
    padding-left: 20px;
  }

  /* Howworks slider height on mobile */
  .swiper-howworks,
  .swiper-howworks .swiper-slide,
  .swiper-howworks-inner,
  .swiper-howworks-inner .swiper-slide {
    height: 450px !important;
  }
  .swiper-howworks .phone_image,
  .swiper-howworks-inner .phone_image {
    max-height: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  
  .step_number {
    font-size: 2.5rem;
    min-width: 50px;
  }
  
  /* Container responsive */
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* About section mobile */
  .about {
    margin-bottom: 60px;
  }
  
  .about_top {
    align-items: center;
  }
  
  .about_title {
    font-size: 50px;
  }
  
  .about_color_title {
    font-size: 50px;
  }
  
  .about_title_img {
    width: 100px;
    height: 35px;
  }
  
  
  .download-button-wrapper {
    width: 100%;
  }
  
  .about_bottom {
    justify-content: center;
  }
  
  .about_left_img,
  .about_right_img {
    display: none;
  }
  
  .about_center_img {
    max-width: 100%;
    height: auto;
  }
  
  .about .phone_cards_container.card_left {
    left: -31%;
    top: -11%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  
  .about .phone_cards_container.card_right {
    right: -29% ;
    top: 55%;
  }

  .about .card_time_date {
    margin-bottom: 2px;
  }

  .about .card_info {
    padding: 2px 4px;
  }
  .awaiting_card,
  .phone_card {
    max-width: 250px;
  }
  
  .about .phone_cards_container.card_right .arrived_card {
    width: 250px;
  }

  .card_desc {
    font-size: 10px;
  }
  
  .card_header {
    padding: 7px;
  }
  
  .card_content {
    margin: 0 7px 7px;
    padding: 7px;
  }
  
  .about_card_icon {
    width: 11px;
    height: 11px;
  }
  
  .card_text {
    font-size: 10px;
  }
  
  .card_address {
    font-size: 10px;
  }
  
  .card_desc {
    font-size: 10px;
  }
  
  .card_footer {
    padding-top: 7px;
    margin-top: 7px;
  }
  
  .card_duration_info,
  .card_footer_time span {
    font-size: 10px;
  }
  
  .card_price_info {
    font-size: 10px;
  }
  
  .arrived_title {
    font-size: 10px;
  }
  
  .arrived_icon img {
    width: 25px;
    height: 25px;
  }
  
  .arrived_date {
    font-size: 10px;
  }
  
  .about .arrived_content {
    padding: 0 7px;
  }
  
  .arrived_dot {
    width: 6px;
    height: 6px;
  }
  
  /* Stats section mobile */
  .stats_cards {
    flex-direction: column;
    gap: 16px;
  }
  
  .stats_card_quantity {
    font-size: 3rem;
  }
  
  .stats_card_title {
    font-size: 14px;
  }
  
  .stats_description {
    font-size: 0.9rem;
  }
  
  .section_description {
    font-size: 14px;
  }
  
  /* Services section mobile */
  .service {
    margin-bottom: 80px;
  }
  
  .service .row {
    flex-direction: column;
  }
  
  .service .col-lg-4,
  .service .col-lg-8 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .services_title_container,
  .services_description {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .services_images_container {
    width: 100%;
  }
  
  .services_images_container .row.g-3 {
    display: flex;
    flex-direction: column;
  }
  
  .services_images_container [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .services_images_container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .services_image_wrapper {
    width: 100% !important;
    padding-bottom: 58.8% !important; 
    position: relative !important;
    overflow: hidden !important;
    height: 0 !important;
  }
  
  .services_image_wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  
  .services_cards_list {
    width: 100%;
  }
  
  .services_card {
    width: 100%;
  }
  
  /* Reviews section mobile */
  .reviews_content_block {
    flex-direction: row;
    padding: 30px 20px;
    min-height: auto;
  }

  .reviews_content_block .swiper-slide.review_card {
    padding: 0 20px !important;
  }

  .reviews_content_block .reviews_left_side {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 180px !important;
    min-width: 180px;
  }

  .rating_number {
    font-size: 24px;
  }

  .rating_stars_container img {
    width: 28px;
    height: 28px;
  }

  .reviews_count {
    font-size: 13px;
  }
  .review_card {
    min-height: 240px;
  }
  .review_text {
    font-size: 20px;
  }
  .review_author img {
    width: 40px;
    height: 40px;
  }
  .author_name {
    font-size: 13px;
  }
  .author_job {
    font-size: 13px;
  }

  /* Become section mobile */
  .becom-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }

  
  .content_left_block {
    width: 96%;
    padding: 0 20px;
  }
  
  
  .become .phone_cards_container {
    width: 280px;
  }

  
  
  .become .phone_card {
    font-size: 12px;
  }
  
  .become .arrived_content {
    padding: 12px;
    width: 280px;
  }
  
  .become .arrived_title {
    font-size: 12px;
  }
  .become .arrived_description {
    font-size: 12px;
  }


  .content_left_block {
    gap: 20px;
  }
  .content_left_block_img,
  .content_left_block_img_2 {
    max-width: 35%;
    margin: 0;
  }
  .content_left_block_img {
    margin-top: 40px;
  }
  .content_left_block_img_2 {
    margin-bottom: 40px;
  }
  
  /* Get started section */
  .get_started .container {
    padding: 2rem 2rem 0;
  }
  
  /* Get started images mobile */
  .get_started_center_img {
    max-width: 181px !important;
    margin: 0 18.6px !important;
  }
  
  .get_started_side_img {
    max-width: 138px !important;
  }
  .get_started .arrived_content {
    padding: 0 10px;
    max-width: 250px;
  }
  .get_started .card_info_container {
    max-width: 220px;
    padding: 0 10px;
    left: 45%;
    top: 12%;
  }
  
  /* FAQ section mobile */
  .faq_card {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 20px !important;
  }
  
  .faq_card_content {
    flex-direction: row;
    gap: 16px;
  }
  
  .button_wrapper {
    width: 100% !important;
  }
  
  .faq_card_title {
    font-size: 18px !important;
  }
  
  .faq_card_description {
    font-size: 16px !important;
  }
  
  .faq_card_button {
    font-size: 18px !important;
  }
  
  .faq_accordion {
    padding: 16px !important;
  }
  
  .faq_question {
    margin: 1rem 0 !important;
  }
  
  .faq_item.active .faq_answer {
    max-height: 1000px !important;
  }
  .footer_phone {
    top: 5% ;
    right: 550px ;
    text-align: center;
  }
}






@media (max-width: 480px) {
  /* Prevent horizontal scroll */
  html, body {
    overflow-x: hidden ;
    max-width: 100vw ;
  }
  

  .header-container {
    width: calc(100% - 1rem);
    margin: 0.5rem auto 0;
    padding: 0 0.75rem;
  }
  
  .header-content {
    align-items: center;
    gap: 20px;
  }
  
  .nav-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .language-dropdown {
    order: -1;
  }
  
  /* Responsive styles for about section */
  .about_title_container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .about_title_img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .about_title_text_container {
    margin-top: 0;
    align-items: center;
    text-align: center;
  }
  
  .section_title,
  .color_title {
    font-size: 40px;
  }
  
  .about_title,
  .about_color_title {
    font-size: 40px;
  }
  
  .about_title_img {
    width: 80px;
    height: 30px;
  }
  
  /* Mobile styles for phone cards */
  .about .phone_cards_container {
    position: absolute;
  }
  
  .about .phone_cards_container.card_left {
    left: -9%;
    top: 10%;
  }
  
  .about .phone_cards_container.card_right {
    right: -12%;
    top: 40%;
  }

  .about .phone_cards_container.card_right .arrived_card {
    width: 208px;
  }
  .awaiting_card,
  .phone_card {
    font-size: 8px;
  }
  .about .phone_cards_container.card_left .awaiting_card, .about .phone_cards_container.card_right .arrived_card {
    max-width: 180px;
    min-width: 180px;
  }
  .card_title, .arrived_title {
    font-size: 8px;
  }
  .about .card_content {
    margin: 0 6px 6px;
  } 

  .about .card_header {
    padding: 6px;
  }

  .about_card_icon {
    width: 9px;
    height: 9px;
  }

  .about .card_text {
    font-size: 8px;
  }

  .about .card_address {
    font-size: 8px;
  }

  .about .card_desc {
    font-size: 8px;
  }

  .about .card_content {
    padding: 6px;
  }

  .about .card_footer {
    padding-top: 6px;
    margin-top: 6px;
  }


  .about .card_duration_info,
  .about .card_footer_time span {
    font-size: 9px;
  }

  .about .card_price_info {
    font-size: 9px;
  }
  
  .phone_cards_container {
    position: absolute;
  }

  .about .arrived_title {
    font-size: 8px;
  }

  .about .arrived_icon img {
    width: 21px;
    height: 21px;
  }

  .about .arrived_date {
    font-size: 8px;
  }

  .about .arrived_content {
    padding: 0 6px;
  }


  .about .arrived_dot {
    width: 5px;
    height: 5px;
  }
  
  /* Reviews section small mobile */
  .reviews_content_block {
    padding: 24px 16px;
    margin-right: 10px !important;
  }

  .reviews_content_block .swiper-slide {
    width: 240px;
    padding: 0 20px;
  }

  .reviews_content_block .reviews_left_side {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 150px !important;
    min-width: 150px;
  }

  .rating_number {
    font-size: 22px;
  }

  .rating_stars_container img {
    width: 24px;
    height: 24px;
  }

  .reviews_count {
    font-size: 12px;
  }

  .reviews_avatars img {
    width: 40px;
    height: 40px;
  }

  .review_text {
    font-size: 20px;
    line-height: 1.4;
  }

  .author_name {
    font-size: 12px;
  }

  .author_job {
    font-size: 11px;
  }
  
  /* Services section mobile */
  .service .col-lg-4,
  .service .col-lg-8 {
    width: 100%;
    flex: 0 0 100%;
  }
  
  .services_description,
  .services_images_container {
    width: 100%;
  }
  
  .services_images_container [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .services_images_container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .services_image_wrapper {
    width: 100% !important;
    padding-bottom: 58.8% !important; /* 1.7 to 1 ratio */
    position: relative !important;
    overflow: hidden !important;
    height: 0 !important;
  }
  
  .services_image_wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  /* Container padding */
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box !important;
  }



  .howworks .download-buttons-container {
    flex-direction: column;
  }

  .swiper-howworks-inner .swiper-slide,
  .slide7-image-wrapper {
    align-items: flex-end;
  }

  .howworks_card_name,
  .howworks_card_meta,
  .howworks_card_text,
  .howworks_card_button {
    font-size: 13px;
  }

  .howworks_card_button {
    padding: 8px 8px;
  }

  .howworks .howworks_card {
    top: 160px;
  }
  
  /* Become section small mobile */
  .become .phone_cards_container {
    max-width: 220px;
  }
  
  .become .phone_card {
    font-size: 11px;
  }
  
  .become .arrived_content {
    padding: 10px;
  }

  .become .arrived_description {
    font-size: 8px;
  }

  .content_left_block {
    align-items: center;
  }
  
  .footer_phone {
    top: 5% !important;
    right: 520px !important;
    text-align: center;
  }

  
 
}


