/*
Theme Name: Lead Gen Theme
Theme URI: https://skwebglobal.io
Author: Ajay Majoka
Description: Custom lead generation theme.
Version: 1.0
License: GPLv2 or later
Text Domain: leadgen
*/


/* ==== Header ==== */
img.custom-logo {
    height: 55px;
    width: 185px;
}

.social-icons-topbar i {
    font-size: 20px;
}

.sidebar-logo img {
    height: 60px;
    width: 200px;
}

.mobile-menu-wrapper {
    display: none;
}

.top-bar a { color: #333; text-decoration: none; }
.top-bar a:hover { text-decoration: underline; }
.navbar.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030; /* same as Bootstrap */
}

ul#menu-primary-menu li.nav-item.menu-top-cstm {
    border-left: 1px solid #fff;
}

ul#menu-primary-menu li.nav-item.menu-top-cstm:first-child{
  border-left:none;
}

li.single-sub-menu{
  border-left:1px solid #fff;
}

.site-header ul#menu-primary-menu a {
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    display: inline-block;
}
.menu-top-cstm {
    padding: 15px 0 16px 0;
}

i.fa.fa-arrow-circle-right{
  color:#fff;
}

ul.custom-menu li:first-child {
    border-left: none;
}

ul.custom-menu li {
    border-left: 1px solid #ddd;
    padding:15px 0 15px 0;
}

button.navbar-toggler{
    color: #fff;
    border: 1px solid;
}
.offcanvas-body {
    background: rebeccapurple;
}
ul.mob-menu li a {
    color: #fff;
    text-decoration: none;
}

ul.mob-menu li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #fff;
}


/* ============================
   Modern Mega Menu Design
   ============================ */

.mega-dropdown {
  position: static !important;
}

.dropdown-menu.mega-menu {
  left: 20%;
  right: 0;
  width: 70%;
  margin-top: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: mediumvioletred;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0px;
  transition: all 0.3s ease;
  z-index: 9999;
}

.mg-menu-padding{
    padding-left: 15px;
}
ul.sub-menu.mg-menu-padding i.fa.fa-angle-right {
    font-size: 10px;
}
ul.sub-menu.mg-menu-padding a{
    font-size: 14px;
    padding:0 0 0 5px !important;
}

.dropdown-toggle::after{
    margin-left: 10px;
}

ul.single-sub-dropdown {
    display: none;
}
li.nav-item.dropdown.mega-dropdown.only-sub-menu:hover .single-sub-dropdown {
    display: block;
    background-color: mediumvioletred;
    top: 55px;
    width: auto;
    position: absolute;
    list-style: none;
    border-radius: 8px;
}
ul.single-sub-dropdown li {
    padding: 8px 0 8px 0;
}

li.nav-item.dropdown.mega-dropdown.single-sub-menu ul {
    /* left: 26%;
    right: 0; */
    width: 20%;
    margin-top: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: mediumvioletred;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px 60px;
    transition: all 0.3s ease;
    z-index: 9999;
}

li.nav-item.dropdown.mega-dropdown.single-sub-menu {
    padding: 15px 0 15px 0;
}

i.fa.fa-angle-right {
    color: #fff;
}

/* Column styling */
.mega-menu .col-md-3 {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
}

.mega-menu li {
  list-style: none;
  padding: 5px 0 5px 0;
}

/* Section Headings */
.mega-menu .fw-bold {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 10px;
}

.mega-menu .fw-bold::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 100px;
  height: 3px;
  background: #fff;
  border-radius: 1px;
}

/* Menu Links */
.mega-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 4px 0;
  transition: all 0.25s ease;
}

.mega-menu a:hover {
  color: #007bff;
  transform: translateX(5px);
}

/* Icons with Menu Links */
.mega-menu a i {
  margin-right: 8px;
  font-size: 16px;
  color: #007bff;
}

/* Hover effect for dropdown */
.nav-item.dropdown:hover .dropdown-menu.mega-menu {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
}

/* Toggle menu */

a.custom-logo-link {
    padding: 0 16px 0 0px;
}

button.btn.btn-outline-dark.ms-auto.toggle-menu-cstm {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #fff;
}

/* Slight animation for dropdown */
.dropdown-menu.mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.nav-item.dropdown:hover .dropdown-menu.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

















/* ====== Front page ===== */

.banner-typed-text {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #0b2030; /* dark navy */
  font-size:44px;
  font-family: Roboto, sans-serif;
}

.banner-typed-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transform: translateY(4px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10'%3E%3Cpath d='M2 5 C40 9,80 1,120 5 S200 9,198 5' stroke='%23ff5252' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.cursor {
  display: inline-block;
  color: #f9a825;
  font-weight: bold;
  animation: blink 0.6s infinite;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}




.hero-banner {
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.45); */
}
.hero-banner .container {
    position: relative;
    z-index: 1;
}

.col-md-2.fixed-text {
    background-color: green;
}

.hero-banner h1{
    letter-spacing: 4px;
    text-align: left;
}
.hero-banner p{
  padding: 3px 10px 3px 10px;
  display: table;
  text-align: left;
  border-radius: 6px;
  opacity: 0.9;
}
span.banner-subheading{
  display: block;
  text-align: left;
}
.one-stop-one {
    height: 200px;
    background-size:cover; 
    background-position:center;
}
.one-stop {
    text-align: center;
    padding: 40px 0 0 0;
    background-color: #016e7c;
    color: #fff;
}
.one-stop h5{
    font-size: 25px;
    font-weight: 700;
}
.one-stop p{
    font-size: 18px;
}

.about h2:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

.lead{
  text-align: justify;
}

.service-part h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 30px;
}

.services h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}

.services h3:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

    /* --- Services Section Styling --- */
.services-section .section-title {
    font-size: 2rem;
    letter-spacing: 0.5px;
}

.service-card {
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
    position: relative;
}

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

.service-icon i {
    font-size: 2.8rem;
}

.service-card .btn {
    transition: all 0.3s ease;
}

.service-card:hover .btn {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.service-card:hover .service-icon {
    color: #0d6efd;
}

.caption{
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin-right: 2px;
    padding: 15px 12px;
    display: inline-block;
    width: 100%;
    border-top: 4px solid transparent;
    height: 162px;
    background-color: darkblue;
    color: #fff;
    border-radius: 8px;
}

.caption:hover {
    border-top: 4px solid #fff;
}

.caption__overlay__content {
    color: #fff;
}

.caption h6 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    /* position: absolute; */
    bottom: 15px;
    padding-top: 20px;
}

.caption__overlay {
    position: absolute;
    top: 0;
    display: block;
    right: 0;
    background-color: rgba(61, 164, 186, 0.8);
    bottom: 0;
    left: 0;
    padding: 20px 16px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: transform .4s 
ease-out;
    -moz-transition: transform .4s ease-out;
    -ms-transition: transform .4s ease-out;
    -webkit-transition: transform .4s 
ease-out;
    -o-transition: transform .4s ease-out;
}

h4.caption__overlay__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    height: 20px;
}

.caption__overlay a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-align: center;
    padding: 9px 43px;
    margin-top: 22px;
} 

.caption:hover .caption__overlay {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
}

.caption:hover h6 {
    display: none;
}

.service-part{
    padding: 60px 0 60px 0;
}

.inner-service {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(128, 128, 128, .17);
    border-radius: 3px;
    padding: 44px 60px 44px 40px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
}
.inner-service:hover {
    background-color: red;
    color: #fff;
    transition-delay: .3s;
    transition-duration: 0.3s;
}
.service-dtls {
    padding-bottom: 25px;
}
.icon {
    padding: 0;
}
.icon i {
    font-size: 30px;
    color: #1d2dba;
}
.inner-service:hover i {
    color: #fff;
}
h5.service-title {
    font-size: 19px;
    padding: 0 0 14px 0;
}
.service-desc {
    font-size: 17px;
    line-height: 26px;
}


.data-group{
    background: #2a2a2a;
    color: #fff;
    padding: 60px 0 60px 0;
}

.label {
    color: var(--primary--turquoise);
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}
.centered-h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    padding: 0 0 55px 0;
}
.white-data-block {
    text-align: center;
    margin-top: 28px;
    line-height: 24px;
    font-size: 20px;
    min-height: 48px;
}
.data-block-p {
    text-align: center;
    max-width: 150px;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    display: inline-block;
}
ul li.types{
    /* border-image: linear-gradient(to top right, rgba(66, 189, 172, 0.1), #42bdac) 1; */
    border: 1px solid #fff;
    border-radius: 8px;
}
ul.data-list {
    text-align: center;
    margin: 0 auto;
}
ul.data-list li {
    width: 200px;
    list-style: none;
    display: inline-block;
    margin: 0 35px 30px 0;
    text-align: center;
    padding: 8px 26px 18px 26px;
    background-color: #42bdac1a;
}
i.data-icon {
    font-size: 26px;
    padding-top: 20px;
    color: #42bdac;
}

.keyword-slider-wrapper {
    overflow: hidden;
    background: #fff;
    padding: 1rem 0;
}

.slider-track {
    display: flex;
    white-space: nowrap;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 25px 0 25px 0;
}

.slider-track span {
    display: inline-block;
    padding: 0 2rem;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    margin: 10px;
}


/* Keyframes */
section.keyword-slider-wrapper {
    background-color: bisque;
}
@keyframes slide-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes slide-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Animations */
.slider-track.left-to-right {
    animation: slide-right 20s linear infinite;
}
.slider-track.right-to-left {
    animation: slide-left 20s linear infinite;
}

.testimonials h3{
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
.testimonial-slider {
    margin: 60px auto;
    max-width: 1100px;
}
.testimonial-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    margin: 15px;
    transition: transform 0.3s ease;
    min-height: 292px !important;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.testimonial-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #007bff;
}
.testimonial-card .quote {
    font-style: italic;
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 15px;
}
.testimonial-card .name {
    font-weight: 700;
    color: #007bff;
    margin-bottom: 5px;
}
.testimonial-card .role {
    font-size: 0.9rem;
    color: #777;
}
.testimonials h3:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

h3.text-center.mb-4:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

.pricing-tab h3 {
    text-align: center;
    padding: 0px 0 30px 0;
    font-size: 48px;
    font-weight: 700;
}
.price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
          box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #00b5ec;
  margin-bottom: 45px;
}


.price-tabs .nav-link {
  color: #00b5ec;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-tabs .nav-link.active {
  background-color: #00b5ec;
  color: #fff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #00b5ec;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #00b5ec;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
          box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700;
}

.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}

.price-item .price-content li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.price-item .price-content .zmdi-check {
  color: #28a745;
}

.price-item .price-content .zmdi-close {
  color: #f00;
}

.popular {
  background-color: #00b5ec;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #101f41;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
  color: #00b5ec;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
  color: #fff !important;
}

.trusted-section h2:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

/* Background for the entire section */
.trusted-section {
  background: linear-gradient(135deg, #d82374 0%, #6610f2 100%);
  color: #fff;
}

/* Boxes */
.trusted-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}

.trusted-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Icon color and hover */
.trusted-icon i {
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.trusted-box:hover .trusted-icon i {
  transform: scale(1.1);
  color: #ffd43b; 
}

h3.centered-h3:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

.quality-data-section h2:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}
.quality-data-section {
  background: #f8f9fc; /* light background color */
}

.quality-box {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quality-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.quality-box .icon-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #0d6efd;          /* Bootstrap primary */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-section {
  background: #f8f9fc;          /* Light gray section background */
}

.clients-section h2 {
    font-size: 40px;
}

.clients-section h2:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: calc(250px * 10);       /* 10 items total (5 + 5 duplicates) */
  animation: scroll 25s linear infinite;
}

.logo-item {
  flex: 0 0 250px;               /* Each logo box width */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.logo-item img {
  max-height: 60px;              /* Control logo height */
  max-width: 180px;
  object-fit: contain;
  opacity: 0.8;
  transition: filter 0.3s, opacity 0.3s;
}

.logo-item img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Infinite scrolling animation */
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}




.customer-retension {
    background: linear-gradient(135deg, #d82374 0%, #6610f2 100%);
    color: #fff;
    padding: 50px 0 50px 0;
}

h5.retn-heading{
  color: #fff;
  font-size: 30px;
  margin-top: 0;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}
span.cust-desc {
    color: #fff;
    line-height: 22px;
    font-size: 18px;
}
.second-part {
  border-left: 1px solid #fff;
}


/* ============== About page =============== */

.why-choose-section h3{
  color: #000;
    padding: 0px 0 84px 0;
    font-size: 48px;
    font-weight: 700;
}

/* General Reset */
.about-section {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #333;
}
.about-hero {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}
.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

.underln:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    border-radius: 10px;
    margin: 6px auto;
}

.about-text p {
    text-align: justify;
}

/* Mission, Vision, Values */
.about-values {
    background: #f8f9fa;
    padding: 80px 20px;
}
.about-values h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #222;
}
.value-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.value-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.value-box i {
    font-size: 40px;
    color: #2575fc;
    margin-bottom: 15px;
}
.value-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}
.value-box p {
    font-size: 16px;
    color: #555;
}

/* Team */
.about-team {
    padding: 80px 20px;
    background: #fff;
}
.about-team h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #222;
}
.team-member {
    text-align: center;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}
.team-member h3{
    padding-top: 20px;
}
.team-slider .team-slide {
    padding: 15px;
}
.team-member img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    border: 4px solid #2575fc;
}
.team-member h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-member p {
    color: #2575fc;
    font-size: 15px;
}

/* CTA */
.about-cta {
    background: linear-gradient(135deg, #2575fc, #6a11cb);
    color: #fff;
    text-align: center;
    padding: 70px 20px;
}
.about-cta h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-cta p {
    font-size: 17px;
    margin-bottom: 25px;
    opacity: 0.9;
}
.about-cta a {
    background: #fff;
    color: #2575fc;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}
.about-cta a:hover {
    background: #f8f9fa;
}

.pd-btn {
    padding: 12px 0 12px 0;
}





/* Split Section */
.about-content-split {
    padding: 80px 20px;
    background: #fff;
}
.about-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}
.about-text p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}
.about-text .btn-about {
    display: inline-block;
    margin-top: 10px;
    background: #2575fc;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
.about-text .btn-about:hover {
    background: #6a11cb;
}
.about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}



/* WHY CHOOSE US - layout + styling (matches provided design) */
:root{
  --wc-blue:#164a91;        /* deep title color */
  --wc-accent:#3ea4ff;      /* icon accent */
  --wc-card-bg:#ffffff;
  --wc-card-radius:14px;
  --wc-shadow: 0 18px 40px rgba(22, 52, 102, 0.08), 0 6px 18px rgba(22,52,102,0.04);
  --wc-icon-bg: #eaf6ff;
  --container-width:1180px;
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.why-choose-section{
  padding: 70px 20px;
  background: #fff;
}

/* Wider container (centered) */
.container-wide{
  max-width: var(--container-width);
  margin: 0 auto;
}

/* grid: left | center | right */
.why-grid{
  display: grid;
  grid-template-columns: 1fr minmax(360px,460px) 1fr;
  gap: 30px;
  align-items: start;
  position: relative;
}

/* Columns */
.col { display: flex; flex-direction: column; gap: 30px; }

/* Card base */
.wc-card{
  display:flex;
  gap:18px;
  background: var(--wc-card-bg);
  border-radius: var(--wc-card-radius);
  padding: 18px 22px;
  box-shadow: var(--wc-shadow);
  align-items:flex-start;
  min-height:110px;
}

/* Icon circle */
.wc-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background: var(--wc-icon-bg);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color: var(--wc-accent);
  flex:0 0 64px;
  box-shadow: 0 10px 22px rgba(68,124,194,0.04) inset;
}

/* Card body */
.wc-body h4{
  margin:0 0 6px;
  font-size:18px;
  color:var(--wc-blue);
  font-weight:700;
  line-height:1.1;
}
.wc-body p{
  margin:0;
  font-size:14px;
  color:#646d80;
  line-height:1.6;
  max-width:380px;
}

/* Center column content */
.col-center{ position: relative; } /* for absolute floated cards (modern alternative below) */

.center-content{
  text-align:center;
  padding: 40px 20px;
  margin: 40px 0; /* creates vertical spacing for floats */
  position: relative;
  z-index:1;
  border-radius: 14px;
  background:linear-gradient(135deg, #fff, #eaf6ff);
  /* soft radial blue glow behind */
}
.center-content::before{
  content: "";
  position: absolute;
  inset: -30% -10%;
  background: radial-gradient(circle at center, rgba(58,112,234,0.06), rgba(58,112,234,0.03) 35%, transparent 60%);
  filter: blur(20px);
  z-index:0;
  border-radius: 40px;
}

.col.col-left {
    padding: 90px 0 0 0;
}
.col.col-right {
    padding: 90px 0 0 0;
}

.choose-title{
  font-size:34px;
  margin:0 0 18px;
  color:var(--wc-blue);
  font-weight:800;
}
.choose-desc{
  max-width:520px;
  margin:0 auto;
  color:#596077;
  font-size:15px;
  line-height:1.8;
}

p.team-desc {
    text-align: center;
}

/* Floating cards (top & bottom) — visually overlap center column */
.wc-floating{
  width:100%;
  max-width:420px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  z-index:2;
  transform: translateY(0);
}

/* top floating: pull up */
.wc-top{
  margin-bottom: -70px; /* sits above center content */
  box-shadow: 0 22px 50px rgba(22,52,102,0.09);
  bottom: 50px;
}

/* bottom floating: pull down */
.wc-bottom{
  margin-top: -50px;
  box-shadow: 0 22px 50px rgba(22,52,102,0.09);
  top:30px;
}

/* Slightly larger icon for floating */
.wc-top .wc-icon, .wc-bottom .wc-icon{
  width:72px;height:72px;font-size:28px;flex:0 0 72px;
}

/* Ensure left/right cards text alignment left, like design */
.col-left .wc-card, .col-right .wc-card { text-align:left; }




/* =========== Single Service Page ============= */
.seperator {
    border: 1px solid red;
    width: 44%;
}
.signle-service-banner {
    background-image: linear-gradient(270deg, #0c5fcb 0%, #041635 100%);
    background-color: transparent;
    color: #fff;
    padding: 30px 0 50px 0;
    font-family: sans-serif;
}
img.banner-image-service {
    height: 300px;
    width: 100%;
}
h1.entry-title {
    padding: 35px 0 14px 0;
}
h5.banner-sub-heading {
    padding: 30px 0 26px 0;
}

.single-service-content {
    margin: 0 auto;
    padding: 40px 0 60px 0;
}
.service-thumbnail img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.service-icon img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}
.back-to-services {
    margin-top: 30px;
}
.back-to-services a {
    text-decoration: none;
    font-weight: bold;
}
.logo-item-service{
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.logo-item-service img{
    max-height: 60px;
    max-width: 180px;
    object-fit: contain;
    opacity: 0.8;
    transition: filter 0.3s, opacity 0.3s;
}

.form-header {
    background: #0b76cc;
    color: #fff;
    padding: 8px 16px 8px 16px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
}
.form-header i{
  font-size: 35px;
}
.form-right {
    box-shadow: 1px 2px 100px -46px #1c2cb3;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 46px 36px 46px 36px;
    border-radius: 8px;
}
.form-inquiry{
  padding: 34px 0 0 0;
}
.form-inquiry input{
  padding: 10px 0 10px 15px;
}
.faq-section .accordion-button {
  font-weight: 600;
  font-size: 1rem;
}

.faq-section .accordion-item {
  border: none;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e9f2ff;
  box-shadow: none;
}

section.page-form-section.py-5 {
    background: #163daa;
}
.form-div{
  background: rgba(255, 255, 255, .09);
    box-shadow: 0px 25px 25px 25px rgba(0, 0, 0, .3), 25px 0px 25px 25px rgba(0, 0, 0, .22);
}
.footer-form-heading {
    color: #fff;
}
h2.wp-block-heading{
  padding: 40px 0 16px 0;
}
.cmpny {
    color: red;
    text-decoration: none;
}



/* ============ Services Page ============= */
.services-banner {
  position: relative;
  min-height: 320px;
}
.services-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.services-banner h1 {
  color: #fff;
}

/* ===== Services Cards ===== */
.service-card {
  transition: all 0.4s ease;
  border: 1px solid #eee;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border-color: #0d6efd;
}
.service-card .icon-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f4ff;
}
.service-card:hover .icon-wrap {
  background: #0d6efd;
}
.service-card:hover .icon-wrap i,
.service-card:hover .icon-wrap svg {
  color: #fff;
}
.service-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

/* ===== CTA Section ===== */
.cta-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 110, 253, 0.8);
}




/* ============ Our Data Page ==============*/
.seperator-ourdata{
  width: 18%;
  border: 1px solid #fff;
  margin: 0 auto;
}
.counter {
  font-size: 2rem;
  transition: all 0.3s ease;
}
.bg-light {
  background-color: #f9fafb !important;
}
.text-primary {
  color: #0056d6 !important;
}

.data-process {
  background-color: #f9fafc;
}

.process-card {
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid #e6e9ef;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-color: #e8f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-card .icon-box{
    background-color: transparent;
}

.process-card h5 {
  color: #0b5ed7;
}

.our-guarantees {
  position: relative;
}

.our-guarantees h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.guarantee-box {
  transition: all 0.3s ease;
}

.guarantee-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.guarantee-icon i {
  transition: transform 0.3s ease;
}

.guarantee-box:hover .guarantee-icon i {
  transform: scale(1.1);
}

.our-guarantees-extended {
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.our-guarantees-extended .guarantee-item h5 {
  font-size: 1.05rem;
  color: #0d3b78;
}

.our-guarantees-extended .guarantee-item p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0;
  line-height: 1.6;
}

.our-guarantees-extended .row {
  row-gap: 10px;
}




/* =========== Contact Us Page =========== */

.form-card h4 {
    text-align: center;
}
.contact-banner {
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.contact-banner h1 {
  font-size: 48px;
  font-weight: 700;
}

/* Info Boxes */
.info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.info-box:hover {
  transform: translateY(-5px);
}
.info-box i {
  color: #0d6efd;
  font-size: 36px;
  margin-bottom: 15px;
}
.info-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #0d3b66;
}

/* Contact Form Section */
.contact-section {
  background-color: #f9fafc;
  padding: 100px 0;
  position: relative;
}

.form-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 40px;
  position: relative;
  z-index: 2;
}
.form-card h4 {
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 25px;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px 15px;
}
.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
}

/* Map */
.map-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 500px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Divider Circle */
.divider-circle {
  width: 80px;
  height: 80px;
  background-color: #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
  z-index: 3;
}

img.contact-img{
    width: 100%;
    height:100%;
}


li.footer-menu-item {
    display: flex;
    line-height: 15px;
    padding: 12px 0px 0px 0px;
}

li.footer-menu-item i{
  display: block;
  padding: 5px 10px 0 0;
}


/* ================ Our Clients Page ============ */
/* ===== Client Logos ===== */
.our-clients .client-logo {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.our-clients .client-logo img {
  max-height: 80px;
  min-height: 80px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.our-clients .client-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.our-clients .client-logo:hover img {
  filter: grayscale(0);
}


/* ================ Blog Page ============ */
img.post-img {
    height: 200px;
    width: 100%;
}
.blog-listing .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.blog-listing .card-title a:hover {
    color: #007bff;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #007bff;
    border-radius: 50px;
    color: #007bff;
    text-decoration: none;
}

.pagination-wrapper .current {
    background-color: #007bff;
    color: #fff;
}



/* ================ Blog Single Post Page ============ */
.single-hero h1 {
    font-size: 2.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.blog-single article p {
    line-height: 1.9;
    margin-bottom: 1.5rem;
    color: #333;
}

.blog-single .tags .badge {
    font-size: 0.85rem;
    padding: 8px 14px;
    border-radius: 50px;
}

.blog-single .widget h5 {
    font-size: 18px;
    color: #111;
}

.blog-single .widget ul li a:hover {
    color: var(--bs-primary);
}

.blog-single .post-navigation a {
    font-weight: 600;
    text-decoration: none;
    color: var(--bs-dark);
}

.blog-single .post-navigation a:hover {
    color: var(--bs-primary);
}





/* ================ Pricing Page ============ */

.pricing-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.pricing-card:hover {
    transform: translateY(-10px);
    border-color: #0d6efd;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.pricing-card .badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem;
}

       .currency-toggle {
    border: 1px solid #dee2e6;
}

.currency-toggle .toggle-btn {
    border: none;
    padding: 10px 25px;
    background: transparent;
    font-weight: 600;
    color: #555;
    transition: all 0.3s ease;
}

.currency-toggle .toggle-btn.active {
    background: #007bff;
    color: #fff;
}

.currency-toggle .toggle-btn:not(:last-child) {
    border-right: 1px solid #dee2e6;
}


/* ============== Our Services Detail Page ============== */
.data-service-form {
  border: 1px solid #fff;
}

.form-right-data{
  box-shadow: 2px 5px 100px 6px #312c2c;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

span.underline_txt{
  text-decoration: underline;
  text-underline-offset: 12px;
  font-size: 22px;
}

.data-content{
  padding: 50px 0 0 0;
}

.quick-heighlight{
  --bs-bg-opacity:1;
  background-color: #dce6f8;
}

.data-table table {
  font-size: 15px;
}

.process-box {
  transition: all 0.3s ease;
}
.process-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* =========== Our Database Solutions ============= */

.db-content {
    font-size: 20px;
}
.db-decision {
    padding: 50px 0 0 0;
}
.hr-features-inline span {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 20px;
}

.font-wrap {
    display: inline-block;
    background: #e0f2fe;
    color: #0ea5e9;
    border-radius: 50%;
    padding: 0 6px 0 6px;
}

.hero {
    background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
    text-align: center;
    padding: 80px 20px;
}
.hero h1 {
    font-weight: 700;
    color: #003366;
}
.hero p {
    font-size: 18px;
    color: #555;
}
.btn-primary {
    background-color: #004aad;
    border: none;
}
.btn-primary:hover {
    background-color: #003b8c;
}
.section-title {
    font-weight: 700;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
}
.icon-box {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 25px 15px;
    transition: all .3s ease;
}
.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.icon-box i {
    font-size: 40px;
    color: #004aad;
    margin-bottom: 15px;
}
.table-section table th {
    background: #004aad;
    color: #fff;
}
.cta-section {
    background: #004aad;
    color: #fff;
    text-align: center;
    padding: 70px 20px;
    border-radius: 20px;
    margin-top: 60px;
}
.faq-section .accordion-button {
    font-weight: 600;
}
.contact-section {
    background: #f9fbff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.hover-card {
    transition: all 0.3s ease;
}
.hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #004aad;
    position: relative;
}
.section-title::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #004aad;
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
}

.benefit-box {
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.benefit-box:hover, .workprocess-box:hover {
    transform: translateY(-8px);
    border-top: 4px solid #004aad;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: rgba(0, 74, 173, 0.1);
    color: #004aad;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.8rem;
}
.how-we-build .section-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.how-we-build .build-list li {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #444;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.how-we-build .form-card {
  border: 1px solid #e1e1e1;
}

.how-we-build .form-control,
.how-we-build .form-select {
  border: 1px solid #ccc;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.build-list li i {
  font-size: 1rem;
  color: #0d6efd;
  margin-right: 8px;
  transition: transform 0.2s ease;
}

.build-list li:hover i {
  transform: scale(1.2);
  color: #084298;
}

.how-we-build .form-control:focus,
.how-we-build .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 4px rgba(13, 110, 253, 0.2);
}

.how-we-build .btn-primary {
  background: #0d6efd;
  border: none;
  transition: all 0.3s ease;
}

.how-we-build .btn-primary:hover {
  background: #084298;
}
.build-list li:hover {
  color: #0d6efd;
}
.workprocess-box{
    transition: all 0.3s ease;
    border-top: 4px solid #f9fafb;
}

ul.custom-record li {
    line-height: 44px;
}
.custm-rcrd-box {
    padding: 46px 0px 46px 50px;
}

.text-justify {
    text-align: justify;
}



/* contact button absolute position */
.floating-contact {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #0a3d91, #004aad);
    color: #fff;
    padding: 6px 30px;
    border-radius: 55px 0px 46px 0px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.floating-contact:hover {
    transform: translateY(-3px);
}

.floating-contact .contact-icon {
    position: relative;
    width: 42px;
    height: 42px;
    background: #f9a825;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    overflow: hidden;
}

/* ICON animation */
.floating-contact .contact-icon i {
    position: absolute;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    animation: iconSwitch 2s infinite;
}

.floating-contact .contact-icon i:nth-child(1) {
    animation-delay: 0s;
}

.floating-contact .contact-icon i:nth-child(2) {
    animation-delay: 1s;
}

/* Fade animation */
@keyframes iconSwitch {
    0%, 45% {
        opacity: 1;
        transform: scale(1);
    }
    50%, 95% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Text */
.contact-details .contact-number {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.contact-details .contact-label {
    font-size: 13px;
    opacity: 0.9;
}


/* === Testimonial page */
.testi-card {
    transition: all 0.4s ease; border: 1px solid #eee;
}
.testi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #0d6efd;
}
.col-md-9.emp-des {
    padding: 5px 0 0 0;
}

.navigation.pagination {
    display: flex;
    justify-content: center;
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 8px;
}

.navigation.pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
}

.navigation.pagination .page-numbers:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.navigation.pagination .page-numbers.current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
}


/* === Header Form Toggle Button (matches hamburger look) === */
.desktop-form-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.desktop-form-toggle-btn i {
    font-size: 18px;
}

/* Hover effect similar to menu button */
.desktop-form-toggle-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
button#openDesktopForm {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}


/* === Custom Sidebar Form === */
.desktop-form-sidebar {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -5px 0 25px rgba(0,0,0,0.15);
    border-left: 4px solid #004aad;
    transition: right 0.4s ease;
    z-index: 9998;
}

.desktop-form-sidebar.active {
    right: 0;
}

.desktop-form-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #004aad;
    color: #fff;
}

.desktop-form-sidebar .sidebar-body {
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 70px);
    background: #f3f6fb;
}

.desktop-form-sidebar .close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
form.contact-sidebar-form label {
    color: #000;
}


/* global site sidebar toggle button */
.about-cmpny-text {
    color: #000;
    padding: 16px 6px 0 14px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: justify;
    margin-top: 15px;
}
.mobile-topnars {
    color: #000;
    padding: 20px 0 0px 0;
}
.mobile-topnar {
    border: 1px solid #000;
    padding: 0px 0 0 20px;
    border-radius: 5px;
}

.rs-address-area {
    padding: 6px 0 6px 0;
}
.info-icon {
    display: inline-block;
    font-size: 30px;
}
.info-title {
    display: inline-block;
    padding: 0 0 0 18px;
    color: #173d7a;
}
.mobile-topnars .rs-address-area .rs-address-list em{
  display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
}
.social-media-sidebar {
    padding: 18px 0 18px 24px;
    border: 1px solid #000;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 25px;
}
.social-media-sidebar a i {
    color: #fa7315;
}
.info-icon i {
    color: #fa7315;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #f9a825;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    z-index: 9999;
}

.scroll-to-top:hover {
    background: #e48d00;
    transform: translateY(-3px);
}



/* Card Design */
.service-box {
    /*background: linear-gradient(145deg, #1c2a2f, #1a252a);*/
    border: 1px solid #00d1c1;
    border-radius: 12px;
    padding: 30px 20px;
    color: #ffffff;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


.service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(120deg, #00d1c1, transparent, #00d1c1);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 209, 193, 0.2);
}


.service-box .icon {
    font-size: 28px;
    color: #ff4d6d;
    margin-bottom: 15px;
}


.service-box .icon.blue {
    color: #3b82f6;
}


.service-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}


.service-box p {
    font-size: 14px;
    color: #cfd8dc;
    line-height: 1.6;
    margin: 0;
}


.col-custom-5 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 12px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .service-box {
        padding: 25px 15px;
    }
    .col-custom-5 {
        width: 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (max-width: 767px) {
    .col-custom-5 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .col-custom-5 {
        width: 100%;
        flex: 0 0 100%;
    }
}



@media (min-width: 992px) {

  /* li.nav-item.dropdown.mega-dropdown.single-sub-menu {
    color: #fff;
  } */
  
    /* li.nav-item.dropdown.mega-dropdown.single-sub-menu ul{
        display:none;
    }
    
    ul.dropdown-menu.mega-menu.p-4{
        display:none;
    } */
    /* .menu-top-cstm {
        padding: 0px 0 0px 0;
        color: #fff;
        border-bottom: 1px solid #fff;
    } */
   /* .dropdown-menu.mega-menu {
    flex-direction: column;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
  } */

  /* .mega-menu .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  } */

  /* .mega-menu .fw-bold::after {
    left: 0;
    margin: 0 auto;
  } */
  
  /* .mega-menu a{
    color: #fff;
    display: contents;
  } */
  
  /* i.fa.fa-arrow-circle-right {
    padding: 0 6px 0 0px;
  }  */




  .slick-slider{
    padding: 0;
  }
  .price-item .price-content li {
    padding-left: 28px;
    text-align: left;
  }
  .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .divider-circle { display: none; }
}


@media (max-width: 980px){
  .desktop-form-toggle-btn {
    display: none !important;
  }
  .menu-top-cstm{
    padding: 0;
  }

  .dropdown.mega-dropdown {
    height: 46px;
  }

  li.single-sub-menu{
    border-left:none;
  }
  ul#menu-primary-menu-1 li{
    color:#fff;
    border-bottom: 1px solid #fff;
  }
  li.nav-item.dropdown.mega-dropdown.single-sub-menu{
    padding: 0;
  }
  .single-sub-menu > ul > li a {
    color: #fff;
  }



  .mobile-menu-wrapper {
    display: block;
  }
  .ret-dis {
    display: contents;
  }
  .slick-slider{
    padding: 0;
  }
  .why-grid{
    grid-template-columns: 1fr;
  }
  .wc-top, .wc-bottom{
    margin:0;
    top:0;
    bottom:0;
  }
  .center-content::before{ display:none; }
  .center-content{ padding:30px 12px; }
  .container-wide{ padding:0 18px; }
  .wc-body p{ max-width:100%; }



  ul.data-list li{
    width: 170px;
    margin: 0 15px 20px 0;
  }
  ul.data-list{
    padding: 0 0 0 12px;
  }
}


@media (max-width: 768px) {

    ul.single-sub-dropdown.p-3 li a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 12px;
    }

    .offcanvas-header {
        background: #30665f;
    }

  .underln:after{
        margin: 5px auto;
  }

  .slick-slider{
    padding: 0;
  }

  .service-card {
    padding: 2rem 1.5rem;
  }
  .services-section .section-title {
    font-size: 1.6rem;
  }
  .benefit-icon {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
  }

  .how-we-build .section-title {
    font-size: 1.6rem;
  }

  .col.col-left {
    padding: 0;
  }
  .col.col-right{
    padding: 0;
  }
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
  .price-tabs {
    margin-bottom: 60px;
  }
  .price-item .price-top {
    margin: 0 0;
    border-radius: 20px;
  }
  .our-guarantees-extended .guarantee-item {
    margin-bottom: 1.5rem;
  }
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
  .one-stop{
    padding: 20px 15px 20px 15px;
  }
  .ret-dis img {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .hero-banner{
    padding: 40px 0 40px 0;
  }
  ul.data-list li{
    width: 152px;
  }
  .floating-contact{
    bottom: 10%;
    left:10px;
    right: 110px;
  }
  .social-icons-topbar {
    display: none;
  }
  .hero-banner p{
    font-size: 35px;
  }
  .second-part{
    border-left: none;
  }
  .slick-slider{
    padding: 0;
  }
  .testimonials h3{
    font-size: 35px;
  }
  .customer-retension{
    text-align: center;
  }

  .about-text{
    text-align: center;
  }

  h5.retn-heading{
    font-size: 22px;
    padding:26px 0 0 0;
  }
  .bottom-img-ret {
    margin-top: 30px;
  }
  .divider-circle{
    display: none;
  }
  li.nav-item.dropdown.mega-dropdown.single-sub-menu ul li {
    display: ruby;
  }
  ul.sub-menu li {
    display: -webkit-box;
  }
  /* Animations */
  .slider-track.left-to-right {
      animation: slide-right 5s linear infinite;
  }
  .slider-track.right-to-left {
      animation: slide-left 5s linear infinite;
  }
}







