

/*-----------
# Google-font

  font-family: "Poppins", system-ui;
  font-family: "Roboto", sans-serif;

-------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --white-color: #f7f7f7;
    --white-color-rgb: 255, 255, 255;
    --light-black-color: #292929;
    --black-color: #000000;
    --light-grey-color: #eeeeee;
    --black-color-rgb: 0, 0, 0;
    --red-color: #FE0000;
    --blue-color: #2E3191;
    --light-blue-color: #E9F7FF;
    --font-poppins: "Poppins", sans-serif;
    --font-roboto: "Roboto Condensed", sans-serif;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --height-28: 28px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}

.viewport {
    position: relative;
    background-color: inherit;
}

.viewport section {
    filter: none;
    opacity: 1;
    background-color: transparent;
}

.site {
    position: relative;
    z-index: 1;
}

/* Reset CSS */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
table,
tr,
td,
th {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-size: var(--font-size-16);
    line-height: var(--height-28);
    font-family: var(--font-dmsans);
    color: #fff;
    font-family: Poppins, sans-serif;
}

/* Add your custom styles below this line */

hr {
    background-color: var(--white-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

p {
    font-size: var(--font-size-16);
    line-height: var(--height-28);
    font-family: var(--font-dmsans);
    color: var(--light-black-color);
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: all 0.4s;
    color: #1d1d1f;
}

a:hover {
    text-decoration: none;
    outline: none;
    /* color: var(--red-color); */
}

strong,
b {
    font-weight: 700;
}

blockquote {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: var(--height-28);
    letter-spacing: 1.2px;
}

ol,
ul {
    padding-left: 25px;
}

/* Title*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1,
.h1 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 40px;
    font-weight: 700;
}

h4,
.h4 {
    font-size: 34px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: var(--font-size-18);
}

/*Form*/

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    color: var(--light-black-color);
    padding: 10px 15px;
    font-weight: 400;
    border: none;
    background-color: var(--white-color);
    border: 1px solid;
}

textarea {
    height: 130px;
    resize: none;
    padding-top: 25px;
}

select:focus,
input:focus,
textarea:focus,
button:focus,
select:hover,
input:hover,
textarea:hover,
button:hover {
    outline: none;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

:-moz-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

::-moz-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

input {
    -moz-appearance: value;
    appearance: value;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type="number"] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


textarea {
    resize: vertical
}

textarea:-moz-placeholder {
    text-transform: inherit;
}

textarea::-moz-placeholder710 {
    text-transform: inherit;
}

textarea:-ms-input-placeholder {
    text-transform: inherit;
}

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

iframe {
    border: 0
}


/* Button Style */

.button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 0px 1px 4px 0px #0C0C0D0D;
    padding-right: 3rem;
    padding-left: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: relative;
    border: 1px solid var(--red-color);
}

.button:hover {
    padding-right: 1.5rem;
    padding-left: 2.5rem;
}

.bottom-color {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: var(--red-color);
    width: 100%;
    height: 0.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.button:hover .bottom-color {
    height: 100%;
}

.right-arrow,
.left-arrow {
    position: absolute;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 0.2s;
    padding-right: 1rem;
    right: 0;
}

.button:hover .right-arrow {
    transform: translate(3rem, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.right-arrow svg,
.left-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--red-color);
}

.left-arrow {
    padding-right: 0;
    right: auto;
    left: 0;
    padding-left: 0.625rem;
    transform: translate(-3rem, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.button:hover .left-arrow {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.button:hover .left-arrow svg {
    color: var(--white-color);
}

.button-text {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    text-align: left;
    position: relative;
    width: 100%;
    font-family: var(--font-dmsans);
    color: var(--red-color);
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: var(--height-28);
}

.button:hover .button-text {
    color: var(--white-color);
}

/* Black Button */

.btn-black.button {
    border-color: var(--black-color);
    background-color: transparent;
}

.btn-black.button .bottom-color {
    background-color: var(--black-color);
}

.btn-black.button .right-arrow svg,
.btn-black.button .left-arrow svg {
    color: var(--black-color);
}

.btn-black.button:hover .left-arrow svg {
    color: var(--white-color);
}

.btn-black.button .button-text {
    color: var(--black-color);
}

.btn-black.button:hover .button-text {
    color: var(--white-color);
}


/*Flex grid*/

.flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.justify-content {
    justify-content: center;
}

.align-center {
    align-items: center;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    padding: 0 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    [class*="col-"] {
        width: 100%;
    }
}

.mb-auto {
    margin-bottom: auto;
}

.mt-auto {
    margin-top: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

/* container */

.container {
    max-width: 1260px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}


/* header */
/* Header Wrapper */

.site-header {
  position: relative;
  width: 100%;
  z-index: 999;
  background: #000;
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
}

/* Sticky header - hidden by default */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(17, 17, 17, 0.98);
  padding: 15px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  font-family: "Poppins", sans-serif;
}

/* Show sticky header */
.sticky-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-header .logo img {
  max-height: 55px;
  height: auto;
  width: 100%;
}

.sticky-header .logo-subtext {
  color: #fff;
  font-size: 11px;
  margin-top: -4px;
  display: block;
  text-align: right;
  font-family: Roboto, sans-serif;
  letter-spacing: -1px;
}

.sticky-header .navigation ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.sticky-header .navigation a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 6px;
  transition: all 0.2s ease-in-out;
}

.sticky-header .navigation a::after {
  width: 0px;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #2ea8ff;
}

.sticky-header .navigation ul li:not(:last-child) a:hover:after {
  width: 22px;
}

.sticky-header .search-icon i {
  font-size: 18px;
}

.sticky-header .menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  display: none;
  cursor: pointer;
}

.site-header.sticky .container {
  height: 100%;
}

.site-header.sticky .logo img {
  max-height: 55px;
}

.site-header.sticky .logo-subtext {
  font-size: 11px;
  margin-top: -4px;
}


/* Container */
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Logo */
.site-header .logo img {
    max-height: 75px;
    height: auto;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .logo-subtext {
    color: #fff;
    margin-top: -6px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    display: block;
    font-family: Roboto, sans-serif;
    letter-spacing: -1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Navigation */
.site-header .navigation ul {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}
.site-header .navigation a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
    transition: 0.3s;
    transition: all 0.2s 
    ease-in-out;
    position: relative;
}
/* .site-header .navigation a:hover {
    color: #bfe8ff;
} */

/* Active / Underline */
.site-header .navigation a::after{
  width: 0px;
      transition: 700ms 
cubic-bezier(0.17, 0.67, 0, 1.01);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #2ea8ff;
}
.site-header .navigation a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 2px;
    background: #2ea8ff;
}
.site-header .navigation ul li:not(:last-child) a:hover:after {
    width: 22px;
}

/* Search icon */
.site-header .search-icon i {
    font-size: 18px;
}

/* Mobile Menu Button */
.site-header .menu-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    display: none;
    cursor: pointer;
}


/* header  */


/* hero section new and feature section*/
/* HERO SECTION */
.hero-section {
    /* padding: 120px 0 50px; */
    display: flex;
    align-items: center;
}
.hero-section .hero-main {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 140px;
}
.hero-section {
    background-image: url('../image/hero_black_panther.jpg');
    background-color: #000000;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: 640px auto;
    z-index: 1;
    position: relative;
}
.hero-section .container {

}

.hero-section .hero-content {
    max-width: 671px !important;
}

.hero-section .hero-content .line {
    width: 60px;
    height: 3px;
    background: #30aaff;
    margin-bottom: 60px;
}

.hero-section .hero-content h1 {
    font-size: 78px;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 40px;
    letter-spacing: -1.9px;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
}

.hero-section .btn-primary {
    display: inline-block;
    padding: 12px 35px 12px 35px;
    border: 2px solid #30aaff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-family: var(--font-roboto);
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    text-decoration: none;
    z-index:0;
}

/* Background sliding layer */
.hero-section .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #2da7ff;
    z-index: 0;
    transition: width 0.4s ease;
}

/* Hover start */
.hero-section .btn-primary:hover::before {
    width: 100%;
    z-index:-1;
}

/* Text turns black when background fills */
.btn-primary:hover {
    color: #fff;
}



/* Right image */
.hero-section .hero-image img {
    max-width: 520px;
    width: 100%;
    height: auto;
}

/* FEATURES */
.features {
    background: #000;
}

.features .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    z-index: 0;
    position: relative;
}

.features .feature-box {
    background: #1a1a1a;
    padding: 60px 40px 60px 40px;
    position: relative;
    transition: background 0.7s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.features .feature-box:hover {
    background-color: #3fa9f5;
    box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.features .feature-box:hover .icon {
    color: #fff;
    transition: .3s;
}
.features .icon {
    font-size: 45px;
    margin-bottom: 60px;
    color: #30aaff;
}

.features .feature-box h3 {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0px 0px 5px 0px;
}

.features .small-line {
    background-color: #ffffff;
    height: 2px;
    margin: 0px 0px 20px 0px;
    width: 45px;
}



/* Active blue bar bottom */
.features .feature-box.active:after {
    height: 70px;
    width: calc(100% + 20px);
    position: absolute;
    bottom: -20px;
    right: -21px;
    z-index: -1;
    content: "";
    background-color: #3fa9f5 !important;
}

/* hero section new and feature section */


/* service section */

/* Section Header */
.services {
  padding: 140px 0px;
  background-color: #fff;
  position: relative;
  /* z-index: -1; */
}
.services:before {
    content: '';
    background-color: #e9204f;
    height: 30px;
    width: 2px;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 0;
}
.section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #101010;
  line-height: 58px;
  font-family: "Poppins", Sans-serif;
}

.section-subtitle {
    color: #3FA9F5;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: -.04em;
    margin-bottom: 60px;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.service-card {
  background: #f3f3f3;
  padding: 35px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  border-radius: 1px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  transition: background 0.35s ease, color 0.35s ease;
}

.services-grid i.icon {
    font-size: 70px;
    color: rgba(255,255,255,0.22);
    opacity: 0.3 !important ;
}

.service-card i {
  font-style: normal;
  opacity: 0.6;
}

/* Hover / Active Blue Style */
.service-card:hover,
.service-card.active {
  background: #33a8ff;
  color: #fff;
}

.service-card:hover i,
.service-card.active i {
  color: #fff;
  opacity: 1;
}

/* Icon container */
.pr-service-box-icon-wrap {
  position: absolute;
  left: -8px;
  opacity: 0;
  transform: translateX(-15px) scale(0.4);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.3, 1);
  font-size: 32px;
  color: #fff;
}

.services-grid .pr-service-box-icon-wrap.i-strategy {
    left: -8px;
}

.services-grid .pr-service-box-icon-wrap.i-line-target {
    left: -40px;
}

.services-grid .pr-service-box-icon-wrap.i-line-lightbulb {
    left: -25px;
}

.services-grid .pr-service-box-icon-wrap.i-line-clipboard {
    left: -14px;
}

.services-grid .pr-service-box-icon-wrap.i-line-tools {
    left: -25px;
}

.services-grid .pr-service-box-icon-wrap.i-line-chat {
    left: -40px;
}

.services-grid .pr-service-box-icon-wrap.i-line-presentation {
    left: -30px;
}

.services-grid .pr-service-box-icon-wrap.i-line-browser {
    left: -10px;
}

.services-grid .pr-service-box-icon-wrap.i-line-search {
    left: -11px;
}

/* Text spacing when icon appears */
.service-card span {
  margin-left: 0;
  transition: margin-left 0.45s cubic-bezier(0.25, 1, 0.3, 1),
              color 0.35s ease;
  color: #101010;
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.services .small-line {
    background-color: #3FA9F5;
    height: 2px;
    margin: 0px 0px 45px 0px;
    width: 45px;
}

/* Arrow */
.service-card i:last-child {
  font-style: normal;
  opacity: 0.5;
  transition: 0.35s ease;
      transition: margin-left 0.45s 
cubic-bezier(0.25, 1, 0.3, 1), color 0.35s 
ease;
}

/* On Hover */
.service-card:hover {
  background: #33a8ff;
  color: #fff;
}

/* Icon animates in */
.service-card:hover .pr-service-box-icon-wrap {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* Move text to the right when icon shows */
.service-card:hover span {
  margin-left: 45px;
  color: #fff;
}

.service-card:hover i:last-child {
  opacity: 0.5;
  color: #fff;
}


/* service section */


/* about section */
.about-us .small-line {
    background-color: #3FA9F5;
    height: 2px;
    margin: 0px 0px 45px 0px;
    width: 45px;
}
.about-us{
  background-color: #fff;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}
.about-us:before {
    content: '';
    background-color: #e9204f;
    height: 60px;
    width: 2px;
    position: absolute;
    top: -30px;
    left: 50%;
}
.about-us h2 {
      color: #101010;
      font-family: "Poppins", Sans-serif;
      font-size: 48px;
      font-weight: 700;
      line-height: 58px;
    }

    .about-us .red-text {
      color: #e9204f;
      font-family: "Roboto Condensed", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 17px;
    }

    .about-us .top-section {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      margin-bottom: 40px;
    }

    .about-us .top-left {
      flex: 1;
    }

    .about-us .top-right {
      flex: 1.5;
      color: #747474;
      font-family: "Roboto Condensed", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
    }

    /* Image grid */
    .about-us .image-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 20px;
      margin-bottom: 50px;
    }

    .about-us .image-box{
      position: relative;
    }
    .about-us .image-box img {   
      display: flex;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(60%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
      object-fit: cover;
      transition: 0.6s ease;
    }
    .about-us .image-box:Hover img {
        filter: none;
    }
    .about-us .image-overlay-content {
        position: absolute;
        bottom: 35px;
        left: 35px;
    }
    .about-us .text-overlay {
      color: #ffffff;
      font-family: "Poppins", Sans-serif;
      font-size: 20px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 28px;
      letter-spacing: -0.04px;
    }

    .about-us .small-text {
      margin: 0px 0px 0px 0px;
      color: rgba(255, 255, 255, 0.8);
      font-family: "Roboto Condensed", Sans-serif;
      font-size: 18px;
      font-weight: 700;
    }

    /* Bottom Features */
    .about-us .bottom-section {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .about-us .feature-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #101010;
      font-family: "Poppins", Sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: -0.04px;
      margin-bottom: 30px;
    }

    .about-us .feature-text {
      color: #747474;
      font-family: "Roboto Condensed", Sans-serif;
      font-size: 17px;
      font-weight: 600;
      line-height: 26px;
      padding-right: 30px;
    }

/* about section */


/* footer  section*/
.footer-section {
    background: #1e1e1e;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.footer-section:before {
    content: '';
    background-color: #e9204f;
    height: 60px;
    width: 2px;
    position: absolute;
    top: -30px;
    left: 50%;
}

/* Top Section */
.footer-section .footer-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.footer-section .footer-social a {
    border: 2px solid #2196f3;
    color: #2196f3;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 2px;
    transition: 0.3s;
    font-size: 18px;
}
.footer-section .footer-social a:hover {
    transform: translateY(-8px);
}

.footer-section .footer-social a i {
    color: #fff;
}
.footer-section .footer-social a:hover {
    background: #2196f3;
    color: #fff;
}

.footer-section .footer-title {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.04px;
    margin-bottom: 0px;
}

/* Button */
.footer-section .footer-btn {
    font-family: "Poppins", Sans-serif;
    border: 2px solid #2196f3;
    padding: 20px 34px;
    font-size: 17px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color 0.3s ease;
    cursor: pointer;
}
    
.footer-section .footer-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #2196f3;
    z-index: -1;
    transition: width 0.4s ease-in-out;
}

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

/* Middle Section */
.footer-section .footer-info {
    text-align: center;
    background-color: #161616;
    padding: 40px 0px;
}

.footer-section .footer-info h4 {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
}

.footer-section .footer-info p {
   margin: 0px 0px 0px 0px;
   color: #ffffff;
   font-family: "Roboto", Sans-serif;
   font-size: 19px;
   font-weight: 300;
   line-height: 27px;
}

.footer-section .footer-info a {
    color: #fff;
}

/* Bottom Section */
.footer-section .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.footer-section .footer-links {
    display: flex;
    gap: 20px;
}

.footer-section .footer-links li {
    list-style: none;
}

.footer-section .footer-links a {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
    transition: all 0.2s 
ease-in-out;
    color: #ffffff;
    position: relative;
}

.footer-section .footer-top {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #1b1b1b;
}

.footer-section .footer-bottom {
    background-color: #000000;
    padding: 30px 0px;
}

.footer-section .footer-bottom p {
    color: #747474;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}

.footer-section .footer-links a:hover {
    color: #e9204f;
}
.footer-section .footer-links a:before{
    width:0px;
    transition: width 0.4s ease-in-out;
       content: '';
    height: 1px;
    background-color: #e9204f;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 700ms 
cubic-bezier(0.17, 0.67, 0, 1.01);
}
.footer-section .footer-links a:hover:before {
     width: 60px;
}


/* footer section */



/* vacancies page */
header.site-header.lite-header {
    background: #cccccc;
}

header.site-header.lite-header.sticky {
    background: #111;
}

/* Section */
.work-with-us {
    padding: 140px 0;
    background-color: #ffffff;
    position:relative;
}

.work-with-us .work-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

/* Left Heading */
.work-with-us .heading-left .top-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #3fa9f5 !important;
    margin-bottom: 40px;
}

.work-with-us .heading-left h2 {
    color: #101010;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.work-with-us .heading-left .sub-title {
    color: #e9204f;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
}

/* View All Button */
.view-btn a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 16px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #3FA9F5;
    padding: 15px 32px 15px 32px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s 
ease;
    text-decoration: none;
    z-index: 0;
}

 .view-btn a:hover {
    color: #fff;
}
 .view-btn a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #2da7ff;
    z-index: 0;
    transition: width 0.4s 
ease;
}
.view-btn a:hover::before {
    width: 100%;
    z-index: -1;
}

/* Paragraph */
.work-with-us .work-desc {
    margin-top: 40px;
    line-height: 1.7;
    font-size: 17px;
    color: #7a7a7a;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

.work-with-us .work-with-us:before {
    content: '';
    background-color: #e9204f;
    height: 60px;
    width: 2px;
    position: absolute;
    top: -30px;
    left: 50%;
}

section.work-with-us::before {
    content: '';
    background-color: #e9204f;
    height: 60px;
    width: 2px;
    position: absolute;
    top: -30px;
    left: 50%;
}

/* Section */
.benefits-section {
    padding: 140px 0;
    background-color: #fff;
    position:relative;
}
.benefits-section:before{
    content: '';
    background-color: #e9204f;
    height: 60px;
    width: 2px;
    position: absolute;
    top: -30px;
    left: 50%;
}


/* Layout */
.benefits-section .benefits-grid {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

/* Image block */
.benefits-section .benefits-image {
    position: relative;
    width: 50%;
    /* flex: 1 1 45%; */
}

.benefits-section .benefits-image img {
    width: 100%;
    display: block;
    height: 614px;
    z-index: 1;
    position: relative;
    object-fit: cover;
    object-position: top;
}

.benefits-section .image-accent {
    position: absolute;
    bottom: -18px;
    left: auto;
    right: -17px;
    width: 90px;
    height: 87px;
    background: #d60a41;
    z-index: 0;
}

/* Content block */
.benefits-section .benefits-content {
    /* flex: 1 1 50%; */
    width: 50%;
}

.benefits-section .small-line {
     background-color: #3FA9F5;
    height: 2px;
    margin: 0px 0px 45px 0px;
    width: 45px;
    display:block;
}

.benefits-section .benefits-content h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed';
}

.benefits-section .sub-title {
    color: #e9204f;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
    margin-bottom:60px;
}

.benefits-section .benefit-list {
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 17px;
    color: #444;
}

.benefits-section .sports-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    letter-spacing: 0.5px;
}

.benefits-section .sports-text {
    line-height: 25px;
    color: #7a7a7a;
    font-size: 17px;
}
.benefits-section .benefit-list li {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #7a7a7a;
}

.work-with-us.the-details  .the-details-block h4 {
    color: #000;
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.work-with-us.the-details .work-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.work-with-us.the-details  .the-details-content {
    margin-top: 60px;
}
/* vacancies page */

/* search popup code */
.search-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-popup .search-box {
    width: 60%;
    border-bottom: 2px solid #fff;
    padding: 15px;
    display: flex;
    align-items: center;
}

.search-popup .search-box input {
    flex: 1;
    background: transparent;
    border: 0;
    font-size: 24px;
    color: #fff;
    outline: none;
    font-family: Roboto Condensed;
    font-weight: 600;
    line-height: 1.5;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 48px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.search-popup .search-box input::placeholder {
    color: #9e9e9e;        /* change placeholder color */
    opacity: 0.7;           /* make sure color shows */
    font-size: 25px;      /* placeholder font size */
    font-weight: 600;     /* placeholder font weight */
}

.search-popup .submit-btn {
    background-color: transparent;
    border: none;
}

.search-popup .submit-btn i {
    color: #fff;
    font-size: 23px;
}
/* search popup code */

/* services page */

/* Section */
.inner-banner {
    background: #1c1c1c;
    padding: 90px 0;
    color: #ffffff;
}
.inner-banner h1 {
    color: #ffffff;
    margin-bottom: 26px;
    font-family: Poppins;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 47px;
    text-transform: none;
}
/* Container */

/* Top small line */
.inner-banner .top-line {
    background: #d30a44;
    display: block;
    width: 40px;
    height: 2px;
    margin-bottom: 40px;
}

/* Heading */


/* Breadcrumb */
.inner-banner .breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.inner-banner .breadcrumb a {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: uppercase;
    color:#e9204f;
}

.inner-banner .breadcrumb span {
    color: #aaaaaa;
}

.inner-banner .breadcrumb p {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: uppercase;
    color:#fff;
}

.about-services-section {
    padding: 200px 0px  160px 0px;
    background-color:#fff;
}


.about-services-section .about-services-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 55px;
}


.about-services-section .about-text h2 {
    color: #101010;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
}

.about-services-section .about-text p {
    font-family: 'Roboto Condensed';
    font-size: 19px;
    line-height: 31px;
    color: #101010;
    max-width: 850px;
    font-weight: 600;
    margin-bottom: 20px;
}


.about-services-section .service-sidebar {
    width: 23%;
}

.about-services-section .service-sidebar h3 {
    color: #e9204f;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-services-section .side-line {
    background: #30aaff;
    display: block;
    width: 40px;
    height: 2px;
    margin-bottom: 40px;
}

.about-services-section .service-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ececec;
}

.about-services-section .service-sidebar ul li{
    /* padding: 14px 0; */
    border-bottom: 1px solid #ececec;
}
.about-services-section .service-sidebar ul li a{
   
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    cursor: pointer;
    color: #101010;
    transition: color 0.3s;
    display: block;
}

/* Hover */
.about-services-section .service-sidebar ul li a:hover {
    color: #d30a44;
}

.about-services-section ul li a {
    position: relative;
    display: block;
    padding: 14px 18px 14px 0px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
}

/* Arrow before text */
.about-services-section ul li a::before {
    content: "›";
    position: absolute;
    left: -18px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #d30a44;
    opacity: 0;
    transition: all 0.3s ease;
}


/* Show arrow on hover */
 .about-services-section ul li a:hover{
    opacity: 1;
    left: 22px;
}
.about-services-section ul li a:hover::before{
    left: -23px;
    opacity: 1;
}
/* services page */


/* policy pages */
.terms-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
}

.terms-section .updated-date {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}

.terms-section .updated-date span {
  font-weight: 600;
  color: #000;
}

.terms-section h3 {
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 12px;
  color: #111;
  font-weight: 700;
  font-family: 'Poppins';
}

.terms-section p {
  margin-bottom: 18px;
  line-height: 1.7;
  font-size: 16px;
  color: #7a7a7a;
  font-family: sans-serif;
  font-weight: 400;
}

.terms-section .list {
  margin: 15px 0 20px 18px;
}

.terms-section .list li {
  margin-bottom: 8px;
  font-size: 16px;
  list-style-type: disc;
  color: #7a7a7a;
  font-family: sans-serif;
  font-weight: 400;
}

.terms-section .last-note {
  margin-top: 35px;
  font-weight: 400;
}

/* policy pages */

/* policy pages accoidan content */

.cookie-accordion .accordion-header {
  width: 100%;
  background: rgba(239,239,239,0.5);
  border: none;
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
}

.cookie-accordion .accordion-item .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}

.cookie-accordion .accordion-item.active .arrow {
  transform: rotate(225deg);
}

.cookie-accordion  .accordion-content {
  display: none;
  padding: 20px 15px;
  background: #fafafa;
  border-top: 1px solid #eee;
}

.cookie-accordion .cookie-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.cookie-accordion .cookie-table table th,
.cookie-accordion .cookie-table table td {
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  text-align: justify;
}


.cookie-accordion .accordion-content h4 {
    font-size: 17px;
    font-family: Poppins;
    font-weight: 700;
}

.cookie-accordion .cookie-info {
    display: flex;
}

.cookie-accordion .cookie-info > div {
    width: 48%;
}

.cookie-accordion .cookie-info .info-box a {
    color: #e9204f;
    font-weight: 700;
}

.cookie-table table th {
    font-size: 17px;
    font-family: Poppins;
    font-weight: 700;
}

.cookie-accordion .accordion-item {
    margin-bottom: 10px;
}

.span-block span {display: block;}

.span-block span a {
    color: #e9204f;
    font-weight: 600;
}
/* policy pages accodian content */

/* Start Footer Popup  */

   /* Fullscreen popup wrapper */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
}

.modal.show {
    display: flex;
}

/* White full-width container */
.modal-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 60px 80px;
    overflow-y: auto;
    position: relative;
}

.modal-body {
    max-width: 705px;
    margin: 0 auto;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Form elements */
.modal-body input,
.modal-body textarea {
   width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    height: 50px;
    background: #fff;
}

.modal-body input:focus, .modal-body textarea:focus {
    border-color: #e9204f;
}


.modal-body textarea {
    height: 160px;
}

.modal-body button {
    padding: 14px 30px;
    border: none;
    background: #e9204f;
    color: white;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    width: 180px;
}

.modal-body h2 {
   margin-bottom: 10px;
    color: #101010;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: -.04em;
}

.modal-body p {
   font-size: 17px;
    margin-bottom: 40px;
    color: #747474;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
}

.modal #contactForm label {
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color: #101010;
}

.modal #contactForm label span {
    margin-left: 3px;
    color: red;
}

.modal-body button:hover {
    background: #3fa9f5;
}

button.modal-close svg {
    width: 30px;
    height: 50px;
}

button.modal-close svg line {
    stroke: gray;
}

/* End Footer Popup  */

/* responsive view */

@media (max-width: 1024px) {
    .hero-section{
        background-image: none; 
    }
    .hero-section .container {
        flex-direction: column;
    }

    .hero-section .hero-content {
        width: 100%;
    }

    .hero-section .hero-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .hero-section .hero-image {
        margin-top: 40px;
    }

    .features .features-grid {
        grid-template-columns: 1fr;
    }

    .features .feature-box {
        margin-bottom: 20px;
    }

    .features .feature-box{
      margin-bottom: 0px;
    }
    .features .feature-box.active:after{
      display: none;
    }
    .features .feature-box{
      padding: 40px 40px 40px 40px;
    }
    .features .icon{
      margin-bottom: 30px;
    }
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .services {
      padding: 70px 0px;
    }
    .service-card span {
        font-size: 18px;
    }
    .about-us{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .about-us .image-grid {
      grid-template-columns: 1fr;
    }

    .footer-section .footer-top .container {
        flex-direction: column;
        gap: 30px;
    }

    .footer-section .footer-top {
        padding: 70px 0px;
    }
   .footer-section  .footer-title {
        font-size: 36px;
    }

   .footer-section .footer-bottom .container {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .footer-section .footer-links{
      padding-left: 0px;
    }

    .site-header {
    overflow-y: hidden;
    }

    .site-header .menu-toggle {
        display: block;
    }

    /* Sticky header mobile */
    .sticky-header {
        padding: 10px 0;
    }

    .sticky-header .menu-toggle {
        display: block;
        position: relative;
        width: 24px;
        height: 18px;
        cursor: pointer;
        z-index: 1000;
    }

    .sticky-header .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(-100%);
        opacity: 0;
        transition: 0.5s ease;
        z-index: 999;
    }

    .sticky-header .navigation.open {
        transform: translateY(0);
        opacity: 1;
    }

    .sticky-header .navigation ul {
        flex-direction: column;
        gap: 32px;
        text-align: center;
        padding-left: 0px;
    }

    .sticky-header .navigation a {
        font-size: 26px;
        display: block;
        line-height: 38px;
        font-weight: 700;
        color: #e9204f;
        font-family: 'Roboto Condensed';
    }

    .sticky-header .navigation a:hover {
        color: #fff;
    }

    .sticky-header .navigation a::after {
        display: none;
    }

    .sticky-header .search-icon {
        display: none;
    }

    .sticky-header .logo img {
        max-height: 50px;
    }

    .sticky-header .logo-subtext {
        font-size: 10px;
    }

    .sticky-header i.fa-solid.fa-bars {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        color: #ffffff;
        width: 100%;
        height: 2px;
        background: currentColor;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
    }

    .sticky-header i.fa-solid.fa-bars:before,
    .sticky-header i.fa-solid.fa-bars:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        content: "";
        transition: width .3s cubic-bezier(.645, .045, .355, 1);
    }

    .sticky-header i.fa-solid.fa-bars:before {
        top: -8px;
    }

    .sticky-header i.fa-solid.fa-bars:after {
        top: 8px;
    }
    .site-header .navigation {
        position: absolute;
        top: 105px;
        left: 0;
        width: 100%;
        background: #000;
        display: none;
        padding: 25px 0;
    }
   .site-header .navigation.open {
        display: block;
    }
    .site-header .navigation ul {
        flex-direction: column;
        gap: 25px;
    }

    .site-header i.fa-solid.fa-bars:before, .site-header i.fa-solid.fa-bars:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background: inherit;
      content: "";
      -webkit-transition: width .3s 
      cubic-bezier(.645, .045, .355, 1);
          transition: width .3s 
      cubic-bezier(.645, .045, .355, 1);
    }

    .site-header i.fa-solid.fa-bars:before{
        top: -8px;
    }
    .site-header i.fa-solid.fa-bars:after {
        top:8px;
    }
    .site-header i.fa-solid.fa-bars{
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        color: #ffffff;
        width: 100%;
        height: 2px;
        background: currentColor;
        -webkit-transition: all .3s 
    cubic-bezier(.645, .045, .355, 1);
        transition: all .3s 
    cubic-bezier(.645, .045, .355, 1);
    }

    .site-header .menu-toggle {
        position: relative;
        width: 24px;
        height: 18px;
        cursor: pointer;
    }

    .site-header {
        padding: 0px 0px;
        height: 90px;
    }

    .site-header .logo {
        /* display: none; */
        padding: 10px 0px;
    }

    .site-header .container {
        justify-content: space-between;
        align-items: center;
        height: -webkit-fill-available;
    }

    /* burger  */
        .site-header .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(-100%);
        opacity: 0;
        transition: 0.5s ease;
        z-index: 999;
    }

    .site-header .navigation.open {
        transform: translateY(0);
        opacity: 1;
    }

    .site-header .navigation ul {
        flex-direction: column;
        gap: 32px;
        text-align: center;
        padding-left: 0px;
    }

    .site-header .navigation a {
        font-size: 26px;
        display: block;
        line-height: 38px;
        font-weight: 700;
        color: #e9204f;
        font-family: 'Roboto Condensed';
    }

    .site-header .navigation a:hover {
        color: #fff;
    }


    /* toggle button visible */
    .site-header .menu-toggle {
        display: block;
        z-index: 1000;
        position: relative;
    }

   .site-header .search-icon{
        display:none;
    }

    .site-header .navigation a::after {
        display: none;
    }

        .site-header .navigation {
        padding-top: 90px;
    }
    .site-header .menu-toggle.active i.fa-solid.fa-bars::after {
        transform: rotate(45deg) translate(6px, 6px);
        top: -8px;
        background-color: #a0a0a0;
    }
    .site-header .menu-toggle.active i.fa-solid.fa-bars {
        background: #000;
    }
    .site-header .menu-toggle.active i.fa-solid.fa-bars::before{
        transform: rotate(-45deg) translate(6px, -6px);
        top: 9px;
        background-color: #a0a0a0;
    }

     .site-header .menu-toggle.active {
        height: 26px !important;
        width: 32px;
    }
    .work-with-us{
        padding: 70px 0;
    }
    .site-header .logo img{
        max-height: 56px;
    }
    .site-header .logo-subtext{
        font-size: 12px;
    }
    /* burger */
    .about-services-section .about-services-grid {
        flex-direction: column;
    }
    .about-services-section .service-sidebar{
        width: 100%;
    }
    .about-services-section{
        padding: 70px 0px 110px 0px;
    }
  }

@media(max-width:767px){
  .hero-section .hero-content h1{
      font-size: 40px;
      line-height: 50px;
  }  
  .hero-section .hero-main{
    padding-bottom: 70px;
  }
  .container{
    padding: 0 20px;
  }
  .features .features-grid{
    gap: 20px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .about-us .top-section {
    flex-direction: column;
  }
  .about-us .bottom-section {
    grid-template-columns: 1fr;
  }
  .work-with-us .heading-left .sub-title {
      margin-bottom: 30px;
  }
  .work-with-us .work-header {
      flex-direction: column;
  }
  .benefits-section .benefits-grid {
      flex-direction: column;
  }

  .benefits-section {
      padding: 100px 0px;
  }

  .benefits-section:before {
      top: -15px;
  }

  .benefits-section .benefits-image {
      width: 100%;
  }

  .benefits-section .benefits-content {
      width: 100%;
  }

  .benefits-section .benefits-image img {
      object-position: top;
  }

  .inner-banner {
    padding: 60px 0;
  }
  .inner-banner h1 {
    font-size: 36px;
  }
  .inner-banner .breadcrumb {
    flex-wrap: wrap;
  }

  .terms-section {
    padding: 50px 15px;
  }

  .terms-section h3 {
    font-size: 20px;
  }

  .terms-section p,
  .terms-section .list li {
    font-size: 15px;
  }
  .cookie-accordion .cookie-info{
    flex-direction: column;
  }
  .cookie-accordion .acc-right {
        font-size: 13px;
    }
 .cookie-accordion .cookie-table table {
    overflow-x: auto;
    overflow-wrap: anywhere;
  }

  .modal-container{
    padding: 50px 25px;
  }

  .modal-close{
    top:20px;
    right:20px;
  }

}

/* responsive view */