body {
    margin: 0;
    padding: 0;
}

.banner.hero {
    background: linear-gradient(135deg, #e6e9ff, #f5e6ff);
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner.hero h1 {
    font-weight: 700;
    color: #1a237e;
    font-size: 50px;
}

.banner.hero p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.banner .btn-custom {
    background: #2d5bff;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 20px;
}

.banner .btn-custom:hover {
    background: #1a44d1;
}

/* PHONE IMAGE */
.banner .phone-img {
    max-width: 100%;
}

/* FEATURES */
.features {
    padding: 60px 0;
}

.features h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a237e;
    font-size: 30px;
}

.feature-box {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
}

.feature-icon i {
    width: 45px;
    height: 45px;
    background: #2d5bff;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

/* ILLUSTRATION */
.illustration img {
    max-width: 100%;
}

.features h6 {
    font-weight: bold;
    color: #1a237e;
    font-size: 30px;
}

.features p {
    color: #000;
    font-size: 16px;
    padding-right: 100px;
}



.owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.owl-nav button {
    background: #2d5bff !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    font-size: 20px;
}

.owl-nav button:hover {
    background: #1a44d1 !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.item .card {
    transition: 0.3s;
}

.item .card:hover {
    transform: translateY(-8px);
}


.video-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

/* IMAGE WRAP */
.video-img {
    position: relative;
    overflow: hidden;
}

.video-img img {
    width: 100%;
    display: block;
    transition: 0.4s;
}

/* OVERLAY */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 91, 255, 0.2);
    opacity: 0;
    transition: 0.4s;
}

/* PLAY BUTTON */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    background: #2d5bff;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0;
    transition: 0.4s;
}

/* SIZE LABEL */
.size-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #7b61ff;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
}

/* HOVER EFFECT */
.video-card:hover .video-overlay {
    opacity: 1;
}

.video-card:hover .play-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.video-card:hover img {
    transform: scale(1.05);
}

/* FOOTER */
.video-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-weight: 500;
}

.views {
    color: #333;
}

.likes {
    color: red;
}

.heading {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a237e;
    font-size: 30px;
    margin-bottom: 30px;
}


.section-bg {
    background: linear-gradient(135deg, #f3f4f9, #e9ecff);
    padding: 70px 0;
}

/* TITLE */
.section-title {
    text-align: center;
    font-weight: 700;
    color: #142c7a;
}

/* BENEFIT CARD */
.benefit-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* ICON LEFT */
.benefit-icon {
    width: 50px;
    height: 50px;
    display: flex;
}

.benefit-icon i {
    width: 50px;
    height: 50px;
    background: #2d5bff;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
    text-align: center;
    line-height: 50px;
}

/* CONTENT */
.benefit-content h5 {
    font-weight: bold;
    color: #1a237e;
    font-size: 30px;
}

.benefit-content p {
    color: #000;
    font-size: 16px;
    padding-right: 100px;
}

/* RIGHT IMAGE */
.phone-img {
    max-width: 100%;
}

/* REVIEWS */
.review-section {
    padding: 60px 0;
}

.review-card {
    background: #eef1ff;
    border-radius: 12px;
    padding: 20px;
    gap: 15px;
    align-items: top;
}

.review-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-text {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #f4b400;
}


.slider-two .owl-nav {
    display: flex !important;
    position: absolute;
    top: -50px;
    right: 0;
}

.slider-two .owl-nav button {
    background: #2d5bff !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.owl-carousel .item {
    width: 100%;
}

.box {
    padding: 40px;
    background: #eee;
    text-align: center;
    border-radius: 8px;
}

.contact-section {
    background: linear-gradient(135deg, #1a2aff, #2bb6d8);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    padding: 80px 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* TITLE */
.contact-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    font-size: 45px;
}

/* CONTACT ITEM */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}

.contact-icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    margin-right: 15px;
}

.contact-icon i {
    width: 55px;
    height: 55px;
    background: #fff;
    color: #1a2aff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
}

/* IMAGE */
.contact-img img {
    max-width: 100%;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .contact-item {
        font-size: 16px;
    }
}