html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
:root{
  
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
h2{
font-size: 2.5rem;
}
*{
  box-sizing: border-box;
}
html{
  font-size: clamp(12px, 1.058vw,16px);
}
body{
  font-family: "Manrope";
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.375rem;
}
/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
    background-size: cover;
  background-position: bottom;
}
.home-hero-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  opacity: 1;
  background-size: cover;
  background-position: bottom;
}
/* Layout Container */
.container {
    max-width: 95.5rem;
    margin: 0 auto;
    padding: 0 3.125rem;
    box-sizing: border-box;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

/* Header Navigation */
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav ul {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0.625rem 1.25rem;
    transition: opacity 0.3s ease;
}

.main-nav a:hover {
    opacity: 0.8;
}

/* Hero Content */
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5rem;
    position: relative;
}

.hero-text {
    max-width: 50%;
    padding-top: 18.375rem;
}

.hero-image{
  max-width: 50%;
  padding-top: 12.75rem;
  padding-bottom: 17.1875rem;
}
.hero-image img{
  display: block;
  width: 100%;
  height: auto;
}
.hero-text h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 1.25rem;
    line-height: 1.2;
}

.hero-text p {
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0 0 2.5rem;
    line-height: 1.6;
}

/* Call-to-Action Button */
.cta-button {
    display: inline-block;
    padding: 1.25rem 2.5rem;
    background-color: #9c9898;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6.25rem;
    text-transform: capitalize;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 0;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.75rem rgba(246, 190, 19, 0.3);
}

/* Decorative Elements */
.decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F6BE13 100%);
    opacity: 0.6;
}

.circle-large {
    width: 21.875rem;
    height: 21.875rem;
    right: 3.125rem;
    bottom: 3.125rem;
}

.circle-small {
    width: 15.625rem;
    height: 15.625rem;
    left: -6.25rem;
    top: 10.938rem;
}

.dots {
    position: absolute;
    right: 12.5rem;
    top: 16.438rem;
    display: flex;
    gap: 0.438rem;
}

.dots span {
    width: 0.688rem;
    height: 0.688rem;
    background-color: #F6BE13;
    border-radius: 50%;
}

.squares span {
    position: absolute;
    width: 15.625rem;
    height: 15.625rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
    left: -16.25rem;
    transition: border-color 0.3s ease;
}

.squares span:nth-child(1) { top: 27.625rem; }
.squares span:nth-child(2) { top: 30.125rem; left: -13.75rem; }
.squares span:nth-child(3) { top: 32.625rem; left: -11.25rem; }
.squares span:nth-child(4) { top: 35.125rem; left: -8.75rem; }

.services {
    padding: 5rem 0;
}

.services-header {
    text-align: center;
    margin-bottom: 3.75rem;
}
.h3{
  color: #8666E1;
  font-size: 1.25rem;
  font-family: Manrope;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
.services-header h3 {
    margin-bottom: 0.625rem;
}

.services-header h2 {
    color: #242656;
    font-family: Manrope;
    font-weight: 800;
    text-transform: capitalize;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
    gap: 3.1875rem;
    max-width: 89.25rem;
    margin: 0 auto;
}

.service-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2.5rem;
    box-shadow: 0 0.3125rem 1.5rem rgba(149, 157, 165, 0.15);
    text-align: center;
}

.service-icon {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto 2.8125rem;
    position: relative;
}
.service-icon img{
  width: 100%;
  display: block;
}

.icon-shape {
    background: #4D25BB;
    width: 5rem;
    height: 5rem;
    margin: 0.625rem;
}

.service-content h4 {
    color: #242656;
    font-size: 1.5rem;
    font-family: Manrope;
    font-weight: 800;
    line-height: 2.1875rem;
    margin-bottom: 1.25rem;
}

.service-content p {
    color: #707070;
    font-size: 1rem;
    font-family: Manrope;
    font-weight: 500;
    margin-bottom: 2.5rem;
    line-height: 1.375;
}

.service-cta {
    color: #4D25BB;
    font-size: 1rem;
    font-family: Manrope;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.stats-section {
    position: relative;
    width: 100%;
    height: 27.25rem;
    margin: 0 auto;
}

.stats-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.stats-background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.stats-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(144deg, #4D25BB 0%, #242656 100%);
    opacity: 0.9;
}

.stats-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10.4375rem 0;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15.625rem;
    gap: 0.5rem;
}

.stat-number {
    color: #F6BE13;
    font-size: 3rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}

.stat-label {
    color: white;
    font-size: 1.25rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}

.why-inops {
    padding: 5rem 0;
    padding-bottom: 8.3125rem;
}

.why-inops__content {
    display: flex;
    gap: 3.375rem;
    align-items: flex-start;
}

.why-inops__text {
    max-width: 44rem;
    padding: 3.125rem 0;
    padding-bottom: 0;
}

.why-inops__title {
    color: #242656;
    font-size: 2.5rem;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 1.875rem;
    margin-top: 0;
}

.why-inops__features {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.feature {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.feature__title {
    color: black;
    font-size: 1.25rem;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.feature__description {
    color: #606060;
    font-size: 1rem;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 0px;
    line-height: 1.5;
}
.feature__description ul{
  padding-left: 1.25rem;
}

.why-inops__images {
    position: relative;
    display: flex;
    gap: 1.25rem;
}

.image-overlay {
    width: 32.75rem;
    height: 31.25rem;
    position: relative;
    overflow: hidden;
}

.overlay-image {
    width: 38.75rem;
    height: 31.25rem;
    position: absolute;
    left: -3.0625rem;
    top: 0;
}

.gradient-overlay {
    width: 38.75rem;
    height: 31.25rem;
    position: absolute;
    left: -3.0625rem;
    top: 0;
    background: linear-gradient(180deg, #F6BE13 0%, rgba(0, 0, 0, 0) 100%);
}

.image-stack {
    width: 37.5rem;
    height: 37.5rem;
    position: relative;
}

.stack-image {
    width: 100%;
    height: 100%;
    position: absolute;
}

.stack-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.background-image {
    width: 86.25rem;
    height: 57.5rem;
    position: absolute;
    left: -10.625rem;
    top: -10rem;
}

.decorative-circle {
    width: 10rem;
    height: 10rem;
    position: relative;
}

.main-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(144deg, #4D25BB 0%, #242656 100%);
    border-radius: 50%;
}

.accent-circle {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    left: 6.5625rem;
    top: 5.9375rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F6BE13 100%);
    border-radius: 50%;
}
footer.footer{
padding-top: 14.625rem;
padding-bottom: 14.625rem;
background-image: url(../images/footer-bg.svg);
position: relative;
background-size: cover;
}
.footer-copy{
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;  
  text-align: center;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  width: 450px;
}

.footer-logo-section {
  margin-bottom: 40px;
}

.footer-logo {
  width: 150px;
  height: 50px;
  margin-bottom: 20px;
}

.footer-description {
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background: #F6BE13;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242656;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  background: white;
}

.footer-right {
  display: flex;
  gap: 50px;
}

.quick-links, .contact-info {
  h3 {
    color: #F6BE13;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: capitalize;
  }
}

.quick-links {
  width: 212px;
  
  ul {
    list-style: none;
    padding: 0;
    
    li {
      margin-bottom: 15px;
      
      a {
        color: white;
        text-decoration: none;
        font-family: 'Manrope', sans-serif;
        font-size: 16px;
        font-weight: 600;
        transition: color 0.3s ease;
        
        &:hover {
          color: #F6BE13;
        }
      }
    }
  }
}

.contact-info {
  width: 350px;
}

.contact-details {
  .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    
    i {
      color: white;
      font-size: 16px;
    }
    
    p {
      color: white;
      font-family: 'Manrope', sans-serif;
      font-size: 16px;
      font-weight: 600;
      margin: 0;
    }
  }
}
.contact-item .icon{
 display: block;
 width: 100%;
 flex-shrink: 0;
 max-width: 20px;
}
.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(180deg, #1A163D 0%, #2F1F70 100%);
}

.footer-content {
    position: relative;
    width: 100%;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 3.125rem;
}

.company-info {
    width: 28.125rem;
}

.company-details {
    margin-bottom: 2.5rem;
}

.footer-logo {
    width: 9.375rem;
    height: 3.125rem;
    margin-bottom: 1.25rem;
}

.company-description {
    color: white;
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.social-links {
    display: flex;
    gap: 0.9375rem;
}

.social-icon {
    width: 2.25rem;
    height: 2.25rem;
    background: #F6BE13;
    border-radius: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav {
    display: flex;
    gap: 3.125rem;
}

.quick-links, .contact-info {
    h3 {
        color: #F6BE13;
        font-family: Manrope, sans-serif;
        font-size: 1.25rem;
        font-weight: 800;
        margin-bottom: 1.875rem;
        text-transform: capitalize;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    li {
        margin-bottom: 0.9375rem;
    }

    a, span {
        color: white;
        font-family: Manrope, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
    }
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6.875rem;
    background: #8666E1;
    display: flex;
    align-items: center;
    justify-content: center;

    p {
        color: white;
        font-family: Manrope, sans-serif;
        font-size: 1.125rem;
        text-align: center;
    }

    strong {
        font-weight: 800;
    }
}

.page-header {
    position: relative;
    width: 100%;
    height: 51.875rem;
    overflow: hidden;
}

.header-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: cover;
    background-position: bottom;
}

.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3B00DE 0%, #160052 100%);
    opacity: 0.8;
}

.header-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title {
    color: white;
    font-size: 4rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
}

.decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.circle {
    position: absolute;
    border-radius: 50%;
}

.circle-large {
    width: 21.875rem;
    height: 21.875rem;
    right: 0;
    top: 30%;
    background: linear-gradient(180deg, #3300BF 0%, rgba(0, 0, 0, 0.20) 100%);
}

.circle-small {
    width: 15.625rem;
    height: 15.625rem;
    left: -3.25rem;
    bottom: 15%;
    background: linear-gradient(180deg, #3300BF 0%, rgba(0, 0, 0, 0.20) 100%);
}

.square-accent {
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    right: 15%;
    top: 33%;
    background: linear-gradient(180deg, transparent 0%, #F6BE13 100%);
}

.square-pattern {
    position: absolute;
    right: 20%;
    bottom: 20%;
}

.square-pattern span {
    position: absolute;
    width: 10.5625rem;
    height: 10.5625rem;
    border: 0.125rem solid white;
    background: transparent;
}

.square-pattern span:nth-child(1) { transform: translate(0, 0); }
.square-pattern span:nth-child(2) { transform: translate(1.6875rem, 1.6875rem); }
.square-pattern span:nth-child(3) { transform: translate(3.375rem, 3.375rem); }
.square-pattern span:nth-child(4) { transform: translate(5.0625rem, 5.0625rem); }

.accent-shape {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    left: 11.5625rem;
    bottom: 1.0625rem;
    background: #F6BE13;
}

@media (max-width: 768px) {
    .page-header {
        height: 31.25rem;
    }

    .page-title {
        font-size: 2.5rem;
    }

    .circle-large,
    .circle-small {
        width: 12.5rem;
        height: 12.5rem;
    }

    .square-pattern span {
        width: 6.25rem;
        height: 6.25rem;
    }
}

.about-section {
    padding: 5rem 0;
}

.about-container {
    display: flex;
    gap: 3.125rem;
    align-items: flex-start;
}

.about-image img {
    width: 38.3125rem;
    height: 39.375rem;
    border-radius: 2.5rem;
    object-fit: cover;
}

.about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.about-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: black;
    margin: 0;
}

.about-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #363636;
    margin: 0;
    line-height: 1.6;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.checkmark-icon {
    width: 1.25rem;
    height: 1.25rem;
    background: #4D25BB;
    position: relative;
    border-radius: 100%;
}

.checkmark-icon::after {
    content: '';
    position: absolute;
    width: 0.625rem;
    height: 0.4375rem;
    left: 0.3125rem;
    top: 0.375rem;
    background: white;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.feature-header h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0E0E0E;
    margin: 0;
}

.feature-item p {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #363636;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 1200px) {
    .about-container {
        flex-direction: column;
    }

    .about-image img {
        width: 100%;
        height: auto;
    }
}

.why-choose-us {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.container {
    max-width: 1528px;
    margin: 0 auto;
    padding: 0 50px;
}

.section-title {
    text-align: center;
    color: #242656;
    font-size: 2.5rem;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    margin-bottom: 3.75rem;
    text-transform: capitalize;
    margin-top: 0;
}

.features-grid {
    display: flex;
    gap: 1.875rem;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-card {
    background: white;
    padding: 1.875rem;
    border-radius: 0.9375rem;
    box-shadow: 0 0.3125rem 1.8125rem rgba(100, 100, 111, 0.15);
    max-width: calc(33.33% - 5rem);
    transition: transform 0.3s ease;


}

.feature-card:hover {
    transform: translateY(-0.3125rem);
}

.feature-icon {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 1.25rem;
}
.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;  
}

.feature-title {
    color: #242656;
    font-size: 1.5rem;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    margin-bottom: 0.9375rem;
    text-transform: capitalize;
}

.feature-description {
    color: #707070;
    font-size: 1rem;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .feature-card {
        padding: 1.25rem;
    }
}

.contact-form {
    padding: 5rem 0;
}

.contact-container {
    margin: 0 auto;
    max-width: 76.75rem;
}

.contact-header {
    text-align: center;
    margin-bottom: 3.75rem;
}

.subtitle {
    color: #8666E1;
    font-size: 1.25rem;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    margin-bottom: 0.625rem;
}

.title {
    color: #242656;
    font-size: 2.5rem;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0;
}

.contact-form-content {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

.form-row {
    display: flex;
    gap: 3.125rem;
}

.form-group {
    flex: 1;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 1.25rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #B1B1B1;
    font-size: 1.375rem;
    font-family: Manrope, sans-serif;
    color: #242656;
}

.form-textarea {
    height: 15.625rem;
    resize: vertical;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.form-checkbox input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    border: 0.08125rem solid black;
    border-radius: 0.125rem;
}

.form-checkbox label {
    color: #242656;
    font-size: 1.375rem;
    font-family: Manrope, sans-serif;
    font-weight: 600;
}

.submit-btn {
    display: flex;
}


::placeholder {
    color: #8F8F8F;
}
.map iframe {
  width: 100%;
}
.map-section {
 margin-bottom: 9.37rem;
}
@media screen and (max-width: 999px) {
  html{
    font-size: 14px;
  }
  .hero-text h1{
    font-size: 2.5rem;
  }
  .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-text {
    max-width: 70%;
    padding-top: 11.375rem;
}
.hero-image {
  max-width: 50%;
  padding-top: 9.75rem;
  padding-bottom: 9.1875rem;
}
.services-grid{
  gap: 2rem;
}
.service-icon {
  width: 4.25rem;
  height: 4.25rem;
}
.services-header{
  margin-bottom: 2.75rem;
}
.stat-label{
  font-size: 1rem;
}
.stats-content{
  gap: 1.5rem;
}
.stat-number{
  font-size: 2.5rem;
}
.image-stack {
  width: 20.5rem;
  height: 20.5rem;
}
.why-inops__content{
  gap: 2rem;
}
footer.footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.footer-content{
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 5rem;
}
.footer-logo {
  width: 10.375rem;
  height: auto;
  margin-bottom: 1.25rem;
}
.page-header {
  height: 32rem;
}
.about-image {
  width: 100%;
}
.feature-card{
  max-width: calc(50% - 1rem);
}
.service-content p{
  line-height: 1.5;
}
.service-content h4{
  margin-top: 0;
  line-height: 1.2;
  font-size: 1.2rem;
}
.service-icon{
  margin-bottom: 1rem;
}
h2{
  font-size: 2rem;
}
.title{
  font-size: 2rem;
}
.main-nav ul{
  gap: 0;
}
.map-section {
  margin-bottom: 5rem;
}
.contact-form-content{
  gap: 1rem;
}
.form-row{
  gap: 1rem;
}
.hero-content{
  gap: 2rem;
}
}
@media screen and (max-width: 550px)  {
  .hero-content{
    flex-direction: column;
  }
  .hero-text{
    max-width: 100%;
  }
  .hero-image {
    max-width: 100%;
    padding-bottom: 70px;
}
.hero-content {
  flex-direction: column-reverse;
}
.hero-text{
  padding-top: 0;
}
.hero-image{
  padding-bottom: 30px;
  max-width: 70%;
}
.hero-text h1 {
  font-size: 1.8rem;
}
.hero-section{
  background: none;
}
.home-hero-bg{
  background: none;
}
.hero-section{
  padding-bottom: 6rem;
}
.home-hero-bg{
  background-color:#291d63;
}
.stats-section{
  height: auto;
}
.stat-item {
  width: calc(50% - 1rem);
}
.stats-content{
  flex-wrap: wrap;
  row-gap: 4rem;
}
.why-inops__content{
  flex-direction: column;
}
.quick-links {
  width: auto;
}
.footer-right {
  display: flex
;
  gap: 20px;
  flex-direction: column;
}
.footer-content{
  gap: 2rem;
}
.footer-left {
  width: auto;
}
.contact-info {
  width: auto;
}
.why-inops{
  padding-bottom: 5rem;
}
.stats-content{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.why-inops__text{
  padding-top: 0;
}
.why-inops__title{
  font-size: 1.8rem;
}
h2{
  font-size: 1.8rem;
}
.service-card {
  padding: 1.5rem;
}
.service-content p{
  margin-bottom: 1rem;
}
.page-header {
  height: 20rem;
}
.about-image img{
  border-radius: 1rem;
}
.about-container{
gap: 2rem;
}
.about-description{
  font-size: 1rem;
}
body{
  font-size: 1rem;
}
.feature-card {
  max-width: 100%;
}
.feature-icon {
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 1.25rem;
}
.feature-title {
  font-size: 1.2rem;
}
.section-title,.services-header,.contact-header{
  margin-bottom: 2.5rem;
}
.service-cta{
  font-size: 0.875rem;
  margin-bottom: 1rem;
  display: block;
  margin-top: 1rem;
}
.about-title{
  font-size: 1.8rem;
}
.features-list {
  display: flex
;
  flex-direction: column;
  gap: 3rem;
  margin-top: 1rem;
}
.contact-form-content{
  gap: 1rem;
}
.title {
  font-size: 1.8rem;
}
.form-row {
  flex-direction: column;
  gap: 1rem;
}
.form-input, .form-textarea{
  font-size: 1rem;
  padding: 1rem;
}
.form-textarea{
  height: 8.625rem;
}
.form-checkbox label {
  color: #242656;
  font-size: 1rem;
  font-weight: 500;
}
.map iframe {
  width: 100%;
  height: 300px;
}
.map-section {
  margin-bottom: 5rem;
}
}
@media screen and (max-width:767px) {
  .services-grid{
    grid-template-columns: repeat(2,1fr);
  }
  .why-inops__text{
    padding-top: 0;
  }
  .feature-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 1.25rem;
}


  nav.main-nav {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #13005f;
    left: 0;
    top: 0;
    padding-left: 2rem;
  }
  .main-nav ul {
    display: flex
  ;
    gap: 2.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    margin-top: 4rem;
  }
  .main-nav
  {
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
}
.menu-toggler{
  display: none;
}
@media screen and (max-width:767px)  {
  .menu-toggler{
    display: flex;
  }
.menu-toggler {
  width: 30px;
  height: 18px;
  position: relative;
  cursor: pointer;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggler .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Animated hamburger menu states */
.menu-toggler.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggler.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggler.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.main-nav.active {
  transform: translateX(0);}
}
.header{
  transition: 0.5s;
}
.header.is-scrolled {
  background-color:#291C63;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
@media screen and (max-width: 550px) {
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
}
}
.social-icon img{
  max-width: 18px;
}
.current-menu-item a{
  color:#F6BE13;
}
