.image-box img {
    height: 231px;
    width: 100%;
    object-fit: cover;
}

h2 {
    color: #094048;
}

.content-box h3,
.content-box .display-h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.fancy-heading p {
    color: #2c4167;
    font-size: 19px;
    font-weight: 500;
}

.form .btn-read {
    background: rgb(244 244 244 / 79%) !important;
    color: #0f5a64;
}

#footer .footer-top .social-links a {
    background: rgb(244 244 244 / 79%) !important;
}

/* === Header-Area === */
.header-area {
    padding: 120px 0;
    background-color: #FFF4F0;
}

.header-text .top-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #FF6B31;
    margin-bottom: 8px;
}

.header-text .main-title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 24px;
}

.header-text .desc {
    margin-bottom: 56px;
    font-size: 20px;
    position: relative;
    padding-left: 25px;
    opacity: 0.8;
}

.header-text .desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background-color: #FF6B31;
}

.header-slider {
    background: url('https://www.couplebees.com/assets/img/header-bg-circle.png') no-repeat scroll center center / contain;
    padding: 24px;
    min-height: 400px;
}

.header-slider.swiper-fade .swiper-slide {
    opacity: 0 !important;
}

.header-slider.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.header-image {
    margin: 0;
}

#header-slider-pagination {
    max-height: 520px;
    text-align: center;
}

#header-slider-pagination .thumb {
    margin: 0;
    display: inline-block;
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #ffffff;
}

#header-slider-pagination .swiper-slide-thumb-active .thumb {
    border-color: #FF6B31;
}

.feature-card-style-one {
    background: #70d0dc4a;
    -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
    box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
    border-radius: 48px;
    padding: 28px;
    padding-bottom: 22px;
}

.feature-card-style-one .feature-icon {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
    box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
    border-radius: 24px;
    width: 88px;
    height: 88px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.feature-card-style-one.bg-varient-1 {
    background: #7562e052;
}

.feature-card-style-one.bg-varient-2 {
    background: #fa865f54;
}

figure img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    border-radius: 0.4rem;
}

.counter-area {
    padding: 100px 0;
    background-color: #FFF5F2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.counter-area .counter-text-overlay {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    transform: translateY(-30%);
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 0;
    white-space: nowrap;
    color: #FF6B31;
    opacity: 0.1;
}

.section-title .title {
    font-size: 2rem;
    margin-bottom: 24px;
    font-weight: 700;
}

.counter-box {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.03);
    transition: 0.5s;
}

.counter-box .number {
    font-size: 56px;
    margin-bottom: 8px;
    color: #fff;
}

.rating-star {
    display: inline-block;
    position: relative;
    color: #FDB12E;
    color: #fff;
}

.counter-box.active,
.counter-box:hover {
    background-color: #FDA800;
    -webkit-box-shadow: 0px 25px 35px rgba(253, 168, 0, 0.25);
    box-shadow: 0px 25px 35px rgba(253, 168, 0, 0.25);
}

.feature-box-2 {
    position: relative;
    padding-left: 88px;
    margin-bottom: 40px;
}

.feature-box-2 .icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
    background-color: #ff6b3152;
    color: #ffffff;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 15px 35px rgba(255, 112, 49, 0.3);
    box-shadow: 0px 15px 35px rgba(255, 112, 49, 0.3);
    transition: 0.5s;
}

.feature-box-2 .title {
    font-size: 20px;
    margin-bottom: 8px;
}

.premium-backpack {
    margin: 0;
    text-align: center;
    padding: 30px;
    background: url(https://www.couplebees.com/assets/img/header-bg-circle.png) no-repeat scroll center center / contain;
    min-height: 400px;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.counter-area .overlay-text {
    position: absolute;
    left: 4vw;
    bottom: 0;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FF6B31;
    opacity: 0.1;
    transform: translateY(45%);
}

.stats .row>div:not(:last-child) {
    border-right: 1px solid rgba(255, 107, 49, 0.2);
}

.stats .counter-box {
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.stats .counter-box .number {
    color: #FF6B31;
    margin-bottom: 12px;
    font-size: 48px;
}

.btn-orange {
    background-color: #FF6B31;
    color: #ffffff;
    border: 1px solid #FF6B31;
    box-shadow: 0px 15px 30px rgba(255, 107, 49, 0.3);
}

.btn-bold:hover {
    text-decoration: underline;
    color: #FF6B31;
    transition: 0.3s;
}

.btn-orange:hover {
    background: #fff;
    border: 1px solid #FF6B31;
}

.new_why_cple .title-box {
    color: #fff;
}

 .counsling_reltn .col-lg-4.col-md-6.col-sm-12 {
        display: flex;
    }

    .counsling_reltn .feature-card-style-one {
        border: 1px solid #9bf2ff;
    }

    .counsling_reltn .feature-card-style-one.bg-varient-1 {
        border: 1px solid #b6a9ff;
    }

    .counsling_reltn .feature-card-style-one.bg-varient-2 {
        border: 1px solid #ffb79f;
    }
	
	
    .feature-disc h5 {
        font-size: 22px;
        color: #094048;
    }
	
	.header-text .top-title{
		font-weight: 600;
	}
	
	.counsling_reltn .feature-disc h3 {
    font-size: 22px;
    color: #094048;
    font-weight: 600;
}

.cta_iner_contn span {
    font-size: 22px;
}

.cta_iner_contn h2{
	  font-size: 22px;
}

.cta_iner_contn {
    display: flex;
    align-items: center;
    gap: 14px;
}

.new_dctr_fr .content-box p {
    font-size: 16px;
}

.nw_couter_scn h2.title {
    font-size: 48px;
    line-height: 60px;
}
.nw_couter_scn .counter-box .number {
   
    font-weight: 700;
}
.new_why_cple .counter-box span.number {
    font-weight: 700;
}

.coutr_nw_area .counter-box .number {
    font-weight: 700;
}
.coutr_nw_area .counter-box .title p {
    color: #FF6B31;
    font-weight: 700;
}

@media (min-width:768px) {
    .phn-margin {
        margin-top: -100px;
    }
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion .item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    margin-bottom: 20px;
}

.accordion .item .title {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 24px;
    margin: 0;
    cursor: pointer;
}

.accordion .item .title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--heading-color);
}

.accordion .item .desc p {
    padding: 0 24px 24px 24px;
}

.accordion .item li {
    font-weight: 500;
    padding: 0 24px 24px 24px;
}

.title-box {
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: 700;
}

/* ===========================
   Responsive (Mobile < 768px)
   =========================== */
@media (max-width: 767px) {
   


    .cta_dsn_bx span,
    .cta_ancr {
        font-size: 20px;
    }

    body {
        overflow: hidden;
        overflow-y: visible;
    }

    .cta_iner_contn p {
        display: flex;
        margin-bottom: 10px !important;
        align-items: center;
    }

    .header-area {
        padding: 80px 0;
        background-color: #FFF4F0;
    }

    .header-text .main-title {
        font-size: 45px;
    }

    section {
        padding: 50px 0;
    }

    .counter-area {
        padding: 60px 0;
    }

    .new_why_cple .title-box {
        font-size: 28px;
    }

    .stats .counter-box {
        padding: 20px 30px;
    }

    .hme_frm {
        padding: 20px !important;
        width: 95%;
        margin: auto;
        margin-top: 25px;
    }

    .hme_frm .col-4 {
        padding-right: 0;
    }

    .hme_frm .col-8 {
        padding-left: 0;
    }
}
