.banner_area {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.banner_area h1 {
    font-size: 2.5rem;
}

.banner_area p {
    font-size: 1.2rem;
}

.banner_area h2,
.banner_area h3 {
    font-family: 'Rubik';
    color: white;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .banner_area h1 {
        font-size: 2rem;
    }

    .banner_area p {
        font-size: 1rem;
    }

    .banner_area h2,
    .banner_area h3 {
        font-size: 0.9rem;
    }
}

#whitebubble {
    background-color: white;
    border-radius: 180%;
    position: absolute;
    top: -40px;
    left: -251px;
    width: 449px;
    height: 129px;
    z-index: 0;
}


.carousel-container {
    margin-top: 48%;
    width: 120%;
}

.carousel-item img {
    width: 120%;
    height: auto;
}

/* Offer Cards */
.offer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.offer-card {
    border: 2px solid;
    border-radius: 20px;
    width: 300px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Rubik';
    color: #333;
    margin: 20px;
    text-align: center;
}

.offer-card .data-amount {
    font-size: 30px;
    margin-bottom: 5px;
}

.offer-card .details {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.offer-card .button {
    padding: 10px;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    color: white;
}

/* Plan Cards */
.plans-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
}

.plansheader {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bolder;
    color: #534548;
    margin: 30px;
    font-weight: Bold;
    font-family: "Rubik";
}

.plan-card,
.plan-card-black {
    /* width: 250px; */
    border: 3px solid;
    border-radius: 20px;
    background-color: #fff;
    margin: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plan-card {
    border-color: #FFA500;
}

.plan-card-black {
    border-color: #050504;
}

.plan-header {
    color: #FF4500;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 900;
}

.plan-header-black {
    color: #050504;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 900;
}

@media (max-width: 768px) {

    .plan-card,
    .plan-card-black {
        width: 100%;
        max-width: 300px;
    }

    .plan-header,
    .plan-header-black {
        font-size: 2.5rem;
    }

    .plansheader {
        font-size: 2rem;
    }
}

/* For the carousel */
.carousel-container {
    margin-top: 15%;
    width: 100%;
    max-width: 450px;
    /* Increase this value to make it larger */
}

.carousel-inner {
    width: 120%;

}

.carousel-item img {
    width: 100%;
    height: auto;
}

/* For the background image */
#Accueil {
    background-image: url('../img/back/back3.svg');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
     font-family: 'Rubik'; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#AccueilBlog {
    background-image: url('../img/back/BlogNew.svg');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
     font-family: 'Rubik'; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.plans-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 100%;
    padding: 20px;
}

.plan-card {
    width: 273px;
    height: 360px;
    border-radius: 18px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.teal-border {
    border: 10px solid #8fbcbc;
}

.purple-border {
    border: 10px solid #c5b3d3;
}

.data-amount {
    font-size: 72px;
    font-weight: bold;
    color: #f7943d;
    margin: 0;
    line-height: 1;
}

.gb-text {
    font-size: 40px;
    color: #666;
    font-weight: bold;
    margin-left: 1px;
}

.speed {
    color: #888;
    font-size: 20px;
    margin: 10px 0 25px;
}

.features {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.unlimited {
    font-size: 16px;
    color: #7eb36a;
    font-weight: bold;
    margin-bottom: 35px;
}

.commander-button {
    position: absolute;
    bottom: 30px;
    padding: 12px 24px;
    border-radius: 8px;
    border: 2px solid;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: -20PX;
}

.teal-button {
    color: #8fbcbc;
    border-color: #8fbcbc;
}

.teal-button:hover {
    background-color: #8fbcbc;
    color: white;
}

.purple-button {
    color: #c5b3d3;
    border-color: #c5b3d3;
}

.purple-button:hover {
    background-color: #c5b3d3;
    color: white;
}

.why-choose-transat {
    background-color: #f7f7f7;
    padding: 60px 0;
    margin-bottom: 40px;
    border-radius: 10px;
}

.like-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #4267B2;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 10;
}

.bubble {
    position: absolute;
    top: 15px;
    left: 55px;
    width: 8px;
    height: 8px;
    background-color: #4267B2;
    border-radius: 50%;
    z-index: 10;
}

.bubble-2 {
    top: 25px;
    left: 45px;
    width: 5px;
    height: 5px;
}

.feature-item .feature-icon {
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    background-color: #e9883a;
    color: white;
}

@media (max-width: 768px) {
    .why-choose-transat {
        padding: 30px 0;
    }

    .sim-card-position {
        bottom: 30px !important;
        left: 20px !important;
        width: 60px !important;
    }
}

.client_reviews_area {
    background: linear-gradient(to bottom, #f0e6f5, #e6d9f0);
    padding: 60px 0;
}

.reviews-title {
    color: #b9a2c8;
    font-size: 28px;
    font-weight: normal;
}

.arrow-up,
.arrow-down {
    color: #b9a2c8;
    font-size: 36px;
}

.arrow-up i,
.arrow-down i {
    font-size: 36px;
}

.review-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.client-name {
    font-size: 18px;
    font-weight: bold;
}

.stars {
    color: #ffc107;
    font-size: 20px;
}

.review-text {
    color: #666;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .reviews-title {
        font-size: 24px;
    }
}

.why-contact-section {
    /*padding: 60px 0;*/
    background: #fff;
    position: relative;
}

.pourquoi-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.pourquoi-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-icon i {
    font-size: 24px;
    color: #333;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
    font-family: 'Rubik';
}

.feature-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Rubik';

}

.pourquoi-title {
    margin-bottom: 40px;
    position: relative;
    font-family: 'Rubik';
}

.pourquoi-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.pourquoi-title h2 span {
    color: #e9883a;
}

@media (max-width: 767px) {
    .why-contact-section {
        padding: 40px 0;
    }

    .pourquoi-title h2 {
        font-size: 26px;
    }
}

.blog-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.blog-title {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Rubik';
    font-size: 24px;
    color: #333;
}

.blog-subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Rubik';
    font-size: 28px;
    color: #f47b20;
}

.blog-carousel {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
}

.blog-cards {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
}

.blog-card {
    min-width: 400px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.blog-card-content {
    padding: 20px;
}

.blog-card h3 {
    margin: 0 0 10px 0;
    font-family: 'Rubik';
    font-size: 18px;
    color: #333;
}

.blog-card p {
    margin: 0;
    font-family: 'Rubik';
    font-size: 14px;
    color: #666;
}

.carousel-arrow {
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f47b20;
    transition: background-color 0.3s ease;
}

.carousel-arrow:hover {
    background-color: #f47b20;
    color: white;
}

@media (max-width: 768px) {
    .blog-cards {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .blog-card {
        scroll-snap-align: start;
    }
}

.blog-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    background: white;
    width: 450px;
    height: 350PX;
        transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-card-content {
    padding: 20px;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.3;
    height: 52px;
    /* Fixed height for 2 lines of text */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-read-more {
    display: inline-block;
    color: #ff6600;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
}

.blog-read-more:hover {
    color: #e65c00;
}

.blog-read-more:after {
    content: '→';
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.blog-read-more:hover:after {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .blog-card {
        width: 320px;
    }

    .blog-card-image {
        height: 240px;
    }
}

@media (max-width: 480px) {
    .blog-card {
        width: 280px;
        margin: 0 10px;
    }

    .blog-card-image {
        height: 210px;
    }

    .blog-card-title {
        font-size: 18px;
    }
}

.contact-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.contact-text {
    flex: 1;
    min-width: 300px;
}

.slogan-image {
    max-width: 100%;
    height: auto;
}

.contact-info {
    flex: 1;
    min-width: 300px;
    background: #f5f7f9;
    padding: 30px;
    border-radius: 15px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.info-icon {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.info-text {
    font-family: 'Rubik';
}

.info-text h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.info-text p {
    margin: 5px 0 0 0;
    color: #666;
    font-size: 14px;
}

.contact-form {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.form-input {
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    background: #e8eef4;
}

.form-input.full-width {
    grid-column: 1 / -1;
}

.submit-button {
    grid-column: 2;
    justify-self: end;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    background: #333;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background: #f47b20;
}

@media (max-width: 768px) {
    .contact-section {
        background: #fff;
        position: relative;
    }

    .blog-section {
        flex-direction: column;
        background: #fff;
        position: relative;
    }

    #Accueil {
        background: none;
    }
    #AccueilBlog {
        background: none;
    }
    #Forfait {
        background: #fff;
    }
    .form-input {
        padding: 13px 35px;
    }
    .contact-form {

    display: inline;
    }
    .submit-button {
        display: block;
    }
}

.mobile-plans-container {
    font-family: 'Rubik', sans-serif;
    padding: 20px;
    text-align: center;
}

.main-heading {
    font-size: 36px;
    margin-bottom: 10px;
}

.dark-text {
    color: #333;
    font-weight: bold;
    font-family: 'Rubik';
    /* font-size: 40px; */
}

.orange-text {
    color: #e9883a;
    font-weight: bold;
    font-family: 'Rubik';
    /* font-size: 40px; */
}

.tagline {
    font-weight: 300;
    margin-bottom: 20px;
    font-weight: lighter;

    font-family: 'Rubik';
    /* font-size: 20px; */

}

.discover-button {
    background-color: #b8a9d1;
    border: none;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 16px 100px;
}

.discover-button:hover {
    background-color: #a595bd;
}

@media (min-width  : 1920px) {
    .container {
        max-width: 100%;
    }
    .blog-section
    {
        max-width: 100%;
    }
    .dark-text {
   
        font-size: 50px; 
    }
    
    .orange-text {

         font-size: 50px; 
    }
    
.tagline {
  
     font-size: 30px; 

}
} 

@media (min-width  :3000px   ) {
   
    .dark-text {
   
        font-size: 90px; 
    }
    
    .orange-text {

         font-size: 90px; 
    }
    
.tagline {
  
     font-size: 50px; 

}
} 