/* HEADER */

.hidden {
    display: none;
}

.header-height {
    height: 140px;
}

.fixed-header {
    position: absolute;
    top: 0;
    z-index: 5000;
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease;
    box-shadow: 2px 2px 4px 0 rgb(2 45 98/10%);
}


.top-header {
    background-color: #000249;
    position: relative;
}

.top-bar-spacing,
.main-bar-spacing {
    padding: 0 50px;
}

.topbar-section {
    padding: 10px;
}

.top-bar-left {
    display: flex;
    align-items: center;
}

    .top-bar-left a {
        display: flex;
        text-decoration: none;
        color: #fff;
        align-items: center;
        padding-right: 15px;
        letter-spacing: 0.2px;
    }

        .top-bar-left a:hover {
            text-decoration: none;
            color: #fff;
            cursor: pointer;
        }

        .top-bar-left a p {
            margin: 0px;
        }

.top-bar-center {
    width: 100%;
    position: relative;
}

input {
    padding: 5px 10px 5px 30px;
    width: 100%;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    border: 0.5px solid #9393938f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    color: #fff;
}

.search {
    position: absolute;
    top: 0;
    left: 0;
    margin: 7px;
    color: #fff;
    margin: 3px;
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.top-left-mb {
    display: flex;
}

.top-bar-right a {
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    padding-right: 15px;
    letter-spacing: 0.2px;
}

    .top-bar-right a:hover {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

    .top-bar-right a p {
        margin: 0;
    }
/* .social-icon-section {
  display: flex;
} */

.top-bar-left .top-header-location {
    display: flex;
}

.top-bar-center,
.top-bar-right .social-icon-section {
    display: block;
}

.main-header {
    padding: 20px 15px;
    background-color: #fff;
}

.logo {
    height: 50px;
    margin-left: 10px;
}
.logos {
    height: 50px;
    margin-left: 64px;
}
.logo-menuIcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-icon {
    display: none;
}

.menu {
    display: flex;
    justify-content: end;
    align-items: center;
    vertical-align: middle;
     width: 83%;
}

.mb-menu {
    display: block;
    justify-content: end;
    align-items: center;
    padding: 10px 0;
}

    .mb-menu .menu-content .mb-header-link {
        border-bottom: 1px solid #a7a7a7;
        font-size: 18px;
        letter-spacing: 0.2px;
        font-weight: 500;
        text-align: justify;
        color: #000249;
        text-decoration: none;
        padding: 10px 10px;
    }

    .mb-menu .menu-content {
        display: grid;
    }

.menu-content {
    display: contents;
}

.header-link {
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-align: justify;
    color: #000249;
    text-decoration: none;
    padding: 0 10px;
}

    .header-link:hover {
        color: #dd1717;
    }

.down-arrow {
    margin-left: -5px;
}

.reg-btn {
    border: 1px #dd1717 solid;
    background: #dd1717;
    color: #fff;
    letter-spacing: 0.2px;
    padding: 10px 20px;
    border-radius: 10px 0px 10px 0px;
    font-weight: 600;
    overflow: hidden;
}

    .reg-btn:hover {
        border: 1px #dd1717 solid;
        color: #dd1717;
        background-color: #fff;
        transition: all 1s ease;
        border-radius: 0px 10px 0px 10px;
    }

.live-connect-btn {
    border: 1px #000249 solid;
    background: #000249;
    color: #fff;
    letter-spacing: 0.2px;
    padding: 10px 20px;
    border-radius: 10px 0px 10px 0px;
    font-weight: 600;
    overflow: hidden;
}

    .live-connect-btn:hover {
        border: 1px #000249 solid;
        color: #000249;
        background-color: #fff;
        transition: all 1s ease;
        border-radius: 0px 10px 0px 10px;
    }

    .live-connect-btn:hover {
        color: #000249;
    }

.menu-right {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: end;
}

    .menu-right div {
        padding: 0px 5px;
    }

.menu-logo {
    color: #022d62;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    z-index: 9999;
}

#dropdown-basic {
    background-color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-align: justify;
    color: #022d62;
    text-decoration: none;
    padding: 0 10px;
    border: none;
}

.dropdown-item {
    padding: 20px 0;
}

.header-mb {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
        color: yellow;
    }

    100% {
        transform: scale(1, 1);
    }
}

.mb-search-bar {
    padding: 20px 0;
    position: relative;
}

    .mb-search-bar input {
        color: #000249;
        padding: 6px;
    }

    .mb-search-bar .mb-search-icon {
        position: absolute;
        top: 30px;
        left: 8px;
    }

/* Mega menu box */
.services-drp {
    position: relative;
    display: inline-block;
}

    .services-drp > .mega-drop-wrap {
        position: fixed; /* <-- changed from absolute to fixed */
        top: 125px; /* adjust as needed to control vertical position */
        left: 50%;
        transform: translateX(-50%) translateY(20px); /* centered horizontally, offset vertically */
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
        z-index: 100;
        display: flex;
        justify-content: center;
        background: white; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
    }

    /* Show box smoothly in center */
    .services-drp:hover > .mega-drop-wrap {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0px); /* slide into position */
    }

.insights-drp {
    position: relative;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

    .insights-drp:hover > .mega-drop-wrap-insight {
        display: flex;
        transition: all 0.2s ease-in-out;
    }

ul,
li {
    padding: 0;
    margin: 0px;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

/*.mega-drop-wrap {
  display: none;
  position: absolute;
  color: #333;
  margin: 0;
  width: 850px;
  background: #fff;
  margin-left: -10% !important;
  margin-top: 15px !important;
  top: 20px;
  left: -400px;
  overflow: hidden !important;
  height: 450px;
  -webkit-backface-visibility: block;
  -moz-backface-visibility: block;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 50%);
  border-radius: 5px;
  padding: 15px 20px 15px 0px;
  z-index: 1;
  grid-template-rows: repeat(4, 40px);
}*/

.mega-drop-wrap {
    display: none;
    position: fixed; /* changed from absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* centers it */
    width: 850px;
    height: 450px;
    background: #fff;
    color: #333;
    overflow: hidden;
    z-index: 9999;
    border-radius: 5px;
    padding: 15px 20px 15px 0px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 50%);
    transition: opacity 0.4s ease-in;
}




.mega-menu-img-wrapper {
    padding: 5px 10px;
    width: 100%;
}

.mega-menu-img {
    width: 130px;
}

.mega-drop-wrap .mega-menu-list a,
.mega-drop-wrap-insight .mega-menu-list a {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.mega-menu-list {
    margin: -25px 0px;
    background-color: #000249;
    /* border: 1px solid #fff; */
    height: 100vh;
}

    .mega-menu-list a span {
        margin: 0px 0px -25px;
        padding: 10px 0px;
        border-bottom: 0.5px solid rgb(65, 61, 61);
    }

.mega-drop-wrap span,
.mega-drop-wrap-insight span {
    display: flex;
}

.mega-menu-list p {
    padding-left: 20px;
    margin-bottom: 0px !important;
    letter-spacing: 0.6px;
}

.mega-menu-list a span:hover,
.mega-menu-list > a.li-open {
    background: rgb(255, 255, 255) !important;
    transition: 0.3s all ease;
}

.mega-menu-list-web-design .web-design-a .web-design-span,
.mega-menu-list-web-design > .web-design-a.li-open {
    background: rgb(255, 255, 255) !important;
    transition: 0.3s all ease;
    color: #022d62;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.mega-menu-list a span:hover {
    color: #dd1717;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.mega-menu-arrow {
    opacity: 0;
    transition: all 0.5s ease;
    color: #ef3139;
    font-size: 18px;
    position: absolute;
    left: -5px;
    width: 18px;
}

.mega-menu-list a:hover .mega-menu-arrow {
    opacity: 1;
    left: 10px;
}

.mega-menu-content-section {
    margin-left: 20px;
    padding: 10px 0;
}

/*.mega-menu-content-section-pro {
    margin-left: 20px;
    padding: 10px 0;
}*/


.mega-menu-info-content {
    margin-right: 30px;
}

.mega-menu-info-content-topics {
    padding-bottom: 10px;
}

.mega-menu-content-section .mega-menu-info-content p {
    padding-top: 5px;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.2px;
}

/*.mega-menu-content-section-pro .mega-menu-info-content p {
    padding-top: 5px;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.2px;
}*/



.mega-menu-info-content .mega-menu-info-content-topics h5,
.mult-tech-wrapper h5 {
    font-size: 18px;
    color: #000249;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 0px !important;
}

.mega-menu-info-content .mega-menu-info-content-topics .website-type p,
.mult-tech-wrapper ul li {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
    padding-top: 2px !important;
}

.mega-menu-blog-content {
    margin-right: 12px !important;
}

    .mega-menu-blog-content a {
        padding: 0px !important;
    }

    .mega-menu-blog-content img {
        width: 100%;
        height: 189px;
        border-radius: 6px;
        margin-bottom: 14px;
    }

    .mega-menu-blog-content p {
        padding-top: 0px !important;
        margin-bottom: 10px !important;
        padding-top: 5px;
        position: relative;
        font-size: 15px;
        letter-spacing: 0.2px;
    }

    .mega-menu-blog-content .btn_megaBlockReadMore {
        border: none;
        border-radius: 5px;
        background-color: #dd1717;
        color: #fff !important;
        padding: 10px 20px;
        font-size: 12px;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: 400 !important;
        letter-spacing: 1px;
    }

    .mega-menu-blog-content a {
        color: #616c71 !important;
    }

    .mega-menu-blog-content strong {
        color: #000249 !important;
    }

.mega-menu-blog-details {
    font-size: 15px;
    color: #616c71;
    padding-bottom: 5px;
}

/* .mega-menu-info-content .mega-menu-info-content-topics .website-type-wrapper {
  padding-bottom: 10px;
}


.mega-menu-info-content .mdtc-links .mult-tech li {
  color: #000;
}
.mega-menu-info-content .mdtc-links a:hover {
  background: #fa9a1a;
  border-radius: 4px;
  color: #fff !important;
}
.mega-menu-info-content .mdtc-links a {
  color: #000;
  font-size: 18px;
  display: block;
  clear: both;
  line-height: 20px;
  padding: 9px 12px;
  margin: 4px 4px 0px 4px;
  font-weight: 600;
  text-decoration: none !important;
}

 */

.mega-drop-wrap-insight {
    display: none;
    position: absolute;
    color: #333;
    margin: 0;
    width: 850px;
    background: #fff;
    margin-left: -10% !important;
    margin-top: 15px !important;
    top: 20px;
    right: -220px;
    overflow: hidden !important;
    height: 450px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0s;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 15px 20px 15px 0px;
    z-index: 1;
}

.header-menu-blog-wrapper img {
    width: 100%;
    height: 200px;
}

.header-blog-section {
    padding: 10px;
}

.menu-blog-name-service {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

    .menu-blog-name-service h6 {
        color: #616c71;
        font-size: 15px;
        letter-spacing: 0.4px;
    }

.menu-blog-header h3 {
    color: #000249;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: left;
}

.menu-blog-text p {
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #616c71;
    margin: 0;
}

.menu-blog-read-btn {
    display: flex;
    justify-content: end;
}

    .menu-blog-read-btn button {
        border-radius: 5px;
        background-color: #dd1717;
        color: #fff !important;
        padding: 10px 20px;
        font-size: 12px;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: 400 !important;
        letter-spacing: 1px;
        border: none;
    }

/* Social Icons */
.social-icon-section .social-icons {
    color: #fff;
    margin-right: 8px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.social-icon-section ul {
    margin-bottom: 0px !important;
    display: flex;
}

    .social-icon-section ul li {
        list-style-type: none;
    }

        .social-icon-section ul li a {
            padding-right: 0;
        }

.social-icon-section .insta {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 0.5px solid #fff;
    padding: 4px;
    transition: all 0.5s ease-in-out;
    box-shadow: 10px 10px 10px 0 rgba(255, 255, 255, 0.1);
}

    .social-icon-section .insta:hover {
        padding: 3px;
        background: radial-gradient( circle farthest-corner at 35% 90%, #fec564, transparent 50% ), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient( ellipse farthest-corner at 20% -50%, #5258cf, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient( ellipse farthest-corner at 60% -20%, #893dc2, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient( #6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100% );
        border: none;
    }

.social-icon-section .facebook {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 0.5px solid #fff;
    padding: 2.5px;
    transition: all 0.5s ease-in-out;
}

    .social-icon-section .facebook:hover {
        padding: 3px;
        background: #3b5998;
        border: none;
    }

.social-icon-section .twitter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px solid #fff;
    padding: 2.5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

    .social-icon-section .twitter:hover {
        padding: 3px;
        background: #00acee;
        border: none;
    }

.social-icon-section .linkedin {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px solid #fff;
    padding: 2.5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

    .social-icon-section .linkedin:hover {
        padding: 3px;
        background: #0072b1;
        border: none;
    }

.social-icon-section .pintrest {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.5px solid #fff;
    padding: 2.5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

    .social-icon-section .pintrest:hover {
        padding: 3px;
        background: #c8232c;
        border: none;
    }

.toggle {
    all: unset;
    color: #000249;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-align: justify;
    padding: 0 10px;
}

/* .toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.4s;
} */

.list {
    background-color: white;
    color: #000249;
    list-style: none;
    display: grid;
    grid-template-rows: repeat(4, 40px);
    border-radius: 5px;
    overflow: hidden;
    height: 0;
    transition: 0.4s;
    padding: 0 15px;
}

.list-item {
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.4s, transform 0.4s var(--delay);
    transform: translateX(-100%);
    user-select: none;
    cursor: pointer;
    border-bottom: none;
    padding: 5px 0;
}

    .list-item:hover {
        color: #000249;
    }

.toggle:focus::after {
    transform: rotate(225deg);
}

.toggle:focus ~ .list {
    height: 150px;
}

    .toggle:focus ~ .list .list-item {
        transform: translateX(0);
    }

/* mb-Social Icons */
.mb-social-icon-section .social-icons {
    color: #000249;
    margin-right: 8px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.mb-social-icon-section ul {
    margin-bottom: 20px !important;
    display: flex;
}

    .mb-social-icon-section ul li {
        list-style-type: none;
    }

        .mb-social-icon-section ul li a {
            padding-right: 0;
        }

.accordion {
    border: none;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    /* color: var(--bs-accordion-active-color); */
    background-color: transparent;
    box-shadow: none;
}

.accordion-button {
    padding: 0;
    color: #000249;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.accordion-header {
    border-bottom: 1px solid #a7a7a7;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-align: justify;
    color: #000249;
    text-decoration: none;
    padding: 2px 10px; /*10px 10px*/
}

.accordion-button:not(.collapsed) {
    color: #000249;
}

    .accordion-button:not(.collapsed)::after {
        background-image: none;
    }

.accordion-button p {
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-align: justify;
    color: #000249;
    text-decoration: none;
    padding: 10px 10px;
}

.accordion-item {
    border: none;
}

.accordion-body {
    padding: 0;
}

    .accordion-body p {
        border-bottom: 1px solid #a7a7a7;
        font-size: 15px;
        letter-spacing: 0.2px;
        font-weight: 500;
        text-align: justify;
        color: #000249;
        text-decoration: none;
        padding: 0px 20px;
        margin: 0;
    }

        .accordion-body p a {
            color: #000249;
        }

.accordion-button:focus {
    z-index: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

/* media queries */

@media (min-width: 1400px) and (max-width: 1920px) {
    /* .top-header {
    background-color: yellow;
  } */
    .top-bar-spacing,
    .main-bar-spacing {
        padding: 0 50px !important;
    }
}

/* Media */

@media (max-width: 576px) {
    .logo {
        height: 45px;
    }

    .header-height {
        height: 165px !important;
    }

    .main-header {
        padding: 15px 10px;
        background-color: #fff;
    }
    /* .top-header {
    display: none;
  } */
    .menu {
        display: none;
    }

    .menu-right {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .top-bar-spacing,
    .main-bar-spacing {
        padding: 0 10px;
    }

    .top-bar-left .top-header-location,
    .top-bar-center,
    .top-bar-right .social-icon-section {
        display: none;
    }

    .top-bar-right {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .top-left-mb {
        display: flex;
        justify-content: center;
        padding: 3px 0;
    }
}

@media (max-width: 768px) {
    .logo {
        height: 45px;
    }

    .header-height {
        height: 152px;
    }

    .main-header {
        padding: 15px 10px;
        background-color: #fff;
    }
    /* .top-header {
    display: none;
  } */
    .menu {
        display: none;
    }

    .menu-right {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .top-bar-spacing,
    .main-bar-spacing {
        padding: 0 10px;
    }

    .top-bar-left .top-header-location,
    .top-bar-center,
    .top-bar-right .social-icon-section {
        display: none;
    }

    .top-bar-right {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .top-left-mb {
        display: flex;
        justify-content: center;
        padding: 3px 0;
    }
}

@media (max-width: 1200px) {

    .menu {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .menu-right {
        display: none;
    }

    .top-bar-left .top-header-location,
    .top-bar-center,
    .top-bar-right .social-icon-section {
        display: none;
    }

    .top-bar-right {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .top-left-mb {
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }

    .logo-menuIcon {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
        width: 100%;
    }
}


@media (min-width: 1400px) and (max-width: 1920px) {
    /* .main-header {
    background-color: yellow;
  } */
}

/*mega-menu-list-product  AK  */

.mega-drop-wrap .mega-menu-list-product a,
.mega-drop-wrap-insight .mega-menu-list-product a {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.mega-menu-list-product {
    margin: -25px 0px;
    background-color: #000249;
    /* border: 1px solid #fff; */
    height: 100vh;
}

    .mega-menu-list-product a span {
        margin: 0px 0px -25px;
        padding: 10px 0px;
        border-bottom: 0.5px solid rgb(65, 61, 61);
    }

    .mega-menu-list-product p {
        padding-left: 20px;
        margin-bottom: 0px !important;
        letter-spacing: 0.6px;
    }

    .mega-menu-list-product a span:hover,
    .mega-menu-list-product > a.li-open {
        background: rgb(255, 255, 255) !important;
        transition: 0.3s all ease;
    }

    .mega-menu-list-product a span:hover {
        color: #dd1717;
        padding-left: 10px;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

    .mega-menu-list-product a:hover .mega-menu-arrow {
        opacity: 1;
        left: 10px;
    }

.mega-menu-content-section-product {
    margin-left: 20px;
    padding: 10px 0;
}


    .mega-menu-content-section-product .mega-menu-info-content p {
        padding-top: 5px;
        position: relative;
        font-size: 15px;
        letter-spacing: 0.2px;
    }


/*mega-menu-list-Insight  AK  */

.mega-drop-wrap .mega-menu-list-Insight a,
.mega-drop-wrap-insight .mega-menu-list-Insight a {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.mega-menu-list-Insight {
    margin: -25px 0px;
    background-color: #000249;
    /* border: 1px solid #fff; */
    height: 100vh;
}

    .mega-menu-list-Insight a span {
        margin: 0px 0px -25px;
        padding: 10px 0px;
        border-bottom: 0.5px solid rgb(65, 61, 61);
    }

    .mega-menu-list-Insight p {
        padding-left: 20px;
        margin-bottom: 0px !important;
        letter-spacing: 0.6px;
    }

    .mega-menu-list-Insight a span:hover,
    .mega-menu-list-Insight > a.li-open {
        background: rgb(255, 255, 255) !important;
        transition: 0.3s all ease;
    }

    .mega-menu-list-Insight a span:hover {
        color: #dd1717;
        padding-left: 10px;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

    .mega-menu-list-Insight a:hover .mega-menu-arrow {
        opacity: 1;
        left: 10px;
    }

.mega-menu-content-section-Insight {
    margin-left: 20px;
    padding: 10px 0;
}


    .mega-menu-content-section-Insight .mega-menu-info-content p {
        padding-top: 5px;
        position: relative;
        font-size: 15px;
        letter-spacing: 0.2px;
    }


/*AK :- This CSS for Insight-> Blog Modal-> Riight secton*/
.blog-card {
    width: 100%;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    box-sizing: border-box;
}

.blog-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.blog-card h3 {
    font-size: 18px;
    color: #1e1eaf;
    margin: 10px 0;
}

.blog-card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.read-more-btn {
    background: red;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    bottom: 400px;
    right: 15px;
}

/*Jayesh CSS for Mobile Menu Cast*/


.side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    z-index: 1000;
}

    .side-menu a {
        padding: 8px 16px;
        display: block;
        font-size: 18px;
        color: #111;
        text-decoration: none;
    }

    .side-menu .close-btn {
        position: absolute;
        top: 10px;
        right: 25px; /*25px*/
        font-size: 36px;
    }

.mb-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 330px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    display: none;
    z-index: 9999;
    padding: 20px;
    padding-left: 10px !important;
}


.menu-icon {
    font-size: 30px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 1px;
    right: 15px; /*15px*/
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.mb-menu a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}

    .mb-menu a:hover {
        color: #007bff;
    }

.accordion-button {
    padding: 0;
    color: #000249;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.mb-menu {
    display: block;
    justify-content: end;
    align-items: center;
    padding: 10px 0;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important; /*15px*/
}
/* button*/
animated-button1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}
/*.menu-blur-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);*/ /* Dark blur */
    /*z-index: 90;
    display: none;
    pointer-events: none;
}

    .menu-blur-overlay.active {
        display: block;
    }*/
