.small_tag {
    display: inline-flex;
    border: 1px solid var(--blueborder);
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--blue);
    font-family:var(--font-secondary);
}
.small_tag:hover {
	   background: var(--blue);
	color:var(--white);
}
.section_title {
    font-family:var(--font-primary);
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
}
.section_description {
    font-family:var(--font-secondary);
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}
.list-longarrow ul li {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 10px;
    position: relative;
    list-style-type: none;
}
.list-longarrow ul li:before{
    content: url("data:image/svg+xml;utf8,<svg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.55 11.51C11.45 11.51 11.36 11.49 11.27 11.45C11.18 11.41 11.1 11.36 11.03 11.29C10.89 11.15 10.81 10.96 10.81 10.76C10.81 10.56 10.89 10.37 11.03 10.23L14.87 6.47H4.83C4.63 6.47 4.45 6.39 4.31 6.25C4.17 6.11 4.09 5.92 4.09 5.72C4.09 5.52 4.17 5.33 4.31 5.19C4.45 5.05 4.64 4.97 4.83 4.97H14.87L11.02 1.27C10.89 1.13 10.81 0.95 10.81 0.75C10.81 0.55 10.89 0.36 11.03 0.22C11.1 0.15 11.18 0.09 11.27 0.06C11.36 0.02 11.46 0 11.55 0C11.64 0 11.74 0.02 11.83 0.06C11.92 0.1 12 0.15 12.07 0.22L17.27 5.21C17.34 5.28 17.4 5.36 17.44 5.45C17.48 5.54 17.5 5.64 17.5 5.74C17.5 5.84 17.48 5.94 17.44 6.03C17.4 6.12 17.34 6.21 17.27 6.28L12.08 11.27C12.01 11.34 11.93 11.4 11.83 11.44C11.74 11.48 11.64 11.5 11.55 11.5V11.51ZM0.74 6.48C0.55 6.48 0.35 6.4 0.22 6.26C0.08 6.12 0 5.93 0 5.73C0 5.53 0.08 5.34 0.22 5.2C0.36 5.06 0.55 4.98 0.74 4.98H1.73C1.92 4.98 2.12 5.06 2.25 5.2C2.39 5.34 2.47 5.53 2.47 5.73C2.47 5.93 2.39 6.12 2.25 6.26C2.11 6.4 1.92 6.48 1.73 6.48H0.74Z' fill='%231961FE'/></svg>");
    position: absolute;
    display: inline-block;
    left: -28px;
    width: 18px;
    height: 12px;
}
.cta-section.section_bluebg .cta-content *{
    color: var(--white);
}
.cta-section .cta-section-row {
    display: inline-flex;
    align-items: center;
}
.cta-section .cta-button{
    justify-content: end;
    display: inline-flex;
}
.cta-section{
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}
.cta-section .btn-cta {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 18px;
    border: none;
    line-height: 24px;
    color: var(--blue);
    background-color: var(--white);
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 20px 30px;
}
.cta-section .btn-cta:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border: none;
    outline: unset;
}
/* FAQ Section */
.faq-section .accordion .custom-accordion-item {
    border: 1px solid #EBEBEE !important;
    border-radius: 24px !important;
    background-color: #f1f5fd !important;
}
.faq-section .accordion .custom-accordion-button {
    background-color: transparent;
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
}

.faq-section .accordion .custom-accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}
.faq-section .accordion .accordion-body {
    padding: 0 30px 35px;
    font-size: 18px;
}
/* Remove default chevron */
.faq-section .accordion .custom-accordion-button::after {
  content: '';
  width: 25px;
  height: 25px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 25px;
  transition: transform 0.2s ease-in-out;
  
  /* Default: Plus */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3e%3cpath d='M12 5v14M5 12h14'/%3e%3c/svg%3e");
}

/* When open: Minus */
.faq-section .accordion .custom-accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3e%3cpath d='M5 12h14'/%3e%3c/svg%3e");
}
/* faq tab page */
.faq-tabs-section-row {
    padding-top: 60px;
}
.faq-tabs-section .faq-nav li {
    padding: 5px 20px;
    border-bottom: 1px solid #EBEBEE;
}
.faq-tabs-section .faq-nav li:last-child {
    border: none;
}
.faq-tabs-section .faq-nav {
    border: 1px solid #EBEBEE;
    border-radius: 24px;
    background-color: #f1f5fd;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 150px;
    z-index: 111;
}
.faq-tabs-section .faq-nav-wrapper {
    height:100%;
}
.faq-tabs-section .faq-nav-link{
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.8;
    transition: color 0.3s, font-weight 0.3s;
    display: block;
}
.faq-tabs-section .faq-nav-link:hover {
    color: #1961FE;
}
.faq-tabs-section .faq-nav-link.active {
    color: #1961FE;
}
.faq-tabs-section .faq-category-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.faq-tabs-section .accordion-button:not(.collapsed) {
    background: #f5f8ff;
    color: #1961FE;
}
/* Testimonial Section */
.testimonial-slider .card {
    min-height: 390px;
    background: var(--lightblue);
    border-radius: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.testimonial-slider .card .img-cover {
    object-fit: cover;
    border: 3px solid var(--white);
}
.testimonial-slider .testinomial-name{
   font-family:var(--font-primary);
    font-weight: 700; 
    font-size: 20px;
    line-height:28px;
}
.testimonial-slider .testinomial-position{
    font-size: 18px;
}
.testimonial-slider .card-body{
  padding: 35px 55px;
}
.testimonial-slider .quote{
    margin: 0 auto;
}
.testimonial-slider .card-body .quote-text {  
    font-family:var(--font-primary);
    font-weight: 500; 
    font-size: 20px !important;
} 
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    position: absolute;
    border: 1px solid #00000033;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--white);
}
.testimonial-slider .slick-prev svg,.testimonial-slider .slick-next svg {
  stroke: #000; /* change arrow color */
}
.testimonial-slider .slick-prev { left: -25px; }
.testimonial-slider .slick-next { right: -25px; }
.logo-section .logo-slider .slick-track {
    display: flex !important;
    align-items: center;
}

.logo-section .logo-slider .slick-list {
    overflow: hidden;
}

.logo-section .logo-slider .slick-slide:last-child {
    margin-right: 0;
}
.logo-section{
    padding: 30px 0px;
}

.logo-section img {
    width: auto;
  margin: 0 45px;
}
/*case-studies*/
.case-studies .card {
    border: 3px solid var(--white);
    border-radius: 8px;
}
.case-studies .card .category {
    background-color: white;
    color: black;
    border-radius: 8px;
    display: inline-block;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 20px;
}
.case-studies .card .card-title{
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}
.case-studies .card .category-img{
  padding:35px 0;
}

  /* Hide arrow by default */
.case-studies .card .arrow-icon {
 opacity: 0;
 transform: translateX(0px);
  transition: all 0.3s ease;
}

/* Wrap the entire card hover */
.case-studies .card:hover .arrow-icon {
opacity: 1;
  transform: translateX(0);
 transition: all 0.3s ease;
}

/* Shift title text slightly when arrow is shown */
.case-studies .card .title-text {
    transition: transform 0.3s ease;
    transform: translateX(-65px);
}

.case-studies .card:hover .title-text {
  transform: translateX(5px);
}

.case-studies .drag-button {
    cursor: grab;   
     right: -37px;
    transition: transform 0.3s ease-in-out;
    font-family: var(--font-primary);
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    width: 88px;
    height: 88px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.case-studies .card:hover .hover-arrow {
  display: inline-flex !important;
  animation: fadeInLeft 0.3s ease-in-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*Hero section*/
.hero-slider .slick-slide {
 margin: 0 10px;    
}

.hero-slider .card-body {
    padding: 30px 0;
}
.hero_section .figma-img img,.hero_section .icon-rotator img{
    background: var(--white);
    border-radius: 50%;
}

@media (max-width: 576px) {
  .hero-slider .slick-slide {
   /* width: auto !important;*/  /* let slick handle width for centerMode */
    margin: 0 10px;
  }
  .testimonial-slider .slick-next{
    right:0;
  }
  .testimonial-slider .slick-prev {
    left: 0;
    }
    .hero_buttons .btn-primary {
    margin-bottom: 15px;
    }
}

.hero-slider-slide .card-body .card-title{
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 25.5px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.hero-slider-slide .card {
    border: 1.06px solid #B4B4B4;
    border-radius: 38px;
    overflow: hidden;
}
.hero-slider-slide .card-img-top{
    padding: 0px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.hero_section .hero_title{
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 68px;
    line-height: 90px;
    letter-spacing: -3px;
    margin-bottom: 30px;
}
.hero_section .hero_subtitle {
    font-family: var(--font-secondary);
    display: inline-flex;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 15px;
    color: #272828;
}

.hero_section .icon-group {
    display: inline-flex;
    align-items: center;
    margin: 0;
    background: #1961fe;
    border-radius: 50px;
    line-height: 0;
    justify-content: center;
    padding: 3px;
}

.hero_section .icon-static {
  width: 65px;
  height: 65px;
  object-fit: contain;
  vertical-align: middle;
}

.hero_section .plus-sign {
font-weight: normal;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    color: #ffffff85;
}
.figma-img{
	margin-right: 10px;
}
.icon-rotator{
	margin-left: 10px;
}

.hero_section .icon-rotator img { 
  display: none;
    width: 65px; 
  height: 65px;
  object-fit: contain;
  vertical-align: middle; 
}
.hero_section .icon-rotator img.active { 
  display: inline-block; 
  animation: fadeIn 0.8s;
}
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/*we hire section*/
.we_hire_section .swap_yes{
    flex-direction: row-reverse;
}
.section_blackbg .testimonial_box *{
    color: var(--primary-color);
}
.we_hire_section .box_blackbg{
    background-color: var(--primary-color);
}
.we_hire_section .box_whitebg{
    background-color: var(--white);
}
.we_hire_section .box_offwhitebg{
    background-color: var(--secondary-color);
}
.we_hire_section .box_lightbluebg{
    background-color: var(--lightblue);
}
.we_hire_section .box_blackbg *{
    color: var(--white);
}
.we_hire_section .testimonial_box {
    margin-right: 30px;
    border-radius: 16px;
/*    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);*/
    padding: 60px 30px 60px 60px;
}
.we_hire_section .qoute_title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
}
.we_hire_section .testimonial_box .author_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.we_hire_section .testimonial_box .author_box ul li img{
    margin-right: 25px;
    width: 108px;
    height: 108px;
    object-fit: cover;
}
.we_hire_section .testimonial_box .author_box .author_name {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 35px;
}
.we_hire_section .testimonial_box .author_box .author_design{
    font-size: 18px;
    line-height: 24px;
}
.we_hire_section .testimonial_box .author_box ul li span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
   
}
.we_hire_section .testimonial_box .author_box ul li span{
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
}
.we_hire_section .process_list{
    margin-left: 30px;
}
.we_hire_section .process_list p{
      padding-left: 30px;
    font-size: 18px;
    line-height: 32px;
}
/* Web services*/
.service-card {
    box-shadow: 0px 10px 40px 0px #0000000D;
    background-color: var(--white);
    border: 1px solid #E6E6EB;
    border-radius: 40px;
    padding: 10px;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    position: relative;
}
.service-icon {
    width: 100%;
    height: 250px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECF1FF;
}
.service-title {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 10px;
}
.service-content {
    padding: 30px 15px;
}
.services-section .description {
    margin-left: 40px;
}
.service-text {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}
.services-section .row .col-lg-4:nth-child(-n+3) {
  margin-bottom: 50px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.08);
}



/* Hover lift */
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.08);
}

/* Slanted right + Overlap */
.slanted-right {
  transform: rotate(-6deg);
  margin-left: 25px;
  margin-top: -15px;
     z-index: 2;
    position: relative;
}
.slanted-right:hover {
  transform: rotate(-6deg) translateY(-8px);
}

/* Slanted left + Overlap */
.slanted-left {
    transform: rotate(6deg);
    margin-left: -25px;
    margin-top: 15px;
    z-index: 2;
    position: relative;
}
.slanted-left:hover {
  transform: rotate(6deg) translateY(-8px);
}

/* Reset for mobile */
@media (max-width: 1024px) {
  .slanted-left, .slanted-right {
    transform: none !important;
    margin: 0 !important;
    z-index: auto !important;
  }
}

/* Header Styling */
#website-header .site-header {
  background: var(--white);
}

#website-header .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

#website-header .navbar-nav .nav-link:hover {
  color: #0066ff;
}
#website-header #menu-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
#website-header .menu-item {
    list-style: none;
    margin: 0 20px;
    padding: 0px 0;
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 0;
}
#website-header .menu-item a {
/*    display: inline-block;*/
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    z-index: 1;
/*    text-transform: none;*/
    text-decoration: none;
}
#website-header .menu-item a:hover {
    color: var(--blue);
    transition: all 0.3s ease;
}
/*new added header*/
/* -------------------
   DESKTOP MENU DROPDOWN
-------------------- */
/* ========= DESKTOP MENU ========= */
.navbar-nav li.menu-item-has-children {
  position: relative;
}

.navbar-nav li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  list-style: none;
  min-width: 200px;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

.navbar-nav li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.navbar-nav .sub-menu li.menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
}

/* Chevron icon for desktop (optional on hover) */
.navbar-nav li.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 5px;
  font-size: 0.7em;
}

/* ========= MOBILE SIDEBAR MENU ========= */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100% !important;
  height: 100vh;
  background: var(--white);
  box-shadow: -2px 0 10px rgba(0,0,0,0.15);
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
  z-index: 1050;
}

.mobile-sidebar.active {
  right: 0;
}

.mobile-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1040;
}

.mobile-overlay.active {
  display: block;
}

/* Mobile submenu toggle chevron */
.mobile-nav-menu li.menu-item-has-children {
  position: relative;
}

.mobile-nav-menu li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Submenu toggle SVG styling */
.mobile-nav-menu .submenu-toggle {
  background: none;
  border: none;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.mobile-nav-menu .submenu-toggle .chevron-icon {
  transition: transform 0.3s ease;
  width: 18px;
  height: 18px;
}

.mobile-nav-menu .submenu-toggle .chevron-icon.rotated {
  transform: rotate(180deg);
}

.mobile-nav-menu .sub-menu {
  display: none;
  padding-left: 15px;
  border-left: 1px solid #eee;
  margin-top: 5px;
}

.mobile-nav-menu li.open > .sub-menu {
  display: block;
}


/* Close button */
.close-sidebar {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}



/*footer*/
/* ===== Footer Base ===== */
.site-footer {
    color: var(--white);
    font-family: var(--font-secondary);
    font-size: 18px;
    line-height: 1.6;
}

/* ===== Footer Logo ===== */
.footer-logo {
    padding-bottom: 40px;
    text-align: center;
}
.footer-logo img {
    max-width: 180px;
    height: auto;
}
.footer-logo-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.footer-logo-in::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  z-index: 0;
}

.footer-logo-in img {
  position: relative;
  z-index: 1;
  background-color: #000; /* optional: adds contrast behind logo */
  padding: 0 20px; /* creates spacing between the logo and the line */
}


/* ===== Footer Widgets ===== */
.footer-widgets {
    padding: 30px 0;
}

.footer-widget-col {
    margin-bottom: 0px;
}

.footer-widget-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--white);
}

.footer-widget-data ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-data ul.menu li {
    margin-bottom: 12px;
}

.footer-widget-data ul.menu li a {
    color: #cccccc;
        font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-widget-data ul.menu li a:hover {
color: #1961fe;
    text-decoration: none;
}

/* ===== Trustpilot & Social ===== */
.footer-widget-trustpilot img {
    max-width: 100%;
    margin-bottom: 20px;
}

.footer-widget-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 25px;
}

.footer-widget-social ul li a {
    color: #cccccc;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 100%;
}
.footer-widget-social ul li a.Linkedin{
    background-image: url(../images/linkedin_new.svg);
}
.footer-widget-social ul li a.Facebook{
    background-image: url(../images/facebook_new.svg);
}

.footer-widget-social ul li a:hover {
    color: #1961fe;
}

/* ===== Bottom Bar ===== */
.site-info {
    background-color: #070707;
    padding: 30px 0;
    font-size: 18px;
    position:relative;
}
.site-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
  width: 75%;
    margin: 0 auto;
}

.site-info-copyright p {
    margin: 0;
    color: #cccccc;
}

.site-info-links ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.site-info-links ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-info-links ul li a:hover {
    color: #1961fe;
}

/*pricing page - pricing section*/

.inner_heading .section_title {
    font-weight: 700;
    font-size: 68px;
    line-height: 90px;
    letter-spacing: -3px;
}
.inner_heading .section_subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
}
.breadcrumb-item.active {
    color: var(--blue);
}
.breadcrumb .breadcrumb-item {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.pricing_plans {
    padding-top: 60px;
}
.pricing-section .card {    
  transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 20px;
    padding: 30px;
    background-color: var(--white);
}
.pricing-section .card.section_bluebg{
    background-color: var(--blue);
    border-color:var(--blue);
    color:var(--white);
}
.pricing-section .card.section_bluebg .title{
      color:var(--white);
}
.pricing-section .card.section_bluebg .pricing-plan-btn {
    background: var(--white);
    color:var(--blue);
}
.inner_heading {
    border-bottom: 1px solid #00000038;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.pricing_plans .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.pricing_plans .hours {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 25px;
}
.pricing_plans .price-detail{
    align-items: baseline;
}
.pricing_plans .price-detail .price {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1px;
}
.pricing_plans .pricing-section .card{
    font-size: 42px;
    line-height: 45px;
    font-weight: 700;
}
.pricing_plans .price_days{
      font-size: 16px;
    font-weight: 400;
        margin-bottom: 0!important;
}
.pricing_plans .pricing-plan-btn {
  margin:25px 0;
      font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 6px;
}
.pricing_plans .pricing-plan-btn:hover {
    background: var(--white);
    border-color: #1961fe;
    color: #1961fe;
}
.pricing_plans .feature_heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.pricing_plans .feature_heading_list li ,.pricing-footer-notes li{
  position: relative;
  padding-left: 26px;   /* space for icon */
    margin-bottom: 15px;
  line-height: 1.4;
     font-weight: 400;
    font-size: 18px;
    list-style-type: none;
}

.pricing_plans .feature_heading_list li::before ,.pricing-footer-notes li::before {
  content: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.8349 5.97519L6.91559 10.0248L5.0498 8.09702' stroke='%231961FE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.8843 8C14.8843 11.866 11.7762 15 7.94215 15C4.10811 15 1 11.866 1 8C1 4.13401 4.10811 1 7.94215 1C11.7762 1 14.8843 4.13401 14.8843 8Z' stroke='%231961FE' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
}
.pricing_plans .section_bluebg .feature_heading_list li::before{
      content: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.8349 5.97519L6.91559 10.0248L5.0498 8.09702' stroke='%23FFFFFF' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.8843 8C14.8843 11.866 11.7762 15 7.94215 15C4.10811 15 1 11.866 1 8C1 4.13401 4.10811 1 7.94215 1C11.7762 1 14.8843 4.13401 14.8843 8Z' stroke='%23FFFFFF' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.pricing_plans .feature_heading_list li:last-child {
    margin-bottom: 0;
}

.pricing-section {
  position: relative;
}
.breadcrumb {
  font-size: 0.9rem;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #000;
}
.pricing-section .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pricing-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.pricing-section .card .display-6 {
  font-size: 2rem;
}
.pricing-section .card ul {
  padding-left: 0;
}
.pricing-section .card li i {
  vertical-align: middle;
}

.pricing-footer-notes {
  font-size: 14px;
  color: #555;
}

.pricing-footer-notes ul {
  padding-left: 0;
}

.pricing-footer-notes li {
  line-height: 1.6;
}

.cta-section.cta-center {
    text-align: center;
        background-position: bottom;
}
.cta-section.cta-center .btn-cta{
    color: var(--blue);
    width: 335px;
}
.cta-section.cta-center .btn-cta:hover{
    color: var(--white);
}
.cta-section.cta-center .cta-bg-image {
    padding-top: 25px;
}
/*.cta-section.cta-center.section_bluebg .cta-content * {
    color: var(--white);
}*/
.whats-include-section .whats-include-left .common_tasks_title {
    font-size: 30px;
    line-height: 30px;
}

.whats-include-section .page_builders_subtitle {
    font-weight: 700;
}
.whats-include-right {
    border-radius: 20px;
    padding: 45px 65px 45px 45px;
}
.time-zone-support .list-longarrow {
    padding: 15px 25px;
}
.time-zone-support .section_description {
    padding-right: 90px;
}
.image-text-section .section-image{
    min-height: 400px;
    position: absolute;
    bottom: 0;
}
.image-text-section .section-content ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}
.image-text-section .section-content-col {
    padding: 30px 20px 0 0;
}


/* Service Detail page - css - 16-12-25  */

/*.single-service-second-section {
    position: relative;
}*/
.single-service-second-section .section-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 40px;
}
.single-service-second-section .section-desc p {
    margin-bottom: 30px;
}
.single-service-second-section .blob-card > * {
 color: var(--white);
}
.single-service-second-section .row {
    justify-content: space-between;
}
.single-service-second-section .section-info, .single-service-second-section .section-image {
    max-width: 499px;
}
.single-service-second-section .section-image {
    margin-top: -150px;
}
.single-service-second-section .main-image img {
        border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}
.single-service-second-section .blob-card {
    z-index: 1;
    margin-top: -50px;
    max-width: 80%;
    position: absolute;
    bottom: -43px;
    width: 400px;
    height: auto;
    right: -27px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    padding: 47px!important;
}
.single-service-second-section .blob-card .blob-text {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 33px;
}
.single-service-second-section .blob-card .blob-title {
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 35px;
}
.single-service-second-section .blob-card .get-a-quote {
    color: #0B1A34;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.single-service-second-section .blob-card .get-a-quote:hover {
    color: #ffffff;
}
.single-service-second-section .blob-card .get-a-quote:after {
    content: url(../images/white_arrow_circle.svg);
    position: relative;
    display: block;
    background: none;
    height: auto;
    width: auto;
    color: #fdfdfd;
    border-radius: 0%;
    position: relative;
    margin: 6px 0 0 12px !important;
    top: 0;
}
.single-service-third-section .section-img:before {
    content: '';
    background: rgb(26, 147, 111);
    background: linear-gradient(45deg, rgb(25 97 254) 0%, rgb(107 152 251) 100%);
    width: 200px;
    height: 200px;
    position: absolute;
   top: -30px;
    right: 20px; 
    border-radius: 15px;
    z-index: 0;
}
.single-service-third-section .section-img .img-fluid
 {
    width: 100%;
    position: relative;
}
.single-service-third-section .section-img,.single-service-third-section .section-info{
   max-width: 580px; 
}
/*.single-service-third-section {
  background: #f6f7f7;
}
*/
/*.single-service-third-section .section-title {
  font-weight: 700;
  color: #0a7c5a;
}*/
.single-service-third-section .section-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 40px;
    padding-top: 45px;
}

.single-service-third-section .check-tick:before {
    left: auto;
    content: url(../images/check.svg);
    background: none;
    height: auto;
    width: auto;
    color: #003481;
    border-radius: 0%;
    position: relative;
    margin: 0 12px 0 0 !important;
    top: 0;
}
.single-service-third-section .check-tick{
    font-size: 16px;
    font-weight: 400;
    display: flex;
}
/* Floating Blob */
.single-service-third-section .case-study-blob {
    position: absolute;
    background: rgb(25, 97, 254);
/*    background: linear-gradient(135deg, rgba(11, 26, 52, 1) 0%, rgba(39, 56, 86, 1) 100%);*/
    border-radius: 10px;
    box-shadow: 0px 3px 20px rgb(0, 0, 0, .16);
    bottom: 50px;
    left: 0;
    width: 350px;
    min-height: 262px;
    padding: 54px 40px 40px !important;
}

.single-service-third-section .case-study-blob h4 {
font-size: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 16px;
}

.single-service-third-section .case-study-blob a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.single-service-third-section .get-a-quote:after {
    content: url(../images/blue_circle_white_arrow_circle.svg);
    position: relative;
    display: block;
    background: none;
    height: auto;
    width: auto;
    color: #fdfdfd;
    border-radius: 0%;
    position: relative;
    margin: 6px 0 0 12px !important;
    top: 0;
}
.single-service-third-section .get-a-quote:hover
 {
    color: #000;
}
.single-service-third-section .section-img {
    padding: 0 50px;
}
.single-service-third-section .single-service-third-row{
    z-index: 1;
    position: relative;
}
.single-service-fourth-section .section-title {
    margin-bottom: 40px;
}
.single-service-fourth-section .service-case-study-slider{
  padding-top:80px;
}
.single-service-fourth-section {
    padding: 230px 0 0;
    margin-top: -200px;
}
.single-service-fourth-section .portfolio-item {
  position: relative;
  display: block;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
}
.single-service-fourth-section .portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  border: 1px solid #E6E6EB;
  box-shadow: 0px 10px 40px 0px #0000000D;
}
.single-service-fourth-section .portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2556c1 0%, #1961fe 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.single-service-fourth-section .portfolio-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.4s ease;
  z-index: 2;
  padding: 20px;
}
.single-service-fourth-section .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}
.single-service-fourth-section .portfolio-item:hover .portfolio-title {
  opacity: 1;
  transform: scale(1);
}
.single-service-fourth-section .portfolio-item:hover .portfolio-img {
  transform: scale(1.05);
}
.single-service-fourth-section .portfolio-slide {
    padding: 0 12px;
}
.Section-single-service-header .single-service-header-buttons {
    display: inline-flex;
}





/* ==================================================== Responsive ============================================================ */
@media (max-width: 991px) {
    .footer-widget-col {
        margin-bottom: 40px;
    }
    .site-info-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .site-info-links ul {
        justify-content: center;
    }
}

/*footer*/
@media (max-width: 991px) {
  #website-header .navbar-nav {
    text-align: center;
  }
  #website-header .navbar-nav .nav-item {
    margin: 10px 0;
  }
}


@media (min-width: 1640px) {
    header#website-header .container,header#website-header .container-lg,header#website-header .container-md,header#website-header .container-sm,header#website-header .container-xl,header#website-header .container-xxl {
        max-width: 1640px;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
#website-header .menu-item {
    margin: 0 9px;
}
}
/* Tablets and smaller desktops */
@media (max-width: 1200px) {
  .service-title {
    font-size: 24px;
    line-height: 30px;
}
.case-studies .drag-button{
    display: none;
}
.we_hire_section .testimonial_box {
    margin-right: 0;
}

.single-service-fourth-section .service-case-study-slider {
    padding-top: 30px;
}
.single-service-second-section .section-image{
    margin-top: 0;
}
.single-service-second-section{padding: 100px 0;}
.single-service-fourth-section {
    padding: 100px 0;
    margin-top: 0;
}

}

@media (max-width:1024px){
	#website-header .menu-item{
		padding:0px;
		margin: 0px;
	}
	.mobile-nav-menu li{
		border-bottom:1px solid #dee2e6;
	}
}

@media (max-width: 1023px){
    .we_hire_section .swap_yes{
        flex-direction: column-reverse;
    }
   .we_hire_section .row .col-md-6{
    width: 100%;
   } 
 .we_hire_section .testimonial_box {
        margin-right: 0px;
        text-align: center;
        padding: 50px 30px;
}
.image-text-section .section-image {
    min-height: auto;
    position: unset;
    margin: 0 auto;
    text-align: center;
}
.image-text-section .section-content-col {
    padding: 20px 15px;
}
.time-zone-support .section_description {
    padding-right: 25px;
}
.faq-section-content {
    padding-top: 35px;
}
.faq-tabs-section .faq-category-title {
    text-align: center;
}
.single-service-second-section .section-image{
    margin-top: 0;
}
.single-service-second-section{padding: 50px 0;}
.single-service-fourth-section {
    padding: 50px 0;
    margin-top: 0;
}


}

/* Small tablets and larger phones */
@media (max-width: 991px) {
.hero_section .hero_title {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.inner_heading .section_title {
 font-size: 50px;
    line-height: 70px;
}
.service-card {
    height: 100%;
}
.hero_section .icon-static,.hero_section .icon-rotator img{
    width: 40px;
    height: 40px;
}
.hero_section .hero_subtitle {
    font-size: 20px;
    line-height: 35px;
}
.inner_heading .section_subtitle {
    font-size: 20px;
    line-height: 35px;
}
.section_title ,.video-testimonail .section_title h3{
    font-size: 45px;
    line-height: 1.2;
}
section {
    padding: 70px 0;
}
.we_hire_section .qoute_title {
   font-size: 20px;
   line-height: 28px;
}
.we_hire_section .quote {
    width: 40px;
}
.testimonial_box .qoute_title {
    margin: 25px 0 !important;
}
.we_hire_section .testimonial_box .author_box .author_name {
    font-size: 25px;
}
.we_hire_section .process_list {
    margin-left: 0;
    padding-top: 30px;
}
.we_hire_section .process_list h6 {
   font-size: 25px;
}
.we_hire_section .testimonial_box .author_box ul {
    justify-content: center;
}
.services-section .row .col-lg-4,.services-section .row .col-lg-4:nth-child(-n+3) {
    margin-bottom: 30px;
}
.services-section .row.align-items-end {
    text-align: center;
}
.case-studies .card .arrow-icon {
    opacity: 1;
}
.case-studies .card .title-text {
    transition: 0;
    transform: translateX(0px);
}
.clienttestimonial-section {
    text-align: center;
}
.faq-section-info {
    text-align: center;
}
.cta-section .cta-button {
    justify-content: center;
}
.cta-section .cta-content{
    text-align: center;
}
.time-zone-support .list-longarrow {
    padding: 0;
}
.pricing_plans .col-md-6 {
    margin-bottom: 20px;
}
.pricing_plans .pricing-footer-notes
{
    margin-top: 10px !important;
}
.whats-include-section .whats-include-left .common_tasks_title ,.whats-include-section .page_builders_title {
    font-size: 20px;
    line-height: 30px;
}
.cta-section.cta-center .btn-cta,.cta-section.cta-center .btn-cta a{
    width: auto;
}
.whats-include-section {
    padding-left: 15px;
    padding-right: 15px;
}
.single-service-second-section .section-info ,.single-service-second-section .section-image{
    max-width: 100%;
}
.single-service-third-section .section-img, .single-service-third-section .section-info {
    max-width: 100%;   
}
.single-service-third-section .section-img {
    padding: 0 15px;
}
.single-service-fourth-section {
    padding: 70px 0 0;
    margin-top: unset;
}
.single-service-fourth-section .service-case-study-slider {
    padding-top: 30px;
}
.services-section .description{
    margin-left: 0;
}


}
@media (max-width: 768px) {
    .hero_section .hero_title {
        font-size: 30px;
        line-height: 50px;
    }
    .inner_heading .section_title {
        font-size: 30px;
        line-height: 50px;
        letter-spacing: -1px;
    }
    .section_title ,.video-testimonail .section_title h3,.single-service-third-section .section-title{
        font-size: 40px;
        line-height: 1.2;
    }
    .single-service-second-section .section-title {
        font-size: 40px;
        line-height: 1.2;
    }
    .single-service-second-section .blob-card {
    margin-top: 0;
    max-width: 100%;
    position: unset; 
    bottom: unset;
    width: 100%;
    height: auto;
    }
    .single-service-third-section .case-study-blob {   
    bottom: 50px;
    left: -20px;
    width: 100%;
    min-height: auto;
    padding: 25px !important;
    position: unset;
    margin-top: 15px;
    }
    .single-service-third-section .case-study-blob h4 {
    font-size: 25px;
    }
    .single-service-third-section .section-img:before {
    top: -8px;
    right: 6px;}
    .single-service-third-section {
    padding-top: 0px;
        }
        .hero-slider-slide .card{
            border-radius: 25px;
        }
    .hero-slider .card-body {
        padding: 20px 0;
    }
    .case-slider.row.mx-3.gx-4.slick-slider{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .faq-section .accordion .custom-accordion-button{
        padding: 15px;
    }
    .faq-section .accordion .accordion-body{
        padding: 0 15px 20px;
    }
}

/* Mobile devices */
@media (max-width: 480px) {
  
}