@import url('https://fonts.cdnfonts.com/css/satoshi');

/* RESET CSS */
* {
  margin: 0; 
  padding: 0;
  font-family: 'Satoshi', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  
 
}

@media (max-width: 600px) {
  .optimogov-first-carousel-section{
    display: none;
  }
  
}

.optimogov-first-carousel-heading h2{  
  font-size: 25px;
  color: #213D6A;
  width: 80%;
  text-align: center;
}

.optimogov-first-carousel-heading{
  display: flex;
  justify-content: center;
  max-width: 100%;
  /* margin-bottom: 15px; */
}

.optimogov-carousel-section-cards-desc{
  font-size: 11px;
  font-weight: 800;
  /* font-weight: normal; */
  /* background-color: #FBE044; */
}


/* CAROUSEL CSS */
.carousel {position: relative;}
.carousel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* box-shadow: inset 0px 0px 120px 30px rgba(0,0,0,0.35); */
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.carousel ul {
  overflow: auto; 
  display: flex; 
  /* height: 500px; */
  height: 20rem;
  max-height: 500px;
  scroll-snap-type: x mandatory;
  scroll-snap-points-y: repeat(100%);
  scroll-snap-align: left;
  scroll-behavior: smooth;
  /* background: #178BE9; */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.carousel ul::-webkit-scrollbar {display: none; /* Hide scrollbar for Chrome, Safari and Opera */} 
.carousel ul li {
  width: 100%; 
  min-width: 100%;
  list-style: none; 
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-right: calc(-100% + 300px);
  transition: transform 0.2s linear;
  opacity: 0.3;
  line-height: 1;
  position: relative;
  bottom: 15px;
}
.carousel ul li.selected {opacity: 1; z-index: 9;}
.carousel ul li.selected > div {transform: scale(1.6);}
.carousel ul li > div {
  z-index: 9; 
  margin: 0 auto; 
  max-width: 170px;
  background: #FBE044;
  transition: all 0.2s linear;
  transform: scale(0.95);
  padding: 20px 15px;
}
.carousel ul li > div > div {
  background: url(../images/website-assets/carousal-cards/Carousal/Library-spaces.png) center center / cover no-repeat; 
  height: 110px;
  width: 10rem;
  margin-bottom: 15px;
  margin: -20px -15px 15px;
}
.carousel ul li div a {color: white; display: inline-block; background: white; color: white; padding: 8px 15px; font-size: 13px; text-decoration: none; border-radius: 4px; margin-top: 17px; background: black;}

.carousel ol {position: absolute; bottom: 15px; display: flex; justify-content: center; left: 50%; transform: translateX(-50%); z-index: 9;}
.carousel ol li {list-style: none; padding: 0 5px;}
.carousel ol li a {display: block; height: 10px; width: 10px; border: 2px solid white; background: transparent; border-radius: 100%;}
.carousel ol li.selected a {background: white;}
.carousel .prev, .carousel .next {user-select:none; cursor: pointer; font-size: 50px; color: black; position: absolute; left: 0; padding: 15px; top: 50%; transform: translateY(-50%); z-index: 9;}
.carousel .next {left: auto; right: 0;}

/* RESPONSIVE CSS */
@media only screen and (max-width: 600px) {
  .carousel ul li div {display: none;}
}

/* DEMO CSS */
.carousel ul li:nth-child(2) > div > div {background-image: url(../images/website-assets/carousal-cards/Carousal/Parks-Recreation-011.png);}
.carousel ul li:nth-child(6) > div > div {background-image: url(../images/website-assets/carousal-cards/Carousal/Parks-Recreation-011.png);}
.carousel ul li:nth-child(3) > div > div {background-image: url(../images/website-assets/carousal-cards/Carousal/Sports-Allocation-01.png);}
.carousel ul li:nth-child(7) > div > div {background-image: url(../images/website-assets/carousal-cards/Carousal/Cources-Classes-01-01.png);}
.carousel ul li:nth-child(4) > div > div {background-image: url(../images/website-assets/carousal-cards/Carousal/Education-01.png);}
.carousel ul li:nth-child(8) > div > div {background-image: url(../images/website-assets/carousal-cards/Carousal/Function-Centers-01-01.png);}
p, h2 {margin: 15px auto; 
    /* padding: 0 15px;  */
    max-width: 800px;}
h2 {margin-top: 30px;}

/* 8 Cards with icon */

/* General Styles */
body {
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #333;
}

/* Hero Section */
.optimogov-hero {
    background-color: #E9F1FF;
    padding: 40px 20px;
    text-align: center;
}

.optimogov-sec-hero-title {
    font-size: 28px;
    color: #213D6A;
    margin-bottom: 15px;
}

.optimogov-hero-description {
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    max-width: 800px;
    margin: 0 auto 15px;
}

.optimogov-sec-hero-subtitle {
    font-size: 18px;
    color: #213D6A;
    margin-top: 20px;
    font-weight: 800;
}

/* Challenges Section */
.optimogov-challenges {
    padding: 20px 100px;
    background-color: #E9F1FF;
}

.optimogov-challenges-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.optimogov-challenges-item {
    background-color: #F4F7FB;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.optimogov-challenges-icon {
    max-width: 60px;
    height: 50px;
    margin-bottom: 10px;
}

.optimogov-challenges-title {
    font-size: 16px;
    color: #213D6A;
    margin-bottom: 10px;
}

.optimogov-challenges-description {
    font-size: 14px;
    font-weight: 300;
    color: #4A4A4A;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .optimogov-challenges-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .optimogov-challenges-container {
        grid-template-columns: 1fr;
    }

    .optimogov-hero-title {
        font-size: 22px;
    }

    .optimogov-hero-description {
        font-size: 14px;
    }
}

/* logos Brand Section */

@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .optimogov-brand-logos-section{
    margin-top: 3rem;
    padding: 0 8rem;
    padding-top: 2rem;
    background: linear-gradient(180deg, rgba(219, 234, 254, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
  }

  @media(max-width: 768px) {
    .optimogov-brand-logos-section {        
      padding: 0 2rem;
    }
    
  }

  .optimogov-brand-logos-section-heading{
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  
  .optimogov-brand-logos-section-heading h1{
    font-size: 25px;
    color: #213D6A;
    margin-bottom: 1rem;
    text-transform: capitalize;
    text-align: center;
    width: 82%;
  }
  
  @media (max-width: 1366px) {
    .optimogov-brand-logos-section-heading h1{
        width: 85%;
    }  
  }

  .optimogov-brand-logos-section-banner-overlay img {
    height: 9rem;
    z-index: 99;
    position: absolute;
    margin-top: 10px;
  }


  .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
  }
  
  .logos:hover .logo_items {
    animation-play-state: paused;
  }
  
  .logo_items img{
    height: 100px;
    margin-right: 4rem;
  }

  .optimogov-logo-small-desc{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #463C4B;
  }

  .optimogov-logo-small-desc p {
    max-width: 800px;    
    margin: 0 auto;
    margin-top: 15px;
  }


  /* Carousel with 3 cards */
.optimogov-carousel-cards-heading{
  display: flex;
  justify-content: center;
  max-width: 100%;
}


.optimogov-carousel-cards-heading h1 {
    font-size: 20px;
    color: #64648C;
    margin-bottom: 15px;
    margin-top: 2rem;
    text-align: center;
    width: 59%;
}

.optimogov-carousel-section-body {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(360deg, rgba(219, 234, 254, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
  box-sizing: border-box;
  padding-bottom: 10rem;
}

#cCarousel {
  position: relative;
  max-width: 900px;
  margin: auto;
}

#cCarousel .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 35%;
  z-index: 1;
  font-size: 26px;
  color: white;
  background: #178BE9;
  cursor: pointer;
}

#cCarousel #prev {
  right: 55rem;

}

#cCarousel #next {
  left: 55rem;
}

#carousel-vp {
  width: 52rem;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 770px) {
  #carousel-vp {
    width: 35rem;
  }

  #cCarousel #prev {
    /* right: 100%; */
    right: 36rem;
  
  }
  
  #cCarousel #next {
    /* left: 100%; */
    left: 36rem;
  }

}

@media (max-width: 510px) {
  #carousel-vp {
    width: 17rem;
  }

  #cCarousel #prev {
    /* right: 100%; */
    right: 18rem;
  
  }
  
  #cCarousel #next {
    /* left: 100%; */
    left: 18rem;
  }

}

#cCarousel #cCarousel-inner {
  display: flex;
  position: absolute;
  transition: 0.3s ease-in-out;
  gap: 10px;
  left: 0px;
}

.cCarousel-item {
  /* width: 250px; */
  width: 271px;
  height: 365px;
  border: 2px solid white;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cCarousel-item img {
  width: 100%;
  object-fit: fill;
  min-height: 150px;
  color: white;
}

.cCarousel-item .infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: white;
  color: black;
  font-size: 12px;
  padding: 15px;
  text-align: left;
  font-weight: 500;
}

.infos a{
  font-size: 12px;
  position: relative;
  right: 5rem;
  text-decoration: none;
  color: #002F7B;
}

.infos p{
  color: #68625F;
}

.cCarousel-item .infos button {
  background: #222;
  padding: 10px 30px;
  border-radius: 15px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

/* Benifits Section */


/* Benefits Section */
.optimogov-benefits {
    background-color: #E9F1FF;
    padding: 40px 150px;
    text-align: center;
}

@media (max-width: 600px) {
    .optimogov-benefits {
        padding: 40px 50px;
    }
}

.optimogov-benefits-title {
    font-size: 28px;
    color: #213D6A;
    margin-bottom: 30px;
}

.optimogov-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.optimogov-benefits-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.optimogov-benefits-card-header {
    background-color: #FFD700;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #213D6A;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.optimogov-benefits-card-body {
    padding: 15px;
}

.optimogov-benefits-card-body p {
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 400;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .optimogov-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .optimogov-benefits-grid {
        grid-template-columns: 1fr;
    }

    .optimogov-benefits-title {
        font-size: 22px;
    }
}


/* OptimoGov Hero Section */
/* ============ HERO SECTION ============= */
.optimogov-hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-top: 4.5rem;
}

.optimogov-hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.optimogov-hero-bg-overlay {
  position: absolute;
  /* left: 45%; */
  left: 38%;
  /* top: 12rem; */
  top: 8rem;
  height: 70%;
  width: 100%;
  background-image: url(../images/website-assets/hero-img.png);
  background-position: 0 0;
  background-size: 56.5% 100%;
  background-repeat: no-repeat;
  animation: fadeIn 0.5s ease-in-out 0.3s forwards;
}

.optimogov-hero-auto-container {
  max-width: 1310px;
  position: static;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.optimogov-hero-content-box {
  position: relative;
  margin-left: 2rem;
  max-width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  letter-spacing: 0.5px;
  animation: fadeInUp 1s ease-in-out 0.6s forwards;
}

@media (max-width: 1366px) {
  .optimogov-hero-content-box{
    max-width: 53%;    
  }
  
}

.optimogov-hero-subtitle {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .8px;
  margin-bottom: 33px;
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out 0.6s forwards;
}

.optimogov-hero-title {
  color: #071343;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 800;
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out 0.9s forwards;
}

.optimogov-hero-span-h1{
  background-image: linear-gradient(45deg, #368dd3, #080880);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.optimogov-hero-desc {
  color: #64648C;
  margin-bottom: 40px;
  font-size: 17px;
  /* font-weight: 400; */
  font-weight: 300;
  line-height: 32px;
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out 1.2s forwards;
}

.optimogov-hero-btn-box-wrap {
  display: flex;
  gap: 20px;
}

.optimogov-hero-btn-box {
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out 1.6s forwards;
}

.optimogov-hero-cta-two:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  color: #fff;
}
.optimogov-hero-cta-two {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 40px;
  font-weight: 600;
  overflow: hidden;
  color: #16243e;
  background: #fff;
  letter-spacing: .8px;
  border-radius: 7px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all .3s ease;
}

.optimogov-hero-cta-two:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.optimogov-hero-cta-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform .5s cubic-bezier(.86, 0, .07, 1);
  background-color: #368DD3;
}


.optimogov-hero-cta {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 40px;
  font-weight: 600;
  overflow: hidden;
  color: #fff;
  background: #178BE9;
  letter-spacing: .8px;
  border-radius: 7px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all .3s ease;
}

.optimogov-hero-cta:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform .5s cubic-bezier(.86, 0, .07, 1);
  background-color: #fff;
}

.optimogov-hero-cta:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  color: #16243e;
}

.optimogov-hero-cta:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.optimogov-hero-cta-title {
  position: relative;
  display: flex;
  align-items: center;
}

.optimogov-hero-cta-title i {
  position: relative;
  display: block;
  margin-left: 10px;
}

/* Animations */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translate3d(0, 40px, 0);
  }
  to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
}

/* =================== RESPONSIVE STYLES ============================= */
@media (max-width: 1190px) {
  .optimogov-hero-bg-overlay {
    /* left: 35rem; */
    width: 100%;
  }
}

@media (min-width: 2560px) {
  .optimogov-hero-bg-overlay {
    left: 35rem;
    width: 85%;
  }
}

@media (max-width: 768px) {
  .optimogov-hero-section {
      height: auto;
      padding: 130px 0;
  }

  .optimogov-hero-content-box {
      max-width: 100%;
      text-align: center;
      margin-left: 0;
  }

  .optimogov-hero-bg-overlay {
    background-image: none;
    /* background-color: #16243e; */
    /* mix-blend-mode: hard-light; */
  }

  .optimogov-hero-btn-box-wrap {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .optimogov-hero-title {
      font-size: 24px;
  }

  .optimogov-hero-desc {
      font-size: 15px;
  }

  .optimogov-hero-bg-overlay {
    background-image: none;
    /* background-color: #16243e; */
    /* mix-blend-mode: hard-light; */
  }

  .optimogov-hero-btn-box-wrap {
    justify-content: center;
  }
}

/* Management Challenes Section */

.optimogov-solutions-section{
  background: linear-gradient(180deg, rgba(219, 234, 254, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
  position: relative;
  bottom: 13rem;
}

.optimogov-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.optimogov-solutions-title {
  text-align: center;
  font-size: 28px;
  color: #16243e;
  margin-bottom: 40px;
  max-width: 60rem;
}

.optimogov-solutions-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.optimogov-solutions-left {
  flex: 1;
}

.optimogov-solution-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.optimogov-solution-icon {
  width: 40px;
  margin-right: 20px;
}

.optimogov-solution-text h4 {
  font-size: 16px;
  color: #134cb3;
  margin-bottom: 5px;
}

.optimogov-solution-text p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  font-weight: 500;
  display: none;
}

.optimogov-solutions-right {
  flex: 1;
}

.optimogov-solutions-main-image {
  width: 100%;
  height: auto;
  /* margin-top: 6rem; */
}

.optimogov-solutions-main-image-left{
  width: 100%;
  height: auto;
}

/* Bottom row */
.optimogov-solutions-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .optimogov-solutions-content {
    flex-direction: column;
  }

  .optimogov-solutions-main-image, .feature-image {
    margin-top: 20px;
    display: none;
  }
}

@media (max-width: 575px) {
  .optimogov-solutions-title {
    font-size: 24px;
  }

  .optimogov-solution-text h4 {
    font-size: 16px;
  }

  .optimogov-solution-text p {
    font-size: 13px;
  }

  .optimogov-solutions-main-image, .feature-image {
    margin-top: 20px;
    display: none;
  }
}

/* left Image */

/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Satoshi', sans-serif;
} */

.feature-section {
  padding: 40px 20px;
  background-color: transparent;
}

.feature-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.feature-image-column {
  flex: 1;
  /* text-align: center; */
}

.feature-image {
  width: 538px;
  /* max-width: 400px; */
  /* height: auto; */
  border-radius: 8px;
}

.feature-text-column {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.feature-icon {
  width: 40px;
  height: 40px;
}

.feature-text h4 {
  font-size: 16px;
  color: #134cb3;
  margin-bottom: 5px;
}

.feature-text p {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
  display: none;
}

/* Responsive design */
@media (max-width: 991px) {
  .feature-container {
      flex-direction: column;
      text-align: center;
  }

  .feature-text-column {
      align-items: center;
  }

  .feature-item {
      flex-direction: column;
      align-items: center;
  }

  .feature-icon {
      margin-bottom: 10px;
  }
}

.optimogov-blank-section{
  height: 25rem;
  position: absolute;
  background: transparent;
  display: none;
}

/* Certification Div */


.certification-section {
  padding: 50px 20px;
  background-color: #f5f7fa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin: 0 10%;
  position: relative;
  z-index: 100;
  bottom: 8rem;
}

.certification-container {
  max-width: 916px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.certification-text-column {
  flex: 1;
  max-width: 60%;
}

.certification-text-column h2{
  font-size: 16px;
}

.intro-text {
  /*color: #333;*/
  color: #3f3f5c;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.certification-logo-collage {
  flex: 1;
  max-width: 35%;
  text-align: center;
}

.logo-collage-image {
  max-width: 100%;
  height: auto;
}

/* New: Certification Collage */
.certification-sec-container {
  max-width: 916px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.certification-sec-text-column {
  flex: 1;
  max-width: 60%;
}

.certification-sec-text-column h2{
  font-size: 16px;
}

.sec-intro-text {
  /*color: #333;*/
  color: #3f3f5c;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.certification-sec-logo-collage {
  flex: 1;
  max-width: 35%;
  text-align: center;
}

.sec-logo-collage-image {
  max-width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 991px) {
  .certification-container, .certification-sec-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .certification-text-column, .certification-sec-text-column {
      max-width: 100%;
  }

  .logo-collage-image, .sec-logo-collage-image {
      max-width: 80%;
  }

  
}

@media (max-width: 575px) {
  .intro-text, .sec-intro-text {
      font-size: 14px;
  }

  .logo-collage-image, .sec-logo-collage-image {
      max-width: 100%;
  }

  
}

/* OptimoGov AboutUs */


.optimogov-about-section {
  padding: 50px 20px;
  background-color: #f5f7fa;
}

@media (max-width: 1366px) {
  .optimogov-about-section {
    padding: 50px 40px;
  }
  
}

/* About OPTIMOGOV Content */
.optimogov-about-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.optimogov-about-text {
  flex: 1;
  max-width: 60%;
}

.optimogov-about-text h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 800;
}

.optimogov-about-text p {
  font-size: 16px;
  font-weight: 300;
  color: #64648C;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.optimogov-about-image {
  flex: 1;
  max-width: 35%;
  text-align: center;
}

.about-image-collage {
  max-width: 100%;
  height: auto;
}

/* Learn More Section */

.optimogov-unique-section{
  padding: 2rem 0;
  background: white;
}

.optimogov-learn-more {
  background-color: #B7E2EF;
  padding: 40px 75px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 40px auto;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.optimogov-learn-more-content {
  text-align: left;
}

.optimogov-learn-more-title {
  font-size: 24px;
  color: #002a48;
  font-weight: bold;
  margin-bottom: 10px;
}

.optimogov-learn-more-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #002a48;
}

.optimogov-demo-button {
  background-color: #fdd017;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.optimogov-demo-button:hover {
  background-color: #fcc307;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .optimogov-learn-more {
      flex-direction: column;
      text-align: center;
  }

  .optimogov-demo-button {
      margin-top: 20px;
  }
}


/* Strategic Collaboration Section */
.optimogov-strategic-collaboration {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.optimogov-strategic-image {
  flex: 1;
  max-width: 35%;
  text-align: center;
}

.strategic-image-collage {
  max-width: 100%;
  height: auto;
}

.optimogov-strategic-text {
  flex: 1;
  max-width: 60%;
}

.optimogov-strategic-text h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.optimogov-strategic-text p {
  font-size: 16px;
  font-weight: 300;
  color: #64648C;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .optimogov-about-content, .optimogov-strategic-collaboration {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .optimogov-about-text, .optimogov-strategic-text {
      max-width: 100%;
  }

  .optimogov-about-image, .optimogov-strategic-image {
      max-width: 100%;
  }

  .about-image-collage, .strategic-image-collage {
      max-width: 80%;
  }
}

@media (max-width: 575px) {
  .optimogov-about-text p, .optimogov-strategic-text p {
      font-size: 14px;
  }

  .about-image-collage, .strategic-image-collage {
      max-width: 100%;
  }

  .optimogov-demo-button {
      padding: 10px 20px;
      font-size: 14px;
  }
}


.optimogov-learn-more-cta{
  position: relative;
  bottom: 6rem;
}

/* Contact Us Section */
.optimogov-contactus-section{
  background: linear-gradient(180deg, #cfe9f8, #e7f2fb);
}

.optimogov-contact-us {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  /* background: linear-gradient(180deg, #cfe9f8, #e7f2fb); */
  border-radius: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Contact Information */
.optimogov-contact-us-info {
  max-width: 40%;
  text-align: left;
}

.optimogov-contact-us-info-title {
  font-size: 32px;
  color: #002a48;
  font-weight: bold;
  margin-bottom: 20px;
}

.optimogov-contact-us-info-description {
  font-size: 16px;
  font-weight: 400;
  color: #64648C;
  margin-bottom: 20px;
}

.optimogov-contact-us-info-details p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #002a48;
  margin-bottom: 10px;
}

.optimogov-contact-us-info-details img {
  margin-right: 10px;
}

.optimogov-contact-us-info-image {
  margin-top: 20px;
  width: 250px;
  object-fit: contain;
}

/* Contact Form */
.optimogov-contact-us-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  max-width: 50%;
  width: 460px;
  margin-top: 1rem;
}

.optimogov-contact-us-form-title {
  font-size: 24px;
  color: #002a48;
  font-weight: bold;
  margin-bottom: 20px;
}

.optimogov-contact-us-form-input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

.optimogov-contact-us-form-button {
  width: 100%;
  background-color: #007bff;
  color: white;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.optimogov-contact-us-form-button:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .optimogov-contact-us {
      flex-direction: column;
      padding: 20px;
  }

  .optimogov-contact-us-info,
  .optimogov-contact-us-form {
      max-width: 100%;
      margin-bottom: 20px;
  }

  .optimogov-contact-us-info-image {
      width: 200px;
  }
}

/* Footer Section */
.optimogov-footer-section {
  background-color: #0B2039;
  color: #FFFFFF;
  padding: 40px 20px;
}

.optimogov-footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.optimogov-footer-logo img {
  max-width: 150px;
}

.optimogov-footer-logo p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.optimogov-footer-products h4,
.optimogov-footer-head-office h4,
.optimogov-footer-branch-office h4,
.optimogov-footer-links h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

.optimogov-footer-products ul {
  list-style: none;
  padding: 0;
}

.optimogov-footer-products ul li {
  margin-bottom: 5px;
}

.optimogov-footer-links a {
  text-decoration: none;
  color: #FFFFFF;
}

.optimogov-footer-social a {
  color: #FFFFFF;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}

.optimogov-footer-social a:hover {
  color: #FFD700;
}

.optimogov-footer-head-office p,
.optimogov-footer-branch-office p {
  margin-bottom: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .optimogov-footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .optimogov-footer-logo img {
    margin: 0 auto;
  }

  .optimogov-footer-social {
    margin-top: 20px;
  }
}

/* header nav */
nav{
  position: fixed;
  z-index: 999;
  width: 100%;  
  background: #fff;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.optimogov-nav-logo{
  height: 2rem;
}

.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #3f3f5c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #368DD3;
  color: #fff;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 25rem;
  width: 65%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #fff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(50% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #368DD3;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #3f3f5c;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: -100%;
    background: #fff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
    width: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #3f3f5c;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #368DD3;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.fa-solid, .fas {
  font-weight: 900;
  color: black;
  font-size: 26px;
}


/* Back To Top */

#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#3498db;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}