/*
/* Theme Name: Mayankal *
* Design & Developed By: Rohit Bhanwara*
* Version: 1.1*
*/

:root {
    --background: #ffffff;
    --foreground: #171717;
    --primary: #015891;
    --heading: #161616;
    --gradient: linear-gradient(90deg, #015891 0%, #001d2f 100%);
    --gradient-secondary: linear-gradient(180deg, #00548F 0%, #000208 80%);
    --paragraph: #3B3B3B;
    --white: #FFFFFF;
    --light-gray:#EEEEEE;
    --font-family: 'Sharp Sans', sans-serif;
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --background: #0a0a0a;
      --foreground: #ededed;
    }
  }

 
  
  body {
    color: var(--foreground);
    background: var(--background);
    font-family: Sharpsans-Regular;
    user-select: none;      /* Disable text selection */
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  @media (min-width: 1280px) {
    .container {
        max-width: 1170px !important; 
    }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .container {
      max-width: 95% !important; 
  }
}
@font-face {
  font-family: Sharpsans-Regular;
  src: url('../fonts/Sharp-Sans.otf');
}
@font-face {
  font-family: Sharpsans-Medium;
  src: url('../fonts/Sharp-Sans-Medium.otf');
}
@font-face {
  font-family: Sharpsans-Semibold;
  src: url('../fonts/Sharp-Sans-Semibold.otf');
}
@font-face {
  font-family: Sharpsans-bold;
  src: url('../fonts/Sharp-Sans-Bold.otf');
}
@font-face {
  font-family: Sharpsans-Extrabold;
  src: url('../fonts/Sharp-Sans-Extrabold.otf');
}
/* Custom styles */

h1{
    font-size: 49px !important;
    line-height: 60px;
    font-family: Sharpsans-bold;
    letter-spacing: -1px;
    color:var(--heading);
  }
  
  h2{
    font-size: 40px !important;
    line-height: 56px;
    font-family: Sharpsans-bold;
    letter-spacing: -1px;
    margin-bottom:6px !important;
    color:var(--heading);
  }
  h2 span{
    color:var(--primary);
  }

  h3{
    font-size: 30px !important;
    font-family: Sharpsans-Semibold;
    letter-spacing: -1px;
    color:var(--heading);
  }
  h4 {
    font-size: 20px !important;
    line-height: 30px;
    font-family: Sharpsans-Semibold;
    letter-spacing: -1px;
    color:var(--heading);
  }
  
  h5{
    font-size: 16px !important;
    font-family: Sharpsans-Semibold;
    color:var(--heading);
  }
  h6{
    font-size: 15px !important;
    font-family: Sharpsans-Medium;
    color:var(--heading);
  }
  p{
    font-size: 15px !important;
    font-weight: 400;
    color: #3B3B3B;
    margin-bottom: 15px !important;
    line-height: 28px;
  }
  
  a{
    font-size: 15px !important;
  }
  .btn-primary{
    background: var(--gradient);
    color: var(--white);
    padding: 8px 8px 8px 22px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    
    transition: transform .2s;
  }
  
  .btn-primary:hover{
    transform: translateY(-5px);
    transition: 0.2s;
    transition-timing-function: ease-out;
    box-shadow: 0px 20px 20px #9c9c9c;
  }
  .banner-style-two .btn-primary:hover {
    box-shadow: 0px 20px 20px #000e16;
}
.btn-info .btn-primary {
  border: 1px solid #848484;
  padding: 11px 12px;
}
#userapp-content img,#hostapp-content img{
  border-radius: 20px;
}
ul li b{
  font-family: Sharpsans-bold;
}
.technologies-slider .slick-slide img {
  display: block;
  object-fit: contain;
  height: 40px;
  margin: 11px auto;
  width: 80%;
}
  /*
  .btn-primary:hover span{
    background: var(--gradient)  !important;
    color:var(--white)
}
.btn-primary:hover span > img {
  filter: brightness(100);
}
  
  */
.font-bold{
  font-family: Sharpsans-bold;
}
.font-semibold{
  font-family: Sharpsans-Semibold;
}
button#mobileMenuBtn {
    background-color: #ffffff36;
    border-radius: 0px;
}
.backdrop-blur #mobileMenuBtn {
  background-color: #015891;
  border-radius: 0px;
}
  
  .btn-info{
    background: #ffffff38;
    color: var(--white);
    padding: 6px 6px 6px 22px;
    border-radius: 50px;
    font-size: 15px;
  font-family: Sharpsans-Medium;
    border: 1px solid #ffffff19;
    display: flex;
    align-items: center;
    transition: transform .2s;
  }
  .btn-info b{
    font-weight: 500;
  }
  span.btn-primary.rounded-full{
    background: var(--gradient);
  }
.blog-single ul,.development-cost ul{
    list-style: disc;
    padding-left: 15px;
}
.blog-single ol ,.development-cost ul{
    list-style: auto;
     padding-left: 15px;
}

.blog-left-content img {
  margin-bottom: 20px;
}
.blog-single ul li,.blog-single ol li,.development-cost ul li{
  margin-bottom: 10px;
  font-size: 14px;
}
.blog-single ul li{
   font-size: 14px;
}
.blog-single h4{
  margin-bottom: 10px;
}
.blog-single h3 {
    font-size: 25px !important;
    margin-bottom: 10px;
}
.blog-single h2 {
    font-size: 32px !important;
    margin-top: 10px;
}
.blog-single figure.table {
    width: 100%;
    margin-bottom: 20px;
}
.blog-single figure.table table {
    width: 100%;
}
.blog-single iframe {
    border-radius: 20px;
}
.blog-single figure.table tr:first-child td {
    font-weight: 600;
}
.blog-single figure.table tr:first-child {
    background-color: #02558c;
    color: #fff;
    font-weight: 600;
}
.blog-single blockquote {
    padding-left: 12px;
    border-left: 3px solid #eee;
    margin-bottom: 20px;
}
.blog-single .blog-left-content a i {
    color: rgb(59 130 246);
    text-decoration: underline;
}
.blog-single figure.media {
    margin-bottom: 20px;
}
.blog-single figure.table tr {
    border: 1px solid #eeee;
}
.blog-single figure.table tr td {
    padding: 11px;
    border-right: 1px solid #eee;
        font-size: 14px;
}
p > br {
    display: none;
}

.blog-single p{
  font-size: 14px !important;
  margin-bottom: 10px !important;
}
  
  .btn-info:hover{
    transform: translateY(-5px);
    transition: 0.2s;
    transition-timing-function: ease-out;
    background: var(--gradient);
    color:var(--white);
  }
  /*
  .btn-info:hover span{
      background: var(--gradient)  !important;
      color:var(--white)
  }
  .btn-info:hover span > img {
    filter: brightness(100);
}
*/
.main{
  overflow-x: hidden;
}
.clients-slider .slick-list.draggable {
    overflow: visible;
    clip-rule: left;
    clip-path: inset(-100vw -100vw -100vw 0);
}
.btn-readmore{
  background: transparent;
  color: var(--primary);
  padding: 8px 22px 8px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  transform: translateY(-2px);
  transition: all;
}

.casestudy-slider h4 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}
  .backdrop-blur .btn-info{
    background: var(--gradient);
    color: var(--white);
  }

  .tag h5 {
    text-transform: uppercase;
    font-family: Sharpsans-Semibold;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding: 0px 25px;
}
.shadow-lg{
  box-shadow: 0px 0px 10px #d9d9d9 !important;
}

.gradient{
  background: var(--gradient);
}

.gradient-text{
  background: -webkit-linear-gradient(#00548F, #000208);
  background: linear-gradient(#00548F, #000208);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.slick-dots li{
  margin: 0 0px;
}

.slick-slider .slick-arrow{
  font-size: 44px;
  width: 50px;
  background-color: #FFF;
  box-shadow: 0px 0px 6px #c5c5c5;
  height: 50px;
  border-radius: 100px;
}
.slick-slider .slick-prev {
  top: -60px;
  right: 70px;
  left: auto;
}


.slick-prev::before {
  content: "" !important;
  background-image: url(../images/left.svg);
  background-size: cover;
  height: 23px;
  display: inline-block;
  width: 23px;
}

.slick-slider .slick-next{
  top: -60px;
  right: 0px;
  left: auto;
} 
.slick-next::before{
  content: "" !important;
  background-image: url(../images/left.svg);
  background-size: cover;
  height: 23px;
  display: inline-block;
  width: 23px;
  transform: rotate(180deg);
}

/*Marquee*/


@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.animate-marquee {
  animation: marquee 15s linear infinite;
}

.animate-marquee:hover {
  animation-play-state: paused;
}
.big-mar-text{
  white-space: pre;
  -webkit-text-stroke: 2px #fff; /* outline thickness + color */
  color: transparent;  
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding: 0px;
}
/* Navigation scroll styles */
#siteNav.bg-white {
  background-color: #ffffff !important;
}
#siteNav .logo{
  filter: brightness(100);
}
#siteNav.backdrop-blur .logo{
  filter: none;
}
#siteNav.bg-white a,
#siteNav.bg-white .text-white,
#siteNav.bg-white svg {
  color: #0f172a !important; /* slate-900 */
  fill: #0f172a !important;
}
#siteNav a{
  font-size: 14px !important;
}

#siteNav.backdrop-blur nav a:hover {
  color:#000208;
}
/* Enhanced Navigation Menu Styles */

#siteNav [data-menu] a {
  transition: all 0.3s ease;
  /*position: relative;*/
}

#siteNav [data-menu] svg {
  transition: transform 0.3s ease;
}

#siteNav .menu-panel {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
#siteNav .menu-panel h5 {
  font-size: 15px !important;
}
#siteNav .menu-panel p{
  font-size: 12px !important;
}
#siteNav .menu-panel.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#mobileDrawer nav a, #mobileDrawer nav summary{
  font-family: Sharpsans-bold;
}
/* Ensure dropdown stays visible when hovering */
#siteNav [data-menu]:hover .menu-panel,
#siteNav .menu-panel:hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Active menu item styling */
#siteNav [data-menu] a.text-white {
  color: #ffffff !important;
  font-family: Sharpsans-Medium;
}

/* Dropdown item hover effects */
#siteNav .menu-panel a {
  transition: all 0.2s ease;
}

#siteNav .menu-panel a:hover {
  transform: translateX(4px);
}

/* Additional hover effects for better UX */

#siteNav [data-menu] a:hover svg {
  transform: rotate(180deg);
}

/* Smooth focus styles for accessibility */
#siteNav [data-menu] a:focus {
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  border-radius: 0px;
}

/* Ensure dropdown content is properly styled */
#siteNav .menu-panel {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tag h5:before {
  content: "";
  background-image: url(../images/logo-icon.svg);
  height: 25px;
  width: 21px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.tag h5::after {
  content: "";
  background-image: url(../images/logo-icon.svg);
  height: 25px;
  width: 21px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

.colored-sec .tag h5::after,.colored-sec .tag h5::before  {
filter: brightness(7.5);
}

.colored-sec .tag h5::after {
  background-image: url(../images/logo-icon-white.svg);
}
.colored-sec .tag h5::before {
  background-image: url(../images/logo-icon-white.svg);
}
a.btn-primary > b {
  text-align: center;
  margin-left: 20px;
}
/* Custom styles */
/*.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}*/
.case-study-des *{
text-align: left;
}
.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

.slick-dots li button:before {
    color: #7e7e7e;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #012033 !important;
}

/* Slick slider arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #015891;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-center .card{
  border-color:#015891;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li.slick-active button:before {
  color: #015891;
}
.slick-next:before {
    content: '→';
}

.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 1;
}

.hero-slide {
    height: 500px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Mobile menu animation */
.mobile-menu {
    transition: all 0.3s ease;
}

/* Custom button styles */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s;
}
.btn-list {
  display: flex;
  justify-content: space-between;
  border: 1px solid #D5D5D5;
  background-color: #F5F5F5;
  border-radius: 11px;
  align-items: center;
  cursor: pointer;
  padding: 9px 15px;
}
.btn-list p{
  font-size:15px;
  font-weight: 600;
  color:#3B3B3B;
  text-align: left;
  line-height: 22px;
  width: 80%;
}
.btn-list.gradient p{
  color:#fff;
}

/* Card hover effects */
.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.colored-sec .slick-dots li.slick-active button:before{
    color: #fff !important;
}
.tech-box .slick-list{
  width: 100%;
}
#mobileOverlay.backdrop-blur-sm {
  height: 100vh;
  min-height: 100%;
  top: 0;
  bottom: 0;
}
/*background Gradient*/

.bg-gradient{
  position: relative;
}
.bg-gradient::before {
  content: "";
  /*background: linear-gradient(180deg, rgba(0, 84, 143, 1) 100%, rgba(0, 2, 8, 1) 100%);*/
  background: linear-gradient(to right,#00548F, #000208);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: .8;
  left: 0;
}

.righ-full{
  position: relative;
}
.righ-full::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: #fbfbfb;
  right: -36vw;
  left: 0;
  border-top-left-radius: 20px;
}

/*List Style*/


.card ul li{
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 15px;
  position: relative;
}
.card ul li::before{
  content:"";
  background-image: url('../images/tick.svg');
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  top:6px;
  background-repeat: no-repeat;
}

/*Faq*/

.faq-item {
  transition: all 0.3s ease;
}
.faq-icon{
  font-size: 25px;
}
.faq-answer {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}
.faq-icon {
  transition: transform 0.4s ease;
}
.rotate-45 {
  content:"/f068",
}
.faq-answer{
  text-align:left;
}

/* Search reveal (banner) */
.search-reveal__form{
  width: 100%;
}
.search-result h2 {
    margin-bottom: 0px !important;
}
.search-reveal{position:relative;display:flex;align-items:center;gap:12px}
.search-reveal__button{height:64px;width:64px;border-radius:16px;background:#ffffff22;border:1px solid #ffffff22;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);transition:all .25s ease}
.search-reveal__button:hover{background:#ffffff33;border-color:#ffffff33;transform:translateY(-1px)}
.search-reveal__form{position:relative}
.search-reveal__input{width:0;opacity:0;padding:0 16px;height:64px;border-radius:16px;border:1px solid #ffffff22;background:#ffffff10;color:#fff;transition:width .35s ease, opacity .2s ease, padding .35s ease}
.search-reveal.active .search-reveal__input{width:100%;opacity:1;padding:0 20px}
.search-reveal__input::placeholder{color:#e5e7eb}
.search-reveal__input:focus{outline:none;border-color:#ffffff55;background:#ffffff15}
.search-reveal--sm .search-reveal__button{height:48px;width:48px;border-radius:12px}
.search-reveal--sm .search-reveal__input{height:48px;border-radius:12px}
@media (max-width:640px){
  .search-reveal.active .search-reveal__input{
    width:100%
  }
  .search-reveal__input {
    width: 100%;
    opacity: 1;
  }
}


/* Hide scrollbar for mobile slider */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sideboxs {
  max-height: 287px;
  overflow-y: scroll;
  padding-right: 15px;
}

.sideboxs::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #eee; /* or add it to the track */
}
.sideboxs::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Smooth scrolling for mobile tabs */
#tabsSlider {
  scroll-behavior: smooth;
}
.tab-group .gradient{
  color:#fff;
}
/* Cursor styles for dragging */
.cursor-grabbing {
  cursor: grabbing !important;
}

#tabsSlider:hover {
  cursor: grab;
}

.casestudy-single-slider .slick-slide{
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .tab-button-mobile {
      min-width: fit-content;
  }
}

/* Ensure proper spacing on very small screens */
@media (max-width: 480px) {
  #tabsSlider {
      padding-left: 1rem;
      padding-right: 1rem;
  }
}

.triangle-bottom {
  border-top: 15px solid black;
  position: absolute;
  right: 0;
  left: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
.tab-btn{
  position: relative;
}
.tab-btn::after {
  border-top: 15px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  width: 30px;
  bottom: -16px;
  margin: auto;
}

.tab-btn.gradient,.tab-button-mobile.gradient{ 
    color:#fff;
    border-color:#013353 ;
}
.tab-btn.gradient::after {
  border-top: 15px solid #013353;
}

.box-img::before {
  background: linear-gradient(to bottom, #0a316100, #0A3161);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}
.box-img {
  position: relative;
  overflow: hidden;
}

.process-two {
  position: relative;
}
.process-two::after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.process-box{
  position: relative;
}
.process-box::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}

.colored-sec .col-slider .gradient{
  background: #fff;
  color:#015891;
}

/*Popup*/
.modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-visible {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal-visible .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-backdrop {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.modal-panel {
  opacity: 0;
  transform: translateY(1rem) scale(0.95);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.modal-open .modal-backdrop {
  opacity: 1;
}
.modal-open .modal-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.case-study-page ul {
  list-style: disc;
  padding-left: 17px;
  margin-bottom: 10px;
}

/* This will hide most truly empty paragraphs */
p:empty {
  display: none;
}

/* For paragraphs that might contain &zwj; or other invisible characters */
p:has(> :only-child):empty {
  display: none;
}

/*Form*/
 
.callbackform input,.callbackform textarea{
  font-size: 12px;
  padding: 8px;
  margin: 5px 0px !important;
}
.callbackform > div{
  padding:20px;
  max-width: 300px;
}
.callbackform button{
  margin-top: 0px !important;
}

.blog-slider .btn-primary,.tab-content .round-btn{
  box-shadow:none;
}
.blog-slider .slick-slide,.slick-slide {
  height: auto;
}
.btn-info .btn-primary{
  box-shadow:none;
  transition: none;
  transform: none;
}


/*=====================
Load more
=====================*/

.load-more-section .lm-item {
  display: none; /* hidden until visible */
  /*padding: 16px;
  border: 1px solid #e6eef8;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);*/
  opacity: 0;
  /*transform: translateY(6px);
  transition: opacity 280ms ease, transform 280ms ease;*/
}

.load-more-section  .lm-item.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.load-more-section  .lm-controls {
  text-align: center;
  margin-bottom: 36px;
  margin-top: 10px;
}

.load-more-section  .lm-button {
  background: transparent;
    color: var(--primary);
    padding: 8px 22px 8px 22px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    transform: translateY(-2px);
    transition: all;
  cursor: pointer;
  margin: 0 auto;
}

.load-more-section  .lm-button[disabled] {
  opacity: 0.5;
  cursor: default;
}

/*Resources*/

.resources-banner .tab-button.gradient,.resources-banner .tab-button-mobile.gradient{
background: #fff;
color:#0f172a;
font-weight: 600;
}
#mobileDrawer{
  height: 100vh;
}

#siteNav #mobileDrawer .btn-primary{
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin-top: 20px !important;
  color: #fff !important;
  align-items: center;
  position: fixed;
  bottom: 17px;
  width: 90%;
}
#siteNav #mobileDrawer .btn-primary span{
  position:absolute;
  right: 10px;
}
#siteNav #mobileDrawer .mobile-inner{
  overflow-x: scroll;
  padding-bottom: 90px;
  height: 91vh;
  position: relative;
}

.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.3s 
ease;
}
.whatsapp-float i {
  font-size: 34px;
  color: #fff;
  margin-top: 13px;
}
.tech-box .slick-dots{
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #01548a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left:0;
  margin-left: 0;
  opacity: 0;
  font-size: 13px;
  padding: 6px 5px;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Blog Single*/

.blog-single p{
  text-align: left !important;
}
.card br{
  display: none;
}
#ebookmodal.inset-0.z-50 .modal-backdrop{
  opacity: 1;
}

/* Small visual tweak for the flag emoji to align nicely */
.flag { font-size: 1.05rem; line-height: 1; }
/* scrollbar for long lists */
.country-list { max-height: 220px; overflow-y: auto; }

/*=====================
Media Query
=====================*/

@media only screen and (max-width: 1280px) {
  h1{
    font-size: 40px !important;
    line-height: 50px;
  }
  
  h2{
    font-size: 30px !important;
    line-height: 39px;
  }
  
  
  h3{
    font-size: 27px !important;
  }
  h4{
    line-height: auto;
  }
  p {
    font-size: 15px !important;
  }
  .btn-info {
    font-size: 15px;
    padding: 7px 7px 7px 22px;
  }
  .righ-full::before{
    background-color: transparent;
  }
  }


  @media  screen and (max-width: 992px) {
    .slick-slider .slick-prev {
      top: 0;
      right: auto;
      left: -10px;
      bottom: 0;
      margin: auto 0;
      display: none !important;
  }
    .slick-slider .slick-next {
      top: 0;
      right: -10px;
      left: auto;
      bottom: 0;
      margin: auto 0;
      display: none !important;
  }
  }

@media only screen and (min-width: 767px) {

  .trending-posts-slider .slick-track {
    width: 100% !important;
  }
  .trending-posts-slider .slick-track  .slick-slide{
    min-width: 567px;
  }

}

@media only screen and (max-width: 767px) {
h1{
  font-size: 30px !important;
  line-height: 39px;
}

h2{
  font-size: 27px !important;
  line-height: 39px;
  font-family: Sharpsans-Bold;
}
h2 br{
  display: none;
}

h3{
  font-size: 24px !important;
}
h4 {
  font-size: 23px !important;
  line-height: 29px;
} 
  .small-text-sec h4 {
      font-size: 20px !important;
  }
    
.iframe-video iframe {
  height: 220px !important;
}
.process-two::after,.process-box::before {
  display: none;
  background-color: transparent;
}
.tech-box .slick-dots{
  display: block;
}
.blog-single h2,.blog-single,.blog-single ul li{
  text-align: left;
}

}

@media only screen and (max-width: 640px) {

  .slick-current.slick-active .card{
    border-color:#015891;
  }
}