/*

Template: Hi-soft - IT Solutions and Services Company HTML5 Template
Version: 1.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion</div>
  	- Button
  	- Case Study
    - Category
    - Client
    - Countdown
    - Counter
    - Feature Info
    - Form Control
    - List style
    - Newsletter
    - Owl Carousel
    - Portfolio
    - Pricing Table
    - Progress Bar
    - Tabs
    - Team
    - Testimonial
    - Timeline
 :: Header
   - Header
   - Header Style 02
   - Header Style 03
   - Header Transparent
 :: Banner
   - Banner
   - banner 02
   - banner 03
 :: Layout
   - Section Title
   - Sticky column
   - Header Inner
 :: Blog
   - Blog
   - blog post sticky
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/*****************************
  Typography
*****************************/
body {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #ff0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  color: #000129;
  text-decoration: none !important;
}

a:hover {
  color: #000129;
  text-decoration: none !important;
}

a.text-dark:focus {
  color: #ff0000 !important;
}

a.text-dark:hover {
  color: #ff0000 !important;
}

input {
  outline: medium none !important;
  color: #ff0000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  color: #000129;
  margin: 0px 0px 1rem;
  font-weight: bold;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 55px;
  font-style: normal;
}

h2 {
  font-size: 45px;
}
h2 span{
  color: red;
}

h3 {
  font-size: 36px;
}


h4 {
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

p {
  line-height: 1.8;
}

.text-dark-red{
    color:#000000;
}



/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* border */
.border {
  border-color: #eeeeee !important;
}

.border-top {
  border-top-color: #eeeeee !important;
}

.border-left {
  border-left-color: #eeeeee !important;
}

.border-right {
  border-right-color: #eeeeee !important;
}

.border-bottom {
  border-bottom-color: #eeeeee !important;
}

.border-radius {
  border-radius: 5px !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

/* badge */
.badge {
  border-radius: 5px;
  padding: .25em .4em;
}

.badge + .badge {
  margin-left: 6px;
}

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}

.badge-primary {
  background: #ff0000;
}

  /* main trust section container */
        .trust-section {
            max-width: 1320px;
            width: 100%;
            margin: 0 auto;
            background: #ffffff;
            
            overflow: hidden;
            transition: all 0.3s ease;
        }

        /* heading style */
        .section-heading {
            text-align: center;
        }

        .section-heading h2 {
            font-size: 2.6rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: #000129;
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            display: inline-block;
            margin-bottom: 0.75rem;
        }

        .heading-badge {
            display: inline-block;
            background: #eef5ff;
            color:#ff0000;
            font-size: 0.85rem;
            font-weight: 600;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            margin-bottom: 1rem;
            letter-spacing: 0.3px;
        }

        /* description text */
        .company-description {
            max-width: 820px;
            margin: 0 auto 2.5rem auto;
            text-align: center;
            font-size: 1.12rem;
            line-height: 1.5;
            color: #ff0000;
            font-weight: 400; 
            border-radius: 64px;
            backdrop-filter: blur(2px);
        }

        /* stats grid - 4 cards */
        .stats-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.8rem;
        }

        .stat-card {
            background: #ffffff;
            min-width: 180px;
            padding: 1.6rem 1rem;
            background: linear-gradient(135deg, rgba(220, 53, 69, 0.08), rgba(220, 53, 69, 0.03));
            text-align: center;
            border-radius: 5px;
            box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(30, 100, 110, 0.12);
            transition: all 0.25s ease;
            backdrop-filter: blur(2px);
        }

        .stat-card:hover {
            transform: translateY(-5px);
            border-color: rgba(30, 110, 100, 0.25);
            box-shadow: 0 24px 32px -12px rgba(20, 80, 80, 0.15);
        }

        .stat-icon {
            font-size: 2.8rem;
            color: #ff0000;
            margin-bottom: 0.75rem;
        }

        .stat-number {
            font-size: 25px;
            font-weight: 800;
            color: #000129;
            line-height: 1.2;
            letter-spacing: -0.01em;
        }

        .stat-label {
            font-size: 0.9rem;
            font-weight: 500;
            color: #000129;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 0.4rem;
        }

        /* PAN india & service highlight row */
        .service-highlight {
            border-radius: 40px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem;
        }

        .pan-india-block {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .pan-icon {
            background: #000129;
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 60px;
            color: white;
            font-size: 1.8rem;
            box-shadow: 0 6px 12px rgba(0,0,0,0.05);
        }

        .pan-text h4 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #000129;
            margin-bottom: 0.2rem;
        }

        .pan-text p {
            color: #ff0000;
            font-weight: 500;
            font-size: 0.95rem;
        }

        .city-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
        }

        .city-chip {
            background: white;
            padding: 0.5rem 1.2rem;
            border-radius: 100px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #000129;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
            border: 1px solid rgba(26, 109, 124, 0.2);
            transition: all 0.2s;
        }

        .city-chip i {
            margin-right: 6px;
            font-size: 0.8rem;
            color: #ff0000;
        }

      

        /* responsive adjustments */
        @media (max-width: 850px) {
            .trust-inner {
                padding: 2rem 1.5rem;
            }
            .section-heading h2 {
                font-size: 2rem;
            }
            .stats-grid {
                gap: 1rem;
            }
            .stat-card {
                min-width: 150px;
            }
            .service-highlight {
                flex-direction: column;
                align-items: flex-start;
            }
            .support-247 {
                align-self: flex-start;
            }
            .company-description {
                font-size: 1rem;
                padding: 1rem 1.2rem;
            }
        }

        @media (max-width: 550px) {
            .stat-number {
                font-size: 1.9rem;
            }
            .pan-text h4 {
                font-size: 1.2rem;
            }
        }

        /* optional subtle animation */
        .stat-card, .city-chip, .support-247 {
            transition: all 0.2s ease;
        }
/* back-to-to */
.back-to-top {
  background: #ff0000;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50%;
}

.back-to-top:hover {
  color: #ffffff;
}

.back-to-top:focus {
  color: #ffffff;
}

/* pagination */
.pagination .page-item .page-link {
  padding: 12px 25px;
  color: #000129;
  border-color: rgba(2, 45, 98, 0.1);
}

.pagination .page-item .page-link:hover {
  background: #000129;
  color: #ffffff;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 10px solid #ff0000;
  padding-left: 30px;
  font-style: italic;
  display: block;
}

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #ff0000;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}

.blockquote-quote p {
  position: relative;
}

.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #dfdfdf;
}

/* table */
.table-bordered td {
  border-color: #eeeeee;
}

.table-bordered th {
  border-color: #eeeeee;
}

.table thead th {
  border-bottom-color: #eeeeee;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f6f6;
}

.icon-white img{
filter: brightness(0) invert(1);
}

/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
  color: #ff0000 !important;
}

/* .text-light {
  color: #626262 !important;
} */

.text-dark {
  color: #000129 !important;
}

.bg-brush-primary {
  background: #ff0000;
  border-radius: 6% 33% 19% 39%;
  color: #ffffff;
  padding: 0 10px;
}

/* fill colors for svg */
.fill-dark {
  fill: #000129;
}

.fill-primary {
  fill: #ff0000;
}

.fill-light {
  fill: #dfdfdf;
}

.fill-white {
  fill: #ffffff;
}

/* hr */
hr {
  border-top-color: #f6f6f6;
}

/* hr light bg */
hr.light-bg {
  border-top-color: #dfdfdf;
}

/* background */
.bg-primary {
  background-color: #ff0000e8 !important;
}

.bg-dark {
  background-color: #000129 !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-black {
  background-color: #000000 !important;
}

/* Page section margin padding */
.space-pb {
  padding: 0 0 50px;
}

.space-pt {
  padding: 50px 0 0;
}

.space-ptb {
  padding: 50px 0;
}

.h-100vh {
  height: 100vh !important;
}

.h-800 {
  height: 800px;
}

.h-700 {
  height: 700px;
}

.h-600 {
  height: 600px;
}

.h-500 {
  height: 500px;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.me-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ms-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.me-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ms-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.me-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ms-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.me-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ms-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.me-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ms-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pl-6 {
  padding-left: 5rem !important;
}

.pr-6 {
  padding-right: 5rem !important;
}

.m-n6 {
  margin: -7rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -7rem !important;
}

.me-n6,
.mx-n6 {
  margin-right: -7rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -7rem !important;
}

.ms-n6,
.mx-n6 {
  margin-left: -7rem !important;
}

.m-n7 {
  margin: -9rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -9rem !important;
}

.me-n7,
.mx-n7 {
  margin-right: -9rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -9rem !important;
}

.ms-n7,
.mx-n7 {
  margin-left: -9rem !important;
}

@media (min-width: 576px) {
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .me-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .me-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .me-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .me-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .m-sm-n6 {
    margin: -7rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -7rem !important;
  }
  .me-sm-n6,
  .mx-sm-n6 {
    margin-right: -7rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -7rem !important;
  }
  .ms-sm-n6,
  .mx-sm-n6 {
    margin-left: -7rem !important;
  }
  .m-sm-n7 {
    margin: -9rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -9rem !important;
  }
  .me-sm-n7,
  .mx-sm-n7 {
    margin-right: -9rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -9rem !important;
  }
  .ms-sm-n7,
  .mx-sm-n7 {
    margin-left: -9rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-6 {
    padding-left: 5rem !important;
  }
  .pr-sm-6 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .me-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .me-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .me-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .me-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -7rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -7rem !important;
  }
  .me-md-n6,
  .mx-md-n6 {
    margin-right: -7rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -7rem !important;
  }
  .ms-md-n6,
  .mx-md-n6 {
    margin-left: -7rem !important;
  }
  .m-md-n7 {
    margin: -9rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -9rem !important;
  }
  .me-md-n7,
  .mx-md-n7 {
    margin-right: -9rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -9rem !important;
  }
  .ms-md-n7,
  .mx-md-n7 {
    margin-left: -9rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .px-md-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pl-md-6 {
    padding-left: 5rem !important;
  }
  .pr-md-6 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .me-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .me-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .me-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .me-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -7rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -7rem !important;
  }
  .me-lg-n6,
  .mx-lg-n6 {
    margin-right: -7rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -7rem !important;
  }
  .ms-lg-n6,
  .mx-lg-n6 {
    margin-left: -7rem !important;
  }
  .m-lg-n7 {
    margin: -9rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -9rem !important;
  }
  .me-lg-n7,
  .mx-lg-n7 {
    margin-right: -9rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -9rem !important;
  }
  .ms-lg-n7,
  .mx-lg-n7 {
    margin-left: -9rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-6 {
    padding-left: 5rem !important;
  }
  .pr-lg-6 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .me-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .me-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .me-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .me-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -7rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -7rem !important;
  }
  .me-xl-n6,
  .mx-xl-n6 {
    margin-right: -7rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -7rem !important;
  }
  .ms-xl-n6,
  .mx-xl-n6 {
    margin-left: -7rem !important;
  }
  .m-xl-n7 {
    margin: -9rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -9rem !important;
  }
  .me-xl-n7,
  .mx-xl-n7 {
    margin-right: -9rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -9rem !important;
  }
  .ms-xl-n7,
  .mx-xl-n7 {
    margin-left: -9rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .px-xl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-6 {
    padding-left: 5rem !important;
  }
  .pr-xl-6 {
    padding-right: 5rem !important;
  }
}

.overview-hidden {
  overflow: hidden;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.dotted-overlay {
  position: relative;
  z-index: 1;
}

.dotted-overlay:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  background-image: radial-gradient(#626262 10%, transparent 10%);
  background-size: 5px 5px;
  z-index: 0;
}

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(2, 45, 98, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(2, 45, 98, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(2, 45, 98, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {

  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}


.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgba((0, 0, 0, 0.6), (0, 0, 0, 0.6)), url("https://aliveinc.in/images/Aliveinc-india-slider.png") center center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(2, 45, 98, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}



.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(2, 45, 98, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-20:before {
  background: rgba(239, 49, 57, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-50:before {
  background: rgba(239, 49, 57, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-70:before {
  background: rgba(239, 49, 57, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-90:before {
  background: rgba(239, 49, 57, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-gradient-x-bottom {
  position: relative;
}

.bg-overlay-gradient-x-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  top: auto;
  height: 75%;
  transition: all .35s;
}

.bg-overlay-gradient-x-top {
  position: relative;
}

.bg-overlay-gradient-x-top:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  bottom: auto;
  height: 70%;
  transition: all .35s;
}

.bg-overlay-gradient-x-light-bottom {
  position: relative;
}

.bg-overlay-gradient-x-light-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  top: auto;
  height: 100%;
  transition: all .35s;
}

.bg-overlay-gradient-x-dark-bottom {
  position: relative;
}

.bg-overlay-gradient-x-dark-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #000129 100%), linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #000129 100%);
  top: auto;
  height: 100%;
  transition: all .35s;
}

.bg-overlay-gradient-x-light-bottom {
  position: relative;
}

.bg-overlay-gradient-x-light-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%), linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%);
  top: auto;
  height: 100%;
  transition: all .35s;
}

.bg-overlay-gradient-y-left {
  position: relative;
}

.bg-overlay-gradient-y-left:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #000129 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #000129 100%);
  top: auto;
  height: 100%;
  transition: all .35s;
}

/* border-radius-overlay */
.border-radius.bg-overlay-black-10:before,
.border-radius.bg-overlay-black-20:before,
.border-radius.bg-overlay-black-30:before,
.border-radius.bg-overlay-black-40:before,
.border-radius.bg-overlay-black-50:before,
.border-radius.bg-overlay-black-60:before,
.border-radius.bg-overlay-black-70:before,
.border-radius.bg-overlay-black-80:before,
.border-radius.bg-overlay-black-90:before,
.border-radius.bg-overlay-white-10:before,
.border-radius.bg-overlay-white-20:before,
.border-radius.bg-overlay-white-30:before,
.border-radius.bg-overlay-white-40:before,
.border-radius.bg-overlay-white-50:before,
.border-radius.bg-overlay-white-60:before,
.border-radius.bg-overlay-white-70:before,
.border-radius.bg-overlay-white-80:before,
.border-radius.bg-overlay-white-90:before,
.border-radius.bg-overlay-theme-10:before,
.border-radius.bg-overlay-theme-20:before,
.border-radius.bg-overlay-theme-30:before,
.border-radius.bg-overlay-theme-40:before,
.border-radius.bg-overlay-theme-50:before,
.border-radius.bg-overlay-theme-60:before,
.border-radius.bg-overlay-theme-70:before,
.border-radius.bg-overlay-theme-80:before,
.border-radius.bg-overlay-theme-90:before,
.border-radius.bg-overlay-gradient-x-bottom:before,
.border-radius.bg-overlay-gradient-x-top:before,
.border-radius.bg-overlay-gradient-x-light-bottom:before,
.border-radius.bg-overlay-gradient-y-left:before {
  border-radius: 5px;
  border:1px solid #000129;
}

/* 404 scg css */
.digit1, .digit2 {
  fill-rule: evenodd;
}

.digit3 {
  font-size: 230px;
  font-weight: 600;
}

/* avatar */
.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  width: 20px;
  height: 20px;
}

.avatar.avatar-md {
  width: 80px;
  height: 80px;
}

.avatar.avatar-lg {
  width: 145px;
  height: 145px;
}

/* font size */
.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 15px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 21px;
}

.font-xll {
  font-size: 30px;
}

.font-xlll {
  font-size: 40px;
  line-height: 40px;
}

/* border-radius */
.b-radius-none {
  border-radius: 0 !important;
}

.b-radius-left-none {
  border-radius: 0 3px 3px 0;
}

.b-radius-right-none {
  border-radius: 3px 0 0 3px;
}

.b-radius-100 {
  border-radius: 100%;
}

/* z index */
.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.w-space {
  white-space: nowrap;
}

.grayscale, .img-grayscale {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.grayscale:hover {
  filter: inherit;
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
  .h-sm-600 {
    height: 600px;
  }
  .h-sm-500 {
    height: 500px;
  }
  .h-sm-400 {
    height: 400px;
  }
  .h-sm-300 {
    height: 300px;
  }
  .p-6 {
    padding: 3rem !important;
  }
  .pt-6 {
    padding-top: 3rem !important;
  }
  .pb-6 {
    padding-bottom: 3rem !important;
  }
  .pl-6 {
    padding-left: 3rem !important;
  }
  .pr-6 {
    padding-right: 3rem !important;
  }
  /* comming soon */
  .coming-soon {
    height: 100% !important;
    padding-bottom: 50px !important;
    padding-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5.5rem;
  }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none;
}

.accordion .card:last-child .card-header {
  margin-bottom: 0;
}

.accordion .card-body {
  padding: 35px 45px;
  font-size: 16px;
}

.accordion .card-header {
  background: none;
  border-bottom: none;
  padding: 0;
}

.accordion > .card .card-header {
  margin-bottom: 10px;
}

.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: white;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.25);
}

.btn-wa:hover {
    background: #000129;
    color: white;
    transform: translateY(-2px);
}

.accordion .accordion-icon.card-header .btn:after {
  content: "\f062";
  margin-left: auto;
  transform: rotate(0deg);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
  background: #000129;
}

.accordion .accordion-icon.card-header button.collapsed:after {
  transform: rotate(180deg);
}

.country-badge{
    display: inline-flex;
    align-items: center;
    justify-content:center;
    gap: 6px;
    padding: 3px 5px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 12px;
    /*margin-right: 8px;*/
    color: #333;
    text-decoration: none;
    border:1px solid red;
    
}
.country-badge::after{
  content: "›";
  font-size:18px;
  font-weight:800;
  /*margin-left:3px;*/
  line-height:1;
}

.country-badges-inline{
    display:flex;
    gap:12px;
    
}

/*****************************
  globe section
*****************************/

.country-section1 {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background: #000; /* fallback color */
    margin: 100px 0;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes the video cover the entire area like the reference image */
}




/*****************************
  Feature Info
*****************************/

.feature-info-main{
    background: linear-gradient(
        135deg,
        rgba(220,53,69,0.08),
        rgba(220,53,69,0.03)
    );
}

.feature-info-main i {
    color: #ff0000;
}

.feature-info-main i.icon-white {
    color: #000129;
}

.feature-info-main a:hover i.icon-white {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.feature-info-main .feature-info-icon {
  color: #ff0000;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
}

/* Style 01 */
.feature-info-style-01 {
  background: #ffffff;
  padding: 45px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 4px 0px rgba(255, 0, 64, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.feature-info-main.border-danger{
  border:1px solid #ff0000 !important;
}

.feature-info-style-01:hover {
  background: #000129;
}

.feature-info-style-01:hover .feature-info-icon {
  top: -90px;
}

.feature-info-style-01:hover .feature-info-content {
  margin-top: 0;
  margin-bottom: 80px;
}

.feature-info-style-01:hover .feature-info-content .feature-info-title {
  color: #ffffff;
}

.feature-info-style-01:hover .feature-info-content p {
  color: #ffffff;
}

.feature-info-style-01:hover .feature-info-content .icon-btn {
  bottom: 45px;
}

.feature-info-style-01 .feature-info-icon {
  margin-bottom: 25px;
  position: absolute;
  top: 45px;
}

.feature-info-style-01 .feature-info-content {
  margin-top: 80px;
}

.feature-info-style-01 .feature-info-content .icon-btn {
  position: absolute;
  bottom: -90px;
}

.feature-info,
.feature-info .feature-info-icon,
.feature-info .feature-info-content,
.feature-info .feature-info-content .feature-info-title,
.feature-info .feature-info-content p,
.feature-info-style-05 .feature-info-icon i,
.feature-info-style-05 .feature-info-icon i:after,
.feature-info-style-06 .feature-info-number,
.feature-info-style-06 .feature-info-number span,
.feature-info-style-08 .feature-info-item .feature-info-number span,
.feature-info-style-08 .feature-info-item .feature-info-number span:after {
  transition: all 0.3s ease-in-out;
}

.feature-info-main {
  border: 1px solid rgba(0,0,0,0);
}
.feature-info-main:hover {
    transform: translateY(-6px);
    border: 1px solid rgba(254, 2, 4, 0.25);
    transition: all 0.3s ease-in-out;
}

/* Style 02 */
.feature-info-style-02 {
  background: #ffffff;
  padding: 35px;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 24px 0px rgb(98 2 2 / 35%);
  border-radius: 5px;
  cursor: pointer;
}

.feature-info-style-02 .feature-info-icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: inherit;
  top: 0;
}

.feature-info-style-02 .feature-info-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.feature-info-style-02 .feature-info-bg-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(2, 45, 98, 0.5);*/
  z-index: 9;
  width: 100%;
  height: 100%;
}

.feature-info-style-02:hover .feature-info-bg-img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.feature-info-style-02:hover .feature-info-content .icon-btn {
  opacity: 1;
}

.feature-info-style-02 .feature-info-content .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  transform: translate(-50%, -50%);
}

/* Style 03 */
.feature-info-style-03 {
  padding: 45px;
  background: #f6f6f6;
  border-radius: 5px;
}

/* Style 04 */
.feature-info-style-04 {
  padding: 45px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.feature-info-style-04:hover {
  background: #000129;
}

.feature-info-style-04:hover .feature-info-content .feature-info-title {
  position: absolute;
  top: -55px;
}

.feature-info-style-04:hover .feature-info-content p {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 50px;
}

.feature-info-style-04:hover .feature-info-content .btn {
  bottom: 35px;
}

.feature-info-style-04 .feature-info-content .feature-info-title {
  position: absolute;
  top: 45px;
}

.feature-info-style-04 .feature-info-content p {
  margin-top: 50px;
  margin-bottom: 0;
}

.feature-info-style-04 .feature-info-content .btn {
  position: absolute;
  bottom: -55px;
}

/* Style 05 */
.feature-info-style-05 .feature-info-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.feature-info-style-05 .feature-info-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  color: #000129;
  width: 144px;
  height: 144px;
  position: relative;
  border-radius: 50%;
}

.feature-info-style-05 .feature-info-icon i:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #f6f6f6;
  border-width: 9px;
  margin-left: -9px;
  margin-top: -1px;
}

.feature-info-style-05:before {
  content: "";
  border-top: 2px dotted #000129;
  width: 52px;
  display: inline-block;
  position: absolute;
  right: -26px;
  top: 70px;
}

.feature-info-style-05:hover .feature-info-icon i {
  background: #ff0000;
  color: #ffffff;
}

.feature-info-style-05:hover .feature-info-icon i:after {
  border-top-color: #ff0000;
}

.row [class*=col]:last-child .feature-info-style-05:before {
  content: none;
}

/* Style 06 */
.feature-info-style-06 .feature-info-img {
  margin-bottom: 30px;
}

.feature-info-style-06 .feature-info-img img {
  border-radius: 5px;
}

.feature-info-style-06 .feature-info-number {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
}

.feature-info-style-06 .feature-info-number:after {
  content: "";
  height: 2px;
  background: #f6f6f6;
  width: 0%;
  position: absolute;
  bottom: -2px;
  transition: all 0.3s ease-in-out;
}

.feature-info-style-06 .feature-info-number span {
  color: #000129;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.1;
  position: relative;
}

.feature-info-style-06 .feature-info-number .feature-info-title {
  align-self: center;
}

.feature-info-style-06:hover .feature-info-number:after {
  width: 100%;
  background: #000129;
}

.feature-info-style-06:hover .feature-info-number span {
  color: #ff0000;
  opacity: 0.5;
}

.feature-info-style-06 .feature-info-content p {
  align-self: center;
}

.dark-background .feature-info-style-06:hover .feature-info-number span {
  color: #ff0000;
  opacity: 0.5;
}

/* Dark Background */
.dark-background .feature-info-style-06 .feature-info-number {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dark-background .feature-info-style-06 .feature-info-number span {
  color: #ffffff;
  opacity: 0.1;
}

.dark-background .feature-info-style-06 .feature-info-number .feature-info-title {
  color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number {
  border-bottom-color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number:after {
  background: #ffffff;
}

.dark-background .feature-info-style-06 .feature-info-content p {
  color: #ffffff;
}

/* Style 07 */
.feature-info-style-07 {
  position: relative;
}

.feature-info-style-07 .feature-info-img img {
  border-radius: 5px;
}

.feature-info-style-07 .feature-info-content {
  padding: 30px 0 10px;
  background: #ffffff;
  position: relative;
}

.feature-info-style-07 .feature-info-content .feature-info-title {
  margin-bottom: 25px;
}

.feature-info-style-07 .feature-info-content .icon-btn {
  position: absolute;
  bottom: -40px;
  left: 0;
  opacity: 0;
}

.feature-info-style-07:hover .feature-info-content {
  margin-top: -40px;
  padding-bottom: 50px;
}

.feature-info-style-07:hover .feature-info-content .icon-btn {
  bottom: 0px;
  opacity: 1;
}

/* Style 08 */
.feature-info-style-08 .feature-info-item {
  display: flex;
  padding-bottom: 38px;
  position: relative;
}

.feature-info-style-08 .feature-info-item:before {
  position: absolute;
  top: 0;
  content: "";
  left: 38px;
  height: 100%;
  width: 2px;
  background: #f6f6f6;
}

.feature-info-style-08 .feature-info-item:last-child {
  padding-bottom: 0;
}

.feature-info-style-08 .feature-info-item:last-child:before {
  position: relative;
  content: none;
}

.feature-info-style-08 .feature-info-item:hover .feature-info-number span {
  background: #ff0000;
  color: #ffffff;
}

.feature-info-style-08 .feature-info-item:hover .feature-info-number span:after {
  border-left-color: #ff0000;
}

.feature-info-style-08 .feature-info-inner {
  position: relative;
}

.feature-info-style-08 .feature-info-number span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff0000;
  color: #000129;
  font-size: 24px;
  width: 74px;
  height: 74px;
  margin-right: 25px;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  background: #f6f6f6;
}

.feature-info-style-08 .feature-info-number span:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 246, 246, 0);
  border-left-color: #f6f6f6;
  border-width: 6px;
  margin-top: -6px;
  margin-left: -1px;
}

.feature-info-style-08 .feature-info-content {
  margin-top: 28px;
}

.dark-background .feature-info-style-08 .feature-info-inner:before {
  border-left-color: rgba(246, 246, 246, 0.1);
}

.dark-background .feature-info-style-08 .feature-info-content .feature-info-title {
  color: #ffffff;
}

.dark-background .feature-info-style-08 .feature-info-content p {
  color: #ffffff;
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .feature-info-style-04 {
    padding: 45px 25px;
  }
}

@media (max-width: 991px) {
  .feature-info-style-03 {
    padding: 20px;
  }
  .feature-info-style-04 {
    padding: 45px 15px;
  }
  .feature-info-style-05 .feature-info-icon {
    margin-bottom: 35px;
  }
  .feature-info-style-08 .feature-info-item {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .feature-info-style-02 {
    padding: 20px;
  }
  .feature-info-style-05:before {
    content: none;
  }
  .feature-info-style-05 .feature-info-icon {
    margin-bottom: 25px;
  }
  .feature-info-style-05 .feature-info-content .feature-info-title {
    margin-bottom: 5px;
  }
  .feature-info-style-06 .feature-info-img {
    margin-bottom: 20px;
  }
  .feature-info-style-06 .feature-info-number {
    padding-bottom: 20px;
  }
  .feature-info-style-07 .feature-info-content .feature-info-title {
    margin-bottom: 15px;
  }
  .feature-info-style-08 .feature-info-number span {
    font-size: 16px;
    width: 54px;
    height: 54px;
    margin-right: 15px;
  }
  .feature-info-style-08 .feature-info-inner:before {
    left: 28px;
  }
  .feature-info-style-08 .feature-info-item {
    padding-bottom: 30px;
  }
  .feature-info-style-08 .feature-info-item:before {
    left: 28px;
  }
  .feature-info-style-08 .feature-info-content {
    margin-top: 18px;
  }
}
 .inner-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }

    /* ========== WHO NEEDS WEBSITE DEVELOPMENT SERVICES ========== */
    .seo-benefits-wrap {
        padding: 70px 0;
        background: #f8fafc;
    }

    .seo-title {
        font-size: 36px;
        font-weight: 700;
        color: #000129;
        text-align: center;
        margin-bottom: 16px;
        letter-spacing: -0.5px;
    }

    .seo-subtitle {
        font-size: 18px;
        color: #ff0000;
        text-align: center;
        margin-bottom: 48px;
    }

    .seo-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        max-width: 900px;
        margin: 0 auto;
    }

    .seo-item {
        background: #ffffff;
        border: 1px  #ff0000;
        border-radius: 60px;
        padding: 12px 28px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        transition: all 0.25s ease;
        box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    }

    .seo-item:hover {
        border-color: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .seo-icon {
        font-size: 20px;
        line-height: 1;
    }

    .seo-text {
        font-size: 16px;
        font-weight: 500;
        color: black;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .audience-title, .seo-title {
            font-size: 28px;
        }
        
        .audience-card, .seo-item {
            padding: 10px 22px;
        }
        
        .audience-card-title, .seo-text {
            font-size: 15px;
        }
        
        .services-audience-wrap, .seo-benefits-wrap {
            padding: 50px 0;
        }
    }

/*****************************
	Team
*****************************/
.team {
  text-align: center;
  position: relative;
}

.team .team-img img {
  border-radius: 5px;
}

.team:hover .team-img {
  z-index: 9;
  position: relative;
}

.team:hover .team-info {
  z-index: 9;
  position: relative;
}

.team:hover .team-info ul {
  opacity: 1;
  bottom: -35px;
}

.team:hover .team-bg {
  opacity: 1;
  z-index: 5;
}

.team .team-info {
  padding: 20px 0px 0px;
}

.team .team-info .team-name {
  color: #000129;
  font-size: 13px;
  font-weight: 600;
}

.team .team-info .team-name:hover {
  color: #ff0000;
}

.team .team-info p {
  font-size: 11px;
  margin-bottom: 20px;
}

.team .team-info ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.team .team-info ul li {
  margin: 0 12px;
}

.team .team-info ul li a {
  color: #000129;
}

.team .team-info ul li a:hover {
  color: #ff0000;
}

.team .team-bg {
  background: #ffffff;
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 134%;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.apply-position .team-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000129;
  padding: 0;
  border-radius: 3px;
  font-size: 110px;
  min-height: 173px;
  color: rgba(255, 255, 255, 0.1);
}

.apply-position .btn {
  padding: 0;
  font-size: 13px;
}

.apply-position .btn:after {
  margin-left: 10px;
}

@media (max-width: 575px) {
  .team .team-img img {
    width: 100%;
  }
}

/*****************************
    Testimonial
*****************************/
.testimonial .owl-item {
  padding: 0 2%;
}

.testimonial .testimonial-item .testimonial-avatar {
  margin-bottom: 40px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 40px;
}

.testimonial .testimonial-item .testimonial-content {
  margin-bottom: 30px;
}

.testimonial .testimonial-item .testimonial-content p {
  font-size: 26px;
  color: #000129;
  line-height: 1.4;
}

.testimonial .testimonial-item .testimonial-author .testimonial-name h6 {
  font-weight: 700;
}

.row-background .testimonial-item .testimonial-content p {
  color: #ffffff;
}

.row-background .testimonial-item .testimonial-author {
  color: #ffffff;
}

.row-background .testimonial-item .testimonial-author .testimonial-name h6 {
  color: #ff0000;
}

/* style 02 */
.testimonial-style-02 {
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  /* testimonial-item-sm */
}

.testimonial-style-02 .testimonial-item {
  padding: 0 15%;
  margin-top: -70px;
  position: relative;
  z-index: 9;
}

.testimonial-style-02 .testimonial-item .testimonial-content p {
  font-size: 18px;
  color: #000000;
  font-style: italic;
}

.testimonial-style-02 .testimonial-item .testimonial-author {
  margin-bottom: 20px;
}

.testimonial-style-02 .testimonial-item .testimonial-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.testimonial-style-02 .item .svg-item svg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
}

.testimonial-style-02 .testimonial-item-sm {
  padding: 0 15%;
  margin-top: -50px;
  position: relative;
  z-index: 9;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-content p {
  font-size: 18px;
  color: #000000;
  font-style: italic;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-avatar-sm {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.testimonial-style-02.owl-carousel .owl-nav {
  width: auto;
  display: inline-block;
  position: relative;
  bottom: -20px;
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  padding: 8px 10px;
  border-radius: 5px;
  background: #ffffff;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-next {
  position: relative;
  top: 0;
  transform: inherit;
  right: 0;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-prev {
  position: relative;
  top: 0;
  transform: inherit;
  left: 0;
}

.testimonial-style-02.owl-carousel .owl-nav i {
  font-size: 14px;
  padding: 0 10px;
}

.testimonial-style-02.owl-carousel .testimonial-img {
  position: relative;
}

.video-image {
  position: relative;
}

.video-image img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.popup-icon {
  display: block;
}

.popup-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
}

/*****************************
    testimonial-style-03
*****************************/
.testimonial-style-03 {
  position: relative;
}

.testimonial-style-03 .testimonial-content .quotes {
  position: absolute;
  font-size: 40px;
  z-index: 0;
  color: #ffffff;
  right: 20px;
  bottom: 20px;
}

.testimonial-style-03 .testimonial-content .testimonial-des {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .testimonial-item .testimonial-content p {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-item .testimonial-avatar {
    margin-bottom: 20px;
  }
  .testimonial-item .testimonial-content {
    margin-bottom: 20px;
  }
  .testimonial-item .testimonial-content p {
    font-size: 16px;
  }
  .testimonial-style-02 .testimonial-item {
    padding: 0 5%;
  }
  .testimonial-style-02 .item .svg-item {
    display: none;
  }
  .popup-icon i {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-style-02 .testimonial-item {
    margin-top: 20px;
  }
  .testimonial-style-02 .testimonial-item .testimonial-avatar {
    width: 80px;
    height: 80px;
  }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none;
}

.accordion .card:last-child .card-header {
  margin-bottom: 0;
}

.accordion .card-body {
  padding: 35px 45px 45px 62px;
}

.accordion .card-header {
  background: none;
  border-bottom: none;
  padding: 0;
}

.accordion .accordion-icon.card-header button {
  display: flex;
  background: #ff0000;
  font-size: 18px;
  color: #ffffff;
  padding: 16px 32px;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: normal;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
}


.accordion .accordion-icon.card-header .btn:after {
  content: "\f062";
  margin-left: auto;
  transform: rotate(0deg);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
  background: #000129;
}

.accordion .accordion-icon.card-header button.collapsed:after {
  transform: rotate(180deg);
}

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative;
}

.newsletter .form-control {
  padding-right: 150px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

/*****************************
  Counter
*****************************/
.counter {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.counter .counter-icon i {
  color: #ff0000;
  margin-right: 25px;
  font-size: 70px;
  line-height: 70px;
}

.counter .counter-content {
  align-self: center;
}

.counter .counter-content .timer {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  color: #000129;
  margin-bottom: 10px;
  display: block;
}

.counter .counter-content label {
  display: block;
  color: #000129;
  margin-bottom: 0;
}

/* Counter 02 */
.counter.counter-02 .counter-content .timer {
  color: #000129;
}

.counter.counter-02 .counter-content label {
  color: #626262;
}

.counter.counter-02 .counter-icon i {
  color: #dfdfdf;
}

/* Counter 03 */
.counter.counter-03 {
  background: #ff0000e8;
  padding: 32px;
  text-align: center;
  display: block;
  border-radius: 5px;
}


/* For 2-column layout on mobile */
@media (max-width: 576px) {
  .counters-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* For single column on very small devices */
@media (max-width: 480px) {
  .counters-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .counter {
    padding: 15px 12px;
    justify-content: center;
  }
  
  .counter .counter-icon i {
    margin-right: 15px;
  }
}

/* Horizontal layout for counters in a row */
.counters-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(15px, 3vw, 30px);
}

.counters-row .counter {
  flex: 1;
  min-width: clamp(140px, 25vw, 200px);
  justify-content: center;
}

@media (max-width: 768px) {
  .counters-row {
    justify-content: center;
  }
  
  .counters-row .counter {
    min-width: clamp(130px, 40vw, 180px);
  }
}

@media (max-width: 576px) {
  .counters-row .counter {
    min-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 380px) {
  .counters-row .counter {
    min-width: 100%;
    flex: 0 0 100%;
  }
}

/* ========== RESPONSIVE FLEX ADJUSTMENTS ========== */
@media (max-width: 768px) {
  .counter {
    padding: 15px 0px;
  }
  
  .counter .counter-content .timer {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .counter {
    flex-direction: column;
    text-align: center;
    padding: 20px 12px;
    border-radius: 12px;
    margin: 0 5px;
  }
  
  .counter .counter-icon i {
    margin-right: 0;
    margin-bottom: 12px;
  }
  
  .counter .counter-content {
    text-align: center;
  }
  
  /* Alternative: Keep horizontal on very small screens if preferred */
  .counter.horizontal-mobile {
    flex-direction: row;
    text-align: left;
  }
  
  .counter.horizontal-mobile .counter-icon i {
    margin-right: 15px;
    margin-bottom: 0;
  }
  
  .counter.horizontal-mobile .counter-content {
    text-align: left;
  }
}

/* ========== ANIMATION FOR COUNTERS ========== */
.counter .timer {
  transition: all 0.3s ease;
}

.counter:hover .timer {
  transform: scale(1.02);
}

/* ========== DARK THEME SUPPORT ========== */
.counter.dark-theme .counter-content .timer,
.counter.dark-theme .counter-content label {
  color: white;
}

.counter.dark-theme .counter-icon i {
  color: #ff0000;
}

/* ========== CARD STYLE COUNTERS (GRID VIEW) ========== */
.counter-card {
  background: white;
  border-radius: 16px;
  padding: clamp(20px, 4vw, 30px);
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.counter-card:hover {
  transform: translateY(-5px);
}

.counter-card .counter-icon i {
  font-size: clamp(42px, 8vw, 60px);
  margin-bottom: 15px;
  display: inline-block;
}

.counter-card .timer {
  font-size: clamp(28px, 6vw, 42px);
  font-weight: 800;
  color: #ff0000;
  display: block;
  margin-bottom: 8px;
}

.counter-card label {
  font-size: clamp(13px, 3.5vw, 16px);
  color: #666;
  font-weight: 500;
}

@media (max-width: 576px) {
  .counter-card {
    padding: 18px 12px;
  }
}

/* ========== UTILITY CLASSES ========== */
 .counter {
  justify-content: center;
}



@media (max-width: 480px) {
  .text-center .counter {
    flex-direction: column;
  }
}
/*****************************
	Tabs
*****************************/
.nav-pills .nav-link {
  display: flex;
  color: #000129;
  font-size: 22px;
  line-height: 1;
  padding: 20px 0px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
}

.nav-pills .nav-link:hover {
  color: #ff0000;
  background: transparent;
}

.nav-pills .nav-link:hover:after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link:hover .data-hover {
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .nav-link:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-pills .nav-link .data-hover {
  display: block;
  position: relative;
  transition: .5s ease-in-out all;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  width: 100%;
  font-weight: 500;
}

.nav-pills .nav-link .data-hover span {
  margin-right: 20px;
}

.nav-pills .nav-link .data-hover:before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s ease-in-out all;
  transform-origin: 50% 0;
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  font-weight: bold;
  width: 100%;
}

.nav-pills .nav-link.active {
  color: #ff0000;
  background: transparent;
}

.nav-pills .nav-link.active:after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link.active .data-hover {
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .show > .nav- {
  color: #ff0000;
  background: transparent;
}

.nav-pills .show > .nav-link {
  color: #ff0000;
  background: transparent;
}

.nav-tabs.nav-tabs-02 {
  border: none;
}

.nav-tabs.nav-tabs-02 .nav-link {
  border: none;
  color: #000129;
  font-weight: 700;
  background: #f6f6f6;
  border-radius: 50px;
  margin-right: 10px;
  padding: 12px 28px;
  margin-bottom: 10px;
}

.nav-tabs.nav-tabs-02 .nav-link.active {
  color: #ffffff;
  background: #ff0000;
}

.nav-tabs.nav-tabs-02 .nav-link:hover {
  color: #ffffff;
  background: #ff0000;
}

@media (max-width: 1199px) {
  .nav-pills .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .nav-pills .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion-icon.card-header button {
    padding: 22px 20px;
  }
  .accordion .card-body {
    padding: 25px 35px;
  }
  .nav-pills.flex-column {
    flex-direction: inherit !important;
  }
  .nav-pills .nav-link {
    padding: 0 25px 25px 0;
    font-size: 16px;
  }
  .nav-pills .nav-link.active:after {
    content: none;
  }
}

@media (max-width: 575px) {
  .accordion .accordion-icon.card-header button {
    font-size: 16px;
    padding: 20px;
    line-height: 22px;
  }
  .accordion .card-body {
    padding: 20px;
  }
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  left: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  right: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
  font-size: 24px;
  transition: all 0.2s ease-in-out;
  color: #000129;
  opacity: 0.4;
}

.owl-carousel .owl-nav i:hover {
  color: #000129;
  opacity: 1;
}

.row-background .owl-carousel .owl-nav i {
  color: #ffffff;
  opacity: 0.4;
}

.row-background .owl-carousel .owl-nav i:hover {
  color: #ffffff;
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #000129 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
  background: #ff0000 !important;
  opacity: 1;
}

@media (max-width: 991px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}/* ===== RECOGNITION SECTION ===== */
.recognition-section {
    background-color: #000129;
    color: white;
    padding: 50px 0;
    width: 100%;
}

.recognition-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 ;
}

.recognition-header {
    text-align: center;
    margin-bottom: 50px;
}

.recognition-header h1 {
    font-size: 45px;
    color: white;
    margin-bottom: 20px;
    font-weight: 800;
}

.recognition-header h2 {
    font-size: 30px;
    color: #01060c;
    margin-bottom: 20px;
    font-weight: 600;
}

.recognition-header p {
    font-size: 18px;
    color: #ff0000;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Ratings Grid */
.ratings-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 40px;
    margin-left: 45px;
    margin-right: 45px;
}

.rating-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    height: 100%;
    background-color: white;
}

.rating-item h3, .rating-item p {
    color: #000129 !important;
}

.rating-item:hover {
    transform: translateY(-5px);
}

.rating-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

/* Logo container - exact size for all */
.rating-icon{
height:80px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:10px;
}
.rating-icon img{
width:70px;
height:70px;
object-fit:contain;
display:block;
margin:auto;
}
/* ONE RULE FOR ALL IMAGES  */

/* Google */
.rating-item:nth-child(1) img{
width: 77px;
height:70px;
}

/* Facebook */
.rating-item:nth-child(2) img{
width: 89px;
height:70px;
}

/* LinkedIn */
.rating-item:nth-child(3) img{
width: 172px;
height:70px;
}

/* ExportersIndia */
.rating-item:nth-child(4) img{
width: 127px;
height:58px;
}

/* Clutch */
.rating-item:nth-child(5) img{
width: 76px;
height:76px;
}

/* DesignRush */
.rating-item:nth-child(6) img{
width: 130px;
height:70px;
}
/* PNG ke liye ALAG se kuch mat do */

.rating-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rating-content .stars {
    font-size: 22px;
    color: #ff0000;
    margin-bottom: 6px;
}

.rating-content p {
    font-size: 15px;
    color: #ddd;
    line-height: 1.6;
    margin-top: 0;
    text-align: center;
}

.rating-item:hover img {
    filter: grayscale(0%);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .ratings-container {
        grid-template-columns: repeat(3, 1fr);
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .ratings-container {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .recognition-header h1 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .ratings-container {
        grid-template-columns: 1fr;
    }
}

/*****************************
  Pricing Table
*****************************/
.pricing-tab {
  text-align: center;
}

.pricing-tab span {
  vertical-align: middle;
}

.pricing-tab .monthly-tab {
  font-weight: 700;
  font-size: 18px;
  color: #000129;
}

.pricing-tab .yearly-tab {
  font-weight: 700;
  font-size: 18px;
  color: #000129;
}

.pricing-tab .pricing-tab-switcher {
  height: 32px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease;
  margin: 0 10px;
  border: 2px solid #ff0000;
}

.pricing-tab .pricing-tab-switcher:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  background: #ff0000;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 24px);
}

.pricing {
  padding: 30px 20px;
  text-align: center;
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
}

.pricing .pricing-title {
  margin-bottom: 20px;
}

.pricing .pricing-price {
  display: inline-block;
  position: relative;
  color: #626262;
  font-weight: 600;
  margin-top: 30px;
}

.pricing .pricing-price sup {
  position: absolute;
  top: 15px;
  left: -20px;
  font-size: 24px;
  color: #000129;
}

.pricing .pricing-price strong {
  color: #000129;
  font-size: 70px;
  line-height: 70px;
  padding-right: 10px;
  font-weight: 500;
}

.pricing .yearly-price {
  display: none;
}

.pricing .change-pricing-price .yearly-price {
  display: block;
}

.pricing .change-pricing-price .monthly-price {
  display: none;
}

.pricing .pricing-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing .pricing-list li {
  padding: 6px 0;
  color: #626262;
  font-weight: 600;
}

.pricing .pricing-list li:last-child {
  padding-bottom: 0;
}

.pricing.active {
  background: #000129;
  color: #ffffff;
}

.pricing.active .pricing-list li {
  color: #ffffff;
}

.pricing.active .pricing-title {
  color: #ffffff;
}

.pricing.active .pricing-price {
  color: #ffffff;
}

.pricing.active sup {
  color: #ffffff;
}

.pricing.active strong {
  color: #ff0000;
}

.pricing.active .btn-round {
  color: #ffffff;
}

.pricing.active .btn-round:hover {
  color: #ffffff;
}

.pricing.active .btn-light-round:before {
  background-color: #ff0000;
  opacity: 1;
}

.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0px 15px;
  position: relative;
}

.switch .switch-btn {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch .switch-btn span {
  font-size: 18px;
  color: #000129;
  font-weight: 600;
}

.switch input {
  display: none;
}

/*****************************
  Countdown
*****************************/
.countdown-wrapper {
  border-radius: 5px;
  overflow: hidden;
}

.countdown {
  padding: 20px;
  width: 140px;
  position: relative;
}

.countdown span {
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
  color: #ffffff;
}

.countdown p {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #000129;
}

.countdown.countdown-last {
  position: absolute;
  bottom: 0;
  left: 140px;
}

.countdown-small span {
  font-size: 24px;
  line-height: 24px;
}

.countdown-small p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .countdown span {
    font-size: 34px;
    line-height: 40px;
  }
  .countdown p {
    font-size: 16px;
  }
}

/*****************************
  Button
*****************************/
/* btn */
.btn {
  font-size: 14px;
  font-weight: bold;
  padding: 14px 32px;
  line-height: 1;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
  outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  outline: none;
}


.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn:active {
  box-shadow: none;
  outline: none;
}

button {
  outline: medium none !important;
  color: #ff0000;
}

.btn-link:after {
  margin-left: 12px;
}

.show > .btn.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show > .btn-primary.dropdown-toggle {
  background: #ff0000;
  border-color: #ff0000;
}

.btn-primary {
  background: #ff0000;
  border-color: #ff0000;
}

.btn-primary:hover {
  background: #000129;
  border-color: #000129;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: #ff0000;
  border-color: #ff0000;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: #ff0000;
  border-color: #ff0000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ff0000;
  border-color: #ff0000;
}

.btn-dark {
  background: #000129;
  border-color: #000129;
}

.btn-dark:hover {
  background: #ff0000;
  border-color: #ff0000;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}

.btn-link {
  color: #ff0000;
  padding: 0;
}

.btn-link:hover {
  color: #000129;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  color: #000129;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #000129;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #000129;
}

.btn-white:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

.btn-white:active {
  color: #ffffff;
}

.btn-white:focus {
  color: #ffffff;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #000129;
}

.btn-light:active {
  color: #000129;
}

.btn-light:focus {
  color: #000129;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #000129;
}

.btn.btn-sm {
  padding: 12px 24px;
}

.btn.btn-md {
  padding: 8px 30px;
}

.btn.btn-lg {
  padding: 17px 64px;
  font-size: 18px;
}

.btn-app {
  display: flex;
}

.btn-app i {
  font-size: 40px;
}

/* Hi Soft Button Round */
.btn-round:before {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 1;
}

.right-round:before {
  right: 0;
  left: auto;
}

.bg-dark .btn-primary-round:before {
  opacity: 1;
}

.btn-round:hover:before {
  width: 100%;
}

.btn-round,
.btn-round:hover {
  color: #000129;
}

.btn-primary-round:before {
  background-color: #ff0000;
}

.btn-light-round:before {
  background-color: #f6f6f6;
}

.btn-round.btn-dark-round,
.btn-round.btn-dark-round:hover,
.btn-round.btn-dark-round:focus,
.btn.btn-round.btn-dark-round:not(:disabled):not(.disabled):active:focus {
  color: #fff;
}

.btn-round:hover {
  color: #ffffff;
}
.btn-dark-round:hover{
    color:#fff;
}

.btn-dark-round:before {
  background-color: #470000;
  opacity: 1;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #ff0000 !important;
}

.btn-white-round:before {
  background-color: #ffffff;
}

.btn-round:focus,
.btn.btn-round:not(:disabled):not(.disabled):active:focus {
  color: #000129;
}

.dark-background .btn-round:before {
  opacity: 1;
}

/* Button Outline */
.btn-outline-primary {
  color: #ff0000;
  border-color: #ff0000;
}

.btn.btn-outline-primary:focus {
  color: #ff0000;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-outline-dark {
  color: #000129;
  border-color: #000129;
}

.btn-outline-dark:focus {
  color: #000129;
}

.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #000129;
  border-color: #000129;
}

.btn-primary-round.btn-round:hover, .btn-round a:hover {
  color: #ffffff;
}
.btn-primary-round.btn-dark-round:hover, .btn-dark-round a:hover {
  color: #fff;
}

/* Group Button */
.btn-group .btn:after {
  content: none;
}

.icon-btn {
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ff0000;
  border-radius: 50%;
  align-items: center;
  align-self: center;
  justify-content: center;
  color: #ffffff;
}

.icon-btn {
  opacity: 1;
}

.icon-btn.btn-animation {
  opacity: 1;
}

.icon-btn-lg {
  width: 80px;
  height: 80px;
}

.icon-btn-md {
  width: 60px;
  height: 60px;
}

.icon-btn-sm {
  width: 40px;
  height: 40px;
}

.icon-btn-all-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-animation:before {
  content: "";
  position: absolute;
  z-index: -9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #ff0000;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-animation.icon-btn-lg:before {
  width: 80px;
  height: 80px;
}

.btn-animation.icon-btn-md:before {
  width: 70px;
  height: 70px;
}

.video-btn.btn-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-btn-02 a {
  display: flex;
  align-items: center;
}

.video-btn-02 a span {
  font-weight: 600;
}

.video-btn-02 .btn-animation {
  position: inherit;
  transform: translate(0%, 0%);
}

/* keyframes */
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .btn:after {
    margin-left: 22px;
  }
}
/*Trusted IT Solutions Company in India  start*/
       /* main trust section container */
        .trust-section {
            max-width: 1320px;
            width: 100%;
            margin: 0 auto;
            background: #ffffff;
            
            overflow: hidden;
            transition: all 0.3s ease;
        }

        /* heading style */
        .section-heading {
            text-align: center;
        }

        .section-heading h2 {
            font-size: 2.6rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: #000129;
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            display: inline-block;
            margin-bottom: 0.75rem;
        }

        .heading-badge {
            display: inline-block;
            background: #eef5ff;
            color:#ff0000;
            font-size: 0.85rem;
            font-weight: 600;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            margin-bottom: 1rem;
            letter-spacing: 0.3px;
        }

        /* description text */
        .company-description {
            max-width: 820px;
            margin: 0 auto 2.5rem auto;
            text-align: center;
            font-size: 1.12rem;
            line-height: 1.5;
            color: #ff0000;
            font-weight: 400; 
            border-radius: 64px;
            backdrop-filter: blur(2px);
        }

        /* stats grid - 4 cards */
        .stats-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.8rem;
        }

        .stat-card {
            background: #ffffff;
            flex: 1 1 200px;
            min-width: 180px;
            padding: 1.6rem 1rem;
            background: linear-gradient(135deg, rgba(220, 53, 69, 0.08), rgba(220, 53, 69, 0.03));
            text-align: center;
            border-radius: 5px;
            box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(30, 100, 110, 0.12);
            transition: all 0.25s ease;
            backdrop-filter: blur(2px);
        }

        .stat-card:hover {
            transform: translateY(-5px);
            border-color: rgba(30, 110, 100, 0.25);
            box-shadow: 0 24px 32px -12px rgba(20, 80, 80, 0.15);
        }

        .stat-icon {
            font-size: 2.8rem;
            color: #ff0000;
            margin-bottom: 0.75rem;
        }

        .stat-number {
            font-size: 25px;
            font-weight: 800;
            color: #000129;
            line-height: 1.2;
            letter-spacing: -0.01em;
        }

        .stat-label {
            font-size: 0.9rem;
            font-weight: 500;
            color: #000129;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 0.4rem;
        }

        /* PAN india & service highlight row */
        .service-highlight {
            border-radius: 40px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-evenly;
            gap: 1.5rem;
        }

        .pan-india-block {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .pan-icon {
            background: #000129;
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 60px;
            color: white;
            font-size: 1.8rem;
            box-shadow: 0 6px 12px rgba(0,0,0,0.05);
        }

        .pan-text h4 {
            font-size: 18px;
            font-weight: 700;
            color: #000129;
            margin-bottom: 0.2rem;
        }
        

        .pan-text p {
            color: #ff0000;
            font-weight: 500;
            font-size: 0.95rem;
        }
       

        .city-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
        }

        .city-chip {
            background: white;
            padding: 0.5rem 1.2rem;
            border-radius: 100px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #000129;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
            border: 1px solid rgba(26, 109, 124, 0.2);
            transition: all 0.2s;
        }

        .city-chip i {
            margin-right: 6px;
            font-size: 0.8rem;
            color: #ff0000;
        }

@media (max-width: 360px) {
    .pan-text h4 {
            font-size: 15px;
            font-weight: 700;
            color: #000129;
            margin-bottom: 0.2rem;
        }

    .service-highlight {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .city-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .city-chip {
        flex: 0 0 calc(50% - 8px);  /* 2 per row */
        justify-content: center;
        text-align: center;
        padding: 6px 8px;
        font-size: 12px;
    }
}     /* responsive adjustments */
        @media (max-width: 850px) {
            .trust-inner {
                padding: 2rem 1.5rem;
            }
            .section-heading h2 {
                font-size: 2rem;
            }
            .stats-grid {
                gap: 1rem;
            }
            .stat-card {
                min-width: 150px;
            }
            .service-highlight {
                flex-direction: column;
                align-items: flex-start;
            }
            .support-247 {
                align-self: flex-start;
            }
            .company-description {
                font-size: 1rem;
                padding: 1rem 1.2rem;
            }
        }

/*Trusted IT Solutions Company in India end*/
/*****************************
  Case Study
*****************************/
.case-study {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.case-study .case-study-title {
  display: block;
  color: #000129;
  font-size: 18px;
  font-weight: 600;
}

.case-study .case-study-title:hover {
  color: #ff0000;
}

.case-study .case-study-services {
  display: block;
  margin-bottom: 10px;
}

.case-study .case-study-services:hover {
  color: #ffffff;
}

.case-study .case-study-img {
  background-size: cover;
  min-height: 249px;
  border-radius: 5px;
  background-position: center center;
}

.case-study .case-study-img.case-study-lg {
  min-height: 530px;
}

.case-study .case-study-info {
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: -90px;
  z-index: 2;
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0%);
  background: #ffffff;
}

.case-study .case-study-info p {
  max-height: 66px;
  overflow: auto;
}

.case-study:hover .case-study-info {
  opacity: 1;
  bottom: 20px;
}

.case-study .case-study-lg + .case-study-info p {
  max-height: 340px;
  overflow: auto;
}

/* style 02 */
.case-study-style-02 {
  position: relative;
}

.case-study-style-02:before {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  top: auto;
  background: rgba(2, 45, 98, 0.85);
  content: "";
  transition: all 0.5s ease;
  border-radius: 5px;
}

.case-study-style-02:hover:before {
  bottom: 0;
  height: 100%;
}

.case-study-style-02 .case-study-title {
  color: #ffffff;
}

.case-study-style-02 .case-study-info {
  background: transparent;
}

.case-study-style-02 .case-study-info p {
  color: #ffffff;
}

.clients-detail {
  margin: 0;
}

.clients-detail li {
  padding-right: 150px;
  margin-top: 20px;
}

.clients-detail li:last-child {
  padding-right: 0px;
}

.case-study-style-03 {
  overflow: hidden;
}

.case-study-style-03 .case-study-img {
  transition: transform .5s ease-in-out;
  overflow: hidden;
  border-radius: 0;
}

.case-study-style-03 .case-study-info {
  padding: inherit;
  width: inherit;
  position: relative;
  left: inherit;
  bottom: inherit;
  z-index: 2;
  opacity: inherit;
  border-radius: inherit;
  transform: inherit;
  background: #ffffff;
  padding-top: 20px;
}

.case-study-style-03:hover .case-study-info {
  bottom: inherit;
  height: 100%;
  transition: transform .5s ease-in-out;
}

.case-study-style-03:hover .case-study-img {
  transform: scale(1.07);
  transition: transform .5s ease-in-out;
}

.case-study-style-03 .case-study-services:hover {
  color: #ff0000;
}

/* Responsive View */
@media (max-width: 1199px) {
  .clients-detail li {
    padding-right: 110px;
  }
}

@media (max-width: 991px) {
  .case-study .case-study-info {
    padding: 20px;
  }
  .clients-detail li {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .clients-detail li {
    padding-right: 50px;
    width: 50%;
    float: left;
  }
}

@media (max-width: 575px) {
  .clients-detail li {
    padding-right: 0px;
    width: 100;
    float: none;
  }
}

/*****************************
  Category
*****************************/

/* Transition */
.category-grid-style-01 .category-item .category-icon,
.category-grid-style-01 .category-item:before,
.category-list-style-01 ul,
ul.category-list li a:after,
.category-box .category-icon,
.category-box:hover .category-icon i,
.category-box:hover .category-icon .category-title,
.category-box-style-02,
.category-box-style-02:before,
.category-box-style-02 ul.category-list {
  transition: all 0.3s ease-in-out;
}

/* Grid Style 01 */
.category-grid-style-01 {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
}

.category-grid-style-01 .category-item {
  padding: 30px;
  text-align: center;
  width: 16.6666%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  cursor: pointer;
}

.category-grid-style-01 .category-item:nth-child(6n+0) {
  border-right: none;
}

.category-grid-style-01 .category-item:before {
  content: "";
  background: #ffffff;
  width: 110%;
  height: 110%;
  display: inline-block;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 1;
  opacity: 0;
  transform: scale(0.96);
}

.category-grid-style-01 .category-item:hover:before {
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  opacity: 1;
  transform: scale(1);
}

.category-grid-style-01 .category-item:hover .category-icon {
  color: #ff0000;
}

.category-grid-style-01 .category-item:hover .category-title {
  color: #ff0000;
}

.category-grid-style-01 .category-item .category-icon {
  color: #000000;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.category-grid-style-01 .category-item .category-title {
  color: #000129;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.category-grid-style-01 .show-more-cat {
  display: flex;
  justify-content: center;
  margin: 60px 0 -20px 0;
  width: 100%;
}

.category-grid-style-01 .show-more-cat a {
  color: #000129;
  font-size: 12px;
  font-weight: bold;
}

.category-grid-style-01 .show-more-cat a:hover {
  color: #ff0000;
}

.category-grid-style-01 .show-more-cat i {
  margin: 5px auto 0 auto;
}

/* Grid Style 02 */
.category-grid-style-02 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px 0px -15px;
}

.category-grid-style-02 ul li {
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 45px;
}

.category-grid-style-02 ul li a {
  flex: 0 0 100%;
  font-size: 18px;
  color: #000129;
  padding-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
}

.category-grid-style-02 ul li a:hover {
  color: #ff0000;
}

.category-grid-style-02 ul li:nth-last-child(-n+4) a {
  margin-bottom: 0;
}

/* List Style 01 */
.category-list-style-01 ul.category-list {
  margin-bottom: 0;
  padding: 0 0 15px;
  height: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.category-list-style-01 ul.category-list:hover {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

ul.category-list {
  padding-left: 0;
  margin-bottom: 0;
}

ul.category-list li {
  list-style: none;
  margin-bottom: 15px;
}

ul.category-list li a {
  display: inline-block;
  color: #626262;
}

ul.category-list li a:hover {
  color: #ff0000;
  font-weight: bold;
}

ul.category-list li a:hover:after {
  margin-left: 10px;
  opacity: 1;
}

ul.category-list li a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: bold;
  margin-left: -10px;
  opacity: 0;
}

.dark-background ul.category-list li a {
  color: #ffffff;
}

.dark-background ul.category-list li a:hover {
  color: #ff0000;
}

/* Category Box Style 01 */
.category-box .category-icon {
  background: #ffffff;
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
}

.category-box .category-icon i {
  color: #ff0000;
  font-size: 80px;
  margin-bottom: 20px;
}

.category-box:hover .category-icon {
  background: #000129;
}

.category-box:hover .category-icon i {
  color: #ffffff;
}

.category-box:hover .category-icon .category-title {
  color: #ffffff;
}

.category-box ul.category-list li {
  margin-bottom: 20px;
}

.category-box ul.category-list li:last-child {
  margin-bottom: 0;
}

.category-box p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

/* Category Box Style 02 */
.category-box-style-02 {
  padding: 60px 5px;
  border-radius: 5px;
  transform: scale(0.98);
}

.category-box-style-02:hover {
  background: #000129;
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  transform: scale(1);
}

.category-box-style-02:hover .category-icon {
  background: transparent;
}

.category-box-style-02:hover ul.category-list {
  opacity: 1;
}

.category-box-style-02 .category-icon {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.category-box-style-02 ul.category-list {
  opacity: 0;
}

.category-box-style-02 ul.category-list li a {
  color: #ffffff;
}

.category-box-style-02 ul.category-list li a:hover {
  color: #ff0000;
}

.category-box-style-02.active {
  background: #000129;
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  transform: scale(1);
}

.category-box-style-02.active .category-icon {
  background: transparent;
}

.category-box-style-02.active .category-icon i {
  color: #ffffff;
}

.category-box-style-02.active .category-icon .category-title {
  color: #ffffff;
}

.category-box-style-02.active ul.category-list {
  opacity: 1;
}

/* category-style-03 */
.category-style-03 {
  display: flex;
  flex-wrap: wrap;
}

.category-style-03 a.category-item {
  padding: 40px 30px 25px 30px;
}

/* Responsive View */
@media (max-width: 991px) {
  .category-grid-style-01 .category-item {
    width: 25%;
  }
  .category-grid-style-01 .category-item:nth-child(6n+0) {
    border-right: 1px solid #eeeeee;
  }
  .category-grid-style-01 .category-item:nth-child(4n+0) {
    border-right: none;
  }
  .category-box-style-02 {
    padding: 20px 5px;
  }
  .category-grid-style-02 ul li {
    width: 33.3333%;
    margin-bottom: 35px;
  }
  .category-grid-style-02 ul li a {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .category-grid-style-01 .category-item {
    width: 33.3333%;
  }
  .category-grid-style-01 .category-item:nth-child(4n+0) {
    border-right: 1px solid #eeeeee;
  }
  .category-grid-style-01 .category-item:nth-child(3n+0) {
    border-right: none;
  }
  .category-grid-style-01 .show-more-cat {
    margin-top: 40px;
  }
  .category-grid-style-02 ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  .category-grid-style-02 ul li a {
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .category-grid-style-01 .category-item {
    width: 100%;
  }
  .category-grid-style-01 .category-item:nth-child(3n+0) {
    border-right: 1px solid #eeeeee;
  }
  .category-grid-style-01 .category-item:nth-child(2n+0) {
    border-right: none;
  }
  .category-grid-style-02 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*****************************
  Client
*****************************/
.our-clients {
  position: relative;
  display: flex;
  align-items: center;
}

.our-clients .owl-stage {
  display: flex;
  height: 100%;
}

.our-clients .item {
  display: flex;
  height: 100%;
}

.our-clients .client-title {
  flex: 0 0 16%;
}

.our-clients .client-title h5 {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
}

.our-clients .svg-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.our-clients .brand-logo {
  flex: 0 0 64%;
  overflow: hidden;
  padding-right: 30px;
}

.our-clients .client-btn {
  flex: 0 0 20%;
}

/* style 02 */
.our-clients-style-02 {
  border-radius: 5px;
  padding: 40px 0;
}

.our-clients-style-02 .svg-item {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.our-clients-style-02 .svg-item:before {
  position: absolute;
  left: -49px;
  width: 200px;
  height: 200px;
  background: #ff0000;
  content: "";
  top: -30px;
  border-radius: 100%;
}

.our-clients-style-02 .svg-item:after {
  position: absolute;
  left: 80px;
  width: 70px;
  height: 70px;
  background: #ff0000;
  content: "";
  bottom: -40px;
  border-radius: 100%;
}

@media (max-width: 1199px) {
  .our-clients-style-02 {
    display: block;
    padding: 0;
  }
  .our-clients-style-02 .client-title {
    padding-left: 20px;
    padding: 20px;
    background: #ff0000;
  }
  .our-clients-style-02 .svg-item {
    display: none;
  }
  .our-clients-style-02 .brand-logo {
    margin: 40px 20px;
  }
  .our-clients-style-02 .client-btn {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

/*****************************
  Form Control
*****************************/
/* form-control */
.form-control {
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 10px 20px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  background: #f6f6f6;
  color: #000129;
  border-radius: 5px;
  background-clip: inherit !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ff0000;
}

input.form-control {
  height: 48px;
}

.form-control::-moz-placeholder {
  color: #3a4957;
}

.form-control::-ms-input-placeholder {
  color: #3a4957;
}

.form-control::-webkit-input-placeholder {
  color: #3a4957;
}

/* form-dark */
.form-dark .form-control {
  background-color: #000129;
  color: #ffffff;
}

.form-dark .form-control:focus {
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  border-color: #ff0000;
}

.form-white .form-control {
  background-color: #ffffff;
  color: #ffffff;
}

.form-white .form-control:focus {
  border-color: #ff0000;
}

.form-dark .form-control::-moz-placeholder {
  color: #ffffff;
}

.form-dark .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.form-dark .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.custom-hover {
    background-color: #ff0000;   /* Red */
    border-color: #ff0000;
    color: #ffffff;              /* White text */
    transition: all 0.3s ease;
}

.custom-hover .fas {
    color: #fff;
}

.custom-hover:hover {
    background-color: #ffffff !important; /* Opposite */
    color: #ff0000 !important;            /* Red text */
    border-color: #ff0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(167, 29, 42, 0.4);
}

/* custom-file */
.custom-file {
  height: 50px;
}

.custom-file .custom-file-input {
  height: 50px;
  color: #000129;
  border-radius: 5px;
  border-color: #eeeeee;
}

.custom-file .custom-file-input:focus {
  box-shadow: none;
  border-color: #ff0000;
}

.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #000129;
  border-color: #eeeeee;
  padding: 15px 90px 15px 20px;
  border-radius: 5px;
}

.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
  border-color: #ff0000;
}

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  background: transparent;
  border-color: #eeeeee;
  box-shadow: none;
  justify-content: center;
}

/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
  background: #ff0000;
  border-color: #ff0000;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #eeeeee;
}

.custom-control-label:before {
  top: 0px;
}

.custom-control-label:after {
  top: 0px;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 5px;
  border: 2px solid #dfdfdf;
}

/* contact form */
.contact-form-style-02 .inp {
  position: relative;
  margin: auto;
  width: 100%;
}

.contact-form-style-02 .inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  transform-origin: 0 0;
  transition: all 0.5s ease;
}

.contact-form-style-02 .inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff0000 !important;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.5s ease;
  border: none !important;
}

.contact-form-style-02 .inp .form-control {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  border-radius: 0;
  color: #ffffff;
  transition: all 0.5s ease;
}

.contact-form-style-02 .inp .form-control:hover {
  background: rgba(2, 45, 98, 0.03);
}

.contact-form-style-02 .inp .form-control:not(:placeholder-shown) + span {
  color: rgba(2, 45, 98, 0.05);
  transform: translateY(-16px) scale(0.75);
  color: rgba(2, 45, 98, 0.05);
  transform: translateY(-16px) scale(0.75);
  display: none;
}

.contact-form-style-02 .inp .form-control:focus {
  background: none;
  outline: none;
}

.contact-form-style-02 .inp .form-control:focus + span {
  color: #ffffff;
  transform: translateY(-16px) scale(0.75);
  opacity: 1;
}

.contact-form-style-02 .inp .form-control:focus + span + .border {
  transform: scaleX(1);
  border-color: #ff0000 !important;
}



/*************************************
         Shuffle
 *************************************/
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
}

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px;
}

.my-shuffle-container .portfolio-item {
  position: relative;
  filter: contrast(0.8);
  transition: all 0.5s ease;
}

.my-shuffle-container .portfolio-item:hover {
  filter: contrast(1);
}

@media (max-width: 1199px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
  }
  .my-shuffle-container.columns-4 .grid-item {
    width: 50%;
  }
  .my-shuffle-container.columns-5 .grid-item {
    width: 50%;
  }
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .my-shuffle-container.columns-2 .grid-item {
    width: 100%;
  }
  .my-shuffle-container.columns-3 .grid-item {
    width: 100%;
  }
  .my-shuffle-container.columns-4 .grid-item {
    width: 100%;
  }
  .my-shuffle-container.columns-5 .grid-item {
    width: 100%;
  }
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
  }
}

/*****************************
    Timeline
*****************************/
.cd-horizontal-timeline {
  opacity: 0;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline ul {
  margin-top: 0;
  margin-bottom: 0rem;
  list-style-type: none;
  padding: 0;
}

.cd-horizontal-timeline a {
  text-decoration: none;
}

.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 80px;
  overflow: hidden;
}

.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #000129;
  font-weight: 600;
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #ffffff;
  transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #ff0000;
  border-color: #ff0000;
}

.cd-horizontal-timeline .events a.older-event::after {
  background-color: #ff0000;
  border-color: #ff0000;
}

.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ff0000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

.cd-horizontal-timeline.loaded {
  opacity: 1;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.events-content .year {
  font-size: 96px;
  transform: rotate(-90deg);
  position: absolute;
  top: 50px;
  right: -30px;
  margin-bottom: 0;
  opacity: 0.1;
  color: #ff0000;
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  border: 2px solid #f6f6f6;
  overflow: hidden;
  color: transparent;
  transition: border-color 0.3s;
  left: 0;
}

.cd-timeline-navigation a:hover {
  border: 2px solid #ff0000;
  color: #ffffff;
  background: #ff0000;
}

.cd-timeline-navigation a:hover:before {
  color: #ffffff;
}

.cd-timeline-navigation a.prev::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  color: #000129;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.cd-timeline-navigation a.next {
  right: 0;
  left: auto;
}

.cd-timeline-navigation a.next::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000129;
  font-weight: bold;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  transition: height 0.4s;
  z-index: -9;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 700px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right {
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li.enter-left {
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left;
  animation-direction: reverse;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

@media only screen and (max-width: 767px) {
  .cd-horizontal-timeline .events-content {
    margin-top: 0;
  }
  .cd-horizontal-timeline .events-wrapper {
    margin: 0 40px;
  }
  .events-content .year {
    font-size: 66px;
    transform: rotate(0deg);
    position: relative;
    top: 0;
    right: 0;
  }
  .cd-timeline-navigation a {
    width: 30px;
    height: 30px;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*****************************
	Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: inherit;
  height: 10px;
  margin: 40px 0px 15px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
}

.progress .progress-bar {
  height: 10px;
  border-radius: 5px;
}

.progress .progress-bar-title {
  position: absolute;
  left: 0;
  top: -30px;
  color: #000129;
  font-size: 14px;
  font-weight: 600;
}

.progress .progress-bar-number {
  position: absolute;
  right: 0;
  color: #000129;
  top: -30px;
  font-weight: 600;
}

/*****************************
  List style
*****************************/
.list {
  margin: 0;
  padding: 0;
}

.list li {
  margin-bottom: 15px;
  color: #000000;
}

.list li:last-child {
  margin-bottom: 0px;
}

.list-number li span {
  background: rgba(239, 49, 57, 0.1);
  color: #ff0000;
  border-radius: 50%;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  font-size: 13px;
}

/*************************
       Header
*************************/
.header {
  background: #ffffff;
  transition: all 0.5s ease;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.05);
}

.header .container-fluid {
  padding: 0 60px;
}

.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 9;
  box-shadow: none;
}

.header-transparent .navbar .navbar-brand {
  padding: 15px 0px;
}

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header-transparent .search .search-btn {
  color: #ffffff;
}

.header.header-transparent.sticky-top {
  background: #000129;
}

/* topbar */
.header .topbar {
  border-bottom: 1px solid rgba(2, 45, 98, 0.1);
}

.header .topbar ul {
  margin-bottom: 0;
  color: #ffffff;
}

.header .topbar a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.header .topbar a:hover {
  color: #ff0000;
}

/* navbar */
.navbar {
  padding: 0;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 16px 10px;
  margin-right: 0px;
  color: #000;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ff0000;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
  color: #ff0000;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.dropdown-menu {
  z-index: 9999;
  display: none;
}

.min-width-5 {
  min-width: 7rem;
}

@media (max-width:576px) {
    .min-width-5 {
      min-width: 5rem;
    }
}

.navbar-collapse {
  position: relative;
}

.navbar-light {
  color: #ffffff;
  background-color: #f6f6f6;
  border-color: #eeeeee;
}

.navbar-light .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-brand {
  padding: 15px 0px;
  margin-right: 0;
}

.navbar-brand img {
  height: 40px;
}

.navbar .navbar-brand {
  color: #ffffff;
  flex: 0 0 200px;
}

.header .navbar-nav > li {
  display: flex;
}

.header .navbar-nav li > a {
  align-items: center;
  display: flex;
  padding: 3px 0px;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
}

.header .navbar-nav li > a:hover {
  color: #ff0000;
}

.header .navbar-nav li > a i {
  color: #ff0000;
  margin-left: 10px;
  font-size: 12px;
}

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
  color: #ff0000;
  background: none;
}

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  align-items: inherit;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 200px;
}

.header .navbar .dropdown-menu {
  padding: 15px;
}

.header .navbar .dropdown-menu li a i {
  margin-left: 0;
  transition: all 0.5s ease;
  color: #ff0000;
}

.navbar .dropdown > .dropdown-menu li > a:hover i {
  opacity: 1;
  margin-left: 10px;
}

.navbar .dropdown > .dropdown-menu li.active > a i {
  opacity: 1;
  margin-left: 10px;
}

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  padding: 10px 20px 10px 5px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 3px;
}

.navbar .dropdown > .dropdown-menu li > a:hover {
  background: rgba(239, 49, 57, 0.1);
  color: #ff0000;
  padding-left: 15px;
}

.navbar .dropdown > .dropdown-menu li.active > a {
  background: rgba(239, 49, 57, 0.1);
  color: #ff0000;
  padding-left: 15px;
}

.search {
  vertical-align: middle;
  display: table;
  height: 100%;
  float: left;
}

.search .search-btn {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #000129;
  transition: color 300ms ease 0s;
  transition: 0.5s ease-in-out;
}

.search .search-btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.search.search-open .search-btn:before {
  content: "\f00d";
}

.search-box {
  display: block;
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 100%;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  transform: rotateX(90deg);
  transform-origin: 0 0;
  transition: all 400ms ease;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  transform: rotateX(0deg);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease-in-out;
}

.search .search-box .form-control {
  height: 58px;
}

.header.sticky-top {
  position: fixed;
  width: 100%;
  background: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  transition: 0.5s ease-in-out;
  z-index: 999;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header.sticky-top .topbar {
  display: none;
}

.header.sticky-top .navbar-brand {
  padding: 15px 0px;
}

/* Header Style 02 */
.header-style-02 {
  background: #000129;
}

.header-style-02 .topbar {
  padding: 0;
  border-color: rgba(255, 255, 255, 0.1);
}

.header-style-02.sticky-top .topbar {
  display: block;
}

.header-style-02 .topbar .contact-info {
  display: flex;
  align-items: center;
}

.header-style-02 .topbar .contact-info ul {
  padding: 0;
  margin: 0;
}

.header-style-02 .topbar .contact-info li {
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 40px;
}

.header-style-02 .topbar .contact-info li:last-child {
  border-right: 0;
  font-size: 12px;
}

.header-style-02 .topbar .contact-info li i {
  align-items: center;
  font-size: 30px;
  display: flex;
  padding-right: 20px;
}

.header-style-02 .topbar .contact-info li label {
  margin-bottom: 0;
}

.header-style-02 .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.header-style-02 .navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.header-style-02 .search .search-btn {
  color: #ffffff;
}

.header-style-02 .search-box {
  opacity: 1 !important;
  position: inherit;
  visibility: visible;
  transform: inherit;
  width: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

.header-style-02 .search-box .form-control {
  background: transparent;
  border: transparent;
  color: #ffffff;
  border-radius: 0;
  height: 60px;
  padding: 10px 18px;
}

.header-style-02 .search-box .search-button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: transparent;
  color: #ffffff;
}

.header-style-02.sticky-top {
  background: #000129;
}

.header-style-02.sticky-top .topbar .contact-info {
  display: none !important;
}

.header-style-02.sticky-top .navbar {
  position: absolute;
  right: 10px;
  top: -65px;
}

.header-style-02 .search-box .form-control::placeholder {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

/* Header Style 03 */
.header-style-03 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
}

.header-style-03.sticky-top {
  background: #000129;
}

.header-style-03 .topbar {
  background: #ffffff;
}

.header-style-03 .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header-style-03 .search {
  position: relative;
}

.header-style-03 .search-box {
  right: 0;
  margin-top: 10px;
}

.header-style-03 .search .search-btn {
  color: #ffffff;
}

.header-style-03 + .banner {
  margin-top: 60px;
}

/* Header Transparent */
.header-transparent .search {
  position: relative;
}

.header-transparent .search-box {
  right: 0;
  margin-top: 10px;
}

.header-transparent .search .search-btn {
  color: #ffffff;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000000;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000129;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #000129;
  background-color: #f6f6f6;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #f6f6f6;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #ff0000;
  font-size: 18px;
}

@media (min-width: 992px) {
  .search .search-btn:before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.header .form-control {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.form-check {
  padding-left: 15px;
}

.form-check-input {
  margin-left: 0;
}

.form-check-input:checked {
  background: #ff0000;
  border-color: #ff0000;
}

.form-check-input:focus {
  box-shadow: none;
}

/* Contact Number */
.contact-number a {
  font-size: 16px;
}

.contact-number i {
  font-size: 20px;
  vertical-align: middle;
}

/* Glass button*/

.region-badge {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    background: rgba(255,255,255,1);
    padding: 4px 22px;
    border-radius: 40px;
    color: #000129;
    text-decoration: none;
    border: 1px solid rgba(255,0,0);
    transition: all 0.3s ease;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.region-badge:hover {
    transform: translateY(-2px);
    color: #ff0000;
}

@keyframes subtle-shake {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-3px); }
  50%  { transform: translateX(3px); }
  75%  { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}
.connect-btn:hover {
    animation: subtle-shake 0.3s ease-in-out;
}
.navbar-brand img {
    width: 180px;
}
.connect-btn:hover,.connect-btn:hover i {
    color: white !important;
}

.global-white {
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
}

.connect-btn {
    background:#ff0000;
    border:1px solid #ff0000;
    border-radius:50px;
    font-size:14px;
    font-weight:bold;
    padding:6px 10px;
    position:relative;
    cursor:pointer;
    line-height:1;
    z-index:1;
    text-decoration:none;
    color:#fff;
    display:inline-flex;
    align-items:center;
}

/* New Arrow */
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
  content: "";
  top: 20px;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #ff0000;
  display: inline-block;
  transition: all 0.2s ease;
  border-radius: 3px;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
  right: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header search */
.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.header-search-inner {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.header-search-inner::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -2px;
  width: 0;
  height: 3px;
  margin-top: -2px;
  background-color: #000129;
  transform: rotate(-45deg);
  transform-origin: right top;
  border-radius: 5px;
}

.header-search-inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 2px;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #000129;
  transform: rotate(45deg);
  transform-origin: right bottom;
  border-radius: 5px;
}

.header-search-icon {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #000129;
}

.header-search-inner:hover::before,
.header-search-inner:hover::after {
  width: 15px;
}

.header-search-inner:hover::before {
  top: 7px;
  right: 2px;
}

.header-search-inner:hover .header-search-icon {
  width: 0;
  height: 0;
  border-color: transparent;
}

.header-search-inner::before,
.header-search-inner::after,
.header-search-inner .header-search-icon {
  transition: all 0.3s ease-in-out;
}

.header-inner {
  z-index: 99;
}

.header-inner-nav {
  position: relative;
}

.header-inner .header-inner-nav.page-menu-top {
  position: fixed;
  width: 100%;
  background: #000129;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  top: 70px;
  animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
  padding: 5px 0;
}

.header-inner .header-inner-nav.page-menu-top .nav li a {
  color: #ffffff;
  padding: 10px 40px;
}

/*************************
       Responsive
*************************/
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 100%;
    transform: translate3d(-50%, 10px, 0);
    transition: all 0.3s ease-in-out;
    transition-property: opacity, visibility, transform;
    transform-origin: top center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    border-radius: 3px;
    top: 100%;
  }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 540px;
  }
  .navbar-nav .mega-menu {
    position: static;
  }
  .header .navbar .dropdown:hover > .dropdown-menu {
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    transform: translate3d(15px, 10px, 0);
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    transform: translate3d(-15px, 10px, 0);
  }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .header-transparent .navbar-collapse, .header-style-03 .navbar-collapse {
    position: static;
  }
  .header.default .container, .header.default .container-fluid {
    position: relative;
  }
  .header.default .navbar-collapse {
    position: static;
  }
  .header.default .container-fluid .navbar-collapse {
    position: relative;
  }
  .header-style-02 .navbar .dropdown:hover > .dropdown-menu.megamenu {
    transform: translate3d(-50%, -7px, 0);
  }
  .header-style-03 .navbar .dropdown:hover > .dropdown-menu.megamenu {
    transform: translate3d(-50%, -7px, 0);
  }
  .header-transparent .navbar .dropdown:hover > .dropdown-menu.megamenu {
    transform: translate3d(-50%, -26px, 0);
  }
  .header.default .navbar .container .dropdown:hover > .dropdown-menu.megamenu {
    transform: translate3d(-50%, -16px, 0);
  }
  .header.default .container .dropdown:hover > .dropdown-menu.megamenu {
    transform: translate3d(-50%, -16px, 0);
  }
}

@media (max-width: 1366px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
  .header .container-fluid {
    padding: 0 15px;
  }
  .navbar .navbar-brand {
    flex: 0 0 150px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 14px;
  }
  .search-box {
    right: 15px;
  }
  .contact-number a {
    font-size: 14px;
  }
  .header.default .navbar .navbar-nav .nav-link {
    padding: 10px 10px;
  }
}

@media (max-width: 991px) {
  .header .navbar .dropdown-menu {
    width: 100%;
  }
  .header.default .container {
    max-width: 100%;
  }
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000129;
    box-shadow: none !important;
  }
  .header-style-02.sticky-top .navbar {
    position: relative;
    right: 0;
    top: 0px;
  }
  .header-style-03 .navbar-toggler {
    right: 0;
  }
  .header-style-03.sticky-top .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
  }
  .header-style-03.sticky-top .navbar-toggler i {
    color: #ffffff;
  }
  .navbar-collapse {
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 80px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .header .navbar-nav > li {
    display: block;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 16px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    width: 100%;
  }
  .header-style-02 .navbar-toggler {
    position: absolute;
    right: 0;
    top: -40px;
    border-color: #ffffff;
    color: #ffffff;
  }
  .header-style-02.sticky-top .navbar-toggler {
    top: -35px;
  }
  .header-style-02 .navbar-collapse {
    top: 0;
  }
  .header-style-02 .navbar .navbar-nav .nav-item .nav-link {
    color: #000129;
  }
  .header-style-02 .navbar .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 10px;
  }
  .header .navbar .dropdown-menu {
    max-height: 200px;
    overflow: scroll;
    margin-bottom: 15px;
  }
  .header-style-03 {
    position: relative;
    background: #000129;
  }
  .header-style-03 .navbar-toggler {
    border-color: #ffffff;
    color: #ffffff;
  }
  .header-style-03 .search .search-btn {
    color: #ffffff;
  }
  .header-style-03 .navbar-brand {
    padding: 10px 0px;
  }
  .header-style-03 .navbar .navbar-nav .nav-link {
    color: #000129;
  }
  .header-style-03 + .banner {
    margin-top: 0;
  }
  .header-inner .header-inner-nav.page-menu-top .nav li a {
    padding: 10px 20px;
  }
  .header-style-03 .navbar-collapse {
    position: absolute;
    top: 60px;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    left: 0;
    margin-left: 0px;
    box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  }
  .sticky-top .navbar-collapse {
    top: 70px;
  }
  .header-style-02.sticky-top .navbar-collapse {
    top: 0;
  }
  .header-transparent {
    position: relative;
    background: #000129;
  }
  .header-transparent .navbar-toggler {
    border-color: #ffffff;
    color: #ffffff;
  }
  .header-transparent .search .search-btn {
    color: #ffffff;
  }
  .header-transparent .navbar .navbar-brand {
    padding: 14px 0px;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #000129;
  }
  .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    right: 20px;
  }
  .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    right: 15px;
  }
  .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .nav-title {
    margin-bottom: 2px !important;
    margin-top: 10px;
  }
  .navbar .dropdown > .dropdown-menu li > a {
    padding: 6px 20px 6px 0;
  }
  .dropdown-menu.megamenu ul {
    margin-bottom: 11px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 10px 0;
  }
  .navbar-collapse {
    top: 60px;
  }
  .navbar-toggler {
    right: 15px;
  }
  .header.default .container .navbar-toggler {
    right: 15px;
  }
}

/* sticky header */
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*****************************
  banner
*****************************/
/* .banner h1 {
  color: #ffffff;
  font-size: 72px;
  line-height: 82px;
  margin-bottom: 20px;
}

.banner h6 {
  color: #ffffff;
  margin-bottom: 30px;
}

.swiper-button-prev, .swiper-button-next {
  background-image: none;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
} */

.hero-banner{
    position: relative;
      min-height: 500px;
      display: flex;
      align-items: center;
      overflow: hidden;
      z-index:2;
}

/* particle animation */
.particlehead{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background:#bf2b21;
}

/* hero text above animation */
.hero-content{
  position:relative;
  z-index:2;
}

.hero-banner{
background: url("https://aliveinc.in/images/Alive Inc Home Slider 1.webp");
background-size: cover;
background-position: top;
background-repeat: no-repeat;
}

/* ──────────────────────────────────────────
       MOBILE (up to 576px)
    ────────────────────────────────────────── */
    @media (max-width: 325px) {
        .hero-banner {
            height: 930px;
        }
    }
    @media (min-width: 326px) and (max-width: 375px) {
        .hero-banner {
            height: 900px;
        }
    }
    @media (min-width: 376px) and (max-width: 420px) {
        .hero-banner {
            height: 900px;
        }
    }
    @media  (min-width: 421px) and (max-width: 576px) {
        .hero-banner {
            height: 830px;
        }
    }
    @media (max-width: 576px) {
      .hero-banner {
        background-image: url("https://aliveinc.in/images/Alive Inc Homepage Slider Mobile.webp");
        background-size: cover;
        background-position: center;
        align-items: flex-start;        /* content anchors to top */
        padding-top: 60px;
        
      }
      
 
      /* Stronger overlay on mobile for legibility */
      .hero-banner::before {
        background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.60) 0%,
          rgba(0, 0, 0, 0.30) 60%,
          rgba(0, 0, 0, 0.10) 100%
        );
      }
 
      .hero-banner h1 {
        /*font-size: 1.55rem;*/
        text-align: center;
      }
 
      .hero-banner p {
        font-size: 0.9rem;
        text-align: center;
        max-width: 100%;
      }
 
      .region-buttons {
        justify-content: center !important;
      }
 
      .hero-banner .text-left {
        text-align: center !important;
      }
 
      .btn-common.consultation-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
        display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 50px;
      color: #000128;
      font-size: 1rem;
      border: none;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      letter-spacing: 0.01em;
      text-decoration: none;
      }
   /* Ensure row is centred on mobile */
      .hero-banner .row {
        justify-content: center !important;
      }
 
      .hero-banner .col-lg-8 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
      }
    }
    @media (min-width:2000px){
        .hero-banner{
            height:800px;
        }
        .header-about{
            height:800px;
        }
    }
    
 .map-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 0 0 0.1px #ffffff;
}

.map-dot.india {
    top: 73%;
    left: 67%;
}

.map-dot.uae {
    top: 73%;
    left: 60%;
}

@media (max-width: 576px) {
    .world-map-img {
        margin-top: 0 !important;
    }
}

#miniWorldMap {
    position: relative;
    max-width: 900px;
    height: 420px;
    margin: 10px auto;
}

/* styles.css */

.map {
  position: relative;
  width: 100%;
  height: 500px;
  background: #eee;
}

/* circle */
.circle {
  position: absolute;
  top: 200px;
  left: 60%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1e90ff;
  cursor: pointer;
}

/* card (hidden by default) */
.map-card {
  position: absolute;
  background: #fff;
  color: #ff0000;
  padding: 16px;
  border-radius: 6px;
  top: 190px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.india-card {
  left: 60.5%;
}

.uae-card {
  left: 54%;
}

/* optional arrow */
.map-card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #ff0000 transparent transparent transparent;
}


    /* ──────────────────────────────────────────
       SMALL TABLET (577px – 767px)
    ────────────────────────────────────────── */
    @media (min-width: 577px) and (max-width: 768px) {
      .hero-banner {
        height: 600px !important;
        align-items: center;
        background-position:-615px;
      }
      
      .hero-banner .h-22{
          font-size:49px;
      }
      
      .hero-banner {
          height: 500px;
          /*background-position: -400px top;*/
      }
      
      .map-dot.india {
        top: 55%;
        left: 67%;
    }
    .map-dot.uae {
            top: 52%;
    left: 61%;
    }
    
}


@media (min-width: 769px) and (max-width: 1250px) {
    .hero-banner {
          /*background-position: -600px top;*/
      }

}
.consultation-btn {
    color: #000;
    background: #fff;
}

.consultation-btn:hover {
    transform: translateY(-4px);
    color: #fff;
    background-color:#000129;
    
}

.swiper-button-prev {
  left: 10%;
}

.swiper-button-next {
  right: 10%;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
}

.country-section {
        position: relative;
    padding: 25px;
    background: linear-gradient(
                120deg,
                #000128,
                #000128,
                #000128
            );
    background-size: 300% 300%;
    animation: bgMove 18s ease infinite;
    overflow: hidden;
}





@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }
    70% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0.2;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

.map-dot.india::after, .map-dot.uae::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: rgb(254 1 3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.6s infinite;
    z-index: -1;
}

.country-list-wrapper ul {
    list-style: none;
    padding: 0;
}

.country-list-wrapper a {
    font-size: 20px;
    color: white;
}

.flag-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}



@media (max-width: 768px) {
    .country-list-wrapper {
        margin: 0 !important;
    }
    #miniWorldMap {
          height: auto;
      }
      .map-dot.india {
        top: 55%;
        left: 67%;
    }
    .map-dot.uae {
            top: 52%;
    left: 61%;
    }
}


.country-list-wrapper {
    max-width: 900px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
    position: relative;
    z-index: 2;
}

.world-map-img {
        width: 100%;
    height: auto;
    display: block;
    margin-top: -70px;
}

.banner ul {
  padding: 0;
  margin: 30px 0 50px;
  list-style-type: none;
  text-align: center;
}

.banner ul li {
  display: inline-block;
}

.banner ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-right: 2px solid #ffffff;
  padding: 0 15px;
}

.banner ul li a:hover {
  color: #ff0000;
}

.banner ul li:last-child a {
  border-right: 0;
}

/* banner 02 */
.slider-02 .font-large {
  font-size: 86px;
  line-height: 100px;
}


.text-stroke-white {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}

.text-stroke-primary {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff0000;
  display: block;
}

.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000129;
  display: block;
}

/* banner 03 */
.banner-logo {
  padding: 10px 20px;
  background: #ff0000;
  flex: 0 0 240px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 70px;
  line-height: 60px;
  position: relative;
  align-self: center;
  margin-left: 20px;
  text-align: center;
  display: inline-block;
}

.banner-logo:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 21px;
  left: -30px;
  border-top: 20px solid rgba(239, 49, 57, 0);
  border-right: 20px solid #ff0000;
  top: 15px;
}

.banner .swiper-button-big .icon-btn {
  font-size: 100px;
  background: transparent;
  font-weight: 500;
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
  .banner h1 {
    font-size: 66px;
    line-height: 76px;
    margin-bottom: 10px;
  }
  .slider-02 .font-large {
    font-size: 66px;
    line-height: 76px;
  }
  .swiper-button-prev {
    left: 5%;
  }
  .swiper-button-next {
    right: 5%;
  }
}

@media (max-width: 767px) {
  .banner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  .slider-02 .font-large {
    font-size: 52px;
    line-height: 60px;
  }
  .banner-logo {
    width: auto;
    font-size: 50px;
    line-height: 50px;
  }
}

/*****************************
  Layout
*****************************/
/*****************************
   Section Title
*****************************/
.section-title {
  margin-bottom: 50px;
}

.section-title p {
  /*font-size: 15px;*/
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
  color: red;
}

/* Top Half Background */
.bg-dark-half-lg,
.bg-dark-half-md,
.bg-dark-half-sm {
  position: relative;
}

.bg-dark-half-lg:before,
.bg-dark-half-md:before,
.bg-dark-half-sm:before {
  content: "";
  background: #000129;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-light-half-lg,
.bg-light-half-md,
.bg-light-half-sm {
  position: relative;
}

.bg-light-half-lg:before,
.bg-light-half-md:before,
.bg-light-half-sm:before {
  content: "";
  background: #f6f6f6;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-dark-half-lg:before,
.bg-light-half-lg:before {
  height: 470px;
}

.bg-dark-half-md:before,
.bg-light-half-md:before {
  height: 370px;
}

.bg-dark-half-sm:before,
.bg-light-half-sm:before {
  height: 250px;
}

/* Background Border Top */
.background-border-top {
  background: #ff0000;
  height: 5px;
  width: 100%;
  border-radius: 5px;
}

/* Footer Address */
.contact-address .contact-item {
  display: flex;
  margin-bottom: 25px;
}

.contact-address .contact-item:last-child {
  margin-bottom: 0;
}

.contact-address .contact-item label {
  min-width: 100px;
  color: #000129;
  font-style: italic;
  margin-bottom: 0;
  text-align: right;
  padding-right: 20px;
  font-weight: 500;
}

.contact-address .contact-item p {
  margin-bottom: 0;
}

.contact-address-02 .contact-item {
  display: flex;
}

.contact-address-02 .contact-item:last-child {
  margin-bottom: 0;
}

.contact-address-02 .contact-item label {
  min-width: 70px;
  color: #000129;
  margin-bottom: 0;
  padding-right: 20px;
  font-weight: 600;
}

.contact-address-02 .contact-item p {
  margin-bottom: 0;
}


/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

/* Back To Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 9;
}

.back-to-top:hover, .back-to-top.auto {
  color: rgba(255, 255, 255, 0);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before, .back-to-top.auto:before {
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after, .back-to-top.auto:after {
  animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #ffffff;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: #ffffff;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}

@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}

.imageblock-section {
  position: relative;
  display: block;
  width: 100%;
}

.imageblock-section-img {
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0;
  float: left;
  left: 0;
  right: auto;
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: opacity .3s linear;
  display: block;
  width: 100%;
}

/* Header Inner */
.header-inner {
  padding: 130px 0px;
  background-size: cover;
  background-position: center center;
}

.header-inner .header-inner-title {
  font-size: 14px;
  width: 115%;
}

@media (max-width: 2000px){
    .header-inner .header-inner-title{
        width:101%;
        padding-top:18px;
    }
}
@media (max-width: 1440px){
    .header-inner .header-inner-title{
        width:101%;
        padding-top:32px;
    }
}
@media (max-width: 1024px){
    .header-inner .header-inner-title{
        width:101%;
        padding-top:72px;
    }
}

@media (max-width: 768px){
    .header-inner .header-inner-title{
        display:inline;
        padding-top:24px;
    }

}


.header-inner-menu {
  padding-bottom: 0;
}

.header-inner-menu .header-inner-title {
  margin-bottom: 80px;
}

.header-inner .header-inner-nav {
  padding: 15px 0;
  background: linear-gradient(0deg, #000129 20%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.header-inner .header-inner-nav .nav li a {
  color: #ffffff;
  padding: 14px 40px;
  font-weight: 600;
  border-radius: 5px;
}

.header-inner .header-inner-nav .nav li a.active {
  background: #ff0000;
}

.contact-bg-logo {
  position: absolute;
  top: 0;
  z-index: -9;
}

.contact-bg-logo i {
  font-size: 42rem;
  color: rgba(239, 49, 57, 0.06);
}

.badge-round {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #ff0000;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  padding-top: 26px;
}

.envelope-box {
  padding: 1em;
  border: 16px solid transparent;
  border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
}

.cookie {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 9;
}

.pulsating-circle{
position:absolute;
top:50%;
left:50%;
width:100px;
height:100px;
transform:translate(-50%,-50%);
z-index:-1;
}

.pulsating-circle::before{
content:"";
position:absolute;
top:30%;
left:50%;
width:30px;
height:30px;
background:#f50809;
border-radius:50%;
transform:translate(-50%,-50%);
animation:pulse-ring 1.6s infinite;
}

.pulsating-circle::after{
content:"";
position:absolute;
border-radius:80%;
transform:translate(-50%,-50%);
}


@keyframes pulse-ring{
0%{transform:translate(-50%,-50%) scale(1);opacity:0.8;}
70%{transform:translate(-50%,-50%) scale(4);opacity:0;}
100%{opacity:0;}
}

@media (max-width: 1199px) {
  /* Header Inner */
  .header-inner {
    padding: 100px 0px;
  }
  .header-inner-menu {
    padding-bottom: 0;
  }
  .header-inner-menu .header-inner-title {
    margin-bottom: 60px;
  }
  .header-inner .header-inner-nav .nav li a {
    padding: 14px 38px;
  }
}

@media (max-width: 991px) {
  /* Header Inner */
  .header-inner {
    padding: 80px 0px;
  }
  .header-inner-menu {
    padding-bottom: 0;
  }
  .header-inner-menu .header-inner-title {
    margin-bottom: 40px;
  }
  .header-inner .header-inner-nav .nav li a {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  /* Header Inner */
  .header-inner {
    padding: 60px 0px;
  }
  .header-inner-menu {
    padding-bottom: 0;
  }
  .header-inner-menu .header-inner-title {
    margin-bottom: 20px;
  }
  .header-inner .header-inner-nav .nav li a {
    padding: 6px 14px;
  }
  .header-inner .header-inner-title {
    font-size: 16px;
  }
  /* section title */
  .section-title {
    margin-bottom: 30px;
  }
  .section-title p {
    /*font-size: 16px;*/
    
  }
  /* svg */
  .icon-bg-dar svg {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .imageblock-section-img {
    position: relative;
    height: 400px;
  }
  .contact-bg-logo i {
    font-size: 30rem;
  }
  .imageblock-section-img {
    float: none;
  }
}

@media (max-width: 575px) {
  /* Header Inner */
  .header-inner {
    padding: 40px 0px;
  }
  .header-inner-menu {
    padding-bottom: 0;
  }
  .bg-dark-half-sm:before, .bg-light-half-sm:before {
    height: 150px;
  }
  .contact-bg-logo i {
    font-size: 18rem;
  }
}

.header-about {
    background-image: url(https://aliveinc.in/images/Alive%20Inc.%20About%20Us.webp);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 500px;
}



@media (max-width: 1400px) and (min-width: 768px) {
    .header-about {
        background-position: -325px top;
    }
}


.sec-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,1,41,0.06);
    border: 1px solid rgba(0,1,41,0.18);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #000129;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .sec-heading {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: #000129;
    margin: 16px 0;
  }
  .sec-heading em { font-style: normal; color: #ff0000; }

  /* ── SECTION 1: OUR PROCESS ── */
  #process {
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  #process::before { display: none; }
  #process::after  { display: none; }

  .container { max-width: 1180px; margin: 0 auto; }
  .section-top { text-align: center; margin-bottom: 60px; }
   .container-1{ max-width:1680px ;margin:0 auto;}
   
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
  }
  .steps-grid::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00012955, #ff000055, transparent);
    z-index: 0;
  }

  .step-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px 40px;
    transition: transform 0.3s;
  }
  .step-card:hover { transform: translateY(-6px); }

  .step-num {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #000129;
    border: 2px solid rgba(0,1,41,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
    transition: all 0.3s;
  }
  .step-card:hover .step-num {
    background: #ff0000;
    border-color: #000129;
    color: #fff;
    box-shadow: 0 0 24px rgba(0,1,41,0.35);
  }

  .step-icon { font-size: 32px; display: block; }

  .step-title {
    font-size: 15px;
    font-weight: 700;
    color: #000129;
    line-height: 1.3;
  }
  .step-desc { font-size: 13px; color: #444; line-height: 1.6; }

.step-icon i {
  font-size: 28px;
  color: #ff0000; /* change to your theme */
  transition: 0.3s;
}

.step-card:hover .step-icon i {
  transform: scale(1.2);
  color: #000;
}


  /* ── RESPONSIVE ── */

  @media (max-width: 900px) {
    .pricing-inner { grid-template-columns: 1fr; gap: 40px; }
  }
  @media (max-width: 600px) {
    .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .step-card { padding: 0 10px 30px; }
    .pricing-highlights { grid-template-columns: 1fr; }
    .step-num { width: 52px; height: 52px; font-size: 18px; }
  }
  @media (max-width: 380px) {
    .steps-grid { grid-template-columns: 1fr; }
  }
/*****************************
    Footer
*****************************/
 .footer-section{
background:#000129;
color:#fff;
padding:1.5rem;
font-size:14px;
}

.footer-section a:hover i {
    color: #ff0000;
}

.footer-title{
color:#ff0000;
font-weight:600;
display:flex;
align-items:center;
margin: 1rem 0;
}

.footer-list{
list-style:none;
padding-left:0;
margin:0;
}

.footer-list li{
display:flex;
align-items:flex-start;
gap:10px;
color:#ddd;
line-height: 1.6rem;
}

.footer-list li i{
color:#fff;
font-size:13px;
}
.footer-list li a:hover, .footer-list li i:hover{
    color: #ff0000;
}
.footer-divider{
border-color:rgba(255,255,255,0.15);
margin:1.5rem 0;
}

.footer-bottom a{
color:#fff;
text-decoration:none;
}

.footer-bottom i{
font-size:16px;
}

a {
transition: color 0.3s ease;
}

ul li a:hover{
color:#ff0000 !important;
}

.btn-dark-round a:hover i{
color:#ff0000 ;
}

.footer-list li a {
display: flex;
align-items: flex-start;
}

.address-text {
display: block;
line-height: 1.6;
}


/*************************
       Responsive
*************************/
@media (max-width: 767px) {
  .social-icon-lg li i {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .footer-link {
    display: block;
  }
  .footer-link ul li:first-child a {
    padding-top: 7px;
  }
  .footer-link ul li:last-child a {
    padding-bottom: 7px;
  }
  /* Social icon */
  .social-icon li {
    padding: 0 10px;
    margin-right: 8px;
  }
  .social-icon li i {
    font-size: 18px;
  }
}

/*************************
       Responsive
*************************/
/*************************
       1700px
*************************/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .footer .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .footer .container-fluid {
    padding: 0 50px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%;
  }
  .display-4 {
      font-size: 55pxpx;
  }
  .hero-banner p {
      font-size: 13px;
      width:80%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
  .display-2 {
    font-size: 3rem !important;
  }
  .display-4 {
    font-size: 2rem;
  }

  .container {
    max-width: 100%;
  }
  .footer .container-fluid {
    padding: 0 30px;
  }
  .owl-carousel.testimonial .owl-nav i {
    display: none;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 18px;
  }
  
  .h1text-45{
      font-size:29px;
  }
  
  .fsize-20{
      font-size:14px;
  }
  .testimonial .testimonial-item .testimonial-content p {
    font-size: 18px;
  }
  .footer.bg-dark .social-icon li {
    margin-bottom: 7px;
  }
  .footer .footer-link {
    display: block;
  }
  .pagination .page-item .page-link {
    padding: 10px 15px;
  }
  .footer .social-icon li {
    margin-right: 0;
  }
  .category-style-03 {
    display: block;
  }
  .category-style-03 a.category-item {
    display: inline-table;
  }
}

@media (max-width: 479px) {
  .footer .container-fluid {
    padding: 0 15px;
  }
  .font-xlll {
    font-size: 30px;
    line-height: 30px;
  }
}

/* Consulation Form*/
.consultation-modal {
    max-width: 400px;
}

body.modal-open {
  padding-right: 0 !important;
}

@media (max-width:768px) {
    .mobile-icons {
  flex: 0 0 120px;
  font-size: 15px;
}
}

.mobile-icons {
  flex: 0 0 135px;
  font-size: 20px;
}

.footer-section li a {
    align-items : center;
}

.review-card {
    background: white;
    border-radius: 1.5rem;
    padding: 1.8rem !important;
    box-shadow: 0 12px 30px -8px rgba(0,0,0,0.05);
    border: 1px solid #edf2f7;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.slider-track {
    display: flex;
    animation: scrollContinuous 45s linear infinite;
    width: max-content;
    will-change: transform;
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.slider-slide {
    width: 320px;
    margin: 0 12px;
}

.google-corner-logo img {
        height: 18px;
    width: auto;
    display: block;
}

.google-corner-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    opacity: 0.7;
    transition: opacity 0.2s, transform 0.2s;
    padding: 5px 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keyword-marquee-section {
   background: #fe0103;
   padding: 6px 0;
   overflow: hidden;
   }
   .keyword-marquee {
   width: 100%;
   overflow: hidden;
   position: relative;
   }
   .keyword-track {
   display: flex;
   width: max-content;
   animation: marquee 20s linear infinite;
   }
   .keyword-track span {
   color: #ffffff;
   font-size: 16px;
   font-weight: 500;
   white-space: nowrap;
   margin-right: 50px;
   position: relative;
   }
   /*IMAGE SEPARATOR */
   .keyword-track span::after {
   content: "";
   position: absolute;
   right: -30px;
   top: 50%;
   transform: translateY(-50%);
   width: 18px;
   height: 18px;
   background: url("../images/Alive-Inc-All-White-Favicon.png") no-repeat center;
   background-size: contain;
   }

   .keyword-track span:last-child::after {
   display: none;
   }

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

   .keyword-marquee:hover .keyword-track {
   animation-play-state: paused;
   }
   
   
  /* ============================================================
   INSIGHTS PAGE
   Paste this entire block at the bottom of style.css
   ============================================================ */

/* ── Scroll Reveal ─────────────────────────────────────── */
.sa-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1),
                transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.sa-card {
    opacity: 0;
    transform: translateY(36px) scale(0.97);
    transition: opacity 0.75s cubic-bezier(0.16,1,0.3,1),
                transform 0.75s cubic-bezier(0.16,1,0.3,1);
    transition-delay: calc(var(--i, 0) * 110ms);
}
.sa-fade-up.sa-visible,
.sa-card.sa-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/* ── Hero — shared base ─────────────────────────────────── */
.ins-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.ins-hero-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: flex-end;  /* text on right side */
}
.ins-hero-text { width: 50%; }
.ins-hero h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.2;
}
.ins-hero p {
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

/* ── Hero Desktop — background image + breakpoints ─────── */
.ins-hero-desktop {
    background-image: url('../images/Alive Inc Insights.webp');
    background-position: top left;
}
/* hide mobile hero on desktop */
.ins-hero-mobile { display: none; }

/* Desktop breakpoints — largest to smallest */
@media (min-width: 2400px) {
    .ins-hero-desktop {  }
    .ins-hero-desktop .ins-hero-text { width: 45%; }
   
  
}
@media (max-width: 2399px) {
    .ins-hero-desktop { ; }
 
    
}
@media (max-width: 1920px) {
    .ins-hero-desktop {  }
    .ins-hero h1 { font-size: 55px; }
    .ins-hero p  { font-size: 18px; }
}
@media (max-width: 1600px) {
    .ins-hero-desktop {  }
    .ins-hero h1 { font-size: 60px; }
    .ins-hero p  { font-size: 20px; }
}
@media (max-width: 1440px) {
    .ins-hero-desktop { }
    .ins-hero h1 { font-size: 54px; }
    .ins-hero p  { font-size: 19px; }
}
@media (max-width: 1280px) {
    .ins-hero-desktop {  }
    .ins-hero h1 { font-size: 48px; }
    .ins-hero p  { font-size: 18px; }
}
@media (max-width: 1024px) {
    .ins-hero-desktop { background-position:-40px ;}
    .ins-hero-desktop .ins-hero-text { width: 36%; }
    .ins-hero h1 { font-size: 48px; }
    .ins-hero p  { font-size: 15px; }
    
}
@media (max-width: 900px) {
    .ins-hero-desktop { }
    .ins-hero-desktop .ins-hero-text { width: 70%; }
    .ins-hero h1 { font-size: 36px; }
    .ins-hero p  { font-size: 15px; }
}
@media (max-width: 768px) {
    .ins-hero-desktop {background-position:-215px; }
    .ins-hero-desktop .ins-hero-text { width: 100% ; padding-left:390px; }
    .ins-hero-inner { justify-content: left; }
    .ins-hero h1 { font-size: 48px; margin-bottom:10px;}
    .ins-hero p  { font-size: 15px; }
    .steps-grid::before { display: none; }
}



/* ── Hero Mobile — show ≤576px ──────────────────────────── */
@media (max-width: 576px) {

    /* hide desktop, show mobile */
    .ins-hero-desktop { display: none; }
    .ins-hero-mobile  { display: flex; }

    .ins-hero-mobile {
        background-image: url('../images/Alive Inc Insights mobile.webp');
        background-position: bottom center;
        min-height: 540px;
        align-items: flex-start;
        padding-top: 32px;
    }
    .ins-hero-mobile .ins-hero-inner {
        justify-content: center;
        padding: 0 24px;
    }
    .ins-hero-mobile .ins-hero-text {
        width: 100%;
        text-align: center;
    }
    .ins-hero-mobile h1 {
        font-size: 30px;
        text-shadow: 0 1px 6px rgba(0,0,0,0.3);
    }
    .ins-hero-mobile p {
        font-size: 15px;
        text-shadow: 0 1px 4px rgba(0,0,0,0.25);
    }
}
@media (max-width: 425px) {
    .ins-hero-mobile { min-height: 600px; padding-top: 28px; }
    .ins-hero-mobile h1 { font-size: 48px; }
    .ins-hero-mobile p  { font-size: 15px; }
}
@media (max-width: 375px) {
    .ins-hero-mobile { min-height: 580px; padding-top: 26px; }
    .ins-hero-mobile h1 { font-size: 48px; }
    .ins-hero-mobile p  { font-size: 15px; }
}
@media (max-width: 320px) {
    .ins-hero-mobile { min-height: 540px; padding-top: 22px; }
    .ins-hero-mobile h1 { font-size: 48px; }
    .ins-hero-mobile p  { font-size: 15px; }
}

/* ── Page wrapper ───────────────────────────────────────── */
.insights-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    overflow-x: hidden;
}

/* ── Page heading ───────────────────────────────────────── */
.insights-header { text-align: center; padding-bottom: 10px; }
.insights-header h1 { font-size: 34px; color: #111; margin-bottom: 12px; }
.insights-header > p { color: #666; font-size: 16px; max-width: 520px; margin: 0 auto; line-height: 1.7; }
.ins-chip {
    display: inline-block;
    background: rgba(239,49,57,0.09);
    color: #ff0000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 5px 18px;
    margin-bottom: 14px;
}

/* ── Filter tabs ────────────────────────────────────────── */
.ins-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ins-filter {
    background: #fff;
    border: 1.5px solid #dbe1ef;
    color: #333;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    user-select: none;
    line-height: 1;
}
.ins-filter:hover,
.ins-filter.active {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

/* ── Featured card ──────────────────────────────────────── */
.ins-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03), 0 25px 50px rgba(0,0,0,0.10);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 5px;
}
.ins-featured:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.04), 0 35px 60px rgba(0,0,0,0.13);
}
.ins-featured-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ins-featured-image {
    min-height: 320px;
    background-image: url('../images/random-1.jpg');
    position: relative;
    background-size:cover;
}
.ins-featured-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(239,49,57,0.15), transparent);
}
.ins-featured-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(239,49,57,0.9);
    color: #fff;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
    width: fit-content;
}
.ins-featured-content h2 { font-size: 2.2rem; margin-bottom: 18px; line-height: 1.3; color: #000129; }
.ins-featured-content > p { font-size: 1rem; margin-bottom: 28px; color: #555; line-height: 1.75; }
.ins-featured-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    color: #ff0000;
    font-size: 0.9rem;
    font-weight: 500;
}
.ins-featured-meta i { margin-right: 5px; }

/* ── Articles grid ──────────────────────────────────────── */
.ins-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
    gap: 28px;
}
.ins-article-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 10px 30px rgba(0,20,40,0.07);
    border: 1px solid #edf2fb;
    border-radius: 5px;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease;
}
.ins-article-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 8px 16px rgba(0,0,0,0.06), 0 28px 50px rgba(18,52,106,0.15);
}
.ins-article-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

}
.ins-article-cat {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255,255,255,0.95);
    padding: 5px 14px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #000129;
    z-index: 1;
}
.ins-article-body   { padding: 24px; }
.ins-article-meta   { display: flex; gap: 14px; color: #8892a4; font-size: 0.85rem; margin-bottom: 12px; }
.ins-article-meta i { margin-right: 4px; color: #ff0000; }
.ins-article-title  { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: #000129; line-height: 1.45; }
.ins-article-excerpt{ color: #666; margin-bottom: 20px; line-height: 1.65; font-size: 14px; }
.ins-read-more {
    color: #000129;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    transition: color 0.2s ease, gap 0.2s ease;
}
.ins-read-more:hover { color: #ff0000; gap: 12px; text-decoration: none; }

/* ── Resources ──────────────────────────────────────────── */
.ins-resources-wrap { padding: 50px 0px; border-radius: 5px; }
.ins-resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: 24px;
    margin-top: 8px;
}
.ins-resource-card {
    background: #fff;
    padding: 32px 28px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    transition: border-color 0.3s ease, transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s ease;
}
.ins-resource-card:hover {
    border-color: #ff0000;
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(239,49,57,0.12);
}
.ins-resource-icon {
    width: 68px;
    height: 68px;
    background: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: #000129;
    transition: background 0.3s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1), color 0.3s ease;
}
.ins-resource-card:hover .ins-resource-icon { background: #ff0000; color: #fff; transform: rotate(-8deg) scale(1.12); }
.ins-resource-card h3   { font-size: 1.15rem; margin-bottom: 10px; color: #000129; font-weight: 700; }
.ins-resource-card > p  { color: #666; font-size: 14px; line-height: 1.6; margin-bottom: 22px; }

/* ── Video grid ─────────────────────────────────────────── */
.ins-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 24px;
}
.ins-video-card {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 10px 28px rgba(0,0,0,0.06);
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease;
}
.ins-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.07), 0 24px 48px rgba(0,0,0,0.10);
}
.ins-video-thumb {
    height: 190px;
    background: linear-gradient(135deg, #000129, #ff0000) center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ins-video-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.18);
    transition: background 0.3s ease;
}
.ins-video-card:hover .ins-video-thumb::after { background: rgba(0,0,0,0.06); }
.ins-play-btn {
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    padding-left: 4px;
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s ease;
}
.ins-play-btn:hover { transform: scale(1.18); box-shadow: 0 10px 32px rgba(0,0,0,0.4); }
.ins-video-info   { padding: 20px 22px; }
.ins-video-info h4{ font-size: 15px; font-weight: 700; color: #000129; margin-bottom: 6px; line-height: 1.4; }
.ins-video-info p { font-size: 13px; color: #676c71; margin: 0; }

/* ── Content responsive ─────────────────────────────────── */
@media (max-width: 900px) {
    .ins-featured { grid-template-columns: 1fr; }
    .ins-featured-image { min-height: 260px; order: -1; }
    .ins-featured-content h2 { font-size: 1.8rem; }
    .insights-header h1 { font-size: 28px; }
}
@media (max-width: 768px) {
    .insights-page { padding: 0 16px; }
    .ins-articles-grid { grid-template-columns: repeat(auto-fill, minmax(min(280px,100%), 1fr)); }
    .ins-featured-content { padding: 32px; }
    .ins-resources-wrap { padding: 36px 24px; }
}
@media (max-width: 425px) {
    .insights-header h1 { font-size: 24px; }
    .ins-articles-grid { grid-template-columns: 1fr; gap: 20px; }
    .ins-featured-content { padding: 24px; }
    .ins-featured-content h2 { font-size: 1.4rem; }
    .ins-resources-wrap { padding: 28px 18px; }
    .ins-resource-card { padding: 24px 20px; }
}
@media (max-width: 375px) {
    .ins-featured-content h2 { font-size: 1.25rem; }
    .ins-article-title { font-size: 15px; }
    .ins-article-excerpt { font-size: 13px; }
    .ins-video-info h4 { font-size: 14px; }
}
@media (max-width: 320px) {
    .ins-featured-content { padding: 18px; }
    .ins-video-grid { grid-template-columns: 1fr; }
    .ins-video-thumb { height: 160px; }
    .ins-video-info { padding: 14px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .sa-fade-up, .sa-card { opacity: 1; transform: none; transition: none; }
}
/* ============================================================
   END INSIGHTS PAGE
   ============================================================ */
   
   * ============================================================
   CAREER PAGE
============================================================ */
 
/* Hero entrance animations */
.hero-h1 { opacity: 0; animation: hH1 0.95s var(--ease-expo) 0.05s forwards; }
.hero-p  { opacity: 0; animation: hP  0.85s var(--ease-expo) 0.45s forwards; }
@keyframes hH1 { from { opacity: 0; transform: translateY(28px) skewY(1.5deg); } to { opacity: 1; transform: none; } }
@keyframes hP  { from { opacity: 0; transform: translateY(18px); }              to { opacity: 1; transform: none; } }
 
/* Hero base */
.career-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.career-hero-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: flex-end;
}
.career-hero-text { width: 50%; }
/* colour only — h1/p sizes from style.css globals */
.career-hero h1 { color: #fff; margin-bottom: 16px; }
.career-hero p  { color: #fff; opacity: .95; margin: 0; }
 
/* Desktop hero */
.career-hero-desktop { background-image: url('../images/Alive Inc. Career.webp'); background-position: top left; }
.career-hero-mobile  { display: none; }
 
@media (min-width: 2400px) { .career-hero-desktop {  padding: 140px 0; } .career-hero-text { width: 50%; } }
@media (max-width: 2399px) { .career-hero-desktop { padding: 120px 0; } }
@media (max-width: 1920px) { .career-hero-desktop {  padding: 110px 0; } }
@media (max-width: 1600px) { .career-hero-desktop {  padding: 100px 0; } }
@media (max-width: 1440px) { .career-hero-desktop {  padding: 90px 0; } }
@media (max-width: 1280px) { .career-hero-desktop {  padding: 80px 0; } }
@media (max-width: 1024px) { .career-hero-desktop {  padding: 70px 0; background-position: -110px; } .career-hero-text { width: 42%; } }
@media (max-width:  900px) { .career-hero-desktop {  padding: 60px 0; } .career-hero-text { width: 70%; } }
@media (max-width:  768px) { .career-hero-desktop {  padding: 60px 0; background-position: -245px; } .career-hero-text { width: 44%; } }
 
/* Mobile hero ≤576px */
@media (max-width: 576px) {
    .career-hero-desktop { display: none; }
    .career-hero-mobile  { display: flex; }
    .career-hero-mobile  {
        background-image: url('../images/Alive Inc. Career mobile.webp');
        background-position: bottom center;
        min-height: 540px;
        align-items: flex-start;
        padding-top: 32px;
    }
    .career-hero-mobile .career-hero-inner { justify-content: center; padding: 0 24px; }
    .career-hero-mobile .career-hero-text  { width: 100%; text-align: center; }
    .career-hero-mobile h1 { font-size:48px;}
    .career-hero-mobile p  { font-size:15px; }
}
@media (max-width: 425px) { .career-hero-mobile { min-height: 700px;} }
@media (max-width: 375px) { .career-hero-mobile { background-image: url('../images/Alive-Inc-Career-banner-mobile.avif'); min-height: 700px;} }
@media (max-width: 320px) { .career-hero-mobile { min-height: 700px;} }
 
/* About section */
.career-about { background: #fff; }
.career-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.career-section-title { color: #1e1e1e; margin-bottom: 24px; }
.career-about p { color: #666; margin-bottom: 24px; }
.career-list { list-style: none; padding: 0; margin: 0; }
.career-list li { padding-left: 28px; position: relative; margin-bottom: 14px; color: #666; }
.career-list li::before { content: "✔"; position: absolute; left: 0; color: #ff0000; font-weight: 600; }
.career-images { display: grid; grid-template-columns: 1fr 0fr; gap: 20px; }
.career-images img { width: 100%; height: 220px; object-fit: cover; border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.1); transition: transform .3s; }
.career-images img:hover { transform: scale(1.03); }
.career-images img:last-child { grid-column: span 2; height: 260px; }
.career-counter-box { grid-column: span 2; background: #f8f9fa; border-radius: 8px; padding: 30px; text-align: center; }
.career-counter-box span { display: block; font-size: 80px; font-weight: 800; color: #ff0000; line-height: 1; margin-bottom: 8px; }
.career-counter-box p { color: #666; margin: 0; }
 
/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gallery-item { overflow: hidden; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.08); }
 
/* Reasons */
.career-reasons { background: #f8f9fa; }
.career-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.career-section-header a  { color: #ff0000; font-weight: 600; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: gap .2s; }
.career-section-header a:hover { gap: 14px; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.reason-card { background: #fff; padding: 24px; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,.05); transition: all .3s; }
.reason-card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(239,49,57,.1); }
.reason-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; margin-bottom: 18px; }
.reason-head span { display: block; font-size: 48px; font-weight: 800; color: #ddd; line-height: 1; margin-bottom: 8px; transition: color .3s; }
.reason-card:hover .reason-head span { color: #ff0000; }
.reason-head h4 { margin-bottom: 12px; color: #1e1e1e; }
.reason-card hr { height: 5px; background: #eee; border: none; margin: 16px 0; transition: all .3s; width: 100%; }
.reason-card:hover hr { background: #ff0000; width: 75%; }
.reason-card p { color: #666; margin: 0; }
.career-section-header {
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
}

.career-section-header h2 {
    text-align: center !important;
    width: 100%;
    color:#000129;
}
 
/* Jobs */
.career-jobs { background: #fff; }
.career-jobs-title { text-align: center; margin-bottom: 40px; color: #1e1e1e; }
.accordion-wrapper { max-width: 900px; margin: 0 auto; }
.job-item { margin-bottom: 16px; border-radius: 6px; overflow: hidden; background: #0c2d57; transition: all .3s; }
.job-header { padding: 20px 24px; color: #fff; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 16px; }
.job-header i { transition: transform .3s; }
.job-item.active { background: #ff0000; }
.job-item.active .job-header i { transform: rotate(180deg); }
.job-content { background: #fff; padding: 28px; display: none; animation: fadeIn .4s ease; }
.job-item.active .job-content { display: block; }
.job-content p  { color: #666; margin-bottom: 16px; }
.job-content ul { margin: 16px 0; padding-left: 20px; }
.job-content ul li { margin-bottom: 8px; color: #555; }
.career-contact { margin-top: 36px; text-align: center; }
.career-contact p { color: #555; margin-bottom: 20px; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
 
/* Career content responsive */
@media (max-width: 1200px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } .reason-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width:  991px) { .career-about-grid { grid-template-columns: 1fr; gap: 36px; } .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width:  768px) { .career-hero-inner { padding: 0 24px; } .gallery-grid { grid-template-columns: 1fr; gap: 14px; } .gallery-item img { height: 220px; } .career-section-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 28px; } .reason-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width:  576px) { .career-images { grid-template-columns: 1fr; } .career-images img:last-child { grid-column: span 1; height: 220px; } .career-counter-box { grid-column: span 1; } }
@media (max-width:  480px) { .career-images img:last-child { grid-column: span 1; } }
@media (max-width:  425px) { .reason-grid { grid-template-columns: 1fr; } .reason-card img { height: 160px; } .gallery-item img { height: 190px; } .career-jobs-title { margin-bottom: 24px; } .job-header { padding: 14px 16px; font-size: 14px; } .job-content { padding: 20px 16px; } }
@media (max-width:  375px) { .reason-card img { height: 140px; } .gallery-item img { height: 170px; } }
@media (max-width:  320px) { .gallery-item img { height: 150px; } .job-header { font-size: 13px; padding: 12px 14px; } }
 
/* ============================================================
   END — Insights + Career
============================================================ */

/* ============================================================
   Portfolio Page — Complete Stylesheet
   File: portfolio-style.css
   Responsive: 2160 | 1440 | 1024 | 768 | 425 | 393 | 375 | 320
   ============================================================ */

/* ── 1. HERO SECTION ── */

#portfolio-grid {
    background-image: url('../images/Alive Inc Portfolio.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #1a1a2e;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding-top: 102px;
    padding-bottom: 80px;
}

#portfolio-grid .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

/* ── 2. HERO HEADING ── */

.portfolio-heading {
    width: 100%;
    padding: 40px 0 30px;
}

.portfolio-heading .row {
    justify-content: flex-end;
}

.portfolio-heading .col-xl-9,
.portfolio-heading .col-lg-10 {
    text-align: left;
    padding-left: 80px;
    max-width: 55%;
}

.portfolio-heading h2 {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.portfolio-heading h2 span {
    color: #ffffff;
}

.portfolio-heading p {
    color: #ffffff;
    /*font-size: 16px;*/
    margin-bottom: 0;
    line-height: 1.7;
}

/* ── 3. FILTER BUTTONS ── */

#portfolioFilters {
    margin-top: 30px;
    margin-bottom: 40px;
}

.portfolio-filter-btn {
    padding: 8px 22px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1.5px solid rgba(0, 0, 0, 0.5);
    color: #000128;
    background: transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
    background: #e8001d;
    color: #ffffff;
    border-color: #e8001d;
}

/* ── 4. CARDS SECTION ── */

#portfolioCards {
    margin-top: 0;
}

/* ── 5. PORTFOLIO CARD ── */

.portfolio-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
    height: 100%;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* ── 6. CARD IMAGE AREA ── */

.portfolio-card-img {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.portfolio-card-img .mock-body {
    position: relative;
    z-index: 0;
}

/* ── 7. HOVER OVERLAY ── */

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.35s ease;
    display: flex;
    align-items: flex-end;
    padding: 16px;
    pointer-events: none;
    z-index: 10;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
    pointer-events: all;
}

.portfolio-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    z-index: 1;
}

.overlay-btn {
    position: relative;
    z-index: 2;
}

/* ── 8. CARD BODY ── */

.portfolio-card-body {
    padding: 18px 20px 20px;
}

.portfolio-cat-badge {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e8001d;
    font-weight: 700;
    background: rgba(232, 0, 29, 0.07);
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
}

.portfolio-num {
    font-size: 28px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    line-height: 1;
    font-family: Georgia, serif;
    transition: color 0.35s ease;
}

.portfolio-card:hover .portfolio-num {
    color: #fc0b03;
}

.portfolio-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
    line-height: 1.4;
}

.portfolio-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ── 9. TAGS ── */

.portfolio-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.ptag {
    font-size: 10px;
    padding: 3px 9px;
    border-radius: 3px;
    background: #f3f4f6;
    color: #6b7280;
    font-weight: 600;
}

/* ── 10. BROWSER MOCK ── */

.browser-mock {
    width: 100%;
    background: #ffffff;
}

.browser-bar {
    background: #f8f9fa;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #e9ecef;
}

.bdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.bdot.red    { background: #ff5f57; }
.bdot.yellow { background: #febc2e; }
.bdot.green  { background: #28c840; }

.burl {
    flex: 1;
    background: #e9ecef;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 10px;
    color: #495057;
    margin-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mock-body {
    background: #ffffff;
    transition: none;
}

/* ── 11. PHONE MOCK ── */

.phone-mock {
    width: 84px;
    border-radius: 13px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    background: #f8f9fa;
    position: relative;
    z-index: 0;
}

.phone-notch-bar {
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
}

.phone-notch-bar::after {
    content: "";
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

/* ── 12. WHATSAPP FLOATING BUTTON ── */

.whatsapp-float-right {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    text-decoration: none;
    animation: pulse-whatsapp 2s infinite;
    font-size: 24px;
    transition: all 0.3s ease;
}

.whatsapp-float-right i { font-size: 24px; }

.whatsapp-float-right:hover {
    background-color: #128c7e;
    color: #ffffff;
    transform: scale(1.1);
    animation: none;
}

@keyframes pulse-whatsapp {
    0%   { box-shadow: 0 0 0 0    rgba(37, 211, 102, 0.5); }
    70%  { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);   }
    100% { box-shadow: 0 0 0 0    rgba(37, 211, 102, 0);   }
}

/* ── 13. BACK TO TOP ── */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #e8001d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: none;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

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


/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */

/* --- Base hidden state for all animated elements --- */
.anim-fade-up,
.anim-fade-left,
.anim-fade-right,
.anim-fade-in,
.anim-scale {
    opacity: 0;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.7s;
}

/* Fade up — cards, filter buttons */
.anim-fade-up {
    transform: translateY(40px);
}

/* Fade from left — hero heading */
.anim-fade-left {
    transform: translateX(-50px);
}

/* Fade from right — hero text */
.anim-fade-right {
    transform: translateX(50px);
}

/* Simple fade — section wrappers */
.anim-fade-in {
    transform: translateY(20px);
}

/* Scale up — badges, tags */
.anim-scale {
    transform: scale(0.85);
}

/* Stagger delays for card grids */
.anim-delay-1 { transition-delay: 0.1s; }
.anim-delay-2 { transition-delay: 0.2s; }
.anim-delay-3 { transition-delay: 0.3s; }
.anim-delay-4 { transition-delay: 0.4s; }
.anim-delay-5 { transition-delay: 0.5s; }
.anim-delay-6 { transition-delay: 0.6s; }

/* --- Visible state (added by JS) --- */
.anim-fade-up.in-view,
.anim-fade-left.in-view,
.anim-fade-right.in-view,
.anim-fade-in.in-view,
.anim-scale.in-view {
    opacity: 1;
    transform: none;
}

/* Hero heading animates on page load (no scroll needed) */
.hero-animate {
    animation: heroSlideIn 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero-animate-delay {
    opacity: 0;
    animation: heroSlideIn 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

@keyframes heroSlideIn {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 2200px) {
    .h-xl-500 {
        height: 550px;
    }
}

.mobile-hero img {
    max-width: 100%;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* ── 2560px — 2K / QHD Displays ── */
@media (min-width: 2400px) {
    #portfolio-grid {
        min-height: 800px;
        padding-top: 160px;
        padding-bottom: 140px;
    }

    .portfolio-heading .row {
        justify-content: flex-end;
    }

    .portfolio-heading .col-xl-9,
    .portfolio-heading .col-lg-10 {
        max-width: 55%;
        padding-left: 60px;
        padding-right: 40px;
        text-align: left;
    }

    
    

    .portfolio-filter-btn { padding: 14px 36px; font-size: 16px; }
    .portfolio-title      { font-size: 24px; }
    .portfolio-desc       { font-size: 17px; }
    .portfolio-num        { font-size: 42px; }
    .ptag                 { font-size: 13px; padding: 5px 14px; }
    .portfolio-cat-badge  { font-size: 12px; padding: 4px 14px; }
}

/* ── 2160px — 4K ── */
@media (min-width: 2000px) and (max-width: 2399px) {
    #portfolio-grid {
        min-height: 700px;
        padding-top: 140px;
        padding-bottom: 120px;
    }

    /*.portfolio-heading h2 { font-size: 80px; }*/
    /*.portfolio-heading p  { font-size: 22px; }*/

    .portfolio-heading .col-xl-9,
    .portfolio-heading .col-lg-10 {
        max-width: 60%;
        padding-left: 100px;
    }

    .portfolio-filter-btn { padding: 12px 30px; font-size: 14px; }
    .portfolio-title       { font-size: 20px; }
    .portfolio-desc        { font-size: 15px; }
    .portfolio-num         { font-size: 36px; }
    .ptag                  { font-size: 12px; padding: 4px 12px; }
}

/* ── 1440px ── */
@media (max-width: 1440px) {
    #portfolio-grid {
        min-height: 500px;
        padding-top: 110px;
        padding-bottom: 90px;
        background-position:-180px;
    }

    .portfolio-heading h2 { font-size: 60px; }

    .portfolio-heading .col-xl-9,
    .portfolio-heading .col-lg-10 {
        max-width: 58%;
        padding-left: 80px;
    }
}

/* ── 1024px ── */
@media (max-width: 1024px) {
    #portfolio-grid {
        min-height: 500px;
        padding-top: 90px;
        padding-bottom: 70px;
        background-position: -245px;
    }

    .portfolio-heading h2 { font-size: 52px; }
    .portfolio-heading p  { font-size: 15px; }

    .portfolio-heading .col-xl-9,
    .portfolio-heading .col-lg-10 {
        max-width: 49%;
        padding-left: 95px;
    }

    .portfolio-filter-btn { padding: 7px 18px; font-size: 11px; }
    .portfolio-title       { font-size: 15px; }
}

/* ── 768px ── */
@media (max-width: 768px) {
    #portfolio-grid {
        min-height: 400px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: -395px;
    }

    .portfolio-heading .row {
        justify-content: flex-end;
    }

    .portfolio-heading .col-xl-9,
    .portfolio-heading .col-lg-10 {
        max-width: 45%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }

    .portfolio-heading h2 { font-size: 48px; }
    .portfolio-heading p  { font-size: 15px; line-height: 1.6; }

    #portfolioFilters {
        margin-top: 20px;
        margin-bottom: 30px;
        gap: 8px;
    }

    .portfolio-filter-btn { padding: 6px 14px; font-size: 11px; }
    .portfolio-title       { font-size: 15px; }
    .portfolio-desc        { font-size: 12px; }
    .portfolio-num         { font-size: 24px; }
    .mock-body             { height: 160px; }
}


@media (min-width: 325px) and (max-width: 375px) {
    .mobile-hero-content {
        top:22% !important;
    }
}

@media (min-width: 376px) and (max-width: 576px)  {
    .mobile-hero-content {
        top:20% !important;
    }
    
}





/* ── 425px — mobile image ── */
@media (max-width: 576px) {
    #portfolio-grid {
        background-image: url('../images/Aliveinc-portfolio-slider3.avif');
        background-position: bottom center;
        background-size: cover;
        min-height: 660px;
        padding-top: 30px;
        padding-bottom: 0;
        align-items: flex-start;
        display: flex;
    }
    
    /* MOBILE HERO IMAGE */
.mobile-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mobile-hero img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

/* TEXT OVER IMAGE */
.mobile-hero-content {
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.mobile-hero-content h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.mobile-hero-content{
    position:absolute;
    top:25%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    width:90%;
}
.about-section {
    text-align: center;      /* horizontal center */
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical center */
    align-items: center;     /* horizontal center (flex) */
    height: 100%;            /* ya min-height: 400px; depending on section */
}
/* OPTIONAL: DARK OVERLAY (better readability) */
.mobile-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
}

    .portfolio-heading { padding: 0; }

    .portfolio-heading .row {
        justify-content: center;
    }

    .portfolio-heading .col-xl-9,
    .portfolio-heading .col-lg-10 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .portfolio-heading h2 { font-size: 48px; }
    .portfolio-heading p  { font-size: 15px; line-height: 1.7; }

    #portfolioFilters { gap: 6px; margin-bottom: 24px; }

    .portfolio-filter-btn { padding: 5px 12px; font-size: 10px; letter-spacing: 0; }
    .portfolio-card-body  { padding: 14px 16px 16px; }
    .portfolio-title      { font-size: 14px; }
    .portfolio-desc       { font-size: 12px; }
    .portfolio-num        { font-size: 22px; }
    .portfolio-cat-badge  { font-size: 9px; }
    .ptag                 { font-size: 9px; padding: 2px 8px; }

    .whatsapp-float-right,
    .back-to-top { width: 42px; height: 42px; font-size: 18px; bottom: 20px; }
    .whatsapp-float-right { left: 20px; }
    .back-to-top          { right: 20px; }
}

@media (max-width: 425px) {
    .mobile-hero-content h1 {
        font-size: 48px;
    }
    
    .mobile-hero-content p {
        font-size: 15px;
    }
}

/* ── 393px ── */
@media (max-width: 393px) {
    #portfolio-grid {
        background-image: url('../images/Aliveinc-portfolio-slider3.avif');
        background-position: bottom center;
        min-height: 610px;
        padding-top: 25px;
        padding-bottom: 0;
        align-items: flex-start;
        display: flex;
    }

    .portfolio-heading h2 { font-size: 48px; }
    .portfolio-heading p  { font-size: 15px; }

    .portfolio-filter-btn { padding: 5px 10px; font-size: 9px; }
    .portfolio-title      { font-size: 13px; }
    .portfolio-card-body  { padding: 12px 14px 14px; }
}

/* ── 375px ── */
@media (max-width: 375px) {
    #portfolio-grid {
        background-image: url('../images/Aliveinc-portfolio-slider3.avif');
        background-position: bottom center;
        min-height: 615px;
        padding-top: 25px;
        padding-bottom: 0;
        align-items: flex-start;
        display: flex;
    }

    .portfolio-heading h2 { font-size: 48px; }
    .portfolio-heading p  { font-size: 15px; }

    .portfolio-filter-btn { padding: 4px 9px; font-size: 9px; }
    .portfolio-title      { font-size: 13px; }
    .portfolio-desc       { font-size: 11px; }
    .portfolio-num        { font-size: 20px; }
    .portfolio-cat-badge  { font-size: 8px; letter-spacing: 1px; }
    .ptag                 { font-size: 9px; padding: 2px 7px; }
}

/* ── 320px ── */
@media (max-width: 320px) {
    #portfolio-grid {
        background-image: url('../images/Aliveinc-portfolio-slider3.avif');
        background-position: bottom center;
        min-height: 540px;
        padding-top: 70px;
        padding-bottom: 0;
        align-items: flex-start;
        display: flex;
    }

    .portfolio-heading .col-xl-9,
    .portfolio-heading .col-lg-10 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .portfolio-heading h2 { font-size: 48px; }
    .portfolio-heading p  { font-size: 15px; }

    .portfolio-filter-btn { padding: 4px 8px; font-size: 8px; letter-spacing: 0; }
    .portfolio-card-body  { padding: 10px 12px 12px; }
    .portfolio-title      { font-size: 12px; }
    .portfolio-desc       { font-size: 11px; }
    .portfolio-num        { font-size: 18px; }
    .portfolio-cat-badge  { font-size: 8px; padding: 2px 7px; }
    .ptag                 { font-size: 8px; padding: 2px 6px; }

    .whatsapp-float-right,
    .back-to-top { width: 38px; height: 38px; font-size: 16px; bottom: 15px; }
    .whatsapp-float-right { left: 15px; }
    .back-to-top          { right: 15px; }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .anim-fade-up,
    .anim-fade-left,
    .anim-fade-right,
    .anim-fade-in,
    .anim-scale,
    .hero-animate,
    .hero-animate-delay {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
}


/* ============================================================
   CONTACT PAGE — contact.css
   Depends on: style.css (space-ptb, bg-holder, text-primary, etc.)
   ============================================================ */

/* ── Scroll Reveal — base states ──────────────────────────── */
.sa-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1),
                transform 0.85s cubic-bezier(0.16,1,0.3,1);
}
.sa-slide-left {
    opacity: 0;
    transform: translateX(-65px);
    transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1),
                transform 0.9s cubic-bezier(0.16,1,0.3,1);
}
.sa-slide-right {
    opacity: 0;
    transform: translateX(65px);
    transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1),
                transform 0.9s cubic-bezier(0.16,1,0.3,1);
}
.sa-card {
    opacity: 0;
    transform: translateY(45px) scale(0.95);
    transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1),
                transform 0.8s cubic-bezier(0.16,1,0.3,1);
    transition-delay: calc(var(--i, 0) * 115ms);
}
.sa-fade-up.sa-visible,
.sa-slide-left.sa-visible,
.sa-slide-right.sa-visible,
.sa-card.sa-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/* ── Hero Banner ───────────────────────────────────────────── */
.contact-hero {
    /* Girl is on the RIGHT of the image — anchor to top right */
    background: url('../images/Alive-Inc-Contact-Us.webp') top right / cover no-repeat;
    min-height: 500px;
    padding: 80px 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
/* No dark overlay needed — image already has red background */
.contact-hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.contact-hero .container {
    position: relative;
    z-index: 2;
}
/* Text sits on left; right half is clear for the girl */
.contact-hero-text {
    width: 50%;
}
.contact-hero-text h1 {
    opacity: 0;
    transform: translateY(30px);
    animation: heroIn 0.85s cubic-bezier(0.16,1,0.3,1) 0.35s forwards;
    text-shadow: 0 2px 24px rgba(0,0,0,0.15);
}
.contact-hero-text p {
    opacity: 0;
    transform: translateY(28px);
    animation: heroIn 0.85s cubic-bezier(0.16,1,0.3,1) 0.55s forwards;
    width:75%;
}


@media (max-width: 768px){
    

    
    .contact-hero-text p{
        width:55%;
        font-size:15px;
    }
}

@media (max-width: 425px){
    
    .contact-hero-text h1{
        font-size:48px;
    }
    .contact-hero-text p{
        width:100%;
        font-size:15px;
    }
}


@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

/* ── Contact Content Section ───────────────────────────────── */
.contact-content-section {
    background: #f0f4f9;
    position: relative;
    overflow: hidden;
}
.contact-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03), 0 20px 50px rgba(0,0,0,0.07);
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 16px rgba(0,0,0,0.05), 0 35px 70px rgba(0,0,0,0.10);
}
.card-header-clean {
    padding: 18px 26px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
    display: flex;
    align-items: center;
    gap: 12px;
}
.card-badge               { font-size: 20px; line-height: 1; }
.card-header-clean h5     { margin: 0; font-size: 16px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.3px; }
.card-body-clean          { flex: 1; padding: 0; }
.card-body-clean iframe   { width: 100%; height: 100%; min-height: 460px; border: none; display: block; }

/* Form card — sizes to content, not stretched */
.form-card .card-body-clean        { flex: 0 0 auto; }
.form-card .card-body-clean iframe { min-height: unset; height: 420px; }
.form-col                          { align-self: flex-start; }

/* ── Support Section ───────────────────────────────────────── */
.support-section {
    position: relative;
    background: #fff;
    overflow: hidden;
}
.support-bg-shape {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,82,204,0.045) 0%, rgba(0,82,204,0) 70%);
    pointer-events: none;
    z-index: 0;
}
.support-section .container { position: relative; z-index: 1; }

.section-chip {
    display: inline-block;
    background: rgba(204 0 0/ 9%);
    color: #ff0000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 5px 16px;
    margin-bottom: 14px;
}

/* Support card */
.support-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 4px rgba(0,0,0,0.03), 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1),
                box-shadow 0.4s ease,
                border-color 0.3s ease;
}
.support-card:hover {
    transform: translateY(-10px) scale(1.025);
    box-shadow: 0 10px 20px rgba(0,0,0,0.07), 0 30px 60px rgba(0,0,0,0.10);
    border-color: rgba(0,82,204,0.18);
}
.support-card-glow {
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle at 50% 0%, rgba(0,82,204,0.07), transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}
.support-card:hover .support-card-glow { opacity: 1; }
.support-card-bar {
    position: absolute;
    bottom: 0; left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #ff000, #2684ff);
    transition: width 0.45s cubic-bezier(0.16,1,0.3,1);
}
.support-card:hover .support-card-bar { width: 100%; }
.support-image {
    padding: 28px 20px 12px;
    background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
    position: relative;
    z-index: 1;
}
.support-image img {
    max-width: 120px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
.support-card:hover .support-image img { transform: scale(1.09) translateY(-5px); }
.support-card-inner {
    padding: 6px 20px 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.support-title { color: #1a1a1a; font-size: 13.5px; font-weight: 700; letter-spacing: 1.5px; margin: 0 0 10px; }
.support-link {
    color: #ff0000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    align-self: center;
    margin: 0 0 10px;
    word-break: break-word;
    position: relative;
    transition: color 0.2s ease;
}
.support-link::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 2px;
    background: #ff0000;
    border-radius: 2px;
    transition: width 0.35s cubic-bezier(0.16,1,0.3,1);
}
.support-link:hover::after { width: 100%; }
.support-link:hover        { color: #ff0000; text-decoration: none; }
.support-text              { color: #777; font-size: 13.5px; line-height: 1.55; margin: 0; }



  /* Banner Section Styles */
    .banner-04 {
      position: relative;
      display: flex;
      align-items: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    /* Dark overlay for better text readability */
    .bg-overlay-#000129-80 {
      position: relative;
    }

    .bg-overlay-#000129-80::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.75);
      z-index: 1;
    }

    .banner-04 .container {
      position: relative;
      z-index: 2;
    }

    /* Banner Title Styles */
    .banner-title {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 1rem;
    }
    
    .font-fasw{
        font-size:40px;
    }

    .banner-title .text-danger {
      color: #ed0000 !important;
    }

    .banner-subtitle {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 1rem;
    }

    @media (max-width: 768px) {
      .banner-title {
        font-size: 2rem;
      }
      .banner-subtitle {
        font-size: 1.2rem;
      }
    }

    /* Region Badge Styles */
    .region-badge {
      display: inline-flex;
      align-items: center;
      backdrop-filter: blur(10px);
      padding: 0.6rem 1.2rem;
      border-radius: 50px;
      text-decoration: none;
      color: #470000;
      font-weight: 500;
      transition: all 0.3s ease;
      opacity: 0.9;
      font-size: 0.95rem;
    }

    .region-badge:hover {
      opacity: 1;
      transform: translateY(-2px);
      color: #470000;
    }

    .flag-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      overflow: hidden;
    }

    .flag-circle img {
      width: 18px;
      height: 18px;
      object-fit: contain;
    }

    /* Consultation Button Styles */
    .btn-consultation {
      color: #ffffff;
      border: none;
      padding: 0.9rem 2rem;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(237, 0, 0, 0.3);
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .btn-consultation:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(237, 0, 0, 0.4);
      color: #000129;
    }

    .btn-consultation:active {
      transform: translateY(1px);
    }

    /* Right Image Styles */
    .banner-image {
    margin top: 10px;
    max-width: 100%;
    }
    /* Modal Styles */
    .consultation-modal .modal-content {
      border-radius: 20px;
      overflow: hidden;
      border: none;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    }

    .modal-header {
      background: #f8f9fa;
      border-bottom: 2px solid #ed0000;
      padding: 1.2rem;
    }

    .modal-title {
      font-size: 1.5rem;
      font-weight: 700;
    }

    .modal-body {
      padding: 0;
    }

    .modal-body iframe {
      display: block;
      width: 100%;
      min-height: 450px;
      border: none;
    }

    .btn-close {
      font-size: 1rem;
      opacity: 0.9;
    }

    .btn-close:hover {
      opacity: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 991px) {
      .banner-04 {
        min-height: auto;
        /*padding: 4rem 0;*/
      }
      
      .banner-title {
        text-align: center;
      }
      
      .banner-subtitle {
        text-align: center;
      }
      
      .banner-04 p {
        text-align: center;
      }
      
      .region-buttons {
        /*justify-content: center !important;*/
      }
      
      .text-start {
        text-align: left !important;
        width:101%;
      }
      
      .banner-image {
        margin-top: -5rem;
        max-width: 80%;
      }
    }

    @media (max-width: 576px) {
      .region-badge {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
      }
      
      .btn-consultation {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
      }
      
      .banner-image {
        max-width: 100%;
      }
    }

    /* Animation for fade-in effect */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .banner-04 .col-lg-6 {
      animation: fadeInUp 0.6s ease-out;
    }
/* ── Responsive ────────────────────────────────────────────── */

@media (max-width: 1440px) {
    .contact-hero      { min-height: 500px; background-position: top right; }
    .contact-hero-text { width: 50%; }
}
@media (max-width: 1280px) {
    .contact-hero      { min-height: 500px; background-position: top right; }
    .contact-hero-text { width: 52%; }
}
@media (max-width: 1024px) {
    .contact-hero      { min-height: 500px; padding: 70px 0; background-position: top right -170px; }
    .contact-hero-text { width: 60%;}
}
@media (max-width: 991px) {
    .contact-hero           { min-height: 420px; background-position: top right; }
    .contact-hero-text      { width: 60%; }
    .card-body-clean iframe { min-height: 360px; }
    .support-image          { padding: 22px 15px 8px; }
    .support-image img      { max-width: 100px; }
    .support-card-inner     { padding: 4px 15px 22px; }
}
@media (max-width: 768px) {
    .contact-hero      { min-height: 400px; padding: 60px 0; background-position: top right -272px; }
    .contact-hero-text { width: 67%; }
    .support-image img { max-width: 90px; }
    .support-title     { font-size: 13px; }
    .support-link      { font-size: 14px; }
    .support-text      { font-size: 13px; }
}
@media (max-width: 576px) {
    .contact-hero           { background-position: top right; }
    .card-body-clean iframe { min-height: 300px; }
}
/* Mobile — switch to dedicated mobile image */
@media (max-width: 425px) {
    .contact-hero {
        background: url('../images/Alive Inc Contact Us Mobile.webp') bottom center / cover no-repeat;
        min-height: 630px;
        padding-top: 25px;
        padding-bottom: 0;
        align-items: flex-start;
    }
    .contact-hero-text { width: 100%; text-align: center; padding: 0 20px; }
}
@media (max-width: 375px) {
    .contact-hero { min-height: 580px; padding-top: 20px; align-items: flex-start; }
}
@media (max-width: 320px) {
    .contact-hero { min-height: 570px; padding-top: 15px; align-items: flex-start; }
    
    
}


.ins-hero-desktop,
#portfolio-grid, .career-hero-desktop,
.contact-hero,
.hero-banner,
.header-about {
  min-height: 600px;
}

@media (min-width: 2000px) {
  .ins-hero-desktop,
  #portfolio-grid, .career-hero-desktop,
  .contact-hero,
  .hero-banner,
  .header-about {
    height: 800px;
  }
  
  .fsize-20{
      font-size:22px;
  }
  .h1text-45{
      font-size:60px;
  }
}

@media (max-width: 1999px) and (min-width:576px){
    
    .fsize-20{
      font-size:18px;
  }
  .h1text-45{
      font-size:50px;
  }
}

/* ── About Page Hero — Desktop Alignment Fix ── */
@media (min-width: 1200px) {
    .header-about .row {
        justify-content: flex-end !important;
    }

    .header-about .col-md-5.col-lg-7 {
        max-width: 55%;
        padding-left: 40px;
    }
}

@media (min-width: 1440px) {
    .header-about {
        background-position: -100px top;
    }

    .header-about .col-md-5.col-lg-7 {
        max-width: 50%;
    }
}

@media (min-width: 1920px) {
    .header-about {
        background-position: center top;
    }

    .header-about .col-md-5.col-lg-7 {
        max-width: 85%;
    }
}

/* Hide desktop hero on mobile — already handled by d-block d-md-none */
@media (max-width: 767px) {
    .header-about {
        display: none;
    }
}

/* ============================================
   DESKTOP + TABLET (BACKGROUND IMAGE)
   ============================================ */

.bg-why {
  position: relative;
  
  background-size: cover;
  background-position:top left;
  z-index: 1;
}


.bg-why {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
} 



@media (min-width:577px) {
    .bg-why {
        background: url('../images/Why Choose Alive Inc .webp') no-repeat center center;
         background-size: cover;
  background-position:top left;
    }
}


@media(min-width: 577px) and (max-width: 992px){
    .bg-why{
        background-position:-215px;
    }
}


@media (min-width:2000px) {
    .bg-why {
        padding: 149px 0;
    }
}
@media (max-width: 1400px) and (min-width: 992px){
    .bg-why{
        background-position:-60px;
    }
    
    
    
}




/* CONTENT ABOVE IMAGE */
.content-box {
  position: relative;
  z-index: 2;
  color: #fff;
}

@media (max-width: 576px) {
  /* REMOVE BACKGROUND IMAGE */
  .bg-why {
    background-image:url('../images/Alive Inc Homepage Slider Mobile.webp');
        background-position:bottom;
        min-height:750px;
    padding: 30px 0;
  }

  /* SHOW MOBILE IMAGE */
  .mobile-showcase-img {
    display: block;
  }

  /* TEXT CENTER */
  h2 {
    font-size: 24px;
  }

  .content-box {
    text-align: left;
    color: #000;
  }
}

/* WRAPPER (for overlap if needed) */
.counter-wrapper {
  position: relative;
  /*margin-top: -60px;*/
}

/* MAIN CARD */
.counter-section {
  background: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}









/* Remove border from city pills */
.city-pill-link {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  gap: 1px;
}

/* Arrow after city name */
.city-pill-arrow {
  display: inline-block;
  color:#000128;
  transition: transform 0.3s ease;
}

.city-pill-arrow::after {
  content: "→";
  font-size: 0.9rem;
  color: #ff0000;
  font-weight: bold;
  margin-left: 4px;
}

/* City name color transition */
.city-hover-text .city-name {
  transition: color 0.3s ease;
}

/* Remove all existing hover effects */
.city-hover-text:hover {
  background: transparent !important;
  border-color: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Red text + arrow moves forward on hover */
.city-hover-text:hover .city-name {
  color: #ff0000 !important;
}

.city-hover-text:hover .city-pill-arrow {
  transform: translateX(3px);
  color:#ff0000 !important;
}


.why-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* IMAGE FIX */
.why-img {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.why-img img {
  width: 100%;
  max-width: 520px;
}

/* CONTENT */
.why-content {
  padding-left: 30px;
}

/* HEADING */
.why-content h2 {
  color: #000129;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.why-content h2 span {
  color: #ff0000;
}

/* TEXT */
.why-content p {
  color: #555;
  /*margin: 20px 0;*/
  line-height: 1.7;
  max-width: 520px;
}

/* LIST */
.why-content ul {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.why-content ul li {
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
}

.why-content ul li i {
  color: #ff0000;
  margin-right: 10px;
  margin-top: 5px;
}

/* ALIGNMENT */
.why-section .row {
  align-items: center;
}

/* ===================== */
/* 📱 RESPONSIVE FIX */
/* ===================== */
@media (max-width: 991px) {

  .why-img {
    justify-content: center;
  }

  .why-img img {
    transform: none; /* ✅ remove shift on tablet/mobile */
    max-width: 715px;
    margin-bottom: 30px;
  }

  .why-content {
    padding-left: 0;
    text-align: left;
  }

  .why-content h2 {
    font-size: 55px;
  }

  .why-content p {
    /*margin-left: auto;*/
    margin-right: auto;
    font-size:20px;
  }

  .why-content ul {
    text-align: left;
    display: inline-block;
  }
}

/* EXTRA SMALL */
@media (max-width: 576px) {
  .why-content h2 {
    font-size: 28px;
  }
}



.banner-img-wrapper {
  position: relative;
  display: inline-block;
}

/* Wrapper */
.lines-wrapper {
  position: relative;
  width: 100%;
  /*height: 10px;*/
  background: #fff;
  overflow: hidden;
}

/* Container */
.lines {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;   /* FIXED */
  width: 100%;
}

/* Base line (make slightly more visible) */
.line {
  width: 100%;
  height: 1.9px;
  background-color: rgba(0, 0, 0, 0.15); /* was 0.08 */
  position: relative;
  overflow: hidden;
}

.line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translateY(-50%);
  
  width: 25%;
  height: 100%;

  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 0, 47, 0.15) 30%,
    rgba(255, 0, 47, 0.6) 65%,
    rgba(255, 0, 47, 1) 100%
  );

  animation: move 3s linear infinite;

  /* very subtle polish */
  filter: blur(0.2px);
}

@keyframes move {
  0% {
    left: -35%;
  }
  100% {
    left: 110%;
  }
}