.carousel-caption {
    position: absolute;
    /* right: 8%; */
    left: 15%;
    top: 20%;
    padding-bottom: 1.25rem;
    color: #262262;
    text-align: start;
}

.carousel-caption h1 {
    font-size: 3vw;
}

.carousel-caption p {
    font-size: 1vw;
    line-height: 2;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 65% 100%;
}

.single_feature_one .sf_top img {
    max-width: 100px;
    width: 100%;
}
#home {
    position: relative;
}
.SearchBar form input {
    border: 1px solid #262262;
    padding: 7px;
    border-radius: 22px;
    width: 500px;
    max-width: 100%;
}
.SearchBar form input::placeholder {
    padding-left: 15px;
}

.text-block {
    position: absolute;
    top: 20%;
    left: 10%;
    color: white;
    padding: 10px;
    border-radius: 5px; /* Optional: adds rounded corners */
}
.change-text {
    font-size: 24px;
    /* text-wrap: nowrap; */
    font-weight: 700;
    animation: changeText 10s infinite linear;
    color: #eadfcb;
}
.change-text::before {
    content: "";
    animation: changeContent 10s infinite linear;
}
@keyframes changeText {
    0% {
        content: "Hassle-free process";
    }
    25% {
        content: "Affordable rates";
    }
    50% {
        content: "Fastest WhatsApp support";
    }
    100% {
        content: "Reliable and trusted";
    }
}

@keyframes changeContent {
    0% {
        content: "Hassle-free process";
    }
    25% {
        content: "Affordable rates";
    }
    50% {
        content: "Fastest WhatsApp support";
    }
    100% {
        content: "Reliable and trusted";
    }
}

.rocket-container {
    font-family: "Ink Free", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    color: green;
    position: relative;
}

.rocket-container img {
    width: 100%;
    max-width: 125px;
}

.getInTouch {
    background-color: #262262;
}

.getInTouch h1 {
    color: #fff;
    font-size: 50px;
    /* margin-bottom: 10px; */
}

.getInTouch a {
    color: #fff;
    font-size: 65px;
    font-weight: 900;
    line-height: 30px;
}

@media (max-width: 550px) {
    .getInTouch h1 {
        font-size: 28px;
    }

    .getInTouch a {
        font-size: 24px;
    }
}

@media (min-width: 551px) and (max-width: 900px) {
    .getInTouch h1 {
        font-size: 35px;
    }

    .getInTouch a {
        font-size: 30px;
    }
}

.benefits .container {
    background-color: #fff;
}

.sampleCopy h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
}

/*timeline  */
.timeline {
    padding-top: 15px;
    position: relative;
}

.timeline-nodes {
    padding-bottom: 35px;
    position: relative;
}

/* .timeline-nodes:nth-child(even) {
        flex-direction: row-reverse;
    } */

.timeline h3,
.timeline p {
    padding: 5px 15px;
}

.timeline h3 {
    /* font-weight: lighter; */
    background: #27aae1;
    font-size: 22px;
}

.timeline p,
.timeline time {
    color: #262262;
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 9%;
    width: 0;
    border-left: 2px dashed #262262;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    border: 1px solid #27aae1;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2);
}

.timeline-nodes .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #27aae1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-image {
    position: relative;
    z-index: 100;
}

.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px dashed #262262;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;
}

.timeline-image img {
    position: relative;
    z-index: 100;
    width: 55px;
}

/*small device style*/
@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left;
    }

    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }

    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed #262262;
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .timeline h3 {
        font-size: 1.7rem;
    }

    .timeline p {
        font-size: 14px;
    }

    .timeline-image {
        position: absolute;
        left: 0%;
        top: 10px;
        /*transform: translateX(-50%;);*/
    }

    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid #262262;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid #262262;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }

    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
    .timeline-image img {
        margin-top: 10px;
    }
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
    }

    .timeline-image {
        position: absolute;
        left: -5%;
    }

    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #27aae1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px;
}

.switch .slider:before {
    font-size: 38px;
    position: absolute;
    content: "";
    height: 12px;
    width: 15px;
    left: 0px;
    bottom: 5px;
    background-color: white;
    color: #fff;
    border-radius: 20px;
    transition: 0.4s;
}

.switch.active .slider {
    background-color: #262262;
}

.switch.active .slider:before {
    content: "";
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.WhyUsCard i {
    font-size: 80px;
    margin-top: 20px;
    color: #27aae1;
}

.WhyUsCard .card-title {
    color: #262262;
}

.accordion-item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-body {
    border-top: 2px dashed #27aae1;
}

.slides li {
    background: #262262;
    text-align: center;
    height: 70px;
    color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 0 0 0 !important;
}

.slides hr {
    margin: 0.2rem 0;
    color: #fff;
}

.flex-direction-nav a:before {
    font-size: 25px;
    margin-top: 10px;
    color: #fff !important;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    opacity: 1;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
/* .flex-direction-nav a {
    margin: -20px 60px 0;
} */
.flexslider .flex-direction-nav .flex-next {
    right: 0;
}
.flexslider .flex-direction-nav .flex-prev {
    left: 0;
}
/* counter */
.counterRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.counter-box h2,
.counter-box span {
    display: inline-block;
    margin: 15px 0;
    font-size: 50px;
    color: #fff;
}
.counter-box .fa {
    font-size: 30px;
    color: #fff;
    display: block;
}
.counter-box p {
    font-size: 20px;
    margin-top: 8px;
    color: #fff;
}
.counter-box h4 {
    color: #27aae1;
}
.cp_content ul li {
    list-style: none;
}
#totalCost {
    font-size: 22px;
}
#hover-link {
    position: relative;
}
/* Popup container styling */
.popup {
    border-radius: 10px;
    display: none;
    color: #000;
    position: absolute;
    left: 20%;
    top: 100%;
    /* transform: translate(-50%, -80%); */
    z-index: 1000;
    background-color: white;
    border: 2px solid #ccc;
    padding: 20px;
    width: 400px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Content inside the popup */
.popup-content {
    text-align: left;
}

/* Close button styling */
.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    color: red;
}
.stamp {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.stamp.active {
    background-color: rgb(38, 34, 98);
    color: white;
}

.hidden {
    display: none;
}

.stamp:has(input[type="radio"]:checked) {
    background-color: rgb(38, 34, 98);
    color: white;
    border-color: rgb(38, 34, 98);
}
/* banner overlay effect */
.bg_img {
    background-image: url("../../user-assets/images/banner/homepage_banner.jpg") !important;
}
.bg_img_india {
    background-image: url("../../user-assets/images/banner/Homepage image_out of MH.jpg") !important;
}

@media (max-width: 550px) {
    .bg_img {
        background-image: url("../../user-assets/images/banner/Sample-1.jpg") !important;
    }
    .bg_img_india {
        background-image: url("../../user-assets/images/banner/Sample-1.jpg") !important;
    }
}

.bg_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay color */
    z-index: 1;
}
.bg_img_india::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay color */
    z-index: 1;
    background-image: url("{{ env("CRM_ASSET_PATH") }}app-assets/images/banner/homepage_banner.jpg");
}

.bg_img .container {
    position: relative;
    z-index: 2; /* To ensure the content is above the overlay */
}
.bg_img_india .container {
    position: relative;
    z-index: 2; /* To ensure the content is above the overlay */
}
a .hover-text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s ease-in-out;
    top: 35px;
    left: 0;
    padding: 5px;
    background-color: #262262 !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: max-content !important;
    height: max-content !important;
    border-radius: 10px !important;
}

a:hover .hover-text {
    visibility: visible;
    opacity: 1;
}

.candy-stripe ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    background-color: #27aae1;
}

.stripe {
    height: 1rem;
    width: 100%;
    margin: 0;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

/* @media (min-width: 900px) {
    .stripe {
      height: 1.5rem;
    }
  } */

.stripe:nth-child(even) {
    background-color: #262262;
    width: 150%;
}
