* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {width: 100%;margin: 0;font-family: "Poppins", sans-serif;}
:root {
  --primary-color: #f9801d;
  --secondary-color: #00a9fe;
  --third-color:#7D2FD3;
  --white:#FFFFFF;
  --btn-color:#fa801d;
  --input-bg:#e9e6e6;
  --font-size-16: 16px;        /* Base font size */
  --font-size-12: 12px;       /* Small font size */
  --medium-font-size-18: 18px;      /* Medium font size */
  --large-font-size-24: 24px;       /* Large font size */
  --xlarge-font-size-32: 32px;      /* Extra large font size */
  --xxlarge-font-size-40: 48px;     /* Double extra large font size */
}


/* ======================Menu Css End=================== */
.flex-align-center{display: flex;align-items: center;}
.flex-wrap{display: flex;flex-wrap: wrap;align-items: center;}
section {width: 100%;margin: 0;padding: 0;}
.navbar-brand img {width: 100%;max-width: 200px;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {color: var(--secondary-color);}
.dropdown-menu{padding: 0 !important;box-shadow: 0 2px 10px rgba(0, 0, 0,0.2);}
.dropdown-menu .dropdown-item{text-transform: capitalize;}
.dropdown-item.active, .dropdown-item:active{background-color: var(--secondary-color);}
.nav-item.dropdown:hover .dropdown-menu {display: block;}
/* ==============Banner Section Css================= */

.slider-text h1 {font-size: 34px;color: var(--white);}
.slider-text h1 span {color: var(--primary-color);}
.banner-section {padding: 60px 0px;background-color: #13152c;border-top: solid 1px #3e3e3e;}
.slider-text p {color: var(--white);font-size: 19px;font-weight: 400;}
.slider-btn {display: flex;flex-wrap: wrap;}
.slider-btn .btn.btn-primary {font-weight: 500;background-color: var(--secondary-color);border: 2px solid var(--white);border-radius: 33px;font-size: 20px;padding: 9px 24px;color: var(--white);text-align: center;border: none;padding: 10px 40px;}
.slider-btn .btn.btn-primary:hover {background-color: #00a9febd;}


/* ------------------top header css-------------- */
.header-main {background-color: var(--secondary-color);padding: 10px 0;width: 100%;z-index: 999;margin-bottom: 0px;display: flex;align-items: center;justify-content: space-between;}

.header-social {display: flex;gap: 20px;margin: 0;padding: 0;list-style: none;}
.header-social li a,
.header-social li a i {font-size: 15px;color: var(--white);}
.header-right ul {display: flex;align-items: center;margin: 0;list-style: none;}
.header-right ul li {margin-right: 10px;border-right: 2px solid var(--white);color: var(--white);font-size: 15px;font-weight: 600;padding-right: 6px;}
.header-right ul li .btn.btn-primary {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
    background-color: var(--white);
    border-radius: 33px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 12px;
    border: 2px solid var(--secondary-color);
}

.header-right ul li .btn.btn-primary:hover {color: var(--white);background-color: var(--secondary-color);border: 2px solid var(--white);}
.header-right ul li a {color: var(--white);}
.header-right ul li:last-child {border: none;}
.header_menu {position: sticky;top: 0;background-color: white;z-index: 9999;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}
.btn.btn-primary {font-size: 23px;font-weight: 400;color: var(--white);background-color: var(--secondary-color);border-radius: 37px;box-shadow: none;padding: 5px 20px;margin-top: 20px;}
.navbar-light .navbar-nav .nav-link {color: #2b2a28;padding: .5rem 1rem;text-transform: uppercase;font-weight: 600;}
.top_header_text h6 {color: var(--white);text-align: center;font-size: 20px;padding: 0;margin: 0;}
.top_header_text h6 a {padding-left: 10px;text-decoration: none;color: #7d2fd3;}

/* ----------------Why  Digital css ---------- */

.heading {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 32px;
}

.why_pera {
    font-size: 18px;
    color: #222;
    line-height: 2em;
    letter-spacing: -.005em;
    font-weight: normal;
    text-align: justify;
    font-family: "Roboto", Sans-serif;}
.why_pera a {
    color: var(--primary-color);
}

/* -------------our css---------- */

.titles {color: var(--primary-color);font-size: 30px;font-weight: 600;line-height: 1.2;margin-bottom: 15px;text-align: center;}
.margin_80_55 {padding-top: 50px;padding-bottom: 50px;}
.our_services_subtitle {color: #808080;font-size: var(--font-size-16);font-weight: 400;line-height: 26px;margin: 0 0 1em 0;text-align: center;}
.our_services_sec {background-color: #f8f8f8;}
.card_box {padding-top: 30px}
.card_box .card {padding: 0px 20px;width: 100%; margin: 0px;background-color: var(--white);border-radius: 10px;box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.14);cursor: pointer;text-align: center;transition: transform 0.3s ease;}

.card_box .card img {
    padding: 20px 0px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    filter: grayscale(100);
}

.card_box .card-body {
    padding: 0;
}

.card_box .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #171717;
    text-transform: uppercase;
    box-shadow: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.card_box .card:hover {
    background: var(--secondary-color);
    transform: scale(1.05);
}

.card_box .card:hover .card-title,
.card_box .card:hover .description {
    color: var(--white);
}

.card_box .card:hover img {
    filter: grayscale(0);
}

.card_box .description {
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}


/* ------packages------------ */

.packages .card {
    text-align: center;
    border: 1px solid #f1f1f1;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 40px 7px;
    box-shadow: 0px 6px 15px #ccc;
}

.bg-purple {
    background-color: #c2d1ec;
}

figure {
    margin: 0 0 0rem;
}

.packages .card img {
    width: 25%;
    margin: auto;
    max-width: 100%;
}

.packages-section .card-title {
    color: #13152c;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.packages .btn.btn-primary,
.know_btn {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--secondary-color);
    border-radius: 37px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    padding: 5px 20px;
    margin-top: 20px;
    border: 1px solid var(--white);
    text-transform: capitalize;
    font-weight: 500;
}

.bg-pink {
    background-color: #d9c6ee;
}

.bg-blue {
    background-color: #9fdeff;
}

.bg-gray {
    background-color: #eab8aa;
}

.packages .btn.btn-primary:hover,
.know_btn:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: var(--secondary-color);
    background-color: var(--white);
    border: 1px solid var(--secondary-color);
}


/* ------------------services Css---------------- */

.services_digMar_sec {
    background-color: #f8f8f8;
}

.strength-divide {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.strength-para img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.strength-divide figure {
    display: flex;
    align-items: center;
    padding: 15px 0px 0 0;
    justify-content: left;
    column-gap: 15px;
}

.strength-divide .services_readmore {
    padding: 15px 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.strength-divide {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.strength-divide figure h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.strength-divide figure img {max-width: 35px;height: 35px;}
.strength-divide .services_readmore i {background-color: #181925;color: var(--white);padding: 9px 10px;border-radius: 100%;font-size: 20px;}

/* ======================blog slider================== */
.post-slide {
    margin: 20px 15px 20px;
    background: var(--white);
    border-radius: 6px;
    border: none;
    padding: 0;
    -webkit-transition: -webkit-box-shadow .25s ease 0s;
    transition: -webkit-box-shadow .25s ease 0s;
    transition: box-shadow .25s ease 0s;
    transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: var(--white);
    font-size: 25px;
}

.post-slide .post-content {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 25px 15px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    clear: none;
    margin-top: 0;
    font-size: var(--font-size-16);
    line-height: 24px;
    margin-bottom: 10px;
}

.post-slide .post-title a {
    font-size: var(--font-size-16);
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
    display: none;
}


/* ============footer css================== */
footer {color:var(--white);}
footer ul {padding: 0px;}
.social-icon {display: flex;align-items: center;gap: 10px;list-style: none;}
.social-icon li a{height: 30px;min-width: 30px;border: 2px solid var(--white);border-radius:50%;text-decoration: none;;transition: 1s;}
.social-icon li i {font-size: 14px;color:var(--white);}
.social-icon li a:hover {color: var(--white);background-color: var(--primary-color);border-color: var(--primary-color);}
.footer-top {background: #181925;}
.footer-top h4 {font-size: 32px;text-transform: uppercase;margin-bottom: 15px;color:var(--white);padding-bottom: 11px;font-weight: 600;letter-spacing: .3px;}
.footer-top p {font-size: 13px;line-height: 2;}
.our_servicesftr a {color: var(--white);width: 100%;display: block;padding-bottom: 10px;text-decoration: none;font-weight: 500;font-size: 18px;line-height: 40px}
.our_servicesftr a:hover {color: var(--primary-color);}
.footer-logo {display: block;margin-bottom: 32px;}
.address1 li {list-style: none;position: relative;padding: 0px 0 14px 34px;line-height: 26px;color:var(--white)f;}
ul.address1 span {position: absolute;width: 40px;max-width: 40px;left: 0;}
.address1 li a {color:var(--white);text-decoration: none;}
ul.address1 i {width: 20px;position: absolute;left: 0px;text-align: center;font-size: 22px;top: 0;}
ul.address1 i.fa-envelope {font-size: 18px;top: 4px;}
.footer-bottom {background:var(--secondary-color);}
.copyright {font-size: 18px;text-align: center;}
p.copyright.text-uppercase a {color: #7d2fd3;text-decoration: none;font-size: var(--font-size-16);font-weight: 600;}
.map_view iframe {width: 100%;padding: 0;margin: 0;}
.packages h5.card-title {font-size: 14px;font-weight: 600;}

/* =============================== */

.banner-section img {
    height: 350px;
    object-fit: contain;
}

.our_servicesftr a span {
    padding-right: 10px;
}

.map_view iframe {
    height: 305px;
}


/* ------------------------pages desgin--------------------- */


/* Container for the list */


/* List items */

.contact-info-item {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
}


/* List item hover effect */

.contact-info-item:hover {
    background-color: #f8f9fa;
    /* Light grey on hover */
}


/* Link styling */

.contact-info-item a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: block;
    width: 100%;
}


/* Link hover effect */

.contact-info-item a:hover {
    color: #007bff;
}


/* Disable text selection */

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Tabs design code */

.sidebar-list-tab .nav-item .nav-link.active {background-color: var(--secondary-color);color: var(--white);}
.sidebar-list-tab .nav-item .nav-link {margin-bottom: 15px;}
.pages-all-title {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('/admin-assets/img/page_category_img/pages_all3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--primary-color);
    display: flex;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}


/* ==========================Contact us page css======================= */
.contact-left-side{background-color:var(--secondary-color);color:var(--white);border-radius: 8px;}
.contact-left-side .icon {margin-right: 20px;display: flex;justify-content: center; align-items: center;padding: 10px; border: 1px solid var(--white); border-radius: 50%;min-width: 38px;}
.contact-left-side p{margin: 0 !important;}
.contact-left-side a{margin: 0 !important;color: var(--white);text-decoration: none;}
.contact-left-side h3{font-weight: 600;}
.contact-us-title {position: relative;width: 100%;height: 300px;background: url('/admin-assets/img/blog_img/contactus.png') no-repeat center center/cover;color: var(--primary-color);display: flex;font-size: 40px;align-items: center;justify-content: center;text-align: center;z-index: 1;overflow: hidden;border-radius: 10px;}
.contact-us-title::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: -1;pointer-events: none;}
.submit-btn input{background-color:var(--secondary-color) !important;color: var(--white);width: 100%;border: none;padding: 10px 0px;cursor: pointer;text-align: center;width: 146px;opacity: 10px;border-radius: 7px;}
.submit-btn input:hover{background-color: #00a9febd;}
.required {color: red;}
/* Blog title */
.blog .nav-link,.seo-list .nav-link {background-color: var(--white);border: 2px solid var(--secondary-color);color: var(--secondary-color);text-transform: capitalize;}
.blog .nav-link:hover,.seo-list .nav-link:hover{background-color: var(--secondary-color);color: var(--white);}
.blog .btn.btn-primary {
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 20px;
    border: none;
    margin-top: 10px;
    background-color: var(--secondary-color);
    font-weight: 600;
}

.blog .btn.btn-primary:hover {
    background-color: #00a9fea5;
}

.blog .btn.btn-primary i {
    padding-left: 5px;
}

.blog .nav-pills .nav-link.active {
    background-color: var(--secondary-color);
    text-transform: capitalize;
}

.blog-card img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5)
}

.blog-title {
    position: relative;
    width: 100%;
    height: 300px;
    background: url('/admin-assets/img/blog_img/banner.jpg') no-repeat center center/cover;
    color: var(--primary-color);
    display: flex;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.blog-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    pointer-events: none;
}


/* Blog details */
.blog-details .blog-details-img img{height: 400px;width: 100%;overflow: hidden;border-radius: 10px;box-shadow:0 4px 10px rgba(0, 0, 0, 0.5);object-fit: cover;}
/* contact form */
.contact-row input,.contact-row textarea{background-color: var(--input-bg);}
/* -----------------Responsive media C;s-------------- */
@media (min-width:1400px) and (max-width:1499px) {
}

@media (min-width:1400px) and (max-width:1499px) {}

@media (min-width:1300px) and (max-width:1399px) {}

@media (min-width:1200px) and (max-width:1299px) {}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 15px 10px;
    }
    .card_box .card {
        padding: 0px 20px 0px 20px;
        height: 350px;
    }
    .card_box .card img {
        padding: 25px 0px 25px 0px;
        max-width: 70px;
    }
    .card_box .card-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .packages .card {
        padding: 20px 7PX;
    }
    .titles {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .strength-divide figure h5 {
        font-size: var(--font-size-16);
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .navbar-brand img {
        max-width: 180px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .header-top-right ul li .btn.btn-primary {
        padding: 4px 14px;
    }
    .header-top-right ul li {
        font-size: 14px;
    }
    .strength-bg h4 {
        font-size: 28px;
    }
    .titles {
        font-size: 28px;
    }
    .card_box .card {
        padding: 0px 15px;
        height: 350px;
    }
    .card_box .card img {
        padding: 25px 0px 25px 0px;
        max-width: 65px;
    }
    .card_box .card-text {
        font-size: 14px;
        line-height: 24px;
    }
    .card_box .card-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .packages .card {
        padding: 20px 7PX;
    }
    .packages h5.card-title {
        font-size: 14px;
    }
    .packages .card-body {
        padding: 15px 6px;
    }
    .strength-divide figure h5 {
        font-size: var(--font-size-16);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header_menu {
        position: relative;
    }
    ul.header-social {
        gap: var(--font-size-12);
    }
    .header-top-right ul li .btn.btn-primary {
        font-size: 8px;
    }
    .header-top-right ul li {
        font-size: var(--font-size-12);
    }
    .header-top-right ul li .btn.btn-primary {
        padding: 7px 18px;
    }
    .header-top-right {
        float: right;
    }
    .header-top-right ul {
        padding: 0;
    }
    .banner-section {
        padding: 40px 0;
    }
    .header_menu {
        position: relative;
        /* margin-top: 91px; */
    }
    .strength-bg {
        margin-bottom: 15px;
    }
    .navbar-brand img {
        max-width: 203px;
    }
    .slider-text h1 {
        font-size: 22px;
    }
    .slider-text p {
        font-size: var(--font-size-16);
    }
    .heading {
        font-size: 28px;
    }
    .why_pera {
        font-size: var(--font-size-16);
        line-height: 24px;
    }
    .card_box .card {
        height: 380px;
        margin-bottom: 20px;
        padding: 0px 25px 0px 25px;
    }
    .our_digi_box {
        margin-bottom: 20px;
    }
    .packages .card {
        padding: 20px 7PX;
    }
    .titles {
        font-size: 26px;
    }
    .social-icon li i {
        font-size: 13px;
    }
    .address1 li {
        padding: 0px 0 16px 30px;
        line-height: 22px;
        font-size: 14px;
    }
    .our_servicesftr a {
        font-size: 14px;
    }
    .strength-divide figure h5 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .blog-title,
    .contact-us-title {
        height: 200px;
    }
    .dropdown-menu .dropdown-item {
        width: 100%;
        padding: 0.5rem 1rem;
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .megamenu {
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        background: var(--white);
        padding: 0;
        box-shadow: none;
        margin: 0;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-left: none;
        border-right: none;
    }
}

@media (max-width: 768px) {
    .contact-info-item {
        padding: 8px 10px;
    }
}

@media (max-width:767px) {
    .header-top-right ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-end;
    }
    .header-top-right ul li .btn.btn-primary {
        font-size: 9px;
    }
    ul.header-social {
        justify-content: center;
    }
    .strength-bg {
        margin-bottom: 15px;
    }
    .packages .card {
        height: auto;
        margin-bottom: 15px;
    }
    .slider-btn {
        margin-bottom: 30px;
    }
    .heading {
        font-size: 22px;
    }
    .why_pera {
        font-size: var(--font-size-16);
        line-height: 24px;
    }
    .margin_80_55 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .titles {
        font-size: 22px;
        line-height: 24px;
    }
    .our_services_subtitle {
        font-size: var(--large-font-size);
        line-height: 22px;
    }
    .header-top-right ul li .btn.btn-primary {
        padding: 7px 9px;
    }
    .header-top-right {
        float: left;
    }
    .header-top-right ul {
        padding: 0;
    }
    .navbar-brand img {
        max-width: 160px;
    }
    .header-top-right ul li {
        margin-right: 0px;
        border-right: 0px solid var(--white);
        font-size: 11px;
    }
    .card_box .card {
        margin: 0px 0px 15px 0px;
        height: auto;
        padding: 0px 20px 20px 20px;
    }
    .slider-text h1 {
        font-size: 22px;
    }
    .navbar-light .navbar-toggler {
        color: rgb(0 0 0 / 0%);
        border-color: rgba(0, 0, 0, .1);
    }
    .top_header_text h6 {
        font-size: 14px;
    }
    ul.address1 {
        margin-bottom: 15px;
    }
    footer ul.social-icon {
        margin-bottom: 30px;
    }
    .our_servicesftr {
        margin-bottom: 40px;
    }
    .strength-divide .services_readmore i {
        font-size: 14px;
    }
    .post-slide .post-content {
        padding: 10px 15px 10px 15px;
    }
    .post-slide {
        margin: 15px 0px 10px;
    }
}

@media (max-width:600px) {
    .blog-title,
    .contact-us-title {
        height: 150px;
    }
    .header-main {
        flex-direction: column;
    }
    .header-social {
        margin-bottom: 15px;
    }
}

@media (min-width:320px) and (max-width:575px) {
    .strength-bg {
        margin-bottom: 15px;
    }
}