.banner_title_big,
.blog,
.col_banner_right,
.col_img_girl,
.faqsection .paracontent,
.indus-colone,
.industries,
.portfolio,
.rewards,
.rewards .award_row_img img,
.sec2_img_sec,
.team,
.whychoose,
a.more-link {
    position: relative
}

    html{
    max-height: 3500px !important;
}
/* General section styling */
section {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}

.loading-text span {
    display: inline-block; /* Make spans inline-block for transitions */
}
/* Keyframes for fade-in and movement */
@keyframes fadeInMove {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animate the image in the adbanner */
.adbanner .img_sec img {
    animation: fadeInMove 1s ease forwards; /* Fade-in effect */
}

/* Optional: Background image animation */
.homebanner {
    position: relative;
    overflow: hidden;
}

.homebanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('your-background-image-url.jpg'); /* Replace with your background image */
    background-size: cover;
    background-position: center;
    opacity: 0.3; /* Adjust opacity as needed */
    z-index: 1; /* Set z-index below main content */
    animation: fadeInMove 1.5s ease forwards; /* Fade-in effect for the background */
}

/* Ensure content is above background */
.bannersection .container {
    position: relative;
    z-index: 2; /* Higher z-index to show above background */
}





.benefit-container li {
    margin-bottom: 10px; /* Space between items */
    font-size: 16px; /* Font size for list items */
}

/* Hover effect */
.benefit-container li:hover {
    background-color: #e0f7fa; /* Change background color on hover */
    transform: translateY(-5px); /* Slight lift effect on hover */
    border-color: #007bff; /* Change border color on hover */
}

/* Left column styling */
.left-column {
    width: 50%;
    color: #333;
}

.left-column h4 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #a00022 !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 100px;
    letter-spacing: 2px;
    line-height: 1.6em;
}
.marginee{
    margin-top: 100px;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 50px;
}

.left-column h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4em;
    color: #333;
    padding-bottom: 10px;
    margin-top: 70px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

.left-column p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

/* Right column styling */
.right-column {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.right-column p {
    background-color: #f0f0f0;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #b30000;
    font-weight: bold;
    border-radius: 5px;
}


.xyz {
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
    padding: 10px;
    width: 80%; /* Container width set to 100% */
    height: auto;
}

.himage {
    max-width: 500%; /* Ensures the image doesn't exceed the container width */
    width: 200%; /* Sets the default width to 80% for responsiveness */
    height: auto; /* Maintains aspect ratio */
    margin-top: 50px; /* Adjusts top margin */
    margin-left: auto; /* Centers the image horizontally */
    margin-right: auto; /* Centers the image horizontally */
}

/* Optional: Media query for larger screens to increase image size */
@media (min-width: 992px) {
    .himage {
        width: 220%; /* Increases the image size on larger screens */
        margin-top: 130px;
        margin-left: 100px; /* Adjust for larger screens */
    }
}
/* Medium screens (tablets) */
@media (max-width: 991px) and (min-width: 768px) {
    .himage {
        width: 90%; /* Slightly larger for tablets */
        margin-top: 100px;
        margin-left: 0;
    }
}

/* Small screens (phones) */
@media (max-width: 767px) {
    .himage {
        width: 100%; /* Full width for smaller screens */
        margin-top: 20px; /* Reduce top margin */
        margin-left: 0;
        margin-right: 0;
    }
}

/* Extra small screens (iPhone SE and similar) */
@media (max-width: 375px) {
    .himage {
        width: 90%; /* Adjust width for very small screens */
        margin-top: 10px; /* Further reduce margin */
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    section {
        flex-direction: column;
        align-items: center;
    }
    .left-column, .right-column {
        width: 100%;
        text-align: center;
    }
}


.hand_pos,
.layer_sec_3,
.abc::before {
    transform: translatey(0);
    animation: 6s ease-in-out infinite float
}

.dots_sec_3,
.sec2_img_sec::after {
    transform: scale(1);
    animation: 2s infinite pulse
}

.banner_title_xl,
.watermark_ad,
a.more-link {
    text-transform: uppercase
}

.banner_title_big {
    color: #010101;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px
}


.new_section ul {
    list-style-type: none; /* Remove default bullets */
    padding: 0;
}

.new_section ul li {
    background-color: #fff; /* White background */
    color: #333; /* Text color */
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
    font-size: 1rem;
    font-weight: 500;
}

/* Custom bullet styling */
.new_section ul li::before {
    content: "•"; /* Bullet symbol */
    color: #D9534F; /* Red color for bullet */
    font-size: 1.5rem;
    margin-right: 10px;
}

.cardtech {
    width: 10rem;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 1rem;
}
.cardtech img {
    width: 50px;
}
.filter-btn {
    margin: 0.5rem;
}
.sectiontwo {
    background-color: #fef0e5
}

.card_light {
    border: none; 
    border-radius: 5px;
    color: #434343;
    font-size: 14px;
    -webkit-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    -moz-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    cursor: pointer
}

.card_light:hover,
.purple_card,
.purple_card:hover {
    background-color: var(--primary-color-transparent);
    -webkit-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    -moz-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    box-shadow: 0 0 5px 2px var(--primary-color-transparent);
}

.card_light .card-body,
.content .card-body {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.sec2_img_sec::before {
    background-image: url(../images/home/layer_circle.webp);
    background-size: 60px 60px;
    height: 60px;
    top: 180px;
    z-index: 1;
    left: 45px
}

.sec2_img_sec::after {
    background-image: url(../images/home/layer_dots.webp);
    background-size: 60px 18px;
    height: 18px;
    top: 260px;
    z-index: 1;
    left: 0
}

.sec2_img_sec::after,
.sec2_img_sec::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    display: block;
    width: 60px
}

.pos_2_sec2 {
    position: absolute;
    bottom: 65px;
    left: -35px;
    width: 146px;
    height: 140px;
    z-index: 4
}

.card_black_glassy,
.card_purple_trans,
.card_tabs {
    cursor: pointer;
    height: 100%
}

@keyframes float {
    0%,
    100% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-50px)
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(.75)
    }
    70% {
        transform: scale(1)
    }
}

@keyframes floatx {
    0%,
    100% {
        transform: translatex(0)
    }
    50% {
        transform: translatex(-20px)
    }
}

.purple_card {
    background-image: var(--linear-primary-color);
    color: #fff;
    border-radius: 10px 10px 60px;
    cursor: pointer;
    position: relative;
    margin-top: -135px
}

.purple_card::after,
.purple_card::before {
    position: absolute;
    content: "";
    height: 3px;
    background: var(--primary-color);
    border-radius: 10px
}

.banner_title_xl,
.bg_head_ad,
.bg_head_white,
.blog_desc,
.card_pattern_white,
.card_quote,
.talktous {
    background-repeat: no-repeat
}

.blog::after,
.faqsection::after,
.faqsection::before,
.industries::after,
.portfolio::after,
.testimonials::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/home/banner_bubble.webp)
}

.purple_card::before {
    right: 10px;
    width: 300px;
    top: -8px
}

.purple_card::after {
    left: 30px;
    width: 500px;
    bottom: -8px
}

.count_desc,
.count_text {
    color: #fffefd;
    text-align: center;
    font-size: 30px;
    font-weight: 700
}

.count_desc {
    font-size: 14px;
    font-weight: 500
}

.purple_card:hover::before {
    left: 10px;
    width: 500px
}

.purple_card:hover::after {
    right: 100px;
    width: 300px;
    left: unset
}

.purple_card sup {
    font-size: 30px
}

.services {
    background-color: var(--background-color);;
    padding: 0
}

.bg_head_white {
    color: #000300;
    font-size: 25px;
    font-weight: 900;
    /* background-image: url(../images/home/bg_head_white.webp); */
    background-size: 97% 89%;
    padding: 20px 32px 35px;
    margin-bottom: 0;
    margin-left: auto;
    max-width: fit-content
}
.bg_light {
    background-color: #f0f0f0;
    color: #b30000;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}


.hand_pos {
    position: absolute;
    right: -30px;
    top: 65px;
    z-index: 5;
    width: 100%;
    max-width: 400px
}

.bg_left_sec3 {
    position: relative;
    padding: 40px
}

.services .custom_container {
    max-width: 100%
}

.home_tab_left {
    border-bottom: 0
}

.home_tab_left .nav-link {
    color: #2c2725;
    font-weight: 600;
    font-size: 16px;
    text-align: start;
    position: relative;
    display: block;
    padding: 20px;
    width: 100%;
    border-radius: 0;
    transition: none;
    outline: 0
}

.services .home_tab_left .nav-link:is(:hover, :focus, .active) {
    border-color: transparent;
    background-color: var(--section-card-bg);
    color: #020303
}

.card_light,
.home_tab_left li {
    background-color: transparent;
    font-weight: 600
}

.services .home_tab_left li.active,
.services .home_tab_left li:hover,
.tab_inac.active li {
    background-color:  var(--section-card-bg);
    width: 100%;
    font-weight: 700;
    color: #020303
}

.layer_sec_3 {
    position: absolute;
    bottom: 5%;
    left: 64%;
    max-width: 65px;
    filter: brightness(.1)
}

.dots_sec_3 {
    position: absolute;
    bottom: 35%;
    right: -4%;
    max-width: 55px;
    z-index: 1
}


.clients {
    padding: 20px 0;
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
}

.clients .client-logo img {
    max-width: 80%;
    transition: 0.3s;
    opacity: 0.5;
    filter: grayscale(100%);
}

.clients .client-logo img:hover {
    filter: none;
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .clients .client-logo {
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .clients .client-logo {
        flex: 0 0 50%; /* 2 logos per row on smaller screens */
    }
}

@media (max-width: 576px) {
    .clients .client-logo {
        flex: 0 0 100%; /* 1 logo per row on extra small screens */
    }

    .clients .client-logo img {
        max-width: 70%; /* Slightly smaller image size for very small screens */
    }
}

.services .bg_sec3_right {
    padding: 50px;
    background-color: #fcf7f3;
    display: flex;
    align-items: center
}

.services .tab-pane .row {
    margin-top: 20px
}

.tab_head {
    font-size: 30px;
    margin-bottom: 10px
}

.bg_text,
.tech_ul li:last-child,
.testimonials .nav-item:last-child {
    margin-bottom: 0
}

.tab_card_title,
.tab_head {
    color: #010101;
    font-weight: 900
}

.card_tabs {
    background-color: transparent;
    border-color: #403e3d;
    border-radius: 0;
    z-index: 3
}

.card_tabs .card-body {
    padding: 12px !important
}

.tab_card_title {
    font-size: 16px;
    line-height: 24px
}

.card_tabs:hover {
    -webkit-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    -moz-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    box-shadow: 0 0 5px 2px var(--primary-color-transparent);
}


.industries,
.rewards,
.solutions,
.team {
    background-image: var(--linear-primary-color)
}

.bg_head_home {
    background-size: 100% 100%;
    padding: 25px 30px
}

.card_purple_trans {
    background-color: #e2dddd26;
    border: 1px solid var(--primary-color);
    color: #f0e0f7 !important;
    border-radius: 0;
    position: relative;
    z-index: 4;
    -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%);
    overflow: hidden
}

.solutions .card_purple_trans::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    top: -28px;
    left: -9px;
    transition: .5s ease-in-out
}

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

.card_purple_trans .paracontent,
.technologies .paracontent {
    font-size: 13px;
    position: relative;
    color: #fff;
    font-weight: 400
}

.card_purple_trans,
.industries .card_purple_trans,
.solutions .card_purple_trans {
    display: grid;
    place-content: center;
    padding: 14px
}

.solutions .banner_title_big {
    color: #fff
}

.fw-400 {
    font-weight: 400
}

.technologies {
    background-color: #060606
}

.technologies .paracontent {
    font-size: 16px
}

.card_black_glassy {
    background-color: #0000005e;
    border: 1px solid #525252;
    padding: 16px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    -moz-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    box-shadow: 0 0 5px 2px var(--primary-color-transparent)
}

.card_black_glassy:hover {
    -webkit-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    -moz-box-shadow: 0 0 5px 2px var(--primary-color-transparent);
    box-shadow: 0 0 5px 2px var(--primary-color-transparent)
}

.sec_5 .card_black_glassy .card-body {
    padding-left: 12px;
    padding-right: 12px
}

.tech_head_center {
    color: #fcfcfc;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.tech_ul li {
    color: #7e7e7e;
    list-style-type: none;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 17px;
    font-size: 14px
}

.tech_ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fdcc0a;
    border-radius: 50%;
    top: 6px;
    left: 0;
    -webkit-box-shadow: .3px .3px 6px 2px rgb(253 204 10/57%);
    -moz-box-shadow: .3px .3px 6px 2px rgb(253 204 10/57%);
    box-shadow: .3px .3px 6px 2px rgb(253 204 10/57%)
}

.tech_layer {
    position: absolute;
    left: 20px;
    top: 130px;
    max-width: 60px;
    transform: translatey(0);
    animation: 6s ease-in-out infinite float
}

.img_cirlce {
    position: absolute;
    left: -6%;
    top: 15%;
    transform: scale(1);
    z-index: 1;
    -webkit-animation: 5s infinite alternate mymove;
    -moz-animation: 5s infinite alternate mymove;
    -o-animation: 5s infinite alternate mymove;
    animation: 5s infinite alternate mymove
}



@keyframes mymove {
    0%,
    100% {
        transform: rotate(0) scale(1)
    }
    50% {
        transform: rotate(-10deg) scale(1)
    }
}

.img_girl {
    position: relative;
    z-index: 2;
    top: 20%;
    left: 0
}

.card_purple_trans.bor_blue,
.industries .card_purple_trans.bor_blue {
    border-color: var(--primary-color) !important
}

.industries .card_purple_trans .paracontent {
    line-height: normal
}

.industries .card-body,
.industries .card_purple_trans {
    padding: 16px
}

.industries .card_purple_trans:hover {
    -webkit-box-shadow: 0 0 2px 5px rgb(0 0 0/20%);
    -moz-box-shadow: 0 0 2px 5px rgb(0 0 0/20%);
    box-shadow: 0 0 2px 5px rgb(0 0 0/20%);
    background-color: var(--primary-color)
}

.indus_circle {
    top: -40px;
    right: 40px;
    max-width: 170px;
    animation: 2s linear infinite wiggle;
    filter: grayscale(1);
    opacity: .2;
    position: absolute
}

.indus_layer {
    right: 25px;
    bottom: 0;
    max-width: 70px;
    animation: 6s ease-in-out infinite float;
    filter: brightness(100);
    position: absolute
}

.indus_layer,
.portfolio_layer,
.testi_layer {
    transform: translatey(0)
}

.industries::after,
.portfolio::after {
    display: block;
    right: 3px;
    z-index: 1;
    filter: grayscale(1);
    position: absolute
}

.industries::after {
    background-size: 210px 95%;
    width: 160px;
    height: 95%;
    top: 30px;
    opacity: .3
}

.portfolio_circle {
    right: 30px;
    top: 20px;
    max-width: 200px;
    animation: 2s linear infinite wiggle;
    opacity: .4;
    position: absolute
}

.portfolio_layer {
    position: absolute;
    left: 45%;
    bottom: 120px;
    max-width: 70px;
    animation: 6s ease-in-out infinite float
}

.portfolio .carousel-indicators {
    bottom: auto;
    left: auto;
    top: 25px;
    flex-wrap: wrap;
    margin-right: auto
}

.portfolio .carousel-indicators button {
    background-color: transparent;
    height: auto;
    width: auto;
    opacity: 1;
    text-indent: initial;
    padding: 15px 22px;
    border-radius: 50px;
    border: 0;
    color: #272727;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap
}

.blog_btn_plus:hover,
.portfolio .carousel-indicators button.active,
.portfolio .carousel-indicators button:hover {
    background-color: #ffce05
}

.portfolio .carousel-inner {
    margin-top: 60px
}

.portfolio .carousel-inner .paracontent {
    color: #111;
    font-size: 16px;
    font-weight: 400
}

.portfolio .active.carousel-item-start,
.portfolio .carousel-item-prev:not(.carousel-item-end) {
    transform: translateY(-100%)
}

.portfolio .active.carousel-item-end,
.portfolio .carousel-item-next:not(.carousel-item-start) {
    transform: translateY(100%)
}

.portfolio::after {
    position: absolute;
    background-size: 260px 80%;
    width: 200px;
    height: 80%;
    bottom: -15%;
    opacity: .2
}

.bg_text {
    color: #fff;
    opacity: .6;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    background-attachment: fixed
}

.clients .content {
    height: 485px
}

.content::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.content::-webkit-scrollbar-track-piece:start {
    margin-top: 18px
}

.content::-webkit-scrollbar-track-piece:end {
    margin-bottom: 10px
}

.content::-webkit-scrollbar-thumb {
    background-color: transparent
}

.content {
    height: 450px;
    overflow-y: scroll;
    position: relative;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    padding: 25px
}

.blog_carousel,
.faqsection,
.rewards,
.talktous,
.team,
.testimonials,
.watermark_ad {
    overflow: hidden
}

.client_row_img_h img {
    filter: brightness(.1) invert(1)
}

.client_row_img_h .card_purple_trans:hover img {
    filter: unset
}

.testimonials {
    background-color: #060606;
    position: relative;
    padding: 120px 0
}

.testimonials::after {
    background-size: 260px 500px;
    height: 500px;
    top: -80px;
    left: -40px;
    z-index: 1;
    transform: rotate(225deg);
    opacity: .07
}

.blog::after,
.blog_dot {
    opacity: .3;
    position: absolute
}

.blog::after,
.testimonials::after {
    filter: grayscale(1);
    width: 400px
}

.clients::before,
.testimonials::after {
    display: block;
    position: absolute
}

.testi_circle {
    bottom: 70px;
    right: -40px;
    max-width: 40%
}

.blog_layer,
.testi_circle {
    animation-name: fade_in;
    animation-duration: 5s;
    animation-iteration-count: infinite
}

@keyframes fade_in {
    0% {
        opacity: 0
    }
    100% {
        opacity: .2
    }
}

.client_layer,
.testi_circle {
    filter: grayscale(.9);
    position: absolute
}

.testi_layer {
    position: absolute;
    top: 35%;
    left: 25%;
    max-width: 80px;
    animation: 6s ease-in-out infinite float
}

.card_pattern_white {
    background-image: url(../images/home/white_pattern_bg.webp);
    background-color: #edecea;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 2px 46px 77px 0 rgb(0 0 0/95%);
    -moz-box-shadow: 2px 46px 77px 0 rgb(0 0 0/95%);
    box-shadow: 2px 46px 77px 0 rgb(0 0 0/95%);
    background-size: cover
}

.card_pattern_white .card-footer {
    background-color: #f9b512;
    padding: 20px;
    text-align: center
}

.card_pattern_white .card-footer a {
    color: #010200;
    font-size: 16px;
    font-weight: 700
}

.test_tab {
    border: none
}

.home_tab_left {
    display: flex;
    flex-direction: column;
    border-bottom: unset
}

.blog_btn_plus,
.clientslogos .row,
.portfolio .carousel-inner .row,
.testimonials .home_tab_left,
a.more-link {
    align-items: center
}

.home_tab_left.test_tab li a {
    position: unset !important;
    background: 0 0 !important;
    border: none !important;
    padding: 0 !important
}

.home_tab_left.test_tab .nav-link img {
    width: 100%;
    max-width: 130px;
    filter: grayscale(1)
}

.card_pattern_white .card-footer a:hover {
    color: #4b4b4b
}

.card_quote {
    background-image: url(../images/home/quote_bg.webp);
    background-size: 280px 220px;
    background-position: top 70px center;
    background-color: #9d969614 !important
}

.text_testi {
    color: #f1f1f1;
    font-size: 14px;
    line-height: 30px
}

.client_round {
    max-width: 65px;
    max-height: 65px;
    min-width: 65px;
    min-height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto
}

.star_p {
    display: block
}

.star_p .fa-star {
    position: relative;
    font-style: normal;
    padding-right: 20px
}

.star_p .fa-star::before {
    content: "\2605";
    position: absolute;
    color: #fed20a;
    font-size: 20px
}

.testimonials .tab-content .card-body {
    padding-left: 24px;
    padding-right: 24px;
    text-align: center
}

.testimonials .nav-link {
    border: none;
    padding: 30px 0;
    position: static;
    min-height: auto;
    height: 100%;
    text-align: center
}

.testimonials .nav-link.active {
    background-color: transparent
}

.home_tab_left.test_tab .nav-link.active img,
.home_tab_left.test_tab .nav-link:hover img {
    filter: none
}

.card_pos_right_8 {
    margin-top: 50px
}

.talktous {
    background-color: #f7b612;
    position: relative;
    background-image: url(../images/home/ad_bg.webp);
    background-size: 100%;
    background-position: bottom -1px left 0;
    z-index: 9;
    padding-bottom: 250px
}

.watermark_ad {
    font-size: 200px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    max-width: 120vw;
    width: 120vw;
    color: #75736d1c;
    white-space: nowrap;
    top: 180px;
    left: 50%;
    right: 50%
}

.blog_btn_sec,
.watermark_ad {
    transform: translate(-50%, -50%)
}

.bg_head_ad {
    color: #000300;
    font-size: 25px;
    font-weight: 900;
    background-image: url(../images/home/ad_bg_layer.webp);
    background-size: 97% 89%;
    max-width: 200px;
    padding: 20px 32px 35px;
    margin-bottom: 0;
    position: relative
}

.bg_head_ad,
.card_blog .blog_img {
    margin-left: auto;
    margin-right: auto
}

.banner_title_big_water {
    color: #fcf7f3;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    line-height: 74px;
    position: relative
}

.blog::after {
    display: block;
    height: 440px;
    top: -200px;
    left: -55px;
    background-size: 280px 440px;
    transform: rotate(245deg)
}

.blog_dot {
    left: 40%;
    top: 50px;
    max-width: 200px;
    -webkit-animation: 5s infinite alternate mymove;
    -moz-animation: 5s infinite alternate mymove;
    -o-animation: 5s infinite alternate mymove;
    animation: 5s infinite alternate mymove;
    filter: grayscale(1)
}

.blog_carousel {
    padding: 4px;
    display: flex;
    margin-top: 40px
}

.slideblog {
    display: flex;
    padding: 90px 0 50px;
    animation: 25s linear infinite blogslide;
    -webkit-animation: 25s linear infinite blogslide;
    -moz-animation: 25s linear infinite blogslide;
    flex-shrink: 0;
    gap: 40px
}

.scrollimgs:hover,
.slideblog:hover {
    animation-play-state: paused
}

@keyframes blogslide {
    to {
        transform: translate(calc(-50% - 20px))
    }
}

@-webkit-keyframes blogslide {
    to {
        transform: translate(calc(-50% - 20px))
    }
}

@-moz-keyframes blogslide {
    to {
        transform: translate(calc(-50% - 20px))
    }
}

.item_blog {
    flex-shrink: 0
}

.card_blog {
    border: none;
    border-radius: 15px;
    background-color: #f6ece2
}

.blog_btn_plus,
.card_blog,
.team_btn_plus {
    box-shadow: 0 0 10px var(--primary-color-transparent)
}

.card_blog .blog_img {
    border-radius: 15px;
    margin-top: -95px;
    max-height: 132px;
    object-fit: cover;
    object-position: top;
    display: block
}

.blog_dur {
    color: #857c72;
    font-size: 14px
}

.blog_desc {
    color: #000001;
    font-size: 20px;
    font-weight: 700;
    background-size: 60px 43px;
    max-width: fit-content;
    padding: 10px 5px;
    background-position: left -4px top 0;
    margin-bottom: 0
}

.banner_title_xl,
.blog_desc {
    /* background-image: url(../images/home/head_bg.webp); */
    line-height: 1.1
}

.blog_btn_sec {
    bottom: -40px;
    left: calc(50% - 20px);
    right: calc(50% - 20px);
    position: absolute
}

.blog_btn_plus {
    background-color: #0b0b0b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 20px
}

.blog {
    background-color: #fdf0e5
}

.blog_btn_plus .fa-plus {
    position: relative;
    font-style: normal
}

.blog_btn_plus .fa-plus::before {
    content: "\002B";
    position: absolute;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    top: -25px;
    left: -9px;
    line-height: normal
}

.blog_btn_plus:hover .fa-plus::before {
    color: #000
}

.blog_carousel .card-body {
    padding: 16px 16px 24px
}

a.more-link {
    font-size: 13px;
    letter-spacing: 2px;
    padding-left: 65px;
    padding-right: 20px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff
}

a.more-link:after,
a.more-link:before {
    width: 18px;
    height: 2px;
    left: 16px;
    z-index: 2;
    background: #070807;
    border-radius: 3px
}

a.more-link:before {
    transform: translateY(-50%) rotate(90deg) !important;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.team_btn,
a.more-link,
a.more-link span:before,
a.more-link:after,
a.more-link:before {
    transition: .5s cubic-bezier(.25, .8, .25, 1)
}

a.more-link span:before {
    z-index: -1;
    left: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #fece03 0, #faca0b 100%);
    box-shadow: 
    0 5px 15px 0 rgba(225, 240, 245, 0.5),  /* 50% opacity */
    0 2px 4px 0 rgba(192, 232, 247, 0.51),  /* 51% opacity */
    inset 0 -1px 0 0 rgba(198, 189, 218, 0.48); /* Adjust opacity for inset shadow */

    border-radius: 25px
}

a.more-link span:before,
a.more-link:after {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: ""
}

a.more-link:hover {
    padding-left: 50px;
    color: #070605;
    font-weight: 700
}

a.more-link:hover:after {
    transform: translateY(-50%) rotate(-180deg)
}

.banner_title_xl,
.title_blk_big,
a.more-link,
a.more-link:hover span {
    font-weight: 700
}

a.more-link:hover span:before {
    width: 100%
}

.team_dot,
.team_layer {
    animation-name: fade_inone;
    position: absolute;
    max-width: 40%;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    bottom: 0;
    filter: grayscale(1);
    opacity: .1 !important
}

.team_layer {
    left: -38px
}

.team_dot {
    right: -55px
}

.team .bg_head_home {
    padding: 12px 30px
}

.banner_title_xl {
    font-size: 74px;
    max-width: fit-content;
    text-align: right;
    background-size: 50% 50%;
    background-position: top 70px left 130px
}

.pos_1 {
    top: 65px;
    left: 10px;
    width: 215px;
    height: 190px
}

.pos_2 {
    top: 300px;
    left: -50px;
    width: 159px;
    height: 152px
}

.pos_1,
.pos_2 {
    position: absolute;
    z-index: 4;
    display: none
}

.img_sec::after,
.pos_1,
.pos_2,
.pos_2_sec2 {
    transform: translatex(0);
    animation: 6s ease-in-out infinite floatx
}

.why_dot {
    top: 40%;
    right: 55%;
    max-width: 70px;
    transform: translatey(0);
    animation: 6s ease-in-out infinite float;
    filter: contrast(0) brightness(1.6);
    position: absolute;
    z-index: -1
}

.title_blk_big {
    font-size: 36px;
    line-height: 1.3
}

.banner_title_xl,
.title_blk_big {
    color: #010101;
    text-transform: uppercase
}

.hr_black_big {
    background-color: #010101;
    height: 7px !important;
    opacity: 1
}

.whychoose .paracontent {
    color: #4f4f4f;
    font-weight: 400
}

.progress_head {
    font-size: 18px;
    margin-bottom: 0
}

.progress_div,
.progress_head {
    color: #010101;
    font-weight: 700
}

.progress_div {
    font-size: 25px;
    display: flex;
    align-items: center
}

.progress_div .progress {
    background-color: #e1dfe4;
    height: 13px;
    border-radius: 20px;
    width: 100%
}

.progress_div .progress-bar {
    background-color: #f5b512
}

.btn_card_div .btn:hover .fa,
.progress_text {
    margin-left: 20px
}

.progress_sec {
    margin-top: 30px
}

.award_dot,
.award_layer {
    position: absolute;
    top: 20%;
    max-width: 30%;
    animation-name: fade_inone;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    filter: grayscale(1);
    opacity: .1 !important
}

.award_layer {
    left: -20px
}

.award_dot {
    right: -20px
}

.rewards .award_row_img>div {
    text-align: center
}

.rewards .award_row_img {
    justify-content: space-between;
    align-items: center
}

.faqsection {
    background-color: var(--section-bg);
    padding-bottom: 250px;
    position: relative
}

.bg_head_faq {
    /* background-image: url(../images/home/faq_head.webp); */
    /* backdrop-filter: unset; */
    color: var(--primary-color);
}

.faqsection::before {
    background-size: 260px 480px;
    width: 500px;
    top: -300px;
    left: -150px;
    filter: brightness(.7);
    transform: rotate(235deg);
    z-index: 0;
    opacity: .6;
    position: absolute
}

.faqsection::after {
    background-size: 200px 480px;
    background-position: bottom 0 right 0;
    width: 200px;
    bottom: 18%;
    right: -40px;
    -webkit-animation: 1s infinite swing;
    animation: 1s infinite swing;
    filter: brightness(.9);
    opacity: .8;
    position: absolute
}

.faqsection::after,
.faqsection::before {
    display: block;
    height: 480px
}

.faq_layer,
.faq_layer_bot {
    max-width: 230px;
    animation: 2s linear infinite wiggle;
    position: absolute;
    opacity: .2;
    filter: brightness(.2)
}

.faq_layer {
    left: 30%;
    top: 15%
}

.faq_layer_bot {
    right: 1%;
    bottom: 24%
}

@keyframes wiggle {
    0%,
    100%,
    40%,
    7% {
        transform: rotateZ(0)
    }
    15% {
        transform: rotateZ(-15deg)
    }
    20% {
        transform: rotateZ(10deg)
    }
    25% {
        transform: rotateZ(-5deg)
    }
    30% {
        transform: rotateZ(3deg)
    }
    35% {
        transform: rotateZ(-1deg)
    }
}

.faq_dot_purple {
    right: 8%;
    top: 25%;
    max-width: 50px;
    border-radius: 50%;
    margin: 10px;
    box-shadow: -5px 1px 31px var(--primary-color);
    animation: 2s infinite pulseanim;
    position: absolute
}

@keyframes pulseanim {
    0%,
    100% {
        transform: scale(.75);
        box-shadow: -5px 1px 31px var(--primary-color);
        -moz-box-shadow: -5px 1px 31px var(--primary-color)
    }
    70% {
        transform: scale(1);
        box-shadow: -5px 1px 31px var(--primary-color)8f;
        -moz-box-shadow: -5px 1px 31px var(--primary-color)8f
    }
}

.faq_dot {
    left: 2%;
    bottom: 15%;
    max-width: 220px;
    -webkit-animation: 5s infinite alternate mymove;
    -moz-animation: 5s infinite alternate mymove;
    -o-animation: 5s infinite alternate mymove;
    animation: 5s infinite alternate mymove;
    filter: brightness(.9);
    position: absolute
}

.card_yellow {
    border-color:var(--background-color);
    background-color: var(--section-card-bg);
    border-radius: 0;
    box-shadow: 0 1px 15px 0 rgb(107 95 97/66%);
    z-index: 3
}

.faq_img {
    left: -20%;
    width: 100%;
    max-width: 320px;
    top: 7%;
    bottom: 0;
    margin: auto;
    position: absolute
}

.faqsection .accordion-button {
    color: #14130e;
    padding: 30px 10px;
    box-shadow: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faqsection .accordion-button::after {
    content: "\002B";
    font-size: 20px;
    width: auto;
    height: auto;
    background-image: none;
    background-repeat: initial;
    transform: none;
    position: absolute;
    right: 0
}

.faqsection .accordion .accordion-button[aria-expanded=true]::after {
    content: "\2212"
}

.faqsection .accordion-item {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0px
}

.faqsection .accordion p {
    display: block;
    color: #14130e;
    font-size: 14.5px;
    text-align: justify;
    font-weight: 500;
    line-height: 2;
    padding-right: 35px;
    margin-bottom: 0
}

.faqsection .accordion-body {
    padding: 0 10px 25px
}

.faqsection .accordion .accordion-item:last-child {
    border: 0
}

.faqsection .accordion-item:first-child .accordion-button {
    padding-top: 0
}

.faqsection .accordion-item:last-child .accordion-button {
    padding-bottom: 10px
}

.faqsection .card .card-body {
    padding: 40px
}

.blog .row:first-child {
    position: relative;
    z-index: 9
}

.clientslogos {
    border-bottom: 1px solid #00000020;
    padding: 35px 0
}

.bannersmile .paracontent span {
    color: #f7b612
}

.bannersmile .paracontent {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: 600;
    text-align: start
}

.banner_carousel_card {
    overflow: hidden;
    display: flex
}

.scrollimgs {
    white-space: nowrap;
    animation: 25s linear infinite blogslide;
    -webkit-animation: 25s linear infinite blogslide;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 60px
}

.scrollimgs img {
    width: 100%;
    max-width: 135px;
    height: auto;
    filter: contrast(0)
}

.scrollimgs img:hover {
    filter: contrast(1)
}

.award-winning
.clientss{
    height: 100vh;
}
@media only screen and (min-width:1800px) {
    .award-winning .clientss .sec2_img_sec .abcd {
        max-width: 450px
    }
    
    .award-winning .clientss .purple_card {
        margin-top: -240px
    }
    .img_girl {
        width: 100%;
        max-width: 620px;
        top: auto
    }
    .technologies .row {
        align-items: center
    }
    .img_cirlce {
        left: 10%;
        top: 7%
    }
    .title_blk_big {
        font-size: 40px
    }
    .card .faq_img {
        left: -15%;
        max-width: 330px;
        top: 0
    }
    .banner_title_big {
        font-size: 45px;
        line-height: 64px
    }
    .bg_head {
        font-size: 30px
    }
    .banner_title_xl {
        font-size: 90px
    }
    .bannersmile .paracontent {
        font-size: 38px
    }
}





/* Media query for responsive adjustments */
@media (max-width: 768px) {
    .col-12.col-sm-12.col-md-12.col-lg-5.col-xl-5 {
        width: 100%;
    }
}


@media only screen and (min-width:1500px) {
    .banner_head {
        font-size: 52px;
        line-height: 72px
    }
}

@media only screen and (min-width:1400px) {
    .banner_title_xl {
        background-position: right bottom
    }
    .sec2_img_sec .abcd {
        width: 100%;
        max-width: 390px
    }
    .purple_card {
        margin-top: -185px
    }
    .faq_img {
        left: -22%
    }
}

@media only screen and (max-width:1400px) {
    .faqsection .card .card-body {
        padding: 24px
    }
}

@media only screen and (max-width:1300px) {
    .tab_head {
        font-size: 26px
    }
    .banner_title_xl {
        font-size: 64px
    }
    .title_blk_big {
        font-size: 30px
    }
    .bannersmile .paracontent {
        font-size: 28px
    }
}

@media only screen and (max-width:991px) {
    .award-winning .clientss .abcd,
    .sec2_img_sec {
        max-width: 400px;
        width: 100%
    }
    .faq_img,
    .technologies .col_img_girl {
        display: none
    }
    .content::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .2)
    }
    .sec2_img_sec {
        margin: auto
    }
    .purple_card {
        margin-top: 0
    }
    .dots_sec_3,
    .hand_pos {
        right: 20px
    }
    .row-reverse {
        flex-direction: column-reverse
    }
    .portfolio .carousel-item .row>div:last-child,
    .row-reverse>div:first-child {
        margin-top: 30px
    }
    .bannersmile,
    .indus-colone {
        margin-bottom: 30px
    }
    .faqsection::after,
    .industries::after,
    .portfolio::after {
        display: none;
        background-size: initial;
        width: auto;
        height: auto;
        top: auto;
        bottom: auto;
        position: static;
        right: auto;
        animation: none
    }
    .portfolio .carousel-indicators {
        top: auto;
        position: static;
        justify-content: start;
        margin-left: 0
    }
    .portfolio .carousel-indicators button {
        margin-bottom: 12px
    }
    .portfolio .carousel-inner {
        margin-top: 10px
    }
    .clients .row:not(.client_row_img_h)>div:first-child {
        margin-bottom: 20px
    }
    .card_pos_right_8 {
        align-self: flex-end
    }
    .blog_carousel {
        overflow-x: scroll
    }
    .blog_carousel::-webkit-scrollbar {
        height: 3px
    }
    .blog_carousel::-webkit-scrollbar-thumb {
        height: 3px;
        background-color: #bfb8b3
    }
    .slideblog {
        animation: none;
        -webkit-animation: none
    }
    .col_banner_right {
        width: 100%;
        max-width: 600px;
        margin: auto
    }
    .banner_title_xl {
        background-size: 50% 100%;
        background-position: top 0 right;
        max-width: none;
        background-image: none
    }
    .faq_img {
        left: auto;
        width: auto;
        max-width: none;
        top: auto;
        bottom: auto;
        position: static
    }
    .banner_title_big_water {
        font-size: 44px;
        line-height: 60px
    }
    .solutions .row-reverse>div:first-child {
        text-align: center
    }
    .bg_head_white {
        margin-left: 0
    }
    .rewards .award_row_img {
        justify-content: center
    }
}

@media only screen and (min-width:992px) {
    .col_border {
        border-right: 1px solid #fff
    }
    .sec2_img_sec .abcd {
        margin-left: 24px
    }
    .testimonials .container {
        width: 100%;
        max-width: 1140px
    }
    .faqsection {
        padding-bottom: 300px
    }
    .services .banner_title_big {
        text-align: end
    }
}

@media only screen and (max-width:767px) {
    .testimonials .nav-link {
        width: 50%;
        padding: 30px 15px
    }
    .testimonials .home_tab_left {
        flex-direction: row
    }
    .card_pos_right_8 {
        margin-top: 20px
    }
    .rewards .award_row_img>div:first-child,
    .rewards .award_row_img>div:nth-child(2) {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:576px) {
    .home_tab_left li:hover button {
        font-weight: 700;
        color: #020303
    }
    .content:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .2)
    }
}

@media only screen and (max-width:576px) {
    .blog::after,
    .layer_sec_3 {
        display: none
    }
    .banner_head {
        font-size: 35px;
        line-height: 48px
    }
    .banner_title_big {
        font-size: 28px;
        line-height: 40px
    }
    .pos_2_sec2 {
        left: 0;
        width: 100px;
        height: auto
    }
    .sec2_img_sec {
        max-width: 300px
    }
    .sec2_img_sec::before {
        width: 40px;
        height: 40px;
        background-size: cover
    }
    .hand_pos {
        right: 1px;
        top: 60px;
        max-width: 200px
    }
    .bg_left_sec3,
    .services .bg_sec3_right {
        padding: 40px 12px
    }
    .services .home_tab_left li.active,
    .services .home_tab_left li:hover,
    .tab_inac.active li {
        background-color: transparent
    }
    .services .home_tab_left .nav-link:is(:hover, :focus, .active) {
        border-color: transparent;
        background-color: transparent;
        color: #2c2725
    }
    .layer_sec_3 {
        left: auto;
        bottom: auto;
        max-width: none
    }
    .home_tab_left li button {
        position: static;
        top: auto;
        min-height: auto
    }
    .services .tab-content>.tab-pane {
        display: block;
        margin-bottom: 30px
    }
    .services .tab-content>.tab-pane:last-child {
        margin-bottom: 0
    }
    .fade:not(.show) {
        opacity: 1
    }
    .purple_card::after,
    .purple_card:hover::after,
    .purple_card:hover::before {
        width: 200px
    }
    .bg_text {
        font-size: 48px
    }
    .clients .content {
        padding: 12px
    }
    .pos_1 {
        top: 43%;
        width: 125px;
        height: auto
    }
    .pos_2 {
        top: 5%
    }
    .banner_title_xl {
        font-size: 45px
    }
    .talktous {
        padding-bottom: 120px
    }
    .banner_title_big_water {
        font-size: 36px;
        line-height: 48px
    }
    .portfolio .carousel .banner_title_big {
        font-size: 24px;
        line-height: 36px
    }
    .portfolio .carousel .bg_head {
        font-size: 20px
    }
    .testimonials {
        padding: 40px 0
    }
    .rewards .award_row_img>div:not(:last-child) {
        margin-bottom: 24px
    }
    .faqsection .accordion p {
        padding-right: 20px
    }
    .faqsection .card .card-body {
        padding: 24px 18px
    }
    .socialcontact {
        margin-right: 4px
    }
    .home_tab_left .nav-link {
        padding: 15px
    }
    .portfolio .carousel-indicators button {
        padding: 10px 20px
    }
    .bannersmile .paracontent {
        font-size: 24px
    }
    .bannersmile {
        margin-bottom: 20px
    }
}





/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
} */


.sales-partner-section {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.container {
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.icon-row {
    margin-bottom: 40px;
}

.col-4, .col-8 {
    flex: 0 0 100%; /* Make full-width on small screens */
}

@media (min-width: 768px) {
    .col-4 {
        flex: 0 0 30%; /* Default for larger screens */
    }
    .col-8 {
        flex: 0 0 66%; /* Default for larger screens */
    }
}

/* Icon Card Styles */
.icon-card {
    background-color: #000000;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 8px; /* Adding rounded corners */
    position: relative; /* For hover effect */
    overflow: hidden; /* Clip the shadow and glow */
}

.icon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Icon Glow Effect on Hover */
.icon-card:hover .icon-wrap {
    animation: iconGlow 0.5s forwards; /* Animate the icon */
}

@keyframes iconGlow {
    0% {
        color: #ffc107;
        transform: scale(1);
    }
    100% {
        color: #ffeb3b;
        transform: scale(1.2); /* Slightly enlarge */
    }
}

.icon-wrap {
    font-size: 40px;
    color: #ffc107;
    margin-bottom: 5px;
}

.icon-card-content h4 {
    color: #fffefe;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.icon-card-content p {
    color: #fcf9f9;
    font-size: 14px;
}

/* Text Card Styles */
.text-card {
    padding: 30px;
}

.text-card h2 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.text-card h2 a {
    color: #ffc107;
    text-decoration: none;
}

.text-card h2 a:hover {
    text-decoration: underline;
}

/* Final Row Styles */
.final-row p {
    font-size: 16px;
    color: #010101;
    margin-bottom: 10px;
}

.apply-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #000300;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.apply-button:hover {
    background-color: #ffc107;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-4, .col-8 {
        flex: 0 0 100%; /* Full width on small screens */
        margin-bottom: 20px; /* Spacing between cards */
    }

    .icon-card {
        margin-bottom: 20px; /* Spacing between cards */
    }
}



/* White Background and Black Text for the Specific Card */
.white-background {
    background-color: #ffffff; /* White background */
    color: #000000; /* Black text */
    border: 1px solid #ccc; /* Optional: add a light border for definition */
}

/* Override the default text color inside the white-background card */
.white-background .icon-card-content h4 {
    color: #000; /* Black text for the heading */
}

.white-background .icon-card-content p {
    color: #333; /* Darker gray text for the paragraph */
}

/* Keep existing styles for the other cards */
.icon-card {
    /* background-color: #000000; */
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 8px; /* Adding rounded corners */
    position: relative; /* For hover effect */
    overflow: hidden; /* Clip the shadow and glow */
}

/* Remaining existing styles */
.icon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.icon-card:hover .icon-wrap {
    animation: iconGlow 0.5s forwards; /* Animate the icon */
}

@keyframes iconGlow {
    0% {
        color: #ffc107;
        transform: scale(1);
    }
    100% {
        color: #ffeb3b;
        transform: scale(1.2); /* Slightly enlarge */
    }
}

/* Other existing styles... */


.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 */
}

.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;
}

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

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

.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;
}

.get-in-touch-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

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

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

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

.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 */
    }

    .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 */
    }
}

