html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

.HeaderSecureEntirepart p {
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    letter-spacing: 4px;
    font-size: 14px;
}

.HeaderSecureEntirepart ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
}

button.StartFreeTrial {
    background: #3597f0;
    color: #fff;
    border: 1px solid #3597f0;
    padding: 6px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}

.HeaderSecureEntirepart ul li {
    margin: 0 5px;
}

.HeaderSecureEntirepart ul li h4 {
    color: #333;
    font-weight: 900;
    font-size: 32px;
}

.time-container {
    position: relative;
    height: 40px;
    width: auto;
    overflow: hidden;
}

.countdown {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 16px;
    /* Adjust font size if needed */
    transition: transform 0.5s ease-in-out;
}

.hidden {
    transform: translateY(100%);
    /* Offscreen */
}

.slide-up {
    transform: translateY(0);
    /* Visible */
}


/* Button alignment fix */

.StartFreeTrial {
    padding: 10px 20px;
}

ul.BarsHoverMenu {
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 5px;
}

a.nav-link.BarsMenuOn:hover ul.BarsHoverMenu {
    display: block;
}

ul.BarsHoverMenu li {
    margin-bottom: 10px;
}

ul.BarsHoverMenu li a {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

a.navbar-brand img {
    width: 270px;
}

.SetNavbarLi li {
    margin: 0 5px;
}

.SetNavbarLi li a {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

nav.navbar {
    padding: 15px 0;
}

.nav-link.active {
    color: #3597f0 !important;
}

section.VideoSection {
    margin-top: 0;
    position: relative;
}

.VideoLeftPart {
    width: 50%;
    padding: 100px 50px;
    background: linear-gradient(90deg, rgba(0, 4, 39, 0.5) 0%, rgba(64, 71, 137, 0.5) 100%);
    height: 100%;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
}

.VideoLeftCaption {
    position: absolute;
    top: 5%;
    right: 10%;
    bottom: 5%;
    left: 10%;
    transform: translate(0px, 30%);
}

.VideoLeftPart p {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
}

.VideoLeftPart h3 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.VideoLeftPart h3 span {
    color: #3597f0;
}

button.LearnMore {
    background: #3597f0;
    color: #fff;
    padding: 6px 30px;
    border: 1px solid #3597f0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

#video-background {
    position: relative;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

section.Whatwedo {
    padding: 120px 0 50px 0;
}

.HeadingMini h6 {
    text-transform: uppercase;
    color: #52525B;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.HeadingMini h6 span {
    color: #009cf0;
}

.HeadingBig h4 {
    color: #009cf0;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.HeadingMedium h5 {
    color: #18181b;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.HeadingParagraph p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.WhatwedoCaption h5 {
    color: #18181b;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
}

.WhatwedoCaption p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.WhatwedoCaption p span {
    font-weight: 700;
    font-size: 20px;
}

.WhatwedoVideobottomcontent h5 {
    color: #18181b;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
}

.WhatwedoVideobottomcontent {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.VideoImageWhat {
    position: relative;
}

img.BlueRectangleImage {
    position: absolute;
    z-index: -1;
    bottom: -5%;
    width: 85%;
    right: 8%;
}

video#VideoImageWhatVideo {
    position: relative;
    top: 0;
    left: 0;
    width: 87%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 10px;
}

.ColorSkyBlue {
    color: #009cf0;
}

.bglightblue {
    background: #F4FBFF;
    padding: 50px 0;
}

button.LightButton {
    background: #fff;
    color: #3597F0;
    border: 1px solid #3597F0;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.BenefitsSeparateBox {
    box-shadow: 20px 0px 61.31px 0px #00000014;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    height: 300px;
}

.BenefitsBoxImage {
    height: 170px;
}

.BenefitsBoxImage img {
    height: auto;
    width: 160px;
}

.BenefitsBoxCaption h4 {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: #009cf0;
    font-weight: 700;
}

.BenefitsBoxCaption p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.BenefitsBoxMain {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.BenefitsBottomText h6 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
    color: #18181b;
}

.BoxImagesOverlayDots {
    position: absolute;
    left: -25px;
    z-index: -1;
}

.BoxImagesOverlayCircle {
    position: absolute;
    right: 12%;
    bottom: 10%;
    z-index: -1;
}

.HowItWorksBottom h6 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
    color: #18181b;
}

.HowItWorks {
    padding: 50px 0;
}

.HowItWorksGif img {
    width: 730px;
}

.ClientSayAboutSection {
    padding: 50px 0;
    background: #02263B;
}

.ClientSayHeadingPart h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.ClientSayHeadingPart h4 {
    color: #3597F0;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
}

video#TestimonialVideo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 153px;
    object-fit: cover;
    z-index: 0;
    border-radius: 10px;
}


/* .ClientSayTestimonial .owl-nav button.owl-prev {
    color: #009cf0;
    height: 35px;
    width: 35px;
    background: #A7A7A7;
    border: 1px solid #009cf0;
} */


/* .ClientSayTestimonial .owl-nav button.owl-next {
    color: #ffffff;
    height: 35px;
    width: 35px;
    background: #009cf0;
    border: 1px solid #009cf0;
} */

.FAQsSection {
    padding: 50px 0;
    position: relative;
}

.FAQsSection .accordion .card-header:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border: 1px solid #009cf0;
    text-align: center;
    border-radius: 50%;
    color: #009cf0;
    font-size: 13px;
}

.FAQsSection .accordion .card-header.collapsed:after {
    content: "\f067";
}

.card-header.collapsed {
    background: #fff;
    border: none;
}

.card-header {
    background: #fff;
    border-bottom: none;
    cursor: pointer;
}

.card {
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
}

a.card-title {
    color: #3597F0;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 500;
}

.card-body p {
    color: #666;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.BlogSection {
    padding: 50px 0;
}

.BlogPartHeading h6 {
    color: #52525b;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.BlogPartHeading h4 {
    color: #3597F0;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
}


/* .BlogSection .owl-nav button.owl-prev {
    color: #009cf0;
    height: 35px;
    width: 35px;
    background: #A7A7A7;
    border: 1px solid #009cf0;
}

.BlogSection .owl-nav button.owl-next {
    color: #ffffff;
    height: 35px;
    width: 35px;
    background: #009cf0;
    border: 1px solid #009cf0;
} */

.BlogBoxCaption {
    padding: 20px;
    margin-bottom: 20px;
}

.BlogBox {
    box-shadow: 20px 0px 61.31px 0px #00000014;
    background: #fff;
    border-radius: 10px;
}

.BlogBox img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.BlogBoxCaption h4 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin: 15px 0;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color:black;
}

.BlogBoxCaption p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.OurLatestBlog .owl-nav.disabled {
    display: block;
}

footer.FooterSection {
    background: #02263B;
    padding: 50px 0;
}

.FooterUlLi ul {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.FooterUlLi ul li {
    margin-bottom: 15px;
}

.FooterUlLi ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.FooterUlLi ul li a img {
    margin-right: 14px;
}

.FooterHeading h4 {
    color: #fff;
    font-family: "Playfair Display", serif;
    margin-bottom: 11%;
    margin-top: 2%;
    font-size: 20px;
    font-weight: 700;
}

.ImportantLinksFooter ul {
    display: flex;
    justify-content: space-between;
    margin: 0px 0;
}

.ImportantLinksFooter ul li a {
    text-decoration: none;
}

.SocialMediaFooter h4 {
    margin-top: 5% !important;
}

.SubscribeInputButton input {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: none;
}

.SubscribeInputButton input:focus {
    outline: 0;
}

button.SubscribeButton {
    padding: 10px 20px;
    border-radius: 15px;
    background: #3597f0;
    color: #fff;
    border: 1px solid #3597f0;
    width: 100%;
}

.Minifooter p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Minifooter {
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #fff;
}

.TestimoialMainBox {
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(140deg, #ffffff, #fff, #fff, #9DE5F0);
}

.TestimonialImage {
    position: relative;
    height: 160px;
    overflow: hidden;
}

img.PlayImageTestimonial {
    width: 60px !important;
    position: absolute;
    top: 0px;
    left: 13%;
    right: 0;
    bottom: 0;
    transform: translate(100%, 80%);
}

.TestimonialCaption ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

ul.StarUl li img {
    width: 12px !important;
    margin-right: 5px;
}

.TestimonialCaption p {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.ProfileImageUl li h5 {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    margin-bottom: 0 !important;
}

ul.ProfileImageUl li img {
    width: 36px !important;
    margin-right: 10px;
}

ul.ProfileImageUl li p {
    margin: 0;
    color: #52525b;
    font-size: 11px;
}

.ClientSayTestimonial .owl-nav {
    margin-top: 4%;
}

.DotsImageOverlay {
    position: absolute;
    right: 2%;
    top: 30%;
}

.CircleImageOverlay {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 0;
}

.AccordionFaqs {
    position: relative;
    z-index: 1;
}

.DesktopDeviceHide {
    display: none;
}

.StartFreeTrialSticky {
    position: fixed;
    top: 50%;
    right: -60px;
    transform: rotate(-90deg);
    z-index: 5;
}

button.StickyButtonTrial {
    background: #3597f0;
    color: #fff;
    border: 1px solid #3597f0;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.termandcondtion img {
    margin-top: 100px !important;
    width: 100%;
}

.terms {
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 20px;
}

.terms img {
    width: 23px;
    margin-bottom: 10px;
}

.terms span {
    color: #009cf0;
    font-size: 31px;
    font-family: times;
}

.term-des {
    font-size: 18px;
    font-family: times;
    color: #777777;
    width: 97%;
    margin: auto;
    border: 3px solid #142751;
    padding: 10px;
}

.term-des a {
    text-decoration: none;
    color: #777777;
}

.faq-section {
    background-color: #F4FBFF;
    padding: 1px 0;
}

/*a.faq-title {
    color: red;
}*/

.faqsec {
    padding: 10px 0 !important;
}

section.about-uss {
    padding: 0px !important;
}

.col-md-3 img {
    width: 100% !important;
}

@media screen and (max-width: 770px) {
    .termandcondtion {
        margin-top: 50px !important;
    }
}






/* ===== Fix for blog image & description gap ===== */
.BlogBox img {
    margin-bottom: 15px !important;   /* Image ke neeche fixed gap */
    display: block;
}

.BlogBoxCaption {
    margin-top: 0 !important;        /* Description ke upar ka extra gap remove */
}

/* ===== Fix gap between featured image and description ===== */
.post-thumbnail {
    margin-bottom: 20px !important;   /* Image ke neeche fixed gap */
}

.entry-content {
    margin-top: 0 !important;        /* Description ke upar ka gap remove */
}

