.newsletter {
padding: 40px 0;
background: #fff;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #212529;
margin-bottom: 40px; 
font-weight: 700;
}
.newsletter .content .form-control {
height: 50px;
border-color: #ff6965;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #ff6965;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #ff6965;
color: #fff;
font-weight:600;
}
.text-white-color{
    color: #fff !important;
}
.link-color{
    color: #ff6965 !important;
}
.service-detail-img{
    width:97%;
}
.yellow .newsletter {
    background: none  !important;
}
.yellow .newsletter .content h2 {
    color: #fff !important; 
}
.newsletter .content .btn {
    background: #0278b5 !important;
}
.package-img{
    width: 100% !important;
}
.cust-tick{
    color: #ff6965;
    font-size: 20px;
}
.black-op-bg{
    background: #212529;
    opacity: 0.8;
    width: 60%;
    height: 80% !important;
    border-radius: 4px;
    margin-top: 5%;
}
.black-op-wh{
    background: #fff;
    opacity: 0.8;
    padding: 100px;
    height: 80% !important;
    border-radius: 4px;
    margin-top: 7%;
}
.list-type{
    list-style-type: none;
}
.circle-border{
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    font-size: .8em;
    line-height: 1.3;
    display: inline-block;
    margin-right: 10px;
}

.search-locator-box{
    border: 1px solid #0278b5;
    border-radius: 4px;
    padding: 20px;
}
.form-control{
    color: #0278b5;
    border: 1px solid #0278b5;
}
h1, h2, h3, h4, h5, h6 {
    color: #0278b5;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #0278b5;
}
.seller-circle-icon{
    width: 10%; background-color: #ff6965;    
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px; color:#fff;
}
.f-r{
    float: right;
}
.width100p{
    width: 100%;
}
.text-center{
    text-align: center;
}
.display-inherit{
    display: inherit;
}
.color-green-dark{
    
    color: #5F6F52;
}
.text-white{
    color:#fff !important;
}
/* .video-box {
    position: relative;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

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

.video-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-box .play-icon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.video-box:hover .play-icon {
    background-color: rgba(255, 255, 255, 1);
}

.lightbox_custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

.lightbox_custom video {
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.lightbox_custom .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
}
.m-t-0{
    margin-top: 0px !important;
}
img.mfp-img{
    max-height: none !important;
}

/* Container for the images */
.image-container {
    position: relative; /* Enables positioning of child elements */
    display: inline-block; /* Ensures the container wraps around the images */
    width: 38%;
}
.image-container3 {
    position: relative; /* Enables positioning of child elements */
    display: inline-block; /* Ensures the container wraps around the images */
    width: 68%;
}
.image-container4 {
    position: relative; /* Enables positioning of child elements */
    display: inline-block; /* Ensures the container wraps around the images */
    width: 100%;
}

/* Main Image */
.main-image {
    display: block; /* Ensures the image behaves like a block element */
    width: 110%; /* Adjust as needed for responsiveness */
    height: auto; /* Maintain aspect ratio */
    position: relative; /* Default positioning */
    z-index: 2; /* Place it above the sparkle image */
}

/* Sparkle Image (Behind Main Image) */
.sparkle-image {
    position: absolute; /* Position relative to the container */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position to center */
    width: 100%; /* Slightly larger than the main image */
    z-index: 1; /* Place it behind the main image */
    opacity: 0.8; /* Optional: Add transparency for effect */
}

/* Label Image (Top Right Corner of Main Image) */
.label-image {
    position: absolute; /* Position relative to the container */
    top: 10%; /* Adjust as needed */
    right: -13%; /* Adjust as needed */
    width: 100%; 
    z-index: 3; /* Place it above the main image */
}
.label3-image {
    /* position: absolute;  */
    margin-top: -58%;
    width: 61%; 
    z-index: 3; /* Place it above the main image */
}
.sparkle3-image {
    
    position: absolute; /* Position relative to the container */
    top: 62%; /* Center vertically */
    left: 56%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position to center */
    width: 100%; /* Slightly larger than the main image */
    z-index: 1; /* Place it behind the main image */
    opacity: 0.8; /* Optional: Add transparency for effect */
}
.label4-image {
    /* position: absolute;  */
    margin-top: 0%;
    width: 61%; 
    z-index: 3; /* Place it above the main image */
}
.sparkle4-image {
    position: absolute;
    top: 51%;
    left: 43%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    opacity: 0.8;
}
/* Social Section */
.social-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    color: white;
}

/* Section Heading */
.section-heading {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

/* Social Columns */
.social-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* Social Column */
.social-column {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between items */
}

/* Social Item */
.social-item {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between icon and text */
}

/* Social Link */
.social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

/* Social Icon */
.social-icon {
    width: 40px;
    height: 40px;
    /* background-color: white; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.social-icon img {
    width: 41px;
    height: 41px;
}
.shopee-margin{
    margin-top: -20%;
}
.shopnow-margin{
    margin-top: -31%;
}
.tiktok-margin{
    margin-top: -9%;
}
.margin-left-social{
    margin-left: 70px;
}
.logo-width{
    width: 200px;
}
.spark1{
    left: 41%; z-index: 1; top: 18%;
}
.width110{
    width: 200%;
}
.shaddow-sku{
    height: 100px; overflow: hidden;
}
.height-page3{
    height: 1850px;
}
.height-page2{
    height: 2500px;
}
.shopnow-box{
    display: flex; justify-content: center; align-items: center;height: 100%;
}
.width200{
    width: 200px;
}
.social-text{
    padding-left: 10px; 
    font-size: 32px;
    font-weight: bolder;
}
.social-link:hover{
    text-decoration: none !important;
}
.margin-right70{
    margin-right: 70px;
}
.fa-lg {
    font-size: 3.25em;
}
.page2-image{
    margin-top: 321px;
}
.page4-image{
    margin-top: -1%;
}
.height-page4{
    height: 1500px;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .social-columns {
        flex-direction: column;
        gap: 20px;
    }
    .shopee-margin{
        margin-top: -4%;
    }
    .shopnow-margin{
        margin-top: -20%;
    }
    .tiktok-margin{
        margin-top: -2%;
    }
    .margin-left-social{
        margin-left: 0;
    }
    .social-text{
        font-size: 20px;
    }
    .height-page3{
        height: 100%;
    }
    .height-page2{
        height: 100%;
    }
    .spark1 {
        left: 76%;
        top: -41%;
    }
    .label-image{
        top: 37%;
    }
    .height-page4{
        height: 500px;
    }
    .image-container4 {
        width: 124%;
    }
    .page4-image{
        margin-top: 0;
    }
}