.banner_sec_common,
.banner_title_big_water {
    text-align: center;
    background-repeat: no-repeat;
}

.card_light,
.card_purple_trans,
.card_tabs {
    cursor: pointer;
    height: 100%;
    text-align: center; /* Center text in card classes */
}

.banner_sec_common {
    background-color: #f7b612;
    background-image: url(../images/blogimages/blog_mount_yellow.webp);
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 100% 155px;
    background-position: bottom 0 left 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.banner_sec_common .paracontent {
    color: #000;
    text-align: center; /* Center align paragraph content */
    font-weight: 500;
    line-height: 28px;
}

.banner_sec_common .row {
    position: relative;
    text-align: center; /* Center align row content */
}

.watermark_ad {
    font-size: 225px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    color: #75736d1c;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.banner_title_big_water {
    color: #fcf7f3;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    background-image: url(../images/home/faq_head.webp);
    background-size: 150px 80px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.breadCrumbMain {
    background-color: #e2e1e6;
    padding: 15px 0;
    text-align: center; /* Center align breadcrumb content */
}

.breadCrumbMain .breadcrumb-item,
.breadCrumbMain .breadcrumb-item a {
    font-size: 13px;
    color: #4f4f50;
    font-weight: 500;
}

.breadCrumbMain .breadcrumb-item a:is(:hover, :focus) {
    color: #000;
}

.breadCrumbMain .breadcrumb {
    margin-bottom: 0;
}

.card_light {
    border-radius: 5px;
    box-shadow: 0 0 16px 0 rgb(147 147 147 / 20%);
    padding: 18px;
}

.card_light:hover {
    background-color: #f5e5d9;
    box-shadow: 0 0 16px 5px rgb(0 0 0/20%);
}

.card_light .paracontent {
    text-align: center; /* Center align paragraph content */
}

.card_tabs,
.card_tabs .paracontent {
    text-align: center; /* Ensure text is centered in card tabs */
}

.card_purple_trans {
    background-color: #e2dddd26;
    box-shadow: 1px 3px 10px 10px #d1d1ce;
    color: #f0e0f7;
    border-radius: 0;
    position: relative;
    z-index: 4;
    overflow: hidden;
    padding: 16px;
}

.card_purple_trans img {
    filter: brightness(0) invert(0);
}

.card_purple_trans:hover {
    -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0/20%);
    -moz-box-shadow: 0 0 2px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px 2px rgb(0 0 0/20%);
}

.card_purple_trans .paracontent {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align: center; /* Center align text content */
    position: relative;
    display: inline-block;
    transition: color 0.3s ease, font-weight 0.3s ease;
    z-index: 2;
    padding: 10px; /* Optional: Add some padding for better spacing */
}

.card_tabs {
    background-color: transparent;
    border: 1px solid #403e3d;
    border-radius: 0;
    z-index: 3;
    padding: 20px;
}

.card_tabs:hover {
    -webkit-box-shadow: 0 0 5px 5px rgb(0 0 0/20%);
    -moz-box-shadow: 0 0 5px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 16px 5px rgb(0 0 0/20%);
}

.prin_head,
.tab_card_title {
    font-size: 20px;
    color: #1d1d1c;
    font-weight: 600;
    text-align: center; /* Center align headings */
}

.sectionthree .bg_head {
    background-size: 136px 60px;
    background-position: top 10px left 0;
    font-size: 30px;
    text-align: center; /* Center align section heading */
}

.tab_card_title_head {
    font-size: 30px;
    color: #1d1d1c;
    font-weight: 600;
    text-align: center; /* Center align title */
}

.card_light .paracontent {
    color: #3e3d3d;
    font-size: 16px;
    font-weight: 400;
    text-align: center; /* Center align card light paragraph */
}

@media only screen and (max-width:991px) {
    .banner_title_big_water {
        font-size: 60px;
    }
}

@media only screen and (max-width:576px) {
    .banner_title_big_water {
        font-size: 45px;
        background-position: left 52px top 0;
        background-size: 130px 50px;
    }
    .banner_sec_common {
        padding-top: 130px;
        padding-bottom: 150px;
    }
    .tab_card_title_head {
        font-size: 24px;
    }
}

.card_purple_trans {
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease-in-out;
}

.card_purple_trans .paracontent {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align: center; /* Center align text content */
    position: relative;
    display: inline-block;
    transition: color 0.3s ease, font-weight 0.3s ease;
    z-index: 2;
}

.card_purple_trans::before {
    content: "";
    position: absolute;
    top: 100%; /* Start from the bottom */
    left: 0;
    text-align: center; /* Center align before pseudo-element */
    width: 100%;
    height: 100%;
    color: rgba(255, 202, 43, 0.7); /* Gradient from yellow to transparent */
    z-index: 1;
    transition: top 0.5s ease-in-out; /* Animate from bottom to top */
}

.card_purple_trans:hover::before {
    top: 0; /* Move the gradient from bottom to top */
}

.card_purple_trans:hover .paracontent {
    color: #000000; /* Darker text color on hover */
    font-weight: 600; /* Make the text bold on hover */
}

.get-started-section {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #f9f9f9;
    gap: 50px; /* Reduced gap for better responsiveness */
    margin: 0 20px; /* Changed margins for responsiveness */
    /* text-align: center;  */
}

.get-started-container, .get-in-touch-container {
    flex: 1; /* Allow containers to grow equally */
    min-width: 300px; /* Prevent shrinking too small */
}

.get-in-touch-container {
    background-color: #000000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Title and Heading Styles */
.get-started-title, .get-in-touch-title {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #ffc107;
    font-size: 1.25rem;
    font-weight: 600;
    /* text-align: center;  */
}

.get-started-heading {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #000000;
    margin-top: 0.5rem;
    /* text-align: center;  */
}

.get-started-description {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    /* text-align: center;  */
}

.get-started-button-container {
    margin-top: 20px;
}

/* Button Styles */
.get-started-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.get-started-button:hover {
    background-color: #ffc107;
}

/* Get in Touch Content Styles */
.get-in-touch-content {
    font-family: 'Open Sans', Arial, sans-serif;
    float: left; /* Change to center or remove for better alignment */
}

.get-in-touch-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    /* text-align: center;  */
}

.get-in-touch-desc {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    margin-top: 10px;
    /* text-align: center;  */
}

.get-in-touch-subheading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
    /* text-align: center;  */
}

.get-in-touch-phone, .get-in-touch-email {
    font-size: 1rem;
    color: #ffc107;
    margin-top: 5px;
    /* text-align: center;  */
}

.icon-globe {
    font-size: 4rem;
    color: #ffc107;
    display: block;
    margin-right: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .get-started-section {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
        /* text-align: center;  */
    }

    .get-started-container,
    .get-in-touch-container {
        width: 100%; /* Full width on smaller screens */
        margin-bottom: 20px; /* Spacing between sections */
    }

    .get-started-title, 
    .get-in-touch-title {
        font-size: 1.2rem; /* Adjust title size */
    }

    .get-started-heading {
        font-size: 1.5rem; /* Adjust heading size */
    }

    .get-in-touch-desc {
        font-size: 0.9rem; /* Adjust description size */
    }

    .icon-globe {
        font-size: 3rem; /* Adjust icon size */
    }
}

@media (max-width: 480px) {
    .get-started-button {
        padding: 8px 16px; /* Adjust button size */
    }

    .get-in-touch-title {
        font-size: 1.2rem; /* Smaller title size */
    }

    .get-in-touch-desc,
    .get-in-touch-subheading,
    .get-in-touch-phone,
    .get-in-touch-email {
        font-size: 0.8rem; /* Smaller font for better readability */
    }
}
