﻿body {
    background: var(--main-background-color);
    color: var(--text-color);
    overflow-x: hidden;
    font-family: "poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
html {
    scroll-behavior: auto;
    overflow-x: hidden;
    font-family: "poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--text-color);
}
a {
  text-decoration: none;
  color: var(--text-color);
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}
input {
  border: none;
  outline: none;
}
button {
  border: none;
  outline: none;
}
.bg-new-light-shed {
    background: var(--second-background-color) !important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00000094;
  border: 1px solid #898989;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.br-5 {
    border-radius: 5px;
}
/*Hero css start*/
.hero .swiper {
    width: 100%;
    height: 90vh;
    margin-top: 10vh;
    position:relative;
}
    .hero .swiper::after {
        content: '';
        position: absolute;
        background: #000;
        opacity: 0.60;
        width: 100%;
        height: 100%;
        margin-top: 10vh;
        z-index: 1;
        bottom: 0;
    }

.banner_main {
    position: relative;
    height: 100%;
    background-color: #000
}

.banner_vedio {
    z-index: 9;
    position: absolute;
    height: 100%
}
    .banner_vedio video {
        width: 100%;
        height: auto;
        display: block;
    }
.banner_swiper {
    position: relative;
}
.banner_content {
    /*    background: #00000091;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 99;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 28%*/

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    color: #fff;
    width: 54%;
}
a.outline_btn_white {
    background: transparent;
    color: var(--white-color);
    padding: 6px 16px;
    line-height: 18px;
    font-weight: 600;
    font-size: var(--font-size-14);
    border-radius: 30px;
    border: 1px solid var(--white-color);
}
.hero .swiper-pagination-vertical.swiper-pagination-bullets, .hero .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right,auto);
    left: var(--swiper-pagination-left,20px)
}

    .hero .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .hero .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,25px) 0;
        border: 1px solid #fff;
        background: none;
        opacity: 1;
        width: 20px;
        height: 20px;
        color: var(--white-color);
        font-size: var(--font-size-12);
        line-height: 17px;
        position: relative
    }

        .hero .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet::after, .hero .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 142%;
            background: white;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 0
        }

        .hero .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:last-child::after, .hero .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:last-child::after {
            display: none
        }

.hero .swiper-pagination-bullet-active {
    background: #fff !important;
    color: var(--text-color) !important;
    font-size: var(--font-size-12)
}
.banner_btn a.fill_btn_nav {
    padding: 12px 16px;
}
.banner_btn a.outline_btn_white {
    padding: 12px 16px;
}
.banner_scroll {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

    .banner_scroll p {
        font-size: var(--font-size-12);
        font-weight: 600;
        color:var(--white-color);
    }

 .banner_content h2 {
    font-size: 56px;
    font-weight: 700;
    color:var(--white-color);
    margin-bottom:20px;
}

.banner_content h4 {
    font-size: var(--font-size-24);
    margin: 0 0 10px 0;
    color: var(--white-color);
    font-weight:400;
}

 .banner_content p {
    font-size: var(--font-size-14);
    text-align: center
}

.banner_scroll img {
    animation: jump 1s infinite;
    transition: transform 0.3s ease
}

.banner_scroll:hover img {
    animation-play-state: paused
}

@keyframes jump {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}


/*Hero css End*/

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*Headind css start*/
.heading_main {
  width: 100%;
  display: block;
  margin-bottom: 60px; 
  transition: all 0.3s ease;
}
[animate] .char {
    display: inline-block;
    will-change: transform, opacity;
}
.heading_main h2 {
  font-size: var(--font-size-32);
  color:var(--dark-blue);
  font-weight: 700; 
}
.heading_main h2 span{
    font-size: var(--font-size-32);
    color: var(--dark-blue);
    font-weight: 700;
}
    .heading_main p {
        font-size: var(--font-size-16);
        font-weight: 400;
        color: var(--grey-800); 
    }

.heading_main span {
  font-size: var(--font-size-16);
  font-weight: 400; 
}

    .heading_main h4 {
        color: #4B5563;
    }
/*Headind css End*/

/*Glance css Start*/
.index_glance {
    background: var(--dark-blue-1000);
}

.custom-video-wrapper {
    position: relative;  
    border-radius: 10px;
    width: 100%;
    margin: 20px auto;
}

.custom-video {
    display: block;
    width: 800px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

/* Overlay play/pause button */
.custom-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: var(--gradient-background-color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; 
}
 

/* Play icon (triangle) */
.icon-play {
    width: 0;
    height: 0;
    border-left: 23px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 3px;
}

/* Pause icon */
.icon-pause {
    display: inline-flex;
    gap: 5px;
}

    .icon-pause span {
        width: 8px;
        height: 25px;
        background: #fff;
        border-radius: 3px;
    }

/* Hide utility */
.hidden {
    display: none;
}
.index_glance .heading_main h2 span {
    color: var(--white-color)
}
.index_glance .heading_main p {
    color: #a9a9a9;
}


/*Glance css Start*/
/*why choose css Start*/
.why_choose {
    background: var(--second-background-color);
}
.why_choose_card {
    background-color: var(--white-color);
    width: 100%;
    padding: 20px;
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
}
    .why_choose_card .why_choose_top h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 0; 
    }
.why_choose_card .why_choose_top .why_choose_top_icon {
  width: 40px;
  height: 40px;
  background-color: var(--accent-blue);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.why_choose_card .why_choose_bottom p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 16px;
  color:var(--grey-800);
}

.animated-border-wrapper {
    position: relative;
    padding: 1px;
    border-radius: 8px;
    /*        background: var(--gradient-background-color);*/
    /*    background: conic-gradient(transparent, #1976ed, #fff 100%);*/

    background: rgba(150, 146, 255, 0);
    /*  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(146, 148, 253, 1) 31%,
    rgba(93, 175, 222, 1) 50%,
    rgba(7, 121, 214, 1) 78%,
    rgba(255, 255, 255, 0.7) 96%
  );*/
/*    background: linear-gradient(90deg, rgb(93 135 255) 0%, rgba(146, 148, 253, 1) 31%, rgb(131 170 193) 50%, rgba(7, 121, 214, 1) 78%, rgb(93 135 255) 96%); background-size: 300% 300%;*/
/*    animation: borderAnimation 3s linear infinite;*/
    margin-top: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: calc(var(--bs-gutter-x) * 0.5);
}
@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }

  30% {
    background-position: 50% 100%;
  }

  60% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 50% 0%;
  }
}
.animated-border-wrapper:hover .why_choose_card {
    /*  box-shadow: 0 0 4px 2px #64b2e982, 0 0 8px 3px #64b2e982;*/
    /*    box-shadow: 0 0 4px 2px #64b2e982, 0 0 8px 3px #64b2e982;*/
    box-shadow: 4px 4px 10px 0px #0000001F;
}

.animation_card_why_choose {
  width: 100%;
  height: 100%;
  background: #040d1d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
}

/*FAQS css Start*/
.index_faqs {
    background: var(--second-background-color);
}
.accordion-button::after {
  display: none !important; /* hide Bootstrap’s arrow */
}

.toggle-icon {
  width: 18px;
  height: 18px;
}
div#faqAccordion {
    --bs-accordion-color: var(--text-color) !important;
    --bs-accordion-bg: var(--white-color);
    outline: none;
    box-shadow: 0 0 4px 2px #64b2e94f, 0 0 8px 3px #64b2e933;
}
.accordion-button {
  background-color: var(--white-color) !important;
  color: var(--text-color) !important;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
    font-size: var(--font-size-14); 
    color: var(--grey-800);
    font-style: normal;
    font-weight: 400;
}
.accordion {
  --bs-accordion-border-color: var(--second-background-color);
}

.index_faqs .accordion {
  transition: 0.3s all ease;
  transform: translateY(50px);
  opacity: 0;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
/*.accordion-button {
    background-color: #394f8f !important; 
}*/
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item h4 .accordion-button {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 600;
}
/*FAQS css End*/

/*Index Blog css Start*/
.index_blog_card {
  background-color: var(--second-background-color);
  border-radius: 10px;
  padding: 16px;
  position: relative;
}

.animation_card_blog {
  width: 101%;
  height: 101%;
  background: #040d1d;
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 9;
  pointer-events: none;
}

.index_blog_card {
  background-color: var(--second-background-color);
  border-radius: 10px;
  padding: 16px;
}
.index_blog_card .index_blog_img img {
  border-radius: 8px;
  width: 100%;
}
.index_blog_card .index_blog_date {
  margin: 16px 0 3px 0;
}
.index_blog_card .index_blog_date p {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--grey);
}

.index_blog_card .index_blog_date span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: var(--grey);
}
.index_blog_card .index_blog_content {
  margin-bottom: 16px;
}
.index_blog_card .index_blog_content h3 {
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
}

.index_blog_card .index_blog_content p {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.index_blog_card .index_blog_img {
  max-height: 150px;
  overflow: hidden;
  border-radius: 10px;
}

.animated-border-wrapper-blog-card {
    position: relative;
    padding: 1px;
    border-radius: 10px;
    background: rgba(150, 146, 255, 0);
    /*  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(146, 148, 253, 1) 31%,
    rgba(93, 175, 222, 1) 50%,
    rgba(7, 121, 214, 1) 78%,
    rgba(255, 255, 255, 0.7) 96%
  );*/
    background: linear-gradient(90deg, rgb(93 135 255) 0%, rgba(146, 148, 253, 1) 31%, rgb(131 170 193) 50%, rgba(7, 121, 214, 1) 78%, rgb(93 135 255) 96%);
    background-size: 300% 300%;
    animation: borderAnimationBlogCard 3s linear infinite;
    max-width: 100%;
    width: 100%;
    transition: 0.3s all ease;
}

@keyframes borderAnimationBlogCard {
  0% {
    background-position: 0% 50%;
  }

  30% {
    background-position: 50% 100%;
  }

  60% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 50% 0%;
  }
}

.animated-border-wrapper-blog-card:hover {
    /*  box-shadow: 0 0 4px 2px #504e89, 0 0 8px 3px #0067bb;*/
    box-shadow: 0 0 4px 2px #64b2e982, 0 0 8px 3px #64b2e982;
}

/*Index Blog css End*/

/*Index Testimonials css Start*/

.testimonialSwiper5 {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 50px auto;
  transition: 0.3s all ease;
  transform: translateY(50px);
  opacity: 0;
}

.testimonialSwiper5 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_testimonial {
    background: var(--second-background-color);
}

.testimonial-card {
    background: #DCEBF8;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #52525226;
}
.testimonial-card-bottom img {
width:140px;
}
    .testimonial-card .testimonial-card-top blockquote {
        margin-bottom: 15px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #4B5563;
        text-align: left;
    }

.testimonial-card .testimonial-card-top h4 {
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  margin: 10px 0 12px 0;
  line-height: 24px;
}
.testimonial-card .testimonial-card-bottom {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
  align-items: center;
}
.testimonial-card .testimonial-card-bottom p {
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: 20px;
  color: #919191;
}
/*Index Testimonials css End*/
/*Index What Mikshi css Start*/
#circle-orbit-container {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

/* Shared orbit ring style */
.orbit {
  position: absolute;
  background-image: url("../images/outline.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  animation: spin-right linear infinite;
  z-index: 9;
}
#circle-orbit-container:hover .orbit {
  animation-play-state: paused;
}
/* Shared orbiting circle style */
.orbit-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 99;
}

/* Orbit animation */
@keyframes spin-right {
  100% {
    transform: rotate(360deg);
  }
}

/* Orbit 1 */
.orbit-1 {
  width: 120px;
  height: 120px;
  top: 188px;
  left: 188px;
  animation-duration: 5s;
}

.orbit-circle-1 {
  width: 30px;
  height: 30px;
  top: 34px;
  left: -6px;
}

/* Orbit 2 */
.orbit-2 {
  width: 200px;
  height: 200px;
  top: 148px;
  left: 148px;
  animation-duration: 10s;
  animation-delay: 5s;
}

.orbit-circle-2 {
  width: 61px;
  height: 61px;
  top: 263px;
  left: 33px;
}

/* Orbit 3 */
.orbit-3 {
  width: 270px;
  height: 270px;
  top: 110px;
  left: 111px;
  animation-duration: 15s;
  animation-delay: 10s;
}

.orbit-circle-3 {
  width: 55px;
  height: 55px;
  top: 302px;
  right: 42px;
}

/* Orbit 4 */
.orbit-4 {
  width: 350px;
  height: 350px;
  top: 70px;
  left: 70px;
  animation-duration: 20s;
  animation-delay: 15s;
}

.orbit-circle-4 {
  width: 72px;
  height: 72px;
  top: 191px;
  right: -19px;
}

/* Orbit 5 */
.orbit-5 {
  width: 430px;
  height: 430px;
  top: 30px;
  left: 30px;
  animation-duration: 25s;
  animation-delay: 20s;
}

.orbit-circle-5 {
  width: 120px;
  height: 120px;
  top: 150px;
  left: -10px;
}

/* Orbit 6 */
.orbit-6 {
  width: 490px;
  height: 490px;
  top: 0;
  left: 0;
  animation-duration: 30s;
  animation-delay: 25s;
}

.orbit-circle-6 {
  width: 44px;
  height: 44px;
  top: 19px;
  left: 79px;
}
.orbit-circle-7 {
  width: 42px;
  height: 42px;
  top: 69px;
  right: 40px;
}

/*Index What Mikshi css End*/

/*Button main css Start*/

.btn_main a {
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    padding: 10px 16px;
    font-size: var(--font-size-16);
    line-height: 18px;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    background: var(--second-background-color);
    transition: all 0.3s ease;
    max-width: 198px;
    width: 198px;
}
.btn_main a span {
  margin: 0 0 0 10px;
}

.animated-border-wrapper-blog-btn {
    position: relative;
    padding: 1px;
    border-radius: 30px;
    background: rgba(150, 146, 255, 0);
    /*  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(146, 148, 253, 1) 31%,
    rgba(93, 175, 222, 1) 50%,
    rgba(7, 121, 214, 1) 78%,
    rgba(255, 255, 255, 0.7) 96%
  );*/
    background: linear-gradient(90deg, rgb(93 135 255) 0%, rgba(146, 148, 253, 1) 31%, rgb(131 170 193) 50%, rgba(7, 121, 214, 1) 78%, rgb(93 135 255) 96%);
    background-size: 300% 300%;
    animation: borderAnimationBlog 3s linear infinite;
    max-width: 200px;
    width: 200px;
}

    .animated-border-wrapper-blog-btn.wm-185 { 
        max-width: 185px;
        width: 185px;
    }
        .animated-border-wrapper-blog-btn.wm-185 a {
            width: 183px;
            max-width: 183px;
        }
.animated-border-wrapper-blog-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@keyframes borderAnimationBlog {
  0% {
    background-position: 0% 50%;
  }

  30% {
    background-position: 50% 100%;
  }

  60% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 50% 0%;
  }
}

.animated-border-wrapper-blog-btn:hover a {
    /*  box-shadow: 0 0 4px 2px #504e89, 0 0 8px 3px #0067bb;*/
    box-shadow: 0 0 4px 2px #64b2e982, 0 0 8px 3px #64b2e982;
}
.animated-border-wrapper-blog-btn a p {
    background: var(--gradient-background-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display:inline-block;
}
.blog_details_page_left table {
    border-collapse: collapse;
    margin-top:10px;
}
    .blog_details_page_left table td, .blog_details_page_left table th {
        border: 1px solid #ccc;
        padding: 10px;
        font-size: 14px;
    }
/*Button main css End*/
/* ============= News Letter Start ==============*/
.new_letter {
  padding: 30px 0;
  background: #27396b;
  position: relative;
}
.new_letter:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #27396b, #0665b7, #27396b);
}
.new_letter p {
  width: auto;
  font-size: var(--font-size-20);
  font-weight: 600;
}
.new_letter .news_input {
  width: auto;
}
.new_letter .news_input input {
  width: 380px;
  height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: var(--font-size-14);
}

.new_letter .news_input button {
  background: var(--reverse-gradient-background-color);
  color: var(--text-color);
  height: 40px;
  padding: 6px 16px;
  line-height: 18px;
  font-weight: 600;
  font-size: var(--font-size-14);
  border-radius: 10px;
  margin: 0 0 0 15px;
}
/* ============= News Letter End ==============*/

/* Index Trusted Start */
.index_trusted {
  width: 100%;
  padding: 40px 0 20px 0;
}
.my-custom-swiper {
  width: 100%;
  transition: 0.3s all ease;
  transform: translateX(50px);
  opacity: 0;
}

.my-custom-swiper .swiper-slide {
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.3s;
  text-align: center;
}

/*    .my-custom-swiper .swiper-slide {
        opacity: 0.5;
        transition: transform 0.3s, opacity 0.3s;
        text-align: center;
        box-shadow: 0 0 5px 5px #0000002e;
        margin: 24px 0;
        box-shadow: 0px 4px 4px 0px #B1C9DF40;
    }*/

    .my-custom-swiper .swiper-slide img {
        border-radius: 10px;
        width: 135px;
        height: 105px;
    }

.my-custom-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.6) !important;
  opacity: 1 !important; 
}
@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.index_trusted .logos {
    overflow: hidden;
    padding: 0 0px;
    white-space: nowrap;
    position: relative;
}

    .index_trusted .logos:before, .index_trusted .logos:after {
        position: absolute;
        top: 0;
        content: '';
        width: 250px;
        height: 100%;
        z-index: 2;
    }

    .index_trusted .logos:before {
        left: 0;
        background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
    }

    .index_trusted .logos:after {
        right: 0;
        background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
    }

.index_trusted .logo_items {
    display: inline-block;
    animation: 65s slides infinite linear;
}

.index_trusted .logos:hover .logo_items {
    animation-play-state: paused;
}

.index_trusted .logo_items img {
    width: 150px;
    margin: 0 30px;
}
.index_trusted .heading_main {
    margin: 0 0 30px 0;
}
/* Index Trusted End */
/* Index Case Study Start */
.index_case_study {
  width: 100%;
  padding: 40px 0;
}
    .index_case_study .imageTextSlider {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        height: 85vh;
        transform: translateX(-150px);
        opacity: 0;
        transition: 0.3s all ease;
        max-height: 520px;
    }

.index_case_study .imageTextSlider .swiper-slide {
  position: relative;
  height: 400px;
}

.index_case_study .image-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.index_case_study .image-slide .bg_img_case_study {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: top;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}
.index_case_study .image-slide:hover .bg_img_case_study {
  background-size: 120%;
}
.index_case_study .slide-text {
  width: 100%;
  background-color: var(--second-background-color); 
  color: white;
  border-radius: 10px;
  padding: 20px;
}

.index_case_study .slide-text h2 {
  margin: 0;
  font-size: 24px;
}

    .index_case_study .imageTextSlider .swiper-button-prev,
    .index_case_study .imageTextSlider .swiper-button-next {
        top: auto;
        bottom: 20px;
        left: 10px;
        right: auto;
        position: absolute;
        background: var(--light-blue);
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 40px;
        height: 40px;
        transition: background-color 0.3s ease;
    }

        .index_case_study .imageTextSlider .swiper-button-prev:hover,
        .index_case_study .imageTextSlider .swiper-button-next:hover {
            background: var(--gradient-background-color);
        }

.index_case_study .imageTextSlider .swiper-button-next {
  left: 60px;
}

.index_case_study_date {
  margin: 0 0 3px 0;
}
    .index_case_study_date p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; 
        color: var(--grey-800);
    }
    .index_case_study_date span {
        font-size: var(--font-size-12);
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        color: var(--grey-800);
    }
.index_case_study_content {
  margin-bottom: 16px;
}
    .index_case_study_content h3 {
        font-size: var(--font-size-20);
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -1px;
        color: var(--text-color);
    }
.index_case_study_content p {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.index_case_study .swiper-button-next:after,
.index_case_study .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../images/case_right_arrow.svg);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index_case_study .swiper-button-prev:after,
.index_case_study .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url("../images/case_left_arrow.svg");
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index_case_study
  .swiper-slide.swiper-slide-next
  .image-slide
  .bg_img_case_study {
  filter: blur(5px);
}

.index_case_study .animated-border-wrapper-case {
    position: absolute;
    padding: 1px;
    border-radius: 10px;
    background: rgba(150, 146, 255, 0);
    /*  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(146, 148, 253, 1) 31%,
    rgba(93, 175, 222, 1) 50%,
    rgba(7, 121, 214, 1) 78%,
    rgba(255, 255, 255, 0.7) 96%
  );*/
    background: linear-gradient(90deg, rgb(93 135 255) 0%, rgba(146, 148, 253, 1) 31%, rgb(131 170 193) 50%, rgba(7, 121, 214, 1) 78%, rgb(93 135 255) 96%);
    background-size: 300% 300%;
    animation: borderAnimationCase 3s linear infinite;
    margin-top: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: calc(var(--bs-gutter-x) * 0.5);
    max-width: 62%;
    width: 62%;
    bottom: -70px;
    transition: 0.3s all ease;
}

@keyframes borderAnimationCase {
  0% {
    background-position: 0% 50%;
  }

  30% {
    background-position: 50% 100%;
  }

  60% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 50% 0%;
  }
}

.index_case_study .animated-border-wrapper-case:hover {
    /*  box-shadow: 0 0 4px 2px #504e89, 0 0 8px 3px #0067bb;*/
    box-shadow: 0 0 4px 2px #64b2e982, 0 0 8px 3px #64b2e982;
}

/* Index Case Study End */

/* Index Case Study Start */

.index_trilored {
  width: 100%;
  padding: 40px 0;
}

    .index_trilored .imageTextSliderThumbnail {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        height: 82vh;
        transform: translateX(150px);
        opacity: 0;
        transition: 0.3s all ease;
        max-height: 588px;
    }

.index_trilored .imageTextSliderThumbnail .swiper-slide {
  position: relative;
  height: 97%;
}

.index_trilored .image-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

    .index_trilored .image-slide .bg_img_case_study {
        width: 100%;
        height: 100%;
        background-size: 85%;
        overflow: hidden;
        background-repeat: no-repeat;
        transition: 0.3s all ease;
        position: relative 
    }
    .index_trilored .image-slide .bg_img_case_study::after {
        content: '';
        width: 85%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #000000;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.72) 24%, rgba(255, 255, 255, 0) 81%);
    }

    .index_trilored .slide-text {
        width: 100%;
        background-color: var(--light-blue-500);
        color: white;
        border-radius: 08px;
        padding: 20px 20px 30px 20px;
        position: relative;
    }

.index_trilored .slide-text h2 {
  margin: 0;
  font-size: 24px;
}

.index_trilored .slide-text p {
  margin: 5px 0 0;
}

    .index_trilored .imageTextSliderThumbnail .swiper-button-prev,
    .index_trilored .imageTextSliderThumbnail .swiper-button-next {
        top: auto;
        bottom: 20px;
        left: auto;
        right: 70px;
        position: absolute;
        background: var(--light-blue);
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 40px;
        height: 40px;
        transition: background-color 0.3s ease;
    }
        .index_trilored .imageTextSliderThumbnail .swiper-button-prev:hover,
        .index_trilored .imageTextSliderThumbnail .swiper-button-next:hover {
            background: var(--gradient-background-color);
        }
.index_trilored .imageTextSliderThumbnail .swiper-button-next {
  right: 20px;
}

.index_trilored_content {
  margin-bottom: 16px;
}

.index_trilored_content h3 {
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -1px;
}

.index_trilored_content p {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.index_trilored .swiper-button-next:after,
.index_trilored .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../images/case_right_arrow.svg);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.index_trilored .swiper-button-prev:after,
.index_trilored .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url("../images/case_left_arrow.svg");
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.index_trilored .imageTextSliderThumbs {
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    width: 41%;
    right: 16%;
    height: 74px;
}

.index_trilored .imageTextSliderThumbs .swiper-slide-thumb-active {
  border: 2px solid #9692ff;
  
  box-shadow: 4px 4px 16px 0px #00000099;
}

    .index_trilored .imageTextSliderThumbs .swiper-slide {
        position: relative;
        height: 54px;
        overflow: hidden;
        border-radius: 5px;
        width: 60px !important;
        height: 60px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
    }
.index_trilored .animated-border-wrapper-case {
    position: absolute;
    padding: 1px;
    border-radius: 8px;
    background: rgba(150, 146, 255, 0);
    /*  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(146, 148, 253, 1) 31%,
    rgba(93, 175, 222, 1) 50%,
    rgba(7, 121, 214, 1) 78%,
    rgba(255, 255, 255, 0.7) 96%
  );*/
    background: linear-gradient(90deg, rgb(93 135 255) 0%, rgba(146, 148, 253, 1) 31%, rgb(131 170 193) 50%, rgba(7, 121, 214, 1) 78%, rgb(93 135 255) 96%);
    background-size: 300% 300%;
    animation: borderAnimationTrilored 3s linear infinite;
    margin-top: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: calc(var(--bs-gutter-x) * 0.5);
    max-width: 42%;
    width: 42%;
    bottom: 80px;
    right: 8px;
    transition: 0.3s all ease;
}

@keyframes borderAnimationTrilored {
  0% {
    background-position: 0% 50%;
  }

  30% {
    background-position: 50% 100%;
  }

  60% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 50% 0%;
  }
}

.index_trilored .animated-border-wrapper-case:hover {
    /*  box-shadow: 0 0 4px 2px #504e89, 0 0 8px 3px #0067bb;*/
    box-shadow: 0 0 4px 2px #64b2e982, 0 0 8px 3px #64b2e982;
}

/* Index Case Study End */
/* face_detection_grid CSS Start */
.face_detection_grid .feature-card {
  border-radius: 12px;
  padding: 1rem;
  background-color: var(--second-background-color);
  height: 100%;
  transition: box-shadow 0.3s, border 0.3s;
}

.face_detection_grid .feature-label {
  font-size: var(--font-size-12);
  font-weight: 600;
  color: #6c757d;
}

.face_detection_grid .feature-title {
  font-size: var(--font-size-20);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.face_detection_grid .feature-desc {
  font-size: var(--font-size-14);
}
/* face_detection_grid CSS End */
/* Highlight center slide */
.my-custom-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}


/*====================== Breadcrumb CSS Start ======================*/
.breadcrumb_main {
    padding: 110px 0 50px 0;
    text-align: center;
    border-bottom: 1px solid var(--grey-300);
    background: #F1F5F9;
}
    .breadcrumb_main h4 {
        font-size: var(--font-size-32);
        font-weight: 600;
        line-height: normal;
    }
    .breadcrumb_main p {
        font-size: var(--font-size-18);
        font-weight: 500;
        line-height: normal;
    }
/*====================== Breadcrumb CSS End ======================*/
/*====================== New Breadcrumb CSS Start ======================*/
.new_breadcrumb_main {
    padding: 50px 0;
    margin: 58px 0 0 0;
    background-position: center;
    background-size: cover;
    position: relative;
    background: linear-gradient(91.73deg, rgba(110, 168, 220, 0.25) -17.43%, #F1F5F9 8.22%);
}
    .new_breadcrumb_main::before {
        content: '';
        position: absolute;
        width: 30%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        background: #9fc2c2;
        background: linear-gradient(90deg, rgba(18, 97, 175, 0.2) 0%, rgba(241, 245, 249, 1) 26%, rgba(241, 245, 249, 1) 100%);
    }
    .new_breadcrumb_main::after {
        content: '';
        position: absolute;
        width: 170px;
        height: 176px;
        background: url(../images/breadcrumb_logo.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: 0;
        right: 0;
        z-index: 0;
    }
.new_breadcrumb_full{
    position:relative;
    z-index:99;
}
.new_breadcrumb_main h4 {
    font-size: var(--font-size-32);
    font-weight: 600;
    color: var(--text-color);
    line-height: normal;
    margin: 10px 0;
}

.new_breadcrumb_main p {
    font-size: var(--font-size-16);
    font-weight: 500;
    color: var(--grey-800);
    line-height: normal;
    width: 70%;
}
.new_breadcrumb_main .new_breadcrumb_link {
    display: flex;
    gap: 22px;
}
    .new_breadcrumb_main .new_breadcrumb_link a {
        position: relative;
        font-size: var(--font-size-12);
        color: var(--grey-500) !important;
    }
        .new_breadcrumb_main .new_breadcrumb_link a::after {
            content: '>';
            width: 10px;
            height: 10px;
            position: absolute;
            top: 1.45px;
            right: -17px;
        }
    .new_breadcrumb_main .new_breadcrumb_link p {
        position: relative;
        font-size: var(--font-size-12);
        color: var(--blue-color);

    }
/*====================== New Breadcrumb CSS End ======================*/
/*====================== Blog Page CSS Start ======================*/

.blog_page_main {
    width: 100%;
    padding: 40px 0 60px 0;
    border-top: 1px solid var(--light-blue-300);
}
.blog_search {
    position: relative;
}
    .blog_search input {
        width: 100%;
        border: 1px solid var(--grey-800);
        background: none;
        border-radius: 8px;
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        padding: 5px 10px 5px 40px;
        color: var(--grey-800);
    }
    .blog_search span {
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        left: 10px;
    }
.blog_page_card {
    width: 100%;
    transition:0.3s all ease;
        padding: 0 0 15px 0;
        border-radius: 10px;
}
    .blog_page_card.blog_on_hover_fix {
        padding: 0;
    }
   
.blog_page_card:hover {
    background: var(--light-blue-300);
}
    .blog_page_card .blog_page_card_img {
        overflow: hidden;
        border-radius:12px;
    }
    .blog_page_card .blog_page_card_img img{ 
    width:100%;
    }
.h-240 {
    height:240px;
}
.blog_page_card_content {
    padding-top: 20px;
}
    .blog_page_card_content .blog_page_card_date {
        display:flex;
        gap:30px;
    }
    .blog_page_card_content .blog_page_card_date p {
        font-size: var(--font-size-14);
        color: var(--accent-blue);
    }
    .blog_page_card_content .blog_page_card_date span {
        font-size: var(--font-size-14);
        color: var(--accent-blue);
        position:relative;
    }
        .blog_page_card_content .blog_page_card_date span::after {
            content: '';
            width: 5px;
            height: 5px;
            position: absolute;
            left: -16px;
            top: 9px;
            background: var(--accent-blue);
            border-radius: 50%;
        }
    .blog_page_card_content .blog_page_card_text_head{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px 0;
    }
        .blog_page_card_content .blog_page_card_text_head h3 {
            font-size: var(--font-size-20);
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
            margin: 0;
            width: 86%;
        }
        .blog_page_card_content .blog_page_card_text_head a {
            min-width: 32px;
            text-align: right;
        }
    .blog_page_card_content .blog_page_card_text p {
        font-size: var(--font-size-16);
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom:15px;
        color: var(--grey-800);
    }
.blog_page_card_lable {
    display: flex;
    gap: 10px;
}
    .blog_page_card_lable a {
        background: #BFDBFE;
        padding: 4px 10px;
        border-radius: 25px;
        color: var(--accent-blue);
        color: var(--Foundation-Blue-blue-500, #5D87FF);
        text-align: center;
        font-size: var(--font-size-12);
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
.d-flex .blog_page_card_img {
    flex: 1;
}
.d-flex .blog_page_card_content {
    padding-top: 0;
    flex: 1;
}
.blog_load_more {
    text-align: center;
    padding: 40px 0;
}
.blog_load_more a span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}
.benefits {
    padding: 50px 0;
    background: #27396b;
    position: relative;
    text-align: center;
}
.benefits::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #27396b, #0665b7, #27396b);
}
    .benefits h4{
        color:var(--white-color);
    }
    .benefits p {
        color: var(--white-color);
    }
    .benefits_btns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin: 30px 0 0 0;
    }
.benefits .benefits_btns .benefits_btns_bg {
    background: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    padding: 10px 16px;
    font-size: var(--font-size-16);
    text-decoration: none;
    border-radius: 26px;
    transition: all 0.3s ease;
    line-height: 22px;
}
.benefits .benefits_btns .animated-border-wrapper-blog-btn {
    border-radius: 26px;
    max-width: 192px;
    width: 192px;
}
 
.benefits .benefits_btns .btn_main a {
    border-radius: 26px;
    max-width: 190px;
    width: 190px;
}
    .benefits .benefits_btns .benefits_btns_text {
    background: -webkit-linear-gradient(180deg, #504E89, #0067BB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog_page_card.blog_on_hover_fix .blog_page_card_content {
    padding: 8px 8px 8px 0;
}
/*====================== Blog Page CSS End ======================*/

/*====================== Blog Details Page CSS Start ======================*/

.blog_detail_page {
    padding: 50px 0;
}
    .blog_detail_page .blog_details_page_left .blog_detail_page_left_image {
        border-radius: 16px;
        overflow: hidden;
    }
    .blog_detail_page .blog_details_page_left ul {
        padding: 0 0 0 30px;
    }
        .blog_detail_page .blog_details_page_left ul li {
            margin: 5px 0;
            list-style: disc;
            font-size: var(--font-size-14);
            color: var(--grey-800);
        }
    .blog_detail_page .blog_details_page_left p {
        margin: 5px 0;
        list-style: disc;
        color: var(--grey-800);
        font-size: var(--font-size-14);
    }
    .blog_detail_page .blog_details_page_left h4 {
        font-size: var(--font-size-20);
        font-weight: 500;
        margin: 20px 0 10px 0;
    }
    .blog_detail_page .blog_details_page_left h6{
        font-size: var(--font-size-16);
        margin:20px 0 10px 0;
        font-weight: 500;
    }
    .blog_detail_page .blog_details_page_left h5 {
        font-size: var(--font-size-18);
        margin: 20px 0 10px 0;
        font-weight: 500;
    }
    .blog_detail_page .blog_details_page_right h4 {
        font-size: var(--font-size-20);
    }
    .blog_detail_page .blog_details_page_right ul li {
        margin: 15px 0;
        list-style: none; 
        transition:0.3s all ease;
    }
 
    .blog_detail_page .blog_details_page_right ul li a{
 
        font-size: var(--font-size-14);
        transition: 0.3s all ease;
    }

        .blog_detail_page .blog_details_page_right ul li a:hover, .blog_detail_page .blog_details_page_right ul li a.active {
            color: var(--accent-blue);
        }

.apply_now_full {
    width: 100%;
    background: url(../images/apply_form_bg.webp);
    background-size:100%;
    background-repeat:no-repeat;
    padding:80px 0;
    margin-top:50px;
    background-attachment:fixed;
}
.apply_now_text {
    text-align: center;
    padding:0 15px;
}
    .apply_now_text h4 {
        font-size: 32px;
        font-weight: 700;
        color: var(--white-color);
    }
    .apply_now_text p {
        font-size: 18px;
        font-weight: 400;
        margin: 10px 0 0 0;
        color: var(--white-color);
    }
.apply_now_form {
    background: var(--dark-blue-1000);
    border-radius: 16px;
    padding: 20px;
}
    .apply_now_form h5 {
        color: var(--white-color);
    }
.apply_now_form_inp {
    width: 100%;
    margin: 0 0 18px 0;
}
    .apply_now_form_inp input {
        background: var(--dark-blue-1100);
        border: none;
        border-radius: 30px;
        padding: 8px 15px;
        color: var(--grey-800);
        width: 100%; 
    }
.apply_now_form_btn {
/*    background: #fff;*/
    font-style: normal;
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 26px;
    transition: all 0.3s ease;
    line-height: 22px;
    width: 100%;
    text-align: center;
    background: var(--gradient-background-color);
}
    .apply_now_form_btn button {
        font-weight: 600;
        background: transparent;
        font-size: var(--font-size-16);
        color: var(--white-color);
    }
.apply_now_form_checkbox {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin: 0 0 18px 0;
}
    .apply_now_form_checkbox p {
        font-size: var(--font-size-14);
        color: var(--white-color);
        font-weight: 400;
    }
        .apply_now_form_checkbox p a {
            color: var(--accent-blue) !important;
        }
.custom-checkbox {
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    user-select: none;
    font-size: 14px;
}
 
    .custom-checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-checkbox .checkmark {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 18px;
        width: 18px;
        background-color: var(--main-background-color);
        border: 1px solid #ccc;
        border-radius: 4px;
        transition: 0.2s ease;
    }
.apply_now_form .custom-checkbox .checkmark {
    background-color: var(--dark-blue-1100);
    border: none;
}
    .custom-checkbox input:checked ~ .checkmark {
        background-color: var(--accent-blue);
        border-color: var(--accent-blue);
    }

    .custom-checkbox .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
     
    .custom-checkbox input:checked ~ .checkmark::after {
        display: block;
    }

/*====================== Blog Details Page CSS End ======================*/

/*====================== Contact Page CSS Start ======================*/

.contact_main {
    padding: 50px 0;
}
.contact_details_full {
    margin:50px 0  0 0;
}
.contact_details_full .contact_card {
    text-align: center;
}
    .contact_details_full .contact_card h3 {
        font-size: var(--font-size-20);
    }
    .contact_details_full .contact_card p {
      font-size: var(--font-size-14); 
    }
    .contact_details_full .contact_card a {
        color: var(--purpel-color);
        font-size: var(--font-size-14);
        margin: 15px 0 0 0;
        display: inline-block;
        font-weight:600;
    }
.contact_map_1 {
    position: relative;
    display: inline-block;
    width: 100%; /* responsive */
}

    .contact_map_1 img {
        width: 100%; /* responsive image */
        display: inline-block;
    }

.contact_map_marker_ahm {
    position: absolute;
    top: 52%; /* Adjust based on Ahmedabad's position (use %) */
    left: 66%; /* Adjust based on Ahmedabad's position (use %) */
    transform: translate(-50%, -100%); /* Center marker */
    text-align: center;
    cursor: pointer;
}

    .contact_map_marker_ahm img {
        width: 35px;
        height: auto;
    }

.contact_map_marker_ahm_details {
    background: var(--dark-blue-1000);
    padding: 12px 10px;
    border-radius: 10px;
    width: 200px;
    display: none;
    opacity: 0;
    position: relative;
    margin-bottom: 15px;
}
    .contact_map_marker_ahm_details::after {
        content: '';
        width: 20px;
        height: 20px;
        background: var(--dark-blue-1000);
        border-radius: 6px;
        position: absolute;
        left: 50%;
        bottom:-6px;
        transform: translateX(-50%) rotate(45deg);
    }
.contact_map_marker_ahm:hover .contact_map_marker_ahm_details {
    display: block;
    opacity: 1;
    color: var(--white-color);
}
.contact_map_marker_ahm_details h4 {
    font-size: var(--font-size-20);
    margin: 10px 0 10px 0;
    color:var(--white-color);
}
 



/*====================== Contact Page CSS End ======================*/


/*====================== Industries Page CSS Start ======================*/
.dependable_security img {
    border-radius: 8px;
}
.inner_page{
    padding:50px 0;
}
.solutions_benifit_card {
    background: var(--light-blue-500);
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s all ease;
    height: -webkit-fill-available;
}
.min-h-72{
    min-height:72px;
}
    .solutions_benifit_card:hover {
        box-shadow: 0px 4px 4px 0px #4B556340;
    }
    .solutions_benifit_card h3 {
        font-size: var(--font-size-20); 
        margin: 0 0 20px 0;
    }
    .solutions_benifit_card p {
        font-size: var(--font-size-14);
        min-height: 72px; 
        color: var(--grey-800);
    }
.dependable_security img{
    border-radius:8px;
    width:100%;
}
.side_points img {
    width: auto;
}
.dependable_security h3 {
    font-size: var(--font-size-20);
    margin: 0 0 20px 0;
}
.dependable_security p {
    font-size: var(--font-size-14);
    margin: 0 0 10px 0;
    text-align:justify;
    color:var(--grey-800)
}
.dependable_security .animated-border-wrapper-blog-btn a p {
    margin:0 0 0 10px;
}
.dependable_security .animated-border-wrapper-blog-btn a span {
    margin: 0;
}
.solution_detect .nav-link {
    background: var(--light-blue-300) !important;
    color: var(--grey-800) !important;
    text-align: left;
    margin: 0 0 10px 0;
    font-weight:600; 
}
    .solution_detect .nav-link.active {
        background: var(--light-blue-500) !important;
        color: var(--dark-blue) !important;
        box-shadow: 4px 4px 16px 0px #00000033;
    }
.solution_highlights .solution_detect .nav-link {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
}
    .solution_highlights .solution_detect .nav-link.active {
        background: var(--light-blue-500) !important;
        color: var(--dark-blue) !important
    }
 
.use_case_page_main #horizontalTabs {
    border-bottom: none;
    justify-content: center;
    gap: 20px;
    padding:0;
}
.use_case_page_main #horizontalTabsContent { 
    padding: 10px 0 0 0;
}
.use_case_page_main .nav-tabs .nav-link {
    border-color: transparent;
    border: none !important;
    color: var(--dark-blue);
    background: transparent;
    font-weight: 600;
    padding: 10px 20px;
}
.use_case_page_main .nav-tabs .nav-link.active {
    border: none;
    position: relative;
}
.use_case_page_main .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--gradient-background-color);
    bottom: 0;
    left: 0;
}
.solution_detect .tab-pane p {
    font-size: var(--font-size-12);
    color: var(--grey-800);
}
.solution_detect_right_text{
    display:flex;
    margin-bottom:10px;
}
.solution_detect_right_text span {
    min-width: 160px;
    font-weight:600;
    font-size: var(--font-size-12);
}
    .solution_detect_right_text span img{
        margin-right:10px;
    }
.solution_highlights #horizontalTabs {
    border-bottom: none;
    justify-content: center;
    gap:20px;
}
.solution_highlights .nav-tabs .nav-link.active {
    border: none;
    position:relative;
}
.solution_highlights .nav-tabs .nav-link {
    border-color: transparent;
    border: none !important;
    color: var(--dark-blue);
    font-weight:600;
    padding:10px 20px;
}
.solution_highlights .tab-pane .h_inner_tab {
    background: var(--dark-blue-1100);
    padding: 20px;
    border-radius: 16px;
    margin: 0;
}
    .solution_highlights .tab-pane .h_inner_tab h4 {
        color: #fff;
        font-size: var(--font-size-20);
        margin: 0 0 20px 0;
        width: 93%;
    }
    .solution_highlights .tab-pane .h_inner_tab p {
        color: #fff;
        width: 93%;
        font-size: var(--font-size-14);
        color: #D6D6D6;
    }
    .solution_highlights .nav-tabs .nav-link:hover {
        border-color: transparent;
        border:none !important;
}
    .solution_highlights .nav-tabs .nav-link.active::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--gradient-background-color);
        bottom:0;
        left:0;
    }
.solution_highlights .vedio_pop {
    position: relative;
}
    .solution_highlights .vedio_pop .vedio_play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .solution_highlights .vedio_pop .vedio_play_btn img{
       width:60px
    }

.ind_records_main {
    padding: 50px 0;
    background: var(--dark-blue-1100);
}
    .ind_records_main .heading_main h2 span {
        color: var(--white-color);
    }
    .ind_records_main .heading_main h2 {
        color: var(--white-color);
    }
    .ind_records_main .heading_main p {
        color: var(--white-color);
    }
    .ind_records_main .ind_records_card {
        background: var(--dark-blue-1000);
        text-align: center;
        padding: 24px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: start;
        width: 90%;
        height: -webkit-fill-available;
        position: relative;
    }
        .ind_records_main .ind_records_card h5 {
            font-size: var(--font-size-20);
            margin: 0;
            color: var(--white-color);
            font-weight:600;
        }
        .ind_records_main .ind_records_card p {
            font-size: var(--font-size-12);
            text-align: left;
            color: #BABABA;
        }

.btn-close {
  z-index:99;
}
.g_animation {
    transform: translateY(70px);
    transition: all 0.3s ease;
}
.solution_demo_video {
    width: 100%;
    background: var(--dark-blue-1100);
    padding: 60px 0;
    text-align: center;
}
.solution_demo_video h3 {
    font-weight: 600;
    color: var(--white-color);
    font-size: var(--font-size-32);
    margin: 0 0 25px 0;
}
.solution_demo_video p {
    font-weight: 400;
    color: var(--light-gray);
    font-size: var(--font-size-16);
    width: 80%;
    margin: 0 auto 20px auto;
}

.solution_demo_video a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: var(--font-size-14);
    line-height: 18px;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
}
.solution_demo_video a span {
    background: var(--gradient-background-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*====================== Industries Page CSS End ======================*/

/*====================== Try Free Form Page CSS Start ======================*/
.try_free_form_main {
    width: 57%;
    margin: 0 auto;
}
.try_free_form {
    background: var(--second-background-color);
    border-radius: 16px;
    padding: 20px;
}
.form-group {
    margin-bottom:10px;
}
.form-label {
    width: 100%;
    font-size: 14px;
    margin-bottom:2px;
}
.form-group input {
    background: var(--main-background-color);
    border: none;
    border-radius: 30px;
    padding: 6px 12px;
    color: #757575;
    border: 1px solid #ccc;
    width: 100%;
}
.form-group textarea {
    background: var(--main-background-color);
    border: none;
    border-radius: 20px;
    padding: 6px 12px;
    color: #757575;
    width: 100%;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.captcha_failed_box {
    font-size: 14px;
    color: red;
    visibility: hidden;
}

.submit_btn {
    background: var(--gradient-background-color);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 15px;
    margin-right: 10px;
    width: 100%;
}

    .submit_btn:hover,
    .submit_btn:focus,
    .submit_btn:active {
        background: var(--gradient-background-color);
        border: none;
        color: white;
        outline: none;
    }

.reset_btn {
    background-color: white;
    border: 1px solid #232323;
    color: #232323;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 15px;
    width: 100%;
}

    .reset_btn:hover,
    .reset_btn:focus,
    .reset_btn:active {
        background-color: white;
        border: 1px solid #232323;
        color: #232323;
        outline: none;
    }

/*.try_free_form_inp {
    width: 50%;
    margin: 0 0 18px 0;
    float: left;
}*/
.try_free_form_text {
    width: 100%;
    margin: 0 0 18px 0;
    float: left;
}
    .try_free_form_text textarea {
        background: var(--main-background-color);
        border: none;
        border-radius: 20px;
        padding: 6px 12px;
        color: #757575;
        width: 100%;
        border: 1px solid #ccc;
        outline: none;
    }
    .try_free_form_inp label {
        font-size: 12px;
        margin: 0 0 5px 0;
    }
    .try_free_form_text label {
        font-size: 12px;
        margin: 0 0 5px 0;
    }
    .try_free_form_text label span {
        color: #eb3b3b;
    }
    .try_free_form_inp label span {
        color: #eb3b3b;
    }
    .try_free_form_inp:nth-child(odd) {
        padding-right:10px;
    }
    .try_free_form_inp:nth-child(even) {
        padding-left: 10px;
    }
.try_free_form_inp input {
    background: var(--main-background-color);
    border: none;
    border-radius: 30px;
    padding: 6px 12px;
    color: #757575;
    border: 1px solid #ccc;
    width: 100%;
}
.try_free_form_inp select {
    background: var(--main-background-color);
    border: none;
    border-radius: 30px;
    padding: 6px 12px;
    color: #757575;
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.try_free_form_inp textarea {
    background: var(--main-background-color);
    border: none;
    border-radius: 20px;
    padding: 6px 12px;
    color: #757575;
    width: 100%;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.mt-24{
    margin-top:24px;
    display:inline-block;
} 

    .try_free_form_btn button {
        font-weight: 600;
        background: transparent;
        font-size: var(--font-size-16);
        color: var(--white-color);
        background: #fff;
        font-style: normal;
        display: inline-block;
        padding: 12px 16px;
        text-decoration: none;
        border-radius: 26px;
        transition: all 0.3s ease;
        line-height: 22px;
        width: 100%;
        text-align: center;
        background: var(--gradient-background-color);
    }

        .try_free_form_btn button:disabled, .try_free_form_btn button[disabled] {
       opacity:0.6
        }
.try_free_form_checkbox {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin: 0 0 18px 0;
    width: 100%;
}
 
.thank-you-alert {
    background: #fff;
    padding: 10px 10px;
    margin: 0 0 20px 0;
    border-radius: 30px;
    text-align: center;
    width: 100%;
}
    .try_free_form_checkbox p {
        font-size: var(--font-size-14);
        font-weight: 400;
    }

        .try_free_form_checkbox p a {
            color: var(--accent-blue) !important;
        }
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
 
    /* Custom arrow using ::after */
    .select-wrapper::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: url("../images/select_drop.svg") no-repeat center;
        background-size: contain;
        pointer-events: none; /* so clicks go to select */
    }

/* Optional: remove arrow for IE */
select::-ms-expand {
    display: none;
}

/*====================== Try Free Form Page CSS End ======================*/

/*====================== Privacy Statement Page CSS Start ======================*/

.privacy_main h3 {
    font-size: var(--font-size-24);
    font-weight: 600;
    line-height: 32px;
    color: var(--dark-blue);
}

.privacy_main p {
    font-size: var(--font-size-14);
    color: var(--grey-800);
    margin: 0 0 20px 0;
}
.privacy_main ul {
    margin: 0 0 20px 0;
}
.privacy_main ul li {
    font-size: var(--font-size-14);
    color: var(--grey-800);
    list-style:disc;
    margin:0 0 10px 0;
}
.privacy_main h4 {
    font-size: var(--font-size-24);
    font-weight: 600;
    line-height: 32px;
    color: var(--dark-blue);
}

.privacy_main h5 {
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 32px;
    color: var(--dark-blue);
}
.text-accenet-blue {
    color: var(--accent-blue) !important;
    font-size:16px !important;
}
/*====================== Privacy Statement Page CSS End ======================*/

/*====================== Use Case Page CSS Start ======================*/
section.use_case_page_main {
    width: 100%;
    padding: 50px 0;
    background: var(--light-background-color);
}
.use_case_page_card_1 {
    height: 300px;
    overflow: hidden;
    position:relative;
    border-radius: 10px;
}
    .use_case_page_card_1::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 24%, rgba(255, 255, 255, 0) 81%);
        z-index:0;
    }
    .use_case_page_card_1 .use_case_page_card_1_img {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        overflow: hidden;
    }
p.use_case_page_card_1_lable {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--accent-yellow);
    font-weight: 500;
    font-size: 10px;
    border-radius: 20px;
    padding: 3px 14px;
    color: var(--white-color)
}
.use_case_page_card_1 .use_case_page_card_1_text {
    position: absolute;
    bottom: 10px;
    color: var(--white-color);
    z-index: 99;
    padding: 0 10px;
    transform: translateY(78%);
    transition: 0.5s all ease;
}
.use_case_page_card_1:hover .use_case_page_card_1_text {
    transform: translateY(0);
}
    .use_case_page_card_1_text h3 {
        font-size: var(--font-size-20);
        font-weight: 600;
        color: var(--white-color);
    }
.use_case_page_card_1_text_icon{
    display:flex;
}
.use_case_page_card_1_text .use_case_page_card_1_text_icon p {
    font-size: var(--font-size-14);
    font-weight: 400;
    color: var(--white-color);
    width: 100%
}
.use_case_page_card_1 .use_case_page_card_1_text .use_case_page_card_1_text_icon a img {
    transform: rotate(-90deg);
    transition: 0.5s all ease;
}
.use_case_page_card_1:hover .use_case_page_card_1_text .use_case_page_card_1_text_icon a img {
    transform: rotate(0);
}

.use_case_page_filter_main .dropbtn {
    background: var(--light-blue);
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    position:relative;
}
    .use_case_page_filter_main .dropbtn::after {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        top: 10px;
        left: 9px;
        background: url(../images/use_case_filter.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .use_case_page_filter_main .dropbtn:hover, .use_case_page_filter_main .dropbtn:focus {
        background: var(--gradient-background-color);
    }

.use_case_page_filter_main .dropdown {
    position: relative;
    display: inline-block;
}
.use_case_page_filter_main{
    margin:0 0 20px 0;
}
    .use_case_page_filter_main .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 357px;
        overflow: auto;
        box-shadow: 0px 0px 16px 6px #0000001F;
        z-index: 1;
        border-radius: 10px;
        right: 0;
        padding: 16px;
    }

    .use_case_page_filter_main .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.use_case_page_filter_main .dropdown a:hover {
    background-color: #ddd;
}

.use_case_page_filter_main .show {
    display: block;
}
.use_case_page_filter_main {
    display: flex;
    gap: 20px;
}
    .use_case_page_filter_main .use_case_page_filter_inp input {
        width: 300px;
        border: 1px solid #4B5563;
        border-radius: 5px;
        padding: 5px 0 5px 35px;
        color: var(--grey-800);
    }
    .use_case_page_filter_main .use_case_page_filter_inp input::placeholder {
        color: var(--grey-800);
    }
    .use_case_page_filter_main .use_case_page_filter_inp {
        position: relative;
    }
        .use_case_page_filter_main .use_case_page_filter_inp::after {
            content: '';
            width: 18px;
            height: 18px;
            position: absolute;
            top: 8px;
            left: 8px;
            background: url(../images/use_case_search.svg);
            background-repeat: no-repeat;
            background-size: 100%;
        }
.use_case_filter_form_inp {
    width: 100%;
    margin: 0 0 18px 0; 
}
    .use_case_filter_form_inp label {
        font-size: 12px;
        margin: 0 0 5px 0;
        color: var(--grey-800);
    }
    .use_case_filter_form_inp select {
        background: var(--main-background-color);
        border: none;
        border-radius: 30px;
        padding: 6px 12px;
        color: #757575;
        width: 100%;
        outline: none;
        border: 1px solid #ccc;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.use_case_filter_form_btn .outline_btn_use_case_filter_form {
    display: inline-block;
    padding: 6px 16px;
    font-weight: 600;
    font-size: var(--font-size-14);
    line-height: 18px;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(#FFF, #FFF) padding-box, /* background */ var(--gradient-background-color) border-box;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
    .use_case_filter_form_btn .outline_btn_use_case_filter_form span {
        background: var(--gradient-background-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
.use_case_filter_form_btn .fill_btn_use_case_filter_form {
    background: var(--gradient-background-color);
    color: var(--white-color);
    padding: 6px 16px;
    line-height: 18px;
    font-weight: 600;
    font-size: var(--font-size-14);
    border-radius: 30px;
    transition: 0.3s all ease;
}

.use_case_page_card_1_new {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
}

.use_case_page_card_1_new h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-blue)
}
    .use_case_page_card_1_new p {
        font-size: 14px;
        font-weight: 400;
        color: var(--grey-800);
        width: 88%;
    }
.use_case_page_card_1_vedio_new{
    margin-bottom:1rem;
}
.use_case_page_card_1_text_icon_new {
    display: flex;
    justify-content: space-between;
}
.use_case_page_card_1_text_icon_new a {
    cursor:pointer;
}
.daily_report_main {
    background: var(--dark-blue-1100);
    padding: 50px 0;
}
    .daily_report_main .heading_main h2 span {
        color: var(--white-color);
    }

    .daily_report_main .heading_main h2 {
        color: var(--white-color);
    }

    .daily_report_main .heading_main p {
        color: var(--white-color);
    }
    .daily_report_main .heading_main p span{
        color: var(--white-color);
    }
.daily_report_left_1 {
    display: flex;
    gap: 16px;
    margin: 0 0 20px 0;
}
.daily_report_left_1_text {
    width: 70%;
}
.daily_report_left_1_icon {
    width: 28px;
}
    .daily_report_left_1 .daily_report_left_1_text p {
        color: #fff; 
    }

/*.daily_report_right {
    background: var(--dark-blue-1000);
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 20px;
    gap: 20px;
}*/
.daily_report_right img{
    width:95%;
}
    .daily_report_right h4 {
        color: var(--white-color);
        font-size: var(--font-size-28);
    }

    .uc_why_choose_mikshi {
        background: var(--second-background-color);
        padding: 50px 0;
    }

        .uc_why_choose_mikshi .uc_why_choose_mikshi_card {
            background: var(--main-background-color);
            border-radius: 8px;
            padding: 24px;
            margin: 0 0 24px 0;
            transition: 0.3s all ease;
            height: -webkit-fill-available;
        }

            .uc_why_choose_mikshi .uc_why_choose_mikshi_card:hover {
                box-shadow: 4px 4px 16px 0px #5D87FF40;
            }

            .uc_why_choose_mikshi .uc_why_choose_mikshi_card h5 {
                margin: 0 0 12px 0;
                font-size: var(--font-size-16);
                color: var(--dark-blue);
            }

            .uc_why_choose_mikshi .uc_why_choose_mikshi_card p {
                font-size: var(--font-size-12);
                color: var(--grey-800);
            }

    .uc_we_serve {
        background: var(--main-background-color);
        padding: 50px 0;
    }

        .uc_we_serve .uc_we_serve_card {
            background: var(--second-background-color);
            border-radius: 8px;
            padding: 24px;
            margin: 0 0 24px 0;
            transition: 0.3s all ease;
            height: -webkit-fill-available;
        }

            .uc_we_serve .uc_we_serve_card:hover {
                box-shadow: 4px 4px 10px 0px #0000001F;
            }

            .uc_we_serve .uc_we_serve_card h5 {
                margin: 0 0 12px 0;
                font-size: var(--font-size-16);
                color: var(--dark-blue);
            }

            .uc_we_serve .uc_we_serve_card p {
                font-size: var(--font-size-12);
                color: var(--grey-800);
            }


    .uc_how_works {
        padding: 50px 0;
        background: var(--dark-blue-1000);
    }

        .uc_how_works .heading_main h2 {
            color: var(--white-color);
        }

            .uc_how_works .heading_main h2 span {
                color: var(--white-color);
            }

        .uc_how_works .heading_main p {
            color: var(--white-color);
        }

        .uc_how_works .uc_how_works_card {
            background: var(--dark-blue-1100);
            text-align: center;
            padding: 24px;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: center;
            width: 90%;
            height: -webkit-fill-available;
            position: relative;
        }

            .uc_how_works .uc_how_works_card::after {
                content: '';
                width: 25px;
                height: 23px;
                background-image: url(../images/uc_right_arrow.svg);
                position: absolute;
                right: -37px;
                background-size: 100%;
                background-repeat: no-repeat;
                top: 50%;
                transform: translateY(-50%);
            }

            .uc_how_works .uc_how_works_card.not_last_child::after {
                display: none;
            }

            .uc_how_works .uc_how_works_card img {
                width: 40px;
            }

            .uc_how_works .uc_how_works_card h5 {
                font-size: var(--font-size-14);
                margin: 0;
                color: var(--white-color);
            }

            .uc_how_works .uc_how_works_card p {
                font-size: var(--font-size-12);
                color: var(--white-color);
            }

    .uc_impact_card {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

        .uc_impact_card .uc_impact_card_1 {
            width: 45%;
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

    .uc_impact_card_1 .uc_impact_card_1_heading h4 {
        font-size: var(--font-size-32);
        color: var(--accent-blue);
        font-weight: 600;
    }

    .uc_impact_card_1 .uc_impact_card_1_heading span {
        font-size: var(--font-size-18);
        color: var(--dark-blue);
        font-weight: 600;
    }

    .uc_impact_card_1 p {
        color: var(--grey-800);
        font-size: var(--font-size-14);
    }

    .uc_deployment_card {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

        .uc_deployment_card .uc_deployment_card_1 {
            background: #fff;
            width: 48%;
            padding: 1rem;
            border-radius: 10px;
        }

    .uc_deployment_card_1 .uc_deployment_card_1_heading {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        align-items: flex-start;
    }

        .uc_deployment_card_1 .uc_deployment_card_1_heading img {
            width: 36px;
        }

        .uc_deployment_card_1 .uc_deployment_card_1_heading h4 {
            font-size: var(--font-size-18);
            font-weight: 500;
        }

    .uc_deployment_card_1 p {
        color: var(--grey-800);
        font-size: var(--font-size-14);
    }
    /*====================== Use Case Page CSS End ======================*/
    .w-100 {
        width: 100% !important;
    }
    /*====================== Comming soon Page CSS End ======================*/



    .comming_soon_main {
        margin-top: 64px;
        padding: 140px 0;
    }

        .comming_soon_main .comming_soon_left {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            padding: 0 50px;
        }

            .comming_soon_main .comming_soon_left h3 {
                font-size: 44px;
                font-weight: 700;
            }

            .comming_soon_main .comming_soon_left p {
                color: var(--grey-800);
                margin: 10px 0;
            }

        .comming_soon_main .new_letter_comming_soon input {
            border: 1px solid var(--inp-border-color);
            border-radius: 100px;
            padding: 14px;
            min-width: 323px;
        }

        .comming_soon_main .new_letter_comming_soon button {
            padding: 1rem;
            margin: 0 0 0 10px;
        }
    /*====================== Comming soon Page CSS End ======================*/
    /*====================== Support Page CSS Start ======================*/
    .bg-white {
        background: #fff !important;
    }

    .support_step_page {
        width: 100%;
        padding: 50px 0;
        background: var(--light-background-color);
    }

    .support_step_card {
        background: #fff;
        padding: 1rem;
        border-radius: 10px;
    }

        .support_step_card img {
            width: 100%;
        }

        .support_step_card h4 {
            font-size: var(--font-size-18);
            color: var(--dark-blue);
            font-weight: 600;
            margin-top: 1rem;
        }


    .support_category_page {
        width: 100%;
        padding: 50px 0;
        background: var(--second-background-color);
    }

    .support_category_card {
        background: #fff;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        border-radius: 10px;
    }

        .support_category_card img {
            width: 36px;
        }

        .support_category_card .outline_btn_nav {
            width: 140px;
            text-align: center;
        }

        .support_category_card h4 {
            font-size: var(--font-size-18);
            color: var(--dark-blue);
            font-weight: 600;
        }

        .support_category_card p {
            color: var(--grey-800);
        }

    .support_form_page .heading_main h2 span {
        color: var(--white-color);
    }

    .support_form_page .heading_main h2 {
        color: var(--white-color);
    }

    .support_form_page .heading_main p {
        color: var(--white-color);
    }

        .support_form_page .heading_main p span {
            color: var(--white-color);
        }

    .fs-30 {
        font-size: 30px !important;
    }

    .dependable_security ul li {
        color: var(--grey-800);
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 16px 0;
        position: relative;
        list-style: none;
    }

        .dependable_security ul li::after {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            background-image: url(../images/right_lable_icon.svg);
            background-repeat: no-repeat;
            background-size: 100%;
            left: -30px;
            top: 3px;
        }

    .animated-border-wrapper-blog-btn.wm-140 {
        max-width: 140px;
        width: 140px;
    }

        .animated-border-wrapper-blog-btn.wm-140 a {
            width: 138px;
            max-width: 138px;
        }



    .border-right {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-left {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .about_different_card_main {
        display: flex;
        flex-wrap: wrap;
    }

        .about_different_card_main .about_different_card {
            display: flex;
            flex-direction: column;
            width: 33.33%;
            padding: 24px;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 20px;
        }

            .about_different_card_main .about_different_card img {
                width: 44px;
            }

            .about_different_card_main .about_different_card h4 {
                font-size: var(--font-size-20);
                color: var(--dark-blue);
                font-weight: 700;
                margin: 0;
            }

            .about_different_card_main .about_different_card p {
                color: var(--grey-800);
            }
    /*====================== Support Page CSS End ======================*/
    /*====================== Downlodable Page CSS Start ======================*/
    .downloadble_main {
        background: var(--light-background-color)
    }

    .solution_highlights.downloadble_main .nav-tabs .nav-link.active {
        background: transparent;
    }

    .downlodable_inner_tab_card {
        background: #fff;
        padding: 1rem;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 20px;
    }

        .downlodable_inner_tab_card .fill_btn_nav {
            width: 105px;
        }

        .downlodable_inner_tab_card h4 {
            font-size: var(--font-size-18)
        }

        .downlodable_inner_tab_card p {
            color: var(--grey-800);
            font-size: var(--font-size-14)
        }

    .download_form_inp {
        width: 100%;
        margin: 0 0 18px 0;
        float: left;
    }

        .download_form_inp label {
            font-size: 12px;
            margin: 0 0 5px 0;
        }

        .download_form_inp input {
            background: var(--main-background-color);
            border: none;
            border-radius: 30px;
            padding: 6px 12px;
            color: #757575;
            border: 1px solid #ccc;
            width: 100%;
        }

    .download_form_checkbox {
        display: flex;
        align-items: baseline;
        gap: 2px;
        margin: 0 0 18px 0;
        width: 100%;
    }

        .download_form_checkbox p {
            font-size: var(--font-size-14);
            font-weight: 400;
        }

            .download_form_checkbox p a {
                color: var(--accent-blue) !important;
            }

    .download_form_btn button:disabled, .download_form_btn button[disabled] {
        opacity: 0.6;
    }

    .download_form_btn button {
        font-weight: 600;
        background: transparent;
        font-size: var(--font-size-16);
        color: var(--white-color);
        background: #fff;
        font-style: normal;
        display: inline-block;
        padding: 12px 16px;
        text-decoration: none;
        border-radius: 26px;
        transition: all 0.3s ease;
        line-height: 22px;
        width: 100%;
        text-align: center;
        background: var(--gradient-background-color);
    }

    .modal-header-f {
        display: flex;
        justify-content: space-between;
        padding: 20px 16px;
    }

        .modal-header-f p {
            font-size: var(--font-size-14);
            color: var(--grey-800)
        }

    .br-16 {
        border-radius: 16px;
    }
    /*====================== Downlodable Page CSS End ======================*/
    /*====================== Product Page CSS Start ======================*/

    .inner_page_hero {
        padding: 80px 0;
        margin: 58px 0 0 0;
        background: url(../images/product_hero_bg.webp);
        background-position: bottom;
        background-size: cover;
    }

        .inner_page_hero .inner_hero_left h1 {
            color: var(--white-color);
            font-size: 41px;
            font-weight: 700;
            line-height: 56px;
        }

        .inner_page_hero .inner_hero_left p {
            color: var(--white-color);
            font-size: var(--font-size-16);
        }

    .side_points {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        align-items: start;
    }

        .side_points span {
            min-width: 170px;
            font-weight: 600;
            font-size: var(--font-size-12);
        }

        .side_points p {
            font-size: var(--font-size-12);
            color: var(--grey-800);
        }

    .product_department_card {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

        .product_department_card .product_department_card_1 {
            background: #fff;
            width: 48%;
            padding: 1rem;
            border-radius: 10px;
        }

    .product_department_card_1 .product_department_card_1_heading h4 {
        font-size: var(--font-size-18);
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .product_department_heading {
        font-size: var(--font-size-24);
        font-weight: 600;
    }

    p.product_department_heading_p {
        font-size: var(--font-size-14);
        font-weight: 400;
        color: var(--grey-800);
        margin-bottom: 1rem;
    }

    .product_department_card_1 p {
        color: var(--grey-800);
        font-size: 13px;
    }
    /*====================== Product Page CSS End ======================*/
.for_mobile_only{
    display:none;
}
.animated-border-wrapper-blog-btn img {
    margin: 0;
}